]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2
3 * indent.el (indent-line-function): Default is indent-relative again.
4
5 2001-12-07 Miles Bader <miles@gnu.org>
6
7 * progmodes/compile.el (compilation-error-regexp-alist):
8 Added regexps for RXP. From Reto Stamm <reto@xilinx.com>.
9
10 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
11
12 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
13 Add shift-assignment operators to those highlighted, and highlight
14 the whole operator rather than just the "=". From Broadey Kevin
15 <Kevin.Broadey@motorola.com>.
16
17 2001-12-04 Juanma Barranquero <lektu@terra.es>
18
19 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
20 before saving abbrevs if `save-abbrevs' has the value `silently'.
21
22 2001-12-04 Andreas Schwab <schwab@suse.de>
23
24 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
25
26 2001-12-04 Colin Walters <walters@debian.org>
27
28 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
29 for `defmacro*' forms.
30
31 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
32 `defmacro*'.
33
34 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
35
36 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
37
38 2001-12-02 Richard M. Stallman <rms@gnu.org>
39
40 * files.el (insert-directory): If the df output does not look right,
41 don't try to use it. Other cleanups in overall code structure.
42
43 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
44
45 * textmodes/outline.el (outline-mode-prefix-map):
46 Add bindings for outline-promote and outline-demote.
47 (outline-minor-mode-menu-bar-map): New var.
48 (outline-minor-mode): Use it.
49 (outline-heading-alist): New var (renamed from outline-level-heading).
50 (outline-level): Use it.
51 (outline-insert-heading, outline-promote, outline-demote):
52 Update to use outline-heading-alist.
53
54 * disp-table.el (standard-display-european):
55 Simplify since the function is not interactive any more.
56 Don't set the existing buffers to unibyte.
57
58 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
59
60 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
61
62 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
63
64 * shell.el (shell): Use shell-file-name.
65 Pop to buffer before calling comint to set COLUMNS properly.
66
67 * emacs-lisp/cl.el (svref): New alias.
68
69 * progmodes/antlr-mode.el (antlr-c-common-init):
70 Don't inhibit adaptive-fill-mode any more.
71
72 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
73
74 * progmodes/etags.el (tags-with-face): Use make-symbol.
75 (tags-search, tags-query-replace): Use backquotes.
76
77 * textmodes/picture.el (picture-mode-map): Don't use defconst
78 for a variable.
79
80 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
81
82 * textmodes/reftex-index.el (reftex-index-mode):
83 Remove make-local-hook.
84
85 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
86
87 2001-12-02 Kim F. Storm <storm@cua.dk>
88
89 * isearch.el (isearch-resume-enabled): New variable.
90 (isearch-done): Use that variable.
91
92 2001-12-01 Richard M. Stallman <rms@gnu.org>
93
94 * wid-edit.el (widget-button-click): Don't move point permanently:
95 Avoid mouse-set-point--instead select the window,
96 then do save-excursion, then move point.
97 Specify the buffer for get-char-property.
98 Don't use `@' in interactive.
99
100 * indent.el (indent-line-function):
101 Default is indent-to-left-margin again.
102
103 * replace.el (query-replace-read-args): Display message
104 if FROM contains `\n' or `\t'.
105
106 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
107
108 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
109
110 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
111
112 * emacs-lisp/regexp-opt.el (regexp-opt):
113 Bind completion-regexp-list to nil.
114
115 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
116
117 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
118
119 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
120 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
121 Update maintainer.
122
123 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
124
125 * mail/smtpmail.el: Use with-current-buffer.
126 (message-make-date, message-make-message-id): Autoload when needed.
127 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
128 headers when missing.
129
130 * international/encoded-kb.el (encoded-kbd-mode):
131 Use define-minor-mode.
132
133 * enriched.el (enriched-mode): Use define-minor-mode.
134 Use dolist and pop and push.
135
136 * info.el (Info-find-node-2): Don't call info-insert-file-contents
137 with the `visit' argument.
138 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
139
140 * progmodes/hideif.el (hide-ifdef-mode): Only modify
141 `change-major-mode-hook' locally. Reset invisibility spec.
142
143 * man.el (Man-build-section-alist): Remove last Man-match-substring.
144
145 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
146
147 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
148 Clarify error message.
149
150 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
151
152 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
153
154 2001-11-30 Andre Spiegel <spiegel@gnu.org>
155
156 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
157 don't just return it.
158
159 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
160
161 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
162 (menu-bar-read-emacs-man, search-emacs-glossary)
163 (emacs-index-search, elisp-index-search): New functions.
164 (apropso-documentation, apropos, apropos-value, apropos-variable)
165 (apropos-commands): Modify menu item names and help text.
166 (elisp-index-search, emacs-index-search, emacs-glossary):
167 New menu items.
168 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
169 submenu.
170 (info-elisp, info-elintro): New menu items.
171 (apropos): Modify the menu item name.
172
173 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
174
175 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
176
177 * textmodes/outline.el (outline-promote, outline-demote): Typo.
178
179 * man.el (man-follow-mouse): New function.
180 (Man-mode-map): Bind mouse-2 to it.
181 (Man-match-substring): Remove. Replace with `match-string'.
182 (man): Use the `default-value' argument to `read-string'.
183 (Man-fontify-manpage): Add mouse-face to cross references.
184
185 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
186
187 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
188
189 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
190 the value of require-match in minibuffer-completion-confirm.
191 Use crm-local-completion-map.
192
193 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
194 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
195 (cl-make-type-test): Use char-valid-p for `character'.
196
197 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
198 (Info-complete-menu-item): Rewrite. Add the ability to search
199 several sequential nodes. Add a simple caching mechanism.
200 (Info-goto-index): New function extracted from Info-index.
201 (Info-index): Use it. Add completion to the interactive spec.
202 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
203
204 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
205
206 * COPYING: Removed.
207
208 2001-11-29 Dave Love <fx@gnu.org>
209
210 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
211 (fortran-window-create, fortran-window-create-momentarily):
212 Rewrite, moving error condition.
213 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
214 (fortran-mode-syntax-table): Revert last change.
215
216 * international/mule.el: Doc fixes.
217 (map-charset-chars): New function.
218 (register-char-codings): Use it to cope with generic chars in
219 safe-chars.
220
221 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
222
223 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
224
225 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
226
227 * play/studly.el (studlify-word, studlify-region)
228 (studlify-buffer): Fix doc-string.
229 (studlify-buffer): Add autoload cookie.
230
231 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
232
233 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
234 (outline-up-heading-all): Remove.
235 (hide-sublevels): Move to end-of-heading before calling flag-region.
236 (outline-copy-overlay, outline-discard-overlays): Remove.
237 (outline-flag-region): Use `remove-overlays'.
238 Don't move to end-of-heading.
239 (outline-next-visible-heading, outline-back-to-heading)
240 (outline-on-heading-p): Use outline-invisible-p.
241 (outline-font-lock-level): Use outline-up-heading's new arg.
242 (outline-minor-mode): Simplify.
243 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
244 (outline): Put a `reveal-toggle-invisible' property.
245 (outline-level-heading): New var.
246 (outline-insert-heading, outline-promote, outline-demote)
247 (outline-toggle-children): New commands.
248
249 * progmodes/hideif.el (hif-end-of-line): New function.
250 (hide-ifdef-mode): Set line-move-ignore-invisible.
251 (hide-ifdef-region-internal): New function.
252 (hide-ifdef-region): Use it.
253 (hif-defined): Return an integer.
254 (hif-infix-to-prefix): Remove.
255 (hif-tokenize): Parse from the buffer rather than from a string.
256 Correctly tokenize integers. Use forward-comment.
257 (hif-expr): Use hif-or.
258 (hif-term): Use hif-and.
259 (hif-factor): Use hif-not. Handle numbers properly.
260 Don't require parenthesis around `defined's argument.
261 (hif-and, hif-or, hif-not): New funs.
262 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
263 (hif-hide-line): Don't hide the \n before the line.
264 (hif-possibly-hide): Correctly handle numeric evaluation results.
265
266 * progmodes/make-mode.el: Use line-(end|beginning)-position.
267 (makefile-mode): Set indent-line-function.
268 (makefile-browser-insert-continuation): Use with-current-buffer.
269 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
270
271 2001-11-28 Karl Fogel <kfogel@red-bean.com>
272
273 * isearch.el (isearch-yank-internal): New helper function.
274 (isearch-yank-char): New function.
275 (isearch-yank-word, isearch-yank-line): Rewrite to use
276 isearch-yank-internal.
277
278 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
279
280 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
281 aren't supported. Print a message to that effect if invoked.
282
283 2001-11-27 Stephen Eglen <stephen@gnu.org>
284
285 * locate.el (locate): Put point at first matching file rather
286 than top of buffer.
287
288 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
289
290 * reveal.el: New file.
291
292 * progmodes/hideif.el: Misc cleanup.
293 (hide-ifdef-mode-submap): Put the def in the defvar.
294 Use substitute-key-definition.
295 (hide-ifdef-mode): Use define-minor-mode.
296 (hif-outline-flag-region): Remove.
297 (hif-show-all): Define in terms of hif-show-ifdef-region.
298 (hif-after-revert-function): Rename from hif-before-revert-function.
299 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
300 (hif-tokenize): Use with-syntax-table.
301 (hif-make-range): Use `else' also for `else-p'.
302 (hif-range-else-p): Remove.
303 (hif-find-range): Simplify.
304 (hif-hide-line): Don't bother preserving buffer-modified-p.
305 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
306 Don't use selective-display and inhibit-read-only.
307
308 * subr.el (copy-overlay, remove-overlays): New funs.
309
310 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
311
312 2001-11-27 Sam Steingold <sds@gnu.org>
313
314 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
315 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
316 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
317 * obsolete/c-mode.el, obsolete/cplus-md.el
318 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
319 * term/sun-mouse.el, textmodes/artist.el:
320 Converted backquote to the new style.
321 * mouse.el, reposition.el: Likewise (in comments).
322 * expand.el: Likewise (in a string).
323
324 2001-11-27 Richard M. Stallman <rms@gnu.org>
325
326 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
327
328 2001-11-26 Richard M. Stallman <rms@gnu.org>
329
330 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
331 if :on-glyph or :off-glyph is a list, eval it and store it back.
332 (checkbox): Quote the values for :on-glyph and :off-glyph.
333
334 * cus-start.el (recursive-load-depth-limit): Delete item.
335
336 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
337
338 * help-fns.el (describe-categories, help-describe-category-set): New.
339 describe-categories moved here from src/category.c.
340
341 2001-11-26 Sam Steingold <sds@gnu.org>
342
343 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
344 arguments to `insert' are strings.
345
346 2001-11-26 Richard M. Stallman <rms@gnu.org>
347
348 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
349
350 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
351
352 * loaddefs.el: Regenerated.
353
354 * international/mule-diag.el: Require help-fns instead of
355 help-funs.
356
357 * help-fns.el: Renamed from help-funs.el.
358
359 * startup.el (command-line-1): Don't try to call process-list if
360 it is not fboundp.
361
362 2001-11-26 Sam Steingold <sds@gnu.org>
363
364 * frame.el (show-trailing-whitespace): Remove :set argument (the
365 value was essentially identical to the defalt).
366
367 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
368
369 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
370
371 * icomplete.el (icomplete-minibuffer-setup): Likewise.
372
373 * hilit-chg.el (hilit-chg-set): Likewise.
374
375 * speedbar.el (speedbar-mode): Likewise.
376
377 * calendar/calendar.el (calendar-mode): Likewise.
378
379 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
380 insert-string.
381
382 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
383
384 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
385
386 * term/sun-mouse.el (sun-yank-selection): Likewise.
387
388 * textmodes/bib-mode.el (return-key-bib): Likewise.
389
390 * calendar/appt.el (appt-disp-window): Likewise.
391
392 * calendar/diary-lib.el (list-diary-entries): Likewise.
393
394 * array.el (array-reconfigure-rows): Likewise.
395
396 * filecache.el (file-cache-minibuffer-complete): Likewise.
397
398 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
399
400 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
401
402 * allout.el (outline-version, outline-open-topic)
403 (outline-rebullet-heading, outline-insert-listified)
404 (outline-latex-verbatim-quote-curr-line)
405 (outline-latexify-one-item, outlineify-sticky): Likewise.
406
407 * vc.el (vc-next-action-on-file): Likewise.
408 (vc-dired-mode): Remove make-local-hook.
409
410 2001-11-26 Andre Spiegel <spiegel@gnu.org>
411
412 * vc.el (vc-find-version): New function.
413 (vc-version-other-window): Redefined in terms of the above.
414
415 * log-view.el (log-view-find-version): New function.
416 (log-view-mode-map): Bind it to `f'.
417
418 2001-11-26 Gerd Moellmann <gerd@gnu.org>
419
420 * language/devan-util.el (dev-char-glyph): Escape `"' in
421 string literals.
422 (dev-glyph-glyph, dev-glyph-glyph-2)
423 (devanagari-compose-syllable-region): Likewise.
424
425 2001-11-26 Richard M. Stallman <rms@gnu.org>
426
427 * window.el (save-selected-window): No error if saved window is dead.
428
429 * help-funs.el (describe-syntax): Put (interactive) after doc string.
430
431 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
432
433 * international/quail.el (quail-help): Require help-mode in
434 top-level instead.
435
436 * iswitchb.el (iswitchb-exhibit): Use insert instead of
437 insert-string.
438
439 * icomplete.el (icomplete-exhibit): Likewise.
440
441 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
442
443 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
444 (diff-hunk-kill): Simplify.
445 (diff-post-command-hook): Only apply to a single hunk.
446 (diff-hunk-text): Make `char-offset' non-optional.
447 (diff-find-text): Return a cons cell.
448 (diff-find-approx-text): New fun.
449 (diff-find-source-location): Use it.
450 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
451 Adapt to new retval of diff-find-text.
452
453 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
454 rather than integer- representation of dates.
455
456 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
457
458 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
459 (syntax-after): New fun.
460
461 * help-funs.el (describe-syntax): New fun.
462
463 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
464 (font-lock-ppss-stats, font-lock-ppss): Remove.
465 (font-lock-fontify-syntactically-region): Remove tuning code.
466 (font-lock-compile-keywords): Fix off-by-one bug.
467 (font-lock-set-defaults): Don't set removed vars.
468 (c-keywords): Add `inline'.
469 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
470
471 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
472 Set syntax-begin-function.
473 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
474 (lisp-interaction-mode): Don't set local-abbrev-table any more.
475 (lisp-mode-auto-fill): Use syntax-ppss and obey
476 comment-auto-fill-only-comments.
477 (lisp-fill-paragraph): Use syntax-ppss.
478
479 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
480
481 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
482 version of rmail-enable-mime.
483 (rmail-forward): Use it.
484
485 2001-11-25 Richard M. Stallman <rms@gnu.org>
486
487 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
488
489 * international/quail.el (quail-keyboard-layout-button):
490 Define button type.
491 (quail-keyboard-customize-button): Likewise.
492 (quail-help): Use those button types. Require `help-mode'.
493 Avoid altering the argument `package'.
494
495 * help-mode.el (help-function, help-variable, help-face)
496 (help-coding-system, help-input-method, help-character-set):
497 Define each button type with its own explicit define-button-type.
498
499 * language/devan-util.el: Comment out parts of the file
500 which apparently are garbled.
501
502 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
503
504 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
505 insert-string.
506
507 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
508
509 * play/snake.el (snake-mode): Remove make-local-hook.
510
511 * play/tetris.el (tetris-mode): Likewise.
512
513 * play/decipher.el (decipher-mode): Likewise.
514
515 * tmm.el (tmm-add-prompt): Likewise.
516
517 2001-11-25 Sam Steingold <sds@gnu.org>
518
519 * menu-bar.el (menu-bar-apropos-menu): New variable.
520 Moved all `apropos' bindings to this menu.
521 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
522
523 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
524
525 The following changes are for new indian languages support based
526 on Unicode charset and CDAC fonts.
527
528 * international/mule-conf.el: Change indian-1-column charset to
529 indian-glyph charset.
530
531 * international/characters.el: Adjusted for the change of
532 indian-1-column -> indian-glyph.
533
534 * international/fontset.el: Delete the setting for indian-1-column
535 and add the setting for indian-glyph in the default fontset.
536
537 * language/indian.el: Completely re-written.
538
539 * language/devanagari.el: Completely re-written.
540
541 * language/devan-util.el: Completely re-written.
542
543 * language/ind-util.el: New file.
544
545 2001-11-24 Richard M. Stallman <rms@gnu.org>
546
547 * startup.el (command-line-1): Don't do startup screen
548 if a subprocess is running. Call the startup screen buffer
549 "GNU Emacs". Make a special mode-line-format for it.
550
551 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
552 (browse-url-galeon): Use that variable.
553
554 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
555 eval-expression. Eval and set the variable simply.
556
557 * files.el (temporary-file-directory): Use defcustom.
558 (small-temporary-file-directory): Likewise.
559 (normal-backup-enable-predicate): Move down in file
560 after definition of temporary-file-directory.
561
562 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
563
564 2001-11-24 Colin Walters <walters@debian.org>
565
566 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
567 autoload names to match files renamed on initial calc import.
568
569 * calc/calc.el (Commentary): Cleanup, and add logistic curve
570 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
571
572 2001-11-23 Colin Walters <walters@debian.org>
573
574 * Makefile.in (finder_setwins, setwins): Include Calc again.
575
576 * calc/calc-rules.el: Add header comment.
577
578 2001-11-23 Andre Spiegel <spiegel@gnu.org>
579
580 * vc.el (with-vc-properties): Don't bind `filename' locally.
581 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
582 to avoid name clashes. Fix `lisp-indent-function' property for
583 both.
584
585 2001-11-23 Francesco Potorti` <pot@gnu.org>
586
587 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
588
589 2001-11-22 Colin Walters <walters@debian.org>
590
591 * calc/calc-misc.el (report-calc-bug):
592 Use `reporter-prompt-for-summary-p'.
593
594 * calc/INSTALL, calc/Makefile: Remove.
595
596 2001-11-22 Miles Bader <miles@gnu.org>
597
598 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
599 (reb-match-2, reb-match-3): Add dark-background variants.
600
601 2001-11-22 Colin Walters <walters@debian.org>
602
603 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
604 (info "Calc").
605 (report-calc-bug): Use reporter.el.
606
607 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
608
609 2001-11-21 Richard M. Stallman <rms@gnu.org>
610
611 * which-func.el (which-function): Call imenu--make-index-alist
612 if necessary to get a list of functions.
613 (which-function-imenu-failed): New variable.
614 (which-func-update): Handle all visible windows.
615 (which-func-update-1): New subroutine broken out of which-func-update.
616
617 * files.el (temporary-file-directory, null-device)
618 (small-temporary-file-directory): Definitions moved up.
619
620 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
621 (cperl-non-problems, cperl-praise): Doc fixes.
622
623 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
624 (sh-mode-syntax-table): Function restored.
625 Variable set up for use by function sh-mode-syntax-table.
626 (sh-set-shell): Set the syntax table.
627
628 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
629
630 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
631
632 * international/encoded-kb.el: Don't alter minor-map-alist.
633
634 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
635
636 * files.el (auto-save-file-name-transforms): Put remote files in
637 temporary-file-directory rather than /tmp.
638
639 2001-11-21 Colin Walters <walters@debian.org>
640
641 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
642 of (function ...) wrapper.
643
644 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
645
646 * derived.el (define-derived-mode): Create the abbrev-table
647 from inside the `defvar'.
648
649 * jit-lock.el (jit-lock-defer-time): New var.
650 (jit-lock-defer-timer, jit-lock-buffers): New vars.
651 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
652 (jit-lock-function): Defer fontification if requested.
653 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
654 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
655 text property.
656 (jit-lock-deferred-fontify): New fun.
657
658 2001-11-20 Richard M. Stallman <rms@gnu.org>
659
660 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
661 Set local-abbrev-table to lisp-mode-abbrev-table.
662
663 * emacs-lisp/re-builder.el (reb-mode):
664 Don't use define-derived-mode. Call kill-all-local-variables.
665
666 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
667 Don't use define-derived-mode.
668
669 * help-mode.el (help-mode): Undo 2001-10-07 change.
670
671 * replace.el (occur-mode): Undo 2001-5-20 change.
672
673 2001-11-20 Jason Rumney <jasonr@gnu.org>
674
675 * w32-fns.el (w32-system-coding-system): Change to an alias for
676 locale-coding-system.
677 (set-w32-system-coding-system): Document the above change.
678 Set locale-coding-system instead.
679
680 2001-11-20 Richard M. Stallman <rms@gnu.org>
681
682 * ruler-mode.el: Add pagination.
683 (ruler-mode-toggle-show-tab-stops): No need to
684 test `ruler-mode' variable.
685
686 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
687
688 * play/landmark.el: Mark lm-mode as special.
689
690 * play/gomoku.el: Mark gomoku-mode as special.
691
692 2001-11-20 Juanma Barranquero <lektu@terra.es>
693
694 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
695 (top-level): Bind it to C-c C-b.
696 (re-builder): Don't re-enter RE Builder Mode.
697
698 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
699
700 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
701
702 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
703 `manual-program'.
704
705 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
706 to a line without a comment.
707
708 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
709
710 * dired.el (dired-listing-switches): Mention in the doc string
711 that some switches are not supported by ls-lisp.el
712
713 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
714
715 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
716 (imenu--create-keymap-2): Remove.
717 (imenu--create-keymap-1): Simplify, remove third argument.
718 (imenu--generic-function): Use dolist.
719 (imenu-find-default): New function.
720 (imenu--completion-buffer): Use it.
721 (imenu--mouse-menu): Use popup-menu.
722 (imenu--menubar-select): Return t rather than calling imenu.
723
724 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
725 New functions, extracted from fill-region-as-paragraph.
726 (fill-region-as-paragraph): Use them.
727 Use an end marker instead of eob.
728 Ignore whitespace-only fill-prefixes when indenting according to mode.
729 Simplify the loop that searches for spaces backwards.
730
731 * textmodes/picture.el (picture-vertical-step)
732 (picture-horizontal-step): Don't use defconst for variables.
733
734 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
735 (mail-extract-address-components): Downcase domain names.
736 (mail-extr-delete-char): Remove. Use delete-char instead.
737
738 * emulation/pc-select.el: Doc string fixes.
739 (pc-selection-mode): Don't treat macos as a tty.
740
741 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
742
743 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
744
745 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
746 (mouse-wheel-progessive-speed): New var.
747 (mwheel-scroll): Use it and handle float values.
748
749 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
750
751 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
752 (iswitchb): Fix the case where the result was selected with the mouse.
753 (iswitchb-completion-help): Use the normal *Completions* now that
754 mouse selection works.
755 (iswitchb-minibuffer-setup): Simplify.
756
757 * newcomment.el (comment-column, comment-style, comment-multi-line)
758 (comment-auto-fill-only-comments): Remove :group arg.
759 (comment-padding): Add :type.
760 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
761 if called interactively.
762
763 2001-11-19 Colin Walters <walters@verbum.org>
764
765 * calc/calc.el (toplevel): Add comment and version header.
766 (calc-init-base): Bump version to 2.02f, update date.
767
768 2001-11-19 Richard M. Stallman <rms@gnu.org>
769
770 * net/browse-url.el: Support Mozilla and Galeon.
771 By default, find the installed browser whichever it is.
772 (browse-url-mozilla): New function.
773 (browse-url-mozilla-sentinel): New function.
774 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
775 (browse-url-default-browser): New function.
776 (browse-url-process-environment): Use browse-url-browser-display.
777 (browse-url-browser-display): Renamed from browse-url-netscape-display.
778 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
779 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
780 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
781 (browse-url-browser-function): New default, new options.
782
783 2001-11-19 Sam Steingold <sds@gnu.org>
784
785 * bindings.el (last-buffer, unbury-buffer): New function.
786 (mode-line-unbury-buffer): Use `unbury-buffer'.
787
788 2001-11-18 Stephen Eglen <stephen@gnu.org>
789
790 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
791 control behaviour when no further completion is possible.
792
793 2001-11-19 Colin Walters <walters@verbum.org>
794
795 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
796 (math-showing-full-precision, math-with-extra-prec, math-working)
797 (calc-with-default-simplification)
798 (calc-with-trail-buffer): Use backtick.
799 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
800 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
801 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
802 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
803 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
804 (Math-num-integerp, Math-bignum-test, Math-equal-int)
805 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
806 (calc-record-compilation-date-macro): Deleted. Callers updated.
807 (math-format-radix-digit): Move to calc-bin.el.
808
809 * calc/calc.el (calc-record-compilation-date): Remove.
810 (calc-bug-address): Update.
811 (calc-settings-file): Use `user-init-file'.
812
813 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
814 Handle null `calc-settings-file'.
815
816 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
817 * calc/calc-keypd.el (calc-keypad-mode): New.
818 (calc-do-keypad): Use it.
819 (calc-keypad-map): Move into `calc-keypad-mode'.
820
821 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
822 to defalias argument.
823
824 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
825 (calcFunc-floor): Ditto.
826
827 * calc-units.el (calcFunc-usimplify): Ditto.
828
829 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
830 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
831 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
832 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
833 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
834 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
835 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
836 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
837 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
838 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
839 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
840 and move them before their first use. Use `when', `unless'.
841 Remove trailing periods from error forms. Add description and
842 headers suggested by Emacs Lisp coding conventions.
843
844 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
845
846 * newcomment.el (comment-indent):
847 Fix misindentation for comment-only lines.
848 (comment-indent-new-line): Only obey comment-multi-line if the
849 comment-ender is not the end-of-line.
850
851 2001-11-19 Richard M. Stallman <rms@gnu.org>
852
853 * net/net-utils.el (network-connection-service-abbrev-alist):
854 New variable.
855
856 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
857 Advance to start of 3rd sexp by moving fwd and backing over it.
858 At first three elements, act like defun.
859
860 * delsel.el (delete-selection-pre-hook): Handle and resignal
861 file-supersession errors to interact properly with userlock.el.
862
863 2001-11-18 Richard M. Stallman <rms@gnu.org>
864
865 * progmodes/fortran.el (fortran-mode-syntax-table):
866 Specify punctuation syntax for backslash.
867
868 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
869 All calls deleted.
870
871 * international/mule-util.el (string-to-sequence): Make it obsolete.
872 (string-to-list, string-to-vector): Implement them directly
873 using append and vconcat, not with string-to-sequence.
874
875 * startup.el (command-line): Set abbrevs-changed to nil after
876 reading the init file and the abbrevs file.
877
878 * isearch.el (isearch): Use magenta2 as bg for (background light)
879
880 2001-11-17 Richard M. Stallman <rms@gnu.org>
881
882 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
883
884 * simple.el (minibuffer-history-sexp-flag): Doc fix.
885
886 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
887
888 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
889 If set and if applicable, add a regexp to highlight defun-like
890 text inside comments and strings.
891 (font-lock-fontify-keywords-region): Pass that new arg.
892 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
893 to the end and pass that new arg.
894 (c-font-lock-keywords-2): Fix regex for labels.
895 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
896 Make it work when LIMIT is several lines further.
897 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
898 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
899 Use backquote and make the regexes for `int a, b, c;' work on
900 multiple lines.
901
902 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
903 (font-lock-defaults-alist): Don't change it any more.
904 (reb-subexp-mode-map): Cleanup.
905
906 * custom.el (custom-current-group-alist): New var.
907 (custom-declare-group): Set it.
908 (custom-current-group): New fun.
909 (custom-declare-variable, custom-handle-all-keywords):
910 Use it as a default if no :group argument is specified.
911
912 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
913 (standard-keyboard-coding-systems): New var.
914 (set-locale-environment): Use it to decide whether or not to call
915 set-keyboard-coding-system.
916 (locale-language-names): Use \"French\" for "fr".
917
918 2001-11-17 Richard M. Stallman <rms@gnu.org>
919
920 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
921 (add-to-list): Delete compatibility code.
922 (checkdoc-next-message-error): Doc fix.
923
924 2001-11-17 Stephen Eglen <stephen@gnu.org>
925
926 * locate.el (locate): Show default locate pattern within the
927 prompt, but don't insert it into the minibuffer contents.
928 Catch the case when pattern is the empty string.
929
930 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
931
932 * language/european.el ("French"): New language environment.
933
934 2001-11-16 Richard M. Stallman <rms@gnu.org>
935
936 * calendar/todo-mode.el (todo-save): Fix previous change.
937
938 * subr.el (functionp): Do use cdr-safe on object.
939
940 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
941
942 * bindings.el (mode-line-mode-name): Only put the help-echo property
943 if the local-map property was put as well.
944 (global-map): Bind switch-frame, delete-frame, iconify-frame
945 and make-frame-visible events.
946
947 * emacs-lisp/elp.el (elp-not-profilable): New var.
948 (elp-not-profilable-p): New function.
949 (elp-instrument-function): Use it. Use backquotes and push.
950
951 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
952 (byte-stack+-info, byte-compile-last-warned-form)
953 (byte-compile-last-logged-file): Don't defconst a variable.
954 (no-byte-compile): Declare.
955 (byte-compile-file): Don't boundp-check no-byte-compile any more.
956 (byte-compile-defvar): Leave defconst as is.
957
958 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
959 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
960 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
961 (edebug-best-error): Don't defconst a variable.
962 (edebug-read-syntax-table): Use a char-table.
963 (edebug-lemacs-specific): Remove.
964 Toplevel: Eliminate check for Lucid Emacs.
965
966 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
967
968 * rect.el (move-to-column-force): Mark obsolete.
969 (operate-on-rectangle, delete-extract-rectangle-line)
970 (insert-rectangle, delete-whitespace-rectangle-line)
971 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
972 (string-rectangle-history): New var.
973 (string-rectangle, string-insert-rectangle): Use it.
974 (delete-rectangle-line): Fix pos/column mixup and simplify.
975
976 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
977 (normal-top-level, command-line, command-line-1): Simplify.
978
979 * tar-mode.el (tar-mode): Use define-derived-mode.
980
981 * view.el (view-mode-enable): Don't use make-local-hook.
982
983 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
984
985 2001-11-16 Richard M. Stallman <rms@gnu.org>
986
987 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
988 if it doesn't make sense as anything else.
989 Don't recognize a "telephone number" at the beginning of the name.
990 (mail-extr-leading-garbage): Match non-word characters only.
991
992 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
993
994 * startup.el (command-line-processed): Doc fix.
995
996 * apropos.el (apropos-next-label-button): Doc fix.
997
998 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
999
1000 * comint.el (comint-mode): Simplify.
1001 (make-comint-in-buffer): Run `comint-mode' only if necessary.
1002
1003 * subr.el (eval-after-load): Make it work with features as well.
1004
1005 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
1006
1007 * international/mule-cmds.el (describe-input-method): Setup xref.
1008 (set-language-environment): Use functionp.
1009 (locale-language-names, locale-charset-language-names)
1010 (locale-preferred-coding-systems): Defconst and purecopy.
1011
1012 * language/european.el (mac-roman): Add mime-charset property.
1013
1014 2001-11-15 Richard M. Stallman <rms@gnu.org>
1015
1016 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
1017 (multiple-value-apply, nth-value): Use defsubst rather than defalias
1018 to get better doc strings.
1019
1020 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1021
1022 * derived.el: Fix autoload cookie.
1023
1024 2001-11-15 Richard M. Stallman <rms@gnu.org>
1025
1026 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1027
1028 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1029
1030 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1031
1032 2001-11-15 Richard M. Stallman <rms@gnu.org>
1033
1034 * dired.el (dired-undo): Display a message to explain
1035 that this does not undo file system changes.
1036
1037 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1038
1039 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1040 into `unread-command-events' instead of trying keymap
1041 lookups ourselves. This makes mouse-clicks do the right
1042 thing even when keymaps of overlays are involved.
1043 (mouse-drag-drag): Likewise.
1044
1045 2001-11-15 Andreas Schwab <schwab@suse.de>
1046
1047 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1048 characters and append anchor to pattern added to auto-mode-alist.
1049
1050 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1051
1052 * server.el (server-process-filter): Run pore/post-comment-hook
1053 before/after visiting the file.
1054
1055 * info-look.el (makefile-mode): Add info for automake.
1056 (autoconf-mode): Fix the name of the index for automake.
1057
1058 * international/latin-9.el: Give pilcrow punctuation syntax.
1059
1060 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1061
1062 * vc.el: Documentation fixes.
1063
1064 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1065
1066 * smerge-mode.el (smerge-match-conflict): Fix typo.
1067 (smerge-diff): Be careful to read match-data early enough.
1068
1069 2001-11-14 Colin Walters <walters@verbum.org>
1070
1071 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1072 (calcFunc-subst): Use `defalias' instead of `fset' and
1073 `symbol-function'.
1074
1075 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1076 (calcFunc-ceil, calcFunc-round): Ditto.
1077
1078 * calc/calc-bin.el (calcFunc-clip): Ditto.
1079
1080 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1081
1082 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1083
1084 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1085 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1086
1087 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1088
1089 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1090 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1091 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1092 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1093 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1094 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1095 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1096 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1097 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1098 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1099 * calcsel2.el: Style cleanup; don't put closing parens on their
1100 own line, add "foo.el ends here" to each file, and update
1101 copyright date.
1102
1103 * README: Update maintainer.
1104
1105 2001-11-13 Alan Shutko <ats@acm.org>
1106
1107 * compile.el (recompile): Use compilation-arguments if set, so as
1108 to be able to M-x recompile the exact command which created a
1109 compilation-mode buffer.
1110
1111 2001-11-13 Richard M. Stallman <rms@gnu.org>
1112
1113 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1114
1115 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1116
1117 * mouse.el (mouse-drag-region): Don't run the up-event
1118 handler if window start changed due to the down-mouse event.
1119
1120 2001-11-13 Richard M. Stallman <rms@gnu.org>
1121
1122 * mouse.el (mouse-show-mark): Either move point to the mark
1123 or use highlighting, never both.
1124 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1125
1126 2001-11-13 Simon Josefsson <jas@extundo.com>
1127
1128 * mail/smtpmail.el (top-level): Change maintainer to Simon
1129 Josefsson, cleanup the smtpmail.el header.
1130
1131 * mail/smtpmail.el (top-level): Don't require cl or base64.
1132 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1133 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1134 Defsubst instead of defmacro.
1135 (smtpmail-intersection): Return value in reverse order.
1136 (smtpmail-open-stream): Use stringp instead of string-to-list.
1137 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1138 separated from smtpmail-via-smtp.
1139
1140 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1141 rfc2104. Require base64 and cl.
1142 (smtpmail-smtp-service): Doc fix. :type fix.
1143 (smtpmail-debug-info): Doc fix.
1144 (smtpmail-debug-verb, smtpmail-auth-credentials)
1145 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1146 New variables.
1147 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1148 mail-utils (it is autoloaded).
1149 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1150 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1151 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1152 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1153 (smtpmail-via-smtp): Support AUTH.
1154 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1155
1156 2001-11-13 Richard M. Stallman <rms@gnu.org>
1157
1158 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1159 (electric-buffer-overlay): New variable.
1160 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1161 (electric-buffer-list): Likewise.
1162
1163 2001-11-13 Per Starback <starback@ling.uu.se>
1164
1165 * isearch.el (isearch-whitespace-chars): Doc fix.
1166 (isearch-mode): Handle negative search-slow-window-lines correctly.
1167
1168 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1169
1170 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1171
1172 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1173 From Emmanuel Briot <briot@act-europe.fr>.
1174
1175 2001-11-13 Colin Walters <walters@debian.org>
1176
1177 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1178
1179 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1180 "~/.emacs"; use `read-file-name'.
1181
1182 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1183 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1184 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1185 * calc/calc.el: Use `frame-width' instead of `screen-width',
1186 `frame-height' instead of `screen-height', and,
1187 `executing-kbd-macro' instead of `executing-macro'.
1188
1189 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1190 correct number of arguments.
1191
1192 * calc/calc-aent.el (calc-do-alg-entry):
1193 Use `blink-paren-function' instead of `blink-paren-hook'.
1194
1195 2001-11-12 Richard M. Stallman <rms@gnu.org>
1196
1197 * calendar/todo-mode.el (todo-save): Add save-excursion
1198 and save-restriction.
1199
1200 * server.el (server-edit, server-done): Doc fix.
1201
1202 * simple.el (clone-indirect-buffer): Error if major mode symbol
1203 has a no-clone-indirect property.
1204 (clone-buffer): Check for obvious errors before reading clone name.
1205
1206 * info.el (Info-mode): Add a no-clone-indirect property.
1207
1208 2001-11-12 Sam Steingold <sds@gnu.org>
1209
1210 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1211 set-buffer-modified-p to nil after `vc-exec-after'.
1212 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1213 (log-view-mode): Make read-only.
1214 (log-view-current-file): Do final `expand-file-name' in the
1215 current `default-directory'.
1216 (log-view-current-tag): Take an optional `where' arg.
1217 (log-view-diff): New user command.
1218
1219 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1220
1221 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1222
1223 2001-11-12 Sam Steingold <sds@gnu.org>
1224
1225 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1226 `generic-flet', `generic-labels', `with-accessors',
1227 `with-condition-restarts'.
1228
1229 2001-11-12 Richard M. Stallman <rms@gnu.org>
1230
1231 * dired.el: Many trivial doc fixes.
1232 (dired-get-file-for-visit): New function.
1233 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1234 (dired-view-file, dired-find-file-other-window, dired-display-file):
1235 (dired-find-file): Use dired-get-file-for-visit.
1236
1237 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1238
1239 * sql.el (sql-mode): Doc change.
1240
1241 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1242 escape character.
1243
1244 2001-11-12 Colin Walters <walters@debian.org>
1245
1246 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1247 (calc-do-keypad): Don't attempt to use nonexistent global
1248 mouse-map, use calc-keypad-map.
1249 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1250 (calc-keypad-left-click): Don't use mouse-map; update to new event
1251 interface.
1252 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1253 (calc-keypad-press): Use `unread-command-events' instead of
1254 `unread-command-char'.
1255
1256 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1257 to match files renamed on initial calc import.
1258
1259 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1260
1261 * textmodes/flyspell.el (flyspell-default-dictionary):
1262 Fix previous change.
1263
1264 2001-11-12 Richard M. Stallman <rms@gnu.org>
1265
1266 * textmodes/flyspell.el (flyspell-default-dictionary):
1267 Fix custom type.
1268
1269 2001-11-11 Richard M. Stallman <rms@gnu.org>
1270
1271 * calendar/solar.el (solar-sunrise-and-sunset):
1272 Exchange the two extreme values of day-length.
1273
1274 * progmodes/sh-script.el (sh-must-be-shell-mode):
1275 Allow modes derived from sh-mode.
1276
1277 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1278 Turn off error in some re-search-forward calls.
1279
1280 * replace.el (query-replace-skip-read-only): New variable.
1281 (perform-replace): If that variable is non-nil, ignore matches
1282 that have a read-only property.
1283
1284 * derived.el (define-derived-mode): Doc fix.
1285
1286 * server.el (server-buffer-done): Test of server-existing-buffer
1287 was backwards.
1288 (server-existing-buffer): Doc fix.
1289
1290 * textmodes/flyspell.el (flyspell-default-dictionary):
1291 Allow nil as value, and make nil the default.
1292
1293 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1294
1295 * subdirs.el: Regenerated.
1296
1297 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1298 it is not fboundp.
1299 (clipboard-yank): Ditto.
1300
1301 2001-11-11 Colin Walters <walters@verbum.org>
1302
1303 The following changes are based on patches from
1304 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1305 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1306
1307 * calc/calc.el (toplevel): Require calc-macs.
1308 (calc-minibuffer-size): New.
1309 (calcDigit-nondigit): Use it instead of `buffer-size'.
1310 (calcDigit-backspace): Likewise.
1311 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1312 `buffer-string'.
1313 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1314 `point-min'.
1315 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1316 `save-excursion'.
1317
1318 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1319 simple `setq' form.
1320
1321 * calc/calc-ext.el: (toplevel): Require calc.
1322 (calc-fancy-prefix-map): New.
1323 (calc-fancy-prefix): Use it.
1324 (calc-fancy-prefix-other-key): New.
1325
1326 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1327 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1328 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1329 (calcAlg-enter): Likewise.
1330 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1331
1332 2001-11-10 Richard M. Stallman <rms@gnu.org>
1333
1334 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1335 (quietly-read-abbrev-file): Doc fix.
1336
1337 * startup.el (command-line): Read standard abbrev
1338 file (abbrev-file-name), if it exists.
1339
1340 * files.el (save-abbrevs): Default value is t.
1341
1342 * progmodes/compile.el (compile-goto-error): Fix previous change
1343 in the case where subsequent errors have not been parsed yet
1344 because they are in a different source file.
1345
1346 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1347
1348 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1349 Merge two regular expressions into one.
1350 (ps-mode): Make local bindings for `comment-start' and
1351 `comment-start-skip'.
1352 (ps-mode-looking-at-nested): Simplify an if-else construct;
1353 use `set-match-data' to set the result.
1354
1355 2001-11-10 Richard M. Stallman <rms@gnu.org>
1356
1357 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1358 Function deleted.
1359 (flyspell-correct-word): Old definition deleted.
1360 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1361 All references renamed too.
1362
1363 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1364
1365 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1366
1367 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1368
1369 * wid-edit.el (checklist): Removed `:menu-tag'.
1370 (radio-button-choice): Ditto.
1371 (editable-list): Ditto.
1372
1373 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1374
1375 * play/gomoku.el: Move definitions of constants to the beginning
1376 of file, before their use.
1377
1378 2001-11-09 Richard M. Stallman <rms@gnu.org>
1379
1380 * textmodes/flyspell.el: Use the keymap property
1381 instead of local-map, and don't use a minor-mode map.
1382 (flyspell-mode-map): Variable deleted.
1383 Don't mess with minor-mode-map-alist.
1384 (calling add-minor-mode): Specify nil for keymap.
1385 And always use add-minor-mode, now that it exists.
1386 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1387 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1388 or flyspell-local-mouse-map.
1389 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1390 (flyspell-mode): Doc fix.
1391 (flyspell-mode-on): Don't call make-local-hook.
1392
1393 2001-11-09 Sam Steingold <sds@gnu.org>
1394
1395 * emacs-lisp/debug.el (debugger-make-xrefs):
1396 Add buttons to all symbols.
1397
1398 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1399
1400 * vc.el: Add John David Smith to credits.
1401
1402 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1403
1404 * vc-hooks.el (vc-error-occured): Backquotified.
1405 (vc-file-prop-obarray): Use prime length for better efficiency.
1406
1407 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1408
1409 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1412
1413 2001-11-09 Miles Bader <miles@gnu.org>
1414
1415 * subr.el (functionp): Don't consider macros as functions.
1416
1417 2001-11-08 Miles Bader <miles@gnu.org>
1418
1419 * subr.el (functionp): Make work correctly for macros and unbound
1420 symbols.
1421
1422 * comint.el (comint-send-input): Fix description of
1423 `comint-process-echoes' in the doc-string.
1424
1425 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1426
1427 * international/mule.el (make-translation-table): Doc fix.
1428 Suggested by Alex Schroeder <alex@gnu.org>.
1429
1430 2001-11-07 Richard M. Stallman <rms@gnu.org>
1431
1432 * info.el (Info-fontify-node): Highlight every third menu item.
1433
1434 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1435
1436 * cus-edit.el (custom-face-value-create): Don't ignore the
1437 `customized-face' attribute when finding the current face spec.
1438
1439 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1440
1441 * subr.el (with-local-quit): New macro.
1442 (make-syntax-table): Always inherit.
1443 (functionp): Be more careful when `object' is a symbol.
1444
1445 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1446
1447 2001-11-07 Paul Eggert <eggert@twinsun.com>
1448
1449 * dired.el (dired-move-to-filename-regexp):
1450 Do not distinguish between ASCII letters and non-ASCII characters.
1451 Don't allow comma except in the form "month day, year".
1452 Don't allow space between month name and comma.
1453 Clean up the code that checks for trailing period, comma, and space.
1454 Remove now-obsolete comments, and add more commentary about
1455 Japanese dates.
1456 Always gobble up trailing spaces, instead of doing it only sometimes.
1457
1458 2001-11-07 Miles Bader <miles@gnu.org>
1459
1460 * paren.el (show-paren-match-face): Add dark-background variant.
1461
1462 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1463
1464 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1465 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1466 Don't disable adaptive-fill-mode.
1467 (lisp-fill-paragraph): Use tab-width rather than 8.
1468 Prevent filling the first line of docstrings.
1469
1470 2001-11-06 Richard M. Stallman <rms@gnu.org>
1471
1472 * play/gomoku.el (gomoku): Doc fix.
1473
1474 * jka-compr.el (jka-compr-partial-uncompress):
1475 Support an alternative of not using dd.
1476 (jka-compr-dd-program): Use defcustom to define this.
1477 (jka-compr-load-suffixes): Use defcustom.
1478 (jka-compr-mode-alist-additions): Use defcustom.
1479
1480 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1483 Also work when LIMIT is further than the end of line.
1484
1485 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1486
1487 * international/quail.el (quail-update-leim-list-file): Print the
1488 offending file name if some of its quail-define-package forms is broken.
1489
1490 2001-11-05 Richard M. Stallman <rms@gnu.org>
1491
1492 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1493 of the evaluated form.
1494
1495 2001-11-05 Paul Eggert <eggert@twinsun.com>
1496
1497 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1498 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1499 stamps always line up by default. Also, it uses a slightly
1500 different window to determine whether files are "recent".
1501
1502 2001-11-05 Andrew Innes <andrewi@gnu.org>
1503
1504 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1505 Don't attempt to remake autoloads before nuking .elc files.
1506
1507 2001-11-04 Richard M. Stallman <rms@gnu.org>
1508
1509 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1510 previous-single-property-change or next-single-char-property-change
1511 returns nil.
1512
1513 * international/mule-cmds.el (set-locale-environment):
1514 Make it interactive; make arg optional.
1515
1516 * international/mule-diag.el (help-funs): Require help-funs.
1517
1518 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1519
1520 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1521
1522 2001-11-04 Miles Bader <miles@gnu.org>
1523
1524 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1525 shadow of the splash image grey on a dark background instead of black.
1526
1527 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1528
1529 * term.el (all faces): Don't (copy-face 'default <foo>).
1530
1531 * term/xterm.el (function-key-map):
1532 Add entry for `ESC [ 3 ~' -> <delete>
1533 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1534 Use inheritance so that .emacs and terminfo take precedence.
1535
1536 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1537
1538 * tooltip.el (tooltip-delay): Decrease to 0.7.
1539 (tooltip-hide-delay): Enlarge to 10.
1540
1541 2001-11-03 Richard M. Stallman <rms@gnu.org>
1542
1543 * startup.el (fancy-splash-tail): Explain how to recover
1544 from a crash, if there was a crash.
1545 (command-line-1): Reorganize display of startup screen,
1546 to simplify the logic. Use a temp buffer for it.
1547
1548 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1549
1550 * frame.el (set-background-color, set-foreground-color):
1551 Call face-set-after-frame-default, to propagate the new colors to
1552 the frame's parameters alist.
1553
1554 * calendar/timeclock.el (timeclock-out): Signal an error if
1555 timeclock-last-event is nil.
1556
1557 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1558
1559 * textmodes/fill.el (fill-context-prefix): Fix braino.
1560
1561 * international/quail.el (quail-help):
1562 Use `help-buffer' and move `help-setup-xref' to beginning.
1563
1564 * international/mule-cmds.el (describe-language-environment):
1565 Use `help-buffer' and move `help-setup-xref' to beginning.
1566
1567 * international/mule-diag.el (list-character-sets)
1568 (sort-listed-character-sets, describe-character-set)
1569 (describe-coding-system, describe-fontset, list-fontsets):
1570 Use `help-buffer' and move `help-setup-xref' to beginning.
1571 (describe-char-after): Use `internal-describe-syntax-value'.
1572
1573 2001-11-02 Richard M. Stallman <rms@gnu.org>
1574
1575 * mouse.el (popup-menu): If the user refuses to select
1576 from a menu, don't try to invoke the menu.
1577
1578 2001-11-02 Miles Bader <miles@gnu.org>
1579
1580 * help-mode.el (help-xref): New button type.
1581 (help-function, help-variable, help-face, help-coding-system)
1582 (help-input-method, help-character-set, help-type, help-symbol)
1583 (help-back, help-info, help-customize-variable, help-customize-face)
1584 (help-function-def, help-variable-def): Use it as a supertype.
1585 Remove `action' property.
1586
1587 * international/mule-diag.el (describe-character-set)
1588 (describe-coding-system): Pass correct args to `help-xref-button'.
1589 (sort-listed-character-sets): New button type.
1590 (list-character-sets): Use it.
1591 (list-charset-chars): New button type.
1592 (list-character-sets-1): Use it.
1593
1594 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1595
1596 * indent.el (tab-always-indent, indent-for-tab-command):
1597 Remove redundant `never' setting.
1598
1599 * fill.el (fill-region-as-paragraph): Don't forget to skip
1600 over current whitespace before looking for a preceding space.
1601
1602 2001-11-01 Richard M. Stallman <rms@gnu.org>
1603
1604 * files.el (file-newest-backup): Don't pass backup file name
1605 thru file-name-sans-versions, because it never has version numbers.
1606
1607 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1608 to avoid ambiguous nested loops.
1609
1610 * files.el (find-file-noselect): Offer to change buffer-read-only
1611 only when the file's read-only status has changed from before
1612 as well as disagreeing with the buffer's current status.
1613 (buffer-file-read-only): New var, local in all buffers.
1614
1615 * buff-menu.el (buffer-menu): Doc fix.
1616 (buffer-menu-other-window): Doc fix.
1617 (list-buffers, list-buffers-noselect): Doc fix.
1618
1619 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1620
1621 * startup.el (command-line): If the terminal Emacs is running on
1622 has erase char set to ^H, use the Backspace key for deleting
1623 backward, and the Delete key for deleting forward.
1624
1625 2001-11-01 Miles Bader <miles@gnu.org>
1626
1627 * button.el (define-button-type): Make sure every user-defined
1628 button type has a supertype.
1629
1630 2001-10-31 Jason Rumney <jasonr@gnu.org>
1631
1632 * international/mule-cmds.el (locale-language-names): Add chs and
1633 cht as aliases for Chinese-GB and Chinese-BIG5.
1634
1635 2001-10-31 Richard M. Stallman <rms@gnu.org>
1636
1637 * bindings.el (mode-line-frame-identification): Add doc string.
1638 (mode-line-position, mode-line-modes): New variables.
1639 (mode-line-format): Use mode-line-position for the part
1640 that displays the position-in-buffer info.
1641 Use mode-line-modes for the part that displays major and minor modes.
1642
1643 2001-10-31 Sam Steingold <sds@gnu.org>
1644
1645 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1646 (debugger-setup-buffer): Call it.
1647 (debugger-mode-map): Bind RET and mouse-2.
1648
1649 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1650
1651 * startup.el: Document command line option --no-window-system
1652 instead of --no-windows.
1653
1654 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1655
1656 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1657
1658 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1659 (font-lock-defaults-alist): Use it.
1660 From David Ponce <david.ponce@wanadoo.fr>
1661
1662 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1663 output of `char-after'.
1664
1665 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1666
1667 * simple.el (reindent-then-newline-and-indent): Insert the newline
1668 before indenting the first line.
1669 (undo-get-state, undo-revert-to-state): New funs.
1670 (shell-command): Don't kill the buffer even if empty.
1671 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1672 (transpose-subr-end2): Remove.
1673 (transpose-subr): Add `special' arg and simplify.
1674 (transpose-subr-1): Rewrite.
1675 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1676 (rfc822-goto-eoh): Simplify.
1677
1678 2001-10-30 Richard M. Stallman <rms@gnu.org>
1679
1680 * enriched.el (enriched-face-ans): FIx previous change.
1681
1682 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1683
1684 * international/iso-acc.el (iso-accents-compose): Remove a
1685 superfluous setq.
1686
1687 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1688
1689 * buff-menu.el (list-buffers-noselect): If the buffer's name
1690 starts with a blank, but it visits a file, do show it (for files
1691 whose names start with a blank).
1692
1693 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1694
1695 * textmodes/fill.el (sentence-end-double-space)
1696 (sentence-end-without-period): Move to paragraphs.el.
1697 (fill-indent-according-to-mode): Change default to t.
1698 (fill-context-prefix): Simplify control-flow and use a more
1699 sophisticated merge that unifies both previous checks.
1700 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1701 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1702 (fill-nobreak-p): New fun.
1703 (fill-region-as-paragraph): Use it.
1704 Handle `fill-indent-according-to-mode' slightly differently.
1705 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1706 (fill-individual-paragraphs-citation): Fix.
1707
1708 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1709 (paragraph-start): Change default to the `text-mode' value.
1710 (sentence-end-double-space, sentence-end-without-period):
1711 Move from fill.el.
1712 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1713 rather than rebinding `paragraph-start' and `paragraph-separate'.
1714
1715 * indent.el (indent-line-function): Change default to indent-relative.
1716 (tab-always-indent): Add an `never' setting.
1717 (indent-according-to-mode): Handle `indent-relative' and
1718 `indent-relative-maybe' specially.
1719 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1720 Handle the `never' case for `tab-always-indent'.
1721 Don't call indent-according-to-mode for indent-relative' and
1722 `indent-relative-maybe'.
1723 (insert-tab): Rename `prefix-arg' to `arg'.
1724 (indent-region): Indent the first line as well.
1725 (indent-relative): Don't mark the buffer modified if the indentation
1726 is unchanged.
1727
1728 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1729 Don't set paragraph-separate. Set paragraph-start more carefully.
1730 Set indent-line-function.
1731 (paragraph-indent-text-mode): Use it and define-derived-mode.
1732 (text-mode-map): Remove the \t binding.
1733 (text-mode): Simplify now that the default is more favorable.
1734
1735 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1736
1737 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1738 If the regexp doesn't match, use a looser one.
1739 (find-variable-noselect): Add `file' argument.
1740
1741 * pcvs.el (cvs-mode-commit-hook): New hook.
1742 (cvs-mode-commit): Run it.
1743
1744 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1745
1746 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1747 (edebug-instrument-function): Use `find-function-noselect'.
1748
1749 2001-10-29 Richard M. Stallman <rms@gnu.org>
1750
1751 * term.el (term-if-emacs19): Macro deleted.
1752 Callers changed to use progn instead.
1753
1754 * frame.el (blink-cursor-mode): Doc fix.
1755
1756 * files.el (find-backup-file-name): Use make-backup-file-name.
1757
1758 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1759 window-live-p.
1760 (edebug-set-conditional-breakpoint): Unconditionally use
1761 the former Emacs >=19 definition.
1762 (edebug-mark): Define unconditionally.
1763 (edebug-eval-expression): Always call read-from-minibuffer
1764 and specify history list.
1765 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1766 edebug-set-conditional-breakpoint.
1767 (edebug-emacs-version-specific): Function deleted;
1768 do the job at top level.
1769 (edebug-emacs-19-specific): Function deleted, this is the default.
1770
1771 2001-10-29 Sam Steingold <sds@gnu.org>
1772
1773 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1774 "/cygdrive/LETTER/" pathnames.
1775
1776 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1777
1778 * faces.el (invert-face): Check for 'unspecified, not for nil,
1779 when testing whether face colors are not specified.
1780 From David.Kastrup@t-online.de (David Kastrup).
1781 (read-face-name): Doc fix.
1782 (make-face-bold, make-face-unbold, make-face-italic)
1783 (make-face-unitalic, make-face-bold-italic, invert-face):
1784 Remove trailing blank from the prompt passed to read-face-name.
1785
1786 2001-10-29 Sam Steingold <sds@gnu.org>
1787
1788 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1789 Report numbers of files skipped and failed too.
1790 (byte-compile-file): Return 'no-byte-compile for skipped files.
1791
1792 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1793
1794 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1795 and `M p'.
1796
1797 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1798
1799 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1800 as is on unread-command-events instead of `(SECOND-CHAR)'.
1801
1802 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1803
1804 * vc.el: Mention vc-*-switches in backend API documentation.
1805 (vc-annotate): Adapt doc string to recent change.
1806
1807 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1808
1809 * enriched.el (enriched-face-ans): Handle face attributes
1810 of the form `(FACE1 FACE2 ...)'.
1811
1812 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1813
1814 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1815
1816 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1817
1818 * progmodes/sql.el (sql-db2): Doc change.
1819 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1820 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1821
1822 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1823
1824 * env.el (substitute-env-vars): Don't quote argument to `rx';
1825 it's a macro.
1826
1827 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1828
1829 * cus-start.el (recursive-load-depth-limit): Added.
1830
1831 2001-10-28 Richard M. Stallman <rms@gnu.org>
1832
1833 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1834 All uses removed--assume Emacs version is >= 20.
1835
1836 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1837 by really checking that it is not version 18.
1838
1839 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1840
1841 2001-10-28 Miles Bader <miles@gnu.org>
1842
1843 * faces.el (face-attribute): Add INHERIT argument, consider face
1844 inheritance if it's non-nil.
1845 (face-attribute-merged-with): New function.
1846 (face-attribute-specified-or): New macro.
1847 (face-foreground, face-background, face-stipple): Add INHERIT
1848 argument. Use `face-attribute-specified-or'.
1849
1850 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1851
1852 * font-lock.el: Require `syntax'.
1853 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1854 Use `c-font-lock-syntactic-face-function' for c languages.
1855 (font-lock-mode): Don't unset vars when turning the mode off.
1856 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1857 (font-lock-extra-managed-props): New var.
1858 (font-lock-default-unfontify-region): Use it.
1859 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1860 Don't eval the value when there's no match.
1861 (font-lock-ppss-stats): New var.
1862 (font-lock-ppss): New fun.
1863 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1864 (font-lock-apply-highlight): Allow `highlight' to set several props.
1865 (font-lock-set-defaults): Use dolist.
1866 (font-lock-unset-defaults): Remove.
1867 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1868 Try to recognize prototypes using `foo P_ ((args))'.
1869 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1870 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1871 (c-font-lock-syntactic-face-function): New function.
1872 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1873 (c++-keywords): Use a more sophisticated regexp to handle
1874 shallowly nested templates.
1875
1876 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1877
1878 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1879 (sgml-tag): Use it. Cleanup with `cond'.
1880 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1881 Mark the overlays and only delete those that are marked.
1882 (sgml-skip-close-p): Remove.
1883 (sgml-value): Replace sgml-skip-close-p with its definition.
1884 (html-tag-alist): Use sgml-xml a bit more.
1885 (html-mode): Set sgml-empty-tags.
1886
1887 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1888 (texinfo-update-node, texinfo-sequential-node-update):
1889 Don't bind the obsolete `auto-fill-hook'.
1890 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1891 Use `set-buffer' rather than `switch-to-buffer'.
1892 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1893 Use `set-buffer' rather than `switch-to-buffer'.
1894
1895 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1896 text-mode-syntax-table.
1897 (mail-mode): Use define-derived-mode.
1898 Fix ordering of alternatives in adaptive-fill-regexp.
1899 (mail-mode-map): Don't rely on keymap's internal representation.
1900
1901 2001-10-27 Sam Steingold <sds@gnu.org>
1902
1903 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1904 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1905 (sgml-mode-common): Call it.
1906 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1907 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1908 (html-horizontal-rule, html-image, html-ordered-list):
1909 (html-unordered-list, html-list-item, html-paragraph):
1910 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1911 `html-xhtml'.
1912
1913 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1914
1915 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1916 (ifnothtml): New alias.
1917
1918 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1919
1920 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1921 (toggle-text-mode-auto-fill): Use derived-mode-p.
1922
1923 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1924
1925 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1926 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1927
1928 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1929
1930 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1931 Add make-obsolete cookies, to follow faces.el.
1932
1933 These changes avoid warnings from the byte compiler in faces.el:
1934
1935 * faces.el (internal-get-face): Use facep instead of the obsolete
1936 internal-find-face.
1937 (internal-frob-font-weight, internal-frob-font-slant):
1938 New defaliases for obsolete functions.
1939 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1940 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1941 (x-make-font-bold-italic): Use internal-frob-font-weight and
1942 internal-frob-font-slant aliases instead of the obsolete
1943 x-frob-... functions.
1944
1945 2001-10-26 Sam Steingold <sds@gnu.org>
1946
1947 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1948 DOCTYPE; set `mode-name' based on it.
1949 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1950 (sgml-tag): Close empty tags in XHTML.
1951
1952 2001-10-26 Jason Rumney <jasonr@gnu.org>
1953
1954 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1955 when UNICODE is not defined.
1956
1957 2001-10-26 Sam Steingold <sds@gnu.org>
1958
1959 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1960 be alone on the line.
1961
1962 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1963
1964 * button.el (button): Special face definition for MS-DOS terminals.
1965
1966 2001-10-26 Sam Steingold <sds@gnu.org>
1967
1968 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1969 Protect the /= test by checking that the args are non-nil.
1970 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1971
1972 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1973
1974 * textmodes/artist.el (artist-version): 1.2.4.
1975 (artist-butlast-fn): New variable.
1976 (artist-butlast): New function.
1977 (artist-ellipse-mirror-quadrant): Use it.
1978 (artist-mouse-draw-poly): Use nil for `point-list'.
1979 (artist-mouse-draw-poly): Check for point-list being nil.
1980
1981 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1982
1983 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1984 lambda expression.
1985 (ps-mode-menu-main): Submenu with options on/off was replaced with
1986 a toggle button.
1987 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1988 (ps-mode): Autoload cookie added on same line as comment
1989 (ps-mode-tabkey, ps-mode-backward-delete-char):
1990 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1991 `indent-to' with `indent-line-to'
1992 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1993 instead of `eval'.
1994 (ps-mode-print-region): Use `with-temp-buffer'.
1995 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1996 (numerous places): Add back-tick and tick around names in
1997 docstrings, fix punctuation in docstrings, remove trailing spaces.
1998
1999 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2000
2001 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
2002 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
2003 (sgml-font-lock-syntactic-keywords): New var.
2004 (sgml-mode-common): Drop the two args.
2005 Don't make buffer-local variables that aren't used.
2006 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
2007 Don't set `before-string' props from sgml-display-text.
2008 (sgml-mode): Use define-derived-mode.
2009 (sgml-tags-invisible): Use sgml-display-text.
2010 (sgml-quote): New command.
2011 (html-tag-alist): Add args for `span'.
2012 (html-mode): Use define-derived-mode.
2013 Set sgml-display-text and sgml-tag-face-alist.
2014
2015 2001-10-25 Sam Steingold <sds@gnu.org>
2016
2017 * add-log.el (add-log-always-start-new-record): New user option.
2018 (add-change-log-entry): Use it.
2019
2020 2001-10-25 Richard M. Stallman <rms@gnu.org>
2021
2022 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
2023 bind case-fold-search if FROM is not all lower case.
2024
2025 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2026
2027 * startup.el (normal-top-level): Check for frame-initial-frame
2028 only if it's really used.
2029
2030 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2031
2032 * progmodes/compile.el (compilation-parse-errors-filename-function):
2033 New variable.
2034 (compilation-parse-errors): Use it.
2035
2036 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2037
2038 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2039 interactively so that C-u M-C-x still does edebug.
2040 (checkdoc-sentencespace-region-engine): Don't force a double-space
2041 after `.' if it doesn't look like an end-of-sentence.
2042 (debug-ignored-errors): Add `disambiguate ...'.
2043
2044 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2045
2046 * textmodes/texinfo.el (texinfo-environments)
2047 (texinfo-environment-regexp): Hoist.
2048 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2049 Only highlight the menu name in menu items.
2050 Setup `@foo ... @end foo' as text clones.
2051 (texinfo-clone-environment): New function.
2052 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2053 (texinfo-insert-block): Simplify.
2054 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2055 the command is repeated.
2056 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2057 (texinfo-insert-@end): Simplify.
2058
2059 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2060 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2061 (texinfo-subsubsection-level-regexp)
2062 (texinfo-update-menu-same-level-regexps)
2063 (texinfo-update-menu-higher-regexps)
2064 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2065
2066 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2067 (derived-mode-p): Autoload.
2068
2069 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2070 New vars and functions.
2071 (text-clone-maintain, text-clone-create): New functions.
2072
2073 2001-10-25 Miles Bader <miles@gnu.org>
2074
2075 * facemenu.el (facemenu-add-new-face): Fix variable names.
2076
2077 2001-10-24 Richard M. Stallman <rms@gnu.org>
2078
2079 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2080 of t and nil values.
2081 (facemenu-set-face): Handle START and END interactively.
2082 (facemenu-set-foreground): Don't use a face; specify color directly.
2083 (facemenu-set-background): Likewise.
2084 (facemenu-set-face-from-menu): Doc fix.
2085 (facemenu-active-faces): Use face-attribute-vector
2086 to handle bare attributes not in faces.
2087 (facemenu-get-face): Don't handle face names fg:... and bg:...
2088 specially.
2089 (facemenu-add-new-face): New argument MENU.
2090 New way to handle adding colors to the color menus.
2091
2092 * env.el (substitute-env-vars): Quote the arg to rx.
2093
2094 2001-10-24 Sam Steingold <sds@gnu.org>
2095
2096 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2097 Control" and "SGML" groups.
2098
2099 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2100
2101 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2102 Better handling of C++ template args to avoid confusion with `<'
2103 and `>' used as operators in member init expressions.
2104
2105 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2106
2107 * replace.el (perform-replace): Move START and END parameters
2108 to the end of the argument list and make them optional.
2109
2110 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2111 perform-replace.
2112
2113 * international/fontset.el (x-must-resolve-font-name): New function.
2114 (x-complement-fontset-spec): Use it.
2115
2116 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2117
2118 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2119
2120 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2121 Turn caadr into caar of cdr.
2122
2123 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2124
2125 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2126 of mouse-{1,2} since dragging is on the down event.
2127
2128 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2129
2130 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2131 if ARG is nil.
2132
2133 * desktop.el (desktop-last-buffer): New variable.
2134 (desktop-create-buffer): Set it.
2135 (desktop-read): Bind it and switch to that buffer.
2136
2137 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2138
2139 * progmodes/compile.el (compilation-set-window-height):
2140 Select old window only if it's still live.
2141
2142 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2143
2144 * help-mode.el (help-buffer): Remove debugging code.
2145 From Stefan Monnier <monnier@cs.yale.edu>.
2146
2147 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * files.el (file-name-sans-extension, file-name-extension):
2150 Don't count the leading dots in file names as signaling an extension.
2151
2152 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2153
2154 * vc.el (vc-diff-switches): Doc rewritten.
2155
2156 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2157
2158 * tooltip.el (tooltip-set-param): Doc fix.
2159
2160 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2161 127 to sgml-maybe-name-self.
2162 (sgml-name-8bit-mode): Doc fix.
2163 (sgml-char-names-table): New variable.
2164 (sgml-name-char): Support non-ASCII and mule-unicode-*
2165 characters. Doc fix.
2166 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2167
2168 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2169 doc string the effect of `left' and `top' parameters in
2170 tooltip-frame-parameters, the default values, and the units.
2171 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2172 (tooltip-show): Mention in the doc string the `top' and `left'
2173 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2174
2175 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2176
2177 Add autoscaling support for vc-annotate.
2178 From J.D. Smith <jdsmith@alum.mit.edu>.
2179
2180 * vc.el (vc-annotate-display-default): Accept colormap scaling
2181 ratio (now deprecated).
2182 (vc-annotate-display-autoscale): Added.
2183 (vc-annotate-add-menu): New autoscaling menu options "Span to
2184 Oldest" and "Span Oldest->Newest". Easymenu support added for
2185 toggle menus driven by customize variable `vc-annotate-display-mode'.
2186 (vc-annotate-display-select): Added.
2187 (vc-annotate): Changed temp-buffer-show-function to
2188 `vc-annotate-display-select'.
2189 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2190 Added argument OFFSET. Instead of backend function, calls now
2191 generic `vc-annotate-difference'.
2192 (vc-annotate-difference): Added as generic function instead of
2193 backend-specific function. No longer takes argument POINT, but
2194 instead accepts a time OFFSET.
2195 (vc-default-annotate-current-time): Added.
2196
2197 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2198 version in vc.el, with
2199 (vc-cvs-annotate-current-time): Added, as override of default.
2200 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2201 `vc-cvs-annotate-difference'.
2202
2203 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2204
2205 * saveplace.el (save-place): Require `saveplace'.
2206
2207 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2208 Use `sexp' for :value-type instead of `face'.
2209
2210 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2211
2212 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2213 regexps due to 5-digit message IDs.
2214
2215 2001-10-21 Jason Rumney <jasonr@gnu.org>
2216
2217 * term/w32-win.el (redisplay-dont-pause): Don't set.
2218
2219 2001-10-21 Miles Bader <miles@gnu.org>
2220
2221 * help-funs.el (help-manyarg-func-alist): Variable removed.
2222
2223 2001-10-21 Miles Bader <miles@gnu.org>
2224
2225 * help-funs.el (help-manyarg-func-alist): Remove entries for
2226 `insert', `insert-and-inherit', `insert-before-markers',
2227 `insert-before-markers-and-inherit', `message', `message-box',
2228 `message-or-box', `propertize', `format', `encode-time', `append',
2229 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2230 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2231 `ml-prefix-argument-loop'.
2232
2233 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2234
2235 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2236 (vc-default-diff-tree): New functions.
2237 (vc-version-diff): Use them. As a result, coding systems are now
2238 set up properly for all sorts of diffs, and tree diffs can now
2239 also be done locally.
2240 (vc-diff): With a prefix argument, don't require that it's called
2241 from a buffer under version control.
2242 (diff-switches): Remove duplicate definition.
2243
2244 * vc-cvs.el (vc-cvs-diff-tree): New function.
2245
2246 2001-10-21 Miles Bader <miles@gnu.org>
2247
2248 * help-funs.el (help-manyarg-func-alist): Remove entries for
2249 `list', `vector', `make-byte-code', `call-process',
2250 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2251 `logand', `logior', and `logxor'.
2252
2253 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2254 image bits to compensate. Use `make-string' instead of
2255 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2256
2257 2001-10-20 Kim F. Storm <storm@cua.dk>
2258
2259 * simple.el (kill-ring-save): Don't show extent of copied region
2260 if using transient-mark-mode and region is fully visible.
2261
2262 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2263
2264 * (Version 21.1 released.)
2265
2266 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2267
2268 * files.el (auto-mode-alist): Associate .indent.pro with
2269 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2270
2271 2001-10-18 Sam Steingold <sds@gnu.org>
2272
2273 Put the *Compile-Log* buffer in `compilation-mode'.
2274 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2275 (byte-compile-log-1, byte-compile-log-file)
2276 (displaying-byte-compile-warnings): Use it
2277
2278 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2279
2280 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2281
2282 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2283
2284 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2285
2286 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2287
2288 * obsolete/hilit19.el (hilit-lookup-face-create):
2289 Call set-face-font only if display-graphic-p.
2290 (toplevel): Remove references to window-system.
2291
2292 2001-10-18 Miles Bader <miles@gnu.org>
2293
2294 * simple.el (what-line): Avoid problems with field properties.
2295
2296 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2297
2298 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2299 Define special colors for a tty.
2300
2301 2001-10-17 Francesco Potorti` <pot@gnu.org>
2302
2303 * comint.el (comint-password-prompt-regexp): Make it less
2304 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2305
2306 2001-10-17 John Wiegley <johnw@gnu.org>
2307
2308 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2309 a regular file, before checking if it is a directory or symlink.
2310 This avoids a call to eshell-file-attributes, which can be
2311 expensive in some situations.
2312
2313 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2314 customization variable, to differentiate ls-in-dired from regular
2315 uses of ls.
2316
2317 2001-10-17 Miles Bader <miles@gnu.org>
2318
2319 * custom.el (defface): Mention `:inherit' in doc-string.
2320
2321 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2322
2323 * paren.el: Update the Commentary with installation instructions.
2324
2325 2001-10-15 Dave Love <fx@gnu.org>
2326
2327 * international/mule.el (set-auto-coding): Fix regexps for local
2328 variables section not to eat newlines.
2329
2330 2001-10-15 Miles Bader <miles@gnu.org>
2331
2332 * simple.el (display-message-or-buffer): Pass the correct buffer
2333 to `display-buffer'.
2334
2335 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2336
2337 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2338 (executable-find): Use exec-suffixes.
2339 (executable-set-magic): Don't use make-local-hook.
2340
2341 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2342
2343 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2344
2345 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2346 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2347 Add .so to the Unix and GNU branch.
2348
2349 * international/latin-1.el:
2350 * international/latin-2.el:
2351 * international/latin-3.el:
2352 * international/latin-4.el:
2353 * international/latin-5.el:
2354 * international/latin-8.el:
2355 * international/latin-9.el: Add no-byte-compile: t, since
2356 Makefile.in instructs make-docfile to look at .el files.
2357
2358 2001-10-14 Miles Bader <miles@gnu.org>
2359
2360 * button.el (define-button-type): Allow supertype property to be
2361 specified with a keyword `:supertype' too.
2362 (button-put, make-text-button): Allow button type property to be
2363 specified using the keyword `:type' too.
2364 (button-type): New function.
2365 (button): Add `button-category-symbol' property.
2366
2367 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2368
2369 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2370 indent-new-comment-line from comment-indent-new-line.
2371
2372 * textmodes/refill.el (refill-mode):
2373 Bind DEL to backward-delete-char-untabify.
2374 Set backward-delete-char-untabify-method to `hungry'.
2375
2376 * textmodes/bib-mode.el (bib-mode):
2377 * play/gomoku.el (gomoku-mode):
2378 * textmodes/page-ext.el (pages-directory-mode):
2379 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2380
2381 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2382
2383 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2384
2385 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2386 Handle here-docs differently.
2387 (sh-font-lock-heredoc): Remove.
2388 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2389 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2390 (sh-font-lock-open-heredoc): New functions.
2391 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2392 (sh-font-lock-keywords-1): Use regexp-opt.
2393 (sh-in-comment-or-string): Use syntax-ppss.
2394 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2395 (sh-select, sh-tmp-file): Add explicit terminating \n.
2396
2397 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2398 Use with-current-buffer.
2399 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2400 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2401 filename), catch any error that occurs in `ange-ftp-cd'.
2402 If an error happened, don't bother sending `cmd' at all.
2403 Fix a parenthesis typo.
2404 (ange-ftp-write-region): Don't blindly use binary if the remote host
2405 is unix-like.
2406
2407 * play/pong.el (pong-init): Don't use make-local-hook.
2408
2409 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2410
2411 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2412 (viper-get-ex-address-subr): More precise addr for the $ marker
2413
2414 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2415
2416 * version.el (emacs-version): Bump to 21.1.50.
2417
2418 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2419
2420 * mail/mailalias.el (mail-directory-stream): Do not double
2421 variables in the lambda-list.
2422
2423 * play/gomoku.el (gomoku-init-display): Ditto.
2424
2425 * play/landmark.el (lm-init-display): Ditto.
2426
2427 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2428 (delimit-columns-rectangle-line): Ditto.
2429
2430 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2431
2432 * newcomment.el (comment-region-internal): Don't rebind
2433 invisibility_spec now that the C routines handle it correctly.
2434
2435 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2436
2437 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2438 and `same-frame'.
2439
2440 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2441
2442 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2443
2444 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2445 C-p and C-r. Remove redundant bindings from inheriting maps.
2446
2447 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2448 After 4.23 and: After 4.24:
2449 (cperl-contract-levels): Restore position.
2450 (cperl-beautify-level): Likewise.
2451 (cperl-beautify-regexp): Likewise.
2452 (cperl-commentify): Rudimental support for length=1 runs
2453 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2454 After 4.25:
2455 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2456 (imenu-example--create-perl-index): Was not enforcing
2457 syntaxification-to-the-end.
2458 (cperl-invert-if-unless): Allow `for', `foreach'.
2459 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2460 Mark qw(), m()x as indentable.
2461 (cperl-init-faces): Highlight `sysopen' too.
2462 Highlight $var in `for my $var' too.
2463 (cperl-invert-if-unless): Was leaving whitespace at end.
2464 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2465 (cperl-calculate-indent): Remove old commented out code.
2466 Support (primitive) indentation of qw(), m()x.
2467 After 4.26:
2468 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2469 q [] with intervening newlines.
2470 (cperl-autoindent-on-semi): New customization variable.
2471 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2472 (cperl-tips): Mention how to make CPerl the default mode.
2473 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2474 (cperl-outline-level): New function.
2475 (cperl-highlight-variables-indiscriminately): New customization var.
2476 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2477 From Sean Kamath <kamath@pogo.wv.tek.com>.
2478 (cperl-after-block-p): Support CHECK and INIT.
2479 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2480 From Doug MacEachern <dougm@covalent.net>.
2481 After 4.27:
2482 (cperl-find-pods-heres): Recognize \"" as a string.
2483 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2484 Allow whitespace between << and "FOO".
2485 (cperl-problems): Remove \"" and q [] with intervening newlines.
2486 Mention multiple <<EOF as unsupported.
2487 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2488 (cperl-indent-parens-as-block): New configuration variable.
2489 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2490 Use `cperl-indent-parens-as-block'.
2491 (cperl-find-pods-heres): Test for =cut without empty line instead of
2492 complaining about no =cut.
2493 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2494 (cperl-find-pods-heres): Likewise.
2495 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2496 POD could've been marked as comment already.
2497 (cperl-unwind-to-safe): Unwind before start of POD too.
2498 After 4.28:
2499 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2500 After 4.29:
2501 (x-color-defined-p): Make an extra case to peacify the warning.
2502 Toplevel: `defvar' to peacify the warnings.
2503 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2504 No -nw-compile time warnings now.
2505 (cperl-find-tags): TAGS file had too short substring-to-search.
2506 Be less verbose in non-interactive mode
2507 (imenu-example--create-perl-index): Set index-marker after name
2508 (cperl-outline-regexp): New variable.
2509 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2510 (cperl-mode): Made use `cperl-outline-regexp'.
2511 After 4.30:
2512 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2513 (cperl-outline-level): Make start-of-file same level as `package'.
2514 After 4.31:
2515 (cperl-electric-pod): `head1' and `over' electric only if empty.
2516 (cperl-unreadable-ok): New variable.
2517 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2518 on an unreadable file.
2519 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2520 on an unreadable directory.
2521
2522 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2523 Consider the text between two errors as belonging to the first error.
2524 (compilation-goto-locus): Use pop-to-buffer rather than
2525 switch-to-buffer-other-frame.
2526
2527 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2528 (awk-font-lock-syntactic-keywords): New var.
2529 (awk-mode): Use it.
2530
2531 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2532
2533 * faces.el (describe-face): Call help-setup-xref earlier.
2534
2535 * jka-compr.el (jka-compr-load-suffixes): New var.
2536 (jka-compr-install): Add its content to load-suffixes.
2537 (jka-compr-uninstall): Remove its content from load-suffixes.
2538
2539 2001-10-12 Sam Steingold <sds@gnu.org>
2540
2541 * bindings.el (completion-ignored-extensions): CL-related
2542 extensions are platform-independent.
2543
2544 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2545 asynchronous multiple file copying.
2546
2547 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2548
2549 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2550 Turn error for repeated variables into warning.
2551
2552 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2553 New function checking that lambda-list consists of non-constant
2554 symbols, that &rest and &optional are followed by variable names,
2555 that &rest VAR is the last element, and that variables aren't doubled.
2556 (byte-compile-lambda): Use it.
2557
2558 2001-10-12 Eli Barzilay <eli@barzilay.org>
2559
2560 * calculator.el (calculator-eng-display): Don't call concat
2561 with an integer argument.
2562
2563 2001-10-12 Miles Bader <miles@gnu.org>
2564
2565 * help-mode.el (help-customize-face): New button-type.
2566
2567 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2568 (describe-face): Fix args to `help-xref-button'.
2569 Don't switch to help-buffer around call to `help-setup-xref'.
2570 Use `help-buffer' instead of hard-wired "*Help*".
2571 Require `help-mode'.
2572
2573 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2574
2575 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2576
2577 * help-mode.el (help-buffer): New function.
2578 Returns the buffer-name to use for help output.
2579 Change all the code to use it instead of hard-coding *Help*.
2580 (help-mode-map): Put back the mouse-2 binding.
2581 (help-xref-stack): Change the format and make buffer-local.
2582 (help-xref-stack-item): Make buffer-local.
2583 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2584 (help-xref-interned): Display the face doc as well.
2585 (help-follow-mouse): Re-introduce.
2586 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2587 (help-do-xref): Don't `push' any more.
2588 (help-follow): Also follow face names.
2589
2590 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2591 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2592 Autoload and cleanup.
2593 (describe-function): Call help-setup-xref.
2594 (describe-variable): Call help-setup-xref earlier.
2595
2596 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2597 (view-lossage): Call help-setup-xref correctly and earlier.
2598 (describe-bindings): Call help-setup-xref earlier.
2599 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2600 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2601
2602 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2603
2604 * master.el (master-mode): Use define-minor-mode instead of
2605 easy-mmode-define-minor-mode. Add autload cookie.
2606 (Commentary): Remove the line showing how to autoload master-mode,
2607 since it's always autoloaded.
2608
2609 * master.el: New file.
2610
2611 2001-10-11 Dave Love <fx@gnu.org>
2612
2613 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2614 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2615 <const-C varset-X const-C>: Fix car/cdr typo.
2616
2617 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2618
2619 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2620 New function extracted from byte-compile-log-1.
2621 (byte-compile-log-1): Change output to be more in line with
2622 the output of other GNU tools.
2623 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2624 (byte-compile-report-error): Downcase error message.
2625 Use `error' instead of `!!' for error messages.
2626 (byte-compile-print-syms): Treat non-interactive case specially.
2627 (displaying-byte-compile-warnings): Use backquote.
2628 (byte-compile-from-buffer): Bind byte-compile-last-line.
2629 (batch-byte-compile): Remove `Done' message.
2630
2631 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2632
2633 * emacs-lisp/copyright.el (copyright): Add final \n.
2634
2635 2001-10-11 Miles Bader <miles@gnu.org>
2636
2637 * diff.el (diff): Display default values in prompts as
2638 `(default ...)', not `(...)'.
2639
2640 * info.el (Info-follow-reference): Likewise.
2641
2642 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2643
2644 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2645
2646 * newcomment.el (comment-indent): Be a little more robust in case
2647 comment-indent-function does funny things.
2648 (comment-normalize-vars): Autoload.
2649 (comment-region-internal): Fiddle with the visibility spec.
2650 (comment-valid-prefix): New function.
2651 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2652 that would turn comment-text into non-comment-text.
2653
2654 * emacs-lisp/syntax.el: New file.
2655
2656 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2657 compatibility cruft.
2658 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2659 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2660 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2661 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2662 tcl-submit-bug-report.
2663 (tcl-mode-syntax-table): Leave \f alone.
2664 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2665 tcl-end-of-defun, tcl-submit-bug-report.
2666 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2667 (tcl-add-emacs-menu): Remove.
2668 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2669 (tcl-keyword-list): Add `chain'.
2670 (tcl-font-lock-syntactic-keywords): New variable.
2671 (tcl-pps-has-arg-6): Remove.
2672 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2673 (tcl-internal-mark-defun): Remove.
2674 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2675 (tcl-mode): Use define-derived-mode. Simplify.
2676 Set comment-indent-function.
2677 (tcl-indent-command): Use line-beginning-position and comment-indent.
2678 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2679 (tcl-indent-line): Use tcl-calculate-indent.
2680 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2681 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2682 (tcl-filter): Use with-current-buffer, simplify.
2683 (inferior-tcl-mode): Use define-derived-mode.
2684 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2685 (tcl-simple-in-comment, tcl-in-comment): Removed.
2686 (tcl-files-alist): New function.
2687 (tcl-help-snarf-commands): Use it and return the result directly
2688 rather than through a global variable.
2689 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2690 (tcl-help-on-word): Provide the default value to completing-read.
2691 (tcl-hilit): Remove.
2692 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2693 (tcl-comment-indent): New function.
2694 (tcl-submit-bug-report): Remove.
2695 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2696 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2697 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2698
2699 2001-10-10 Miles Bader <miles@gnu.org>
2700
2701 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2702 (Info-fontify-node): Don't fontify the node if it's already been done.
2703
2704 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2705
2706 * international/iso-transl.el (iso-transl-e-caret)
2707 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2708 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2709
2710 * simple.el (end-of-buffer): Fix code scrolling specially
2711 for the buffer end.
2712
2713 * startup.el (command-line-1): Bind tab-width to 8.
2714
2715 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2716
2717 * emulation/tpu-edt.el: Use defalias instead of fset for
2718 user-visible commands. From Rob Riepel
2719 <riepel@Networking.Stanford.EDU>.
2720
2721 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2722
2723 * ruler-mode.el: New file.
2724
2725 2001-10-09 Miles Bader <miles@gnu.org>
2726
2727 * apropos.el (button): New require.
2728
2729 * help-funs.el: New file, contents mostly from `help.el'.
2730 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2731
2732 * help-mode.el: New file, contents mostly from `help.el'.
2733
2734 * help.el: Don't require `view' when compiling.
2735 (help-with-tutorial, describe-function, describe-function-1)
2736 (variable-at-point, describe-variable, locate-library):
2737 Functions moved into `help-funs.el'.
2738 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2739 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2740 (help-setup-xref, help-xref-following, help-make-xrefs)
2741 (help-xref-button, help-insert-xref-button, help-xref-interned)
2742 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2743 (help-xref-on-pp): Functions moved into `help-mode.el'
2744 (help-mode-map, help-xref-stack, help-xref-stack-item)
2745 (help-highlight-p, help-highlight-face, help-back-label)
2746 (help-xref-symbol-regexp, help-xref-mule-regexp)
2747 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2748 (help-symbol, help-back, help-info, help-customize-variable)
2749 (help-function-def, help-variable-def):
2750 Button-types moved into `help-mode.el'.
2751 (load-symbol-file-load-history, symbol-file):
2752 Functions moved into `subr.el'.
2753 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2754 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2755
2756 * subr.el (symbol-file-load-history-loaded)
2757 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2758
2759 * loadup.el ("button"): Load removed.
2760
2761 * button.el (define-button-type): Respect any `supertype' property.
2762 (button-type-subtype-p, button-has-type-p): New functions.
2763
2764 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2765 dollar-signs.
2766
2767 * comint.el (comint-insert-previous-argument): New function.
2768 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2769 (comint-insert-previous-argument-last-start-pos)
2770 (comint-insert-previous-argument-last-index): New variables.
2771
2772 * apropos.el (apropos-next-label-button): Use the presence of a
2773 `apropos-label' property to detect label buttons.
2774
2775 2001-10-08 Miles Bader <miles@gnu.org>
2776
2777 * button.el (next-button, previous-button): Remove N and WRAP
2778 parameters. Don't pay attention to `skip' properties.
2779 (forward-button): Implement wrapping, iterating, and skipping here
2780 instead.
2781 (button-activate): USE-MOUSE-ACTION is optional.
2782 (button-nop): Function removed.
2783 (default-button): Use `ignore' as default button action.
2784
2785 * apropos.el (apropos-next-label-button): Update arguments to
2786 `next-button'.
2787 (apropos-symbol): Add `skip' property.
2788 (apropos-function, apropos-macro, apropos-command)
2789 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2790 (apropos-plist): New button types.
2791 (apropos-label-properties): Variable removed.
2792 (apropos-print): Pass button-type to apropos-print-doc, rather
2793 than help function and label text.
2794 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2795 Get button label from TYPE.
2796
2797 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2798
2799 * help.el (help-mode): Use define-derived-mode.
2800 (describe-mode): Add optional `buffer' arg.
2801 Use it instead of going through help-xref-mode.
2802 Avoid doubling the word `minor' when prettifying.
2803 (describe-function-1): List the corresponding key bindings.
2804 (describe-variable): Say if the var is automatically buffer-local.
2805 If the source is `loaddefs.el', look for the real source.
2806 (help-xref-mode): Remove.
2807
2808 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2809 the file says no-byte-compile.
2810
2811 2001-10-08 Miles Bader <miles@gnu.org>
2812
2813 * button.el (next-button, previous-button): Respect `skip' property.
2814
2815 2001-10-07 Miles Bader <miles@gnu.org>
2816
2817 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2818 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2819 `woman-follow-word' instead of `woman-mouse-2'.
2820 (woman-follow-word): Renamed from `woman-mouse-2'.
2821 Follow current unconditionally, since this function is now only
2822 bound to M-mouse-2. Use accessor functions.
2823 (WoMan-highlight-references): Use `make-text-button'.
2824 (woman-xref): New button type.
2825
2826 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2827 ("button"): New load, just before "help" (which uses it).
2828
2829 * help.el (help-mode-map): Make button-buffer-map our parent.
2830 Don't bind mouse events or tab/backtab.
2831 (help-function, help-variable, help-face, help-coding-system)
2832 (help-input-method, help-character-set, help-back, help-info)
2833 (help-customize-variable, help-function-def, help-variable-def):
2834 New button types.
2835 (help-button-action): New function.
2836 (describe-function-1): Pass help button-types to
2837 `help-xref-button' rather than help function and help-echo string.
2838 Don't put multiple help-function args in a list to pass them to
2839 help-xref-button, just pass them as multiple arguments.
2840 Use `help-insert-xref-button' to make [back]-button, rather than
2841 `help-xref-button'.
2842 (help-xref-button): Take a button-type TYPE as a parameter rather
2843 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2844 and add a &rest parameter ARGS to serve the same purpose.
2845 Use `make-text-button' to add the button.
2846 (help-insert-xref-button): Use `insert-text-button' to add the button.
2847 (help-follow-mouse, help-next-ref, help-previous-ref):
2848 Functions removed.
2849 (help-do-xref): New function.
2850 (help-follow): Use `push-button' and `help-do-xref' to do most of
2851 the work.
2852
2853 * apropos.el (apropos-symbol, apropos-label): New button types.
2854 (apropos-symbol-button-display-help)
2855 (apropos-label-button-display-help, apropos-next-label-button):
2856 New functions.
2857 (apropos-mode-map): Make button-buffer-map our parent.
2858 Don't bind mouse events.
2859 (apropos-print, apropos-print-doc): Create buttons instead of text
2860 properties.
2861 (apropos-mouse-follow): Function removed.
2862 (apropos-follow): Use buttons.
2863
2864 * button.el: New file.
2865
2866 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2867
2868 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2869 Remove.
2870
2871 2001-10-05 Richard M. Stallman <rms@gnu.org>
2872
2873 * add-log.el (add-change-log-entry): Skip copyright notice
2874 and copying permission notice at start of file, if any.
2875 Make use of terms "entry" and "item" accord with Emacs manual.
2876 Simplify the logic for moving point while entering or creating
2877 an entry and then an item.
2878 (add-change-log-entry-other-window): Doc fix.
2879
2880 2001-10-06 Miles Bader <miles@gnu.org>
2881
2882 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2883 removed; they apparently don't work with faces.
2884
2885 2001-10-05 Sam Steingold <sds@gnu.org>
2886
2887 * textmodes/sgml-mode.el (html-xhtml): New user option.
2888 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2889 (html-ordered-list, html-unordered-list, html-list-item)
2890 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2891 (sgml-skip-close-p): New function.
2892 (sgml-value): Use it.
2893
2894 2001-10-05 Sam Steingold <sds@gnu.org>
2895
2896 * calendar/diary-lib.el (diary-entry-compare): When times are
2897 identical, compare the entries lexicographically.
2898
2899 2001-10-06 Miles Bader <miles@gnu.org>
2900
2901 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2902 Use `minibuffer-prompt-end'.
2903
2904 * simple.el (previous-matching-history-element): Fix misplaced
2905 parentheses.
2906
2907 2001-10-05 Miles Bader <miles@gnu.org>
2908
2909 * rfn-eshadow.el: New file.
2910
2911 2001-10-05 Miles Bader <miles@gnu.org>
2912
2913 * cus-face.el (custom-face-attributes): Make sure each attribute
2914 has a valid default value. Remove hacks that mapped `nil' to
2915 `off' and used nil to mean `unspecified'. Remove `unspecified'
2916 choices from all attributes (unspecified is handled by the parent
2917 checklist).
2918 * cus-edit.el (custom-face-edit-convert-widget)
2919 (custom-face-edit-deactivate, custom-face-edit-activate)
2920 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2921 New functions.
2922 (custom-face-edit): Specify a custom :convert-widget.
2923 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2924 Don't pass in default filters that map between `nil' and `off' and
2925 `unspecified' and `nil'.
2926
2927 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2928
2929 * progmodes/compile.el (compilation-buffer-name): New function.
2930 (compile-internal): Use it to determine the name of the
2931 compilation buffer.
2932
2933 2001-10-05 Miles Bader <miles@gnu.org>
2934
2935 * progmodes/compile.el (grep-use-null-device): New variable.
2936 (grep-command): Mention `grep-use-null-device'.
2937 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2938 Make computation of `grep-command' respect `grep-use-null-device'.
2939 (grep): Respect `grep-use-null-device'.
2940 Call `grep-compute-defaults' even if grep-command is set, if
2941 grep-use-null-device is still tentative.
2942
2943 * subr.el (call-process-shell-command): New function.
2944
2945 2001-10-05 Miles Bader <miles@gnu.org>
2946
2947 * simple.el (previous-matching-history-element)
2948 (next-history-element, next-complete-history-element): Use
2949 `minibuffer-' functions instead of calling `field-' functions directly.
2950 (minibuffer-prompt-end, minibuffer-contents):
2951 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2952 Functions removed (now subrs).
2953 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2954
2955 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2956 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2957 instead of calling `field-' functions directly.
2958 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2959
2960 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2961
2962 * files.el (find-file-noselect): If file's read-only status has
2963 changed on disk, ask if buffer's read-only status should be
2964 changed, unless NOWARN is set.
2965
2966 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2967 alias for define-setf-method.
2968
2969 * bindings.el: Remove no-byte-compile from file local variables
2970 to enable bootstrapping.
2971
2972 2001-10-04 Andrew Innes <andrewi@gnu.org>
2973
2974 * faces.el (face-font-registry-alternatives) [windows-nt]:
2975 Make gb2312 an alias for gb2312.1980.
2976
2977 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2978
2979 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2980 (uniquify-reverse-components): Remove.
2981
2982 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2983 Make sure the file is readable.
2984 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2985 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2986 (batch-byte-recompile-directory): Pass arg=0.
2987
2988 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2989 (perl-calculate-indent): Use it.
2990 (perl-backward-to-noncomment): Use forward-comment.
2991
2992 * derived.el (define-derived-mode, derived-mode-make-docstring):
2993 Allow `parent' to be nil.
2994
2995 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2996 Use define-derived-mode.
2997 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2998
2999 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
3000
3001 * emacs-lisp/lselect.el: Use facep iso find-face.
3002
3003 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3004 Use regexp-opt.
3005 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
3006 (lisp-font-lock-syntactic-face-function): New function.
3007 (lisp-mode-variables): Use it. Make arg optional.
3008 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
3009 (lisp-mode): Don't pass an arg to lisp-mode-variables.
3010 Set comment-start-skip.
3011
3012 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
3013
3014 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
3015 (ignore-errors): Don't bother using a `err' symbol.
3016
3017 * emacs-lisp/autoload.el (autoload-ensure-default-file)
3018 (autoload-insert-section-header, autoload-before-p)
3019 (autoload-remove-section): New functions.
3020 (generate-file-autoloads): Use them.
3021 (update-file-autoloads): Use them. Return FILE if there's no cookie.
3022 Make sure the autoload file is properly formatted when creating it.
3023 (update-autoloads-from-directories): Use them as well.
3024 Only update autoloads for files whose timestamp has changed.
3025 Add a dummy entry to remember the files which had no autoload cookies.
3026
3027 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3028
3029 * subr.el (define-key-after): Allow `key' to be longer than 1.
3030 (make-local-hook): Make obsolete.
3031 (add-hook, remove-hook): Don't use make-local-hook any more.
3032 (make-syntax-table): Inherit all chars from s-s-t.
3033
3034 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3035
3036 This is a fix for a report saying that resuming a search with C-s
3037 C-s doesn't use the case-fold-search setting of the previous
3038 search (C-s ... M-c ... then C-s C-s).
3039
3040 * isearch.el (isearch-last-case-fold-search): New variable.
3041 (isearch-mode): Remember value of isearch-case-fold-search
3042 in isearch-last-case-fold-search.
3043 (isearch-done): Quote value of isearch-case-fold-search.
3044 (isearch-repeat): When resuming a search, restore
3045 isearch-case-fold-search from isearch-last-case-fold-search.
3046
3047 Added to NEWS.
3048
3049 * startup.el (inhibit-startup-buffer-menu): New user-option.
3050 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3051 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3052
3053 This allows upto 99999 messages in the summary without screwing up
3054 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3055
3056 * mail/rmailsum.el (rmail-make-summary-line)
3057 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3058 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3059 Allow 5-digit message ids instead of 4.
3060
3061 This adds expansion of environment variables in the value
3062 specified with M-x setenv. Added to NEWS.
3063
3064 * env.el (substitute-env-vars): New function.
3065 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3066 environment variables in VALUE. Return VALUE.
3067
3068 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3069
3070 * Branch for 21.1.
3071
3072 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3073
3074 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3075
3076 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3077
3078 * emulation/tpu-edt.el: Make messages match original TPU/edt
3079 editor. From riepel@Stanford.EDU (Rob Riepel).
3080
3081 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 * rect.el: Update maintainer's email address.
3084
3085 2001-10-02 Andreas Schwab <schwab@suse.de>
3086
3087 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3088 and Extended Passive Mode, resp.
3089
3090 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3091
3092 These changes add support for Calendar-related items in the
3093 menu bar on tty's as well:
3094
3095 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3096 unconditionally.
3097 (calendar-mode): Set up activate-menubar-hook unconditionally.
3098
3099 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3100 calls x-popup-menu only if popup menus are supported.
3101 (calendar-mouse-insert-hebrew-diary-entry)
3102 (calendar-mouse-insert-islamic-diary-entry)
3103 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3104 (calendar-mouse-view-other-diary-entries)
3105 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3106 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3107 Call cal-menu-x-popup-menu instead of x-popup-menu.
3108
3109 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3110
3111 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3112
3113 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3114
3115 * emacs-lisp/rx.el: New file.
3116
3117 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3120
3121 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3122
3123 * frame.el (select-frame-by-name, other-frame): Doc fix.
3124
3125 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3126
3127 * play/snake.el (snake-score-file): Use temporary-file-directory
3128 instead of a literal "/tmp". Suggested by Robert
3129 <robert@chezmarshall.freeserve.co.uk>.
3130
3131 * play/tetris.el (tetris-score-file): Ditto.
3132
3133 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3134
3135 * apropos.el (apropos-print): Make the directions inserted at the
3136 beginning of the *Apropos* buffer more clear.
3137
3138 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3139
3140 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3141 Added comments.
3142
3143 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3146 "\\s-" when defining comment-end-skip.
3147
3148 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3149
3150 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3151 Call get-buffer-window first second arg `visible'.
3152
3153 * international/mule-diag.el (list-input-methods-1):
3154 Output something that's independent of Emacs' version.
3155
3156 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3157 calling byte-to-position with a nil tar-header-offset.
3158
3159 2001-09-27 Simon Josefsson <jas@extundo.com>
3160
3161 * mail/sendmail.el (send-mail-function): Doc fix.
3162 (mail-do-fcc): Error if header-end is not a marker.
3163 (mail-do-fcc): Add a comment.
3164 (mail-reply-to): Doc fix.
3165 (mail-signature): Make ATPOINT optional.
3166 (mail-yank-original): Use cond instead of nestled if.
3167
3168 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3169
3170 * info.el (Info-on-current-buffer): Default arg to "Top".
3171
3172 2001-09-25 Eli Barzilay <eli@barzilay.org>
3173
3174 * calculator.el (calculator-copy-displayer): New user-option.
3175 (calculator-displayer-prev, calculator-displayer-next):
3176 Renamed from calculator-displayed-{left,right}.
3177 (calculator, calculator-standard-displayer)
3178 (calculator-num-to-string, calculator-update-display)
3179 (calculator-copy, calculator-put-value): Bug and display fixes.
3180
3181 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3182
3183 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3184 (ebnf-version): New version (3.6.1).
3185
3186 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3187 (ebnf-bnf-non-terminal-chars): New internal const.
3188 (ebnf-bnf-lex): Fix code.
3189
3190 * ebnf-iso.el: Fix character range regexp. Doc fix.
3191 (ebnf-iso-non-terminal-chars): New internal const.
3192 (ebnf-iso-lex): Fix code.
3193
3194 * ebnf-yac.el: Fix character range regexp. Doc fix.
3195 (ebnf-yac-skip-chars): New internal const.
3196 (ebnf-yac-skip-code): Fix code.
3197
3198 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3199
3200 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3201
3202 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3203 passing it to VC.
3204
3205 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3206 case where the file is relative.
3207
3208 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3209
3210 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3211 same on each side. Make sure we properly handle simple quotes.
3212 From Daiki Ueno <ueno@unixuser.org>.
3213
3214 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3215
3216 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3217 <jas@extundo.com>.
3218
3219 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3220 some items of the Options menu.
3221
3222 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3223
3224 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3225
3226 * vc-hooks.el (vc-delete-automatic-version-backups):
3227 Don't fail if the directory doesn't exist.
3228
3229 * diff-mode.el (diff-default-read-only): New var.
3230 (diff-mode): Use it.
3231
3232 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3233
3234 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3235 Use make-keymap instead of copy-keymap, since copying the global
3236 keymap messes up the menu bar.
3237
3238 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3239 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3240
3241 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3244
3245 * dired-aux.el (dired-insert-subdir): Pass switches to
3246 dired-build-subdir-alist.
3247
3248 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3249
3250 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3251 caused %#a and %#b to be mis-formatted.
3252
3253 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3254
3255 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3256 ccmode, emacs-mime, and eudc manuals.
3257
3258 2001-09-19 Sam Steingold <sds@gnu.org>
3259
3260 w32 find cannot be used with `grep-find'.
3261 * progmodes/compile.el (find-program): New variable.
3262 (grep-compute-defaults): Use it to set `grep-find-command'.
3263
3264 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3265
3266 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3267
3268 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3269
3270 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3271 programming. Doc fix.
3272 (ebnf-version): New version (3.6).
3273 (ebnf-eps-begin): Data fix.
3274 (ebnf-begin-file): Code fix.
3275
3276 * ebnf-bnf.el: Doc fix.
3277 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3278
3279 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3280
3281 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3282
3283 * ps-print.el: Better face mapping for black/white PostScript printers.
3284 Check if mark is active when printing a region. Doc fix.
3285 (ps-print-version): New version number (6.5.5).
3286 (ps-print-color-p): Customization fix.
3287 (ps-black-white-faces): New option.
3288 (ps-black-white-faces-alist): New internal var.
3289 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3290 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3291 (ps-nb-pages-region): Interactive fix.
3292 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3293 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3294
3295 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3296
3297 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3298 numeric month value, and allow the Kanji character after the it to
3299 be missing (happens with ls-lisp's output on Japanese versions of
3300 MS-Windows).
3301
3302 2001-09-18 Miles Bader <miles@gnu.org>
3303
3304 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3305 it's empty (and thus probably a new patch file about to be edited).
3306
3307 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3308
3309 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3310 Check for '(' in column 0 of doc string.
3311
3312 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3313 of `nth' so that using a vector as bounding-box works.
3314 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3315
3316 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3317
3318 * vc.el (vc-annotate): Use current workfile version explicitly as
3319 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3320
3321 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3322
3323 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3324 convert-standard-filename doesn't guarantee that the .el extension
3325 is preserved.
3326
3327 * dos-fns.el (convert-standard-filename): Replace invalid
3328 characters only after converting dash/underscore to a period.
3329 (original-make-auto-save-file-name): New.
3330 (make-auto-save-file-name): New function, overrides the definition
3331 on files.el and calls the original function via
3332 original-make-auto-save-file-name.
3333
3334 * mail/rmail.el (top-level): Require mule-utils when compiling.
3335 (rmail-decode-babyl-format): Use detect-coding-with-priority
3336 instead of detect-coding-region, to favor detection of emacs-mule
3337 encoded Babyl files written by rmailout.el etc. Suggested by
3338 Kenichi Handa <handa@etl.go.jp>.
3339
3340 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3341
3342 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3343 Use `equal', not `=', since the device number can be a cons cell.
3344
3345 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3346
3347 * simple.el: Comment out change of 2001-09-13.
3348
3349 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3350
3351 * progmodes/compile.el (grep-compute-defaults): Don't set
3352 grep-command/grep-find-command when it is already non-nil.
3353 (grep-command): Make it a user option.
3354 (grep-find-command): Likewise.
3355
3356 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3357
3358 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3359 inhibit quit.
3360
3361 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3362
3363 * files.el (make-auto-save-file-name): If long file names are not
3364 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3365 generating an auto-save file name from it.
3366
3367 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3368
3369 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3370 (ps-nb-pages-region): Signal an error if called interactively
3371 and the mark is not active.
3372
3373 * simple.el (minibuffer-prompt-modification)
3374 (minibuffer-prompt-insertion): New functions.
3375 (minibuffer-prompt-properties): Use `modification-hooks' and
3376 `insert-in-front-hooks'.
3377
3378 2001-09-12 Richard M. Stallman <rms@gnu.org>
3379
3380 * textmodes/outline.el (outline-regexp): Doc fix.
3381 Initialize it in the defcustom, the usual way.
3382
3383 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3384
3385 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3386 from `ediff-meta-info' properties need not be an overlay.
3387 From David Ponce <dponce@voila.fr>.
3388
3389 * isearch.el (isearch-intersects-p): Fix end checks.
3390
3391 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3392
3393 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3394 `t' branch of `cond', since Irix 6.1 and up is a special case of
3395 the standard dbx interface.
3396
3397 2001-09-11 Miles Bader <miles@gnu.org>
3398
3399 * comint.el (comint-send-input): When waiting for echoed input,
3400 don't save the expected end position in `echo-end', so that things
3401 work properly even if the buffer is modified elsewhere at the same
3402 time [this happens if `comint-truncate-buffer' is used].
3403
3404 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3405
3406 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3407 when constructing imenu-generic-expression from outline-regexp.
3408
3409 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3410
3411 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3412 `equal' instead of `=', since they can be cons cells. From Nils
3413 Goesche <cartan@cartan.de>.
3414
3415 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3416
3417 * vc.el (vc-annotate): Rewrote doc string.
3418
3419 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3420
3421 * time-stamp.el: Update Stephen Gildea's email address.
3422
3423 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3424
3425 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3426 enable-multibyte-characters = nil. From Hallvard B Furuseth
3427 <h.b.furuseth@usit.uio.no>.
3428
3429 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3430
3431 * ediff-init.el (ediff-highest-priority): Bug fix.
3432
3433 * viper-cmd.el (viper-special-read-and-insert-char): New function
3434 that reads a character and uses the current input method or
3435 iso-accents when appropriate.
3436
3437 * viper.el and all others: Corrections to the comment blocks at
3438 the top.
3439
3440 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3441
3442 * info.el (Info-goto-node): Doc fix.
3443
3444 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3445
3446 * isearch.el (isearch-intersects-p): New function.
3447 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3448 use isearch-intersects-p, and clean up.
3449
3450 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3451
3452 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3453 and "german8", for the new German orthography dictionaries,
3454 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3455 the entries, to keep the line length balanced for loaddefs.el.
3456
3457 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3458
3459 * comint.el (comint-send-input): Handle comint-process-echoes
3460 differently.
3461
3462 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3463
3464 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3465
3466 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3469
3470 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3471
3472 * server.el (server-switch-buffer):
3473 * textmodes/refer.el (refer-find-entry-internal):
3474 * term/sup-mouse.el (sup-pos-to-window):
3475 * term/bg-mouse.el (bg-window-from-x-y):
3476 * emacs-lisp/edebug.el (edebug-window-live-p):
3477 Use get-window-with-predicate.
3478
3479 * window.el (get-window-with-predicate): Renamed from some-window.
3480 (some-window): Make it an alias.
3481
3482 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3483
3484 * simple.el (undo): Remove positions from buffer-undo-list up to
3485 the next undo boundary only.
3486
3487 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3488
3489 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3490 Kim <ryk@dspwiz.com>
3491
3492 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3493 the message "Creating customization items...done".
3494
3495 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3496
3497 * font-lock.el (toplevel): Require `jit-lock' only if
3498 font-lock-support-mode is set to jit-lock-mode.
3499
3500 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3501
3502 * international/quail.el (quail-use-package, quail-inactivate)
3503 (quail-activate): Mention the hooks these functions run in their
3504 doc strings.
3505
3506 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3507
3508 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3509 of file in header of menu.
3510
3511 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3512
3513 * env.el (setenv): Interactively, if VARIABLE has a current value,
3514 add that to the front of the history, as the doc string says.
3515
3516 * comint.el (comint-send-input): Change help-echo.
3517 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3518
3519 * bookmark.el (bookmark-write-file): Bind print-length and
3520 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3521
3522 * obsolete/uncompress.el: Moved there from lisp/.
3523
3524 * comint.el (comint-insert-clicked-input): Goto point-max before
3525 deleting previous input. From "Dr Francis J. Wright"
3526 <F.J.Wright@qmw.ac.uk>.
3527
3528 * simple.el (backward-word): Doc fix.
3529
3530 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3531
3532 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3533 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3534 * w32-fns.el: Add Keywords header.
3535
3536 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3539 "Text Properties". Suggested by Simon Marshall
3540 <Simon.Marshall@midas-kapiti.com>.
3541
3542 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3543
3544 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3545 consulting the value of file-name-coding-system.
3546
3547 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3548
3549 * help.el (describe-function-1): Save precomputed `file-name' rather
3550 than recomputing it (incorrectly) with `symbol-file'.
3551
3552 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3553
3554 * international/isearch-x.el (isearch-exit-recursive-edit):
3555 Take three parameters, since it's used as an after-change-function.
3556
3557 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3558 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3559 from doc strings.
3560
3561 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3562
3563 * progmodes/glasses.el (glasses-convert-to-unreadable):
3564 Consider underscores as in `glasses-make-readable'.
3565
3566 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3567
3568 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3569 MS-DOS, since cpp might not be available.
3570
3571 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3572 Mention "yank" in the help-echo text.
3573 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3574
3575 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3576
3577 * newcomment.el (comment-indent): Insert spaces more carefully.
3578
3579 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3580
3581 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3582 exists. From Andy Petrusenco <andy@int.spb.ru>.
3583
3584 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3585 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3586 <andy@int.spb.ru>.
3587
3588 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3589
3590 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3591 Instead of running mouse-yank-at-click, see what the event is
3592 bound to outside Isearch and run that.
3593
3594 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3595
3596 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3597 Fix the menu entry to mention transient-mark-mode.
3598
3599 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3600
3601 * simple.el (eval-expression-print-level): Fix last change.
3602
3603 * bindings.el (mode-line-coding-system-map): New variable.
3604 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3605
3606 * simple.el (eval-expression-print-level): Change the type
3607 of the defcustom to allow nil.
3608
3609 * emacs-lisp/find-gc.el: Moved here from lisp/.
3610
3611 * international/quail.el (quail-completion-1):
3612 Reverse the ((CHAR . DEFN) ...) list before processing it.
3613 From Kenichi Handa <handa@etl.go.jp>.
3614
3615 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3616 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3617
3618 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3619
3620 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3621 aren't supported. This avoids the annoying gray strip drawn by
3622 the Windows version instead of the missing tool bar.
3623
3624 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3625
3626 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3627 and tooltips more consistent. From "Marshall, Simon"
3628 <Simon.Marshall@midas-kapiti.com>.
3629
3630 * startup.el (fancy-splash-screens): Temporarily set
3631 minor-mode-map-alist to nil while displaying splash screens.
3632
3633 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3634
3635 * buff-menu.el: Add Keywords header.
3636 Doc fix (C-x C-b is bound to list-buffers).
3637
3638 * dired-x.el: Add keyword files to get listed in finder.
3639 Remove confusing notes about GNU Emacs 19.
3640
3641 * dired.el, dired-aux.el: Add Keywords header.
3642
3643 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3644
3645 * vc.el (vc-revert-file): Call the backend even if the FILE's
3646 contents can be reverted locally; pass new arg CONTENTS-DONE
3647 down to the backend.
3648
3649 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3650 optional arg CONTENTS-DONE.
3651
3652 2001-08-28 Andrew Innes <andrewi@gnu.org>
3653
3654 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3655
3656 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3657
3658 * makefile.nt (install): Copy more *.el files.
3659
3660 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3661
3662 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3663 instead of `w' which is already in use.
3664
3665 * gs.el (gs-load-image): Use sleep-for.
3666 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3667
3668 2001-08-28 Miles Bader <miles@gnu.org>
3669
3670 * replace.el (query-replace-regexp-eval): Return args from
3671 `interactive' form in correct order.
3672
3673 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3674
3675 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3676 major modes, don't create panes for modes for which
3677 mouse-buffer-menu-alist returns an empty alist.
3678
3679 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3680
3681 * progmodes/hideshow.el: Update first-line description.
3682 Sync comments w/ maintainer version 5.31.
3683
3684 (hs-isearch-open): Default value now `code'.
3685 Fix docstring to use "code blocks" vs "comment blocks",
3686 as opposed to "block" vs "comment".
3687 (hs-flag-region): Accept `hs-isearch-open' value
3688 of `block' as synonymous w/ `code'.
3689 (hs-hide-block-at-point): For code blocks, pass `code'
3690 to `hs-flag-region' instead of `block'.
3691
3692 2001-08-28 Miles Bader <miles@gnu.org>
3693
3694 * comint.el (comint-next-prompt): Don't loop infinitely if
3695 {next,previous}-single-char-property-change returns its input
3696 position when the search fails.
3697
3698 2001-08-27 Miles Bader <miles@gnu.org>
3699
3700 * comint.el (comint-get-old-input-default): Don't signal an error
3701 if point is not on an input field; instead, return the current
3702 line (using `comint-bol' to skip any prompt, in case we're not
3703 using fields at all).
3704
3705 * man.el (Man-mode-line-format): Variable removed.
3706 (Man-mode): Change `mode-line-buffer-identification' instead of
3707 `mode-line-format'.
3708
3709 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3710
3711 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3712 From Simon Josefsson <jas@extundo.com>.
3713
3714 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3715
3716 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3717 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3718
3719 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3720 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3721
3722 * emacs-lisp/lselect.el: Ditto.
3723
3724 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3725 Remove periods from the end of error message strings.
3726 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3727
3728 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3729 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3730
3731 * net/telnet.el: Ditto.
3732
3733 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3734
3735 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3736 KEYMAP to the call to define-minor-mode.
3737
3738 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3739
3740 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3741 Replace some of the undefined characters with emulations of bidi
3742 formatting characters and Niqud as per SI 1311-1.
3743 (IT-unicode-translations): Ditto.
3744 (IT-display-table-setup, IT-setup-unicode-display):
3745 Fill characters without translations with dos-unsupported-char-glyph.
3746
3747 2001-08-24 Simon Josefsson <jas@extundo.com>
3748
3749 * hl-line.el (hl-line-mode): Don't be a global mode.
3750 (global-hl-line-mode): New function.
3751
3752 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3753
3754 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3755 being reset by Ghostscript. Don't kill the gs process.
3756 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3757
3758 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3759
3760 * term/mac-win.el: Require scroll-bar.
3761
3762 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3763
3764 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3765
3766 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * hexl.el (hexl-insert-multibyte-char) New function.
3769 (hexl-quoted-insert, hexl-self-insert-command)
3770 (hexl-insert-hex-char, hexl-insert-decimal-char)
3771 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3772 Fix the doc strings accordingly.
3773 (hexl-insert-char): Reject characters whose code is above 255.
3774 Doc fix.
3775 (hexl-mode-map): Copy the global keymap instead of creating a
3776 sparse keymap, and bind all self-inserting characters to
3777 hexl-self-insert-command.
3778
3779 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3780
3781 * wid-edit.el (text): Re-order docstring correctly.
3782
3783 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3784
3785 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3786
3787 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3788
3789 * simple.el (line-number-mode): Mention the variable
3790 line-number-display-limit-width in the doc string.
3791
3792 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3793
3794 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3795 Temporarily select EVENT's window for switching buffers.
3796 (mode-line-bury-buffer): New function.
3797 (mode-line-buffer-identification-keymap): Use it instead of
3798 bury-buffer. Bind down-mouse events to prevent global down-mouse
3799 events from shining through.
3800
3801 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3802
3803 * newcomment.el (comment-beginning): Make sure the comment-start
3804 we found isn't a comment-end (in cases where confusion is possible).
3805
3806 2001-08-22 Miles Bader <miles@gnu.org>
3807
3808 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3809 before writing it, so that hard-links don't see new version.
3810
3811 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3812
3813 * gs.el (gs-set-ghostview-colors-window-prop):
3814 Call x-change-window-property with 3rd arg FRAME.
3815 (gs-load-image): Wait for a previous Ghostscript process
3816 to complete before starting a new one.
3817
3818 * image.el (image-type-regexps): Make sure that the TIFF
3819 pattern is only matched at the beginning of a string.
3820 From Markus Rost <rost@math.ohio-state.edu>.
3821
3822 * international/swedish.el: Pre-Mule file removed. From Jonas
3823 Oberg <jonas@gnu.org>.
3824
3825 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3826
3827 * whitespace.el (whitespace-abort-on-error): Add custom variable
3828 to whitespace to abort a write-file if whitespace is detected in file.
3829
3830 * whitespace.el (whitespace-write-file-hook): Hook to be called
3831 when writing a file. If `whitespace-abort-on-error' is set, the
3832 write will abort on detecting whitespaces.
3833 If `whitespace-auto-cleanup' is set, the file will be cleaned
3834 automatically prior to writing.
3835
3836 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3837 whitespaces in the error output!
3838
3839 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3840 `indent-tabs-mode', since the latter notes user preferences on
3841 TABs anyway.
3842
3843 * whitespace.el (whitespace-version): 3.1. All of the above issues
3844 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3845
3846 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3847
3848 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3849 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3850
3851 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3852
3853 2001-08-20 Alex Schroeder <alex@gnu.org>
3854
3855 * sql.el (sql-db2): Doc change.
3856
3857 2001-08-20 Alex Schroeder <alex@gnu.org>
3858
3859 * sql.el (sql-postgres): Add the database at the end of the
3860 parameters instead of at the beginning.
3861 (sql-postgres-options): Doc change.
3862
3863 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3864
3865 * custom.el (defcustom): Doc fix.
3866
3867 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3868
3869 * ps-mule.el (find-composition): Check if (char-after POS)
3870 returns a valid character.
3871
3872 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3875 original-point for extra CR characters that are added/removed when
3876 the buffer is written/read whose EOL type is -dos.
3877
3878 2001-08-16 Miles Bader <miles@gnu.org>
3879
3880 * simple.el (line-move): Undo previous change.
3881
3882 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3883 property to input-terminating `boundary' overlays to avoid
3884 line-move wierdness.
3885
3886 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3887
3888 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3889 buffer in a save-restriction. Under one test case with Ediff,
3890 window-scroll-functions are run with a window start that's
3891 temporarily outside of the restriction.
3892
3893 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3894
3895 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3896 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3897 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3898 (texinfo-update-menu-region-beginning)
3899 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3900 command, @ifnottex, to regexps, so it is found.
3901
3902 2001-08-16 Andrew Innes <andrewi@gnu.org>
3903
3904 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3905 (DONTCOMPILE): Omit sc.el.
3906
3907 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3908 (DONTCOMPILE): Omit sc.el.
3909
3910 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3911
3912 * replace.el (occur): Bind inhibit-read-only to t.
3913
3914 2001-08-16 Miles Bader <miles@gnu.org>
3915
3916 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3917 calling `constrain-to-field', to avoid problems with comint prompts.
3918
3919 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3920
3921 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3922 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3923
3924 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3925 of a while-loop.
3926
3927 * Makefile.in (DONTCOMPILE): Remove sc.el.
3928
3929 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3930 Don't include term/.
3931
3932 * mail/sc.el: Moved to obsolete/.
3933
3934 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3935
3936 * ps-print.el: Change error function arguments to follow Emacs
3937 message convention. Doc fix.
3938 (ps-print-version): New version number (6.5.4).
3939 (coding-system-for-write): Change declaration position to avoid
3940 XEmacs compilation gripes.
3941 (coding-system-for-read, buffer-file-coding-system):
3942 Declarations to avoid XEmacs compilation gripes.
3943
3944 * ps-mule.el: Doc fix.
3945 (ps-mule-encode-header-string): If STRING is not a string, replace
3946 STRING by empty string.
3947
3948 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3949
3950 * frame.el (show-trailing-whitespace): Doc fix.
3951
3952 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3953
3954 * desktop.el (desktop-save): Insert the coding: tag before
3955 desktop-header.
3956
3957 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3958
3959 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3960 its path from $els.
3961
3962 * image.el (image-jpeg-p): Fix call of substring.
3963
3964 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3965
3966 * play/animate.el (animate-string): Doc fix. Use a buffer
3967 name with stars in it.
3968 (animate-sequence): New function.
3969 From Richard Stallman <rms@gnu.org>.
3970
3971 * frame.el (select-frame-set-input-focus): New function
3972 extracted from other-frame.
3973 (other-frame): Use it.
3974 (next-multiframe-window, previous-multiframe-window): Use it.
3975
3976 * isearch.el (isearch-other-meta-char): Don't switch to the
3977 buffer of a window clicked on, when the current buffer is
3978 in Isearch mode.
3979
3980 * image.el (image-jpeg-p): Test for APPn markers in the range
3981 #xe0..#xef.
3982
3983 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3984
3985 * desktop.el (desktop-save): Don't use concat to form a file
3986 name, use expand-file-name.
3987
3988 * mouse.el (mouse-delete-window): Do nothing if frame has just
3989 one window.
3990
3991 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3992 for the minor mode name.
3993
3994 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3995 minor mode name.
3996
3997 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3998 instead of make-mode-line-mouse2-map.
3999
4000 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
4001 the minor mode name.
4002
4003 * emacs-lisp/easy-mmode.el (define-minor-mode):
4004 Use mode-line-minor-mode-keymap for the minor mode name.
4005
4006 * calendar/calendar.el (calendar-mode-line-format):
4007 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
4008
4009 * bindings.el (make-mode-line-mouse-map): Renamed from
4010 make-mode-line-mouse2-map. Take additional arg MOUSE.
4011 (mode-line-modified): Use mouse-3 instead of mouse-2.
4012 (mode-line-buffer-identification-keymap): Bind keys differently.
4013 (propertized-buffer-identification): Adapt help-echo to new bindings.
4014
4015 * bindings.el (mode-line-format): Specify help-echo for line
4016 number, column number and buffer-percent part of the mode-line.
4017
4018 * image.el (image-type-regexps): Allow whitespace at the start
4019 of the image data for XPM, XBM and Postscript, which are
4020 text files.
4021 (image-jpeg-p): Correct calculation of next field offset.
4022
4023 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4024
4025 * battery.el: Fix typo.
4026
4027 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4028
4029 * image.el (image-type-regexps): Allow predicates. Change the way
4030 JPEG images are recognized.
4031 (image-jpeg-p): New function.
4032 (image-type-from-data): Handle predicates in image-type-regexps.
4033
4034 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4035 #:, #x, #o, and similar constructs.
4036
4037 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4038
4039 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4040
4041 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4042 instead of `progn'.
4043
4044 * tar-mode.el (tar-extract): Avoid generating a new buffer
4045 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4046
4047 * textmodes/paragraphs.el (forward-sentence): Avoid building
4048 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4049
4050 * progmodes/executable.el (executable-set-magic):
4051 If executable-find returns a quoted file name, unquote it before
4052 inserting it.
4053
4054 * image.el (image-type-regexps): For JPEG files, use a regexp
4055 derived from the JFIF spec.
4056
4057 * image.el (image-type-regexps): Use `\`' instead of `^' in
4058 most regular expressions.
4059
4060 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4061
4062 * play/animate.el: Re-insert a reference to re-inserted function.
4063
4064 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4065
4066 * help.el (describe-function-1): Use find-function-search-for-symbol
4067 instead of find-function-noselect because the latter follows aliases.
4068
4069 * play/animate.el (animate-birthday-present): Re-insert.
4070
4071 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4072 Handle old-style menu definitions.
4073
4074 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4075
4076 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4077 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4078
4079 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4080 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4081 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4082
4083 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4084
4085 * textmodes/tildify.el: Milan Zamazal has new address.
4086
4087 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4088
4089 * custom.el (custom-set-variables): Don't test `custom-requests'
4090 properties, check the third element of the options passed to
4091 custom-set-variables instead.
4092
4093 * info.el (info-insert-file-contents): Use info-file-exists-p
4094 instead of file-exists-p.
4095
4096 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4097 the mode-line face is restored. Fix several bugs.
4098
4099 * replace.el (perform-replace): Doc fix.
4100
4101 2001-08-02 Francesco Potorti` <pot@gnu.org>
4102
4103 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4104 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4105 (uniquify-fix-item-base, uniquify-fix-item-filename)
4106 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4107 Callers changed.
4108 (uniquify-set-proposed): Changed to work with a vector item.
4109 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4110 the fix list, and a list of strings for the non-file buffer
4111 names. Both changes reduce consing.
4112 (uniquify-rationalize-a-list): Local variable renaming.
4113 (uniquify-rationalize-conflicting-sublist): Use member instead of
4114 assoc.
4115 (uniquify-rename-buffer): Use unless instead of if not.
4116
4117 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4118
4119 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4120
4121 * custom.el (custom-set-variables): Set options with :require
4122 clauses last.
4123
4124 * custom.el (defcustom): Doc fix.
4125
4126 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4127
4128 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4129
4130 * man.el (man): Mention Man-switches in the doc string.
4131 (Man-switches): Mention -a in the doc string.
4132
4133 * textmodes/ispell.el (ispell-alternate-dictionary):
4134 Add /usr/share/lib/dict/words, for Irix.
4135
4136 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4137 corresponding non-kp keys. Suggested by Stephen Gildea
4138 <gildea@stop.mail-abuse.org>.
4139
4140 2001-08-01 Francesco Potorti` <pot@gnu.org>
4141
4142 * uniquify.el: These changes correct a corner case that the old
4143 code managed correctly.
4144 (uniquify-fix-item-proposed): Renamed from
4145 uniquify-fix-item-min-proposed.
4146 (uniquify-set-proposed): New function.
4147 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4148 clarity and speed.
4149 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4150 This is equivalent to what the old code did.
4151 (uniquify-rationalize-a-list): Never recompute the proposed
4152 name. Sort the conflicting sublist before rationalising it: this
4153 is equivalent to what the old code did, but one directory element
4154 at a time, and only when necessary.
4155 (uniquify-rationalize-conflicting-sublist): Recompute here the
4156 proposed name.
4157
4158 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4159
4160 * play/animate.el: Add Keywords and Maintainer. Remove a
4161 reference to a removed function.
4162
4163 * play/animate.el (animate-string): Handle case that the string is
4164 longer than the window is wide.
4165
4166 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4167
4168 * desktop.el (desktop-save): Bind coding-system-for-write to
4169 `emacs-mule' for write-region.
4170
4171 * delsel.el (delete-selection-pre-hook): Don't set this-command
4172 to `ignore' if the region is empty.
4173
4174 * international/mule.el (set-keyboard-coding-system):
4175 Set keyboard-coding-system.
4176
4177 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4178 before accessing it.
4179
4180 2001-07-30 Andreas Schwab <schwab@suse.de>
4181
4182 * menu-bar.el (toggle-highlight-paren-mode):
4183 Use `(show-paren-mode)' as body.
4184
4185 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4186
4187 * vc.el (vc-checkout-hook): New hook.
4188 (vc-checkout): Run it.
4189
4190 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4191
4192 * progmodes/make-mode.el (makefile-macroassign-regex):
4193 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4194
4195 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4196
4197 * vc.el (vc-switch-backend): Fix autoload cookie.
4198
4199 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4200 the desktop file.
4201
4202 2001-07-30 Simon Josefsson <jas@extundo.com>
4203
4204 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4205 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4206
4207 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4208
4209 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4210 (last-sexp-toggle-display): Renamed from last-sexp-print.
4211 (last-sexp-toggle-display, eval-last-sexp-1):
4212 Use last-sexp-setup-props.
4213
4214 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4215 New user-options.
4216 (mouse-wheel-change-button): New function.
4217 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4218 (mwheel-scroll): Ditto.
4219
4220 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4221
4222 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4223 `...', compare with unabbreviated printed representation instead.
4224 (last-sexp-print): Bind print-length and print-level to nil.
4225
4226 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4227 before assigning text properties. Make properties rear-nonsticky.
4228
4229 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4230 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4231 <mouse-2> and <RET> in that map to a function printing the
4232 unabbreviated value.
4233
4234 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4235 is a buffer, put a text property `printed-value' on the printed
4236 representation, with the Lisp object printed as value.
4237
4238 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4239
4240 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4241 Mention the effect of eval-expression-print-length and
4242 eval-expression-print-level in the doc strings. Suggested by
4243 Kevin Gallagher <kevingal@onramp.net>.
4244
4245 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4246
4247 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4248 for buttons > 3.
4249 (xterm-mouse-translate): Handle the case that we don't get a
4250 down-event.
4251
4252 * emacs-lisp/find-func.el (find-function-regexp):
4253 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4254 in front of the function name.
4255
4256 * isearch.el (isearch-other-meta-char): Fix last change.
4257
4258 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4259 similar events for which fake prefix keys are generated. It's no
4260 longer necessary since read_key_sequence doesn't modify these
4261 events for internal purposes anymore.
4262
4263 * files.el (auto-mode-alist): Use nroff-mode for files ending
4264 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4265
4266 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4267
4268 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4269 tool-bar-lines parameter, behave as if its value were zero.
4270 (mouse-avoidance-set-pointer-shape): Don't do anything if
4271 x-pointer-shape is not boundp.
4272
4273 2001-07-23 Francesco Potorti` <pot@gnu.org>
4274
4275 * uniquify.el: Overall speedup changes when using many buffers.
4276 (uniquify-fix-item-base, uniquify-fix-item-filename)
4277 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4278 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4279 place in the item, but was never used.
4280 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4281 in the item is now used as cache for the proposed name.
4282 (uniquify-rationalize-file-buffer-names): Move computation made on
4283 newbuffile out of the loop, in the newbuffile-nd local var.
4284 Use dolist (cosmetic change). Compute the proposed name for the most
4285 common case and cache it in the fourth place in the item.
4286 (uniquify-rationalize-file-buffer-names): Used to return a a list
4287 of buffer whose name was changed, but that return value was never used.
4288 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4289 the cached proposed name, does much less consing and is quicker.
4290 (uniquify-filename-lessp): Deleted.
4291 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4292 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4293 cached proposed name is possible.
4294 (uniquify-get-proposed-name): Arguments changed, callers changed.
4295 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4296 uniquify-possibly-resolvable flag, which is no more bound locally.
4297 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4298 flag, which does not exist any more.
4299
4300 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4301
4302 * term/internal.el (IT-unicode-translations): Fix the appearance of
4303 "6`".
4304
4305 * progmodes/compile.el (compile-internal): If EMACS is already
4306 defined in the environment, don't override its value.
4307
4308 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4309
4310 * play/fortune.el: Undo change of 2001-07-13.
4311 Fix autoload cookies. Add types to defcustoms.
4312 (fortune) <defgroup>: Add :link.
4313 (fortune-from-region): Use eq, not eql.
4314 From Dave Love <fx@gnu.org>.
4315
4316 * play/animate.el (animate-birthday-present): Function removed.
4317
4318 * play/animate.el: New file.
4319
4320 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4321
4322 * startup.el (normal-top-level-add-subdirs-to-load-path):
4323 On Windows, put into normal-top-level-add-subdirs-inode-list the
4324 canonicalized names of the directories instead of inode numbers.
4325
4326 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4327
4328 * ediff-util.el: Copyright years.
4329 (ediff-choose-syntax-table): New function.
4330 (ediff-setup): Use ediff-choose-syntax-table.
4331 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4332 vc-state is available.
4333 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4334
4335 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4336 with-syntax-table.
4337 (ediff-coding-system-for-read): From ediff-diff.el
4338 (ediff-coding-system-for-write): New variable.
4339 (ediff-highest-priority): Fixed the bug having to do with disappearing
4340 overlays.
4341 (ediff-file-remote-p): Use file-remote-p, if available.
4342 (ediff-listable-file): New function.
4343 (ediff-file-attributes): Use ediff-listable-file.
4344
4345 * ediff-mult.el (ediff-meta-insert-file-info1):
4346 Use ediff-listable-file.
4347
4348 * ediff-ptch.el (ediff-prompt-for-patch-file):
4349 Use ediff-coding-system-for-read.
4350 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4351
4352 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4353 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4354
4355 * ediff.el: Date of last update, copyright years.
4356
4357 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4358
4359 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4360 of Scott Bronson.
4361 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4362 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4363 Deleted functions.
4364 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4365 ex-token-list.
4366 (viper-get-ex-address-subr): Convert registers to char data type.
4367
4368 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4369 (viper-memq-char): Use viper-int-to-char.
4370 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4371 vc-locking-state.
4372 (viper-read-key): Use viper-read-key-sequence.
4373
4374 * viper.el (viper-major-mode-modifier-list):
4375 Added inferior-emacs-lisp-mode.
4376 (this-major-mode-requires-vi-state): New function that uses simple
4377 heuristics to decide if vi state is appropriate.
4378 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4379 (viper-non-hook-settings): Don't advise read-key-sequence.
4380 (viper-read-key-sequence): New function that replaces the
4381 previously used advice to read-key-sequence.
4382
4383 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4384 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4385 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4386 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4387 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4388 Got rid of the negative character hack.
4389 (viper-escape-to-state,viper-replace-state-exit-cmd):
4390 Use viper-read-key-sequence.
4391 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4392 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4393 Don't override existing minibuffer-setup-hook.
4394 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4395 Convert registers to char data type.
4396 (viper-autoindent): Use viper-indent-line.
4397
4398 * viper-keym.el: Use viper-exec-key-in-emacs.
4399
4400 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4401
4402 * server.el (server-visit-files): Fix variable name typo.
4403
4404 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4405
4406 * simple.el (delete-trailing-whitespace): Save match data
4407 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4408
4409 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4410
4411 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4412 return a this-error using the alternative format (a pair of markers).
4413
4414 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4415
4416 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4417
4418 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4419 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4420
4421 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4422
4423 * international/iso-transl.el: Fix typo in the header of the file.
4424
4425 * textmodes/picture.el (picture): Doc fix.
4426
4427 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4428 follow coding conventions in generated files.
4429
4430 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4431
4432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4433 (tool-bar-add-item): Don't call image-related primitives if the
4434 display doesn't support images.
4435
4436 * frame.el (display-images-p): New function.
4437
4438 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4439
4440 * server.el (server-visit-files): Handle the case the specified
4441 column number is <= 0.
4442
4443 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4444
4445 * startup.el (command-line-1): Add support for +LINE:COLUMN
4446 command line argument.
4447
4448 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4449
4450 * server.el (server-process-filter, server-visit-files):
4451 Add support for +LINE:COLUMN style emacsclient calls.
4452
4453 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4454
4455 * emacs-lisp/easy-mmode.el: Add Keywords header.
4456
4457 * play/pong.el: Author has new address.
4458
4459 * play/landmark.el: Author is no more reachable.
4460
4461 * play/handwrite.el: Author is no more reachable.
4462
4463 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4464
4465 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4466 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4467 Complete bindings for F<1..12> keys.
4468 (global-map): Remove `undo' binding (already in the default).
4469 Replace `t<n>' bindings with `f<n>' bindings.
4470
4471 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4472
4473 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4474 (tcl-mode): Use tcl-add-log-defun.
4475 (tcl-indent-line): Use tcl-calculate-indent.
4476 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4477 (tcl-indent-exp): Renamed from indent-tcl-exp.
4478 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4479 (tcl-indent-for-comment): Call comment-indent-function properly
4480 and handle the case where it returns nil.
4481
4482 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4483
4484 * calendar/cal-islam.el (calendar-goto-islamic-date):
4485 Remove autoload cookie.
4486
4487 * calendar/calendar.el (calendar-goto-islamic-date):
4488 Add call to autoload.
4489
4490 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4491
4492 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4493 Don't change compile-auto-highlight globally.
4494 Don't bother with `font-lock-defaults' property since XEmacs
4495 also understands the `font-lock-defaults' variable.
4496 Use make-local-variable rather than make-variable-buffer-local.
4497 Don't `defconst' comment-indent-function: keep the default.
4498 Call easy-menu-add unconditionally.
4499 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4500 (ada-create-menu): Use :included for Emacs as well.
4501
4502 * vc.el (vc-do-command): Autoload.
4503
4504 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4505
4506 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4507
4508 * ps-print.el: Fix Author: header.
4509
4510 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4511
4512 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4513 mouse-1 etc., bind them to `ignore'.
4514
4515 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4516 send-invisible, which is already defined in Comint.
4517 (eshell-watch-for-password-prompt): Use it.
4518
4519 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4520
4521 * which-func.el (which-func-mode): Doc fix.
4522
4523 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4524 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4525 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4526 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4527 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4528 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4529 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4530 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4531 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4532 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4533 * emulation/edt-mapper.el, emulation/edt-pc.el,
4534 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4535 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4536 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4537 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4538 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4539 * international/isearch-x.el, international/iso-cvt.el,
4540 * international/ogonek.el, international/quail.el,
4541 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4542 * language/devanagari.el, language/ethio-util.el,
4543 * language/ethiopic.el, language/european.el, language/indian.el,
4544 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4545 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4546 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4547 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4548 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4549 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4550 * progmodes/autoconf.el, progmodes/cmacexp.el,
4551 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4552 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4553 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4554 * progmodes/ebnf2ps.el, progmodes/executable.el,
4555 * progmodes/fortran.el, progmodes/idlw-shell.el,
4556 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4557 * progmodes/m4-mode.el, progmodes/mantemp.el,
4558 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4559 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4560 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4561 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4562 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4563 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4564 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4565 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4566 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4567 * textmodes/two-column.el, time-stamp.el, timezone.el,
4568 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4569 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4570 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4571 conventions.
4572
4573 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4574
4575 * simple.el (set-variable): Require 'cus-edit' instead of
4576 `wid-edit', so that the Custom widgets get defined.
4577
4578 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4579
4580 * allout.el: A fix to follow coding conventions.
4581
4582 * find-lisp.el: A fix to follow coding conventions.
4583
4584 * term/w32-win.el: A fix to follow coding conventions.
4585
4586 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4587
4588 * term/xterm.el: A fix to follow coding conventions.
4589
4590 * term/news.el: A fix to follow coding conventions.
4591
4592 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4593 header line fixed.
4594
4595 * sun-curs.el: Fix Maintainer: header line.
4596
4597 * emacs-lisp/easymenu.el: Address of the author added.
4598
4599 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4600
4601 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4602 property.
4603
4604 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4605
4606 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4607 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4608 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4609 Some fixes to follow coding conventions.
4610
4611 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4612
4613 * which-func.el (which-func-mode): Doc fix.
4614
4615 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4616
4617 * net/rcompile.el (remote-compile): Use make-local-variable.
4618
4619 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4620
4621 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4622
4623 * mail/reporter.el (reporter-submit-bug-report):
4624 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4625
4626 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4627
4628 * calendar/cal-china.el, calendar/cal-coptic.el,
4629 * calendar/cal-dst.el, calendar/cal-french.el,
4630 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4631 * calendar/cal-iso.el, calendar/cal-julian.el,
4632 * calendar/cal-mayan.el, calendar/cal-persia.el,
4633 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4634 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4635 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4636 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4637 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4638 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4639 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4640 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4641 * progmodes/ada-xref.el, progmodes/cc-align.el,
4642 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4643 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4644 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4645 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4646 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4647 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4648 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4649 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4650 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4651 * textmodes/reftex.el: Some fixes to follow coding
4652 conventions in Eshell files with known maintainers.
4653
4654 * emulation/viper.el: A fix to follow coding conventions.
4655
4656 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4657 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4658 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4659 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4660 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4661 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4662 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4663 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4664 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4665 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4666 conventions in Eshell files.
4667
4668 * composite.el, diff.el, emacs-lisp/levents.el,
4669 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4670 * emulation/pc-mode.el, emulation/viper-cmd.el,
4671 * emulation/viper-ex.el, emulation/viper-init.el,
4672 * emulation/viper-keym.el, emulation/viper-macs.el,
4673 * emulation/viper-mous.el, emulation/viper-util.el,
4674 * emulation/viper.el, forms-pass.el, international/ccl.el,
4675 * international/characters.el, international/encoded-kb.el,
4676 * international/fontset.el, international/ja-dic-cnv.el,
4677 * international/ja-dic-utl.el, international/kinsoku.el,
4678 * international/kkc.el, international/mule-cmds.el,
4679 * international/mule-diag.el, international/mule-util.el,
4680 * international/mule.el, international/titdic-cnv.el,
4681 * language/china-util.el, language/chinese.el,
4682 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4683 * language/greek.el, language/hebrew.el, language/japan-util.el,
4684 * language/japanese.el, language/korea-util.el, language/korean.el,
4685 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4686 * language/slovak.el, language/thai-util.el, language/thai.el,
4687 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4688 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4689 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4690 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4691 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4692 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4693 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4694 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4695 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4696 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4697 to follow coding conventions in files without maintainer or in files
4698 with clear maintainer (but without Maintainer header stating so).
4699
4700 * emacs-lisp/elp.el: A fix to follow coding conventions.
4701
4702 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4703 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4704 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4705 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4706 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4707 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4708 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4709 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4710 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4711 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4712 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4713 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4714 conventions in files from Gnus.
4715
4716 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4717 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4718 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4719 * echistory.el, electric.el, emacs-lisp/authors.el,
4720 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4721 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4722 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4723 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4724 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4725 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4726 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4727 * international/codepage.el, international/iso-ascii.el,
4728 * international/iso-insert.el, international/iso-transl.el,
4729 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4730 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4731 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4732 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4733 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4734 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4735 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4736 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4737 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4738 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4739 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4740 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4741 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4742 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4743 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4744 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4745 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4746 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4747 * textmodes/tex-mode.el, textmodes/text-mode.el,
4748 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4749 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4750 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4751 files maintained by FSF.
4752
4753 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4754
4755 * arc-mode.el: A fix to follow coding conventions.
4756
4757 * bindings.el: Ditto.
4758
4759 * cdl.el: Ditto.
4760
4761 * comint.el: Ditto.
4762
4763 * cus-start.el: Ditto.
4764
4765 * shell.el: Ditto.
4766
4767 * skeleton.el: Ditto.
4768
4769 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4770
4771 * info.el (Info-build-node-completions):
4772 Make Info-current-file-completions buffer local.
4773
4774 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4775
4776 * which-func.el (which-func-mode, which-func-ff-hook)
4777 (which-function-mode): Remove references to which-func-mode-global.
4778
4779 * calendar/cal-islam.el (calendar-goto-islamic-date):
4780 Add autoload cookie.
4781
4782 * play/fortune.el: Add types to defcustoms.
4783
4784 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4785
4786 * language/czech.el: A fix to follow coding conventions.
4787
4788 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4789
4790 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4791 to the extension list, for antlr-mode. From Christoph Wedler
4792 <Christoph.Wedler@sap.com>.
4793
4794 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4795
4796 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4797 (vc-dired-mode-map): Fix the madness.
4798
4799 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4800 (vc-prefix-map): Moved back from vc.el.
4801
4802 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4803
4804 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4805 Increase the size of the obarray.
4806 (mail-extr-all-top-level-domains): Add more toplevel domains,
4807 add more long names.
4808 From: Per Starback <starback@ling.uu.se>.
4809
4810 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4811
4812 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4813 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4814
4815 * progmodes/ada-mode.el: Ditto.
4816
4817 * progmodes/ada-xref.el: Ditto.
4818
4819 2001-07-11 Miles Bader <miles@gnu.org>
4820
4821 * finder.el (finder-insert-at-column): Also move to the next line
4822 if exactly at COLUMN.
4823
4824 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4825
4826 * help.el (describe-function-1): When printing FUNCTION's
4827 documentation, don't assume FUNCTION is a symbol.
4828
4829 * startup.el (normal-top-level): Don't operate on the initial
4830 frame if we failed to create one.
4831
4832 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4833
4834 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4835 itself, i.e. only indent the contents in it.
4836
4837 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4838
4839 * mail/rmail.el (rmail-show-message): Show beginning of message in
4840 all windows containing it.
4841
4842 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4843
4844 * term/tty-colors.el: Fix the header line and copyright years.
4845
4846 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4847
4848 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4849 original definition has an interactive form, but is Elp
4850 instrumented, use the interactive form of the function called by
4851 elp-wrapper.
4852
4853 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4854 configurations with compare-window-configuration; they aren't
4855 window configurations.
4856
4857 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4858 from the server for the format we expect. Don't use it if it
4859 doesn't look like what the Internet draft for FTP extensions specifies.
4860
4861 * toolbar/*.pbm: Cleaned up.
4862 From Luis Fernandes <elf@ee.ryerson.ca>.
4863
4864 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4865
4866 * cc-cmds.el: Extended the kludge to interoperate with the
4867 delsel and pending-del packages wrt to the new function
4868 `c-electric-delete-forward'.
4869
4870 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4871
4872 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4873 to delay the call to <mode> for global minor modes.
4874 (easy-mmode-define-navigation): Only recenter if interactive.
4875
4876 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4877
4878 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4879 to lisp-indent-line.
4880
4881 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4882 from the server. Call encode-time only when we are sure that we
4883 got a 213 response.
4884
4885 2001-07-06 Simon Josefsson <jas@extundo.com>
4886
4887 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4888 (mail-envelope-from): New user option.
4889 (sendmail-send-it): Use it.
4890
4891 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4892
4893 * ps-print.el: Use locale dependant date to print date in header.
4894 Doc fix.
4895 (ps-print-version): New version number (6.5.3).
4896 (ps-right-header, ps-right-footer): Initialization and doc fix.
4897 (ps-time-stamp-locale-default): New fun.
4898
4899 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4900
4901 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4902 field problem with MIME-mode.
4903
4904 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4905
4906 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4907
4908 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4909 MIME-mode.
4910
4911 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4912
4913 * bindings.el (mode-line-mule-info): Don't show the tip with
4914 buffer-file-coding-system if that is nil.
4915
4916 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4917
4918 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4919 instead of kill-line.
4920
4921 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4922 <Pavel@Janik.cz>.
4923
4924 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4925 <Pavel@Janik.cz>.
4926
4927 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4928
4929 * font-lock.el (c-font-lock-keywords-3): When matching something
4930 like `struct X Y', finish with point after Y.
4931
4932 2001-07-04 Simon Josefsson <jas@extundo.com>
4933
4934 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4935 in caller buffer.
4936
4937 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4938
4939 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4940 instead of string-match to find the basename of the file.
4941 From Pascal Obry <p.obry@wanadoo.fr>.
4942
4943 * net/browse-url.el (browse-url-default-windows-browser):
4944 Support the MS-DOS port when it runs on Windows.
4945 (browse-url-browser-function) [ms-dos]: Default to
4946 browse-url-default-windows-browser.
4947
4948 * help.el (locate-library): Enable code that looks for compressed
4949 libraries if auto-compression-mode is on.
4950
4951 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4952
4953 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4954
4955 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4956
4957 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4958
4959 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4960
4961 * allout.el: Fix the header line, so that finder.el recognizes it.
4962 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4963
4964 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4965 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4966
4967 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4968
4969 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4970
4971 * ps-bdf.el (bdf-directory-list): Use the value relative to
4972 installation-directory for MS-Windows as well.
4973
4974 2001-06-29 Richard M. Stallman <rms@gnu.org>
4975
4976 * wid-edit.el (widget-color-sample-face-get):
4977 Return ((foreground-color . COLOR)) instead of constructing a face.
4978
4979 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4980
4981 * faces.el (region): Change the background color for the
4982 light-background color display to lightgoldenrod2, to make it
4983 visible on some laptops.
4984
4985 2001-06-28 Richard M. Stallman <rms@gnu.org>
4986
4987 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4988 (rmail-msg-restore-non-pruned-header): Likewise.
4989 If point was in the old pruned header, put it at the top.
4990 (rmail-msg-prune-header): If point was at the top, keep it there.
4991
4992 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4993 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4994
4995 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4996
4997 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4998
4999 2001-06-28 Karl Fogel <kfogel@red-bean.com>
5000
5001 * saveplace.el: Update maintainer email address.
5002
5003 2001-06-27 Francesco Potorti` <pot@gnu.org>
5004
5005 * uniquify.el: (uniquify-rationalize-file-buffer-names):
5006 Undo previous change.
5007
5008 2001-06-27 Francesco Potorti` <pot@gnu.org>
5009
5010 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
5011 preliminary quick reordering. Can speed things up dramatically.
5012
5013 2001-06-26 Richard M. Stallman <rms@gnu.org>
5014
5015 * dired.el (dired-get-filename): A file name starting with ~
5016 is not absolute in this context.
5017
5018 * which-func.el (which-func-maxout): Increase default to 500000.
5019 (which-function-mode): This is now the "real" name of the function.
5020 (which-func-mode): Now an alias.
5021 (which-func-mode-global): Name deleted.
5022
5023 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
5024 button-2, when binding hs-mouse-toggle-hiding.
5025
5026 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5027
5028 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5029 (rmail-msg-prune-header): Likewise.
5030 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5031 and `rmail-msg-prune-header'.
5032
5033 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5034
5035 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5036 back than LINEBEG.
5037
5038 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5039
5040 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5041 window where they clicked the mouse has a header line, adjust
5042 vertical movement by one.
5043
5044 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5045
5046 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5047 too when separating a parenthesis.
5048
5049 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5050
5051 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5052 (bookmark-bmenu-hide-filenames): Add help-echo to
5053 mouse-highlighted text.
5054 (bookmark-bmenu-show-filenames): Remove help-echo property from
5055 the whitespace.
5056
5057 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5058
5059 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5060 From Karl Eichwalder <ke@suse.de>.
5061
5062 2001-06-23 Richard M. Stallman <rms@gnu.org>
5063
5064 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5065
5066 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5067 contents for completing-read.
5068
5069 2001-06-22 Richard M. Stallman <rms@gnu.org>
5070
5071 * menu-bar.el (menu-bar-make-toggle): Construct the
5072 function's doc string from HELP, not DOC, and make it accurate by
5073 adding "Toggle whether to " at the front and downcasing the initial.
5074 Change the HELP arg in some calls to make it fit this usage.
5075
5076 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5077 Undo previous change.
5078
5079 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5080
5081 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5082
5083 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5084
5085 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5086
5087 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5088
5089 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5090
5091 2001-06-20 Richard M. Stallman <rms@gnu.org>
5092
5093 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5094 broken out from dabbrev--find-expansion. Handle minibuffer
5095 specially here.
5096 (dabbrev--find-expansion): Simplify code in various ways.
5097 Don't treat minibuffers specially.
5098 Call dabbrev--make-friend-buffer-list.
5099 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5100 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5101
5102 2001-06-19 John Wiegley <johnw@gnu.org>
5103
5104 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5105 Also, added a comment describing how to greatly speedup Eshell
5106 loadup time, by concatenating together all of Eshell's .elc files.
5107
5108 2001-06-19 John Wiegley <johnw@gnu.org>
5109
5110 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5111
5112 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * woman.el (WoMan-highlight-references): Add help-echo to
5115 mouse-highlighted text.
5116
5117 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5118
5119 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5120
5121 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5122
5123 * international/quail.el (quail-start-conversion):
5124 Reset quail-translating to nil.
5125
5126 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5127 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5128
5129 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5132 mouse-highlighted text.
5133
5134 * dired.el (dired-mark-pop-up): Fix last change.
5135
5136 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5137
5138 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5139 mouse-highlighted text.
5140
5141 * net/quickurl.el (quickurl-url-file): Run through
5142 convert-standard-filename.
5143 (quickurl-list-populate-buffer): Add help-echo to
5144 mouse-highlighted text.
5145 (top-level): Update Dave's URL.
5146
5147 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5148 mouse-highlighted text.
5149
5150 * textmodes/page-ext.el (pages-copy-header-and-position):
5151 Add help-echo to mouse-highlighted text.
5152
5153 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5154 mouse-highlighted text.
5155
5156 * replace.el (occur): Add help-echo to mouse-highlighted text.
5157
5158 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5159 mouse-highlighted text.
5160
5161 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5162 mouse-highlighted text.
5163
5164 * progmodes/compile.el (compile-reinitialize-errors):
5165 Add help-echo to mouse-highlighted messages.
5166 (compilation-forget-errors): Remove help-echo property as well.
5167
5168 * play/landmark.el (lm-plot-square, lm-init-display):
5169 Add help-echo to mouse-highlighted text.
5170
5171 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5172 Add help-echo to mouse-highlighted text.
5173
5174 * dired.el (dired-insert-set-properties): Add help-echo to
5175 mouse-highlighted text.
5176 (dired-mark-pop-up): Remove help-echo property from the file name.
5177
5178 * comint.el (comint-send-input): Add help-echo to
5179 mouse-highlighted text.
5180
5181 * buff-menu.el (list-buffers-noselect): Add help-echo to
5182 mouse-highlighted text.
5183
5184 * arc-mode.el (archive-summarize-files): Add help-echo to
5185 mouse-highlighted text.
5186
5187 * ffap.el (ffap-machine-p): Always return nil if
5188 open-network-stream is not fboundp.
5189
5190 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5193 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5194 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5195 incorrectly binding chars between 128 and 256 to it.
5196 (sgml-maybe-name-self): Handle latin-1 chars properly.
5197 (sgml-tags-invisible): Bind buffer-file-name to nil.
5198 Use unwind-protect and restore-buffer-modified-p.
5199 (sgml-point-entered): Use buffer-substring-no-properties.
5200 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5201 (html-mode): Don't force `imenu-sort-function'.
5202
5203 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5204
5205 * tar-mode.el: Fix the copyright notice.
5206
5207 * font-lock.el (font-lock-comment-face): For tty's with dark
5208 background, use "red1", since "lightred" is not one of the colors
5209 recognized by tty-colors.el.
5210
5211 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5212 create a buffer for extracted file, in case there's more than one
5213 file by that name in an archive, possibly in different
5214 directories. From Kevin Rodgers <kevinr@ihs.com>.
5215
5216 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5217 <alex@gnu.org>.
5218
5219 2001-06-15 Miles Bader <miles@gnu.org>
5220
5221 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5222 Revert previous change.
5223
5224 2001-06-14 Richard M. Stallman <rms@gnu.org>
5225
5226 * replace.el (keep-lines-read-args): Return just a regexp.
5227 Provide nil for the region args.
5228 (keep-lines, flush-lines, how-many):
5229 Calculate the defaults for the region here, when args are nil.
5230
5231 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5232
5233 * rot13.el (rot13-other-window): Some more doc fix.
5234
5235 2001-06-14 Per Starback <starback@ling.uu.se>
5236
5237 * replace.el (case-replace, query-replace-from-history-variable)
5238 (query-replace-to-history-variable, keep-lines-read-args)
5239 (occur-revert-function, query-replace-help): Dox fix.
5240
5241 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5242
5243 * rot13.el (rot13-other-window): Doc fix.
5244
5245 2001-06-14 Miles Bader <miles@gnu.org>
5246
5247 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5248 of " and \ to "." (punctuation).
5249 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5250
5251 2001-06-13 Richard M. Stallman <rms@gnu.org>
5252
5253 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5254
5255 * simple.el (shell-command-on-region): Never kill the
5256 *Shell Command Output* buffer.
5257
5258 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5259
5260 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5261
5262 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5263
5264 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5265 New var, to recognize ${ $' and PODs.
5266 (perl-font-lock-syntactic-face-function): New function.
5267 (perl-mode): Use them.
5268 (perl-continuation-line-p): New function, from perl-calculate-indent.
5269 (perl-calculate-indent): Use it, to properly handle continuation
5270 lines of continuation lines.
5271
5272 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5273
5274 * server.el (server-process, server-buffer-clients): Doc fix.
5275 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5276
5277 2001-06-09 John Wiegley <johnw@gnu.org>
5278
5279 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5280 test if the last command was Lisp or not.
5281 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5282 B x C".
5283
5284 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5285
5286 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5287 general one on compile.el supports drive letters.
5288
5289 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5290
5291 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5292 key description.
5293
5294 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5295
5296 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5297 (reftex-toc-jump): New command.
5298
5299 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5300 to parse international characters as well.
5301
5302 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5303 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5304
5305 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5306
5307 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5308 TAB to the key separators.
5309
5310 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5311
5312 * international/mule.el (auto-coding-alist): Remove redundant
5313 up-cased versions of the extensions (auto-coding-alist-lookup is
5314 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5315 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5316
5317 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5318
5319 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5320
5321 2001-06-01 Richard M. Stallman <rms@gnu.org>
5322
5323 * help.el (describe-variable): Put value on same line
5324 with preceding text, if it is short enough to look good that way.
5325
5326 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5327
5328 * term/internal.el (IT-unicode-translations): New variable.
5329 (IT-setup-unicode-display): New function.
5330
5331 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5332
5333 * ps-print.el: Handle before-string and after-string overlay properties
5334 in ps-print-*-with-faces commands. Doc fix.
5335 (ps-print-version): New version number (6.5.2).
5336 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5337 for XEmacs.
5338 (ps-prefix-quote): Doc fix.
5339 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5340 (ps-basic-plot-str, ps-plot-string): New funs.
5341
5342 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5343
5344 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5345 and :type spec.
5346
5347 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5348
5349 * international/mule-cmds.el (inactivate-input-method):
5350 Set input-method-function to nil.
5351
5352 * xml.el (xml-parse-tag): The document may contain invalid characters.
5353 From ShengHuo ZHU <zsh@cs.rochester.edu>
5354
5355 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5356
5357 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5358 `rmail-summary-line-decoder' if the message does not have
5359 a Subject: field.
5360
5361 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5362
5363 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5364 New variable.
5365 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5366 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5367 is non-nil.
5368
5369 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5370
5371 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5372
5373 2001-05-29 Sam Steingold <sds@gnu.org>
5374
5375 * faces.el (face-valid-attribute-values): Bind `valid' directly
5376 instead of using `setq'.
5377
5378 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5379 Use `tex-shell-buf'.
5380 (tex-shell-proc): Use `tex-shell-running'.
5381 (tex-shell-buf-no-error): New function.
5382 (tex-send-tex-command): Use it.
5383 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5384 (tex-kill-job): Check the process before calling `quit-process'.
5385
5386 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5387
5388 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5389 UTF-8 sequences.
5390
5391 2001-05-28 Miles Bader <miles@gnu.org>
5392
5393 * comint.el (comint-carriage-motion): Renamed from
5394 `comint-cr-magic'. Operate on the buffer instead of the string
5395 (for use as a comint post-output filter, instead of as a
5396 pre-output filter). Handle backspaces too. Add to the
5397 `comint-output-filter-functions' hook instead of
5398 `comint-preoutput-filter-functions'.
5399
5400 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5401
5402 * language/japan-util.el (japanese-hankaku): Prefer the charset
5403 `jisx0201' when the optional argument `ascii-only' is not specified.
5404 (japanese-hankaku-region): Ditto.
5405 From Katsumi Yamaoka <yamaoka@jpl.org>
5406
5407 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5408
5409 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5410 (outline-invisible-p): New function.
5411 (hide-leaves): Save excursion.
5412 (hide-other): Stop looping when reaching bobp.
5413
5414 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5415
5416 * cus-edit.el (custom-file): Fix last change.
5417
5418 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5419
5420 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5421 same definition in byte-compile-function-environment as `autoload'
5422 would put in `symbol-function'.
5423
5424 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5425 patch to correct the error message as well.
5426
5427 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5428
5429 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5430 unless ~/.emacs exists.
5431
5432 * novice.el (enable-command): If user-init-file is nil or does not
5433 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5434
5435 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5436
5437 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5438 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5439 Allow spaces around macro arguments.
5440 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5441 indent-for-tab-command.
5442 (latex-mode-map, plain-tex-mode-map): New keymaps.
5443 Inherit from tex-mode-map.
5444 (tex-common-initialization): Don't setup the keymap any more
5445 since it's now done right by define-derived-mode.
5446 (latex-mode): Set skeleton-end-hook to nil.
5447 (latex-skeleton-end-hook): Remove.
5448 (tex-latex-block, latex-insert-item): Simplify.
5449 (latex-syntax-after): Use following-char rather than char-after.
5450 (tex-discount-args-cmds, tex-count-words): New functions.
5451
5452 * textmodes/tildify.el (tildify-ignored-environments-alist):
5453 Recognize \verb* as well.
5454
5455 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5456 (perl-comment-indent): Simplify to let newcomment.el do its job.
5457 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5458 (perl-mark-function): Cleanup the namespace.
5459 (perl-calculate-indent): Don't be fooled by nested functions.
5460
5461 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5462
5463 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5464 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5465
5466 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5467
5468 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5469 actually be `\\'.
5470 (ctlau-b5-converter): Likewise.
5471
5472 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5473
5474 * international/titdic-cnv.el (quail-misc-package-ext-info):
5475 Change CTLauB.el to CTLau-b5.el.
5476
5477 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5478
5479 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5480 rather than beginning-of-line to avoid problems with fields.
5481 (gud-perldb-massage-args): Use unless and push.
5482 (gud-chdir-before-run): New var.
5483 (gud-common-init): Use it.
5484
5485 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5486
5487 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5488 delete entries for chinese-ctlau and chinese-ctlaub.
5489 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5490 chinese-ctlaub.
5491 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5492 New functions.
5493
5494 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5495
5496 * cus-edit.el (custom-comment-show): Remove debug code.
5497
5498 * language/japan-util.el (japanese-symbol-table): Fix handling of
5499 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5500
5501 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5502
5503 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5504 Renamed by removing the silly `-flag' suffix.
5505 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5506
5507 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5508
5509 * replace.el (keep-lines-read-args): Use `copy-marker'.
5510 (how-many): Save excursion properly.
5511 (occur-mode): Use define-derived-mode.
5512 (perform-replace): Use with-current-buffer.
5513
5514 2001-05-20 Richard M. Stallman <rms@gnu.org>
5515
5516 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5517
5518 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5519
5520 * info.el (Info-read-subfile): Widen before finding the
5521 desired node in the subfile.
5522
5523 * startup.el (command-line-1): When >2 files visited,
5524 leave the last one visible, and make that the selected window.
5525
5526 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5527
5528 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5529
5530 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5531
5532 * international/ccl.el (define-ccl-program): Fix a typo.
5533 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5534
5535 * international/mule.el (decode-char): Fix a typo. From Pavel
5536 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5537
5538 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5539 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5540
5541 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5542 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5543
5544 2001-05-18 Sam Steingold <sds@gnu.org>
5545
5546 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5547 and [RET] to `cvs-mode-find-file'.
5548
5549 2001-05-18 John Wiegley <johnw@gnu.org>
5550
5551 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5552 configuration variable, which determines the initial character
5553 that forces use of an external version of a command. The default
5554 is *, but may be set to \, for example.
5555
5556 * eshell/esh-ext.el (eshell-explicit-command):
5557 Use `eshell-explicit-command-char' instead of ?*.
5558
5559 * eshell/esh-cmd.el (eshell/which):
5560 Use `eshell-explicit-command-char' instead of ?*.
5561
5562 * eshell/em-cmpl.el (eshell-completion-command-name)
5563 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5564 instead of ?*.
5565
5566 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5567
5568 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5569 subst-char-in-string.
5570 (ange-ftp-after-parse-ls-hook): New variable.
5571 (ange-ftp-ls): Run that hook.
5572 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5573
5574 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5575 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5576 text into *Completions*.
5577
5578 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5579 part of which look like email addresses.
5580
5581 2001-05-18 Andrew Innes <andrewi@gnu.org>
5582
5583 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5584 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5585 cmd.exe's handling of FOR loops.
5586 (autoloads): Set find-file-suppress-same-file-warnings to t to
5587 avoid slew of spurious messages.
5588
5589 2001-05-18 Simon Josefsson <simon@josefsson.org>
5590
5591 * mail/smtpmail.el (maybe-append-domain): Renamed to
5592 `smtpmail-maybe-append-domain'.
5593 (smtpmail-via-smtp): Use the new name.
5594
5595 * net/browse-url.el (browse-url-browser-function): Add kde.
5596 (browse-url-kde-program, browse-url-kde-args): New variables.
5597 (browse-url-kde): New function.
5598
5599 2001-05-18 Miles Bader <miles@gnu.org>
5600
5601 * simple.el (delete-horizontal-space, just-one-space):
5602 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5603 because it's more efficient for large files.
5604
5605 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5606
5607 * mail/rmail.el (rmail-require-mime-maybe): New function.
5608 (rmail): Use it.
5609 (rmail-mode): Handle the case of finding Rmail files.
5610
5611 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5612 functions.
5613
5614 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5615
5616 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5617 text-property after moving to the beginning of line and regardless
5618 of the value of font-lock-multiline.
5619
5620 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5621
5622 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5623
5624 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5625 last coding system used before calling set-buffer-modified-p
5626 because that function changes last-coding-system.
5627
5628 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5629
5630 * files.el (switch-to-buffer-other-window)
5631 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5632 the doc string.
5633
5634 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5635
5636 * language/slovak.el, language/czech.el: New maintainer.
5637
5638 2001-05-16 Sam Steingold <sds@gnu.org>
5639
5640 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5641 sub-form of `defgeneric' correctly.
5642
5643 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5644
5645 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5646 of `c'.
5647
5648 * textmodes/outline.el (outline-font-lock-level): Remove the
5649 condition-case, test what outline-level returns instead, to
5650 ease debugging.
5651
5652 * international/mule.el (auto-coding-regexp-alist): New user-option.
5653 (auto-coding-from-file-contents): New function.
5654 (set-auto-coding): Use it to determine a coding system.
5655
5656 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5657
5658 * mouse.el (mouse-delete-other-windows): Doc fix.
5659
5660 * emacs-lisp/lisp-mode.el (lisp-mode):
5661 Make font-lock-keywords-case-fold-search a buffer-local variable with
5662 make-local-variable before setting it.
5663
5664 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5665
5666 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5667 prefixes.
5668
5669 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5670
5671 * hexl.el (hexl-current-address): Print a message when called
5672 interactively.
5673
5674 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5675
5676 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5677
5678 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5679
5680 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5681
5682 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5683
5684 * startup.el (command-line): If parameters have been changed in
5685 the init files which influence font selection, clear the face
5686 cache so that faces get realized with the new parameters.
5687
5688 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5689
5690 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5691
5692 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5693
5694 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5697 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5698
5699 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5700
5701 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5702 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5703
5704 2001-05-09 John Wiegley <johnw@gnu.org>
5705
5706 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5707 Annotated the documentation string to tell users about
5708 `eshell-no-numeric-conversions'.
5709
5710 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5711 conversions if a Lisp function has the property
5712 `eshell-no-numeric-conversions' set to a non-nil value.
5713
5714 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5715 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5716 property `eshell-no-numeric-conversions' on the following
5717 functions (which all deal with filesystem entities, and never Lisp
5718 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5719 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5720 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5721 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5722 eshell/which, eshell/addpath.
5723
5724 2001-05-09 John Wiegley <johnw@gnu.org>
5725
5726 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5727 encountered as an argument, don't convert it right away, but tag
5728 the first character of the string with the text properties
5729 `number', which signifies to `eshell-lisp-command' that the
5730 argument should be passed through `string-to-number' if it is
5731 actually used in the call to a Lisp function.
5732
5733 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5734 function, convert any string arguments that have been tagged as
5735 "numbers", by calling string-to-number.
5736
5737 * eshell/esh-util.el (eshell-number-regexp): Now that number
5738 conversions only happen for Lisp function calls, the number regexp
5739 should now match all integer and floating point forms.
5740
5741 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5742 `eshell-continue-process', since they are both nonfunctional at
5743 the moment.
5744 (eshell-proc-initialize): Don't bind keys for
5745 `eshell-stop-process' or `eshell-continue-process'.
5746
5747 * eshell/em-unix.el (eshell-shuffle-files):
5748 Apply `directory-file-name' before calling `file-name-directory'.
5749
5750 * eshell/em-hist.el (eshell-add-to-history): Reference to
5751 `eshell-history-ring' needed to be `eshell-history-index'.
5752
5753 * calendar/timeclock.el (timeclock-find-discrep):
5754 Initialize `elapsed' to 0.
5755 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5756 it's still nil.
5757
5758 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5759
5760 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5761 (archive-mode): Use capitalize.
5762 (archive-unique-fname): Use make-temp-file.
5763
5764 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5765
5766 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5767
5768 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * tar-mode.el (tar-extract): Pay attention to the value of
5771 coding-system-for-read, if it is non-nil.
5772
5773 * calendar/holidays.el (holidays): Add an autoload cookie.
5774 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5775
5776 2001-05-08 John Wiegley <johnw@gnu.org>
5777
5778 * calendar/timeclock.el (timeclock-workday-remaining):
5779 Changed logic for determining how much time is remaining.
5780 (timeclock-workday-elapsed): Don't accept a "relative" argument
5781 for the current day's elapsed time. What could that have meant?
5782 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5783 (timeclock-when-to-leave): Changed logic, similarly to what was
5784 done for `timeclock-workday-remaining'.
5785 (timeclock-find-discrep): Removed "today-only" argument, which had
5786 no meaning. Fixed some more math problems. The function now
5787 returns a three member list: (TOTAL-TIME-DISCREPANCY
5788 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5789
5790 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5791
5792 * w32-fns.el (convert-standard-filename): Start replacing slashes
5793 from the beginning of the file name, not from where the last
5794 invalid character was. From "Andrew Maguire (SWW)"
5795 <Andrew.Maguire@Smallworld.co.uk>
5796
5797 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5798
5799 The following changes are to provide infrastructure for handling
5800 MIME messages to rmail. They don't affect the original behaviour
5801 if rmail-enable-mime is nil.
5802
5803 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5804 (rmail-search-mime-message-function)
5805 (rmail-search-mime-header-function): New variables.
5806 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5807 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5808 `rmail-view-buffer' is hidden.
5809 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5810 call rmai-show-mime-function.
5811 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5812 mode-line-process of rmail-view-buffer.
5813 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5814 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5815 buffer.
5816 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5817 set-buffer to the Rmail buffer.
5818 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5819 rmail-search-mime-header-function.
5820 (rmail-search-message): New function.
5821 (rmail-search): Call rmail-search-message to check if a message
5822 matches REGEXP, lastly update point after calling
5823 rmail-show-message.
5824 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5825 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5826 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5827 header region, refer to rmail-msgref-vector while setting the
5828 current buffer to rmail-buffer temporarily.
5829 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5830 If rmail-enable-mime is non-nil, call
5831 rmail-insert-mime-forwarded-message-function instead of inserting
5832 forwarded message by itself.
5833
5834 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5835 Rmail buffer.
5836 (rmail-set-label, rmail-next-labeled-message): Likewise.
5837
5838 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5839 set-buffer to the Rmail buffer.
5840 (rmail-output-to-rmail-file): Likewise.
5841 (rmail-output): Likewise.
5842
5843 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5844 of mail-fetch-field by rmail-summary-line-decoder.
5845 (rmail-new-summary): Be sure to go to the Rmail buffer.
5846 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5847 rmail-view-buffer to nil.
5848 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5849 rmail-view-buffer.
5850 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5851 rmail-buffer.
5852 (rmail-summary-scroll-msg-down): Likewise.
5853 (rmail-summary-beginning-of-message): Likewise.
5854 (rmail-summary-wipe): Likewise.
5855 (rmail-summary-toggle-header): Use save-window-excursion, not
5856 save-excursion. Update point in rmail-view-buffer, not in
5857 rmail-buffer.
5858 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5859 rmail-view-buffer, not rmail-buffer.
5860
5861 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5862
5863 * cus-edit.el (custom-file): Signal an error if user-init-file is
5864 nil (running -q).
5865
5866 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5867
5868 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5869 Add :version.
5870
5871 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5872 New option.
5873 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5874 only if smtpmail-warn-about-unknown-extensions is set.
5875
5876 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5877 instead of rmail-sort-by-keywords.
5878
5879 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5880 rmail-sort-by-keywords.
5881
5882 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5883 rmail-summary-sort-by-keywords. Doc fix.
5884 (rmail-summary-mode): Doc fix.
5885
5886 * mail/rmail.el (rmail-edit): New Custom group.
5887
5888 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5889 (rmail-edit-mode-hook): New user-option.
5890
5891 2001-05-05 Richard M. Stallman <rms@gnu.org>
5892
5893 * help.el (help-xref-symbol-regexp): Recognize "source of"
5894 and friends, meaning make a link to the source file.
5895 (help-make-xrefs): Handle "source of" and friends
5896 by constructing a link that visits the source file.
5897
5898 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5899
5900 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5901
5902 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5903 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5904 Renamed from perl-font-lock-keywords to avoid clashes.
5905 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5906 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5907 Updated correspondingly.
5908
5909 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5910 Typo `nonexistant' -> `nonexistent'.
5911
5912 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5913
5914 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5915 Split `c-electric-delete' into two functions where
5916 `c-electric-delete-forward' always deletes forward and
5917 `c-electric-delete' only contains the code necessary for XEmacs to
5918 choose between backward and forward deletion.
5919
5920 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5921 get the electric behavior on that key too.
5922 (c-fill-paragraph): Fixed bogus direct use of
5923 c-comment-prefix-regexp, which caused an error when it's a list.
5924
5925 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5926
5927 * dired-aux.el (dired-diff): Doc fix.
5928
5929 * dired.el (dired-diff): Likewise.
5930
5931 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5932
5933 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5934
5935 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5936
5937 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5938 if both the buffer and the file are read-only.
5939
5940 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5941 rather than font-lock-string-face.
5942 (sh-get-indent-info): Treat heredocs like strings.
5943
5944 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5945
5946 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5947 a newline following `}'.
5948 (texinfo-format-email): New function.
5949 (toplevel): Use texinfo-format-email for @email.
5950 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5951 Add `display'.
5952 (texinfo-sort-region): Goto point-min before sorting.
5953 (texinfo-set): Remove leading white space from value.
5954 From yagi@is.titech.ac.jp.
5955
5956 * replace.el (query-replace-regexp-eval): Doc fix.
5957
5958 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * diff-mode.el (diff-nonexistant-face): New face.
5961 (diff-font-lock-keywords): Use it.
5962
5963 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5964
5965 * font-lock.el (font-lock-mode): Doc fix.
5966
5967 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5968 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5969
5970 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5971
5972 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5973 backslash at the start of the here-document delimiter.
5974 (sh-font-lock-syntactic-keywords): Likewise.
5975
5976 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5977
5978 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5979
5980 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5981 (tty-color-translate, tty-color-by-index, tty-color-values)
5982 (tty-color-desc): Doc fix.
5983
5984 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5985
5986 * dired-aux.el (dired-do-create-files, dired-do-copy)
5987 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5988 Mention dired-dwim-target in the doc string.
5989
5990 2001-04-28 Miles Bader <miles@gnu.org>
5991
5992 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5993 (dabbrev--find-expansion): Use it.
5994 (dabbrev--select-buffers): Don't select ignored buffers.
5995
5996 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5997
5998 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5999
6000 2001-04-26 Richard M. Stallman <rms@gnu.org>
6001
6002 * dabbrev.el: Add doc strings for some functions.
6003 (dabbrev--eliminate-newlines): New variable.
6004 (dabbrev--substitute-expansion): Convert newlines to spaces
6005 if dabbrev--eliminate-newlines is set.
6006 If abbrev and expansion are both all-lower-case,
6007 leave dabbrev--last-case-pattern nil.
6008
6009 2001-04-26 Gerd Moellmann <gerd@gnu.org>
6010
6011 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
6012 if necessary, like in rmail-show-message.
6013
6014 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6015
6016 * ps-print.el: Color specified by number is forced to be float number.
6017 (ps-print-version): New version number (6.5.1.1).
6018 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
6019 initialization.
6020 (ps-prefix-quote): New internal var.
6021 (ps-print-quote): New fun.
6022 (ps-setup, ps-output-frame-properties, ps-float-format)
6023 (ps-format-color): Code fix.
6024 (ps-plot-region): Eliminate redundant foreground color text setting.
6025
6026 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6027
6028 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6029
6030 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6031
6032 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6033
6034 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6035
6036 * info.el (Info-additional-directory-list): Doc fix.
6037
6038 * find-lisp.el (find-lisp-find-dired-filter)
6039 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6040 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6041
6042 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6043
6044 * progmodes/make-mode.el (makefile-font-lock-keywords):
6045 Rationalize the rules for includes and conditionals and use the
6046 keyword face for them.
6047
6048 * faces.el (modify-face): Add compatibility for non-interactive use.
6049
6050 2001-04-24 John Wiegley <johnw@gnu.org>
6051
6052 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6053 fix from last night, since it wasn't finding eshell/cd.
6054
6055 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6056
6057 * rect.el (string-rectangle): Revert to 20.x behaviour.
6058 (replace-rectangle): Make it an alias for string-rectangle.
6059 (string-insert-rectangle): New function.
6060
6061 2001-04-23 John Wiegley <johnw@gnu.org>
6062
6063 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6064 occurring with Emacs 21's diff.el/compile.el interaction layer.
6065
6066 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6067
6068 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6069 case where the function was defined in a file, but not part of an
6070 eshell module.
6071
6072 2001-04-23 John Wiegley <johnw@gnu.org>
6073
6074 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6075 code to work around a redisplay problem I've been having.
6076
6077 2001-04-23 John Wiegley <johnw@gnu.org>
6078
6079 * calendar/timeclock.el (timeclock-day-required): If the time
6080 required for a particular day is not set, use `timeclock-workday'.
6081 (timeclock-find-discrep): Added some sample code in a comment.
6082
6083 * eshell/eshell.el (eshell-command): Made a few changes so that
6084 `eshell-command' could be called programmatically.
6085
6086 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6087
6088 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6089
6090 2001-04-23 John Wiegley <johnw@gnu.org>
6091
6092 * calendar/timeclock.el: Updated copyright.
6093 (timeclock-generate-report): Don't report the daily or two-week
6094 total, if no time has been worked in that period.
6095 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6096 final computational form, which was unnecessary; corrected a
6097 parsing problem when timeclock-relative was nil.
6098
6099 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6100
6101 * calendar/timeclock.el (timeclock-modeline-display): Check if
6102 `list-entry' is null.
6103 (timeclock-use-display-time): The first argument to `set-variable'
6104 must be a symbol.
6105
6106 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6107
6108 * calendar/calendar.el (diary-entry-marker)
6109 (calendar-today-marker, calendar-holiday-marker):
6110 Use display-color-p instead of window-system.
6111 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6112 instead of window-system.
6113 (calendar-hide-window): Use display-multi-frame-p instead of
6114 window-system.
6115
6116 * calendar/cal-x.el (calendar-two-frame-setup)
6117 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6118 Use display-multi-frame-p instead of window-system.
6119
6120 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6121
6122 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6123
6124 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6125 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6126
6127 2001-04-23 Alex Schroeder <alex@gnu.org>
6128
6129 * goto-addr.el: Instead of defining line-beginning-position and
6130 line-end-position a defalias is used for point-at-bol and point-at-eol.
6131
6132 2001-04-23 Alex Schroeder <alex@gnu.org>
6133
6134 * goto-addr.el: Added XEmacs compatibility code.
6135 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6136
6137 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6138
6139 * textmodes/paragraphs.el (sentence-end): Doc fix.
6140
6141 2001-04-20 Alex Schroeder <alex@gnu.org>
6142
6143 * sql.el (sql-escape-newlines-and-send): New function.
6144 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6145
6146 2001-04-20 Alex Schroeder <alex@gnu.org>
6147
6148 * sql.el (sql-db2-program): New option.
6149 (sql-db2-options): New option.
6150 (sql-db2): New function.
6151
6152 2001-04-20 Alex Schroeder <alex@gnu.org>
6153
6154 * sql.el (sql-mode-menu): Added highlighting entries.
6155 (sql-highlight-oracle-keywords): New function.
6156 (sql-highlight-postgres-keywords): New function.
6157 (sql-highlight-ansi-keywords): New function.
6158
6159 2001-04-20 Alex Schroeder <alex@gnu.org>
6160
6161 * sql.el (sql-help): Doc change.
6162
6163 2001-04-19 Karl Fogel <kfogel@collab.net>
6164
6165 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6166 that inserted file content only to delete it immediately.
6167 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6168 <lektu@uol.com.br> for the patch.
6169
6170 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6171
6172 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6173
6174 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6175
6176 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6177 for defmethod.
6178
6179 * comint.el (comint-cr-magic): New function.
6180 (toplevel): Add it to comint-preoutput-filter-functions.
6181
6182 2001-04-18 Andrew Innes <andrewi@gnu.org>
6183
6184 * makefile.w32-in (EMACSLOADPATH): Define.
6185 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6186 (recompile): Remove stuff to set EMACSLOADPATH.
6187
6188 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6189
6190 * language/slovak.el ("Slovak"): Add tutorial entry.
6191
6192 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6193 browse-url-new-window-p.
6194
6195 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6196
6197 * info.el (Info-menu-update): When there are no menus and/or no
6198 cross references in the node, make the respective items of the
6199 Info menu-bar menu inactive.
6200
6201 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6202
6203 * indent.el (indent-for-tab-command): Call indent-line-function
6204 with no argument if PREFIX-ARG is non-nil.
6205
6206 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6207
6208 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6209
6210 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6211 an async subprocess if start-process is unavailable. Suggested by
6212 Tim Van Holder <tim.van.holder@pandora.be>.
6213
6214 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6215
6216 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6217 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6218
6219 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6222 manual.
6223
6224 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6225
6226 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6227 (cvs-menu): Add a few entries.
6228
6229 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6230 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6231 lock file appears to be reachable from Emacs.
6232 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6233 (cvs-mode-find-file): Look for cvs-header-face rather than
6234 cvs-dirname-face (which doesn't exist).
6235 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6236
6237 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6238
6239 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6240
6241 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6242 normal-erase-is-backspace on a tty. Instead, bind some keys such
6243 as [delete] directly, like pc-select.el did before
6244 normal-erase-is-backspace was invented.
6245
6246 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6247
6248 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6249
6250 2001-04-11 John Wiegley <johnw@gnu.org>
6251
6252 * eshell/em-ls.el (eshell-ls-insert-directory):
6253 Set font-lock-defaults to nil, to prevent fontification in dired
6254 buffers, if Eshell's ls is being used.
6255
6256 2001-04-11 John Wiegley <johnw@gnu.org>
6257
6258 * calendar/timeclock.el (timeclock-completing-read): New function.
6259 (timeclock-ask-for-project, timeclock-ask-for-reason):
6260 Call `timeclock-completing-read'.
6261
6262 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6263 required where `member' was being used.
6264
6265 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6266
6267 * eshell/em-hist.el (eshell-previous-matching-input):
6268 Don't display "History item" if the the minibuffer is active.
6269
6270 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6271
6272 * startup.el (command-line): Output a newline after printing
6273 an error from loading the window system's init file.
6274
6275 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6276
6277 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6278 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6279 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6280 keywords whose arguments routinely include @@.
6281
6282 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6283
6284 * emacs-lisp/advice.el (ad-make-advised-definition):
6285 Construct advice for subrs differently.
6286
6287 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6288 regexp in parentheses when building the regexp for searching backwards.
6289
6290 * simple.el (completion-list-mode-finish): New function.
6291 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6292
6293 * language/european.el ("Polish"): Change sample text.
6294 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6295
6296 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6297 parameter.
6298
6299 * faces.el (menu): Doc fix.
6300
6301 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6302
6303 * ps-print.el: Footer implementation. Doc fix.
6304 (ps-print-version): New version number (6.5.1).
6305 (ps-header-frame-alist): New customization var for header frame
6306 properties.
6307 (ps-line-number-color): New customization var for line number color.
6308 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6309 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6310 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6311 (ps-right-footer): New customization vars for footers.
6312 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6313 footers.
6314 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6315 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6316 Code fix.
6317 (ps-prologue-file): Indentation fix.
6318 (ps-print-quote): Fun eliminated.
6319 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6320 (ps-output-frame-properties): New fun.
6321 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6322 (ps-skip-newline): Replace defun by defsubst.
6323
6324 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6325
6326 * eshell/eshell.el (eshell-command): Needed a "%s" format
6327 specifier, in case the buffer contains percent characters.
6328
6329 2001-04-10 John Wiegley <johnw@gnu.org>
6330
6331 * calendar/timeclock.el (timeclock-generate-report): Added a
6332 missing insert of the project name.
6333
6334 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6335
6336 * obsolete/profile.el: Moved from emacs-lisp/.
6337
6338 * Makefile.in (nonobsolete_setwins): New macro.
6339 (finder-data): Use it instead of `setwins'.
6340 From: Dave Love <fx@gnu.org>.
6341
6342 * server.el (server-visit-files): Set server-existing-buffer correctly.
6343 (server-visit-files): Run server-visit-hook after going to
6344 line 1 so that the hook can set point as it sees fit.
6345
6346 * bindings.el (mode-line-modified): Unify help messages.
6347
6348 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6349
6350 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6351 All callers changed.
6352
6353 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6354
6355 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6356 long file names aren't supported, truncate the file names in
6357 quail-misc-package-ext-info to 8+3 before matching them against
6358 FILENAME.
6359
6360 * dos-fns.el (dos-truncate-to-8+3): New function.
6361
6362 * progmodes/compile.el (grep-compute-defaults): Use null-device
6363 instead of literal /dev/null. Reported by Jens Schmidt
6364 <schmidt@mathematik.uni-kl.de>.
6365
6366 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6367
6368 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6369
6370 * textmodes/sgml-mode.el: Add unknown maintainer.
6371 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6372 (html-mode-map): Use set-keymap-parent.
6373
6374 2001-04-06 Dave Love <fx@gnu.org>
6375
6376 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6377 Remove redundant string-to-list.
6378
6379 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * composite.el (reference-point-alist): Doc fix.
6382
6383 2001-04-05 Sam Steingold <sds@gnu.org>
6384
6385 * font-lock.el (font-lock-keywords-case-fold-search):
6386 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6387 file made font-lock case-insensitive.
6388
6389 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6390
6391 * faces.el (defface menu): Doc fix.
6392
6393 * wid-edit.el (widget-color-sample-face-get): Don't make
6394 faces for undefined colors.
6395
6396 * version.el (emacs-version): Include LessTif/Motif version info.
6397
6398 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6399
6400 * ps-mule.el: Eliminate cl package dependence.
6401 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6402 if they aren't defined yet.
6403 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6404 Eliminate cl package dependence.
6405
6406 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6407
6408 * progmodes/cc-cmds.el (c-outline-level):
6409 Bind buffer-invisibility-spec. Originally from Dave Love, but
6410 got lost when incorporating version 5.26.
6411
6412 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6413
6414 * emulation/pc-select.el (pc-selection-mode):
6415 Call normal-erase-is-backspace-mode instead of binding
6416 keys individually.
6417
6418 * cus-load.el (normal-erase-is-backspace): Use it instead of
6419 delete-key-deletes-forward.
6420
6421 * startup.el (command-line): Use normal-erase-is-backspace and
6422 normal-erase-is-backspace-mode.
6423
6424 * simple.el (normal-erase-is-backspace): Rename from
6425 delete-key-deletes-forward. Doc fix.
6426 (normal-erase-is-backspace-mode): Rename from
6427 delete-key-deletes-forward-mode. Doc fix.
6428 Run normal-erase-is-backspace-hook.
6429
6430 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6431 ``human-readable'' format produced by GNU `ls'.
6432 (dired-move-to-filename-regexp): Recognize ISO format dates.
6433 From Paul Eggert <eggert@twinsun.com>.
6434
6435 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6436
6437 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6438 New functions.
6439 (lm-verify): Check keywords.
6440 From Eric M. Ludlam <eric@siege-engine.com>.
6441
6442 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6443
6444 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6445 `xemacs' feature instead of for the function `set-extent-property'.
6446
6447 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6448
6449 * mail/mh-utils.el (mh-folder-hist): New var.
6450 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6451
6452 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6453
6454 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6455 region, position point on the first or last 16-byte group.
6456 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6457 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6458 hexl-beginning-of-line.
6459
6460 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6461
6462 * icomplete.el (icomplete-mode): Treat an argument like other
6463 modes do.
6464
6465 * startup.el (fancy-splash-head): Use splash8.xpm for color
6466 depth 8.
6467
6468 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6469 Add an antry for ``converts''.
6470
6471 * language/slovak.el ("Slovak"): Add documentation string.
6472 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6473
6474 * language/czech.el ("Czech"): Add documentation string.
6475 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6476
6477 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6478 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6479
6480 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6481
6482 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6483 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6484 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6485 Use `defsubst' rather than a macro to ease debugging.
6486 (mail-extr-last): Remove (use `last' instead).
6487 (mail-extract-address-components): Properly reset the syntax-table
6488 after parsing an address. Use `last' rather than mail-extr-last.
6489 Make sure the end marker stays at the very end.
6490
6491 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6492
6493 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6494 last change.
6495
6496 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6497
6498 * ps-print.el: Line and paragraph spacing feature. Region to cut
6499 out when printing. Doc fix.
6500 (ps-print-version): New version number (6.5).
6501 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6502 New vars. Line and paragraph spacing feature.
6503 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6504 out when printing.
6505 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6506 (ps-get-font-size, ps-begin-job, ps-continue-line)
6507 (ps-plot-region): Code fix.
6508 (ps-print-prologue-2): Var eliminated.
6509 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6510 New internal vars.
6511 (ps-get-size): New fun.
6512 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6513 (ps-next-line): Replace defun by defsubst.
6514 (ps-mule-plot-string): Autoload doc fix.
6515
6516 * ps-bdf.el: XEmacs compatibility. Doc fix.
6517 (installation-directory, coding-system-for-read): Declare vars if
6518 it's not declared yet.
6519 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6520
6521 * ps-mule.el: XEmacs compatibility. Doc fix.
6522 (leading-code-private-22): Declare var if it's not declared yet.
6523 (charset-bytes, charset-dimension, charset-id, charset-width)
6524 (find-charset-region, split-char, char-width, chars-in-region)
6525 (forward-point, decompose-composite-char, encode-coding-string)
6526 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6527 Define funs if not defined yet.
6528 (encode-composition-rule, find-composition): Define funs if not
6529 loaded yet.
6530 (ps-mule-prologue): PostScript code fix.
6531
6532 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6533
6534 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6535 non-nil, generate font for the header strings.
6536 (ps-mule-prepare-font): Likewise.
6537 (ps-mule-generate-glyphs): Likewise.
6538 (ps-mule-string-encoding): Likewise.
6539 (ps-mule-header-charsets): New variable.
6540 (ps-mule-encode-header-string): New function.
6541 (ps-mule-header-string-charsets): New function.
6542 (ps-mule-begin-job): Check charsets in the header strings. If there
6543 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6544
6545 * ps-print.el (ps-generate-header-line): Encode the header string by
6546 ps-mule-encode-header-string.
6547 (ps-mule-encode-header-string): Declare autoload.
6548
6549 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6550
6551 * frame.el (cursor-in-non-selected-windows):
6552 Replaces show-cursor-in-non-selected-windows.
6553
6554 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6555
6556 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6557 Delete entries for "chinese-py" and "chinese-ziranma".
6558 (quail-misc-package-ext-info): New variable.
6559 (tsang-quick-converter): New function.
6560 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6561 (quick-cns-converter, py-converter, ziranma-converter)
6562 (miscdic-convert, batch-miscdic-convert): New functions.
6563
6564 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6565
6566 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6567 eight-bit-control chars.
6568
6569 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6570 Reduce making temporary vector (suggested by Dave Love).
6571
6572 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6573
6574 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6575 string as well.
6576
6577 2001-03-30 Andreas Schwab <schwab@suse.de>
6578
6579 * files.el (backup-directory-alist): Fix typo.
6580
6581 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6582
6583 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6584 <eggert@twinsun.com>.
6585
6586 2001-03-30 Dave Love <fx@gnu.org>
6587
6588 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6589
6590 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6591
6592 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6593
6594 2001-03-30 Miles Bader <miles@gnu.org>
6595
6596 * subr.el (interactive-form): Fix paren typo.
6597
6598 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6599
6600 * emacs-lisp/profile.el: Say that it's obsolete in the header
6601 line, so that finder.el puts that into its data-base.
6602 Suggested by Alex Schroeder <alex@gnu.org>.
6603
6604 2001-03-29 Paul Eggert <eggert@twinsun.com>
6605
6606 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6607 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6608
6609 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6610
6611 * generic.el (generic-mode-set-comments): Use "" rather than nil
6612 for comment-end.
6613
6614 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6615
6616 * emacs-lisp/advice.el (ad-make-advised-definition):
6617 Call interactive-form to obtain the interactive spec of subrs.
6618
6619 * subr.el (interactive-form): New function.
6620
6621 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6622
6623 * vc-sccs.el (vc-sccs-register): Use relative file names.
6624
6625 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6626
6627 * bookmark.el (bookmark-get-bookmark): Handle case that
6628 BOOKMARK is not a string.
6629
6630 * image.el (image-type-regexps): Change type for PS files
6631 to `postscript'.
6632
6633 * subr.el (read-passwd): Clear command history after each
6634 character entered. From: Stephen Gildea
6635 <gildea@stop.mail-abuse.org>.
6636
6637 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6638
6639 * international/kkc.el (kkc-save-init-file): Locally bind
6640 print-length to nil.
6641
6642 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6643
6644 * textmodes/flyspell.el: Some doc fixes.
6645 (flyspell-maybe-correct-transposition)
6646 (flyspell-maybe-correct-doubling): Use a temporary buffer
6647
6648 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6649
6650 * emacs-lisp/byte-opt.el (byte-optimize-while)
6651 (byte-optimize-form-code-walker): Diagnose too few arguments
6652 for `if' and `while'.
6653
6654 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6655
6656 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6657 Prepend `\' to "\<quail-translation-docstring>".
6658
6659 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6660
6661 * autorevert.el (global-auto-revert-non-file-buffers):
6662 Remove duplicate defcustom.
6663
6664 2001-03-26 Miles Bader <miles@gnu.org>
6665
6666 * international/latin1-disp.el (latin1-char-displayable-p):
6667 Add leading "-" for X font pattern.
6668
6669 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6670
6671 * international/mule-diag.el (describe-coding-system):
6672 For raw-text and emacs-mule, don't add anymore text about what
6673 charsets they can encode.
6674
6675 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6676
6677 * help.el (view-lossage): Mention open-dribble-file in the doc
6678 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6679
6680 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6681
6682 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6683 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6684
6685 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6686
6687 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6688 Call ccl-execute-on-string directly so that CCL program handling
6689 multibyte sequence can work correctly.
6690 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6691 property of the coding system.
6692
6693 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6694
6695 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6696 Fix transcription typo.
6697
6698 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6699
6700 * whitespace.el: Add buffer local variables to toggle testing of
6701 whitespaces in buffers without affecting the default values.
6702 Bump version to 3.0 to account for a few other changes.
6703 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6704 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6705 (whitespace-toggle-spacetab-check): New functions.
6706
6707 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6708
6709 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6710
6711 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6712
6713 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6714 bs-cycle-configuration-name. From Juanma Barranquero
6715 <lektu@uol.com.br>.
6716
6717 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6718 and cc-vars.el.
6719
6720 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6721 headers. Always invoke sendmail with option -t.
6722
6723 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6724
6725 * Release of cc-mode 5.28.
6726
6727 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6728
6729 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6730 Removed the hardcoded switch to "java" style in Java mode.
6731 It's instead taken care of by the default value for c-default-style.
6732
6733 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6734
6735 * cc-align.el (c-lineup-math): Fix bug where lineup was
6736 triggered by equal signs in string literals.
6737
6738 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6739
6740 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6741 limit detection when at the ends of the buffer.
6742
6743 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6744 "for" statement clause in case 7F; a better one is done
6745 earlier in case 7D anyway.
6746
6747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6748
6749 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6750 somewhat more and did a small optimization.
6751
6752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6753
6754 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6755 Use the limit argument only to limit the syntactic context
6756 search, not to limit the actual movement.
6757
6758 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6759 inside multiline strings, just like in comments. Also various
6760 fixes to the paragraph and comment prefix recognition, block
6761 comment ender handling etc.
6762
6763 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6764
6765 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6766 the relative position of the point.
6767
6768 * cc-cmds.el (c-electric-continued-statement): New function to
6769 use as abbrev hook to reindent for keywords such as "else"
6770 that continues an earlier statement.
6771
6772 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6773 like classes.
6774
6775 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6776 (pike-mode): Populate the default abbrev tables to reindent for
6777 keywords such as "else" that can continue earlier statements.
6778 Abbrev mode is therefore turned on by default now. (Note that
6779 this doesn't apply to idl-mode, since IDL afaik doesn't have
6780 statements at all.)
6781
6782 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6783
6784 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6785 bracelists where the declaration contains template arguments.
6786
6787 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6788
6789 * cc-cmds.el (c-comment-indent):
6790 Use `c-get-syntactic-indentation' to correctly calculate the
6791 syntactic indentation. Fixes bug with lineup functions that
6792 return vectors.
6793
6794 * cc-engine.el (c-get-syntactic-indentation): Split the
6795 indentation sum calculation from `c-indent-line' to a separate
6796 function.
6797
6798 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6799
6800 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6801 Fixed places where it was assumed that preprocessor directives
6802 have to start in column zero.
6803
6804 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6805 template arguments after a class identifier properly.
6806
6807 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6808 lists for `new Foo[]' constructs in Java as expressions and
6809 not top level definition brace lists on the top level, so that
6810 they'll get indented consistently with the same type of
6811 expression in a normal block.
6812
6813 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6814
6815 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6816 whether the adaptive filling package fails to keep the comment
6817 prefix is now kludged further to check for filladapt-mode
6818 which doesn't have that problem. This is really icky, but it's
6819 the only way that works with the current misfeatures/bugs in
6820 both adaptive-fill-mode and filladapt-mode.
6821
6822 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6823 around point is recognized more robust.
6824
6825 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6826
6827 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6828 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6829 (c-lit-type): Fixed all internal variables used dynamically so
6830 that they are always bound.
6831
6832 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6833 errors:
6834
6835 (c-indent-region): Fixed reporting of syntactic errors so that
6836 the region is fully reindented even when an error occurs.
6837 The last syntactic error is printed afterwards. Also cleanup up a
6838 whole lot of code that tried to optimize indentation of whole
6839 sexps but in reality accomplishes nothing.
6840
6841 (c-indent-sexp): Use c-indent-region.
6842
6843 (c-parsing-error): Changed this variable to hold the message
6844 for any syntactic error that is discovered.
6845
6846 (c-parse-state): Search backward from point instead of the bod
6847 position when the latter is invalid. This makes CC Mode
6848 recover faster when there are unbalanced close braces.
6849
6850 (c-backward-to-start-of-if): Use c-parsing-error to report
6851 dangling "else" clauses instead of throwing an error, and fall
6852 back to a reasonable position.
6853
6854 (c-indent-line): Added argument to avoid reporting syntactic errors.
6855
6856 (c-show-syntactic-information): Don't report any syntactic errors.
6857
6858 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6859
6860 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6861 paragraph recognition when moving by sentence in literals.
6862
6863 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6864 start regexp for javadoc to recognize javadoc markup in general instead
6865 of a specific set of keywords, to be more future-safe.
6866
6867 (c-Pike-pikedoc-paragraph-start)
6868 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6869 pikedoc markup.
6870
6871 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6872
6873 (pike-mode): Initialize paragraph settings pikedoc recognition.
6874
6875 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6876
6877 (c-comment-prefix-regexp): Made it possible to use an
6878 association list on this to specify mode specific regexps.
6879 The default value now use a special regexp in Pike mode to
6880 recognize pikedoc markup.
6881
6882 (c-current-comment-prefix): New variable containing the actual
6883 regexp from c-comment-prefix-regexp for the current buffer.
6884
6885 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6886
6887 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6888 lists: We can't look at the syntax, since a brace list can get
6889 recognized as a plain statement-cont.
6890
6891 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6892 special brace list opener broken over two lines got recognized
6893 as a statement on the second line. Case 9A changed.
6894
6895 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6896
6897 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6898 adjustment after line is reindented.
6899
6900 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6901
6902 * cc-defs.el (c-point): Added optional argument for position
6903 to use instead of the current point.
6904
6905 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6906 the in-expression block symbols when the construct starts at
6907 boi, to avoid the extra level of indentation in that case.
6908 Cases 4, 16A and 17E affected.
6909
6910 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6911
6912 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6913 calls to `c-indent-line', to adhere better to Emacs conventions.
6914
6915 * cc-engine.el (c-indent-line): Use the syntax already bound
6916 to `c-syntactic-context', if there is any.
6917
6918 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6919
6920 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6921 wasn't added up correctly when a lineup function returned nil.
6922
6923 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6924
6925 * cc-engine.el (c-collect-line-comments): Fixed bug where
6926 empty lines were ignored when collecting line comments backwards.
6927
6928 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6929
6930 * cc-align.el (c-lineup-dont-change): Return an absolute
6931 indentation column to work correctly in the case when several
6932 syntactic elements are processed for the same line.
6933
6934 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6935 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6936 (c-set-offset): Added absolute indentation column settings by
6937 using the vector type.
6938
6939 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6940
6941 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6942 Implemented two new cleanups `space-before-funcall' and
6943 `compact-empty-funcall'.
6944
6945 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6946
6947 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6948 helping building regexps.
6949
6950 * cc-engine.el (c-on-identifier): New function for detecting
6951 identifiers. It takes keywords into account.
6952
6953 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6954 lists. `c-keywords' is set to a regexp matching all keywords
6955 in the current language.
6956
6957 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6958
6959 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6960 list of characters to skip backwards over at the beginning of
6961 a statement, since it can precede string literals in Pike.
6962
6963 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6964
6965 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6966 recognition when standing on the last line in a C++ comment
6967 with nothing but whitespace after the prefix.
6968
6969 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6970 given no limit argument.
6971
6972 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6973
6974 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6975 recognition for the `[]= operator symbol in Pike.
6976
6977 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6978
6979 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6980 around a bug in `eval-when-compile' in the byte compiler.
6981
6982 * cc-engine.el (c-forward-token-1): Fixed bug with return
6983 value when count is zero and there's no token start within the limit.
6984
6985 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6986 "prefix comments", i.e. comments which are followed by code on
6987 the same line.
6988
6989 * cc-mode-19.el: Fixes so that checks that must be done at
6990 compile time also are done then.
6991
6992 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6993
6994 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6995 time and at runtime, and only when it's needed.
6996
6997 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6998
6999 Major cleanup for less error prone and more warning free
7000 compilation, including some fixes for bugs due to different
7001 compilation orders. Thanks to Martin Buchholz for providing
7002 the basis for all this.
7003
7004 * cc-bytecomp.el: New file that provides some byte compilation
7005 features: It ensures that files always are loaded from the
7006 current source directory during compilation, and it provides a
7007 set of macros to turn off specific compiler warnings for
7008 specific symbols. (It's not CC Mode specific in any way.)
7009
7010 Fixed a nearly acyclic dependency tree (both runtime and
7011 compile-time) between all files.
7012
7013 * cc-defs.el: Separated all macros before the inline functions,
7014 to ensure correct compilation.
7015
7016 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
7017 cc-defs.el to cc-engine.el and made it a function instead.
7018
7019 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
7020 about char-after.
7021
7022 * cc-vars.el: Cope even when there isn't a custom package
7023 containing defcustom available.
7024
7025 * cc-make.el: Removed since it's no longer necessary.
7026
7027 README: Updated installation instructions.
7028
7029 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7030
7031 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7032 improve the modularity: Moved all mode init stuff from
7033 cc-langs.el to cc-mode.el, including the keymap
7034 initialization; cc-langs now only contains the various
7035 variables for configuring the language syntax.
7036
7037 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7038 (c-get-offset): Moved from cc-styles to cc-engine since file
7039 dependency analysis suggests they belong there (which also
7040 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7041
7042 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7043
7044 * cc-cmds.el (c-fn-region-is-active-p): New function that
7045 wraps the corresponding macro, for use in places that aren't
7046 compiled. Thanks to Martin Buchholz for pointing out this.
7047
7048 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7049
7050 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7051 add things to the bug report.
7052
7053 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7054
7055 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7056 returned prefix could contain a newline when the search for a
7057 good prefix line failed.
7058
7059 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7060
7061 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7062 (c-toggle-auto-hungry-state): Made the argument optional, as
7063 the documentation says it is.
7064
7065 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7066
7067 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7068 multiline string syntax, #"...", as a cpp macro.
7069
7070 2001-03-21 Paul Eggert <eggert@twinsun.com>
7071
7072 * international/mule-cmds.el (set-locale-environment):
7073 Set system-messages-locale and system-time-locale, but only if the
7074 caller specifies a non-nil locale name.
7075
7076 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7077
7078 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7079 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7080
7081 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7082
7083 * follow.el (follow-avoid-tail-recenter): Doc fix.
7084
7085 * custom.el (custom-set-variables): Avoid reversing the list
7086 of args needlessly.
7087
7088 * startup.el (fancy-splash-head): Don't change the colors of the
7089 XPM image on a dark background.
7090
7091 * comint.el (comint-exec-1): Set columns of the terminal to
7092 window-width instead of frame-width.
7093
7094 * info.el (Info-scroll-down): Add missing WINDOW arg for
7095 pos-visible-in-window-p.
7096
7097 * ehelp.el (electric-help-mode-hook): Add defcustom.
7098
7099 * mail/sendmail.el (mail-mode): Activate case-folding in
7100 font-lock-defaults.
7101
7102 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7103
7104 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7105 (completion-ignored-extensions): Remove duplicate ".class".
7106
7107 2001-03-19 Andreas Schwab <schwab@suse.de>
7108
7109 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7110 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7111
7112 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7113
7114 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7115 methods since there are not prefix input methods.
7116
7117 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7118
7119 * international/mule-cmds.el (read-input-method-name):
7120 Locally bind enable-recursive-minibuffers to t.
7121
7122 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7123
7124 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7125
7126 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7127
7128 * ediff-util.el: Copyright years.
7129 (ediff-choose-syntax-table): New function.
7130 (ediff-setup): Use ediff-choose-syntax-table.
7131
7132 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7133 with-syntax-table.
7134
7135 * ediff.el: Date of last update, copyright years.
7136
7137 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7138
7139 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7140 of Scott Bronson.
7141 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7142 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7143 Deleted functions.
7144 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7145 ex-token-list.
7146
7147 * viper-util.el: Spaces, indentation.
7148
7149 * viper.el: Changed version, modification time.
7150
7151 2001-03-16 John Wiegley <johnw@gnu.org>
7152
7153 * calendar/timeclock.el (timeclock-workday-remaining):
7154 Check whether `discrep' is non-null before using it.
7155
7156 2001-03-16 John Wiegley <johnw@gnu.org>
7157
7158 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7159 first-time checkins.
7160 (timeclock-log-data): Fixed problem with reading timelog log file.
7161 Resulting data in the "day list" was incorrect.
7162 (timeclock-find-discrep): Check if `timeclock-file' is readable
7163 before opening it.
7164 (timeclock-time-less-p): New function.
7165 (timeclock-day-base): New function.
7166 (timeclock-geometric-mean): New function.
7167 (timeclock-generate-report): Generate a summary report based on
7168 the contents of the log file. This uses `timeclock-log-data', and
7169 is an example of writing a timelog manipulation function.
7170 (timeclock-visit-timelog): A quick command for opening the timelog
7171 file.
7172 (timeclock-log-data): Bound the variable event.
7173
7174 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7175
7176 * international/mule-cmds.el (select-safe-coding-system):
7177 Fix typo: symbol-name -> symbol-value.
7178
7179 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7180 before substitute-in-file-name to handle double slashes in FILE
7181 correctly.
7182
7183 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7184
7185 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7186 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7187
7188 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7189
7190 * bindings.el (features): Add `md5' and `overlay' to the list.
7191
7192 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7193 bound before using it. It's not bound when configured without X,
7194 for instance.
7195
7196 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7197
7198 * progmodes/hideshow.el: Update copyright.
7199 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7200 (hs-minor-mode-hook): Include `:version' in defcustom form.
7201
7202 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7203
7204 * help.el (string-key-binding): Don't call event-start on
7205 a non-list.
7206
7207 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7208
7209 * startup.el (fancy-splash-tail, command-line-1): Fix the
7210 copyright year.
7211
7212 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7213
7214 * term.el: These changes are based on a patch sent from Yong Lu
7215 <lyongu@yahoo.com>.
7216 (term-set-escape-char): Bind M-x to execute-extended-command in
7217 term-raw-escape-map.
7218 (term-move-columns): Don't try to move to negagive column.
7219 (term-emulate-terminal): Insert a string before deleting a text to
7220 overwrite.
7221
7222 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7223
7224 * play/life.el (life): Rearrange code so that all calls to
7225 life-display-generation are in a catch-form.
7226
7227 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7228 file that isn't interesting. In an interesting file, push the old
7229 value of point on the mark ring.
7230
7231 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7232 New function.
7233 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7234 Use it.
7235
7236 * emacs-lisp/autoload.el (generate-file-autoloads):
7237 Remove warning about line lengths.
7238
7239 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7240
7241 * progmodes/etags.el (tags-compression-info-list): New variable.
7242 (find-tag-in-order): Use it to deal with compressed source files.
7243 (tag-file-name-match-p): New function.
7244 (etags-recognize-tags-table): Use it for better match of file names.
7245
7246 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7247
7248 * international/mule-cmds.el (register-input-method): Doc fix.
7249
7250 * international/quail.el (quail-translate-key): Fix condition to
7251 check if there's another breaking point in the current key.
7252
7253 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7254
7255 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7256 Babyl header to the newly-created output file, bind
7257 coding-system-for-write to either rmail-file-coding-system or
7258 emacs-mule-unix.
7259
7260 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7261
7262 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7263 Fix the name and regexp used for subsubsections.
7264
7265 2001-03-10 Dave Love <fx@gnu.org>
7266
7267 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7268 and save-buffer if buffer-file-name non-nil. From rms.
7269
7270 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7271
7272 * vc.el (vc-do-command): If the destination buffer is already
7273 current, don't set it up and don't erase it. Updated doc string
7274 to reflect that.
7275 (vc-version-diff): When doing a single file diff, don't switch to the
7276 *vc-diff* buffer before the command. This is to preserve local
7277 variable bindings that might affect the diff command.
7278 (vc-print-log): Don't switch to the *vc* buffer before the
7279 command, so that local variable bindings are preserved.
7280
7281 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7282 not the current buffer.
7283 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7284
7285 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7286 make output go to buffer *vc*, not the current buffer.
7287
7288 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7289
7290 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7291 so ^, $, *, ? and + are interpreted correctly.
7292
7293 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7294
7295 * help.el (string-key-binding): Renamed from
7296 mode-line-key-binding. Handle any event on a string.
7297 Check for `keymap' properties as well as `local-map' properties.
7298
7299 * comint.el (comint-insert-clicked-input): Use the last key
7300 from this-command-keys to lookup the global key definition.
7301
7302 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7303
7304 * international/characters.el: Add category `j' for
7305 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7306
7307 * international/mule-conf.el (no-conversion): Fix docstring.
7308 (raw-text): Fix docstring.
7309
7310 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7311
7312 * simple.el (choose-completion-string): When not leaving the
7313 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7314 is set.
7315
7316 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7317 parameter `(minibuffer . t)'.
7318
7319 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7320
7321 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7322 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7323 (sh-mode): Remove `make-local-variable' for unused var
7324 `font-lock-unfontify-region-function'.
7325
7326 2001-03-07 Richard M. Stallman <rms@gnu.org>
7327
7328 * info.el (Info-scroll-down): Fix previous change.
7329
7330 * mail/rmail.el (rmail-toggle-header): Use a window which
7331 is showing the Rmail buffer, rather than the selected window.
7332
7333 2001-03-07 Dave Love <fx@gnu.org>
7334
7335 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7336 now, to avoid problems with binding imenu directly to a mouse event.
7337
7338 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7339
7340 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7341 second arg t.
7342
7343 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7344
7345 * log-edit.el (log-edit-common-indent): New var.
7346 (log-edit-set-common-indentation): Renamed from
7347 log-edit-delete-common-indentation. Use the new var.
7348 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7349
7350 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7351 (cvs-mode-add-change-log-entry-other-window):
7352 Don't presume change-log-default-name is defined.
7353
7354 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7355
7356 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7357 the "tree" operation as well.
7358
7359 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7360
7361 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7362 to match paragraph-start.
7363
7364 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7365 comment-start-skip and set comment-end-skip as well.
7366 (sgml-comment-indent): Fix for new value of comment-start-skip.
7367 (html-autoview-mode): Don't bother using make-local-hook.
7368
7369 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7370
7371 * cus-edit.el (custom-save-delete): Move in front of local
7372 variables, otherwise long Custom entries would make them ineffective.
7373
7374 * uniquify.el: Set maintainer to FSF.
7375
7376 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7377
7378 * dired-aux.el (dired-do-shell-command): Doc fix.
7379
7380 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7381
7382 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7383
7384 * which-func.el (which-func-modes): Add cperl-mode.
7385 (which-func-mode-global): Use define-minor-mode.
7386
7387 * info-look.el: Docstring fixes and dead code eliminated.
7388 (cperl-mode): Add support.
7389 (emacs-lisp-mode): List all entries from elisp manual, whether
7390 or not they are currently (f)bound or not. Update regexp.
7391
7392 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7393
7394 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7395 so that C-h m shows the correct information.
7396 Use make-local-variable rather than make-variable-buffer-local.
7397 (cperl-info-buffer, cperl-setup-tmp-buf):
7398 Use make-local-variable rather than make-variable-buffer-local.
7399 (cperl-msb-fix, cperl-get-help-defer):
7400 Check major-mode for `cperl-mode' as well.
7401
7402 * progmodes/cperl-mode.el: Updated to author version 4.23.
7403 (cperl-electric-pod): SYNOPSIS was misspelled.
7404 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7405 (cperl-after-expr-p): Make true after __END__.
7406
7407 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7408
7409 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7410 bookmark-completion-ignore-case is t.
7411
7412 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7413 switch, like xterm, and concat resource strings, with a newline
7414 between them.
7415
7416 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7417
7418 * international/codepage.el (cp770-decode-table)
7419 (cp773-decode-table, cp774-decode-table): New variables.
7420
7421 * man.el (Man-hyphenated-reference-regexp): New variable.
7422 (Man-build-references-alist): Use it to search for referenced
7423 manpages. If hyphenated is non-nil, record a concatenated word in
7424 Man-refpages-alist only if it matches Man-reference-regexp.
7425 Update word's length when it is concatenated. Reverse the list,
7426 to get the first manpage at the head.
7427 (Man-possibly-hyphenated-word): New function.
7428 (Man-follow-manual-reference): Use it instead of current-word to
7429 find a manpage at point, in a way that accounts for hyphenated
7430 references.
7431
7432 2001-03-06 Alex Schroeder <alex@gnu.org>
7433
7434 * sql.el (sql-interbase): New function.
7435 (sql-interbase-program): New option.
7436 (sql-interbase-options): New option.
7437 And some typos fixed: "customise" to "customize".
7438
7439 2001-03-06 Dave Love <fx@gnu.org>
7440
7441 * textmodes/flyspell.el (flyspell-region):
7442 Set up flyspell-local-mouse-map.
7443
7444 2001-03-05 Richard M. Stallman <rms@gnu.org>
7445
7446 * mail/rmail.el (rmail-retry-failure):
7447 Don't call rmail-beginning-of-message.
7448 Don't discard From: field. Do discard Received: field.
7449 Use unwind-protect to re-prune.
7450 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7451
7452 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7453
7454 * international/quail.el (quail-title): Add autoload cookie.
7455
7456 2001-03-05 Dave Love <fx@gnu.org>
7457
7458 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7459 new defs.
7460
7461 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7462
7463 * language/ethio-util.el (ethio-toggle-space):
7464 Update current-input-method-title if necessary.
7465 (ethio-toggle-punctuation): Likewise.
7466
7467 * international/quail.el (quail-title): Fix for the case that a
7468 title of an input method is specified by a list of the same form
7469 as used in mode-line-format.
7470
7471 * international/mule-cmds.el (activate-input-method):
7472 If current-input-method-title is set by activating INPUT-METHOD,
7473 respect that value.
7474
7475 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7476
7477 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7478
7479 2001-03-05 Alex Schroeder <alex@gnu.org>
7480
7481 * sql.el (sql-sybase): Fix typo (was: query user about server two
7482 times instead of server and database).
7483
7484 * sql.el (sql-sybase): Doc change.
7485 (sql-mysql): Doc change.
7486 (sql-postgres): Doc change.
7487
7488 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7489
7490 * international/mule-conf.el (emacs-mule, raw-text):
7491 Docstring modified.
7492
7493 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7494
7495 * term/internal.el: Update copyright notice.
7496
7497 * term/pc-win.el: Update copyright notice.
7498
7499 2001-03-02 Dave Love <fx@gnu.org>
7500
7501 * files.el (insert-file-contents-literally):
7502 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7503 not jka-compr-compression-info-list.
7504
7505 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7506
7507 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7508 spaces in default comment-start-skip settings rather than \s-.
7509
7510 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7511
7512 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7513 default-frame-alist as well.
7514
7515 2001-03-01 Dave Love <fx@gnu.org>
7516
7517 * textmodes/reftex.el (defvar): Wrap some defvars in
7518 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7519
7520 * subr.el (event-basic-type): Doc fix.
7521
7522 * international/quail.el: Doc fixes.
7523
7524 * international/utf-8.el: Doc fixes.
7525
7526 * international/mule-cmds.el: Doc fixes.
7527 (leim-list-header): Fix header text.
7528
7529 * international/mule.el (coding-system-category): Doc fix.
7530
7531 * international/ccl.el (ccl-compile): Doc fix.
7532
7533 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7534
7535 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7536 rather than (before|after)-change-functions.
7537
7538 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7539
7540 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7541 scroll-left and scroll-right being called interactively so that
7542 they set the window's min_hscroll.
7543
7544 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7545
7546 * info.el (info-insert-file-contents-1): Accept an additional
7547 argument `lfn': if it is non-nil, concatenate `filename' and
7548 `suffix'; otherwise use the complicated MS-DOS code.
7549 All callers changed.
7550 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7551 can access long file names, try the long file-name version of
7552 `info-insert-file-contents-1', then the short file-name version.
7553
7554 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7555
7556 * language/ethio-util.el (setup-ethiopic-environment-internal):
7557 Change bindings of functions keys to conform to "Emacs Lisp Coding
7558 Convention".
7559
7560 * language/ethiopic.el ("Ethiopic"): Add documentation.
7561
7562 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7563
7564 * international/utf-8.el (mule-utf-8): Set coding-category
7565 property to coding-category-utf-8.
7566
7567 2001-02-27 Richard M. Stallman <rms@gnu.org>
7568
7569 * lpr.el (lpr-page-header-switches, print-region-1):
7570 Undo 2000-07-06 change.
7571 (lpr-add-switches): Default to t on gnu/linux.
7572
7573 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7574
7575 * bs.el (bs-attributes-list): Doc fix.
7576
7577 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7578
7579 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7580
7581 * help.el (view-order-manuals): Use goto-address.
7582
7583 * startup.el (command-line-1): Add info about ordering manuals
7584 to the not so fancy splash screens.
7585
7586 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7587
7588 * vc.el (vc-default-workfile-unchanged-p)
7589 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7590
7591 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7592
7593 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7594 fontify in the right buffer.
7595
7596 * allout.el (outline-flag-region): Move macro in front of first
7597 use to avoid a run-time error.
7598
7599 2001-02-24 Andrew Innes <andrewi@gnu.org>
7600
7601 * makefile.w32-in: Fix copyright notice.
7602
7603 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7604
7605 * international/utf-8.el (mule-utf-8): Set correct value for
7606 valid-codes property.
7607
7608 * international/fontset.el (x-complement-fontset-spec): In the
7609 case that we use ASCII font for the other charsets, use only
7610 family and registry part of it.
7611
7612 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7613
7614 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7615 (shrink-window-if-larger-than-buffer): Doc fix.
7616
7617 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7618
7619 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7620 predicate passed to completing-read.
7621
7622 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7623
7624 * startup.el (command-line): Fix last change.
7625
7626 2001-02-23 Jason Rumney <jasonr@gnu.org>
7627
7628 * startup.el (tool-bar-originally-present): New variable.
7629 (command-line): Set it if the tool-bar is switched on at startup.
7630
7631 * frame.el (frame-notice-user-settings): Only adjust frame height
7632 for no tool-bar case if tool-bar was originally switched on.
7633 From E. Jay Berkenbilt.
7634
7635 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7636
7637 * server.el (server-switch-buffer): Only switch window if the
7638 current one is dedicated.
7639
7640 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7641 rather than using (match-beginning 0) when searching for break point.
7642
7643 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7644
7645 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7646 @ follows an accent command such as @'. Support optional braces
7647 in commands that insert accents, like makeinfo does.
7648
7649 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7650
7651 * startup.el (fancy-splash-text): Add a line for ordering
7652 manuals. Reverse order of splash screens shown.
7653 (use-fancy-splash-screens-p): Adapt to the text line added.
7654
7655 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7656 manuals from the FSF.
7657
7658 * help.el (view-order-manuals): New function.
7659 (toplevel): Bind C-h C-m to this function.
7660
7661 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7662
7663 * newcomment.el (comment-forward): Skip the comment-start before
7664 searching for the comment-end.
7665
7666 2001-02-21 Dave Love <fx@gnu.org>
7667
7668 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7669
7670 * international/mule-cmds.el, international/mule.el: Doc fixes.
7671
7672 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7673
7674 * startup.el (fancy-splash-screens): Use display-hourglass
7675 instead of display-busy-cursor.
7676
7677 * frame.el (display-hourglass): Renamed from busy-cursor.
7678 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7679 (show-cursor-in-non-selected-windows): Doc fix.
7680
7681 2001-02-20 Dave Love <fx@gnu.org>
7682
7683 * international/utf-8.el: Doc and commentary fixes.
7684
7685 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7686
7687 * ehelp.el (with-electric-help): Doc fix.
7688
7689 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7690
7691 * msb.el (msb-mode): Call the update-buffers function explicitly
7692 with a FORCE argument.
7693
7694 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7695 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7696 returns nil.
7697
7698 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7699
7700 * ps-print.el: Timestamp package replacement. Some enhancements.
7701 Some XEmacs compatibility. Doc fix.
7702 (ps-print-version): New version number (6.4).
7703 (ps-printer-name): Initialization fix.
7704 (ps-zebra-stripe-follow): Funcionality enhancement.
7705 (ps-prologue-file): Code enhancement.
7706 (ps-right-header): Timestamp package replacement.
7707 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7708 (ps-get-page-dimensions)
7709 (ps-generate-header, ps-begin-file, ps-begin-job)
7710 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7711 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7712 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7713 (coding-system-for-write): Var declaration (XEmacs compatibility).
7714
7715 2001-02-20 Miles Bader <miles@gnu.org>
7716
7717 * image-file.el (image-file-name-extensions): Add "tif".
7718
7719 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7720
7721 * wid-edit.el (widget-button-click): Save the selected window
7722 around the code handling clicks on buttons.
7723
7724 2001-02-18 Dave Love <fx@gnu.org>
7725
7726 * imenu.el (imenu--generic-function): Use mapc to iterate over
7727 syntax characters.
7728
7729 2001-02-17 Richard M. Stallman <rms@gnu.org>
7730
7731 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7732
7733 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7734
7735 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7736
7737 * mouse.el (mouse-save-then-kill): If the distance from the new
7738 point to the mark is equal to the distance of point from the new
7739 point, move point instead of the mark.
7740
7741 2001-02-16 Dave Love <fx@gnu.org>
7742
7743 * textmodes/flyspell.el (flyspell-get-word): Return string without
7744 properties.
7745
7746 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7747
7748 * generic.el (generic-find-file-regexp): Doc fix.
7749 (generic-ignore-files-regexp): New defcustom.
7750 (generic-mode-find-file-hook): If the file's name matches the
7751 regexp in `generic-ignore-files-regexp', don't enter
7752 default-generic-mode. Doc fix.
7753
7754 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7755
7756 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7757 Add autoload cookies.
7758
7759 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7760 of cal-tex-24.
7761
7762 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7763
7764 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7765
7766 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7767 the character class after the (optional) drive, to support file
7768 names with embedded blanks.
7769
7770 2001-02-15 Sam Steingold <sds@gnu.org>
7771
7772 * textmodes/tex-mode.el (tex-shell-running):
7773 Check the process buffer too.
7774
7775 2001-02-15 Dave Love <fx@gnu.org>
7776
7777 * battery.el (battery-status-function): Fix doc, :type.
7778
7779 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7780
7781 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7782
7783 * subr.el (read-passwd): Clear Lisp memory holding password.
7784
7785 2001-02-15 Miles Bader <miles@gnu.org>
7786
7787 * info.el (Info-copy-current-node-name): New function.
7788 (Info-mode-menu): Add it to the menu.
7789
7790 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7791
7792 * international/mule-cmds.el (toggle-input-method): Doc fix.
7793
7794 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7795
7796 * replace.el (occur): Stop at end of buffer.
7797
7798 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7799
7800 * international/mule-cmds.el (set-input-method): Another doc fix.
7801
7802 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7803
7804 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7805
7806 2001-02-13 Miles Bader <miles@gnu.org>
7807
7808 * faces.el (set-face-background, set-face-foreground)
7809 (set-face-stipple): Treat a value of nil as being `unspecified'.
7810
7811 2001-02-12 Dave Love <d.love@dl.ac.uk>
7812
7813 * international/latin1-disp.el: Doc fixes.
7814 (latin1-display) <defgroup>: Add :link.
7815 (latin1-display) <function>: Set variable latin1-display.
7816
7817 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7818
7819 * international/mule-cmds.el (set-input-method): Doc fix.
7820
7821 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7822
7823 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7824 (speedbar-line-file): Return nil if not a file.
7825 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7826
7827 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7828
7829 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7830 for remote files.
7831 (ediff-coding-system-for-read): Replaced the no-conversion default
7832 with raw-text.
7833
7834 * ediff-init.el: Removed :version from defcustom vars.
7835
7836 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7837 Better handling of the diff mode.
7838
7839 * ediff.texi: Added ediff-coding-system-for-read.
7840
7841 * viper.texi: Fix typos.
7842
7843 2001-02-11 Dave Love <fx@gnu.org>
7844
7845 * shadowfile.el: Doc fixes.
7846 (shadow) <defgroup>: Add :link.
7847 (shadowfile-unload-hook): New function.
7848 (shadow-initialize): Use defalias, not fset.
7849 (shadow-define-cluster, shadow-define-literal-group)
7850 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7851
7852 * international/mule.el: Doc and message fixes.
7853
7854 * international/ccl.el (define-ccl-program): Doc fix.
7855
7856 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7857
7858 * faces.el (mode-line): Set :line-width property to -1.
7859
7860 2001-02-10 Richard M. Stallman <rms@gnu.org>
7861
7862 * complete.el (partial-completion-mode): Doc fix.
7863
7864 * simple.el (delete-key-deletes-forward-mode):
7865 Change `let' to `let*' to fix gross bug in last change.
7866
7867 * repeat.el (repeat): Don't let execute-kbd-macro alter
7868 real-last-command.
7869
7870 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7871
7872 * simple.el (eval-expression): Doc fix.
7873
7874 2001-02-09 Dave Love <fx@gnu.org>
7875
7876 * imenu.el (imenu-generic-expression): Doc fix.
7877
7878 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7879 From Juanma Barranquero.
7880
7881 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7882
7883 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7884
7885 * faces.el (set-face-attribute): Describe the case of a negative
7886 value specified for :line-width.
7887
7888 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7889
7890 * which-func.el (which-func-mode): Invert which-func-mode-global.
7891 From Juanma Barranquero <lektu@uol.com.br>.
7892
7893 2001-02-08 Dave Love <fx@gnu.org>
7894
7895 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7896 widget-plist-value-type.
7897 (widget-alist-convert-widget): Replace binding of
7898 widget-alist-value-type.
7899
7900 * textmodes/paragraphs.el (sentence-end): Doc fix.
7901
7902 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7903 Remove `backward-line'.
7904
7905 * play/pong.el (pong-blank-color, pong-bat-color)
7906 (pong-ball-color, pong-border-color, pong-left-key)
7907 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7908 (pong-pause-key, pong-resume-key, pong-timer-delay):
7909 * mail/mh-comp.el (mh-compose-letter-function):
7910 * eshell/esh-mode.el (eshell-skip-prompt-function):
7911 * emulation/viper-ex.el (ex-unix-type-shell-options):
7912 * recentf.el (recentf-menu-filter):
7913 * ps-print.el (ps-print-region-function):
7914 * lpr.el (print-region-function):
7915 * forms.el (forms-mode-hooks):
7916 * dirtrack.el (dirtrack-directory-change-hook):
7917 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7918 * textmodes/spell.el (spell-filter):
7919 * textmodes/fill.el (adaptive-fill-function):
7920 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7921 * progmodes/etags.el (find-tag-default-function):
7922 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7923 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7924
7925 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7926
7927 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7928 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7929 Meyering <jim@meyering.net>.
7930
7931 * loadup.el: Revert last change.
7932
7933 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7934
7935 * international/mule.el (transform-make-coding-system-args):
7936 Make it work also for coding systems not using CCL.
7937
7938 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7939
7940 * simple.el (previous-matching-history-element)
7941 (next-matching-history-element): Doc fix.
7942
7943 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7944 specific part.
7945
7946 2001-02-06 Dave Love <fx@gnu.org>
7947
7948 * add-log.el (add-log-current-defun-function)
7949 (add-log-buffer-file-name-function, add-log-file-name-function):
7950 Fix :type.
7951 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7952
7953 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7954
7955 * info.el (info-initialize): Remove the test for system-type when
7956 invocation-directory is non-nil.
7957
7958 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7959 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7960
7961 2001-02-06 Andrew Innes <andrewi@gnu.org>
7962
7963 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7964 absolute.
7965
7966 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7967
7968 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7969 buffers. When hi-lock turned on rather than only checking current
7970 buffer for regexps, all buffers are checked. Moved activation of
7971 font-lock to hi-lock-refontify. When font-lock turned off rather
7972 than removing added highlighting just in current buffer, remove it
7973 in all buffers. Changed edit menu text from "Automatic
7974 Highlighting" to "Regexp Highlighting" Documentation for
7975 highlighting phrases, minor documentation changes.
7976 (hi-lock-set-file-patterns): Execute only if there are new or
7977 existing file patterns.
7978 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7979 unfontify and, if a support mode is active, will not refontify the
7980 whole buffer. If necessary, turn on font lock. (Removed
7981 font-lock-unfontify and font-lock support-mode-specific calls,
7982 such as lazy-lock-fontify-window.)
7983 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7984 patterns are found. Not useful now since find-file-hook is removed
7985 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7986 (hi-lock-face-phrase-buffer): New function. Also added related
7987 menu item and keybinding.
7988 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7989 (hi-lock-process-phrase): New function.
7990 (hi-lock-line-face-buffer): Doc fixes.
7991 (hi-lock-face-buffer): Doc fixes.
7992 (hi-lock-unface-buffer): Doc fixes.
7993
7994 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7995
7996 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7997 dabbrev-ignored-regexps.
7998
7999 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8000
8001 * simple.el (kill-line): Doc fix.
8002
8003 2001-02-05 Dave Love <fx@gnu.org>
8004
8005 * loadup.el: Revert last two changes -- bootstrapping works with
8006 regenerated loaddefs.
8007
8008 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
8009
8010 * isearch.el (isearch-forward): Doc fix.
8011
8012 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
8013 of font-lock-defaults to backward-paragraph.
8014
8015 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8016
8017 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
8018 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
8019
8020 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8021
8022 * ebnf2ps.el: Eliminate time-stamp functions.
8023 (ebnf-version): New version (3.5).
8024 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8025 format-time-string.
8026
8027 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8028
8029 * simple.el (next-line): Goto end-of-line before inserting a newline.
8030
8031 2001-02-05 Miles Bader <miles@gnu.org>
8032
8033 * image-file.el (insert-image-file): When visiting an image, also
8034 set `truncate-lines' to t so that any fringe arrow looks correct.
8035
8036 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8037
8038 * isearch.el (isearch-forward): Add description about input method
8039 in the docsting.
8040
8041 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8042
8043 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8044
8045 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8046
8047 * info.el (info-initialize): If installation-directory is nil, for
8048 DOS/Windows systems try looking in a sibling of invocation-directory.
8049
8050 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8051
8052 * wid-edit.el (widget-button-click): Fix last change.
8053
8054 * frame.el (frame-notice-user-settings): When resizing the initial
8055 frame because the tool bar is off, also change the frame's top
8056 position if a negative top position was specified.
8057
8058 2001-02-02 Miles Bader <miles@gnu.org>
8059
8060 * image-file.el (insert-image-file): When visiting an image,
8061 suppress the cursor in the image buffer.
8062
8063 2001-02-01 Dave Love <fx@gnu.org>
8064
8065 * progmodes/f90.el (f90-mode): Remove startup message.
8066
8067 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8068
8069 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8070
8071 * startup.el (command-line): Fix code determining whether or not
8072 to use delete-key-deletes-forward-mode.
8073
8074 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8075
8076 * vc.el (vc-diff-switches): New user option.
8077 (vc-version-diff): Use it.
8078 (vc-diff-switches-list): New macro.
8079
8080 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8081 New customization options.
8082 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8083
8084 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8085
8086 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8087
8088 * msb.el (toplevel): Quote hook symbols.
8089
8090 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8091
8092 * international/mule.el (make-coding-system): Add description
8093 about recognized properties in the docstring.
8094
8095 * international/mule-conf.el: Remove unused charsets
8096 mac-roman-lower and mac-roman-upper.
8097
8098 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8099
8100 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8101 is in front of the left-margin, if any.
8102
8103 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8104 like `delete'.
8105
8106 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8107
8108 * term/w32-win.el (mouse-set-font): Doc fix.
8109
8110 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8111
8112 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8113 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8114 on already.
8115
8116 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8117
8118 * files.el (save-buffer): Don't give message if (buffer-file-name)
8119 returns nil.
8120
8121 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8122
8123 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8124
8125 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8126 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8127
8128 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8129 display problems.
8130
8131 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8132
8133 * international/mule.el (charset-info): Fix docstring.
8134
8135 * international/mule-diag.el (describe-character-set): Check final
8136 char valid before printing it.
8137
8138 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8139
8140 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8141
8142 * frame.el (frame-notice-user-settings): Do the tool-bar
8143 stuff only for graphical displays. Fix a braino.
8144
8145 * frame.el (frame-initialize): Create initial frame visible.
8146 (frame-notice-user-settings): When tool-bar has been switched off,
8147 correct the frame size and sync tool-bar-mode.
8148
8149 * startup.el (command-line): Remove manipulation of frame
8150 height for tool bars.
8151
8152 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8153
8154 * lpr.el: Compatibility with XEmacs and doc fixes.
8155 (lpr-windows-system, lpr-lp-system): New vars.
8156 (lpr-printer-switch): New defcustom.
8157 (printer-name, lpr-command): Customization fix.
8158 (print-region-1): Code fix.
8159 (print-region-new-buffer, printify-region): Indentation fix.
8160 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8161 New functions.
8162
8163 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8164
8165 * msb.el (toplevel): Fix the eval-after-load.
8166
8167 2001-01-29 Dave Love <fx@gnu.org>
8168
8169 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8170
8171 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8172
8173 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8174 (tcl-using-emacs-19-23): Consider Emacs 21+.
8175 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8176 (tcl-add-emacs-menu): Supply menu name.
8177 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8178
8179 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8180
8181 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8182
8183 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8184
8185 * pcvs.el (cvs-mark-fis-dead): New function.
8186 (cvs-mode-add): Use it.
8187 (cvs-mode-add-change-log-entry-other-window):
8188 Rebind change-log-default-name to itself rather than to nil.
8189
8190 2001-01-29 Sam Steingold <sds@gnu.org>
8191
8192 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8193 `autoload' statements.
8194
8195 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8196
8197 * files.el (confirm-kill-emacs): Doc fix.
8198
8199 * frame.el (frame-initialize): Doc fix.
8200
8201 * time-stamp.el (time-stamp-string): Doc fix.
8202
8203 * woman.el (WoMan-log-1): Make the log buffer writable.
8204 From Markus Rost <rost@math.ohio-state.edu>.
8205
8206 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8207
8208 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8209 the `make-variable-buffer-local'.
8210
8211 2001-01-29 Dave Love <fx@gnu.org>
8212
8213 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8214 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8215 Add autoload cookie.
8216 (ansi-color-apply-sequence): Fix typo.
8217
8218 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8219
8220 * menu-bar.el (menu-bar-files-menu): Add menu items for
8221 Postscript printing in black and white.
8222
8223 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8224 X-Mailman-Version, Precedence, List-Help, List-Post,
8225 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8226 Content-Type, Content-Length.
8227
8228 2001-01-29 Dave Love <fx@gnu.org>
8229
8230 * elide-head.el (elide-head): Make overlay evaporate.
8231
8232 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8233
8234 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8235
8236 * isearch.el (isearch-highlight): Don't punt if the display
8237 doesn't support colors, since isearch faces are defined for
8238 monochrome displays as well.
8239
8240 2001-01-27 Sam Steingold <sds@gnu.org>
8241
8242 * shell.el (shell-write-history-on-exit): Make sure that we are in
8243 the shell buffer (M-x tex-file RET inserted the error message into
8244 the TeX buffer).
8245
8246 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8247
8248 * simple.el (transient-mark-mode): Doc fix.
8249
8250 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8251
8252 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8253
8254 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8255
8256 * shell.el (shell-unquote-argument): If the shell is one of the
8257 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8258 quote character.
8259 (shell-dumb-shell-regexp): Document that the shells which match
8260 this regexp are supposed to not treat a backslash as a quote character.
8261
8262 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8263 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8264
8265 2001-01-27 Richard M. Stallman <rms@gnu.org>
8266
8267 * dabbrev.el (dabbrev--substitute-expansion):
8268 Treat a one-capital-letter abbrev as "not all upper case",
8269 so as to force preservation of the expansion's pattern
8270 if the expansion starts with a capital letter.
8271
8272 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8273
8274 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8275 Doc fix.
8276
8277 * simple.el (transient-mark-mode): Document the fact that many
8278 commands act on the region when mark is active.
8279
8280 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8281
8282 * international/quail.el (quail-setup-completion-buf): Make the
8283 multibyteness of current buffer inherited to Quail completion buffer.
8284 (quail-show-guidance-buf): Make the multibyteness of current
8285 buffer inherited to Quail guidance buffer.
8286 (quail-help): Make the multibyteness of current buffer inherited
8287 to Quail help buffer.
8288
8289 2001-01-26 Dave Love <fx@gnu.org>
8290
8291 * time-stamp.el: Doc fixes.
8292
8293 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8294 (delphi-keyword-face, delphi-other-face): Fix :type.
8295
8296 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8297
8298 * mail/feedmail.el (feedmail): Add :link.
8299 (feedmail-send-it): Doc fix.
8300
8301 * mail/sendmail.el: Doc fixes.
8302 (sendmail-send-it): Fix the non-ASCII regexp and use
8303 rfc2047-encode-string.
8304
8305 * dired.el, dired-aux.el: Revert last change.
8306
8307 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8308
8309 * makefile.w32-in (DONTCOMPILE): Add various term files.
8310
8311 2001-01-26 Dave Love <fx@gnu.org>
8312
8313 * Makefile.in (DONTCOMPILE): Add various term files.
8314
8315 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8316
8317 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8318
8319 * startup.el (display-startup-echo-area-message): Make sure
8320 the echo area is resized to fit the size of the startup message.
8321
8322 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8323 part of which is a constant.
8324
8325 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8326
8327 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8328
8329 2001-01-26 Richard M. Stallman <rms@gnu.org>
8330
8331 * simple.el (next-line): Don't let `newline' expand abbrevs.
8332 Simplify slightly.
8333 (open-line): Don't let `newline' expand abbrevs.
8334
8335 2001-01-25 John Wiegley <johnw@gnu.org>
8336
8337 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8338 to `repeat' in the :type field.
8339
8340 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8341 allow a choice of regexp or nil.
8342 (pcomplete-dir-ignore): Same.
8343
8344 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8345 a command) to always fail.
8346
8347 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8348
8349 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8350 discard the result.
8351 (iswitchb-to-end): Likewise.
8352
8353 2001-01-25 Sam Steingold <sds@gnu.org>
8354
8355 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8356 Require vc.
8357
8358 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8361
8362 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8363
8364 2001-01-25 Dave Love <fx@gnu.org>
8365
8366 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8367 (describe-coding-system): Tweak the English text.
8368
8369 * loadup.el: Preload international/ccl for utf-8.
8370
8371 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8372
8373 * mail/rmail.el (rmail-redecode-body): Doc fix.
8374
8375 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8376
8377 * international/mule-cmds.el (reset-language-environment):
8378 Reset coding-category-utf-8 to mule-utf-8.
8379
8380 * international/mule-conf.el (coding-category-utf-8):
8381 Initialize to mule-utf-8.
8382
8383 * loadup.el: Preload international/utf-8.
8384
8385 * international/utf-8.el: New file.
8386
8387 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8388
8389 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8390
8391 2001-01-24 Sam Steingold <sds@gnu.org>
8392
8393 * dired.el (dired-replace-in-string): Removed.
8394 (dired-sort-toggle): Use `replace-regexps-in-string'
8395 instead of `dired-replace-in-string'.
8396
8397 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8398 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8399
8400 * gs.el (gs-replace-in-string): Removed.
8401 (gs-options): Use `replace-regexps-in-string'
8402 instead of `gs-replace-in-string'.
8403
8404 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8405
8406 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8407 bug report is mailed to an email list and posted to a news group.
8408
8409 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8410
8411 * comint.el (comint-replace-by-expanded-history-before-point):
8412 Fix change of 2000-08-03 to move point to the start of the line again.
8413
8414 * startup.el (tool-bar-images-pixel-height): New variable.
8415 (command-line): After loading the user's init file, when
8416 tool-bar-mode is on, increase the frame's size by some lines for
8417 the tool-bar.
8418
8419 * frame.el (frame-initialize): Create the initial frame invisible.
8420
8421 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8422
8423 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8424 (chinese-big5): MIME:Big5.
8425
8426 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8427
8428 * international/mule-cmds.el (universal-coding-system-argument):
8429 Handle commands with prefix args.
8430
8431 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8432
8433 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8434 being a list of numbers.
8435 (diary-mail-entries): Rewritten.
8436
8437 2001-01-23 Dave Love <fx@gnu.org>
8438
8439 * international/mule.el (make-coding-system): Fix typo.
8440
8441 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8442 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8443
8444 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8445
8446 * font-lock.el (font-lock-mode): Doc fix.
8447
8448 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8449
8450 * international/mule.el (make-translation-table): Fix docstring.
8451
8452 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8453
8454 * mail/rmail.el (rmail-redecode-body): New function.
8455
8456 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8457
8458 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8459
8460 * isearch.el (isearch-lazy-highlight-case-fold-search)
8461 (isearch-lazy-highlight-regexp): New variables.
8462 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8463 case-fold search or regexp search has been toggled.
8464
8465 * wid-edit.el (widget-button-click): Avoid a save-excursion
8466 around running a global binding.
8467
8468 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8469 to 0.25.
8470
8471 2001-01-20 Miles Bader <miles@gnu.org>
8472
8473 * cus-edit.el (custom-face-save): Do post-processing on the face's
8474 new value like `custom-face-set' does.
8475
8476 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8477
8478 * mail/emacsbug.el (report-emacs-bug): Report the value of
8479 LC_CTYPE, not LC_TYPE.
8480
8481 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8482 isearch-toggle-regexp and isearch-edit-string to doc string.
8483
8484 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8485
8486 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8487 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8488
8489 * jit-lock.el (jit-lock-fontify-now): Don't bind
8490 font-lock-beginning-of-syntax-function to nil.
8491
8492 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8493
8494 * mail/emacsbug.el (report-emacs-bug): Report values of
8495 locale-coding-system, default-enable-multibyte-characters, and the
8496 environment variables LC_ALL, LC_TYPE, and LANG.
8497
8498 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8499
8500 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8501
8502 * font-lock.el (font-lock-multiline): Default to nil.
8503 (font-lock-default-fontify-region): If font-lock-multiline is
8504 nil, don't check the property `font-lock-multiline'.
8505
8506 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8507 is nil, don't check the `font-lock-multiline' text property.
8508
8509 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8510
8511 * viper.el: Call initial-major-mode on startup.
8512
8513 * ediff.el (ediff-patch-file): Use better defaults.
8514
8515 * ediff-vers.el: Fix for 8+3 DOS file systems.
8516
8517 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8518
8519 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8520 diff mode, if available.
8521
8522 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8523
8524 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8525
8526 * ediff-init.el (subst-char-in-string): Define and use it, unless
8527 it's already defined.
8528
8529 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8530
8531 * tooltip.el (tooltip-hide-delay): New user-option.
8532 (tooltip-show): Use tooltip-hide-delay instead of the default.
8533
8534 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8535
8536 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8537 kill-local-variable doesn't work for enable-multibyte-characters.
8538
8539 2001-01-17 Dave Love <fx@gnu.org>
8540
8541 * ediff-init.el (ediff-before-setup-hook)
8542 (ediff-merge-filename-prefix): Add :version.
8543
8544 * international/latin1-disp.el: Require disp-table.
8545 (latin1-display): Fix :set.
8546
8547 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8548
8549 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8550
8551 * isearch.el (isearch-lazy-highlight-initial-delay)
8552 (isearch-lazy-highlight-interval): Default to 0.
8553
8554 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8555
8556 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8557 1 here rather than each time through
8558 isearch-lazy-highlight-new-loop.
8559 (isearch-lazy-highlight-max): Variable deleted.
8560 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8561 isearch-lazy-highlight-max but controls a single invocation of
8562 isearch-lazy-highlight-update.
8563 (isearch-lazy-highlight-wrapped): Variable recreated.
8564 (isearch-lazy-highlight-window-start): New variable.
8565 (isearch-lazy-highlight-cleanup): Restored to behavior of
8566 before 2-Jan.
8567 (isearch-lazy-highlight-remove-overlays): Function deleted;
8568 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8569 behavior removed.
8570 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8571 isearch-lazy-highlight-update in a loop rather than just once.
8572 Test isearch-invalid-regexp here and decide not to start a new
8573 loop, rather than testing it each time through
8574 isearch-lazy-highlight-update.
8575 (isearch-lazy-highlight-search): Function restored.
8576 (isearch-lazy-highlight-update): Get called in a timer loop again,
8577 but this time highlight more than one match each time through.
8578 Only highlight matches in the visible part of the window.
8579 Start at point, move in the direction of the search, and wrap around at
8580 the edge of the window. Use sit-for to force redisplay and ensure
8581 window-start is credible. "Face suppressing" behavior removed;
8582 overlay priorities should make it unnecessary, right?
8583 (isearch-highlight): Face suppressing behavior removed.
8584 (isearch-dehighlight): Face suppressing behavior removed.
8585 (isearch-set-lazy-highlight-faces-at): Removed.
8586
8587 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8588
8589 * language/european.el ("Latin-1"): Make the format of description
8590 about additional language environments same as that of Latin-2.
8591
8592 2001-01-16 Dave Love <fx@gnu.org>
8593
8594 * isearch.el (isearch-lazy-highlight): Add :version.
8595
8596 * simple.el (backward-delete-char-untabify-method)
8597 (next-line-add-newlines): Add :version.
8598
8599 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8600
8601 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8602 Don't bind <delete> otherwise.
8603
8604 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8605 and <delete> via function-key-map.
8606
8607 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8608 Subject line only if point is after the `Subject:'.
8609
8610 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8611
8612 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8613 japanese-jisx0213-2 in `charset' property of this lang. env.
8614
8615 * language/european.el ("Latin-1"): Add description for Dutch and
8616 Spanish lang. env.
8617
8618 * international/mule.el (decode-char): Fix conditions.
8619 (encode-char): Handle eight-bit-control too.
8620 (transform-make-coding-system-args): New function.
8621 (make-coding-system): Accept XEmacs style arguments for CCL base
8622 coding system.
8623
8624 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8625
8626 * progmodes/etags.el (find-tag-noselect): Save the value of
8627 tags-file-name before switching buffers, for the case it has a
8628 buffer-local value.
8629
8630 2001-01-15 Alex Schroeder <alex@gnu.org>
8631
8632 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8633 From Dave Love <fx@gnu.org>.
8634 (ansi-color-for-comint-mode): Fix :version.
8635
8636 2001-01-15 Alex Schroeder <alex@gnu.org>
8637
8638 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8639
8640 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8641
8642 * dired.el (dired-insert-directory): If file-system-info fails,
8643 remove the " free " part, but don't signal an error.
8644
8645 2001-01-12 Sam Steingold <sds@gnu.org>
8646
8647 * bookmark.el (bookmark-maybe-historicize-string):
8648 Use new backquote syntax.
8649
8650 2001-01-12 Richard M. Stallman <rms@gnu.org>
8651
8652 * subr.el (last): Handle a list that doesn't end in nil.
8653
8654 2001-01-12 Sam Steingold <sds@gnu.org>
8655
8656 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8657 to `backward-delete-char-untabify'.
8658
8659 2001-01-12 Dave Love <fx@gnu.org>
8660
8661 * cus-edit.el (customize-menu-create): Fix the :filter following
8662 easymenu change.
8663
8664 * wid-edit.el (function): Add :match-alternatives.
8665 (widget-color-action): Doc fix.
8666
8667 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8668
8669 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8670
8671 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8672
8673 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8674
8675 * international/ccl.el (define-ccl-program): Fix docstring.
8676
8677 2001-01-11 Dave Love <fx@gnu.org>
8678
8679 * international/mule-cmds.el (standard-display-european-internal):
8680 Set display table for 2208 as for 160.
8681
8682 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8683
8684 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8685 entry for custom-menu-create change.
8686 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8687 don't cons it in the search loop.
8688
8689 * imenu.el (imenu--truncate-items): Revert last change.
8690
8691 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8692
8693 * info.el (Info-setup-header-line): If the node header includes
8694 either Next: or Prev: links, don't show the File: and Node: parts
8695 in the header line.
8696
8697 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8698
8699 * comint.el (comint-goto-process-mark): Don't print a message
8700 when running in batch mode.
8701
8702 * isearch.el (isearch-search): In the condition-case handler for
8703 `error', set isearch-invalid-regexp to the whole error message.
8704
8705 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8706 ensure that eval-after-load works for files dumped with Emacs.
8707
8708 * help.el (load-symbol-file-load-history): New function extracted
8709 from function symbol-file.
8710 (symbol-file): Use it.
8711
8712 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8713
8714 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8715
8716 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8717 behave as if there were no prefix argument.
8718 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8719 argument were nil.
8720
8721 2001-01-11 Richard M. Stallman <rms@gnu.org>
8722
8723 * isearch.el (isearch-lazy-highlight-update):
8724 Don't look for more potential matches once maximum is exceeded.
8725 Use overlays-in to check correctly for overlap with current match.
8726 Ignore empty matches.
8727
8728 2001-01-11 Miles Bader <miles@gnu.org>
8729
8730 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8731 (ispell-overlay-window, ispell-help, ispell-show-choices)
8732 (ispell-command-loop): Use it instead of `window-height'.
8733
8734 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8735
8736 * files.el (confirm-kill-emacs): New user-option.
8737 (save-buffers-kill-emacs): Ask for final confirmation before
8738 killing Emacs.
8739
8740 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8741 to nil.
8742
8743 2001-01-10 Dave Love <fx@gnu.org>
8744
8745 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8746
8747 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8748
8749 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8750
8751 * calculator.el (calculator-number-digits): Fix :type.
8752
8753 * vc-cvs.el (vc-cvs-header): Fix :type.
8754 * vc-rcs.el (vc-rcs-header): Fix :type.
8755 * vc-sccs.el (vc-sccs-header): Fix :type.
8756
8757 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8758
8759 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8760
8761 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8762
8763 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8764
8765 * simple.el (set-variable): Force a thorough redisplay for the
8766 case that the variable has an effect on the display, like
8767 `tab-width' has.
8768
8769 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8770
8771 * vc.el: Add documentation for backend interface.
8772
8773 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8774
8775 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8776
8777 * international/mule-conf.el (latin-extra-code-table): Set to t
8778 for \223 and \224.
8779
8780 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8781
8782 * international/mule-cmds.el (locale-language-names): Map "es" to
8783 "Spanish" and "nl" to "Dutch".
8784
8785 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8786
8787 * bindings.el (global-map): Bind <home> to beginning-of-line,
8788 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8789 C-<end> to end-of-buffer.
8790
8791 * language/european.el: Add Dutch and Spanish language info
8792 to be able to use the appropriate tutorials.
8793
8794 2001-01-09 Alex Schroeder <alex@gnu.org>
8795
8796 * ansi-color.el (ansi-color-process-output): Use markers instead
8797 of positions for start and end of region.
8798 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8799 Previously, occasional mistakes happend when fontifying many
8800 chunks of output (eg. ls --color=yes /dev). This happened
8801 whenever an overlay was created up to the end of the region, which
8802 coincided with the process-mark. New text would then be added
8803 within that overlay instead of after it.
8804 (ansi-color-make-extent): Overlays are created with the property
8805 `modification-hooks' set to '(ansi-color-freeze-overlay).
8806 (ansi-color-freeze-overlay): New function. When inserting text at
8807 the end of the overlay, the overlay will resize.
8808
8809 2000-01-09 Alex Schroeder <alex@gnu.org>
8810
8811 * ansi-color.el (ansi-color-process-output): Doc change.
8812 (ansi-color-unfontify-region): Doc change. No longer installed
8813 automatically in font-lock-unfontify-region-function.
8814 (ansi-color-apply): Doc change.
8815 (ansi-color-apply-on-region): Use extents or overlays instead of
8816 text-properties.
8817 (ansi-color-make-extent): New function.
8818 (ansi-color-set-extent-face): New function.
8819
8820 2000-01-09 Alex Schroeder <alex@gnu.org>
8821
8822 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8823 both use ansi-color-process-output, now.
8824 (ansi-color-process-output): Doesn't return string anymore. It is
8825 installed in comint-output-filter-functions for both Emacs and
8826 XEmacs, now.
8827 (ansi-color-unfontify-region): Simplified code removing variables
8828 pos and start-ansi.
8829 (ansi-color-apply): Put text-property ansi-color before putting
8830 text-property face because ansi-color-unfontify-region is called
8831 immediately after the call to put-text-property.
8832 (ansi-color-context-region): Doc change.
8833 (ansi-color-filter-region): Simplified code.
8834 (ansi-color-apply-on-region): Changed start to start-marker, using
8835 a marker explicitly. Put text-property ansi-color before putting
8836 text-property face because ansi-color-unfontify-region is called
8837 immediately after the call to put-text-property.
8838
8839 2000-01-09 Alex Schroeder <alex@gnu.org>
8840
8841 * ansi-color.el (ansi-color-faces-vector): Doc change.
8842 (ansi-color-for-comint-mode): Changed :type property to choice.
8843 (ansi-color-last-context): Removed.
8844 (ansi-color-process-output): Don't use ansi-color-last-context, as
8845 the main functions will store their context now.
8846 (ansi-color-context): Doc change.
8847 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8848 Uses ansi-color-context such that repeated calls will strip
8849 partial escape sequences, too.
8850 (ansi-color-apply): Simplified code. Colorize end of string if
8851 face is not null. Store context in new (FACE STRING) format, such
8852 that repeated calls will strip partial escape sequences, too.
8853 Append faces to face property using ansi-color-apply-sequence such
8854 that cumulative mode actually works.
8855 (ansi-color-context-region): New variable.
8856 (ansi-color-filter-region): Rewrote it based on
8857 ansi-color-apply-on-region. Uses ansi-color-context-region such
8858 that repeated calls will strip partial escape sequences, too.
8859 (ansi-color-apply-on-region): Simplified code. Colorize end of
8860 region if face is not null. Store context in new (FACE POS)
8861 format, such that repeated calls will strip partial escape
8862 sequences, too. Append faces to face property using
8863 ansi-color-apply-sequence such that cumulative mode actually works.
8864 (ansi-color-apply-sequence): New function.
8865 (ansi-color-get-face): When the default face is added to the list
8866 of faces, all previous settings are discarded and the list of
8867 faces is set to '(default).
8868
8869 2000-01-09 Alex Schroeder <alex@gnu.org>
8870
8871 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8872 face, such that ansi-color-apply and ansi-color-apply-on-region
8873 will do the right thing.
8874 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8875 returns nil, set the list of faces back to nil instead of
8876 appending the result of ansi-color-get-face to the front of the list.
8877
8878 2000-01-09 Alex Schroeder <alex@gnu.org>
8879
8880 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8881 (ansi-color-process): Doc change.
8882 (ansi-color-last-context): New buffer-local variable.
8883 (ansi-color-process-output): New function. It is automatically
8884 added to comint-output-filter-functions if this is XEmacs.
8885 (ansi-color-unfontify-region): New optional parameter for XEmacs
8886 compatibility. Check wether font-lock-syntactic-keywords is
8887 boundp before removing the syntax table text property, as XEmacs
8888 doesn't have it.
8889 (ansi-color-filter-region): Doc change.
8890 (ansi-color-apply-on-region): Doc change.
8891 (ansi-color-make-face): New function. Compatibility layer for
8892 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8893 (ansi-color-make-color-map): Use ansi-color-make-face.
8894 (ansi-color-get-face): Avoid face text property '(nil) as results
8895 in an errow for XEmacs.
8896
8897 2000-01-09 Alex Schroeder <alex@gnu.org>
8898
8899 * ansi-color.el (ansi-color-unfontify-region): New function.
8900 Uses text-property ansi-color in order to preserve fontification by
8901 ansi-color. When the package is loaded, a lambda expression is
8902 put onto font-lock-mode-hook. This lambda expression will check
8903 font-lock-unfontify-region-function and replace
8904 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8905 (ansi-color-apply): Add text-property ansi-color in addition to
8906 text-property face.
8907 (ansi-color-apply-on-region): Add text-property ansi-color in
8908 addition to text-property face.
8909 (save-buffer-state): Copy of the macro that is also used by
8910 lazy-lock and font-lock.
8911
8912 (ansi-color-for-comint-mode): New option.
8913 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8914 (ansi-color-for-comint-mode-off): Ditto.
8915 (ansi-color-for-comint-mode-filter): Ditto.
8916 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8917 decide what to do. This function is added to
8918 comint-preoutput-filter-functions when the package is loaded.
8919
8920 (ansi-color-for-shell-mode-set): Removed.
8921 (ansi-color-for-shell-mode): Removed.
8922
8923 2000-01-09 Alex Schroeder <alex@gnu.org>
8924
8925 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8926 the lambda expression from the ansi-color-for-shell-mode :set
8927 property. Additionally, modify shell-mode-hook to enable or
8928 disable font-lock-mode for future shell buffers.
8929 (ansi-color-for-shell-mode): The :set property calls
8930 ansi-color-for-shell-mode-set instead of a lambda expression.
8931
8932 2000-01-09 Alex Schroeder <alex@gnu.org>
8933
8934 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8935 (ansi-color-context): New variable.
8936 (ansi-color-apply): Save context between calls.
8937
8938 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8939
8940 * isearch.el (isearch, isearch-lazy-highlight-face):
8941 New definitions for face colors and attributes.
8942
8943 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8944 of display-mouse-p.
8945
8946 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8947
8948 * international/mule.el (make-coding-system): If the coding system
8949 accepts extra latin codes, register such codes as safe for the
8950 coding system.
8951
8952 2001-01-08 Richard M. Stallman <rms@gnu.org>
8953
8954 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8955 don't mention the file name or the date here, because they are
8956 logged at the start of the file.
8957
8958 2001-01-08 Richard M. Stallman <rms@gnu.org>
8959
8960 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8961 Change screen-width to frame-width.
8962
8963 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8964
8965 * info.el (Info-search): Print the default as part of the prompt.
8966
8967 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8968
8969 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8970 constant implementations in backends.
8971
8972 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8973 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8974
8975 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8976 WRITABLE to EDITABLE.
8977
8978 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8979 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8980 to EDITABLE.
8981
8982 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8983
8984 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8985 (copyright, copyright-update): Compute the current year at run time.
8986
8987 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8988
8989 * isearch.el (isearch-old-signal-hook): Removed.
8990 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8991 instead of setting signal-hook-function.
8992 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8993
8994 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8995
8996 * emulation/edt.el: Update to version 4.0. Provide support for
8997 EDT scroll margins at top and bottom of the window. Provide an
8998 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8999 default). Enhance edt-quit, bound to GOLD-q by default, to warn
9000 user when file-related buffer modifications exist.
9001 Provide support for running EDT Emulation in XEmacs.
9002 Provide customize access to some user updatable variables.
9003 Add Commentary section to file header.
9004 Fixed a few minor bugs and cleaned up some code.
9005
9006 * emulation/edt-mapper.el: Update to version 4.0. Provide support
9007 for detecting a keypress that generates an ASCII key sequence.
9008 (Previously, only a keypress that generates a vector was
9009 recognized.) Embed Window Manager name into name of the generated
9010 EDT Emulation initialization file since the initialization file is
9011 Window Manager specific. Add Commentary section to file header.
9012
9013 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9014
9015 * mail/sendmail.el (mail-mode): Doc fix.
9016
9017 * info.el (Info-goto-emacs-command-node): Doc fix.
9018 (Info-goto-emacs-key-command-node): Doc fix.
9019
9020 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9021
9022 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
9023 systems without long file-name support.
9024
9025 2001-01-06 Andrew Innes <andrewi@gnu.org>
9026
9027 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9028
9029 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9030
9031 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9032 (isearch-lazy-highlight-update): Doc fix.
9033
9034 * ffap.el (ffap-bindings): Doc fix.
9035
9036 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9037
9038 2001-01-05 Dave Love <fx@gnu.org>
9039
9040 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9041
9042 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9043
9044 * mouse-drag.el (mouse-drag-safe-scroll):
9045 Bind scroll-preserve-screen-position to nil.
9046
9047 * isearch.el (isearch-old-signal-hook): New variable.
9048 (isearch-mode): Set signal-hook-function to isearch-done.
9049 (isearch-done): Restore old signal-hook-function.
9050
9051 * info.el (Info-fontify-node): Mark one more char as intangible.
9052
9053 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9054
9055 * composite.el (compose-last-chars): New argument COMPONENTS.
9056 If it is non-nil, compose preceding characters by compose-region with
9057 COMPONENTS.
9058
9059 * international/quail.el (quail-input-string-to-events): New function.
9060 (quail-input-method): Convert input string to events here.
9061 (quail-start-translation): Return input string, not event list.
9062 (quail-start-conversion): Likewise.
9063
9064 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9065
9066 * tooltip.el (tooltip-cancel-delayed-tip)
9067 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9068 and tooltip-add-timeout.
9069 (tooltip-show): Set border color from faces's foreground.
9070 (tooltip-show-help-function): If called with the same help string
9071 as last time, do nothing.
9072 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9073
9074 * startup.el (fancy-splash-screens): Don't bind show-help-function
9075 to nil.
9076
9077 * tooltip.el (tooltip-frame-parameters): Remove colors.
9078 (tooltip): New face
9079 (tooltip-set-param): New function.
9080 (tooltip-show): Set up color frame parameters from face `tooltip'.
9081 Display the tooltip text in face `tooltip'.
9082
9083 2001-01-04 Dave Love <fx@gnu.org>
9084
9085 * whitespace.el (whitespace-global-mode): Fix typo.
9086
9087 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9088
9089 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9090
9091 * help.el (help-for-help): Fix a typo in a doc string.
9092 From kwzh@gnu.org (Karl Heuer).
9093
9094 2001-01-03 Dave Love <fx@gnu.org>
9095
9096 * dired-x.el: Doc fixes. Maintainer change.
9097 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9098 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9099 (dired-guess-shell-alist-user): Customize.
9100 (dired-x-help-address): Set to bug-gnu-emacs.
9101 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9102 (dired-default-directory): Renamed from default-directory.
9103
9104 * hl-line.el (hl-line): Doc fix.
9105
9106 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9107
9108 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9109
9110 2001-01-02 Richard M. Stallman <rms@gnu.org>
9111
9112 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9113 to remove all the current alternative-match highlighting.
9114 If nil, remove only what's outside the current window.
9115 (isearch-lazy-highlight-remove-overlays): Take optional
9116 region within which NOT to remove them.
9117 (isearch-lazy-highlight-new-loop): Greatly simplified.
9118 (isearch-lazy-highlight-update): Find all the other occurrences
9119 visible in the window, in just one call.
9120 (isearch-lazy-highlight-start): Now holds start of region to scan.
9121 (isearch-lazy-highlight-end): Now holds end of region to scan.
9122 (isearch-lazy-highlight-wrapped): Variable deleted.
9123 (isearch-lazy-highlight-search): Function deleted.
9124
9125 2000-01-02 Andrew Innes <andrewi@gnu.org>
9126
9127 * w32-fns.el (convert-standard-filename): Do length check on name
9128 before aref.
9129
9130 2001-01-02 Dave Love <fx@gnu.org>
9131
9132 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9133 value.
9134 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9135
9136 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9137
9138 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9139 read syntax.
9140
9141 * calendar/todo-mode.el (todo): Add :link, :version.
9142 (todo-save-top-priorities): Remove autoload cookie.
9143 (todo-add-category, todo-add-item-non-interactively)
9144 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9145
9146 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9147
9148 * comint.el (comint-input-history-ignore): New variable.
9149 (comint-read-input-ring): Ignore entries matching
9150 comint-input-history-ignore.
9151
9152 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9153
9154 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9155 (lm-copyright-mark): New function.
9156 (lm-crack-copyright): New function.
9157 (lm-verify): Check that the file has a copyright.
9158 Check that the file is copyright Free Software Foundation.
9159
9160 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9161
9162 * international/mule-diag.el (print-fontset): Indent font name by
9163 24 columns, not 25.
9164
9165 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9166
9167 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9168 in Subject line.
9169
9170 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9171 Use mail-mode-hook instead of mail-setup-hook.
9172 Otherwise continuing an interrupted message with C-u C-x m for
9173 instance, winds up in Mail mode without abbrevs.
9174
9175 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9176
9177 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9178 non-nil. Adding almost all customization variables on ps-setup.
9179 Doc fix.
9180 (ps-print-version): New version number (6.3.3).
9181 (ps-end-with-control-d): Initialization fix.
9182 (ps-lines-printed): New var.
9183 (ps-skip-newline): New fun.
9184 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9185 (ps-next-line, ps-continue-line, ps-plot-region)
9186 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9187
9188 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9189
9190 * international/fontset.el (x-complement-fontset-spec):
9191 Resolve ASCII font name so that the same family name is used for fonts
9192 registered in x-font-name-charset-alist.
9193 (create-fontset-from-fontset-spec): Adjusted for the above change.
9194 The name of fontset alias should be a unresolved ASCII font name.
9195
9196 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9197
9198 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9199 and delete in isearch-mode-map.
9200
9201 2000-12-28 Richard M. Stallman <rms@gnu.org>
9202
9203 * dired-x.el (dired-guess-shell-alist-default):
9204 Use xpdf instead of acroread.
9205
9206 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9207
9208 * textmodes/artist.el (artist-butlast): Deleted.
9209 (artist-ellipse-mirror-quadrant): Use butlast instead of
9210 artist-butlast.
9211
9212 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9213
9214 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9215
9216 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9217
9218 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9219
9220 * ls-lisp.el: Better support for the Mac and MS-Windows.
9221 (ls-lisp): New defgroup.
9222 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9223 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9224 (ls-lisp-support-shell-wildcards): New defcustoms.
9225 (ls-lisp-parse-symlink): New function.
9226 (insert-directory): Code to convert switches to a list and set up
9227 the wildcard argument copied from ls-lisp-insert-directory.
9228 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9229 for -C and -R switches.
9230 (ls-lisp-column-format): New function.
9231 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9232 (ls-lisp-format-time): Add doc strings.
9233 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9234 Support ls-lisp-dirs-first.
9235 (ls-lisp-classify, ls-lisp-extension): New functions.
9236 (ls-lisp-format): Optionally support emulation of symlinks.
9237 Support -i, -s, and -G switches.
9238
9239 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9240
9241 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9242
9243 * version.el (emacs-version): Print X scroll bar information.
9244
9245 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9246 instead of x-toolkit-scroll-bars-p.
9247
9248 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9249 of x-toolkit-scroll-bars-p.
9250
9251 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9252
9253 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9254 (ffap-bindings): Doc fix, to reflect the above change.
9255
9256 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9257
9258 * term.el (term-char-mode): Define all non-ascii self-inserting
9259 characters to 'term-send-raw in term-raw-map.
9260
9261 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9262
9263 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9264
9265 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9266 Changed initialization; use add-hook.
9267 (ediff-file-remote-p): Use file-local-copy.
9268
9269 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9270
9271 * ediff.el (ediff-patch-buffer): Bug fix.
9272 (ediff-revision): Allow selection of the file at the prompt.
9273
9274 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9275
9276 * subr.el (combine-run-hooks): Remove.
9277
9278 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9279 and remove the rogue second spec.
9280
9281 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9282
9283 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9284
9285 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9286
9287 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9288 Use minibuffer menu prompt for the `=' prefix.
9289 (smerge-command-prefix): Change default to C-^.
9290 (smerge-mode): Don't assume font-lock doesn't move point.
9291
9292 * skeleton.el (skeleton-internal-1): Make sure the first line of
9293 the region is also re-indented.
9294 (skeleton-end-newline): New var.
9295 (skeleton-end-hook): Use it.
9296
9297 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9298
9299 * comint.el (comint-password-prompt-regexp): Support CVS.
9300
9301 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9302
9303 * simple.el (delete-key-deletes-forward-mode): Simplify.
9304 Also backspace key combinations, depending on
9305 delete-key-deletes-forward.
9306
9307 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9308
9309 * simple.el (delete-key-deletes-forward): Doc fix.
9310
9311 2000-08-22 Emmanuel Briot <briot@gnat.com>
9312
9313 * xml.el (top level comment): Updated to reflect the fact that
9314 white spaces are relevant in the XML file.
9315 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9316 to parse was already edited. This allows for on-the-fly analysis
9317 of XML files.
9318 (xml-parse-tag): Check that the casing is the same in the start
9319 tag and end tag, since XML is case-sensitive. Allows for spaces
9320 in the end tag, after the name of the tag.
9321 (xml-parse-attlist): Allow for the character '-' in the name of
9322 attributes, as in the standard http-equiv attribute Do not save
9323 the properties in the XML tree, since they are not relevant.
9324
9325 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9326
9327 * generic.el (generic-read-type): Undo last change, inline into
9328 `generic-mode' and then remove.
9329 (generic-mode): Inline generic-read-type.
9330 (define-generic-mode): Push the symbol name rather than the symbol
9331 onto generic-mode-list.
9332
9333 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9334
9335 * generic.el (generic-read-type): Build an alist for
9336 completing-read as in 20.7.
9337
9338 * play/landmark.el (lm): Use interactive spec `P'.
9339 (toplevel): Don't set debug-on-error.
9340
9341 * server.el (server-switch-buffer): Choose a window on a visible frame.
9342
9343 2000-12-21 Dave Pearson <davep@davep.org>
9344
9345 * quickurl.el: Commentry change, I've moved my web site.
9346
9347 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9348
9349 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9350 ranges like \177-\237, but accepts the character sequence from \177 to
9351 \237. Doc fix.
9352 (ebnf-version): New version (3.4).
9353 (ebnf-setup): Code fix.
9354 (ebnf-range-regexp): New fun.
9355 (ebnf-8-bit-chars): Const fix.
9356
9357 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9358 entry. Doc fix.
9359 (ebnf-bnf-lex): Code fix.
9360 (ebnf-bnf-comment-chars): Const fix.
9361
9362 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9363 entry. Doc fix.
9364 (ebnf-iso-comment-chars): Const fix.
9365
9366 * ebnf-otz.el: Doc fix.
9367
9368 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9369 entry. Doc fix.
9370 (ebnf-yac-skip-code): Code fix.
9371 (ebnf-yac-comment-chars): Const fix.
9372
9373 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9374
9375 * files.el (insert-directory-safely): New function.
9376 (recover-file): Use it instead of insert-directory.
9377 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9378
9379 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9380
9381 * international/mule-cmds.el (select-safe-coding-system):
9382 Check coding-category-list more rigidly. Improve help message.
9383
9384 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9385
9386 2000-12-21 Miles Bader <miles@gnu.org>
9387
9388 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9389
9390 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9391
9392 * international/mule-diag.el (describe-char-after): Make *Help*
9393 buffer inherit multibyteness of the current buffer.
9394
9395 * international/mule.el (make-char): Docstring adjusted for the
9396 change of make-char-internal.
9397
9398 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9399
9400 * international/iso-cvt.el: Docstrings fix.
9401
9402 2000-12-20 Dave Love <fx@gnu.org>
9403
9404 * subr.el (eval-after-load): Doc fix.
9405
9406 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9407
9408 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9409 for numbers.
9410
9411 2000-12-20 Miles Bader <miles@gnu.org>
9412
9413 * international/quail.el (quail-help): Resize the help window
9414 again after it has all its contents. Remove unneeded progn.
9415
9416 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9417
9418 * pcmpl-linux.el: Fix copy/paste error.
9419
9420 2000-12-19 Andrew Innes <andrewi@gnu.org>
9421
9422 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9423
9424 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9425
9426 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9427
9428 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9429
9430 * progmodes/idlw-shell.el: Fixed copyright notice.
9431
9432 * progmodes/idlwave.el: Fixed copyright notice.
9433
9434 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9435 TAB as key separators.
9436
9437 2000-12-19 Alex Schroeder <alex@gnu.org>
9438
9439 * sql.el (sql-sybase-options): New option.
9440 (sql-sybase): Use it. Add sql-database to the list of parameters
9441 provided for login. The options -w 2048 -n are not used any more.
9442 (sql-postgres-options): Changed default from "--pset" to "-P".
9443 (sql-mysql-options): Doc change.
9444 (sql-stop): Doc change.
9445
9446 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9447
9448 * international/quail.el (quail-input-method): Always hide
9449 the guidance buffer on exiting.
9450
9451 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9452
9453 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9454 isn't fboundp.
9455
9456 * server.el (server-buffer-done): Bury the buffer before
9457 killing it.
9458
9459 * faces.el (face-spec-set): Interpret a nil in specs for
9460 foreground and background colors as `unspecified', for
9461 compatibility with 20.x.
9462
9463 2000-12-18 Dave Love <fx@gnu.org>
9464
9465 * simple.el (mail-user-agent): Doc fix.
9466 (input-mode-8-bit): Removed.
9467
9468 * international/mule.el (set-keyboard-coding-system): Doc fix.
9469 (keyboard-coding-system): New option.
9470
9471 * mail/sendmail.el (send-mail-function): Customize.
9472
9473 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9474
9475 * international/codepage.el (cp866-decode-table): New table.
9476
9477 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9478
9479 * version.el (emacs-version): Remove `%a' from the time format
9480 because the weekday doesn't fit well into each locale.
9481
9482 2000-12-18 Miles Bader <miles@gnu.org>
9483
9484 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9485
9486 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9487 Check that emacs-major-version is `=' to 20, not `>='.
9488 (artist-replace-chars): Use `make-string' instead of a loop.
9489
9490 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9491
9492 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9493 (cvs-execute-single-file): Don't change directory.
9494 Patch from Per Cederqvist.
9495
9496 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9497
9498 * textmodes/ispell.el (check-ispell-version):
9499 If `ispell-program-name' is "aspell", pass it the -v switch instead
9500 of -vv.
9501
9502 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9503
9504 * international/mule-diag.el (mule-diag): Insert information about
9505 configure options, multibyte awareness, language env.
9506
9507 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9508 regexp to search for candidates.
9509
9510 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9511
9512 * info.el (Info-forward-node): If the node has an
9513 Info-header-line, widen the buffer before searching for "next:"
9514 and "up:" pointers, and set the search limit to stay in the
9515 current node.
9516
9517 2000-12-16 Miles Bader <miles@gnu.org>
9518
9519 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9520
9521 2000-12-15 Miles Bader <miles@gnu.org>
9522
9523 * comint.el (comint-send-string, comint-send-region): Also accept
9524 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9525 process-send-string/region.
9526
9527 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9528
9529 * isearch.el (isearch-lazy-highlight-max): New user-option.
9530 (isearch-lazy-highlight-update): Don't highlight more than
9531 isearch-lazy-highlight-max matches.
9532
9533 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9534
9535 2000-12-15 Richard M. Stallman <rms@gnu.org>
9536
9537 * sort.el (sort-columns): Fix error message.
9538
9539 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9540 `upcase' or `downcase' or nil.
9541 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9542 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9543 (dabbrev--substitute-expansion): New arg record-case-pattern.
9544 If it is non-nil, set dabbrev--last-case-pattern.
9545 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9546
9547 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9548
9549 2000-12-15 Miles Bader <miles@gnu.org>
9550
9551 * paths.el (Info-default-directory-list): Don't delete
9552 configure-info-directory from the list of standard info
9553 directories when appending it to the end -- their order is important.
9554
9555 * faces.el (read-face-attribute): If there's no entry for the
9556 user's input in VALID, just use it as-is (this will often result
9557 in an error, but it may be OK for e.g. colors using hexadecimal
9558 notation, and at least will yield a better error message).
9559
9560 * window.el (mode-line-window-height-fudge): Function removed.
9561 (height-affecting-face-attributes, mode-line-window-height-fudge):
9562 Variables removed.
9563 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9564 window is really the right size. Use vertical-motion
9565 rather than forward-line.
9566 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9567 (ispell-command-loop, ispell-show-choices): Use the variable
9568 ispell-choices-win-default-height, rather than the function.
9569 (ispell-choices-win-default-height): Function removed.
9570 (ispell-mode-line-window-height-fudge): Function removed.
9571
9572 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9573
9574 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9575
9576 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9577
9578 * paths.el (Info-default-directory-list):
9579 If configure-info-directory is not one of the standard directories,
9580 put it first in the list; otherwise put it last. Doc string
9581 changed accordingly.
9582
9583 * info.el (Info-directory-list): Change doc string to reflect the
9584 change in Info-default-directory-list.
9585
9586 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9587 windows-nt as windowed environments, even under -nw.
9588
9589 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9590 if not fboundp. Switch delete-forward mode for the <delete> key
9591 on all PC platforms, even under -nw.
9592
9593 * term/internal.el ([M-delete]): Remap to M-d.
9594
9595 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9596
9597 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9598
9599 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9600
9601 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9602
9603 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9604
9605 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9606 if appropriate.
9607
9608 * simple.el (delete-key-deletes-forward): New user-option.
9609 (delete-key-deletes-forward-mode): New function.
9610
9611 * bindings.el: Bind `delete' to backward-delete-char.
9612
9613 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9614 Test if symbol is bound before getting its value.
9615
9616 * tooltip.el (tooltip-show): If an error is signaled in
9617 x-show-tip, display that error, and display the help in the
9618 echo area.
9619
9620 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9621
9622 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9623 Show "... entries" messages for every 10000 entries, not 10.
9624
9625 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9626
9627 * bookmark.el: Provide a generic exit hook, as suggested by
9628 Ovidiu Predescu <ovidiu@cup.hp.com>:
9629 (bookmark-exit-hook): New var.
9630 (bookmark-exit-hook-internal): New func, replaces
9631 old raw lambda form in `kill-emacs-hook', and runs new
9632 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9633 as logically that feature must have been provided if this function
9634 is running.
9635 Removed ;;;###autoload before the `add-hook' call.
9636
9637 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9638
9639 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9640 (easy-menu-current-active-maps): New function.
9641 (easy-menu-get-map): Use it.
9642 Make a proper menu entry when creating a new keymap.
9643
9644 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9645
9646 * international/characters.el: Fix cases and syntaxes for
9647 mule-unicode-0100-24ff.
9648
9649 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9650 that a Japanese character is not appended after day and year.
9651
9652 * info.el (Info-suffix-list): Change format for a command that
9653 requires arguments.
9654 (info-insert-file-contents): Adjusted for the above change.
9655
9656 2000-12-12 Andreas Schwab <schwab@suse.de>
9657
9658 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9659 on the name of the tar buffer. Verify that the existing buffer is
9660 visiting the same subfile.
9661
9662 2000-12-12 Dave Love <fx@gnu.org>
9663
9664 * subdirs.el: Add obsolete.
9665
9666 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9667
9668 * mail/rmailsum.el (rmail-summary-expunge)
9669 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9670 instead of rmail-confirm-expunge.
9671
9672 * replace.el (perform-replace): Don't use an empty match adjacent
9673 to a non-empty match when computing the next match before the
9674 replacement is performed.
9675
9676 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9677
9678 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9679 definition (patch by Stefan Monnier).
9680 (glasses-mode): Use jit-lock instead of `after-change-functions'
9681 (patch by Stefan Monnier).
9682
9683 2000-12-12 Miles Bader <miles@gnu.org>
9684
9685 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9686 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9687
9688 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9689
9690 * term/mac-win.el: Remove load for ls-lisp.
9691
9692 * loadup.el: Load ls-lisp for system-type `macos'.
9693
9694 2000-12-12 Miles Bader <miles@gnu.org>
9695
9696 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9697 Respect field end too.
9698 (just-one-space): Respect fields as `delete-horizontal-space'.
9699 (newline-and-indent, reindent-then-newline-and-indent):
9700 Use `delete-horizontal-space'.
9701
9702 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9703
9704 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9705 (so as to obey the field property in the minibuffer).
9706
9707 * obsolete/c-mode.el: Moved from lisp/progmodes.
9708 * obsolete/auto-show.el: Moved from lisp.
9709 * obsolete/ooutline.el: Moved from lisp/textmodes.
9710
9711 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9712
9713 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9714 changes to list them here.
9715
9716 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9717 Too many changes to list them here.
9718
9719 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9720 Too many changes to list them here.
9721
9722 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9723
9724 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9725
9726 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9727
9728 * cus-edit.el (custom-save-variables, custom-save-faces):
9729 Comment fix.
9730
9731 * hscroll.el: Moved to `obsolete' subdir.
9732
9733 2000-12-11 Miles Bader <miles@gnu.org>
9734
9735 * window.el (window-text-height): Function removed (now in C).
9736
9737 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9738
9739 * log-edit.el (log-edit-parent-buffer): New var.
9740 (log-edit): Set it. Add BUFFER argument.
9741 (log-edit-done): Use char-before.
9742 Don't bother checking validity of vc-comment-ring.
9743 Only bury the buffer if log-edit popped it up.
9744
9745 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9746 (cvs-mode-diff-help): Remove.
9747 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9748 (cvs-mode-marked): Set up the default for CMD manually.
9749
9750 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9751 Remove binding for ? now made unnecessary.
9752
9753 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9754
9755 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9756 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9757
9758 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9759 when master file is not open.
9760
9761 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9762
9763 * progmodes/ada-stmt.el: Update `maintainer'.
9764
9765 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9766
9767 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9768 choices to match documentation string.
9769
9770 2000-12-09 Miles Bader <miles@gnu.org>
9771
9772 * minibuf-eldef.el: New file.
9773
9774 * window.el (fit-window-to-buffer): Don't pass last argument to
9775 pos-visible-in-window-p, now that its meaning is inverted.
9776
9777 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9778
9779 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9780 <ceder@lysator.liu.se>.
9781
9782 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9783
9784 * autoinsert.el (auto-insert-alist): Add missing final \n.
9785
9786 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9787 (cvs-menu-map): Remove.
9788 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9789 (cvs-mode-quit): Turn it back into a plain function.
9790
9791 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9792 (texinfo-filter): Remove (move to texinfo.el).
9793
9794 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9795 file where it's more visible.
9796 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9797 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9798 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9799 (texinfo-inside-macro-p): Only catch `scan-error's.
9800 (texinfo-inside-env-p): Make better use of the match info.
9801 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9802 (texinfo-insert-@end): Slight re-organization.
9803 Also remove useless `looking-at' call.
9804
9805 2000-12-08 Andrew Innes <andrewi@gnu.org>
9806
9807 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9808 accessible in -nw mode.
9809
9810 * term/w32-win.el: Remove stuff about selection timeout, which is
9811 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9812 it is accessible in -nw mode.
9813
9814 2000-12-08 Dave Love <fx@gnu.org>
9815
9816 * emacs-lisp/lisp-mode.el (lisp-mode):
9817 Set font-lock-keywords-case-fold-search.
9818
9819 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9820
9821 * textmodes/ispell.el (ispell): Doc fix.
9822
9823 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9824
9825 * international/quail.el (quail-insert-decode-map): Check the
9826 frame width of a window displaying the current buffer, not that of
9827 the selected frame.
9828 (quail-help): Make sure that the help buffer has window before
9829 inserting text in it.
9830
9831 2000-12-07 Sam Steingold <sds@gnu.org>
9832
9833 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9834 Backquote is used in isearch.el, so autoloading saves nothing.
9835
9836 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9837
9838 * startup.el (normal-top-level-add-subdirs-to-load-path):
9839 Ignore the CVS and RCS subdirectories case-insensitively.
9840
9841 * dired.el (dired-insert-directory): If file-system-info is
9842 fboundp, call it instead of invoking dired-free-space-program.
9843
9844 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9845
9846 * server.el (server-visit-files): Push files on file-name-history.
9847
9848 * progmodes/cc-langs.el: Update copyright.
9849
9850 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9851
9852 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9853
9854 * bindings.el (mode-line-mode-menu): Reverse the order
9855 of define-keys so that the menu appears in alphabetical order.
9856
9857 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9858
9859 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9860 of the function.
9861
9862 2000-12-07 Dave Love <fx@gnu.org>
9863
9864 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9865
9866 * facemenu.el (facemenu-unlisted-faces): Fix value.
9867
9868 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9869
9870 * font-lock.el (font-lock-default-fontify-region):
9871 Include the terminating \n (off-by-one error).
9872 (font-lock-set-defaults): Use dolist.
9873
9874 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9875
9876 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9877
9878 * international/mule-cmds.el (describe-language-environment):
9879 Fix for the case that an input method title is not string but a list.
9880
9881 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9882 of wrong SIZE record.
9883
9884 2000-12-06 Dave Love <fx@gnu.org>
9885
9886 * newcomment.el (comment-region, comment-dwim): Doc fix.
9887
9888 * textmodes/texinfo.el: Require tex-mode when compiling.
9889 (texinfo-update-node): Doc fix.
9890 (texinfo-imenu-generic-expression): Add @anchor.
9891 (texinfo-font-lock-keywords): Add @uref.
9892 (texinfo-inside-macro-p): Don't use ignore-errors.
9893 (texinfo-insert-quote): Match more contexts.
9894
9895 * international/mule.el (decode-char, encode-char): Doc fix.
9896 (auto-coding-alist): Customize.
9897
9898 * files.el (load-file): Fix change of 2000-03-12.
9899
9900 * wid-edit.el (widget-text-keymap): Doc fix.
9901
9902 2000-12-06 Andrew Innes <andrewi@gnu.org>
9903
9904 * makefile.w32-in (lisp): Set to an absolute directory, namely
9905 $(CURDIR).
9906
9907 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9908
9909 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9910 read generated-autoload-file, and set buffer-file-coding-system to
9911 raw-text-unix after reading the file.
9912
9913 * international/mule-conf.el (file-coding-system-alist):
9914 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9915
9916 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9917
9918 * replace.el (occur): Make line-number-width 1 smaller for the
9919 colon following the line number.
9920
9921 * startup.el (fancy-splash-text, command-line-1):
9922 Use `File' for the menu name instead of `Files'.
9923
9924 * tmm.el: Update copyright.
9925
9926 * cus-start.el: Add entry for even-window-heights.
9927
9928 2000-12-06 Miles Bader <miles@gnu.org>
9929
9930 * faces.el (frame-set-background-mode): Avoid stomping on
9931 locally modified faces.
9932
9933 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9934
9935 * international/fontset.el: Correct the font registries for
9936 japanese-jisx0213-1 and japanese-jisx0213-2.
9937
9938 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9939
9940 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9941
9942 * iswitchb.el: Update customization commentary.
9943
9944 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9945
9946 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9947 (tpu-search-highlight): Fixed comparison of overlay end positions.
9948 (tpu-trim-line-ends): Implemented trimming logic locally.
9949
9950 * emulation/tpu-extras.el (tpu-write-file-hook)
9951 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9952
9953 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9954
9955 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9956 to cn-gb.
9957 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9958
9959 2000-12-04 Dave Love <fx@gnu.org>
9960
9961 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9962
9963 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9964
9965 * mail/rmailsum.el (rmail-summary-expunge)
9966 (rmail-summary-expunge-and-save): Ask for confirmation with
9967 rmail-expunge-confirmed.
9968
9969 * mail/rmail.el (rmail-expunge-confirmed): New function.
9970 (rmail-expunge): Use it.
9971
9972 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9973
9974 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9975 (etags-recognize-tags-table, find-tag-in-order):
9976 New functionality: interpret file names as tags.
9977
9978 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9979
9980 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9981 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9982 the first subnode until the bottom of the current node is visible.
9983
9984 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9985
9986 * format.el (format-decode): Don't change buffer's undo list.
9987
9988 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9989
9990 * faces.el (face-font-registry-alternatives): Add entries for CJK
9991 fonts. Doc-string adjusted for the actual usage of this data.
9992
9993 * international/fontset.el: Change the font registries for CJK
9994 fonts in the default fontset. Don't append '*' to registries.
9995
9996 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9997
9998 * emacs-lisp/easy-mmode.el (define-derived-mode)
9999 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
10000
10001 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
10002 (derived-mode-p): New function.
10003 (derived-mode-make-docstring): Add `docstring' argument.
10004 Use it if available and complete it if necessary.
10005
10006 2000-12-03 Andreas Schwab <schwab@suse.de>
10007
10008 * type-break.el (type-break): Don't make parent of itself.
10009
10010 2000-12-03 Miles Bader <miles@gnu.org>
10011
10012 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
10013
10014 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
10015
10016 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
10017 (tex-main-file, tex-file): Simplify.
10018 (tex-generate-zap-file-name): Use subst-char-in-string.
10019 (tex-strip-dots): Remove.
10020
10021 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
10022
10023 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
10024 to check if the match succeeded.
10025
10026 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10027
10028 * startup.el (use-fancy-splash-screens-p): New function.
10029 (command-line-1): Use it to determine whether or not to use
10030 a fancy splash screen.
10031
10032 2000-12-02 Andreas Schwab <schwab@suse.de>
10033
10034 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10035
10036 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10037
10038 * international/mule.el (make-char): Fix last change.
10039
10040 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10041 New defcustoms.
10042 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10043 autoloading tex-mode; instead, do the same manually.
10044 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10045 with numeric argument. Docstring fix.
10046 (toplevel): Require cl when compiling.
10047
10048 * international/mule.el (make-char): Doc fix.
10049
10050 2000-12-02 Jason Rumney <jasonr@gnu.org>
10051
10052 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10053 the Emacs Lisp manual)
10054
10055 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10056
10057 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10058
10059 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10060 the Emacs Lisp manual).
10061
10062 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10063
10064 * simple.el (next-line-add-newlines): Change default to nil.
10065
10066 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10067
10068 * files.el (revert-buffer, recover-file):
10069 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10070
10071 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10072
10073 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10074
10075 2000-12-01 Miles Bader <miles@gnu.org>
10076
10077 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10078
10079 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10080
10081 * international/mule-diag.el (describe-char-after): Fix typo.
10082 (describe-character-set, non-iso-charset-alist): Fix typo.
10083
10084 2000-12-01 Miles Bader <miles@gnu.org>
10085
10086 * image-file.el (image-file-name-regexp): Automatically add
10087 upper-case variants of each filename extension in
10088 `image-file-name-extensions', since they seem to be common.
10089
10090 * simple.el (minibuffer-contents)
10091 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10092 New functions.
10093 * filecache.el (file-cache-directory-name)
10094 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10095
10096 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10097
10098 * filecache.el (file-cache-minibuffer-complete): Don't try to
10099 delete the minibuffer prompt.
10100
10101 2000-11-30 Dave Love <fx@gnu.org>
10102
10103 * cus-start.el: Fix read-buffer-function type.
10104
10105 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10106
10107 * md5.el: Removed. There's a built-in function, now.
10108
10109 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10110
10111 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10112 as dummy 0-th char of rmail-deleted-vector.
10113
10114 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10115
10116 * ps-print.el (ps-end-job): Bind case-fold-search only after
10117 switching to ps-spool-buffer.
10118
10119 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10120
10121 * ps-print.el: Line number font customization. PostScript: Lines and
10122 PageCount are initialized on each page. Doc Fix.
10123 (ps-print-version): New version number (6.3.2).
10124 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10125 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10126 (ps-right-header): Customization fix.
10127 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10128 Fix code.
10129 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10130 New vars.
10131
10132 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10133
10134 * bs.el: Fix typos and spelling errors.
10135 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10136 (bs-configuration): Doc fix.
10137
10138 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10139
10140 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10141
10142 * emulation/tpu-edt.el (tpu-version): New version.
10143 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10144 (tpu-original-mode-line): Variable deleted.
10145 (tpu-mark-flag): New initial value.
10146 (tpu-set-mode-line): Don't redefine mode-line-format.
10147 Add tpu-mark-flag to minor-mode-alist.
10148 (tpu-update-mode-line): New mark flag logic.
10149 (tpu-get): Use find-file-wildcards.
10150 (tpu-search-highlight): Move overlay less, reset overlay properly.
10151 (tpu-unselect): Deactivate mark.
10152 (tpu-lm-replace): Reset overlay properly.
10153 (tpu-forward-line): Use forward-visible-line.
10154 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10155
10156 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10157
10158 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10159
10160 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10161
10162 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10163
10164 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10165 and skip whitespace and newlines.
10166
10167 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10168
10169 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10170
10171 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10172
10173 * help.el (describe-function-1): Regexp-quote function name
10174 when used as part of a regexp.
10175
10176 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10177 Use face-attribute instead of face-foreground and face-background.
10178 (tool-bar-add-item): Likewise, and handle unspecified colors.
10179
10180 * enriched.el (enriched-face-ans): Use face-attribute instead
10181 of face-foreground and face-background.
10182
10183 * faces.el (face-foreground, face-background, face-stipple):
10184 Return nil if attribute is unspecified, for backward compatibility.
10185
10186 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10187
10188 * play/5x5.el: Remove version info.
10189
10190 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10191
10192 * frame.el (blink-cursor-mode): Doc fix.
10193
10194 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10195
10196 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10197 to create Makefile rules.
10198 (antlr-tool-command): New user option.
10199 (antlr-ask-about-save): New user option.
10200 (antlr-makefile-specification): New user option.
10201 (antlr-file-formats-alist): New variable.
10202 (antlr-special-file-formats): New variable.
10203 (antlr-unknown-file-formats): New user option.
10204 (antlr-help-unknown-file-text): New variable.
10205 (antlr-help-rules-intro): New variable.
10206 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10207 (antlr-mode-menu): Add entries.
10208 (antlr-file-dependencies): New function.
10209 (antlr-directory-dependencies): New function.
10210 (antlr-superclasses-glibs): New function.
10211 (antlr-run-tool): New command.
10212 (antlr-makefile-insert-variable): New function.
10213 (antlr-insert-makefile-rules): New function.
10214 (antlr-show-makefile-rules): New command.
10215
10216 * antlr-mode.el: More Emacs/XEmacs stuff.
10217 (antlr-no-action-keywords): New constant with value nil.
10218 (antlr-font-lock-keywords-alist): Use it. Old value would break
10219 syntax highlighting in Emacs-21.0.
10220 (antlr-default-directory): Emacs/XEmacs dependend function.
10221 (antlr-read-shell-command): Ditto.
10222 (antlr-with-displaying-help-buffer): Ditto.
10223
10224 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10225
10226 * antlr-mode.el: imenu, parsing and highlighting changes.
10227 (antlr-imenu-create-index-function): Don't create extra submenus
10228 for definitions in different grammar classes. It is not necessary
10229 for the menu and would make command `imenu' awkward to use.
10230 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10231 header actions and more than one.
10232 (antlr-font-lock-tokendef-face): Changed color.
10233 (antlr-font-lock-tokenref-face): Changed color.
10234 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10235 (antlr-mode-syntax-table): New variable.
10236 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10237 (antlr-with-syntax-table): Don't copy syntax table.
10238
10239 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10240
10241 * antlr-mode.el: Minor changes: language setting.
10242 (antlr-language-alist): The value for file option "language" can
10243 be both an identifier and a string.
10244 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10245 (antlr-language-limit-n-regexp): Change accordingly.
10246
10247 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10248
10249 * antlr-mode.el: Minor changes: tabs, hiding.
10250 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10251 (antlr-action-visibility): Also allow value nil to also hide the
10252 braces. Renamed from `antlr-tiny-action-length'.
10253 Suggested by Jay@aol.com.
10254 (antlr-hide-actions): Change accordingly. Hide line if completely
10255 hidden action is on a line of its own.
10256
10257 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10258
10259 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10260
10261 * sort.el (sort-columns): Don't concat strings with numbers.
10262
10263 2000-11-29 Dave Love <fx@gnu.org>
10264
10265 * cus-edit.el (face): Fix :format.
10266
10267 * mail/feedmail.el: Require smtpmail when compiling.
10268 (mail-do-fcc): Autoload.
10269 (feedmail) <defgroup>: Fix :link.
10270 (feedmail-nuke-body-in-fcc): Fix :type.
10271 (feedmail-send-it): Add autoload cookie.
10272
10273 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10274
10275 * newcomment.el (comment-indent): Save excursion around call to
10276 comment-indent-function.
10277
10278 2000-11-29 Miles Bader <miles@gnu.org>
10279
10280 * subr.el (member-ignore-case): Return the tail of the list who's
10281 car matches, like `member', not the matching element itself.
10282
10283 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10284
10285 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10286 should not contain `\n'.
10287
10288 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10289
10290 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10291
10292 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10293
10294 * dired-aux.el (dired-do-create-files): Construct default file
10295 name for dired-mark-read-file-name so that when the user enters
10296 just RET, the target file will end up in the target directory.
10297
10298 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10299 local-abbrev-table before changing buffers because it might
10300 have a buffer-local binding.
10301
10302 2000-11-28 Miles Bader <miles@gnu.org>
10303
10304 * simple.el (delete-horizontal-space): Handle fields more generally.
10305
10306 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10307
10308 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10309
10310 2000-11-28 Dave Love <fx@gnu.org>
10311
10312 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10313 comment-start-skip locally.
10314
10315 * progmodes/fortran.el (fortran-mode): Don't set
10316 fortran-comment-line-start-skip. Set comment-start to
10317 fortran-comment-line-start.
10318 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10319 (fortran-comment-line-start-skip): Simplify slightly.
10320
10321 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10322
10323 * play/5x5.el: Remove RCS keyword.
10324
10325 * bs.el: Mistaken commit, undone 2000-11-30.
10326
10327 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10328
10329 * textmodes/tildify.el (tildify-string-alist):
10330 Add `plain-tex-mode' here.
10331
10332 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10333
10334 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10335 reference.
10336
10337 2000-11-28 Miles Bader <miles@gnu.org>
10338
10339 * cus-face.el (custom-face-attributes): Add post-filter function
10340 for :box. Make pre-filter function for :box handle all cases.
10341
10342 * wid-edit.el (widget-choose): Make sure pop-up window is large
10343 enough to display all the choices, as there's no way to scroll it.
10344
10345 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10346
10347 * international/mule-conf.el: Make the coding system no-conversion
10348 safe for all characters.
10349
10350 2000-11-27 Dave Love <fx@gnu.org>
10351
10352 * net/ldap.el (ldap) <defgroup>: Add :version.
10353
10354 * tooltip.el (tooltip-use-echo-area): Doc fix.
10355
10356 * cus-start.el <minibuffer-prompt-properties>: Add version.
10357 <read-buffer-function>: Add.
10358
10359 * apropos.el (apropos-print): Add help-echo to active text.
10360
10361 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10362
10363 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10364
10365 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10366 type, group and version.
10367
10368 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10369
10370 * select.el (x-get-selection): Docstring fix.
10371
10372 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10373
10374 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10375
10376 2000-11-27 Andrew Innes <andrewi@gnu.org>
10377
10378 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10379
10380 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10381
10382 2000-11-27 Miles Bader <miles@gnu.org>
10383
10384 * dired.el (dired-get-filename): Return filename verbatim if
10385 LOCALP is `verbatim'.
10386 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10387 `verbatim' so that we don't inadvertently delete a non-existant
10388 directory name.
10389
10390 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10391
10392 * international/characters.el: Specify cases and syntaxes for
10393 mule-unicode-0100-24ff.
10394
10395 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10396
10397 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10398 that foreground and/or background colors of the face `tool-bar'
10399 are unspecified.
10400
10401 2000-11-27 Miles Bader <miles@gnu.org>
10402
10403 * wid-edit.el (widget-field-buffer, widget-field-start)
10404 (widget-field-end): Handle widget field `pseudo-overlays'.
10405 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10406 if it's there instead of in `widget-field-list'.
10407
10408 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10409 (help-make-xrefs): Delete extraneous newlines at the end of the
10410 docstring.
10411
10412 2000-11-25 Jason Rumney <jasonr@gnu.org>
10413
10414 * startup.el (command-line): Call set-locale-environment after
10415 Window System init file is read, as it can result in a call to
10416 redraw-frame.
10417
10418 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10419
10420 * simple.el (shell-command): Mention the effect of the prefix
10421 argument in the doc string.
10422
10423 2000-11-25 Miles Bader <miles@gnu.org>
10424
10425 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10426
10427 * wid-edit.el (widget-field-value-delete): Don't try to delete
10428 overlay when it's the `pseudo-overlay' that exists at some points.
10429
10430 2000-11-24 Jason Rumney <jasonr@gnu.org>
10431
10432 * international/mule-cmds.el (locale-language-names): Add "jp" as
10433 a non-standard alternative for Japanese.
10434
10435 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10436
10437 * vc-hooks.el: Require 'cl during compilation.
10438
10439 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10440
10441 * faces.el (face-set-after-frame-default): Let face attributes
10442 specified for new frames override frame parameters.
10443
10444 * startup.el (command-line): Fix computation of the source file
10445 for user-init-file when user-init-file is a compiled file.
10446
10447 2000-11-24 Miles Bader <miles@gnu.org>
10448
10449 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10450 (custom-post-filter-face-spec): New functions.
10451 (custom-face-set, custom-face-value-create): Filter the face spec
10452 before and after customization.
10453 (custom-face-set): If VALUE specifies a null face, pass a
10454 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10455 * cus-face.el (custom-face-attributes): Remove SET and GET
10456 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10457 cases they're needed.
10458
10459 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10460 that it's distinguishable from the :off-glyph on dark-background
10461 displays. Set its background color too.
10462
10463 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10464 so that people can easily turn it off.
10465
10466 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10467
10468 * ediff-diff.el: Moved variables around to have it compile under NT.
10469
10470 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10471
10472 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10473
10474 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10475 redundant skip-small-frames test.
10476
10477 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10478 (viper-downgrade-to-insert): Protect against errors in hooks.
10479
10480 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10481 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10482 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10483 New functions.
10484
10485 * viper-util.el (viper-memq-char): Bug fixes.
10486
10487 * viper.el (viper-mode): Fix cursor handling.
10488
10489 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10490
10491 * international/mule-diag.el (list-iso-charset-chars):
10492 For two-byte charset, fix the `while' condition.
10493 (list-non-iso-charset-chars): Fix the `while' condition.
10494
10495 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10496
10497 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10498 if the variable is make-variable-buffer-local.
10499
10500 * progmodes/ada-stmt.el (ada-template-map):
10501 Initialize and bind it to C-c t in ada-mode-map.
10502 (ada-stmt-mode-hook): New function extracted from old code.
10503 Only change the buffer-local side of skeleton-*.
10504 (ada-mode-hook): Use it.
10505
10506 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10507
10508 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10509 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10510 we expect to be returned by minibuffer-depth once we prompt the
10511 user in the minibuffer.
10512 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10513 as recorded in iswitchb-minibuf-depth, return non-nil.
10514
10515 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10516
10517 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10518 (hscroll-window-maybe): Docstring fix.
10519
10520 2000-11-23 Dave Love <fx@gnu.org>
10521
10522 * rect.el (string-rectangle): Don't test delete-selection-mode.
10523
10524 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10525
10526 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10527 is in the tool bar.
10528
10529 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10530 with `no-dir'; we want the directory part to be able to remove it.
10531
10532 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10533
10534 * textmodes/outline.el (outline-flag-region):
10535 Don't bind inhibit-read-only since we don't modify the buffer.
10536 (outline-isearch-open-invisible): Don't jump to overlay-start
10537 since we're trying to unhide text around point.
10538 (outline-discard-overlays): Use dolist.
10539
10540 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10541
10542 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10543
10544 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10545
10546 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10547
10548 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10549 Fix ARG regexp to skip quoted braces.
10550 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10551 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10552 are (correctly) handled separately).
10553 Remove `caption' and `footnote' from `citations': they contain text.
10554 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10555 (latex-skeleton-end-hook): New function.
10556 (latex-mode): Use it.
10557 (tex-start-tex-marker): Remove.
10558 (tex-send-tex-command): Don't set tex-start-tex-marker.
10559 (tex-error-parse-syntax-table): New var.
10560 (tex-compilation-parse-errors): Use it.
10561 Ignore tex-start-tex-marker. Don't bother with marker-position.
10562 (tex-validate-buffer): Don't bother with marker-position.
10563
10564 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10565 (flyspell-generic-progmode-verify): Use it.
10566
10567 2000-11-22 Sam Steingold <sds@gnu.org>
10568
10569 * simple.el (delete-trailing-whitespace): New interactive function.
10570
10571 * progmodes/ada-mode.el (ada-mode): Use it instead of
10572 `ada-remove-trailing-spaces'.
10573 (ada-remove-trailing-spaces): Removed.
10574
10575 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10576
10577 * textmodes/picture.el (picture-clean): Removed.
10578 (picture-mode-exit): Call it instead of `picture-clean'.
10579
10580 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10581
10582 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10583
10584 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10585 jit-lock-fontify-buffer; it should anyway be unneccessary to
10586 do anything special when jit-lock is active.
10587 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10588
10589 2000-11-22 Dave Love <fx@gnu.org>
10590
10591 * calendar/todo-mode.el (todo-top-priorities): Use
10592 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10593
10594 * language/chinese.el, language/cyrillic.el:
10595 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10596 * language/hebrew.el, language/indian.el, language/japanese.el:
10597 * language/korean.el, language/lao.el, language/misc-lang.el:
10598 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10599 Use provide.
10600
10601 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10602 (custom-variable-set): Improve validation error mesage.
10603
10604 * rect.el (string-rectangle): Revert last change.
10605 (string-rectangle-line): New arg DELETE.
10606 (string-rectangle): Check delete-selection-mode.
10607
10608 * emacs-lisp/edebug.el (edebug-version)
10609 (edebug-maintainer-address): Deleted.
10610 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10611 (edebug-read-function): Account for other `'#' read forms.
10612 (edebug-mode-menus): Make some items toggles.
10613 (edebug-outside-unread-command-event, unread-command-event):
10614 Remove these to avoid warnings.
10615
10616 2000-11-22 David Ponce <david@dponce.com>
10617
10618 * recentf.el (recentf-menu-items-for-commands)
10619 (recentf-make-menu-items, recentf-make-menu-item)
10620 (recentf-filter-changer): Added :help and :active menu-item properties.
10621
10622 (recentf-build-dir-rules, recentf-dump-variable)
10623 (recentf-edit-list, recentf-open-files-item)
10624 (recentf-open-files): Replaced unnecessary `mapcar' with new
10625 built-in `mapc'.
10626
10627 2000-11-23 Miles Bader <miles@gnu.org>
10628
10629 * faces.el (menu): Make inverse-video on ttys too.
10630
10631 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10632
10633 * simple.el (comment-line-break-function): Use the new name
10634 indent-new-comment-line -> comment-indent-new-line.
10635 (clone-indirect-buffer): Don't ignore NORECORD.
10636 (next-completion): Properly handle the case where items are adjacent.
10637
10638 * mouse.el (popup-menu): Stupid typo.
10639
10640 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10641
10642 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10643 maintainer, keywords tags.
10644
10645 * rect.el (replace-rectangle): Don't call string-rectangle-line
10646 with too many arguments.
10647
10648 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10649
10650 * ediff-util.el (ediff-file-checked-out-p)
10651 (ediff-file-checked-in-p): Call vc-state instead of
10652 vc-locking-user, which no longer exists.
10653
10654 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10655
10656 2000-11-22 Dave Love <fx@gnu.org>
10657
10658 * md5.el (md5): Provide.
10659 (md5): Fix error call.
10660
10661 2000-11-22 Miles Bader <miles@gnu.org>
10662
10663 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10664 (refill-fill-paragraph-at): Remove debugging code.
10665
10666 * calendar/calendar.el (generate-calendar-window): When we don't
10667 call `fit-window-to-buffer', make sure the top line is fully visible.
10668
10669 * image-file.el (insert-image-file): Don't make `read-only'
10670 property rear-nonsticky.
10671
10672 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10673 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10674 stashing away its original value.
10675 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10676 in the recursive edit.
10677 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10678 (isearch-done): Restore `minibuffer-message-timeout'.
10679
10680 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10681
10682 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10683
10684 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10685
10686 * find-lisp.el (find-lisp-find-files-internal):
10687 Use dolist, when and file-name-as-directory.
10688
10689 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10690 (define-derived-mode, define-minor-mode): Add specs.
10691
10692 * window.el: General comment and spacing fixes.
10693 (save-selected-window): Use backquotes.
10694 (window-safely-shrinkable-p): New function.
10695 (shrink-window-if-larger-than-buffer): Use it.
10696
10697 * subr.el (make-local-hook): Docstring fix.
10698
10699 * shell.el (shell-mode): Use define-derived-mode.
10700
10701 * newcomment.el (comment-indent): Insert comment before calling
10702 comment-indent-function. Don't insert in column 0.
10703 (comment-dwim): Indent before inserting comment.
10704
10705 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10706 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10707 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10708 Use mapc rather than map.
10709
10710 * files.el (find-buffer-visiting): Compare all attributes before
10711 declaring two files identical (rather than just their inode-no).
10712 (auto-mode-alist): Use \' rather than $.
10713
10714 * which-func.el: Update maintainer line.
10715
10716 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10717 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10718 (uniquify-buffer-file-name): Use it.
10719
10720 2000-11-22 Miles Bader <miles@gnu.org>
10721
10722 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10723 * simple.el (minibuffer-avoid-prompt): New function.
10724
10725 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10726
10727 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10728
10729 2000-11-21 Miles Bader <miles@gnu.org>
10730
10731 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10732 inclusion of `track-mouse'.
10733
10734 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10735 (refill-adjust-ignorable-overlay): New function.
10736 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10737 only the paragraph's tail if possible.
10738 Update `refill-ignorable-overlay'.
10739 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10740
10741 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10742 point inside the fill-prefix.
10743
10744 * textmodes/refill.el (refill-post-command-function): Don't reset
10745 refill-doit in the case where a self-insertion command doesn't
10746 case a refill. Use `refill-fill-paragraph-at', getting position
10747 from `refill-doit'.
10748 (refill-after-change-function): Set `refill-doit' to END.
10749 (refill-fill-paragraph-at): New function, mostly from old
10750 refill-fill-paragraph.
10751 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10752 (refill-pre-command-function): New function.
10753 (refill-mode): Add it to `pre-command-hook'.
10754
10755 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10756
10757 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10758
10759 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10760 javadoc tags.
10761
10762 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10763
10764 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10765 vc.el).
10766
10767 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10768 require vc.
10769
10770 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10771 checkouts.
10772
10773 2000-11-20 Dave Love <fx@gnu.org>
10774
10775 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10776
10777 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10778
10779 * calculator.el (calculator-paste): Use `if' instead of `and'
10780 and `or'.
10781 (calculator-help): Don't use electric-describe-mode for XEmacs.
10782
10783 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10784
10785 * info.el (info-menu-5): Doc fix.
10786
10787 * textmodes/artist.el: New file.
10788
10789 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10790
10791 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10792 and differentiate according to checkout model.
10793 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10794 since this function is only concerned with master state.
10795
10796 * vc-hooks.el (vc-workfile-unchanged-p)
10797 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10798
10799 * vc.el (vc-workfile-unchanged-p)
10800 (vc-default-workfile-unchanged-p): See above.
10801
10802 2000-11-19 Miles Bader <miles@gnu.org>
10803
10804 * image-file.el (insert-image-file): Make `intangible' and
10805 `read-only' properties rear-nonsticky too.
10806
10807 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10808
10809 * ps-print.el: Update copyright notice.
10810
10811 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10812 (tooltip-show): Use the offsets.
10813
10814 * bindings.el (mode-line-modified): Fix a typo.
10815 (mode-line-toggle-modified, mode-line-widen)
10816 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10817
10818 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10819
10820 * ps-print.el (toplevel): Test for find-coding-system being
10821 fboundp before calling ps-x-find-coding-system.
10822
10823 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10824
10825 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10826 (vc-version-backup-file): Docstring fix.
10827
10828 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10829
10830 * files.el (basic-save-buffer): Don't add a newline if
10831 find-file-literally is non-nil.
10832 (find-file-literally): Extend doc string.
10833
10834 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10835 sort(1) with the `-f' argument.
10836
10837 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10838
10839 * vc.el: Updated backend documentation.
10840 (vc-default-check-headers): New function.
10841
10842 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10843
10844 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10845 up-to-date.
10846 (vc-do-command): In the asynchronous case, output messages only if
10847 the minibuffer is not active.
10848
10849 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10850 `vc-cvs-use-edit' is on.
10851 (vc-cvs-checkout): When this is used for reverting the workfile,
10852 make a backup of the original contents and revert to that in case
10853 of error.
10854 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10855 remote repositories.
10856
10857 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10858 for both version and ratio in the minibuffer.
10859
10860 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10861 Use vc-do-command to perform the annotation, not call-process.
10862
10863 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10864
10865 * international/quail.el (quail-start-translation): Don't call
10866 `message' before reading key sequence.
10867
10868 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10869
10870 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10871
10872 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10873
10874 * window.el (fit-window-to-buffer): Be sure to acquire at least
10875 one text line even if the buffer is empty.
10876
10877 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10878
10879 * net/ange-ftp.el (ange-ftp-file-writable-p)
10880 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10881 Bind ange-ftp-process-verbose to nil.
10882
10883 2000-11-15 Dave Love <fx@gnu.org>
10884
10885 * wid-edit.el (widget-specify-field, widget-specify-button):
10886 If :help-echo is a function, set help-echo of overlay to
10887 widget-mouse-help.
10888 (widget-mouse-help): New function.
10889 (widget-echo-help): Rewritten for :help-echo functions only taking
10890 a widget arg.
10891
10892 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10893 Use display-graphic-p.
10894 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10895 and that JPEG is available.
10896 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10897
10898 * international/mule-cmds.el (locale-charset-language-names):
10899 Match @euro.
10900
10901 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10902
10903 * faces.el (face-set-after-frame-default):
10904 If `inhibit-default-face-x-resources' is bound, don't intialize the
10905 default face from X resources.
10906
10907 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10908
10909 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10910 Don't set EMACSLOADPATH.
10911
10912 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10913
10914 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10915 texinfo-insert-@url.
10916 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10917 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10918
10919 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10920
10921 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10922 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10923 (checkdoc-minor-keymap): Backward compatibility.
10924 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10925 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10926 (checkdoc-this-string-valid-engine): Be a bit more strict
10927 to avoid matching substrings of `...' quoted vars/funs.
10928 (checkdoc-defun-info): Only look for `interactive' if alone.
10929 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10930
10931 * progmodes/compile.el (grep): `tag-default' can be nil.
10932
10933 * newcomment.el (comment-indent): Paren typo.
10934
10935 2000-11-14 Dave Love <fx@gnu.org>
10936
10937 * calculator.el: New maintainer version.
10938
10939 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10940
10941 * cmuscheme.el: Doc fixes.
10942 (cmuscheme) <defgroup>: Use `scheme' as parent.
10943 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10944
10945 * xscheme.el (scheme-program-name): Don't define here.
10946
10947 * progmodes/scheme.el (scheme-program-name): New variable
10948 (originally in cmuscheme).
10949
10950 2000-11-14 Miles Bader <miles@gnu.org>
10951
10952 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10953 Handle header-lines. Don't loop forever if we can't enlarge the
10954 window anymore. Simplify a bit.
10955
10956 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10957
10958 * window.el (fit-window-to-buffer): Don't check
10959 window-text-height. Assure that the last line is fully visible.
10960
10961 * international/quail.el (quail-show-guidance-buf):
10962 Call fit-window-to-buffer to assure the enough height of the guidance
10963 buffer.
10964 (quail-update-guidance): Avoid making the guidance buffer shorter.
10965
10966 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10967
10968 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10969 rather than `prepend' and add an interesting comment.
10970 (tex-math-face, tex-font-lock-syntactic-face-function):
10971 New face and function to use it.
10972 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10973 than `menu-enable' symbol property.
10974 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10975 (tex-mode): Add some latex-mode commands for auto-selection.
10976 Use tex-font-lock-syntactic-face-function.
10977 (tex-insert-quote): Simplify.
10978 (tex-shell): New mode.
10979 (tex-start-shell): Use it.
10980 (tex-shell-proc, tex-shell-buf): New functions.
10981 (tex-send-command): Use it.
10982 (tex-main-file): Fix the meaning of the new arg REALFILE.
10983 (tex-send-tex-command): New function split from `tex-start-tex'.
10984 Set compilation-last-buffer and compilation-parsing-end.
10985
10986 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10987 when it follows non-comment text on the line.
10988
10989 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10990 Set font-lock-defaults.
10991 (lisp-mode-shared-map): Init inside the defvar.
10992 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10993 Use define-derived-mode.
10994
10995 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10996
10997 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10998
10999 2000-11-14 Gerd Moellmann <gerd@gnu.org>
11000
11001 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
11002 Don't recursively optimize body because that can lead to infinite
11003 recursion; see comment there.
11004
11005 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
11006
11007 * faces.el (face-spec-set-match-display): Revert the change from
11008 2000-10-24. Add a FIXME for after v21.1.
11009
11010 2000-11-13 Miles Bader <miles@gnu.org>
11011
11012 * textmodes/fill.el (skip-line-prefix): New function.
11013 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
11014 (fill-paragraph): Don't leave point inside the fill-prefix.
11015 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11016 point inside the fill-prefix.
11017
11018 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
11019
11020 * calendar/calendar.el (generate-calendar-window):
11021 Use `fit-window-to-buffer'.
11022
11023 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11024
11025 * gud.el (gud-minor-mode): New var.
11026 (gud-symbol, gud-val): New functions.
11027 (gud-find-file): Copy gud-minor-mode to the new buffer.
11028 (gud-menu-map): Include entries for commands that are not always
11029 available, using :enable to (de)activate them.
11030 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11031 (gud-mode-map): New map.
11032 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11033 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11034 Don't set up gud's menu (it's done by the minor-mode).
11035 (gud-minibuffer-local-map): New.
11036 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11037 (gud-query-cmdline): New function.
11038 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11039 (gud-mode): Use define-derived-mode.
11040 Don't set up gud's menu (it's done by the minor-mode).
11041 (gud-chop-words): Remove.
11042 (gud-common-init): Use split-string instead.
11043 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11044
11045 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11046 Add keyword arg :name.
11047
11048 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11049 (diff-count-matches, diff-split-hunk): New functions.
11050 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11051
11052 * pcvs-info.el (cvs-fi-conflict-face): New var.
11053
11054 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11055 Make it into a simple syntax-table, shared among all submodes.
11056 (sh-heredoc-face): Re-introduce.
11057 (sh-font-lock-syntactic-face-function): New function.
11058 (sh-mode): Use it. Also use define-derived-mode.
11059 Remove old bogus setting of indent-region-function.
11060 (sh-set-shell): Don't set the syntax-table any more.
11061 (sh-mode-syntax-table) <defun>: Remove.
11062
11063 2000-11-12 Miles Bader <miles@gnu.org>
11064
11065 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11066 message if interactive.
11067
11068 2000-11-12 Dave Love <fx@gnu.org>
11069
11070 * mail/feedmail.el: Fix header,
11071 (feedmail) <defgroup>: Add :link.
11072
11073 * view.el: Use local-map property, not keymap on mode-line string.
11074
11075 * scroll-all.el (scroll-all-mode): Customize variable.
11076 Add autoload cookie to function.
11077
11078 * lazy-lock.el: Remove compatibility code.
11079
11080 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11081 (finder-help-echo): New variable.
11082 (finder-mouse-face-on-line): Add help-echo stuff.
11083 (finder-list-keywords, finder-list-matches): Use mapc.
11084
11085 * faces.el (face-font-registry-alternatives): Add :version.
11086
11087 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11088 tags-table-list.
11089
11090 * net/browse-url.el (browse-url-browser-function): Update :version.
11091
11092 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11093 (mail-mode): Use [:alnum:] in some regexps.
11094
11095 2000-11-10 Dave Love <fx@gnu.org>
11096
11097 * ediff.el (ediff-regions-internal, ediff-documentation):
11098 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11099 fundamental mode.
11100
11101 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11102 buffer into fundamental mode.
11103 (ediff-set-difference): Use copy-sequence if available.
11104
11105 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11106 Check ediff-patch-map non-nil.
11107 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11108 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11109 buffer into fundamental mode.
11110
11111 * ediff-merg.el (state-or-merge): Defvar when compiling.
11112
11113 2000-11-10 Jason Rumney <jasonr@gnu.org>
11114
11115 * w32-fns.el (w32-add-charset-info): New function.
11116 (w32-charset-info-alist): Use it.
11117
11118 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11119
11120 * faces.el (face-font-registry-alternatives): New user-option.
11121
11122 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11123
11124 * textmodes/texinfo.el (texinfo-block-default): New var.
11125 (texinfo-insert-block): Use it. Insert a newline if needed.
11126
11127 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11128 (fill-region-as-paragraph): Use it.
11129
11130 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11131 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11132 Tweak paragraph regexps to allow a leading [ \t]*.
11133 (tex-latex-block): Insert a newline if necessary.
11134 (latex-insert-item): Only insert a newline if necessary.
11135 (tex-guess-main-file): New function.
11136 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11137 Set tex-main-file if TeX-master is provided.
11138 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11139
11140 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11141
11142 * startup.el (command-line): Set the default tooltip-mode
11143 to t for graphical displays which implement x-show-tip.
11144
11145 * tooltip.el (tooltip-mode): Add a comment about startup.el
11146 setting the default value of this user-option.
11147
11148 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11149
11150 * font-lock.el (font-lock-*-face) <defvar>: Move.
11151 (font-lock-defaults-alist): Mark obsolete.
11152 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11153 (font-lock-mode): Use define-minor-mode.
11154 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11155 (font-lock-turn-off-thing-lock): Be more explicit.
11156 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11157 (font-lock-syntactic-face-function): New var.
11158 (font-lock-fontify-syntactically-region): Use it.
11159 (font-lock-doc-face): New.
11160
11161 * pcvs.el (cvs-enabledp): Ignore errors.
11162 (cvs-commit-filelist): Never query.
11163 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11164 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11165 (cvs-do-removal): Use cvs-partition rather than delete-if.
11166 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11167 cvs-bury-buffer.
11168
11169 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11170 Allow `next' to jump to after the end of the last match.
11171
11172 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11173
11174 * simple.el (byte-compiling-files-p): New function.
11175
11176 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11177 if it is there.
11178
11179 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11180 nil again.
11181
11182 * textmodes/ispell.el (ispell-library-path): Don't call
11183 check-ispell-version when byte-compiling because that starts
11184 an ispell process, and ispell might not be installed.
11185 (toplevel): Don't set up a menu when byte-compiling.
11186
11187 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11188 it, so that a boundp test can be used to determine if we're
11189 currently byte-compiling.
11190
11191 2000-11-09 Dave Love <fx@gnu.org>
11192
11193 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11194
11195 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11196
11197 * ps-print.el: Patch for variable initialization when spooling.
11198 Doc fix.
11199 (ps-output-list): Fun eliminated.
11200 (ps-begin-file, ps-begin-job): Code fix.
11201
11202 2000-11-08 Dave Love <fx@gnu.org>
11203
11204 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11205
11206 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11207
11208 * simple.el (shell-command, display-message-or-buffer)
11209 (shell-command-on-region): Mention resize-mini-windows in the doc
11210 string.
11211 (display-message-or-buffer): Take the value of resize-mini-windows
11212 into account.
11213
11214 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11215
11216 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11217
11218 * dired.el (dired-between-files): Add `^. find' as an alternative
11219 to the regular expression, for find-dired.
11220
11221 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11222
11223 * textmodes/texnfo-upd.el: Require texinfo.
11224 (defmacro, defgroup): Remove.
11225 (texinfo-section-to-generic-alist): Remove.
11226 Use texinfo-section-list instead (i.e. level is changed string->int).
11227 (texinfo-filter): New function.
11228 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11229 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11230 Use it. And use regexp-opt.
11231 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11232 (texinfo-update-menu-region-beginning)
11233 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11234 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11235 (texinfo-update-menu-same-level-regexps): Update.
11236 (texinfo-update-node, texinfo-every-node-update)
11237 (texinfo-sequential-node-update): Remove autoload cookie.
11238
11239 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11240 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11241 (texinfo-chapter-level-regexp): Remove.
11242 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11243
11244 2000-11-06 Dave Love <fx@gnu.org>
11245
11246 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11247
11248 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11249 Match defun*.
11250
11251 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11252
11253 * composite.el (composition-function-table): Variable declaration
11254 moved to src/composite.c.
11255 (compose-chars-after): New optional arg object.
11256
11257 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11258
11259 * bindings.el (mode-line-toggle-read-only)
11260 (mode-line-toggle-modified, mode-line-widen)
11261 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11262 (make-mode-line-mouse2-map): Rewritten.
11263 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11264 functions so that C-h k can show something with a doc string.
11265
11266 * startup.el (fancy-splash-delay): Set to 10 seconds.
11267 (fancy-splash-max-time): New user-option.
11268 (fancy-splash-stop-time): New variable.
11269 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11270 (fancy-splash-screens-1): Throw `stop-splashing' when current
11271 time is greater than fancy-splash-stop-time.
11272
11273 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11274
11275 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11276
11277 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11278 Prompt user for a file rather than raising an error.
11279 (cvs-enabledp): Fix call to cvs-mode-marked.
11280 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11281 (cvs-mode-insert): Use it. Change the init prompt' value.
11282 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11283
11284 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11285 Don't pass default arg to ewoc-locate.
11286 (ewoc-collect): Return result in the right order.
11287
11288 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11289
11290 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11291 (cvs-status-get-tags): Fix regexp.
11292 (cvs-status-trees, cvs-status-cvstrees):
11293 Combine after change hooks and don't sit-for.
11294 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11295 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11296 Use make-char rather than hard-coded cryptic data.
11297 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11298
11299 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11300
11301 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11302 (cvs-insert-strings): New function.
11303
11304 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11305
11306 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11307 `mwheel-scroll-amount'.
11308 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11309 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11310 string-matching against the version string.
11311
11312 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11313
11314 * language/thai.el ("Thai"): Set a lisp form that produces
11315 composed string in `sample-text' language info.
11316
11317 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11318 composed string in `sample-text' language info.
11319
11320 * international/mule-cmds.el (describe-language-environment):
11321 Eval `sample-text' data and insert the result.
11322
11323 * international/mule-conf.el (compound-text): Define this coding
11324 system here. Make x-ctext and ctext aliases of it.
11325
11326 * language/european.el (compound-text, ctext): Moved to
11327 international/mule-conf.el.
11328
11329 2000-11-05 Andrew Innes <andrewi@gnu.org>
11330
11331 * w32-fns.el (w32-version): New function.
11332
11333 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11334
11335 * progmodes/awk-mode.el: Update copyright.
11336 (awk-mode-abbrev-table): Remove.
11337 (awk-font-lock-keywords): Use regexp-opt.
11338 (awk-mode): Use define-derived-mode.
11339
11340 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11341 when extracting a suffix.
11342
11343 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11344
11345 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11346 auto-save-mode.
11347
11348 2000-11-04 Jason Rumney <jasonr@gnu.org>
11349
11350 * language/european.el (decode-mac-roman): Test against r1 not r0.
11351
11352 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11353
11354 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11355 (icon-mode): Define indent-line-function.
11356 (icon-comment-indent): Simplify.
11357 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11358
11359 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11360
11361 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11362 Bind change-log-default-mode to defeat the caching done on it.
11363 Don't bother saving excursion any more.
11364
11365 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11366
11367 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11368 (set-frame-font): Use the new name (and the old for compatibility).
11369
11370 * toolbar/tool-bar.el (tool-bar-mode):
11371 * time.el (display-time-mode):
11372 * recentf.el (recentf-mode):
11373 * paren.el (show-paren-mode):
11374 * mwheel.el (mouse-wheel-mode):
11375 * msb.el (msb-mode):
11376 * jka-compr.el (auto-compression-mode):
11377 * image-file.el (auto-image-file-mode):
11378 * hl-line.el (hl-line-mode):
11379 * delsel.el (delete-selection-mode):
11380 * autoinsert.el (auto-insert-mode):
11381 * complete.el (partial-completion-mode): Drop unneeded positional args.
11382
11383 * info.el (Info-mode):
11384 * comint.el (comint-mode): Don't bother with make-local-hook.
11385
11386 * log-edit.el (log-edit-menu): New menu.
11387
11388 2000-11-03 Miles Bader <miles@gnu.org>
11389
11390 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11391 definition, so that trailing spaces are handled properly.
11392 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11393
11394 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11395
11396 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11397 tab character.
11398 (fancy-splash-screens): Set tab-width to 20.
11399
11400 2000-11-03 Dave Love <fx@gnu.org>
11401
11402 * comint.el (comint-completion-addsuffix): Fix custom type.
11403
11404 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11405
11406 * font-lock.el (font-lock-buffers): Remove.
11407 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11408 (font-lock-change-major-mode): Remove.
11409 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11410 (font-lock-default-fontify-region): Extend the multiline
11411 fontification to whole lines.
11412 (font-lock-fontify-anchored-keywords)
11413 (font-lock-fontify-keywords-region): If matching just one
11414 line (with \n) only mark the \n as multiline.
11415
11416 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11417 Correctly handle the case where several :group args are supplied.
11418 Allow :extra-args.
11419 (easy-mmode-define-global-mode): Allow :extra-args.
11420 Correctly handle the case where several :group args are supplied.
11421
11422 2000-11-02 Miles Bader <miles@gnu.org>
11423
11424 * calendar/calendar.el (diary-face, calendar-today-face)
11425 (holiday-face): Remove dependency on `window-system'.
11426
11427 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11428
11429 * Makefile.in (emacs): Set EMACSLOADPATH always.
11430 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11431 (compile-files): Bomb out if compilation of a file fails.
11432
11433 2000-11-02 Dave Love <fx@gnu.org>
11434
11435 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11436
11437 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11438
11439 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11440 punctuation in the warning inserted into the *mail* buffer.
11441
11442 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11443
11444 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11445 (authors-public-domain-p): New function.
11446 (authors-print): Use it.
11447
11448 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11449
11450 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11451
11452 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11453
11454 * ps-print.el: Extension for even/odd printing. Doc fix.
11455 (ps-print-version): New version number (6.3.1).
11456 (ps-even-or-odd-pages): Customization fix.
11457 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11458 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11459 (ps-page-count): Var replaced by `ps-page-column'.
11460 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11461 (ps-print-sheet-p): New fun.
11462
11463 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11464
11465 * tooltip.el (tooltip-gud-tips-setup): New function.
11466 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11467 (tooltip-mode): Call tooltip-gud-tips-setup.
11468 (tooltip-gud-tips): Use `gud-basic-call' instead of
11469 process-send-string, so the prompt gets frobbed appropriately.
11470 Handle nil return value from `tooltip-gud-print-command'.
11471
11472 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11473
11474 * comint.el (comint-add-to-input-history): New function.
11475 (comint-send-input): Use `comint-add-to-input-history'.
11476
11477 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11478
11479 * info.el (info-menu-header): New face.
11480 (Info-fontify-menu-headers): New function.
11481 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11482
11483 * info.el (Info-insert-dir): Don't include blank lines at
11484 beginning of additional dir files (one is added automatically).
11485
11486 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11487
11488 * emacs-lisp/easy-mmode.el (define-minor-mode):
11489 Revert the latest changes.
11490 Allow the three positional arguments to be skipped and replaced
11491 by keyword arguments.
11492 Add a :toggle argument to determine whether a nil arg means toggle
11493 or means turn-on. The default is unchanged.
11494 Add a call to force-mode-line-update.
11495
11496 2000-11-01 Dave Love <fx@gnu.org>
11497
11498 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11499
11500 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11501
11502 * calendar/calendar.el (diary-face, holiday-face):
11503 Add dark-background variants.
11504
11505 2000-10-31 Sam Steingold <sds@gnu.org>
11506
11507 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11508 `tex-main-file' does not have directory in it.
11509
11510 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11511
11512 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11513
11514 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11515
11516 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11517 functional change.
11518
11519 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11520
11521 * files.el (find-file-noselect): When we expand a wildcard, return
11522 a list of buffers, as we should do according to the doc string.
11523
11524 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11525
11526 * loadup.el (top level): Adjust load path if program name is
11527 "../src/bootstrap-emacs", in case it's not dumped and thus the
11528 load path adjustment hasn't already been done.
11529
11530 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11531
11532 * ps-print.el: Fix bug on selected pages for printing.
11533 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11534 is on. Try to avoid warning messages when compiling. Doc Fix.
11535 (ps-print-version): New version number (6.3).
11536 (ps-color-device): Use `color-values' to determine if device
11537 supports color.
11538 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11539 (ps-print-page-p): Changed from defsubst to defun.
11540 (ps-page-number): Changed from defmacro to defun.
11541 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11542 printing.
11543 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11544 (ps-end-file, ps-dummy-page): Funs eliminated.
11545 (ps-print-color-scale): Changed default value.
11546 (ps-page-n-up, ps-print-page-p): New internal vars.
11547 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11548 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11549
11550 * delim-col.el: Little programming improvement.
11551 (delimit-columns-str): New macro.
11552 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11553
11554 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11555
11556 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11557 Moved to european.el.
11558 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11559 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11560 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11561 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11562
11563 2000-10-30 Dave Love <fx@gnu.org>
11564
11565 * progmodes/cc-menus.el (imenu-generic-expression)
11566 (imenu-progress-message): Only defvar when compiling.
11567
11568 * emacs-lisp/elp.el (elp-unload-hook): New function.
11569
11570 * loadhist.el (unload-feature): Call elp-restore-function,
11571 checking for symbols; don't use elp-restore-all.
11572 (loadhist-hook-functions): Doc fix.
11573
11574 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11575
11576 * log-edit.el (log-edit-confirm): Fix the default.
11577
11578 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11579
11580 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11581 delimit-columns-format.
11582 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11583
11584 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11585
11586 * comint.el (comint-replace-by-expanded-history): Don't use
11587 comint-get-old-input (we're not looking at *old* input).
11588 (comint-get-old-input-default): If using fields, signal an error
11589 when the point is not in an input field.
11590
11591 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11592
11593 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11594 and mule-unicode-e000-ffff.
11595
11596 * international/mule.el (decode-char, encode-char): New functions.
11597 (make-coding-system): Accept a symbol of translation table as a
11598 value of property `safe-chars'.
11599
11600 * international/mule-cmds.el (encode-coding-char): Check property
11601 safe-chars instead of safe-charsets.
11602
11603 * international/fontset.el (fontset-default): Modified for
11604 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11605 (x-font-name-charset-alist): Likewise.
11606 (ccl-encode-unicode-font): New CCL program. Record it in
11607 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11608
11609 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11610 New translation tables.
11611 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11612 programs are modified and moved from mac-win.el.
11613 (mac-roman): Definition of this coding system is modified and
11614 moved from mac-win.el.
11615
11616 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11617
11618 * ediff-wind.el (ediff-setup-control-frame): Enclose
11619 face-attribute in condition-case to avoid errors in older emacsen.
11620
11621 2000-10-29 Miles Bader <miles@gnu.org>
11622
11623 * custom.el (custom-add-to-group): Allow multiple entries for a
11624 given value OPTION, as long as their widget types are different.
11625 * cus-edit.el (custom-face-value-create): If face name doesn't end
11626 with "face", add such here (similar to custom group widgets).
11627
11628 * comint.el (comint-highlight-prompt): Add :type.
11629
11630 2000-10-28 John Wiegley <johnw@gnu.org>
11631
11632 * calendar/timeclock.el (timeclock-log): Doc fix.
11633 (timeclock-last-event): Doc fix.
11634 (timeclock-log): Kill the timelog buffer after appending a new event.
11635 (timeclock-find-discrep): Use a temp buffer to read in the
11636 timelog, instead of visiting the file.
11637 (timeclock-log-data): A new function, along with a host of helper
11638 functions, for the purpose of making timelog data accessible to
11639 programmers.
11640
11641 * eshell/esh-mode.el (window-height test): Make certain that
11642 `eshell-stringify-t' is non-nil.
11643 (eshell-password-prompt-regexp): Changed to a much simpler
11644 password regexp.
11645 (eshell-send-input): If `eshell-invoke-directly' returns t,
11646 directly invoke the parsed command using `eval'. This improves
11647 turn-around time on simple commands by a factor of three or
11648 greater, such as cd, ls, pwd, etc. -- which get used very often.
11649 It also conserves thousands of cons cells per call (since
11650 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11651 in the Pacific Cookie Company).
11652
11653 * eshell/esh-test.el (eshell-test): Whitespace fix.
11654
11655 * eshell/em-ls.el (eshell-ls-insert-directory):
11656 Make `eshell-ls-initial-args' nil when inserting directory contents.
11657
11658 * eshell/em-script.el (eshell-script-initialize): Add names to
11659 `eshell-complex-commands, since `source' and `.' are complex.
11660
11661 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11662 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11663 `eshell-copy-handles'.
11664 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11665 bodies.
11666 (eshell-separate-commands): Whitespace fix.
11667 (eshell-complex-commands): Added a new list of names, for
11668 determining whether a given command is as simple as it looks.
11669 (eshell-invoke-directly): New function. Returns t if a command
11670 should be invoked directly (using `eval'), rather than indirectly
11671 using `eshell-do-eval'.
11672 (eshell-do-eval): Whitespace fix.
11673
11674 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11675 which provides an emulation of the DOS shell behavior of assuming
11676 that cp/mv/ln should copy/move/link to the current directory.
11677 (eshell-remove-entries): Added a doc string.
11678 (eshell-shuffle-files): Removed the check for `target' being null.
11679 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11680 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11681 it to do a smarter check of whether a destination was provided.
11682 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11683 (eshell/ln): Enable `:preserve-args', and use
11684 `eshell-mvcpln-template' to implement the body of the function.
11685 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11686 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11687 list after flattening it. This makes it possible to cat files
11688 with numerical names.
11689 (eshell-unix-initialize): Added several names to
11690 `eshell-complex-commands.
11691 (eshell-unix-command-complex-p): Return t if a given command name
11692 may result in external processes being invoked.
11693
11694 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11695 variable nil by default, since it slows down glob processing by a
11696 factor of two or more, and increases memory consumption.
11697
11698 * eshell/em-smart.el: Added a note about how memory consumptive
11699 smart display mode can be (at least this is true in Emacs 21).
11700 (eshell-smart-initialize): Whitespace fix.
11701 (eshell-refresh-windows): Use `if' instead of `when'.
11702 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11703 not necessary.
11704 (eshell-currently-handling-window): Added a missing global variable.
11705
11706 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11707 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11708 Whitespace fix.
11709 (eshell-ls-exclude-hidden): Added this variable in addition to
11710 `eshell-ls-exclude-regexp'. This one prevents files beginning
11711 with . from even being read, which can improve memory consumption
11712 quite a bit.
11713 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11714 read file entries beginning with a dot. In home directories with
11715 lots of hidden files, fully two-thirds of the time spent in ls is
11716 used to read directory entries that are immediately thrown away.
11717 (eshell-ls-initial-args): Added back this configuration variable,
11718 for specifying default initial arguments to every call to ls.
11719 Much faster than using an alias to do the same thing.
11720 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11721 (eshell-ls-dir): Whitespace change.
11722
11723 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11724
11725 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11726 (eshell-stringify-t): Added a customization variable, to indicate
11727 whether `t' should be rendered as a string at all. If not, one
11728 can still determine if the result of an expression is true using
11729 "file-exists-p FILE && echo true".
11730 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11731 stringify t!
11732
11733 * eshell/esh-module.el: Whitespace fix.
11734
11735 * eshell/em-alias.el (eshell-alias-initialize):
11736 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11737 (eshell-command-aliased-p): New function that returns t if a
11738 command name names an aliased.
11739
11740 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11741
11742 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11743 redrawing the screen when changing cursor color.
11744 (viper-insert-state-pre-command-sentinel)
11745 (viper-replace-state-pre-command-sentinel)
11746 (viper-replace-state-post-command-sentinel):
11747 Use viper-preserve-cursor-color.
11748 Many functions changed to use viper= instead of = when comparing
11749 characters.
11750 * viper-util.el (viper-memq-char,viper=): New functions for
11751 working with characters.
11752 (viper-change-cursor-color): Fixed buglet.
11753 Many functions changed to use viper= instead of = when comparing
11754 characters.
11755 * viper.el (viper-insert-state-mode-list): Added eshell.
11756
11757 * ediff-init.el (ediff-before-setup-hook): New hook.
11758 Several typos fixed in various docstrings.
11759 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11760 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11761 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11762 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11763 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11764 (ediff-get-selected-buffers): New function.
11765 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11766 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11767 Use save-window-excursion.
11768 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11769 termination check in while loop.
11770 * ediff.el (ediff-get-default-file-name): Better defaults when in
11771 dired buffer.
11772 (ediff-files,ediff-merge-files,ediff-files3)
11773 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11774
11775 2000-10-28 Dave Love <fx@gnu.org>
11776
11777 * info.el (Info-fontify-node): Add help-echo for menu items.
11778
11779 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11780
11781 * startup.el (normal-top-level): If the value of $TERM indicates
11782 we are running from xterm or one of its work-alikes, default to a
11783 light background mode.
11784
11785 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11786 * faces.el (tty-handle-reverse-video): New function.
11787 (tty-create-frame-with-faces): Call it.
11788
11789 * frame.el (frame-notice-user-settings): Don't apply
11790 default-frame-alist and initial-frame-alist to MS-DOS frames.
11791 Call tty-handle-reverse-video, frame-set-background-mode, and
11792 face-set-after-frame-default for non-MS-DOS frames.
11793
11794 * startup.el (tty-long-option-alist): New variable.
11795 (tty-handle-args): New function.
11796 (command-line): Call tty-handle-args.
11797
11798 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11799 startup.el now does that for all character-terminal frames.
11800
11801 2000-10-28 Miles Bader <miles@gnu.org>
11802
11803 * emacs-lisp/easy-mmode.el (define-minor-mode):
11804 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11805 is global. If :global is followed by a non-nil but non-t value,
11806 make the mode buffer-local, but also generate a `global-MODE'
11807 version using `easy-mmode-define-global-mode'.
11808 Add :conditional-turn-on keyword argument.
11809
11810 2000-10-28 Dave Love <fx@gnu.org>
11811
11812 * international/latin1-disp.el (latin1-char-displayable-p):
11813 Don't use window-system.
11814
11815 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11816
11817 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11818 Don't call find-buffer-file-type-coding-system. Instead, just
11819 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11820 if the file is on an untranslated filesystem.
11821 (add-untranslated-filesystem): Use "D" instead of "f" inside
11822 interactive.
11823
11824 2000-10-27 Dave Love <fx@gnu.org>
11825
11826 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11827 (refill-mode): Use it.
11828
11829 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11830
11831 * international/quail.el (quail-activate): Don't make-local-hook.
11832
11833 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11834
11835 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11836 manual backups and file.~<rev>.~ for automatic ones.
11837 (vc-make-version-backup): Don't do it on MS-DOS without long file
11838 names.
11839
11840 * vc.el (vc-version-other-window): If an automatic backup of the
11841 desired version exists, rename it instead of copying it.
11842
11843 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11844 after command. If there's an unexpected error, signal it instead
11845 of being silent.
11846 (vc-cvs-merge-news): Be prepared for no news at all.
11847
11848 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11849
11850 * shell.el (shell): Add BUFFER argument.
11851 * comint.el (make-comint-in-buffer): New function.
11852 (make-comint): Use it.
11853
11854 * faces.el (face-spec-choose): Change syntax so that the list of
11855 attribute-value pairs is now the cdr of each clause, not the cadr.
11856 Detect old-style entries, and handle them. Use pop.
11857
11858 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11859
11860 * cus-edit.el (custom-mode-map): Use a sparse map.
11861 (custom-mode): Don't bother with make-local-hook.
11862
11863 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11864
11865 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11866
11867 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11868
11869 * ps-print.el: Avoid compilation gripes.
11870 (ps-print-version): New version number (6.2.1).
11871
11872 2000-10-26 Dave Love <fx@gnu.org>
11873
11874 * menu-bar.el: Modify some menu item help strings.
11875 (menu-bar-help-menu): Add link to MORE.STUFF.
11876
11877 * cus-edit.el (custom-mode): Add `special' mode-class property.
11878
11879 * wid-browse.el (widget-browse-mode): Likewise.
11880
11881 * wid-edit.el (widget-specify-field): Revert to using local-map
11882 property, not keymap.
11883
11884 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11885
11886 * wid-edit.el (widget-field-end): When checking for a `boundary'
11887 field, do so in the correct buffer.
11888
11889 * simple.el (undo): Correctly distinguish between numeric and
11890 non-numeric prefix args in non-transient-mark-mode, as per the doc
11891 string. When in transient-mark-mode, treat all prefix-args as
11892 numeric.
11893
11894 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11895 Position point on match. Handle N == 0 correctly.
11896
11897 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11898 (comint-mode-map): Reverse order of `comint-write-output' and
11899 `comint-append-output-to-file'.
11900 (comint-append-output-to-file): Reinstate this function, for the
11901 benefit of the menu.
11902
11903 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11904
11905 * vc.el (vc-version-other-window): Bind `file'.
11906
11907 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11908
11909 * Makefile.in (update-authors): New target for maintenance purposes.
11910
11911 * emacs-lisp/authors.el (batch-update-authors): New function.
11912 (authors-fixed-entries): New defconst.
11913 (authors-add-fixed-entries): New function.
11914 (authors): Call it.: Don't process lispref/.
11915
11916 2000-10-25 Jason Rumney <jasonr@gnu.org>
11917
11918 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11919 Merge x w32 and mac definitions.
11920
11921 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11922
11923 * menu-bar.el (menu-bar-options-menu): Add a help string for
11924 `uniquify'.
11925
11926 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11927
11928 * time-stamp.el (time-stamp-string-preprocess):
11929 Fix a wrong type argument error.
11930
11931 2000-10-25 Miles Bader <miles@gnu.org>
11932
11933 * recentf.el (recentf-mode): Variable removed.
11934 (recentf-mode): Use `define-minor-mode'.
11935
11936 * mwheel.el (mouse-wheel-mode): New global minor mode.
11937 (mwheel-install): Use `mouse-wheel-mode'.
11938
11939 2000-10-25 Dave Love <fx@gnu.org>
11940
11941 * progmodes/cperl-mode.el (cperl-mode):
11942 Set normal-auto-fill-function correctly.
11943
11944 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11945 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11946 bindings.
11947
11948 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11949
11950 * wid-edit.el (widget-field-at): New function.
11951 (widget-at, widget-field-activate): Use it.
11952 (widget-tabable-at): Use `widget-at'.
11953 (widget-specify-field): If the terminating character of the widget
11954 field (which is read-only) is a newline, put it into a special
11955 `boundary' field so that C-n/C-p act more naturally.
11956 (widget-field-end): Also don't subtract one if a special
11957 `boundary' field has been added after the widget field.
11958
11959 * comint.el (comint-output-filter, comint-send-input):
11960 Don't bother adding stickiness fields to overlays to fool the field
11961 code, since it should notice the overlay insertion-types now.
11962
11963 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11964 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11965 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11966
11967 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11968
11969 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11970 (authors): Set file coding system to iso-2022-7bit.
11971 Add file-local variables to output buffer.
11972
11973 * files.el (after-find-file): Don't print any warnings if
11974 WARN is nil.
11975
11976 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11977
11978 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11979
11980 * delim-col.el: Now there is a column formatting mechanism.
11981 Modified to customization mechanisms convention. Doc fix.
11982 (columns): New group for delim-col.
11983 (delimit-columns-before, delimit-columns-after)
11984 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11985 (delimit-columns-end): New vars.
11986 (delimit-columns-customize, delimit-columns-format): New funs.
11987 (delimit-columns-region, delimit-columns-rectangle)
11988 (delimit-columns-rectangle-line): Modified to support column
11989 formatting.
11990
11991 2000-10-24 Dave Love <fx@gnu.org>
11992
11993 * log-edit.el (log-edit): Add :version and a :group for vc.
11994
11995 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11996
11997 * files.el (after-find-file): Don't print a message ``New file''
11998 if WARN is nil.
11999
12000 * wid-edit.el (widget-field-keymap, widget-text-keymap):
12001 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
12002 get duplicate tool-bar entries because we'll see the global ones
12003 on more than one path through keymaps.
12004
12005 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
12006
12007 * progmodes/cmacexp.el: Change Francesco's email address.
12008
12009 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12010
12011 * window.el (fit-window-to-buffer): Adjust point of the window
12012 buffer, not that of the current buffer.
12013
12014 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
12015
12016 * progmodes/cmacexp.el: Update the euthor's email address.
12017
12018 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12019
12020 * faces.el (face-spec-set-match-display): Add `graphic' display
12021 type (the inverse of `tty'). Use `display-graphic-p' instead of
12022 the window-system variable.
12023
12024 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12025
12026 * international/isearch-x.el (isearch-with-input-method):
12027 Call input-method-function with the first event in
12028 unread-command-events.
12029
12030 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12031
12032 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12033
12034 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12035
12036 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12037 New charsets.
12038
12039 * term/mac-win.el: Remove definitions of mac-roman-lower and
12040 mac-roman-upper, require dired, and define instead of set
12041 mac-ready-for-drag-n-drop to avoid compilation error.
12042
12043 2000-10-23 Andrew Innes <andrewi@gnu.org>
12044
12045 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12046 Remove superfluous calls to subst-char-in-string; instead apply
12047 expand-file-name after convert-standard-filename to ensure
12048 expected directory separators are used.
12049
12050 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12051
12052 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12053
12054 2000-10-23 Dave Love <fx@gnu.org>
12055
12056 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12057 (tool-bar-add-item): Set foreground and background for XBM icons.
12058
12059 * international/latin1-disp.el (latin1-char-displayable-p):
12060 New function (from Handa).
12061 (latin1-display-check-font): Use it.
12062
12063 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12064 using :key-sequence, making it much more usable.
12065 Use nconc, not append.
12066 (imenu--create-keymap-1): Avoid append.
12067
12068 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12069
12070 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12071
12072 [the following changes fix a bug where `define-minor-mode' didn't
12073 correctly generate :require clauses for defcustoms in compiled files]
12074 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12075 (byte-compile-log-file, byte-compile-log-1): Don't set
12076 `byte-compile-current-file' to nil. Instead set
12077 `byte-compile-last-logged-file' to it. Test whether
12078 byte-compile-current-file equals byte-compile-last-logged-file
12079 instead of whether its nil.
12080 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12081
12082 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12083
12084 * textmodes/refill.el: Fix var names in doc.
12085 (refill-mode): Don't bother with make-local-hook anymore.
12086
12087 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12088
12089 * faces.el (face-user-default-spec, face-default-spec): New functions.
12090 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12091 (frame-set-background-mode, face-set-after-frame-default):
12092 Use `face-user-default-spec'. Simplify code slightly.
12093
12094 * woman.el (woman-italic-face, woman-bold-face)
12095 (woman-unknown-face): Add dark-background variants.
12096 (woman-default-faces): Renamed from `woman-colour-faces'.
12097 Set using the stored defaults, rather than using hard-wired colors.
12098 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12099 Just make the foreground `unspecified' rather than "black".
12100 (woman-menu): Rename menu entries accordingly.
12101
12102 * faces.el (header-line): Make more reasonable on mono/grayscale
12103 displays.
12104
12105 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12106
12107 * cus-edit.el (custom-button-face): Use 3D look for mac.
12108 (custom-button-pressed-face): Likewise.
12109
12110 * faces.el (set-face-attributes-from-resources): Handle mac frames
12111 in the same way as x and w32 frames.
12112 (face-valid-attribute-values): Likewise.
12113 (read-face-attribute): Likewise.
12114 (defined-colors): Likewise.
12115 (color-defined-p): Likewise.
12116 (color-values): Likewise.
12117 (display-grayscale-p): Likewise.
12118 (face-set-after-frame-default): Likewise.
12119 (mode-line): Same default face as for x and w32.
12120 (tool-bar): Likewise.
12121
12122 * frame.el: Remove call to frame-notice-user-settings at end of
12123 the file.
12124
12125 * info.el (Info-fontify-node): Make underlines invisible for mac
12126 as for x, pc, and w32 frame types.
12127
12128 * term/mac-win.el: New file.
12129
12130 2000-10-22 Dave Love <fx@gnu.org>
12131
12132 * textmodes/refill.el: New file.
12133
12134 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12135
12136 * vc-hooks.el (vc-version-backup-file-name): New optional args
12137 MANUAL and REGEXP.
12138 (vc-delete-automatic-version-backups, vc-make-version-backup):
12139 New functions.
12140 (vc-before-save): Use the latter.
12141 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12142 confusion.
12143
12144 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12145 expected by vc[-hooks].el.
12146
12147 * vc.el (vc-checkout): Added `-p' suffix in call to
12148 vc-make-version-backups-p; use vc-make-version-backup to actually
12149 make the backup.
12150 (vc-version-other-window, vc-version-backup-file): Handle both
12151 automatic and manual backups.
12152 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12153 of all of them.
12154
12155 2000-10-22 Miles Bader <miles@gnu.org>
12156
12157 * comint.el (comint-highlight-input, comint-highlight-prompt):
12158 Renamed, `-face' at end removed.
12159 (comint-send-input, comint-output-filter): Use renamed faces.
12160
12161 * window.el (fit-window-to-buffer): Change defaulting of
12162 MAX-HEIGHT slightly.
12163
12164 * faces.el (color-values, color-defined-p): Use `member', not
12165 `memq', because it works correctly for strings.
12166 (frame-set-background-mode): Actually, "unspecified-fg" and
12167 "unspecified-bg" *are* strings. Use `member', not `memq', and
12168 `equal', not `eq', when a string value is possible.
12169
12170 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12171
12172 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12173
12174 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12175
12176 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12177 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12178 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12179 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12180 (sh-font-lock-syntactic-keywords): Use them.
12181 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12182 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12183 (sh-mode): Don't override font-lock-unfontify-region-function.
12184 Use a copy of sh-font-lock-syntactic-keywords.
12185 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12186 Don't call sh-scan-buffer since font-lock does it on the fly.
12187 (sh-get-indent-info): Use `face' rather than `syntax-table'
12188 text-property to detect here-documents.
12189 Replace sh-special-syntax with sh-st-punc.
12190 (sh-prev-line): Use `face' rather than `syntax-table'
12191 text-property to skip over here-documents.
12192 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12193 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12194 (sh-electric-less, sh-set-here-doc-region)
12195 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12196 (sh-scan-buffer, sh-rescan-buffer): Remove.
12197
12198 2000-10-21 Andrew Innes <andrewi@gnu.org>
12199
12200 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12201 remote (ange-ftp) file names.
12202
12203 2000-10-21 Miles Bader <miles@gnu.org>
12204
12205 * window.el (fit-window-to-buffer): New function.
12206 (shrink-window-if-larger-than-buffer): Use it.
12207 (window-text-height): Don't expect minibuffers to have mode-lines.
12208
12209 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12210 * international/quail.el (quail-update-guidance):
12211 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12212
12213 * international/quail.el (quail-show-guidance-buf): Make sure
12214 guidance window really has enough room.
12215 (quail-update-guidance): If quail-guidance-win is already shown,
12216 make sure its height is OK.
12217
12218 * window.el (window-text-height, set-window-text-height):
12219 New functions.
12220 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12221 instead of `window-height' & `mode-line-window-height-fudge'.
12222 (mode-line-window-height-fudge): Add FACE parameter.
12223 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12224 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12225
12226 2000-10-20 Miles Bader <miles@gnu.org>
12227
12228 * window.el (height-affecting-face-attributes): Use `defconst'.
12229
12230 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12231 New function, conditionally aliased to `mode-line-window-height-fudge'.
12232 (ispell-help): Use it.
12233 (ispell-choices-win-default-height): Don't include mode-line fudge.
12234 (ispell-choices-win-default-height): New function.
12235 (ispell-show-choices, ispell-command-loop): Use function
12236 `ispell-choices-win-default-height' instead of variable.
12237
12238 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12239
12240 * window.el (mode-line-window-height-fudge): New variable.
12241 (height-affecting-face-attributes): New variable.
12242 (mode-line-window-height-fudge): New function.
12243 (shrink-window-if-larger-than-buffer): Use it.
12244 * help.el (resize-temp-buffer-window): Likewise.
12245
12246 * info.el (Info-fontify-node): Add support for @subsubsection
12247 titles, which use `Info-title-4-face'.
12248 (Info-title-4-face): New face.
12249 (Info-title-3-face): Inherit from Info-title-4-face instead of
12250 variable-pitch.
12251
12252 2000-10-19 Jason Rumney <jasonr@gnu.org>
12253
12254 * dired.el (dired-insert-directory): Do not let errors signalled by
12255 attempt to run dired-free-space-program prevent dired from working.
12256
12257 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12258
12259 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12260
12261 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12262
12263 * dirtrack.el (dirtrack): Fix call to run-hooks.
12264
12265 * cmuscheme.el (cmuscheme-program-name): Renamed from
12266 scheme-program-name because xscheme.el contains a defcustom with
12267 the same name. As a consequence, customizing group `cmuscheme'
12268 loaded `xscheme' which redefined run-scheme.
12269 (run-scheme): Use cmuscheme-program-name.
12270
12271 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12272
12273 * play/doctor.el (doctor-death): Update the Samaritans'
12274 anonymous address, and add a website for Befrienders International.
12275
12276 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12277
12278 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12279 Avoid compilation gripes. Doc fix.
12280 (ps-print-version): New version number (6.2).
12281 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12282 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12283 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12284 (ps-x-extent-priority, ps-x-extent-start-position)
12285 (ps-x-face-font-instance, ps-x-find-coding-system)
12286 (ps-x-font-instance-properties, ps-x-make-color-instance)
12287 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12288 avoid compilation gripes without defining functions.
12289 (ps-e-find-composition): Alias for function find-composition, to have a
12290 suitable function depending on Emacs version.
12291 (ps-color-device, ps-color-values, ps-face-foreground-name)
12292 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12293 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12294 (ps-print-ensure-fontified): Function definitions surrounded by
12295 `eval-and-compile' to avoid compilation gripes.
12296 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12297 by symbol-value to avoid compilation gripes.
12298 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12299 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12300
12301 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12302
12303 * startup.el (normal-top-level): Call `frame-set-background-mode'
12304 after `frame-notice-user-settings' because the latter doesn't call
12305 the former on a tty.
12306
12307 * faces.el (frame-set-background-mode): `unspecified' &c are
12308 symbols, not strings.
12309
12310 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12311
12312 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12313 why some "light*" colors are deliberately absent from the alist.
12314
12315 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12316 Change colors for tty's, as suggested by Miles Bader.
12317
12318 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12319
12320 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12321 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12322 for ISO10646-1 fonts.
12323 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12324
12325 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12326
12327 * faces.el (frame-set-background-mode): If a tty frame defines a
12328 background color, use that to compute the background mode, instead
12329 of always defaulting to "dark".
12330
12331 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12332
12333 * comint.el (comint-write-output): New function.
12334 (comint-mode-map): Add it to the menu.
12335 Bind `C-c C-s' to comint-write-output.
12336
12337 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12338
12339 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12340 Use fancy-splash-delay.
12341
12342 2000-10-18 Alex Schroeder <alex@gnu.org>
12343
12344 * progmodes/sql.el (sql-sybase-options): New option.
12345 (sql-sybase): Use it. Add sql-database to the list of parameters
12346 provided for login. The options -w 2048 -n are not used any more.
12347
12348 * comint.el (comint-read-input-ring): Bugfix such that the first
12349 and the last entry of the input ring file are not lost.
12350
12351 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12352
12353 * ps-print.el: Internal variable changes to defcustom,
12354 make-local-hook changes to defvar. Doc fix.
12355 (ps-print-version): New version number (6.1).
12356 (ps-setup, ps-do-despool): Code fix.
12357 (ps-printer-name): Customization fix.
12358 (ps-printer-name-option): Now is a defcustom instead of an
12359 internal variable.
12360 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12361 (ps-print-begin-column-hook): Now are defvar instead of
12362 make-local-hook.
12363
12364 2000-10-18 Miles Bader <miles@gnu.org>
12365
12366 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12367 (comint-kill-output): Changed into an alias for `comint-delete-output',
12368 and made obsolete.
12369 (comint-mode-map): Rename references to comint-kill-output.
12370
12371 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12372
12373 * diff-mode.el (diff-header-face, diff-file-header-face)
12374 (diff-changed-face): Add bold and italic attributes to tty faces.
12375 (diff-function-face): New face.
12376 (diff-font-lock-keywords): Use it.
12377
12378 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12379
12380 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12381 Remove commented-out call to force-mode-line-update.
12382 (comint-kill-output): Use `forward-line 0' instead of
12383 beginning-of-line to make sure we get past the prompt.
12384
12385 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12386
12387 * diff-mode.el (diff-header-face, diff-file-header-face):
12388 Add specific setting for dark background.
12389 (diff-context-face): Renamed from diff-comment-face.
12390 Set explicitly rather than inheriting from font-lock-comment-face.
12391
12392 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12393
12394 * startup.el (command-line): Move the code which sets the default
12395 TTY colors to before before-init-hook.
12396
12397 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12398
12399 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12400
12401 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12402
12403 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12404 extensions, for MS-DOS.
12405
12406 * diff-mode.el (diff-header-face, diff-file-header-face)
12407 (diff-changed-face): Define tty-specific colors.
12408
12409 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12410
12411 * startup.el (fancy-splash-text): Realign the text.
12412
12413 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12414
12415 * font-lock.el (font-lock-comment-face): Define a separate default
12416 for dark-background tty's.
12417
12418 2000-10-17 Miles Bader <miles@gnu.org>
12419
12420 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12421 being obscured by whizzy mode-lines on graphics displays.
12422
12423 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12424
12425 * info.el (Info-title-1-face, Info-title-2-face)
12426 (Info-title-3-face): Define colors for tty's.
12427 (info-header-node): Remove unneeded tty-specific definition.
12428
12429 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12430
12431 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12432 reverse from the frame parameters, and don't invert foreground and
12433 background colors.
12434
12435 2000-10-16 Miles Bader <miles@gnu.org>
12436
12437 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12438 string "*Info*". Call propertized-buffer-identification to spruce
12439 up the result.
12440
12441 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12442
12443 * help.el: Provide `help' for the sake of define-minor-mode
12444 which generates defcustoms with requires.
12445
12446 * jit-lock.el (jit-lock-after-change): If we're in text that
12447 matches a multi-line font-lock pattern, make sure the whole text
12448 will be redisplayed.
12449
12450 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12451 author's name is unknown.
12452
12453 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12454 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12455 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12456 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12457 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12458 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12459 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12460 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12461 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12462 Add author information.
12463
12464 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12465
12466 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12467 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12468 full-color version (using the Gimp) to eliminate dithering artifacts.
12469
12470 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12471
12472 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12473
12474 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12475
12476 2000-10-15 Dave Love <fx@gnu.org>
12477
12478 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12479
12480 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12481
12482 * whitespace.el: Doc fixes.
12483 (top-level): Don't add hooks here.
12484 (whitespace-running-emacs): Deleted.
12485 (timer): Don't require.
12486 (whitespace): Add back :version conditional on xemacs test.
12487 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12488 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12489 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12490 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12491 Avoid specific xemacs test.
12492 (whitespace-global-mode): New option.
12493 (whitespace-global-mode): New command.
12494 (whitespace-unload-hook): New function.
12495
12496 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12497 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12498 (Info-fontify-node): `Goto' goes to `Go to'.
12499 (Info-fontify-node): Add help-echo to xref links.
12500
12501 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12502
12503 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12504
12505 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12506
12507 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12508 Use plist-get and allow :inherit.
12509
12510 * emacs-lisp/cl-macs.el (cl-do-arglist):
12511 Use plist-get and plist-member instead of memq.
12512
12513 * emacs-lisp/ewoc.el (ewoc-location): New function.
12514 (ewoc-enter-after, ewoc-enter-before): Document return value.
12515 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12516 Don't need make-local-hook any more.
12517 (cvs-addto-collection): Return the new tin.
12518 (cvs-mode-insert): Jump to the new line.
12519
12520 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12521
12522 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12523
12524 * font-lock.el (font-lock-syntactically-fontified): New var.
12525 (font-lock-fontify-syntactic-keywords-region): Use it.
12526 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12527
12528 * diff-mode.el (diff-find-file-name): Fix regexp.
12529
12530 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12531 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12532
12533 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12534 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12535 (sh-mode): Don't make all vars local here.
12536 (sh-kw): Reformat.
12537 (sh-set-shell): Use dolist. Don't set indent-region-function.
12538 (sh-mode-syntax-table): Use pop.
12539 (sh-remember-variable): Use push.
12540 (sh-help-string-for-variable): Use memq.
12541 (sh-safe-backward-sexp): Remove.
12542 (sh-safe-forward-sexp): Add ARG.
12543 (sh-get-indent-info, sh-prev-stmt): Use it.
12544 (sh-prev-line): Simplify by using forward-comment.
12545 (sh-this-is-a-continuation): Simplify.
12546 (sh-learn-buffer-indent): Use dolist.
12547 (sh-do-nothing): Remove.
12548 (sh-set-char-syntax, sh-set-here-doc-region):
12549 Use inhibit-modification-hooks.
12550 (sh-name-style): Use mapcar and push.
12551 (sh-load-style): Use dolist.
12552 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12553 (sh-case, sh-while-getopts): Use propertize directly rather
12554 than sh-electric-rparen.
12555
12556 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12557
12558 * textmodes/tex-mode.el: Require CL when compiling.
12559 (tex-mode-syntax-table): Init immediately.
12560 (tex-mode-map): Bind M-RET to latex-insert-item.
12561 (latex-mode): Set indent-line-function to latex-indent.
12562 (tex-common-initialization): Don't setup the syntax-table any more.
12563 (latex-insert-item): New skeleton.
12564 (tex-next-unmatched-end): Fix copy/paste braino.
12565 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12566 (latex-indent, latex-find-indent): New functions.
12567 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12568 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12569 (tex-compilation-parse-errors): Use with-syntax-table.
12570
12571 2000-10-15 Miles Bader <miles@gnu.org>
12572
12573 * font-lock.el (font-lock-comment-face): Change dark-background,
12574 color, non-tty, default to `chocolate1'.
12575
12576 2000-10-13 John Wiegley <johnw@gnu.org>
12577
12578 * eshell/esh-util.el (require): Added a missing `require' form,
12579 needed when compiling (for an ange-ftp macro definition).
12580
12581 2000-10-13 Dave Love <fx@gnu.org>
12582
12583 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12584
12585 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12586
12587 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12588
12589 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12590 transparent -colors 8).
12591
12592 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12593
12594 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12595 that breaks with old list format timestamps.
12596 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12597 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12598
12599 2000-10-13 John Wiegley <johnw@gnu.org>
12600
12601 * align.el, pcomplete.el, calendar/timeclock.el,
12602 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12603
12604 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12605 faulty math, where holiday hours were being computing as seconds.
12606
12607 2000-10-13 John Wiegley <johnw@gnu.org>
12608
12609 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12610 specifying what "other" kinds of buffers should be saved.
12611 This used to be hard-coded.
12612 (desktop-buffer-misc-functions): A global for specifying how
12613 auxiliary data should be determined for special buffer types.
12614 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12615 instead of hard-coding the special buffer types.
12616 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12617 auxiliary data, instead of hard-coding for Info buffers and dired.
12618 (desktop-buffer-info-misc-data): Aux function for determining Info
12619 buffer auxiliary info.
12620 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12621 (desktop-buffer-info): Changed this function to use the info
12622 gathered above.
12623 (desktop-create-buffer): Be a little more careful about what
12624 `minor-mode' means before calling it. This is important for some
12625 buffer types.
12626
12627 2000-10-13 John Wiegley <johnw@gnu.org>
12628
12629 * eshell/esh-util.el: Added a global form which declares an
12630 autoload for `parse-time-string', if that function is not already
12631 defined, and if parse-time.el is available on the user's system.
12632
12633 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12634 to be aware of ange-ftp user info.
12635 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12636 (eshell-ls-annotate): Use `eshell-file-attributes'.
12637 (eshell-ls-file): Made the user-id printing code a bit smarter.
12638
12639 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12640 allow identification of alias user ids in remote directories.
12641 It's manual, but there's no other way to know when the current user
12642 on the local machine, is also the owning user on the remote machine.
12643 (fboundp): Bind `ange-cache'.
12644 (eshell-directory-files-and-attributes): Re-organized the logic a
12645 bit to use `eshell-file-attributes' instead of `file-attributes'.
12646 The former is more sensitive to directories that are read via FTP,
12647 and knows how to use ange-ftp to determine full attribute
12648 information, instead of just the name and last modtime.
12649 (eshell-current-ange-uids): Return the current user id when in a
12650 remote directory.
12651 (eshell-parse-ange-ls): Parse a full directory listing that has
12652 been returned by ange-ftp.
12653 (eshell-file-attributes): This beefed up version of
12654 `file-attributes' is only special if the user is currently in a
12655 remote directory, in which case it does a lot of work to find out
12656 what the real attributes of a file are, as they appear on the
12657 remote machine. This makes usage of remote directories (i.e.,
12658 ange-ftp pathnames) much more useful. You can now use Eshell as a
12659 full-fledged FTP client, with much more manipulation ability than
12660 most other clients.
12661
12662 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12663 variable, which means that Eshell's du should always be preferred
12664 in remote directories.
12665 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12666 just `file-attributes'.
12667 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12668 when reading remote directories. This is an Eshell-specific
12669 variable (not part of ange-ftp).
12670 (eshell/ln): Bind `ange-cache'.
12671 (eshell/du): Added some extra logic for determining when to use
12672 Eshell's du (which is slow), and when to use the external version
12673 (which may or may not exist).
12674
12675 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12676 Call `eshell-interactive-process', rather than using
12677 `get-buffer-process', since backgrounded processes don't count in
12678 the context of this function's logic.
12679
12680 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12681 `forward-char', so that null strings are parsed correctly.
12682
12683 2000-09-13 John Wiegley <johnw@gnu.org>
12684
12685 * eshell/em-pred.el (eshell-pred-file-type)
12686 (eshell-pred-file-links, eshell-pred-file-size):
12687 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12688
12689 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12690 that remote file globbing is more efficient.
12691
12692 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12693 gathering the files and attributes within a directory.
12694
12695 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12696 the command line is a special file (not a regular file, directory
12697 or symlink), always attempt to call the external version of cat.
12698
12699 2000-09-13 John Wiegley <johnw@gnu.org>
12700
12701 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12702 Eshell-friendly version of find-tag.
12703
12704 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12705
12706 * image-file.el (image-file-name-extensions)
12707 (image-file-name-regexps): Add autoload cookies.
12708
12709 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12710
12711 * international/mule-cmds.el (select-safe-coding-system): If FROM
12712 is string, show it in *Warning* buffer.
12713
12714 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12715
12716 * startup.el (normal-top-level): Use display-popup-menus-p instead
12717 of window-system.
12718 (command-line): Use display-graphic-p instead of window-system.
12719 (command-line-1): Use display-popup-menus-p and display-mouse-p
12720 instead of window-system.
12721
12722 2000-10-12 Sam Steingold <sds@gnu.org>
12723
12724 * tooltip.el (tooltip-use-echo-area): New user variable.
12725 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12726
12727 2000-10-12 Dave Love <fx@gnu.org>
12728
12729 * recentf.el: Maintainer's checkdoc fixes.
12730
12731 * startup.el (normal-top-level-add-subdirs-to-load-path):
12732 Use character class, not ASCII when matching file names.
12733 (fancy-splash-head): Add trailing slash to URL.
12734 (command-line): Don't require XPM support for toolbar.
12735
12736 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12737 (cperl-invalid-face): Revert last change.
12738 (cperl-init-faces): Quote cperl-invalid-face.
12739
12740 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12741
12742 * startup.el (fancy-splash-text): Remove superfluous quote.
12743
12744 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12745
12746 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12747 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12748 (command-line-1): Don't use fancy-splash-pending-command.
12749 (fancy-splash-screens-1): Goto point-min after inserting text.
12750
12751 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12752
12753 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12754 instead of shared-lisp-mode-map.
12755
12756 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12757
12758 * faces.el (header-line): Change tty-variant to use underlining.
12759
12760 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12761 (isearch-highlight): Restore lazy-isearch face properties at old
12762 position, and suppress them at new position.
12763 (isearch-dehighlight): Restore lazy-isearch face properties.
12764 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12765 over the real isearch overlay, but in that case, don't give it a
12766 face property. Use `push'.
12767
12768 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12769
12770 * man.el (Man-getpage-in-background): Fix previous change.
12771 Decode the process output only when we are in multibyte mode.
12772
12773 2000-10-11 Dave Love <fx@gnu.org>
12774
12775 * info.el (Info-mode-menu): Fix some help.
12776 (info-tool-bar-map): Add entry for Info-last.
12777
12778 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12779 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12780 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12781 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12782 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12783 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12784 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12785 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12786 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12787 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12788 Reduce colour requirements to 25 overall. (Probably wants
12789 revisiting from the originals to reduce further.)
12790
12791 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12792
12793 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12794 buffer-file-coding-system, instead of raw-text.
12795 (dehexlify-buffer): Bind coding-system-for-read to
12796 buffer-file-coding-system, instead of raw-text.
12797
12798 2000-10-11 Sam Steingold <sds@gnu.org>
12799
12800 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12801 `underline' - fixes the bug introduced on 2000-09-21.
12802
12803 2000-10-11 Dave Love <fx@gnu.org>
12804
12805 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12806 Avoid compiler warnings.
12807 (scheme-mode): Doc fix.
12808 (scheme-font-lock-keywords-1): Match `define-syntax'.
12809
12810 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12811
12812 * faces.el (frame-set-background-mode): Pay attention to saved
12813 face specs as well as default ones. Only do anything if the
12814 bg-mode or display-type has actually changed. Use `dolist'.
12815 (region): Make dark-background `region' face less in-your-face.
12816
12817 2000-10-10 Sam Steingold <sds@gnu.org>
12818
12819 * chistory.el, ielm.el, ledit.el:
12820 * progmodes/inf-lisp.el, progmodes/scheme.el:
12821 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12822
12823 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12824
12825 * textmodes/texinfo.el: Update copyright and fix typo.
12826
12827 * desktop.el (desktop-modes-not-to-save): New var.
12828 (desktop-save-buffer-p): Use it.
12829 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12830 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12831
12832 2000-10-10 Dave Love <fx@gnu.org>
12833
12834 * toolbar/tool-bar.el (tool-bar-add-item)
12835 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12836
12837 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12838 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12839 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12840 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12841 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12842 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12843 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12844 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12845 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12846 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12847 the .xpms; probably need retouching.
12848
12849 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12850
12851 * subr.el (add-to-list): Add optional argument APPEND.
12852 * battery.el (display-battery): Use `add-to-list'.
12853
12854 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12855
12856 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12857 properties.
12858 (zone, zone-when-idle, zone-leave-me-alone)
12859 (zone-pgm-whack-chars): Use new symbol properties.
12860
12861 * battery.el (display-battery): Doc spelling fix.
12862
12863 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12864 property.
12865
12866 2000-10-09 Dave Love <fx@gnu.org>
12867
12868 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12869 has been initialized before calling tool-bar-setup.
12870 (tool-bar-add-item-from-menu): Add autoload cookie.
12871
12872 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12873
12874 * menu-bar.el (send-mail-item-name): New function.
12875 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12876 of mail-user-agent in the menu. Don't display the "Send Mail"
12877 item if mail-user-agent is nil or its value is ignore.
12878 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12879 if read-mail-command is nil or its value is ignore.
12880
12881 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12882
12883 2000-10-09 Miles Bader <miles@gnu.org>
12884
12885 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12886 Correct image size.
12887 * toolbar/left_arrow.xpm: Correct image size.
12888
12889 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12890 will be done by the definition of `auto-compression-mode' if
12891 necessary. Move code to uninstall existing file-name handler
12892 before definition of `auto-compression-mode'.
12893
12894 * image-file.el (auto-image-file-mode): Move to the end of the
12895 file, because `define-minor-mode' actually calls the mode-function
12896 if the associated variable is non-nil, which requires that all
12897 needed functions be already defined.
12898
12899 * mouse.el (popup-menu): Balance parens.
12900
12901 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12902
12903 * mouse.el (popup-menu): Move the command call outside the loop
12904 so that popup-menu returns whatever the command returns.
12905
12906 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12907 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12908 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12909 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12910
12911 * vc.el (vc-version-diff): diff-switches can be a list.
12912 Use relative filenames for prettier output.
12913
12914 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12915 (vc-post-command-functions): Remove old-VC compatibility code.
12916
12917 * newcomment.el (comment-indent-default): Autoload.
12918
12919 * font-lock.el (font-lock-defaults): Make buffer-local.
12920 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12921 (font-lock-choose-keywords):
12922 Ignore LEVEL unless KEYWORDS is a list of syms.
12923 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12924 Don't wrap regexp-opt things in \(...\) unnecessarily.
12925
12926 * jit-lock.el: Don't require font-lock any more.
12927 (jit-lock-functions): Make buffer-local.
12928 (jit-lock-saved-fontify-buffer-function): Remove.
12929 (jit-lock-mode): Remove autoload cookie.
12930 Remove font-lock specific code.
12931 (jit-lock-unregister): Don't bother handling complex hooks any more.
12932 (jit-lock-refontify): New function.
12933 (jit-lock-fontify-buffer): Use it.
12934 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12935 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12936 Add optional args START and END.
12937 Never call font-lock-fontify-region directly.
12938 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12939
12940 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12941
12942 2000-10-08 Dave Love <fx@gnu.org>
12943
12944 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12945
12946 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12947
12948 * play/studly.el (studlify-region, studlify-word): Add autoload
12949 cookie.
12950
12951 * play/morse.el (morse-region, unmorse-region): Add autoload
12952 cookie.
12953
12954 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12955 concat.
12956
12957 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12958 insist on symbols starting with word syntax.
12959 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12960 (eval-defun-1): Doc fix.
12961 (indent-sexp): Use nconc to build up indent-stack.
12962
12963 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12964 Gnus with little use.
12965 (mail-setup-hook): Add mail-abbrevs-setup to options.
12966
12967 * recentf.el: Doc fixes.
12968
12969 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12970 Clean up remainder.
12971
12972 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12973 without timezone and (8) with timezone to enforce some whitespace.
12974 Simplify code somewhat.
12975
12976 * options.el (list-options): Doc that you should use customize.
12977
12978 * iswitchb.el (iswitchb-mode): Add :require.
12979
12980 * info.el (Info-goto-node, Info-menu): Doc fix.
12981 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12982 (info-tool-bar-map): New variable.
12983 (Info-mode): Use it.
12984 (Info-edit-map): Define all in defvar.
12985 (speedbar-attached-frame): Avoid compiler warning.
12986
12987 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12988 (global-map): Bind [tool-bar] to a filtered map.
12989 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12990 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12991 Allow PBM icons.
12992 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12993
12994 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12995 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12996 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12997 icons, except up_arrow, which is left-arrow rotated.
12998
12999 * imenu.el (imenu-add-to-menubar): Fix last change.
13000
13001 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
13002
13003 * generic-x.el (rul-generic-mode): Remove eval-when-compile
13004 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
13005
13006 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13007
13008 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
13009 typos in doc strings.
13010
13011 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
13012 the doc strings how to customize Font Lock faces.
13013
13014 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
13015 computing growth when dragging the header line.
13016
13017 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13018
13019 * simple.el (kill-line): Doc fix.
13020
13021 2000-10-08 Miles Bader <miles@gnu.org>
13022
13023 * faces.el (secondary-selection): Make foreground visible on tty.
13024
13025 * jka-compr.el (auto-compression-mode): Move to the end of the
13026 file, because `define-minor-mode' actually calls the mode-function
13027 if the associated variable is non-nil, which requires that all
13028 needed functions be already defined.
13029 (with-auto-compression-mode): Add autoload cookie.
13030
13031 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13032
13033 * files.el (find-backup-file-name) [ms-dos]: If support for long
13034 file names is not available, behave as if version-control were set
13035 to never.
13036
13037 2000-10-07 Dave Love <fx@gnu.org>
13038
13039 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13040 (browse-url-gnome-moz): New function.
13041 (browse-url-browser-function): Use it.
13042 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13043
13044 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13045
13046 * indent.el (tab-always-indent): New var.
13047 (indent-for-tab-command): Use it.
13048
13049 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13050 raise an error. This way it can still default to a sane value.
13051
13052 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13053
13054 * startup.el (fancy-splash-screens): Use local rather than global map.
13055 Don't use `update-menu-bindings' any more.
13056 Get rid of assumptions about keymap representation.
13057
13058 2000-10-06 Dave Love <fx@gnu.org>
13059
13060 * textmodes/fill.el (sentence-end-double-space)
13061 (sentence-end-without-period): Doc fix.
13062 (adaptive-fill-regexp): Purecopy.
13063 (unjustify-current-line): Use line-end-position.
13064 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13065
13066 * net/eudc-vars.el (eudc): Add :version, :link.
13067
13068 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13069
13070 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13071 Fix for define-minor-mode.
13072 (function-at-point): Alias to function-called-at-point.
13073
13074 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13075
13076 * simple.el (backward-word): Doc fix.
13077
13078 * image-file.el (image-file-name-regexp): image-file-regexps ->
13079 image-file-name-regexps.
13080 (image-file-name-extensions): Add pbm.
13081
13082 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13083
13084 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13085 and add filename to the names so that diff-mode can jump to source.
13086
13087 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13088 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13089 (tex-font-lock-keywords-1): Remove.
13090 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13091 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13092 (font-lock-default-fontify-region):
13093 Expand beg..end correctly when just following a multiline region.
13094 (font-lock-fontify-anchored-keywords):
13095 Include the anchor text as part of the multiline.
13096
13097 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13098
13099 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13100 latter needs the autoloaded define-minor-mode macro during the
13101 bootstrap.
13102
13103 * startup.el (command-line): For now, activate tool-bar-mode only
13104 if XPM images are supported.
13105
13106 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13107 window by dragging a header-line at the top of the frame; that's
13108 confusing because the header-line doesn't move.
13109 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13110 of treating the event as a list. Some cleanup.
13111
13112 2000-10-06 Miles Bader <miles@gnu.org>
13113
13114 * simple.el (display-message-or-buffer): New function.
13115 (shell-command-on-region): Use `display-message-or-buffer'.
13116
13117 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13118 docstring parts.
13119
13120 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13121 (smbclient-prompt-regexp): Add usage note to doc string.
13122 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13123 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13124 Use add-hook for adding the comint filter function, and only do so
13125 if it's not already in the global hook list.
13126 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13127 to `make-local-variable'.
13128 (nslookup-font-lock-keywords): Remove prompt entry.
13129 (nslookup): Don't set the process-filter.
13130 (finger): Exit the loop correctly when the regexps list runs out.
13131 (ftp, smbclient, smbclient-list-shares):
13132 Set the real major mode immediately, not after execing.
13133 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13134
13135 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13136
13137 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13138
13139 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13140
13141 * which-func.el (which-func-format): Remove spurious space.
13142 (which-func-mode): Don't make it permanent-local.
13143 (which-func-ff-hook): Allow which-func-maxout to be nil.
13144 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13145 (which-func-mode): Simplify.
13146 Use post-command-idle-hook rather than post-command-hook.
13147 Go through all buffers and update their state.
13148 (which-function): Also try add-log-current-defun-function.
13149
13150 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13151 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13152 Update call to with-vc-properties accordingly.
13153 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13154 (vc-revert-buffer): More careful about window selection and deletion.
13155 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13156
13157 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13158 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13159 (cvs-dired-action): Change the default to quickdir.
13160
13161 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13162 if comment-indent-function returns nil.
13163 (comment-indent-default): New function.
13164 (comment-indent-function): Use it and document the new semantics.
13165
13166 * image-file.el: Docstring fixes.
13167
13168 * help.el (help-xref-on-pp): Use match-string.
13169 (describe-variable): New arg BUFFER.
13170 Store the current buffer in the help-xref-stack.
13171 (temp-buffer-resize-mode): Use define-minor-mode.
13172
13173 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13174 consistently with its docstring.
13175 Set jit-lock-first-unfontify-pos in an idempotent way.
13176 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13177
13178 2000-10-05 Alex Schroeder <alex@gnu.org>
13179
13180 * sql.el (sql-mysql-options): New variable.
13181 (sql-mysql): Use it.
13182
13183 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13184
13185 * image.el (image): New group.
13186
13187 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13188 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13189
13190 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13191
13192 * net/net-utils.el (nslookup-font-lock-keywords)
13193 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13194 Ignore the value of wqindow-system; always define keywords
13195
13196 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13197
13198 * startup.el (fancy-splash-screens): Remove the code for
13199 debugging; `(trace-to-stderr "EXITTT\n")'.
13200
13201 2000-10-05 Miles Bader <miles@gnu.org>
13202
13203 * diff-mode.el (diff-goto-source): Update call to
13204 `diff-hunk-status-msg' to reflect new REV variable.
13205
13206 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13207
13208 * progmodes/icon.el (icon-mode):
13209 Don't gratuitously override the default for comment-column.
13210
13211 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13212
13213 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13214 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13215 (jit-lock-functions): New var.
13216 (jit-lock-function-1): Use it if non-nil.
13217 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13218 Set the `fontified' property before doing the fontification to avoid
13219 repeatedly going through the same error.
13220 Don't turn errors into messages.
13221 (jit-lock-register, jit-lock-unregister): New functions.
13222
13223 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13224 Use with-current-buffer.
13225
13226 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13227 Turn comment into docstring.
13228
13229 * apropos.el (apropos-mode): Use define-derived-mode.
13230
13231 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13232
13233 * startup.el (fancy-splash-pending-command): New variable.
13234 (fancy-splash-pre-command): New function.
13235 (fancy-splash-screens): Rewritten.
13236 (command-line-1): If fancy-splash-pending-command is set, call it
13237 interactively.
13238
13239 2000-10-04 Dave Love <fx@gnu.org>
13240
13241 * toolbar/tool-bar.el (tool-bar-setup): New function.
13242 (tool-bar-mode): Use it.
13243
13244 * subr.el (substitute-key-definition): Doc fix.
13245 (play-sound-file): New command.
13246
13247 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13248
13249 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13250 vc-version-backup-file-name): New functions.
13251
13252 * files.el (basic-save-buffer): Call vc-before-save before saving.
13253
13254 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13255 vc-cvs-stay-local-p.
13256
13257 * vc.el (vc-revert-buffer): Handle empty diff properly.
13258 (vc-version-backup-file): New function.
13259 (vc-checkout): Create a version backup if necessary.
13260 (vc-checkin): If a version backup file exists, delete it.
13261 (vc-version-diff): Diff locally using version backups, if available.
13262 (vc-revert-file): If there's a version backup, revert locally.
13263 (vc-transfer-file): Use version backup for base version, if
13264 available. If not, ask for confirmation whether to get it from the
13265 server. Update mode line before check-in.
13266
13267 2000-10-04 Dave Love <fx@gnu.org>
13268
13269 * toolbar/tool-bar.el (tool-bar-setup): New function.
13270 (tool-bar-mode): Use it.
13271
13272 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13273
13274 * net/net-utils.el (nslookup-font-lock-keywords)
13275 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13276 Only set if window-system is non-nil
13277 (net-utils-run-program): Returns buffer.
13278 (network-connection-reconnect): Added this function.
13279
13280 * generic.el:
13281 Incorporates extensive cleanup and docfixes by
13282 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13283 Uses cl compile-time macros.
13284 (generic-mode-name, generic-comment-list)
13285 (generic-keywords-list, generic-font-lock-expressions)
13286 (generic-mode-function-list, generic-mode-syntax-table):
13287 Removed variables.
13288 (generic-mode-alist): Renamed to generic-mode-list.
13289 (generic-find-file-regexp): Default changed to "^#".
13290 (generic-read-type): Uses completing read on generic-mode-list.
13291 (generic-mode-sanity-check): removed this function.
13292 (generic-add-to-auto-mode): Removed this function
13293 (generic-mode-internal): Bind mode-specific definitions
13294 into function instead of putting them in alist.
13295 (generic-mode-set-comments): Reworked extensively.
13296 (generic-mode-find-file-hook): Simplified regexp searching
13297 (generic-make-keywords-list): Omit extra pair of parens
13298
13299 * find-lisp.el (find-lisp-find-files-internal):
13300 Make sure directory name ends with "/".
13301
13302 * generic-x.el (apache-conf-generic-mode):
13303 Regexp now allows leading whitespace.
13304 (rc-generic-mode): Added eval-when-compile
13305 around generic-make-keywords-list.
13306 Deleted duplicate regexp
13307 (rul-generic-mode): Added eval-when-compile
13308 around generic-make-keywords-list.
13309 (etc-fstab-generic-mode): New generic mode.
13310 (rul-generic-mode): Removed one eval-when-compile
13311 which caused a max-specpdl-size exceeded error.
13312
13313 2000-10-04 Miles Bader <miles@gnu.org>
13314
13315 * simple.el (minibuffer-temporary-goal-position): New variable.
13316 (next-history-element): Try to keep the position of point in the
13317 input string constant.
13318
13319 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13320 (dired-do-create-files): If there's only one file, pass it in as
13321 the DEFAULT arg to dired-mark-read-file-name.
13322
13323 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13324
13325 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13326 (diff-goto-source): Be smarter when choosing REVERSE or not.
13327
13328 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13329 (texinfo-mode-menu): Add an explicit shortcut for update all.
13330
13331 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13332
13333 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13334 factorize backend-specific code cleanly (this was essentially
13335 conceived by Stefan Monnier).
13336 (vc-unregister): Function removed.
13337 (vc-revert-file): New function.
13338 (vc-revert-buffer): Delegate some of the work to it.
13339
13340 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13341 default branch unconditionally.
13342 (vc-rcs-set-default-branch): New function.
13343 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13344 (vc-rcs-checkin): If an appropriate default branch has been set,
13345 force creation of that branch.
13346 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13347 code (as suggested by Stefan Monnier).
13348
13349 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13350
13351 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13352 highlighting overlay with a different face over the overlay
13353 isearch uses to highlight the current match because that can lead
13354 to bad face combinations.
13355
13356 * loadup.el (toplevel): Load faces before isearch.
13357
13358 * isearch.el (isearch-faces): New custom group.
13359 (isearch): New defface; was already tested for in the code.
13360 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13361 (isearch-highlight): Always use face `isearch'.
13362
13363 2000-10-02 Dave Love <fx@gnu.org>
13364
13365 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13366 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13367 comparison of opcode with operand.
13368
13369 2000-10-03 Miles Bader <miles@gnu.org>
13370
13371 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13372 buffer, since the echo area will now grow to accommodate them.
13373
13374 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13375
13376 * vc-hooks.el (vc-registered): If FILE used to be registered under
13377 a certain backend, try that one first.
13378
13379 * vc.el (vc-responsible-backend): Undo the previous change in the
13380 argument list. Handle multiple backends correctly.
13381 (vc-find-new-backend): Function removed.
13382 (vc-register): Use vc-responsible-backend, as before.
13383 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13384
13385 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13386
13387 * startup.el (fancy-splash-head): Change message below the
13388 logo.
13389
13390 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13391
13392 * diff-mode.el (diff-goto-source): Emit a status message.
13393 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13394 (diff-test-hunk): Fix doc string.
13395 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13396 (diff-advance-after-apply-hunk): New variable.
13397 (diff-apply-hunk): Don't return a value.
13398
13399 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13400
13401 * vc.el (vc-editable-p): Minor optimization.
13402 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13403 (vc-find-new-backend): New function split from vc-responsible-backend.
13404 (vc-register): Use it.
13405 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13406 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13407 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13408 (vc-clear-headers): Don't use find-file.
13409 (vc-revert-buffer): Use `and' again (must have been a braino).
13410 (vc-switch-backend): Only prompt if requested.
13411 Short circuit if nothing is to be done.
13412 Don't use vc-resynch-buffer which could lose unsaved editing.
13413 (vc-default-receive-file): Update call to vc-unregister.
13414 (with-vc-file, vc-next-action-on-file):
13415 Use vc-backend rather than vc-registered.
13416 (vc-next-action-on-file): Use intern-soft.
13417 Deal with read-only *vc-diff* buffer.
13418 (vc-transfer-file): Docstring fix.
13419
13420 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13421 (vc-rcs-receive-file): Avoid with-vc-properties.
13422 Update call to vc-unregister.
13423 Use constant `RCS' rather than (dynamically bound) var `backend'.
13424
13425 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13426
13427 * vc.el (vc-next-action-on-file): Update mode line only if file
13428 is visited.
13429 (vc-start-entry): New argument initial-contents. Don't visit the file
13430 if it isn't already visited. Brought documentation up-to-date.
13431 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13432 (vc-checkin): New optional arg initial-contents, which is passed to
13433 vc-start-entry.
13434 (vc-finish-logentry): Make sure to bury log buffer only if there
13435 really is one. Call `vc-resynch-buffer' on log-file, not
13436 buffer-file-name.
13437 (vc-default-comment-history, vc-default-wash-log): New functions.
13438 (vc-index-of): Removed.
13439 (vc-transfer-file): Make do without the above.
13440 (vc-default-receive-file): Call comment-history unconditionally. Pass
13441 the resulting string to vc-checkin, instead of inserting it into the
13442 comment ring.
13443
13444 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13445 unconditionally. Use the comments as initial contents of the log
13446 entry buffer. Document the trick to force branch creation with no
13447 changes.
13448
13449 2000-10-01 Miles Bader <miles@gnu.org>
13450
13451 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13452 `recenter' with an arg to prevent redrawing the display.
13453
13454 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13455
13456 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13457
13458 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13459
13460 * progmodes/c-mode.el (c-mode):
13461 Don't gratuitously override the default for comment-column.
13462
13463 * textmodes/tex-mode.el (latex-metasection-list): New var.
13464 (latex-imenu-create-index): Use it.
13465 Move the regexp construction outside loops (and use push).
13466 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13467 (tex-font-lock-keywords): Moved from font-lock.el.
13468 (tex-comment-indent): Remove.
13469 (tex-common-initialization): Don't set comment-indent-function.
13470 (latex-block-default): New var.
13471 (tex-latex-block): Use it to provide a default choice.
13472 Add any unknown choice to latex-block-names.
13473 Insert [...] after {...}.
13474 (tex-last-unended-begin): Simplify regexp.
13475 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13476 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13477 (latex-mode): Set forward-sexp-function.
13478
13479 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13480 Add regexp for @ignore ... @end ignore.
13481 (texinfo-heading-face): New face.
13482 (texinfo-font-lock-keywords): Use it.
13483 (texinfo-mode-menu): New menu.
13484 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13485 New functions.
13486 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13487 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13488 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13489 Remove declaration.
13490 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13491
13492 * delsel.el (delete-selection-mode): Use define-minor-mode.
13493
13494 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13495
13496 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13497
13498 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13499
13500 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13501
13502 * replace.el (keep-lines-read-args): New function.
13503 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13504 read arguments interactively. Add parameters RSTART and REND.
13505 Operate on the active region in Transient Mark mode.
13506
13507 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13508
13509 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13510 (authors-obsolete-files-regexps): New variable.
13511 (authors-add): Don't record changes in obsolete files.
13512
13513 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13514
13515 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13516
13517 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13518 (comment-indent): Make sure there's a space between code and comment.
13519 Shift comments left to avoid going past fill-column.
13520
13521 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13522
13523 * startup.el (startup-echo-area-message): New function.
13524 (display-startup-echo-area-message): Use it.
13525 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13526 (fancy-splash-default-action): New function.
13527 (fancy-splash-screens-1): New function.
13528 (fancy-splash-head): Put a help-echo and a keymap under the image.
13529
13530 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13531
13532 * diff-mode.el (diff-add-log-file-name): Remove.
13533 (diff-mode): Use add-log-buffer-file-name-function.
13534
13535 * add-log.el (find-change-log): New arg BUFFER-FILE.
13536 (add-log-file-name): Obey add-log-file-name-function.
13537 (add-log-buffer-file-name-function): New var.
13538 (add-change-log-entry): Use it.
13539
13540 2000-09-29 Miles Bader <miles@gnu.org>
13541
13542 * image-file.el (image-file-name-extensions): New variable.
13543 (image-file-name-regexps): Renamed from `image-file-regexps'.
13544 New default value is nil. Call `auto-image-file-mode'.
13545 (image-file-name-regexp): New function.
13546 (auto-image-file-mode): New minor mode.
13547 (insert-image-file): Don't make conditional on the image-file
13548 handler being enabled.
13549 (image-file-handler): Make the call here conditional instead.
13550 (set-image-file-handler-enabled, enable-image-file-handler)
13551 (disable-image-file-handler): Functions removed.
13552
13553 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13554 string.
13555
13556 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13557
13558 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13559 it's a function from CL.
13560 (latex-imenu-create-index): Replace eval-when-compile with progn
13561 because latex-section-alist is not bound while compiling.
13562
13563 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13564
13565 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13566 (outline-mode): Use define-derived-mode.
13567
13568 * progmodes/perl-mode.el (perl-mode):
13569 * progmodes/awk-mode.el (awk-mode):
13570 * progmodes/asm-mode.el (asm-mode):
13571 Don't gratuitously override the default for comment-column.
13572
13573 * emacs-lisp/lisp.el (lisp-complete-symbol):
13574 Distinguish the let-binding case from the funcall case.
13575 (forward-sexp-function): New variable.
13576 (forward-sexp): Use it.
13577
13578 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13579 (easy-mmode-defmap): Remove the now useless autoload.
13580
13581 * time.el (display-time-mode): Use define-minor-mode.
13582
13583 * subr.el (add-minor-mode): Don't eval NAME.
13584 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13585 Use if rather than cond.
13586
13587 * simple.el (read-expression-map): Define more properly.
13588 (comment-indent-hook): Remove.
13589 (string-to-syntax): Bug fix.
13590
13591 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13592 (cvs-ediff-diff): Fix typo.
13593 (cvs-revert-if-needed): Don't bother preserving read-only.
13594
13595 * paren.el (show-paren-mode): Use define-minor-mode.
13596
13597 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13598 (toggle-auto-compression): Remove.
13599 (jka-compr-build-file-regexp): Remove useless grouping.
13600
13601 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13602 Avoid user-reserved bindings.
13603 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13604 (diff-header-face): Revert to grey85.
13605
13606 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13607
13608 * complete.el (partial-completion-mode) <defcustom>: Remove.
13609 (partial-completion-mode): Use define-minor-mode.
13610 (PC-do-completion): Understand `completion-auto-help = delay'
13611 to mean to popup the completion buffer only the second time.
13612 (PC-include-file-all-completions, PC-include-file-all-completions)
13613 (PC-include-file-all-completions): Don't quote lambda.
13614
13615 * comint.el (comint-mode-hook): Docstring fix.
13616 (comint-mode): Use define-derived-mode.
13617 (comint-mode-map): Remove obsolete comment.
13618 (make-comint): Minor stylistic change.
13619 (comint-insert-clicked-input): Be more careful to find the overlay.
13620 Use this-command-keys rather than hardcoding mouse-2.
13621
13622 * font-lock.el: Replace confusing (,@ with ,
13623 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13624 Don't use regexp-opt-depth. Spice up the regexp for args.
13625 Don't distinguish between cmds that can take an opt arg or not.
13626 Use `append' and `prepend' rather than `keep'.
13627
13628 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13629 (latex-outline-regexp): New var.
13630 (latex-outline-level): New fun.
13631 (latex-section-alist): New var.
13632 (latex-imenu-create-index): Use it. Use `push' as well.
13633 (tex-shell-map): Initialize it properly.
13634 (tex-mode): Minor stylistic change.
13635 (plain-tex-mode): Use define-derived-mode.
13636 (latex-mode): Use define-derived-mode.
13637 Construct the paragraph regexps in a more readable way.
13638 Set the buffer-local outline-{level,regexp} vars.
13639 (slitex-mode): Derive from latex-mode.
13640 (tex-common-initialization): Don't kill-all-vars anymore.
13641 Add setting for comment-add and font-lock-defaults.
13642 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13643 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13644 (tex-start-tex): New arg DIR (and send a chdir command for it).
13645 Also display the shell buffer and save it in tex-last-buffer-texed.
13646 (tex-region): Use expand-file-name rather than concat.
13647 Remove code made useless by changes in tex-start-tex.
13648 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13649
13650 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13651
13652 2000-09-28 Dave Love <fx@gnu.org>
13653
13654 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13655
13656 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13657
13658 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13659 `append'.
13660
13661 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13662
13663 * info.el (Info-extract-pointer): Undo last change.
13664 Instead, fix the position of the `bound' arg to re-search-backward.
13665
13666 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13667
13668 * info.el (Info-extract-pointer):
13669 Widen more carefully, to avoid finding pointers in other nodes.
13670 (Info-index): Use push.
13671
13672 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13673
13674 * frame.el (set-frame-font): Remove call to obsolete function
13675 frame-update-faces.
13676 (set-foreground-color, set-background-color): Likewise for
13677 frame-update-face-colors.
13678
13679 2000-09-27 Miles Bader <miles@gnu.org>
13680
13681 * image-file.el: New file.
13682
13683 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13684
13685 * frame.el (frame-notice-user-settings): Don't call
13686 frame-update-faces, which is a no-op now.
13687
13688 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13689 tool-bar-lines.
13690
13691 2000-09-27 Dave Love <fx@gnu.org>
13692
13693 * mouse.el: Fix last change.
13694
13695 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13696
13697 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13698
13699 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13700
13701 * international/quail.el (quail-help): The output message is
13702 improved.
13703
13704 2000-09-26 Dave Love <fx@gnu.org>
13705
13706 * mouse.el (popup-menu): If POSITION is nil, set it using
13707 mouse-position.
13708
13709 2000-09-25 Sam Steingold <sds@gnu.org>
13710
13711 * net/browse-url.el (browse-url-file-url): Check for null maps.
13712
13713 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13714
13715 * frame.el (frame-notice-user-settings): Don't add a
13716 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13717
13718 * frame.el (frame-notice-user-settings):
13719 Make tool-bar-mode and default-frame-alist consistent.
13720
13721 * toolbar/tool-bar.el (tool-bar-help): New function.
13722
13723 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13724
13725 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13726 current-load-list in top-level forms. Else this leaks a cons cell
13727 every time a defun is called.
13728
13729 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13730
13731 2000-09-25 Dave Love <fx@gnu.org>
13732
13733 * startup.el (fancy-splash-head): Check XPM is available.
13734
13735 * autoinsert.el (auto-insert): Doc fix.
13736 (auto-insert-alist): Following GNU notices, don't say `copyright
13737 _by_'. Use line-beginning-position.
13738 (auto-insert): Check buffer-file-name is non-nil before use.
13739
13740 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13741
13742 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13743 starting with `@def' or `@multitable', in addition to ones
13744 specified by the user in auto-fill-inhibit-regexp.
13745
13746 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13747
13748 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13749 rmail-dont-reply-to-names matches the empty string.
13750
13751 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13752
13753 * startup.el (command-line-1, fancy-splash-text): Change the
13754 text to sound more friendly.
13755
13756 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13757
13758 * progmodes/hideshow.el: Update author email address.
13759 Generally, sync w/ maintainer version 5.22.
13760 (hs-hide-all-non-comment-function): New var.
13761 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13762 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13763 (hs-show-region): Delete this command.
13764 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13765
13766 2000-09-22 Dave Love <fx@gnu.org>
13767
13768 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13769 (hl-line-highlight): Specify buffer when moving overlay.
13770
13771 * progmodes/fortran.el (fortran-mode): Locally set
13772 normal-auto-fill-function.
13773 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13774 (fortran-mode-map): Adjust auto-fill menu entry.
13775
13776 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13777
13778 * vc-rcs.el (toplevel): Require `vc' when compiling.
13779
13780 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13781
13782 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13783
13784 * vc.el (vc-switch-backend): Signal an error if the file is not
13785 registered under the new backend.
13786
13787 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13788 without explicit revision number.
13789
13790 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13791
13792 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13793 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13794 (diff-xor): New function.
13795 (diff-find-source-location): Use it. Fix a stupid name clash.
13796 (diff-hunk-status-msg): New function.
13797 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13798 (diff-test-hunk): Use diff-find-source-location.
13799 (diff-goto-source): Favor the `reverse'.
13800 (diff-hunk-text): Properly handle one-sided context diffs.
13801 (diff-apply-hunk): When done, advance to the next hunk.
13802
13803 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13804
13805 * startup.el (command-line): If frame was created with a non-zero
13806 tool-bar-lines parameter, switch tool-bar-mode on.
13807
13808 * add-log.el (change-log-date-face, change-log-name-face)
13809 (change-log-email-face, change-log-file-face)
13810 (change-log-list-face, change-log-conditionals-face)
13811 (change-log-function-face, change-log-acknowledgement-face):
13812 New faces, inheriting from font-lock faces.
13813 (change-log-font-lock-keywords): Use them.
13814
13815 2000-09-21 Dave Love <fx@gnu.org>
13816
13817 * progmodes/cperl-mode.el (top-level): Clean up
13818 `eval-when-compile's and assorted defvars.
13819 (cperl-invalid-face): Don't double-quote value. Change custom
13820 type.
13821 (cperl-mode): Set normal-auto-fill-function and don't zap
13822 auto-fill-function.
13823 (cperl-imenu--function-name-regexp-perl): Renamed from
13824 imenu-example--function-name-regexp-perl.
13825 (cperl-imenu--create-perl-index): Renamed from
13826 imenu-example--create-perl-index.
13827 (cperl-xsub-scan): Don't require cl.
13828
13829 * msb.el (msb-mode-map): Use substitute-key-definition.
13830 (msb-mode): Use msb-mode-map.
13831
13832 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13833
13834 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13835 New functions.
13836 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13837 (vc-switch-backend): New function.
13838 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13839 (vc-register): Fix prompt.
13840 (vc-unregister, vc-default-unregister): New functions.
13841 (vc-version-diff): Handle empty buffer in sentinel.
13842
13843 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13844 (vc-rcs-state-heuristic): Use it to guess the state of files with
13845 non-strict locking.
13846 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13847 been set with -b, but not created yet.
13848 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13849 contents in order to find the state.
13850 (vc-rcs-checkin): Allow creation of branches with no changes.
13851 (vc-rcs-unregister, vc-rcs-receive-file)
13852 (vc-rcs-set-non-strict-locking): New functions.
13853
13854 * vc-hooks.el (vc-name): Force correct computation of the value
13855 in case it is missing.
13856
13857 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13858
13859 * startup.el (fancy-splash-tail): Use a different foreground
13860 color on a dark frame background.
13861
13862 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13863
13864 * info.el: Use the correct capitalization when making Info-mode
13865 and Info-edit-mode `special' modes.
13866
13867 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13868
13869 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13870 (diff-mode): Add support for add-log.el.
13871 (diff-hunk-text): Use char offsets rather than line offsets.
13872 (diff-find-source-location): Replace LINE with line-offset (nil
13873 if not found) and always set POS to a meaningful position.
13874 Adapt to the new char-offsets.
13875 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13876 Adapt to the new diff-find-source-location.
13877 (diff-goto-source): Adapt to the new diff-find-source-location.
13878
13879 * add-log.el (add-log-file-name): New function (split out of
13880 add-change-log-entry).
13881 (add-change-log-entry): Use it.
13882 Call add-log-file-name-function with the changelog file name if
13883 the current buffer is not associated with any file.
13884 Avoid find-file if the selected window is dedicated.
13885
13886 * diff-mode.el (diff-find-source-location):
13887 Move code from diff-apply-hunk. Return buffer rather than file.
13888 (diff-apply-hunk): Use the new result from diff-find-source-location.
13889 (diff-goto-source): Use the new diff-find-source-location.
13890
13891 2000-09-20 Dave Love <fx@gnu.org>
13892
13893 * iswitchb.el: Some doc fixes.
13894 (iswitchb-mode-map): Define completely initially. Inherit
13895 minibuffer-local-map.
13896 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13897 fundamental-mode.
13898 (iswitchb-global-map): New variable.
13899 (iswitchb-summaries-to-end): Amalgamate regexps.
13900 (iswitchb-mode): New.
13901 (iswitchb-mode-hook): New variable.
13902 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13903 `extensions'.
13904
13905 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13906
13907 * ehelp.el (electric-help): New defgroup.
13908 (electric-help-shrink-window): New user-option.
13909 (with-electric-help): Use it.
13910
13911 * window.el (shrink-window-if-larger-than-buffer): If face
13912 `mode-line' has a :box, and we're on a graphical frame, add 1
13913 to the needed window height.
13914
13915 * frame.el (frame-notice-user-settings): Add a last parameter nil
13916 to a call to `append', because the last list passed to `append' is
13917 not copied, and so subsequent calls to assq-delete-all will modify
13918 default-frame-alist.
13919
13920 * startup.el (fancy-splash-image): Change :type.
13921 (fancy-splash-head): Use an XBM image if appropriate.
13922 (command-line-1): Show splash screens in more cases.
13923
13924 * startup.el (fancy-splash-text): Don't quote faces.
13925
13926 * dired.el (dired-font-lock-keywords): Undo last change.
13927 (dired-readin): Bind indent-tabs-mode to nil.
13928
13929 * startup.el (fancy-splash-head): If frame's background mode
13930 is `dark', change the black background of the image to gray.
13931 (fancy-splash-screens): Display startup echo area message.
13932 (display-startup-echo-area-message): New function.
13933
13934 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13935
13936 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13937
13938 * info.el (info-header-node): Tweak for color ttys.
13939
13940 * faces.el (face-valid-attribute-values): Make sure directories we
13941 search for stipples both exist and are readable before trying to
13942 search them.
13943
13944 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13945 in the dry-run case.
13946
13947 * jka-compr.el (with-auto-compression-mode): New macro.
13948
13949 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13950 (custom-group-tag-face, custom-variable-tag-face): Use relative
13951 :height and inherit from `variable-pitch' face instead of
13952 hardwiring :family.
13953 * hi-lock.el (hi-black-hb): Likewise.
13954
13955 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13956 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13957 toolbar-add-item, if image doesn't have a mask add a `:mask
13958 heuristic'.
13959
13960 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13961
13962 * diff-mode.el: Docstring fixes.
13963 (diff-header-face, diff-comment-face): New faces.
13964 (diff-font-lock-keywords): Highlight a bit differently.
13965 (diff-find-source-location): Don't return SPAN any more.
13966 (diff-hunk-text): Don't bother erasing the temp buffer.
13967 (diff-find-text): Drop argument LINE.
13968 (diff-apply-hunk): Update calls to diff-find-text.
13969 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13970
13971 * calendar/calendar.el: Docstring fixes.
13972 (calendar-make-alist): Don't quote lambda.
13973 (calendar-star-date): Use make-local-variable.
13974
13975 2000-09-19 Dave Love <fx@gnu.org>
13976
13977 * toolbar/tool-bar.el: Renamed from toolbar.el.
13978 Change `toolbar' to `tool-bar' generally in symbols.
13979 Make some items invisible in `special' major modes.
13980 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13981 Add arg PROPS.
13982
13983 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13984 Add :version here.
13985 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13986
13987 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13988
13989 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13990
13991 * files.el (find-file-suppress-same-file-warnings): New user-option.
13992 (find-file-noselect): Use it.
13993
13994 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13995 (fancy-splash-screen): Defgroup.
13996
13997 * add-log.el (change-log-font-lock-keywords): Match names
13998 more exactly for the case that font-lock-constant-face is
13999 underlined.
14000
14001 2000-09-19 Richard M. Stallman <rms@gnu.org>
14002
14003 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
14004
14005 2000-09-19 Andre Spiegel <spiegel@gnu.org>
14006
14007 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
14008
14009 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14010
14011 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
14012 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
14013 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
14014 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
14015 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
14016 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
14017 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
14018 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
14019 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
14020 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
14021 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
14022 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
14023
14024 * startup.el (fancy-splash-text): New variable.
14025 (fancy-splash-delay, fancy-splash-image): New user-options.
14026 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14027 (fancy-splash-screens): New functions.
14028 (command-line-1): If display has a `display' frame parameter, has
14029 colors, and we have XPM support, show more fancy splash screens.
14030
14031 2000-09-19 Dave Love <fx@gnu.org>
14032
14033 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14034 with null `help'. Use modern backquote syntax.
14035
14036 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14037
14038 * font-lock.el (font-lock-mode): Change message telling the user
14039 that ``the buffer is too big''.
14040
14041 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14042 for instance for the case that tab-width is 2.
14043
14044 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14045
14046 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14047 toolbar-add-item, if image doesn't have a mask add a `:mask
14048 heuristic'.
14049
14050 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14051
14052 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14053 and return a cons if it's non-nil.
14054 (diff-apply-hunk): Try to jump to the line in the source text
14055 corresponding to the position of point in the in the hunk.
14056
14057 * info.el (Info-title-3-face, Info-title-2-face)
14058 (Info-title-1-face): Use face inheritance and relative sizes
14059 instead of hard-wiring things.
14060
14061 * faces.el (secondary-selection): Make dark-background variant sane.
14062
14063 2000-09-16 Andrew Innes <andrewi@gnu.org>
14064
14065 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14066 read-only, since they aren't under VC now.
14067
14068 2000-09-17 Dave Love <fx@gnu.org>
14069
14070 * tmm.el: Replace mapcar with mapc in several places.
14071
14072 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14073 ad-unadvise.
14074
14075 * international/latin1-disp.el: New file.
14076
14077 * calendar/cal-move.el (scroll-calendar-left)
14078 (scroll-calendar-right): Make arg optional (for active mode line).
14079
14080 * calendar/calendar.el (calendar-mode-line-format): Make fields
14081 mouse-sensitive.
14082 (calendar-read-date, calendar-read-date, calendar-window-list):
14083 Unquote lambda.
14084 (calendar-month-name): Use aref, not sref.
14085
14086 * view.el (minor-mode-alist): Propertize the string.
14087
14088 * international/characters.el (standard-case-table): Add entries
14089 for Greek.
14090
14091 2000-09-18 Miles Bader <miles@gnu.org>
14092
14093 * info.el (info-node, info-xref): Add dark-background variants.
14094
14095 * faces.el (header-line): Change defaults to be less confusing
14096 when mixed with mode-lines.
14097
14098 * info.el (Info-fontify-node): Make a few cleanups.
14099 Add extra `help-echo' and `local-map' props to node xrefs.
14100 Use header-specific faces for node-names & xrefs.
14101 (Info-use-header-line): New variable.
14102 (info-header-xref, info-header-node): New faces.
14103 (Info-setup-header-line): New function.
14104 (Info-select-node): Call Info-setup-header-line when enabled.
14105 (Info-extract-pointer): Work even if the header line is hidden.
14106 (Info-header-line): New variable.
14107
14108 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14109
14110 * vms-patch.el (print-region-function): Don't quote lambda.
14111
14112 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14113
14114 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14115 (lm-get-header-re): Allow spaces between the header and the colon.
14116 (lm-header): Allow $ in non-RCS headers.
14117 (lm-header-multiline): Put the strings back into order.
14118 Stop at an empty line. Don't require two space chars if the
14119 line is clearly not another header line.
14120
14121 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14122 (popup-menu-popup): Remove.
14123
14124 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14125
14126 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14127 specification if or if not tool-bar item contains an `:enabled'
14128 property.
14129
14130 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14131 current buffer has no file name.
14132
14133 2000-09-15 Dave Love <fx@gnu.org>
14134
14135 * strokes.el: Sync with maintainer's current version with changes
14136 for Emacs, but avoid runtime cl and levents.
14137 (toplevel): Change autoloads and compilation requires.
14138 (strokes-version, strokes-bug-address, strokes-lift): Values
14139 changed.
14140 (strokes-xpm-header, strokes-insinuated): New variable.
14141 (strokes): Add :link.
14142 (strokes-mode): Customized.
14143 (strokes-while-inhibiting-garbage-collector): New macro.
14144 (strokes-remassoc): Avoid remove-if.
14145 (strokes-fix-button2-command): Don't use ad-do-it.
14146 (strokes-insinuate): New function.
14147 (strokes-button-press-event-p, strokes-button-release-event-p):
14148 New functions, used instead of non-`strokes-' versions..
14149 (strokes-mouse-event-p): Rewritten.
14150 (strokes-event-closest-point): Avoid event-point.
14151 (strokes-get-grid-position): Avoid cdadr, caadr
14152 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14153 functions.
14154 (strokes-help): Use with-output-to-temp-buffer.
14155 (strokes-window-configuration-changed-p): New function.
14156 (strokes-update-window-configuration): Use buffer-live-p,
14157 strokes-window-configuration-changed-p.
14158 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14159 (strokes-char-face): New face.
14160 (strokes-char-table, strokes-base64-chars): New variable.
14161 (strokes-xpm-for-stroke, strokes-list-strokes)
14162 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14163 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14164 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14165 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14166 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14167 functions.
14168
14169 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14170
14171 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14172
14173 * image.el (create-image): Doc fix.
14174
14175 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14176 instead of `:heuristic-mask t'.
14177
14178 2000-09-14 Andrew Innes <andrewi@gnu.org>
14179
14180 * makefile.w32-in: Revert to Unix line endings.
14181
14182 2000-09-14 Andrew Innes <andrewi@gnu.org>
14183
14184 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14185 when installing.
14186
14187 * makefile.nt (DONTCOMPILE): Fix typo.
14188
14189 * shell.el (shell-write-history-on-exit): New function.
14190 (shell-dumb-shell-regexp): New custom variable.
14191 (shell-mode): Make shell-write-history-on-exit the process
14192 sentinel if shell name matches shell-dumb-shell-regexp.
14193
14194 * w32-fns.el: Comment out before-init-hook function which resets
14195 source-directory based; this breaks bootstrap.
14196
14197 2000-09-14 Dave Love <fx@gnu.org>
14198
14199 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14200 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14201 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14202 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14203 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14204 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14205 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14206 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14207 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14208
14209 * toolbar/toolbar.el: New.
14210
14211 * subdirs.el: Add toolbar.
14212
14213 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14214
14215 * indent.el (indent-for-tab-command): Doc fix.
14216
14217 2000-09-14 Alex Schroeder <alex@gnu.org>
14218
14219 * ansi-color.el (ansi-colors): Doc change.
14220 (ansi-color-get-face): Simplified regexp.
14221 (ansi-color-faces-vector): Added more faces, doc change.
14222 (ansi-color-names-vector): Doc change.
14223 (ansi-color-regexp): Simplified regexp.
14224 (ansi-color-parameter-regexp): New regexp.
14225 (ansi-color-filter-apply): Doc change.
14226 (ansi-color-filter-region): Doc change.
14227 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14228 deal with zero length parameters.
14229 (ansi-color-apply-on-region): Doc change.
14230 (ansi-color-map): Doc change.
14231 (ansi-color-map-update): Removed debugging message.
14232 (ansi-color-get-face-1): Added condition-case to trap
14233 args-out-of-range errors.
14234 (ansi-color-get-face): Doc change.
14235 (ansi-color-make-face): Removed.
14236 (ansi-color-for-shell-mode): New option.
14237
14238 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14239
14240 * international/quail.el (quail-start-translation): Translate KEY
14241 if necessary even if it doesn't have any mapping in the current
14242 input method.
14243 (quail-start-conversion): Likewise.
14244 (quail-help): The output message is improved.
14245
14246 2000-09-13 Miles Bader <miles@gnu.org>
14247
14248 * comint.el (comint-output-filter): Revert to using
14249 `insert-before-markers'. Add bletcherous hack to undo damage
14250 caused by `insert-before-markers'. Put `front-sticky' property on
14251 overlays created here so that the field code understands how the
14252 overlay works. Use a let when making comint-last-prompt-overlay,
14253 so that the code is easier to read.
14254
14255 2000-09-13 Dave Love <fx@gnu.org>
14256
14257 * wid-edit.el (widget-default-format-handler): DTRT when
14258 doc-property is a function.
14259
14260 2000-09-12 Francesco Potorti` <pot@gnu.org>
14261
14262 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14263 filed name if it's not there.
14264
14265 2000-09-12 Dave Love <fx@gnu.org>
14266
14267 * simple.el (read-mail-command): Doc fix.
14268 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14269
14270 * vc.el (vc-dired-listing-switches): Fix :version.
14271
14272 * vc-hooks.el: Doc fixes.
14273
14274 * subr.el (add-minor-mode): Use toggle-fun arg.
14275
14276 * speedbar.el: Add :version to several defcustoms.
14277
14278 * imenu.el (imenu--truncate-items, imenu--cleanup)
14279 (imenu--generic-function): Avoid mapcar.
14280 (imenu--replace-spaces): Function removed.
14281 (imenu--completion-buffer): Use subst-char-in-string.
14282 (imenu-add-to-menubar): Use keymap inheritance.
14283
14284 2000-09-12 Miles Bader <miles@gnu.org>
14285
14286 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14287 (diff-mode-map): Bind `diff-test-hunk'.
14288 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14289
14290 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14291
14292 * bytecomp.el (byte-compile-defvar): Undo last change
14293 because it breaks '(make-variable-buffer-local (defvar ...)'
14294 which is used at least in dired.
14295
14296 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14297
14298 * international/quail.el (quail-define-package): Docstring
14299 modified.
14300
14301 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14302
14303 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14304 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14305 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14306 docstring of "chinese-py".
14307
14308 * international/quail.el (quail-translation-docstring): New
14309 variable.
14310 (quail-show-keyboard-layout): Docstring modified.
14311 (quail-select-current): Likewise.
14312 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14313 infinite recursive call.
14314 (quail-help): Check quail-translation-docstring. Format of the
14315 output changed.
14316 (quail-help-insert-keymap-description): Adjusted for the above
14317 change.
14318
14319 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14320
14321 * bytecomp.el (byte-compile-defvar): Only cons onto
14322 current-load-list in top-level forms. Else this leaks a cons cell
14323 every time a defun is called.
14324
14325 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14326
14327 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14328 Now understands non-unified diffs. Some functionality moved into
14329 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14330 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14331 modify anything. Only reposition point in the patched file if the
14332 patch succeeds. Only pop up another window if POPUP is true.
14333 Emit a message describing what happened if successful, and at what
14334 line-offset. Automatically detect reversed hunks and do something
14335 appropriate.
14336 (diff-hunk-text, diff-find-text): New functions.
14337 (diff-filter-lines): Function removed.
14338 (diff-test-hunk): New function.
14339 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14340
14341 2000-09-10 Dave Love <fx@gnu.org>
14342
14343 * textmodes/tildify.el: Minor doc/commentary fixes.
14344 (tildify) <defgroup>: Add :version.
14345
14346 * faces.el (face-x-resources): Make custom type more specific.
14347 (frame-background-mode): Use mapc.
14348 (region) <defcustom>: Add :version.
14349
14350 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14351
14352 * vc-sccs.el (vc-sccs-register):
14353 * vc-rcs.el (vc-rcs-register):
14354 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14355 * vc.el (vc-register): Clear file's properties.
14356
14357 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14358
14359 * faces.el (face-spec-set): Only face-spec-reset-face when
14360 ATTRS is non-nil.
14361
14362 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14363
14364 * help.el (help-insert-xref-button): Fix a typo in doc string.
14365
14366 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14367
14368 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14369 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14370 methods.
14371
14372 * menu-bar.el (read-mail-item-name): New function.
14373 (menu-bar-tools-menu): Use it to compute and display the package
14374 used to read email.
14375 (menu-bar-tools-menu): Fix typo in GUD's help string.
14376
14377 2000-09-07 Dave Love <fx@gnu.org>
14378
14379 * diff-mode.el (diff-mouse-goto-source): New function.
14380
14381 * vc-sccs.el: Doc fixes.
14382 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14383
14384 * vc-rcs.el: Doc fixes.
14385 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14386 (vc-rcs-checkout-switches, vc-rcs-header)
14387 (vc-rcs-master-templates): Add or change :version.
14388
14389 * vc-cvs.el: Doc fixes.
14390 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14391 (vc-cvs-stay-local): Add :version.
14392
14393 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14394
14395 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14396
14397 * international/quail.el (quail-help): Fix previous change.
14398
14399 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14400
14401 * faces.el (color-values): Doc fix.
14402
14403 * faces.el (frame-set-background-mode): Use frame-parameter
14404 instead of frame-parameters.
14405
14406 * frame.el (filtered-frame-list): Reduce consing.
14407 (frames-on-display-list): Call frame-parameter instead of
14408 frame-parameters.
14409
14410 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14411
14412 * language/devan-util.el (devanagari-to-indian-region): In the
14413 loop, change the following char, not preceding char.
14414
14415 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14416
14417 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14418 instead of frame-parameters.
14419
14420 * faces.el (set-face-attribute): Simplify by calling
14421 internal-set-lisp-face-attribute with FRAME being 0.
14422
14423 * vc.el: Remove `Id' version control keyword.
14424
14425 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14426
14427 * help.el (help-make-xrefs): Adjusted for the change of
14428 help-xref-mule-regexp.
14429 (help-insert-xref-button): New function.
14430
14431 * international/mule-cmds.el (help-xref-mule-regexp-template):
14432 Include the pattern for character set.
14433 (leim): New group.
14434
14435 * international/quail.el: Don't require face.
14436 (quail): New group.
14437 (quail-other-command): Dummy command to make quail-help work better.
14438 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14439 (quail-keyboard-layout-substitution): New variable.
14440 (quail-update-keyboard-layout): New function.
14441 (quail-keyboard-layout-type): New customizable variable.
14442 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14443 (quail-keyboard-translate): Pay attention to
14444 quail-keyboard-layout-substitution.
14445 (quail-insert-kbd-layout): New function.
14446 (quail-show-keyboard-layout): New function.
14447 (quail-get-translation): If the definition is a vector of length
14448 1, and the element is a string of length 1, return the character
14449 in that string.
14450 (quail-update-current-translations): Fix the case of
14451 relative-index out of range.
14452 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14453 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14454 Show key sequences for all available characters.
14455 (quail-help-insert-keymap-description): Don't show such verbose
14456 key bindings as quail-self-insert-command.
14457
14458 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14459 Format changed, and each element now have extra documentations.
14460 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14461 Adjusted for the change of quail-cxterm-package-ext-info.
14462
14463 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14464
14465 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14466 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14467 during bootstrap.
14468
14469 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14470
14471 * vc.el: (toplevel): Don't require `dired' at run-time.
14472 (vc-dired-resynch-file): Remove autoload cookie.
14473
14474 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14475
14476 * vc.el: Made several backend functions optional.
14477 (vc-default-responsible-p): New function.
14478 (vc-merge): Use RET for first version to trigger merge-news, not
14479 prefix arg.
14480 (vc-annotate): Handle backends that do not support annotation.
14481 (vc-default-merge-news): Removed. The existence of a merge-news
14482 implementation is now checked on caller sites.
14483
14484 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14485 case.
14486
14487 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14488 special case that has been removed from the default in vc-hooks.el.
14489
14490 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14491
14492 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14493
14494 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14495
14496 * vc-hooks.el: Require vc during compilation.
14497 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14498 macro `with-vc-properties' in vc.el.
14499 (vc-file-getprop): Doc fix.
14500 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14501
14502 * vc.el: Require dired-aux during compilation.
14503 (vc-name-assoc-file): Moved to vc-sccs.el.
14504 (with-vc-properties): New macro.
14505 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14506 vc-finish-steal): Use it.
14507 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14508 to the backend-specific function is now supposed to do the checkout,
14509 too.
14510 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14511
14512 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14513 set file properties; that gets done in the generic code now.
14514
14515 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14516 Changed parameter list, added code from vc.el that does the
14517 checkout, possibly with a double-take.
14518
14519 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14520 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14521 the above under the new name.
14522 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14523 parameter list, added checkout command.
14524 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14525 properties; that gets done in the generic code now.
14526
14527 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14528
14529 * vc.el: Docstring fixes (courtesy of checkdoc).
14530
14531 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14532
14533 * vc.el (vc-checkout-writable-buffer-hook)
14534 (vc-checkout-writable-buffer): Remove.
14535 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14536 (vc-log-mode): Make it into a clean derived major mode.
14537 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14538 vc-log-mode if log-edit is not available.
14539 (vc-dired-mode-map): Don't set-keymap-parent yet.
14540 (vc-dired-mode): Do set-keymap-parent here.
14541 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14542
14543 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14544
14545 * faces.el (set-face-attribute, face-spec-reset-face)
14546 (face-spec-set): Avoid consing by removing calls to `apply'.
14547
14548 * frame.el (frame-parameter): Move to C code.
14549
14550 2000-09-05 Dave Love <fx@gnu.org>
14551
14552 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14553 insert-before-markers-and-inherit. Now checked systematically!
14554
14555 2000-09-05 Alex Schroeder <alex@gnu.org>
14556
14557 * sql.el (sql-postgres): Use sql-postgres-options.
14558 (sql-postgres-options): New variable.
14559
14560 2000-09-05 Alex Schroeder <alex@gnu.org>
14561
14562 * sql.el (sql-mode-menu): Work around missing variable mark-active
14563 in XEmacs.
14564 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14565 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14566 compatibility.
14567
14568 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14569
14570 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14571
14572 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14573
14574 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14575
14576 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14577
14578 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14579 don't support anything else under SCCS yet.
14580
14581 * vc-hooks.el: Minor doc fixes.
14582
14583 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14584
14585 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14586 not necessary. If verbose in state `needs-patch', do the same as
14587 under `up-to-date'. When NOT verbose and `needs-patch', check out
14588 latest version instead of `merge-news'.
14589 (vc-next-action-dired): Don't mess with default-directory here; it
14590 breaks other parts of dired. It is the job of the
14591 backend-specific functions to adjust it temporarily if they need it.
14592 (vc-next-action): Remove a special CVS case.
14593 (vc-clear-headers): New optional arg FILE.
14594 (vc-checkin, vc-checkout): Set properties vc-state and
14595 vc-checkout-time properly.
14596 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14597 (vc-print-log): Use new backend function `show-log-entry'.
14598 (vc-cancel-version): Do the checks in a different order. Added a
14599 FIXME concerning RCS-only code.
14600
14601 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14602 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14603
14604 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14605
14606 * vc-hooks.el (vc-default-mode-line-string): Show state
14607 `needs-patch' as a `-' too.
14608
14609 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14610
14611 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14612 (vc-default-could-register): New function.
14613 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14614 (vc-resynch-buffer): Call vc-dired-resynch-file.
14615 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14616 vc-resynch-buffer instead of vc-resynch-window.
14617 (vc-next-action-dired): Don't redisplay here, that gets done as a
14618 result of the individual file operations.
14619 (vc-retrieve-snapshot): Corrected prompt order.
14620
14621 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14622
14623 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14624 as well.
14625 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14626 hostname regexps. Updated all callers.
14627 (vc-cvs-responsible-p): Handle directories as well.
14628 (vc-cvs-could-register): New function.
14629 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14630 properties up-to-date.
14631
14632 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14633 user whether to create one.
14634
14635 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14636
14637 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14638 check out a non-existing file.
14639
14640 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14641 workfile does not exist.
14642
14643 * vc.el (vc-version-diff): Use `require' to check for existence of
14644 diff-mode.
14645
14646 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14647
14648 * vc-cvs.el (vc-cvs-registered): Use new function
14649 vc-cvs-parse-entry to do the actual work.
14650
14651 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14652
14653 * vc-hooks.el (vc-find-backend-function): If function doesn't
14654 exist, return nil instead of error.
14655 (vc-call-backend): Doc fix.
14656
14657 * vc.el (vc-do-command): Doc fix.
14658 (vc-finish-logentry): When checking in from vc-dired, choose the
14659 right backend for logentry check.
14660 (vc-dired-mode-map): Inherit from dired-mode-map.
14661 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14662 simplified.
14663 (vc-dired-state-info): Removed, updated caller.
14664 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14665 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14666 (vc-dired-listing-switches): New variable.
14667 (vc-directory): Use it, instead of dired-listing-switches.
14668
14669 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14670 (vc-cvs-dir-state): New function.
14671 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14672 (vc-cvs-parse-entry): New function, also to be used in
14673 vc-cvs-registered.
14674
14675 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14676
14677 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14678 *or* single-window-frames.
14679
14680 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14681
14682 * vc.el (vc-update-changelog): Split into generic part and default
14683 implementation. Doc string adapted.
14684 (vc-default-update-changelog): New function. Call the `rcs2log'
14685 script in exec-directory, to fix a long-standing nuisance.
14686
14687 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14688 simply signals an error.
14689
14690 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14691
14692 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14693 control-flow more clear and to avoid running `cvs' twice.
14694
14695 * vc.el (vc-next-action-on-file): Doc fix.
14696 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14697 (vc-print-log): Eval `file' before constructing the continuation.
14698
14699 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14700
14701 * vc.el (vc-next-action-on-file): Corrected several messages.
14702 (vc-merge): Add prefix arg `merge-news'; handle it.
14703
14704 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14705 is not reached. It is.
14706 (vc-cvs-merge): Set state to 'edited after merge.
14707 (vc-cvs-merge-news): Set workfile version to nil if not known.
14708 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14709
14710 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14711 via stdout. (Merge from main line.)
14712
14713 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14714
14715 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14716 detection.
14717
14718 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14719
14720 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14721 against kill-all-local-variables.
14722 (vc-log-edit): Don't save vc-parent-buffer any more.
14723 (vc-last-comment-match): Initialize to an empty string.
14724 (vc-post-command-functions): New hook.
14725 (vc-do-command): Run it.
14726 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14727 (vc-finish-logentry): Only add the comment to the ring if it's
14728 different from the last comment entered.
14729 (vc-new-comment-index): New function.
14730 (vc-previous-comment): Use it. Make the minibuffer message
14731 slightly less terse.
14732 (vc-comment-search-reverse): Make it work forward as well. Don't
14733 set vc-comment-ring-index if no match is found. Use
14734 vc-new-comment-index.
14735 (vc-comment-search-forward): Use vc-comment-search-reverse.
14736 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14737 define-derived-mode will do it for us. Bind `v' to a keymap that
14738 inherits from vc-prefix-map so that we can bind `vt' without
14739 binding C-x v t.
14740 (vc-retrieve-snapshot): Parenthesis typo.
14741
14742 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14743 to 1. Make sure to switch to *vc* before looking for an error
14744 message. Use vc-parse-buffer.
14745
14746 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14747
14748 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14749 and NAME.
14750 (vc-retrieve-snapshot): Split into two parts.
14751 (vc-default-retrieve-snapshot): New function.
14752
14753 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14754 (vc-cvs-retrieve-snapshot): New function (untested).
14755 (vc-cvs-stay-local): Default to t.
14756 (vc-cvs-remote-p): New function and property.
14757 (vc-cvs-state): Stay local only if the above is t.
14758 (vc-handle-cvs): Removed.
14759 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14760 done via vc-handled-backends now.
14761 (vc-cvs-header): Escape Id.
14762
14763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14764
14765 * vc.el (vc-do-command): Remove unused commands.
14766 (vc-version-diff): Make sure default-directory ends with a slash.
14767 Move the window commands into a vc-exec-after.
14768 (vc-print-log): Move more of the code into the `vc-exec-after'.
14769
14770 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14771
14772 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14773 (vc-print-log): Search current revision from beginning of buffer.
14774 (vc-revert-buffer): Clear echo area after the diff is finished.
14775 (vc-prefix-map): Removed definition of "t" for terse display in vc
14776 dired.
14777 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14778 definition of "vt" for terse display.
14779 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14780
14781 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14782
14783 * vc.el (vc-exec-after): Avoid caddr.
14784
14785 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14786
14787 * vc.el (vc-exec-after): New function.
14788 (vc-do-command): Use it to add a termination message for async
14789 procs.
14790 (vc-checkout): Try to handle a missing-backend situation.
14791 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14792 of a directory with a backend using async diffs.
14793 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14794 present.
14795
14796 * vc-sccs.el (vc-sccs-state-heuristic): Use
14797 file-ownership-preserved-p.
14798
14799 * vc-rcs.el (vc-rcs-state-heuristic): Use
14800 file-ownership-preserved-p.
14801 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14802
14803 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14804
14805 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14806 vc-do-command.
14807
14808 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14809 when there are no changes.
14810
14811 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14812
14813 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14814
14815 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14816
14817 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14818
14819 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14820
14821 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14822 the `fset' outside of the defvar so that it works even if
14823 vc-prefix-map was already defined.
14824 (vc-setup-buffer): New function, split out of vc-do-command.
14825 (vc-do-command): Allow BUFFER to be t to mean `just use the
14826 current buffer without any fuss'.
14827 (vc-version-diff): Change the `diff' backend operation to just put
14828 the diff in the current buffer without erasing it. Always use
14829 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14830 shrink-window-if-larger-than-buffer.
14831 (vc-print-log): Change the `print-log' backend operation to just
14832 put the log in the current buffer without erasing it. Protect
14833 shrink-window-if-larger-than-buffer.
14834 (vc-update-change-log): Fix setd typo.
14835
14836 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14837 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14838
14839 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14840 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14841 CMP.
14842
14843 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14844 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14845 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14846
14847 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14848
14849 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14850 not possible, use vc-BACKEND-workfile-unchanged-p.
14851 (vc-default-workfile-unchanged-p): New function. Delegates to a
14852 full vc-BACKEND-diff.
14853
14854 * vc-hooks.el (vc-simple-command): Removed.
14855
14856 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14857 instead of vc-simple-command.
14858 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14859 avoid doing a diff when opening a file.
14860 (vc-rcs-state): Added check for unlocked-changes.
14861 (vc-rcs-header): Escape Id.
14862 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14863 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14864 version.
14865
14866 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14867 (vc-sccs-diff): Remove optional arg CMP.
14868 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14869 SCCS-specific function.
14870
14871 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14872 vc-simple-command.
14873
14874 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14875
14876 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14877 (with-vc-file, vc-merge): Use vc-editable-p.
14878 (vc-do-command): Remove unused var vc-file and fix the
14879 doubly-defined `status' var. Add a user message when starting an
14880 async command.
14881 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14882 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14883 Use with-current-buffer.
14884 (vc-buffer-sync): Use unless.
14885 (vc-next-action-on-file): If the file is 'edited by read-only,
14886 make it read-write instead of trying to commit.
14887 (vc-version-diff, vc-update-change-log): Use `setq
14888 default-directory' rather than `cd'.
14889 (vc-log-edit): Don't forget to set default-directory in the
14890 buffer.
14891
14892 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14893 (vc-sccs-state-heuristic): Use file-writable-p instead of
14894 comparing userids.
14895 (vc-sccs-checkout): Use `unless'.
14896
14897 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14898 of comparing userids.
14899 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14900 Simplify the logic by eliminating unreachable code.
14901 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14902 just do a recursive call if we need to retry.
14903 (vc-rcs-checkout): Handle the case where rcs is missing by making
14904 the buffer read-write if requested and re-signalling the error.
14905
14906 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14907
14908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14909
14910 * vc-hooks.el (vc-handled-backends): Docstring change.
14911 (vc-ignore-vc-files): Mark obsolete.
14912 (vc-registered): Check vc-ignore-vc-files.
14913 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14914 vc-ignore-vc-files.
14915
14916 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14917
14918 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14919
14920 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14921 files since ange-ftp already has vc-registered return nil.
14922
14923 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14924 (vc-sccs-workfile-version): Use with-temp-buffer and new
14925 vc-parse-buffer and don't bother setting the property.
14926 (vc-sccs-add-triple): Use with-current-buffer and
14927 find-file-noselect.
14928 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14929
14930 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14931 derives from the old vc-parse-buffer but uses the revision number
14932 rather than the date (much easier to compare robustly).
14933 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14934 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14935 locking-user more directly. Check strict locking and set
14936 checkout-model appropriately.
14937 (vc-rcs-parse-locks): Remove.
14938 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14939 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14940 (vc-rcs-system-release): Use with-current-buffer and
14941 vc-parse-buffer.
14942 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14943
14944 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14945 (vc-simple-command): Docstring fix.
14946 (vc-registered): Align the way the file-handler is called with the
14947 way the function itself works.
14948 (vc-file-owner): Remove.
14949
14950 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14951 extraction of fields and call to file-attributes because of a
14952 temporary bug in rcp.el.
14953 (vc-cvs-fetch-status): Use with-current-buffer.
14954
14955 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14956
14957 * vc.el (vc-do-command): Use file-relative-name.
14958 (vc-responsible-backend): Use vc-backend if possible.
14959 (vc-create-snapshot): Improve the `interactive' spec. Add support
14960 for branches and dispatch to backend-specific `create-snapshot'.
14961 (vc-default-create-snapshot): New function, containing the bulk of
14962 the old vc-create-snapshot.
14963 (vc-retrieve-snapshot): Improve the interactive spec.
14964
14965 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14966 (vc-backend-hook-functions): Remove.
14967 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14968 (vc-backend): Reintroduce the test for `file = nil' now that I
14969 know why it was there (and added a comment to better remember).
14970
14971 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14972 code from vc-sccs-hooks.el.
14973 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14974 'vc anymore.
14975 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14976 and file-directory-p instead of file-exists-p.
14977 (vc-sccs-check-headers): Simplify the regexp.
14978
14979 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14980 from vc-rcs-hooks.el. Don't require 'vc anymore.
14981 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14982 file-directory-p instead of file-exists-p.
14983
14984 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14985 from vc-cvs-hooks.el.
14986 (proto vc-cvs-registered): Require 'vc-cvs instead of
14987 'vc-cvs-hooks. Don't require 'vc anymore.
14988 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14989 file-directory-p instead of file-exists-p.
14990 (vc-cvs-create-snapshot): New function, replacing
14991 vc-cvs-assign-name.
14992 (vc-cvs-assign-name): Remove.
14993
14994 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14995
14996 * vc-cvs.el (vc-cvs-header): New var.
14997
14998 * vc-rcs.el (vc-rcs-exists): Remove.
14999 (vc-rcs-header): New var.
15000
15001 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
15002 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
15003 (vc-sccs-header): New var.
15004
15005 * vc.el (vc-do-command): Get rid of the `last' argument.
15006 (vc-header-alist): Remove, replaced by vc-X-header.
15007 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
15008 (vc-dired-hook): Use expand-file-name instead of concat.
15009 (vc-directory): Use file-name-as-directory.
15010 (vc-snapshot-precondition, vc-create-snapshot)
15011 (vc-retrieve-snapshot): Allow the command to operate on any
15012 directory.
15013
15014 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
15015 just removing the 'WORKFILE argument or by removing the 'MASTER
15016 argument and replacing `file' with (vc-name file).
15017
15018 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15019
15020 * vc.el: Update Copyright and add a crude list of backend funs.
15021 (vc-writable-p): New function.
15022 (with-vc-file): Use vc-writable-p.
15023 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
15024 (vc-register): Avoid vc-name.
15025 (vc-locking-user): Remove.
15026 (vc-steal-lock): Make the `owner' arg non-optional.
15027 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15028 vc-checkout-model.
15029 (vc-default-dired-state-info): Use vc-state instead of
15030 vc-locking-user and return special strings for special states.
15031 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15032 and get rid of one of the special CVS cases.
15033 (vc-cancel-version): prettify error message with \\[...].
15034 (vc-rename-master): New function.
15035 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15036 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15037 the CVS special case generic.
15038 (vc-default-record-rename): Remove.
15039 (vc-file-tree-walk-internal): Only call FUNC for files that are
15040 under control of some VC backend and replace `concat' with
15041 expand-file-name.
15042 (vc-file-tree-walk): Update docstring.
15043 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15044 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15045
15046 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15047 vc-sccs-record-rename. Use `find-file-noselect' rather than
15048 `find-file' and call `vc-rename-master' to do the actual move.
15049 (vc-sccs-diff): Remove unused `backend' variable.
15050
15051 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15052 to delay loading of vc-sccs until it is really used.
15053 (vc-sccs-master-templates): Preload.
15054 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15055 (vc-sccs-project-dir): Remove (merged into
15056 vc-sccs-search-project-dir).
15057 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15058 rather than `concat', make sure it is preloaded and don't bother
15059 to check that the file actually exists.
15060 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15061 `locks' argument (use buffer's content instead) and eliminate n^2
15062 behavior.
15063
15064 * vc-rcs.el: Update Copyright.
15065 (vc-rcs-rename-file): New function.
15066 (vc-rcs-diff): Remove unused `backend' variable.
15067
15068 * vc-hooks.el: Update Copyright.
15069 (vc-backend): Don't accept a nil argument any more.
15070 (vc-up-to-date-p): Turn into a defsubst.
15071 (vc-possible-master): New function.
15072 (vc-check-master-templates): Use `vc-possible-master' and allow
15073 funs in vc-X-master-templates to return a non-existent file.
15074
15075 * vc-cvs.el: Update Copyright.
15076 (vc-cvs-diff): Remove unused `backend' variable.
15077 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15078
15079 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15080
15081 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15082
15083 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15084 since it can be called from vc-rcs.el.
15085 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15086
15087 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15088
15089 * vc.el (vc-version-diff): Expand file name read from the
15090 minibuffer. Handle the case when a previous version number can't
15091 be guessed. Give suitable messages when there were no differences
15092 found.
15093 (vc-clear-headers): Call backend-specific implementation, if one
15094 exists.
15095 (vc-cancel-version): Made error checks generic. When done, clear
15096 headers generically, too.
15097
15098 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15099 from vc-clear-headers in vc.el.
15100
15101 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15102 correctly.
15103 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15104 optional. Handle the case when it's not there.
15105
15106 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15107
15108 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15109
15110 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15111
15112 * vc-hooks.el (vc-loadup): Remove.
15113 (vc-find-backend-function): Use `require'. Also, handle the case
15114 where vc-BACKEND-hooks.el doesn't exist.
15115 (vc-call-backend): Cleanup.
15116
15117 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15118
15119 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15120 vc-rcs-grab-templates)
15121 (vc-rcs-registered): Remove. The default function works as well.
15122 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15123 vc-sccs-grab-templates)
15124 (vc-sccs-registered): Remove. The default function works as well.
15125
15126 * vc.el (vc-version-diff): Left out a vc- in call to
15127 vc-call-backend.
15128 (vc-default-dired-state-info, vc-default-record-rename)
15129 (vc-default-merge-news): Update for the new backend argument.
15130
15131 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15132 using the default function.
15133 (vc-call-backend): If calling the default function, pass it the
15134 backend as first argument. Update the docstring accordingly.
15135 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15136 for the new backend argument.
15137 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15138 (vc-find-backend-function): Use the new name.
15139 (vc-default-registered): New function.
15140
15141 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15142
15143 * vc.el (vc-merge): Use vc-find-backend-function.
15144
15145 * vc-hooks.el (vc-backend-functions): Remove.
15146 (vc-loadup): Don't setup 'vc-functions.
15147 (vc-find-backend-function): New function.
15148 (vc-call-backend): Use above fun and populate 'vc-functions
15149 lazily.
15150 (vc-backend-defines): Remove.
15151
15152 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15153
15154 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15155 Call vc-call-backend without the leading vc-.
15156 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15157 (vc-check-headers): Call vc-call-backend without the leading vc-.
15158 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15159 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15160 Call vc-call-backend without the leading vc-.
15161
15162 * vc-cvs.el (tail): Provide vc-cvs.
15163 * vc-sccs.el (tail): Provide vc-sccs.
15164 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15165
15166 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15167 (vc-make-backend-function, vc-call): Pass names without leading
15168 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15169 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15170 (vc-call-backend): Always try to load vc-X-hooks.
15171 (vc-registered): Remove vc- in call to vc-call-backend.
15172
15173 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15174
15175 * vc.el (vc-process-filter): New function.
15176 (vc-do-command): Setup `vc-process-filter' for the async process.
15177 (vc-maybe-resolve-conflicts): New function to reduce
15178 code-duplication. Additionally, it puts the buffer in
15179 `smerge-mode' if applicable.
15180 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15181 calling `merge-news'.
15182 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15183 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15184 interfacing to log-edit.el.
15185 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15186 log-edit is available.
15187 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15188
15189 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15190
15191 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15192 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15193 defvar and the initialization.
15194 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15195
15196 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15197 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15198
15199 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15200
15201 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15202
15203 * vc.el (vc-file-clear-masterprops): Removed.
15204 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15205 (vc-version-diff): Use buffer-size without argument.
15206 (vc-register): Heed vc-initial-comment.
15207
15208 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15209 default branch.
15210
15211 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15212 file name and workfile version.
15213 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15214
15215 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15216 vc-file-clear-masterprops.
15217
15218 * vc-sccs.el (vc-sccs-checkout): Removed call to
15219 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15220 rather than user login name.
15221
15222
15223 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15224
15225 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15226 `want-differences-if-changed' and simplify.
15227 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15228 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15229 output (which is invalid for async vc-diff) to decide whether to
15230 do the revert silently or not.
15231
15232 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15233
15234 * vc-hooks.el (vc-loadup): Load files quietly.
15235 (vc-call-backend): Oops, brain fart.
15236
15237 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15238
15239 * vc-cvs.el (vc-cvs-state): Typo.
15240 (vc-cvs-merge-news): Return the status code rather than the error msg.
15241
15242 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15243
15244 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15245 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15246 vc-state or vc-up-to-date-p.
15247 (vc-merge): Use vc-backend-defines to check whether merging is
15248 possible. Set state to 'edited after successful merge.
15249
15250 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15251 return that name. Redocumented.
15252
15253 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15254
15255 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15256 new `vc-state' semantics.
15257 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15258 'vc-locking-user to the current user.
15259 (vc-merge): Inline vc-backend-merge. Comment out code that I
15260 don't understand and hence can't adapt to the new `vc-state' and
15261 `vc-locking-user' semantics.
15262 (vc-backend-merge): Remove.
15263
15264 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15265 rather than 'vc-locking-user.
15266
15267 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15268
15269 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15270 (vc-state): Don't use 'reserved any more. Just use the same
15271 convention as the one used for vc-<backend>-state where the
15272 locking user (as a string) is returned.
15273 (vc-locking-user): Update, based on the above convention. The
15274 'vc-locking-user property has disappeared.
15275 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15276
15277 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15278 with a heuristic one.
15279 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15280 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15281 error. That allows us to get to 'needs-merge even in the
15282 stay-local case. There's still no way to detect 'needs-patch in
15283 such a setup (or to force an update for that matter).
15284 (vc-cvs-logentry-check): Remove, the default works as well.
15285
15286 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15287
15288 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15289
15290 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15291 major-mode in which the buffer might have been put earlier. Use
15292 `remove' and `when'. Allow `okstatus' to be `async' and use
15293 `start-process' in this case.
15294 (vc-version-diff): Handle the case where the diff looks empty
15295 because of the use of an async process.
15296
15297 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15298
15299 * vc.el (vc-next-action-on-file): Removed optional parameter
15300 `simple'. Recompute state unconditionally.
15301 (vc-default-toggle-read-only): Removed.
15302
15303 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15304 (vc-toggle-read-only): Undid prev change.
15305
15306 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15307 vc-cvs-simple-toggle. Redocumented.
15308 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15309 (vc-cvs-toggle-read-only): Removed.
15310
15311 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15312
15313 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15314 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15315 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15316 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15317 still is. So maybe it should be removed.
15318 (vc-head-version, vc-find-binary): Remove.
15319 (vc-recompute-state): Move from vc-hooks.el.
15320 (vc-next-action-on-file): Add a `simple' argument to allow
15321 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15322 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15323 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15324 (vc-dired-mode-map): Properly defvar it.
15325 (vc-print-log): Call log-view-mode if available.
15326 (small-temporary-file-directory): defvar instead of use boundp.
15327 (vc-merge-news): Moved to vc-cvs.el.
15328 (vc-default-merge-news): New function.
15329
15330 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15331 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15332 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15333 unknown `vc-latest-version' function. It should probably refer to
15334 vc-workfile-version or somesuch, but it's very unclear to me and I
15335 don't have SCCS to test things.
15336
15337 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15338 (vc-sccs-state-heuristic): Fix typo.
15339 (vc-sccs-workfile-unchanged-p): Add missing argument.
15340
15341 * vc-rcs.el: Require vc and vc-rcs-hooks.
15342 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15343 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15344 (vc-release-greater-or-equal-p): Move from vc.
15345 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15346 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15347 (vc-rcs-checkout): Add a missing `new-version' argument in the
15348 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15349
15350 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15351 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15352 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15353 than the apparently unbound `workfile-version'.
15354
15355 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15356 (vc-file-prop-obarray): Use `make-vector'.
15357 (vc-backend-functions): Add new hookable functions
15358 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15359 (vc-loadup): If neither backend nor default functions exist, use
15360 the backend function rather than nil.
15361 (vc-call-backend): If the function if not bound yet, try to load
15362 the non-hook file to see if it provides it.
15363 (vc-call): New macro plus use it wherever possible.
15364 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15365 nor `vc-find-binary' since it's only called from
15366 vc-mistrust-permission which is only used once the backend is known.
15367 (vc-checkout-model): Fix parenthesis.
15368 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15369
15370 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15371 (vc-cvs-release, vc-cvs-system-release): Remove.
15372 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15373 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15374 status symbols.
15375 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15376 (vc-cvs-toggle-read-only): First cut at a function to allow a
15377 cvs-status-free vc-toggle-read-only.
15378 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15379 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15380 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15381 (vc-cvs-checkout): Modify access rights directly if the user
15382 requested not to use `cvs edit'. And refresh the mode line.
15383
15384 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15385 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15386
15387 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15388
15389 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15390 workfile' that got lost when the code was extracted from vc.el.
15391 And merged the tail with the rest of the code (not possible in the
15392 old vc.el where the tail was shared among all backends). And
15393 explicitly set the state to 'edited if `writable' is set.
15394
15395 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15396 (vc-cvs-state): Be careful to return the value from
15397 vc-cvs-parse-state.
15398 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15399 property but return it instead. Also be careful to handle a nil
15400 or "" `rev' when workfile is non-nil (it was handled properly when
15401 workfile was nil).
15402
15403 * vc.el: Removed those pesky unnecessary `(function' quotes.
15404 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15405 directly in the defvar.
15406 (vc-do-command): Bind inhibit-read-only so as to properly handle
15407 the case where the destination buffer has been made read-only.
15408 (vc-diff): Delegate to vc-version-diff in all cases.
15409 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15410 (vc-annotate-mode-variables): Removed (code moved partly to
15411 defvars and partly to vc-annotate-add-menu).
15412 (vc-annotate-mode): Turned into a derived-mode.
15413 (vc-annotate-add-menu): Moved in code in
15414 vc-annotate-mode-variables.
15415 (vc-update-change-log): Use make-temp-file if available.
15416
15417 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15418
15419 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15420 `vc-checkout-model' updated to `vc-cvs-update-model'.
15421
15422 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15423
15424 * vc.el (vc-next-action-on-file): Added handling of state
15425 `unlocked-changes'.
15426 (vc-checkout-carefully): Is now practically obsolete, unless the
15427 above is too slow to be enabled unconditionally.
15428 (vc-update-change-log): Fixed typo.
15429
15430 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15431
15432 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15433 Now handles state `unlocked-changes'.
15434 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15435
15436 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15437
15438 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15439 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15440 `unlocked-changes'.
15441 (vc-rcs-workfile-unchanged-p): Renamed from
15442 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15443 function yet, but supposed to become one soon.
15444
15445 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15446 `vc-steal-lock'.
15447 (vc-call-backend): Changed error message.
15448 (vc-state): Added description of state `unlocked-changes'.
15449
15450 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15451
15452 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15453 always return t in CVS-controlled directories.
15454
15455 * vc.el (vc-responsible-backend): New function.
15456 (vc-register): Largely rewritten.
15457 (vc-admin): Removed (implementation moved into vc-register).
15458 (vc-checkin): Redocumented.
15459 (vc-finish-logentry): If no backend defined yet (because we are in
15460 the process of registering), use the responsible backend.
15461
15462 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15463 Updated function lists.
15464 (vc-call-backend): Fixed typo.
15465
15466 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15467 New functions.
15468 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15469 Removed query option. Redocumented.
15470
15471 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15472
15473 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15474
15475 * vc.el: Updated callers of `vc-checkout-required' to use
15476 `vc-checkout-model'.
15477
15478 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15479
15480 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15481 stuff updated to reference this function instead of the old
15482 `vc-backend-release-p'.
15483
15484 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15485
15486 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15487 vc-checkout-model. Return appropriate values. Updated callers.
15488
15489 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15490
15491 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15492 (vc-backend-revert): Function moved into `vc-revert';
15493 `vc-next-action' must be updated to accomodate this change.
15494 (vc-backend-steal): Function moved into `vc-finish-steal'.
15495 (vc-backend-logentry-check): Function moved into
15496 `vc-finish-logentry'.
15497 (vc-backend-printlog): Function moved into `vc-print-log'.
15498 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15499 (vc-backend-assign-name): Function moved into
15500 `vc-create-snapshot'.
15501
15502 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15503
15504 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15505 Rename to vc-checkout-model. Return appropriate values.
15506 Update callers.
15507
15508 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15509 to vc-checkout-model.
15510 (vc-checkout-required): Rename to vc-checkout-model.
15511 Re-implement and re-comment.
15512 (vc-after-save): Use vc-checkout-model.
15513
15514 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15515
15516 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15517 Update to use the vc-BACKEND-diff functions instead.
15518 `vc-diff' is now working.
15519
15520 * vc-rcs.el (vc-rcs-logentry-check): New function.
15521
15522 * vc-cvs.el (vc-cvs-logentry-check): New function.
15523
15524 * vc-sccs.el (vc-sccs-diff): Function changed name from
15525 `vc-backend-diff'. This makes `vc-diff' work.
15526
15527 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15528 of functions possibly implemented in a vc-BACKEND library.
15529 (vc-checkout-required): Fix bug that caused an error to be
15530 signaled during `vc-after-save'.
15531
15532 * vc.el: Fix typo.
15533 This checkin is made with our new VC code base for the very first time.
15534 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15535
15536 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15537 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15538
15539 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15540 updated to `vc-uses-locking'.
15541 (vc-checkout-required): Call to backend function.
15542 `vc-checkout-required' updated to `vc-uses-locking' instead.
15543
15544 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15545 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15546
15547 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15548 to match the split into various backends.
15549 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15550 (vc-retrieve-snapshot): Bug fix.
15551
15552 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15553
15554 * vc-sccs.el (vc-sccs-release): Doc fix.
15555
15556 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15557
15558 * vc.el (vc-next-action-on-file): Bug found and fixed.
15559 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15560 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15561
15562 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15563 (vc-rcs-checkout): Name space cleaned up. No more revision number
15564 crunching function names that are not prefixed with vc-rcs.
15565 (vc-rcs-checkout-model): Function added. References to
15566 `vc-checkout-model' replaced.
15567
15568 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15569
15570 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15571 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15572 still need to be split, and implemented for RCS).
15573
15574 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15575
15576 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15577
15578 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15579 required by the vc.el file.
15580
15581 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15582 required by the vc.el file.
15583 (vc-rcs-exists): Function added.
15584
15585 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15586 required by the vc.el file.
15587
15588 * vc.el (vc-admin): Updated to handle selection of appropriate
15589 backend. Current implementation is crufty and need re-thinking.
15590
15591 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15592
15593 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15594
15595 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15596 beginning of annotate buffers correctly.
15597
15598 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15599 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15600 functionality updated quite a lot to support multiple backends.
15601 Variables `vc-annotate-mode', `vc-annotate-buffers',
15602 `vc-annotate-backend' added.
15603
15604 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15605 `vc-annotate-difference' added to supported backend functions.
15606
15607 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15608
15609 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15610 Use with-temp-file instead of /bin/sh. Merged from mainline
15611
15612 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15613
15614 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15615
15616 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15617
15618 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15619
15620 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15621
15622 * vc-hooks.el: vc-state-heuristic added to
15623 vc-backend-hook-functions.
15624
15625 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15626
15627 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15628
15629 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15630 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15631 state to `reserved'.
15632
15633 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15634 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15635
15636 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15637
15638 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15639 untouched.
15640
15641 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15642
15643 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15644 if defined. (Merged from main line, slightly adapted.)
15645
15646 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15647 millenium problem (merged from mainline).
15648
15649 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15650
15651 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15652 part and moved the non-BACKEND stuff to vc.el.
15653
15654 * vc.el: Split the annotate feature into a BACKEND specific part
15655 and moved it from the vc-cvs.el file to this one.
15656
15657 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15658
15659 * vc-hooks.el: Implement new state model.
15660 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15661 (vc-locking-user): Simplify. Now only needed if the file is
15662 locked by somebody else.
15663 (vc-lock-from-permissions): Remove. Functionality is in
15664 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15665 (vc-mode-line-string): New name for former vc-status. Adapted.
15666 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15667
15668 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15669 Various simplifications and adaptations all over the place.
15670
15671 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15672 Simplify and adapt the rest.
15673
15674 * vc.el (vc-resynch-window): Add TODO comment: check for
15675 interaction with view mode according to recent RCS change.
15676 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15677
15678 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15679
15680 * vc.el: Convert the remaining function comments to docstrings.
15681
15682 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15683
15684 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15685 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15686 (vc-minor-part, vc-previous-version): Functions that operate and
15687 compare revision numbers got proper documentation. Comments added
15688 about their possible removal.
15689
15690 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15691
15692 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15693 the vc-backend.el files.
15694
15695 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15696
15697 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15698 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15699 (vc-rcs-previous-version): Functions added.
15700
15701 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15702
15703 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15704
15705 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15706
15707 * vc-hooks.el (vc-master-templates): Is really obsolete.
15708 Comment out the definition for now. What is the right procedure
15709 to get rid of it?
15710 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15711 rewritten.
15712 (vc-default-registered): Remove.
15713 (vc-check-master-templates): New function; does mostly what the
15714 above did before.
15715 (vc-locking-user): Don't rely on the backend to set the property.
15716
15717 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15718 Rewrite documentation.
15719 (vc-rcs-templates-grabbed): New variable.
15720 (vc-rcs-grab-templates): New function.
15721 (vc-rcs-registered): Rewrite to use above mechanism.
15722
15723 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15724 Rewrite documentation.
15725 (vc-sccs-templates-grabbed): New variable.
15726 (vc-sccs-grab-templates): New function.
15727 (vc-sccs-registered): Rewrite to use above mechanism.
15728 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15729 Don't throw the result, simply return it.
15730
15731 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15732 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15733 (vc-cvs-registered): Does the check itself now. Simplify.
15734
15735 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15736 from main line.
15737
15738 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15739
15740 * vc-cvs.el (vc-cvs-diff): New function.
15741
15742 * vc-sccs.el (vc-sccs-diff): New function.
15743
15744 * vc-rcs.el (vc-rcs-diff): New function.
15745 (vc-rcs-checkout): Bug (typo) found and fixed.
15746 (vc-rcs-register-switches): New variable.
15747
15748 * vc.el (vc-backend-diff): Function removed and placed in the
15749 backend files.
15750
15751 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15752
15753 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15754
15755 * vc.el (vc-backend-checkout): Function removed and replaced in
15756 the vc-backend.el files.
15757
15758 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15759
15760 * vc.el (vc-backend-admin): Removed and replaced in the
15761 vc-backend.el files.
15762
15763 * vc.el (Martin): Removed all the annotate functionality since it
15764 is CVS backend specific.
15765
15766 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15767
15768 * spec.txt: Added specification of vc-state.
15769
15770 * vc-sccs-hooks.el (vc-sccs-master-properties):
15771 Remove handling of vc-latest-version and
15772 vc-your-latest-version. What used to be vc-latest-version, is now
15773 returned as vc-workfile-version.
15774 (vc-sccs-workfile-version): Adapt.
15775
15776 2000-09-04 Dave Love <fx@gnu.org>
15777
15778 * vc.el: [Merged from mainline.]
15779 (vc-dired-mode): Make the dired-move-to-filename-regexp
15780 regexp match the date, to avoid treating date as file size.
15781 Add YYYY S option to WESTERN/
15782
15783 2000-09-04 Dave Love <fx@gnu.org>
15784
15785 * vc.el: Require `compile' when compiling.
15786 (vc-logentry-check-hook): New option.
15787 (vc-steal-lock): Use compose-mail.
15788 (vc-dired-mode-map): Defvar when compiling.
15789 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15790 vc-sccs.el and renamed. Callers changed.
15791 (vc-backend-checkout, vc-backend-logentry-check)
15792 (vc-backend-merge-news): Doc fix.
15793 (vc-default-logentry-check): New function.
15794 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15795 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15796 (vc-backend-merge): Doc fix. Use backend functions.
15797 (vc-check-headers): Use backend functions.
15798
15799 * vc-cvs.el: Require vc when compiling.
15800 (vc-cvs-register-switches): Doc fix.
15801 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15802 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15803 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15804 New functions (code from vc.el).
15805 (vc-annotate-display-default): Fix interactive spec.
15806 (vc-annotate-time-span): Doc fix.
15807
15808 * vc-rcs.el: Require vc when compiling.
15809 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15810 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15811 (vc-rcs-checkin): New functions (code from vc.el).
15812 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15813 Doc fix.
15814 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15815
15816 * vc-sccs.el: Require vc when compiling.
15817 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15818 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15819 (vc-sccs-revert)
15820 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15821 from vc.el).
15822 (vc-sccs-add-triple, vc-sccs-record-rename)
15823 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15824 (vc-sccs-admin): Doc fix.
15825
15826 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15827
15828 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15829 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15830 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15831 from vc.el.
15832
15833 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15834
15835 * vc-cvs.el: Moved the annotate functionality from vc.el.
15836 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15837
15838 2000-09-04 Dave Love <fx@gnu.org>
15839
15840 * vc.el (vc-backend-release): Call vc-system-release.
15841
15842 * vc-sccs.el (vc-sccs-system-release):
15843 Renamed from vc-sccs-backend-release.
15844
15845 * vc-rcs.el (vc-rcs-system-release):
15846 Renamed from vc-rcs-backend-release.
15847
15848 * vc-cvs.el (vc-cvs-system-release):
15849 Renamed from vc-cvs-backend-release.
15850
15851 2000-09-04 Dave Love <fx@gnu.org>
15852
15853 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15854 backend files.
15855 (vc-backend-release): Dispatch to backend functions.
15856 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15857 probably needs attention.]
15858
15859 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15860 (vc-sccs-backend-release): New function.
15861
15862 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15863 (vc-cvs-backend-release): New function.
15864
15865 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15866 Doc fix.
15867 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15868 (vc-default-dired-state-info): New function.
15869 (vc-dired-state-info): Dispatch to backends.
15870 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15871
15872 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15873 from vc.el and renamed.
15874
15875 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15876
15877 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15878 (vc-version-other-window, vc-backend-assign-name): Removed
15879 references to vc-latest-version; sometimes changed into
15880 vc-workfile-version.
15881
15882 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15883 vc-rcs-master-workfile-version.
15884 (vc-rcs-workfile-version): Use the above. Don't call
15885 vc-latest-version (that was unreachable code, anyway).
15886 (vc-rcs-fetch-master-properties): Doc fix.
15887
15888 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15889 (vc-backend-hook-functions): Removed them from this list, too.
15890 (vc-fetch-properties): Removed.
15891 (vc-workfile-version): Doc fix.
15892
15893 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15894 (vc-rcs-workfile-version, vc-rcs-locking-user)
15895 (vc-rcs-uses-locking): Use it.
15896
15897 * vc-hooks.el (vc-consult-rcs-headers):
15898 Moved into vc-rcs-hooks.el, under the name
15899 vc-rcs-consult-headers.
15900
15901 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15902 headers.
15903 (vc-cvs-find-master): Use this name only; correct different
15904 versions of the name.
15905
15906 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15907 New functions.
15908 (vc-sccs-locking-user): Use the latter.
15909
15910 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15911 New functions.
15912
15913 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15914 Moved into both
15915 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15916 functions are implementation details of those two backends.
15917
15918 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15919
15920 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15921 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15922
15923 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15924 (vc-sccs-parse-locks): SCCS-specific code moved here from
15925 vc-hooks.
15926
15927 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15928 code moved here from vc-hooks.
15929
15930 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15931 into back-end specific parts and removed. Callers not updated
15932 yet; because I guess these callers will disappear into back-end
15933 specific files anyway.
15934
15935 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15936
15937 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15938 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15939 `vc-uses-locking'.
15940
15941 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15942 Store yes/no in the property, and return t/nil. Updated all
15943 callers.
15944
15945 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15946 vc-sccs-uses-locking. Don't set property.
15947 (vc-sccs-locking-user): Don't set property.
15948
15949 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15950 vc-cvs-uses-locking. Don't set property here; leave that to
15951 vc-hooks.
15952 (vc-cvs-locking-user): Reflect above change. Streamlined.
15953
15954 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15955 vc-rcs-uses-locking.
15956 (vc-rcs-locking-user): Reflect above change.
15957
15958 2000-09-04 Dave Love <fx@gnu.org>
15959
15960 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15961
15962 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15963
15964 * vc-hooks.el (vc-checkout-model): Punt to backends.
15965
15966 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15967
15968 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15969
15970 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15971 New functions.
15972
15973 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15974 New functions.
15975
15976 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15977 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15978
15979 * vc-hooks.el (vc-default-locking-user): New function.
15980 (vc-locking-user, vc-workfile-version): Punt to backends.
15981
15982 2000-09-04 Dave Love <fx@gnu.org>
15983
15984 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15985 (vc-master-workfile-version): Moved from vc-hooks.
15986
15987 * vc-rcs-hooks.el: Fix duplicate code in last change.
15988
15989 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15990 (vc-rcs-master-templates): Improve :type.
15991 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15992 vc-master-workfile-version): Moved from vc-hooks.
15993
15994 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15995 (vc-sccs-master-templates): Improve :type.
15996 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15997
15998 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15999
16000 * vc-cvs-hooks.el: Require vc-hooks when compiling.
16001 (vc-cvs-master-templates): Improve :type. Use
16002 vc-cvs-find-cvs-master.
16003 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
16004 from vc-hooks.
16005 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
16006
16007 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
16008 Moved to vc-cvs-hooks.
16009
16010 * vc-hooks.el: Add doc strings in various places. Simplify the
16011 minor mode setup.
16012 (vc-handled-backends): New user variable.
16013 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
16014 simplification.
16015
16016 2000-09-04 Dave Love <fx@gnu.org>
16017
16018 * vc.el: Some doc fixes for autoloaded and interactive functions.
16019 Fix compilation warnings from ediff stuff.
16020 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
16021
16022 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
16023
16024 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16025
16026 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16027
16028 2000-09-04 Dave Love <fx@gnu.org>
16029
16030 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16031 New variable.
16032 (vc-make-backend-function, vc-loadup, vc-call-backend)
16033 (vc-backend-defines): New functions.
16034
16035 * vc-hooks.el: Various doc fixes.
16036 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16037 (vc-match-substring): Function removed. Callers changed to use
16038 match-string.
16039 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16040 Simplify.
16041
16042 2000-09-04 Dave Love <fx@gnu.org>
16043
16044 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16045 type.
16046 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16047 (vc-sccs-registered): Doc fix.
16048
16049 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16050 (vc-cvs-registered): Doc fix.
16051
16052 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16053 (vc-rcs-registered): Doc fix.
16054
16055 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16056
16057 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16058
16059 * vc-hooks.el: vc-registered has been renamed
16060 vc-default-registered. Some functions have been moved to the
16061 backend specific files. they all support the
16062 vc-BACKEND-registered functions.
16063
16064 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16065
16066 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16067
16068 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16069
16070 2000-09-04 Dave Love <fx@gnu.org>
16071
16072 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16073 menu-bar-update-hook.
16074
16075 * help.el (help-manyarg-func-alist): Add
16076 find-operation-coding-system.
16077
16078 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16079
16080 * custom.el (custom-set-variables): Print message about errors in
16081 setting.
16082
16083 2000-09-03 Andrew Innes <andrewi@gnu.org>
16084
16085 * makefile.w32-in: Change to DOS line endings.
16086
16087 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16088
16089 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16090 minor-mode keymaps, if they don't have one.
16091
16092 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16093
16094 * eshell/esh-module.el (eval-when-compile): Don't lose if
16095 esh-module.el's file name is truncated to DOS 8+3 limits.
16096
16097 2000-09-01 John Wiegley <johnw@gnu.org>
16098
16099 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16100 predicate, which caused entries in the completion list to be
16101 doubled.
16102
16103 2000-08-30 John Wiegley <johnw@gnu.org>
16104
16105 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16106 sending to subprocesses. Also, hook pre-command-hook if
16107 `eshell-send-direct-to-subprocesses' is non-nil.
16108 (eshell-send-direct-to-subprocesses): New config variable. If t,
16109 subprocess input is send immediately.
16110 (eshell-toggle-direct-send): New function.
16111 (eshell-self-insert-command): New function.
16112 (eshell-intercept-commands): New function.
16113 (eshell-send-input): If direct subprocess sending is enabled,
16114 don't echo any input to the Eshell buffer. Let the subprocess
16115 handle that. This requires "stty echo" in bash, for example.
16116
16117 2000-08-28 John Wiegley <johnw@gnu.org>
16118
16119 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16120 completion function for Eshell's implementation of `unset'.
16121
16122 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16123
16124 * info.el (Info-directory-list): Doc fix.
16125
16126 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16127
16128 * filecache.el (file-cache-add-directory-using-find): Don't quote
16129 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16130
16131 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16132
16133 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16134 coding systems.
16135
16136 2000-08-30 Andrew Innes <andrewi@gnu.org>
16137
16138 * timer.el (run-with-idle-timer): Undo last change, so that timer
16139 is not activated immediately if Emacs is already idle. Some
16140 existing code relies on this behaviour.
16141
16142 2000-08-30 Miles Bader <miles@gnu.org>
16143
16144 * frame.el (set-frame-font): Do completion of font-name for
16145 interactive use.
16146
16147 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16148
16149 * international/quail.el (quail-start-translation): Bind locally
16150 last-command-event, last-command, and this-command.
16151 (quail-start-conversion): Likewise.
16152 (quail-self-insert-command): Fix docstring.
16153
16154 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16155
16156 * progmodes/executable.el
16157 (executable-make-buffer-file-executable-if-script-p): Check that
16158 buffer contains at least 2 characters.
16159
16160 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16161
16162 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16163
16164 2000-08-29 Dave Love <fx@gnu.org>
16165
16166 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16167 (diff-mode-shared-map): Bind mouse-2.
16168 (diff-imenu-generic-expression): New variable.
16169 (diff-mode): Use it.
16170
16171 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16172 (mouse-popup-menubar): Add minor mode menus.
16173 (popup-menu): Check for lookup-key returning number.
16174
16175 2000-08-29 Miles Bader <miles@gnu.org>
16176
16177 * comint.el (comint-send-input): Create overlays using the proper
16178 front/read-advance arguments.
16179
16180 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16181
16182 * ps-print.el: Even/odd pages printing. Doc fix.
16183 (ps-print-version): New version number (6.0).
16184 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16185 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16186 (ps-print-duplex-feature): Variable eliminated.
16187 (ps-even-or-odd-pages): New variable.
16188
16189 * progmodes/ebnf2ps.el: Doc fix.
16190 (ebnf-version): New version (3.3).
16191 (ebnf-user-arrow): Change variable customization to sexp.
16192 (ebnf-user-arrow): Function eliminated.
16193 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16194
16195 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16196
16197 * help.el (help-xref-mule-regexp): New variable.
16198 (help-make-xrefs): Handle help-xref-mule-regexp.
16199
16200 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16201 variable.
16202 (describe-input-method): Temporarily activate the specfied input
16203 method to display the information.
16204 (describe-language-environment): Hyperlinks to mule related items.
16205
16206 * international/mule-diag.el (charset-multibyte-form-string): New
16207 function.
16208 (list-character-sets-1): Use charset-multibyte-form-string.
16209 (describe-character-set): New function.
16210 (describe-coding-system): Hyperlinks to safe character sets.
16211
16212 * international/quail.el (quail-help): New arg PACKAGE.
16213 Hyperlinks to mule related items.
16214 (quail-help-insert-keymap-description): Use
16215 substitute-command-keys instead of describe-bindings.
16216 (quail-translation-help): Hyperlinks to mule related items.
16217
16218 2000-08-28 John Wiegley <johnw@gnu.org>
16219
16220 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16221 have a defsubst call itself. Made `eshell-flatten-list' back into
16222 a function again.
16223
16224 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16225 catch, in case re-centering point at bottom messes up the display.
16226 This happens frequently in Emacs 21, due I believe to variable
16227 line heights.
16228
16229 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16230 to call `find-tag-interactive'.
16231
16232 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16233 the list of remember directories.
16234
16235 2000-08-28 John Wiegley <johnw@gnu.org>
16236
16237 * align.el: Test align-region-separate to see if it's a symbol.
16238
16239 2000-08-28 John Wiegley <johnw@gnu.org>
16240
16241 * eshell/esh-util.el (eshell-flatten-list): Made this function
16242 into a defsubst form. It gets used very frequently, although
16243 calls don't occur all that often.
16244
16245 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16246 examining it.
16247
16248 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16249 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16250 `eshell-protect'.
16251 (eshell-copy-handles): Created a new macro for duplicating the
16252 current set of open handles. This is needed by the looping
16253 functions.
16254 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16255 is not incorrectly stomped on.
16256
16257 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16258 declaration for pcomplete-use-paring.
16259 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16260 value of eshell-cmpl-use-paring.
16261 * pcomplete.el (pcomplete-use-paring): New config variable, to
16262 indicate whether paring should be used.
16263 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16264 completion alternatives that have already been used.
16265
16266 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16267 bound to C-c C-y, which will repeat the previous N arguments
16268 (based on prefix argument).
16269 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16270
16271 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16272 if there is no *Help* buffer. This is for XEmacs, which renames
16273 its help buffers uniquely. TODO: Find out what the current buffer
16274 name to delete is.
16275
16276 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16277 first entry that correlates to a passwd/group number. Later
16278 entries (used for group/user name aliasing to multiple IDs) are
16279 ignored.
16280
16281 * eshell/em-xtra.el (eshell/expr):
16282 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16283 (eshell-grep, eshell/diff, eshell/locate):
16284 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16285 argument list, before passing it to the system command.
16286
16287 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16288 `find-tag' for use at final position in Eshell buffers (which
16289 otherwise triggers an error on Emacs 21).
16290 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16291 buffer, if it is currently bound to `find-tag'.
16292
16293 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16294 in the list of matched Makefile names.
16295 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16296 directory, prefer its contents to Makefile.
16297
16298 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16299 directory parts (like "cd old new", or "cd =regexp"), are now case
16300 sensitive on non-Windows/DOS platforms.
16301
16302 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16303 types RET after an open delimiter (like "), display a message
16304 indicating that Eshell is waiting for the closing delimiter.
16305
16306 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16307 environment variables.
16308
16309 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16310 gracefully if the user enters incorrect arguments.
16311
16312 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16313 Eshell buffers.
16314
16315 * eshell/esh-var.el (eshell-interpolate-variable):
16316 * eshell/esh-mode.el (eshell-move-argument):
16317 * eshell/em-unix.el (eshell-du-sum-directory):
16318 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16319 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16320 (not (= ...)).
16321
16322 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16323 to ensure the `preserve' flag gets propagated when doing recursive
16324 directory copies.
16325
16326 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16327
16328 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16329 Don't convert \n into \0177 in memory.
16330 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16331 and back again, when reading and writing.
16332
16333 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16334
16335 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16336 testing of `fboundp' on `processp'.
16337
16338 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16339 (eshell/jobs): Don't call process-list if it is not bound.
16340 (eshell-gather-process-output): Support systems where async
16341 subprocesses aren't supported.
16342 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16343 variables.
16344
16345 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16346 eshell-do-eval returns t.
16347 (eshell-do-pipelines-synchronously): New defmacro.
16348 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16349 when async subprocesses aren't supported.
16350 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16351 if async subprocesses aren't supported.
16352 (eshell-resume-command): Don't assume STATUS is a string.
16353
16354 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16355
16356 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16357 (eshell-close-target, eshell-get-target): Use eshell-processp.
16358 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16359 fix.
16360 (eshell-get-target, eshell-create-handles): Doc fix.
16361
16362 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16363
16364 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16365 criterion to include commands that output something, as long as it
16366 leaves both the command and the end-of-buffer visible when the
16367 command has exited.
16368 (eshell-review-quick-commands): Adjust the help doc string
16369 accordingly.
16370
16371 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16372
16373 * locate.el (locate): Cleaned up locate command's interactive prompting
16374 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16375
16376 * filecache.el (file-cache-case-fold-search): New variable
16377 (file-cache-assoc-function): New variable
16378 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16379 Use file-cache-case-fold-search variable
16380 (file-cache-add-file): Use file-cache-assoc-function
16381 (file-cache-delete-file): likewise
16382 (file-cache-directory-name): likewise
16383 (file-cache-debug-read-from-minibuffer): likewise
16384
16385 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16386
16387 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16388 (abbrev-table-name): New function.
16389 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16390 If non-nil list local abbrev, only.
16391
16392 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16393
16394 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16395 from Gnus support code, and use special article copy buffer
16396 `(gnus-original-article-buffer)' instead. This allows to get rid
16397 of article-hide-headers usage (which breaks in the latest Gnus
16398 version). Thanks to Detlev Zundel.
16399
16400 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16401
16402 * international/quail.el (quail-use-package): Hide "... loaded"
16403 message.
16404 (quail-start-translation, quail-start-conversion): Likewise.
16405
16406 * international/kkc.el (kkc-region): Hide "... loaded" message.
16407
16408 2000-08-27 Dave Love <fx@gnu.org>
16409
16410 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16411
16412 2000-08-27 Miles Bader <miles@gnu.org>
16413
16414 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16415
16416 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16417
16418 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16419 'ja-dic-cnv), not (require 'skkdic-cnv).
16420
16421 2000-08-26 Miles Bader <miles@gnu.org>
16422
16423 * faces.el (face-x-resources): Add entry for :inherit.
16424 * cus-face.el (custom-face-attributes): Add support for :inherit
16425 attribute. Add support for relative face heights.
16426 (custom-face-attributes-get): Treat `nil' as being a default value
16427 for :inherit (as well as `unspecified').
16428
16429 * faces.el (set-face-attribute): Update doc string.
16430 (face-attribute-name-alist): Add :inherit.
16431 (face-valid-attribute-values): Handle :inherit.
16432 (face-read-string): Rephrase prompt to be less confusing.
16433 Assume that DEFAULT is a string, since we must return a string.
16434 (face-read-integer): Use `format' to turn DEFAULT into an
16435 acceptable default for face-read-string. Match NEW-VALUE against
16436 the string "unspecified", not the symbol `unspecified', since
16437 that's what face-read-string returns.
16438 (read-face-attribute): Lookup a name for old-value in valid, and
16439 use it as a default if we find one. Treat all values from
16440 face-read-string as strings. If the default is used, don't do any
16441 more processing on the value, just use the old value directly.
16442 (read-face-and-attribute, modify-face): Tweak prompt.
16443 (read-face-name): Don't assume prompt ends with a space.
16444
16445 * faces.el (describe-face): Add support for :inherit attribute.
16446
16447 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16448
16449 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16450 concat doesn't accept interger.
16451
16452 * international/kkc.el: Remove SKK from Keywords. Require
16453 ja-dic-utl instead of skkdic-utl.
16454
16455 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16456 Provide ja-dic-cnv instead of skkdic-cnv.
16457 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16458 (iso-2022-7bit-short): Add safe-charsets property.
16459 (skkdic-convert-postfix): Search Japanese chou-on character in
16460 addition to Hiragana character.
16461 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16462 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16463 (batch-skkdic-convert): Likewise.
16464
16465 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16466 Provide ja-dic-utl instead of skkdic-utl.
16467 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16468
16469 2000-08-24 Dave Love <fx@gnu.org>
16470
16471 * disp-table.el (standard-display-default): Make the test of `l'
16472 useful.
16473
16474 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16475 mod sample text.
16476
16477 * international/iso-ascii.el: Make pilcrow convenient string
16478 consistent with section.
16479 (iso-ascii-display): Set up multibyte characters as well as
16480 unibyte.
16481
16482 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16483
16484 * international/mule-cmds.el (reset-language-environment): Set
16485 default-process-coding-system to '(undecided . iso-latin-1), which
16486 makes process I/O almost consistent with file I/O. Call this
16487 function when mule-cmds.el[c] is loaded.
16488
16489 2000-08-22 Andrew Innes <andrewi@gnu.org>
16490
16491 * makefile.w32-in: New file.
16492
16493 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16494
16495 * comint.el (comint-output-filter): Compare end of
16496 comint-last-output-overlay with the start of the newly inserted
16497 text, not the end, when deciding whether to extend it.
16498 Set saved-point's insertion type to advance after insertion.
16499
16500 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16501 since this is now done independently of font-lock mode.
16502
16503 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16504
16505 * server.el (server-kill-new-buffers): New user option.
16506 (server-existing-buffer): New buffer-local variable.
16507 (server-visit-files): When using an existing buffer, set
16508 server-existing-buffer to t.
16509 (server-buffer-done): If server-kill-new-buffers is t, kill the
16510 buffer, unless it was already present before visiting it with
16511 Emacs server.
16512
16513 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16514
16515 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16516 even if the display doesn't support colors: some displays will
16517 support bold/underline faces.
16518
16519 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16520
16521 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16522
16523 * startup.el (command-line): If user's init file had an error,
16524 add explanatory text to *Messages*.
16525
16526 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16527
16528 * man.el (Man-getpage-in-background): Decode the process output by
16529 the system locale coding system.
16530
16531 2000-08-20 Dave Love <fx@gnu.org>
16532
16533 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16534 Don't test x-popup-menu.
16535 (function) <complete-function>: Complete only fbound symbols.
16536 <validate, value>: New.
16537 (variable) <complete-function>: Complete only bound symbols.
16538 (coding-system): Add :base-only, :complete-function, :validate,
16539 :value, :prompt-match.
16540 (widget-coding-system-prompt-value): Use read-coding-system and
16541 act on :base-only.
16542 (editable-field): Add :help-echo.
16543 (widget-push-button-gui, widget-push-button-cache)
16544 (widget-gui-action, widget-editable-list-gui): COmment out, along
16545 with uses.
16546 (widget-at): Make arg optional.
16547 (widget-echo-help): Adjust for current help-echo calling sequence.
16548 (widget-specify-field, widget-specify-button)
16549 (widget-specify-insert, widget-get-sibling, widget-image-find)
16550 (widget-convert, widget-insert, widget-leave-text)
16551 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16552 (widget-setup, widget-field-find, widget-before-change)
16553 (widget-after-change, widget-default-complete)
16554 (widget-default-create, widget-default-delete)
16555 (widget-push-button-value-create, editable-field)
16556 (widget-field-prompt-value, widget-field-validate)
16557 (widget-choice-value-create, widget-choice-action)
16558 (widget-choice-validate, widget-checklist-add-item)
16559 (widget-radio-add-item, widget-radio-chosen)
16560 (widget-radio-value-inline, widget-editable-list-value-create)
16561 (widget-editable-list-entry-create)
16562 (widget-documentation-link-add)
16563 (widget-documentation-string-value-create)
16564 (widget-regexp-validate, widget-file-complete)
16565 (widget-sexp-validate, widget-plist-convert-widget)
16566 (widget-plist-convert-widget, widget-alist-convert-widget)
16567 (widget-alist-convert-widget, widget-color-complete): Simplify,
16568 particularly to avoid bindings which aren't optimized out.
16569
16570 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16571 Doc fix.
16572 (down-list, backward-up-list, up-list, kill-sexp)
16573 (backward-kill-sexp, mark-sexp): Make arg optional.
16574 (lisp-complete-symbol): Add optional arg PREDICATE.
16575
16576 * cus-start.el: Add display-buffer-reuse-frames,
16577 file-coding-system-alist.
16578
16579 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16580
16581 * startup.el (command-line): Clear realized faces after
16582 modifying TTY color mappings.
16583
16584 2000-08-20 Miles Bader <miles@gnu.org>
16585
16586 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16587 merely a subset of FACE's attributes.
16588
16589 2000-08-19 Miles Bader <miles@gnu.org>
16590
16591 * comint.el (comint-output-filter): Save the point with a marker,
16592 not just a buffer position.
16593
16594 * international/mule.el (set-buffer-process-coding-system): Make
16595 interactive prompt less confusing.
16596
16597 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16598
16599 * hilit-chg.el: General cleanup of doc strings, comments and
16600 code formatting.
16601
16602 2000-08-19 Miles Bader <miles@gnu.org>
16603
16604 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16605 Compiler macro removed; beginning-of-line is no longer always
16606 equivalent to forward-line, in the presence of fields.
16607
16608 * comint.el (comint-output-filter): Remove ad-hoc saving of
16609 restriction, and just use save-restriction, now that it works
16610 correctly. Don't adjust comint-last-input-start to account for
16611 our insertion; it shouldn't have moved because we don't use
16612 insert-before-markers anymore. Comment out call to
16613 `force-mode-line-update'; why is it here?
16614
16615 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16616 while checking for prompt to delete. Use `forward-line 0'
16617 instead of beginning-of-line.
16618 (gud-filter): Temporarily widen gud comint buffer while
16619 examining output.
16620
16621 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16622
16623 * progmodes/sh-script.el: Big bag of typos.
16624
16625 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16626 check since ispell-process is not bound when ispell is not yet loaded.
16627
16628 2000-08-18 Dave Love <fx@gnu.org>
16629
16630 * image.el (find-image): Copy `spec' before using plist-put.
16631
16632 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16633
16634 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16635 `portugues'.
16636
16637 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16638 backward-kill-sexp, analogous to kill-sexp.
16639
16640 * progmodes/icon.el (icon-indent-line)
16641 (icon-is-continuation-line): Handle comments specially.
16642
16643 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16644
16645 * ispell.el: Set to standard author/maintainer/keyword fields.
16646 Fine tuning to menu map appearance and operation, and added help.
16647 Remove `start' and `end' error messages when compiling.
16648 (ispell-choices-win-default-height): Fixed comment string.
16649 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16650 castellano8 dictionaries.
16651 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16652 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16653 dictionary, added italiano dictionary.
16654 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16655 word character
16656 (ispell-tex-skip-alists): Added psfig support.
16657 (ispell-skip-html): Renamed from ispell-skip-sgml.
16658 (ispell-begin-skip-region-regexp, ispell-skip-region)
16659 (ispell-minor-check): Improved html skipping support to skip across
16660 code, and recognize `&' commands without propper `;' syntax;
16661 (ispell-process-line): Fix alignment error when manually
16662 correcting spelling.
16663 (ispell): Fix comment string.
16664 (ispell-add-per-file-word-list): Always put word list on new line.
16665
16666 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16667
16668 * format.el (format-encode-run-method): Fix error message to say
16669 `encode' instead of `decode'. Use save-window-excursion around
16670 shell-command-on-region as in format-decode-run-method because
16671 shell-command-on-region can display a buffer with error output.
16672 (format-decode): Don't record undo information for the decoding.
16673 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16674 that number part of the temporary buffer name so that more than
16675 one decoding using a temporary buffer can happen safely.
16676
16677 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16678 of `A-z' in the regexp.
16679
16680 * hilit-chg.el: Fix typos in commentary.
16681
16682 * help.el (view-emacs-news): Rewritten for new naming scheme
16683 for old NEWS files.
16684
16685 * startup.el (command-line): Pop to *Messages* in case an error
16686 is signaled while loading user-init-file.
16687
16688 2000-08-17 Andreas Schwab <schwab@suse.de>
16689
16690 * files.el (insert-directory): Don't lose original file name,
16691 undoing an undocumented change.
16692
16693 2000-08-17 Alex Schroeder <alex@gnu.org>
16694
16695 * sql.el (sql-magic-go): Use comint-bol.
16696 (sql-copy-column): Use comint-line-beginning-position.
16697 (comint-line-beginning-position): Define a replacement for
16698 comint-line-beginning-position if it is not fboundp.
16699
16700 2000-08-17 Alex Schroeder <alex@gnu.org>
16701
16702 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16703 it didn't have any effect anyway.
16704
16705 2000-08-17 Alex Schroeder <alex@gnu.org>
16706
16707 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16708 --pset and pager=off instead of sending \\o|cat at the beginning
16709 of the session.
16710
16711 2000-08-17 Miles Bader <miles@gnu.org>
16712
16713 * progmodes/octave-inf.el: Add compatibility definition of
16714 comint-line-beginning-position.
16715
16716 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16717
16718 * startup.el (normal-top-level): Look in each dir in load-path for
16719 a leim-list.el file too. This assures of loading leim-list.el
16720 that is created at Emacs installation time even if a user have his
16721 own leim-list.el.
16722
16723 2000-08-17 Miles Bader <miles@gnu.org>
16724
16725 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16726 foreground color to black if the background is dark.
16727
16728 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16729
16730 * loadhist.el (unload-feature): Typo.
16731
16732 * finder.el (finder-compile-keywords):
16733 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16734 to the generated file.
16735
16736 * mail/mh-e.el (mh-make-local-vars):
16737 Replace make-variable-buffer-local with make-local-variable.
16738
16739 * play/landmark.el:
16740 * options.el (Edit-options-{set,toggle,t,nil}):
16741 * mail/mailabbrev.el (mail-abbrevs-mode):
16742 * textmodes/tex-mode.el (tex-expand-files):
16743 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16744
16745 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16746
16747 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16748 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16749 Allow going past the last element.
16750 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16751 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16752 (cvs-mouse-toggle-mark): Don't move point.
16753 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16754
16755 * progmodes/compile.el (grep): Provide a default set of files.
16756 (next-error): Docstring fix.
16757 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16758
16759 * emacs-lisp/easy-mmode.el (define-minor-mode):
16760 Use `symbol-value' to keep the byte-compiler quiet.
16761
16762 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16763 (diff-find-source-location): New fun, extracted from diff-goto-source.
16764 (diff-goto-source): Use it.
16765 (diff-next-complex-hunk, diff-filter-lines): New function.
16766 (diff-apply-hunk): New command.
16767
16768 * smerge-mode.el (smerge-mode-menu): Doc fix.
16769
16770 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16771
16772 2000-08-16 Dave Love <fx@gnu.org>
16773
16774 * windmove.el (windmove) <defgroup>: Add :version.
16775
16776 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16777 (goto-address-fontify-p, goto-address-highlight-p)
16778 (goto-address-url-face, goto-address-url-mouse-face)
16779 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16780 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16781 (goto-address-fontify, goto-address-at-mouse): Simplify,
16782 (goto-address-at-point): browse-url-url-at-point,
16783 goto-address-find-address-at-point can return nil.
16784 (goto-address-find-address-at-point): Return nil on failure.
16785
16786 * align.el (align) <defgroup>: Add :version.
16787
16788 * calculator.el (calculator): Add :version.
16789 (calculator): Use two lines for calculator window if `modeline'
16790 face is boxed.
16791
16792 * play/5x5.el: Doc fixes.
16793 (5x5) <defgroup>: Add :version.
16794
16795 * play/fortune.el (fortune) <defgroup>: Add :version.
16796 (fortune-append): Fix error message.
16797 (fortune-from-region): Doc fix.
16798
16799 * play/pong.el (pong): Doc fix.
16800
16801 * play/morse.el: Keywords, commentary, autoloads.
16802
16803 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16804
16805 * desktop.el (desktop-save): Don't look at symbol-value of a
16806 member of minor-mode-alist, unless it is boundp.
16807
16808 2000-08-16 Sam Steingold <sds@gnu.org>
16809
16810 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16811 `while'; use `with-current-buffer' instead of `save-excursion'.
16812 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16813
16814 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16815
16816 * international/ccl.el (declare-ccl-program): Docstring modified.
16817 (ccl-execute-with-args): Likewise.
16818
16819 2000-08-16 Miles Bader <miles@gnu.org>
16820
16821 * progmodes/sql.el: Add compatibility definition of
16822 comint-line-beginning-position.
16823
16824 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16825
16826 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16827 'buffer-menu' property.
16828 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16829 fails.
16830 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16831 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16832 wasn't killed.
16833
16834 * buff-menu.el (list-buffers-noselect): Don't display the
16835 *Buffer List* buffer.
16836
16837 * font-lock.el: Require jit-lock to prevent a very late
16838 `Loading jit-lock' message.
16839
16840 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16841 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16842 mail address.
16843
16844 2000-08-15 Miles Bader <miles@gnu.org>
16845
16846 * textmodes/ispell.el (ispell-graphic-p): New constant.
16847 (ispell-choices-win-default-height, ispell-help): Use
16848 `ispell-graphic-p' instead of `xemacsp'.
16849
16850 2000-08-15 Dave Love <fx@gnu.org>
16851
16852 * simple.el: Autoload widget-convert when compiling.
16853 (mail-user-agent): Doc fix.
16854
16855 * help.el (function-called-at-point, variable-at-point): Use
16856 with-syntax-table.
16857 (help-manyarg-func-alist): Add insert-and-inherit.
16858
16859 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16860
16861 * delsel.el (delsel-unload-hook): New function.
16862
16863 * find-file.el: Doc fixes. Move provide to end.
16864 (ff) <defgroup>: Add :link.
16865 (ff-goto-click): Deleted.
16866 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16867 Use mouse-set-point.
16868
16869 * textmodes/tildify.el: Doc fixes.
16870 (tildify) <defgroup>: Add:version.
16871
16872 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16873 (glasses-custom-set): Use set-default, not set.
16874 (minor-mode-alist): Propertize the lighter.
16875 (glasses-mode): Provide optional arg.
16876
16877 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16878 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16879 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16880 option. Provide :type.
16881 (cwarn-configuration): Provide :type.
16882 (cwarn-mode): Doc fix.
16883
16884 * add-log.el (change-log-merge): Doc fix.
16885 (change-log-redate): New command.
16886
16887 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16888 Doze and Dog.
16889 (browse-url): Use dolist, not mapcar.
16890 (browse-url-at-point): Check for null url.
16891 (browse-url-event-buffer, browse-url-event-point): Functions
16892 deleted.
16893 (browse-url-at-mouse, browse-url-netscape): Simplify.
16894
16895 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16896 modes.
16897 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16898 Fix previous change to mapcan.
16899 (msb--init-file-alist, msb--add-separators)
16900 (msb--make-keymap-menu): Simplify.
16901 (msb--choose-file-menu): Use copy-sequence.
16902 (msb-mode-map): Add title to keymap.
16903 (msb-unload-hook): New function.
16904
16905 * bs.el: Fix indentation.
16906 (bs) <defgroup>: Add :links.
16907 (bs-show): Doc fix.
16908 (bs-apply-sort-faces): Don't use window-system.
16909 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16910
16911 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16912
16913 * calendar/timeclock.el (timeclock-file): Run .timelog through
16914 convert-standard-filename.
16915
16916 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16917
16918 * emacs-lisp/authors.el: New file.
16919
16920 * paren.el (show-paren-priority): New user option.
16921 (show-paren-function): Set overlay priorities to
16922 show-paren-priority.
16923
16924 2000-08-14 Miles Bader <miles@gnu.org>
16925
16926 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16927 beginning-of-line with inhibit-field-text-motion bound.
16928
16929 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16930
16931 * calendar/timeclock.el: New file.
16932
16933 2000-08-14 David Ponce <david@dponce.com>
16934
16935 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16936 `widget-button-click'. so that one can use left mouse button to
16937 click on dialog buttons.
16938
16939 2000-08-14 Emmanuel Briot <briot@gnat.com>
16940
16941 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16942 identifiers, since XML is case sensitive
16943
16944 2000-08-12 Miles Bader <miles@gnu.org>
16945
16946 * comint.el (comint-output-filter): Don't bother frobbing
16947 window-start, it doesn't seem to be necessary.
16948
16949 * comint.el (comint-send-string, comint-send-region): Make into
16950 real functions. Snapshot the prompt before sending.
16951
16952 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16953
16954 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16955 technique similar to Info-index, instead of relying on specific
16956 names of relevant Index nodes.
16957 (Info-goto-emacs-command-node): Bind Info-history to nil when
16958 going to the first node found by Info-find-emacs-command-nodes.
16959
16960 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16961
16962 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16963
16964 2000-08-10 Miles Bader <miles@gnu.org>
16965
16966 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16967
16968 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16969
16970 * info.el (Info-file-list-for-emacs): More elements for the
16971 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16972 and woman manuals.
16973
16974 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16975
16976 * comint.el (comint-send-input): Make the newline boundary overlay
16977 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16978 (comint-output-filter): Use `insert' instead of
16979 `insert-before-markers'. Extend comint-last-output-overlay when
16980 necessary since we can't rely on insert-before-markers to do it.
16981 * gud.el (gud-filter): Use `with-current-buffer' instead of
16982 save-excursion when inserting the output, so that point gets
16983 updated correctly; the old method relied on a rather dodgy
16984 side-effect of comint-output-filter to avoid the effect of
16985 save-excursion.
16986
16987 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16988
16989 * files.el (recover-file): Call insert-directory instead of
16990 invoking `ls' directly.
16991
16992 2000-08-10 Miles Bader <miles@gnu.org>
16993
16994 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16995 (comint-last-prompt-overlay): New variables.
16996 (comint-output-filter): Implement prompt highlighting.
16997 (comint-snapshot-last-prompt): New function.
16998 (comint-send-input): Snapshot the last prompt.
16999 Use comint-highlight-input-face.
17000 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
17001 Use defface instead of defcustom.
17002 (send-invisible, comint-send-eof): Snapshot the last prompt.
17003 (comint-delchar-or-maybe-eof): Use comint-send-eof.
17004 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
17005
17006 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
17007
17008 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
17009 (regexp-opt-group): Use a list of chars for `letters'.
17010 (regexp-opt-charset): `chars' is now a list of chars.
17011 Use a char-table rather than a vector so it works for multibyte chars.
17012
17013 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
17014 Set cvs-minor-current-files to the selected fileinfo.
17015 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
17016 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
17017
17018 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
17019
17020 * files.el (insert-directory): Don't call access-file on
17021 directories on DOS and Windows.
17022
17023 2000-08-09 Kenichi Handa <handa@etl.go.jp>
17024
17025 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17026 longer if necessary.
17027 (ccl-embed-code): Call ccl-embed-data to store CODE in
17028 ccl-program-vector.
17029
17030 2000-08-09 Miles Bader <miles@gnu.org>
17031
17032 * comint.el (comint-output-filter): Properly handle the case where
17033 the text surrounded by comint-last-output-overlay was deleted.
17034
17035 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17036
17037 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17038 non-nil.
17039 (Info-file-list-for-emacs): Remove "info" from the list because
17040 that leads to trying to use the documentation from file `info'
17041 in various situations where it isn't appropriate, for instance
17042 C-h C-k C-h i.
17043
17044 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17045 DIR and/or STRING are nil.
17046
17047 * progmodes/compile.el (compilation-setup): Make variable
17048 compilation-error-screen-columns buffer-local, as some comment
17049 in the code suggests it should be.
17050
17051 * files.el (auto-mode-interpreter-regexp): New variable.
17052 (set-auto-mode): Use it.
17053
17054 * indent.el (indent-for-tab-command): Doc fix.
17055
17056 * mouse-sel.el (mouse-sel-mode): Doc fix.
17057
17058 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17059 labels.
17060
17061 * help.el (print-help-return-message): When
17062 display-buffer-reuse-frames is set, let the help window been quit,
17063 instead of deleting it, which might delete a reused frame.
17064
17065 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17066
17067 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17068 rename a directory to a name that differs only by its letter case.
17069
17070 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17071
17072 * international/quail.el (quail-define-rules): Handle Quail decode
17073 map correctly. Add code for supporting annotations.
17074 (quail-install-decode-map): New function.
17075 (quail-defrule-internal): New optional arguments decode-map and
17076 props.
17077 (quail-advice): New function.
17078
17079 2000-08-07 Sam Steingold <sds@gnu.org>
17080
17081 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17082 `defconst', `define-condition', `with-slots'.
17083 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17084
17085 2000-08-03 Miles Bader <miles@gnu.org>
17086
17087 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17088 New variable.
17089 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17090 comint-use-prompt-regexp-instead-of-fields.
17091 (comint-send-input): Add `input' field property to stuff we send to
17092 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17093 (comint-output-filter): Add `output' field property to process
17094 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17095 (comint-replace-by-expanded-history)
17096 (comint-get-old-input-default, comint-show-output)
17097 (comint-backward-matching-input, comint-forward-matching-input)
17098 (comint-next-prompt, comint-previous-prompt): Use field
17099 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17100 (comint-line-beginning-position): New function.
17101 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17102 (comint-replace-by-expanded-history-before-point): Use
17103 comint-line-beginning-position and line-end-position.
17104 (comint-last-output-overlay): New variable.
17105 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17106
17107 * shell.el (shell-prompt-pattern): Doc change.
17108 (shell-backward-command): Use line-beginning-position.
17109
17110 * gud.el (gud-gdb-complete-command): Use
17111 comint-line-beginning-position.
17112
17113 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17114 comint-bol doesn't actually go to the beginning of the line.
17115
17116 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17117 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17118 (try-expand-line-all-buffers): Likewise.
17119
17120 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17121 explicitly matching comint-prompt-regexp.
17122 (sql-copy-column): Use comint-line-beginning-position instead of
17123 explicitly matching comint-prompt-regexp.
17124
17125 * progmodes/octave-inf.el (inferior-octave-complete): Use
17126 comint-line-beginning-position.
17127
17128 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17129
17130 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17131 looking for a prompt, use `forward-line 0' instead of
17132 `beginning-of-line', to avoid getting caught by an input field.
17133
17134 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17135
17136 * files.el (shell-quote-wildcard-pattern): Make sure to return
17137 PATTERN, in the Unix case.
17138
17139 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17140
17141 * play/zone.el (zone): Discard any pending input before running
17142 the randomly-chosen pgm.
17143
17144 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17145
17146 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17147 checking the existence of any multibyte characters.
17148
17149 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17150
17151 * help.el (describe-mode): Test minor-mode symbol for being
17152 bound before testing its value for being nil.
17153
17154 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17155 `first', `second', and `third'.
17156
17157 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17158 (second): Make it an alias for `cadr'.
17159
17160 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17161
17162 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17163 types of display support faces now.
17164
17165 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17166
17167 * pcvs.el (require): Require `cl' during compilation, only.
17168
17169 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17170 (toplevel): Remove `remq' and `remove' from autoloads.
17171 (cl-fake-autoloads): New variable. If set, arrange for an error
17172 when CL functions etc. are autoloaded.
17173
17174 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17175
17176 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17177
17178 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17179 popped up, but the user clicks outside the menu, return an empty
17180 regexp (that causes unhighlight-regexp to have no effect).
17181
17182 * menu-bar.el (menu-bar-games-menu): Add Zone.
17183
17184 * hi-lock.el (toplevel): Require font-lock.
17185
17186 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17187
17188 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17189 (ebnf-8-bit-chars): New var for bug fix.
17190 (ebnf-string): Bug fix.
17191
17192 2000-08-03 Sam Steingold <sds@gnu.org>
17193
17194 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17195 instead of `buffer-string'.
17196 (require 'cl): Always, not just when compiling.
17197 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17198 necessary.
17199
17200 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17201
17202 * international/mule-cmds.el (select-safe-coding-system): Make
17203 the message text about selecting a safe coding system more clear.
17204
17205 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17206
17207 * hi-lock.el: New file.
17208
17209 * play/zone.el: New file.
17210
17211 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17212 value of tab-width in the original buffer. Choose a line number
17213 format that's a multiple of the original buffer's tab width, so
17214 that lines appear right.
17215
17216 * textmodes/ispell.el (ispell): New function, replacing an alias.
17217 Spell-check active region if in transient-mark-mode and mark
17218 is active; otherwise spell-check buffer.
17219
17220 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17221
17222 * ps-mule.el: Fix a customization problem on
17223 ps-mule-font-info-database-default.
17224
17225 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17226
17227 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17228 display-mouse-p instead of window-system.
17229 (ebrowse-member-mode-map): Ditto.
17230
17231 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17232
17233 * progmodes/ebnf2ps.el: Update ps-print functions call.
17234 Indentation fix. Doc fix.
17235 (ebnf-version): New version number (3.2).
17236 (ebnf-format-color, ebnf-begin-job): Code fix.
17237
17238 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17239
17240 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17241 font lock support on window-system.
17242 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17243
17244 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17245 display-color-p, if fboundp, instead of window-system.
17246
17247 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17248
17249 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17250 instead of window-system.
17251
17252 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17253 window-system.
17254 (widget-choice-mouse-down-action): Use display-popup-menus-p
17255 instead of window-system.
17256
17257 * strokes.el (strokes-file): Run the file name through
17258 convert-standard-filename.
17259 (strokes-mode): Call display-mouse-p instead of looking at
17260 window-system. Change the error message accordingly.
17261
17262 * progmodes/cpp.el (toplevel): Support faces on tty's.
17263
17264 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17265 (lm-plot-square, lm-init-display): Don't use window-system.
17266
17267 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17268 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17269
17270 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17271 instead of looking at window-system.
17272
17273 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17274
17275 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17276 of testing if iswitchb-prepost-hooks is bound, because the
17277 latter will always be true when invoking a recursive minibuffer
17278 from an active Iswitchb buffer.
17279
17280 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17281
17282 * files.el (shell-quote-wildcard-pattern): New function.
17283 (insert-directory): Call it. Only prepend "\" to command on Unix
17284 and GNU/Linux systems.
17285
17286 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17287
17288 * eshell/esh-groups.el: Change custom :link file names
17289 from `eshell.info' to `eshell'.
17290
17291 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17292
17293 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17294 correctly in recursive ange-ftp listings.
17295
17296 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17297
17298 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17299 ps-header-font-size-internal and
17300 ps-header-title-font-size-internal variables are not set,
17301 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17302 face text property is (foreground-color . COLOR) or
17303 `(background-color . COLOR)', ps-print crashes. Doc fix.
17304 (ps-print-version): New version number (5.2.4).
17305 (ps-plot-region): Code fix.
17306 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17307 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17308 Bug fix 2.
17309
17310 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17311
17312 * glasses.el (glasses-make-readable): Fix uncapitalization of
17313 identifiers like `myXMLDocument'.
17314
17315 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17316
17317 * mail/mail-hist.el (mail-hist-previous-input)
17318 (mail-hist-next-input): Do the obvious code factorization.
17319 (mail-hist-retrieve-and-insert): New func, contains common
17320 code of above two.
17321 If inserting a message body, leave point at top.
17322
17323 2000-07-28 Sam Steingold <sds@gnu.org>
17324
17325 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17326 Use `<=', not `<' to compare times!
17327 (ange-ftp-ls): Remove.
17328
17329 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17330
17331 * play/cookie1.el: Add explanation of how to make cookie.el
17332 compatible with strfile(1) to comment.
17333
17334 * subr.el (remove, remq): New functions.
17335
17336 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17337 escape `*' in regexps.
17338 (midnight-find): Reverse order of arguments in the funcall of
17339 TEST.
17340
17341 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17342 and `.class'.
17343
17344 * play/meese.el: Add Commentary section.
17345
17346 2000-07-27 Alex Schroeder <alex@gnu.org>
17347
17348 * sql.el (sql-ms): Added autoload cookie.
17349 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17350 (sql-oracle): Ditto.
17351 (sql-help): Doc change.
17352
17353 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17354 types and exceptions.
17355
17356 2000-07-27 Alex Schroeder <alex@gnu.org>
17357
17358 * sql.el (sql-placeholder-history): New variable.
17359 (sql-query-placeholders-and-send): New function that will query
17360 the user and replace placeholders with user input.
17361 (sql-oracle): If running on NT, set comint-input-sender to
17362 sql-query-placeholders-and-send.
17363
17364 (sql-stop): If in the SQLi buffer, insert stop notification, else
17365 present it as a message.
17366
17367 2000-07-27 Alex Schroeder <alex@gnu.org>
17368
17369 * sql.el (sql-input-ring-separator): Doc change.
17370 (sql-input-ring-file-name): Doc change.
17371 (sql-interactive-mode): Use `sql-input-ring-separator' and
17372 `sql-input-ring-file-name' to set the comint-mode equivalents
17373 without making them local variables.
17374 (sql-stop): Don't bind `sql-input-ring-separator' and
17375 `sql-input-ring-file-name' dynamically to their comint-mode
17376 equivalents.
17377
17378 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17379
17380 * international/mule.el (register-char-codings): New function.
17381 (make-coding-system): Handle `safe-chars' specification in the arg
17382 PROPERTY.
17383
17384 * international/mule-cmds.el
17385 (find-coding-systems-region-subset-p): This function deleted.
17386 (sort-coding-systems-predicate): New variable.
17387 (sort-coding-systems): New function.
17388 (find-coding-systems-region): Use
17389 find-coding-systems-region-internal.
17390 (find-coding-systems-string): Use find-coding-systems-region.
17391 (find-coding-systems-for-charsets): Check
17392 char-coding-system-table.
17393 (select-safe-coding-system-accept-default-p): New variable.
17394 (select-safe-coding-system): Mostly rewritten. New argument
17395 ACCEPT-DEFAULT-P.
17396 (select-message-coding-system): Call select-safe-coding-system
17397 with ACCEPT-DEFAULT-P arg.
17398 (reset-language-environment): Reset default-sendmail-coding-system
17399 to the default value iso-latin-1.
17400 (set-language-environment): Don't set the obsolete variable
17401 charset-origin-alist.
17402
17403 * international/codepage.el (cp-coding-system-for-codepage-1):
17404 Give `safe-chars' property to make-coding-system.
17405
17406 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17407 calling select-message-coding-system twice.
17408
17409 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17410 instead of `safe-charsets'.
17411 (cyrillic-alternativnyj): Likewise.
17412 (ccl-encode-alternativnyj): Don't check the charset
17413 cyrillic-iso8859-5.
17414
17415 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17416
17417 * composite.el (compose-chars-after): Preserve match data.
17418
17419 2000-07-26 Sam Steingold <sds@gnu.org>
17420
17421 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17422 (ange-ftp-real-file-newer-than-file-p): New function.
17423 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17424 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17425
17426 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17427 * midnight.el (midnight-float-time): Ditto.
17428
17429 2000-07-26 Andreas Schwab <schwab@suse.de>
17430
17431 * files.el (normal-backup-enable-predicate): Correct
17432 interpretation of the return value of compare-strings.
17433
17434 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17435
17436 * isearch.el (isearch-resume): New function.
17437 (isearch-done): Add something to command-history to resume
17438 the search.
17439 (isearch-yank-line, isearch-yank-word): Use
17440 buffer-substring-no-properties instead of buffer-substring.
17441
17442 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17443 of flyspell-mouse-map.
17444
17445 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17446 duplicate definition.
17447 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17448
17449 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17450 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17451
17452 2000-07-25 Sam Steingold <sds@gnu.org>
17453
17454 * net/ange-ftp.el: Get modtime over the net.
17455 (ange-ftp-file-modtime): New function.
17456 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17457 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17458 Use it.
17459 (ange-ftp-dot-to-slash): New function.
17460 (ange-ftp-fix-name-for-vms): Use it.
17461
17462 * midnight.el (midnight-buffer-display-time): Use
17463 `with-current-buffer'.
17464
17465 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17466
17467 * find-dired.el: Update copyright notice.
17468 (find-dired): Offer to kill a running `find'.
17469
17470 * enriched.el (enriched-face-ans): For a `foreground-color'
17471 property, return '(("x-color" COLOR))' so that COLOR will be
17472 output as a parameter of the x-color annotation. Likewise for the
17473 `background-color' property. In the case of normal face
17474 properties, don't return annotations for unspecified foreground
17475 and background face attributes.
17476
17477 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17478
17479 * language/japan-util.el (japanese-katakana-region): Fix handling
17480 HANKAKU argument.
17481
17482 2000-07-25 Miles Bader <miles@gnu.org>
17483
17484 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17485 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17486 constrain-to-field.
17487
17488 2000-07-24 Andrew Innes <andrewi@gnu.org>
17489
17490 * timer.el (timer-activate-when-idle): Add optional parameter
17491 DONT-WAIT. Update docstring.
17492 (run-with-idle-timer): Specify extra parameter to
17493 timer-activate-when-idle, so that timer will be activated
17494 immediately if Emacs is already idle.
17495
17496 * w32-fns.el (w32-using-nt): Fix docstring.
17497
17498 2000-07-24 Dave Love <fx@gnu.org>
17499
17500 * mouse.el (popup-menu): Set last-command-event.
17501 (mouse-major-mode-menu-prefix): Declare.
17502
17503 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17504
17505 * textmodes/flyspell.el: Update to author's version 1.5d.
17506
17507 * progmodes/hideshow.el: Update copyright notice.
17508
17509 * vcursor.el: Set maintainer to FSF, since author cannot
17510 be reached.
17511
17512 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17513
17514 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17515 the prompt.
17516
17517 * mouse.el (popup-menu): Run the keymap through indirect-function,
17518 in case it was defined with define-prefix-key. If the menu is a
17519 list of keymaps, look up the binding of user's choice in each one
17520 of the keymaps.
17521 (mouse-popup-menubar): If the global and local menu-bar keymaps
17522 don't have a prompt string, create one and insert it into the
17523 keymap. Don't barf if current-local-map returns nil.
17524
17525 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17526
17527 * dired.el (dired-sort-R-check): Added to allow recursive listing
17528 to be undone.
17529 (dired-sort-other): Use it.
17530
17531 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17532
17533 * Release of cc-mode 5.27
17534
17535 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17536
17537 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17538 c-beginning-of-statement-1 that caused a bad case of recursion
17539 which could consume a lot of CPU in large classes in languages
17540 that have in-expression classes (i.e. Java and Pike).
17541
17542 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17543 statements before top level constructs (i.e. case 6 is moved
17544 before case 5 and is now case 4) to catch in-expression
17545 classes in top level expressions correctly.
17546
17547 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17548
17549 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17550 objc-method-intro. Case 4 removed and case 5I added.
17551
17552 * cc-langs.el (c-append-paragraph-start): New variable used by
17553 c-common-init to get paragraph-start correct.
17554 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17555 initialize paragraph-start to make it correct both with and
17556 without the javadoc special case.
17557
17558 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17559 initialize paragraph-start for javadoc markup.
17560
17561 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17562 change by defaulting this to t. It's motivated by the
17563 confusing behavior that otherwise arise from the style system
17564 when editing both java and non-java files at the same time
17565 (see the comments about style setting in c-common-init).
17566
17567 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17568
17569 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17570 similar to the one in c-fill-paragraph to check the fill
17571 prefix from the adaptive fill function for sanity.
17572
17573 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17574
17575 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17576 defun block.
17577
17578 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17579
17580 * cc-align.el (c-lineup-multi-inher): Handle lines with
17581 leading comma nicely. Extended to handle member initializers
17582 too.
17583
17584 * cc-engine.el: (c-beginning-of-inheritance-list,
17585 c-guess-basic-syntax): Fixed recognition of inheritance lists
17586 when the lines begins with a comma.
17587
17588 * cc-vars.el (c-offsets-alist): Changed default for
17589 member-init-cont to c-lineup-multi-inher since it now handles
17590 member initializers and indents better for leading commas.
17591
17592 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17593
17594 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17595 handling that caused class open lines to be recognized as
17596 statement-conts in some cases.
17597
17598 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17599 guessed by the adaptive fill function unless point is on the
17600 first line of a block comment.
17601
17602 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17603 when the buffer ends with a macro continuation char.
17604
17605 * cc-engine.el (c-guess-basic-syntax): Added support for
17606 function definitions as statements in Pike. The first
17607 statement in a lambda block is now labeled defun-block-intro
17608 instead of statement-block-intro.
17609
17610 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17611 so that the class surrounding point is selected, not the one
17612 innermost in the state.
17613
17614 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17615 recognition of switch labels having hanging multiline
17616 statements.
17617
17618 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17619 some code in c-guess-basic-syntax to a separate function.
17620 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17621 recognition of member inits with multiple line arglists.
17622 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17623 member-init-cont when the commas are in funny places.
17624
17625 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17626
17627 * cc-defs.el (c-auto-newline): Removed this macro since it's
17628 not used anymore.
17629
17630 * cc-engine.el (c-looking-at-bos): New helper function.
17631 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17632 inexpr and toplevel classes apart in Pike.
17633
17634 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17635 of case 9A.
17636
17637 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17638 constant, since "class" can introduce an in-expression class
17639 in Pike nowadays.
17640
17641 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17642
17643 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17644 indentation on cpp-macro lines.
17645
17646 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17647 a syntax modifier like comment-intro, to make it possible to
17648 get syntactic indentation for preprocessor directives. It's
17649 incompatible wrt to lineup functions on cpp-macro, but it has
17650 no observable effect in the 99.9% common case where cpp-macro
17651 is set to -1000.
17652
17653 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17654
17655 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17656 member-init-cont when the preceding arglist is several lines.
17657
17658 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17659
17660 * cc-styles.el (c-style-alist): The basic offset for the BSD
17661 style corrected to 8.
17662
17663 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17664
17665 * cc-styles.el (c-style-alist): Adjusted the indentation of
17666 brace list openers in the gnu style.
17667
17668 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17669
17670 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17671
17672 * cc-cmds.el (c-electric-brace, c-electric-slash,
17673 c-electric-star, c-electric-semi&comma, c-electric-colon,
17674 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17675 when c-syntactic-indentation is nil.
17676
17677 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17678 we were left at comments preceding the first statement when
17679 reaching the beginning of the buffer.
17680
17681 * cc-vars.el (c-syntactic-indentation): New variable to turn
17682 off all syntactic indentation.
17683
17684 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17685
17686 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17687 between the text and the block comment ender when it hangs,
17688 depending on how many there are before the fill.
17689
17690 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17691
17692 * cc-engine.el (c-beginning-of-closest-statement): New helper
17693 function to go back to the closest preceding statement start,
17694 which could be inside a conditional statement.
17695 * cc-engine.el (c-guess-basic-syntax): Use
17696 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17697
17698 * cc-engine.el (c-guess-basic-syntax): Better handling of
17699 arglist-intro, arglist-cont-nonempty and arglist-close when
17700 the arglist is nested inside parens. Cases 7A, 7C and 7F
17701 changed.
17702
17703 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17704 up-to-date with javadoc 1.2.
17705
17706 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17707
17708 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17709 multiline Pike type decls.
17710
17711 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17712
17713 * cc-cmds.el (c-indent-new-comment-line): Always break
17714 multiline comments in multiline mode, regardless of
17715 comment-multi-line.
17716
17717 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17718
17719 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17720 fully::qualified::names in C++ member init lists. Preamble in
17721 case 5D changed.
17722
17723 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17724
17725 * cc-langs.el (c-common-init): Handling of obsolete variables
17726 moved to c-initialize-cc-mode. More compatible style override
17727 when using global style variables.
17728 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17729 variables moved here.
17730
17731 * cc-styles.el (c-make-styles-buffer-local): Flag style
17732 variable localness in c-style-variables-are-local-p to make
17733 the compatibility measure in c-common-init work well.
17734
17735 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17736 longer contain set-from-style.
17737 * cc-styles.el (c-initialize-builtin-style): Don't check for
17738 set-from-style on c-special-indent-hook.
17739 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17740 copy-alist is sufficient now.
17741
17742 * cc-styles.el (c-set-style, c-set-style-1,
17743 c-get-style-variables): Fixes to variable initialization so
17744 that duplicate entries in styles have the same effect
17745 regardless of DONT-OVERRIDE.
17746
17747 * cc-styles.el (c-set-style-2): Fixed bug where the
17748 initialization of inheriting styles failed when the
17749 dont-override flag is set.
17750
17751 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17752 on this.
17753
17754 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17755
17756 * cc-defs.el (c-forward-comment): Removed the workaround
17757 introduced in 5.38 since it had worse side-effects. If a line
17758 contains the string "//\"", it regarded the // as a comment
17759 start since the \ temporarily doesn't have escape syntax.
17760
17761 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17762
17763 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17764 ada-xref.el before ada-prj.el, so that the Project menu is created
17765 when ada-prj tries to add to it.
17766 (ada-activate-keys-for-case): Suppress the characters that are not
17767 part of the Ada syntax. Better compatibility with else-mode
17768 (ada-adjust-case-interactive): When auto-casing is not active,
17769 correctly insert newlines (used to insert only ^M). Prevent the
17770 syntax table from being changed in case of an error
17771 (or '_' becomes part of a word and some commands are confused).
17772 Do nothing if ada-auto-case is nil.
17773 (ada-after-keyword-p): Ignore keywords that are also attributes
17774 (ada-batch-reformat): Update usage comment
17775 (ada-call-from-contextual-menu): New function
17776 (ada-case-read-exceptions): Reinitialize the casing exception list
17777 first to nil first, so that the casing exception file can be
17778 shared.
17779 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17780 files.
17781 (ada-compile-goto-error): Fix regexp used to detect a file:line
17782 anywhere in the error message
17783 (ada-contextual-menu-last-point): New variable
17784 (ada-create-keymap): If the variable delete-key-deletes-forward is
17785 t on XEmacs, it means that DEL should delete one character
17786 forward.
17787 (ada-create-menu): Use :included instead of :visible for XEmacs.
17788 New submenu "Options".
17789 (ada-end-stmt-re): Correctly indent "select ... then abort"
17790 statements.
17791 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17792 even if they don't match ada-fill-comment-prefix Fix handling of
17793 paragraphs on the first or last line of a file.
17794 (ada-format-paramlist): Fix handling of default parameter values.
17795 (ada-get-body-name): New function.
17796 (ada-get-current-indent): Optimized by searchling directly for an
17797 existing generic part or a statement outside of it. Handle
17798 ada-indent-align-comments when indenting comments Replaced some
17799 regexps by testing directly the next character. This results in a
17800 huge speedup on some files. New indentation scheme for renames
17801 statements. Stop looking for the 'while' or 'for' associated with
17802 a 'loop' at the first semicolon encountered. A "return" can also
17803 match an anonymous access subprogram declaration.
17804 (ada-get-indent-noindent): Ignore strings and comments when
17805 looking for the keywords "record" and "private".
17806 (ada-goto-matching-decl-start): When matching "if", make sure we
17807 are not in fact seeing "end if". Ignore "when" statements except
17808 when initial keyword was "begin". Fix handling of nested
17809 procedures. Add a recursive call to this function to skip over
17810 other 'end' statmts. Fix indentation for "when .. => begin"
17811 (ada-in-open-paren-p): Fix indentation for complex boolean
17812 expressions, where 'and then', 'or else' and parenthesis
17813 statements are mixed up.
17814 (ada-in-paramlist-p): Skip comments while searching for the
17815 beginning Fix handling of operator declarations.
17816 (ada-indent-align-comments): New variable
17817 (ada-indent-current): Change the syntax table only in the
17818 protected section, so that we are sure it is restored correctly.
17819 (ada-indent-on-previous-lines): Use ada-use-indent and
17820 ada-with-indent Correctly indent "select ... then"
17821 (ada-indent-region): Slight speedup.
17822 (ada-indent-renames): New variable.
17823 (ada-last-which-function-subprog, ada-last-which-function-line):
17824 New variables
17825 (ada-looking-at-semi-private): Correctly indent the 'private'
17826 keyword when it is the first word in a package declaration.
17827 (ada-loose-case-word): Stop searching if at the end of the buffer.
17828 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17829 even if point is not initially at the end of the word.
17830 (ada-matching-decl-start-re): Add "when".
17831 (ada-mode): Add support for abbrev-mode, outline-mode and
17832 which-func-mode Override the old find-file.el entry in
17833 ff-special-constructs since it is using the obsolete
17834 ada-spec-suffix variable
17835 (ada-no-auto-case): New function
17836 (ada-scan-paramlist): When parsing the argument type, accept
17837 spaces (as in "X 'Class", generated by Rational Rose).
17838 (ada-other-file-name): No longer loads the other file.
17839 (ada-popup-menu): Save and restore the current buffer and cursor
17840 position before and after displaying the menu.
17841 (ada-search-ignore-complex-boolean): New function.
17842 (ada-uncomment-region): Emacs21 already knows how to delete
17843 comments not starting in the first column.
17844 (ada-use-indent): New variable
17845 (ada-which-function): New function.
17846 (ada-with-indent): New variable
17847 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17848 can be batch-compiled from the command line.
17849
17850 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17851 Add to the menu when the file is loaded, not in ada-mode-hook.
17852 Add -toolbar to the default ddd command Switches moved from
17853 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17854 ada-prj-default-comp-opt
17855 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17856 Reference Manual to the menu
17857 (ada-check-current): rewritten as a call to ada-compile-current
17858 (ada-compile): Removed.
17859 (ada-compile-application, ada-compile-current, ada-check-current):
17860 Set the compilation-search-path so that compile.el automatically
17861 finds the sources in src_dir. Automatic scrollong of the
17862 compilation buffer. C-uC-cC-c asks for confirmation before
17863 compiling
17864 (ada-compile-current): New parameter, prj-field
17865 (ada-complete-identifier): Load the .ali file before doing
17866 processing
17867 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17868 conform to gnatmake's behavior.
17869 (ada-find-file-in-dir): New function
17870 (ada-find-references): Set the environment variables for gnatfind
17871 (ada-find-src-file-in-dir): New function.
17872 (ada-first-non-nil): Removed
17873 (ada-gdb-application): Add support for jdb, the java debugger.
17874 (ada-get-ada-file-name): Load the original-file first if not done
17875 yet.
17876 (ada-get-all-references): Handles the new ali syntax (parent types
17877 are found between <>).
17878 (ada-initialize-runtime-library): New function
17879 (ada-mode-hook): Always load a project file when a file is opened,
17880 so that the casing exceptions are correctly read.
17881 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17882 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17883 to open the project file, since the latter does not work with
17884 speedbar Get default values before loading the prj file, or the
17885 default executable file name is wrong. Use the absolute value of
17886 src_dir to initialize ada-search-directories and
17887 compilation-search-path,... Add the standard runtime library to
17888 the search path for find-file.
17889 (ada-prj-default-debugger): Was missing an opening '{'
17890 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17891 variables.
17892 (ada-prj-default-gnatmake-opt): New variable
17893 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17894 buffers, the project file is the default one Save the windows
17895 configuration before displaying the menu.
17896 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17897 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17898 ...) regexp-quote identifiers names to support operators +,
17899 -,... in regexps.
17900 (ada-remote): New function.
17901 (ada-run-application): Erase the output buffer before starting the
17902 run Support remote execution of the application. Use
17903 call-process, or the arguments are incorrectly parsed
17904 (ada-set-default-project-file): Reread the content of the active
17905 project file, not the one from the current buffer When a project
17906 file is set as the default project, all directories are
17907 automatically associated with it.
17908 (ada-set-environment): New function
17909 (ada-treat-cmd-string): New special variable ${current}
17910 (ada-treat-cmd-string): Revised. The substitution is now done for
17911 any ${...} substring
17912 (ada-xref-current): If no body was found, compiles the spec
17913 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17914 compiler to get rid of command line length limitations.
17915 (ada-xref-get-project-field): New function
17916 (ada-xref-project-files): New variable
17917 (ada-xref-runtime-library-specs-path)
17918 (ada-xref-runtime-library-ali-path): New variables
17919 (ada-xref-set-default-prj-values): Default run command now does a
17920 cd to the build directory. New field: main_unit Provide a default
17921 file name even if the current buffer has no prj file.
17922
17923 * ada-prj.el:
17924 Rewritten to show a tabbed-dialog.
17925 (ada-prj-add-ada-menu): Remove the map and name parameters.
17926 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17927 New function
17928 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17929 (ada-prj-load-from-file): New function
17930 (ada-prj-save): Always save fields that depend on the current buffer
17931 (ada-prj-show-value): New function
17932
17933 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17934 Ada mode. This will allow us to display the Ada menu in any buffer
17935 we want (for project items).
17936 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17937 number of spaces in the header.
17938
17939 2000-07-24 Dave Love <fx@gnu.org>
17940
17941 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17942
17943 2000-07-23 Noah Friedman <friedman@splode.com>
17944
17945 * type-break.el (type-break): perform autosave.
17946 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17947 (type-break-do-query): Cancel query schedule while performing
17948 actual query, to avoid possibility of a second query being made
17949 while first one is already in progress.
17950 (type-break-time-stamp-format): New variable.
17951 (type-break-time-stamp): New function.
17952 (type-break-time-warning): Use it.
17953 (type-break-keystroke-warning): Use it.
17954 (type-break-noninteractive-query): Use it.
17955
17956 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17957 cookie.
17958 Use add-minor-mode to set minor-mode-alist, if available.
17959 (eldoc-echo-area-use-multiline-p): New user option.
17960 (eldoc-echo-area-multiline-supported-p): New variable.
17961 (eldoc-docstring-format-sym-doc): Use them.
17962 (eldoc-mode): If not using idle timers, append to local post and
17963 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17964 (eldoc-display-message-no-interference-p): Don't interfere with
17965 edebug.
17966 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17967 (eldoc-function-arglist): New function.
17968 (eldoc-function-argstring): Use it.
17969
17970 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17971 auto save directory exists before calling directory-files.
17972
17973 2000-07-23 Dave Love <fx@gnu.org>
17974
17975 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17976 ^o, ^u.
17977
17978 2000-07-21 Dave Love <fx@gnu.org>
17979
17980 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17981 now passed to the function. It now works properly.
17982
17983 * smerge-mode.el (smerge-mode-menu): Fill it out.
17984
17985 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17986
17987 * info-look.el (info-lookup): If *info* is shown in another frame
17988 on the same display, select that frame, instead of switching to
17989 the Info buffer in another window of the selected frame.
17990
17991 * simple.el (universal-argument-map): Bind numeric keypad keys
17992 kp-0 to kp-9 and kp-subtract.
17993 (digit-argument): Handle these keys.
17994
17995 2000-07-20 Dave Love <fx@gnu.org>
17996
17997 * net/goto-addr.el (goto-address-fontify): Don't bother with
17998 buffer-modified and read-only stuff -- irrelevant with overlays.
17999 Put an extra property on the overlays and use it to clean up in
18000 case goto-address is re-run.
18001
18002 2000-07-19 Richard M. Stallman <rms@gnu.org>
18003
18004 * timer.el (run-with-idle-timer): Doc fix.
18005
18006 * mail/mail-utils.el (mail-strip-quoted-names):
18007 Handle case where <...> appears inside "...".
18008 Use replace-match to edit the string more simply.
18009 (rmail-dont-reply-to): Cope with an unmatched ".
18010
18011 2000-07-19 Dave Love <fx@gnu.org>
18012
18013 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
18014 implementation.
18015
18016 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
18017 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
18018 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
18019
18020 2000-07-19 Gerd Moellmann <gerd@gnu.org>
18021
18022 * textmodes/refer.el: Correct maintainer's email address.
18023
18024 * progmodes/hideif.el: Correct author's email address.
18025 Fix typo in comment.
18026
18027 * xml.el: New file.
18028
18029 * mail/mailheader.el: Correct author's mail address.
18030
18031 * gnus/parse-time.el: Correct author's mail address.
18032
18033 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18034
18035 * comint.el (comint-highlight-input, comint-highlight-face):
18036 New user options.
18037 (comint-input-ring-file-name): Change custom type.
18038 (comint-mode-map): Bind mouse-2.
18039 (comint-insert-clicked-input): New function.
18040 (comint-send-input): Handle input highlighting.
18041
18042 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18043
18044 * mouse.el (popup-menu): New function.
18045 (mouse-major-mode-menu): Use it.
18046
18047 2000-07-18 Dave Love <fx@gnu.org>
18048
18049 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18050 improvements.
18051
18052 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18053
18054 * faces.el (face-font-selection-order)
18055 (face-font-family-alternatives): Add custom type.
18056
18057 2000-07-18 Dave Love <fx@gnu.org>
18058
18059 * cus-edit.el (custom-variable-reset-saved)
18060 (custom-variable-reset-standard): Remove unused bindings.
18061
18062 * rect.el (open-rectangle-line): Remove unused let.
18063
18064 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18065
18066 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18067
18068 * cdl.el: Fix `Maintainer' keyword.
18069
18070 * play/pong.el: Add author's email address.
18071
18072 2000-07-17 Sam Steingold <sds@gnu.org>
18073
18074 * files.el (insert-directory): Call `split-string' instead of
18075 re-implementing it.
18076
18077 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18078
18079 * mail/vms-pmail.el: Change maintainer to FSF.
18080
18081 * net/goto-addr.el: Change maintainer to FSF.
18082
18083 * info.el (Info-title-face-alist): Removed.
18084
18085 2000-07-18 David Ponce <david@dponce.com>
18086
18087 * recentf.el (recentf-open-files): New command that works like
18088 `recentf-open-more-files', but shows the whole list of files (not just
18089 those omitted from the menu). Useful if you don't use a menu-bar!
18090 (recentf-open-more-files) Modified to use `recentf-open-files'.
18091
18092 (recentf-open-files, recentf-open-more-files)
18093 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18094
18095 (recentf-dialog-mode): New mode for dialogs. You can now just type
18096 "q" to cancel the dialogs.
18097
18098 2000-07-18 David Ponce <david@dponce.com>
18099
18100 * recentf.el: This is a major update of recentf.el. It adds new
18101 features to better organize the recentf menu and "More..." buffer.
18102
18103 Using new provided menu filtering functions you can now organize the
18104 recent files list:
18105
18106 - by major modes
18107 - by directories
18108 - by user defined rules
18109
18110 Finally, with the new `recentf-filter-changer' customizable filter you
18111 can define a ring of filters and dynamically (via the menu) cycle on
18112 each menu organization in the ring (a la msb).
18113
18114 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18115
18116 * eshell/eshell.el (eshell): Replace links to eshell.info with
18117 links to eshell, to avoid problems on systems where the manual is
18118 installed as `eshell'.
18119 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18120 * eshell/em-smart.el (eshell-smart): Ditto.
18121 * eshell/em-banner.el (eshell-banner): Ditto.
18122 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18123
18124 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18125 same-file check in the MS-DOS version (it does support inodes).
18126
18127 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18128
18129 * eshell/eshell.el (eshell-directory-name):
18130 Run default directory name through convert-standard-filename.
18131
18132 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18133
18134 * international/mule-cmds.el (select-safe-coding-system):
18135 Fix typo in the comment.
18136
18137 * language/european.el (compound-text):
18138 Force katakana-jisx0201 to be designated to G1.
18139
18140 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18141 Don't translate some national variant characters of latin-jisx0201.
18142 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18143
18144 * international/kkc.el (kkc-after-update-conversion-functions):
18145 New variable.
18146 (kkc-update-conversion): Run functions in it at the tail.
18147
18148 2000-07-16 John Wiegley <johnw@gnu.org>
18149
18150 * lisp/align.el (align-newline-and-indent):
18151 Adding new function. for auto-aligning blocks of code on RET.
18152 (align-region): Fixed badly formatted minibuffer message.
18153
18154 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18155
18156 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18157 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18158 the conversion list at first if appropriate.
18159 (kkc-next): Don't update kkc-next-count here.
18160 (kkc-prev): Don't update kkc-prev-count here.
18161 (kkc-show-conversion-list-update): Fix setting up of conversion
18162 list message.
18163
18164 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18165
18166 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18167
18168 2000-07-16 Dave Love <fx@gnu.org>
18169
18170 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18171 function to be more specific.
18172
18173 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18174 non-string help-echo.
18175 (widget-types-convert-widget): Defsubst it.
18176 (widget-echo-help): Try to cope with a help-echo function of two
18177 possible sorts.
18178
18179 2000-07-15 Jason Rumney <jasonr@gnu.org>
18180
18181 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18182 Declare as obsolete.
18183
18184 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18185
18186 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18187
18188 * hilit-chg.el: Fix typo.
18189
18190 2000-07-14 Dave Love <fx@gnu.org>
18191
18192 * info.el (Info-mode-menu): Fix use of :help, :enable.
18193
18194 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18195
18196 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18197
18198 2000-07-13 Dave Love <fx@gnu.org>
18199
18200 * emacs-lisp/easymenu.el: Doc fixes.
18201 (easy-menu-remove): Defalias to ignore.
18202
18203 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18204 Call throw correctly.
18205
18206 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18207
18208 * faces.el (frame-background-mode): Doc fix.
18209
18210 * simple.el (eval-expression-print-length): Change custom type to
18211 allow entering nil as value.
18212
18213 2000-07-13 Dave Love <fx@gnu.org>
18214
18215 * progmodes/fortran.el (fortran-imenu-generic-expression):
18216 Change definition layout.
18217 (fortran-mode-menu): Reinstate customize entries.
18218
18219 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18220 Use :filter, per old XEmacs code.
18221
18222 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18223
18224 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18225 event when deciding what to send to the terminal.
18226
18227 2000-07-12 Dave Love <fx@gnu.org>
18228
18229 * cus-start.el: Add optional version as 4th element of specs and
18230 use it for several things new in v21. Remove load-path. Fix type
18231 of line-number-display-limit.
18232
18233 2000-07-11 Dave Love <fx@gnu.org>
18234
18235 * progmodes/fortran.el: Don't require easymenu.
18236 Use repeat counts in various regexps.
18237 (fortran-mode-syntax-table): Defvar directly.
18238 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18239 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18240 Use defvar, not defconst.
18241 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18242 (fortran-mode): Set fortran-comment-line-start-skip,
18243 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18244 (fortran-comment-indent): Use defsubst.
18245 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18246 Use fortran-comment-indent, not fortran-comment-indent-function.
18247 (fortran-comment-region, fortran-electric-line-number): Simplify.
18248 (fortran-auto-fill): New function.
18249 (fortran-do-auto-fill): Deleted.
18250 (fortran-find-comment-start-skip):
18251 Check for non-null comment-start-skip.
18252 (fortran-auto-fill-mode, fortran-fill-statement):
18253 Use fortran-auto-fill.
18254 (fortran-fill): Use fortran-auto-fill. Check for null
18255 comment-start-skip. Simplify final clause and use end-of-line finally.
18256
18257 * widget.el (widget-plist-member): New alias.
18258
18259 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18260
18261 * eshell/esh-module.el (toplevel): Reference
18262 byte-compile-current-file only if it is bound.
18263
18264 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18265
18266 * dired.el: Don't require `dired-aux'.
18267
18268 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18269
18270 * dired-aux.el (dired-show-file-type): New function.
18271 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18272 (dired-show-file-type): Add autoload.
18273
18274 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18275
18276 * international/mule-diag.el (describe-font): Adjusted for the
18277 change of fontset-info.
18278 (print-fontset): Likewise.
18279
18280 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18281
18282 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18283
18284 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18285
18286 * bindings.el: Bind `[delete]' to delete-char.
18287
18288 * dired.el (dired-find-alternate-file): New function.
18289 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18290 (toplevel): Require dired-aux when compiling.
18291 (dired-buffers): Move defvar within file to avoid compiler warning.
18292
18293 * info.el (Info-last-search): Variable removed.
18294 (Info-search-history): New variable.
18295 (Info-search): New Info-search-history.
18296
18297 * battery.el, info-look.el: Change author's mail address.
18298
18299 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18300
18301 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18302 if rmail-ignored-headers is nil.
18303 (rmail-retry-failure): Bind rmail-ignored-headers and
18304 rmail-displayed-headers to nil.
18305
18306 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18307
18308 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18309 (print-region-1): Don't hard code `-h' here.
18310
18311 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18312
18313 2000-07-01 Francesco Potorti` <pot@gnu.org>
18314
18315 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18316 exim can use "your message" instead of "the message".
18317
18318 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18319
18320 * facemenu.el: Docstrings fixes.
18321 (facemenu-get-face): Don't use internal-find-face.
18322 (facemenu-iterate): Rename arg to match the docstring.
18323
18324 * newcomment.el (uncomment-region): Be more careful when skipping
18325 backwards over `=' not to bump into BOBP.
18326
18327 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18328
18329 * ediff-diff.el (ediff-wordify): Use syntax table.
18330 * ediff-init.el (ediff-has-face-support-p): Use
18331 ediff-color-display-p.
18332 (ediff-color-display-p): Use display-color-p, changed to defun
18333 from defsubst.
18334 Got rid of special cases for NeXT and OS/2.
18335 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18336 face.
18337
18338 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18339
18340 * emacs-lisp/lucid.el: Require CL.
18341 (copy-tree, remprop): Remove, it's provided by CL.
18342 (map-keymap): Define in terms of cl-map-keymap.
18343 (extent-property, set-extent-end-glyph): New functions.
18344
18345 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18346
18347 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18348
18349 * Makefile.in (DONTCOMPILE): Add comment that the name may
18350 not be changed without changing the make-dist script.
18351
18352 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18353 (cl-mapc): Use mapc instead of cl-old-mapc.
18354
18355 2000-07-05 Andrew Innes <andrewi@gnu.org>
18356
18357 * makefile.nt: Add support for `bootstrap' and related targets.
18358
18359 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18360
18361 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18362 (easy-menu-do-define): Use `menu-item' format.
18363 Handle case where easy-menu-create-menu returns a symbol.
18364 Manually call the potential top-level filter in the function binding.
18365 (easy-menu-filter-return): New arg NAME.
18366 Convert to a keymap if MENU is an XEmacs menu.
18367 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18368 (easy-menu-converted-items-table, easy-menu-convert-item):
18369 New var and fun to memoize easy-menu-convert-item-1.
18370 (easy-menu-do-add-item): Use it.
18371 (easy-menu-create-menu): Use easy-menu-convert-item.
18372 Wrap easy-menu-filter-return around any :filter specification.
18373 Don't convert the menu if a filter was specified.
18374 Tell easy-menu-make-symbol not to check for MENU being an expression.
18375 (easy-menu-make-symbol): New arg NOEXP.
18376
18377 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18378
18379 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18380 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18381 (eval-defun): If called with prefix arg, instrument code for
18382 Edebug.
18383
18384 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18385 similar to that of eval-defun.
18386
18387 2000-07-04 Dave Love <fx@gnu.org>
18388
18389 * hl-line.el (hl-line-overlay): Make it permanent-local.
18390
18391 * calendar/todo-mode.el: Replaced with a working version, based on
18392 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18393
18394 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18395
18396 * paths.el (prune-directory-list): New function.
18397 (Info-default-directory-list): Rewritten to more methodically
18398 enumerate a big list of possible info directories (based on the
18399 list used by the standalone info reader).
18400
18401 * info.el (info-initialize): Use prune-directory-list to remove
18402 non-existent directories from Info-directory-list.
18403
18404 * paths.el (Info-default-directory-list): Try a list of possible
18405 info-directories instead of a single one. Add the possible
18406 info directory "/usr/share/info".
18407
18408 * woman.el (woman-man.conf-path): Explicitly include the debian
18409 man-db config file "/etc/manpath.config".
18410 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18411 are present in `manpath.config'.
18412 (woman-manpath): Include "/usr/share/man".
18413
18414 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18415
18416 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18417
18418 * startup.el (command-line): Initialize blink-cursor based
18419 on window-system.
18420
18421 * frame.el (blink-cursor): Default to nil if not running under
18422 a window-system.
18423
18424 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18425 (face-x-resources): Remove duplicate entry for :font.
18426
18427 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18428 instead of cycling through windows with next-window.
18429
18430 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18431 of cycling through windows with next-window.
18432
18433 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18434 of cycling through windows with next-window.
18435
18436 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18437 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18438 instead of cycling through windows with next-window.
18439
18440 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18441 instead of cycling through windows with next-window.
18442
18443 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18444 of cycling through windows with next-window.
18445
18446 * terminal.el (te-process-output): Use walk-windows instead of
18447 cycling through windows with next-window.
18448
18449 * server.el (server-switch-buffer): Use some-window instead of
18450 cycling through windows with next-window.
18451
18452 * window.el (some-window): New function.
18453 (walk-windows): Remove reference to walk-windows-start.
18454
18455 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18456
18457 2000-07-03 Richard Stallman <rms@gnu.org>
18458
18459 * window.el (walk-windows): Guarantee termination by keeping a list
18460 of all the windows already handled.
18461
18462 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18463
18464 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18465 window-system.
18466
18467 * man.el (Man-notify-when-ready): Don't use window-system. If
18468 Man-notify-method is newframe, and the display is not
18469 multi-frame, select the frame created for the man page.
18470 (Man-init-defvars): Doc fix.
18471
18472 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18473
18474 * faces.el (region): Change background color for light background.
18475
18476 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18477 attribute from mode-line face of Ediff control frame.
18478
18479 * replace.el (query-replace-map): Bind `e' like `E'.
18480
18481 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18482
18483 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18484 Change name to "Select All".
18485
18486 * dos-fns.el (convert-standard-filename): Fix last change.
18487
18488 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18489
18490 * help.el (describe-variable): Don't insert a second `'s' in front
18491 of the string `value is shown below'. Since the syntax-table is
18492 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18493 an existing `'s', so that this won't be deleted.
18494
18495 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18496 * pcmpl-unix.el: New files.
18497
18498 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18499
18500 * wid-edit.el (widget-member): Use the new plist-member.
18501
18502 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18503
18504 * replace.el (perform-replace): Undo change of 2000-04-04.
18505 Instead, move backward 1 character at the end of the loop when
18506 necessary.
18507
18508 * faces.el (fringe): Change face for different backgrounds.
18509
18510 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18511 patch from John.
18512
18513 * eshell/*.el: Change spelling of the Free Software Foundation.
18514
18515 * eshell/esh-toggle.el: Removed.
18516
18517 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18518
18519 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18520 interactively.
18521
18522 2000-06-26 Alex Schroeder <alex@gnu.org>
18523
18524 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18525 `define-key'; instead of checking `(emacs-version)' check for
18526 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18527 for `;' and `o' which might be electric.
18528
18529 (sql-electric-stuff): New user option.
18530 (sql-magic-go): New function which uses `sql-electric-stuff'.
18531 (sql-magic-semicolon): New function which uses
18532 `sql-electric-stuff'.
18533
18534 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18535 is not fboundp.
18536
18537 (sql-oracle-options): New variable.
18538 (sql-oracle): Use it.
18539
18540 (sql-imenu-generic-expression): Doc change.
18541 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18542 is used.
18543
18544 (sql-informix): Added command line parameter "-" to force
18545 sql-informix-program to use stdout.
18546
18547 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18548
18549 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18550 (cp864-decode-table): Doc fix.
18551 (cp720-decode-table): New variable, supports the Arabic OEM
18552 codepage used by Windows.
18553 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18554
18555 2000-06-23 Dave Love <fx@gnu.org>
18556
18557 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18558 (font-lock-fontify-anchored-keywords): Use
18559 line-beginning-position.
18560 (global-font-lock-mode): Use mapc.
18561
18562 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18563
18564 * eshell/esh-module.el: Require CL when compiling.
18565
18566 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18567
18568 * comint.el (comint-substitute-in-file-name): Call replace-match
18569 with second and third arg t.
18570
18571 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18572 Specify foreground color.
18573
18574 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18575 color.
18576
18577 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18578
18579 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18580 cddr instead of cdddr.
18581
18582 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18583 instead of copy-list.
18584
18585 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18586 of copy-list.
18587
18588 * subdirs.el: Add eshell subdirectory.
18589
18590 * eshell: New subdirectory containing the Eshell package.
18591
18592 * pcomplete.el: New file.
18593
18594 2000-06-23 Paul Eggert <eggert@twinsun.com>
18595
18596 * mail/mailpost.el (post-mail-send-it): Make sure file has
18597 proper permissions from birth.
18598
18599 * files.el (basic-save-buffer-2): When temporarily setting
18600 file modes, set them to current modes plus 0200, not to 0777.
18601
18602 * emerge.el (emerge-make-temp-file): Make sure file has proper
18603 permissions from birth.
18604
18605 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18606
18607 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18608 backup file name through convert-standard-filename.
18609
18610 * dos-fns.el (convert-standard-filename): Convert leading
18611 directories as well. When long file names are supported, convert
18612 characters that are invalid in Windows file names.
18613
18614 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18615
18616 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18617 ps-print crashes. New feature: page selection for printing. Create
18618 raw-text-unix coding system for XEmacs. Doc fix.
18619 (ps-print-version): New version number (5.2.3).
18620 (ps-plot-region): Bug fix.
18621 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18622 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18623 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18624 funs.
18625 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18626 (ps-last-page): New vars.
18627
18628 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18629
18630 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18631 empty option string.
18632
18633 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18634
18635 * man.el (man): Doc fix.
18636
18637 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18638
18639 * international/mule-cmds.el (set-language-info-alist): Docstring
18640 fixed.
18641
18642 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18643
18644 * version.el (emacs-version): Use ISO date format.
18645
18646 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18647 instead of `M-backspace'.
18648
18649 * simple.el (turn-off-auto-fill): New function.
18650
18651 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18652
18653 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18654 Renamed from with-buffer-prepared-for-font-lock and use
18655 inhibit-modification-hooks rather than setting *-change-functions.
18656 Update all functions to use the new name.
18657 (jit-lock-first-unfontify-pos): New semantics (and doc).
18658 (jit-lock-mode): Make non-interactive.
18659 Don't automatically turn on font-lock.
18660 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18661 Always use jit-lock-after-change.
18662 Remove and restore font-lock-after-change-function.
18663 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18664 (jit-lock-after-unfontify-buffer): Remove.
18665 (jit-lock-stealth-fontify):
18666 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18667 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18668
18669 2000-06-20 Sam Steingold <sds@gnu.org>
18670
18671 * emacs-lisp/cl-indent.el (toplevel): Indent
18672 `print-unreadable-object' properly. Untabify.
18673
18674 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18675
18676 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18677 Support for bibentry.
18678 (reftex-compile-variables): Fixed problem with end of section-re.
18679
18680 * texmodes/reftex-dcr.el (reftex-view-crossref,
18681 reftex-view-crossref-from-bibtex):
18682 Deal with changed `reftex-find-citation-regexp-format'.
18683 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18684 Replaced `remprop' with `put'.
18685 (reftex-view-crossref, reftex-view-crossref-when-idle):
18686 Support for bibentry.
18687
18688 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18689 New entry for bibentry package.
18690
18691 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18692 Regexp also matches "\nobibliography".
18693
18694 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18695 Call `reftex-ensure-write-access' before doing anything.
18696 (reftex-ensure-write-access): New function.
18697
18698 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18699
18700 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18701
18702 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18703
18704 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18705
18706 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18707
18708
18709 2000-06-20 Dave Love <fx@gnu.org>
18710
18711 * faces.el (frame-background-mode): Use set-default, not set, in
18712 setter.
18713 (frame-update-faces, frame-update-face-colors): Define with
18714 defalias.
18715
18716 * enriched.el (enriched-decode-foreground)
18717 (enriched-decode-background): Don't use internal-find-face.
18718
18719 * apropos.el: Doc fixes.
18720
18721 * cus-edit.el (customize-changed-options): Check arg.
18722 (customize-version-lessp): Don't require decimal point.
18723
18724 * custom.el (defcustom, defgroup): Doc fix.
18725
18726 * newcomment.el (comment) <defgroup>: Add :version.
18727 (comment-multi-line): Doc fix.
18728
18729 * emulation/mlsupport.el (define-hooked-local-abbrev,
18730 define-hooked-global-abbrev): Fix, using define-abbrev.
18731
18732 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18733
18734 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18735 the whole buffer.
18736
18737 2000-06-19 Dave Love <fx@gnu.org>
18738
18739 * menu-bar.el (menu-bar-options-save): New function.
18740 (menu-bar-options-menu): Use it.
18741 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18742 Simplify.
18743
18744 2000-06-19 Andreas Schwab <schwab@suse.de>
18745
18746 * progmodes/etags.el (tags-query-replace): Put new parameters
18747 START and END at the end, for backward compatibility.
18748
18749 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18750
18751 * international/codepage.el:
18752 (cp-coding-system-for-codepage-1): Delete special codes for
18753 generating xxx-dos coding system because now a CCL based coding
18754 system can handle EOL conversion by default.
18755
18756 * international/mule.el (make-coding-system): Generate subsidiary
18757 coding systems for EOL handling variants even for a CCL based
18758 coding system.
18759
18760 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18761
18762 * international/isearch-x.el (isearch-minibuffer-input-method)
18763 (isearch-minibuffer-input-method-function): These variables
18764 deleted.
18765 (isearch-with-input-method): Don't use the above variables.
18766 (isearch-process-search-multibyte-characters): Likewise. Call
18767 read-string with the arg INHERIT-INPUT-METHOD t.
18768
18769 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18770
18771 * font-lock.el (font-lock-after-fontify-buffer)
18772 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18773
18774 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18775 Use consistent make-local-variable style for font-lock-fontified.
18776 (jit-lock-fontify-buffer):
18777 Don't bother checking for font-lock-mode and jit-lock-mode.
18778
18779 * time.el: Remove trailing ^M that prevent CVS-merging.
18780
18781 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18782
18783 * Makefile.in (distclean): New target.
18784
18785 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18786
18787 * Makefile.in (srcdir): Define for update-subdirs.
18788
18789 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18790
18791 * find-lisp.el: New file.
18792
18793 2000-06-16 Andrew Innes <andrewi@gnu.org>
18794
18795 * time.el (display-time-mail-function): New variable, to allow
18796 external packages to indicate when new mail is available.
18797 (display-time-update): Use it.
18798
18799 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18800
18801 * international/mule.el (mule-version): Change version name to
18802 SAKAKI. AOI has already been used by Meadow.
18803
18804 * international/quail.el (quail-show-guidance-buf): To find the
18805 bottom window (but minibuffer), pay attention to the height of
18806 minibuffer.
18807
18808 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18809
18810 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18811 menu-bar menus. Add help strings. Don't remove the Edit menu
18812 from the menu bar, as the menu bar has enough space now.
18813
18814 * Makefile.in (SHELL): Make sure /bin/sh is used.
18815
18816 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18817 characters, which use series of two ^H characters instead of one.
18818
18819 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18820
18821 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18822 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18823 functions.
18824 (Info-find-node-2): Try a case-sensitive search first, then
18825 do a case-insensitive search.
18826
18827 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18828 tutorials.
18829
18830 * complete.el (PC-env-vars-alist): New variable.
18831 (PC-complete-as-file-name): New function.
18832 (partial-completion-mode): Initialize PC-env-vars-alist from
18833 process-environment.
18834 (PC-do-completion): Handle completion of env vars.
18835
18836 * info.el (Info-set-mode-line): Show file name in mode line,
18837 use `*Info*' instead of `Info:'.
18838
18839 * startup.el (command-line-1): Change copyright messages to year
18840 2000.
18841
18842 2000-06-15 Dave Love <fx@gnu.org>
18843
18844 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18845 not local-map.
18846
18847 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18848
18849 * international/mule.el (set-buffer-file-coding-system): Almost
18850 rewritten to handle `undecided' as no-op.
18851
18852 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18853
18854 * Makefile.in: New file.
18855
18856 * Makefile: Removed.
18857
18858 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18859 (goto-address-highlight-keymap): Bind C-c RET.
18860
18861 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18862
18863 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18864 inherits buffer-file-coding-system of the current buffer.
18865
18866 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18867 0. Give correct argument to set-auto-coding-function.
18868 (tar-expunge): For goto-char, use (point-min), not 0.
18869 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18870 (tar-subfile-save-buffer): Likewize.
18871
18872 * international/mule.el
18873 (after-insert-file-set-buffer-file-coding-system): Call
18874 set-buffer-file-coding-system with the arg FORCE t.
18875
18876 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18877
18878 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18879 nil. Contemporary sendmails issue an X-Authentication-Warning if
18880 the sender is set with `-f'.
18881
18882 2000-06-13 Dave Love <fx@gnu.org>
18883
18884 * help.el (describe-function-1): Kluge around cases of functions
18885 fset to subrs whose doc doesn't match their symbol-name.
18886
18887 * image.el (insert-image): Default STRING to a space.
18888
18889 * info.el Doc fixes.
18890 (Info-build-node-completions): Match Ref tags.
18891
18892 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18893
18894 * frame.el (display-multi-frame-p, display-multi-font-p): New
18895 defaliases for display-graphic-p.
18896
18897 * hl-line.el: Fixed a typo in commentary.
18898
18899 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18900
18901 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18902 fixed.
18903
18904 2000-06-12 Dave Love <fx@gnu.org>
18905
18906 * image.el (insert-image): Save a little consing.
18907
18908 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18909
18910 * language/tibet-util.el: Convert all tibetan-1-column characters
18911 to the corresponding tibetan characters.
18912 (tibetan-add-components): Delete code for the special treatment of
18913 'a chung.
18914
18915 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18916 change.
18917 (tibetan-vowel-transcription-alist): More rules added.
18918 (tibetan-composite-vowel-alist): New variable.
18919 (tibetan-precomposition-rule-alist): More rules added.
18920
18921 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18922
18923 * startup.el (command-line): Only call menu-bar-mode if interactive.
18924
18925 * thingatpt.el (toplevel symbol-properties):
18926 * textmodes/makeinfo.el (makeinfo-compile):
18927 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18928 * progmodes/hideif.el (hif-compress-define-list)
18929 (hide-ifdef-use-define-alist):
18930 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18931 (ange-ftp-vms-add-file-entry):
18932 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18933 * man.el (Man-build-man-command):
18934 * mail/rnewspost.el (news-reply-header-hook):
18935 * info.el (Info-insert-dir):
18936 * emulation/mlconvert.el (backward-word, forward-word, setq):
18937 * emacs-lisp/gulp.el (gulp-send-requests):
18938 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18939 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18940 (byte-optimize-apply, end of file):
18941 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18942 (ad-make-freeze-definition):
18943 * startup.el (command-line, command-line-1): Don't quote lambdas.
18944
18945 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18946 (cvs-cleanup-removed): New function.
18947 (cvs-cleanup-functions): New var.
18948 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18949 some flexibility in specifying additional entries to auto-cleanup.
18950 (cvs-quickdir): New function.
18951 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18952 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18953 (cvs-mode-find-file): Check that we are on a filename or dirname
18954 when invoked through a mouse-click.
18955 (cvs-full-path): Remove.
18956 (cvs-dired-action): Re-introduced.
18957 (cvs-dired-noselect): Use it.
18958 (vc-post-command-functions): use this new hook if available.
18959
18960 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18961 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18962 (cvs-filename-map, cvs-dirname-map): Remove.
18963 (cvs-default-action): Remove.
18964 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18965 if the arg is really a keymap.
18966 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18967 Don't hardcode the mapping from state (aka type) to face, but check
18968 the var cvs-fi-<type>-face instead.
18969 (cvs-fileinfo-from-entries): New function.
18970
18971 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18972 Docstring fix.
18973 (cvs-find-file-and-jump): Change default to be safer.
18974 (cvs-mode-diff-map): Define it as a function as well.
18975 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18976 Bind mouse-2 in this global map rather than with text-properties.
18977
18978 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18979 file to resolve the ambiguity between C(conflict) and C(need-merge).
18980
18981 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18982
18983 * international/mule.el (set-buffer-file-coding-system): If
18984 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18985 unconditionally.
18986
18987 2000-06-12 Dave Love <fx@gnu.org>
18988
18989 * wid-edit.el (widget-specify-button): Really suppress the face if
18990 required.
18991
18992 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18993
18994 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18995
18996 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18997
18998 * imenu.el (imenu-generic-expression): Docstring fix.
18999
19000 * composite.el (composition-function-table): Move the `put'
19001 below the autoload cookie so we can load the file before loaddefs.
19002
19003 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
19004
19005 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
19006 Handle easy-mmode-define-global-mode.
19007 For complex macros like define-minor-mode that can generate
19008 several autoload entries, try to autoload entries in the
19009 macroexpanded code.
19010
19011 * emacs-lisp/easy-mmode.el (define-minor-mode):
19012 If KEYMAP is a symbol, just use it.
19013 Use byte-compile-current-file and load-file-name to infer the
19014 proper :require to pass to defcustom.
19015 Wrap the hook var into `progn' so as not to autoload it.
19016 Add a :autoload-end cookie.
19017 Be more careful about the evaluation of KEYMAP.
19018 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
19019 (define-derived-mode): Move define-abbrev-table outside of defvar.
19020
19021 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
19022
19023 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
19024 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19025 (backup-compiled-files): Ignore errors during `tar'.
19026 (bootstrap): Make autoloads before elc files.
19027
19028 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19029
19030 * international/mule.el (set-buffer-file-coding-system): If one of
19031 undecided-XXX is specified, change only EOL conversion.
19032
19033 * international/mule-conf.el (unix): New alias for the coding
19034 system undecided-unix.
19035
19036 2000-06-09 Dave Love <fx@gnu.org>
19037
19038 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19039
19040 * progmodes/executable.el: Byte compile dynamic.
19041 (executable-insert): Change custom type.
19042 (executable-find): Add autoload cookie.
19043 (executable-make-buffer-file-executable-if-script-p): New
19044 function. After Noah Friedman.
19045
19046 * files.el (after-save-hook): Customize, with
19047 executable-make-buffer-file-executable-if-script-p as an option.
19048
19049 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19050
19051 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19052 "tib24p-mule.bdf" for Tibetan.
19053
19054 * composite.el (decompose-composite-char): Declare it as obsolete.
19055
19056 * man.el (Man-fontify-manpage): Pay attention to underline and
19057 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19058
19059 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19060
19061 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19062 Set maintainer to FSF since author isn't reachable.
19063
19064 2000-06-08 Dave Love <fx@gnu.org>
19065
19066 * international/mule-cmds.el (select-safe-coding-system): If
19067 DEFAULT-CODING-SYSTEM is not specified, also check the most
19068 preferred coding-system if buffer-file-coding-system is
19069 `undecided'. From Handa.
19070
19071 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19072
19073 * international/mule.el
19074 (after-insert-file-set-buffer-file-coding-system): If the buffer
19075 size is greater than INSERTED, judget that we are not visiting.
19076
19077 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19078
19079 * whitespace.el (defgroup whitespace): Comment out `:version'.
19080 XEmacs 20.4 has problems defining the group with this present.
19081 We'll have this commented out till get resolve the problem.
19082
19083 2000-06-07 John Wiegley <johnw@gnu.org>
19084
19085 * align.el (align-dq-string-modes, align-sq-string-modes)
19086 (align-open-comment-modes): Add pyhton-mode.
19087 (align-rules-list): Use get-text-property instead of
19088 text-properties-at.
19089 (align-rules-list): Add python-assignment.
19090 (align-rules-list): Change perl-comma-delimiter to
19091 basic-comma-delimiter. Use if for Perl modes and python-mode.
19092 (align-rules-list): Add python-chain-logic and
19093 basic-line-continuation.
19094
19095 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19096
19097 * apropos.el (apropos-mode-hook): New user variable.
19098 (apropos-mode): Run apropos-mode-hook.
19099
19100 2000-06-07 David Ponce <david@dponce.com>
19101
19102 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19103 commands. Require `wid-edit' at run-time.
19104
19105 2000-06-07 David Ponce <david@dponce.com>
19106
19107 * recentf.el: Added some "Commentary".
19108 (recentf-open-more-files, recentf-edit-list): Minor changes to
19109 move the point at the top of the file list. This behaviour is
19110 consistent with the menu one when the list contains a lot of
19111 files.
19112 (recentf-cleanup): Now displays the number of items removed from
19113 the list.
19114 (recentf-relative-filter) New menu filter to show filenames
19115 relative to `default-directory'.
19116
19117 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19118
19119 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19120 with/without giving an error if PostScript printer doesn't have this
19121 kind of page size. Zebra Stripe continues or restarts on next page.
19122 Manual/automatic paper feeding. Switch or not the header.
19123 (ps-print-version): New version number (5.2.2).
19124 (ps-windows-system): Include emx as a Windows system.
19125 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19126 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19127 (ps-background-text): Code fix.
19128 (ps-error-handler-message, ps-user-defined-prologue)
19129 (ps-print-prologue-header, ps-printer-name)
19130 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19131 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19132 (ps-use-face-background): Customization fix.
19133 (ps-n-up-database): Data fix.
19134 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19135 (ps-switch-header): New vars.
19136 (ps-xemacs-color-name, ps-face-foreground-name)
19137 (ps-face-background-name, ps-boolean-constant): New funs.
19138
19139 2000-06-07 Dave Love <fx@gnu.org>
19140
19141 * allout.el: New version from Manheimer.
19142
19143 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19144
19145 * textmodes/fill.el (fill-find-break-point): Check the validity of
19146 charset.
19147
19148 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19149
19150 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19151 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19152 Call display-color-p and display-mouse-p instead of looking at
19153 window-system.
19154
19155 2000-06-06 Dave Love <fx@gnu.org>
19156
19157 * image.el (find-image): Doc fix. Return nil if image not found.
19158 (put-image, insert-image): Make STRING arg optional.
19159
19160 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19161
19162 * language/vietnamese.el: Remove eval-when-compile.
19163 (viet-viscii-nonascii-translation-table): Define it as a
19164 translation table made from viet-viscii-decode-table.
19165 (viet-viscii-encode-table): Define it as a translation table made
19166 from the reverse map of above.
19167 (viet-vscii-nonascii-translation-table): Define it as a
19168 translation table made from viet-vscii-decode-table.
19169 (viet-vscii-encode-table): Define it as a translation table made
19170 from the reverse map of above.
19171 (ccl-decode-viscii): Use translate-character.
19172 (ccl-encode-viscii, ccl-encode-viscii-font)
19173 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19174 Likewize.
19175
19176 * language/cyrillic.el: Remove eval-when-compile.
19177 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19178 translation table made from cyrillic-koi8-r-decode-table.
19179 (cyrillic-koi8-r-encode-table): Define it as a translation table
19180 made from the reverse map of above.
19181 (ccl-decode-koi8): Use translate-character.
19182 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19183 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19184 a translation table made from cyrillic-alternativnyj-decode-table.
19185 (cyrillic-alternativnyj-encode-table): Define it as a translation
19186 table made from the reverse map of above.
19187 (ccl-decode-alternativnyj): Use translate-character.
19188 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19189 Likewize
19190
19191 * international/mule-diag.el (non-iso-charset-alist): Specify
19192 translation table symbol instead of translation table itself.
19193 (list-block-of-chars): CHARSET may be a translation table symbol.
19194
19195 * international/mule.el (make-coding-system): If CODING-SYSTEM
19196 already exists, override it.
19197
19198 * international/fontset.el: Use family `proportional' for Tibetan
19199 fonts.
19200
19201 * international/ccl.el (ccl-compile-translate-character): Don't
19202 check if Rrr has property translation-table.
19203 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19204
19205 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19206
19207 * info.el: Bind case-fold-search to t when searching in case
19208 a user sets it to nil in a hook.
19209
19210 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19211
19212 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19213 * hl-line.el (hl-line-mode): Use the new :global key argument.
19214
19215 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19216 (tar-clip-time-string): Prepend a space.
19217 (tar-grind-file-mode): Construct a string rather than modifying one.
19218 (tar-header-block-summarize): Fix docstring.
19219 Use `format' rather than an error-prone set of copy-loops.
19220
19221 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19222 (diff-goto-source, diff-unified->context, diff-context->unified)
19223 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19224 understand the format output by the `-p' argument to diff.
19225
19226 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19227 (sh-re-done): Use defconst.
19228 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19229 (sh-help-string-for-variable, sh-guess-basic-offset):
19230 Don't quote lambdas.
19231 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19232 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19233
19234 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19235 (mh-letter-mode): Derive from text-mode.
19236 This implicitly means that it now calls kill-all-local-variables.
19237 Also remove the Emacs-18 compatibility code.
19238
19239 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19240 Make use of symbol-property doc-string-elt.
19241 Use memq rather than a sequence of eq.
19242 (doc-string-elt): Fix the wrong or missing previously unused values.
19243 (autoload-print-form): New function extracted from
19244 generate-file-autoloads to allow recursion when handling progn
19245 so that defvar's and defun's docstrings are properly printed.
19246 (generate-file-autoloads): Use it.
19247
19248 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19249 Use find-file-hooks in the minor-mode function.
19250 Be careful not to loop indefinitely in the post-command-hook function.
19251
19252 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19253
19254 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19255 tty's.
19256 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19257 differences whenever appropriate.
19258 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19259 * viper.el (find-file, find-file-other-window): Get viper to do
19260 wildcards.
19261
19262 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19263
19264 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19265 (jit-lock-fontify-buffer): New function for JIT refontification.
19266 (jit-lock-mode): Fix docstring.
19267 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19268 Remove jit-lock-after-change from the _local_ hook.
19269 (jit-lock-function-1): Fix docstring.
19270
19271 * info.el (Info-on-current-buffer): Initialize info.
19272
19273 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19274
19275 * progmodes/tcl.el (tcl-indent-for-comment):
19276 Ignore comment-indent-hook.
19277
19278 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19279 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19280 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19281 and improve to use the lighter to guess the capitalization.
19282 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19283 Add keyword arguments to specify global-ness or the custom group.
19284 Add local-map and help-echo properties to the lighter.
19285 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19286 (easy-mmode-define-global-mode): New macro.
19287
19288 2000-06-02 Dave Love <fx@gnu.org>
19289
19290 * wid-edit.el: byte-compile-dynamic since we typically don't use
19291 all the widgets. Don't require cl or widget. Remove
19292 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19293 (widget-read-event): Removed. Callers changed to use read-event.
19294 (widget-button-release-event-p): Renamed from
19295 button-release-event-p.
19296 (widget-field-add-space, widget-field-use-before-change):
19297 Uncustomize.
19298 (widget-specify-field): Use keymap property, not local-map.
19299 (widget-specify-button): Obey :suppress-face.
19300 (widget-specify-insert): Use modern backquote syntax.
19301 (widget-image-directory): Renamed from widget-glyph-directory.
19302 (widget-image-enable): Renamed from widget-glyph-enable.
19303 (widget-image-find): Replaces widget-glyph-find.
19304 (widget-button-pressed-face): Move defvar.
19305 (widget-image-insert): Replaces widget-glyph-insert.
19306 (widget-convert): Use keywordp.
19307 (widget-leave-text, widget-children-value-delete): Use mapc.
19308 (widget-keymap): Remove XEmacs stuff.
19309 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19310 (widget-button-click): Don't set point at the click, but re-centre
19311 if we scroll out of window. Rewritten for images v. glyphs &c.
19312 (widget-tabable-at): Use POS arg, not point.
19313 (widget-beginning-of-line, widget-end-of-line)
19314 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19315 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19316 (widget-default-create): Use widget-image-insert; some rewriting.
19317 (widget-visibility-value-create)
19318 (widget-push-button-value-create, widget-toggle-value-create): Use
19319 widget-image-insert.
19320 (checkbox): Create on and off images dynamically.
19321 (documentation-link): Change :help-echo.
19322 (widget-documentation-link-echo-help): Remove.
19323
19324 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19325
19326 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19327
19328 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19329 (easy-mmode-define-toggle, define-minor-mode): Use it.
19330 (easy-mmode-define-keymap): Docstring fix.
19331 (define-derived-mode): Default PARENT to fundamental-mode.
19332 Add the derived-mode-parent symbol-property.
19333 (easy-mmode-derived-mode-p): New function.
19334
19335 2000-06-02 Dave Love <fx@gnu.org>
19336
19337 * files.el (convert-standard-filename): Doc fix.
19338 (normal-backup-enable-predicate): New function.
19339 (backup-enable-predicate): Use it to replace the lambda form.
19340
19341 * calendar/todo-mode.el: [This needs more work on the outline
19342 stuff.] Doc fixes.
19343 (todo) <defgroup>: Add :version.
19344 (todo-add-category): Don't use pushnew.
19345 (todo-cmd-raise): Fix typo.
19346 (todo-top-priorities): Change temp buffer name.
19347 (todo-category-alist): Avoid redundant lambda.
19348 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19349 Use outline-next-heading.
19350
19351 * autoarg.el: Rewritten to use define-minor-mode.
19352 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19353 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19354
19355 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19356
19357 * isearch.el (isearch-other-meta-char): Fix previous change.
19358
19359 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19360
19361 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19362 (log-edit-done): Only add the comment to the ring if it's different
19363 from the last comment entered.
19364
19365 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19366
19367 2000-06-01 Dave Love <fx@gnu.org>
19368
19369 * hl-line.el: Rewritten using define-minor-mode.
19370
19371 * help.el (describe-function-1): Distinguish special form from
19372 builtin function. Sanity-check presence of arglist for builtins.
19373
19374 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19375
19376 * international/characters.el: Fix syntax/category setting of
19377 Tibetan characters.
19378
19379 * language/tibet-util.el (tibetan-add-components): Fixes for new
19380 encoding of Tibetan characters.
19381 (tibetan-decompose-precomposition-alist): New variable.
19382 (tibetan-decompose-region): Convert precomposed characters to
19383 non-precomposed characters.
19384 (tibetan-decompose-string): Likewise.
19385 (tibetan-composition-function): Fix args to
19386 thibetan-compose-string.
19387
19388 * language/tibetan.el (tibetan-composable-pattern): More
19389 characters included.
19390 (tibetan-consonant-transcription-alist): Rule for "R" added.
19391 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19392 "+R" added.
19393 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19394
19395 * language/lao-util.el (lao-composition-function): Fix args to
19396 compose-string.
19397
19398 * language/thai-util.el (thai-composition-function): Fix args to
19399 compose-string.
19400
19401 * isearch.el (isearch-update): Set disable-point-adjustment to t
19402 to prevent the point moving to the end of a composition when a
19403 part of a composition is searched.
19404 (isearch-other-meta-char): If the key invoking this command can be
19405 mapped by function-key-map to a printing char, call
19406 isearch-process-search-char directly.
19407
19408 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19409
19410 * emacs-lisp/bytecomp.el:
19411 * frame.el:
19412 * international/mule-cmds.el:
19413 * international/mule-util.el:
19414 * international/mule.el:
19415 * mouse.el:
19416 * subr.el:
19417 * faces.el: Update calls to make-obsolete with a WHEN argument.
19418
19419 * byte-run.el (make-obsolete, make-obsolete-variable):
19420 Add an optional WHEN argument and change the format of the
19421 symbol-property information.
19422 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19423 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19424 new obsolete-symbol-property format and print WHEN if it is provided.
19425
19426 2000-05-31 Dave Love <fx@gnu.org>
19427
19428 * loadhist.el (loadhist-hook-functions): Remove
19429 before-change-function, after-change-function.
19430 (unload-feature): Deal with symbols which are both bound and
19431 fbound.
19432
19433 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19434 before-change-function, after-change-function.
19435
19436 * simple.el (newline): Don't bind before-change-function,
19437 after-change-function.
19438
19439 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19440
19441 * whitespace.el (whitespace-rescan-timer-time): Update interval
19442 set to 600 seconds (10 minutes) instead of 60 seconds since
19443 a large number of whitespace buffers causes emacs to `freeze'
19444 for a considerable amount of time.
19445
19446 * whitespace.el: Updated email address
19447
19448 2000-05-31 Dave Love <fx@gnu.org>
19449
19450 * add-log.el (change-log-font-lock-keywords) <function>: Add
19451 pattern for function of change.
19452 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19453 acknowledgements patterns.
19454
19455 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19456
19457 * isearch.el (isearch-printing-char): If keyboard coding system is
19458 being used, call isearch-process-search-multibyte-characters.
19459
19460 * international/isearch-x.el: Mostly rewritten.
19461
19462 * international/quail.el (quail-start-conversion): Don't include
19463 unhandled events in the returned events, but set them in
19464 unread-command-events. Exit if all inputs are deleted.
19465
19466 2000-05-30 Jason Rumney <jasonr@gnu.org>
19467
19468 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19469
19470 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19471 Reenable code to create initial fontsets.
19472 Use set-fontset-font in place of put-charset-property.
19473
19474 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19475
19476 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19477 label, ensure that the first colon isn't followed by another.
19478
19479 * paths.el (Info-default-directory-list): Doc fix.
19480
19481 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19482 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19483 send a query containing USER only, not USER@HOST.
19484
19485 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19486 and rmail-msgend to compute the restriction at the end, instead of
19487 computing it.
19488
19489 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19490
19491 * dabbrev.el (dabbrev-expand): Don't display messages in the
19492 echo area if the minibuffer window is active.
19493
19494 * jit-lock.el (jit-lock-mode): Add after change function to
19495 local hook.
19496
19497 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19498
19499 * antlr-mode.el: New commands: hide/unhide actions,
19500 upcase/downcase literals.
19501 (antlr-tiny-action-length): New user option.
19502 (antlr-hide-actions): New command. Suggested by
19503 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19504 (antlr-mode-map): New binding [C-c C-v].
19505 (antlr-mode-menu): New entries.
19506 (antlr-downcase-literals): New command.
19507 (antlr-upcase-literals): Ditto.
19508
19509 * antlr-mode.el: Minor changes: indendation, mode-name.
19510 (antlr-indent-line): Indent cpp directive at column 0.
19511 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19512
19513 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19514 (antlr-font-lock-additional-keywords): Workaround for intentional
19515 bug in XEmacs version of font-lock.
19516 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19517 be used by a smarter version of `buffers-menu-grouping-function'.
19518
19519 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19520
19521 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19522 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19523
19524 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19525
19526 * international/encoded-kb.el
19527 (encoded-kbd-iso2022-designation-map): Pay attention to that
19528 charset-iso-final-char return -1 for eight-bit-control and
19529 eight-bit-graphic.
19530
19531 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19532
19533 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19534 (speedbar-easymenu-definition-base): Use display-graphic-p where
19535 available, instead of window-system.
19536
19537 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19538
19539 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19540 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19541 coding systems.
19542
19543 2000-05-26 Dave Love <fx@gnu.org>
19544
19545 * disp-table.el (standard-display-underline): Don't use
19546 internal-find-face.
19547
19548 * mail/reporter.el: Maintainer change. Doc fixes.
19549 (reporter-version): Deleted.
19550
19551 * emacs-lisp/elp.el: Maintainer change.
19552 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19553
19554 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19555
19556 * add-log.el (add-change-log-entry): Merge the current entry with the
19557 previous one if the previous one is empty.
19558
19559 2000-05-26 Dave Love <fx@gnu.org>
19560
19561 * loadhist.el (unload-feature): Fix interactive spec [from
19562 lijnzaad@ebi.ac.uk].
19563
19564 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19565 subr-arity to check primitives.
19566 (byte-compile-flush-pending, byte-compile-file-form-progn)
19567 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19568 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19569 mapcar.
19570
19571 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19572
19573 * international/fontset.el: Set family names of non-latin charsets
19574 in default fontset to "*".
19575
19576 * international/mule-diag.el (print-fontset): Combine family part
19577 and registry part of the fontname by "-*-" instead of "-".
19578
19579 * international/mule-cmds.el (encode-coding-char): Make strings
19580 multibyte before calling encode-coding-string.
19581
19582 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19583
19584 * derived.el: Fix keywords.
19585 (define-derived-mode): Only define if needed.
19586
19587 * simple.el (fill-comment, comment-column, comment-start)
19588 (comment-start-skip, comment-end, comment-indent-function)
19589 (block-comment-start, block-comment-end, indent-for-comment)
19590 (set-comment-column, kill-comment, comment-padding, comment-region)
19591 (comment-multi-line, indent-new-comment-line): Remove.
19592
19593 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19594 function names for comment operations.
19595
19596 * newcomment.el: Add abundant autoload cookies.
19597 (comment-style): Don't depend on runtime data at compile-time.
19598 (comment-indent-hook): Remove.
19599 (comment-indent): Check if comment-indent-hook is bound.
19600 (comment-region): Docstring fix.
19601
19602 2000-05-25 Dave Love <fx@gnu.org>
19603
19604 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19605 byte-code-function-p.
19606
19607 * mail/rmailsum.el: Add provide.
19608
19609 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19610
19611 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19612 defcustom.
19613
19614 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19615
19616 * ediff-diff.el (ediff-exec-process): delete --binary option from
19617 non-buffer ediff jobs.
19618
19619 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19620
19621 * hilit-chg.el (highlight-changes-mode): Ask about color or
19622 grayscale support, not about window-system.
19623
19624 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19625 window-system.
19626 (ffap-highlight): Always default to t.
19627
19628 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19629 display-popup-menus-p instead of looking at window-system.
19630
19631 * disp-table.el (standard-display-g1, standard-display-graphic):
19632 Only refuse to use string glyphs on X and MS-Windows.
19633
19634 * avoid.el: Remove window-system from commentary, suggest to use
19635 display-*-p instead.
19636
19637 * apropos.el (apropos-print): Use display-mouse-p instead of
19638 window-system.
19639
19640 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19641
19642 * international/codepage.el (cp-decoding-vector-for-codepage):
19643 Fill up unsupported characters with their own codes. From Kenichi
19644 Handa.
19645
19646 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19647
19648 * international/mule-diag.el (describe-char-after): Use
19649 display-graphic-p instead of window-system, so that this function
19650 works on MS-DOS.
19651
19652 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19653
19654 * international/codepage.el (cp-make-coding-systems-for-codepage):
19655 Remove the eight-bit-graphic and eight-bit-control charsets from
19656 the list of charsets which we convert into `?'.
19657
19658 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19659
19660 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19661 private charsets.
19662 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19663 japanese-jisx0213-2): New charsets.
19664
19665 * international/fontset.el: Setup default fontset for new charsets.
19666
19667 2000-05-24 Dave Love <fx@gnu.org>
19668
19669 * info.el (Info-find-node-2): Restructure [following "Vadim
19670 S. Solomin" <sovs@uic.nnov.ru>].
19671
19672 * icomplete.el: Fix header for Finder.
19673
19674 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19675
19676 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19677 STAY.
19678
19679 * rmail.el (rmail-automatic-folder-directives): New user variable.
19680 (rmail-show-message): Add call to `rmail-auto-file' during
19681 display.
19682 (rmail-auto-file): New function.
19683
19684 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19685
19686 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19687 account.
19688 (ediff-test-utility,ediff-diff-mandatory-option)
19689 (ediff-reset-diff-options): Utilities for proper initialization of
19690 ediff-diff-options and ediff-diff3-options on Windows.
19691
19692 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19693 variable.
19694
19695 * ediff-mult.el (ediff-filegroup-action): Use
19696 ediff-merge-filename-prefix.
19697
19698 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19699
19700 * viper-ex.el (ex-write): Set selective display to nil.
19701
19702 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19703
19704 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19705 aliases for hebrew-iso-8bit.
19706
19707 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19708
19709 * woman.el: New version from Francis J. Wright
19710 <F.J.Wright@Maths.QMW.ac.uk>.
19711 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19712 names in environment variables regardless of the path separator.
19713 (woman-topic-all-completions-1): Don't call file-name-directory-p
19714 on all files, since woman-file-regexp already filters out any
19715 directories.
19716
19717 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19718
19719 * international/quail.el (quail-start-translation): Don't change
19720 modified-p of the current buffer.
19721 (quail-start-conversion): Likewise.
19722
19723 * international/kkc.el (kkc-region): Don't change modified-p of
19724 the current buffer.
19725
19726 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19727 conform to RFC1468.
19728 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19729
19730 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19731
19732 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19733 (speedbar-insert-button): Invisible text property fix.
19734 (speedbar-directory-plus): Renamed from speedbar-directory-+
19735 (speedbar-directory-minus): Renamed from speedbar-directory--
19736 (speedbar-page-plus): Renamed from speedbar-file-+
19737 (speedbar-page-minus): Renamed from speedbar-file--
19738 (speedbar-page): Renamed from speedbar-file-
19739 (speedbar-tag): Renamed from speedbar-tag-
19740 (speedbar-tag-plus): Renamed from speedbar-tag-+
19741 (speedbar-tag-minus): Renamed from speedbar-tag--
19742 (speedbar-expand-image-button-alist): Use above renames.
19743
19744 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19745 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19746 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19747 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19748 * sb-pg.xpm: Renamed from sb-file.xpm
19749 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19750 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19751
19752 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19753
19754 * international/quail.el (quail-show-guidance-buf): Set
19755 current-input-method of the guidance buffer to the name of the
19756 curren input method.
19757
19758 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19759
19760 * progmodes/compile.el (compile-internal): Style typo.
19761
19762 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19763 quote vars and functions in the docstring.
19764
19765 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19766
19767 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19768 Don't quote lambdas.
19769
19770 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19771
19772 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19773
19774 * startup.el (command-line): Determine source file of compiled
19775 user init file differently. Warn if compiled user init file
19776 is older than its source file.
19777
19778 * ffap.el (ffap-url-regexp): Add `https'.
19779
19780 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19781
19782 * files.el (make-backup-file-name-1): Replace slashes with `!'
19783 rather than `|' (which is not allowed on Windows). Replace the
19784 drive letters with a string "drive_X".
19785
19786 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19787
19788 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19789
19790 * files.el (interpreter-mode-alist): Add `bash2'.
19791
19792 2000-05-22 Dave Love <fx@gnu.org>
19793
19794 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19795 mapc.
19796 (feature-file): Avoid calling symbol-name. Doc fix.
19797 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19798 (loadhist-hook-functions): Add mouse-position-function.
19799 (unload-feature): Change uses of mapcar.
19800
19801 * files.el (parse-colon-path): Doc fix.
19802 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19803 (set-auto-mode): Use mapc.
19804
19805 * complete.el (PC-look-for-include-file): Use :alnum: character
19806 class.
19807 (partial-completion-mode): Add autoload cookie.
19808
19809 2000-05-22 Sam Steingold <sds@gnu.org>
19810
19811 * info.el (Info-fontify-node): Fixed the call to
19812 `add-text-properties' (bug introduced on 2000-05-18).
19813
19814 2000-05-22 Dave Love <fx@gnu.org>
19815
19816 * bindings.el: Remove debug-ignored-errors set in other files.
19817
19818 * progmodes/etags.el: Add to debug-ignored-errors.
19819 (visit-tags-table-buffer): Clear out buffers holding old tables
19820 when making a new list.
19821 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19822 mapc.
19823
19824 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19825 quote keywords.
19826 (cmpl-string-case-type): Use character classes.
19827
19828 * comint.el:
19829 * textmodes/ispell.el:
19830 * imenu.el:
19831 * mail/mh-e.el:
19832 * progmodes/compile.el: Add to debug-ignored-errors.
19833
19834 * dabbrev.el: Add to debug-ignored-errors.
19835 (dabbrev-completion): Use mapc.
19836
19837 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19838
19839 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19840 (woman-mapcan, woman-parse-man.conf)
19841 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19842 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19843 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19844 path syntax better.
19845 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19846 (woman-manpath): Call woman-parse-man.conf.
19847 (woman-emulation): New defcustom, defaults to nroff.
19848 (woman-font-support): New defconst.
19849 (woman-use-symbol-font): New defcustom.
19850 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19851 "Emulation".
19852 Many functions: Doc fix.
19853
19854 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19855
19856 * international/quail.el (quail-simple-translation-keymap): Map
19857 128..255 to quail-self-insert-command.
19858 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19859
19860 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19861
19862 * help.el (help-manyarg-func-alist): Typo.
19863
19864 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19865 intervals which makes it heaps simpler.
19866
19867 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19868 the nested comment markers.
19869
19870 * subr.el (remove-hook): Don't turn the hook's value into a list.
19871
19872 2000-05-21 Dave Love <fx@gnu.org>
19873
19874 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19875 are invalid characters.
19876
19877 * international/mule-util.el (detect-coding-with-priority): Use
19878 mapc. Remove redundant lambda.
19879
19880 * international/mule-diag.el (list-non-iso-charset-chars)
19881 (describe-fontset): Remove redundant lambda.
19882
19883 * emulation/crisp.el (brief-mode): New alias.
19884
19885 * emacs-lisp/ring.el (ring-elements): New function.
19886
19887 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19888 (easy-menu-do-add-item): Use keywordp.
19889
19890 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19891
19892 * replace.el: Doc and error message fixes.
19893 (replace-highlight): Use facep, not internal-find-face.
19894
19895 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19896
19897 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19898
19899 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19900 (log-edit-insert-changelog): Drop `:' as well.
19901
19902 * log-view.el: Fix file description.
19903 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19904 available.
19905 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19906 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19907
19908 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19909 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19910 Print a status message if the toggle is called interactively.
19911 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19912 for global minor modes and use `defcustom' for them.
19913 Use add-minor-mode.
19914 (easy-mmode-define-derived-mode): Remove.
19915 (define-derived-mode): Fancier default docstring.
19916 (easy-mmode-define-navigation): Signal an error rather than (ding).
19917
19918 * newcomment.el (comment-styles): New `box-multi'.
19919 (comment-normalize-vars): Better default for comment-continue to
19920 avoid whitespace-only continuations.
19921 (comment-search-forward): Always move even in the no-syntax case.
19922 (comment-padright): Only obey N if it's only obeyed for padleft.
19923 (comment-make-extra-lines): Better handling of empty continuations.
19924 Use `=' for the filler if comment-start has only one character.
19925 (uncomment-region): Try handling the special `=' filler.
19926 (comment-region): Allow LINES even if MULTI is nil.
19927 (comment-box): Choose box style based on comment-style.
19928
19929 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19930
19931 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19932 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19933
19934 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19935
19936 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19937 and insert, not subst-char-in-region.
19938
19939 * international/mule-diag.el (list-character-sets-1): Handle
19940 charsets eight-bit-control and eight-bit-graphic.
19941 (list-iso-charset-chars): Likewise.
19942 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19943 charactes as is. Use indent-to to align characters.
19944
19945 * international/mule-cmds.el (find-multibyte-characters): Never
19946 exclude charsets eight-bit-control and eight-bit-graphic.
19947
19948 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19949
19950 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19951 Don't quote lambdas.
19952
19953 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19954
19955 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19956
19957 * gud.el (gud-jdb-directories): Doc fix.
19958
19959 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19960
19961 * newcomment.el: New file.
19962
19963 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19964
19965 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19966
19967 2000-05-18 Andreas Schwab <schwab@suse.de>
19968
19969 * dired.el (dired-between-files): Also skip lines beginning with
19970 `used'.
19971
19972 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19973
19974 * msb.el (msb-menu-cond): Add choice `user'.
19975
19976 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19977
19978 * ps-print.el: Compatibility, customization and doc fix.
19979 (ps-printer-name-option): Replace defconst by defvar.
19980 (ps-postscript-code-directory): XEmacs compatibility.
19981 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19982 fix.
19983 (ps-user-defined-prologue, ps-print-prologue-header)
19984 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19985 compatibility and code fix.
19986 (ps-print-background-image, ps-print-background-text):
19987 Customization fix.
19988 (ps-line-number-start, ps-n-up-on): New vars.
19989
19990 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19991
19992 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19993 the indent-comment function to just return the appropriate indent.
19994
19995 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19996
19997 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19998 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19999 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
20000
20001 2000-05-18 Dave Love <fx@gnu.org>
20002
20003 * info.el (Info-fontify-node): Add intangible property as well as
20004 invisible.
20005
20006 * calendar/appt.el (appt-make-list): Match all lines of entry.
20007 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
20008
20009 2000-05-18 Kenichi Handa <handa@etl.go.jp>
20010
20011 * international/mule-diag.el (describe-char-after): Call
20012 internal-char-font, not char-font. If internal-char-font returns
20013 nil, display "-- none --".
20014
20015 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20016
20017 * image.el (image-type-available-p): Don't reference image-types
20018 if it isn't bound.
20019
20020 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
20021
20022 * autoarg.el (autoarg-mode): Typo in the :set argument.
20023
20024 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20025
20026 * startup.el (command-line-1): Don't signal an error if the
20027 directory for auto-save-list files does not yet exist.
20028
20029 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20030
20031 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20032
20033 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20034
20035 * subr.el (remove-hook): `setq' hook-value, not `set'.
20036
20037 2000-05-16 Sam Steingold <sds@gnu.org>
20038
20039 * info.el (debug-ignored-errors): More errors to ignore.
20040
20041 2000-05-16 Dave Love <fx@gnu.org>
20042
20043 * cus-edit.el: Don't require cl or easymenu.
20044 (custom-variable-prompt): Test standard-value property, not
20045 user-variable-p.
20046
20047 2000-05-16 Sam Steingold <sds@gnu.org>
20048
20049 * subr.el (add-hook): `setq' hook-value, not `set'.
20050
20051 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20052
20053 * startup.el (command-line-1): Mention the FAQ in the startup
20054 message.
20055
20056 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20057
20058 * progmodes/compile.el (compilation-parse-errors): Collect
20059 `nomessage' regexps last.
20060
20061 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20062
20063 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20064 to the function name.
20065
20066 2000-05-15 Dave Love <fx@gnu.org>
20067
20068 * speedbar.el (speedbar-recenter): Typo.
20069 (speedbar-expand-line): Make arg optional.
20070 (speedbar-mode): Avoid a compiler warning.
20071
20072 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20073
20074 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20075 user-specified option string is empty.
20076
20077 * mouse.el (mouse-yank-at-click): Doc fix.
20078
20079 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20080
20081 * term/internal.el (IT-character-translations): More updates of
20082 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20083 documents.
20084
20085 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20086
20087 * env.el (getenv): New function, interactively callable.
20088 (setenv, getenv): Remove autoload cookies.
20089
20090 * loadup.el: Load `env'.
20091
20092 * progmodes/f90.el: Change author's mail address.
20093
20094 2000-05-14 Dave Love <fx@gnu.org>
20095
20096 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20097 goto-addr as an option.
20098
20099 * help.el (help-xref-stack): Doc fix.
20100 (help-xref-following): New variable.
20101 (help-make-xrefs): Use it.
20102 (help-xref-go-back): Use position information from stack element.
20103 (help-follow): Make position in stack element a pair. Use
20104 help-xref-following.
20105
20106 * autoarg.el: New file.
20107
20108 * faces.el: Declare more functions obsolete.
20109
20110 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20111 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20112 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20113 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20114 Remove all the setup-...-environment functions.
20115
20116 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20117
20118 * speedbar.el: Updated the commentary section. xemacs20p now uses
20119 >= when detecting. Require `defimage' safely.
20120 (speedbar-easymenu-definition-base): Add toggle for images.
20121 (speedbar-easymenu-definition-special): Add flush cache & expand.
20122 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20123 (speedbar-reconfigure-keymaps-hook): New variable.
20124 (speedbar-frame-parameters): Updated documentation.
20125 (speedbar-use-imenu-flag): Updated custom tag
20126 (speedbar-dynamic-tags-function-list): New variable.
20127 (speedbar-tag-hierarchy-method): Updated doc & custom.
20128 (speedbar-indentation-width, speedbar-indentation-width) New
20129 variables.
20130 (speedbar-hide-button-brackets-flag): Customizable.
20131 (speedbar-vc-indicator): Doc update.
20132 (speedbar-ignored-path-expressions): Updated default value.
20133 (speedbar-supported-extension-expressions): Updated default value.
20134 (speedbar-syntax-table): Remove {} paren status.
20135 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20136 as "+". Added overlay aliases.
20137 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20138 `force-mode-line-update'.
20139 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20140 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20141 `mouse-set-point'
20142 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20143 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20144 of arbitrary text, and new helper functions.
20145 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20146 filename finder.
20147 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20148 (speedbar-directory-buttons): Update path search/expansion.
20149 (speedbar-make-tag-line): Pay attention to
20150 `speedbar-indentation-width'. Use more care w/ invisible
20151 properties.
20152 (speedbar-change-expand-button-char): Call
20153 `speedbar-insert-image-button-maybe'.
20154 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20155 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20156 (speedbar-trim-words-tag-hierarchy)
20157 (speedbar-simple-group-tag-hierarchy): New functions
20158 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20159 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20160 functions.
20161 (speedbar-mouse-set-point): New function
20162 (speedbar-power-click): Updated documentation.
20163 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20164 of tag prefix text.
20165 (speedbar-expand-line, speedbar-contract-line): Make more robust
20166 to strange text.
20167 (speedbar-expand-line): Takes universal argument to flush the
20168 cache.
20169 (speedbar-flush-expand-line): New function.
20170 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20171 Use new generator insertion method.
20172 (speedbar-fetch-dynamic-tags): New function.
20173 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20174 `speedbar-fetch-dynamic-imenu'.
20175 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20176 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20177 "Revert Buffer" menu items.
20178 (speedbar-buffer-buttons-engine): Be smarter when creating a
20179 filename tag (for expansion purposes.).
20180 (speedbar-highlight-one-tag-line,
20181 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20182 (speedbar-recenter): New functions.
20183 (defimage-speedbar): Image loading abstraction.
20184 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20185 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20186 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20187 (speedbar-tag-type, speedbar-tag-mail): New images.
20188 (speedbar-expand-image-button-alist): New variable.
20189 (speedbar-insert-image-button-maybe): Insert an image over some
20190 buttons.
20191
20192 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20193
20194 * international/mule-cmds.el (encode-coding-char): An ASCII
20195 character is always encodable.
20196
20197 * international/mule-conf.el: Add more information in descriptions
20198 of character sets.
20199
20200 * international/mule-diag.el (describe-char-after): New function.
20201 (describe-font-internal): Adjusted for the change of font-info.
20202 (describe-font): Likewise.
20203 (print-fontset): Rewritten for the new fontset implementation.
20204 (describe-fontset): Include fontset alias names in completion.
20205 (list-fontsets): Adjusted for the change of print-fontset.
20206
20207 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20208 describe-char-after instead of displaying the detail in the echo
20209 area.
20210 (syntax-code-table): Format changed.
20211 (string-to-syntax): Adjusted for the above change.
20212
20213 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20214
20215 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20216
20217 2000-05-12 Dave Love <fx@gnu.org>
20218
20219 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20220 dependence. Use line-{beginning,end}-position, not
20221 point-at{b,e}ol. Some doc fixes.
20222 (todo-position): New function. Fix callers of position to use it.
20223 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20224
20225 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20226
20227 * time.el (display-time-mail-icon): Use `:ascent center'.
20228
20229 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20230 handling FTP security extensions.
20231
20232 2000-05-11 Dave Love <fx@gnu.org>
20233
20234 * calendar/todo-mode.el: New file.
20235
20236 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20237
20238 * comint.el (comint-read-input-ring): Move reference to
20239 comint-input-ring-size outside of the save-excursion. It was
20240 causing the default value to be the only one ever seen.
20241
20242 * font-lock.el: Update copyright. Remove Simon Marshall's email
20243 address on request from him.
20244
20245 * subr.el (substitute-key-definition): Add comment describing
20246 the meaning of PREFIX.
20247
20248 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20249
20250 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20251
20252 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20253 (add-minor-mode): Don't make the variable buffer-local and add a
20254 reference to define-minor-mode in the docstring.
20255
20256 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20257 HEADER/FOOTER and fix bug with trailing empty directory.
20258 (cvs-append-to-ignore): Use vc-editable-p if available.
20259 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20260 (vc-do-command): Tweak advice to handle the new VC.
20261
20262 * log-view.el (log-view-goto-rev): New function for the new VC.
20263 (log-view-minor-wrap): Use mark-active.
20264
20265 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20266 (log-edit-changelog-full-paragraphs): New var.
20267 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20268 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20269 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20270 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20271 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20272 Replace the `cvs' prefix with `log-edit'.
20273
20274 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20275
20276 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20277 (diff-font-lock-defaults): Explicitly turn off multiline.
20278 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20279 (diff-ediff-patch): Fix call to ediff-patch-file.
20280 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20281 Handle comments.
20282
20283 * frame.el (automatic-hscrolling): Typo.
20284
20285 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20286
20287 2000-05-09 Sam Steingold <sds@goems.com>
20288
20289 * apropos.el (apropos-print): use `describe-face' instead of
20290 `customize-face-other-window'.
20291
20292 2000-05-09 Dave Love <fx@gnu.org>
20293
20294 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20295
20296 * help.el (describe-variable): Have customize button pop the
20297 help-xref stack when invoked.
20298 (help-xref-symbol-regexp): Add `face'.
20299 (help-make-xrefs): Check for quoted face names and adapt regexp
20300 submatch numbers to cope.
20301 (help-xref-interned): Maybe insert face doc too. Separate
20302 sections with a line of hyphens.
20303
20304 * faces.el: Some doc fixes. Declare some functions obsolete.
20305 (describe-face): Add customize button. Return the help
20306 text. Fix prompt.
20307
20308 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20309
20310 * term/internal.el (IT-character-translations): Fix last change.
20311
20312 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20313
20314 * woman.el: New file
20315 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20316
20317 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20318
20319 * term/internal.el (IT-character-translations): Update ASCII
20320 simulations for greek-iso8859-7, add latin-iso8859-14 and
20321 latin-iso8859-15.
20322
20323 * international/mule-cmds.el (set-language-info-alist): Call
20324 define-prefix-command with 3 arguments, to make the map suitable
20325 for a menu.
20326
20327 2000-05-07 Dave Love <fx@gnu.org>
20328
20329 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20330
20331 2000-05-05 Dave Love <fx@gnu.org>
20332
20333 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20334 list in doc string. Don't quote keyword symbols.
20335 * emacs-lisp/cl.el: Likewise
20336 * emacs-lisp/cl-seq.el: Likewise
20337
20338 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20339
20340 * abbrev.el (abbrev-mode): Make ARG optional.
20341
20342 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20343
20344 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20345
20346 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20347
20348 * subr.el (substitute-key-definition): Clarify documentation.
20349
20350 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20351
20352 * glasses.el (glasses-convert-to-unreadable): Use
20353 `glasses-separator' instead of the hard-wired "_".
20354 (glasses-mode): Call `glasses-make-unreadable' only in a single
20355 place.
20356
20357 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20358
20359 * term/internal.el (cjk-codepages-alist): Add associations for
20360 Chinese and Korean codepages. Remove FIXME comment.
20361
20362 2000-05-03 Dave Love <fx@gnu.org>
20363
20364 * time.el (display-time-mail-face, display-time-use-mail-icon):
20365 New option.
20366 (display-time-mail-icon): New variable.
20367 (display-time-string-forms): Use the above. Fix the local-map.
20368
20369 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20370
20371 * replace.el (query-replace-map): Add binding for `E'.
20372 (query-replace-help): Extend help text.
20373 (perform-replace): Allow editing the replacement string.
20374
20375 * make-mode.el (makefile-mode-abbrev-table): New variable.
20376 (makefile-mode): Set local abbrev table to
20377 makefile-mode-abbrev-table.
20378 (makefile-font-lock-keywords): Fontify includes and conditionals.
20379
20380 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20381 set TOGGLE's value.
20382
20383 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20384 mail-interactive-insert-alias.
20385 (mail-abbrev-complete-alias): New command.
20386 (mail-mode-map): Bind it to `M-TAB'.
20387
20388 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20389
20390 * language/lao-util.el (lao-compose-region): New function.
20391
20392 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20393
20394 * files.el (recover-session): Make directories as necessary
20395 if they don't exist yet.
20396
20397 * calendar/cal-french.el
20398 (french-calendar-multibyte-special-days-array)
20399 (french-calendar-special-days-array): Change French text.
20400 (calendar-french-date-string): Change output.
20401 (calendar-goto-french-date): Likewise.
20402
20403 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20404
20405 * wid-edit.el (widget-default-active): Obey `:always-active'.
20406 (widget-documentation-string-value-create): Set `:always-active'.
20407
20408 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20409
20410 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20411 default prefix to `~/_emacs.d/auto-save.list/_s'.
20412 (normal-top-level): Create the directory for auto-save files, if
20413 it doesn't already exist (in the ms-dos case only).
20414
20415 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20416
20417 * international/mule-cmds.el (set-language-environment): Don't
20418 concat an integer (dos-codepage), use format instead.
20419
20420 2000-05-02 Dave Love <fx@gnu.org>
20421
20422 * help.el (help-xref-on-pp): Check for constant symbols.
20423
20424 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20425
20426 * startup.el (normal-top-level): Put a condition-case around
20427 the code loading subdirs.el.
20428
20429 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20430
20431 * ps-print.el: Upside-down and face background color printing,
20432 line number step, doc fix.
20433 (ps-print-version): New version number (5.2).
20434 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20435 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20436 (ps-spool-config): Var fix.
20437 (ps-printer-name-option): Const fix.
20438 (ps-print-upside-down, ps-use-face-background)
20439 (ps-line-number-step): New vars.
20440 (ps-window-system, ps-lp-system): New consts.
20441 (ps-face-background): New fun.
20442
20443 2000-04-28 Richard Stallman <rms@gnu.org>
20444
20445 * files.el (make-auto-save-file-name):
20446 Apply auto-save-file-name-transforms to visited file name
20447 before generating auto save file name.
20448 (auto-save-file-name-transforms): New variable.
20449
20450 * files.el (backup-enable-predicate):
20451 Correctly test for a file under a temporary directory.
20452
20453 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20454
20455 * subr.el (add-minor-mode): Rewritten.
20456
20457 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20458
20459 * mail/sendmail.el (sendmail-send-it): Set
20460 buffer-file-coding-system to the selected coding system for MIME
20461 header.
20462
20463 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20464
20465 * dired.el (dired-move-to-filename-regexp): Allow format where
20466 YYYY is followed by two spaces.
20467
20468 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20469 in the second character class of the regexp.
20470
20471 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20472 mh-etc, too.
20473
20474 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20475 nil.
20476
20477 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20478
20479 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20480 argument.
20481
20482 2000-04-27 Sen Nagata <sen@eccosys.com>
20483
20484 * emacs-lisp/crm.el (crm-completion-table): New variable.
20485 (crm-collection-fn, crm-test-completion)
20486 (completing-read-multiple): Use it.
20487
20488 2000-04-27 Dave Love <fx@gnu.org>
20489
20490 * help.el (locate-library): Use mapc.
20491 (help-manyarg-func-alist): Add call-process-region.
20492
20493 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20494
20495 * subr.el (add-minor-mode): Make argument MAP optional.
20496
20497 * desktop.el (desktop-save): Save list of minor modes.
20498 (desktop-create-buffer): Restore minor modes.
20499 (desktop-minor-mode-table): New user-option.
20500
20501 * subr.el (add-minor-mode): New function.
20502
20503 * image.el (find-image): New function.
20504 (defimage): Rewritten to find image at load time.
20505
20506 * startup.el (normal-top-level-add-to-load-path): Handle
20507 case that the default directory is not in load-path.
20508
20509 * help.el: Old patch from Stefan Monnier.
20510 (help-xref-on-pp): New function.
20511 (describe-variable): Use it to display xrefs in a symbol's value.
20512
20513 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20514
20515 * cus-edit.el (custom-face): Fix parenthesis.
20516
20517 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20518
20519 * mail/rmail.el (rmail-expunge): When there are no deleted
20520 messages, do nothing.
20521
20522 2000-04-26 Dave Love <fx@gnu.org>
20523
20524 * international/mule-cmds.el (locale-translation-file-name):
20525 Defvar to nil.
20526 (set-locale-environment): Set it here (at runtime).
20527
20528 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20529
20530 * replace.el (perform-replace): Add parameters START and END. Use
20531 them instead of the check for a region in Transient Mark mode.
20532 (query-replace-read-args): Return two more list elements for the
20533 start and end of the region in Transient Mark mode.
20534 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20535 (map-query-replace-regexp, replace-string, replace-regexp): Add
20536 optional last arguments START and END and pass them to
20537 perform-replace.
20538
20539 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20540 form with additional arguments for perform-replace.
20541
20542 * progmodes/etags.el (tags-query-replace): Add parameters START
20543 and END. Construct a form with additional arguments for
20544 perform-replace.
20545
20546 * simple.el (shell-command): Set default directory for "*Shell
20547 Command Output" buffer.
20548
20549 * language/european.el (iso-latin-4): Fix typo.
20550
20551 * emacs-lisp/crm.el: New file.
20552
20553 2000-04-24 Dave Love <fx@gnu.org>
20554
20555 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20556 (Custom-reset-saved, Custom-reset-standard)
20557 (custom-group-value-create, custom-group-set, custom-group-save)
20558 (custom-group-reset-current, custom-group-reset-saved)
20559 (custom-group-reset-standard): Use mapc.
20560 (custom-buffer-create-internal): Disable undo when creating items.
20561 Use mapc.
20562 (custom-face): Avoid redundant lambda.
20563
20564 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20565
20566 * startup.el (auto-save-list-file-prefix): Set default to
20567 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20568
20569 2000-04-24 Sam Steingold <sds@gnu.org>
20570
20571 * time-stamp.el (time-stamp-string-preprocess): Always convert
20572 `field-result' to a string.
20573
20574 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20575
20576 * frame.el (scrolling): New group.
20577 (automatic-hscrolling): New user-option.
20578
20579 * startup.el (command-line-x-option-alist): Add `-lsp' and
20580 `--line-spacing'.
20581
20582 2000-04-19 Dave Love <fx@gnu.org>
20583
20584 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20585 (cl-mapc): Rename from mapc. Fix the funcall.
20586
20587 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20588
20589 * simple.el (clone-indirect-buffer-other-window): New command.
20590 (clone-indirect-buffer): Add optional arg NORECROD.
20591 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20592
20593 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20594
20595 * window.el (count-screen-lines): New function.
20596 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20597 instead of window-buffer-height.
20598
20599 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20600 non-existing variable comint-input-sentinel.
20601 (inferior-lisp-args-to-list): Removed.
20602 (inferior-lisp): Use split-string instead of
20603 inferior-lisp-args-to-list.
20604
20605 * hexl.el (hexl-insert-hex-string): New command.
20606
20607 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20608 instead of concat.
20609
20610 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20611
20612 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20613 at the start of an existing but empty folder.
20614
20615 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20616
20617 * ps-mule.el: Customization fix, doc fix.
20618 (ps-multibyte-buffer): Customization fix.
20619
20620 2000-04-17 Richard M. Stallman <rms@gnu.org>
20621
20622 * subr.el (read-passwd): Use read-char-exclusive.
20623
20624 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20625
20626 * textmodes/texinfo.el (texinfo-insert-@email)
20627 (texinfo-insert-@emph, texinfo-insert-@quotation)
20628 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20629 (texinfo-mode-map): Add key bindings for them.
20630
20631 * files.el (basic-save-buffer-2): Use a template with `$'
20632 instead of `#' for VMS.
20633
20634 * simple.el (clone-indirect-buffer): New function.
20635
20636 2000-04-16 Stephen Eglen <stephen@gnu.org>
20637
20638 * iswitchb.el (iswitchb-case): New function. If the user input
20639 contains any upper-case characters, the search is made
20640 case-sensitive.
20641
20642 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20643
20644 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20645 comment-end.
20646 (texinfo-font-lock-syntactic-keywords): New var.
20647 (texinfo-font-lock-keywords): Remove comment regexp.
20648 (texinfo-insert-block): New function.
20649 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20650 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20651 and font-lock-defaults. Use regexp-opt for outline-regexp.
20652 (texinfo-environments): New var.
20653 (texinfo-environment-regexp): Use regexp-opt and
20654 texinfo-environments.
20655
20656 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20657 ispell-process is bound since this might be eval'd before ispell
20658 is loaded.
20659 (ispell-message): Use a tiny bit less magic and a bit more hard
20660 data to figure out what kind of sc-cite-regexp to use.
20661
20662 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20663
20664 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20665 (insert-cyclic-diary-entry): Unquote the lambda.
20666
20667 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20668
20669 * files.el (backup-enable-predicate): Unquote the lambda.
20670
20671 * cus-edit.el (custom-face, face): Unquote the lambda.
20672
20673 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20674
20675 * ps-print.el: Check for line-beginning-position definition.
20676
20677 * ps-print.el: Fix counting lines in a region.
20678 (ps-print-version): New version number (5.1.5).
20679 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20680 (ps-printing-region): Fun code fix.
20681
20682 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20683
20684 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20685 to file-directory-p.
20686
20687 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20688
20689 * gud.el (gud-jdb-build-source-files-list): Check that directory
20690 exists before calling directory-files.
20691
20692 2000-04-13 Dave Love <fx@gnu.org>
20693
20694 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20695 syntax.
20696
20697 * emacs-lisp/cl-specs.el: Remove when, unless.
20698
20699 * emacs-lisp/cl-extra.el: Don't quote keywords.
20700 (cl-old-mapc): New variable.
20701 (mapc): Use it.
20702 (cl-map-intervals): Use with-current-buffer. Don't check for
20703 next-property-change.
20704 (cl-map-overlays): Use with-current-buffer.
20705 (cl-expt): Remove.
20706 (copy-tree, remprop): Define unconditionally.
20707
20708 * emacs-lisp/cl-compat.el (keywordp): Remove.
20709
20710 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20711 to use keywordp.
20712 (edebug-spec): Enable keywordp.
20713
20714 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20715 string-lessp.
20716
20717 * cus-start.el: Use keywordp.
20718
20719 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20720
20721 * diary-lib.el (include-other-diary-files): Fix the fix of
20722 2000-02-18 by doing a save-excursion.
20723
20724 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20725
20726 * ps-print.el: Customization fix, doc fix.
20727 (ps-print-version): New version number (5.1.4).
20728 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20729 (ps-print-preprint): Adjust code.
20730 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20731 (ps-print-prologue-header, ps-print-control-characters)
20732 (ps-spool-config): Customization fix.
20733
20734 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20735
20736 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20737 converted to the new menu-item format, names silightly changed,
20738 help strings added.
20739
20740 Support for spelling without async subprocesses:
20741
20742 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20743 (ispell-session-buffer): New variables.
20744 (ispell-start-process, ispell-process-status,
20745 ispell-accept-output, ispell-send-string): New functions, for
20746 Ispell invocation when async subprocesses aren't supported.
20747 (ispell-word, ispell-pdict-save, ispell-command-loop,
20748 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20749 to process-send-string with calls to ispell-send-string, and
20750 accept-process-output with ispell-accept-output.
20751 (ispell-init-process): Call ispell-process-status instead of
20752 process-status with.
20753 (ispell-init-process): Call ispell-start-process. Call
20754 ispell-accept-output and ispell-send-string. Don't call
20755 process-kill-without-query and kill-process if they are unbound.
20756 (ispell-async-processp): New function.
20757
20758 2000-04-12 Dave Love <fx@gnu.org>
20759
20760 * info.el: Add debug-ignored-errors.
20761 (Info-mode-menu): Add some items.
20762 (Info-directory): Add autoload cookie.
20763
20764 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20765 Modify `truncate-lines'. Make `describe-language-environment'
20766 always visible and add help. Modify `describe-key' help. Invoke
20767 Info-directory from `info'. New entry `emacs-manual'.
20768
20769 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20770
20771 * progmodes/ebrowse.el (ebrowse-tree-mode):
20772 Use propertized-buffer-identification.
20773 (ebrowse-update-member-buffer-mode-line): Likewise.
20774 (ebrowse--mode-strings): Removed.
20775 (ebrowse--mode-line-props): Removed.
20776
20777 * files.el (auto-mode-alist): Add `EBROWSE'.
20778
20779 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20780 space before testing for end of buffer.
20781 (ebrowse-load): Removed.
20782 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20783 (ebrowse-create-tree-buffer): Rewritten.
20784 (ebrowse-tree-mode): Read tree from buffer.
20785
20786 * progmodes/ebrowse-ffh.el: Removed.
20787
20788 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20789
20790 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20791
20792 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20793
20794 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20795 at the wrong place.
20796
20797 2000-04-09 Dave Love <fx@gnu.org>
20798
20799 * files.el (backup-enable-predicate):
20800 Use temporary-file-directory, small-temporary-file-directory.
20801 (make-backup-file-name-function, backup-directory-alist): New vars.
20802 (make-backup-file-name-1): New function.
20803 (make-backup-file-name): Use it.
20804 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20805 (file-newest-backup): Use make-backup-file-name.
20806
20807 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20808
20809 * progmodes/ebrowse-ffh.el: New file.
20810
20811 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20812 Moved to ebrowse-ffh.el.
20813 (ebrowse-load): Add autoload.
20814
20815 * finder.el (finder-commentary): Add autoload cookie.
20816
20817 * mail/rfc2368.el: Correct author's email address.
20818
20819 * progmodes/ebrowse.el: New file.
20820
20821 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20822 item help string.
20823 (easy-menu-do-add-item): Ditto.
20824 (easy-menu-define): Extend doc string.
20825
20826 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20827 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20828 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20829 with-buffer-unmodified.
20830
20831 2000-04-08 Dave Love <fx@gnu.org>
20832
20833 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20834 unless, when.
20835
20836 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20837
20838 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20839 (viper-flash-search-pattern): No operation when using Emacs
20840 doesn't support face.
20841 Use `viper-put-on-search-overlay'.
20842
20843 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20844
20845 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20846 like C-r.
20847
20848 * progmodes/make-mode.el: Some doc fixes.
20849 (makefile-mode-abbrev-table): New variable.
20850 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20851 (makefile-font-lock-keywords): Fontify includes and conditionals.
20852 (toplevel): Require `dabbrev' and `add-log' when compiling.
20853
20854 * replace.el (perform-replace): Don't move forward one char
20855 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20856 to do that because it leaves point 1 position after the last
20857 replacement, after everything has been replaced.
20858
20859 * jit-lock.el (with-buffer-unmodified): New macro.
20860 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20861 modified state.
20862 (jit-lock-function-1): Extracted from jit-lock-function; not
20863 preserving buffer's modified state.
20864 (jit-lock-function, jit-lock-stealth-fontify):
20865 Call jit-lock-function-1.
20866
20867 * mail/rfc2368.el: Remove supernumerary copyright line.
20868
20869 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20870
20871 * glasses.el: Provide facilities for inserting space before left
20872 parentheses and uncapitalization of identifiers.
20873 (glasses-mode): Try to remove old overlays in all cases.
20874
20875 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20876
20877 * progmodes/compile.el (compile-internal): Display the compilation
20878 buffer in a different frame, if it's already displayed there.
20879
20880 * mail/rfc2368.el: New file.
20881
20882 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20883 header and insert its value as mail body.
20884
20885 * subr.el (member-ignore-case): New function.
20886
20887 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20888 (dabbrev--find-expansion): Ignore buffers matching a regexp
20889 from dabbrev-ignored-regexps.
20890
20891 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20892 to extensions handled by gzip.
20893
20894 2000-04-03 Richard M. Stallman <rms@gnu.org>
20895
20896 * files.el (insert-directory): List the total free space
20897 along with the used space.
20898
20899 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20900 line is followed by one that matches CITATION-REGEXP, end the
20901 paragraph.
20902
20903 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20904
20905 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20906 (rmail-make-basic-summary-line): Use that option.
20907
20908 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20909
20910 * international/mule-cmds.el (encoded-string-description):
20911 Rewritten. Try pretty description for ISO 2022 escape sequences
20912 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20913 for hexadecimal format.
20914
20915 2000-04-01 Dave Love <fx@gnu.org>
20916
20917 * cpp.el: Change customization group to `c' from `C'.
20918
20919 * vcursor.el (vcursor-move): Use display-color-p.
20920
20921 * international/mule-util.el: Provide mule-utils.
20922 (string-to-sequence): Simplify and speed up.
20923
20924 * international/mule.el (make-coding-system): Purecopy doc-string.
20925
20926 * international/mule-cmds.el: Various menu changes.
20927 (describe-specified-language-support): Handle `Default'.
20928 (set-language-info): Purecopy `info'.
20929
20930 2000-03-31 Andrew Innes <andrewi@gnu.org>
20931
20932 * vc.el (vc-backend-diff): Return the correct status if we had to
20933 retry the rcsdiff command without the --brief option.
20934
20935 2000-03-31 Dave Love <fx@gnu.org>
20936
20937 * help.el (help-manyarg-func-alist): Correct several omissions.
20938
20939 * add-log.el: Don't require cl, fortran.
20940 (add-log-current-defun-function): Doc fix.
20941 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20942 (change-log-version-rcs): Function deleted.
20943 (change-log-version-number-search): Doc fix.
20944 Use vc-workfile-version. Avoid CL dolist.
20945 (add-change-log-entry): Just call add-log-current-defun to get
20946 defun. Simplify somewhat.
20947 (change-log-get-method-definition-1): Likewise.
20948 (add-log-current-defun): Return nil if calling
20949 add-log-current-defun-function does so. Move Fortran stuff to
20950 fortran.el. Return string without properties.
20951
20952 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20953 and :alpha: char classes.
20954
20955 * mail/supercite.el: Defvar curline when compiling.
20956 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20957 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20958 rather than a-zA-Z0-9 to allow non-ASCII characters.
20959
20960 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20961
20962 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20963
20964 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20965 Re-enable new code.
20966
20967 * lpr.el (print-region-1): Use -d to specify printer name for
20968 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20969
20970 2000-03-31 Dave Love <fx@gnu.org>
20971
20972 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20973 Look for function definition in symbol's function value slot first
20974 instead of first consulting byte-compile-function-environment.
20975
20976 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20977
20978 * language/european.el ("Polish"): New language environment.
20979 (setup-polish-environment): New function.
20980
20981 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20982
20983 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20984 Disable new code.
20985
20986 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20987 trying to `load' the symbol of an autoload instead of the file
20988 recorded in the autoload. Fix error messages.
20989
20990 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20991
20992 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20993 (ps-print-version): New version number (5.1.3).
20994 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20995 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20996 (ps-generate-postscript-with-faces): Code fix.
20997 (ps-color-values): XEmacs compatibility.
20998 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20999 (ps-default-fg, ps-default-bg): Adjust customization.
21000 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
21001 (ps-color-scale): Renaming old ps-color-value fun.
21002 (ps-print-headers): Replace ps-print-header group to avoid conflict
21003 with ps-print-header variable.
21004 (ps-print-miscellany): New group.
21005 (ps-format-color, ps-rgb-color): New funs.
21006 (ps-default-foreground): New var.
21007 (ps-printer-name-option): New const.
21008
21009 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
21010
21011 * net/net-utils.el:
21012 (network-connection-host, network-connection-service): New variables
21013 (network-connection-mode): New mode, derived from comint-mode
21014 (network-connection-mode-setup): New function, saves host and
21015 service information in local variables.
21016
21017 * lisp/locate.el:
21018 (locate-word-at-point): Added this function
21019 (locate): Default to using locate-word-at-point as input
21020 Run dired-mode-hook
21021
21022 2000-03-29 Dave Love <fx@gnu.org>
21023
21024 * calendar/appt.el: Doc fixes.
21025 (appt-check): Convert min-to-app to a string before passing to
21026 appt-disp-window-function or concat.
21027 (appt-delete-window): Remove test for frame-root-window.
21028 (appt-select-lowest-window, appt-convert-time): Simplify.
21029
21030 * emacs-lisp/bytecomp.el: Doc fixes.
21031 (byte-compile-file-form-autoload):
21032 Update byte-compile-function-environment.
21033
21034 2000-03-29 Andreas Schwab <schwab@suse.de>
21035
21036 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21037
21038 * dired.el (dired-insert-directory): If dired-free-space-program
21039 failed just delete its output.
21040
21041 2000-03-29 Dave Love <fx@gnu.org>
21042
21043 * international/iso-cvt.el: Move provide to end. Doc fixes.
21044 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21045 (iso-iso2sgml, iso-sgml2iso): New functions.
21046 (iso-cvt-define-menu): Fix some entries and use backquote for
21047 clarity.
21048
21049 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21050
21051 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21052
21053 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21054 ISO-DATE. If non-nil, return date in ISO 8601 format.
21055
21056 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21057
21058 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21059 if it ever becomes used.
21060 (log-edit-mode-hook): Default to vc-log-mode-hook.
21061 (log-edit-mode): Fix the docstring.
21062
21063 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21064 the code.
21065
21066 2000-03-26 Dave Love <fx@gnu.org>
21067
21068 * net/browse-url.el (browse-url): Re-fix case of
21069 browse-url-browser-function being an alist.
21070 (browse-url): Add :link to defgroup.
21071
21072 * files.el: Doc fixes.
21073 (file-truename): Include `[' in wildcard characters.
21074 (automount-dir-prefix): Customize.
21075 (find-file-wildcards): Add :version.
21076 (find-file-noselect): Simplify a mapcar call.
21077
21078 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21079 compatible with inf-lisp version.
21080 (eval-defun-1): Fix custom-declare-variable case.
21081
21082 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21083
21084 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21085
21086 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21087
21088 * Makefile (COMPILE_FIRST): New macro.
21089 (compile-files): Compile files from COMPILE_FIRST first.
21090
21091 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21092
21093 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21094 matching open parenthesis in column 0 to defun-prompt-regexp
21095 only if open-paren-in-column-0-is-defun-start is set.
21096
21097 * sun-curs.el: Require CL at compile-time only.
21098
21099 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21100 instead of copy-list which is a function from CL.
21101 (msb--choose-menu, msb--mode-menu-cond)
21102 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21103 (msb--init-file-alist): Use mapcar instead of mapcan.
21104 (msb--aggregate-alist): Use mapcar instead of mapcan.
21105 Fix `(' in column 0 in doc string.
21106 (msb--add-separators): Use mapcar instead of mapcan.
21107
21108 * cus-dep.el: Require CL at compile-time only.
21109
21110 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21111
21112 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21113 (byte-compile-warnings): New warning `noruntime'.
21114 (byte-compile-constants, byte-compile-variables): Fix docstring.
21115 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21116 execute `eval-whenc-compile's body.
21117 (byte-compile-unresolved-functions): Fix docstring.
21118 (byte-compile-eval): New function.
21119 (byte-compile-callargs-warn): Check if the function will be available
21120 at runtime (via property `byte-compile-noruntime').
21121 (byte-compile-print-syms): New function.
21122 (byte-compile-warn-about-unresolved-functions): Also warn about
21123 `noruntime' functions (and use `byte-compile-print-syms').
21124 (byte-compile-file): Capitalize the message.
21125
21126 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21127
21128 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21129 (rmail-expunge): Ask for confirmation depending on the setting
21130 of rmail-confirm-expunge.
21131
21132 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21133
21134 * Makefile (bootstrap-clean): If $(emacs) exists, build
21135 loaddefs.el first. A loaddefs.el that's not up-to-date might
21136 cause a bootstrap failure because things don't autoload as expected.
21137
21138 2000-03-23 Dave Love <fx@gnu.org>
21139
21140 * net/browse-url.el: Restore previous use of
21141 browse-url-maybe-new-window.
21142
21143 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21144
21145 * ps-print.el: Skip banner page fix.
21146 (ps-print-version): New version number (5.1.2).
21147 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21148
21149 2000-03-23 Dave Pearson <davep@davep.org>
21150
21151 * net/quickurl.el Changed the type of parameter passed to the
21152 function defined by `quickurl-format-function'. Before only the
21153 text of the URL was passed. Now the whole URL structure is passed
21154 and the function is responsible for extracting the parts it requires.
21155 Changed the default of `quickurl-format-function' accordingly.
21156 (quickurl-insert): Changed the `funcall' of
21157 `quickurl-format-function' to match the above change.
21158 (quickurl-list-insert): Changed the `url' case so that it makes
21159 use of `quickurl-format-function', previous to this the format was
21160 hard wired.
21161
21162 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21163
21164 * startup.el: Change some spellings for the X Window System.
21165
21166 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21167
21168 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21169 Clean up the code and the regexp and make sure the cursor is
21170 temporarily moved to the suspicious line while querying the user.
21171
21172 2000-03-22 Jason Rumney <jasonr@gnu.org>
21173
21174 * w32-fns.el (w32-charset-info-alist): Initialize.
21175
21176 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21177
21178 * ps-print.el: N-up last page fix.
21179 (ps-print-version): New version number (5.1.1).
21180 (ps-end-file, ps-end-job, ps-generate): Code fix.
21181
21182 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21183
21184 * files.el (find-file-run-dired): Update docstring.
21185 (find-directory-functions): New hook.
21186 (find-file-noselect): Run find-directory-functions rather than
21187 calling dired directly.
21188
21189 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21190
21191 * pcvs.el: Add a minimal leading commentary.
21192 (cvs-make-cvs-buffer): Change the header part by removing the startup
21193 message and adding a `Module' entry. Also replace the FOOTER and
21194 HEADER special fileinfos with the new support in ewoc for updating
21195 its own footer and header.
21196 (cvs-update-header): Update to use the header/footer of the ewoc.
21197 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21198 (cvs-is-within-p): New function.
21199 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21200 to only examine some subset of the buffers.
21201
21202 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21203 `format' instead of our own ad-hoc functions.
21204 Remove HEADER and FOOTER cases, now handled in the EWOC.
21205 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21206
21207 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21208 output to avoid scaring the user.
21209 (cvs-parse-table): Catch message for non-up-to-date commits.
21210
21211 * pcvs-defs.el (cvs-startup-message): Remove.
21212 (cvs-global-menu): New autoloaded menu.
21213
21214 * pcvs-util.el (cvs-string-fill): Remove.
21215
21216 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21217 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21218 PP part of it and also make it work for footers and headers.
21219 (ewoc-create): Drop POS and BUFFER arguments.
21220 Use the DLL's dummy node to store the end-of-footer position.
21221 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21222 (ewoc-refresh): Remove unused `header' variable.
21223 (ewoc-(get|set)-hf): New functions.
21224
21225 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21226 log-view-*-(message|file) and use easy-mmode-define-navigation.
21227 (log-view-message-re): Match SCCS format as well.
21228 And match the revision line rather than the dashed separator line.
21229 (log-view-mode): Use the new define-derived-mode.
21230 (log-view-current-tag): Fill in with an actual implementation.
21231
21232 * cvs-status.el (cvs-status-(prev|next)): Rename from
21233 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21234 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21235 to let the output "breathe" a little more (more readable).
21236 (cvs-status-mode): Use the new define-derived-mode.
21237
21238 * smerge-mode.el (smerge-auto-leave): New function and variable.
21239 (smerge-basic-map): Rename from smerge-basic-keymap.
21240 Change the bindings for smerge-diff-*.
21241 (smerge-*-map): Use easy-mmode-defmap.
21242 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21243 (smerge-keep-*): Use smerge-auto-leave.
21244
21245 2000-03-21 Jason Rumney <jasonr@gnu.org>
21246
21247 * cus-edit.el (custom-button-face): Use 3D look for w32.
21248 (custom-button-pressed-face): Likewise.
21249
21250 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21251
21252 * progmodes/etags.el (tags-case-fold-search): New user-option.
21253 (tags-loop-eval): New function. Bind case-fold-search around eval
21254 depending on the value of tags-case-fold-search.
21255 (tags-loop-continue): Use tags-loop-eval.
21256 (find-tag-in-order): Bind case-fold-search depending on the value
21257 of tags-case-fold-search.
21258
21259 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21260
21261 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21262 (diff-end-of-hunk): Return the end position for use in
21263 `easy-mmode-define-navigation'.
21264 (diff-recenter): Remove.
21265 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21266 of `easy-mmode-define-navigation'.
21267 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21268 previous renaming) and fix to use new names.
21269 (diff-merge-strings): Use \n as separator: simpler, faster.
21270 (diff-mode): Use `define-derived-mode'.
21271
21272 * derived.el (define-derived-mode): Don't autoload anymore.
21273 Prefer the macro-only version provided by easy-mmode.el.
21274
21275 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21276 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21277 (easy-mmode-define-navigation): New macro.
21278
21279 * subr.el (combine-run-hooks): New function.
21280
21281 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21282
21283 * term/x-win.el: Fontsets related initialization is simplified.
21284
21285 * international/mule-diag.el (describe-font): Don't refer to
21286 global-fontset-alist, instead call font-list.
21287 (describe-fontset, list-fontsets, mule-diag): Likewise.
21288 (print-fontset): Adjusted for the change of fontset implementation.
21289
21290 * international/fontset.el (x-charset-registries): Variable removed,
21291 instead the corresponding data is stored in the default fontset.
21292 (register-alternate-fontnames): Function removed.
21293 (resolved-ascii-font): Variable removed.
21294 (x-compose-font-name): Ignore the second argument REDOCE.
21295 (x-complement-fontset-spec): Complement only an ASCII font and
21296 element for those charsets than can use that ASCII font.
21297 (generate-fontset-menu): Don't refer to global-fontset-alist,
21298 instead call fontset-list.
21299 (uninstantiated-fontset-alist): Variable removed.
21300 (x-style-funcs-alist): Likewise.
21301 (fontset-default-styles): Likewise.
21302 (x-modify-font-name): Function removed.
21303 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21304 (create-fontset-from-ascii-font): Docsting adjusted for the above
21305 change.
21306 (instantiate-fontset, resolve-fontset-name): Functions removed.
21307 (fontset-list): Now implemented by C code.
21308
21309 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21310 (describe-face): Include `font' attribute in the description.
21311
21312 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21313
21314 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21315
21316 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21317
21318 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21319 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21320 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21321
21322 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21323 about behavior of set-buffer-modified-p wrt redisplay.
21324
21325 2000-03-19 Richard M. Stallman <rms@gnu.org>
21326
21327 * view.el (view-mode-disable): Kill local binding of view-read-only.
21328
21329 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21330
21331 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21332 is a string, convert it to a syntax cell using string-to-syntax.
21333
21334 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21335 (string-to-syntax): New function.
21336
21337 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21338 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21339 try to use passive ftp mode.
21340
21341 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21342
21343 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21344
21345 * simple.el (append-to-buffer): Update point of windows after
21346 insertion.
21347
21348 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21349 forward then moving backward. Reindent.
21350
21351 * frame.el (other-frame): Call x-focus-frame only if
21352 focus-follows-mouse is off.
21353
21354 2000-03-17 Dave Love <fx@gnu.org>
21355
21356 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21357
21358 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21359
21360 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21361 regexp for labels cannot span several lines.
21362
21363 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21364 `(setq :<key> ':<key>)' to the macro expansion.
21365
21366 2000-03-16 Dave Love <fx@gnu.org>
21367
21368 * progmodes/f90.el (f90): Put custom group under `languages', not
21369 `fortran'.
21370 (f90-mode-hook): Customize.
21371 (f90-mode): Set add-log-current-defun-function.
21372 (f90-current-defun): New function.
21373
21374 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21375
21376 * cus-edit.el (custom-variable-tag-face): Handle case that
21377 default face's height is not a number.
21378 (custom-face-tag-face, custom-group-tag-face-1)
21379 (custom-group-tag-face): Ditto.
21380 (custom-group-tag-face-1): Add :group.
21381
21382 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21383
21384 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21385
21386 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21387 requiring easymenu.
21388
21389 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21390
21391 * ps-print.el: PostScript user-defined prologue, PostScript error
21392 handler, doc fix.
21393 (ps-print-version): New version number (5.1).
21394 (ps-user-defined-prologue, ps-error-handler-message)
21395 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21396 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21397 (ps-insert-string): New function.
21398
21399 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21400
21401 * international/ccl.el (ccl-compile-expression): Don't generate
21402 invalid self-assignment code.
21403
21404 2000-03-14 Dave Love <fx@gnu.org>
21405
21406 * subr.el (replace-regexp-in-string): Renamed from
21407 replace-regexps-in-string. Doc fix.
21408
21409 2000-03-12 Dave Love <fx@gnu.org>
21410
21411 * cus-edit.el: Doc fixes.
21412 (customize-set-variable, customize-save-variable): Rename args for doc.
21413 (custom-variable-tag-face, custom-face-tag-face)
21414 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21415 style which user identify as hyperlink.
21416 (hook): Don't add undefined functions to the hook.
21417 (debug-ignored-errors): Transfer message from bindings.el.
21418
21419 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21420
21421 * recentf.el (recentf-keep-non-readable-files-p):
21422 Remove double/nested definition.
21423
21424 2000-03-12 Dave Love <fx@gnu.org>
21425
21426 * facemenu.el (facemenu-get-face): Use display-color-p.
21427 * enriched.el (enriched-decode-foreground): Likewise.
21428 (enriched-decode-background): Likewise.
21429 * isearch.el (isearch-highlight): Likewise.
21430 * info-look.el (info-lookup): Likewise.
21431 * simple.el (completion-setup-function): Likewise.
21432
21433 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21434 :options.
21435
21436 * bindings.el (mode-line-format): Fix line-number and
21437 column-number items. Add help-echo for the background.
21438 (mode-line-mule-info): Modify help-echo.
21439
21440 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21441
21442 * files.el (load-file): Allow completion to .elc.
21443
21444 * man.el: Doc fixes.
21445 (Man-init-defvars): Use display-color-p to set fontification.
21446
21447 * play/hanoi.el (hanoi-internal): Don't use oddp.
21448
21449 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21450
21451 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21452
21453 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21454
21455 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21456
21457 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21458 Fix comment.
21459
21460 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21461
21462 * font-lock.el (font-lock-keywords): Fix the doc now that
21463 regexp-opt-depth is unnecessary.
21464 (save-buffer-state): Set an edebug spec.
21465 (font-lock-fontify-anchored-keywords): Properly handle the case when
21466 the matcher goes past the limit.
21467
21468 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21469 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21470
21471 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21472 dll.el and cookie.el (from Elib) with heavy renaming and other
21473 massaging.
21474
21475 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21476 Autoload the functions used.
21477 (easy-mmode-define-syntax): Fix CL typo.
21478 (easy-mmode-define-derived-mode): Improve the docstring generation.
21479
21480 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21481
21482 * textmodes/texinfo.el (texinfo-version): Variable and function
21483 removed.
21484
21485 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21486
21487 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21488 allow more flexibility.
21489 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21490 (easy-mmode-defmap, easy-mmode-defsyntax)
21491 (easy-mmode-define-derived-mode): New macros.
21492
21493 2000-03-09 Didier Verna <didier@xemacs.org>
21494
21495 * rect.el (replace-rectangle): New function.
21496
21497 2000-03-09 Dave Love <fx@gnu.org>
21498
21499 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21500 (fortran-comment-line-start-skip): Don't match cpp stuff.
21501 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21502 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21503 (fortran-mode): Don't set fortran-comment-line-start-skip,
21504 fortran-comment-line-start here. Set comment-start,
21505 add-log-current-defun.
21506 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21507 (fortran-current-defun): New function.
21508
21509 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21510
21511 * emacs-lisp/re-builder.el: New file.
21512
21513 * mouse.el (mouse-drag-region): Don't run up-event handler
21514 if hscroll has changed.
21515
21516 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21517 builtin operators, use `font-lock-builtin-face' for Emacs and
21518 `font-lock-preprocessor-face' otherwise.
21519
21520 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21521 `(defun (setf foo)' differently.
21522
21523 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21524
21525 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21526 (regexp-opt): Update comment and adapt the code the new meaning of
21527 the `paren' argument of regex-opt-group for shy-groups.
21528 (regexp-opt-depth): Handle shy groups as well as backslashed
21529 backslashes.
21530 (regexp-opt-group): Turn the leading comment into a docstring.
21531 Allow `paren' to be a string (the string to use to open a group).
21532 Remove open-presuf and close-presuf. Instead of checking for `all
21533 one-char' and then later on check for `several one-char', handle
21534 both cases close together. Also apply a more generic algorithm
21535 for suffixes (the mirror image of the algorithm used for
21536 prefixes). Use shy-groups. Use nreverse rather than reverse.
21537 (regexp-opt-try-suffix): Removed.
21538
21539 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21540 from comint-mode-map, so we can just inherit from it. Also, move
21541 the initialization into the `defvar' since there's no docstring
21542 anyway and it's fairly short.
21543 (inferior-scheme-mode): Define it as derived-mode: the code is
21544 shorter and this way we inherit from comint-mode-map rather than
21545 copying it.
21546
21547 * subr.el (replace-regexps-in-string): Properly handle the case
21548 where we match an empty string.
21549
21550 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21551 when the command has a directory component (such as "./testml").
21552 Also fix a typo in the comment.
21553
21554 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21555
21556 * Makefile (compile-files): Compile files one by one because
21557 that's the only way to ensure a clean compilation environment for
21558 each individual file.
21559
21560 * frame.el (other-frame): Call x-focus-frame.
21561
21562 2000-03-07 Dave Love <fx@gnu.org>
21563
21564 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21565 :require to defcustom.
21566
21567 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21568
21569 * files.el (auto-mode-alist): Add configure.in.
21570
21571 * progmodes/autoconf.el: New file.
21572
21573 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21574
21575 * mail/mh-e.el: Change maintainer to `none'.
21576
21577 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21578 to remove-hook and add-hook.
21579
21580 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21581
21582 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21583 it as the default.
21584 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21585 (sendmail-send-it): Conditionally add MIME headers specifying the
21586 used character set.
21587
21588 2000-03-07 Dave Love <fx@gnu.org>
21589
21590 * winner.el: Fix keywords, autoload cookies.
21591 Split eval-when-compile form to avoid compilation failure.
21592
21593 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21594
21595 * international/mule.el: Modify comment about coding system
21596 property `coding-category'.
21597 (make-coding-system): New argument EOL-TYPE. Pay attention to
21598 coding-category property of PROPERTIES.
21599
21600 * international/mule-conf.el (coding-category-utf-8)
21601 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21602 categories. Include them in the argument for set-coding-priority.
21603
21604 * international/mule-cmds.el (reset-language-environment):
21605 Include coding-category-utf-8, coding-category-utf-16-be, and
21606 coding-category-utf-16-le in the argument for set-coding-priority.
21607 (reset-language-environment): Initialize coding-category-utf-8,
21608 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21609
21610 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21611
21612 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21613 code abstracted out of `bookmark-jump-noselect'. Now tries info
21614 extensions as well as compression extensions.
21615 (bookmark-jump-noselect): Use above new func.
21616
21617 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21618
21619 * strokes.el: Change maintainer's mail address.
21620
21621 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21622
21623 * international/mule-diag.el (list-character-sets): Make help-echo
21624 string by substitute-command-keys.
21625 (list-character-sets): Likewise.
21626 (sort-listed-character-sets): Call help-setup-xref.
21627
21628 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21629
21630 * time.el (display-time-mail-file): Add `none' to the list of choices.
21631
21632 2000-03-01 Dave Love <fx@gnu.org>
21633
21634 * help.el (help-xref-go-back): Don't try to set position.
21635
21636 * international/mule-diag.el (list-character-sets):
21637 Call help-setup-xref. Add help-echo to xrefs.
21638 (list-character-sets-1): Add help-echo to xrefs.
21639
21640 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21641
21642 * frame.el (blink-cursor-mode): Switch cursor on when turning
21643 the mode off.
21644
21645 * add-log.el (add-log-current-defun): Add support for
21646 Autoconf mode.
21647
21648 * mail/rmail.el (rmail-quit-hook): New variable.
21649
21650 2000-03-01 Dave Love <fx@gnu.org>
21651
21652 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21653
21654 * help.el (help-xref-button): Add help-echo arg.
21655 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21656
21657 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21658
21659 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21660
21661 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21662
21663 * image.el (defimage): Look for image files in load-path.
21664
21665 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21666
21667 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21668
21669 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21670
21671 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21672
21673 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21674 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21675 action to select/unselect a file.
21676 (recentf-edit-list): Code cleanup and improvement.
21677 (recentf-open-more-files-action): `recentf-open-more-files' button
21678 widget action to open a file.
21679 (recentf-open-more-files): No more use standard completion but widgets.
21680 (recentf-more-collection): Deleted.
21681 (recentf-more-history): Deleted.
21682 (recentf-setup-more-completion): Deleted.
21683
21684 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21685
21686 * recentf.el (recentf-mode): No more needs that Emacs is running
21687 under a window-system.
21688
21689 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21690
21691 * recentf.el (recentf-edit-list): New command to edit the recent
21692 list which allow the user to remove files.
21693 (recentf-edit-selected-items): New global variable, used by
21694 `recentf-edit-list' to hold the list of files to be removed from
21695 the recent list.
21696 (recentf-make-menu-items): Updated to display a "Edit list..."
21697 menu item. Minor code cleanup.
21698
21699 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21700
21701 * recentf.el (recentf-open-more-files): New command to open files
21702 that are not displayed in the menu.
21703 (recentf-more-collection): New global variable holding the set of
21704 permissible completions used by `recentf-open-more-files'.
21705 (recentf-more-history): New global variable holding the history list
21706 used by `recentf-open-more-files' completion.
21707 (recentf-setup-more-completion): New function to setup completion for
21708 `recentf-open-more-files'.
21709 (recentf-make-menu-items): Updated to display a "More..." menu item.
21710
21711 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21712
21713 * recentf.el (recentf-menu-action): Doc fixed.
21714
21715 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21716
21717 * recentf.el (recentf-menu-filter): Doc updated.
21718 (recentf-update-menu-hook): Allow menu filters to force menu update.
21719 (recentf-make-menu-items): New menu filter handling.
21720 (recentf-make-menu-item): New helper function.
21721 (recentf-menu-elements): New menu handling function.
21722 (recentf-sort-ascending): Updated to new menu filter handling.
21723 (recentf-sort-descending): Updated to new menu filter handling.
21724 (recentf-sort-basenames-ascending): New menu filter function.
21725 (recentf-sort-basenames-descending): New menu filter function.
21726 (recentf-show-basenames): New menu filter function.
21727 (recentf-show-basenames-ascending): New menu filter function.
21728 (recentf-show-basenames-descending): New menu filter function.
21729
21730 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21731
21732 * diary-lib.el (list-diary-entries): Don't try to go forward at
21733 the end of the buffer.
21734
21735 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21736
21737 * international/mule-diag.el (list-character-sets):
21738 Completely rewritten.
21739 (sort-listed-character-sets): New function.
21740 (list-character-sets-1): Completely rewritten.
21741 (list-character-sets-2): New function.
21742 (non-iso-charset-alist): New variable.
21743 (decode-codepage-char): New function.
21744 (charset-history): New variable.
21745 (read-charset) (list-block-of-chars)
21746 (list-iso-charset-chars)
21747 (list-non-iso-charset-chars)
21748 (list-charset-chars): New functions.
21749 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21750 (dump-charsets): Likewise.
21751
21752 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21753
21754 * dired-x.el (dired-filename-at-point): Add `@' to valid
21755 file name characters.
21756 (dired-filename-at-point): Handle ange-ftp file names.
21757
21758 * frame.el (frame-notice-user-settings): Use assq-delete-all
21759 instead of assoc-delete-all.
21760 (frame-notice-user-settings): Ditto.
21761
21762 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21763 Don't copy alist.
21764
21765 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21766
21767 * calculator.el (calculator-use-menu): New option.
21768 (calculator-initial-bindings): Changed some bindings to work as macros.
21769 (calculator-forced-input): Removed.
21770 (calculator-restart-other-mode): New variable.
21771 (calculator-mode-map): Set up menu.
21772
21773 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21774
21775 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21776
21777 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21778
21779 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21780 translate all ESC key sequences.
21781 (viper-goto-mark-subr): Restore markers for files for which
21782 they were saved.
21783 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21784 * viper-util.el (viper-set-replace-overlay-glyphs)
21785 (viper-set-replace-overlay): Always check if the replacement
21786 overlay is live.
21787 * viper.el (viper-vi-state-mode-list): Add major modes.
21788 * ediff-wind.el: Minor comment changes.
21789 * ediff.el: Copyright notice date fix.
21790
21791 2000-02-27 Jason Rumney <jasonr@gnu.org>
21792
21793 * faces.el (face-font-family-alternatives): Add arial to helv.
21794 (mode-line, header-line, tool-bar): Same default as x for w32.
21795 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21796 face-font-family-alternatives from working.
21797 * term/w32-win.el (mouse-set-font): Do not build fontset from
21798 chosen font.
21799
21800 2000-02-25 Sam Steingold <sds@goems.com>
21801
21802 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21803 properly.
21804
21805 2000-02-25 Richard M. Stallman <rms@gnu.org>
21806
21807 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21808
21809 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21810
21811 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21812
21813 * frame.el (busy-cursor-delay-seconds): New option.
21814
21815 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21816
21817 * frame.el (show-cursor-in-non-selected-windows): New option.
21818
21819 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21820
21821 * diary-lib.el (include-other-diary-files): Undo the selective
21822 display in any included file and don't kill it.
21823
21824 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21825
21826 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21827 Menu items converted to (menu-item format, help strings added.
21828 [downcase, upcase]: Don't enable on MS-DOS.
21829 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21830 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21831
21832 2000-02-23 Dave Love <fx@gnu.org>
21833
21834 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21835 (backward-kill-word): Revert addition of * to interactive spec --
21836 it's a feature.
21837
21838 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21839 (backward-kill-sentence, kill-sentence): Likewise.
21840
21841 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21842 scratch buffer name.
21843 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21844
21845 * term/w32-win.el (internal-face-interactive): Update prompt for
21846 new read-face-name.
21847
21848 * mail/footnote.el (footnote): Add :version to defgroup.
21849 (footnote-section-tag-regexp): Customize.
21850 (footnote-start-tag, footnote-end-tag): New option.
21851 (footnote-latin-regexp): New variable.
21852 (Footnote-latin): New function.
21853 (footnote-style-alist): Add element for latin style.
21854 (footnote-style): Moved.
21855 (Footnote-goto-footnote): Use eq to test arg.
21856
21857 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21858
21859 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21860 (byte-compile-trueconstp): Include keywords.
21861 (byte-optimize-quote, byte-optimize-lapcode):
21862 Use byte-compile-const-symbol-p.
21863 (byte-optimize-char-before): New optimization.
21864
21865 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21866 (byte-compile-const-symbol-p): New function.
21867 (byte-compile-constp, byte-compile-out-toplevel)
21868 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21869 Use it.
21870
21871 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21872
21873 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21874
21875 * international/encoded-kb.el: Be sure to update minor-mode-alist
21876 and minor-mode-map-alist.
21877 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21878 codes SS2 and SS3 correctly.
21879 (encoded-kbd-self-insert-ccl): New function.
21880 (encoded-kbd-setup-keymap): New function.
21881 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21882 by calling encoded-kbd-setup-keymap.
21883
21884 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21885 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21886
21887 2000-02-22 Dave Love <fx@gnu.org>
21888
21889 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21890 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21891 (lisp-mode-syntax-table): Set up for #|...|# comments.
21892 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21893 classes. Match `defface'.
21894 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21895 (eval-defun-1): Fix for defcustom.
21896 (lisp-indent-region): Doc fix.
21897
21898 * subr.el (when, unless, split-string): Doc fix.
21899 (read-passwd): Move call of clear-this-command-keys to the right place.
21900 (replace-regexps-in-string): New function.
21901
21902 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21903
21904 * help.el (describe-variable): Set syntax table to
21905 emacs-lisp-mode-syntax-table when moving forward over the
21906 symbol's name.
21907
21908 2000-02-22 Dave Love <fx@gnu.org>
21909
21910 * xt-mouse.el: Doc fixes.
21911 (xterm-mouse-position-function): New function, replacing advice of
21912 mouse-position.
21913 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21914
21915 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21916
21917 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21918
21919 * format.el (format-annotate-single-property-change):
21920 Handle properties.with dotted-list values.
21921 (format-proper-list-p): New function.
21922
21923 * enriched.el (enriched-face-ans): Handle '(foreground-color
21924 . COLOR) and (background-color . COLOR).
21925
21926 2000-02-20 Dave Love <fx@gnu.org>
21927
21928 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21929 and assignments to it.
21930 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21931 current local map.
21932 (make-flyspell-overlay): Use it.
21933 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21934
21935 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21936 (lm-get-header-re): Defun, not defsubst.
21937 (lm-get-package-name): Defun, not defsubst. Simplify.
21938 (lm-version): Doc fix. Simplify.
21939 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21940 (lm-crack-address, lm-last-modified-date, lm-commentary)
21941 (lm-verify, lm-synopsis): Simplify.
21942 (lm-report-bug): Require emacsbug. Use compose-mail.
21943
21944 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21945
21946 * dired.el (dired-mode): Call propertized-buffer-identification
21947 to set mode-line-buffer-identification to something having
21948 the right text properties.
21949
21950 * bindings.el (propertized-buffer-identification): New function.
21951
21952 2000-02-20 Dave Love <fx@gnu.org>
21953
21954 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21955 check for t-mouse too.
21956
21957 * cus-start.el: Make echo-keystrokes `number'.
21958
21959 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21960
21961 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21962 Don't call ring-empty-p unless tags-location-ring is bound.
21963 From Noah Friedman <friedman@splode.com>.
21964
21965 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21966
21967 * progmodes/hideshow.el (hs-flag-region): No longer use
21968 `intangible' overlay property.
21969
21970 (hs-toggle-hiding): New command.
21971 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21972
21973 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21974 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21975 and deactivation.
21976
21977 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21978
21979 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21980
21981 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21982
21983 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21984
21985 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21986 of `*' to handle `(* ... *)' comments.
21987
21988 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21989
21990 * faces.el (list-faces-display): Use display-mouse-p instead of
21991 window-system.
21992
21993 * menu-bar.el (global-map): Menu-bar items converted to the new
21994 format (menu-item..., rearranged for better CUA compliance, and
21995 their names changed for better clarity. Help strings added.
21996
21997 * international/mule-cmds.el (mule-menu-keymap)
21998 (describe-language-environment-map, set-coding-system-map)
21999 (setup-language-environment-map): Convert to new (menu-item...
22000 form, add help strings. Change names of menu items for better clarity.
22001 "Mule" menu-bar item removed (it's now in the "Options" submenu).
22002
22003 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22004
22005 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
22006 within the code.
22007
22008 2000-02-16 Dave Love <fx@gnu.org>
22009
22010 * faces.el: Don't require custom. Add more specific :groups to
22011 various deffaces.
22012 (set-face-attribute): Purecopy args.
22013 (read-face-name): Default to name at point and use it in prompt.
22014 Remove colon from arg in all callers.
22015 (list-faces-display): Hyperlink to face descriptions and customize
22016 buffers.
22017
22018 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
22019
22020 * wid-edit.el (widget-match-inline): An atom never matches a list.
22021
22022 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22023
22024 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22025 at ':' characters by call to split-string.
22026
22027 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22028
22029 * textmodes/bibtex.el: Added RCS version identification.
22030
22031 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22032
22033 * textmodes/bibtex.el: Some temporary comments removed.
22034 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22035 (bibtex-field-const): Allow capital letters.
22036 (bibtex-start-of-string): Deleted because unused.
22037
22038 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22039 use the term 'reference' to describe a bibtex entry as a whole.
22040 Further, reference keys are no longer called 'labels'.
22041 (bibtex-keys): Renamed to bibtex-reference-keys.
22042 (bibtex-reformat-previous-labels): Renamed to
22043 bibtex-reformat-previous-reference-keys.
22044 (bibtex-reference-type): Renamed to bibtex-entry-type.
22045 (bibtex-reference-head): Renamed to bibtex-entry-head.
22046 (bibtex-reference-maybe-empty-head): Renamed to
22047 bibtex-entry-maybe-empty-head.
22048 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22049 (bibtex-search-reference): Renamed to bibtex-search-entry.
22050 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22051 bibtex-enclosing-entry-maybe-empty-head.
22052 (bibtex-entry-field-alist, bibtex-entry-head)
22053 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22054 (bibtex-map-entries, bibtex-search-entry)
22055 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22056 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22057 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22058 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22059 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22060 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22061 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22062
22063 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22064
22065 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22066 comment.
22067 (bibtex-format-field-delimiters): New function, functionality
22068 extracted from bibtex-format-entry.
22069 (bibtex-autokey-get-yearfield-digits): New function, functionality
22070 extracted from bibtex-autokey-get-yearfield.
22071
22072 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22073 entries in order to avoid stack overflow in the regexp matcher if
22074 field contents become large.
22075 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22076 (bibtex-field-string-part-not-braced)
22077 (bibtex-field-string-part-no-inner-braces)
22078 (bibtex-field-string-part-1-inner-brace)
22079 (bibtex-field-string-part-2-inner-braces)
22080 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22081 (bibtex-field-string-quoted, bibtex-field-string)
22082 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22083 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22084 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22085 Deleted as parsing is now performed by the following functions.
22086 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22087 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22088 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22089 (bibtex-parse-association, bibtex-field-name-for-parsing)
22090 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22091 (bibtex-search-forward-field, bibtex-search-backward-field)
22092 (bibtex-start-of-field, bibtex-end-of-field)
22093 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22094 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22095 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22096 (bibtex-parse-string, bibtex-search-forward-string)
22097 (bibtex-search-backward-string, bibtex-start-of-string)
22098 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22099 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22100 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22101 entries. Instead of reporting the results of the parsing by
22102 match-beginning or match-end, these functions return data structures
22103 that hold the corresponding positions.
22104 (bibtex-enclosing-field): Changed to also report field boundaries by
22105 return values rather than by match-beginning or match-end.
22106 The following functions have been adapted to use the new
22107 parsing functions.
22108 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22109 (bibtex-enclosing-field, bibtex-format-entry)
22110 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22111 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22112 (bibtex-print-help-message, bibtex-end-of-entry)
22113 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22114 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22115 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22116 Use the new method for parsing.
22117 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22118 (bibtex-map-entries, bibtex-flash-head)
22119 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22120 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22121 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22122 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22123 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22124 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22125 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22126 order to make the new binding of case-fold-search immediately visible.
22127
22128 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22129
22130 * textmodes/bibtex.el: Copyright notice is up to date.
22131 Added constant 'bibtex-maintainer-salutation.
22132
22133 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22134 than make-temp-name, use match-string-no-properties and eliminate
22135 a quadratic behavior when building bibtex-strings.
22136
22137 * bibtex.el (bibtex-reference-key): Accept string entries whose
22138 reference key contains upper case letters.
22139
22140 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22141
22142 * bibtex.el (bibtex-reference-head): Allow entries to start with
22143 a new line.
22144
22145 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22146
22147 * bibtex.el: Hiding of entry bodies is not longer provided by
22148 bibtex.el directly. Instead the hideshow package can be used.
22149 Added a special bibtex entry to hs-special-modes-alist.
22150 (bibtex-hs-forward-sexp): Added for hideshow.el.
22151
22152 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22153
22154 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22155 proceedings entry type (for cross referencing). Thanks to Wagner
22156 Toledo Correa for the suggestion.
22157
22158 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22159
22160 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22161
22162 * international/characters.el: Setup case table for Vietnamese.
22163
22164 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22165
22166 * uniquify.el (toplevel): Require CL at compile time.
22167 (uniquify-push): Removed.
22168
22169 * shadowfile.el (shadow-when): Removed.
22170
22171 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22172 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22173
22174 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22175 regexp for paragraph-start.
22176
22177 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22178 commas as well.
22179
22180 2000-02-10 Dave Love <fx@gnu.org>
22181
22182 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22183 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22184 Deleted.
22185 (widget-specify-field, widget-specify-button): Don't use
22186 widget-mouse-help as help-echo property.
22187 (default): Use #'ignore for :validate and :mouse-down-action.
22188 (checkbox): Add help-echo.
22189 (widget-sexp-validate): Rewritten to clarify error messages.
22190 (character): Use char-valid-p in :match function.
22191 (widget-color-complete): Use facemenu-color-alist.
22192 (widget-color-action): Use facemenu-read-color.
22193
22194 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22195 set up `caar' &c that we now have.
22196
22197 2000-02-09 Ray Blaak <blaak@gnu.org>
22198
22199 * delphi.el: Make resourcestring a declaration region, like const
22200 and var.
22201
22202 2000-02-09 Dave Love <fx@gnu.org>
22203
22204 * bindings.el (mode-line-input-method-map): New variable.
22205 (mode-line-mule-info): Use it; fix last change.
22206 (mode-line-mode-menu): Move definition.
22207 (mode-line-mouse-sensitive-p): Deleted.
22208 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22209 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22210
22211 * startup.el (command-line-1): Don't call
22212 make-mode-line-mouse-sensitive.
22213
22214 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22215
22216 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22217 before rmail-toggle-header, because the former toggles headers.
22218
22219 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22220
22221 * diff-mode.el (diff-kill-junk): New interactive function.
22222 (diff-reverse-direction): Use delete-and-extract-region.
22223 (diff-post-command-hook): Restrict the area so that the hook also works
22224 outside of any diff hunk. This is necessary for the minor-mode.
22225 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22226 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22227
22228 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22229 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22230 so that it can be used more easily in <foo>-mode-hook. Also make sure
22231 to avoid duplicate entries.
22232 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22233 (font-lock-remove-keywords): Just as was done for `add', allow it to
22234 work even if font-lock-mode is nil. Also make sure we don't modify
22235 any pre-existing list by forcing a copy-sequence. Finally rename
22236 `major-mode' to `mode'.
22237 (font-lock-fontify-syntactic-anchored-keywords)
22238 (font-lock-fontify-anchored-keywords)
22239 (font-lock-fontify-keywords-region): Use line-end-position.
22240 Don't make `font-lock-multiline' local (it's now done in
22241 font-lock-set-defaults).
22242 (font-lock-set-defaults): Make `font-lock-multiline' local.
22243 Move the `font-lock-fontified' creation to inside the `unless'.
22244
22245 2000-02-06 Andrew Innes <andrewi@gnu.org>
22246
22247 * term/w32-win.el (x-handle-args): Comment out call to message,
22248 which occurs before window system is initialized.
22249
22250 * makefile.nt: Add support for recompiling lisp code.
22251
22252 2000-02-04 Dave Love <fx@gnu.org>
22253
22254 * bindings.el (mode-line-mule-info): Fix/extend last change.
22255
22256 * completion.el: Replace completion-dolist with dolist.
22257
22258 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22259
22260 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22261
22262 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22263 environment names before they go into the section regexp.
22264
22265 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22266 char class in regexp.
22267
22268 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22269 Bind `case-fold-search' to nil.
22270
22271 * progmodes/idlwave.el (idlwave-template):
22272 Respect `idlwave-abbrev-change-case'.
22273 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22274 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22275 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22276 (idlwave-rw-case): New function.
22277 (idlwave-statement-match): Fixed problem with assignment regexp.
22278 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22279 (idlwave-surround): New argument LENGTH to support padding of
22280 operators longer than 1 char.
22281
22282 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22283 idlwave-shell-expression-overlay. Implemented printing of
22284 expressions on higher levels of the calling stack.
22285 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22286 (idlwave-retrieve-expression-from-level): New function.
22287 (idlwave-shell-last-calling-stack): Variable removed.
22288 (idlwave-shell-reset): Argument action reversed (`visible' to
22289 `hidden'). Also remove stop-line overlay.
22290 (idlwave-shell-calling-stack-routine): New variable.
22291 (idlwave-shell-parse-stack-and-display): Messages now display
22292 negative level numbers.
22293 (idlwave-shell-mode): Set `modeline-format'.
22294 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22295 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22296 (idlwave-shell-print-expression-function): New option.
22297
22298 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22299 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22300 `tool-bar' instead of `toolbar'.
22301
22302 2000-02-02 Dave Love <fx@gnu.org>
22303
22304 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22305 emacs-lisp-mode-hook. Don't check for defalias being defined.
22306
22307 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22308 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22309 Use the new builtins directly.
22310
22311 * whitespace.el (whitespace): Add :version to defgroup.
22312
22313 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22314 Doc fix.
22315
22316 * thingatpt.el (sexp-at-point, symbol-at-point)
22317 (number-at-point, list-at-point): Add autoload cookie.
22318
22319 * recentf.el (recentf): Add :version to defgroup.
22320
22321 * quickurl.el (quickurl): Add :version to defgroup.
22322
22323 * elide-head.el (elide-head): Use point-marker more.
22324
22325 * bs.el (bs): Add :version to defgroup.
22326
22327 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22328
22329 * progmodes/delphi.el (delphi): Add :version to defgroup.
22330
22331 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22332
22333 * ange-ftp.el (ange-ftp-write-region): Handle case that
22334 succeeding process operation sets a different coding system.
22335
22336 * calculator.el: New file.
22337
22338 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22339
22340 * frame.el (frames-on-display-list, framep-on-display): New functions.
22341 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22342 (display-selections-p, display-screens, display-pixel-width)
22343 (display-pixel-height, display-mm-width, display-mm-height)
22344 (display-backing-store, display-save-under, display-planes)
22345 (display-color-cells, display-visual-class): New functions.
22346
22347 * term/tty-colors.el (tty-color-gray-shades): New function.
22348
22349 * faces.el (display-color-p): Use framep-on-display.
22350 (display-grayscale-p): New function.
22351
22352 2000-01-31 Dave Love <fx@gnu.org>
22353
22354 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22355 (create-fontset-from-x-resource): Don't concat integers.
22356
22357 2000-01-31 Inge Frick <inge@nada.kth.se>
22358
22359 * view.el: Some changes in documentation. Removed some trailing
22360 whitespace. Changed some parameter names to agree with documentation.
22361 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22362 window is not deleted. Modifies change 1998-04-26.
22363
22364 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22365
22366 * windmove.el: New file.
22367
22368 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22369 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22370 progmodes/ebnf-yac.el: Update copyright and license info.
22371
22372 * jit-lock.el (jit-lock-function): Widen before calculating
22373 end position.
22374 (jit-lock-stealth-chunk-start): Rewritten.
22375
22376 * info.el (Info-title-face-alist): Removed.
22377 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22378 (Info-fontify-node): Use these faces.
22379
22380 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22381
22382 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22383 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22384 `&allow-other-keywords'.
22385
22386 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22387 the list of directories scanned heuristically.
22388
22389 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22390
22391 2000-01-30 Jason Rumney <jasonr@gnu.org>
22392
22393 * w32-fns.el: Define w32-tty-standard-colors.
22394
22395 * startup.el (command-line): Use w32-tty-standard-colors when in
22396 w32 console mode.
22397
22398 2000-01-30 Dave Love <fx@gnu.org>
22399
22400 * jka-compr.el (jka-compr-load): Fix up load-history.
22401
22402 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22403
22404 * emacs-lisp/cl-macs.el: Revert previous change.
22405
22406 2000-01-29 Dave Love <fx@gnu.org>
22407
22408 * facemenu.el: Purecopy various strings.
22409
22410 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22411 years. Deal with three-digit years.
22412
22413 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22414 Use defconst, purecopy.
22415 (help-back-label): Purecopy it.
22416
22417 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22418
22419 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22420 variable. If non-nil, order the buffer list according to the
22421 currently selected frame.
22422 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22423 non-nil, pass the selected frame to function buffer-list.
22424
22425 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22426
22427 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22428
22429 2000-01-28 Dave Love <fx@gnu.org>
22430
22431 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22432
22433 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22434 Don't use lisp-indent-hook property.
22435 (cl-abs): Remove.
22436
22437 * subr.el: Move out indent and edebug specs for when and unless.
22438
22439 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22440 when, unless.
22441
22442 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22443 unless, when.
22444
22445 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22446
22447 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22448 `collecting' as synonym for `collect'.
22449
22450 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22451 for the case it contains spaces.
22452
22453 * simple.el (what-cursor-position): Change formatting of messages.
22454
22455 * frame.el (delete-other-frames): New function.
22456 (toplevel): Bind it to C-x 5 1.
22457
22458 * sort.el (sort-numeric-base): New option.
22459 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22460 interpret it as octal or hexadecimal. Use sort-numeric-base
22461 as default base.
22462
22463 * progmodes/glasses.el: New file.
22464
22465 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22466
22467 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22468 userids differently.
22469
22470 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22471 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22472 progmodes/ebnf-yac.el: New files.
22473
22474 2000-01-26 Dave Love <fx@gnu.org>
22475
22476 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22477 on a function with an empty body. [From Eric Ludlam.]
22478
22479 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22480
22481 * vc.el (vc-version-diff): Make sure file name is expanded.
22482
22483 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22484
22485 * scroll-bar.el (scroll-bar-timer): Variable removed.
22486 (scroll-bar-toolkit-scroll): Don't use a timer.
22487
22488 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22489
22490 * language/thai-util.el (thai-composition-function):
22491 Delete superfluous `a'.
22492
22493 2000-01-24 Dave Love <fx@gnu.org>
22494
22495 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22496 end-of-defun-function.
22497
22498 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22499
22500 2000-01-22 Jason Rumney <jasonr@gnu.org>
22501
22502 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22503 conflicts with new face support.
22504
22505 2000-01-22 Richard M. Stallman <rms@gnu.org>
22506
22507 * replace.el (query-replace): Rename last arg to DELIMITED.
22508 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22509 (query-replace-regexp): Likewise.
22510
22511 2000-01-20 Richard M. Stallman <rms@gnu.org>
22512
22513 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22514
22515 * emacs-lisp/lisp.el (beginning-of-defun-function):
22516 Variable renamed from beginning-of-defun.
22517 Do not call make-variable-buffer-local.
22518 (beginning-of-defun-raw): Use new variable name; doc fix.
22519 (beginning-of-defun): Doc fix.
22520 (end-of-defun-function): Variable renamed from end-of-defun.
22521 Do not call make-variable-buffer-local.
22522 (end-of-defun): Use new variable name; doc fix.
22523
22524 * subr.el (dolist, dotimes): Copied from cl-macs.el
22525 and made to work.
22526
22527 * mail/undigest.el (rmail-digest-end-regexps):
22528 Variable replaces rmail-digest-end-regexp.
22529 Allows multiple regexps for detecting the end line.
22530 (undigestify-rmail-message): Corresponding changes.
22531
22532 2000-01-19 Dave Love <fx@gnu.org>
22533
22534 * files.el (user-init-file): Don't declare here -- is primitive.
22535
22536 * startup.el (command-line): Check for compiled user-init-file and
22537 set to uncompiled version if necessary.
22538
22539 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22540
22541 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22542 (undigestify-rmail-message): Use it.
22543
22544 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22545
22546 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22547
22548 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22549 of mini-buffer.
22550
22551 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22552
22553 * emacs-lisp/copyright.el (copyright-update): Removed the
22554 requirement for a trailing space from `copyright-regexp', to
22555 support copyrights with owner specified on a separate line..
22556
22557 * align.el: New file.
22558
22559 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22560
22561 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22562
22563 2000-01-13 Dave Love <fx@gnu.org>
22564
22565 * ph.el: Removed. (Obsoleted by EUDC.)
22566
22567 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22568
22569 * net/eudc.el (toplevel): Remove autoloaded code installing
22570 menu with easymenu, because that causes build problems.
22571
22572 * frame.el (frame-notice-user-settings): New variable.
22573 (frame-notice-user-settings): Don't modify frame parameters
22574 if called a second time.
22575
22576 2000-01-13 Richard M. Stallman <rms@gnu.org>
22577
22578 * frame.el (frame-notice-user-settings):
22579 Notice default-frame-parameters even for non-window frames.
22580
22581 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22582
22583 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22584 for Emacs.
22585 (eudc-bob-can-display-inline-images): Extend for Emacs.
22586 (eudc-bob-toggle-inline-display): Ditto.
22587 (eudc-bob-display-jpeg): Ditto.
22588
22589 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22590
22591 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22592 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22593 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22594
22595 * add-log.el (add-change-log-entry): Fix error trying an
22596 `(insert nil)'.
22597
22598 * subdirs.el: Add `net' directory.
22599
22600 * net: New directory.
22601
22602 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22603 eval-last-sexp. Don't bind debug-on-error here.
22604 (eval-last-sexp): New function. Bind debug-on-error if
22605 eval-expression-debug-on-error is non-nil.
22606 (eval-defun-2, eval-defun): Likewise.
22607
22608 * simple.el (eval-expression): Don't bind debug-on-error if
22609 eval-expression-debug-on-error is nil. Detect changed
22610 debug-on-error, and propagate new value to global binding, if
22611 eval-expression-debug-on-error is non-nil,
22612 (eval-expression-debug-on-error): Change doc string.
22613
22614 2000-01-11 Richard M. Stallman <rms@gnu.org>
22615
22616 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22617
22618 * emacs-lisp/lisp-mode.el (with-syntax-table):
22619 Set up lisp-indent-function property.
22620
22621 * subr.el (with-syntax-table): Moved from simple.el.
22622
22623 * simple.el (with-syntax-table): Moved to subr.el.
22624
22625 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22626
22627 * tmm.el (tmm-shortcut): Delete region after prompt instead
22628 of erasing buffer.
22629
22630 * textmodes/fill.el (fill-common-string-prefix): New function.
22631 (fill-context-prefix): Use the longest common prefix of first
22632 and second line fill prefix, if there is one.
22633
22634 2000-01-11 Richard M. Stallman <rms@gnu.org>
22635
22636 * array.el (array-mode): Don't use make-variable-buffer-local.
22637 Use make-local-variable for `truncate-lines'.
22638
22639 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22640
22641 * add-log.el (add-log-current-defun): Handle user-defined
22642 add-log-current-function returning nil,
22643
22644 * add-log.el (add-change-log-entry): Insert version number
22645 if having found a current function
22646
22647 * add-log.el (add-log-current-defun):
22648 Call `add-log-current-defun-function'. Try matches at level 0 and
22649 level 1. Strip whitespace from defun found.
22650
22651 2000-01-10 John Wiegley <johnw@gnu.org>
22652
22653 * allout.el (isearch-done/outline-provisions): Added `edit'
22654 argument to correspond with the current definition of `isearch-done'.
22655
22656 2000-01-10 Dave Love <fx@gnu.org>
22657
22658 * elide-head.el (elide-head): Use point-marker, not point.
22659
22660 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22661
22662 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22663 before and after the year 2000.
22664
22665 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22666 Add ispell- prefix.
22667
22668 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22669
22670 * ispell.el: Only define dictionaries in menus when they exist.
22671 (version18p): New variable.
22672 (version20p): New variable.
22673 (xemacsp): New variable.
22674 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22675 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22676 (ispell-dictionary-alist6): Russian command lines no longer accept
22677 run-together words.
22678 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22679 (ispell-dictionary-alist): Add koi8-r to customize definition.
22680 (check-ispell-version): Added documentation string. Return library
22681 path when called non-interactively.
22682 (ispell-menu-map-needed): Uses new variables.
22683 (ispell-library-path): New variable.
22684 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22685 (ispell-word): Improved documentation string. Test for valid
22686 character mappings. Correctly check typed in word changes that can
22687 result in single words split into multiple words.
22688 Return replacement word.
22689 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22690 replace in recursive query replace mode. Help message for
22691 recursive edit mode.
22692 (ispell-show-choices): Protect against bad framepop bindings.
22693 (ispell-help): Fix to work with XEmacs.
22694 (ispell-highlight-spelling-error): Use new variables.
22695 (ispell-overlay-window): Fix to work with XEmacs.
22696 (ispell-parse-output): Passed and returns location information
22697 tracking spelling corrections. Doesn't recheck same word on
22698 current line.
22699 (ispell-init-process): Protect against bogus XEmacs variable binding.
22700 Fix call to single argument in sleep-for. Use new variables.
22701 (ispell-region): Passed and returns location information tracking
22702 spelling corrections. Doesn't check same word on current line.
22703 Improved documentation string. Doesn't resend a line already
22704 checked to the ispell process - fixes bug in LaTeX parsing.
22705 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22706 (ispell-skip-region): No longer skips <TT> in SGML.
22707 (ispell-process-line): Tracks location information with spelling
22708 corrections. Added documentation string. Accounts for words
22709 already accepted on this line. Don't allow query-replace on line
22710 starting with math characters. Doesn't resend a line already sent
22711 to ispell process. Fixes alignment error bug.
22712
22713 2000-01-10 Richard M. Stallman <rms@gnu.org>
22714
22715 * dired-x.el (dired-guess-shell-alist-default):
22716 Suggest xloadimage, which is free, not xv, which isn't.
22717
22718 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22719 Don't ever include the host name or user name in the value.
22720
22721 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22722
22723 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22724 of a real newline.
22725
22726 2000-01-09 Stephen Eglen <stephen@gnu.org>
22727
22728 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22729 for .png files.
22730
22731 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22732
22733 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22734
22735 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22736
22737 * progmodes/cperl-mode.el: Replace ^F with ^L.
22738
22739 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22740 `require'ing rmail and mailalias to prevent infinite recursion.
22741
22742 2000-01-08 Dave Love <fx@gnu.org>
22743
22744 * emacs-lisp/backquote.el: Remove inappropriate customization
22745 (allowing custom.el to use backquote).
22746
22747 2000-01-07 Dave Love <fx@gnu.org>
22748
22749 * add-log.el (add-log-debugging): Deleted.
22750 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22751 file. Remove debugging code.
22752 (change-log-get-method-definition, change-log-name): Add doc.
22753 (change-log-sortable-date-at): New function.
22754 (change-log-merge): New command.
22755
22756 * time.el (display-time-string-forms): Make the Mail string active.
22757 (display-time-update): Provide help-echo for load average.
22758
22759 * bindings.el (make-mode-line-mouse2-map): New function.
22760 (mode-line-modified): Use it and simplify.
22761 (mode-line-mule-info): Provide help-echo info.
22762 (minor-mode-alist): Activate the strings.
22763 (make-mode-line-mouse-sensitive): Simplify for
22764 mode-line-buffer-identification.
22765
22766 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22767
22768 * play/pong.el: New file.
22769
22770 2000-01-06 Dave Love <fx@gnu.org>
22771
22772 * array.el: Assorted cleanups for compiler warnings, doc strings,
22773 `array-' prefix for symbols.
22774
22775 2000-01-05 Dave Love <fx@gnu.org>
22776
22777 * textmodes/outline.el (outline-mode-menu-bar-map):
22778 Add outline-headers-as-kill.
22779 (outline-mode): Define imenu-generic-expression.
22780 (outline-headers-as-kill): New command.
22781
22782 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22783 from paragraph-start.
22784 (paragraph-indent-minor-mode): New command.
22785
22786 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22787 M-C-e, M-C-h, C-j, C-xnd, TAB.
22788 (fortran-mode): Set beginning-of-defun, end-of-defun.
22789 (fortran-column-ruler): Simplify.
22790 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22791 (fortran-with-subprogram-narrowing): Likewise.
22792 (fortran-indent-subprogram): Call mark-defun.
22793 (fortran-check-for-matching-do): Change narrowing.
22794
22795 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22796 (cl-lucid-hash-tag): Delete.
22797 (cl-hash-table-p): Correct test for native table.
22798 (cl-hash-table-count): Use hash-table-count.
22799
22800 * browse-url.el (browse-url): Fix case of
22801 browse-url-browser-function being an alist.
22802
22803 2000-01-05 Carsten Dominik <cd@gnu.org>
22804
22805 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22806 (reftex-index-phrase-file-extension): New options.
22807
22808 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22809 Use new option `reftex-index-phrase-file-extension'.
22810
22811 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22812 `reftex-parse-file-extension'.
22813
22814 2000-01-05 Dave Love <fx@gnu.org>
22815
22816 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22817 (beginning-of-defun-raw): Use it.
22818 (end-of-defun): New variable.
22819 (end-of-defun): Use it.
22820 (check-parens): New command.
22821
22822 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22823
22824 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22825 (hs-show-block): Don't use `mapcar' when not accumulating.
22826
22827 Fix buglet in local variables initialization.
22828
22829 2000-01-05 Andreas Schwab <schwab@suse.de>
22830
22831 * hscroll.el (hscroll): Doc fix.
22832
22833 2000-01-05 Carsten Dominik <cd@gnu.org>
22834
22835 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22836 Require idlw-toolbar.
22837
22838 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22839 file idlw-rinfo.el.
22840 (idlwave-customize): Load must read file idlw-shell.el.
22841 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22842
22843 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22844
22845 * progmodes/idlw-shell.el: Also provide idlwave-shell
22846 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22847 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22848
22849 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22850 both reftex-dcr and reftex-vcr.
22851
22852 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22853
22854 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22855
22856 * ps-print.el: PostScript code now is in separate files, doc fix.
22857 (ps-print-version): New version number (5.0.3).
22858 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22859 local.
22860 (ps-spool-config): Initialization fix.
22861 (ps-print-prologue-1, ps-print-prologue-2)
22862 (ps-print-duplex-feature): PostScript code moved to separated file.
22863 (ps-background-image): Little code reformating.
22864 (ps-begin-file, ps-begin-job): Fix code.
22865 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22866 (ps-prologue-file): New fun.
22867
22868 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22869
22870 * ps-vars.el: Eliminated.
22871
22872 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22873 `;;;###autoload'.
22874
22875 * ps-print.el: ps-vars eliminated, doc fix.
22876 (ps-print-version): New version number (5.0.2).
22877 (ps-spool-config): Initialization fix.
22878 (ps-print-customize): New fun.
22879
22880 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22881
22882 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22883
22884 2000-01-04 Dave Love <fx@gnu.org>
22885
22886 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22887 menu items.
22888
22889 2000-01-03 Dave Love <fx@gnu.org>
22890
22891 * elide-head.el (elide-head) [defgroup]: Add :version.
22892
22893 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22894 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22895 Use `cl-hash-table-p', not `hash-table-p'.
22896 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22897
22898 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22899
22900 * faces.el (face-read-integer, read-face-attribute)
22901 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22902
22903 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22904
22905 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22906 at comment end, and re-insert them after filling.
22907
22908 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22909
22910 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22911 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22912 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22913
22914 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22915
22916 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22917 the new name of face-color-supported-p.
22918
22919 * term/w32-win.el (xw-defined-colors): Likewise.
22920
22921 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22922
22923 * simple.el (completion-setup-function): Count completion-size
22924 from minibuffer-prompt-end, not from point-min.
22925
22926 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22927
22928 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22929 Pass the frame to tty-color-* functions.
22930 (display-color-p, frame-set-background-mode): Pass the frame to
22931 tty-display-color-p.
22932
22933 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22934 tty-color-alist.
22935 (tty-color-alist, tty-modify-color-alist): New functions.
22936 (tty-color-define, tty-color-clear, tty-color-approximate)
22937 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22938 optional parameter FRAME.
22939
22940 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22941
22942 * image.el (create-image, defimage): Don't assume image data is
22943 a string.
22944
22945 * image.el (defimage): Handle specifications containing :data
22946 instead of :file.
22947 (image-type-from-data): New function.
22948 (image-type-from-file-header): Use it.
22949 (create-image): Add parameter DATA-P.
22950
22951 See ChangeLog.8 for earlier changes.
22952
22953 ;; Local Variables:
22954 ;; coding: iso-2022-7bit
22955 ;; End:
22956
22957 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22958 Copying and distribution of this file, with or without modification,
22959 are permitted provided the copyright notice and this notice are preserved.