]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(compilation-error-regexp-alist): Added regexps for RXP.
[gnu-emacs] / lisp / ChangeLog
1 2001-12-07 Miles Bader <miles@gnu.org>
2
3 * progmodes/compile.el (compilation-error-regexp-alist): Added
4 regexps for RXP. From Reto Stamm <reto@xilinx.com>.
5
6 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
9 Add shift-assignment operators to those highlighted, and highlight
10 the whole operator rather than just the "=". From Broadey Kevin
11 <Kevin.Broadey@motorola.com>.
12
13 2001-12-04 Juanma Barranquero <lektu@terra.es>
14
15 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
16 before saving abbrevs if `save-abbrevs' has the value `silently'.
17
18 2001-12-04 Andreas Schwab <schwab@suse.de>
19
20 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
21
22 2001-12-04 Colin Walters <walters@debian.org>
23
24 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
25 for `defmacro*' forms.
26
27 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
28 `defmacro*'.
29
30 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
31
32 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
33
34 2001-12-02 Richard M. Stallman <rms@gnu.org>
35
36 * files.el (insert-directory): If the df output does not look right,
37 don't try to use it. Other cleanups in overall code structure.
38
39 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
40
41 * textmodes/outline.el (outline-mode-prefix-map):
42 Add bindings for outline-promote and outline-demote.
43 (outline-minor-mode-menu-bar-map): New var.
44 (outline-minor-mode): Use it.
45 (outline-heading-alist): New var (renamed from outline-level-heading).
46 (outline-level): Use it.
47 (outline-insert-heading, outline-promote, outline-demote):
48 Update to use outline-heading-alist.
49
50 * disp-table.el (standard-display-european):
51 Simplify since the function is not interactive any more.
52 Don't set the existing buffers to unibyte.
53
54 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
55
56 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
57
58 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
59
60 * shell.el (shell): Use shell-file-name.
61 Pop to buffer before calling comint to set COLUMNS properly.
62
63 * emacs-lisp/cl.el (svref): New alias.
64
65 * progmodes/antlr-mode.el (antlr-c-common-init):
66 Don't inhibit adaptive-fill-mode any more.
67
68 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
69
70 * progmodes/etags.el (tags-with-face): Use make-symbol.
71 (tags-search, tags-query-replace): Use backquotes.
72
73 * textmodes/picture.el (picture-mode-map): Don't use defconst
74 for a variable.
75
76 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
77
78 * textmodes/reftex-index.el (reftex-index-mode):
79 Remove make-local-hook.
80
81 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
82
83 2001-12-02 Kim F. Storm <storm@cua.dk>
84
85 * isearch.el (isearch-resume-enabled): New variable.
86 (isearch-done): Use that variable.
87
88 2001-12-01 Richard M. Stallman <rms@gnu.org>
89
90 * wid-edit.el (widget-button-click): Don't move point permanently:
91 Avoid mouse-set-point--instead select the window,
92 then do save-excursion, then move point.
93 Specify the buffer for get-char-property.
94 Don't use `@' in interactive.
95
96 * indent.el (indent-line-function):
97 Default is indent-to-left-margin again.
98
99 * replace.el (query-replace-read-args): Display message
100 if FROM contains `\n' or `\t'.
101
102 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
103
104 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
105
106 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
107
108 * emacs-lisp/regexp-opt.el (regexp-opt):
109 Bind completion-regexp-list to nil.
110
111 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
112
113 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
114
115 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
116 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
117 Update maintainer.
118
119 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
120
121 * mail/smtpmail.el: Use with-current-buffer.
122 (message-make-date, message-make-message-id): Autoload when needed.
123 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
124 headers when missing.
125
126 * international/encoded-kb.el (encoded-kbd-mode):
127 Use define-minor-mode.
128
129 * enriched.el (enriched-mode): Use define-minor-mode.
130 Use dolist and pop and push.
131
132 * info.el (Info-find-node-2): Don't call info-insert-file-contents
133 with the `visit' argument.
134 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
135
136 * progmodes/hideif.el (hide-ifdef-mode): Only modify
137 `change-major-mode-hook' locally. Reset invisibility spec.
138
139 * man.el (Man-build-section-alist): Remove last Man-match-substring.
140
141 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
142
143 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
144 Clarify error message.
145
146 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
147
148 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
149
150 2001-11-30 Andre Spiegel <spiegel@gnu.org>
151
152 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
153 don't just return it.
154
155 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
156
157 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
158 (menu-bar-read-emacs-man, search-emacs-glossary)
159 (emacs-index-search, elisp-index-search): New functions.
160 (apropso-documentation, apropos, apropos-value, apropos-variable)
161 (apropos-commands): Modify menu item names and help text.
162 (elisp-index-search, emacs-index-search, emacs-glossary):
163 New menu items.
164 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
165 submenu.
166 (info-elisp, info-elintro): New menu items.
167 (apropos): Modify the menu item name.
168
169 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
170
171 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
172
173 * textmodes/outline.el (outline-promote, outline-demote): Typo.
174
175 * man.el (man-follow-mouse): New function.
176 (Man-mode-map): Bind mouse-2 to it.
177 (Man-match-substring): Remove. Replace with `match-string'.
178 (man): Use the `default-value' argument to `read-string'.
179 (Man-fontify-manpage): Add mouse-face to cross references.
180
181 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
182
183 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
184
185 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
186 the value of require-match in minibuffer-completion-confirm.
187 Use crm-local-completion-map.
188
189 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
190 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
191 (cl-make-type-test): Use char-valid-p for `character'.
192
193 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
194 (Info-complete-menu-item): Rewrite. Add the ability to search
195 several sequential nodes. Add a simple caching mechanism.
196 (Info-goto-index): New function extracted from Info-index.
197 (Info-index): Use it. Add completion to the interactive spec.
198 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
199
200 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
201
202 * COPYING: Removed.
203
204 2001-11-29 Dave Love <fx@gnu.org>
205
206 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
207 (fortran-window-create, fortran-window-create-momentarily):
208 Rewrite, moving error condition.
209 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
210 (fortran-mode-syntax-table): Revert last change.
211
212 * international/mule.el: Doc fixes.
213 (map-charset-chars): New function.
214 (register-char-codings): Use it to cope with generic chars in
215 safe-chars.
216
217 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
218
219 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
220
221 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
222
223 * play/studly.el (studlify-word, studlify-region)
224 (studlify-buffer): Fix doc-string.
225 (studlify-buffer): Add autoload cookie.
226
227 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
228
229 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
230 (outline-up-heading-all): Remove.
231 (hide-sublevels): Move to end-of-heading before calling flag-region.
232 (outline-copy-overlay, outline-discard-overlays): Remove.
233 (outline-flag-region): Use `remove-overlays'.
234 Don't move to end-of-heading.
235 (outline-next-visible-heading, outline-back-to-heading)
236 (outline-on-heading-p): Use outline-invisible-p.
237 (outline-font-lock-level): Use outline-up-heading's new arg.
238 (outline-minor-mode): Simplify.
239 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
240 (outline): Put a `reveal-toggle-invisible' property.
241 (outline-level-heading): New var.
242 (outline-insert-heading, outline-promote, outline-demote)
243 (outline-toggle-children): New commands.
244
245 * progmodes/hideif.el (hif-end-of-line): New function.
246 (hide-ifdef-mode): Set line-move-ignore-invisible.
247 (hide-ifdef-region-internal): New function.
248 (hide-ifdef-region): Use it.
249 (hif-defined): Return an integer.
250 (hif-infix-to-prefix): Remove.
251 (hif-tokenize): Parse from the buffer rather than from a string.
252 Correctly tokenize integers. Use forward-comment.
253 (hif-expr): Use hif-or.
254 (hif-term): Use hif-and.
255 (hif-factor): Use hif-not. Handle numbers properly.
256 Don't require parenthesis around `defined's argument.
257 (hif-and, hif-or, hif-not): New funs.
258 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
259 (hif-hide-line): Don't hide the \n before the line.
260 (hif-possibly-hide): Correctly handle numeric evaluation results.
261
262 * progmodes/make-mode.el: Use line-(end|beginning)-position.
263 (makefile-mode): Set indent-line-function.
264 (makefile-browser-insert-continuation): Use with-current-buffer.
265 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
266
267 2001-11-28 Karl Fogel <kfogel@red-bean.com>
268
269 * isearch.el (isearch-yank-internal): New helper function.
270 (isearch-yank-char): New function.
271 (isearch-yank-word, isearch-yank-line): Rewrite to use
272 isearch-yank-internal.
273
274 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
275
276 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
277 aren't supported. Print a message to that effect if invoked.
278
279 2001-11-27 Stephen Eglen <stephen@gnu.org>
280
281 * locate.el (locate): Put point at first matching file rather
282 than top of buffer.
283
284 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
285
286 * reveal.el: New file.
287
288 * progmodes/hideif.el: Misc cleanup.
289 (hide-ifdef-mode-submap): Put the def in the defvar.
290 Use substitute-key-definition.
291 (hide-ifdef-mode): Use define-minor-mode.
292 (hif-outline-flag-region): Remove.
293 (hif-show-all): Define in terms of hif-show-ifdef-region.
294 (hif-after-revert-function): Rename from hif-before-revert-function.
295 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
296 (hif-tokenize): Use with-syntax-table.
297 (hif-make-range): Use `else' also for `else-p'.
298 (hif-range-else-p): Remove.
299 (hif-find-range): Simplify.
300 (hif-hide-line): Don't bother preserving buffer-modified-p.
301 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
302 Don't use selective-display and inhibit-read-only.
303
304 * subr.el (copy-overlay, remove-overlays): New funs.
305
306 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
307
308 2001-11-27 Sam Steingold <sds@gnu.org>
309
310 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
311 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
312 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
313 * obsolete/c-mode.el, obsolete/cplus-md.el
314 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
315 * term/sun-mouse.el, textmodes/artist.el:
316 Converted backquote to the new style.
317 * mouse.el, reposition.el: Likewise (in comments).
318 * expand.el: Likewise (in a string).
319
320 2001-11-27 Richard M. Stallman <rms@gnu.org>
321
322 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
323
324 2001-11-26 Richard M. Stallman <rms@gnu.org>
325
326 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
327 if :on-glyph or :off-glyph is a list, eval it and store it back.
328 (checkbox): Quote the values for :on-glyph and :off-glyph.
329
330 * cus-start.el (recursive-load-depth-limit): Delete item.
331
332 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
333
334 * help-fns.el (describe-categories, help-describe-category-set): New.
335 describe-categories moved here from src/category.c.
336
337 2001-11-26 Sam Steingold <sds@gnu.org>
338
339 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
340 arguments to `insert' are strings.
341
342 2001-11-26 Richard M. Stallman <rms@gnu.org>
343
344 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
345
346 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
347
348 * loaddefs.el: Regenerated.
349
350 * international/mule-diag.el: Require help-fns instead of
351 help-funs.
352
353 * help-fns.el: Renamed from help-funs.el.
354
355 * startup.el (command-line-1): Don't try to call process-list if
356 it is not fboundp.
357
358 2001-11-26 Sam Steingold <sds@gnu.org>
359
360 * frame.el (show-trailing-whitespace): Remove :set argument (the
361 value was essentially identical to the defalt).
362
363 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
364
365 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
366
367 * icomplete.el (icomplete-minibuffer-setup): Likewise.
368
369 * hilit-chg.el (hilit-chg-set): Likewise.
370
371 * speedbar.el (speedbar-mode): Likewise.
372
373 * calendar/calendar.el (calendar-mode): Likewise.
374
375 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
376 insert-string.
377
378 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
379
380 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
381
382 * term/sun-mouse.el (sun-yank-selection): Likewise.
383
384 * textmodes/bib-mode.el (return-key-bib): Likewise.
385
386 * calendar/appt.el (appt-disp-window): Likewise.
387
388 * calendar/diary-lib.el (list-diary-entries): Likewise.
389
390 * array.el (array-reconfigure-rows): Likewise.
391
392 * filecache.el (file-cache-minibuffer-complete): Likewise.
393
394 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
395
396 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
397
398 * allout.el (outline-version, outline-open-topic)
399 (outline-rebullet-heading, outline-insert-listified)
400 (outline-latex-verbatim-quote-curr-line)
401 (outline-latexify-one-item, outlineify-sticky): Likewise.
402
403 * vc.el (vc-next-action-on-file): Likewise.
404 (vc-dired-mode): Remove make-local-hook.
405
406 2001-11-26 Andre Spiegel <spiegel@gnu.org>
407
408 * vc.el (vc-find-version): New function.
409 (vc-version-other-window): Redefined in terms of the above.
410
411 * log-view.el (log-view-find-version): New function.
412 (log-view-mode-map): Bind it to `f'.
413
414 2001-11-26 Gerd Moellmann <gerd@gnu.org>
415
416 * language/devan-util.el (dev-char-glyph): Escape `"' in
417 string literals.
418 (dev-glyph-glyph, dev-glyph-glyph-2)
419 (devanagari-compose-syllable-region): Likewise.
420
421 2001-11-26 Richard M. Stallman <rms@gnu.org>
422
423 * window.el (save-selected-window): No error if saved window is dead.
424
425 * help-funs.el (describe-syntax): Put (interactive) after doc string.
426
427 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
428
429 * international/quail.el (quail-help): Require help-mode in
430 top-level instead.
431
432 * iswitchb.el (iswitchb-exhibit): Use insert instead of
433 insert-string.
434
435 * icomplete.el (icomplete-exhibit): Likewise.
436
437 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
438
439 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
440 (diff-hunk-kill): Simplify.
441 (diff-post-command-hook): Only apply to a single hunk.
442 (diff-hunk-text): Make `char-offset' non-optional.
443 (diff-find-text): Return a cons cell.
444 (diff-find-approx-text): New fun.
445 (diff-find-source-location): Use it.
446 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
447 Adapt to new retval of diff-find-text.
448
449 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
450 rather than integer- representation of dates.
451
452 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
453
454 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
455 (syntax-after): New fun.
456
457 * help-funs.el (describe-syntax): New fun.
458
459 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
460 (font-lock-ppss-stats, font-lock-ppss): Remove.
461 (font-lock-fontify-syntactically-region): Remove tuning code.
462 (font-lock-compile-keywords): Fix off-by-one bug.
463 (font-lock-set-defaults): Don't set removed vars.
464 (c-keywords): Add `inline'.
465 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
466
467 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
468 Set syntax-begin-function.
469 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
470 (lisp-interaction-mode): Don't set local-abbrev-table any more.
471 (lisp-mode-auto-fill): Use syntax-ppss and obey
472 comment-auto-fill-only-comments.
473 (lisp-fill-paragraph): Use syntax-ppss.
474
475 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
476
477 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
478 version of rmail-enable-mime.
479 (rmail-forward): Use it.
480
481 2001-11-25 Richard M. Stallman <rms@gnu.org>
482
483 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
484
485 * international/quail.el (quail-keyboard-layout-button):
486 Define button type.
487 (quail-keyboard-customize-button): Likewise.
488 (quail-help): Use those button types. Require `help-mode'.
489 Avoid altering the argument `package'.
490
491 * help-mode.el (help-function, help-variable, help-face)
492 (help-coding-system, help-input-method, help-character-set):
493 Define each button type with its own explicit define-button-type.
494
495 * language/devan-util.el: Comment out parts of the file
496 which apparently are garbled.
497
498 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
499
500 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
501 insert-string.
502
503 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
504
505 * play/snake.el (snake-mode): Remove make-local-hook.
506
507 * play/tetris.el (tetris-mode): Likewise.
508
509 * play/decipher.el (decipher-mode): Likewise.
510
511 * tmm.el (tmm-add-prompt): Likewise.
512
513 2001-11-25 Sam Steingold <sds@gnu.org>
514
515 * menu-bar.el (menu-bar-apropos-menu): New variable.
516 Moved all `apropos' bindings to this menu.
517 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
518
519 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
520
521 The following changes are for new indian languages support based
522 on Unicode charset and CDAC fonts.
523
524 * international/mule-conf.el: Change indian-1-column charset to
525 indian-glyph charset.
526
527 * international/characters.el: Adjusted for the change of
528 indian-1-column -> indian-glyph.
529
530 * international/fontset.el: Delete the setting for indian-1-column
531 and add the setting for indian-glyph in the default fontset.
532
533 * language/indian.el: Completely re-written.
534
535 * language/devanagari.el: Completely re-written.
536
537 * language/devan-util.el: Completely re-written.
538
539 * language/ind-util.el: New file.
540
541 2001-11-24 Richard M. Stallman <rms@gnu.org>
542
543 * startup.el (command-line-1): Don't do startup screen
544 if a subprocess is running. Call the startup screen buffer
545 "GNU Emacs". Make a special mode-line-format for it.
546
547 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
548 (browse-url-galeon): Use that variable.
549
550 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
551 eval-expression. Eval and set the variable simply.
552
553 * files.el (temporary-file-directory): Use defcustom.
554 (small-temporary-file-directory): Likewise.
555 (normal-backup-enable-predicate): Move down in file
556 after definition of temporary-file-directory.
557
558 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
559
560 2001-11-24 Colin Walters <walters@debian.org>
561
562 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
563 autoload names to match files renamed on initial calc import.
564
565 * calc/calc.el (Commentary): Cleanup, and add logistic curve
566 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
567
568 2001-11-23 Colin Walters <walters@debian.org>
569
570 * Makefile.in (finder_setwins, setwins): Include Calc again.
571
572 * calc/calc-rules.el: Add header comment.
573
574 2001-11-23 Andre Spiegel <spiegel@gnu.org>
575
576 * vc.el (with-vc-properties): Don't bind `filename' locally.
577 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
578 to avoid name clashes. Fix `lisp-indent-function' property for
579 both.
580
581 2001-11-23 Francesco Potorti` <pot@gnu.org>
582
583 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
584
585 2001-11-22 Colin Walters <walters@debian.org>
586
587 * calc/calc-misc.el (report-calc-bug):
588 Use `reporter-prompt-for-summary-p'.
589
590 * calc/INSTALL, calc/Makefile: Remove.
591
592 2001-11-22 Miles Bader <miles@gnu.org>
593
594 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
595 (reb-match-2, reb-match-3): Add dark-background variants.
596
597 2001-11-22 Colin Walters <walters@debian.org>
598
599 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
600 (info "Calc").
601 (report-calc-bug): Use reporter.el.
602
603 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
604
605 2001-11-21 Richard M. Stallman <rms@gnu.org>
606
607 * which-func.el (which-function): Call imenu--make-index-alist
608 if necessary to get a list of functions.
609 (which-function-imenu-failed): New variable.
610 (which-func-update): Handle all visible windows.
611 (which-func-update-1): New subroutine broken out of which-func-update.
612
613 * files.el (temporary-file-directory, null-device)
614 (small-temporary-file-directory): Definitions moved up.
615
616 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
617 (cperl-non-problems, cperl-praise): Doc fixes.
618
619 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
620 (sh-mode-syntax-table): Function restored.
621 Variable set up for use by function sh-mode-syntax-table.
622 (sh-set-shell): Set the syntax table.
623
624 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
625
626 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
627
628 * international/encoded-kb.el: Don't alter minor-map-alist.
629
630 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
631
632 * files.el (auto-save-file-name-transforms): Put remote files in
633 temporary-file-directory rather than /tmp.
634
635 2001-11-21 Colin Walters <walters@debian.org>
636
637 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
638 of (function ...) wrapper.
639
640 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
641
642 * derived.el (define-derived-mode): Create the abbrev-table
643 from inside the `defvar'.
644
645 * jit-lock.el (jit-lock-defer-time): New var.
646 (jit-lock-defer-timer, jit-lock-buffers): New vars.
647 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
648 (jit-lock-function): Defer fontification if requested.
649 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
650 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
651 text property.
652 (jit-lock-deferred-fontify): New fun.
653
654 2001-11-20 Richard M. Stallman <rms@gnu.org>
655
656 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
657 Set local-abbrev-table to lisp-mode-abbrev-table.
658
659 * emacs-lisp/re-builder.el (reb-mode):
660 Don't use define-derived-mode. Call kill-all-local-variables.
661
662 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
663 Don't use define-derived-mode.
664
665 * help-mode.el (help-mode): Undo 2001-10-07 change.
666
667 * replace.el (occur-mode): Undo 2001-5-20 change.
668
669 2001-11-20 Jason Rumney <jasonr@gnu.org>
670
671 * w32-fns.el (w32-system-coding-system): Change to an alias for
672 locale-coding-system.
673 (set-w32-system-coding-system): Document the above change.
674 Set locale-coding-system instead.
675
676 2001-11-20 Richard M. Stallman <rms@gnu.org>
677
678 * ruler-mode.el: Add pagination.
679 (ruler-mode-toggle-show-tab-stops): No need to
680 test `ruler-mode' variable.
681
682 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
683
684 * play/landmark.el: Mark lm-mode as special.
685
686 * play/gomoku.el: Mark gomoku-mode as special.
687
688 2001-11-20 Juanma Barranquero <lektu@terra.es>
689
690 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
691 (top-level): Bind it to C-c C-b.
692 (re-builder): Don't re-enter RE Builder Mode.
693
694 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
695
696 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
697
698 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
699 `manual-program'.
700
701 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
702 to a line without a comment.
703
704 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
705
706 * dired.el (dired-listing-switches): Mention in the doc string
707 that some switches are not supported by ls-lisp.el
708
709 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
710
711 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
712 (imenu--create-keymap-2): Remove.
713 (imenu--create-keymap-1): Simplify, remove third argument.
714 (imenu--generic-function): Use dolist.
715 (imenu-find-default): New function.
716 (imenu--completion-buffer): Use it.
717 (imenu--mouse-menu): Use popup-menu.
718 (imenu--menubar-select): Return t rather than calling imenu.
719
720 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
721 New functions, extracted from fill-region-as-paragraph.
722 (fill-region-as-paragraph): Use them.
723 Use an end marker instead of eob.
724 Ignore whitespace-only fill-prefixes when indenting according to mode.
725 Simplify the loop that searches for spaces backwards.
726
727 * textmodes/picture.el (picture-vertical-step)
728 (picture-horizontal-step): Don't use defconst for variables.
729
730 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
731 (mail-extract-address-components): Downcase domain names.
732 (mail-extr-delete-char): Remove. Use delete-char instead.
733
734 * emulation/pc-select.el: Doc string fixes.
735 (pc-selection-mode): Don't treat macos as a tty.
736
737 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
738
739 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
740
741 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
742 (mouse-wheel-progessive-speed): New var.
743 (mwheel-scroll): Use it and handle float values.
744
745 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
746
747 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
748 (iswitchb): Fix the case where the result was selected with the mouse.
749 (iswitchb-completion-help): Use the normal *Completions* now that
750 mouse selection works.
751 (iswitchb-minibuffer-setup): Simplify.
752
753 * newcomment.el (comment-column, comment-style, comment-multi-line)
754 (comment-auto-fill-only-comments): Remove :group arg.
755 (comment-padding): Add :type.
756 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
757 if called interactively.
758
759 2001-11-19 Colin Walters <walters@verbum.org>
760
761 * calc/calc.el (toplevel): Add comment and version header.
762 (calc-init-base): Bump version to 2.02f, update date.
763
764 2001-11-19 Richard M. Stallman <rms@gnu.org>
765
766 * net/browse-url.el: Support Mozilla and Galeon.
767 By default, find the installed browser whichever it is.
768 (browse-url-mozilla): New function.
769 (browse-url-mozilla-sentinel): New function.
770 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
771 (browse-url-default-browser): New function.
772 (browse-url-process-environment): Use browse-url-browser-display.
773 (browse-url-browser-display): Renamed from browse-url-netscape-display.
774 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
775 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
776 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
777 (browse-url-browser-function): New default, new options.
778
779 2001-11-19 Sam Steingold <sds@gnu.org>
780
781 * bindings.el (last-buffer, unbury-buffer): New function.
782 (mode-line-unbury-buffer): Use `unbury-buffer'.
783
784 2001-11-18 Stephen Eglen <stephen@gnu.org>
785
786 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
787 control behaviour when no further completion is possible.
788
789 2001-11-19 Colin Walters <walters@verbum.org>
790
791 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
792 (math-showing-full-precision, math-with-extra-prec, math-working)
793 (calc-with-default-simplification)
794 (calc-with-trail-buffer): Use backtick.
795 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
796 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
797 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
798 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
799 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
800 (Math-num-integerp, Math-bignum-test, Math-equal-int)
801 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
802 (calc-record-compilation-date-macro): Deleted. Callers updated.
803 (math-format-radix-digit): Move to calc-bin.el.
804
805 * calc/calc.el (calc-record-compilation-date): Remove.
806 (calc-bug-address): Update.
807 (calc-settings-file): Use `user-init-file'.
808
809 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
810 Handle null `calc-settings-file'.
811
812 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
813 * calc/calc-keypd.el (calc-keypad-mode): New.
814 (calc-do-keypad): Use it.
815 (calc-keypad-map): Move into `calc-keypad-mode'.
816
817 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
818 to defalias argument.
819
820 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
821 (calcFunc-floor): Ditto.
822
823 * calc-units.el (calcFunc-usimplify): Ditto.
824
825 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
826 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
827 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
828 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
829 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
830 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
831 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
832 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
833 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
834 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
835 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
836 and move them before their first use. Use `when', `unless'.
837 Remove trailing periods from error forms. Add description and
838 headers suggested by Emacs Lisp coding conventions.
839
840 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
841
842 * newcomment.el (comment-indent):
843 Fix misindentation for comment-only lines.
844 (comment-indent-new-line): Only obey comment-multi-line if the
845 comment-ender is not the end-of-line.
846
847 2001-11-19 Richard M. Stallman <rms@gnu.org>
848
849 * net/net-utils.el (network-connection-service-abbrev-alist):
850 New variable.
851
852 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
853 Advance to start of 3rd sexp by moving fwd and backing over it.
854 At first three elements, act like defun.
855
856 * delsel.el (delete-selection-pre-hook): Handle and resignal
857 file-supersession errors to interact properly with userlock.el.
858
859 2001-11-18 Richard M. Stallman <rms@gnu.org>
860
861 * progmodes/fortran.el (fortran-mode-syntax-table):
862 Specify punctuation syntax for backslash.
863
864 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
865 All calls deleted.
866
867 * international/mule-util.el (string-to-sequence): Make it obsolete.
868 (string-to-list, string-to-vector): Implement them directly
869 using append and vconcat, not with string-to-sequence.
870
871 * startup.el (command-line): Set abbrevs-changed to nil after
872 reading the init file and the abbrevs file.
873
874 * isearch.el (isearch): Use magenta2 as bg for (background light)
875
876 2001-11-17 Richard M. Stallman <rms@gnu.org>
877
878 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
879
880 * simple.el (minibuffer-history-sexp-flag): Doc fix.
881
882 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
883
884 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
885 If set and if applicable, add a regexp to highlight defun-like
886 text inside comments and strings.
887 (font-lock-fontify-keywords-region): Pass that new arg.
888 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
889 to the end and pass that new arg.
890 (c-font-lock-keywords-2): Fix regex for labels.
891 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
892 Make it work when LIMIT is several lines further.
893 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
894 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
895 Use backquote and make the regexes for `int a, b, c;' work on
896 multiple lines.
897
898 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
899 (font-lock-defaults-alist): Don't change it any more.
900 (reb-subexp-mode-map): Cleanup.
901
902 * custom.el (custom-current-group-alist): New var.
903 (custom-declare-group): Set it.
904 (custom-current-group): New fun.
905 (custom-declare-variable, custom-handle-all-keywords):
906 Use it as a default if no :group argument is specified.
907
908 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
909 (standard-keyboard-coding-systems): New var.
910 (set-locale-environment): Use it to decide whether or not to call
911 set-keyboard-coding-system.
912 (locale-language-names): Use \"French\" for "fr".
913
914 2001-11-17 Richard M. Stallman <rms@gnu.org>
915
916 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
917 (add-to-list): Delete compatibility code.
918 (checkdoc-next-message-error): Doc fix.
919
920 2001-11-17 Stephen Eglen <stephen@gnu.org>
921
922 * locate.el (locate): Show default locate pattern within the
923 prompt, but don't insert it into the minibuffer contents.
924 Catch the case when pattern is the empty string.
925
926 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
927
928 * language/european.el ("French"): New language environment.
929
930 2001-11-16 Richard M. Stallman <rms@gnu.org>
931
932 * calendar/todo-mode.el (todo-save): Fix previous change.
933
934 * subr.el (functionp): Do use cdr-safe on object.
935
936 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
937
938 * bindings.el (mode-line-mode-name): Only put the help-echo property
939 if the local-map property was put as well.
940 (global-map): Bind switch-frame, delete-frame, iconify-frame
941 and make-frame-visible events.
942
943 * emacs-lisp/elp.el (elp-not-profilable): New var.
944 (elp-not-profilable-p): New function.
945 (elp-instrument-function): Use it. Use backquotes and push.
946
947 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
948 (byte-stack+-info, byte-compile-last-warned-form)
949 (byte-compile-last-logged-file): Don't defconst a variable.
950 (no-byte-compile): Declare.
951 (byte-compile-file): Don't boundp-check no-byte-compile any more.
952 (byte-compile-defvar): Leave defconst as is.
953
954 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
955 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
956 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
957 (edebug-best-error): Don't defconst a variable.
958 (edebug-read-syntax-table): Use a char-table.
959 (edebug-lemacs-specific): Remove.
960 Toplevel: Eliminate check for Lucid Emacs.
961
962 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
963
964 * rect.el (move-to-column-force): Mark obsolete.
965 (operate-on-rectangle, delete-extract-rectangle-line)
966 (insert-rectangle, delete-whitespace-rectangle-line)
967 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
968 (string-rectangle-history): New var.
969 (string-rectangle, string-insert-rectangle): Use it.
970 (delete-rectangle-line): Fix pos/column mixup and simplify.
971
972 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
973 (normal-top-level, command-line, command-line-1): Simplify.
974
975 * tar-mode.el (tar-mode): Use define-derived-mode.
976
977 * view.el (view-mode-enable): Don't use make-local-hook.
978
979 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
980
981 2001-11-16 Richard M. Stallman <rms@gnu.org>
982
983 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
984 if it doesn't make sense as anything else.
985 Don't recognize a "telephone number" at the beginning of the name.
986 (mail-extr-leading-garbage): Match non-word characters only.
987
988 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
989
990 * startup.el (command-line-processed): Doc fix.
991
992 * apropos.el (apropos-next-label-button): Doc fix.
993
994 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
995
996 * comint.el (comint-mode): Simplify.
997 (make-comint-in-buffer): Run `comint-mode' only if necessary.
998
999 * subr.el (eval-after-load): Make it work with features as well.
1000
1001 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
1002
1003 * international/mule-cmds.el (describe-input-method): Setup xref.
1004 (set-language-environment): Use functionp.
1005 (locale-language-names, locale-charset-language-names)
1006 (locale-preferred-coding-systems): Defconst and purecopy.
1007
1008 * language/european.el (mac-roman): Add mime-charset property.
1009
1010 2001-11-15 Richard M. Stallman <rms@gnu.org>
1011
1012 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
1013 (multiple-value-apply, nth-value): Use defsubst rather than defalias
1014 to get better doc strings.
1015
1016 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1017
1018 * derived.el: Fix autoload cookie.
1019
1020 2001-11-15 Richard M. Stallman <rms@gnu.org>
1021
1022 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1023
1024 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1025
1026 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1027
1028 2001-11-15 Richard M. Stallman <rms@gnu.org>
1029
1030 * dired.el (dired-undo): Display a message to explain
1031 that this does not undo file system changes.
1032
1033 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1034
1035 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1036 into `unread-command-events' instead of trying keymap
1037 lookups ourselves. This makes mouse-clicks do the right
1038 thing even when keymaps of overlays are involved.
1039 (mouse-drag-drag): Likewise.
1040
1041 2001-11-15 Andreas Schwab <schwab@suse.de>
1042
1043 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1044 characters and append anchor to pattern added to auto-mode-alist.
1045
1046 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1047
1048 * server.el (server-process-filter): Run pore/post-comment-hook
1049 before/after visiting the file.
1050
1051 * info-look.el (makefile-mode): Add info for automake.
1052 (autoconf-mode): Fix the name of the index for automake.
1053
1054 * international/latin-9.el: Give pilcrow punctuation syntax.
1055
1056 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1057
1058 * vc.el: Documentation fixes.
1059
1060 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1061
1062 * smerge-mode.el (smerge-match-conflict): Fix typo.
1063 (smerge-diff): Be careful to read match-data early enough.
1064
1065 2001-11-14 Colin Walters <walters@verbum.org>
1066
1067 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1068 (calcFunc-subst): Use `defalias' instead of `fset' and
1069 `symbol-function'.
1070
1071 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1072 (calcFunc-ceil, calcFunc-round): Ditto.
1073
1074 * calc/calc-bin.el (calcFunc-clip): Ditto.
1075
1076 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1077
1078 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1079
1080 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1081 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1082
1083 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1084
1085 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1086 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1087 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1088 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1089 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1090 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1091 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1092 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1093 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1094 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1095 * calcsel2.el: Style cleanup; don't put closing parens on their
1096 own line, add "foo.el ends here" to each file, and update
1097 copyright date.
1098
1099 * README: Update maintainer.
1100
1101 2001-11-13 Alan Shutko <ats@acm.org>
1102
1103 * compile.el (recompile): Use compilation-arguments if set, so as
1104 to be able to M-x recompile the exact command which created a
1105 compilation-mode buffer.
1106
1107 2001-11-13 Richard M. Stallman <rms@gnu.org>
1108
1109 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1110
1111 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1112
1113 * mouse.el (mouse-drag-region): Don't run the up-event
1114 handler if window start changed due to the down-mouse event.
1115
1116 2001-11-13 Richard M. Stallman <rms@gnu.org>
1117
1118 * mouse.el (mouse-show-mark): Either move point to the mark
1119 or use highlighting, never both.
1120 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1121
1122 2001-11-13 Simon Josefsson <jas@extundo.com>
1123
1124 * mail/smtpmail.el (top-level): Change maintainer to Simon
1125 Josefsson, cleanup the smtpmail.el header.
1126
1127 * mail/smtpmail.el (top-level): Don't require cl or base64.
1128 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1129 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1130 Defsubst instead of defmacro.
1131 (smtpmail-intersection): Return value in reverse order.
1132 (smtpmail-open-stream): Use stringp instead of string-to-list.
1133 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1134 separated from smtpmail-via-smtp.
1135
1136 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1137 rfc2104. Require base64 and cl.
1138 (smtpmail-smtp-service): Doc fix. :type fix.
1139 (smtpmail-debug-info): Doc fix.
1140 (smtpmail-debug-verb, smtpmail-auth-credentials)
1141 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1142 New variables.
1143 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1144 mail-utils (it is autoloaded).
1145 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1146 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1147 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1148 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1149 (smtpmail-via-smtp): Support AUTH.
1150 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1151
1152 2001-11-13 Richard M. Stallman <rms@gnu.org>
1153
1154 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1155 (electric-buffer-overlay): New variable.
1156 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1157 (electric-buffer-list): Likewise.
1158
1159 2001-11-13 Per Starback <starback@ling.uu.se>
1160
1161 * isearch.el (isearch-whitespace-chars): Doc fix.
1162 (isearch-mode): Handle negative search-slow-window-lines correctly.
1163
1164 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1165
1166 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1167
1168 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1169 From Emmanuel Briot <briot@act-europe.fr>.
1170
1171 2001-11-13 Colin Walters <walters@debian.org>
1172
1173 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1174
1175 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1176 "~/.emacs"; use `read-file-name'.
1177
1178 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1179 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1180 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1181 * calc/calc.el: Use `frame-width' instead of `screen-width',
1182 `frame-height' instead of `screen-height', and,
1183 `executing-kbd-macro' instead of `executing-macro'.
1184
1185 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1186 correct number of arguments.
1187
1188 * calc/calc-aent.el (calc-do-alg-entry):
1189 Use `blink-paren-function' instead of `blink-paren-hook'.
1190
1191 2001-11-12 Richard M. Stallman <rms@gnu.org>
1192
1193 * calendar/todo-mode.el (todo-save): Add save-excursion
1194 and save-restriction.
1195
1196 * server.el (server-edit, server-done): Doc fix.
1197
1198 * simple.el (clone-indirect-buffer): Error if major mode symbol
1199 has a no-clone-indirect property.
1200 (clone-buffer): Check for obvious errors before reading clone name.
1201
1202 * info.el (Info-mode): Add a no-clone-indirect property.
1203
1204 2001-11-12 Sam Steingold <sds@gnu.org>
1205
1206 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1207 set-buffer-modified-p to nil after `vc-exec-after'.
1208 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1209 (log-view-mode): Make read-only.
1210 (log-view-current-file): Do final `expand-file-name' in the
1211 current `default-directory'.
1212 (log-view-current-tag): Take an optional `where' arg.
1213 (log-view-diff): New user command.
1214
1215 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1216
1217 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1218
1219 2001-11-12 Sam Steingold <sds@gnu.org>
1220
1221 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1222 `generic-flet', `generic-labels', `with-accessors',
1223 `with-condition-restarts'.
1224
1225 2001-11-12 Richard M. Stallman <rms@gnu.org>
1226
1227 * dired.el: Many trivial doc fixes.
1228 (dired-get-file-for-visit): New function.
1229 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1230 (dired-view-file, dired-find-file-other-window, dired-display-file):
1231 (dired-find-file): Use dired-get-file-for-visit.
1232
1233 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1234
1235 * sql.el (sql-mode): Doc change.
1236
1237 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1238 escape character.
1239
1240 2001-11-12 Colin Walters <walters@debian.org>
1241
1242 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1243 (calc-do-keypad): Don't attempt to use nonexistent global
1244 mouse-map, use calc-keypad-map.
1245 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1246 (calc-keypad-left-click): Don't use mouse-map; update to new event
1247 interface.
1248 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1249 (calc-keypad-press): Use `unread-command-events' instead of
1250 `unread-command-char'.
1251
1252 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1253 to match files renamed on initial calc import.
1254
1255 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1256
1257 * textmodes/flyspell.el (flyspell-default-dictionary):
1258 Fix previous change.
1259
1260 2001-11-12 Richard M. Stallman <rms@gnu.org>
1261
1262 * textmodes/flyspell.el (flyspell-default-dictionary):
1263 Fix custom type.
1264
1265 2001-11-11 Richard M. Stallman <rms@gnu.org>
1266
1267 * calendar/solar.el (solar-sunrise-and-sunset):
1268 Exchange the two extreme values of day-length.
1269
1270 * progmodes/sh-script.el (sh-must-be-shell-mode):
1271 Allow modes derived from sh-mode.
1272
1273 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1274 Turn off error in some re-search-forward calls.
1275
1276 * replace.el (query-replace-skip-read-only): New variable.
1277 (perform-replace): If that variable is non-nil, ignore matches
1278 that have a read-only property.
1279
1280 * derived.el (define-derived-mode): Doc fix.
1281
1282 * server.el (server-buffer-done): Test of server-existing-buffer
1283 was backwards.
1284 (server-existing-buffer): Doc fix.
1285
1286 * textmodes/flyspell.el (flyspell-default-dictionary):
1287 Allow nil as value, and make nil the default.
1288
1289 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1290
1291 * subdirs.el: Regenerated.
1292
1293 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1294 it is not fboundp.
1295 (clipboard-yank): Ditto.
1296
1297 2001-11-11 Colin Walters <walters@verbum.org>
1298
1299 The following changes are based on patches from
1300 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1301 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1302
1303 * calc/calc.el (toplevel): Require calc-macs.
1304 (calc-minibuffer-size): New.
1305 (calcDigit-nondigit): Use it instead of `buffer-size'.
1306 (calcDigit-backspace): Likewise.
1307 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1308 `buffer-string'.
1309 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1310 `point-min'.
1311 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1312 `save-excursion'.
1313
1314 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1315 simple `setq' form.
1316
1317 * calc/calc-ext.el: (toplevel): Require calc.
1318 (calc-fancy-prefix-map): New.
1319 (calc-fancy-prefix): Use it.
1320 (calc-fancy-prefix-other-key): New.
1321
1322 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1323 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1324 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1325 (calcAlg-enter): Likewise.
1326 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1327
1328 2001-11-10 Richard M. Stallman <rms@gnu.org>
1329
1330 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1331 (quietly-read-abbrev-file): Doc fix.
1332
1333 * startup.el (command-line): Read standard abbrev
1334 file (abbrev-file-name), if it exists.
1335
1336 * files.el (save-abbrevs): Default value is t.
1337
1338 * progmodes/compile.el (compile-goto-error): Fix previous change
1339 in the case where subsequent errors have not been parsed yet
1340 because they are in a different source file.
1341
1342 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1343
1344 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1345 Merge two regular expressions into one.
1346 (ps-mode): Make local bindings for `comment-start' and
1347 `comment-start-skip'.
1348 (ps-mode-looking-at-nested): Simplify an if-else construct;
1349 use `set-match-data' to set the result.
1350
1351 2001-11-10 Richard M. Stallman <rms@gnu.org>
1352
1353 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1354 Function deleted.
1355 (flyspell-correct-word): Old definition deleted.
1356 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1357 All references renamed too.
1358
1359 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1360
1361 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1362
1363 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1364
1365 * wid-edit.el (checklist): Removed `:menu-tag'.
1366 (radio-button-choice): Ditto.
1367 (editable-list): Ditto.
1368
1369 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1370
1371 * play/gomoku.el: Move definitions of constants to the beginning
1372 of file, before their use.
1373
1374 2001-11-09 Richard M. Stallman <rms@gnu.org>
1375
1376 * textmodes/flyspell.el: Use the keymap property
1377 instead of local-map, and don't use a minor-mode map.
1378 (flyspell-mode-map): Variable deleted.
1379 Don't mess with minor-mode-map-alist.
1380 (calling add-minor-mode): Specify nil for keymap.
1381 And always use add-minor-mode, now that it exists.
1382 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1383 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1384 or flyspell-local-mouse-map.
1385 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1386 (flyspell-mode): Doc fix.
1387 (flyspell-mode-on): Don't call make-local-hook.
1388
1389 2001-11-09 Sam Steingold <sds@gnu.org>
1390
1391 * emacs-lisp/debug.el (debugger-make-xrefs):
1392 Add buttons to all symbols.
1393
1394 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1395
1396 * vc.el: Add John David Smith to credits.
1397
1398 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1399
1400 * vc-hooks.el (vc-error-occured): Backquotified.
1401 (vc-file-prop-obarray): Use prime length for better efficiency.
1402
1403 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1404
1405 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1406
1407 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1408
1409 2001-11-09 Miles Bader <miles@gnu.org>
1410
1411 * subr.el (functionp): Don't consider macros as functions.
1412
1413 2001-11-08 Miles Bader <miles@gnu.org>
1414
1415 * subr.el (functionp): Make work correctly for macros and unbound
1416 symbols.
1417
1418 * comint.el (comint-send-input): Fix description of
1419 `comint-process-echoes' in the doc-string.
1420
1421 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1422
1423 * international/mule.el (make-translation-table): Doc fix.
1424 Suggested by Alex Schroeder <alex@gnu.org>.
1425
1426 2001-11-07 Richard M. Stallman <rms@gnu.org>
1427
1428 * info.el (Info-fontify-node): Highlight every third menu item.
1429
1430 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1431
1432 * cus-edit.el (custom-face-value-create): Don't ignore the
1433 `customized-face' attribute when finding the current face spec.
1434
1435 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1436
1437 * subr.el (with-local-quit): New macro.
1438 (make-syntax-table): Always inherit.
1439 (functionp): Be more careful when `object' is a symbol.
1440
1441 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1442
1443 2001-11-07 Paul Eggert <eggert@twinsun.com>
1444
1445 * dired.el (dired-move-to-filename-regexp):
1446 Do not distinguish between ASCII letters and non-ASCII characters.
1447 Don't allow comma except in the form "month day, year".
1448 Don't allow space between month name and comma.
1449 Clean up the code that checks for trailing period, comma, and space.
1450 Remove now-obsolete comments, and add more commentary about
1451 Japanese dates.
1452 Always gobble up trailing spaces, instead of doing it only sometimes.
1453
1454 2001-11-07 Miles Bader <miles@gnu.org>
1455
1456 * paren.el (show-paren-match-face): Add dark-background variant.
1457
1458 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1461 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1462 Don't disable adaptive-fill-mode.
1463 (lisp-fill-paragraph): Use tab-width rather than 8.
1464 Prevent filling the first line of docstrings.
1465
1466 2001-11-06 Richard M. Stallman <rms@gnu.org>
1467
1468 * play/gomoku.el (gomoku): Doc fix.
1469
1470 * jka-compr.el (jka-compr-partial-uncompress):
1471 Support an alternative of not using dd.
1472 (jka-compr-dd-program): Use defcustom to define this.
1473 (jka-compr-load-suffixes): Use defcustom.
1474 (jka-compr-mode-alist-additions): Use defcustom.
1475
1476 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1477
1478 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1479 Also work when LIMIT is further than the end of line.
1480
1481 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1482
1483 * international/quail.el (quail-update-leim-list-file): Print the
1484 offending file name if some of its quail-define-package forms is broken.
1485
1486 2001-11-05 Richard M. Stallman <rms@gnu.org>
1487
1488 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1489 of the evaluated form.
1490
1491 2001-11-05 Paul Eggert <eggert@twinsun.com>
1492
1493 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1494 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1495 stamps always line up by default. Also, it uses a slightly
1496 different window to determine whether files are "recent".
1497
1498 2001-11-05 Andrew Innes <andrewi@gnu.org>
1499
1500 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1501 Don't attempt to remake autoloads before nuking .elc files.
1502
1503 2001-11-04 Richard M. Stallman <rms@gnu.org>
1504
1505 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1506 previous-single-property-change or next-single-char-property-change
1507 returns nil.
1508
1509 * international/mule-cmds.el (set-locale-environment):
1510 Make it interactive; make arg optional.
1511
1512 * international/mule-diag.el (help-funs): Require help-funs.
1513
1514 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1515
1516 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1517
1518 2001-11-04 Miles Bader <miles@gnu.org>
1519
1520 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1521 shadow of the splash image grey on a dark background instead of black.
1522
1523 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1524
1525 * term.el (all faces): Don't (copy-face 'default <foo>).
1526
1527 * term/xterm.el (function-key-map):
1528 Add entry for `ESC [ 3 ~' -> <delete>
1529 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1530 Use inheritance so that .emacs and terminfo take precedence.
1531
1532 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1533
1534 * tooltip.el (tooltip-delay): Decrease to 0.7.
1535 (tooltip-hide-delay): Enlarge to 10.
1536
1537 2001-11-03 Richard M. Stallman <rms@gnu.org>
1538
1539 * startup.el (fancy-splash-tail): Explain how to recover
1540 from a crash, if there was a crash.
1541 (command-line-1): Reorganize display of startup screen,
1542 to simplify the logic. Use a temp buffer for it.
1543
1544 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1545
1546 * frame.el (set-background-color, set-foreground-color):
1547 Call face-set-after-frame-default, to propagate the new colors to
1548 the frame's parameters alist.
1549
1550 * calendar/timeclock.el (timeclock-out): Signal an error if
1551 timeclock-last-event is nil.
1552
1553 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1554
1555 * textmodes/fill.el (fill-context-prefix): Fix braino.
1556
1557 * international/quail.el (quail-help):
1558 Use `help-buffer' and move `help-setup-xref' to beginning.
1559
1560 * international/mule-cmds.el (describe-language-environment):
1561 Use `help-buffer' and move `help-setup-xref' to beginning.
1562
1563 * international/mule-diag.el (list-character-sets)
1564 (sort-listed-character-sets, describe-character-set)
1565 (describe-coding-system, describe-fontset, list-fontsets):
1566 Use `help-buffer' and move `help-setup-xref' to beginning.
1567 (describe-char-after): Use `internal-describe-syntax-value'.
1568
1569 2001-11-02 Richard M. Stallman <rms@gnu.org>
1570
1571 * mouse.el (popup-menu): If the user refuses to select
1572 from a menu, don't try to invoke the menu.
1573
1574 2001-11-02 Miles Bader <miles@gnu.org>
1575
1576 * help-mode.el (help-xref): New button type.
1577 (help-function, help-variable, help-face, help-coding-system)
1578 (help-input-method, help-character-set, help-type, help-symbol)
1579 (help-back, help-info, help-customize-variable, help-customize-face)
1580 (help-function-def, help-variable-def): Use it as a supertype.
1581 Remove `action' property.
1582
1583 * international/mule-diag.el (describe-character-set)
1584 (describe-coding-system): Pass correct args to `help-xref-button'.
1585 (sort-listed-character-sets): New button type.
1586 (list-character-sets): Use it.
1587 (list-charset-chars): New button type.
1588 (list-character-sets-1): Use it.
1589
1590 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1591
1592 * indent.el (tab-always-indent, indent-for-tab-command):
1593 Remove redundant `never' setting.
1594
1595 * fill.el (fill-region-as-paragraph): Don't forget to skip
1596 over current whitespace before looking for a preceding space.
1597
1598 2001-11-01 Richard M. Stallman <rms@gnu.org>
1599
1600 * files.el (file-newest-backup): Don't pass backup file name
1601 thru file-name-sans-versions, because it never has version numbers.
1602
1603 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1604 to avoid ambiguous nested loops.
1605
1606 * files.el (find-file-noselect): Offer to change buffer-read-only
1607 only when the file's read-only status has changed from before
1608 as well as disagreeing with the buffer's current status.
1609 (buffer-file-read-only): New var, local in all buffers.
1610
1611 * buff-menu.el (buffer-menu): Doc fix.
1612 (buffer-menu-other-window): Doc fix.
1613 (list-buffers, list-buffers-noselect): Doc fix.
1614
1615 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1616
1617 * startup.el (command-line): If the terminal Emacs is running on
1618 has erase char set to ^H, use the Backspace key for deleting
1619 backward, and the Delete key for deleting forward.
1620
1621 2001-11-01 Miles Bader <miles@gnu.org>
1622
1623 * button.el (define-button-type): Make sure every user-defined
1624 button type has a supertype.
1625
1626 2001-10-31 Jason Rumney <jasonr@gnu.org>
1627
1628 * international/mule-cmds.el (locale-language-names): Add chs and
1629 cht as aliases for Chinese-GB and Chinese-BIG5.
1630
1631 2001-10-31 Richard M. Stallman <rms@gnu.org>
1632
1633 * bindings.el (mode-line-frame-identification): Add doc string.
1634 (mode-line-position, mode-line-modes): New variables.
1635 (mode-line-format): Use mode-line-position for the part
1636 that displays the position-in-buffer info.
1637 Use mode-line-modes for the part that displays major and minor modes.
1638
1639 2001-10-31 Sam Steingold <sds@gnu.org>
1640
1641 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1642 (debugger-setup-buffer): Call it.
1643 (debugger-mode-map): Bind RET and mouse-2.
1644
1645 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1646
1647 * startup.el: Document command line option --no-window-system
1648 instead of --no-windows.
1649
1650 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1651
1652 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1653
1654 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1655 (font-lock-defaults-alist): Use it.
1656 From David Ponce <david.ponce@wanadoo.fr>
1657
1658 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1659 output of `char-after'.
1660
1661 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1662
1663 * simple.el (reindent-then-newline-and-indent): Insert the newline
1664 before indenting the first line.
1665 (undo-get-state, undo-revert-to-state): New funs.
1666 (shell-command): Don't kill the buffer even if empty.
1667 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1668 (transpose-subr-end2): Remove.
1669 (transpose-subr): Add `special' arg and simplify.
1670 (transpose-subr-1): Rewrite.
1671 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1672 (rfc822-goto-eoh): Simplify.
1673
1674 2001-10-30 Richard M. Stallman <rms@gnu.org>
1675
1676 * enriched.el (enriched-face-ans): FIx previous change.
1677
1678 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1679
1680 * international/iso-acc.el (iso-accents-compose): Remove a
1681 superfluous setq.
1682
1683 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1684
1685 * buff-menu.el (list-buffers-noselect): If the buffer's name
1686 starts with a blank, but it visits a file, do show it (for files
1687 whose names start with a blank).
1688
1689 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1690
1691 * textmodes/fill.el (sentence-end-double-space)
1692 (sentence-end-without-period): Move to paragraphs.el.
1693 (fill-indent-according-to-mode): Change default to t.
1694 (fill-context-prefix): Simplify control-flow and use a more
1695 sophisticated merge that unifies both previous checks.
1696 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1697 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1698 (fill-nobreak-p): New fun.
1699 (fill-region-as-paragraph): Use it.
1700 Handle `fill-indent-according-to-mode' slightly differently.
1701 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1702 (fill-individual-paragraphs-citation): Fix.
1703
1704 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1705 (paragraph-start): Change default to the `text-mode' value.
1706 (sentence-end-double-space, sentence-end-without-period):
1707 Move from fill.el.
1708 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1709 rather than rebinding `paragraph-start' and `paragraph-separate'.
1710
1711 * indent.el (indent-line-function): Change default to indent-relative.
1712 (tab-always-indent): Add an `never' setting.
1713 (indent-according-to-mode): Handle `indent-relative' and
1714 `indent-relative-maybe' specially.
1715 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1716 Handle the `never' case for `tab-always-indent'.
1717 Don't call indent-according-to-mode for indent-relative' and
1718 `indent-relative-maybe'.
1719 (insert-tab): Rename `prefix-arg' to `arg'.
1720 (indent-region): Indent the first line as well.
1721 (indent-relative): Don't mark the buffer modified if the indentation
1722 is unchanged.
1723
1724 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1725 Don't set paragraph-separate. Set paragraph-start more carefully.
1726 Set indent-line-function.
1727 (paragraph-indent-text-mode): Use it and define-derived-mode.
1728 (text-mode-map): Remove the \t binding.
1729 (text-mode): Simplify now that the default is more favorable.
1730
1731 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1732
1733 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1734 If the regexp doesn't match, use a looser one.
1735 (find-variable-noselect): Add `file' argument.
1736
1737 * pcvs.el (cvs-mode-commit-hook): New hook.
1738 (cvs-mode-commit): Run it.
1739
1740 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1741
1742 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1743 (edebug-instrument-function): Use `find-function-noselect'.
1744
1745 2001-10-29 Richard M. Stallman <rms@gnu.org>
1746
1747 * term.el (term-if-emacs19): Macro deleted.
1748 Callers changed to use progn instead.
1749
1750 * frame.el (blink-cursor-mode): Doc fix.
1751
1752 * files.el (find-backup-file-name): Use make-backup-file-name.
1753
1754 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1755 window-live-p.
1756 (edebug-set-conditional-breakpoint): Unconditionally use
1757 the former Emacs >=19 definition.
1758 (edebug-mark): Define unconditionally.
1759 (edebug-eval-expression): Always call read-from-minibuffer
1760 and specify history list.
1761 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1762 edebug-set-conditional-breakpoint.
1763 (edebug-emacs-version-specific): Function deleted;
1764 do the job at top level.
1765 (edebug-emacs-19-specific): Function deleted, this is the default.
1766
1767 2001-10-29 Sam Steingold <sds@gnu.org>
1768
1769 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1770 "/cygdrive/LETTER/" pathnames.
1771
1772 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1773
1774 * faces.el (invert-face): Check for 'unspecified, not for nil,
1775 when testing whether face colors are not specified.
1776 From David.Kastrup@t-online.de (David Kastrup).
1777 (read-face-name): Doc fix.
1778 (make-face-bold, make-face-unbold, make-face-italic)
1779 (make-face-unitalic, make-face-bold-italic, invert-face):
1780 Remove trailing blank from the prompt passed to read-face-name.
1781
1782 2001-10-29 Sam Steingold <sds@gnu.org>
1783
1784 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1785 Report numbers of files skipped and failed too.
1786 (byte-compile-file): Return 'no-byte-compile for skipped files.
1787
1788 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1789
1790 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1791 and `M p'.
1792
1793 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1794
1795 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1796 as is on unread-command-events instead of `(SECOND-CHAR)'.
1797
1798 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1799
1800 * vc.el: Mention vc-*-switches in backend API documentation.
1801 (vc-annotate): Adapt doc string to recent change.
1802
1803 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1804
1805 * enriched.el (enriched-face-ans): Handle face attributes
1806 of the form `(FACE1 FACE2 ...)'.
1807
1808 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1809
1810 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1811
1812 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1813
1814 * progmodes/sql.el (sql-db2): Doc change.
1815 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1816 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1817
1818 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1819
1820 * env.el (substitute-env-vars): Don't quote argument to `rx';
1821 it's a macro.
1822
1823 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1824
1825 * cus-start.el (recursive-load-depth-limit): Added.
1826
1827 2001-10-28 Richard M. Stallman <rms@gnu.org>
1828
1829 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1830 All uses removed--assume Emacs version is >= 20.
1831
1832 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1833 by really checking that it is not version 18.
1834
1835 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1836
1837 2001-10-28 Miles Bader <miles@gnu.org>
1838
1839 * faces.el (face-attribute): Add INHERIT argument, consider face
1840 inheritance if it's non-nil.
1841 (face-attribute-merged-with): New function.
1842 (face-attribute-specified-or): New macro.
1843 (face-foreground, face-background, face-stipple): Add INHERIT
1844 argument. Use `face-attribute-specified-or'.
1845
1846 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1847
1848 * font-lock.el: Require `syntax'.
1849 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1850 Use `c-font-lock-syntactic-face-function' for c languages.
1851 (font-lock-mode): Don't unset vars when turning the mode off.
1852 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1853 (font-lock-extra-managed-props): New var.
1854 (font-lock-default-unfontify-region): Use it.
1855 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1856 Don't eval the value when there's no match.
1857 (font-lock-ppss-stats): New var.
1858 (font-lock-ppss): New fun.
1859 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1860 (font-lock-apply-highlight): Allow `highlight' to set several props.
1861 (font-lock-set-defaults): Use dolist.
1862 (font-lock-unset-defaults): Remove.
1863 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1864 Try to recognize prototypes using `foo P_ ((args))'.
1865 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1866 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1867 (c-font-lock-syntactic-face-function): New function.
1868 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1869 (c++-keywords): Use a more sophisticated regexp to handle
1870 shallowly nested templates.
1871
1872 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1875 (sgml-tag): Use it. Cleanup with `cond'.
1876 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1877 Mark the overlays and only delete those that are marked.
1878 (sgml-skip-close-p): Remove.
1879 (sgml-value): Replace sgml-skip-close-p with its definition.
1880 (html-tag-alist): Use sgml-xml a bit more.
1881 (html-mode): Set sgml-empty-tags.
1882
1883 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1884 (texinfo-update-node, texinfo-sequential-node-update):
1885 Don't bind the obsolete `auto-fill-hook'.
1886 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1887 Use `set-buffer' rather than `switch-to-buffer'.
1888 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1889 Use `set-buffer' rather than `switch-to-buffer'.
1890
1891 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1892 text-mode-syntax-table.
1893 (mail-mode): Use define-derived-mode.
1894 Fix ordering of alternatives in adaptive-fill-regexp.
1895 (mail-mode-map): Don't rely on keymap's internal representation.
1896
1897 2001-10-27 Sam Steingold <sds@gnu.org>
1898
1899 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1900 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1901 (sgml-mode-common): Call it.
1902 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1903 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1904 (html-horizontal-rule, html-image, html-ordered-list):
1905 (html-unordered-list, html-list-item, html-paragraph):
1906 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1907 `html-xhtml'.
1908
1909 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1910
1911 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1912 (ifnothtml): New alias.
1913
1914 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1915
1916 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1917 (toggle-text-mode-auto-fill): Use derived-mode-p.
1918
1919 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1920
1921 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1922 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1923
1924 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1927 Add make-obsolete cookies, to follow faces.el.
1928
1929 These changes avoid warnings from the byte compiler in faces.el:
1930
1931 * faces.el (internal-get-face): Use facep instead of the obsolete
1932 internal-find-face.
1933 (internal-frob-font-weight, internal-frob-font-slant):
1934 New defaliases for obsolete functions.
1935 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1936 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1937 (x-make-font-bold-italic): Use internal-frob-font-weight and
1938 internal-frob-font-slant aliases instead of the obsolete
1939 x-frob-... functions.
1940
1941 2001-10-26 Sam Steingold <sds@gnu.org>
1942
1943 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1944 DOCTYPE; set `mode-name' based on it.
1945 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1946 (sgml-tag): Close empty tags in XHTML.
1947
1948 2001-10-26 Jason Rumney <jasonr@gnu.org>
1949
1950 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1951 when UNICODE is not defined.
1952
1953 2001-10-26 Sam Steingold <sds@gnu.org>
1954
1955 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1956 be alone on the line.
1957
1958 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1959
1960 * button.el (button): Special face definition for MS-DOS terminals.
1961
1962 2001-10-26 Sam Steingold <sds@gnu.org>
1963
1964 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1965 Protect the /= test by checking that the args are non-nil.
1966 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1967
1968 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1969
1970 * textmodes/artist.el (artist-version): 1.2.4.
1971 (artist-butlast-fn): New variable.
1972 (artist-butlast): New function.
1973 (artist-ellipse-mirror-quadrant): Use it.
1974 (artist-mouse-draw-poly): Use nil for `point-list'.
1975 (artist-mouse-draw-poly): Check for point-list being nil.
1976
1977 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1978
1979 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1980 lambda expression.
1981 (ps-mode-menu-main): Submenu with options on/off was replaced with
1982 a toggle button.
1983 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1984 (ps-mode): Autoload cookie added on same line as comment
1985 (ps-mode-tabkey, ps-mode-backward-delete-char):
1986 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1987 `indent-to' with `indent-line-to'
1988 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1989 instead of `eval'.
1990 (ps-mode-print-region): Use `with-temp-buffer'.
1991 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1992 (numerous places): Add back-tick and tick around names in
1993 docstrings, fix punctuation in docstrings, remove trailing spaces.
1994
1995 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1996
1997 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1998 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1999 (sgml-font-lock-syntactic-keywords): New var.
2000 (sgml-mode-common): Drop the two args.
2001 Don't make buffer-local variables that aren't used.
2002 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
2003 Don't set `before-string' props from sgml-display-text.
2004 (sgml-mode): Use define-derived-mode.
2005 (sgml-tags-invisible): Use sgml-display-text.
2006 (sgml-quote): New command.
2007 (html-tag-alist): Add args for `span'.
2008 (html-mode): Use define-derived-mode.
2009 Set sgml-display-text and sgml-tag-face-alist.
2010
2011 2001-10-25 Sam Steingold <sds@gnu.org>
2012
2013 * add-log.el (add-log-always-start-new-record): New user option.
2014 (add-change-log-entry): Use it.
2015
2016 2001-10-25 Richard M. Stallman <rms@gnu.org>
2017
2018 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
2019 bind case-fold-search if FROM is not all lower case.
2020
2021 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2022
2023 * startup.el (normal-top-level): Check for frame-initial-frame
2024 only if it's really used.
2025
2026 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2027
2028 * progmodes/compile.el (compilation-parse-errors-filename-function):
2029 New variable.
2030 (compilation-parse-errors): Use it.
2031
2032 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2033
2034 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2035 interactively so that C-u M-C-x still does edebug.
2036 (checkdoc-sentencespace-region-engine): Don't force a double-space
2037 after `.' if it doesn't look like an end-of-sentence.
2038 (debug-ignored-errors): Add `disambiguate ...'.
2039
2040 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2041
2042 * textmodes/texinfo.el (texinfo-environments)
2043 (texinfo-environment-regexp): Hoist.
2044 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2045 Only highlight the menu name in menu items.
2046 Setup `@foo ... @end foo' as text clones.
2047 (texinfo-clone-environment): New function.
2048 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2049 (texinfo-insert-block): Simplify.
2050 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2051 the command is repeated.
2052 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2053 (texinfo-insert-@end): Simplify.
2054
2055 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2056 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2057 (texinfo-subsubsection-level-regexp)
2058 (texinfo-update-menu-same-level-regexps)
2059 (texinfo-update-menu-higher-regexps)
2060 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2061
2062 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2063 (derived-mode-p): Autoload.
2064
2065 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2066 New vars and functions.
2067 (text-clone-maintain, text-clone-create): New functions.
2068
2069 2001-10-25 Miles Bader <miles@gnu.org>
2070
2071 * facemenu.el (facemenu-add-new-face): Fix variable names.
2072
2073 2001-10-24 Richard M. Stallman <rms@gnu.org>
2074
2075 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2076 of t and nil values.
2077 (facemenu-set-face): Handle START and END interactively.
2078 (facemenu-set-foreground): Don't use a face; specify color directly.
2079 (facemenu-set-background): Likewise.
2080 (facemenu-set-face-from-menu): Doc fix.
2081 (facemenu-active-faces): Use face-attribute-vector
2082 to handle bare attributes not in faces.
2083 (facemenu-get-face): Don't handle face names fg:... and bg:...
2084 specially.
2085 (facemenu-add-new-face): New argument MENU.
2086 New way to handle adding colors to the color menus.
2087
2088 * env.el (substitute-env-vars): Quote the arg to rx.
2089
2090 2001-10-24 Sam Steingold <sds@gnu.org>
2091
2092 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2093 Control" and "SGML" groups.
2094
2095 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2096
2097 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2098 Better handling of C++ template args to avoid confusion with `<'
2099 and `>' used as operators in member init expressions.
2100
2101 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2102
2103 * replace.el (perform-replace): Move START and END parameters
2104 to the end of the argument list and make them optional.
2105
2106 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2107 perform-replace.
2108
2109 * international/fontset.el (x-must-resolve-font-name): New function.
2110 (x-complement-fontset-spec): Use it.
2111
2112 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2113
2114 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2115
2116 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2117 Turn caadr into caar of cdr.
2118
2119 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2120
2121 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2122 of mouse-{1,2} since dragging is on the down event.
2123
2124 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2125
2126 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2127 if ARG is nil.
2128
2129 * desktop.el (desktop-last-buffer): New variable.
2130 (desktop-create-buffer): Set it.
2131 (desktop-read): Bind it and switch to that buffer.
2132
2133 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2134
2135 * progmodes/compile.el (compilation-set-window-height):
2136 Select old window only if it's still live.
2137
2138 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2139
2140 * help-mode.el (help-buffer): Remove debugging code.
2141 From Stefan Monnier <monnier@cs.yale.edu>.
2142
2143 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2144
2145 * files.el (file-name-sans-extension, file-name-extension):
2146 Don't count the leading dots in file names as signaling an extension.
2147
2148 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2149
2150 * vc.el (vc-diff-switches): Doc rewritten.
2151
2152 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * tooltip.el (tooltip-set-param): Doc fix.
2155
2156 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2157 127 to sgml-maybe-name-self.
2158 (sgml-name-8bit-mode): Doc fix.
2159 (sgml-char-names-table): New variable.
2160 (sgml-name-char): Support non-ASCII and mule-unicode-*
2161 characters. Doc fix.
2162 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2163
2164 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2165 doc string the effect of `left' and `top' parameters in
2166 tooltip-frame-parameters, the default values, and the units.
2167 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2168 (tooltip-show): Mention in the doc string the `top' and `left'
2169 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2170
2171 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2172
2173 Add autoscaling support for vc-annotate.
2174 From J.D. Smith <jdsmith@alum.mit.edu>.
2175
2176 * vc.el (vc-annotate-display-default): Accept colormap scaling
2177 ratio (now deprecated).
2178 (vc-annotate-display-autoscale): Added.
2179 (vc-annotate-add-menu): New autoscaling menu options "Span to
2180 Oldest" and "Span Oldest->Newest". Easymenu support added for
2181 toggle menus driven by customize variable `vc-annotate-display-mode'.
2182 (vc-annotate-display-select): Added.
2183 (vc-annotate): Changed temp-buffer-show-function to
2184 `vc-annotate-display-select'.
2185 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2186 Added argument OFFSET. Instead of backend function, calls now
2187 generic `vc-annotate-difference'.
2188 (vc-annotate-difference): Added as generic function instead of
2189 backend-specific function. No longer takes argument POINT, but
2190 instead accepts a time OFFSET.
2191 (vc-default-annotate-current-time): Added.
2192
2193 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2194 version in vc.el, with
2195 (vc-cvs-annotate-current-time): Added, as override of default.
2196 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2197 `vc-cvs-annotate-difference'.
2198
2199 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2200
2201 * saveplace.el (save-place): Require `saveplace'.
2202
2203 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2204 Use `sexp' for :value-type instead of `face'.
2205
2206 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2207
2208 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2209 regexps due to 5-digit message IDs.
2210
2211 2001-10-21 Jason Rumney <jasonr@gnu.org>
2212
2213 * term/w32-win.el (redisplay-dont-pause): Don't set.
2214
2215 2001-10-21 Miles Bader <miles@gnu.org>
2216
2217 * help-funs.el (help-manyarg-func-alist): Variable removed.
2218
2219 2001-10-21 Miles Bader <miles@gnu.org>
2220
2221 * help-funs.el (help-manyarg-func-alist): Remove entries for
2222 `insert', `insert-and-inherit', `insert-before-markers',
2223 `insert-before-markers-and-inherit', `message', `message-box',
2224 `message-or-box', `propertize', `format', `encode-time', `append',
2225 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2226 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2227 `ml-prefix-argument-loop'.
2228
2229 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2230
2231 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2232 (vc-default-diff-tree): New functions.
2233 (vc-version-diff): Use them. As a result, coding systems are now
2234 set up properly for all sorts of diffs, and tree diffs can now
2235 also be done locally.
2236 (vc-diff): With a prefix argument, don't require that it's called
2237 from a buffer under version control.
2238 (diff-switches): Remove duplicate definition.
2239
2240 * vc-cvs.el (vc-cvs-diff-tree): New function.
2241
2242 2001-10-21 Miles Bader <miles@gnu.org>
2243
2244 * help-funs.el (help-manyarg-func-alist): Remove entries for
2245 `list', `vector', `make-byte-code', `call-process',
2246 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2247 `logand', `logior', and `logxor'.
2248
2249 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2250 image bits to compensate. Use `make-string' instead of
2251 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2252
2253 2001-10-20 Kim F. Storm <storm@cua.dk>
2254
2255 * simple.el (kill-ring-save): Don't show extent of copied region
2256 if using transient-mark-mode and region is fully visible.
2257
2258 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2259
2260 * (Version 21.1 released.)
2261
2262 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2263
2264 * files.el (auto-mode-alist): Associate .indent.pro with
2265 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2266
2267 2001-10-18 Sam Steingold <sds@gnu.org>
2268
2269 Put the *Compile-Log* buffer in `compilation-mode'.
2270 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2271 (byte-compile-log-1, byte-compile-log-file)
2272 (displaying-byte-compile-warnings): Use it
2273
2274 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2275
2276 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2277
2278 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2279
2280 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2281
2282 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2283
2284 * obsolete/hilit19.el (hilit-lookup-face-create):
2285 Call set-face-font only if display-graphic-p.
2286 (toplevel): Remove references to window-system.
2287
2288 2001-10-18 Miles Bader <miles@gnu.org>
2289
2290 * simple.el (what-line): Avoid problems with field properties.
2291
2292 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2295 Define special colors for a tty.
2296
2297 2001-10-17 Francesco Potorti` <pot@gnu.org>
2298
2299 * comint.el (comint-password-prompt-regexp): Make it less
2300 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2301
2302 2001-10-17 John Wiegley <johnw@gnu.org>
2303
2304 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2305 a regular file, before checking if it is a directory or symlink.
2306 This avoids a call to eshell-file-attributes, which can be
2307 expensive in some situations.
2308
2309 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2310 customization variable, to differentiate ls-in-dired from regular
2311 uses of ls.
2312
2313 2001-10-17 Miles Bader <miles@gnu.org>
2314
2315 * custom.el (defface): Mention `:inherit' in doc-string.
2316
2317 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2318
2319 * paren.el: Update the Commentary with installation instructions.
2320
2321 2001-10-15 Dave Love <fx@gnu.org>
2322
2323 * international/mule.el (set-auto-coding): Fix regexps for local
2324 variables section not to eat newlines.
2325
2326 2001-10-15 Miles Bader <miles@gnu.org>
2327
2328 * simple.el (display-message-or-buffer): Pass the correct buffer
2329 to `display-buffer'.
2330
2331 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2332
2333 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2334 (executable-find): Use exec-suffixes.
2335 (executable-set-magic): Don't use make-local-hook.
2336
2337 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2338
2339 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2342 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2343 Add .so to the Unix and GNU branch.
2344
2345 * international/latin-1.el:
2346 * international/latin-2.el:
2347 * international/latin-3.el:
2348 * international/latin-4.el:
2349 * international/latin-5.el:
2350 * international/latin-8.el:
2351 * international/latin-9.el: Add no-byte-compile: t, since
2352 Makefile.in instructs make-docfile to look at .el files.
2353
2354 2001-10-14 Miles Bader <miles@gnu.org>
2355
2356 * button.el (define-button-type): Allow supertype property to be
2357 specified with a keyword `:supertype' too.
2358 (button-put, make-text-button): Allow button type property to be
2359 specified using the keyword `:type' too.
2360 (button-type): New function.
2361 (button): Add `button-category-symbol' property.
2362
2363 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2364
2365 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2366 indent-new-comment-line from comment-indent-new-line.
2367
2368 * textmodes/refill.el (refill-mode):
2369 Bind DEL to backward-delete-char-untabify.
2370 Set backward-delete-char-untabify-method to `hungry'.
2371
2372 * textmodes/bib-mode.el (bib-mode):
2373 * play/gomoku.el (gomoku-mode):
2374 * textmodes/page-ext.el (pages-directory-mode):
2375 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2376
2377 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2378
2379 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2380
2381 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2382 Handle here-docs differently.
2383 (sh-font-lock-heredoc): Remove.
2384 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2385 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2386 (sh-font-lock-open-heredoc): New functions.
2387 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2388 (sh-font-lock-keywords-1): Use regexp-opt.
2389 (sh-in-comment-or-string): Use syntax-ppss.
2390 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2391 (sh-select, sh-tmp-file): Add explicit terminating \n.
2392
2393 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2394 Use with-current-buffer.
2395 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2396 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2397 filename), catch any error that occurs in `ange-ftp-cd'.
2398 If an error happened, don't bother sending `cmd' at all.
2399 Fix a parenthesis typo.
2400 (ange-ftp-write-region): Don't blindly use binary if the remote host
2401 is unix-like.
2402
2403 * play/pong.el (pong-init): Don't use make-local-hook.
2404
2405 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2406
2407 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2408 (viper-get-ex-address-subr): More precise addr for the $ marker
2409
2410 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2411
2412 * version.el (emacs-version): Bump to 21.1.50.
2413
2414 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2415
2416 * mail/mailalias.el (mail-directory-stream): Do not double
2417 variables in the lambda-list.
2418
2419 * play/gomoku.el (gomoku-init-display): Ditto.
2420
2421 * play/landmark.el (lm-init-display): Ditto.
2422
2423 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2424 (delimit-columns-rectangle-line): Ditto.
2425
2426 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2427
2428 * newcomment.el (comment-region-internal): Don't rebind
2429 invisibility_spec now that the C routines handle it correctly.
2430
2431 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2432
2433 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2434 and `same-frame'.
2435
2436 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2437
2438 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2439
2440 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2441 C-p and C-r. Remove redundant bindings from inheriting maps.
2442
2443 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2444 After 4.23 and: After 4.24:
2445 (cperl-contract-levels): Restore position.
2446 (cperl-beautify-level): Likewise.
2447 (cperl-beautify-regexp): Likewise.
2448 (cperl-commentify): Rudimental support for length=1 runs
2449 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2450 After 4.25:
2451 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2452 (imenu-example--create-perl-index): Was not enforcing
2453 syntaxification-to-the-end.
2454 (cperl-invert-if-unless): Allow `for', `foreach'.
2455 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2456 Mark qw(), m()x as indentable.
2457 (cperl-init-faces): Highlight `sysopen' too.
2458 Highlight $var in `for my $var' too.
2459 (cperl-invert-if-unless): Was leaving whitespace at end.
2460 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2461 (cperl-calculate-indent): Remove old commented out code.
2462 Support (primitive) indentation of qw(), m()x.
2463 After 4.26:
2464 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2465 q [] with intervening newlines.
2466 (cperl-autoindent-on-semi): New customization variable.
2467 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2468 (cperl-tips): Mention how to make CPerl the default mode.
2469 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2470 (cperl-outline-level): New function.
2471 (cperl-highlight-variables-indiscriminately): New customization var.
2472 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2473 From Sean Kamath <kamath@pogo.wv.tek.com>.
2474 (cperl-after-block-p): Support CHECK and INIT.
2475 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2476 From Doug MacEachern <dougm@covalent.net>.
2477 After 4.27:
2478 (cperl-find-pods-heres): Recognize \"" as a string.
2479 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2480 Allow whitespace between << and "FOO".
2481 (cperl-problems): Remove \"" and q [] with intervening newlines.
2482 Mention multiple <<EOF as unsupported.
2483 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2484 (cperl-indent-parens-as-block): New configuration variable.
2485 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2486 Use `cperl-indent-parens-as-block'.
2487 (cperl-find-pods-heres): Test for =cut without empty line instead of
2488 complaining about no =cut.
2489 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2490 (cperl-find-pods-heres): Likewise.
2491 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2492 POD could've been marked as comment already.
2493 (cperl-unwind-to-safe): Unwind before start of POD too.
2494 After 4.28:
2495 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2496 After 4.29:
2497 (x-color-defined-p): Make an extra case to peacify the warning.
2498 Toplevel: `defvar' to peacify the warnings.
2499 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2500 No -nw-compile time warnings now.
2501 (cperl-find-tags): TAGS file had too short substring-to-search.
2502 Be less verbose in non-interactive mode
2503 (imenu-example--create-perl-index): Set index-marker after name
2504 (cperl-outline-regexp): New variable.
2505 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2506 (cperl-mode): Made use `cperl-outline-regexp'.
2507 After 4.30:
2508 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2509 (cperl-outline-level): Make start-of-file same level as `package'.
2510 After 4.31:
2511 (cperl-electric-pod): `head1' and `over' electric only if empty.
2512 (cperl-unreadable-ok): New variable.
2513 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2514 on an unreadable file.
2515 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2516 on an unreadable directory.
2517
2518 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2519 Consider the text between two errors as belonging to the first error.
2520 (compilation-goto-locus): Use pop-to-buffer rather than
2521 switch-to-buffer-other-frame.
2522
2523 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2524 (awk-font-lock-syntactic-keywords): New var.
2525 (awk-mode): Use it.
2526
2527 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2528
2529 * faces.el (describe-face): Call help-setup-xref earlier.
2530
2531 * jka-compr.el (jka-compr-load-suffixes): New var.
2532 (jka-compr-install): Add its content to load-suffixes.
2533 (jka-compr-uninstall): Remove its content from load-suffixes.
2534
2535 2001-10-12 Sam Steingold <sds@gnu.org>
2536
2537 * bindings.el (completion-ignored-extensions): CL-related
2538 extensions are platform-independent.
2539
2540 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2541 asynchronous multiple file copying.
2542
2543 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2544
2545 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2546 Turn error for repeated variables into warning.
2547
2548 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2549 New function checking that lambda-list consists of non-constant
2550 symbols, that &rest and &optional are followed by variable names,
2551 that &rest VAR is the last element, and that variables aren't doubled.
2552 (byte-compile-lambda): Use it.
2553
2554 2001-10-12 Eli Barzilay <eli@barzilay.org>
2555
2556 * calculator.el (calculator-eng-display): Don't call concat
2557 with an integer argument.
2558
2559 2001-10-12 Miles Bader <miles@gnu.org>
2560
2561 * help-mode.el (help-customize-face): New button-type.
2562
2563 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2564 (describe-face): Fix args to `help-xref-button'.
2565 Don't switch to help-buffer around call to `help-setup-xref'.
2566 Use `help-buffer' instead of hard-wired "*Help*".
2567 Require `help-mode'.
2568
2569 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2570
2571 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2572
2573 * help-mode.el (help-buffer): New function.
2574 Returns the buffer-name to use for help output.
2575 Change all the code to use it instead of hard-coding *Help*.
2576 (help-mode-map): Put back the mouse-2 binding.
2577 (help-xref-stack): Change the format and make buffer-local.
2578 (help-xref-stack-item): Make buffer-local.
2579 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2580 (help-xref-interned): Display the face doc as well.
2581 (help-follow-mouse): Re-introduce.
2582 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2583 (help-do-xref): Don't `push' any more.
2584 (help-follow): Also follow face names.
2585
2586 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2587 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2588 Autoload and cleanup.
2589 (describe-function): Call help-setup-xref.
2590 (describe-variable): Call help-setup-xref earlier.
2591
2592 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2593 (view-lossage): Call help-setup-xref correctly and earlier.
2594 (describe-bindings): Call help-setup-xref earlier.
2595 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2596 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2597
2598 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2599
2600 * master.el (master-mode): Use define-minor-mode instead of
2601 easy-mmode-define-minor-mode. Add autload cookie.
2602 (Commentary): Remove the line showing how to autoload master-mode,
2603 since it's always autoloaded.
2604
2605 * master.el: New file.
2606
2607 2001-10-11 Dave Love <fx@gnu.org>
2608
2609 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2610 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2611 <const-C varset-X const-C>: Fix car/cdr typo.
2612
2613 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2614
2615 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2616 New function extracted from byte-compile-log-1.
2617 (byte-compile-log-1): Change output to be more in line with
2618 the output of other GNU tools.
2619 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2620 (byte-compile-report-error): Downcase error message.
2621 Use `error' instead of `!!' for error messages.
2622 (byte-compile-print-syms): Treat non-interactive case specially.
2623 (displaying-byte-compile-warnings): Use backquote.
2624 (byte-compile-from-buffer): Bind byte-compile-last-line.
2625 (batch-byte-compile): Remove `Done' message.
2626
2627 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2628
2629 * emacs-lisp/copyright.el (copyright): Add final \n.
2630
2631 2001-10-11 Miles Bader <miles@gnu.org>
2632
2633 * diff.el (diff): Display default values in prompts as
2634 `(default ...)', not `(...)'.
2635
2636 * info.el (Info-follow-reference): Likewise.
2637
2638 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2639
2640 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2641
2642 * newcomment.el (comment-indent): Be a little more robust in case
2643 comment-indent-function does funny things.
2644 (comment-normalize-vars): Autoload.
2645 (comment-region-internal): Fiddle with the visibility spec.
2646 (comment-valid-prefix): New function.
2647 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2648 that would turn comment-text into non-comment-text.
2649
2650 * emacs-lisp/syntax.el: New file.
2651
2652 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2653 compatibility cruft.
2654 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2655 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2656 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2657 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2658 tcl-submit-bug-report.
2659 (tcl-mode-syntax-table): Leave \f alone.
2660 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2661 tcl-end-of-defun, tcl-submit-bug-report.
2662 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2663 (tcl-add-emacs-menu): Remove.
2664 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2665 (tcl-keyword-list): Add `chain'.
2666 (tcl-font-lock-syntactic-keywords): New variable.
2667 (tcl-pps-has-arg-6): Remove.
2668 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2669 (tcl-internal-mark-defun): Remove.
2670 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2671 (tcl-mode): Use define-derived-mode. Simplify.
2672 Set comment-indent-function.
2673 (tcl-indent-command): Use line-beginning-position and comment-indent.
2674 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2675 (tcl-indent-line): Use tcl-calculate-indent.
2676 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2677 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2678 (tcl-filter): Use with-current-buffer, simplify.
2679 (inferior-tcl-mode): Use define-derived-mode.
2680 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2681 (tcl-simple-in-comment, tcl-in-comment): Removed.
2682 (tcl-files-alist): New function.
2683 (tcl-help-snarf-commands): Use it and return the result directly
2684 rather than through a global variable.
2685 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2686 (tcl-help-on-word): Provide the default value to completing-read.
2687 (tcl-hilit): Remove.
2688 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2689 (tcl-comment-indent): New function.
2690 (tcl-submit-bug-report): Remove.
2691 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2692 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2693 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2694
2695 2001-10-10 Miles Bader <miles@gnu.org>
2696
2697 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2698 (Info-fontify-node): Don't fontify the node if it's already been done.
2699
2700 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2701
2702 * international/iso-transl.el (iso-transl-e-caret)
2703 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2704 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2705
2706 * simple.el (end-of-buffer): Fix code scrolling specially
2707 for the buffer end.
2708
2709 * startup.el (command-line-1): Bind tab-width to 8.
2710
2711 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2712
2713 * emulation/tpu-edt.el: Use defalias instead of fset for
2714 user-visible commands. From Rob Riepel
2715 <riepel@Networking.Stanford.EDU>.
2716
2717 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2718
2719 * ruler-mode.el: New file.
2720
2721 2001-10-09 Miles Bader <miles@gnu.org>
2722
2723 * apropos.el (button): New require.
2724
2725 * help-funs.el: New file, contents mostly from `help.el'.
2726 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2727
2728 * help-mode.el: New file, contents mostly from `help.el'.
2729
2730 * help.el: Don't require `view' when compiling.
2731 (help-with-tutorial, describe-function, describe-function-1)
2732 (variable-at-point, describe-variable, locate-library):
2733 Functions moved into `help-funs.el'.
2734 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2735 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2736 (help-setup-xref, help-xref-following, help-make-xrefs)
2737 (help-xref-button, help-insert-xref-button, help-xref-interned)
2738 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2739 (help-xref-on-pp): Functions moved into `help-mode.el'
2740 (help-mode-map, help-xref-stack, help-xref-stack-item)
2741 (help-highlight-p, help-highlight-face, help-back-label)
2742 (help-xref-symbol-regexp, help-xref-mule-regexp)
2743 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2744 (help-symbol, help-back, help-info, help-customize-variable)
2745 (help-function-def, help-variable-def):
2746 Button-types moved into `help-mode.el'.
2747 (load-symbol-file-load-history, symbol-file):
2748 Functions moved into `subr.el'.
2749 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2750 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2751
2752 * subr.el (symbol-file-load-history-loaded)
2753 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2754
2755 * loadup.el ("button"): Load removed.
2756
2757 * button.el (define-button-type): Respect any `supertype' property.
2758 (button-type-subtype-p, button-has-type-p): New functions.
2759
2760 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2761 dollar-signs.
2762
2763 * comint.el (comint-insert-previous-argument): New function.
2764 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2765 (comint-insert-previous-argument-last-start-pos)
2766 (comint-insert-previous-argument-last-index): New variables.
2767
2768 * apropos.el (apropos-next-label-button): Use the presence of a
2769 `apropos-label' property to detect label buttons.
2770
2771 2001-10-08 Miles Bader <miles@gnu.org>
2772
2773 * button.el (next-button, previous-button): Remove N and WRAP
2774 parameters. Don't pay attention to `skip' properties.
2775 (forward-button): Implement wrapping, iterating, and skipping here
2776 instead.
2777 (button-activate): USE-MOUSE-ACTION is optional.
2778 (button-nop): Function removed.
2779 (default-button): Use `ignore' as default button action.
2780
2781 * apropos.el (apropos-next-label-button): Update arguments to
2782 `next-button'.
2783 (apropos-symbol): Add `skip' property.
2784 (apropos-function, apropos-macro, apropos-command)
2785 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2786 (apropos-plist): New button types.
2787 (apropos-label-properties): Variable removed.
2788 (apropos-print): Pass button-type to apropos-print-doc, rather
2789 than help function and label text.
2790 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2791 Get button label from TYPE.
2792
2793 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2794
2795 * help.el (help-mode): Use define-derived-mode.
2796 (describe-mode): Add optional `buffer' arg.
2797 Use it instead of going through help-xref-mode.
2798 Avoid doubling the word `minor' when prettifying.
2799 (describe-function-1): List the corresponding key bindings.
2800 (describe-variable): Say if the var is automatically buffer-local.
2801 If the source is `loaddefs.el', look for the real source.
2802 (help-xref-mode): Remove.
2803
2804 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2805 the file says no-byte-compile.
2806
2807 2001-10-08 Miles Bader <miles@gnu.org>
2808
2809 * button.el (next-button, previous-button): Respect `skip' property.
2810
2811 2001-10-07 Miles Bader <miles@gnu.org>
2812
2813 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2814 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2815 `woman-follow-word' instead of `woman-mouse-2'.
2816 (woman-follow-word): Renamed from `woman-mouse-2'.
2817 Follow current unconditionally, since this function is now only
2818 bound to M-mouse-2. Use accessor functions.
2819 (WoMan-highlight-references): Use `make-text-button'.
2820 (woman-xref): New button type.
2821
2822 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2823 ("button"): New load, just before "help" (which uses it).
2824
2825 * help.el (help-mode-map): Make button-buffer-map our parent.
2826 Don't bind mouse events or tab/backtab.
2827 (help-function, help-variable, help-face, help-coding-system)
2828 (help-input-method, help-character-set, help-back, help-info)
2829 (help-customize-variable, help-function-def, help-variable-def):
2830 New button types.
2831 (help-button-action): New function.
2832 (describe-function-1): Pass help button-types to
2833 `help-xref-button' rather than help function and help-echo string.
2834 Don't put multiple help-function args in a list to pass them to
2835 help-xref-button, just pass them as multiple arguments.
2836 Use `help-insert-xref-button' to make [back]-button, rather than
2837 `help-xref-button'.
2838 (help-xref-button): Take a button-type TYPE as a parameter rather
2839 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2840 and add a &rest parameter ARGS to serve the same purpose.
2841 Use `make-text-button' to add the button.
2842 (help-insert-xref-button): Use `insert-text-button' to add the button.
2843 (help-follow-mouse, help-next-ref, help-previous-ref):
2844 Functions removed.
2845 (help-do-xref): New function.
2846 (help-follow): Use `push-button' and `help-do-xref' to do most of
2847 the work.
2848
2849 * apropos.el (apropos-symbol, apropos-label): New button types.
2850 (apropos-symbol-button-display-help)
2851 (apropos-label-button-display-help, apropos-next-label-button):
2852 New functions.
2853 (apropos-mode-map): Make button-buffer-map our parent.
2854 Don't bind mouse events.
2855 (apropos-print, apropos-print-doc): Create buttons instead of text
2856 properties.
2857 (apropos-mouse-follow): Function removed.
2858 (apropos-follow): Use buttons.
2859
2860 * button.el: New file.
2861
2862 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2863
2864 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2865 Remove.
2866
2867 2001-10-05 Richard M. Stallman <rms@gnu.org>
2868
2869 * add-log.el (add-change-log-entry): Skip copyright notice
2870 and copying permission notice at start of file, if any.
2871 Make use of terms "entry" and "item" accord with Emacs manual.
2872 Simplify the logic for moving point while entering or creating
2873 an entry and then an item.
2874 (add-change-log-entry-other-window): Doc fix.
2875
2876 2001-10-06 Miles Bader <miles@gnu.org>
2877
2878 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2879 removed; they apparently don't work with faces.
2880
2881 2001-10-05 Sam Steingold <sds@gnu.org>
2882
2883 * textmodes/sgml-mode.el (html-xhtml): New user option.
2884 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2885 (html-ordered-list, html-unordered-list, html-list-item)
2886 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2887 (sgml-skip-close-p): New function.
2888 (sgml-value): Use it.
2889
2890 2001-10-05 Sam Steingold <sds@gnu.org>
2891
2892 * calendar/diary-lib.el (diary-entry-compare): When times are
2893 identical, compare the entries lexicographically.
2894
2895 2001-10-06 Miles Bader <miles@gnu.org>
2896
2897 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2898 Use `minibuffer-prompt-end'.
2899
2900 * simple.el (previous-matching-history-element): Fix misplaced
2901 parentheses.
2902
2903 2001-10-05 Miles Bader <miles@gnu.org>
2904
2905 * rfn-eshadow.el: New file.
2906
2907 2001-10-05 Miles Bader <miles@gnu.org>
2908
2909 * cus-face.el (custom-face-attributes): Make sure each attribute
2910 has a valid default value. Remove hacks that mapped `nil' to
2911 `off' and used nil to mean `unspecified'. Remove `unspecified'
2912 choices from all attributes (unspecified is handled by the parent
2913 checklist).
2914 * cus-edit.el (custom-face-edit-convert-widget)
2915 (custom-face-edit-deactivate, custom-face-edit-activate)
2916 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2917 New functions.
2918 (custom-face-edit): Specify a custom :convert-widget.
2919 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2920 Don't pass in default filters that map between `nil' and `off' and
2921 `unspecified' and `nil'.
2922
2923 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2924
2925 * progmodes/compile.el (compilation-buffer-name): New function.
2926 (compile-internal): Use it to determine the name of the
2927 compilation buffer.
2928
2929 2001-10-05 Miles Bader <miles@gnu.org>
2930
2931 * progmodes/compile.el (grep-use-null-device): New variable.
2932 (grep-command): Mention `grep-use-null-device'.
2933 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2934 Make computation of `grep-command' respect `grep-use-null-device'.
2935 (grep): Respect `grep-use-null-device'.
2936 Call `grep-compute-defaults' even if grep-command is set, if
2937 grep-use-null-device is still tentative.
2938
2939 * subr.el (call-process-shell-command): New function.
2940
2941 2001-10-05 Miles Bader <miles@gnu.org>
2942
2943 * simple.el (previous-matching-history-element)
2944 (next-history-element, next-complete-history-element): Use
2945 `minibuffer-' functions instead of calling `field-' functions directly.
2946 (minibuffer-prompt-end, minibuffer-contents):
2947 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2948 Functions removed (now subrs).
2949 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2950
2951 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2952 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2953 instead of calling `field-' functions directly.
2954 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2955
2956 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2957
2958 * files.el (find-file-noselect): If file's read-only status has
2959 changed on disk, ask if buffer's read-only status should be
2960 changed, unless NOWARN is set.
2961
2962 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2963 alias for define-setf-method.
2964
2965 * bindings.el: Remove no-byte-compile from file local variables
2966 to enable bootstrapping.
2967
2968 2001-10-04 Andrew Innes <andrewi@gnu.org>
2969
2970 * faces.el (face-font-registry-alternatives) [windows-nt]:
2971 Make gb2312 an alias for gb2312.1980.
2972
2973 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2974
2975 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2976 (uniquify-reverse-components): Remove.
2977
2978 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2979 Make sure the file is readable.
2980 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2981 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2982 (batch-byte-recompile-directory): Pass arg=0.
2983
2984 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2985 (perl-calculate-indent): Use it.
2986 (perl-backward-to-noncomment): Use forward-comment.
2987
2988 * derived.el (define-derived-mode, derived-mode-make-docstring):
2989 Allow `parent' to be nil.
2990
2991 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2992 Use define-derived-mode.
2993 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2994
2995 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2996
2997 * emacs-lisp/lselect.el: Use facep iso find-face.
2998
2999 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3000 Use regexp-opt.
3001 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
3002 (lisp-font-lock-syntactic-face-function): New function.
3003 (lisp-mode-variables): Use it. Make arg optional.
3004 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
3005 (lisp-mode): Don't pass an arg to lisp-mode-variables.
3006 Set comment-start-skip.
3007
3008 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
3009
3010 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
3011 (ignore-errors): Don't bother using a `err' symbol.
3012
3013 * emacs-lisp/autoload.el (autoload-ensure-default-file)
3014 (autoload-insert-section-header, autoload-before-p)
3015 (autoload-remove-section): New functions.
3016 (generate-file-autoloads): Use them.
3017 (update-file-autoloads): Use them. Return FILE if there's no cookie.
3018 Make sure the autoload file is properly formatted when creating it.
3019 (update-autoloads-from-directories): Use them as well.
3020 Only update autoloads for files whose timestamp has changed.
3021 Add a dummy entry to remember the files which had no autoload cookies.
3022
3023 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3024
3025 * subr.el (define-key-after): Allow `key' to be longer than 1.
3026 (make-local-hook): Make obsolete.
3027 (add-hook, remove-hook): Don't use make-local-hook any more.
3028 (make-syntax-table): Inherit all chars from s-s-t.
3029
3030 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3031
3032 This is a fix for a report saying that resuming a search with C-s
3033 C-s doesn't use the case-fold-search setting of the previous
3034 search (C-s ... M-c ... then C-s C-s).
3035
3036 * isearch.el (isearch-last-case-fold-search): New variable.
3037 (isearch-mode): Remember value of isearch-case-fold-search
3038 in isearch-last-case-fold-search.
3039 (isearch-done): Quote value of isearch-case-fold-search.
3040 (isearch-repeat): When resuming a search, restore
3041 isearch-case-fold-search from isearch-last-case-fold-search.
3042
3043 Added to NEWS.
3044
3045 * startup.el (inhibit-startup-buffer-menu): New user-option.
3046 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3047 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3048
3049 This allows upto 99999 messages in the summary without screwing up
3050 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3051
3052 * mail/rmailsum.el (rmail-make-summary-line)
3053 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3054 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3055 Allow 5-digit message ids instead of 4.
3056
3057 This adds expansion of environment variables in the value
3058 specified with M-x setenv. Added to NEWS.
3059
3060 * env.el (substitute-env-vars): New function.
3061 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3062 environment variables in VALUE. Return VALUE.
3063
3064 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3065
3066 * Branch for 21.1.
3067
3068 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3071
3072 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3073
3074 * emulation/tpu-edt.el: Make messages match original TPU/edt
3075 editor. From riepel@Stanford.EDU (Rob Riepel).
3076
3077 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3078
3079 * rect.el: Update maintainer's email address.
3080
3081 2001-10-02 Andreas Schwab <schwab@suse.de>
3082
3083 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3084 and Extended Passive Mode, resp.
3085
3086 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3087
3088 These changes add support for Calendar-related items in the
3089 menu bar on tty's as well:
3090
3091 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3092 unconditionally.
3093 (calendar-mode): Set up activate-menubar-hook unconditionally.
3094
3095 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3096 calls x-popup-menu only if popup menus are supported.
3097 (calendar-mouse-insert-hebrew-diary-entry)
3098 (calendar-mouse-insert-islamic-diary-entry)
3099 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3100 (calendar-mouse-view-other-diary-entries)
3101 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3102 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3103 Call cal-menu-x-popup-menu instead of x-popup-menu.
3104
3105 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3106
3107 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3108
3109 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3110
3111 * emacs-lisp/rx.el: New file.
3112
3113 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3114
3115 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3116
3117 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * frame.el (select-frame-by-name, other-frame): Doc fix.
3120
3121 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3122
3123 * play/snake.el (snake-score-file): Use temporary-file-directory
3124 instead of a literal "/tmp". Suggested by Robert
3125 <robert@chezmarshall.freeserve.co.uk>.
3126
3127 * play/tetris.el (tetris-score-file): Ditto.
3128
3129 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3130
3131 * apropos.el (apropos-print): Make the directions inserted at the
3132 beginning of the *Apropos* buffer more clear.
3133
3134 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3135
3136 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3137 Added comments.
3138
3139 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3140
3141 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3142 "\\s-" when defining comment-end-skip.
3143
3144 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3145
3146 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3147 Call get-buffer-window first second arg `visible'.
3148
3149 * international/mule-diag.el (list-input-methods-1):
3150 Output something that's independent of Emacs' version.
3151
3152 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3153 calling byte-to-position with a nil tar-header-offset.
3154
3155 2001-09-27 Simon Josefsson <jas@extundo.com>
3156
3157 * mail/sendmail.el (send-mail-function): Doc fix.
3158 (mail-do-fcc): Error if header-end is not a marker.
3159 (mail-do-fcc): Add a comment.
3160 (mail-reply-to): Doc fix.
3161 (mail-signature): Make ATPOINT optional.
3162 (mail-yank-original): Use cond instead of nestled if.
3163
3164 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3165
3166 * info.el (Info-on-current-buffer): Default arg to "Top".
3167
3168 2001-09-25 Eli Barzilay <eli@barzilay.org>
3169
3170 * calculator.el (calculator-copy-displayer): New user-option.
3171 (calculator-displayer-prev, calculator-displayer-next):
3172 Renamed from calculator-displayed-{left,right}.
3173 (calculator, calculator-standard-displayer)
3174 (calculator-num-to-string, calculator-update-display)
3175 (calculator-copy, calculator-put-value): Bug and display fixes.
3176
3177 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3178
3179 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3180 (ebnf-version): New version (3.6.1).
3181
3182 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3183 (ebnf-bnf-non-terminal-chars): New internal const.
3184 (ebnf-bnf-lex): Fix code.
3185
3186 * ebnf-iso.el: Fix character range regexp. Doc fix.
3187 (ebnf-iso-non-terminal-chars): New internal const.
3188 (ebnf-iso-lex): Fix code.
3189
3190 * ebnf-yac.el: Fix character range regexp. Doc fix.
3191 (ebnf-yac-skip-chars): New internal const.
3192 (ebnf-yac-skip-code): Fix code.
3193
3194 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3195
3196 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3197
3198 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3199 passing it to VC.
3200
3201 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3202 case where the file is relative.
3203
3204 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3205
3206 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3207 same on each side. Make sure we properly handle simple quotes.
3208 From Daiki Ueno <ueno@unixuser.org>.
3209
3210 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3211
3212 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3213 <jas@extundo.com>.
3214
3215 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3216 some items of the Options menu.
3217
3218 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3219
3220 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3221
3222 * vc-hooks.el (vc-delete-automatic-version-backups):
3223 Don't fail if the directory doesn't exist.
3224
3225 * diff-mode.el (diff-default-read-only): New var.
3226 (diff-mode): Use it.
3227
3228 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3231 Use make-keymap instead of copy-keymap, since copying the global
3232 keymap messes up the menu bar.
3233
3234 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3235 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3236
3237 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3238
3239 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3240
3241 * dired-aux.el (dired-insert-subdir): Pass switches to
3242 dired-build-subdir-alist.
3243
3244 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3245
3246 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3247 caused %#a and %#b to be mis-formatted.
3248
3249 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3250
3251 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3252 ccmode, emacs-mime, and eudc manuals.
3253
3254 2001-09-19 Sam Steingold <sds@gnu.org>
3255
3256 w32 find cannot be used with `grep-find'.
3257 * progmodes/compile.el (find-program): New variable.
3258 (grep-compute-defaults): Use it to set `grep-find-command'.
3259
3260 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3261
3262 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3263
3264 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3265
3266 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3267 programming. Doc fix.
3268 (ebnf-version): New version (3.6).
3269 (ebnf-eps-begin): Data fix.
3270 (ebnf-begin-file): Code fix.
3271
3272 * ebnf-bnf.el: Doc fix.
3273 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3274
3275 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3276
3277 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3278
3279 * ps-print.el: Better face mapping for black/white PostScript printers.
3280 Check if mark is active when printing a region. Doc fix.
3281 (ps-print-version): New version number (6.5.5).
3282 (ps-print-color-p): Customization fix.
3283 (ps-black-white-faces): New option.
3284 (ps-black-white-faces-alist): New internal var.
3285 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3286 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3287 (ps-nb-pages-region): Interactive fix.
3288 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3289 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3290
3291 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3294 numeric month value, and allow the Kanji character after the it to
3295 be missing (happens with ls-lisp's output on Japanese versions of
3296 MS-Windows).
3297
3298 2001-09-18 Miles Bader <miles@gnu.org>
3299
3300 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3301 it's empty (and thus probably a new patch file about to be edited).
3302
3303 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3304
3305 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3306 Check for '(' in column 0 of doc string.
3307
3308 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3309 of `nth' so that using a vector as bounding-box works.
3310 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3311
3312 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3313
3314 * vc.el (vc-annotate): Use current workfile version explicitly as
3315 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3316
3317 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3318
3319 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3320 convert-standard-filename doesn't guarantee that the .el extension
3321 is preserved.
3322
3323 * dos-fns.el (convert-standard-filename): Replace invalid
3324 characters only after converting dash/underscore to a period.
3325 (original-make-auto-save-file-name): New.
3326 (make-auto-save-file-name): New function, overrides the definition
3327 on files.el and calls the original function via
3328 original-make-auto-save-file-name.
3329
3330 * mail/rmail.el (top-level): Require mule-utils when compiling.
3331 (rmail-decode-babyl-format): Use detect-coding-with-priority
3332 instead of detect-coding-region, to favor detection of emacs-mule
3333 encoded Babyl files written by rmailout.el etc. Suggested by
3334 Kenichi Handa <handa@etl.go.jp>.
3335
3336 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3337
3338 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3339 Use `equal', not `=', since the device number can be a cons cell.
3340
3341 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3342
3343 * simple.el: Comment out change of 2001-09-13.
3344
3345 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3346
3347 * progmodes/compile.el (grep-compute-defaults): Don't set
3348 grep-command/grep-find-command when it is already non-nil.
3349 (grep-command): Make it a user option.
3350 (grep-find-command): Likewise.
3351
3352 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3353
3354 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3355 inhibit quit.
3356
3357 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3358
3359 * files.el (make-auto-save-file-name): If long file names are not
3360 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3361 generating an auto-save file name from it.
3362
3363 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3364
3365 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3366 (ps-nb-pages-region): Signal an error if called interactively
3367 and the mark is not active.
3368
3369 * simple.el (minibuffer-prompt-modification)
3370 (minibuffer-prompt-insertion): New functions.
3371 (minibuffer-prompt-properties): Use `modification-hooks' and
3372 `insert-in-front-hooks'.
3373
3374 2001-09-12 Richard M. Stallman <rms@gnu.org>
3375
3376 * textmodes/outline.el (outline-regexp): Doc fix.
3377 Initialize it in the defcustom, the usual way.
3378
3379 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3380
3381 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3382 from `ediff-meta-info' properties need not be an overlay.
3383 From David Ponce <dponce@voila.fr>.
3384
3385 * isearch.el (isearch-intersects-p): Fix end checks.
3386
3387 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3388
3389 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3390 `t' branch of `cond', since Irix 6.1 and up is a special case of
3391 the standard dbx interface.
3392
3393 2001-09-11 Miles Bader <miles@gnu.org>
3394
3395 * comint.el (comint-send-input): When waiting for echoed input,
3396 don't save the expected end position in `echo-end', so that things
3397 work properly even if the buffer is modified elsewhere at the same
3398 time [this happens if `comint-truncate-buffer' is used].
3399
3400 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3401
3402 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3403 when constructing imenu-generic-expression from outline-regexp.
3404
3405 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3406
3407 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3408 `equal' instead of `=', since they can be cons cells. From Nils
3409 Goesche <cartan@cartan.de>.
3410
3411 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3412
3413 * vc.el (vc-annotate): Rewrote doc string.
3414
3415 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3416
3417 * time-stamp.el: Update Stephen Gildea's email address.
3418
3419 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3420
3421 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3422 enable-multibyte-characters = nil. From Hallvard B Furuseth
3423 <h.b.furuseth@usit.uio.no>.
3424
3425 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3426
3427 * ediff-init.el (ediff-highest-priority): Bug fix.
3428
3429 * viper-cmd.el (viper-special-read-and-insert-char): New function
3430 that reads a character and uses the current input method or
3431 iso-accents when appropriate.
3432
3433 * viper.el and all others: Corrections to the comment blocks at
3434 the top.
3435
3436 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3437
3438 * info.el (Info-goto-node): Doc fix.
3439
3440 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3441
3442 * isearch.el (isearch-intersects-p): New function.
3443 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3444 use isearch-intersects-p, and clean up.
3445
3446 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3447
3448 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3449 and "german8", for the new German orthography dictionaries,
3450 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3451 the entries, to keep the line length balanced for loaddefs.el.
3452
3453 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3454
3455 * comint.el (comint-send-input): Handle comint-process-echoes
3456 differently.
3457
3458 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3459
3460 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3461
3462 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3463
3464 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3465
3466 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3467
3468 * server.el (server-switch-buffer):
3469 * textmodes/refer.el (refer-find-entry-internal):
3470 * term/sup-mouse.el (sup-pos-to-window):
3471 * term/bg-mouse.el (bg-window-from-x-y):
3472 * emacs-lisp/edebug.el (edebug-window-live-p):
3473 Use get-window-with-predicate.
3474
3475 * window.el (get-window-with-predicate): Renamed from some-window.
3476 (some-window): Make it an alias.
3477
3478 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3479
3480 * simple.el (undo): Remove positions from buffer-undo-list up to
3481 the next undo boundary only.
3482
3483 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3484
3485 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3486 Kim <ryk@dspwiz.com>
3487
3488 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3489 the message "Creating customization items...done".
3490
3491 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3492
3493 * font-lock.el (toplevel): Require `jit-lock' only if
3494 font-lock-support-mode is set to jit-lock-mode.
3495
3496 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3497
3498 * international/quail.el (quail-use-package, quail-inactivate)
3499 (quail-activate): Mention the hooks these functions run in their
3500 doc strings.
3501
3502 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3503
3504 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3505 of file in header of menu.
3506
3507 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3508
3509 * env.el (setenv): Interactively, if VARIABLE has a current value,
3510 add that to the front of the history, as the doc string says.
3511
3512 * comint.el (comint-send-input): Change help-echo.
3513 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3514
3515 * bookmark.el (bookmark-write-file): Bind print-length and
3516 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3517
3518 * obsolete/uncompress.el: Moved there from lisp/.
3519
3520 * comint.el (comint-insert-clicked-input): Goto point-max before
3521 deleting previous input. From "Dr Francis J. Wright"
3522 <F.J.Wright@qmw.ac.uk>.
3523
3524 * simple.el (backward-word): Doc fix.
3525
3526 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3527
3528 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3529 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3530 * w32-fns.el: Add Keywords header.
3531
3532 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3533
3534 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3535 "Text Properties". Suggested by Simon Marshall
3536 <Simon.Marshall@midas-kapiti.com>.
3537
3538 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3539
3540 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3541 consulting the value of file-name-coding-system.
3542
3543 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3544
3545 * help.el (describe-function-1): Save precomputed `file-name' rather
3546 than recomputing it (incorrectly) with `symbol-file'.
3547
3548 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3549
3550 * international/isearch-x.el (isearch-exit-recursive-edit):
3551 Take three parameters, since it's used as an after-change-function.
3552
3553 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3554 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3555 from doc strings.
3556
3557 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3558
3559 * progmodes/glasses.el (glasses-convert-to-unreadable):
3560 Consider underscores as in `glasses-make-readable'.
3561
3562 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3563
3564 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3565 MS-DOS, since cpp might not be available.
3566
3567 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3568 Mention "yank" in the help-echo text.
3569 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3570
3571 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3572
3573 * newcomment.el (comment-indent): Insert spaces more carefully.
3574
3575 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3576
3577 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3578 exists. From Andy Petrusenco <andy@int.spb.ru>.
3579
3580 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3581 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3582 <andy@int.spb.ru>.
3583
3584 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3585
3586 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3587 Instead of running mouse-yank-at-click, see what the event is
3588 bound to outside Isearch and run that.
3589
3590 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3591
3592 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3593 Fix the menu entry to mention transient-mark-mode.
3594
3595 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3596
3597 * simple.el (eval-expression-print-level): Fix last change.
3598
3599 * bindings.el (mode-line-coding-system-map): New variable.
3600 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3601
3602 * simple.el (eval-expression-print-level): Change the type
3603 of the defcustom to allow nil.
3604
3605 * emacs-lisp/find-gc.el: Moved here from lisp/.
3606
3607 * international/quail.el (quail-completion-1):
3608 Reverse the ((CHAR . DEFN) ...) list before processing it.
3609 From Kenichi Handa <handa@etl.go.jp>.
3610
3611 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3612 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3613
3614 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3617 aren't supported. This avoids the annoying gray strip drawn by
3618 the Windows version instead of the missing tool bar.
3619
3620 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3621
3622 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3623 and tooltips more consistent. From "Marshall, Simon"
3624 <Simon.Marshall@midas-kapiti.com>.
3625
3626 * startup.el (fancy-splash-screens): Temporarily set
3627 minor-mode-map-alist to nil while displaying splash screens.
3628
3629 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3630
3631 * buff-menu.el: Add Keywords header.
3632 Doc fix (C-x C-b is bound to list-buffers).
3633
3634 * dired-x.el: Add keyword files to get listed in finder.
3635 Remove confusing notes about GNU Emacs 19.
3636
3637 * dired.el, dired-aux.el: Add Keywords header.
3638
3639 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3640
3641 * vc.el (vc-revert-file): Call the backend even if the FILE's
3642 contents can be reverted locally; pass new arg CONTENTS-DONE
3643 down to the backend.
3644
3645 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3646 optional arg CONTENTS-DONE.
3647
3648 2001-08-28 Andrew Innes <andrewi@gnu.org>
3649
3650 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3651
3652 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * makefile.nt (install): Copy more *.el files.
3655
3656 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3657
3658 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3659 instead of `w' which is already in use.
3660
3661 * gs.el (gs-load-image): Use sleep-for.
3662 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3663
3664 2001-08-28 Miles Bader <miles@gnu.org>
3665
3666 * replace.el (query-replace-regexp-eval): Return args from
3667 `interactive' form in correct order.
3668
3669 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3670
3671 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3672 major modes, don't create panes for modes for which
3673 mouse-buffer-menu-alist returns an empty alist.
3674
3675 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3676
3677 * progmodes/hideshow.el: Update first-line description.
3678 Sync comments w/ maintainer version 5.31.
3679
3680 (hs-isearch-open): Default value now `code'.
3681 Fix docstring to use "code blocks" vs "comment blocks",
3682 as opposed to "block" vs "comment".
3683 (hs-flag-region): Accept `hs-isearch-open' value
3684 of `block' as synonymous w/ `code'.
3685 (hs-hide-block-at-point): For code blocks, pass `code'
3686 to `hs-flag-region' instead of `block'.
3687
3688 2001-08-28 Miles Bader <miles@gnu.org>
3689
3690 * comint.el (comint-next-prompt): Don't loop infinitely if
3691 {next,previous}-single-char-property-change returns its input
3692 position when the search fails.
3693
3694 2001-08-27 Miles Bader <miles@gnu.org>
3695
3696 * comint.el (comint-get-old-input-default): Don't signal an error
3697 if point is not on an input field; instead, return the current
3698 line (using `comint-bol' to skip any prompt, in case we're not
3699 using fields at all).
3700
3701 * man.el (Man-mode-line-format): Variable removed.
3702 (Man-mode): Change `mode-line-buffer-identification' instead of
3703 `mode-line-format'.
3704
3705 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3706
3707 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3708 From Simon Josefsson <jas@extundo.com>.
3709
3710 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3711
3712 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3713 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3714
3715 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3716 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3717
3718 * emacs-lisp/lselect.el: Ditto.
3719
3720 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3721 Remove periods from the end of error message strings.
3722 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3723
3724 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3725 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3726
3727 * net/telnet.el: Ditto.
3728
3729 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3730
3731 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3732 KEYMAP to the call to define-minor-mode.
3733
3734 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3735
3736 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3737 Replace some of the undefined characters with emulations of bidi
3738 formatting characters and Niqud as per SI 1311-1.
3739 (IT-unicode-translations): Ditto.
3740 (IT-display-table-setup, IT-setup-unicode-display):
3741 Fill characters without translations with dos-unsupported-char-glyph.
3742
3743 2001-08-24 Simon Josefsson <jas@extundo.com>
3744
3745 * hl-line.el (hl-line-mode): Don't be a global mode.
3746 (global-hl-line-mode): New function.
3747
3748 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3749
3750 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3751 being reset by Ghostscript. Don't kill the gs process.
3752 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3753
3754 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3755
3756 * term/mac-win.el: Require scroll-bar.
3757
3758 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3759
3760 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3761
3762 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3763
3764 * hexl.el (hexl-insert-multibyte-char) New function.
3765 (hexl-quoted-insert, hexl-self-insert-command)
3766 (hexl-insert-hex-char, hexl-insert-decimal-char)
3767 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3768 Fix the doc strings accordingly.
3769 (hexl-insert-char): Reject characters whose code is above 255.
3770 Doc fix.
3771 (hexl-mode-map): Copy the global keymap instead of creating a
3772 sparse keymap, and bind all self-inserting characters to
3773 hexl-self-insert-command.
3774
3775 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3776
3777 * wid-edit.el (text): Re-order docstring correctly.
3778
3779 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3780
3781 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3782
3783 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3784
3785 * simple.el (line-number-mode): Mention the variable
3786 line-number-display-limit-width in the doc string.
3787
3788 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3789
3790 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3791 Temporarily select EVENT's window for switching buffers.
3792 (mode-line-bury-buffer): New function.
3793 (mode-line-buffer-identification-keymap): Use it instead of
3794 bury-buffer. Bind down-mouse events to prevent global down-mouse
3795 events from shining through.
3796
3797 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3798
3799 * newcomment.el (comment-beginning): Make sure the comment-start
3800 we found isn't a comment-end (in cases where confusion is possible).
3801
3802 2001-08-22 Miles Bader <miles@gnu.org>
3803
3804 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3805 before writing it, so that hard-links don't see new version.
3806
3807 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3808
3809 * gs.el (gs-set-ghostview-colors-window-prop):
3810 Call x-change-window-property with 3rd arg FRAME.
3811 (gs-load-image): Wait for a previous Ghostscript process
3812 to complete before starting a new one.
3813
3814 * image.el (image-type-regexps): Make sure that the TIFF
3815 pattern is only matched at the beginning of a string.
3816 From Markus Rost <rost@math.ohio-state.edu>.
3817
3818 * international/swedish.el: Pre-Mule file removed. From Jonas
3819 Oberg <jonas@gnu.org>.
3820
3821 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3822
3823 * whitespace.el (whitespace-abort-on-error): Add custom variable
3824 to whitespace to abort a write-file if whitespace is detected in file.
3825
3826 * whitespace.el (whitespace-write-file-hook): Hook to be called
3827 when writing a file. If `whitespace-abort-on-error' is set, the
3828 write will abort on detecting whitespaces.
3829 If `whitespace-auto-cleanup' is set, the file will be cleaned
3830 automatically prior to writing.
3831
3832 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3833 whitespaces in the error output!
3834
3835 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3836 `indent-tabs-mode', since the latter notes user preferences on
3837 TABs anyway.
3838
3839 * whitespace.el (whitespace-version): 3.1. All of the above issues
3840 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3841
3842 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3843
3844 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3845 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3846
3847 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3848
3849 2001-08-20 Alex Schroeder <alex@gnu.org>
3850
3851 * sql.el (sql-db2): Doc change.
3852
3853 2001-08-20 Alex Schroeder <alex@gnu.org>
3854
3855 * sql.el (sql-postgres): Add the database at the end of the
3856 parameters instead of at the beginning.
3857 (sql-postgres-options): Doc change.
3858
3859 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3860
3861 * custom.el (defcustom): Doc fix.
3862
3863 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3864
3865 * ps-mule.el (find-composition): Check if (char-after POS)
3866 returns a valid character.
3867
3868 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3869
3870 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3871 original-point for extra CR characters that are added/removed when
3872 the buffer is written/read whose EOL type is -dos.
3873
3874 2001-08-16 Miles Bader <miles@gnu.org>
3875
3876 * simple.el (line-move): Undo previous change.
3877
3878 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3879 property to input-terminating `boundary' overlays to avoid
3880 line-move wierdness.
3881
3882 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3883
3884 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3885 buffer in a save-restriction. Under one test case with Ediff,
3886 window-scroll-functions are run with a window start that's
3887 temporarily outside of the restriction.
3888
3889 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3890
3891 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3892 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3893 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3894 (texinfo-update-menu-region-beginning)
3895 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3896 command, @ifnottex, to regexps, so it is found.
3897
3898 2001-08-16 Andrew Innes <andrewi@gnu.org>
3899
3900 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3901 (DONTCOMPILE): Omit sc.el.
3902
3903 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3904 (DONTCOMPILE): Omit sc.el.
3905
3906 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3907
3908 * replace.el (occur): Bind inhibit-read-only to t.
3909
3910 2001-08-16 Miles Bader <miles@gnu.org>
3911
3912 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3913 calling `constrain-to-field', to avoid problems with comint prompts.
3914
3915 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3916
3917 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3918 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3919
3920 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3921 of a while-loop.
3922
3923 * Makefile.in (DONTCOMPILE): Remove sc.el.
3924
3925 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3926 Don't include term/.
3927
3928 * mail/sc.el: Moved to obsolete/.
3929
3930 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3931
3932 * ps-print.el: Change error function arguments to follow Emacs
3933 message convention. Doc fix.
3934 (ps-print-version): New version number (6.5.4).
3935 (coding-system-for-write): Change declaration position to avoid
3936 XEmacs compilation gripes.
3937 (coding-system-for-read, buffer-file-coding-system):
3938 Declarations to avoid XEmacs compilation gripes.
3939
3940 * ps-mule.el: Doc fix.
3941 (ps-mule-encode-header-string): If STRING is not a string, replace
3942 STRING by empty string.
3943
3944 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3945
3946 * frame.el (show-trailing-whitespace): Doc fix.
3947
3948 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3949
3950 * desktop.el (desktop-save): Insert the coding: tag before
3951 desktop-header.
3952
3953 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3954
3955 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3956 its path from $els.
3957
3958 * image.el (image-jpeg-p): Fix call of substring.
3959
3960 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3961
3962 * play/animate.el (animate-string): Doc fix. Use a buffer
3963 name with stars in it.
3964 (animate-sequence): New function.
3965 From Richard Stallman <rms@gnu.org>.
3966
3967 * frame.el (select-frame-set-input-focus): New function
3968 extracted from other-frame.
3969 (other-frame): Use it.
3970 (next-multiframe-window, previous-multiframe-window): Use it.
3971
3972 * isearch.el (isearch-other-meta-char): Don't switch to the
3973 buffer of a window clicked on, when the current buffer is
3974 in Isearch mode.
3975
3976 * image.el (image-jpeg-p): Test for APPn markers in the range
3977 #xe0..#xef.
3978
3979 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3980
3981 * desktop.el (desktop-save): Don't use concat to form a file
3982 name, use expand-file-name.
3983
3984 * mouse.el (mouse-delete-window): Do nothing if frame has just
3985 one window.
3986
3987 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3988 for the minor mode name.
3989
3990 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3991 minor mode name.
3992
3993 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3994 instead of make-mode-line-mouse2-map.
3995
3996 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3997 the minor mode name.
3998
3999 * emacs-lisp/easy-mmode.el (define-minor-mode):
4000 Use mode-line-minor-mode-keymap for the minor mode name.
4001
4002 * calendar/calendar.el (calendar-mode-line-format):
4003 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
4004
4005 * bindings.el (make-mode-line-mouse-map): Renamed from
4006 make-mode-line-mouse2-map. Take additional arg MOUSE.
4007 (mode-line-modified): Use mouse-3 instead of mouse-2.
4008 (mode-line-buffer-identification-keymap): Bind keys differently.
4009 (propertized-buffer-identification): Adapt help-echo to new bindings.
4010
4011 * bindings.el (mode-line-format): Specify help-echo for line
4012 number, column number and buffer-percent part of the mode-line.
4013
4014 * image.el (image-type-regexps): Allow whitespace at the start
4015 of the image data for XPM, XBM and Postscript, which are
4016 text files.
4017 (image-jpeg-p): Correct calculation of next field offset.
4018
4019 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4020
4021 * battery.el: Fix typo.
4022
4023 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4024
4025 * image.el (image-type-regexps): Allow predicates. Change the way
4026 JPEG images are recognized.
4027 (image-jpeg-p): New function.
4028 (image-type-from-data): Handle predicates in image-type-regexps.
4029
4030 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4031 #:, #x, #o, and similar constructs.
4032
4033 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4034
4035 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4036
4037 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4038 instead of `progn'.
4039
4040 * tar-mode.el (tar-extract): Avoid generating a new buffer
4041 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4042
4043 * textmodes/paragraphs.el (forward-sentence): Avoid building
4044 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4045
4046 * progmodes/executable.el (executable-set-magic):
4047 If executable-find returns a quoted file name, unquote it before
4048 inserting it.
4049
4050 * image.el (image-type-regexps): For JPEG files, use a regexp
4051 derived from the JFIF spec.
4052
4053 * image.el (image-type-regexps): Use `\`' instead of `^' in
4054 most regular expressions.
4055
4056 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4057
4058 * play/animate.el: Re-insert a reference to re-inserted function.
4059
4060 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4061
4062 * help.el (describe-function-1): Use find-function-search-for-symbol
4063 instead of find-function-noselect because the latter follows aliases.
4064
4065 * play/animate.el (animate-birthday-present): Re-insert.
4066
4067 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4068 Handle old-style menu definitions.
4069
4070 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4071
4072 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4073 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4074
4075 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4076 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4077 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4078
4079 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4080
4081 * textmodes/tildify.el: Milan Zamazal has new address.
4082
4083 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4084
4085 * custom.el (custom-set-variables): Don't test `custom-requests'
4086 properties, check the third element of the options passed to
4087 custom-set-variables instead.
4088
4089 * info.el (info-insert-file-contents): Use info-file-exists-p
4090 instead of file-exists-p.
4091
4092 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4093 the mode-line face is restored. Fix several bugs.
4094
4095 * replace.el (perform-replace): Doc fix.
4096
4097 2001-08-02 Francesco Potorti` <pot@gnu.org>
4098
4099 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4100 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4101 (uniquify-fix-item-base, uniquify-fix-item-filename)
4102 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4103 Callers changed.
4104 (uniquify-set-proposed): Changed to work with a vector item.
4105 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4106 the fix list, and a list of strings for the non-file buffer
4107 names. Both changes reduce consing.
4108 (uniquify-rationalize-a-list): Local variable renaming.
4109 (uniquify-rationalize-conflicting-sublist): Use member instead of
4110 assoc.
4111 (uniquify-rename-buffer): Use unless instead of if not.
4112
4113 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4114
4115 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4116
4117 * custom.el (custom-set-variables): Set options with :require
4118 clauses last.
4119
4120 * custom.el (defcustom): Doc fix.
4121
4122 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4123
4124 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4125
4126 * man.el (man): Mention Man-switches in the doc string.
4127 (Man-switches): Mention -a in the doc string.
4128
4129 * textmodes/ispell.el (ispell-alternate-dictionary):
4130 Add /usr/share/lib/dict/words, for Irix.
4131
4132 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4133 corresponding non-kp keys. Suggested by Stephen Gildea
4134 <gildea@stop.mail-abuse.org>.
4135
4136 2001-08-01 Francesco Potorti` <pot@gnu.org>
4137
4138 * uniquify.el: These changes correct a corner case that the old
4139 code managed correctly.
4140 (uniquify-fix-item-proposed): Renamed from
4141 uniquify-fix-item-min-proposed.
4142 (uniquify-set-proposed): New function.
4143 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4144 clarity and speed.
4145 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4146 This is equivalent to what the old code did.
4147 (uniquify-rationalize-a-list): Never recompute the proposed
4148 name. Sort the conflicting sublist before rationalising it: this
4149 is equivalent to what the old code did, but one directory element
4150 at a time, and only when necessary.
4151 (uniquify-rationalize-conflicting-sublist): Recompute here the
4152 proposed name.
4153
4154 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4155
4156 * play/animate.el: Add Keywords and Maintainer. Remove a
4157 reference to a removed function.
4158
4159 * play/animate.el (animate-string): Handle case that the string is
4160 longer than the window is wide.
4161
4162 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4163
4164 * desktop.el (desktop-save): Bind coding-system-for-write to
4165 `emacs-mule' for write-region.
4166
4167 * delsel.el (delete-selection-pre-hook): Don't set this-command
4168 to `ignore' if the region is empty.
4169
4170 * international/mule.el (set-keyboard-coding-system):
4171 Set keyboard-coding-system.
4172
4173 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4174 before accessing it.
4175
4176 2001-07-30 Andreas Schwab <schwab@suse.de>
4177
4178 * menu-bar.el (toggle-highlight-paren-mode):
4179 Use `(show-paren-mode)' as body.
4180
4181 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4182
4183 * vc.el (vc-checkout-hook): New hook.
4184 (vc-checkout): Run it.
4185
4186 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4187
4188 * progmodes/make-mode.el (makefile-macroassign-regex):
4189 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4190
4191 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4192
4193 * vc.el (vc-switch-backend): Fix autoload cookie.
4194
4195 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4196 the desktop file.
4197
4198 2001-07-30 Simon Josefsson <jas@extundo.com>
4199
4200 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4201 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4202
4203 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4204
4205 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4206 (last-sexp-toggle-display): Renamed from last-sexp-print.
4207 (last-sexp-toggle-display, eval-last-sexp-1):
4208 Use last-sexp-setup-props.
4209
4210 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4211 New user-options.
4212 (mouse-wheel-change-button): New function.
4213 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4214 (mwheel-scroll): Ditto.
4215
4216 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4217
4218 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4219 `...', compare with unabbreviated printed representation instead.
4220 (last-sexp-print): Bind print-length and print-level to nil.
4221
4222 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4223 before assigning text properties. Make properties rear-nonsticky.
4224
4225 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4226 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4227 <mouse-2> and <RET> in that map to a function printing the
4228 unabbreviated value.
4229
4230 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4231 is a buffer, put a text property `printed-value' on the printed
4232 representation, with the Lisp object printed as value.
4233
4234 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4235
4236 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4237 Mention the effect of eval-expression-print-length and
4238 eval-expression-print-level in the doc strings. Suggested by
4239 Kevin Gallagher <kevingal@onramp.net>.
4240
4241 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4242
4243 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4244 for buttons > 3.
4245 (xterm-mouse-translate): Handle the case that we don't get a
4246 down-event.
4247
4248 * emacs-lisp/find-func.el (find-function-regexp):
4249 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4250 in front of the function name.
4251
4252 * isearch.el (isearch-other-meta-char): Fix last change.
4253
4254 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4255 similar events for which fake prefix keys are generated. It's no
4256 longer necessary since read_key_sequence doesn't modify these
4257 events for internal purposes anymore.
4258
4259 * files.el (auto-mode-alist): Use nroff-mode for files ending
4260 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4261
4262 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4263
4264 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4265 tool-bar-lines parameter, behave as if its value were zero.
4266 (mouse-avoidance-set-pointer-shape): Don't do anything if
4267 x-pointer-shape is not boundp.
4268
4269 2001-07-23 Francesco Potorti` <pot@gnu.org>
4270
4271 * uniquify.el: Overall speedup changes when using many buffers.
4272 (uniquify-fix-item-base, uniquify-fix-item-filename)
4273 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4274 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4275 place in the item, but was never used.
4276 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4277 in the item is now used as cache for the proposed name.
4278 (uniquify-rationalize-file-buffer-names): Move computation made on
4279 newbuffile out of the loop, in the newbuffile-nd local var.
4280 Use dolist (cosmetic change). Compute the proposed name for the most
4281 common case and cache it in the fourth place in the item.
4282 (uniquify-rationalize-file-buffer-names): Used to return a a list
4283 of buffer whose name was changed, but that return value was never used.
4284 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4285 the cached proposed name, does much less consing and is quicker.
4286 (uniquify-filename-lessp): Deleted.
4287 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4288 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4289 cached proposed name is possible.
4290 (uniquify-get-proposed-name): Arguments changed, callers changed.
4291 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4292 uniquify-possibly-resolvable flag, which is no more bound locally.
4293 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4294 flag, which does not exist any more.
4295
4296 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4297
4298 * term/internal.el (IT-unicode-translations): Fix the appearance of
4299 "6`".
4300
4301 * progmodes/compile.el (compile-internal): If EMACS is already
4302 defined in the environment, don't override its value.
4303
4304 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4305
4306 * play/fortune.el: Undo change of 2001-07-13.
4307 Fix autoload cookies. Add types to defcustoms.
4308 (fortune) <defgroup>: Add :link.
4309 (fortune-from-region): Use eq, not eql.
4310 From Dave Love <fx@gnu.org>.
4311
4312 * play/animate.el (animate-birthday-present): Function removed.
4313
4314 * play/animate.el: New file.
4315
4316 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4317
4318 * startup.el (normal-top-level-add-subdirs-to-load-path):
4319 On Windows, put into normal-top-level-add-subdirs-inode-list the
4320 canonicalized names of the directories instead of inode numbers.
4321
4322 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4323
4324 * ediff-util.el: Copyright years.
4325 (ediff-choose-syntax-table): New function.
4326 (ediff-setup): Use ediff-choose-syntax-table.
4327 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4328 vc-state is available.
4329 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4330
4331 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4332 with-syntax-table.
4333 (ediff-coding-system-for-read): From ediff-diff.el
4334 (ediff-coding-system-for-write): New variable.
4335 (ediff-highest-priority): Fixed the bug having to do with disappearing
4336 overlays.
4337 (ediff-file-remote-p): Use file-remote-p, if available.
4338 (ediff-listable-file): New function.
4339 (ediff-file-attributes): Use ediff-listable-file.
4340
4341 * ediff-mult.el (ediff-meta-insert-file-info1):
4342 Use ediff-listable-file.
4343
4344 * ediff-ptch.el (ediff-prompt-for-patch-file):
4345 Use ediff-coding-system-for-read.
4346 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4347
4348 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4349 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4350
4351 * ediff.el: Date of last update, copyright years.
4352
4353 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4354
4355 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4356 of Scott Bronson.
4357 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4358 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4359 Deleted functions.
4360 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4361 ex-token-list.
4362 (viper-get-ex-address-subr): Convert registers to char data type.
4363
4364 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4365 (viper-memq-char): Use viper-int-to-char.
4366 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4367 vc-locking-state.
4368 (viper-read-key): Use viper-read-key-sequence.
4369
4370 * viper.el (viper-major-mode-modifier-list):
4371 Added inferior-emacs-lisp-mode.
4372 (this-major-mode-requires-vi-state): New function that uses simple
4373 heuristics to decide if vi state is appropriate.
4374 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4375 (viper-non-hook-settings): Don't advise read-key-sequence.
4376 (viper-read-key-sequence): New function that replaces the
4377 previously used advice to read-key-sequence.
4378
4379 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4380 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4381 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4382 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4383 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4384 Got rid of the negative character hack.
4385 (viper-escape-to-state,viper-replace-state-exit-cmd):
4386 Use viper-read-key-sequence.
4387 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4388 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4389 Don't override existing minibuffer-setup-hook.
4390 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4391 Convert registers to char data type.
4392 (viper-autoindent): Use viper-indent-line.
4393
4394 * viper-keym.el: Use viper-exec-key-in-emacs.
4395
4396 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4397
4398 * server.el (server-visit-files): Fix variable name typo.
4399
4400 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4401
4402 * simple.el (delete-trailing-whitespace): Save match data
4403 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4404
4405 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4406
4407 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4408 return a this-error using the alternative format (a pair of markers).
4409
4410 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4411
4412 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4413
4414 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4415 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4416
4417 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4418
4419 * international/iso-transl.el: Fix typo in the header of the file.
4420
4421 * textmodes/picture.el (picture): Doc fix.
4422
4423 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4424 follow coding conventions in generated files.
4425
4426 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4427
4428 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4429 (tool-bar-add-item): Don't call image-related primitives if the
4430 display doesn't support images.
4431
4432 * frame.el (display-images-p): New function.
4433
4434 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4435
4436 * server.el (server-visit-files): Handle the case the specified
4437 column number is <= 0.
4438
4439 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4440
4441 * startup.el (command-line-1): Add support for +LINE:COLUMN
4442 command line argument.
4443
4444 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4445
4446 * server.el (server-process-filter, server-visit-files):
4447 Add support for +LINE:COLUMN style emacsclient calls.
4448
4449 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4450
4451 * emacs-lisp/easy-mmode.el: Add Keywords header.
4452
4453 * play/pong.el: Author has new address.
4454
4455 * play/landmark.el: Author is no more reachable.
4456
4457 * play/handwrite.el: Author is no more reachable.
4458
4459 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4460
4461 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4462 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4463 Complete bindings for F<1..12> keys.
4464 (global-map): Remove `undo' binding (already in the default).
4465 Replace `t<n>' bindings with `f<n>' bindings.
4466
4467 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4468
4469 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4470 (tcl-mode): Use tcl-add-log-defun.
4471 (tcl-indent-line): Use tcl-calculate-indent.
4472 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4473 (tcl-indent-exp): Renamed from indent-tcl-exp.
4474 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4475 (tcl-indent-for-comment): Call comment-indent-function properly
4476 and handle the case where it returns nil.
4477
4478 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4479
4480 * calendar/cal-islam.el (calendar-goto-islamic-date):
4481 Remove autoload cookie.
4482
4483 * calendar/calendar.el (calendar-goto-islamic-date):
4484 Add call to autoload.
4485
4486 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4487
4488 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4489 Don't change compile-auto-highlight globally.
4490 Don't bother with `font-lock-defaults' property since XEmacs
4491 also understands the `font-lock-defaults' variable.
4492 Use make-local-variable rather than make-variable-buffer-local.
4493 Don't `defconst' comment-indent-function: keep the default.
4494 Call easy-menu-add unconditionally.
4495 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4496 (ada-create-menu): Use :included for Emacs as well.
4497
4498 * vc.el (vc-do-command): Autoload.
4499
4500 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4501
4502 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4503
4504 * ps-print.el: Fix Author: header.
4505
4506 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4507
4508 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4509 mouse-1 etc., bind them to `ignore'.
4510
4511 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4512 send-invisible, which is already defined in Comint.
4513 (eshell-watch-for-password-prompt): Use it.
4514
4515 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4516
4517 * which-func.el (which-func-mode): Doc fix.
4518
4519 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4520 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4521 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4522 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4523 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4524 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4525 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4526 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4527 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4528 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4529 * emulation/edt-mapper.el, emulation/edt-pc.el,
4530 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4531 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4532 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4533 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4534 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4535 * international/isearch-x.el, international/iso-cvt.el,
4536 * international/ogonek.el, international/quail.el,
4537 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4538 * language/devanagari.el, language/ethio-util.el,
4539 * language/ethiopic.el, language/european.el, language/indian.el,
4540 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4541 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4542 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4543 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4544 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4545 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4546 * progmodes/autoconf.el, progmodes/cmacexp.el,
4547 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4548 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4549 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4550 * progmodes/ebnf2ps.el, progmodes/executable.el,
4551 * progmodes/fortran.el, progmodes/idlw-shell.el,
4552 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4553 * progmodes/m4-mode.el, progmodes/mantemp.el,
4554 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4555 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4556 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4557 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4558 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4559 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4560 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4561 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4562 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4563 * textmodes/two-column.el, time-stamp.el, timezone.el,
4564 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4565 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4566 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4567 conventions.
4568
4569 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4570
4571 * simple.el (set-variable): Require 'cus-edit' instead of
4572 `wid-edit', so that the Custom widgets get defined.
4573
4574 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4575
4576 * allout.el: A fix to follow coding conventions.
4577
4578 * find-lisp.el: A fix to follow coding conventions.
4579
4580 * term/w32-win.el: A fix to follow coding conventions.
4581
4582 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4583
4584 * term/xterm.el: A fix to follow coding conventions.
4585
4586 * term/news.el: A fix to follow coding conventions.
4587
4588 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4589 header line fixed.
4590
4591 * sun-curs.el: Fix Maintainer: header line.
4592
4593 * emacs-lisp/easymenu.el: Address of the author added.
4594
4595 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4596
4597 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4598 property.
4599
4600 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4601
4602 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4603 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4604 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4605 Some fixes to follow coding conventions.
4606
4607 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4608
4609 * which-func.el (which-func-mode): Doc fix.
4610
4611 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4612
4613 * net/rcompile.el (remote-compile): Use make-local-variable.
4614
4615 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4616
4617 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4618
4619 * mail/reporter.el (reporter-submit-bug-report):
4620 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4621
4622 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4623
4624 * calendar/cal-china.el, calendar/cal-coptic.el,
4625 * calendar/cal-dst.el, calendar/cal-french.el,
4626 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4627 * calendar/cal-iso.el, calendar/cal-julian.el,
4628 * calendar/cal-mayan.el, calendar/cal-persia.el,
4629 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4630 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4631 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4632 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4633 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4634 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4635 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4636 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4637 * progmodes/ada-xref.el, progmodes/cc-align.el,
4638 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4639 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4640 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4641 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4642 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4643 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4644 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4645 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4646 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4647 * textmodes/reftex.el: Some fixes to follow coding
4648 conventions in Eshell files with known maintainers.
4649
4650 * emulation/viper.el: A fix to follow coding conventions.
4651
4652 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4653 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4654 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4655 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4656 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4657 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4658 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4659 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4660 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4661 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4662 conventions in Eshell files.
4663
4664 * composite.el, diff.el, emacs-lisp/levents.el,
4665 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4666 * emulation/pc-mode.el, emulation/viper-cmd.el,
4667 * emulation/viper-ex.el, emulation/viper-init.el,
4668 * emulation/viper-keym.el, emulation/viper-macs.el,
4669 * emulation/viper-mous.el, emulation/viper-util.el,
4670 * emulation/viper.el, forms-pass.el, international/ccl.el,
4671 * international/characters.el, international/encoded-kb.el,
4672 * international/fontset.el, international/ja-dic-cnv.el,
4673 * international/ja-dic-utl.el, international/kinsoku.el,
4674 * international/kkc.el, international/mule-cmds.el,
4675 * international/mule-diag.el, international/mule-util.el,
4676 * international/mule.el, international/titdic-cnv.el,
4677 * language/china-util.el, language/chinese.el,
4678 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4679 * language/greek.el, language/hebrew.el, language/japan-util.el,
4680 * language/japanese.el, language/korea-util.el, language/korean.el,
4681 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4682 * language/slovak.el, language/thai-util.el, language/thai.el,
4683 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4684 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4685 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4686 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4687 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4688 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4689 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4690 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4691 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4692 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4693 to follow coding conventions in files without maintainer or in files
4694 with clear maintainer (but without Maintainer header stating so).
4695
4696 * emacs-lisp/elp.el: A fix to follow coding conventions.
4697
4698 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4699 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4700 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4701 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4702 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4703 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4704 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4705 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4706 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4707 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4708 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4709 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4710 conventions in files from Gnus.
4711
4712 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4713 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4714 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4715 * echistory.el, electric.el, emacs-lisp/authors.el,
4716 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4717 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4718 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4719 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4720 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4721 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4722 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4723 * international/codepage.el, international/iso-ascii.el,
4724 * international/iso-insert.el, international/iso-transl.el,
4725 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4726 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4727 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4728 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4729 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4730 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4731 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4732 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4733 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4734 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4735 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4736 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4737 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4738 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4739 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4740 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4741 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4742 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4743 * textmodes/tex-mode.el, textmodes/text-mode.el,
4744 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4745 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4746 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4747 files maintained by FSF.
4748
4749 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4750
4751 * arc-mode.el: A fix to follow coding conventions.
4752
4753 * bindings.el: Ditto.
4754
4755 * cdl.el: Ditto.
4756
4757 * comint.el: Ditto.
4758
4759 * cus-start.el: Ditto.
4760
4761 * shell.el: Ditto.
4762
4763 * skeleton.el: Ditto.
4764
4765 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4766
4767 * info.el (Info-build-node-completions):
4768 Make Info-current-file-completions buffer local.
4769
4770 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4771
4772 * which-func.el (which-func-mode, which-func-ff-hook)
4773 (which-function-mode): Remove references to which-func-mode-global.
4774
4775 * calendar/cal-islam.el (calendar-goto-islamic-date):
4776 Add autoload cookie.
4777
4778 * play/fortune.el: Add types to defcustoms.
4779
4780 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4781
4782 * language/czech.el: A fix to follow coding conventions.
4783
4784 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4785
4786 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4787 to the extension list, for antlr-mode. From Christoph Wedler
4788 <Christoph.Wedler@sap.com>.
4789
4790 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4791
4792 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4793 (vc-dired-mode-map): Fix the madness.
4794
4795 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4796 (vc-prefix-map): Moved back from vc.el.
4797
4798 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4799
4800 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4801 Increase the size of the obarray.
4802 (mail-extr-all-top-level-domains): Add more toplevel domains,
4803 add more long names.
4804 From: Per Starback <starback@ling.uu.se>.
4805
4806 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4807
4808 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4809 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4810
4811 * progmodes/ada-mode.el: Ditto.
4812
4813 * progmodes/ada-xref.el: Ditto.
4814
4815 2001-07-11 Miles Bader <miles@gnu.org>
4816
4817 * finder.el (finder-insert-at-column): Also move to the next line
4818 if exactly at COLUMN.
4819
4820 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4821
4822 * help.el (describe-function-1): When printing FUNCTION's
4823 documentation, don't assume FUNCTION is a symbol.
4824
4825 * startup.el (normal-top-level): Don't operate on the initial
4826 frame if we failed to create one.
4827
4828 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4829
4830 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4831 itself, i.e. only indent the contents in it.
4832
4833 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4834
4835 * mail/rmail.el (rmail-show-message): Show beginning of message in
4836 all windows containing it.
4837
4838 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4839
4840 * term/tty-colors.el: Fix the header line and copyright years.
4841
4842 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4843
4844 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4845 original definition has an interactive form, but is Elp
4846 instrumented, use the interactive form of the function called by
4847 elp-wrapper.
4848
4849 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4850 configurations with compare-window-configuration; they aren't
4851 window configurations.
4852
4853 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4854 from the server for the format we expect. Don't use it if it
4855 doesn't look like what the Internet draft for FTP extensions specifies.
4856
4857 * toolbar/*.pbm: Cleaned up.
4858 From Luis Fernandes <elf@ee.ryerson.ca>.
4859
4860 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4861
4862 * cc-cmds.el: Extended the kludge to interoperate with the
4863 delsel and pending-del packages wrt to the new function
4864 `c-electric-delete-forward'.
4865
4866 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4867
4868 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4869 to delay the call to <mode> for global minor modes.
4870 (easy-mmode-define-navigation): Only recenter if interactive.
4871
4872 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4873
4874 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4875 to lisp-indent-line.
4876
4877 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4878 from the server. Call encode-time only when we are sure that we
4879 got a 213 response.
4880
4881 2001-07-06 Simon Josefsson <jas@extundo.com>
4882
4883 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4884 (mail-envelope-from): New user option.
4885 (sendmail-send-it): Use it.
4886
4887 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4888
4889 * ps-print.el: Use locale dependant date to print date in header.
4890 Doc fix.
4891 (ps-print-version): New version number (6.5.3).
4892 (ps-right-header, ps-right-footer): Initialization and doc fix.
4893 (ps-time-stamp-locale-default): New fun.
4894
4895 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4896
4897 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4898 field problem with MIME-mode.
4899
4900 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4901
4902 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4903
4904 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4905 MIME-mode.
4906
4907 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4908
4909 * bindings.el (mode-line-mule-info): Don't show the tip with
4910 buffer-file-coding-system if that is nil.
4911
4912 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4913
4914 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4915 instead of kill-line.
4916
4917 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4918 <Pavel@Janik.cz>.
4919
4920 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4921 <Pavel@Janik.cz>.
4922
4923 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4924
4925 * font-lock.el (c-font-lock-keywords-3): When matching something
4926 like `struct X Y', finish with point after Y.
4927
4928 2001-07-04 Simon Josefsson <jas@extundo.com>
4929
4930 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4931 in caller buffer.
4932
4933 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4934
4935 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4936 instead of string-match to find the basename of the file.
4937 From Pascal Obry <p.obry@wanadoo.fr>.
4938
4939 * net/browse-url.el (browse-url-default-windows-browser):
4940 Support the MS-DOS port when it runs on Windows.
4941 (browse-url-browser-function) [ms-dos]: Default to
4942 browse-url-default-windows-browser.
4943
4944 * help.el (locate-library): Enable code that looks for compressed
4945 libraries if auto-compression-mode is on.
4946
4947 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4948
4949 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4950
4951 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4952
4953 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4954
4955 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4956
4957 * allout.el: Fix the header line, so that finder.el recognizes it.
4958 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4959
4960 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4961 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4962
4963 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4964
4965 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4966
4967 * ps-bdf.el (bdf-directory-list): Use the value relative to
4968 installation-directory for MS-Windows as well.
4969
4970 2001-06-29 Richard M. Stallman <rms@gnu.org>
4971
4972 * wid-edit.el (widget-color-sample-face-get):
4973 Return ((foreground-color . COLOR)) instead of constructing a face.
4974
4975 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4976
4977 * faces.el (region): Change the background color for the
4978 light-background color display to lightgoldenrod2, to make it
4979 visible on some laptops.
4980
4981 2001-06-28 Richard M. Stallman <rms@gnu.org>
4982
4983 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4984 (rmail-msg-restore-non-pruned-header): Likewise.
4985 If point was in the old pruned header, put it at the top.
4986 (rmail-msg-prune-header): If point was at the top, keep it there.
4987
4988 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4989 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4990
4991 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4992
4993 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4994
4995 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4996
4997 * saveplace.el: Update maintainer email address.
4998
4999 2001-06-27 Francesco Potorti` <pot@gnu.org>
5000
5001 * uniquify.el: (uniquify-rationalize-file-buffer-names):
5002 Undo previous change.
5003
5004 2001-06-27 Francesco Potorti` <pot@gnu.org>
5005
5006 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
5007 preliminary quick reordering. Can speed things up dramatically.
5008
5009 2001-06-26 Richard M. Stallman <rms@gnu.org>
5010
5011 * dired.el (dired-get-filename): A file name starting with ~
5012 is not absolute in this context.
5013
5014 * which-func.el (which-func-maxout): Increase default to 500000.
5015 (which-function-mode): This is now the "real" name of the function.
5016 (which-func-mode): Now an alias.
5017 (which-func-mode-global): Name deleted.
5018
5019 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
5020 button-2, when binding hs-mouse-toggle-hiding.
5021
5022 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5023
5024 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5025 (rmail-msg-prune-header): Likewise.
5026 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5027 and `rmail-msg-prune-header'.
5028
5029 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5032 back than LINEBEG.
5033
5034 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5035
5036 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5037 window where they clicked the mouse has a header line, adjust
5038 vertical movement by one.
5039
5040 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5041
5042 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5043 too when separating a parenthesis.
5044
5045 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5046
5047 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5048 (bookmark-bmenu-hide-filenames): Add help-echo to
5049 mouse-highlighted text.
5050 (bookmark-bmenu-show-filenames): Remove help-echo property from
5051 the whitespace.
5052
5053 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5056 From Karl Eichwalder <ke@suse.de>.
5057
5058 2001-06-23 Richard M. Stallman <rms@gnu.org>
5059
5060 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5061
5062 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5063 contents for completing-read.
5064
5065 2001-06-22 Richard M. Stallman <rms@gnu.org>
5066
5067 * menu-bar.el (menu-bar-make-toggle): Construct the
5068 function's doc string from HELP, not DOC, and make it accurate by
5069 adding "Toggle whether to " at the front and downcasing the initial.
5070 Change the HELP arg in some calls to make it fit this usage.
5071
5072 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5073 Undo previous change.
5074
5075 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5076
5077 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5078
5079 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5080
5081 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5082
5083 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5084
5085 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5086
5087 2001-06-20 Richard M. Stallman <rms@gnu.org>
5088
5089 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5090 broken out from dabbrev--find-expansion. Handle minibuffer
5091 specially here.
5092 (dabbrev--find-expansion): Simplify code in various ways.
5093 Don't treat minibuffers specially.
5094 Call dabbrev--make-friend-buffer-list.
5095 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5096 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5097
5098 2001-06-19 John Wiegley <johnw@gnu.org>
5099
5100 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5101 Also, added a comment describing how to greatly speedup Eshell
5102 loadup time, by concatenating together all of Eshell's .elc files.
5103
5104 2001-06-19 John Wiegley <johnw@gnu.org>
5105
5106 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5107
5108 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5109
5110 * woman.el (WoMan-highlight-references): Add help-echo to
5111 mouse-highlighted text.
5112
5113 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5114
5115 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5116
5117 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5118
5119 * international/quail.el (quail-start-conversion):
5120 Reset quail-translating to nil.
5121
5122 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5123 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5124
5125 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5126
5127 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5128 mouse-highlighted text.
5129
5130 * dired.el (dired-mark-pop-up): Fix last change.
5131
5132 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5133
5134 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5135 mouse-highlighted text.
5136
5137 * net/quickurl.el (quickurl-url-file): Run through
5138 convert-standard-filename.
5139 (quickurl-list-populate-buffer): Add help-echo to
5140 mouse-highlighted text.
5141 (top-level): Update Dave's URL.
5142
5143 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5144 mouse-highlighted text.
5145
5146 * textmodes/page-ext.el (pages-copy-header-and-position):
5147 Add help-echo to mouse-highlighted text.
5148
5149 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5150 mouse-highlighted text.
5151
5152 * replace.el (occur): Add help-echo to mouse-highlighted text.
5153
5154 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5155 mouse-highlighted text.
5156
5157 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5158 mouse-highlighted text.
5159
5160 * progmodes/compile.el (compile-reinitialize-errors):
5161 Add help-echo to mouse-highlighted messages.
5162 (compilation-forget-errors): Remove help-echo property as well.
5163
5164 * play/landmark.el (lm-plot-square, lm-init-display):
5165 Add help-echo to mouse-highlighted text.
5166
5167 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5168 Add help-echo to mouse-highlighted text.
5169
5170 * dired.el (dired-insert-set-properties): Add help-echo to
5171 mouse-highlighted text.
5172 (dired-mark-pop-up): Remove help-echo property from the file name.
5173
5174 * comint.el (comint-send-input): Add help-echo to
5175 mouse-highlighted text.
5176
5177 * buff-menu.el (list-buffers-noselect): Add help-echo to
5178 mouse-highlighted text.
5179
5180 * arc-mode.el (archive-summarize-files): Add help-echo to
5181 mouse-highlighted text.
5182
5183 * ffap.el (ffap-machine-p): Always return nil if
5184 open-network-stream is not fboundp.
5185
5186 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5187
5188 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5189 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5190 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5191 incorrectly binding chars between 128 and 256 to it.
5192 (sgml-maybe-name-self): Handle latin-1 chars properly.
5193 (sgml-tags-invisible): Bind buffer-file-name to nil.
5194 Use unwind-protect and restore-buffer-modified-p.
5195 (sgml-point-entered): Use buffer-substring-no-properties.
5196 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5197 (html-mode): Don't force `imenu-sort-function'.
5198
5199 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5200
5201 * tar-mode.el: Fix the copyright notice.
5202
5203 * font-lock.el (font-lock-comment-face): For tty's with dark
5204 background, use "red1", since "lightred" is not one of the colors
5205 recognized by tty-colors.el.
5206
5207 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5208 create a buffer for extracted file, in case there's more than one
5209 file by that name in an archive, possibly in different
5210 directories. From Kevin Rodgers <kevinr@ihs.com>.
5211
5212 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5213 <alex@gnu.org>.
5214
5215 2001-06-15 Miles Bader <miles@gnu.org>
5216
5217 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5218 Revert previous change.
5219
5220 2001-06-14 Richard M. Stallman <rms@gnu.org>
5221
5222 * replace.el (keep-lines-read-args): Return just a regexp.
5223 Provide nil for the region args.
5224 (keep-lines, flush-lines, how-many):
5225 Calculate the defaults for the region here, when args are nil.
5226
5227 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5228
5229 * rot13.el (rot13-other-window): Some more doc fix.
5230
5231 2001-06-14 Per Starback <starback@ling.uu.se>
5232
5233 * replace.el (case-replace, query-replace-from-history-variable)
5234 (query-replace-to-history-variable, keep-lines-read-args)
5235 (occur-revert-function, query-replace-help): Dox fix.
5236
5237 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5238
5239 * rot13.el (rot13-other-window): Doc fix.
5240
5241 2001-06-14 Miles Bader <miles@gnu.org>
5242
5243 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5244 of " and \ to "." (punctuation).
5245 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5246
5247 2001-06-13 Richard M. Stallman <rms@gnu.org>
5248
5249 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5250
5251 * simple.el (shell-command-on-region): Never kill the
5252 *Shell Command Output* buffer.
5253
5254 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5255
5256 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5257
5258 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5259
5260 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5261 New var, to recognize ${ $' and PODs.
5262 (perl-font-lock-syntactic-face-function): New function.
5263 (perl-mode): Use them.
5264 (perl-continuation-line-p): New function, from perl-calculate-indent.
5265 (perl-calculate-indent): Use it, to properly handle continuation
5266 lines of continuation lines.
5267
5268 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5269
5270 * server.el (server-process, server-buffer-clients): Doc fix.
5271 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5272
5273 2001-06-09 John Wiegley <johnw@gnu.org>
5274
5275 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5276 test if the last command was Lisp or not.
5277 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5278 B x C".
5279
5280 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5281
5282 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5283 general one on compile.el supports drive letters.
5284
5285 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5286
5287 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5288 key description.
5289
5290 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5291
5292 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5293 (reftex-toc-jump): New command.
5294
5295 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5296 to parse international characters as well.
5297
5298 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5299 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5300
5301 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5302
5303 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5304 TAB to the key separators.
5305
5306 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5307
5308 * international/mule.el (auto-coding-alist): Remove redundant
5309 up-cased versions of the extensions (auto-coding-alist-lookup is
5310 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5311 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5312
5313 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5314
5315 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5316
5317 2001-06-01 Richard M. Stallman <rms@gnu.org>
5318
5319 * help.el (describe-variable): Put value on same line
5320 with preceding text, if it is short enough to look good that way.
5321
5322 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5323
5324 * term/internal.el (IT-unicode-translations): New variable.
5325 (IT-setup-unicode-display): New function.
5326
5327 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5328
5329 * ps-print.el: Handle before-string and after-string overlay properties
5330 in ps-print-*-with-faces commands. Doc fix.
5331 (ps-print-version): New version number (6.5.2).
5332 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5333 for XEmacs.
5334 (ps-prefix-quote): Doc fix.
5335 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5336 (ps-basic-plot-str, ps-plot-string): New funs.
5337
5338 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5339
5340 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5341 and :type spec.
5342
5343 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5344
5345 * international/mule-cmds.el (inactivate-input-method):
5346 Set input-method-function to nil.
5347
5348 * xml.el (xml-parse-tag): The document may contain invalid characters.
5349 From ShengHuo ZHU <zsh@cs.rochester.edu>
5350
5351 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5352
5353 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5354 `rmail-summary-line-decoder' if the message does not have
5355 a Subject: field.
5356
5357 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5358
5359 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5360 New variable.
5361 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5362 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5363 is non-nil.
5364
5365 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5366
5367 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5368
5369 2001-05-29 Sam Steingold <sds@gnu.org>
5370
5371 * faces.el (face-valid-attribute-values): Bind `valid' directly
5372 instead of using `setq'.
5373
5374 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5375 Use `tex-shell-buf'.
5376 (tex-shell-proc): Use `tex-shell-running'.
5377 (tex-shell-buf-no-error): New function.
5378 (tex-send-tex-command): Use it.
5379 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5380 (tex-kill-job): Check the process before calling `quit-process'.
5381
5382 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5383
5384 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5385 UTF-8 sequences.
5386
5387 2001-05-28 Miles Bader <miles@gnu.org>
5388
5389 * comint.el (comint-carriage-motion): Renamed from
5390 `comint-cr-magic'. Operate on the buffer instead of the string
5391 (for use as a comint post-output filter, instead of as a
5392 pre-output filter). Handle backspaces too. Add to the
5393 `comint-output-filter-functions' hook instead of
5394 `comint-preoutput-filter-functions'.
5395
5396 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5397
5398 * language/japan-util.el (japanese-hankaku): Prefer the charset
5399 `jisx0201' when the optional argument `ascii-only' is not specified.
5400 (japanese-hankaku-region): Ditto.
5401 From Katsumi Yamaoka <yamaoka@jpl.org>
5402
5403 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5404
5405 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5406 (outline-invisible-p): New function.
5407 (hide-leaves): Save excursion.
5408 (hide-other): Stop looping when reaching bobp.
5409
5410 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5411
5412 * cus-edit.el (custom-file): Fix last change.
5413
5414 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5415
5416 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5417 same definition in byte-compile-function-environment as `autoload'
5418 would put in `symbol-function'.
5419
5420 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5421 patch to correct the error message as well.
5422
5423 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5424
5425 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5426 unless ~/.emacs exists.
5427
5428 * novice.el (enable-command): If user-init-file is nil or does not
5429 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5430
5431 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5432
5433 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5434 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5435 Allow spaces around macro arguments.
5436 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5437 indent-for-tab-command.
5438 (latex-mode-map, plain-tex-mode-map): New keymaps.
5439 Inherit from tex-mode-map.
5440 (tex-common-initialization): Don't setup the keymap any more
5441 since it's now done right by define-derived-mode.
5442 (latex-mode): Set skeleton-end-hook to nil.
5443 (latex-skeleton-end-hook): Remove.
5444 (tex-latex-block, latex-insert-item): Simplify.
5445 (latex-syntax-after): Use following-char rather than char-after.
5446 (tex-discount-args-cmds, tex-count-words): New functions.
5447
5448 * textmodes/tildify.el (tildify-ignored-environments-alist):
5449 Recognize \verb* as well.
5450
5451 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5452 (perl-comment-indent): Simplify to let newcomment.el do its job.
5453 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5454 (perl-mark-function): Cleanup the namespace.
5455 (perl-calculate-indent): Don't be fooled by nested functions.
5456
5457 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5458
5459 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5460 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5461
5462 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5463
5464 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5465 actually be `\\'.
5466 (ctlau-b5-converter): Likewise.
5467
5468 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5469
5470 * international/titdic-cnv.el (quail-misc-package-ext-info):
5471 Change CTLauB.el to CTLau-b5.el.
5472
5473 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5474
5475 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5476 rather than beginning-of-line to avoid problems with fields.
5477 (gud-perldb-massage-args): Use unless and push.
5478 (gud-chdir-before-run): New var.
5479 (gud-common-init): Use it.
5480
5481 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5482
5483 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5484 delete entries for chinese-ctlau and chinese-ctlaub.
5485 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5486 chinese-ctlaub.
5487 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5488 New functions.
5489
5490 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5491
5492 * cus-edit.el (custom-comment-show): Remove debug code.
5493
5494 * language/japan-util.el (japanese-symbol-table): Fix handling of
5495 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5496
5497 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5498
5499 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5500 Renamed by removing the silly `-flag' suffix.
5501 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5502
5503 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5504
5505 * replace.el (keep-lines-read-args): Use `copy-marker'.
5506 (how-many): Save excursion properly.
5507 (occur-mode): Use define-derived-mode.
5508 (perform-replace): Use with-current-buffer.
5509
5510 2001-05-20 Richard M. Stallman <rms@gnu.org>
5511
5512 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5513
5514 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5515
5516 * info.el (Info-read-subfile): Widen before finding the
5517 desired node in the subfile.
5518
5519 * startup.el (command-line-1): When >2 files visited,
5520 leave the last one visible, and make that the selected window.
5521
5522 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5523
5524 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5525
5526 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5527
5528 * international/ccl.el (define-ccl-program): Fix a typo.
5529 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5530
5531 * international/mule.el (decode-char): Fix a typo. From Pavel
5532 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5533
5534 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5535 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5536
5537 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5538 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5539
5540 2001-05-18 Sam Steingold <sds@gnu.org>
5541
5542 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5543 and [RET] to `cvs-mode-find-file'.
5544
5545 2001-05-18 John Wiegley <johnw@gnu.org>
5546
5547 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5548 configuration variable, which determines the initial character
5549 that forces use of an external version of a command. The default
5550 is *, but may be set to \, for example.
5551
5552 * eshell/esh-ext.el (eshell-explicit-command):
5553 Use `eshell-explicit-command-char' instead of ?*.
5554
5555 * eshell/esh-cmd.el (eshell/which):
5556 Use `eshell-explicit-command-char' instead of ?*.
5557
5558 * eshell/em-cmpl.el (eshell-completion-command-name)
5559 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5560 instead of ?*.
5561
5562 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5563
5564 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5565 subst-char-in-string.
5566 (ange-ftp-after-parse-ls-hook): New variable.
5567 (ange-ftp-ls): Run that hook.
5568 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5569
5570 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5571 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5572 text into *Completions*.
5573
5574 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5575 part of which look like email addresses.
5576
5577 2001-05-18 Andrew Innes <andrewi@gnu.org>
5578
5579 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5580 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5581 cmd.exe's handling of FOR loops.
5582 (autoloads): Set find-file-suppress-same-file-warnings to t to
5583 avoid slew of spurious messages.
5584
5585 2001-05-18 Simon Josefsson <simon@josefsson.org>
5586
5587 * mail/smtpmail.el (maybe-append-domain): Renamed to
5588 `smtpmail-maybe-append-domain'.
5589 (smtpmail-via-smtp): Use the new name.
5590
5591 * net/browse-url.el (browse-url-browser-function): Add kde.
5592 (browse-url-kde-program, browse-url-kde-args): New variables.
5593 (browse-url-kde): New function.
5594
5595 2001-05-18 Miles Bader <miles@gnu.org>
5596
5597 * simple.el (delete-horizontal-space, just-one-space):
5598 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5599 because it's more efficient for large files.
5600
5601 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5602
5603 * mail/rmail.el (rmail-require-mime-maybe): New function.
5604 (rmail): Use it.
5605 (rmail-mode): Handle the case of finding Rmail files.
5606
5607 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5608 functions.
5609
5610 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5611
5612 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5613 text-property after moving to the beginning of line and regardless
5614 of the value of font-lock-multiline.
5615
5616 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5617
5618 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5619
5620 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5621 last coding system used before calling set-buffer-modified-p
5622 because that function changes last-coding-system.
5623
5624 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5625
5626 * files.el (switch-to-buffer-other-window)
5627 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5628 the doc string.
5629
5630 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5631
5632 * language/slovak.el, language/czech.el: New maintainer.
5633
5634 2001-05-16 Sam Steingold <sds@gnu.org>
5635
5636 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5637 sub-form of `defgeneric' correctly.
5638
5639 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5640
5641 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5642 of `c'.
5643
5644 * textmodes/outline.el (outline-font-lock-level): Remove the
5645 condition-case, test what outline-level returns instead, to
5646 ease debugging.
5647
5648 * international/mule.el (auto-coding-regexp-alist): New user-option.
5649 (auto-coding-from-file-contents): New function.
5650 (set-auto-coding): Use it to determine a coding system.
5651
5652 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5653
5654 * mouse.el (mouse-delete-other-windows): Doc fix.
5655
5656 * emacs-lisp/lisp-mode.el (lisp-mode):
5657 Make font-lock-keywords-case-fold-search a buffer-local variable with
5658 make-local-variable before setting it.
5659
5660 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5663 prefixes.
5664
5665 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5666
5667 * hexl.el (hexl-current-address): Print a message when called
5668 interactively.
5669
5670 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5671
5672 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5673
5674 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5675
5676 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5677
5678 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5679
5680 * startup.el (command-line): If parameters have been changed in
5681 the init files which influence font selection, clear the face
5682 cache so that faces get realized with the new parameters.
5683
5684 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5685
5686 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5687
5688 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5689
5690 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5691
5692 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5693 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5694
5695 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5696
5697 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5698 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5699
5700 2001-05-09 John Wiegley <johnw@gnu.org>
5701
5702 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5703 Annotated the documentation string to tell users about
5704 `eshell-no-numeric-conversions'.
5705
5706 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5707 conversions if a Lisp function has the property
5708 `eshell-no-numeric-conversions' set to a non-nil value.
5709
5710 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5711 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5712 property `eshell-no-numeric-conversions' on the following
5713 functions (which all deal with filesystem entities, and never Lisp
5714 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5715 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5716 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5717 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5718 eshell/which, eshell/addpath.
5719
5720 2001-05-09 John Wiegley <johnw@gnu.org>
5721
5722 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5723 encountered as an argument, don't convert it right away, but tag
5724 the first character of the string with the text properties
5725 `number', which signifies to `eshell-lisp-command' that the
5726 argument should be passed through `string-to-number' if it is
5727 actually used in the call to a Lisp function.
5728
5729 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5730 function, convert any string arguments that have been tagged as
5731 "numbers", by calling string-to-number.
5732
5733 * eshell/esh-util.el (eshell-number-regexp): Now that number
5734 conversions only happen for Lisp function calls, the number regexp
5735 should now match all integer and floating point forms.
5736
5737 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5738 `eshell-continue-process', since they are both nonfunctional at
5739 the moment.
5740 (eshell-proc-initialize): Don't bind keys for
5741 `eshell-stop-process' or `eshell-continue-process'.
5742
5743 * eshell/em-unix.el (eshell-shuffle-files):
5744 Apply `directory-file-name' before calling `file-name-directory'.
5745
5746 * eshell/em-hist.el (eshell-add-to-history): Reference to
5747 `eshell-history-ring' needed to be `eshell-history-index'.
5748
5749 * calendar/timeclock.el (timeclock-find-discrep):
5750 Initialize `elapsed' to 0.
5751 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5752 it's still nil.
5753
5754 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5755
5756 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5757 (archive-mode): Use capitalize.
5758 (archive-unique-fname): Use make-temp-file.
5759
5760 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5761
5762 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5763
5764 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5765
5766 * tar-mode.el (tar-extract): Pay attention to the value of
5767 coding-system-for-read, if it is non-nil.
5768
5769 * calendar/holidays.el (holidays): Add an autoload cookie.
5770 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5771
5772 2001-05-08 John Wiegley <johnw@gnu.org>
5773
5774 * calendar/timeclock.el (timeclock-workday-remaining):
5775 Changed logic for determining how much time is remaining.
5776 (timeclock-workday-elapsed): Don't accept a "relative" argument
5777 for the current day's elapsed time. What could that have meant?
5778 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5779 (timeclock-when-to-leave): Changed logic, similarly to what was
5780 done for `timeclock-workday-remaining'.
5781 (timeclock-find-discrep): Removed "today-only" argument, which had
5782 no meaning. Fixed some more math problems. The function now
5783 returns a three member list: (TOTAL-TIME-DISCREPANCY
5784 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5785
5786 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * w32-fns.el (convert-standard-filename): Start replacing slashes
5789 from the beginning of the file name, not from where the last
5790 invalid character was. From "Andrew Maguire (SWW)"
5791 <Andrew.Maguire@Smallworld.co.uk>
5792
5793 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5794
5795 The following changes are to provide infrastructure for handling
5796 MIME messages to rmail. They don't affect the original behaviour
5797 if rmail-enable-mime is nil.
5798
5799 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5800 (rmail-search-mime-message-function)
5801 (rmail-search-mime-header-function): New variables.
5802 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5803 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5804 `rmail-view-buffer' is hidden.
5805 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5806 call rmai-show-mime-function.
5807 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5808 mode-line-process of rmail-view-buffer.
5809 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5810 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5811 buffer.
5812 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5813 set-buffer to the Rmail buffer.
5814 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5815 rmail-search-mime-header-function.
5816 (rmail-search-message): New function.
5817 (rmail-search): Call rmail-search-message to check if a message
5818 matches REGEXP, lastly update point after calling
5819 rmail-show-message.
5820 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5821 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5822 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5823 header region, refer to rmail-msgref-vector while setting the
5824 current buffer to rmail-buffer temporarily.
5825 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5826 If rmail-enable-mime is non-nil, call
5827 rmail-insert-mime-forwarded-message-function instead of inserting
5828 forwarded message by itself.
5829
5830 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5831 Rmail buffer.
5832 (rmail-set-label, rmail-next-labeled-message): Likewise.
5833
5834 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5835 set-buffer to the Rmail buffer.
5836 (rmail-output-to-rmail-file): Likewise.
5837 (rmail-output): Likewise.
5838
5839 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5840 of mail-fetch-field by rmail-summary-line-decoder.
5841 (rmail-new-summary): Be sure to go to the Rmail buffer.
5842 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5843 rmail-view-buffer to nil.
5844 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5845 rmail-view-buffer.
5846 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5847 rmail-buffer.
5848 (rmail-summary-scroll-msg-down): Likewise.
5849 (rmail-summary-beginning-of-message): Likewise.
5850 (rmail-summary-wipe): Likewise.
5851 (rmail-summary-toggle-header): Use save-window-excursion, not
5852 save-excursion. Update point in rmail-view-buffer, not in
5853 rmail-buffer.
5854 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5855 rmail-view-buffer, not rmail-buffer.
5856
5857 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5858
5859 * cus-edit.el (custom-file): Signal an error if user-init-file is
5860 nil (running -q).
5861
5862 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5863
5864 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5865 Add :version.
5866
5867 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5868 New option.
5869 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5870 only if smtpmail-warn-about-unknown-extensions is set.
5871
5872 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5873 instead of rmail-sort-by-keywords.
5874
5875 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5876 rmail-sort-by-keywords.
5877
5878 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5879 rmail-summary-sort-by-keywords. Doc fix.
5880 (rmail-summary-mode): Doc fix.
5881
5882 * mail/rmail.el (rmail-edit): New Custom group.
5883
5884 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5885 (rmail-edit-mode-hook): New user-option.
5886
5887 2001-05-05 Richard M. Stallman <rms@gnu.org>
5888
5889 * help.el (help-xref-symbol-regexp): Recognize "source of"
5890 and friends, meaning make a link to the source file.
5891 (help-make-xrefs): Handle "source of" and friends
5892 by constructing a link that visits the source file.
5893
5894 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5895
5896 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5899 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5900 Renamed from perl-font-lock-keywords to avoid clashes.
5901 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5902 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5903 Updated correspondingly.
5904
5905 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5906 Typo `nonexistant' -> `nonexistent'.
5907
5908 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5909
5910 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5911 Split `c-electric-delete' into two functions where
5912 `c-electric-delete-forward' always deletes forward and
5913 `c-electric-delete' only contains the code necessary for XEmacs to
5914 choose between backward and forward deletion.
5915
5916 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5917 get the electric behavior on that key too.
5918 (c-fill-paragraph): Fixed bogus direct use of
5919 c-comment-prefix-regexp, which caused an error when it's a list.
5920
5921 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5922
5923 * dired-aux.el (dired-diff): Doc fix.
5924
5925 * dired.el (dired-diff): Likewise.
5926
5927 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5928
5929 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5930
5931 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5932
5933 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5934 if both the buffer and the file are read-only.
5935
5936 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5937 rather than font-lock-string-face.
5938 (sh-get-indent-info): Treat heredocs like strings.
5939
5940 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5941
5942 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5943 a newline following `}'.
5944 (texinfo-format-email): New function.
5945 (toplevel): Use texinfo-format-email for @email.
5946 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5947 Add `display'.
5948 (texinfo-sort-region): Goto point-min before sorting.
5949 (texinfo-set): Remove leading white space from value.
5950 From yagi@is.titech.ac.jp.
5951
5952 * replace.el (query-replace-regexp-eval): Doc fix.
5953
5954 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5955
5956 * diff-mode.el (diff-nonexistant-face): New face.
5957 (diff-font-lock-keywords): Use it.
5958
5959 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5960
5961 * font-lock.el (font-lock-mode): Doc fix.
5962
5963 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5964 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5965
5966 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5967
5968 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5969 backslash at the start of the here-document delimiter.
5970 (sh-font-lock-syntactic-keywords): Likewise.
5971
5972 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5973
5974 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5975
5976 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5977 (tty-color-translate, tty-color-by-index, tty-color-values)
5978 (tty-color-desc): Doc fix.
5979
5980 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5981
5982 * dired-aux.el (dired-do-create-files, dired-do-copy)
5983 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5984 Mention dired-dwim-target in the doc string.
5985
5986 2001-04-28 Miles Bader <miles@gnu.org>
5987
5988 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5989 (dabbrev--find-expansion): Use it.
5990 (dabbrev--select-buffers): Don't select ignored buffers.
5991
5992 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5993
5994 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5995
5996 2001-04-26 Richard M. Stallman <rms@gnu.org>
5997
5998 * dabbrev.el: Add doc strings for some functions.
5999 (dabbrev--eliminate-newlines): New variable.
6000 (dabbrev--substitute-expansion): Convert newlines to spaces
6001 if dabbrev--eliminate-newlines is set.
6002 If abbrev and expansion are both all-lower-case,
6003 leave dabbrev--last-case-pattern nil.
6004
6005 2001-04-26 Gerd Moellmann <gerd@gnu.org>
6006
6007 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
6008 if necessary, like in rmail-show-message.
6009
6010 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6011
6012 * ps-print.el: Color specified by number is forced to be float number.
6013 (ps-print-version): New version number (6.5.1.1).
6014 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
6015 initialization.
6016 (ps-prefix-quote): New internal var.
6017 (ps-print-quote): New fun.
6018 (ps-setup, ps-output-frame-properties, ps-float-format)
6019 (ps-format-color): Code fix.
6020 (ps-plot-region): Eliminate redundant foreground color text setting.
6021
6022 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6023
6024 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6025
6026 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6027
6028 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6029
6030 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6031
6032 * info.el (Info-additional-directory-list): Doc fix.
6033
6034 * find-lisp.el (find-lisp-find-dired-filter)
6035 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6036 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6037
6038 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6039
6040 * progmodes/make-mode.el (makefile-font-lock-keywords):
6041 Rationalize the rules for includes and conditionals and use the
6042 keyword face for them.
6043
6044 * faces.el (modify-face): Add compatibility for non-interactive use.
6045
6046 2001-04-24 John Wiegley <johnw@gnu.org>
6047
6048 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6049 fix from last night, since it wasn't finding eshell/cd.
6050
6051 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6052
6053 * rect.el (string-rectangle): Revert to 20.x behaviour.
6054 (replace-rectangle): Make it an alias for string-rectangle.
6055 (string-insert-rectangle): New function.
6056
6057 2001-04-23 John Wiegley <johnw@gnu.org>
6058
6059 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6060 occurring with Emacs 21's diff.el/compile.el interaction layer.
6061
6062 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6063
6064 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6065 case where the function was defined in a file, but not part of an
6066 eshell module.
6067
6068 2001-04-23 John Wiegley <johnw@gnu.org>
6069
6070 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6071 code to work around a redisplay problem I've been having.
6072
6073 2001-04-23 John Wiegley <johnw@gnu.org>
6074
6075 * calendar/timeclock.el (timeclock-day-required): If the time
6076 required for a particular day is not set, use `timeclock-workday'.
6077 (timeclock-find-discrep): Added some sample code in a comment.
6078
6079 * eshell/eshell.el (eshell-command): Made a few changes so that
6080 `eshell-command' could be called programmatically.
6081
6082 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6083
6084 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6085
6086 2001-04-23 John Wiegley <johnw@gnu.org>
6087
6088 * calendar/timeclock.el: Updated copyright.
6089 (timeclock-generate-report): Don't report the daily or two-week
6090 total, if no time has been worked in that period.
6091 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6092 final computational form, which was unnecessary; corrected a
6093 parsing problem when timeclock-relative was nil.
6094
6095 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6096
6097 * calendar/timeclock.el (timeclock-modeline-display): Check if
6098 `list-entry' is null.
6099 (timeclock-use-display-time): The first argument to `set-variable'
6100 must be a symbol.
6101
6102 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6103
6104 * calendar/calendar.el (diary-entry-marker)
6105 (calendar-today-marker, calendar-holiday-marker):
6106 Use display-color-p instead of window-system.
6107 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6108 instead of window-system.
6109 (calendar-hide-window): Use display-multi-frame-p instead of
6110 window-system.
6111
6112 * calendar/cal-x.el (calendar-two-frame-setup)
6113 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6114 Use display-multi-frame-p instead of window-system.
6115
6116 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6117
6118 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6119
6120 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6121 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6122
6123 2001-04-23 Alex Schroeder <alex@gnu.org>
6124
6125 * goto-addr.el: Instead of defining line-beginning-position and
6126 line-end-position a defalias is used for point-at-bol and point-at-eol.
6127
6128 2001-04-23 Alex Schroeder <alex@gnu.org>
6129
6130 * goto-addr.el: Added XEmacs compatibility code.
6131 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6132
6133 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6134
6135 * textmodes/paragraphs.el (sentence-end): Doc fix.
6136
6137 2001-04-20 Alex Schroeder <alex@gnu.org>
6138
6139 * sql.el (sql-escape-newlines-and-send): New function.
6140 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6141
6142 2001-04-20 Alex Schroeder <alex@gnu.org>
6143
6144 * sql.el (sql-db2-program): New option.
6145 (sql-db2-options): New option.
6146 (sql-db2): New function.
6147
6148 2001-04-20 Alex Schroeder <alex@gnu.org>
6149
6150 * sql.el (sql-mode-menu): Added highlighting entries.
6151 (sql-highlight-oracle-keywords): New function.
6152 (sql-highlight-postgres-keywords): New function.
6153 (sql-highlight-ansi-keywords): New function.
6154
6155 2001-04-20 Alex Schroeder <alex@gnu.org>
6156
6157 * sql.el (sql-help): Doc change.
6158
6159 2001-04-19 Karl Fogel <kfogel@collab.net>
6160
6161 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6162 that inserted file content only to delete it immediately.
6163 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6164 <lektu@uol.com.br> for the patch.
6165
6166 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6167
6168 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6169
6170 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6171
6172 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6173 for defmethod.
6174
6175 * comint.el (comint-cr-magic): New function.
6176 (toplevel): Add it to comint-preoutput-filter-functions.
6177
6178 2001-04-18 Andrew Innes <andrewi@gnu.org>
6179
6180 * makefile.w32-in (EMACSLOADPATH): Define.
6181 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6182 (recompile): Remove stuff to set EMACSLOADPATH.
6183
6184 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6185
6186 * language/slovak.el ("Slovak"): Add tutorial entry.
6187
6188 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6189 browse-url-new-window-p.
6190
6191 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * info.el (Info-menu-update): When there are no menus and/or no
6194 cross references in the node, make the respective items of the
6195 Info menu-bar menu inactive.
6196
6197 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6198
6199 * indent.el (indent-for-tab-command): Call indent-line-function
6200 with no argument if PREFIX-ARG is non-nil.
6201
6202 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6203
6204 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6205
6206 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6207 an async subprocess if start-process is unavailable. Suggested by
6208 Tim Van Holder <tim.van.holder@pandora.be>.
6209
6210 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6211
6212 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6213 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6214
6215 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6216
6217 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6218 manual.
6219
6220 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6221
6222 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6223 (cvs-menu): Add a few entries.
6224
6225 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6226 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6227 lock file appears to be reachable from Emacs.
6228 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6229 (cvs-mode-find-file): Look for cvs-header-face rather than
6230 cvs-dirname-face (which doesn't exist).
6231 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6232
6233 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6234
6235 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6236
6237 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6238 normal-erase-is-backspace on a tty. Instead, bind some keys such
6239 as [delete] directly, like pc-select.el did before
6240 normal-erase-is-backspace was invented.
6241
6242 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6243
6244 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6245
6246 2001-04-11 John Wiegley <johnw@gnu.org>
6247
6248 * eshell/em-ls.el (eshell-ls-insert-directory):
6249 Set font-lock-defaults to nil, to prevent fontification in dired
6250 buffers, if Eshell's ls is being used.
6251
6252 2001-04-11 John Wiegley <johnw@gnu.org>
6253
6254 * calendar/timeclock.el (timeclock-completing-read): New function.
6255 (timeclock-ask-for-project, timeclock-ask-for-reason):
6256 Call `timeclock-completing-read'.
6257
6258 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6259 required where `member' was being used.
6260
6261 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6262
6263 * eshell/em-hist.el (eshell-previous-matching-input):
6264 Don't display "History item" if the the minibuffer is active.
6265
6266 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6267
6268 * startup.el (command-line): Output a newline after printing
6269 an error from loading the window system's init file.
6270
6271 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6272
6273 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6274 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6275 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6276 keywords whose arguments routinely include @@.
6277
6278 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6279
6280 * emacs-lisp/advice.el (ad-make-advised-definition):
6281 Construct advice for subrs differently.
6282
6283 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6284 regexp in parentheses when building the regexp for searching backwards.
6285
6286 * simple.el (completion-list-mode-finish): New function.
6287 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6288
6289 * language/european.el ("Polish"): Change sample text.
6290 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6291
6292 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6293 parameter.
6294
6295 * faces.el (menu): Doc fix.
6296
6297 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6298
6299 * ps-print.el: Footer implementation. Doc fix.
6300 (ps-print-version): New version number (6.5.1).
6301 (ps-header-frame-alist): New customization var for header frame
6302 properties.
6303 (ps-line-number-color): New customization var for line number color.
6304 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6305 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6306 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6307 (ps-right-footer): New customization vars for footers.
6308 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6309 footers.
6310 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6311 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6312 Code fix.
6313 (ps-prologue-file): Indentation fix.
6314 (ps-print-quote): Fun eliminated.
6315 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6316 (ps-output-frame-properties): New fun.
6317 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6318 (ps-skip-newline): Replace defun by defsubst.
6319
6320 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6321
6322 * eshell/eshell.el (eshell-command): Needed a "%s" format
6323 specifier, in case the buffer contains percent characters.
6324
6325 2001-04-10 John Wiegley <johnw@gnu.org>
6326
6327 * calendar/timeclock.el (timeclock-generate-report): Added a
6328 missing insert of the project name.
6329
6330 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6331
6332 * obsolete/profile.el: Moved from emacs-lisp/.
6333
6334 * Makefile.in (nonobsolete_setwins): New macro.
6335 (finder-data): Use it instead of `setwins'.
6336 From: Dave Love <fx@gnu.org>.
6337
6338 * server.el (server-visit-files): Set server-existing-buffer correctly.
6339 (server-visit-files): Run server-visit-hook after going to
6340 line 1 so that the hook can set point as it sees fit.
6341
6342 * bindings.el (mode-line-modified): Unify help messages.
6343
6344 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6345
6346 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6347 All callers changed.
6348
6349 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6350
6351 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6352 long file names aren't supported, truncate the file names in
6353 quail-misc-package-ext-info to 8+3 before matching them against
6354 FILENAME.
6355
6356 * dos-fns.el (dos-truncate-to-8+3): New function.
6357
6358 * progmodes/compile.el (grep-compute-defaults): Use null-device
6359 instead of literal /dev/null. Reported by Jens Schmidt
6360 <schmidt@mathematik.uni-kl.de>.
6361
6362 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6363
6364 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6365
6366 * textmodes/sgml-mode.el: Add unknown maintainer.
6367 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6368 (html-mode-map): Use set-keymap-parent.
6369
6370 2001-04-06 Dave Love <fx@gnu.org>
6371
6372 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6373 Remove redundant string-to-list.
6374
6375 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6376
6377 * composite.el (reference-point-alist): Doc fix.
6378
6379 2001-04-05 Sam Steingold <sds@gnu.org>
6380
6381 * font-lock.el (font-lock-keywords-case-fold-search):
6382 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6383 file made font-lock case-insensitive.
6384
6385 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6386
6387 * faces.el (defface menu): Doc fix.
6388
6389 * wid-edit.el (widget-color-sample-face-get): Don't make
6390 faces for undefined colors.
6391
6392 * version.el (emacs-version): Include LessTif/Motif version info.
6393
6394 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6395
6396 * ps-mule.el: Eliminate cl package dependence.
6397 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6398 if they aren't defined yet.
6399 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6400 Eliminate cl package dependence.
6401
6402 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6403
6404 * progmodes/cc-cmds.el (c-outline-level):
6405 Bind buffer-invisibility-spec. Originally from Dave Love, but
6406 got lost when incorporating version 5.26.
6407
6408 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6409
6410 * emulation/pc-select.el (pc-selection-mode):
6411 Call normal-erase-is-backspace-mode instead of binding
6412 keys individually.
6413
6414 * cus-load.el (normal-erase-is-backspace): Use it instead of
6415 delete-key-deletes-forward.
6416
6417 * startup.el (command-line): Use normal-erase-is-backspace and
6418 normal-erase-is-backspace-mode.
6419
6420 * simple.el (normal-erase-is-backspace): Rename from
6421 delete-key-deletes-forward. Doc fix.
6422 (normal-erase-is-backspace-mode): Rename from
6423 delete-key-deletes-forward-mode. Doc fix.
6424 Run normal-erase-is-backspace-hook.
6425
6426 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6427 ``human-readable'' format produced by GNU `ls'.
6428 (dired-move-to-filename-regexp): Recognize ISO format dates.
6429 From Paul Eggert <eggert@twinsun.com>.
6430
6431 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6432
6433 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6434 New functions.
6435 (lm-verify): Check keywords.
6436 From Eric M. Ludlam <eric@siege-engine.com>.
6437
6438 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6439
6440 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6441 `xemacs' feature instead of for the function `set-extent-property'.
6442
6443 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6444
6445 * mail/mh-utils.el (mh-folder-hist): New var.
6446 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6447
6448 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6449
6450 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6451 region, position point on the first or last 16-byte group.
6452 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6453 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6454 hexl-beginning-of-line.
6455
6456 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6457
6458 * icomplete.el (icomplete-mode): Treat an argument like other
6459 modes do.
6460
6461 * startup.el (fancy-splash-head): Use splash8.xpm for color
6462 depth 8.
6463
6464 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6465 Add an antry for ``converts''.
6466
6467 * language/slovak.el ("Slovak"): Add documentation string.
6468 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6469
6470 * language/czech.el ("Czech"): Add documentation string.
6471 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6472
6473 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6474 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6475
6476 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6477
6478 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6479 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6480 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6481 Use `defsubst' rather than a macro to ease debugging.
6482 (mail-extr-last): Remove (use `last' instead).
6483 (mail-extract-address-components): Properly reset the syntax-table
6484 after parsing an address. Use `last' rather than mail-extr-last.
6485 Make sure the end marker stays at the very end.
6486
6487 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6488
6489 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6490 last change.
6491
6492 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6493
6494 * ps-print.el: Line and paragraph spacing feature. Region to cut
6495 out when printing. Doc fix.
6496 (ps-print-version): New version number (6.5).
6497 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6498 New vars. Line and paragraph spacing feature.
6499 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6500 out when printing.
6501 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6502 (ps-get-font-size, ps-begin-job, ps-continue-line)
6503 (ps-plot-region): Code fix.
6504 (ps-print-prologue-2): Var eliminated.
6505 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6506 New internal vars.
6507 (ps-get-size): New fun.
6508 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6509 (ps-next-line): Replace defun by defsubst.
6510 (ps-mule-plot-string): Autoload doc fix.
6511
6512 * ps-bdf.el: XEmacs compatibility. Doc fix.
6513 (installation-directory, coding-system-for-read): Declare vars if
6514 it's not declared yet.
6515 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6516
6517 * ps-mule.el: XEmacs compatibility. Doc fix.
6518 (leading-code-private-22): Declare var if it's not declared yet.
6519 (charset-bytes, charset-dimension, charset-id, charset-width)
6520 (find-charset-region, split-char, char-width, chars-in-region)
6521 (forward-point, decompose-composite-char, encode-coding-string)
6522 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6523 Define funs if not defined yet.
6524 (encode-composition-rule, find-composition): Define funs if not
6525 loaded yet.
6526 (ps-mule-prologue): PostScript code fix.
6527
6528 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6529
6530 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6531 non-nil, generate font for the header strings.
6532 (ps-mule-prepare-font): Likewise.
6533 (ps-mule-generate-glyphs): Likewise.
6534 (ps-mule-string-encoding): Likewise.
6535 (ps-mule-header-charsets): New variable.
6536 (ps-mule-encode-header-string): New function.
6537 (ps-mule-header-string-charsets): New function.
6538 (ps-mule-begin-job): Check charsets in the header strings. If there
6539 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6540
6541 * ps-print.el (ps-generate-header-line): Encode the header string by
6542 ps-mule-encode-header-string.
6543 (ps-mule-encode-header-string): Declare autoload.
6544
6545 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6546
6547 * frame.el (cursor-in-non-selected-windows):
6548 Replaces show-cursor-in-non-selected-windows.
6549
6550 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6551
6552 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6553 Delete entries for "chinese-py" and "chinese-ziranma".
6554 (quail-misc-package-ext-info): New variable.
6555 (tsang-quick-converter): New function.
6556 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6557 (quick-cns-converter, py-converter, ziranma-converter)
6558 (miscdic-convert, batch-miscdic-convert): New functions.
6559
6560 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6561
6562 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6563 eight-bit-control chars.
6564
6565 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6566 Reduce making temporary vector (suggested by Dave Love).
6567
6568 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6569
6570 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6571 string as well.
6572
6573 2001-03-30 Andreas Schwab <schwab@suse.de>
6574
6575 * files.el (backup-directory-alist): Fix typo.
6576
6577 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6578
6579 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6580 <eggert@twinsun.com>.
6581
6582 2001-03-30 Dave Love <fx@gnu.org>
6583
6584 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6585
6586 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6587
6588 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6589
6590 2001-03-30 Miles Bader <miles@gnu.org>
6591
6592 * subr.el (interactive-form): Fix paren typo.
6593
6594 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6595
6596 * emacs-lisp/profile.el: Say that it's obsolete in the header
6597 line, so that finder.el puts that into its data-base.
6598 Suggested by Alex Schroeder <alex@gnu.org>.
6599
6600 2001-03-29 Paul Eggert <eggert@twinsun.com>
6601
6602 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6603 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6604
6605 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6606
6607 * generic.el (generic-mode-set-comments): Use "" rather than nil
6608 for comment-end.
6609
6610 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6611
6612 * emacs-lisp/advice.el (ad-make-advised-definition):
6613 Call interactive-form to obtain the interactive spec of subrs.
6614
6615 * subr.el (interactive-form): New function.
6616
6617 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6618
6619 * vc-sccs.el (vc-sccs-register): Use relative file names.
6620
6621 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6622
6623 * bookmark.el (bookmark-get-bookmark): Handle case that
6624 BOOKMARK is not a string.
6625
6626 * image.el (image-type-regexps): Change type for PS files
6627 to `postscript'.
6628
6629 * subr.el (read-passwd): Clear command history after each
6630 character entered. From: Stephen Gildea
6631 <gildea@stop.mail-abuse.org>.
6632
6633 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6634
6635 * international/kkc.el (kkc-save-init-file): Locally bind
6636 print-length to nil.
6637
6638 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6639
6640 * textmodes/flyspell.el: Some doc fixes.
6641 (flyspell-maybe-correct-transposition)
6642 (flyspell-maybe-correct-doubling): Use a temporary buffer
6643
6644 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6645
6646 * emacs-lisp/byte-opt.el (byte-optimize-while)
6647 (byte-optimize-form-code-walker): Diagnose too few arguments
6648 for `if' and `while'.
6649
6650 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6651
6652 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6653 Prepend `\' to "\<quail-translation-docstring>".
6654
6655 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6656
6657 * autorevert.el (global-auto-revert-non-file-buffers):
6658 Remove duplicate defcustom.
6659
6660 2001-03-26 Miles Bader <miles@gnu.org>
6661
6662 * international/latin1-disp.el (latin1-char-displayable-p):
6663 Add leading "-" for X font pattern.
6664
6665 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6666
6667 * international/mule-diag.el (describe-coding-system):
6668 For raw-text and emacs-mule, don't add anymore text about what
6669 charsets they can encode.
6670
6671 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6672
6673 * help.el (view-lossage): Mention open-dribble-file in the doc
6674 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6675
6676 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6677
6678 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6679 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6680
6681 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6682
6683 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6684 Call ccl-execute-on-string directly so that CCL program handling
6685 multibyte sequence can work correctly.
6686 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6687 property of the coding system.
6688
6689 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6690
6691 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6692 Fix transcription typo.
6693
6694 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6695
6696 * whitespace.el: Add buffer local variables to toggle testing of
6697 whitespaces in buffers without affecting the default values.
6698 Bump version to 3.0 to account for a few other changes.
6699 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6700 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6701 (whitespace-toggle-spacetab-check): New functions.
6702
6703 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6704
6705 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6706
6707 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6708
6709 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6710 bs-cycle-configuration-name. From Juanma Barranquero
6711 <lektu@uol.com.br>.
6712
6713 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6714 and cc-vars.el.
6715
6716 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6717 headers. Always invoke sendmail with option -t.
6718
6719 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6720
6721 * Release of cc-mode 5.28.
6722
6723 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6724
6725 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6726 Removed the hardcoded switch to "java" style in Java mode.
6727 It's instead taken care of by the default value for c-default-style.
6728
6729 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6730
6731 * cc-align.el (c-lineup-math): Fix bug where lineup was
6732 triggered by equal signs in string literals.
6733
6734 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6735
6736 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6737 limit detection when at the ends of the buffer.
6738
6739 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6740 "for" statement clause in case 7F; a better one is done
6741 earlier in case 7D anyway.
6742
6743 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6744
6745 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6746 somewhat more and did a small optimization.
6747
6748 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6749
6750 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6751 Use the limit argument only to limit the syntactic context
6752 search, not to limit the actual movement.
6753
6754 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6755 inside multiline strings, just like in comments. Also various
6756 fixes to the paragraph and comment prefix recognition, block
6757 comment ender handling etc.
6758
6759 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6760
6761 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6762 the relative position of the point.
6763
6764 * cc-cmds.el (c-electric-continued-statement): New function to
6765 use as abbrev hook to reindent for keywords such as "else"
6766 that continues an earlier statement.
6767
6768 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6769 like classes.
6770
6771 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6772 (pike-mode): Populate the default abbrev tables to reindent for
6773 keywords such as "else" that can continue earlier statements.
6774 Abbrev mode is therefore turned on by default now. (Note that
6775 this doesn't apply to idl-mode, since IDL afaik doesn't have
6776 statements at all.)
6777
6778 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6779
6780 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6781 bracelists where the declaration contains template arguments.
6782
6783 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6784
6785 * cc-cmds.el (c-comment-indent):
6786 Use `c-get-syntactic-indentation' to correctly calculate the
6787 syntactic indentation. Fixes bug with lineup functions that
6788 return vectors.
6789
6790 * cc-engine.el (c-get-syntactic-indentation): Split the
6791 indentation sum calculation from `c-indent-line' to a separate
6792 function.
6793
6794 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6795
6796 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6797 Fixed places where it was assumed that preprocessor directives
6798 have to start in column zero.
6799
6800 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6801 template arguments after a class identifier properly.
6802
6803 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6804 lists for `new Foo[]' constructs in Java as expressions and
6805 not top level definition brace lists on the top level, so that
6806 they'll get indented consistently with the same type of
6807 expression in a normal block.
6808
6809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6810
6811 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6812 whether the adaptive filling package fails to keep the comment
6813 prefix is now kludged further to check for filladapt-mode
6814 which doesn't have that problem. This is really icky, but it's
6815 the only way that works with the current misfeatures/bugs in
6816 both adaptive-fill-mode and filladapt-mode.
6817
6818 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6819 around point is recognized more robust.
6820
6821 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6822
6823 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6824 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6825 (c-lit-type): Fixed all internal variables used dynamically so
6826 that they are always bound.
6827
6828 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6829 errors:
6830
6831 (c-indent-region): Fixed reporting of syntactic errors so that
6832 the region is fully reindented even when an error occurs.
6833 The last syntactic error is printed afterwards. Also cleanup up a
6834 whole lot of code that tried to optimize indentation of whole
6835 sexps but in reality accomplishes nothing.
6836
6837 (c-indent-sexp): Use c-indent-region.
6838
6839 (c-parsing-error): Changed this variable to hold the message
6840 for any syntactic error that is discovered.
6841
6842 (c-parse-state): Search backward from point instead of the bod
6843 position when the latter is invalid. This makes CC Mode
6844 recover faster when there are unbalanced close braces.
6845
6846 (c-backward-to-start-of-if): Use c-parsing-error to report
6847 dangling "else" clauses instead of throwing an error, and fall
6848 back to a reasonable position.
6849
6850 (c-indent-line): Added argument to avoid reporting syntactic errors.
6851
6852 (c-show-syntactic-information): Don't report any syntactic errors.
6853
6854 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6855
6856 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6857 paragraph recognition when moving by sentence in literals.
6858
6859 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6860 start regexp for javadoc to recognize javadoc markup in general instead
6861 of a specific set of keywords, to be more future-safe.
6862
6863 (c-Pike-pikedoc-paragraph-start)
6864 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6865 pikedoc markup.
6866
6867 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6868
6869 (pike-mode): Initialize paragraph settings pikedoc recognition.
6870
6871 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6872
6873 (c-comment-prefix-regexp): Made it possible to use an
6874 association list on this to specify mode specific regexps.
6875 The default value now use a special regexp in Pike mode to
6876 recognize pikedoc markup.
6877
6878 (c-current-comment-prefix): New variable containing the actual
6879 regexp from c-comment-prefix-regexp for the current buffer.
6880
6881 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6882
6883 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6884 lists: We can't look at the syntax, since a brace list can get
6885 recognized as a plain statement-cont.
6886
6887 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6888 special brace list opener broken over two lines got recognized
6889 as a statement on the second line. Case 9A changed.
6890
6891 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6892
6893 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6894 adjustment after line is reindented.
6895
6896 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6897
6898 * cc-defs.el (c-point): Added optional argument for position
6899 to use instead of the current point.
6900
6901 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6902 the in-expression block symbols when the construct starts at
6903 boi, to avoid the extra level of indentation in that case.
6904 Cases 4, 16A and 17E affected.
6905
6906 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6907
6908 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6909 calls to `c-indent-line', to adhere better to Emacs conventions.
6910
6911 * cc-engine.el (c-indent-line): Use the syntax already bound
6912 to `c-syntactic-context', if there is any.
6913
6914 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6915
6916 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6917 wasn't added up correctly when a lineup function returned nil.
6918
6919 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6920
6921 * cc-engine.el (c-collect-line-comments): Fixed bug where
6922 empty lines were ignored when collecting line comments backwards.
6923
6924 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6925
6926 * cc-align.el (c-lineup-dont-change): Return an absolute
6927 indentation column to work correctly in the case when several
6928 syntactic elements are processed for the same line.
6929
6930 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6931 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6932 (c-set-offset): Added absolute indentation column settings by
6933 using the vector type.
6934
6935 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6936
6937 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6938 Implemented two new cleanups `space-before-funcall' and
6939 `compact-empty-funcall'.
6940
6941 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6942
6943 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6944 helping building regexps.
6945
6946 * cc-engine.el (c-on-identifier): New function for detecting
6947 identifiers. It takes keywords into account.
6948
6949 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6950 lists. `c-keywords' is set to a regexp matching all keywords
6951 in the current language.
6952
6953 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6954
6955 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6956 list of characters to skip backwards over at the beginning of
6957 a statement, since it can precede string literals in Pike.
6958
6959 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6960
6961 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6962 recognition when standing on the last line in a C++ comment
6963 with nothing but whitespace after the prefix.
6964
6965 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6966 given no limit argument.
6967
6968 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6969
6970 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6971 recognition for the `[]= operator symbol in Pike.
6972
6973 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6974
6975 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6976 around a bug in `eval-when-compile' in the byte compiler.
6977
6978 * cc-engine.el (c-forward-token-1): Fixed bug with return
6979 value when count is zero and there's no token start within the limit.
6980
6981 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6982 "prefix comments", i.e. comments which are followed by code on
6983 the same line.
6984
6985 * cc-mode-19.el: Fixes so that checks that must be done at
6986 compile time also are done then.
6987
6988 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6989
6990 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6991 time and at runtime, and only when it's needed.
6992
6993 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6994
6995 Major cleanup for less error prone and more warning free
6996 compilation, including some fixes for bugs due to different
6997 compilation orders. Thanks to Martin Buchholz for providing
6998 the basis for all this.
6999
7000 * cc-bytecomp.el: New file that provides some byte compilation
7001 features: It ensures that files always are loaded from the
7002 current source directory during compilation, and it provides a
7003 set of macros to turn off specific compiler warnings for
7004 specific symbols. (It's not CC Mode specific in any way.)
7005
7006 Fixed a nearly acyclic dependency tree (both runtime and
7007 compile-time) between all files.
7008
7009 * cc-defs.el: Separated all macros before the inline functions,
7010 to ensure correct compilation.
7011
7012 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
7013 cc-defs.el to cc-engine.el and made it a function instead.
7014
7015 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
7016 about char-after.
7017
7018 * cc-vars.el: Cope even when there isn't a custom package
7019 containing defcustom available.
7020
7021 * cc-make.el: Removed since it's no longer necessary.
7022
7023 README: Updated installation instructions.
7024
7025 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7026
7027 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7028 improve the modularity: Moved all mode init stuff from
7029 cc-langs.el to cc-mode.el, including the keymap
7030 initialization; cc-langs now only contains the various
7031 variables for configuring the language syntax.
7032
7033 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7034 (c-get-offset): Moved from cc-styles to cc-engine since file
7035 dependency analysis suggests they belong there (which also
7036 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7037
7038 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7039
7040 * cc-cmds.el (c-fn-region-is-active-p): New function that
7041 wraps the corresponding macro, for use in places that aren't
7042 compiled. Thanks to Martin Buchholz for pointing out this.
7043
7044 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7045
7046 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7047 add things to the bug report.
7048
7049 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7050
7051 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7052 returned prefix could contain a newline when the search for a
7053 good prefix line failed.
7054
7055 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7056
7057 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7058 (c-toggle-auto-hungry-state): Made the argument optional, as
7059 the documentation says it is.
7060
7061 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7062
7063 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7064 multiline string syntax, #"...", as a cpp macro.
7065
7066 2001-03-21 Paul Eggert <eggert@twinsun.com>
7067
7068 * international/mule-cmds.el (set-locale-environment):
7069 Set system-messages-locale and system-time-locale, but only if the
7070 caller specifies a non-nil locale name.
7071
7072 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7073
7074 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7075 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7076
7077 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7078
7079 * follow.el (follow-avoid-tail-recenter): Doc fix.
7080
7081 * custom.el (custom-set-variables): Avoid reversing the list
7082 of args needlessly.
7083
7084 * startup.el (fancy-splash-head): Don't change the colors of the
7085 XPM image on a dark background.
7086
7087 * comint.el (comint-exec-1): Set columns of the terminal to
7088 window-width instead of frame-width.
7089
7090 * info.el (Info-scroll-down): Add missing WINDOW arg for
7091 pos-visible-in-window-p.
7092
7093 * ehelp.el (electric-help-mode-hook): Add defcustom.
7094
7095 * mail/sendmail.el (mail-mode): Activate case-folding in
7096 font-lock-defaults.
7097
7098 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7099
7100 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7101 (completion-ignored-extensions): Remove duplicate ".class".
7102
7103 2001-03-19 Andreas Schwab <schwab@suse.de>
7104
7105 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7106 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7107
7108 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7109
7110 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7111 methods since there are not prefix input methods.
7112
7113 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7114
7115 * international/mule-cmds.el (read-input-method-name):
7116 Locally bind enable-recursive-minibuffers to t.
7117
7118 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7119
7120 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7121
7122 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7123
7124 * ediff-util.el: Copyright years.
7125 (ediff-choose-syntax-table): New function.
7126 (ediff-setup): Use ediff-choose-syntax-table.
7127
7128 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7129 with-syntax-table.
7130
7131 * ediff.el: Date of last update, copyright years.
7132
7133 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7134
7135 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7136 of Scott Bronson.
7137 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7138 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7139 Deleted functions.
7140 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7141 ex-token-list.
7142
7143 * viper-util.el: Spaces, indentation.
7144
7145 * viper.el: Changed version, modification time.
7146
7147 2001-03-16 John Wiegley <johnw@gnu.org>
7148
7149 * calendar/timeclock.el (timeclock-workday-remaining):
7150 Check whether `discrep' is non-null before using it.
7151
7152 2001-03-16 John Wiegley <johnw@gnu.org>
7153
7154 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7155 first-time checkins.
7156 (timeclock-log-data): Fixed problem with reading timelog log file.
7157 Resulting data in the "day list" was incorrect.
7158 (timeclock-find-discrep): Check if `timeclock-file' is readable
7159 before opening it.
7160 (timeclock-time-less-p): New function.
7161 (timeclock-day-base): New function.
7162 (timeclock-geometric-mean): New function.
7163 (timeclock-generate-report): Generate a summary report based on
7164 the contents of the log file. This uses `timeclock-log-data', and
7165 is an example of writing a timelog manipulation function.
7166 (timeclock-visit-timelog): A quick command for opening the timelog
7167 file.
7168 (timeclock-log-data): Bound the variable event.
7169
7170 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7171
7172 * international/mule-cmds.el (select-safe-coding-system):
7173 Fix typo: symbol-name -> symbol-value.
7174
7175 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7176 before substitute-in-file-name to handle double slashes in FILE
7177 correctly.
7178
7179 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7180
7181 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7182 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7183
7184 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7185
7186 * bindings.el (features): Add `md5' and `overlay' to the list.
7187
7188 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7189 bound before using it. It's not bound when configured without X,
7190 for instance.
7191
7192 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7193
7194 * progmodes/hideshow.el: Update copyright.
7195 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7196 (hs-minor-mode-hook): Include `:version' in defcustom form.
7197
7198 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7199
7200 * help.el (string-key-binding): Don't call event-start on
7201 a non-list.
7202
7203 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7204
7205 * startup.el (fancy-splash-tail, command-line-1): Fix the
7206 copyright year.
7207
7208 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7209
7210 * term.el: These changes are based on a patch sent from Yong Lu
7211 <lyongu@yahoo.com>.
7212 (term-set-escape-char): Bind M-x to execute-extended-command in
7213 term-raw-escape-map.
7214 (term-move-columns): Don't try to move to negagive column.
7215 (term-emulate-terminal): Insert a string before deleting a text to
7216 overwrite.
7217
7218 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7219
7220 * play/life.el (life): Rearrange code so that all calls to
7221 life-display-generation are in a catch-form.
7222
7223 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7224 file that isn't interesting. In an interesting file, push the old
7225 value of point on the mark ring.
7226
7227 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7228 New function.
7229 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7230 Use it.
7231
7232 * emacs-lisp/autoload.el (generate-file-autoloads):
7233 Remove warning about line lengths.
7234
7235 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7236
7237 * progmodes/etags.el (tags-compression-info-list): New variable.
7238 (find-tag-in-order): Use it to deal with compressed source files.
7239 (tag-file-name-match-p): New function.
7240 (etags-recognize-tags-table): Use it for better match of file names.
7241
7242 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7243
7244 * international/mule-cmds.el (register-input-method): Doc fix.
7245
7246 * international/quail.el (quail-translate-key): Fix condition to
7247 check if there's another breaking point in the current key.
7248
7249 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7250
7251 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7252 Babyl header to the newly-created output file, bind
7253 coding-system-for-write to either rmail-file-coding-system or
7254 emacs-mule-unix.
7255
7256 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7257
7258 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7259 Fix the name and regexp used for subsubsections.
7260
7261 2001-03-10 Dave Love <fx@gnu.org>
7262
7263 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7264 and save-buffer if buffer-file-name non-nil. From rms.
7265
7266 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7267
7268 * vc.el (vc-do-command): If the destination buffer is already
7269 current, don't set it up and don't erase it. Updated doc string
7270 to reflect that.
7271 (vc-version-diff): When doing a single file diff, don't switch to the
7272 *vc-diff* buffer before the command. This is to preserve local
7273 variable bindings that might affect the diff command.
7274 (vc-print-log): Don't switch to the *vc* buffer before the
7275 command, so that local variable bindings are preserved.
7276
7277 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7278 not the current buffer.
7279 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7280
7281 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7282 make output go to buffer *vc*, not the current buffer.
7283
7284 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7285
7286 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7287 so ^, $, *, ? and + are interpreted correctly.
7288
7289 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7290
7291 * help.el (string-key-binding): Renamed from
7292 mode-line-key-binding. Handle any event on a string.
7293 Check for `keymap' properties as well as `local-map' properties.
7294
7295 * comint.el (comint-insert-clicked-input): Use the last key
7296 from this-command-keys to lookup the global key definition.
7297
7298 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7299
7300 * international/characters.el: Add category `j' for
7301 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7302
7303 * international/mule-conf.el (no-conversion): Fix docstring.
7304 (raw-text): Fix docstring.
7305
7306 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7307
7308 * simple.el (choose-completion-string): When not leaving the
7309 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7310 is set.
7311
7312 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7313 parameter `(minibuffer . t)'.
7314
7315 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7316
7317 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7318 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7319 (sh-mode): Remove `make-local-variable' for unused var
7320 `font-lock-unfontify-region-function'.
7321
7322 2001-03-07 Richard M. Stallman <rms@gnu.org>
7323
7324 * info.el (Info-scroll-down): Fix previous change.
7325
7326 * mail/rmail.el (rmail-toggle-header): Use a window which
7327 is showing the Rmail buffer, rather than the selected window.
7328
7329 2001-03-07 Dave Love <fx@gnu.org>
7330
7331 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7332 now, to avoid problems with binding imenu directly to a mouse event.
7333
7334 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7335
7336 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7337 second arg t.
7338
7339 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7340
7341 * log-edit.el (log-edit-common-indent): New var.
7342 (log-edit-set-common-indentation): Renamed from
7343 log-edit-delete-common-indentation. Use the new var.
7344 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7345
7346 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7347 (cvs-mode-add-change-log-entry-other-window):
7348 Don't presume change-log-default-name is defined.
7349
7350 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7351
7352 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7353 the "tree" operation as well.
7354
7355 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7356
7357 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7358 to match paragraph-start.
7359
7360 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7361 comment-start-skip and set comment-end-skip as well.
7362 (sgml-comment-indent): Fix for new value of comment-start-skip.
7363 (html-autoview-mode): Don't bother using make-local-hook.
7364
7365 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7366
7367 * cus-edit.el (custom-save-delete): Move in front of local
7368 variables, otherwise long Custom entries would make them ineffective.
7369
7370 * uniquify.el: Set maintainer to FSF.
7371
7372 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7373
7374 * dired-aux.el (dired-do-shell-command): Doc fix.
7375
7376 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7377
7378 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7379
7380 * which-func.el (which-func-modes): Add cperl-mode.
7381 (which-func-mode-global): Use define-minor-mode.
7382
7383 * info-look.el: Docstring fixes and dead code eliminated.
7384 (cperl-mode): Add support.
7385 (emacs-lisp-mode): List all entries from elisp manual, whether
7386 or not they are currently (f)bound or not. Update regexp.
7387
7388 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7389
7390 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7391 so that C-h m shows the correct information.
7392 Use make-local-variable rather than make-variable-buffer-local.
7393 (cperl-info-buffer, cperl-setup-tmp-buf):
7394 Use make-local-variable rather than make-variable-buffer-local.
7395 (cperl-msb-fix, cperl-get-help-defer):
7396 Check major-mode for `cperl-mode' as well.
7397
7398 * progmodes/cperl-mode.el: Updated to author version 4.23.
7399 (cperl-electric-pod): SYNOPSIS was misspelled.
7400 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7401 (cperl-after-expr-p): Make true after __END__.
7402
7403 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7404
7405 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7406 bookmark-completion-ignore-case is t.
7407
7408 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7409 switch, like xterm, and concat resource strings, with a newline
7410 between them.
7411
7412 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7413
7414 * international/codepage.el (cp770-decode-table)
7415 (cp773-decode-table, cp774-decode-table): New variables.
7416
7417 * man.el (Man-hyphenated-reference-regexp): New variable.
7418 (Man-build-references-alist): Use it to search for referenced
7419 manpages. If hyphenated is non-nil, record a concatenated word in
7420 Man-refpages-alist only if it matches Man-reference-regexp.
7421 Update word's length when it is concatenated. Reverse the list,
7422 to get the first manpage at the head.
7423 (Man-possibly-hyphenated-word): New function.
7424 (Man-follow-manual-reference): Use it instead of current-word to
7425 find a manpage at point, in a way that accounts for hyphenated
7426 references.
7427
7428 2001-03-06 Alex Schroeder <alex@gnu.org>
7429
7430 * sql.el (sql-interbase): New function.
7431 (sql-interbase-program): New option.
7432 (sql-interbase-options): New option.
7433 And some typos fixed: "customise" to "customize".
7434
7435 2001-03-06 Dave Love <fx@gnu.org>
7436
7437 * textmodes/flyspell.el (flyspell-region):
7438 Set up flyspell-local-mouse-map.
7439
7440 2001-03-05 Richard M. Stallman <rms@gnu.org>
7441
7442 * mail/rmail.el (rmail-retry-failure):
7443 Don't call rmail-beginning-of-message.
7444 Don't discard From: field. Do discard Received: field.
7445 Use unwind-protect to re-prune.
7446 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7447
7448 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7449
7450 * international/quail.el (quail-title): Add autoload cookie.
7451
7452 2001-03-05 Dave Love <fx@gnu.org>
7453
7454 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7455 new defs.
7456
7457 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7458
7459 * language/ethio-util.el (ethio-toggle-space):
7460 Update current-input-method-title if necessary.
7461 (ethio-toggle-punctuation): Likewise.
7462
7463 * international/quail.el (quail-title): Fix for the case that a
7464 title of an input method is specified by a list of the same form
7465 as used in mode-line-format.
7466
7467 * international/mule-cmds.el (activate-input-method):
7468 If current-input-method-title is set by activating INPUT-METHOD,
7469 respect that value.
7470
7471 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7472
7473 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7474
7475 2001-03-05 Alex Schroeder <alex@gnu.org>
7476
7477 * sql.el (sql-sybase): Fix typo (was: query user about server two
7478 times instead of server and database).
7479
7480 * sql.el (sql-sybase): Doc change.
7481 (sql-mysql): Doc change.
7482 (sql-postgres): Doc change.
7483
7484 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7485
7486 * international/mule-conf.el (emacs-mule, raw-text):
7487 Docstring modified.
7488
7489 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7490
7491 * term/internal.el: Update copyright notice.
7492
7493 * term/pc-win.el: Update copyright notice.
7494
7495 2001-03-02 Dave Love <fx@gnu.org>
7496
7497 * files.el (insert-file-contents-literally):
7498 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7499 not jka-compr-compression-info-list.
7500
7501 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7502
7503 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7504 spaces in default comment-start-skip settings rather than \s-.
7505
7506 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7507
7508 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7509 default-frame-alist as well.
7510
7511 2001-03-01 Dave Love <fx@gnu.org>
7512
7513 * textmodes/reftex.el (defvar): Wrap some defvars in
7514 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7515
7516 * subr.el (event-basic-type): Doc fix.
7517
7518 * international/quail.el: Doc fixes.
7519
7520 * international/utf-8.el: Doc fixes.
7521
7522 * international/mule-cmds.el: Doc fixes.
7523 (leim-list-header): Fix header text.
7524
7525 * international/mule.el (coding-system-category): Doc fix.
7526
7527 * international/ccl.el (ccl-compile): Doc fix.
7528
7529 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7530
7531 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7532 rather than (before|after)-change-functions.
7533
7534 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7535
7536 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7537 scroll-left and scroll-right being called interactively so that
7538 they set the window's min_hscroll.
7539
7540 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7541
7542 * info.el (info-insert-file-contents-1): Accept an additional
7543 argument `lfn': if it is non-nil, concatenate `filename' and
7544 `suffix'; otherwise use the complicated MS-DOS code.
7545 All callers changed.
7546 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7547 can access long file names, try the long file-name version of
7548 `info-insert-file-contents-1', then the short file-name version.
7549
7550 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7551
7552 * language/ethio-util.el (setup-ethiopic-environment-internal):
7553 Change bindings of functions keys to conform to "Emacs Lisp Coding
7554 Convention".
7555
7556 * language/ethiopic.el ("Ethiopic"): Add documentation.
7557
7558 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7559
7560 * international/utf-8.el (mule-utf-8): Set coding-category
7561 property to coding-category-utf-8.
7562
7563 2001-02-27 Richard M. Stallman <rms@gnu.org>
7564
7565 * lpr.el (lpr-page-header-switches, print-region-1):
7566 Undo 2000-07-06 change.
7567 (lpr-add-switches): Default to t on gnu/linux.
7568
7569 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7570
7571 * bs.el (bs-attributes-list): Doc fix.
7572
7573 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7574
7575 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7576
7577 * help.el (view-order-manuals): Use goto-address.
7578
7579 * startup.el (command-line-1): Add info about ordering manuals
7580 to the not so fancy splash screens.
7581
7582 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7583
7584 * vc.el (vc-default-workfile-unchanged-p)
7585 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7586
7587 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7588
7589 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7590 fontify in the right buffer.
7591
7592 * allout.el (outline-flag-region): Move macro in front of first
7593 use to avoid a run-time error.
7594
7595 2001-02-24 Andrew Innes <andrewi@gnu.org>
7596
7597 * makefile.w32-in: Fix copyright notice.
7598
7599 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7600
7601 * international/utf-8.el (mule-utf-8): Set correct value for
7602 valid-codes property.
7603
7604 * international/fontset.el (x-complement-fontset-spec): In the
7605 case that we use ASCII font for the other charsets, use only
7606 family and registry part of it.
7607
7608 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7609
7610 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7611 (shrink-window-if-larger-than-buffer): Doc fix.
7612
7613 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7614
7615 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7616 predicate passed to completing-read.
7617
7618 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7619
7620 * startup.el (command-line): Fix last change.
7621
7622 2001-02-23 Jason Rumney <jasonr@gnu.org>
7623
7624 * startup.el (tool-bar-originally-present): New variable.
7625 (command-line): Set it if the tool-bar is switched on at startup.
7626
7627 * frame.el (frame-notice-user-settings): Only adjust frame height
7628 for no tool-bar case if tool-bar was originally switched on.
7629 From E. Jay Berkenbilt.
7630
7631 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7632
7633 * server.el (server-switch-buffer): Only switch window if the
7634 current one is dedicated.
7635
7636 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7637 rather than using (match-beginning 0) when searching for break point.
7638
7639 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7640
7641 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7642 @ follows an accent command such as @'. Support optional braces
7643 in commands that insert accents, like makeinfo does.
7644
7645 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7646
7647 * startup.el (fancy-splash-text): Add a line for ordering
7648 manuals. Reverse order of splash screens shown.
7649 (use-fancy-splash-screens-p): Adapt to the text line added.
7650
7651 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7652 manuals from the FSF.
7653
7654 * help.el (view-order-manuals): New function.
7655 (toplevel): Bind C-h C-m to this function.
7656
7657 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7658
7659 * newcomment.el (comment-forward): Skip the comment-start before
7660 searching for the comment-end.
7661
7662 2001-02-21 Dave Love <fx@gnu.org>
7663
7664 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7665
7666 * international/mule-cmds.el, international/mule.el: Doc fixes.
7667
7668 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7669
7670 * startup.el (fancy-splash-screens): Use display-hourglass
7671 instead of display-busy-cursor.
7672
7673 * frame.el (display-hourglass): Renamed from busy-cursor.
7674 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7675 (show-cursor-in-non-selected-windows): Doc fix.
7676
7677 2001-02-20 Dave Love <fx@gnu.org>
7678
7679 * international/utf-8.el: Doc and commentary fixes.
7680
7681 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7682
7683 * ehelp.el (with-electric-help): Doc fix.
7684
7685 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7686
7687 * msb.el (msb-mode): Call the update-buffers function explicitly
7688 with a FORCE argument.
7689
7690 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7691 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7692 returns nil.
7693
7694 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7695
7696 * ps-print.el: Timestamp package replacement. Some enhancements.
7697 Some XEmacs compatibility. Doc fix.
7698 (ps-print-version): New version number (6.4).
7699 (ps-printer-name): Initialization fix.
7700 (ps-zebra-stripe-follow): Funcionality enhancement.
7701 (ps-prologue-file): Code enhancement.
7702 (ps-right-header): Timestamp package replacement.
7703 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7704 (ps-get-page-dimensions)
7705 (ps-generate-header, ps-begin-file, ps-begin-job)
7706 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7707 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7708 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7709 (coding-system-for-write): Var declaration (XEmacs compatibility).
7710
7711 2001-02-20 Miles Bader <miles@gnu.org>
7712
7713 * image-file.el (image-file-name-extensions): Add "tif".
7714
7715 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7716
7717 * wid-edit.el (widget-button-click): Save the selected window
7718 around the code handling clicks on buttons.
7719
7720 2001-02-18 Dave Love <fx@gnu.org>
7721
7722 * imenu.el (imenu--generic-function): Use mapc to iterate over
7723 syntax characters.
7724
7725 2001-02-17 Richard M. Stallman <rms@gnu.org>
7726
7727 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7728
7729 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7730
7731 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7732
7733 * mouse.el (mouse-save-then-kill): If the distance from the new
7734 point to the mark is equal to the distance of point from the new
7735 point, move point instead of the mark.
7736
7737 2001-02-16 Dave Love <fx@gnu.org>
7738
7739 * textmodes/flyspell.el (flyspell-get-word): Return string without
7740 properties.
7741
7742 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7743
7744 * generic.el (generic-find-file-regexp): Doc fix.
7745 (generic-ignore-files-regexp): New defcustom.
7746 (generic-mode-find-file-hook): If the file's name matches the
7747 regexp in `generic-ignore-files-regexp', don't enter
7748 default-generic-mode. Doc fix.
7749
7750 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7751
7752 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7753 Add autoload cookies.
7754
7755 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7756 of cal-tex-24.
7757
7758 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7759
7760 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7761
7762 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7763 the character class after the (optional) drive, to support file
7764 names with embedded blanks.
7765
7766 2001-02-15 Sam Steingold <sds@gnu.org>
7767
7768 * textmodes/tex-mode.el (tex-shell-running):
7769 Check the process buffer too.
7770
7771 2001-02-15 Dave Love <fx@gnu.org>
7772
7773 * battery.el (battery-status-function): Fix doc, :type.
7774
7775 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7776
7777 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7778
7779 * subr.el (read-passwd): Clear Lisp memory holding password.
7780
7781 2001-02-15 Miles Bader <miles@gnu.org>
7782
7783 * info.el (Info-copy-current-node-name): New function.
7784 (Info-mode-menu): Add it to the menu.
7785
7786 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7787
7788 * international/mule-cmds.el (toggle-input-method): Doc fix.
7789
7790 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7791
7792 * replace.el (occur): Stop at end of buffer.
7793
7794 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * international/mule-cmds.el (set-input-method): Another doc fix.
7797
7798 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7799
7800 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7801
7802 2001-02-13 Miles Bader <miles@gnu.org>
7803
7804 * faces.el (set-face-background, set-face-foreground)
7805 (set-face-stipple): Treat a value of nil as being `unspecified'.
7806
7807 2001-02-12 Dave Love <d.love@dl.ac.uk>
7808
7809 * international/latin1-disp.el: Doc fixes.
7810 (latin1-display) <defgroup>: Add :link.
7811 (latin1-display) <function>: Set variable latin1-display.
7812
7813 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7814
7815 * international/mule-cmds.el (set-input-method): Doc fix.
7816
7817 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7818
7819 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7820 (speedbar-line-file): Return nil if not a file.
7821 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7822
7823 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7824
7825 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7826 for remote files.
7827 (ediff-coding-system-for-read): Replaced the no-conversion default
7828 with raw-text.
7829
7830 * ediff-init.el: Removed :version from defcustom vars.
7831
7832 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7833 Better handling of the diff mode.
7834
7835 * ediff.texi: Added ediff-coding-system-for-read.
7836
7837 * viper.texi: Fix typos.
7838
7839 2001-02-11 Dave Love <fx@gnu.org>
7840
7841 * shadowfile.el: Doc fixes.
7842 (shadow) <defgroup>: Add :link.
7843 (shadowfile-unload-hook): New function.
7844 (shadow-initialize): Use defalias, not fset.
7845 (shadow-define-cluster, shadow-define-literal-group)
7846 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7847
7848 * international/mule.el: Doc and message fixes.
7849
7850 * international/ccl.el (define-ccl-program): Doc fix.
7851
7852 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7853
7854 * faces.el (mode-line): Set :line-width property to -1.
7855
7856 2001-02-10 Richard M. Stallman <rms@gnu.org>
7857
7858 * complete.el (partial-completion-mode): Doc fix.
7859
7860 * simple.el (delete-key-deletes-forward-mode):
7861 Change `let' to `let*' to fix gross bug in last change.
7862
7863 * repeat.el (repeat): Don't let execute-kbd-macro alter
7864 real-last-command.
7865
7866 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7867
7868 * simple.el (eval-expression): Doc fix.
7869
7870 2001-02-09 Dave Love <fx@gnu.org>
7871
7872 * imenu.el (imenu-generic-expression): Doc fix.
7873
7874 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7875 From Juanma Barranquero.
7876
7877 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7878
7879 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7880
7881 * faces.el (set-face-attribute): Describe the case of a negative
7882 value specified for :line-width.
7883
7884 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7885
7886 * which-func.el (which-func-mode): Invert which-func-mode-global.
7887 From Juanma Barranquero <lektu@uol.com.br>.
7888
7889 2001-02-08 Dave Love <fx@gnu.org>
7890
7891 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7892 widget-plist-value-type.
7893 (widget-alist-convert-widget): Replace binding of
7894 widget-alist-value-type.
7895
7896 * textmodes/paragraphs.el (sentence-end): Doc fix.
7897
7898 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7899 Remove `backward-line'.
7900
7901 * play/pong.el (pong-blank-color, pong-bat-color)
7902 (pong-ball-color, pong-border-color, pong-left-key)
7903 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7904 (pong-pause-key, pong-resume-key, pong-timer-delay):
7905 * mail/mh-comp.el (mh-compose-letter-function):
7906 * eshell/esh-mode.el (eshell-skip-prompt-function):
7907 * emulation/viper-ex.el (ex-unix-type-shell-options):
7908 * recentf.el (recentf-menu-filter):
7909 * ps-print.el (ps-print-region-function):
7910 * lpr.el (print-region-function):
7911 * forms.el (forms-mode-hooks):
7912 * dirtrack.el (dirtrack-directory-change-hook):
7913 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7914 * textmodes/spell.el (spell-filter):
7915 * textmodes/fill.el (adaptive-fill-function):
7916 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7917 * progmodes/etags.el (find-tag-default-function):
7918 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7919 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7920
7921 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7922
7923 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7924 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7925 Meyering <jim@meyering.net>.
7926
7927 * loadup.el: Revert last change.
7928
7929 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7930
7931 * international/mule.el (transform-make-coding-system-args):
7932 Make it work also for coding systems not using CCL.
7933
7934 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7935
7936 * simple.el (previous-matching-history-element)
7937 (next-matching-history-element): Doc fix.
7938
7939 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7940 specific part.
7941
7942 2001-02-06 Dave Love <fx@gnu.org>
7943
7944 * add-log.el (add-log-current-defun-function)
7945 (add-log-buffer-file-name-function, add-log-file-name-function):
7946 Fix :type.
7947 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7948
7949 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7950
7951 * info.el (info-initialize): Remove the test for system-type when
7952 invocation-directory is non-nil.
7953
7954 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7955 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7956
7957 2001-02-06 Andrew Innes <andrewi@gnu.org>
7958
7959 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7960 absolute.
7961
7962 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7963
7964 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7965 buffers. When hi-lock turned on rather than only checking current
7966 buffer for regexps, all buffers are checked. Moved activation of
7967 font-lock to hi-lock-refontify. When font-lock turned off rather
7968 than removing added highlighting just in current buffer, remove it
7969 in all buffers. Changed edit menu text from "Automatic
7970 Highlighting" to "Regexp Highlighting" Documentation for
7971 highlighting phrases, minor documentation changes.
7972 (hi-lock-set-file-patterns): Execute only if there are new or
7973 existing file patterns.
7974 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7975 unfontify and, if a support mode is active, will not refontify the
7976 whole buffer. If necessary, turn on font lock. (Removed
7977 font-lock-unfontify and font-lock support-mode-specific calls,
7978 such as lazy-lock-fontify-window.)
7979 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7980 patterns are found. Not useful now since find-file-hook is removed
7981 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7982 (hi-lock-face-phrase-buffer): New function. Also added related
7983 menu item and keybinding.
7984 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7985 (hi-lock-process-phrase): New function.
7986 (hi-lock-line-face-buffer): Doc fixes.
7987 (hi-lock-face-buffer): Doc fixes.
7988 (hi-lock-unface-buffer): Doc fixes.
7989
7990 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7991
7992 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7993 dabbrev-ignored-regexps.
7994
7995 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7996
7997 * simple.el (kill-line): Doc fix.
7998
7999 2001-02-05 Dave Love <fx@gnu.org>
8000
8001 * loadup.el: Revert last two changes -- bootstrapping works with
8002 regenerated loaddefs.
8003
8004 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
8005
8006 * isearch.el (isearch-forward): Doc fix.
8007
8008 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
8009 of font-lock-defaults to backward-paragraph.
8010
8011 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8012
8013 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
8014 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
8015
8016 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8017
8018 * ebnf2ps.el: Eliminate time-stamp functions.
8019 (ebnf-version): New version (3.5).
8020 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8021 format-time-string.
8022
8023 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8024
8025 * simple.el (next-line): Goto end-of-line before inserting a newline.
8026
8027 2001-02-05 Miles Bader <miles@gnu.org>
8028
8029 * image-file.el (insert-image-file): When visiting an image, also
8030 set `truncate-lines' to t so that any fringe arrow looks correct.
8031
8032 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8033
8034 * isearch.el (isearch-forward): Add description about input method
8035 in the docsting.
8036
8037 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8038
8039 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8040
8041 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8042
8043 * info.el (info-initialize): If installation-directory is nil, for
8044 DOS/Windows systems try looking in a sibling of invocation-directory.
8045
8046 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8047
8048 * wid-edit.el (widget-button-click): Fix last change.
8049
8050 * frame.el (frame-notice-user-settings): When resizing the initial
8051 frame because the tool bar is off, also change the frame's top
8052 position if a negative top position was specified.
8053
8054 2001-02-02 Miles Bader <miles@gnu.org>
8055
8056 * image-file.el (insert-image-file): When visiting an image,
8057 suppress the cursor in the image buffer.
8058
8059 2001-02-01 Dave Love <fx@gnu.org>
8060
8061 * progmodes/f90.el (f90-mode): Remove startup message.
8062
8063 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8064
8065 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8066
8067 * startup.el (command-line): Fix code determining whether or not
8068 to use delete-key-deletes-forward-mode.
8069
8070 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8071
8072 * vc.el (vc-diff-switches): New user option.
8073 (vc-version-diff): Use it.
8074 (vc-diff-switches-list): New macro.
8075
8076 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8077 New customization options.
8078 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8079
8080 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8081
8082 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8083
8084 * msb.el (toplevel): Quote hook symbols.
8085
8086 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8087
8088 * international/mule.el (make-coding-system): Add description
8089 about recognized properties in the docstring.
8090
8091 * international/mule-conf.el: Remove unused charsets
8092 mac-roman-lower and mac-roman-upper.
8093
8094 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8095
8096 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8097 is in front of the left-margin, if any.
8098
8099 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8100 like `delete'.
8101
8102 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8103
8104 * term/w32-win.el (mouse-set-font): Doc fix.
8105
8106 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8107
8108 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8109 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8110 on already.
8111
8112 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8113
8114 * files.el (save-buffer): Don't give message if (buffer-file-name)
8115 returns nil.
8116
8117 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8118
8119 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8120
8121 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8122 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8123
8124 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8125 display problems.
8126
8127 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8128
8129 * international/mule.el (charset-info): Fix docstring.
8130
8131 * international/mule-diag.el (describe-character-set): Check final
8132 char valid before printing it.
8133
8134 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8135
8136 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8137
8138 * frame.el (frame-notice-user-settings): Do the tool-bar
8139 stuff only for graphical displays. Fix a braino.
8140
8141 * frame.el (frame-initialize): Create initial frame visible.
8142 (frame-notice-user-settings): When tool-bar has been switched off,
8143 correct the frame size and sync tool-bar-mode.
8144
8145 * startup.el (command-line): Remove manipulation of frame
8146 height for tool bars.
8147
8148 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8149
8150 * lpr.el: Compatibility with XEmacs and doc fixes.
8151 (lpr-windows-system, lpr-lp-system): New vars.
8152 (lpr-printer-switch): New defcustom.
8153 (printer-name, lpr-command): Customization fix.
8154 (print-region-1): Code fix.
8155 (print-region-new-buffer, printify-region): Indentation fix.
8156 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8157 New functions.
8158
8159 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8160
8161 * msb.el (toplevel): Fix the eval-after-load.
8162
8163 2001-01-29 Dave Love <fx@gnu.org>
8164
8165 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8166
8167 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8168
8169 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8170 (tcl-using-emacs-19-23): Consider Emacs 21+.
8171 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8172 (tcl-add-emacs-menu): Supply menu name.
8173 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8174
8175 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8176
8177 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8178
8179 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8180
8181 * pcvs.el (cvs-mark-fis-dead): New function.
8182 (cvs-mode-add): Use it.
8183 (cvs-mode-add-change-log-entry-other-window):
8184 Rebind change-log-default-name to itself rather than to nil.
8185
8186 2001-01-29 Sam Steingold <sds@gnu.org>
8187
8188 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8189 `autoload' statements.
8190
8191 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8192
8193 * files.el (confirm-kill-emacs): Doc fix.
8194
8195 * frame.el (frame-initialize): Doc fix.
8196
8197 * time-stamp.el (time-stamp-string): Doc fix.
8198
8199 * woman.el (WoMan-log-1): Make the log buffer writable.
8200 From Markus Rost <rost@math.ohio-state.edu>.
8201
8202 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8203
8204 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8205 the `make-variable-buffer-local'.
8206
8207 2001-01-29 Dave Love <fx@gnu.org>
8208
8209 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8210 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8211 Add autoload cookie.
8212 (ansi-color-apply-sequence): Fix typo.
8213
8214 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8215
8216 * menu-bar.el (menu-bar-files-menu): Add menu items for
8217 Postscript printing in black and white.
8218
8219 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8220 X-Mailman-Version, Precedence, List-Help, List-Post,
8221 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8222 Content-Type, Content-Length.
8223
8224 2001-01-29 Dave Love <fx@gnu.org>
8225
8226 * elide-head.el (elide-head): Make overlay evaporate.
8227
8228 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8229
8230 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8231
8232 * isearch.el (isearch-highlight): Don't punt if the display
8233 doesn't support colors, since isearch faces are defined for
8234 monochrome displays as well.
8235
8236 2001-01-27 Sam Steingold <sds@gnu.org>
8237
8238 * shell.el (shell-write-history-on-exit): Make sure that we are in
8239 the shell buffer (M-x tex-file RET inserted the error message into
8240 the TeX buffer).
8241
8242 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8243
8244 * simple.el (transient-mark-mode): Doc fix.
8245
8246 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8247
8248 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8249
8250 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8251
8252 * shell.el (shell-unquote-argument): If the shell is one of the
8253 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8254 quote character.
8255 (shell-dumb-shell-regexp): Document that the shells which match
8256 this regexp are supposed to not treat a backslash as a quote character.
8257
8258 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8259 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8260
8261 2001-01-27 Richard M. Stallman <rms@gnu.org>
8262
8263 * dabbrev.el (dabbrev--substitute-expansion):
8264 Treat a one-capital-letter abbrev as "not all upper case",
8265 so as to force preservation of the expansion's pattern
8266 if the expansion starts with a capital letter.
8267
8268 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8269
8270 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8271 Doc fix.
8272
8273 * simple.el (transient-mark-mode): Document the fact that many
8274 commands act on the region when mark is active.
8275
8276 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8277
8278 * international/quail.el (quail-setup-completion-buf): Make the
8279 multibyteness of current buffer inherited to Quail completion buffer.
8280 (quail-show-guidance-buf): Make the multibyteness of current
8281 buffer inherited to Quail guidance buffer.
8282 (quail-help): Make the multibyteness of current buffer inherited
8283 to Quail help buffer.
8284
8285 2001-01-26 Dave Love <fx@gnu.org>
8286
8287 * time-stamp.el: Doc fixes.
8288
8289 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8290 (delphi-keyword-face, delphi-other-face): Fix :type.
8291
8292 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8293
8294 * mail/feedmail.el (feedmail): Add :link.
8295 (feedmail-send-it): Doc fix.
8296
8297 * mail/sendmail.el: Doc fixes.
8298 (sendmail-send-it): Fix the non-ASCII regexp and use
8299 rfc2047-encode-string.
8300
8301 * dired.el, dired-aux.el: Revert last change.
8302
8303 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8304
8305 * makefile.w32-in (DONTCOMPILE): Add various term files.
8306
8307 2001-01-26 Dave Love <fx@gnu.org>
8308
8309 * Makefile.in (DONTCOMPILE): Add various term files.
8310
8311 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8312
8313 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8314
8315 * startup.el (display-startup-echo-area-message): Make sure
8316 the echo area is resized to fit the size of the startup message.
8317
8318 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8319 part of which is a constant.
8320
8321 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8322
8323 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8324
8325 2001-01-26 Richard M. Stallman <rms@gnu.org>
8326
8327 * simple.el (next-line): Don't let `newline' expand abbrevs.
8328 Simplify slightly.
8329 (open-line): Don't let `newline' expand abbrevs.
8330
8331 2001-01-25 John Wiegley <johnw@gnu.org>
8332
8333 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8334 to `repeat' in the :type field.
8335
8336 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8337 allow a choice of regexp or nil.
8338 (pcomplete-dir-ignore): Same.
8339
8340 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8341 a command) to always fail.
8342
8343 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8344
8345 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8346 discard the result.
8347 (iswitchb-to-end): Likewise.
8348
8349 2001-01-25 Sam Steingold <sds@gnu.org>
8350
8351 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8352 Require vc.
8353
8354 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8355
8356 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8357
8358 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8359
8360 2001-01-25 Dave Love <fx@gnu.org>
8361
8362 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8363 (describe-coding-system): Tweak the English text.
8364
8365 * loadup.el: Preload international/ccl for utf-8.
8366
8367 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8368
8369 * mail/rmail.el (rmail-redecode-body): Doc fix.
8370
8371 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8372
8373 * international/mule-cmds.el (reset-language-environment):
8374 Reset coding-category-utf-8 to mule-utf-8.
8375
8376 * international/mule-conf.el (coding-category-utf-8):
8377 Initialize to mule-utf-8.
8378
8379 * loadup.el: Preload international/utf-8.
8380
8381 * international/utf-8.el: New file.
8382
8383 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8384
8385 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8386
8387 2001-01-24 Sam Steingold <sds@gnu.org>
8388
8389 * dired.el (dired-replace-in-string): Removed.
8390 (dired-sort-toggle): Use `replace-regexps-in-string'
8391 instead of `dired-replace-in-string'.
8392
8393 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8394 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8395
8396 * gs.el (gs-replace-in-string): Removed.
8397 (gs-options): Use `replace-regexps-in-string'
8398 instead of `gs-replace-in-string'.
8399
8400 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8401
8402 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8403 bug report is mailed to an email list and posted to a news group.
8404
8405 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8406
8407 * comint.el (comint-replace-by-expanded-history-before-point):
8408 Fix change of 2000-08-03 to move point to the start of the line again.
8409
8410 * startup.el (tool-bar-images-pixel-height): New variable.
8411 (command-line): After loading the user's init file, when
8412 tool-bar-mode is on, increase the frame's size by some lines for
8413 the tool-bar.
8414
8415 * frame.el (frame-initialize): Create the initial frame invisible.
8416
8417 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8418
8419 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8420 (chinese-big5): MIME:Big5.
8421
8422 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8423
8424 * international/mule-cmds.el (universal-coding-system-argument):
8425 Handle commands with prefix args.
8426
8427 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8428
8429 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8430 being a list of numbers.
8431 (diary-mail-entries): Rewritten.
8432
8433 2001-01-23 Dave Love <fx@gnu.org>
8434
8435 * international/mule.el (make-coding-system): Fix typo.
8436
8437 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8438 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8439
8440 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8441
8442 * font-lock.el (font-lock-mode): Doc fix.
8443
8444 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8445
8446 * international/mule.el (make-translation-table): Fix docstring.
8447
8448 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8449
8450 * mail/rmail.el (rmail-redecode-body): New function.
8451
8452 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8453
8454 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8455
8456 * isearch.el (isearch-lazy-highlight-case-fold-search)
8457 (isearch-lazy-highlight-regexp): New variables.
8458 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8459 case-fold search or regexp search has been toggled.
8460
8461 * wid-edit.el (widget-button-click): Avoid a save-excursion
8462 around running a global binding.
8463
8464 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8465 to 0.25.
8466
8467 2001-01-20 Miles Bader <miles@gnu.org>
8468
8469 * cus-edit.el (custom-face-save): Do post-processing on the face's
8470 new value like `custom-face-set' does.
8471
8472 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8473
8474 * mail/emacsbug.el (report-emacs-bug): Report the value of
8475 LC_CTYPE, not LC_TYPE.
8476
8477 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8478 isearch-toggle-regexp and isearch-edit-string to doc string.
8479
8480 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8481
8482 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8483 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8484
8485 * jit-lock.el (jit-lock-fontify-now): Don't bind
8486 font-lock-beginning-of-syntax-function to nil.
8487
8488 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8489
8490 * mail/emacsbug.el (report-emacs-bug): Report values of
8491 locale-coding-system, default-enable-multibyte-characters, and the
8492 environment variables LC_ALL, LC_TYPE, and LANG.
8493
8494 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8495
8496 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8497
8498 * font-lock.el (font-lock-multiline): Default to nil.
8499 (font-lock-default-fontify-region): If font-lock-multiline is
8500 nil, don't check the property `font-lock-multiline'.
8501
8502 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8503 is nil, don't check the `font-lock-multiline' text property.
8504
8505 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8506
8507 * viper.el: Call initial-major-mode on startup.
8508
8509 * ediff.el (ediff-patch-file): Use better defaults.
8510
8511 * ediff-vers.el: Fix for 8+3 DOS file systems.
8512
8513 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8514
8515 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8516 diff mode, if available.
8517
8518 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8519
8520 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8521
8522 * ediff-init.el (subst-char-in-string): Define and use it, unless
8523 it's already defined.
8524
8525 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8526
8527 * tooltip.el (tooltip-hide-delay): New user-option.
8528 (tooltip-show): Use tooltip-hide-delay instead of the default.
8529
8530 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8531
8532 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8533 kill-local-variable doesn't work for enable-multibyte-characters.
8534
8535 2001-01-17 Dave Love <fx@gnu.org>
8536
8537 * ediff-init.el (ediff-before-setup-hook)
8538 (ediff-merge-filename-prefix): Add :version.
8539
8540 * international/latin1-disp.el: Require disp-table.
8541 (latin1-display): Fix :set.
8542
8543 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8544
8545 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8546
8547 * isearch.el (isearch-lazy-highlight-initial-delay)
8548 (isearch-lazy-highlight-interval): Default to 0.
8549
8550 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8551
8552 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8553 1 here rather than each time through
8554 isearch-lazy-highlight-new-loop.
8555 (isearch-lazy-highlight-max): Variable deleted.
8556 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8557 isearch-lazy-highlight-max but controls a single invocation of
8558 isearch-lazy-highlight-update.
8559 (isearch-lazy-highlight-wrapped): Variable recreated.
8560 (isearch-lazy-highlight-window-start): New variable.
8561 (isearch-lazy-highlight-cleanup): Restored to behavior of
8562 before 2-Jan.
8563 (isearch-lazy-highlight-remove-overlays): Function deleted;
8564 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8565 behavior removed.
8566 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8567 isearch-lazy-highlight-update in a loop rather than just once.
8568 Test isearch-invalid-regexp here and decide not to start a new
8569 loop, rather than testing it each time through
8570 isearch-lazy-highlight-update.
8571 (isearch-lazy-highlight-search): Function restored.
8572 (isearch-lazy-highlight-update): Get called in a timer loop again,
8573 but this time highlight more than one match each time through.
8574 Only highlight matches in the visible part of the window.
8575 Start at point, move in the direction of the search, and wrap around at
8576 the edge of the window. Use sit-for to force redisplay and ensure
8577 window-start is credible. "Face suppressing" behavior removed;
8578 overlay priorities should make it unnecessary, right?
8579 (isearch-highlight): Face suppressing behavior removed.
8580 (isearch-dehighlight): Face suppressing behavior removed.
8581 (isearch-set-lazy-highlight-faces-at): Removed.
8582
8583 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8584
8585 * language/european.el ("Latin-1"): Make the format of description
8586 about additional language environments same as that of Latin-2.
8587
8588 2001-01-16 Dave Love <fx@gnu.org>
8589
8590 * isearch.el (isearch-lazy-highlight): Add :version.
8591
8592 * simple.el (backward-delete-char-untabify-method)
8593 (next-line-add-newlines): Add :version.
8594
8595 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8596
8597 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8598 Don't bind <delete> otherwise.
8599
8600 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8601 and <delete> via function-key-map.
8602
8603 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8604 Subject line only if point is after the `Subject:'.
8605
8606 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8607
8608 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8609 japanese-jisx0213-2 in `charset' property of this lang. env.
8610
8611 * language/european.el ("Latin-1"): Add description for Dutch and
8612 Spanish lang. env.
8613
8614 * international/mule.el (decode-char): Fix conditions.
8615 (encode-char): Handle eight-bit-control too.
8616 (transform-make-coding-system-args): New function.
8617 (make-coding-system): Accept XEmacs style arguments for CCL base
8618 coding system.
8619
8620 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8621
8622 * progmodes/etags.el (find-tag-noselect): Save the value of
8623 tags-file-name before switching buffers, for the case it has a
8624 buffer-local value.
8625
8626 2001-01-15 Alex Schroeder <alex@gnu.org>
8627
8628 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8629 From Dave Love <fx@gnu.org>.
8630 (ansi-color-for-comint-mode): Fix :version.
8631
8632 2001-01-15 Alex Schroeder <alex@gnu.org>
8633
8634 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8635
8636 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8637
8638 * dired.el (dired-insert-directory): If file-system-info fails,
8639 remove the " free " part, but don't signal an error.
8640
8641 2001-01-12 Sam Steingold <sds@gnu.org>
8642
8643 * bookmark.el (bookmark-maybe-historicize-string):
8644 Use new backquote syntax.
8645
8646 2001-01-12 Richard M. Stallman <rms@gnu.org>
8647
8648 * subr.el (last): Handle a list that doesn't end in nil.
8649
8650 2001-01-12 Sam Steingold <sds@gnu.org>
8651
8652 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8653 to `backward-delete-char-untabify'.
8654
8655 2001-01-12 Dave Love <fx@gnu.org>
8656
8657 * cus-edit.el (customize-menu-create): Fix the :filter following
8658 easymenu change.
8659
8660 * wid-edit.el (function): Add :match-alternatives.
8661 (widget-color-action): Doc fix.
8662
8663 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8664
8665 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8666
8667 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8668
8669 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8670
8671 * international/ccl.el (define-ccl-program): Fix docstring.
8672
8673 2001-01-11 Dave Love <fx@gnu.org>
8674
8675 * international/mule-cmds.el (standard-display-european-internal):
8676 Set display table for 2208 as for 160.
8677
8678 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8679
8680 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8681 entry for custom-menu-create change.
8682 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8683 don't cons it in the search loop.
8684
8685 * imenu.el (imenu--truncate-items): Revert last change.
8686
8687 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8688
8689 * info.el (Info-setup-header-line): If the node header includes
8690 either Next: or Prev: links, don't show the File: and Node: parts
8691 in the header line.
8692
8693 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8694
8695 * comint.el (comint-goto-process-mark): Don't print a message
8696 when running in batch mode.
8697
8698 * isearch.el (isearch-search): In the condition-case handler for
8699 `error', set isearch-invalid-regexp to the whole error message.
8700
8701 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8702 ensure that eval-after-load works for files dumped with Emacs.
8703
8704 * help.el (load-symbol-file-load-history): New function extracted
8705 from function symbol-file.
8706 (symbol-file): Use it.
8707
8708 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8709
8710 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8711
8712 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8713 behave as if there were no prefix argument.
8714 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8715 argument were nil.
8716
8717 2001-01-11 Richard M. Stallman <rms@gnu.org>
8718
8719 * isearch.el (isearch-lazy-highlight-update):
8720 Don't look for more potential matches once maximum is exceeded.
8721 Use overlays-in to check correctly for overlap with current match.
8722 Ignore empty matches.
8723
8724 2001-01-11 Miles Bader <miles@gnu.org>
8725
8726 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8727 (ispell-overlay-window, ispell-help, ispell-show-choices)
8728 (ispell-command-loop): Use it instead of `window-height'.
8729
8730 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8731
8732 * files.el (confirm-kill-emacs): New user-option.
8733 (save-buffers-kill-emacs): Ask for final confirmation before
8734 killing Emacs.
8735
8736 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8737 to nil.
8738
8739 2001-01-10 Dave Love <fx@gnu.org>
8740
8741 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8742
8743 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8744
8745 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8746
8747 * calculator.el (calculator-number-digits): Fix :type.
8748
8749 * vc-cvs.el (vc-cvs-header): Fix :type.
8750 * vc-rcs.el (vc-rcs-header): Fix :type.
8751 * vc-sccs.el (vc-sccs-header): Fix :type.
8752
8753 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8754
8755 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8756
8757 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8758
8759 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8760
8761 * simple.el (set-variable): Force a thorough redisplay for the
8762 case that the variable has an effect on the display, like
8763 `tab-width' has.
8764
8765 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8766
8767 * vc.el: Add documentation for backend interface.
8768
8769 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8770
8771 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8772
8773 * international/mule-conf.el (latin-extra-code-table): Set to t
8774 for \223 and \224.
8775
8776 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8777
8778 * international/mule-cmds.el (locale-language-names): Map "es" to
8779 "Spanish" and "nl" to "Dutch".
8780
8781 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8782
8783 * bindings.el (global-map): Bind <home> to beginning-of-line,
8784 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8785 C-<end> to end-of-buffer.
8786
8787 * language/european.el: Add Dutch and Spanish language info
8788 to be able to use the appropriate tutorials.
8789
8790 2001-01-09 Alex Schroeder <alex@gnu.org>
8791
8792 * ansi-color.el (ansi-color-process-output): Use markers instead
8793 of positions for start and end of region.
8794 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8795 Previously, occasional mistakes happend when fontifying many
8796 chunks of output (eg. ls --color=yes /dev). This happened
8797 whenever an overlay was created up to the end of the region, which
8798 coincided with the process-mark. New text would then be added
8799 within that overlay instead of after it.
8800 (ansi-color-make-extent): Overlays are created with the property
8801 `modification-hooks' set to '(ansi-color-freeze-overlay).
8802 (ansi-color-freeze-overlay): New function. When inserting text at
8803 the end of the overlay, the overlay will resize.
8804
8805 2000-01-09 Alex Schroeder <alex@gnu.org>
8806
8807 * ansi-color.el (ansi-color-process-output): Doc change.
8808 (ansi-color-unfontify-region): Doc change. No longer installed
8809 automatically in font-lock-unfontify-region-function.
8810 (ansi-color-apply): Doc change.
8811 (ansi-color-apply-on-region): Use extents or overlays instead of
8812 text-properties.
8813 (ansi-color-make-extent): New function.
8814 (ansi-color-set-extent-face): New function.
8815
8816 2000-01-09 Alex Schroeder <alex@gnu.org>
8817
8818 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8819 both use ansi-color-process-output, now.
8820 (ansi-color-process-output): Doesn't return string anymore. It is
8821 installed in comint-output-filter-functions for both Emacs and
8822 XEmacs, now.
8823 (ansi-color-unfontify-region): Simplified code removing variables
8824 pos and start-ansi.
8825 (ansi-color-apply): Put text-property ansi-color before putting
8826 text-property face because ansi-color-unfontify-region is called
8827 immediately after the call to put-text-property.
8828 (ansi-color-context-region): Doc change.
8829 (ansi-color-filter-region): Simplified code.
8830 (ansi-color-apply-on-region): Changed start to start-marker, using
8831 a marker explicitly. Put text-property ansi-color before putting
8832 text-property face because ansi-color-unfontify-region is called
8833 immediately after the call to put-text-property.
8834
8835 2000-01-09 Alex Schroeder <alex@gnu.org>
8836
8837 * ansi-color.el (ansi-color-faces-vector): Doc change.
8838 (ansi-color-for-comint-mode): Changed :type property to choice.
8839 (ansi-color-last-context): Removed.
8840 (ansi-color-process-output): Don't use ansi-color-last-context, as
8841 the main functions will store their context now.
8842 (ansi-color-context): Doc change.
8843 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8844 Uses ansi-color-context such that repeated calls will strip
8845 partial escape sequences, too.
8846 (ansi-color-apply): Simplified code. Colorize end of string if
8847 face is not null. Store context in new (FACE STRING) format, such
8848 that repeated calls will strip partial escape sequences, too.
8849 Append faces to face property using ansi-color-apply-sequence such
8850 that cumulative mode actually works.
8851 (ansi-color-context-region): New variable.
8852 (ansi-color-filter-region): Rewrote it based on
8853 ansi-color-apply-on-region. Uses ansi-color-context-region such
8854 that repeated calls will strip partial escape sequences, too.
8855 (ansi-color-apply-on-region): Simplified code. Colorize end of
8856 region if face is not null. Store context in new (FACE POS)
8857 format, such that repeated calls will strip partial escape
8858 sequences, too. Append faces to face property using
8859 ansi-color-apply-sequence such that cumulative mode actually works.
8860 (ansi-color-apply-sequence): New function.
8861 (ansi-color-get-face): When the default face is added to the list
8862 of faces, all previous settings are discarded and the list of
8863 faces is set to '(default).
8864
8865 2000-01-09 Alex Schroeder <alex@gnu.org>
8866
8867 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8868 face, such that ansi-color-apply and ansi-color-apply-on-region
8869 will do the right thing.
8870 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8871 returns nil, set the list of faces back to nil instead of
8872 appending the result of ansi-color-get-face to the front of the list.
8873
8874 2000-01-09 Alex Schroeder <alex@gnu.org>
8875
8876 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8877 (ansi-color-process): Doc change.
8878 (ansi-color-last-context): New buffer-local variable.
8879 (ansi-color-process-output): New function. It is automatically
8880 added to comint-output-filter-functions if this is XEmacs.
8881 (ansi-color-unfontify-region): New optional parameter for XEmacs
8882 compatibility. Check wether font-lock-syntactic-keywords is
8883 boundp before removing the syntax table text property, as XEmacs
8884 doesn't have it.
8885 (ansi-color-filter-region): Doc change.
8886 (ansi-color-apply-on-region): Doc change.
8887 (ansi-color-make-face): New function. Compatibility layer for
8888 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8889 (ansi-color-make-color-map): Use ansi-color-make-face.
8890 (ansi-color-get-face): Avoid face text property '(nil) as results
8891 in an errow for XEmacs.
8892
8893 2000-01-09 Alex Schroeder <alex@gnu.org>
8894
8895 * ansi-color.el (ansi-color-unfontify-region): New function.
8896 Uses text-property ansi-color in order to preserve fontification by
8897 ansi-color. When the package is loaded, a lambda expression is
8898 put onto font-lock-mode-hook. This lambda expression will check
8899 font-lock-unfontify-region-function and replace
8900 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8901 (ansi-color-apply): Add text-property ansi-color in addition to
8902 text-property face.
8903 (ansi-color-apply-on-region): Add text-property ansi-color in
8904 addition to text-property face.
8905 (save-buffer-state): Copy of the macro that is also used by
8906 lazy-lock and font-lock.
8907
8908 (ansi-color-for-comint-mode): New option.
8909 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8910 (ansi-color-for-comint-mode-off): Ditto.
8911 (ansi-color-for-comint-mode-filter): Ditto.
8912 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8913 decide what to do. This function is added to
8914 comint-preoutput-filter-functions when the package is loaded.
8915
8916 (ansi-color-for-shell-mode-set): Removed.
8917 (ansi-color-for-shell-mode): Removed.
8918
8919 2000-01-09 Alex Schroeder <alex@gnu.org>
8920
8921 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8922 the lambda expression from the ansi-color-for-shell-mode :set
8923 property. Additionally, modify shell-mode-hook to enable or
8924 disable font-lock-mode for future shell buffers.
8925 (ansi-color-for-shell-mode): The :set property calls
8926 ansi-color-for-shell-mode-set instead of a lambda expression.
8927
8928 2000-01-09 Alex Schroeder <alex@gnu.org>
8929
8930 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8931 (ansi-color-context): New variable.
8932 (ansi-color-apply): Save context between calls.
8933
8934 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8935
8936 * isearch.el (isearch, isearch-lazy-highlight-face):
8937 New definitions for face colors and attributes.
8938
8939 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8940 of display-mouse-p.
8941
8942 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8943
8944 * international/mule.el (make-coding-system): If the coding system
8945 accepts extra latin codes, register such codes as safe for the
8946 coding system.
8947
8948 2001-01-08 Richard M. Stallman <rms@gnu.org>
8949
8950 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8951 don't mention the file name or the date here, because they are
8952 logged at the start of the file.
8953
8954 2001-01-08 Richard M. Stallman <rms@gnu.org>
8955
8956 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8957 Change screen-width to frame-width.
8958
8959 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8960
8961 * info.el (Info-search): Print the default as part of the prompt.
8962
8963 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8964
8965 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8966 constant implementations in backends.
8967
8968 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8969 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8970
8971 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8972 WRITABLE to EDITABLE.
8973
8974 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8975 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8976 to EDITABLE.
8977
8978 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8979
8980 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8981 (copyright, copyright-update): Compute the current year at run time.
8982
8983 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8984
8985 * isearch.el (isearch-old-signal-hook): Removed.
8986 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8987 instead of setting signal-hook-function.
8988 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8989
8990 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8991
8992 * emulation/edt.el: Update to version 4.0. Provide support for
8993 EDT scroll margins at top and bottom of the window. Provide an
8994 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8995 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8996 user when file-related buffer modifications exist.
8997 Provide support for running EDT Emulation in XEmacs.
8998 Provide customize access to some user updatable variables.
8999 Add Commentary section to file header.
9000 Fixed a few minor bugs and cleaned up some code.
9001
9002 * emulation/edt-mapper.el: Update to version 4.0. Provide support
9003 for detecting a keypress that generates an ASCII key sequence.
9004 (Previously, only a keypress that generates a vector was
9005 recognized.) Embed Window Manager name into name of the generated
9006 EDT Emulation initialization file since the initialization file is
9007 Window Manager specific. Add Commentary section to file header.
9008
9009 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9010
9011 * mail/sendmail.el (mail-mode): Doc fix.
9012
9013 * info.el (Info-goto-emacs-command-node): Doc fix.
9014 (Info-goto-emacs-key-command-node): Doc fix.
9015
9016 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9017
9018 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
9019 systems without long file-name support.
9020
9021 2001-01-06 Andrew Innes <andrewi@gnu.org>
9022
9023 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9024
9025 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9026
9027 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9028 (isearch-lazy-highlight-update): Doc fix.
9029
9030 * ffap.el (ffap-bindings): Doc fix.
9031
9032 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9033
9034 2001-01-05 Dave Love <fx@gnu.org>
9035
9036 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9037
9038 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9039
9040 * mouse-drag.el (mouse-drag-safe-scroll):
9041 Bind scroll-preserve-screen-position to nil.
9042
9043 * isearch.el (isearch-old-signal-hook): New variable.
9044 (isearch-mode): Set signal-hook-function to isearch-done.
9045 (isearch-done): Restore old signal-hook-function.
9046
9047 * info.el (Info-fontify-node): Mark one more char as intangible.
9048
9049 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9050
9051 * composite.el (compose-last-chars): New argument COMPONENTS.
9052 If it is non-nil, compose preceding characters by compose-region with
9053 COMPONENTS.
9054
9055 * international/quail.el (quail-input-string-to-events): New function.
9056 (quail-input-method): Convert input string to events here.
9057 (quail-start-translation): Return input string, not event list.
9058 (quail-start-conversion): Likewise.
9059
9060 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9061
9062 * tooltip.el (tooltip-cancel-delayed-tip)
9063 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9064 and tooltip-add-timeout.
9065 (tooltip-show): Set border color from faces's foreground.
9066 (tooltip-show-help-function): If called with the same help string
9067 as last time, do nothing.
9068 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9069
9070 * startup.el (fancy-splash-screens): Don't bind show-help-function
9071 to nil.
9072
9073 * tooltip.el (tooltip-frame-parameters): Remove colors.
9074 (tooltip): New face
9075 (tooltip-set-param): New function.
9076 (tooltip-show): Set up color frame parameters from face `tooltip'.
9077 Display the tooltip text in face `tooltip'.
9078
9079 2001-01-04 Dave Love <fx@gnu.org>
9080
9081 * whitespace.el (whitespace-global-mode): Fix typo.
9082
9083 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9084
9085 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9086
9087 * help.el (help-for-help): Fix a typo in a doc string.
9088 From kwzh@gnu.org (Karl Heuer).
9089
9090 2001-01-03 Dave Love <fx@gnu.org>
9091
9092 * dired-x.el: Doc fixes. Maintainer change.
9093 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9094 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9095 (dired-guess-shell-alist-user): Customize.
9096 (dired-x-help-address): Set to bug-gnu-emacs.
9097 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9098 (dired-default-directory): Renamed from default-directory.
9099
9100 * hl-line.el (hl-line): Doc fix.
9101
9102 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9103
9104 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9105
9106 2001-01-02 Richard M. Stallman <rms@gnu.org>
9107
9108 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9109 to remove all the current alternative-match highlighting.
9110 If nil, remove only what's outside the current window.
9111 (isearch-lazy-highlight-remove-overlays): Take optional
9112 region within which NOT to remove them.
9113 (isearch-lazy-highlight-new-loop): Greatly simplified.
9114 (isearch-lazy-highlight-update): Find all the other occurrences
9115 visible in the window, in just one call.
9116 (isearch-lazy-highlight-start): Now holds start of region to scan.
9117 (isearch-lazy-highlight-end): Now holds end of region to scan.
9118 (isearch-lazy-highlight-wrapped): Variable deleted.
9119 (isearch-lazy-highlight-search): Function deleted.
9120
9121 2000-01-02 Andrew Innes <andrewi@gnu.org>
9122
9123 * w32-fns.el (convert-standard-filename): Do length check on name
9124 before aref.
9125
9126 2001-01-02 Dave Love <fx@gnu.org>
9127
9128 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9129 value.
9130 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9131
9132 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9133
9134 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9135 read syntax.
9136
9137 * calendar/todo-mode.el (todo): Add :link, :version.
9138 (todo-save-top-priorities): Remove autoload cookie.
9139 (todo-add-category, todo-add-item-non-interactively)
9140 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9141
9142 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9143
9144 * comint.el (comint-input-history-ignore): New variable.
9145 (comint-read-input-ring): Ignore entries matching
9146 comint-input-history-ignore.
9147
9148 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9149
9150 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9151 (lm-copyright-mark): New function.
9152 (lm-crack-copyright): New function.
9153 (lm-verify): Check that the file has a copyright.
9154 Check that the file is copyright Free Software Foundation.
9155
9156 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9157
9158 * international/mule-diag.el (print-fontset): Indent font name by
9159 24 columns, not 25.
9160
9161 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9162
9163 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9164 in Subject line.
9165
9166 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9167 Use mail-mode-hook instead of mail-setup-hook.
9168 Otherwise continuing an interrupted message with C-u C-x m for
9169 instance, winds up in Mail mode without abbrevs.
9170
9171 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9172
9173 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9174 non-nil. Adding almost all customization variables on ps-setup.
9175 Doc fix.
9176 (ps-print-version): New version number (6.3.3).
9177 (ps-end-with-control-d): Initialization fix.
9178 (ps-lines-printed): New var.
9179 (ps-skip-newline): New fun.
9180 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9181 (ps-next-line, ps-continue-line, ps-plot-region)
9182 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9183
9184 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9185
9186 * international/fontset.el (x-complement-fontset-spec):
9187 Resolve ASCII font name so that the same family name is used for fonts
9188 registered in x-font-name-charset-alist.
9189 (create-fontset-from-fontset-spec): Adjusted for the above change.
9190 The name of fontset alias should be a unresolved ASCII font name.
9191
9192 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9193
9194 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9195 and delete in isearch-mode-map.
9196
9197 2000-12-28 Richard M. Stallman <rms@gnu.org>
9198
9199 * dired-x.el (dired-guess-shell-alist-default):
9200 Use xpdf instead of acroread.
9201
9202 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9203
9204 * textmodes/artist.el (artist-butlast): Deleted.
9205 (artist-ellipse-mirror-quadrant): Use butlast instead of
9206 artist-butlast.
9207
9208 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9209
9210 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9211
9212 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9213
9214 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9215
9216 * ls-lisp.el: Better support for the Mac and MS-Windows.
9217 (ls-lisp): New defgroup.
9218 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9219 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9220 (ls-lisp-support-shell-wildcards): New defcustoms.
9221 (ls-lisp-parse-symlink): New function.
9222 (insert-directory): Code to convert switches to a list and set up
9223 the wildcard argument copied from ls-lisp-insert-directory.
9224 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9225 for -C and -R switches.
9226 (ls-lisp-column-format): New function.
9227 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9228 (ls-lisp-format-time): Add doc strings.
9229 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9230 Support ls-lisp-dirs-first.
9231 (ls-lisp-classify, ls-lisp-extension): New functions.
9232 (ls-lisp-format): Optionally support emulation of symlinks.
9233 Support -i, -s, and -G switches.
9234
9235 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9236
9237 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9238
9239 * version.el (emacs-version): Print X scroll bar information.
9240
9241 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9242 instead of x-toolkit-scroll-bars-p.
9243
9244 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9245 of x-toolkit-scroll-bars-p.
9246
9247 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9248
9249 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9250 (ffap-bindings): Doc fix, to reflect the above change.
9251
9252 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9253
9254 * term.el (term-char-mode): Define all non-ascii self-inserting
9255 characters to 'term-send-raw in term-raw-map.
9256
9257 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9258
9259 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9260
9261 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9262 Changed initialization; use add-hook.
9263 (ediff-file-remote-p): Use file-local-copy.
9264
9265 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9266
9267 * ediff.el (ediff-patch-buffer): Bug fix.
9268 (ediff-revision): Allow selection of the file at the prompt.
9269
9270 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9271
9272 * subr.el (combine-run-hooks): Remove.
9273
9274 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9275 and remove the rogue second spec.
9276
9277 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9278
9279 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9280
9281 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9282
9283 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9284 Use minibuffer menu prompt for the `=' prefix.
9285 (smerge-command-prefix): Change default to C-^.
9286 (smerge-mode): Don't assume font-lock doesn't move point.
9287
9288 * skeleton.el (skeleton-internal-1): Make sure the first line of
9289 the region is also re-indented.
9290 (skeleton-end-newline): New var.
9291 (skeleton-end-hook): Use it.
9292
9293 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9294
9295 * comint.el (comint-password-prompt-regexp): Support CVS.
9296
9297 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9298
9299 * simple.el (delete-key-deletes-forward-mode): Simplify.
9300 Also backspace key combinations, depending on
9301 delete-key-deletes-forward.
9302
9303 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9304
9305 * simple.el (delete-key-deletes-forward): Doc fix.
9306
9307 2000-08-22 Emmanuel Briot <briot@gnat.com>
9308
9309 * xml.el (top level comment): Updated to reflect the fact that
9310 white spaces are relevant in the XML file.
9311 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9312 to parse was already edited. This allows for on-the-fly analysis
9313 of XML files.
9314 (xml-parse-tag): Check that the casing is the same in the start
9315 tag and end tag, since XML is case-sensitive. Allows for spaces
9316 in the end tag, after the name of the tag.
9317 (xml-parse-attlist): Allow for the character '-' in the name of
9318 attributes, as in the standard http-equiv attribute Do not save
9319 the properties in the XML tree, since they are not relevant.
9320
9321 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9322
9323 * generic.el (generic-read-type): Undo last change, inline into
9324 `generic-mode' and then remove.
9325 (generic-mode): Inline generic-read-type.
9326 (define-generic-mode): Push the symbol name rather than the symbol
9327 onto generic-mode-list.
9328
9329 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9330
9331 * generic.el (generic-read-type): Build an alist for
9332 completing-read as in 20.7.
9333
9334 * play/landmark.el (lm): Use interactive spec `P'.
9335 (toplevel): Don't set debug-on-error.
9336
9337 * server.el (server-switch-buffer): Choose a window on a visible frame.
9338
9339 2000-12-21 Dave Pearson <davep@davep.org>
9340
9341 * quickurl.el: Commentry change, I've moved my web site.
9342
9343 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9344
9345 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9346 ranges like \177-\237, but accepts the character sequence from \177 to
9347 \237. Doc fix.
9348 (ebnf-version): New version (3.4).
9349 (ebnf-setup): Code fix.
9350 (ebnf-range-regexp): New fun.
9351 (ebnf-8-bit-chars): Const fix.
9352
9353 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9354 entry. Doc fix.
9355 (ebnf-bnf-lex): Code fix.
9356 (ebnf-bnf-comment-chars): Const fix.
9357
9358 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9359 entry. Doc fix.
9360 (ebnf-iso-comment-chars): Const fix.
9361
9362 * ebnf-otz.el: Doc fix.
9363
9364 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9365 entry. Doc fix.
9366 (ebnf-yac-skip-code): Code fix.
9367 (ebnf-yac-comment-chars): Const fix.
9368
9369 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9370
9371 * files.el (insert-directory-safely): New function.
9372 (recover-file): Use it instead of insert-directory.
9373 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9374
9375 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9376
9377 * international/mule-cmds.el (select-safe-coding-system):
9378 Check coding-category-list more rigidly. Improve help message.
9379
9380 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9381
9382 2000-12-21 Miles Bader <miles@gnu.org>
9383
9384 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9385
9386 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9387
9388 * international/mule-diag.el (describe-char-after): Make *Help*
9389 buffer inherit multibyteness of the current buffer.
9390
9391 * international/mule.el (make-char): Docstring adjusted for the
9392 change of make-char-internal.
9393
9394 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9395
9396 * international/iso-cvt.el: Docstrings fix.
9397
9398 2000-12-20 Dave Love <fx@gnu.org>
9399
9400 * subr.el (eval-after-load): Doc fix.
9401
9402 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9403
9404 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9405 for numbers.
9406
9407 2000-12-20 Miles Bader <miles@gnu.org>
9408
9409 * international/quail.el (quail-help): Resize the help window
9410 again after it has all its contents. Remove unneeded progn.
9411
9412 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9413
9414 * pcmpl-linux.el: Fix copy/paste error.
9415
9416 2000-12-19 Andrew Innes <andrewi@gnu.org>
9417
9418 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9419
9420 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9421
9422 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9423
9424 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9425
9426 * progmodes/idlw-shell.el: Fixed copyright notice.
9427
9428 * progmodes/idlwave.el: Fixed copyright notice.
9429
9430 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9431 TAB as key separators.
9432
9433 2000-12-19 Alex Schroeder <alex@gnu.org>
9434
9435 * sql.el (sql-sybase-options): New option.
9436 (sql-sybase): Use it. Add sql-database to the list of parameters
9437 provided for login. The options -w 2048 -n are not used any more.
9438 (sql-postgres-options): Changed default from "--pset" to "-P".
9439 (sql-mysql-options): Doc change.
9440 (sql-stop): Doc change.
9441
9442 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9443
9444 * international/quail.el (quail-input-method): Always hide
9445 the guidance buffer on exiting.
9446
9447 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9448
9449 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9450 isn't fboundp.
9451
9452 * server.el (server-buffer-done): Bury the buffer before
9453 killing it.
9454
9455 * faces.el (face-spec-set): Interpret a nil in specs for
9456 foreground and background colors as `unspecified', for
9457 compatibility with 20.x.
9458
9459 2000-12-18 Dave Love <fx@gnu.org>
9460
9461 * simple.el (mail-user-agent): Doc fix.
9462 (input-mode-8-bit): Removed.
9463
9464 * international/mule.el (set-keyboard-coding-system): Doc fix.
9465 (keyboard-coding-system): New option.
9466
9467 * mail/sendmail.el (send-mail-function): Customize.
9468
9469 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9470
9471 * international/codepage.el (cp866-decode-table): New table.
9472
9473 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9474
9475 * version.el (emacs-version): Remove `%a' from the time format
9476 because the weekday doesn't fit well into each locale.
9477
9478 2000-12-18 Miles Bader <miles@gnu.org>
9479
9480 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9481
9482 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9483 Check that emacs-major-version is `=' to 20, not `>='.
9484 (artist-replace-chars): Use `make-string' instead of a loop.
9485
9486 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9487
9488 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9489 (cvs-execute-single-file): Don't change directory.
9490 Patch from Per Cederqvist.
9491
9492 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9493
9494 * textmodes/ispell.el (check-ispell-version):
9495 If `ispell-program-name' is "aspell", pass it the -v switch instead
9496 of -vv.
9497
9498 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9499
9500 * international/mule-diag.el (mule-diag): Insert information about
9501 configure options, multibyte awareness, language env.
9502
9503 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9504 regexp to search for candidates.
9505
9506 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9507
9508 * info.el (Info-forward-node): If the node has an
9509 Info-header-line, widen the buffer before searching for "next:"
9510 and "up:" pointers, and set the search limit to stay in the
9511 current node.
9512
9513 2000-12-16 Miles Bader <miles@gnu.org>
9514
9515 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9516
9517 2000-12-15 Miles Bader <miles@gnu.org>
9518
9519 * comint.el (comint-send-string, comint-send-region): Also accept
9520 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9521 process-send-string/region.
9522
9523 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9524
9525 * isearch.el (isearch-lazy-highlight-max): New user-option.
9526 (isearch-lazy-highlight-update): Don't highlight more than
9527 isearch-lazy-highlight-max matches.
9528
9529 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9530
9531 2000-12-15 Richard M. Stallman <rms@gnu.org>
9532
9533 * sort.el (sort-columns): Fix error message.
9534
9535 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9536 `upcase' or `downcase' or nil.
9537 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9538 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9539 (dabbrev--substitute-expansion): New arg record-case-pattern.
9540 If it is non-nil, set dabbrev--last-case-pattern.
9541 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9542
9543 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9544
9545 2000-12-15 Miles Bader <miles@gnu.org>
9546
9547 * paths.el (Info-default-directory-list): Don't delete
9548 configure-info-directory from the list of standard info
9549 directories when appending it to the end -- their order is important.
9550
9551 * faces.el (read-face-attribute): If there's no entry for the
9552 user's input in VALID, just use it as-is (this will often result
9553 in an error, but it may be OK for e.g. colors using hexadecimal
9554 notation, and at least will yield a better error message).
9555
9556 * window.el (mode-line-window-height-fudge): Function removed.
9557 (height-affecting-face-attributes, mode-line-window-height-fudge):
9558 Variables removed.
9559 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9560 window is really the right size. Use vertical-motion
9561 rather than forward-line.
9562 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9563 (ispell-command-loop, ispell-show-choices): Use the variable
9564 ispell-choices-win-default-height, rather than the function.
9565 (ispell-choices-win-default-height): Function removed.
9566 (ispell-mode-line-window-height-fudge): Function removed.
9567
9568 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9569
9570 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9571
9572 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9573
9574 * paths.el (Info-default-directory-list):
9575 If configure-info-directory is not one of the standard directories,
9576 put it first in the list; otherwise put it last. Doc string
9577 changed accordingly.
9578
9579 * info.el (Info-directory-list): Change doc string to reflect the
9580 change in Info-default-directory-list.
9581
9582 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9583 windows-nt as windowed environments, even under -nw.
9584
9585 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9586 if not fboundp. Switch delete-forward mode for the <delete> key
9587 on all PC platforms, even under -nw.
9588
9589 * term/internal.el ([M-delete]): Remap to M-d.
9590
9591 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9592
9593 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9594
9595 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9596
9597 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9598
9599 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9600
9601 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9602 if appropriate.
9603
9604 * simple.el (delete-key-deletes-forward): New user-option.
9605 (delete-key-deletes-forward-mode): New function.
9606
9607 * bindings.el: Bind `delete' to backward-delete-char.
9608
9609 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9610 Test if symbol is bound before getting its value.
9611
9612 * tooltip.el (tooltip-show): If an error is signaled in
9613 x-show-tip, display that error, and display the help in the
9614 echo area.
9615
9616 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9617
9618 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9619 Show "... entries" messages for every 10000 entries, not 10.
9620
9621 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9622
9623 * bookmark.el: Provide a generic exit hook, as suggested by
9624 Ovidiu Predescu <ovidiu@cup.hp.com>:
9625 (bookmark-exit-hook): New var.
9626 (bookmark-exit-hook-internal): New func, replaces
9627 old raw lambda form in `kill-emacs-hook', and runs new
9628 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9629 as logically that feature must have been provided if this function
9630 is running.
9631 Removed ;;;###autoload before the `add-hook' call.
9632
9633 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9634
9635 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9636 (easy-menu-current-active-maps): New function.
9637 (easy-menu-get-map): Use it.
9638 Make a proper menu entry when creating a new keymap.
9639
9640 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9641
9642 * international/characters.el: Fix cases and syntaxes for
9643 mule-unicode-0100-24ff.
9644
9645 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9646 that a Japanese character is not appended after day and year.
9647
9648 * info.el (Info-suffix-list): Change format for a command that
9649 requires arguments.
9650 (info-insert-file-contents): Adjusted for the above change.
9651
9652 2000-12-12 Andreas Schwab <schwab@suse.de>
9653
9654 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9655 on the name of the tar buffer. Verify that the existing buffer is
9656 visiting the same subfile.
9657
9658 2000-12-12 Dave Love <fx@gnu.org>
9659
9660 * subdirs.el: Add obsolete.
9661
9662 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9663
9664 * mail/rmailsum.el (rmail-summary-expunge)
9665 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9666 instead of rmail-confirm-expunge.
9667
9668 * replace.el (perform-replace): Don't use an empty match adjacent
9669 to a non-empty match when computing the next match before the
9670 replacement is performed.
9671
9672 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9673
9674 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9675 definition (patch by Stefan Monnier).
9676 (glasses-mode): Use jit-lock instead of `after-change-functions'
9677 (patch by Stefan Monnier).
9678
9679 2000-12-12 Miles Bader <miles@gnu.org>
9680
9681 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9682 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9683
9684 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9685
9686 * term/mac-win.el: Remove load for ls-lisp.
9687
9688 * loadup.el: Load ls-lisp for system-type `macos'.
9689
9690 2000-12-12 Miles Bader <miles@gnu.org>
9691
9692 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9693 Respect field end too.
9694 (just-one-space): Respect fields as `delete-horizontal-space'.
9695 (newline-and-indent, reindent-then-newline-and-indent):
9696 Use `delete-horizontal-space'.
9697
9698 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9699
9700 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9701 (so as to obey the field property in the minibuffer).
9702
9703 * obsolete/c-mode.el: Moved from lisp/progmodes.
9704 * obsolete/auto-show.el: Moved from lisp.
9705 * obsolete/ooutline.el: Moved from lisp/textmodes.
9706
9707 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9708
9709 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9710 changes to list them here.
9711
9712 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9713 Too many changes to list them here.
9714
9715 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9716 Too many changes to list them here.
9717
9718 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9719
9720 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9721
9722 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9723
9724 * cus-edit.el (custom-save-variables, custom-save-faces):
9725 Comment fix.
9726
9727 * hscroll.el: Moved to `obsolete' subdir.
9728
9729 2000-12-11 Miles Bader <miles@gnu.org>
9730
9731 * window.el (window-text-height): Function removed (now in C).
9732
9733 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9734
9735 * log-edit.el (log-edit-parent-buffer): New var.
9736 (log-edit): Set it. Add BUFFER argument.
9737 (log-edit-done): Use char-before.
9738 Don't bother checking validity of vc-comment-ring.
9739 Only bury the buffer if log-edit popped it up.
9740
9741 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9742 (cvs-mode-diff-help): Remove.
9743 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9744 (cvs-mode-marked): Set up the default for CMD manually.
9745
9746 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9747 Remove binding for ? now made unnecessary.
9748
9749 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9750
9751 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9752 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9753
9754 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9755 when master file is not open.
9756
9757 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9758
9759 * progmodes/ada-stmt.el: Update `maintainer'.
9760
9761 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9762
9763 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9764 choices to match documentation string.
9765
9766 2000-12-09 Miles Bader <miles@gnu.org>
9767
9768 * minibuf-eldef.el: New file.
9769
9770 * window.el (fit-window-to-buffer): Don't pass last argument to
9771 pos-visible-in-window-p, now that its meaning is inverted.
9772
9773 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9774
9775 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9776 <ceder@lysator.liu.se>.
9777
9778 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9779
9780 * autoinsert.el (auto-insert-alist): Add missing final \n.
9781
9782 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9783 (cvs-menu-map): Remove.
9784 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9785 (cvs-mode-quit): Turn it back into a plain function.
9786
9787 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9788 (texinfo-filter): Remove (move to texinfo.el).
9789
9790 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9791 file where it's more visible.
9792 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9793 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9794 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9795 (texinfo-inside-macro-p): Only catch `scan-error's.
9796 (texinfo-inside-env-p): Make better use of the match info.
9797 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9798 (texinfo-insert-@end): Slight re-organization.
9799 Also remove useless `looking-at' call.
9800
9801 2000-12-08 Andrew Innes <andrewi@gnu.org>
9802
9803 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9804 accessible in -nw mode.
9805
9806 * term/w32-win.el: Remove stuff about selection timeout, which is
9807 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9808 it is accessible in -nw mode.
9809
9810 2000-12-08 Dave Love <fx@gnu.org>
9811
9812 * emacs-lisp/lisp-mode.el (lisp-mode):
9813 Set font-lock-keywords-case-fold-search.
9814
9815 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9816
9817 * textmodes/ispell.el (ispell): Doc fix.
9818
9819 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9820
9821 * international/quail.el (quail-insert-decode-map): Check the
9822 frame width of a window displaying the current buffer, not that of
9823 the selected frame.
9824 (quail-help): Make sure that the help buffer has window before
9825 inserting text in it.
9826
9827 2000-12-07 Sam Steingold <sds@gnu.org>
9828
9829 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9830 Backquote is used in isearch.el, so autoloading saves nothing.
9831
9832 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9833
9834 * startup.el (normal-top-level-add-subdirs-to-load-path):
9835 Ignore the CVS and RCS subdirectories case-insensitively.
9836
9837 * dired.el (dired-insert-directory): If file-system-info is
9838 fboundp, call it instead of invoking dired-free-space-program.
9839
9840 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9841
9842 * server.el (server-visit-files): Push files on file-name-history.
9843
9844 * progmodes/cc-langs.el: Update copyright.
9845
9846 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9847
9848 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9849
9850 * bindings.el (mode-line-mode-menu): Reverse the order
9851 of define-keys so that the menu appears in alphabetical order.
9852
9853 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9854
9855 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9856 of the function.
9857
9858 2000-12-07 Dave Love <fx@gnu.org>
9859
9860 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9861
9862 * facemenu.el (facemenu-unlisted-faces): Fix value.
9863
9864 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9865
9866 * font-lock.el (font-lock-default-fontify-region):
9867 Include the terminating \n (off-by-one error).
9868 (font-lock-set-defaults): Use dolist.
9869
9870 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9871
9872 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9873
9874 * international/mule-cmds.el (describe-language-environment):
9875 Fix for the case that an input method title is not string but a list.
9876
9877 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9878 of wrong SIZE record.
9879
9880 2000-12-06 Dave Love <fx@gnu.org>
9881
9882 * newcomment.el (comment-region, comment-dwim): Doc fix.
9883
9884 * textmodes/texinfo.el: Require tex-mode when compiling.
9885 (texinfo-update-node): Doc fix.
9886 (texinfo-imenu-generic-expression): Add @anchor.
9887 (texinfo-font-lock-keywords): Add @uref.
9888 (texinfo-inside-macro-p): Don't use ignore-errors.
9889 (texinfo-insert-quote): Match more contexts.
9890
9891 * international/mule.el (decode-char, encode-char): Doc fix.
9892 (auto-coding-alist): Customize.
9893
9894 * files.el (load-file): Fix change of 2000-03-12.
9895
9896 * wid-edit.el (widget-text-keymap): Doc fix.
9897
9898 2000-12-06 Andrew Innes <andrewi@gnu.org>
9899
9900 * makefile.w32-in (lisp): Set to an absolute directory, namely
9901 $(CURDIR).
9902
9903 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9904
9905 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9906 read generated-autoload-file, and set buffer-file-coding-system to
9907 raw-text-unix after reading the file.
9908
9909 * international/mule-conf.el (file-coding-system-alist):
9910 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9911
9912 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9913
9914 * replace.el (occur): Make line-number-width 1 smaller for the
9915 colon following the line number.
9916
9917 * startup.el (fancy-splash-text, command-line-1):
9918 Use `File' for the menu name instead of `Files'.
9919
9920 * tmm.el: Update copyright.
9921
9922 * cus-start.el: Add entry for even-window-heights.
9923
9924 2000-12-06 Miles Bader <miles@gnu.org>
9925
9926 * faces.el (frame-set-background-mode): Avoid stomping on
9927 locally modified faces.
9928
9929 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9930
9931 * international/fontset.el: Correct the font registries for
9932 japanese-jisx0213-1 and japanese-jisx0213-2.
9933
9934 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9935
9936 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9937
9938 * iswitchb.el: Update customization commentary.
9939
9940 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9941
9942 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9943 (tpu-search-highlight): Fixed comparison of overlay end positions.
9944 (tpu-trim-line-ends): Implemented trimming logic locally.
9945
9946 * emulation/tpu-extras.el (tpu-write-file-hook)
9947 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9948
9949 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9950
9951 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9952 to cn-gb.
9953 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9954
9955 2000-12-04 Dave Love <fx@gnu.org>
9956
9957 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9958
9959 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9960
9961 * mail/rmailsum.el (rmail-summary-expunge)
9962 (rmail-summary-expunge-and-save): Ask for confirmation with
9963 rmail-expunge-confirmed.
9964
9965 * mail/rmail.el (rmail-expunge-confirmed): New function.
9966 (rmail-expunge): Use it.
9967
9968 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9969
9970 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9971 (etags-recognize-tags-table, find-tag-in-order):
9972 New functionality: interpret file names as tags.
9973
9974 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9975
9976 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9977 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9978 the first subnode until the bottom of the current node is visible.
9979
9980 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9981
9982 * format.el (format-decode): Don't change buffer's undo list.
9983
9984 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9985
9986 * faces.el (face-font-registry-alternatives): Add entries for CJK
9987 fonts. Doc-string adjusted for the actual usage of this data.
9988
9989 * international/fontset.el: Change the font registries for CJK
9990 fonts in the default fontset. Don't append '*' to registries.
9991
9992 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9993
9994 * emacs-lisp/easy-mmode.el (define-derived-mode)
9995 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9996
9997 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9998 (derived-mode-p): New function.
9999 (derived-mode-make-docstring): Add `docstring' argument.
10000 Use it if available and complete it if necessary.
10001
10002 2000-12-03 Andreas Schwab <schwab@suse.de>
10003
10004 * type-break.el (type-break): Don't make parent of itself.
10005
10006 2000-12-03 Miles Bader <miles@gnu.org>
10007
10008 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
10009
10010 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
10011
10012 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
10013 (tex-main-file, tex-file): Simplify.
10014 (tex-generate-zap-file-name): Use subst-char-in-string.
10015 (tex-strip-dots): Remove.
10016
10017 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
10018
10019 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
10020 to check if the match succeeded.
10021
10022 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10023
10024 * startup.el (use-fancy-splash-screens-p): New function.
10025 (command-line-1): Use it to determine whether or not to use
10026 a fancy splash screen.
10027
10028 2000-12-02 Andreas Schwab <schwab@suse.de>
10029
10030 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10031
10032 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10033
10034 * international/mule.el (make-char): Fix last change.
10035
10036 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10037 New defcustoms.
10038 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10039 autoloading tex-mode; instead, do the same manually.
10040 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10041 with numeric argument. Docstring fix.
10042 (toplevel): Require cl when compiling.
10043
10044 * international/mule.el (make-char): Doc fix.
10045
10046 2000-12-02 Jason Rumney <jasonr@gnu.org>
10047
10048 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10049 the Emacs Lisp manual)
10050
10051 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10052
10053 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10054
10055 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10056 the Emacs Lisp manual).
10057
10058 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10059
10060 * simple.el (next-line-add-newlines): Change default to nil.
10061
10062 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10063
10064 * files.el (revert-buffer, recover-file):
10065 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10066
10067 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10068
10069 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10070
10071 2000-12-01 Miles Bader <miles@gnu.org>
10072
10073 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10074
10075 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10076
10077 * international/mule-diag.el (describe-char-after): Fix typo.
10078 (describe-character-set, non-iso-charset-alist): Fix typo.
10079
10080 2000-12-01 Miles Bader <miles@gnu.org>
10081
10082 * image-file.el (image-file-name-regexp): Automatically add
10083 upper-case variants of each filename extension in
10084 `image-file-name-extensions', since they seem to be common.
10085
10086 * simple.el (minibuffer-contents)
10087 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10088 New functions.
10089 * filecache.el (file-cache-directory-name)
10090 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10091
10092 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10093
10094 * filecache.el (file-cache-minibuffer-complete): Don't try to
10095 delete the minibuffer prompt.
10096
10097 2000-11-30 Dave Love <fx@gnu.org>
10098
10099 * cus-start.el: Fix read-buffer-function type.
10100
10101 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10102
10103 * md5.el: Removed. There's a built-in function, now.
10104
10105 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10106
10107 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10108 as dummy 0-th char of rmail-deleted-vector.
10109
10110 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10111
10112 * ps-print.el (ps-end-job): Bind case-fold-search only after
10113 switching to ps-spool-buffer.
10114
10115 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10116
10117 * ps-print.el: Line number font customization. PostScript: Lines and
10118 PageCount are initialized on each page. Doc Fix.
10119 (ps-print-version): New version number (6.3.2).
10120 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10121 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10122 (ps-right-header): Customization fix.
10123 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10124 Fix code.
10125 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10126 New vars.
10127
10128 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10129
10130 * bs.el: Fix typos and spelling errors.
10131 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10132 (bs-configuration): Doc fix.
10133
10134 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10135
10136 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10137
10138 * emulation/tpu-edt.el (tpu-version): New version.
10139 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10140 (tpu-original-mode-line): Variable deleted.
10141 (tpu-mark-flag): New initial value.
10142 (tpu-set-mode-line): Don't redefine mode-line-format.
10143 Add tpu-mark-flag to minor-mode-alist.
10144 (tpu-update-mode-line): New mark flag logic.
10145 (tpu-get): Use find-file-wildcards.
10146 (tpu-search-highlight): Move overlay less, reset overlay properly.
10147 (tpu-unselect): Deactivate mark.
10148 (tpu-lm-replace): Reset overlay properly.
10149 (tpu-forward-line): Use forward-visible-line.
10150 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10151
10152 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10153
10154 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10155
10156 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10157
10158 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10159
10160 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10161 and skip whitespace and newlines.
10162
10163 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10164
10165 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10166
10167 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10168
10169 * help.el (describe-function-1): Regexp-quote function name
10170 when used as part of a regexp.
10171
10172 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10173 Use face-attribute instead of face-foreground and face-background.
10174 (tool-bar-add-item): Likewise, and handle unspecified colors.
10175
10176 * enriched.el (enriched-face-ans): Use face-attribute instead
10177 of face-foreground and face-background.
10178
10179 * faces.el (face-foreground, face-background, face-stipple):
10180 Return nil if attribute is unspecified, for backward compatibility.
10181
10182 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10183
10184 * play/5x5.el: Remove version info.
10185
10186 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10187
10188 * frame.el (blink-cursor-mode): Doc fix.
10189
10190 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10191
10192 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10193 to create Makefile rules.
10194 (antlr-tool-command): New user option.
10195 (antlr-ask-about-save): New user option.
10196 (antlr-makefile-specification): New user option.
10197 (antlr-file-formats-alist): New variable.
10198 (antlr-special-file-formats): New variable.
10199 (antlr-unknown-file-formats): New user option.
10200 (antlr-help-unknown-file-text): New variable.
10201 (antlr-help-rules-intro): New variable.
10202 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10203 (antlr-mode-menu): Add entries.
10204 (antlr-file-dependencies): New function.
10205 (antlr-directory-dependencies): New function.
10206 (antlr-superclasses-glibs): New function.
10207 (antlr-run-tool): New command.
10208 (antlr-makefile-insert-variable): New function.
10209 (antlr-insert-makefile-rules): New function.
10210 (antlr-show-makefile-rules): New command.
10211
10212 * antlr-mode.el: More Emacs/XEmacs stuff.
10213 (antlr-no-action-keywords): New constant with value nil.
10214 (antlr-font-lock-keywords-alist): Use it. Old value would break
10215 syntax highlighting in Emacs-21.0.
10216 (antlr-default-directory): Emacs/XEmacs dependend function.
10217 (antlr-read-shell-command): Ditto.
10218 (antlr-with-displaying-help-buffer): Ditto.
10219
10220 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10221
10222 * antlr-mode.el: imenu, parsing and highlighting changes.
10223 (antlr-imenu-create-index-function): Don't create extra submenus
10224 for definitions in different grammar classes. It is not necessary
10225 for the menu and would make command `imenu' awkward to use.
10226 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10227 header actions and more than one.
10228 (antlr-font-lock-tokendef-face): Changed color.
10229 (antlr-font-lock-tokenref-face): Changed color.
10230 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10231 (antlr-mode-syntax-table): New variable.
10232 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10233 (antlr-with-syntax-table): Don't copy syntax table.
10234
10235 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10236
10237 * antlr-mode.el: Minor changes: language setting.
10238 (antlr-language-alist): The value for file option "language" can
10239 be both an identifier and a string.
10240 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10241 (antlr-language-limit-n-regexp): Change accordingly.
10242
10243 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10244
10245 * antlr-mode.el: Minor changes: tabs, hiding.
10246 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10247 (antlr-action-visibility): Also allow value nil to also hide the
10248 braces. Renamed from `antlr-tiny-action-length'.
10249 Suggested by Jay@aol.com.
10250 (antlr-hide-actions): Change accordingly. Hide line if completely
10251 hidden action is on a line of its own.
10252
10253 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10254
10255 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10256
10257 * sort.el (sort-columns): Don't concat strings with numbers.
10258
10259 2000-11-29 Dave Love <fx@gnu.org>
10260
10261 * cus-edit.el (face): Fix :format.
10262
10263 * mail/feedmail.el: Require smtpmail when compiling.
10264 (mail-do-fcc): Autoload.
10265 (feedmail) <defgroup>: Fix :link.
10266 (feedmail-nuke-body-in-fcc): Fix :type.
10267 (feedmail-send-it): Add autoload cookie.
10268
10269 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10270
10271 * newcomment.el (comment-indent): Save excursion around call to
10272 comment-indent-function.
10273
10274 2000-11-29 Miles Bader <miles@gnu.org>
10275
10276 * subr.el (member-ignore-case): Return the tail of the list who's
10277 car matches, like `member', not the matching element itself.
10278
10279 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10280
10281 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10282 should not contain `\n'.
10283
10284 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10285
10286 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10287
10288 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10289
10290 * dired-aux.el (dired-do-create-files): Construct default file
10291 name for dired-mark-read-file-name so that when the user enters
10292 just RET, the target file will end up in the target directory.
10293
10294 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10295 local-abbrev-table before changing buffers because it might
10296 have a buffer-local binding.
10297
10298 2000-11-28 Miles Bader <miles@gnu.org>
10299
10300 * simple.el (delete-horizontal-space): Handle fields more generally.
10301
10302 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10303
10304 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10305
10306 2000-11-28 Dave Love <fx@gnu.org>
10307
10308 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10309 comment-start-skip locally.
10310
10311 * progmodes/fortran.el (fortran-mode): Don't set
10312 fortran-comment-line-start-skip. Set comment-start to
10313 fortran-comment-line-start.
10314 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10315 (fortran-comment-line-start-skip): Simplify slightly.
10316
10317 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10318
10319 * play/5x5.el: Remove RCS keyword.
10320
10321 * bs.el: Mistaken commit, undone 2000-11-30.
10322
10323 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10324
10325 * textmodes/tildify.el (tildify-string-alist):
10326 Add `plain-tex-mode' here.
10327
10328 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10329
10330 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10331 reference.
10332
10333 2000-11-28 Miles Bader <miles@gnu.org>
10334
10335 * cus-face.el (custom-face-attributes): Add post-filter function
10336 for :box. Make pre-filter function for :box handle all cases.
10337
10338 * wid-edit.el (widget-choose): Make sure pop-up window is large
10339 enough to display all the choices, as there's no way to scroll it.
10340
10341 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10342
10343 * international/mule-conf.el: Make the coding system no-conversion
10344 safe for all characters.
10345
10346 2000-11-27 Dave Love <fx@gnu.org>
10347
10348 * net/ldap.el (ldap) <defgroup>: Add :version.
10349
10350 * tooltip.el (tooltip-use-echo-area): Doc fix.
10351
10352 * cus-start.el <minibuffer-prompt-properties>: Add version.
10353 <read-buffer-function>: Add.
10354
10355 * apropos.el (apropos-print): Add help-echo to active text.
10356
10357 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10358
10359 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10360
10361 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10362 type, group and version.
10363
10364 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10365
10366 * select.el (x-get-selection): Docstring fix.
10367
10368 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10369
10370 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10371
10372 2000-11-27 Andrew Innes <andrewi@gnu.org>
10373
10374 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10375
10376 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10377
10378 2000-11-27 Miles Bader <miles@gnu.org>
10379
10380 * dired.el (dired-get-filename): Return filename verbatim if
10381 LOCALP is `verbatim'.
10382 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10383 `verbatim' so that we don't inadvertently delete a non-existant
10384 directory name.
10385
10386 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10387
10388 * international/characters.el: Specify cases and syntaxes for
10389 mule-unicode-0100-24ff.
10390
10391 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10392
10393 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10394 that foreground and/or background colors of the face `tool-bar'
10395 are unspecified.
10396
10397 2000-11-27 Miles Bader <miles@gnu.org>
10398
10399 * wid-edit.el (widget-field-buffer, widget-field-start)
10400 (widget-field-end): Handle widget field `pseudo-overlays'.
10401 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10402 if it's there instead of in `widget-field-list'.
10403
10404 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10405 (help-make-xrefs): Delete extraneous newlines at the end of the
10406 docstring.
10407
10408 2000-11-25 Jason Rumney <jasonr@gnu.org>
10409
10410 * startup.el (command-line): Call set-locale-environment after
10411 Window System init file is read, as it can result in a call to
10412 redraw-frame.
10413
10414 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10415
10416 * simple.el (shell-command): Mention the effect of the prefix
10417 argument in the doc string.
10418
10419 2000-11-25 Miles Bader <miles@gnu.org>
10420
10421 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10422
10423 * wid-edit.el (widget-field-value-delete): Don't try to delete
10424 overlay when it's the `pseudo-overlay' that exists at some points.
10425
10426 2000-11-24 Jason Rumney <jasonr@gnu.org>
10427
10428 * international/mule-cmds.el (locale-language-names): Add "jp" as
10429 a non-standard alternative for Japanese.
10430
10431 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10432
10433 * vc-hooks.el: Require 'cl during compilation.
10434
10435 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10436
10437 * faces.el (face-set-after-frame-default): Let face attributes
10438 specified for new frames override frame parameters.
10439
10440 * startup.el (command-line): Fix computation of the source file
10441 for user-init-file when user-init-file is a compiled file.
10442
10443 2000-11-24 Miles Bader <miles@gnu.org>
10444
10445 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10446 (custom-post-filter-face-spec): New functions.
10447 (custom-face-set, custom-face-value-create): Filter the face spec
10448 before and after customization.
10449 (custom-face-set): If VALUE specifies a null face, pass a
10450 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10451 * cus-face.el (custom-face-attributes): Remove SET and GET
10452 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10453 cases they're needed.
10454
10455 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10456 that it's distinguishable from the :off-glyph on dark-background
10457 displays. Set its background color too.
10458
10459 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10460 so that people can easily turn it off.
10461
10462 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10463
10464 * ediff-diff.el: Moved variables around to have it compile under NT.
10465
10466 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10467
10468 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10469
10470 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10471 redundant skip-small-frames test.
10472
10473 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10474 (viper-downgrade-to-insert): Protect against errors in hooks.
10475
10476 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10477 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10478 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10479 New functions.
10480
10481 * viper-util.el (viper-memq-char): Bug fixes.
10482
10483 * viper.el (viper-mode): Fix cursor handling.
10484
10485 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10486
10487 * international/mule-diag.el (list-iso-charset-chars):
10488 For two-byte charset, fix the `while' condition.
10489 (list-non-iso-charset-chars): Fix the `while' condition.
10490
10491 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10492
10493 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10494 if the variable is make-variable-buffer-local.
10495
10496 * progmodes/ada-stmt.el (ada-template-map):
10497 Initialize and bind it to C-c t in ada-mode-map.
10498 (ada-stmt-mode-hook): New function extracted from old code.
10499 Only change the buffer-local side of skeleton-*.
10500 (ada-mode-hook): Use it.
10501
10502 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10503
10504 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10505 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10506 we expect to be returned by minibuffer-depth once we prompt the
10507 user in the minibuffer.
10508 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10509 as recorded in iswitchb-minibuf-depth, return non-nil.
10510
10511 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10512
10513 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10514 (hscroll-window-maybe): Docstring fix.
10515
10516 2000-11-23 Dave Love <fx@gnu.org>
10517
10518 * rect.el (string-rectangle): Don't test delete-selection-mode.
10519
10520 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10521
10522 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10523 is in the tool bar.
10524
10525 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10526 with `no-dir'; we want the directory part to be able to remove it.
10527
10528 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10529
10530 * textmodes/outline.el (outline-flag-region):
10531 Don't bind inhibit-read-only since we don't modify the buffer.
10532 (outline-isearch-open-invisible): Don't jump to overlay-start
10533 since we're trying to unhide text around point.
10534 (outline-discard-overlays): Use dolist.
10535
10536 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10537
10538 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10539
10540 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10541
10542 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10543
10544 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10545 Fix ARG regexp to skip quoted braces.
10546 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10547 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10548 are (correctly) handled separately).
10549 Remove `caption' and `footnote' from `citations': they contain text.
10550 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10551 (latex-skeleton-end-hook): New function.
10552 (latex-mode): Use it.
10553 (tex-start-tex-marker): Remove.
10554 (tex-send-tex-command): Don't set tex-start-tex-marker.
10555 (tex-error-parse-syntax-table): New var.
10556 (tex-compilation-parse-errors): Use it.
10557 Ignore tex-start-tex-marker. Don't bother with marker-position.
10558 (tex-validate-buffer): Don't bother with marker-position.
10559
10560 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10561 (flyspell-generic-progmode-verify): Use it.
10562
10563 2000-11-22 Sam Steingold <sds@gnu.org>
10564
10565 * simple.el (delete-trailing-whitespace): New interactive function.
10566
10567 * progmodes/ada-mode.el (ada-mode): Use it instead of
10568 `ada-remove-trailing-spaces'.
10569 (ada-remove-trailing-spaces): Removed.
10570
10571 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10572
10573 * textmodes/picture.el (picture-clean): Removed.
10574 (picture-mode-exit): Call it instead of `picture-clean'.
10575
10576 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10577
10578 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10579
10580 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10581 jit-lock-fontify-buffer; it should anyway be unneccessary to
10582 do anything special when jit-lock is active.
10583 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10584
10585 2000-11-22 Dave Love <fx@gnu.org>
10586
10587 * calendar/todo-mode.el (todo-top-priorities): Use
10588 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10589
10590 * language/chinese.el, language/cyrillic.el:
10591 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10592 * language/hebrew.el, language/indian.el, language/japanese.el:
10593 * language/korean.el, language/lao.el, language/misc-lang.el:
10594 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10595 Use provide.
10596
10597 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10598 (custom-variable-set): Improve validation error mesage.
10599
10600 * rect.el (string-rectangle): Revert last change.
10601 (string-rectangle-line): New arg DELETE.
10602 (string-rectangle): Check delete-selection-mode.
10603
10604 * emacs-lisp/edebug.el (edebug-version)
10605 (edebug-maintainer-address): Deleted.
10606 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10607 (edebug-read-function): Account for other `'#' read forms.
10608 (edebug-mode-menus): Make some items toggles.
10609 (edebug-outside-unread-command-event, unread-command-event):
10610 Remove these to avoid warnings.
10611
10612 2000-11-22 David Ponce <david@dponce.com>
10613
10614 * recentf.el (recentf-menu-items-for-commands)
10615 (recentf-make-menu-items, recentf-make-menu-item)
10616 (recentf-filter-changer): Added :help and :active menu-item properties.
10617
10618 (recentf-build-dir-rules, recentf-dump-variable)
10619 (recentf-edit-list, recentf-open-files-item)
10620 (recentf-open-files): Replaced unnecessary `mapcar' with new
10621 built-in `mapc'.
10622
10623 2000-11-23 Miles Bader <miles@gnu.org>
10624
10625 * faces.el (menu): Make inverse-video on ttys too.
10626
10627 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10628
10629 * simple.el (comment-line-break-function): Use the new name
10630 indent-new-comment-line -> comment-indent-new-line.
10631 (clone-indirect-buffer): Don't ignore NORECORD.
10632 (next-completion): Properly handle the case where items are adjacent.
10633
10634 * mouse.el (popup-menu): Stupid typo.
10635
10636 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10637
10638 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10639 maintainer, keywords tags.
10640
10641 * rect.el (replace-rectangle): Don't call string-rectangle-line
10642 with too many arguments.
10643
10644 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10645
10646 * ediff-util.el (ediff-file-checked-out-p)
10647 (ediff-file-checked-in-p): Call vc-state instead of
10648 vc-locking-user, which no longer exists.
10649
10650 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10651
10652 2000-11-22 Dave Love <fx@gnu.org>
10653
10654 * md5.el (md5): Provide.
10655 (md5): Fix error call.
10656
10657 2000-11-22 Miles Bader <miles@gnu.org>
10658
10659 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10660 (refill-fill-paragraph-at): Remove debugging code.
10661
10662 * calendar/calendar.el (generate-calendar-window): When we don't
10663 call `fit-window-to-buffer', make sure the top line is fully visible.
10664
10665 * image-file.el (insert-image-file): Don't make `read-only'
10666 property rear-nonsticky.
10667
10668 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10669 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10670 stashing away its original value.
10671 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10672 in the recursive edit.
10673 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10674 (isearch-done): Restore `minibuffer-message-timeout'.
10675
10676 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10677
10678 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10679
10680 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10681
10682 * find-lisp.el (find-lisp-find-files-internal):
10683 Use dolist, when and file-name-as-directory.
10684
10685 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10686 (define-derived-mode, define-minor-mode): Add specs.
10687
10688 * window.el: General comment and spacing fixes.
10689 (save-selected-window): Use backquotes.
10690 (window-safely-shrinkable-p): New function.
10691 (shrink-window-if-larger-than-buffer): Use it.
10692
10693 * subr.el (make-local-hook): Docstring fix.
10694
10695 * shell.el (shell-mode): Use define-derived-mode.
10696
10697 * newcomment.el (comment-indent): Insert comment before calling
10698 comment-indent-function. Don't insert in column 0.
10699 (comment-dwim): Indent before inserting comment.
10700
10701 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10702 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10703 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10704 Use mapc rather than map.
10705
10706 * files.el (find-buffer-visiting): Compare all attributes before
10707 declaring two files identical (rather than just their inode-no).
10708 (auto-mode-alist): Use \' rather than $.
10709
10710 * which-func.el: Update maintainer line.
10711
10712 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10713 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10714 (uniquify-buffer-file-name): Use it.
10715
10716 2000-11-22 Miles Bader <miles@gnu.org>
10717
10718 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10719 * simple.el (minibuffer-avoid-prompt): New function.
10720
10721 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10722
10723 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10724
10725 2000-11-21 Miles Bader <miles@gnu.org>
10726
10727 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10728 inclusion of `track-mouse'.
10729
10730 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10731 (refill-adjust-ignorable-overlay): New function.
10732 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10733 only the paragraph's tail if possible.
10734 Update `refill-ignorable-overlay'.
10735 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10736
10737 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10738 point inside the fill-prefix.
10739
10740 * textmodes/refill.el (refill-post-command-function): Don't reset
10741 refill-doit in the case where a self-insertion command doesn't
10742 case a refill. Use `refill-fill-paragraph-at', getting position
10743 from `refill-doit'.
10744 (refill-after-change-function): Set `refill-doit' to END.
10745 (refill-fill-paragraph-at): New function, mostly from old
10746 refill-fill-paragraph.
10747 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10748 (refill-pre-command-function): New function.
10749 (refill-mode): Add it to `pre-command-hook'.
10750
10751 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10752
10753 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10754
10755 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10756 javadoc tags.
10757
10758 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10759
10760 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10761 vc.el).
10762
10763 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10764 require vc.
10765
10766 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10767 checkouts.
10768
10769 2000-11-20 Dave Love <fx@gnu.org>
10770
10771 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10772
10773 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10774
10775 * calculator.el (calculator-paste): Use `if' instead of `and'
10776 and `or'.
10777 (calculator-help): Don't use electric-describe-mode for XEmacs.
10778
10779 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10780
10781 * info.el (info-menu-5): Doc fix.
10782
10783 * textmodes/artist.el: New file.
10784
10785 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10786
10787 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10788 and differentiate according to checkout model.
10789 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10790 since this function is only concerned with master state.
10791
10792 * vc-hooks.el (vc-workfile-unchanged-p)
10793 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10794
10795 * vc.el (vc-workfile-unchanged-p)
10796 (vc-default-workfile-unchanged-p): See above.
10797
10798 2000-11-19 Miles Bader <miles@gnu.org>
10799
10800 * image-file.el (insert-image-file): Make `intangible' and
10801 `read-only' properties rear-nonsticky too.
10802
10803 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10804
10805 * ps-print.el: Update copyright notice.
10806
10807 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10808 (tooltip-show): Use the offsets.
10809
10810 * bindings.el (mode-line-modified): Fix a typo.
10811 (mode-line-toggle-modified, mode-line-widen)
10812 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10813
10814 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10815
10816 * ps-print.el (toplevel): Test for find-coding-system being
10817 fboundp before calling ps-x-find-coding-system.
10818
10819 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10820
10821 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10822 (vc-version-backup-file): Docstring fix.
10823
10824 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10825
10826 * files.el (basic-save-buffer): Don't add a newline if
10827 find-file-literally is non-nil.
10828 (find-file-literally): Extend doc string.
10829
10830 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10831 sort(1) with the `-f' argument.
10832
10833 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10834
10835 * vc.el: Updated backend documentation.
10836 (vc-default-check-headers): New function.
10837
10838 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10839
10840 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10841 up-to-date.
10842 (vc-do-command): In the asynchronous case, output messages only if
10843 the minibuffer is not active.
10844
10845 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10846 `vc-cvs-use-edit' is on.
10847 (vc-cvs-checkout): When this is used for reverting the workfile,
10848 make a backup of the original contents and revert to that in case
10849 of error.
10850 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10851 remote repositories.
10852
10853 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10854 for both version and ratio in the minibuffer.
10855
10856 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10857 Use vc-do-command to perform the annotation, not call-process.
10858
10859 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10860
10861 * international/quail.el (quail-start-translation): Don't call
10862 `message' before reading key sequence.
10863
10864 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10865
10866 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10867
10868 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10869
10870 * window.el (fit-window-to-buffer): Be sure to acquire at least
10871 one text line even if the buffer is empty.
10872
10873 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10874
10875 * net/ange-ftp.el (ange-ftp-file-writable-p)
10876 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10877 Bind ange-ftp-process-verbose to nil.
10878
10879 2000-11-15 Dave Love <fx@gnu.org>
10880
10881 * wid-edit.el (widget-specify-field, widget-specify-button):
10882 If :help-echo is a function, set help-echo of overlay to
10883 widget-mouse-help.
10884 (widget-mouse-help): New function.
10885 (widget-echo-help): Rewritten for :help-echo functions only taking
10886 a widget arg.
10887
10888 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10889 Use display-graphic-p.
10890 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10891 and that JPEG is available.
10892 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10893
10894 * international/mule-cmds.el (locale-charset-language-names):
10895 Match @euro.
10896
10897 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10898
10899 * faces.el (face-set-after-frame-default):
10900 If `inhibit-default-face-x-resources' is bound, don't intialize the
10901 default face from X resources.
10902
10903 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10904
10905 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10906 Don't set EMACSLOADPATH.
10907
10908 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10909
10910 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10911 texinfo-insert-@url.
10912 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10913 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10914
10915 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10916
10917 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10918 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10919 (checkdoc-minor-keymap): Backward compatibility.
10920 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10921 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10922 (checkdoc-this-string-valid-engine): Be a bit more strict
10923 to avoid matching substrings of `...' quoted vars/funs.
10924 (checkdoc-defun-info): Only look for `interactive' if alone.
10925 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10926
10927 * progmodes/compile.el (grep): `tag-default' can be nil.
10928
10929 * newcomment.el (comment-indent): Paren typo.
10930
10931 2000-11-14 Dave Love <fx@gnu.org>
10932
10933 * calculator.el: New maintainer version.
10934
10935 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10936
10937 * cmuscheme.el: Doc fixes.
10938 (cmuscheme) <defgroup>: Use `scheme' as parent.
10939 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10940
10941 * xscheme.el (scheme-program-name): Don't define here.
10942
10943 * progmodes/scheme.el (scheme-program-name): New variable
10944 (originally in cmuscheme).
10945
10946 2000-11-14 Miles Bader <miles@gnu.org>
10947
10948 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10949 Handle header-lines. Don't loop forever if we can't enlarge the
10950 window anymore. Simplify a bit.
10951
10952 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10953
10954 * window.el (fit-window-to-buffer): Don't check
10955 window-text-height. Assure that the last line is fully visible.
10956
10957 * international/quail.el (quail-show-guidance-buf):
10958 Call fit-window-to-buffer to assure the enough height of the guidance
10959 buffer.
10960 (quail-update-guidance): Avoid making the guidance buffer shorter.
10961
10962 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10963
10964 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10965 rather than `prepend' and add an interesting comment.
10966 (tex-math-face, tex-font-lock-syntactic-face-function):
10967 New face and function to use it.
10968 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10969 than `menu-enable' symbol property.
10970 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10971 (tex-mode): Add some latex-mode commands for auto-selection.
10972 Use tex-font-lock-syntactic-face-function.
10973 (tex-insert-quote): Simplify.
10974 (tex-shell): New mode.
10975 (tex-start-shell): Use it.
10976 (tex-shell-proc, tex-shell-buf): New functions.
10977 (tex-send-command): Use it.
10978 (tex-main-file): Fix the meaning of the new arg REALFILE.
10979 (tex-send-tex-command): New function split from `tex-start-tex'.
10980 Set compilation-last-buffer and compilation-parsing-end.
10981
10982 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10983 when it follows non-comment text on the line.
10984
10985 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10986 Set font-lock-defaults.
10987 (lisp-mode-shared-map): Init inside the defvar.
10988 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10989 Use define-derived-mode.
10990
10991 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10992
10993 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10994
10995 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10996
10997 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10998 Don't recursively optimize body because that can lead to infinite
10999 recursion; see comment there.
11000
11001 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
11002
11003 * faces.el (face-spec-set-match-display): Revert the change from
11004 2000-10-24. Add a FIXME for after v21.1.
11005
11006 2000-11-13 Miles Bader <miles@gnu.org>
11007
11008 * textmodes/fill.el (skip-line-prefix): New function.
11009 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
11010 (fill-paragraph): Don't leave point inside the fill-prefix.
11011 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11012 point inside the fill-prefix.
11013
11014 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
11015
11016 * calendar/calendar.el (generate-calendar-window):
11017 Use `fit-window-to-buffer'.
11018
11019 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11020
11021 * gud.el (gud-minor-mode): New var.
11022 (gud-symbol, gud-val): New functions.
11023 (gud-find-file): Copy gud-minor-mode to the new buffer.
11024 (gud-menu-map): Include entries for commands that are not always
11025 available, using :enable to (de)activate them.
11026 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11027 (gud-mode-map): New map.
11028 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11029 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11030 Don't set up gud's menu (it's done by the minor-mode).
11031 (gud-minibuffer-local-map): New.
11032 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11033 (gud-query-cmdline): New function.
11034 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11035 (gud-mode): Use define-derived-mode.
11036 Don't set up gud's menu (it's done by the minor-mode).
11037 (gud-chop-words): Remove.
11038 (gud-common-init): Use split-string instead.
11039 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11040
11041 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11042 Add keyword arg :name.
11043
11044 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11045 (diff-count-matches, diff-split-hunk): New functions.
11046 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11047
11048 * pcvs-info.el (cvs-fi-conflict-face): New var.
11049
11050 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11051 Make it into a simple syntax-table, shared among all submodes.
11052 (sh-heredoc-face): Re-introduce.
11053 (sh-font-lock-syntactic-face-function): New function.
11054 (sh-mode): Use it. Also use define-derived-mode.
11055 Remove old bogus setting of indent-region-function.
11056 (sh-set-shell): Don't set the syntax-table any more.
11057 (sh-mode-syntax-table) <defun>: Remove.
11058
11059 2000-11-12 Miles Bader <miles@gnu.org>
11060
11061 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11062 message if interactive.
11063
11064 2000-11-12 Dave Love <fx@gnu.org>
11065
11066 * mail/feedmail.el: Fix header,
11067 (feedmail) <defgroup>: Add :link.
11068
11069 * view.el: Use local-map property, not keymap on mode-line string.
11070
11071 * scroll-all.el (scroll-all-mode): Customize variable.
11072 Add autoload cookie to function.
11073
11074 * lazy-lock.el: Remove compatibility code.
11075
11076 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11077 (finder-help-echo): New variable.
11078 (finder-mouse-face-on-line): Add help-echo stuff.
11079 (finder-list-keywords, finder-list-matches): Use mapc.
11080
11081 * faces.el (face-font-registry-alternatives): Add :version.
11082
11083 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11084 tags-table-list.
11085
11086 * net/browse-url.el (browse-url-browser-function): Update :version.
11087
11088 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11089 (mail-mode): Use [:alnum:] in some regexps.
11090
11091 2000-11-10 Dave Love <fx@gnu.org>
11092
11093 * ediff.el (ediff-regions-internal, ediff-documentation):
11094 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11095 fundamental mode.
11096
11097 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11098 buffer into fundamental mode.
11099 (ediff-set-difference): Use copy-sequence if available.
11100
11101 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11102 Check ediff-patch-map non-nil.
11103 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11104 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11105 buffer into fundamental mode.
11106
11107 * ediff-merg.el (state-or-merge): Defvar when compiling.
11108
11109 2000-11-10 Jason Rumney <jasonr@gnu.org>
11110
11111 * w32-fns.el (w32-add-charset-info): New function.
11112 (w32-charset-info-alist): Use it.
11113
11114 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11115
11116 * faces.el (face-font-registry-alternatives): New user-option.
11117
11118 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11119
11120 * textmodes/texinfo.el (texinfo-block-default): New var.
11121 (texinfo-insert-block): Use it. Insert a newline if needed.
11122
11123 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11124 (fill-region-as-paragraph): Use it.
11125
11126 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11127 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11128 Tweak paragraph regexps to allow a leading [ \t]*.
11129 (tex-latex-block): Insert a newline if necessary.
11130 (latex-insert-item): Only insert a newline if necessary.
11131 (tex-guess-main-file): New function.
11132 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11133 Set tex-main-file if TeX-master is provided.
11134 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11135
11136 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11137
11138 * startup.el (command-line): Set the default tooltip-mode
11139 to t for graphical displays which implement x-show-tip.
11140
11141 * tooltip.el (tooltip-mode): Add a comment about startup.el
11142 setting the default value of this user-option.
11143
11144 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11145
11146 * font-lock.el (font-lock-*-face) <defvar>: Move.
11147 (font-lock-defaults-alist): Mark obsolete.
11148 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11149 (font-lock-mode): Use define-minor-mode.
11150 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11151 (font-lock-turn-off-thing-lock): Be more explicit.
11152 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11153 (font-lock-syntactic-face-function): New var.
11154 (font-lock-fontify-syntactically-region): Use it.
11155 (font-lock-doc-face): New.
11156
11157 * pcvs.el (cvs-enabledp): Ignore errors.
11158 (cvs-commit-filelist): Never query.
11159 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11160 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11161 (cvs-do-removal): Use cvs-partition rather than delete-if.
11162 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11163 cvs-bury-buffer.
11164
11165 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11166 Allow `next' to jump to after the end of the last match.
11167
11168 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11169
11170 * simple.el (byte-compiling-files-p): New function.
11171
11172 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11173 if it is there.
11174
11175 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11176 nil again.
11177
11178 * textmodes/ispell.el (ispell-library-path): Don't call
11179 check-ispell-version when byte-compiling because that starts
11180 an ispell process, and ispell might not be installed.
11181 (toplevel): Don't set up a menu when byte-compiling.
11182
11183 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11184 it, so that a boundp test can be used to determine if we're
11185 currently byte-compiling.
11186
11187 2000-11-09 Dave Love <fx@gnu.org>
11188
11189 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11190
11191 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11192
11193 * ps-print.el: Patch for variable initialization when spooling.
11194 Doc fix.
11195 (ps-output-list): Fun eliminated.
11196 (ps-begin-file, ps-begin-job): Code fix.
11197
11198 2000-11-08 Dave Love <fx@gnu.org>
11199
11200 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11201
11202 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11203
11204 * simple.el (shell-command, display-message-or-buffer)
11205 (shell-command-on-region): Mention resize-mini-windows in the doc
11206 string.
11207 (display-message-or-buffer): Take the value of resize-mini-windows
11208 into account.
11209
11210 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11211
11212 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11213
11214 * dired.el (dired-between-files): Add `^. find' as an alternative
11215 to the regular expression, for find-dired.
11216
11217 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11218
11219 * textmodes/texnfo-upd.el: Require texinfo.
11220 (defmacro, defgroup): Remove.
11221 (texinfo-section-to-generic-alist): Remove.
11222 Use texinfo-section-list instead (i.e. level is changed string->int).
11223 (texinfo-filter): New function.
11224 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11225 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11226 Use it. And use regexp-opt.
11227 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11228 (texinfo-update-menu-region-beginning)
11229 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11230 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11231 (texinfo-update-menu-same-level-regexps): Update.
11232 (texinfo-update-node, texinfo-every-node-update)
11233 (texinfo-sequential-node-update): Remove autoload cookie.
11234
11235 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11236 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11237 (texinfo-chapter-level-regexp): Remove.
11238 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11239
11240 2000-11-06 Dave Love <fx@gnu.org>
11241
11242 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11243
11244 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11245 Match defun*.
11246
11247 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11248
11249 * composite.el (composition-function-table): Variable declaration
11250 moved to src/composite.c.
11251 (compose-chars-after): New optional arg object.
11252
11253 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11254
11255 * bindings.el (mode-line-toggle-read-only)
11256 (mode-line-toggle-modified, mode-line-widen)
11257 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11258 (make-mode-line-mouse2-map): Rewritten.
11259 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11260 functions so that C-h k can show something with a doc string.
11261
11262 * startup.el (fancy-splash-delay): Set to 10 seconds.
11263 (fancy-splash-max-time): New user-option.
11264 (fancy-splash-stop-time): New variable.
11265 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11266 (fancy-splash-screens-1): Throw `stop-splashing' when current
11267 time is greater than fancy-splash-stop-time.
11268
11269 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11270
11271 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11272
11273 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11274 Prompt user for a file rather than raising an error.
11275 (cvs-enabledp): Fix call to cvs-mode-marked.
11276 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11277 (cvs-mode-insert): Use it. Change the init prompt' value.
11278 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11279
11280 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11281 Don't pass default arg to ewoc-locate.
11282 (ewoc-collect): Return result in the right order.
11283
11284 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11285
11286 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11287 (cvs-status-get-tags): Fix regexp.
11288 (cvs-status-trees, cvs-status-cvstrees):
11289 Combine after change hooks and don't sit-for.
11290 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11291 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11292 Use make-char rather than hard-coded cryptic data.
11293 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11294
11295 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11296
11297 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11298 (cvs-insert-strings): New function.
11299
11300 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11301
11302 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11303 `mwheel-scroll-amount'.
11304 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11305 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11306 string-matching against the version string.
11307
11308 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11309
11310 * language/thai.el ("Thai"): Set a lisp form that produces
11311 composed string in `sample-text' language info.
11312
11313 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11314 composed string in `sample-text' language info.
11315
11316 * international/mule-cmds.el (describe-language-environment):
11317 Eval `sample-text' data and insert the result.
11318
11319 * international/mule-conf.el (compound-text): Define this coding
11320 system here. Make x-ctext and ctext aliases of it.
11321
11322 * language/european.el (compound-text, ctext): Moved to
11323 international/mule-conf.el.
11324
11325 2000-11-05 Andrew Innes <andrewi@gnu.org>
11326
11327 * w32-fns.el (w32-version): New function.
11328
11329 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11330
11331 * progmodes/awk-mode.el: Update copyright.
11332 (awk-mode-abbrev-table): Remove.
11333 (awk-font-lock-keywords): Use regexp-opt.
11334 (awk-mode): Use define-derived-mode.
11335
11336 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11337 when extracting a suffix.
11338
11339 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11340
11341 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11342 auto-save-mode.
11343
11344 2000-11-04 Jason Rumney <jasonr@gnu.org>
11345
11346 * language/european.el (decode-mac-roman): Test against r1 not r0.
11347
11348 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11349
11350 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11351 (icon-mode): Define indent-line-function.
11352 (icon-comment-indent): Simplify.
11353 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11354
11355 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11356
11357 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11358 Bind change-log-default-mode to defeat the caching done on it.
11359 Don't bother saving excursion any more.
11360
11361 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11362
11363 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11364 (set-frame-font): Use the new name (and the old for compatibility).
11365
11366 * toolbar/tool-bar.el (tool-bar-mode):
11367 * time.el (display-time-mode):
11368 * recentf.el (recentf-mode):
11369 * paren.el (show-paren-mode):
11370 * mwheel.el (mouse-wheel-mode):
11371 * msb.el (msb-mode):
11372 * jka-compr.el (auto-compression-mode):
11373 * image-file.el (auto-image-file-mode):
11374 * hl-line.el (hl-line-mode):
11375 * delsel.el (delete-selection-mode):
11376 * autoinsert.el (auto-insert-mode):
11377 * complete.el (partial-completion-mode): Drop unneeded positional args.
11378
11379 * info.el (Info-mode):
11380 * comint.el (comint-mode): Don't bother with make-local-hook.
11381
11382 * log-edit.el (log-edit-menu): New menu.
11383
11384 2000-11-03 Miles Bader <miles@gnu.org>
11385
11386 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11387 definition, so that trailing spaces are handled properly.
11388 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11389
11390 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11391
11392 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11393 tab character.
11394 (fancy-splash-screens): Set tab-width to 20.
11395
11396 2000-11-03 Dave Love <fx@gnu.org>
11397
11398 * comint.el (comint-completion-addsuffix): Fix custom type.
11399
11400 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11401
11402 * font-lock.el (font-lock-buffers): Remove.
11403 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11404 (font-lock-change-major-mode): Remove.
11405 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11406 (font-lock-default-fontify-region): Extend the multiline
11407 fontification to whole lines.
11408 (font-lock-fontify-anchored-keywords)
11409 (font-lock-fontify-keywords-region): If matching just one
11410 line (with \n) only mark the \n as multiline.
11411
11412 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11413 Correctly handle the case where several :group args are supplied.
11414 Allow :extra-args.
11415 (easy-mmode-define-global-mode): Allow :extra-args.
11416 Correctly handle the case where several :group args are supplied.
11417
11418 2000-11-02 Miles Bader <miles@gnu.org>
11419
11420 * calendar/calendar.el (diary-face, calendar-today-face)
11421 (holiday-face): Remove dependency on `window-system'.
11422
11423 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11424
11425 * Makefile.in (emacs): Set EMACSLOADPATH always.
11426 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11427 (compile-files): Bomb out if compilation of a file fails.
11428
11429 2000-11-02 Dave Love <fx@gnu.org>
11430
11431 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11432
11433 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11434
11435 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11436 punctuation in the warning inserted into the *mail* buffer.
11437
11438 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11439
11440 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11441 (authors-public-domain-p): New function.
11442 (authors-print): Use it.
11443
11444 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11445
11446 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11447
11448 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11449
11450 * ps-print.el: Extension for even/odd printing. Doc fix.
11451 (ps-print-version): New version number (6.3.1).
11452 (ps-even-or-odd-pages): Customization fix.
11453 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11454 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11455 (ps-page-count): Var replaced by `ps-page-column'.
11456 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11457 (ps-print-sheet-p): New fun.
11458
11459 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11460
11461 * tooltip.el (tooltip-gud-tips-setup): New function.
11462 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11463 (tooltip-mode): Call tooltip-gud-tips-setup.
11464 (tooltip-gud-tips): Use `gud-basic-call' instead of
11465 process-send-string, so the prompt gets frobbed appropriately.
11466 Handle nil return value from `tooltip-gud-print-command'.
11467
11468 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11469
11470 * comint.el (comint-add-to-input-history): New function.
11471 (comint-send-input): Use `comint-add-to-input-history'.
11472
11473 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11474
11475 * info.el (info-menu-header): New face.
11476 (Info-fontify-menu-headers): New function.
11477 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11478
11479 * info.el (Info-insert-dir): Don't include blank lines at
11480 beginning of additional dir files (one is added automatically).
11481
11482 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11483
11484 * emacs-lisp/easy-mmode.el (define-minor-mode):
11485 Revert the latest changes.
11486 Allow the three positional arguments to be skipped and replaced
11487 by keyword arguments.
11488 Add a :toggle argument to determine whether a nil arg means toggle
11489 or means turn-on. The default is unchanged.
11490 Add a call to force-mode-line-update.
11491
11492 2000-11-01 Dave Love <fx@gnu.org>
11493
11494 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11495
11496 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11497
11498 * calendar/calendar.el (diary-face, holiday-face):
11499 Add dark-background variants.
11500
11501 2000-10-31 Sam Steingold <sds@gnu.org>
11502
11503 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11504 `tex-main-file' does not have directory in it.
11505
11506 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11507
11508 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11509
11510 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11511
11512 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11513 functional change.
11514
11515 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11516
11517 * files.el (find-file-noselect): When we expand a wildcard, return
11518 a list of buffers, as we should do according to the doc string.
11519
11520 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11521
11522 * loadup.el (top level): Adjust load path if program name is
11523 "../src/bootstrap-emacs", in case it's not dumped and thus the
11524 load path adjustment hasn't already been done.
11525
11526 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11527
11528 * ps-print.el: Fix bug on selected pages for printing.
11529 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11530 is on. Try to avoid warning messages when compiling. Doc Fix.
11531 (ps-print-version): New version number (6.3).
11532 (ps-color-device): Use `color-values' to determine if device
11533 supports color.
11534 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11535 (ps-print-page-p): Changed from defsubst to defun.
11536 (ps-page-number): Changed from defmacro to defun.
11537 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11538 printing.
11539 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11540 (ps-end-file, ps-dummy-page): Funs eliminated.
11541 (ps-print-color-scale): Changed default value.
11542 (ps-page-n-up, ps-print-page-p): New internal vars.
11543 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11544 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11545
11546 * delim-col.el: Little programming improvement.
11547 (delimit-columns-str): New macro.
11548 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11549
11550 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11551
11552 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11553 Moved to european.el.
11554 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11555 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11556 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11557 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11558
11559 2000-10-30 Dave Love <fx@gnu.org>
11560
11561 * progmodes/cc-menus.el (imenu-generic-expression)
11562 (imenu-progress-message): Only defvar when compiling.
11563
11564 * emacs-lisp/elp.el (elp-unload-hook): New function.
11565
11566 * loadhist.el (unload-feature): Call elp-restore-function,
11567 checking for symbols; don't use elp-restore-all.
11568 (loadhist-hook-functions): Doc fix.
11569
11570 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11571
11572 * log-edit.el (log-edit-confirm): Fix the default.
11573
11574 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11575
11576 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11577 delimit-columns-format.
11578 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11579
11580 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11581
11582 * comint.el (comint-replace-by-expanded-history): Don't use
11583 comint-get-old-input (we're not looking at *old* input).
11584 (comint-get-old-input-default): If using fields, signal an error
11585 when the point is not in an input field.
11586
11587 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11588
11589 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11590 and mule-unicode-e000-ffff.
11591
11592 * international/mule.el (decode-char, encode-char): New functions.
11593 (make-coding-system): Accept a symbol of translation table as a
11594 value of property `safe-chars'.
11595
11596 * international/mule-cmds.el (encode-coding-char): Check property
11597 safe-chars instead of safe-charsets.
11598
11599 * international/fontset.el (fontset-default): Modified for
11600 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11601 (x-font-name-charset-alist): Likewise.
11602 (ccl-encode-unicode-font): New CCL program. Record it in
11603 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11604
11605 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11606 New translation tables.
11607 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11608 programs are modified and moved from mac-win.el.
11609 (mac-roman): Definition of this coding system is modified and
11610 moved from mac-win.el.
11611
11612 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11613
11614 * ediff-wind.el (ediff-setup-control-frame): Enclose
11615 face-attribute in condition-case to avoid errors in older emacsen.
11616
11617 2000-10-29 Miles Bader <miles@gnu.org>
11618
11619 * custom.el (custom-add-to-group): Allow multiple entries for a
11620 given value OPTION, as long as their widget types are different.
11621 * cus-edit.el (custom-face-value-create): If face name doesn't end
11622 with "face", add such here (similar to custom group widgets).
11623
11624 * comint.el (comint-highlight-prompt): Add :type.
11625
11626 2000-10-28 John Wiegley <johnw@gnu.org>
11627
11628 * calendar/timeclock.el (timeclock-log): Doc fix.
11629 (timeclock-last-event): Doc fix.
11630 (timeclock-log): Kill the timelog buffer after appending a new event.
11631 (timeclock-find-discrep): Use a temp buffer to read in the
11632 timelog, instead of visiting the file.
11633 (timeclock-log-data): A new function, along with a host of helper
11634 functions, for the purpose of making timelog data accessible to
11635 programmers.
11636
11637 * eshell/esh-mode.el (window-height test): Make certain that
11638 `eshell-stringify-t' is non-nil.
11639 (eshell-password-prompt-regexp): Changed to a much simpler
11640 password regexp.
11641 (eshell-send-input): If `eshell-invoke-directly' returns t,
11642 directly invoke the parsed command using `eval'. This improves
11643 turn-around time on simple commands by a factor of three or
11644 greater, such as cd, ls, pwd, etc. -- which get used very often.
11645 It also conserves thousands of cons cells per call (since
11646 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11647 in the Pacific Cookie Company).
11648
11649 * eshell/esh-test.el (eshell-test): Whitespace fix.
11650
11651 * eshell/em-ls.el (eshell-ls-insert-directory):
11652 Make `eshell-ls-initial-args' nil when inserting directory contents.
11653
11654 * eshell/em-script.el (eshell-script-initialize): Add names to
11655 `eshell-complex-commands, since `source' and `.' are complex.
11656
11657 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11658 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11659 `eshell-copy-handles'.
11660 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11661 bodies.
11662 (eshell-separate-commands): Whitespace fix.
11663 (eshell-complex-commands): Added a new list of names, for
11664 determining whether a given command is as simple as it looks.
11665 (eshell-invoke-directly): New function. Returns t if a command
11666 should be invoked directly (using `eval'), rather than indirectly
11667 using `eshell-do-eval'.
11668 (eshell-do-eval): Whitespace fix.
11669
11670 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11671 which provides an emulation of the DOS shell behavior of assuming
11672 that cp/mv/ln should copy/move/link to the current directory.
11673 (eshell-remove-entries): Added a doc string.
11674 (eshell-shuffle-files): Removed the check for `target' being null.
11675 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11676 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11677 it to do a smarter check of whether a destination was provided.
11678 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11679 (eshell/ln): Enable `:preserve-args', and use
11680 `eshell-mvcpln-template' to implement the body of the function.
11681 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11682 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11683 list after flattening it. This makes it possible to cat files
11684 with numerical names.
11685 (eshell-unix-initialize): Added several names to
11686 `eshell-complex-commands.
11687 (eshell-unix-command-complex-p): Return t if a given command name
11688 may result in external processes being invoked.
11689
11690 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11691 variable nil by default, since it slows down glob processing by a
11692 factor of two or more, and increases memory consumption.
11693
11694 * eshell/em-smart.el: Added a note about how memory consumptive
11695 smart display mode can be (at least this is true in Emacs 21).
11696 (eshell-smart-initialize): Whitespace fix.
11697 (eshell-refresh-windows): Use `if' instead of `when'.
11698 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11699 not necessary.
11700 (eshell-currently-handling-window): Added a missing global variable.
11701
11702 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11703 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11704 Whitespace fix.
11705 (eshell-ls-exclude-hidden): Added this variable in addition to
11706 `eshell-ls-exclude-regexp'. This one prevents files beginning
11707 with . from even being read, which can improve memory consumption
11708 quite a bit.
11709 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11710 read file entries beginning with a dot. In home directories with
11711 lots of hidden files, fully two-thirds of the time spent in ls is
11712 used to read directory entries that are immediately thrown away.
11713 (eshell-ls-initial-args): Added back this configuration variable,
11714 for specifying default initial arguments to every call to ls.
11715 Much faster than using an alias to do the same thing.
11716 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11717 (eshell-ls-dir): Whitespace change.
11718
11719 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11720
11721 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11722 (eshell-stringify-t): Added a customization variable, to indicate
11723 whether `t' should be rendered as a string at all. If not, one
11724 can still determine if the result of an expression is true using
11725 "file-exists-p FILE && echo true".
11726 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11727 stringify t!
11728
11729 * eshell/esh-module.el: Whitespace fix.
11730
11731 * eshell/em-alias.el (eshell-alias-initialize):
11732 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11733 (eshell-command-aliased-p): New function that returns t if a
11734 command name names an aliased.
11735
11736 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11737
11738 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11739 redrawing the screen when changing cursor color.
11740 (viper-insert-state-pre-command-sentinel)
11741 (viper-replace-state-pre-command-sentinel)
11742 (viper-replace-state-post-command-sentinel):
11743 Use viper-preserve-cursor-color.
11744 Many functions changed to use viper= instead of = when comparing
11745 characters.
11746 * viper-util.el (viper-memq-char,viper=): New functions for
11747 working with characters.
11748 (viper-change-cursor-color): Fixed buglet.
11749 Many functions changed to use viper= instead of = when comparing
11750 characters.
11751 * viper.el (viper-insert-state-mode-list): Added eshell.
11752
11753 * ediff-init.el (ediff-before-setup-hook): New hook.
11754 Several typos fixed in various docstrings.
11755 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11756 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11757 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11758 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11759 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11760 (ediff-get-selected-buffers): New function.
11761 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11762 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11763 Use save-window-excursion.
11764 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11765 termination check in while loop.
11766 * ediff.el (ediff-get-default-file-name): Better defaults when in
11767 dired buffer.
11768 (ediff-files,ediff-merge-files,ediff-files3)
11769 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11770
11771 2000-10-28 Dave Love <fx@gnu.org>
11772
11773 * info.el (Info-fontify-node): Add help-echo for menu items.
11774
11775 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11776
11777 * startup.el (normal-top-level): If the value of $TERM indicates
11778 we are running from xterm or one of its work-alikes, default to a
11779 light background mode.
11780
11781 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11782 * faces.el (tty-handle-reverse-video): New function.
11783 (tty-create-frame-with-faces): Call it.
11784
11785 * frame.el (frame-notice-user-settings): Don't apply
11786 default-frame-alist and initial-frame-alist to MS-DOS frames.
11787 Call tty-handle-reverse-video, frame-set-background-mode, and
11788 face-set-after-frame-default for non-MS-DOS frames.
11789
11790 * startup.el (tty-long-option-alist): New variable.
11791 (tty-handle-args): New function.
11792 (command-line): Call tty-handle-args.
11793
11794 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11795 startup.el now does that for all character-terminal frames.
11796
11797 2000-10-28 Miles Bader <miles@gnu.org>
11798
11799 * emacs-lisp/easy-mmode.el (define-minor-mode):
11800 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11801 is global. If :global is followed by a non-nil but non-t value,
11802 make the mode buffer-local, but also generate a `global-MODE'
11803 version using `easy-mmode-define-global-mode'.
11804 Add :conditional-turn-on keyword argument.
11805
11806 2000-10-28 Dave Love <fx@gnu.org>
11807
11808 * international/latin1-disp.el (latin1-char-displayable-p):
11809 Don't use window-system.
11810
11811 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11812
11813 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11814 Don't call find-buffer-file-type-coding-system. Instead, just
11815 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11816 if the file is on an untranslated filesystem.
11817 (add-untranslated-filesystem): Use "D" instead of "f" inside
11818 interactive.
11819
11820 2000-10-27 Dave Love <fx@gnu.org>
11821
11822 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11823 (refill-mode): Use it.
11824
11825 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11826
11827 * international/quail.el (quail-activate): Don't make-local-hook.
11828
11829 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11830
11831 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11832 manual backups and file.~<rev>.~ for automatic ones.
11833 (vc-make-version-backup): Don't do it on MS-DOS without long file
11834 names.
11835
11836 * vc.el (vc-version-other-window): If an automatic backup of the
11837 desired version exists, rename it instead of copying it.
11838
11839 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11840 after command. If there's an unexpected error, signal it instead
11841 of being silent.
11842 (vc-cvs-merge-news): Be prepared for no news at all.
11843
11844 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11845
11846 * shell.el (shell): Add BUFFER argument.
11847 * comint.el (make-comint-in-buffer): New function.
11848 (make-comint): Use it.
11849
11850 * faces.el (face-spec-choose): Change syntax so that the list of
11851 attribute-value pairs is now the cdr of each clause, not the cadr.
11852 Detect old-style entries, and handle them. Use pop.
11853
11854 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11855
11856 * cus-edit.el (custom-mode-map): Use a sparse map.
11857 (custom-mode): Don't bother with make-local-hook.
11858
11859 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11860
11861 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11862
11863 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11864
11865 * ps-print.el: Avoid compilation gripes.
11866 (ps-print-version): New version number (6.2.1).
11867
11868 2000-10-26 Dave Love <fx@gnu.org>
11869
11870 * menu-bar.el: Modify some menu item help strings.
11871 (menu-bar-help-menu): Add link to MORE.STUFF.
11872
11873 * cus-edit.el (custom-mode): Add `special' mode-class property.
11874
11875 * wid-browse.el (widget-browse-mode): Likewise.
11876
11877 * wid-edit.el (widget-specify-field): Revert to using local-map
11878 property, not keymap.
11879
11880 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11881
11882 * wid-edit.el (widget-field-end): When checking for a `boundary'
11883 field, do so in the correct buffer.
11884
11885 * simple.el (undo): Correctly distinguish between numeric and
11886 non-numeric prefix args in non-transient-mark-mode, as per the doc
11887 string. When in transient-mark-mode, treat all prefix-args as
11888 numeric.
11889
11890 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11891 Position point on match. Handle N == 0 correctly.
11892
11893 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11894 (comint-mode-map): Reverse order of `comint-write-output' and
11895 `comint-append-output-to-file'.
11896 (comint-append-output-to-file): Reinstate this function, for the
11897 benefit of the menu.
11898
11899 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11900
11901 * vc.el (vc-version-other-window): Bind `file'.
11902
11903 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11904
11905 * Makefile.in (update-authors): New target for maintenance purposes.
11906
11907 * emacs-lisp/authors.el (batch-update-authors): New function.
11908 (authors-fixed-entries): New defconst.
11909 (authors-add-fixed-entries): New function.
11910 (authors): Call it.: Don't process lispref/.
11911
11912 2000-10-25 Jason Rumney <jasonr@gnu.org>
11913
11914 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11915 Merge x w32 and mac definitions.
11916
11917 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11918
11919 * menu-bar.el (menu-bar-options-menu): Add a help string for
11920 `uniquify'.
11921
11922 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11923
11924 * time-stamp.el (time-stamp-string-preprocess):
11925 Fix a wrong type argument error.
11926
11927 2000-10-25 Miles Bader <miles@gnu.org>
11928
11929 * recentf.el (recentf-mode): Variable removed.
11930 (recentf-mode): Use `define-minor-mode'.
11931
11932 * mwheel.el (mouse-wheel-mode): New global minor mode.
11933 (mwheel-install): Use `mouse-wheel-mode'.
11934
11935 2000-10-25 Dave Love <fx@gnu.org>
11936
11937 * progmodes/cperl-mode.el (cperl-mode):
11938 Set normal-auto-fill-function correctly.
11939
11940 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11941 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11942 bindings.
11943
11944 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11945
11946 * wid-edit.el (widget-field-at): New function.
11947 (widget-at, widget-field-activate): Use it.
11948 (widget-tabable-at): Use `widget-at'.
11949 (widget-specify-field): If the terminating character of the widget
11950 field (which is read-only) is a newline, put it into a special
11951 `boundary' field so that C-n/C-p act more naturally.
11952 (widget-field-end): Also don't subtract one if a special
11953 `boundary' field has been added after the widget field.
11954
11955 * comint.el (comint-output-filter, comint-send-input):
11956 Don't bother adding stickiness fields to overlays to fool the field
11957 code, since it should notice the overlay insertion-types now.
11958
11959 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11960 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11961 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11962
11963 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11964
11965 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11966 (authors): Set file coding system to iso-2022-7bit.
11967 Add file-local variables to output buffer.
11968
11969 * files.el (after-find-file): Don't print any warnings if
11970 WARN is nil.
11971
11972 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11973
11974 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11975
11976 * delim-col.el: Now there is a column formatting mechanism.
11977 Modified to customization mechanisms convention. Doc fix.
11978 (columns): New group for delim-col.
11979 (delimit-columns-before, delimit-columns-after)
11980 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11981 (delimit-columns-end): New vars.
11982 (delimit-columns-customize, delimit-columns-format): New funs.
11983 (delimit-columns-region, delimit-columns-rectangle)
11984 (delimit-columns-rectangle-line): Modified to support column
11985 formatting.
11986
11987 2000-10-24 Dave Love <fx@gnu.org>
11988
11989 * log-edit.el (log-edit): Add :version and a :group for vc.
11990
11991 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11992
11993 * files.el (after-find-file): Don't print a message ``New file''
11994 if WARN is nil.
11995
11996 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11997 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11998 get duplicate tool-bar entries because we'll see the global ones
11999 on more than one path through keymaps.
12000
12001 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
12002
12003 * progmodes/cmacexp.el: Change Francesco's email address.
12004
12005 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12006
12007 * window.el (fit-window-to-buffer): Adjust point of the window
12008 buffer, not that of the current buffer.
12009
12010 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
12011
12012 * progmodes/cmacexp.el: Update the euthor's email address.
12013
12014 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12015
12016 * faces.el (face-spec-set-match-display): Add `graphic' display
12017 type (the inverse of `tty'). Use `display-graphic-p' instead of
12018 the window-system variable.
12019
12020 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12021
12022 * international/isearch-x.el (isearch-with-input-method):
12023 Call input-method-function with the first event in
12024 unread-command-events.
12025
12026 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12027
12028 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12029
12030 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12031
12032 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12033 New charsets.
12034
12035 * term/mac-win.el: Remove definitions of mac-roman-lower and
12036 mac-roman-upper, require dired, and define instead of set
12037 mac-ready-for-drag-n-drop to avoid compilation error.
12038
12039 2000-10-23 Andrew Innes <andrewi@gnu.org>
12040
12041 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12042 Remove superfluous calls to subst-char-in-string; instead apply
12043 expand-file-name after convert-standard-filename to ensure
12044 expected directory separators are used.
12045
12046 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12047
12048 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12049
12050 2000-10-23 Dave Love <fx@gnu.org>
12051
12052 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12053 (tool-bar-add-item): Set foreground and background for XBM icons.
12054
12055 * international/latin1-disp.el (latin1-char-displayable-p):
12056 New function (from Handa).
12057 (latin1-display-check-font): Use it.
12058
12059 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12060 using :key-sequence, making it much more usable.
12061 Use nconc, not append.
12062 (imenu--create-keymap-1): Avoid append.
12063
12064 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12065
12066 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12067
12068 [the following changes fix a bug where `define-minor-mode' didn't
12069 correctly generate :require clauses for defcustoms in compiled files]
12070 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12071 (byte-compile-log-file, byte-compile-log-1): Don't set
12072 `byte-compile-current-file' to nil. Instead set
12073 `byte-compile-last-logged-file' to it. Test whether
12074 byte-compile-current-file equals byte-compile-last-logged-file
12075 instead of whether its nil.
12076 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12077
12078 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12079
12080 * textmodes/refill.el: Fix var names in doc.
12081 (refill-mode): Don't bother with make-local-hook anymore.
12082
12083 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12084
12085 * faces.el (face-user-default-spec, face-default-spec): New functions.
12086 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12087 (frame-set-background-mode, face-set-after-frame-default):
12088 Use `face-user-default-spec'. Simplify code slightly.
12089
12090 * woman.el (woman-italic-face, woman-bold-face)
12091 (woman-unknown-face): Add dark-background variants.
12092 (woman-default-faces): Renamed from `woman-colour-faces'.
12093 Set using the stored defaults, rather than using hard-wired colors.
12094 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12095 Just make the foreground `unspecified' rather than "black".
12096 (woman-menu): Rename menu entries accordingly.
12097
12098 * faces.el (header-line): Make more reasonable on mono/grayscale
12099 displays.
12100
12101 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12102
12103 * cus-edit.el (custom-button-face): Use 3D look for mac.
12104 (custom-button-pressed-face): Likewise.
12105
12106 * faces.el (set-face-attributes-from-resources): Handle mac frames
12107 in the same way as x and w32 frames.
12108 (face-valid-attribute-values): Likewise.
12109 (read-face-attribute): Likewise.
12110 (defined-colors): Likewise.
12111 (color-defined-p): Likewise.
12112 (color-values): Likewise.
12113 (display-grayscale-p): Likewise.
12114 (face-set-after-frame-default): Likewise.
12115 (mode-line): Same default face as for x and w32.
12116 (tool-bar): Likewise.
12117
12118 * frame.el: Remove call to frame-notice-user-settings at end of
12119 the file.
12120
12121 * info.el (Info-fontify-node): Make underlines invisible for mac
12122 as for x, pc, and w32 frame types.
12123
12124 * term/mac-win.el: New file.
12125
12126 2000-10-22 Dave Love <fx@gnu.org>
12127
12128 * textmodes/refill.el: New file.
12129
12130 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12131
12132 * vc-hooks.el (vc-version-backup-file-name): New optional args
12133 MANUAL and REGEXP.
12134 (vc-delete-automatic-version-backups, vc-make-version-backup):
12135 New functions.
12136 (vc-before-save): Use the latter.
12137 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12138 confusion.
12139
12140 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12141 expected by vc[-hooks].el.
12142
12143 * vc.el (vc-checkout): Added `-p' suffix in call to
12144 vc-make-version-backups-p; use vc-make-version-backup to actually
12145 make the backup.
12146 (vc-version-other-window, vc-version-backup-file): Handle both
12147 automatic and manual backups.
12148 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12149 of all of them.
12150
12151 2000-10-22 Miles Bader <miles@gnu.org>
12152
12153 * comint.el (comint-highlight-input, comint-highlight-prompt):
12154 Renamed, `-face' at end removed.
12155 (comint-send-input, comint-output-filter): Use renamed faces.
12156
12157 * window.el (fit-window-to-buffer): Change defaulting of
12158 MAX-HEIGHT slightly.
12159
12160 * faces.el (color-values, color-defined-p): Use `member', not
12161 `memq', because it works correctly for strings.
12162 (frame-set-background-mode): Actually, "unspecified-fg" and
12163 "unspecified-bg" *are* strings. Use `member', not `memq', and
12164 `equal', not `eq', when a string value is possible.
12165
12166 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12167
12168 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12169
12170 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12171
12172 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12173 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12174 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12175 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12176 (sh-font-lock-syntactic-keywords): Use them.
12177 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12178 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12179 (sh-mode): Don't override font-lock-unfontify-region-function.
12180 Use a copy of sh-font-lock-syntactic-keywords.
12181 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12182 Don't call sh-scan-buffer since font-lock does it on the fly.
12183 (sh-get-indent-info): Use `face' rather than `syntax-table'
12184 text-property to detect here-documents.
12185 Replace sh-special-syntax with sh-st-punc.
12186 (sh-prev-line): Use `face' rather than `syntax-table'
12187 text-property to skip over here-documents.
12188 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12189 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12190 (sh-electric-less, sh-set-here-doc-region)
12191 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12192 (sh-scan-buffer, sh-rescan-buffer): Remove.
12193
12194 2000-10-21 Andrew Innes <andrewi@gnu.org>
12195
12196 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12197 remote (ange-ftp) file names.
12198
12199 2000-10-21 Miles Bader <miles@gnu.org>
12200
12201 * window.el (fit-window-to-buffer): New function.
12202 (shrink-window-if-larger-than-buffer): Use it.
12203 (window-text-height): Don't expect minibuffers to have mode-lines.
12204
12205 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12206 * international/quail.el (quail-update-guidance):
12207 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12208
12209 * international/quail.el (quail-show-guidance-buf): Make sure
12210 guidance window really has enough room.
12211 (quail-update-guidance): If quail-guidance-win is already shown,
12212 make sure its height is OK.
12213
12214 * window.el (window-text-height, set-window-text-height):
12215 New functions.
12216 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12217 instead of `window-height' & `mode-line-window-height-fudge'.
12218 (mode-line-window-height-fudge): Add FACE parameter.
12219 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12220 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12221
12222 2000-10-20 Miles Bader <miles@gnu.org>
12223
12224 * window.el (height-affecting-face-attributes): Use `defconst'.
12225
12226 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12227 New function, conditionally aliased to `mode-line-window-height-fudge'.
12228 (ispell-help): Use it.
12229 (ispell-choices-win-default-height): Don't include mode-line fudge.
12230 (ispell-choices-win-default-height): New function.
12231 (ispell-show-choices, ispell-command-loop): Use function
12232 `ispell-choices-win-default-height' instead of variable.
12233
12234 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12235
12236 * window.el (mode-line-window-height-fudge): New variable.
12237 (height-affecting-face-attributes): New variable.
12238 (mode-line-window-height-fudge): New function.
12239 (shrink-window-if-larger-than-buffer): Use it.
12240 * help.el (resize-temp-buffer-window): Likewise.
12241
12242 * info.el (Info-fontify-node): Add support for @subsubsection
12243 titles, which use `Info-title-4-face'.
12244 (Info-title-4-face): New face.
12245 (Info-title-3-face): Inherit from Info-title-4-face instead of
12246 variable-pitch.
12247
12248 2000-10-19 Jason Rumney <jasonr@gnu.org>
12249
12250 * dired.el (dired-insert-directory): Do not let errors signalled by
12251 attempt to run dired-free-space-program prevent dired from working.
12252
12253 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12254
12255 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12256
12257 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12258
12259 * dirtrack.el (dirtrack): Fix call to run-hooks.
12260
12261 * cmuscheme.el (cmuscheme-program-name): Renamed from
12262 scheme-program-name because xscheme.el contains a defcustom with
12263 the same name. As a consequence, customizing group `cmuscheme'
12264 loaded `xscheme' which redefined run-scheme.
12265 (run-scheme): Use cmuscheme-program-name.
12266
12267 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12268
12269 * play/doctor.el (doctor-death): Update the Samaritans'
12270 anonymous address, and add a website for Befrienders International.
12271
12272 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12273
12274 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12275 Avoid compilation gripes. Doc fix.
12276 (ps-print-version): New version number (6.2).
12277 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12278 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12279 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12280 (ps-x-extent-priority, ps-x-extent-start-position)
12281 (ps-x-face-font-instance, ps-x-find-coding-system)
12282 (ps-x-font-instance-properties, ps-x-make-color-instance)
12283 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12284 avoid compilation gripes without defining functions.
12285 (ps-e-find-composition): Alias for function find-composition, to have a
12286 suitable function depending on Emacs version.
12287 (ps-color-device, ps-color-values, ps-face-foreground-name)
12288 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12289 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12290 (ps-print-ensure-fontified): Function definitions surrounded by
12291 `eval-and-compile' to avoid compilation gripes.
12292 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12293 by symbol-value to avoid compilation gripes.
12294 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12295 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12296
12297 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12298
12299 * startup.el (normal-top-level): Call `frame-set-background-mode'
12300 after `frame-notice-user-settings' because the latter doesn't call
12301 the former on a tty.
12302
12303 * faces.el (frame-set-background-mode): `unspecified' &c are
12304 symbols, not strings.
12305
12306 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12307
12308 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12309 why some "light*" colors are deliberately absent from the alist.
12310
12311 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12312 Change colors for tty's, as suggested by Miles Bader.
12313
12314 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12315
12316 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12317 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12318 for ISO10646-1 fonts.
12319 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12320
12321 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12322
12323 * faces.el (frame-set-background-mode): If a tty frame defines a
12324 background color, use that to compute the background mode, instead
12325 of always defaulting to "dark".
12326
12327 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12328
12329 * comint.el (comint-write-output): New function.
12330 (comint-mode-map): Add it to the menu.
12331 Bind `C-c C-s' to comint-write-output.
12332
12333 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12334
12335 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12336 Use fancy-splash-delay.
12337
12338 2000-10-18 Alex Schroeder <alex@gnu.org>
12339
12340 * progmodes/sql.el (sql-sybase-options): New option.
12341 (sql-sybase): Use it. Add sql-database to the list of parameters
12342 provided for login. The options -w 2048 -n are not used any more.
12343
12344 * comint.el (comint-read-input-ring): Bugfix such that the first
12345 and the last entry of the input ring file are not lost.
12346
12347 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12348
12349 * ps-print.el: Internal variable changes to defcustom,
12350 make-local-hook changes to defvar. Doc fix.
12351 (ps-print-version): New version number (6.1).
12352 (ps-setup, ps-do-despool): Code fix.
12353 (ps-printer-name): Customization fix.
12354 (ps-printer-name-option): Now is a defcustom instead of an
12355 internal variable.
12356 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12357 (ps-print-begin-column-hook): Now are defvar instead of
12358 make-local-hook.
12359
12360 2000-10-18 Miles Bader <miles@gnu.org>
12361
12362 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12363 (comint-kill-output): Changed into an alias for `comint-delete-output',
12364 and made obsolete.
12365 (comint-mode-map): Rename references to comint-kill-output.
12366
12367 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12368
12369 * diff-mode.el (diff-header-face, diff-file-header-face)
12370 (diff-changed-face): Add bold and italic attributes to tty faces.
12371 (diff-function-face): New face.
12372 (diff-font-lock-keywords): Use it.
12373
12374 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12375
12376 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12377 Remove commented-out call to force-mode-line-update.
12378 (comint-kill-output): Use `forward-line 0' instead of
12379 beginning-of-line to make sure we get past the prompt.
12380
12381 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12382
12383 * diff-mode.el (diff-header-face, diff-file-header-face):
12384 Add specific setting for dark background.
12385 (diff-context-face): Renamed from diff-comment-face.
12386 Set explicitly rather than inheriting from font-lock-comment-face.
12387
12388 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12389
12390 * startup.el (command-line): Move the code which sets the default
12391 TTY colors to before before-init-hook.
12392
12393 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12394
12395 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12396
12397 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12398
12399 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12400 extensions, for MS-DOS.
12401
12402 * diff-mode.el (diff-header-face, diff-file-header-face)
12403 (diff-changed-face): Define tty-specific colors.
12404
12405 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12406
12407 * startup.el (fancy-splash-text): Realign the text.
12408
12409 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12410
12411 * font-lock.el (font-lock-comment-face): Define a separate default
12412 for dark-background tty's.
12413
12414 2000-10-17 Miles Bader <miles@gnu.org>
12415
12416 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12417 being obscured by whizzy mode-lines on graphics displays.
12418
12419 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12420
12421 * info.el (Info-title-1-face, Info-title-2-face)
12422 (Info-title-3-face): Define colors for tty's.
12423 (info-header-node): Remove unneeded tty-specific definition.
12424
12425 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12426
12427 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12428 reverse from the frame parameters, and don't invert foreground and
12429 background colors.
12430
12431 2000-10-16 Miles Bader <miles@gnu.org>
12432
12433 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12434 string "*Info*". Call propertized-buffer-identification to spruce
12435 up the result.
12436
12437 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12438
12439 * help.el: Provide `help' for the sake of define-minor-mode
12440 which generates defcustoms with requires.
12441
12442 * jit-lock.el (jit-lock-after-change): If we're in text that
12443 matches a multi-line font-lock pattern, make sure the whole text
12444 will be redisplayed.
12445
12446 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12447 author's name is unknown.
12448
12449 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12450 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12451 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12452 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12453 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12454 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12455 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12456 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12457 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12458 Add author information.
12459
12460 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12461
12462 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12463 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12464 full-color version (using the Gimp) to eliminate dithering artifacts.
12465
12466 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12467
12468 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12469
12470 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12471
12472 2000-10-15 Dave Love <fx@gnu.org>
12473
12474 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12475
12476 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12477
12478 * whitespace.el: Doc fixes.
12479 (top-level): Don't add hooks here.
12480 (whitespace-running-emacs): Deleted.
12481 (timer): Don't require.
12482 (whitespace): Add back :version conditional on xemacs test.
12483 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12484 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12485 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12486 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12487 Avoid specific xemacs test.
12488 (whitespace-global-mode): New option.
12489 (whitespace-global-mode): New command.
12490 (whitespace-unload-hook): New function.
12491
12492 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12493 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12494 (Info-fontify-node): `Goto' goes to `Go to'.
12495 (Info-fontify-node): Add help-echo to xref links.
12496
12497 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12498
12499 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12500
12501 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12502
12503 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12504 Use plist-get and allow :inherit.
12505
12506 * emacs-lisp/cl-macs.el (cl-do-arglist):
12507 Use plist-get and plist-member instead of memq.
12508
12509 * emacs-lisp/ewoc.el (ewoc-location): New function.
12510 (ewoc-enter-after, ewoc-enter-before): Document return value.
12511 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12512 Don't need make-local-hook any more.
12513 (cvs-addto-collection): Return the new tin.
12514 (cvs-mode-insert): Jump to the new line.
12515
12516 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12517
12518 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12519
12520 * font-lock.el (font-lock-syntactically-fontified): New var.
12521 (font-lock-fontify-syntactic-keywords-region): Use it.
12522 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12523
12524 * diff-mode.el (diff-find-file-name): Fix regexp.
12525
12526 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12527 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12528
12529 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12530 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12531 (sh-mode): Don't make all vars local here.
12532 (sh-kw): Reformat.
12533 (sh-set-shell): Use dolist. Don't set indent-region-function.
12534 (sh-mode-syntax-table): Use pop.
12535 (sh-remember-variable): Use push.
12536 (sh-help-string-for-variable): Use memq.
12537 (sh-safe-backward-sexp): Remove.
12538 (sh-safe-forward-sexp): Add ARG.
12539 (sh-get-indent-info, sh-prev-stmt): Use it.
12540 (sh-prev-line): Simplify by using forward-comment.
12541 (sh-this-is-a-continuation): Simplify.
12542 (sh-learn-buffer-indent): Use dolist.
12543 (sh-do-nothing): Remove.
12544 (sh-set-char-syntax, sh-set-here-doc-region):
12545 Use inhibit-modification-hooks.
12546 (sh-name-style): Use mapcar and push.
12547 (sh-load-style): Use dolist.
12548 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12549 (sh-case, sh-while-getopts): Use propertize directly rather
12550 than sh-electric-rparen.
12551
12552 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12553
12554 * textmodes/tex-mode.el: Require CL when compiling.
12555 (tex-mode-syntax-table): Init immediately.
12556 (tex-mode-map): Bind M-RET to latex-insert-item.
12557 (latex-mode): Set indent-line-function to latex-indent.
12558 (tex-common-initialization): Don't setup the syntax-table any more.
12559 (latex-insert-item): New skeleton.
12560 (tex-next-unmatched-end): Fix copy/paste braino.
12561 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12562 (latex-indent, latex-find-indent): New functions.
12563 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12564 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12565 (tex-compilation-parse-errors): Use with-syntax-table.
12566
12567 2000-10-15 Miles Bader <miles@gnu.org>
12568
12569 * font-lock.el (font-lock-comment-face): Change dark-background,
12570 color, non-tty, default to `chocolate1'.
12571
12572 2000-10-13 John Wiegley <johnw@gnu.org>
12573
12574 * eshell/esh-util.el (require): Added a missing `require' form,
12575 needed when compiling (for an ange-ftp macro definition).
12576
12577 2000-10-13 Dave Love <fx@gnu.org>
12578
12579 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12580
12581 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12582
12583 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12584
12585 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12586 transparent -colors 8).
12587
12588 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12589
12590 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12591 that breaks with old list format timestamps.
12592 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12593 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12594
12595 2000-10-13 John Wiegley <johnw@gnu.org>
12596
12597 * align.el, pcomplete.el, calendar/timeclock.el,
12598 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12599
12600 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12601 faulty math, where holiday hours were being computing as seconds.
12602
12603 2000-10-13 John Wiegley <johnw@gnu.org>
12604
12605 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12606 specifying what "other" kinds of buffers should be saved.
12607 This used to be hard-coded.
12608 (desktop-buffer-misc-functions): A global for specifying how
12609 auxiliary data should be determined for special buffer types.
12610 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12611 instead of hard-coding the special buffer types.
12612 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12613 auxiliary data, instead of hard-coding for Info buffers and dired.
12614 (desktop-buffer-info-misc-data): Aux function for determining Info
12615 buffer auxiliary info.
12616 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12617 (desktop-buffer-info): Changed this function to use the info
12618 gathered above.
12619 (desktop-create-buffer): Be a little more careful about what
12620 `minor-mode' means before calling it. This is important for some
12621 buffer types.
12622
12623 2000-10-13 John Wiegley <johnw@gnu.org>
12624
12625 * eshell/esh-util.el: Added a global form which declares an
12626 autoload for `parse-time-string', if that function is not already
12627 defined, and if parse-time.el is available on the user's system.
12628
12629 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12630 to be aware of ange-ftp user info.
12631 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12632 (eshell-ls-annotate): Use `eshell-file-attributes'.
12633 (eshell-ls-file): Made the user-id printing code a bit smarter.
12634
12635 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12636 allow identification of alias user ids in remote directories.
12637 It's manual, but there's no other way to know when the current user
12638 on the local machine, is also the owning user on the remote machine.
12639 (fboundp): Bind `ange-cache'.
12640 (eshell-directory-files-and-attributes): Re-organized the logic a
12641 bit to use `eshell-file-attributes' instead of `file-attributes'.
12642 The former is more sensitive to directories that are read via FTP,
12643 and knows how to use ange-ftp to determine full attribute
12644 information, instead of just the name and last modtime.
12645 (eshell-current-ange-uids): Return the current user id when in a
12646 remote directory.
12647 (eshell-parse-ange-ls): Parse a full directory listing that has
12648 been returned by ange-ftp.
12649 (eshell-file-attributes): This beefed up version of
12650 `file-attributes' is only special if the user is currently in a
12651 remote directory, in which case it does a lot of work to find out
12652 what the real attributes of a file are, as they appear on the
12653 remote machine. This makes usage of remote directories (i.e.,
12654 ange-ftp pathnames) much more useful. You can now use Eshell as a
12655 full-fledged FTP client, with much more manipulation ability than
12656 most other clients.
12657
12658 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12659 variable, which means that Eshell's du should always be preferred
12660 in remote directories.
12661 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12662 just `file-attributes'.
12663 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12664 when reading remote directories. This is an Eshell-specific
12665 variable (not part of ange-ftp).
12666 (eshell/ln): Bind `ange-cache'.
12667 (eshell/du): Added some extra logic for determining when to use
12668 Eshell's du (which is slow), and when to use the external version
12669 (which may or may not exist).
12670
12671 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12672 Call `eshell-interactive-process', rather than using
12673 `get-buffer-process', since backgrounded processes don't count in
12674 the context of this function's logic.
12675
12676 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12677 `forward-char', so that null strings are parsed correctly.
12678
12679 2000-09-13 John Wiegley <johnw@gnu.org>
12680
12681 * eshell/em-pred.el (eshell-pred-file-type)
12682 (eshell-pred-file-links, eshell-pred-file-size):
12683 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12684
12685 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12686 that remote file globbing is more efficient.
12687
12688 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12689 gathering the files and attributes within a directory.
12690
12691 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12692 the command line is a special file (not a regular file, directory
12693 or symlink), always attempt to call the external version of cat.
12694
12695 2000-09-13 John Wiegley <johnw@gnu.org>
12696
12697 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12698 Eshell-friendly version of find-tag.
12699
12700 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12701
12702 * image-file.el (image-file-name-extensions)
12703 (image-file-name-regexps): Add autoload cookies.
12704
12705 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12706
12707 * international/mule-cmds.el (select-safe-coding-system): If FROM
12708 is string, show it in *Warning* buffer.
12709
12710 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12711
12712 * startup.el (normal-top-level): Use display-popup-menus-p instead
12713 of window-system.
12714 (command-line): Use display-graphic-p instead of window-system.
12715 (command-line-1): Use display-popup-menus-p and display-mouse-p
12716 instead of window-system.
12717
12718 2000-10-12 Sam Steingold <sds@gnu.org>
12719
12720 * tooltip.el (tooltip-use-echo-area): New user variable.
12721 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12722
12723 2000-10-12 Dave Love <fx@gnu.org>
12724
12725 * recentf.el: Maintainer's checkdoc fixes.
12726
12727 * startup.el (normal-top-level-add-subdirs-to-load-path):
12728 Use character class, not ASCII when matching file names.
12729 (fancy-splash-head): Add trailing slash to URL.
12730 (command-line): Don't require XPM support for toolbar.
12731
12732 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12733 (cperl-invalid-face): Revert last change.
12734 (cperl-init-faces): Quote cperl-invalid-face.
12735
12736 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12737
12738 * startup.el (fancy-splash-text): Remove superfluous quote.
12739
12740 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12741
12742 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12743 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12744 (command-line-1): Don't use fancy-splash-pending-command.
12745 (fancy-splash-screens-1): Goto point-min after inserting text.
12746
12747 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12748
12749 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12750 instead of shared-lisp-mode-map.
12751
12752 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12753
12754 * faces.el (header-line): Change tty-variant to use underlining.
12755
12756 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12757 (isearch-highlight): Restore lazy-isearch face properties at old
12758 position, and suppress them at new position.
12759 (isearch-dehighlight): Restore lazy-isearch face properties.
12760 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12761 over the real isearch overlay, but in that case, don't give it a
12762 face property. Use `push'.
12763
12764 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12765
12766 * man.el (Man-getpage-in-background): Fix previous change.
12767 Decode the process output only when we are in multibyte mode.
12768
12769 2000-10-11 Dave Love <fx@gnu.org>
12770
12771 * info.el (Info-mode-menu): Fix some help.
12772 (info-tool-bar-map): Add entry for Info-last.
12773
12774 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12775 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12776 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12777 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12778 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12779 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12780 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12781 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12782 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12783 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12784 Reduce colour requirements to 25 overall. (Probably wants
12785 revisiting from the originals to reduce further.)
12786
12787 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12788
12789 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12790 buffer-file-coding-system, instead of raw-text.
12791 (dehexlify-buffer): Bind coding-system-for-read to
12792 buffer-file-coding-system, instead of raw-text.
12793
12794 2000-10-11 Sam Steingold <sds@gnu.org>
12795
12796 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12797 `underline' - fixes the bug introduced on 2000-09-21.
12798
12799 2000-10-11 Dave Love <fx@gnu.org>
12800
12801 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12802 Avoid compiler warnings.
12803 (scheme-mode): Doc fix.
12804 (scheme-font-lock-keywords-1): Match `define-syntax'.
12805
12806 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12807
12808 * faces.el (frame-set-background-mode): Pay attention to saved
12809 face specs as well as default ones. Only do anything if the
12810 bg-mode or display-type has actually changed. Use `dolist'.
12811 (region): Make dark-background `region' face less in-your-face.
12812
12813 2000-10-10 Sam Steingold <sds@gnu.org>
12814
12815 * chistory.el, ielm.el, ledit.el:
12816 * progmodes/inf-lisp.el, progmodes/scheme.el:
12817 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12818
12819 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12820
12821 * textmodes/texinfo.el: Update copyright and fix typo.
12822
12823 * desktop.el (desktop-modes-not-to-save): New var.
12824 (desktop-save-buffer-p): Use it.
12825 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12826 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12827
12828 2000-10-10 Dave Love <fx@gnu.org>
12829
12830 * toolbar/tool-bar.el (tool-bar-add-item)
12831 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12832
12833 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12834 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12835 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12836 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12837 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12838 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12839 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12840 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12841 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12842 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12843 the .xpms; probably need retouching.
12844
12845 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12846
12847 * subr.el (add-to-list): Add optional argument APPEND.
12848 * battery.el (display-battery): Use `add-to-list'.
12849
12850 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12851
12852 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12853 properties.
12854 (zone, zone-when-idle, zone-leave-me-alone)
12855 (zone-pgm-whack-chars): Use new symbol properties.
12856
12857 * battery.el (display-battery): Doc spelling fix.
12858
12859 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12860 property.
12861
12862 2000-10-09 Dave Love <fx@gnu.org>
12863
12864 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12865 has been initialized before calling tool-bar-setup.
12866 (tool-bar-add-item-from-menu): Add autoload cookie.
12867
12868 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12869
12870 * menu-bar.el (send-mail-item-name): New function.
12871 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12872 of mail-user-agent in the menu. Don't display the "Send Mail"
12873 item if mail-user-agent is nil or its value is ignore.
12874 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12875 if read-mail-command is nil or its value is ignore.
12876
12877 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12878
12879 2000-10-09 Miles Bader <miles@gnu.org>
12880
12881 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12882 Correct image size.
12883 * toolbar/left_arrow.xpm: Correct image size.
12884
12885 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12886 will be done by the definition of `auto-compression-mode' if
12887 necessary. Move code to uninstall existing file-name handler
12888 before definition of `auto-compression-mode'.
12889
12890 * image-file.el (auto-image-file-mode): Move to the end of the
12891 file, because `define-minor-mode' actually calls the mode-function
12892 if the associated variable is non-nil, which requires that all
12893 needed functions be already defined.
12894
12895 * mouse.el (popup-menu): Balance parens.
12896
12897 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12898
12899 * mouse.el (popup-menu): Move the command call outside the loop
12900 so that popup-menu returns whatever the command returns.
12901
12902 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12903 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12904 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12905 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12906
12907 * vc.el (vc-version-diff): diff-switches can be a list.
12908 Use relative filenames for prettier output.
12909
12910 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12911 (vc-post-command-functions): Remove old-VC compatibility code.
12912
12913 * newcomment.el (comment-indent-default): Autoload.
12914
12915 * font-lock.el (font-lock-defaults): Make buffer-local.
12916 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12917 (font-lock-choose-keywords):
12918 Ignore LEVEL unless KEYWORDS is a list of syms.
12919 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12920 Don't wrap regexp-opt things in \(...\) unnecessarily.
12921
12922 * jit-lock.el: Don't require font-lock any more.
12923 (jit-lock-functions): Make buffer-local.
12924 (jit-lock-saved-fontify-buffer-function): Remove.
12925 (jit-lock-mode): Remove autoload cookie.
12926 Remove font-lock specific code.
12927 (jit-lock-unregister): Don't bother handling complex hooks any more.
12928 (jit-lock-refontify): New function.
12929 (jit-lock-fontify-buffer): Use it.
12930 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12931 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12932 Add optional args START and END.
12933 Never call font-lock-fontify-region directly.
12934 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12935
12936 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12937
12938 2000-10-08 Dave Love <fx@gnu.org>
12939
12940 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12941
12942 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12943
12944 * play/studly.el (studlify-region, studlify-word): Add autoload
12945 cookie.
12946
12947 * play/morse.el (morse-region, unmorse-region): Add autoload
12948 cookie.
12949
12950 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12951 concat.
12952
12953 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12954 insist on symbols starting with word syntax.
12955 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12956 (eval-defun-1): Doc fix.
12957 (indent-sexp): Use nconc to build up indent-stack.
12958
12959 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12960 Gnus with little use.
12961 (mail-setup-hook): Add mail-abbrevs-setup to options.
12962
12963 * recentf.el: Doc fixes.
12964
12965 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12966 Clean up remainder.
12967
12968 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12969 without timezone and (8) with timezone to enforce some whitespace.
12970 Simplify code somewhat.
12971
12972 * options.el (list-options): Doc that you should use customize.
12973
12974 * iswitchb.el (iswitchb-mode): Add :require.
12975
12976 * info.el (Info-goto-node, Info-menu): Doc fix.
12977 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12978 (info-tool-bar-map): New variable.
12979 (Info-mode): Use it.
12980 (Info-edit-map): Define all in defvar.
12981 (speedbar-attached-frame): Avoid compiler warning.
12982
12983 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12984 (global-map): Bind [tool-bar] to a filtered map.
12985 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12986 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12987 Allow PBM icons.
12988 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12989
12990 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12991 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12992 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12993 icons, except up_arrow, which is left-arrow rotated.
12994
12995 * imenu.el (imenu-add-to-menubar): Fix last change.
12996
12997 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12998
12999 * generic-x.el (rul-generic-mode): Remove eval-when-compile
13000 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
13001
13002 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13003
13004 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
13005 typos in doc strings.
13006
13007 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
13008 the doc strings how to customize Font Lock faces.
13009
13010 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
13011 computing growth when dragging the header line.
13012
13013 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13014
13015 * simple.el (kill-line): Doc fix.
13016
13017 2000-10-08 Miles Bader <miles@gnu.org>
13018
13019 * faces.el (secondary-selection): Make foreground visible on tty.
13020
13021 * jka-compr.el (auto-compression-mode): Move to the end of the
13022 file, because `define-minor-mode' actually calls the mode-function
13023 if the associated variable is non-nil, which requires that all
13024 needed functions be already defined.
13025 (with-auto-compression-mode): Add autoload cookie.
13026
13027 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13028
13029 * files.el (find-backup-file-name) [ms-dos]: If support for long
13030 file names is not available, behave as if version-control were set
13031 to never.
13032
13033 2000-10-07 Dave Love <fx@gnu.org>
13034
13035 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13036 (browse-url-gnome-moz): New function.
13037 (browse-url-browser-function): Use it.
13038 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13039
13040 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13041
13042 * indent.el (tab-always-indent): New var.
13043 (indent-for-tab-command): Use it.
13044
13045 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13046 raise an error. This way it can still default to a sane value.
13047
13048 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13049
13050 * startup.el (fancy-splash-screens): Use local rather than global map.
13051 Don't use `update-menu-bindings' any more.
13052 Get rid of assumptions about keymap representation.
13053
13054 2000-10-06 Dave Love <fx@gnu.org>
13055
13056 * textmodes/fill.el (sentence-end-double-space)
13057 (sentence-end-without-period): Doc fix.
13058 (adaptive-fill-regexp): Purecopy.
13059 (unjustify-current-line): Use line-end-position.
13060 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13061
13062 * net/eudc-vars.el (eudc): Add :version, :link.
13063
13064 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13065
13066 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13067 Fix for define-minor-mode.
13068 (function-at-point): Alias to function-called-at-point.
13069
13070 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13071
13072 * simple.el (backward-word): Doc fix.
13073
13074 * image-file.el (image-file-name-regexp): image-file-regexps ->
13075 image-file-name-regexps.
13076 (image-file-name-extensions): Add pbm.
13077
13078 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13079
13080 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13081 and add filename to the names so that diff-mode can jump to source.
13082
13083 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13084 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13085 (tex-font-lock-keywords-1): Remove.
13086 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13087 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13088 (font-lock-default-fontify-region):
13089 Expand beg..end correctly when just following a multiline region.
13090 (font-lock-fontify-anchored-keywords):
13091 Include the anchor text as part of the multiline.
13092
13093 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13094
13095 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13096 latter needs the autoloaded define-minor-mode macro during the
13097 bootstrap.
13098
13099 * startup.el (command-line): For now, activate tool-bar-mode only
13100 if XPM images are supported.
13101
13102 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13103 window by dragging a header-line at the top of the frame; that's
13104 confusing because the header-line doesn't move.
13105 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13106 of treating the event as a list. Some cleanup.
13107
13108 2000-10-06 Miles Bader <miles@gnu.org>
13109
13110 * simple.el (display-message-or-buffer): New function.
13111 (shell-command-on-region): Use `display-message-or-buffer'.
13112
13113 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13114 docstring parts.
13115
13116 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13117 (smbclient-prompt-regexp): Add usage note to doc string.
13118 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13119 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13120 Use add-hook for adding the comint filter function, and only do so
13121 if it's not already in the global hook list.
13122 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13123 to `make-local-variable'.
13124 (nslookup-font-lock-keywords): Remove prompt entry.
13125 (nslookup): Don't set the process-filter.
13126 (finger): Exit the loop correctly when the regexps list runs out.
13127 (ftp, smbclient, smbclient-list-shares):
13128 Set the real major mode immediately, not after execing.
13129 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13130
13131 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13132
13133 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13134
13135 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13136
13137 * which-func.el (which-func-format): Remove spurious space.
13138 (which-func-mode): Don't make it permanent-local.
13139 (which-func-ff-hook): Allow which-func-maxout to be nil.
13140 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13141 (which-func-mode): Simplify.
13142 Use post-command-idle-hook rather than post-command-hook.
13143 Go through all buffers and update their state.
13144 (which-function): Also try add-log-current-defun-function.
13145
13146 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13147 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13148 Update call to with-vc-properties accordingly.
13149 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13150 (vc-revert-buffer): More careful about window selection and deletion.
13151 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13152
13153 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13154 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13155 (cvs-dired-action): Change the default to quickdir.
13156
13157 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13158 if comment-indent-function returns nil.
13159 (comment-indent-default): New function.
13160 (comment-indent-function): Use it and document the new semantics.
13161
13162 * image-file.el: Docstring fixes.
13163
13164 * help.el (help-xref-on-pp): Use match-string.
13165 (describe-variable): New arg BUFFER.
13166 Store the current buffer in the help-xref-stack.
13167 (temp-buffer-resize-mode): Use define-minor-mode.
13168
13169 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13170 consistently with its docstring.
13171 Set jit-lock-first-unfontify-pos in an idempotent way.
13172 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13173
13174 2000-10-05 Alex Schroeder <alex@gnu.org>
13175
13176 * sql.el (sql-mysql-options): New variable.
13177 (sql-mysql): Use it.
13178
13179 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13180
13181 * image.el (image): New group.
13182
13183 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13184 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13185
13186 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13187
13188 * net/net-utils.el (nslookup-font-lock-keywords)
13189 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13190 Ignore the value of wqindow-system; always define keywords
13191
13192 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13193
13194 * startup.el (fancy-splash-screens): Remove the code for
13195 debugging; `(trace-to-stderr "EXITTT\n")'.
13196
13197 2000-10-05 Miles Bader <miles@gnu.org>
13198
13199 * diff-mode.el (diff-goto-source): Update call to
13200 `diff-hunk-status-msg' to reflect new REV variable.
13201
13202 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13203
13204 * progmodes/icon.el (icon-mode):
13205 Don't gratuitously override the default for comment-column.
13206
13207 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13208
13209 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13210 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13211 (jit-lock-functions): New var.
13212 (jit-lock-function-1): Use it if non-nil.
13213 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13214 Set the `fontified' property before doing the fontification to avoid
13215 repeatedly going through the same error.
13216 Don't turn errors into messages.
13217 (jit-lock-register, jit-lock-unregister): New functions.
13218
13219 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13220 Use with-current-buffer.
13221
13222 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13223 Turn comment into docstring.
13224
13225 * apropos.el (apropos-mode): Use define-derived-mode.
13226
13227 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13228
13229 * startup.el (fancy-splash-pending-command): New variable.
13230 (fancy-splash-pre-command): New function.
13231 (fancy-splash-screens): Rewritten.
13232 (command-line-1): If fancy-splash-pending-command is set, call it
13233 interactively.
13234
13235 2000-10-04 Dave Love <fx@gnu.org>
13236
13237 * toolbar/tool-bar.el (tool-bar-setup): New function.
13238 (tool-bar-mode): Use it.
13239
13240 * subr.el (substitute-key-definition): Doc fix.
13241 (play-sound-file): New command.
13242
13243 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13244
13245 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13246 vc-version-backup-file-name): New functions.
13247
13248 * files.el (basic-save-buffer): Call vc-before-save before saving.
13249
13250 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13251 vc-cvs-stay-local-p.
13252
13253 * vc.el (vc-revert-buffer): Handle empty diff properly.
13254 (vc-version-backup-file): New function.
13255 (vc-checkout): Create a version backup if necessary.
13256 (vc-checkin): If a version backup file exists, delete it.
13257 (vc-version-diff): Diff locally using version backups, if available.
13258 (vc-revert-file): If there's a version backup, revert locally.
13259 (vc-transfer-file): Use version backup for base version, if
13260 available. If not, ask for confirmation whether to get it from the
13261 server. Update mode line before check-in.
13262
13263 2000-10-04 Dave Love <fx@gnu.org>
13264
13265 * toolbar/tool-bar.el (tool-bar-setup): New function.
13266 (tool-bar-mode): Use it.
13267
13268 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13269
13270 * net/net-utils.el (nslookup-font-lock-keywords)
13271 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13272 Only set if window-system is non-nil
13273 (net-utils-run-program): Returns buffer.
13274 (network-connection-reconnect): Added this function.
13275
13276 * generic.el:
13277 Incorporates extensive cleanup and docfixes by
13278 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13279 Uses cl compile-time macros.
13280 (generic-mode-name, generic-comment-list)
13281 (generic-keywords-list, generic-font-lock-expressions)
13282 (generic-mode-function-list, generic-mode-syntax-table):
13283 Removed variables.
13284 (generic-mode-alist): Renamed to generic-mode-list.
13285 (generic-find-file-regexp): Default changed to "^#".
13286 (generic-read-type): Uses completing read on generic-mode-list.
13287 (generic-mode-sanity-check): removed this function.
13288 (generic-add-to-auto-mode): Removed this function
13289 (generic-mode-internal): Bind mode-specific definitions
13290 into function instead of putting them in alist.
13291 (generic-mode-set-comments): Reworked extensively.
13292 (generic-mode-find-file-hook): Simplified regexp searching
13293 (generic-make-keywords-list): Omit extra pair of parens
13294
13295 * find-lisp.el (find-lisp-find-files-internal):
13296 Make sure directory name ends with "/".
13297
13298 * generic-x.el (apache-conf-generic-mode):
13299 Regexp now allows leading whitespace.
13300 (rc-generic-mode): Added eval-when-compile
13301 around generic-make-keywords-list.
13302 Deleted duplicate regexp
13303 (rul-generic-mode): Added eval-when-compile
13304 around generic-make-keywords-list.
13305 (etc-fstab-generic-mode): New generic mode.
13306 (rul-generic-mode): Removed one eval-when-compile
13307 which caused a max-specpdl-size exceeded error.
13308
13309 2000-10-04 Miles Bader <miles@gnu.org>
13310
13311 * simple.el (minibuffer-temporary-goal-position): New variable.
13312 (next-history-element): Try to keep the position of point in the
13313 input string constant.
13314
13315 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13316 (dired-do-create-files): If there's only one file, pass it in as
13317 the DEFAULT arg to dired-mark-read-file-name.
13318
13319 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13320
13321 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13322 (diff-goto-source): Be smarter when choosing REVERSE or not.
13323
13324 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13325 (texinfo-mode-menu): Add an explicit shortcut for update all.
13326
13327 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13328
13329 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13330 factorize backend-specific code cleanly (this was essentially
13331 conceived by Stefan Monnier).
13332 (vc-unregister): Function removed.
13333 (vc-revert-file): New function.
13334 (vc-revert-buffer): Delegate some of the work to it.
13335
13336 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13337 default branch unconditionally.
13338 (vc-rcs-set-default-branch): New function.
13339 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13340 (vc-rcs-checkin): If an appropriate default branch has been set,
13341 force creation of that branch.
13342 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13343 code (as suggested by Stefan Monnier).
13344
13345 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13346
13347 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13348 highlighting overlay with a different face over the overlay
13349 isearch uses to highlight the current match because that can lead
13350 to bad face combinations.
13351
13352 * loadup.el (toplevel): Load faces before isearch.
13353
13354 * isearch.el (isearch-faces): New custom group.
13355 (isearch): New defface; was already tested for in the code.
13356 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13357 (isearch-highlight): Always use face `isearch'.
13358
13359 2000-10-02 Dave Love <fx@gnu.org>
13360
13361 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13362 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13363 comparison of opcode with operand.
13364
13365 2000-10-03 Miles Bader <miles@gnu.org>
13366
13367 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13368 buffer, since the echo area will now grow to accommodate them.
13369
13370 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13371
13372 * vc-hooks.el (vc-registered): If FILE used to be registered under
13373 a certain backend, try that one first.
13374
13375 * vc.el (vc-responsible-backend): Undo the previous change in the
13376 argument list. Handle multiple backends correctly.
13377 (vc-find-new-backend): Function removed.
13378 (vc-register): Use vc-responsible-backend, as before.
13379 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13380
13381 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13382
13383 * startup.el (fancy-splash-head): Change message below the
13384 logo.
13385
13386 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13387
13388 * diff-mode.el (diff-goto-source): Emit a status message.
13389 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13390 (diff-test-hunk): Fix doc string.
13391 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13392 (diff-advance-after-apply-hunk): New variable.
13393 (diff-apply-hunk): Don't return a value.
13394
13395 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13396
13397 * vc.el (vc-editable-p): Minor optimization.
13398 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13399 (vc-find-new-backend): New function split from vc-responsible-backend.
13400 (vc-register): Use it.
13401 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13402 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13403 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13404 (vc-clear-headers): Don't use find-file.
13405 (vc-revert-buffer): Use `and' again (must have been a braino).
13406 (vc-switch-backend): Only prompt if requested.
13407 Short circuit if nothing is to be done.
13408 Don't use vc-resynch-buffer which could lose unsaved editing.
13409 (vc-default-receive-file): Update call to vc-unregister.
13410 (with-vc-file, vc-next-action-on-file):
13411 Use vc-backend rather than vc-registered.
13412 (vc-next-action-on-file): Use intern-soft.
13413 Deal with read-only *vc-diff* buffer.
13414 (vc-transfer-file): Docstring fix.
13415
13416 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13417 (vc-rcs-receive-file): Avoid with-vc-properties.
13418 Update call to vc-unregister.
13419 Use constant `RCS' rather than (dynamically bound) var `backend'.
13420
13421 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13422
13423 * vc.el (vc-next-action-on-file): Update mode line only if file
13424 is visited.
13425 (vc-start-entry): New argument initial-contents. Don't visit the file
13426 if it isn't already visited. Brought documentation up-to-date.
13427 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13428 (vc-checkin): New optional arg initial-contents, which is passed to
13429 vc-start-entry.
13430 (vc-finish-logentry): Make sure to bury log buffer only if there
13431 really is one. Call `vc-resynch-buffer' on log-file, not
13432 buffer-file-name.
13433 (vc-default-comment-history, vc-default-wash-log): New functions.
13434 (vc-index-of): Removed.
13435 (vc-transfer-file): Make do without the above.
13436 (vc-default-receive-file): Call comment-history unconditionally. Pass
13437 the resulting string to vc-checkin, instead of inserting it into the
13438 comment ring.
13439
13440 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13441 unconditionally. Use the comments as initial contents of the log
13442 entry buffer. Document the trick to force branch creation with no
13443 changes.
13444
13445 2000-10-01 Miles Bader <miles@gnu.org>
13446
13447 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13448 `recenter' with an arg to prevent redrawing the display.
13449
13450 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13451
13452 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13453
13454 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13455
13456 * progmodes/c-mode.el (c-mode):
13457 Don't gratuitously override the default for comment-column.
13458
13459 * textmodes/tex-mode.el (latex-metasection-list): New var.
13460 (latex-imenu-create-index): Use it.
13461 Move the regexp construction outside loops (and use push).
13462 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13463 (tex-font-lock-keywords): Moved from font-lock.el.
13464 (tex-comment-indent): Remove.
13465 (tex-common-initialization): Don't set comment-indent-function.
13466 (latex-block-default): New var.
13467 (tex-latex-block): Use it to provide a default choice.
13468 Add any unknown choice to latex-block-names.
13469 Insert [...] after {...}.
13470 (tex-last-unended-begin): Simplify regexp.
13471 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13472 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13473 (latex-mode): Set forward-sexp-function.
13474
13475 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13476 Add regexp for @ignore ... @end ignore.
13477 (texinfo-heading-face): New face.
13478 (texinfo-font-lock-keywords): Use it.
13479 (texinfo-mode-menu): New menu.
13480 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13481 New functions.
13482 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13483 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13484 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13485 Remove declaration.
13486 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13487
13488 * delsel.el (delete-selection-mode): Use define-minor-mode.
13489
13490 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13491
13492 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13493
13494 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13495
13496 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13497
13498 * replace.el (keep-lines-read-args): New function.
13499 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13500 read arguments interactively. Add parameters RSTART and REND.
13501 Operate on the active region in Transient Mark mode.
13502
13503 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13504
13505 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13506 (authors-obsolete-files-regexps): New variable.
13507 (authors-add): Don't record changes in obsolete files.
13508
13509 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13510
13511 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13512
13513 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13514 (comment-indent): Make sure there's a space between code and comment.
13515 Shift comments left to avoid going past fill-column.
13516
13517 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13518
13519 * startup.el (startup-echo-area-message): New function.
13520 (display-startup-echo-area-message): Use it.
13521 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13522 (fancy-splash-default-action): New function.
13523 (fancy-splash-screens-1): New function.
13524 (fancy-splash-head): Put a help-echo and a keymap under the image.
13525
13526 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13527
13528 * diff-mode.el (diff-add-log-file-name): Remove.
13529 (diff-mode): Use add-log-buffer-file-name-function.
13530
13531 * add-log.el (find-change-log): New arg BUFFER-FILE.
13532 (add-log-file-name): Obey add-log-file-name-function.
13533 (add-log-buffer-file-name-function): New var.
13534 (add-change-log-entry): Use it.
13535
13536 2000-09-29 Miles Bader <miles@gnu.org>
13537
13538 * image-file.el (image-file-name-extensions): New variable.
13539 (image-file-name-regexps): Renamed from `image-file-regexps'.
13540 New default value is nil. Call `auto-image-file-mode'.
13541 (image-file-name-regexp): New function.
13542 (auto-image-file-mode): New minor mode.
13543 (insert-image-file): Don't make conditional on the image-file
13544 handler being enabled.
13545 (image-file-handler): Make the call here conditional instead.
13546 (set-image-file-handler-enabled, enable-image-file-handler)
13547 (disable-image-file-handler): Functions removed.
13548
13549 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13550 string.
13551
13552 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13553
13554 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13555 it's a function from CL.
13556 (latex-imenu-create-index): Replace eval-when-compile with progn
13557 because latex-section-alist is not bound while compiling.
13558
13559 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13560
13561 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13562 (outline-mode): Use define-derived-mode.
13563
13564 * progmodes/perl-mode.el (perl-mode):
13565 * progmodes/awk-mode.el (awk-mode):
13566 * progmodes/asm-mode.el (asm-mode):
13567 Don't gratuitously override the default for comment-column.
13568
13569 * emacs-lisp/lisp.el (lisp-complete-symbol):
13570 Distinguish the let-binding case from the funcall case.
13571 (forward-sexp-function): New variable.
13572 (forward-sexp): Use it.
13573
13574 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13575 (easy-mmode-defmap): Remove the now useless autoload.
13576
13577 * time.el (display-time-mode): Use define-minor-mode.
13578
13579 * subr.el (add-minor-mode): Don't eval NAME.
13580 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13581 Use if rather than cond.
13582
13583 * simple.el (read-expression-map): Define more properly.
13584 (comment-indent-hook): Remove.
13585 (string-to-syntax): Bug fix.
13586
13587 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13588 (cvs-ediff-diff): Fix typo.
13589 (cvs-revert-if-needed): Don't bother preserving read-only.
13590
13591 * paren.el (show-paren-mode): Use define-minor-mode.
13592
13593 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13594 (toggle-auto-compression): Remove.
13595 (jka-compr-build-file-regexp): Remove useless grouping.
13596
13597 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13598 Avoid user-reserved bindings.
13599 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13600 (diff-header-face): Revert to grey85.
13601
13602 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13603
13604 * complete.el (partial-completion-mode) <defcustom>: Remove.
13605 (partial-completion-mode): Use define-minor-mode.
13606 (PC-do-completion): Understand `completion-auto-help = delay'
13607 to mean to popup the completion buffer only the second time.
13608 (PC-include-file-all-completions, PC-include-file-all-completions)
13609 (PC-include-file-all-completions): Don't quote lambda.
13610
13611 * comint.el (comint-mode-hook): Docstring fix.
13612 (comint-mode): Use define-derived-mode.
13613 (comint-mode-map): Remove obsolete comment.
13614 (make-comint): Minor stylistic change.
13615 (comint-insert-clicked-input): Be more careful to find the overlay.
13616 Use this-command-keys rather than hardcoding mouse-2.
13617
13618 * font-lock.el: Replace confusing (,@ with ,
13619 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13620 Don't use regexp-opt-depth. Spice up the regexp for args.
13621 Don't distinguish between cmds that can take an opt arg or not.
13622 Use `append' and `prepend' rather than `keep'.
13623
13624 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13625 (latex-outline-regexp): New var.
13626 (latex-outline-level): New fun.
13627 (latex-section-alist): New var.
13628 (latex-imenu-create-index): Use it. Use `push' as well.
13629 (tex-shell-map): Initialize it properly.
13630 (tex-mode): Minor stylistic change.
13631 (plain-tex-mode): Use define-derived-mode.
13632 (latex-mode): Use define-derived-mode.
13633 Construct the paragraph regexps in a more readable way.
13634 Set the buffer-local outline-{level,regexp} vars.
13635 (slitex-mode): Derive from latex-mode.
13636 (tex-common-initialization): Don't kill-all-vars anymore.
13637 Add setting for comment-add and font-lock-defaults.
13638 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13639 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13640 (tex-start-tex): New arg DIR (and send a chdir command for it).
13641 Also display the shell buffer and save it in tex-last-buffer-texed.
13642 (tex-region): Use expand-file-name rather than concat.
13643 Remove code made useless by changes in tex-start-tex.
13644 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13645
13646 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13647
13648 2000-09-28 Dave Love <fx@gnu.org>
13649
13650 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13651
13652 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13653
13654 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13655 `append'.
13656
13657 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13658
13659 * info.el (Info-extract-pointer): Undo last change.
13660 Instead, fix the position of the `bound' arg to re-search-backward.
13661
13662 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13663
13664 * info.el (Info-extract-pointer):
13665 Widen more carefully, to avoid finding pointers in other nodes.
13666 (Info-index): Use push.
13667
13668 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13669
13670 * frame.el (set-frame-font): Remove call to obsolete function
13671 frame-update-faces.
13672 (set-foreground-color, set-background-color): Likewise for
13673 frame-update-face-colors.
13674
13675 2000-09-27 Miles Bader <miles@gnu.org>
13676
13677 * image-file.el: New file.
13678
13679 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13680
13681 * frame.el (frame-notice-user-settings): Don't call
13682 frame-update-faces, which is a no-op now.
13683
13684 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13685 tool-bar-lines.
13686
13687 2000-09-27 Dave Love <fx@gnu.org>
13688
13689 * mouse.el: Fix last change.
13690
13691 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13692
13693 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13694
13695 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13696
13697 * international/quail.el (quail-help): The output message is
13698 improved.
13699
13700 2000-09-26 Dave Love <fx@gnu.org>
13701
13702 * mouse.el (popup-menu): If POSITION is nil, set it using
13703 mouse-position.
13704
13705 2000-09-25 Sam Steingold <sds@gnu.org>
13706
13707 * net/browse-url.el (browse-url-file-url): Check for null maps.
13708
13709 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13710
13711 * frame.el (frame-notice-user-settings): Don't add a
13712 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13713
13714 * frame.el (frame-notice-user-settings):
13715 Make tool-bar-mode and default-frame-alist consistent.
13716
13717 * toolbar/tool-bar.el (tool-bar-help): New function.
13718
13719 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13720
13721 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13722 current-load-list in top-level forms. Else this leaks a cons cell
13723 every time a defun is called.
13724
13725 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13726
13727 2000-09-25 Dave Love <fx@gnu.org>
13728
13729 * startup.el (fancy-splash-head): Check XPM is available.
13730
13731 * autoinsert.el (auto-insert): Doc fix.
13732 (auto-insert-alist): Following GNU notices, don't say `copyright
13733 _by_'. Use line-beginning-position.
13734 (auto-insert): Check buffer-file-name is non-nil before use.
13735
13736 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13737
13738 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13739 starting with `@def' or `@multitable', in addition to ones
13740 specified by the user in auto-fill-inhibit-regexp.
13741
13742 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13743
13744 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13745 rmail-dont-reply-to-names matches the empty string.
13746
13747 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13748
13749 * startup.el (command-line-1, fancy-splash-text): Change the
13750 text to sound more friendly.
13751
13752 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13753
13754 * progmodes/hideshow.el: Update author email address.
13755 Generally, sync w/ maintainer version 5.22.
13756 (hs-hide-all-non-comment-function): New var.
13757 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13758 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13759 (hs-show-region): Delete this command.
13760 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13761
13762 2000-09-22 Dave Love <fx@gnu.org>
13763
13764 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13765 (hl-line-highlight): Specify buffer when moving overlay.
13766
13767 * progmodes/fortran.el (fortran-mode): Locally set
13768 normal-auto-fill-function.
13769 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13770 (fortran-mode-map): Adjust auto-fill menu entry.
13771
13772 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13773
13774 * vc-rcs.el (toplevel): Require `vc' when compiling.
13775
13776 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13777
13778 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13779
13780 * vc.el (vc-switch-backend): Signal an error if the file is not
13781 registered under the new backend.
13782
13783 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13784 without explicit revision number.
13785
13786 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13787
13788 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13789 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13790 (diff-xor): New function.
13791 (diff-find-source-location): Use it. Fix a stupid name clash.
13792 (diff-hunk-status-msg): New function.
13793 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13794 (diff-test-hunk): Use diff-find-source-location.
13795 (diff-goto-source): Favor the `reverse'.
13796 (diff-hunk-text): Properly handle one-sided context diffs.
13797 (diff-apply-hunk): When done, advance to the next hunk.
13798
13799 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13800
13801 * startup.el (command-line): If frame was created with a non-zero
13802 tool-bar-lines parameter, switch tool-bar-mode on.
13803
13804 * add-log.el (change-log-date-face, change-log-name-face)
13805 (change-log-email-face, change-log-file-face)
13806 (change-log-list-face, change-log-conditionals-face)
13807 (change-log-function-face, change-log-acknowledgement-face):
13808 New faces, inheriting from font-lock faces.
13809 (change-log-font-lock-keywords): Use them.
13810
13811 2000-09-21 Dave Love <fx@gnu.org>
13812
13813 * progmodes/cperl-mode.el (top-level): Clean up
13814 `eval-when-compile's and assorted defvars.
13815 (cperl-invalid-face): Don't double-quote value. Change custom
13816 type.
13817 (cperl-mode): Set normal-auto-fill-function and don't zap
13818 auto-fill-function.
13819 (cperl-imenu--function-name-regexp-perl): Renamed from
13820 imenu-example--function-name-regexp-perl.
13821 (cperl-imenu--create-perl-index): Renamed from
13822 imenu-example--create-perl-index.
13823 (cperl-xsub-scan): Don't require cl.
13824
13825 * msb.el (msb-mode-map): Use substitute-key-definition.
13826 (msb-mode): Use msb-mode-map.
13827
13828 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13829
13830 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13831 New functions.
13832 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13833 (vc-switch-backend): New function.
13834 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13835 (vc-register): Fix prompt.
13836 (vc-unregister, vc-default-unregister): New functions.
13837 (vc-version-diff): Handle empty buffer in sentinel.
13838
13839 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13840 (vc-rcs-state-heuristic): Use it to guess the state of files with
13841 non-strict locking.
13842 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13843 been set with -b, but not created yet.
13844 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13845 contents in order to find the state.
13846 (vc-rcs-checkin): Allow creation of branches with no changes.
13847 (vc-rcs-unregister, vc-rcs-receive-file)
13848 (vc-rcs-set-non-strict-locking): New functions.
13849
13850 * vc-hooks.el (vc-name): Force correct computation of the value
13851 in case it is missing.
13852
13853 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13854
13855 * startup.el (fancy-splash-tail): Use a different foreground
13856 color on a dark frame background.
13857
13858 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13859
13860 * info.el: Use the correct capitalization when making Info-mode
13861 and Info-edit-mode `special' modes.
13862
13863 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13864
13865 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13866 (diff-mode): Add support for add-log.el.
13867 (diff-hunk-text): Use char offsets rather than line offsets.
13868 (diff-find-source-location): Replace LINE with line-offset (nil
13869 if not found) and always set POS to a meaningful position.
13870 Adapt to the new char-offsets.
13871 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13872 Adapt to the new diff-find-source-location.
13873 (diff-goto-source): Adapt to the new diff-find-source-location.
13874
13875 * add-log.el (add-log-file-name): New function (split out of
13876 add-change-log-entry).
13877 (add-change-log-entry): Use it.
13878 Call add-log-file-name-function with the changelog file name if
13879 the current buffer is not associated with any file.
13880 Avoid find-file if the selected window is dedicated.
13881
13882 * diff-mode.el (diff-find-source-location):
13883 Move code from diff-apply-hunk. Return buffer rather than file.
13884 (diff-apply-hunk): Use the new result from diff-find-source-location.
13885 (diff-goto-source): Use the new diff-find-source-location.
13886
13887 2000-09-20 Dave Love <fx@gnu.org>
13888
13889 * iswitchb.el: Some doc fixes.
13890 (iswitchb-mode-map): Define completely initially. Inherit
13891 minibuffer-local-map.
13892 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13893 fundamental-mode.
13894 (iswitchb-global-map): New variable.
13895 (iswitchb-summaries-to-end): Amalgamate regexps.
13896 (iswitchb-mode): New.
13897 (iswitchb-mode-hook): New variable.
13898 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13899 `extensions'.
13900
13901 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13902
13903 * ehelp.el (electric-help): New defgroup.
13904 (electric-help-shrink-window): New user-option.
13905 (with-electric-help): Use it.
13906
13907 * window.el (shrink-window-if-larger-than-buffer): If face
13908 `mode-line' has a :box, and we're on a graphical frame, add 1
13909 to the needed window height.
13910
13911 * frame.el (frame-notice-user-settings): Add a last parameter nil
13912 to a call to `append', because the last list passed to `append' is
13913 not copied, and so subsequent calls to assq-delete-all will modify
13914 default-frame-alist.
13915
13916 * startup.el (fancy-splash-image): Change :type.
13917 (fancy-splash-head): Use an XBM image if appropriate.
13918 (command-line-1): Show splash screens in more cases.
13919
13920 * startup.el (fancy-splash-text): Don't quote faces.
13921
13922 * dired.el (dired-font-lock-keywords): Undo last change.
13923 (dired-readin): Bind indent-tabs-mode to nil.
13924
13925 * startup.el (fancy-splash-head): If frame's background mode
13926 is `dark', change the black background of the image to gray.
13927 (fancy-splash-screens): Display startup echo area message.
13928 (display-startup-echo-area-message): New function.
13929
13930 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13931
13932 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13933
13934 * info.el (info-header-node): Tweak for color ttys.
13935
13936 * faces.el (face-valid-attribute-values): Make sure directories we
13937 search for stipples both exist and are readable before trying to
13938 search them.
13939
13940 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13941 in the dry-run case.
13942
13943 * jka-compr.el (with-auto-compression-mode): New macro.
13944
13945 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13946 (custom-group-tag-face, custom-variable-tag-face): Use relative
13947 :height and inherit from `variable-pitch' face instead of
13948 hardwiring :family.
13949 * hi-lock.el (hi-black-hb): Likewise.
13950
13951 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13952 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13953 toolbar-add-item, if image doesn't have a mask add a `:mask
13954 heuristic'.
13955
13956 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13957
13958 * diff-mode.el: Docstring fixes.
13959 (diff-header-face, diff-comment-face): New faces.
13960 (diff-font-lock-keywords): Highlight a bit differently.
13961 (diff-find-source-location): Don't return SPAN any more.
13962 (diff-hunk-text): Don't bother erasing the temp buffer.
13963 (diff-find-text): Drop argument LINE.
13964 (diff-apply-hunk): Update calls to diff-find-text.
13965 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13966
13967 * calendar/calendar.el: Docstring fixes.
13968 (calendar-make-alist): Don't quote lambda.
13969 (calendar-star-date): Use make-local-variable.
13970
13971 2000-09-19 Dave Love <fx@gnu.org>
13972
13973 * toolbar/tool-bar.el: Renamed from toolbar.el.
13974 Change `toolbar' to `tool-bar' generally in symbols.
13975 Make some items invisible in `special' major modes.
13976 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13977 Add arg PROPS.
13978
13979 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13980 Add :version here.
13981 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13982
13983 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13984
13985 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13986
13987 * files.el (find-file-suppress-same-file-warnings): New user-option.
13988 (find-file-noselect): Use it.
13989
13990 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13991 (fancy-splash-screen): Defgroup.
13992
13993 * add-log.el (change-log-font-lock-keywords): Match names
13994 more exactly for the case that font-lock-constant-face is
13995 underlined.
13996
13997 2000-09-19 Richard M. Stallman <rms@gnu.org>
13998
13999 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
14000
14001 2000-09-19 Andre Spiegel <spiegel@gnu.org>
14002
14003 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
14004
14005 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14006
14007 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
14008 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
14009 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
14010 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
14011 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
14012 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
14013 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
14014 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
14015 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
14016 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
14017 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
14018 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
14019
14020 * startup.el (fancy-splash-text): New variable.
14021 (fancy-splash-delay, fancy-splash-image): New user-options.
14022 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14023 (fancy-splash-screens): New functions.
14024 (command-line-1): If display has a `display' frame parameter, has
14025 colors, and we have XPM support, show more fancy splash screens.
14026
14027 2000-09-19 Dave Love <fx@gnu.org>
14028
14029 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14030 with null `help'. Use modern backquote syntax.
14031
14032 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14033
14034 * font-lock.el (font-lock-mode): Change message telling the user
14035 that ``the buffer is too big''.
14036
14037 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14038 for instance for the case that tab-width is 2.
14039
14040 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14041
14042 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14043 toolbar-add-item, if image doesn't have a mask add a `:mask
14044 heuristic'.
14045
14046 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14047
14048 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14049 and return a cons if it's non-nil.
14050 (diff-apply-hunk): Try to jump to the line in the source text
14051 corresponding to the position of point in the in the hunk.
14052
14053 * info.el (Info-title-3-face, Info-title-2-face)
14054 (Info-title-1-face): Use face inheritance and relative sizes
14055 instead of hard-wiring things.
14056
14057 * faces.el (secondary-selection): Make dark-background variant sane.
14058
14059 2000-09-16 Andrew Innes <andrewi@gnu.org>
14060
14061 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14062 read-only, since they aren't under VC now.
14063
14064 2000-09-17 Dave Love <fx@gnu.org>
14065
14066 * tmm.el: Replace mapcar with mapc in several places.
14067
14068 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14069 ad-unadvise.
14070
14071 * international/latin1-disp.el: New file.
14072
14073 * calendar/cal-move.el (scroll-calendar-left)
14074 (scroll-calendar-right): Make arg optional (for active mode line).
14075
14076 * calendar/calendar.el (calendar-mode-line-format): Make fields
14077 mouse-sensitive.
14078 (calendar-read-date, calendar-read-date, calendar-window-list):
14079 Unquote lambda.
14080 (calendar-month-name): Use aref, not sref.
14081
14082 * view.el (minor-mode-alist): Propertize the string.
14083
14084 * international/characters.el (standard-case-table): Add entries
14085 for Greek.
14086
14087 2000-09-18 Miles Bader <miles@gnu.org>
14088
14089 * info.el (info-node, info-xref): Add dark-background variants.
14090
14091 * faces.el (header-line): Change defaults to be less confusing
14092 when mixed with mode-lines.
14093
14094 * info.el (Info-fontify-node): Make a few cleanups.
14095 Add extra `help-echo' and `local-map' props to node xrefs.
14096 Use header-specific faces for node-names & xrefs.
14097 (Info-use-header-line): New variable.
14098 (info-header-xref, info-header-node): New faces.
14099 (Info-setup-header-line): New function.
14100 (Info-select-node): Call Info-setup-header-line when enabled.
14101 (Info-extract-pointer): Work even if the header line is hidden.
14102 (Info-header-line): New variable.
14103
14104 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14105
14106 * vms-patch.el (print-region-function): Don't quote lambda.
14107
14108 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14109
14110 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14111 (lm-get-header-re): Allow spaces between the header and the colon.
14112 (lm-header): Allow $ in non-RCS headers.
14113 (lm-header-multiline): Put the strings back into order.
14114 Stop at an empty line. Don't require two space chars if the
14115 line is clearly not another header line.
14116
14117 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14118 (popup-menu-popup): Remove.
14119
14120 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14121
14122 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14123 specification if or if not tool-bar item contains an `:enabled'
14124 property.
14125
14126 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14127 current buffer has no file name.
14128
14129 2000-09-15 Dave Love <fx@gnu.org>
14130
14131 * strokes.el: Sync with maintainer's current version with changes
14132 for Emacs, but avoid runtime cl and levents.
14133 (toplevel): Change autoloads and compilation requires.
14134 (strokes-version, strokes-bug-address, strokes-lift): Values
14135 changed.
14136 (strokes-xpm-header, strokes-insinuated): New variable.
14137 (strokes): Add :link.
14138 (strokes-mode): Customized.
14139 (strokes-while-inhibiting-garbage-collector): New macro.
14140 (strokes-remassoc): Avoid remove-if.
14141 (strokes-fix-button2-command): Don't use ad-do-it.
14142 (strokes-insinuate): New function.
14143 (strokes-button-press-event-p, strokes-button-release-event-p):
14144 New functions, used instead of non-`strokes-' versions..
14145 (strokes-mouse-event-p): Rewritten.
14146 (strokes-event-closest-point): Avoid event-point.
14147 (strokes-get-grid-position): Avoid cdadr, caadr
14148 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14149 functions.
14150 (strokes-help): Use with-output-to-temp-buffer.
14151 (strokes-window-configuration-changed-p): New function.
14152 (strokes-update-window-configuration): Use buffer-live-p,
14153 strokes-window-configuration-changed-p.
14154 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14155 (strokes-char-face): New face.
14156 (strokes-char-table, strokes-base64-chars): New variable.
14157 (strokes-xpm-for-stroke, strokes-list-strokes)
14158 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14159 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14160 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14161 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14162 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14163 functions.
14164
14165 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14166
14167 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14168
14169 * image.el (create-image): Doc fix.
14170
14171 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14172 instead of `:heuristic-mask t'.
14173
14174 2000-09-14 Andrew Innes <andrewi@gnu.org>
14175
14176 * makefile.w32-in: Revert to Unix line endings.
14177
14178 2000-09-14 Andrew Innes <andrewi@gnu.org>
14179
14180 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14181 when installing.
14182
14183 * makefile.nt (DONTCOMPILE): Fix typo.
14184
14185 * shell.el (shell-write-history-on-exit): New function.
14186 (shell-dumb-shell-regexp): New custom variable.
14187 (shell-mode): Make shell-write-history-on-exit the process
14188 sentinel if shell name matches shell-dumb-shell-regexp.
14189
14190 * w32-fns.el: Comment out before-init-hook function which resets
14191 source-directory based; this breaks bootstrap.
14192
14193 2000-09-14 Dave Love <fx@gnu.org>
14194
14195 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14196 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14197 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14198 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14199 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14200 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14201 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14202 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14203 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14204
14205 * toolbar/toolbar.el: New.
14206
14207 * subdirs.el: Add toolbar.
14208
14209 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14210
14211 * indent.el (indent-for-tab-command): Doc fix.
14212
14213 2000-09-14 Alex Schroeder <alex@gnu.org>
14214
14215 * ansi-color.el (ansi-colors): Doc change.
14216 (ansi-color-get-face): Simplified regexp.
14217 (ansi-color-faces-vector): Added more faces, doc change.
14218 (ansi-color-names-vector): Doc change.
14219 (ansi-color-regexp): Simplified regexp.
14220 (ansi-color-parameter-regexp): New regexp.
14221 (ansi-color-filter-apply): Doc change.
14222 (ansi-color-filter-region): Doc change.
14223 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14224 deal with zero length parameters.
14225 (ansi-color-apply-on-region): Doc change.
14226 (ansi-color-map): Doc change.
14227 (ansi-color-map-update): Removed debugging message.
14228 (ansi-color-get-face-1): Added condition-case to trap
14229 args-out-of-range errors.
14230 (ansi-color-get-face): Doc change.
14231 (ansi-color-make-face): Removed.
14232 (ansi-color-for-shell-mode): New option.
14233
14234 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14235
14236 * international/quail.el (quail-start-translation): Translate KEY
14237 if necessary even if it doesn't have any mapping in the current
14238 input method.
14239 (quail-start-conversion): Likewise.
14240 (quail-help): The output message is improved.
14241
14242 2000-09-13 Miles Bader <miles@gnu.org>
14243
14244 * comint.el (comint-output-filter): Revert to using
14245 `insert-before-markers'. Add bletcherous hack to undo damage
14246 caused by `insert-before-markers'. Put `front-sticky' property on
14247 overlays created here so that the field code understands how the
14248 overlay works. Use a let when making comint-last-prompt-overlay,
14249 so that the code is easier to read.
14250
14251 2000-09-13 Dave Love <fx@gnu.org>
14252
14253 * wid-edit.el (widget-default-format-handler): DTRT when
14254 doc-property is a function.
14255
14256 2000-09-12 Francesco Potorti` <pot@gnu.org>
14257
14258 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14259 filed name if it's not there.
14260
14261 2000-09-12 Dave Love <fx@gnu.org>
14262
14263 * simple.el (read-mail-command): Doc fix.
14264 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14265
14266 * vc.el (vc-dired-listing-switches): Fix :version.
14267
14268 * vc-hooks.el: Doc fixes.
14269
14270 * subr.el (add-minor-mode): Use toggle-fun arg.
14271
14272 * speedbar.el: Add :version to several defcustoms.
14273
14274 * imenu.el (imenu--truncate-items, imenu--cleanup)
14275 (imenu--generic-function): Avoid mapcar.
14276 (imenu--replace-spaces): Function removed.
14277 (imenu--completion-buffer): Use subst-char-in-string.
14278 (imenu-add-to-menubar): Use keymap inheritance.
14279
14280 2000-09-12 Miles Bader <miles@gnu.org>
14281
14282 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14283 (diff-mode-map): Bind `diff-test-hunk'.
14284 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14285
14286 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14287
14288 * bytecomp.el (byte-compile-defvar): Undo last change
14289 because it breaks '(make-variable-buffer-local (defvar ...)'
14290 which is used at least in dired.
14291
14292 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14293
14294 * international/quail.el (quail-define-package): Docstring
14295 modified.
14296
14297 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14298
14299 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14300 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14301 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14302 docstring of "chinese-py".
14303
14304 * international/quail.el (quail-translation-docstring): New
14305 variable.
14306 (quail-show-keyboard-layout): Docstring modified.
14307 (quail-select-current): Likewise.
14308 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14309 infinite recursive call.
14310 (quail-help): Check quail-translation-docstring. Format of the
14311 output changed.
14312 (quail-help-insert-keymap-description): Adjusted for the above
14313 change.
14314
14315 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14316
14317 * bytecomp.el (byte-compile-defvar): Only cons onto
14318 current-load-list in top-level forms. Else this leaks a cons cell
14319 every time a defun is called.
14320
14321 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14322
14323 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14324 Now understands non-unified diffs. Some functionality moved into
14325 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14326 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14327 modify anything. Only reposition point in the patched file if the
14328 patch succeeds. Only pop up another window if POPUP is true.
14329 Emit a message describing what happened if successful, and at what
14330 line-offset. Automatically detect reversed hunks and do something
14331 appropriate.
14332 (diff-hunk-text, diff-find-text): New functions.
14333 (diff-filter-lines): Function removed.
14334 (diff-test-hunk): New function.
14335 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14336
14337 2000-09-10 Dave Love <fx@gnu.org>
14338
14339 * textmodes/tildify.el: Minor doc/commentary fixes.
14340 (tildify) <defgroup>: Add :version.
14341
14342 * faces.el (face-x-resources): Make custom type more specific.
14343 (frame-background-mode): Use mapc.
14344 (region) <defcustom>: Add :version.
14345
14346 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14347
14348 * vc-sccs.el (vc-sccs-register):
14349 * vc-rcs.el (vc-rcs-register):
14350 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14351 * vc.el (vc-register): Clear file's properties.
14352
14353 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14354
14355 * faces.el (face-spec-set): Only face-spec-reset-face when
14356 ATTRS is non-nil.
14357
14358 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14359
14360 * help.el (help-insert-xref-button): Fix a typo in doc string.
14361
14362 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14363
14364 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14365 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14366 methods.
14367
14368 * menu-bar.el (read-mail-item-name): New function.
14369 (menu-bar-tools-menu): Use it to compute and display the package
14370 used to read email.
14371 (menu-bar-tools-menu): Fix typo in GUD's help string.
14372
14373 2000-09-07 Dave Love <fx@gnu.org>
14374
14375 * diff-mode.el (diff-mouse-goto-source): New function.
14376
14377 * vc-sccs.el: Doc fixes.
14378 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14379
14380 * vc-rcs.el: Doc fixes.
14381 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14382 (vc-rcs-checkout-switches, vc-rcs-header)
14383 (vc-rcs-master-templates): Add or change :version.
14384
14385 * vc-cvs.el: Doc fixes.
14386 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14387 (vc-cvs-stay-local): Add :version.
14388
14389 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14390
14391 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14392
14393 * international/quail.el (quail-help): Fix previous change.
14394
14395 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14396
14397 * faces.el (color-values): Doc fix.
14398
14399 * faces.el (frame-set-background-mode): Use frame-parameter
14400 instead of frame-parameters.
14401
14402 * frame.el (filtered-frame-list): Reduce consing.
14403 (frames-on-display-list): Call frame-parameter instead of
14404 frame-parameters.
14405
14406 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14407
14408 * language/devan-util.el (devanagari-to-indian-region): In the
14409 loop, change the following char, not preceding char.
14410
14411 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14412
14413 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14414 instead of frame-parameters.
14415
14416 * faces.el (set-face-attribute): Simplify by calling
14417 internal-set-lisp-face-attribute with FRAME being 0.
14418
14419 * vc.el: Remove `Id' version control keyword.
14420
14421 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14422
14423 * help.el (help-make-xrefs): Adjusted for the change of
14424 help-xref-mule-regexp.
14425 (help-insert-xref-button): New function.
14426
14427 * international/mule-cmds.el (help-xref-mule-regexp-template):
14428 Include the pattern for character set.
14429 (leim): New group.
14430
14431 * international/quail.el: Don't require face.
14432 (quail): New group.
14433 (quail-other-command): Dummy command to make quail-help work better.
14434 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14435 (quail-keyboard-layout-substitution): New variable.
14436 (quail-update-keyboard-layout): New function.
14437 (quail-keyboard-layout-type): New customizable variable.
14438 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14439 (quail-keyboard-translate): Pay attention to
14440 quail-keyboard-layout-substitution.
14441 (quail-insert-kbd-layout): New function.
14442 (quail-show-keyboard-layout): New function.
14443 (quail-get-translation): If the definition is a vector of length
14444 1, and the element is a string of length 1, return the character
14445 in that string.
14446 (quail-update-current-translations): Fix the case of
14447 relative-index out of range.
14448 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14449 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14450 Show key sequences for all available characters.
14451 (quail-help-insert-keymap-description): Don't show such verbose
14452 key bindings as quail-self-insert-command.
14453
14454 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14455 Format changed, and each element now have extra documentations.
14456 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14457 Adjusted for the change of quail-cxterm-package-ext-info.
14458
14459 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14460
14461 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14462 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14463 during bootstrap.
14464
14465 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14466
14467 * vc.el: (toplevel): Don't require `dired' at run-time.
14468 (vc-dired-resynch-file): Remove autoload cookie.
14469
14470 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14471
14472 * vc.el: Made several backend functions optional.
14473 (vc-default-responsible-p): New function.
14474 (vc-merge): Use RET for first version to trigger merge-news, not
14475 prefix arg.
14476 (vc-annotate): Handle backends that do not support annotation.
14477 (vc-default-merge-news): Removed. The existence of a merge-news
14478 implementation is now checked on caller sites.
14479
14480 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14481 case.
14482
14483 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14484 special case that has been removed from the default in vc-hooks.el.
14485
14486 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14487
14488 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14489
14490 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14491
14492 * vc-hooks.el: Require vc during compilation.
14493 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14494 macro `with-vc-properties' in vc.el.
14495 (vc-file-getprop): Doc fix.
14496 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14497
14498 * vc.el: Require dired-aux during compilation.
14499 (vc-name-assoc-file): Moved to vc-sccs.el.
14500 (with-vc-properties): New macro.
14501 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14502 vc-finish-steal): Use it.
14503 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14504 to the backend-specific function is now supposed to do the checkout,
14505 too.
14506 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14507
14508 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14509 set file properties; that gets done in the generic code now.
14510
14511 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14512 Changed parameter list, added code from vc.el that does the
14513 checkout, possibly with a double-take.
14514
14515 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14516 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14517 the above under the new name.
14518 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14519 parameter list, added checkout command.
14520 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14521 properties; that gets done in the generic code now.
14522
14523 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14524
14525 * vc.el: Docstring fixes (courtesy of checkdoc).
14526
14527 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14528
14529 * vc.el (vc-checkout-writable-buffer-hook)
14530 (vc-checkout-writable-buffer): Remove.
14531 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14532 (vc-log-mode): Make it into a clean derived major mode.
14533 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14534 vc-log-mode if log-edit is not available.
14535 (vc-dired-mode-map): Don't set-keymap-parent yet.
14536 (vc-dired-mode): Do set-keymap-parent here.
14537 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14538
14539 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14540
14541 * faces.el (set-face-attribute, face-spec-reset-face)
14542 (face-spec-set): Avoid consing by removing calls to `apply'.
14543
14544 * frame.el (frame-parameter): Move to C code.
14545
14546 2000-09-05 Dave Love <fx@gnu.org>
14547
14548 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14549 insert-before-markers-and-inherit. Now checked systematically!
14550
14551 2000-09-05 Alex Schroeder <alex@gnu.org>
14552
14553 * sql.el (sql-postgres): Use sql-postgres-options.
14554 (sql-postgres-options): New variable.
14555
14556 2000-09-05 Alex Schroeder <alex@gnu.org>
14557
14558 * sql.el (sql-mode-menu): Work around missing variable mark-active
14559 in XEmacs.
14560 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14561 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14562 compatibility.
14563
14564 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14565
14566 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14567
14568 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14569
14570 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14571
14572 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14573
14574 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14575 don't support anything else under SCCS yet.
14576
14577 * vc-hooks.el: Minor doc fixes.
14578
14579 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14580
14581 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14582 not necessary. If verbose in state `needs-patch', do the same as
14583 under `up-to-date'. When NOT verbose and `needs-patch', check out
14584 latest version instead of `merge-news'.
14585 (vc-next-action-dired): Don't mess with default-directory here; it
14586 breaks other parts of dired. It is the job of the
14587 backend-specific functions to adjust it temporarily if they need it.
14588 (vc-next-action): Remove a special CVS case.
14589 (vc-clear-headers): New optional arg FILE.
14590 (vc-checkin, vc-checkout): Set properties vc-state and
14591 vc-checkout-time properly.
14592 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14593 (vc-print-log): Use new backend function `show-log-entry'.
14594 (vc-cancel-version): Do the checks in a different order. Added a
14595 FIXME concerning RCS-only code.
14596
14597 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14598 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14599
14600 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14601
14602 * vc-hooks.el (vc-default-mode-line-string): Show state
14603 `needs-patch' as a `-' too.
14604
14605 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14606
14607 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14608 (vc-default-could-register): New function.
14609 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14610 (vc-resynch-buffer): Call vc-dired-resynch-file.
14611 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14612 vc-resynch-buffer instead of vc-resynch-window.
14613 (vc-next-action-dired): Don't redisplay here, that gets done as a
14614 result of the individual file operations.
14615 (vc-retrieve-snapshot): Corrected prompt order.
14616
14617 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14618
14619 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14620 as well.
14621 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14622 hostname regexps. Updated all callers.
14623 (vc-cvs-responsible-p): Handle directories as well.
14624 (vc-cvs-could-register): New function.
14625 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14626 properties up-to-date.
14627
14628 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14629 user whether to create one.
14630
14631 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14632
14633 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14634 check out a non-existing file.
14635
14636 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14637 workfile does not exist.
14638
14639 * vc.el (vc-version-diff): Use `require' to check for existence of
14640 diff-mode.
14641
14642 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14643
14644 * vc-cvs.el (vc-cvs-registered): Use new function
14645 vc-cvs-parse-entry to do the actual work.
14646
14647 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14648
14649 * vc-hooks.el (vc-find-backend-function): If function doesn't
14650 exist, return nil instead of error.
14651 (vc-call-backend): Doc fix.
14652
14653 * vc.el (vc-do-command): Doc fix.
14654 (vc-finish-logentry): When checking in from vc-dired, choose the
14655 right backend for logentry check.
14656 (vc-dired-mode-map): Inherit from dired-mode-map.
14657 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14658 simplified.
14659 (vc-dired-state-info): Removed, updated caller.
14660 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14661 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14662 (vc-dired-listing-switches): New variable.
14663 (vc-directory): Use it, instead of dired-listing-switches.
14664
14665 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14666 (vc-cvs-dir-state): New function.
14667 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14668 (vc-cvs-parse-entry): New function, also to be used in
14669 vc-cvs-registered.
14670
14671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14672
14673 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14674 *or* single-window-frames.
14675
14676 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14677
14678 * vc.el (vc-update-changelog): Split into generic part and default
14679 implementation. Doc string adapted.
14680 (vc-default-update-changelog): New function. Call the `rcs2log'
14681 script in exec-directory, to fix a long-standing nuisance.
14682
14683 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14684 simply signals an error.
14685
14686 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14687
14688 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14689 control-flow more clear and to avoid running `cvs' twice.
14690
14691 * vc.el (vc-next-action-on-file): Doc fix.
14692 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14693 (vc-print-log): Eval `file' before constructing the continuation.
14694
14695 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14696
14697 * vc.el (vc-next-action-on-file): Corrected several messages.
14698 (vc-merge): Add prefix arg `merge-news'; handle it.
14699
14700 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14701 is not reached. It is.
14702 (vc-cvs-merge): Set state to 'edited after merge.
14703 (vc-cvs-merge-news): Set workfile version to nil if not known.
14704 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14705
14706 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14707 via stdout. (Merge from main line.)
14708
14709 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14710
14711 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14712 detection.
14713
14714 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14715
14716 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14717 against kill-all-local-variables.
14718 (vc-log-edit): Don't save vc-parent-buffer any more.
14719 (vc-last-comment-match): Initialize to an empty string.
14720 (vc-post-command-functions): New hook.
14721 (vc-do-command): Run it.
14722 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14723 (vc-finish-logentry): Only add the comment to the ring if it's
14724 different from the last comment entered.
14725 (vc-new-comment-index): New function.
14726 (vc-previous-comment): Use it. Make the minibuffer message
14727 slightly less terse.
14728 (vc-comment-search-reverse): Make it work forward as well. Don't
14729 set vc-comment-ring-index if no match is found. Use
14730 vc-new-comment-index.
14731 (vc-comment-search-forward): Use vc-comment-search-reverse.
14732 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14733 define-derived-mode will do it for us. Bind `v' to a keymap that
14734 inherits from vc-prefix-map so that we can bind `vt' without
14735 binding C-x v t.
14736 (vc-retrieve-snapshot): Parenthesis typo.
14737
14738 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14739 to 1. Make sure to switch to *vc* before looking for an error
14740 message. Use vc-parse-buffer.
14741
14742 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14743
14744 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14745 and NAME.
14746 (vc-retrieve-snapshot): Split into two parts.
14747 (vc-default-retrieve-snapshot): New function.
14748
14749 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14750 (vc-cvs-retrieve-snapshot): New function (untested).
14751 (vc-cvs-stay-local): Default to t.
14752 (vc-cvs-remote-p): New function and property.
14753 (vc-cvs-state): Stay local only if the above is t.
14754 (vc-handle-cvs): Removed.
14755 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14756 done via vc-handled-backends now.
14757 (vc-cvs-header): Escape Id.
14758
14759 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14760
14761 * vc.el (vc-do-command): Remove unused commands.
14762 (vc-version-diff): Make sure default-directory ends with a slash.
14763 Move the window commands into a vc-exec-after.
14764 (vc-print-log): Move more of the code into the `vc-exec-after'.
14765
14766 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14767
14768 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14769 (vc-print-log): Search current revision from beginning of buffer.
14770 (vc-revert-buffer): Clear echo area after the diff is finished.
14771 (vc-prefix-map): Removed definition of "t" for terse display in vc
14772 dired.
14773 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14774 definition of "vt" for terse display.
14775 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14776
14777 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14778
14779 * vc.el (vc-exec-after): Avoid caddr.
14780
14781 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14782
14783 * vc.el (vc-exec-after): New function.
14784 (vc-do-command): Use it to add a termination message for async
14785 procs.
14786 (vc-checkout): Try to handle a missing-backend situation.
14787 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14788 of a directory with a backend using async diffs.
14789 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14790 present.
14791
14792 * vc-sccs.el (vc-sccs-state-heuristic): Use
14793 file-ownership-preserved-p.
14794
14795 * vc-rcs.el (vc-rcs-state-heuristic): Use
14796 file-ownership-preserved-p.
14797 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14798
14799 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14800
14801 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14802 vc-do-command.
14803
14804 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14805 when there are no changes.
14806
14807 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14808
14809 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14810
14811 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14812
14813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14814
14815 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14816
14817 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14818 the `fset' outside of the defvar so that it works even if
14819 vc-prefix-map was already defined.
14820 (vc-setup-buffer): New function, split out of vc-do-command.
14821 (vc-do-command): Allow BUFFER to be t to mean `just use the
14822 current buffer without any fuss'.
14823 (vc-version-diff): Change the `diff' backend operation to just put
14824 the diff in the current buffer without erasing it. Always use
14825 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14826 shrink-window-if-larger-than-buffer.
14827 (vc-print-log): Change the `print-log' backend operation to just
14828 put the log in the current buffer without erasing it. Protect
14829 shrink-window-if-larger-than-buffer.
14830 (vc-update-change-log): Fix setd typo.
14831
14832 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14833 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14834
14835 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14836 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14837 CMP.
14838
14839 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14840 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14841 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14842
14843 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14844
14845 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14846 not possible, use vc-BACKEND-workfile-unchanged-p.
14847 (vc-default-workfile-unchanged-p): New function. Delegates to a
14848 full vc-BACKEND-diff.
14849
14850 * vc-hooks.el (vc-simple-command): Removed.
14851
14852 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14853 instead of vc-simple-command.
14854 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14855 avoid doing a diff when opening a file.
14856 (vc-rcs-state): Added check for unlocked-changes.
14857 (vc-rcs-header): Escape Id.
14858 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14859 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14860 version.
14861
14862 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14863 (vc-sccs-diff): Remove optional arg CMP.
14864 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14865 SCCS-specific function.
14866
14867 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14868 vc-simple-command.
14869
14870 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14871
14872 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14873 (with-vc-file, vc-merge): Use vc-editable-p.
14874 (vc-do-command): Remove unused var vc-file and fix the
14875 doubly-defined `status' var. Add a user message when starting an
14876 async command.
14877 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14878 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14879 Use with-current-buffer.
14880 (vc-buffer-sync): Use unless.
14881 (vc-next-action-on-file): If the file is 'edited by read-only,
14882 make it read-write instead of trying to commit.
14883 (vc-version-diff, vc-update-change-log): Use `setq
14884 default-directory' rather than `cd'.
14885 (vc-log-edit): Don't forget to set default-directory in the
14886 buffer.
14887
14888 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14889 (vc-sccs-state-heuristic): Use file-writable-p instead of
14890 comparing userids.
14891 (vc-sccs-checkout): Use `unless'.
14892
14893 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14894 of comparing userids.
14895 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14896 Simplify the logic by eliminating unreachable code.
14897 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14898 just do a recursive call if we need to retry.
14899 (vc-rcs-checkout): Handle the case where rcs is missing by making
14900 the buffer read-write if requested and re-signalling the error.
14901
14902 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14903
14904 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14905
14906 * vc-hooks.el (vc-handled-backends): Docstring change.
14907 (vc-ignore-vc-files): Mark obsolete.
14908 (vc-registered): Check vc-ignore-vc-files.
14909 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14910 vc-ignore-vc-files.
14911
14912 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14913
14914 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14915
14916 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14917 files since ange-ftp already has vc-registered return nil.
14918
14919 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14920 (vc-sccs-workfile-version): Use with-temp-buffer and new
14921 vc-parse-buffer and don't bother setting the property.
14922 (vc-sccs-add-triple): Use with-current-buffer and
14923 find-file-noselect.
14924 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14925
14926 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14927 derives from the old vc-parse-buffer but uses the revision number
14928 rather than the date (much easier to compare robustly).
14929 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14930 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14931 locking-user more directly. Check strict locking and set
14932 checkout-model appropriately.
14933 (vc-rcs-parse-locks): Remove.
14934 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14935 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14936 (vc-rcs-system-release): Use with-current-buffer and
14937 vc-parse-buffer.
14938 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14939
14940 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14941 (vc-simple-command): Docstring fix.
14942 (vc-registered): Align the way the file-handler is called with the
14943 way the function itself works.
14944 (vc-file-owner): Remove.
14945
14946 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14947 extraction of fields and call to file-attributes because of a
14948 temporary bug in rcp.el.
14949 (vc-cvs-fetch-status): Use with-current-buffer.
14950
14951 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14952
14953 * vc.el (vc-do-command): Use file-relative-name.
14954 (vc-responsible-backend): Use vc-backend if possible.
14955 (vc-create-snapshot): Improve the `interactive' spec. Add support
14956 for branches and dispatch to backend-specific `create-snapshot'.
14957 (vc-default-create-snapshot): New function, containing the bulk of
14958 the old vc-create-snapshot.
14959 (vc-retrieve-snapshot): Improve the interactive spec.
14960
14961 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14962 (vc-backend-hook-functions): Remove.
14963 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14964 (vc-backend): Reintroduce the test for `file = nil' now that I
14965 know why it was there (and added a comment to better remember).
14966
14967 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14968 code from vc-sccs-hooks.el.
14969 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14970 'vc anymore.
14971 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14972 and file-directory-p instead of file-exists-p.
14973 (vc-sccs-check-headers): Simplify the regexp.
14974
14975 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14976 from vc-rcs-hooks.el. Don't require 'vc anymore.
14977 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14978 file-directory-p instead of file-exists-p.
14979
14980 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14981 from vc-cvs-hooks.el.
14982 (proto vc-cvs-registered): Require 'vc-cvs instead of
14983 'vc-cvs-hooks. Don't require 'vc anymore.
14984 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14985 file-directory-p instead of file-exists-p.
14986 (vc-cvs-create-snapshot): New function, replacing
14987 vc-cvs-assign-name.
14988 (vc-cvs-assign-name): Remove.
14989
14990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14991
14992 * vc-cvs.el (vc-cvs-header): New var.
14993
14994 * vc-rcs.el (vc-rcs-exists): Remove.
14995 (vc-rcs-header): New var.
14996
14997 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14998 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14999 (vc-sccs-header): New var.
15000
15001 * vc.el (vc-do-command): Get rid of the `last' argument.
15002 (vc-header-alist): Remove, replaced by vc-X-header.
15003 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
15004 (vc-dired-hook): Use expand-file-name instead of concat.
15005 (vc-directory): Use file-name-as-directory.
15006 (vc-snapshot-precondition, vc-create-snapshot)
15007 (vc-retrieve-snapshot): Allow the command to operate on any
15008 directory.
15009
15010 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
15011 just removing the 'WORKFILE argument or by removing the 'MASTER
15012 argument and replacing `file' with (vc-name file).
15013
15014 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15015
15016 * vc.el: Update Copyright and add a crude list of backend funs.
15017 (vc-writable-p): New function.
15018 (with-vc-file): Use vc-writable-p.
15019 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
15020 (vc-register): Avoid vc-name.
15021 (vc-locking-user): Remove.
15022 (vc-steal-lock): Make the `owner' arg non-optional.
15023 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15024 vc-checkout-model.
15025 (vc-default-dired-state-info): Use vc-state instead of
15026 vc-locking-user and return special strings for special states.
15027 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15028 and get rid of one of the special CVS cases.
15029 (vc-cancel-version): prettify error message with \\[...].
15030 (vc-rename-master): New function.
15031 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15032 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15033 the CVS special case generic.
15034 (vc-default-record-rename): Remove.
15035 (vc-file-tree-walk-internal): Only call FUNC for files that are
15036 under control of some VC backend and replace `concat' with
15037 expand-file-name.
15038 (vc-file-tree-walk): Update docstring.
15039 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15040 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15041
15042 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15043 vc-sccs-record-rename. Use `find-file-noselect' rather than
15044 `find-file' and call `vc-rename-master' to do the actual move.
15045 (vc-sccs-diff): Remove unused `backend' variable.
15046
15047 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15048 to delay loading of vc-sccs until it is really used.
15049 (vc-sccs-master-templates): Preload.
15050 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15051 (vc-sccs-project-dir): Remove (merged into
15052 vc-sccs-search-project-dir).
15053 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15054 rather than `concat', make sure it is preloaded and don't bother
15055 to check that the file actually exists.
15056 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15057 `locks' argument (use buffer's content instead) and eliminate n^2
15058 behavior.
15059
15060 * vc-rcs.el: Update Copyright.
15061 (vc-rcs-rename-file): New function.
15062 (vc-rcs-diff): Remove unused `backend' variable.
15063
15064 * vc-hooks.el: Update Copyright.
15065 (vc-backend): Don't accept a nil argument any more.
15066 (vc-up-to-date-p): Turn into a defsubst.
15067 (vc-possible-master): New function.
15068 (vc-check-master-templates): Use `vc-possible-master' and allow
15069 funs in vc-X-master-templates to return a non-existent file.
15070
15071 * vc-cvs.el: Update Copyright.
15072 (vc-cvs-diff): Remove unused `backend' variable.
15073 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15074
15075 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15076
15077 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15078
15079 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15080 since it can be called from vc-rcs.el.
15081 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15082
15083 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15084
15085 * vc.el (vc-version-diff): Expand file name read from the
15086 minibuffer. Handle the case when a previous version number can't
15087 be guessed. Give suitable messages when there were no differences
15088 found.
15089 (vc-clear-headers): Call backend-specific implementation, if one
15090 exists.
15091 (vc-cancel-version): Made error checks generic. When done, clear
15092 headers generically, too.
15093
15094 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15095 from vc-clear-headers in vc.el.
15096
15097 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15098 correctly.
15099 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15100 optional. Handle the case when it's not there.
15101
15102 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15103
15104 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15105
15106 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15107
15108 * vc-hooks.el (vc-loadup): Remove.
15109 (vc-find-backend-function): Use `require'. Also, handle the case
15110 where vc-BACKEND-hooks.el doesn't exist.
15111 (vc-call-backend): Cleanup.
15112
15113 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15114
15115 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15116 vc-rcs-grab-templates)
15117 (vc-rcs-registered): Remove. The default function works as well.
15118 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15119 vc-sccs-grab-templates)
15120 (vc-sccs-registered): Remove. The default function works as well.
15121
15122 * vc.el (vc-version-diff): Left out a vc- in call to
15123 vc-call-backend.
15124 (vc-default-dired-state-info, vc-default-record-rename)
15125 (vc-default-merge-news): Update for the new backend argument.
15126
15127 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15128 using the default function.
15129 (vc-call-backend): If calling the default function, pass it the
15130 backend as first argument. Update the docstring accordingly.
15131 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15132 for the new backend argument.
15133 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15134 (vc-find-backend-function): Use the new name.
15135 (vc-default-registered): New function.
15136
15137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15138
15139 * vc.el (vc-merge): Use vc-find-backend-function.
15140
15141 * vc-hooks.el (vc-backend-functions): Remove.
15142 (vc-loadup): Don't setup 'vc-functions.
15143 (vc-find-backend-function): New function.
15144 (vc-call-backend): Use above fun and populate 'vc-functions
15145 lazily.
15146 (vc-backend-defines): Remove.
15147
15148 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15149
15150 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15151 Call vc-call-backend without the leading vc-.
15152 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15153 (vc-check-headers): Call vc-call-backend without the leading vc-.
15154 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15155 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15156 Call vc-call-backend without the leading vc-.
15157
15158 * vc-cvs.el (tail): Provide vc-cvs.
15159 * vc-sccs.el (tail): Provide vc-sccs.
15160 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15161
15162 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15163 (vc-make-backend-function, vc-call): Pass names without leading
15164 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15165 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15166 (vc-call-backend): Always try to load vc-X-hooks.
15167 (vc-registered): Remove vc- in call to vc-call-backend.
15168
15169 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15170
15171 * vc.el (vc-process-filter): New function.
15172 (vc-do-command): Setup `vc-process-filter' for the async process.
15173 (vc-maybe-resolve-conflicts): New function to reduce
15174 code-duplication. Additionally, it puts the buffer in
15175 `smerge-mode' if applicable.
15176 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15177 calling `merge-news'.
15178 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15179 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15180 interfacing to log-edit.el.
15181 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15182 log-edit is available.
15183 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15184
15185 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15186
15187 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15188 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15189 defvar and the initialization.
15190 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15191
15192 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15193 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15194
15195 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15196
15197 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15198
15199 * vc.el (vc-file-clear-masterprops): Removed.
15200 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15201 (vc-version-diff): Use buffer-size without argument.
15202 (vc-register): Heed vc-initial-comment.
15203
15204 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15205 default branch.
15206
15207 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15208 file name and workfile version.
15209 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15210
15211 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15212 vc-file-clear-masterprops.
15213
15214 * vc-sccs.el (vc-sccs-checkout): Removed call to
15215 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15216 rather than user login name.
15217
15218
15219 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15220
15221 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15222 `want-differences-if-changed' and simplify.
15223 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15224 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15225 output (which is invalid for async vc-diff) to decide whether to
15226 do the revert silently or not.
15227
15228 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15229
15230 * vc-hooks.el (vc-loadup): Load files quietly.
15231 (vc-call-backend): Oops, brain fart.
15232
15233 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15234
15235 * vc-cvs.el (vc-cvs-state): Typo.
15236 (vc-cvs-merge-news): Return the status code rather than the error msg.
15237
15238 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15239
15240 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15241 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15242 vc-state or vc-up-to-date-p.
15243 (vc-merge): Use vc-backend-defines to check whether merging is
15244 possible. Set state to 'edited after successful merge.
15245
15246 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15247 return that name. Redocumented.
15248
15249 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15250
15251 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15252 new `vc-state' semantics.
15253 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15254 'vc-locking-user to the current user.
15255 (vc-merge): Inline vc-backend-merge. Comment out code that I
15256 don't understand and hence can't adapt to the new `vc-state' and
15257 `vc-locking-user' semantics.
15258 (vc-backend-merge): Remove.
15259
15260 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15261 rather than 'vc-locking-user.
15262
15263 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15264
15265 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15266 (vc-state): Don't use 'reserved any more. Just use the same
15267 convention as the one used for vc-<backend>-state where the
15268 locking user (as a string) is returned.
15269 (vc-locking-user): Update, based on the above convention. The
15270 'vc-locking-user property has disappeared.
15271 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15272
15273 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15274 with a heuristic one.
15275 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15276 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15277 error. That allows us to get to 'needs-merge even in the
15278 stay-local case. There's still no way to detect 'needs-patch in
15279 such a setup (or to force an update for that matter).
15280 (vc-cvs-logentry-check): Remove, the default works as well.
15281
15282 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15283
15284 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15285
15286 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15287 major-mode in which the buffer might have been put earlier. Use
15288 `remove' and `when'. Allow `okstatus' to be `async' and use
15289 `start-process' in this case.
15290 (vc-version-diff): Handle the case where the diff looks empty
15291 because of the use of an async process.
15292
15293 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15294
15295 * vc.el (vc-next-action-on-file): Removed optional parameter
15296 `simple'. Recompute state unconditionally.
15297 (vc-default-toggle-read-only): Removed.
15298
15299 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15300 (vc-toggle-read-only): Undid prev change.
15301
15302 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15303 vc-cvs-simple-toggle. Redocumented.
15304 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15305 (vc-cvs-toggle-read-only): Removed.
15306
15307 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15308
15309 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15310 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15311 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15312 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15313 still is. So maybe it should be removed.
15314 (vc-head-version, vc-find-binary): Remove.
15315 (vc-recompute-state): Move from vc-hooks.el.
15316 (vc-next-action-on-file): Add a `simple' argument to allow
15317 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15318 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15319 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15320 (vc-dired-mode-map): Properly defvar it.
15321 (vc-print-log): Call log-view-mode if available.
15322 (small-temporary-file-directory): defvar instead of use boundp.
15323 (vc-merge-news): Moved to vc-cvs.el.
15324 (vc-default-merge-news): New function.
15325
15326 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15327 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15328 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15329 unknown `vc-latest-version' function. It should probably refer to
15330 vc-workfile-version or somesuch, but it's very unclear to me and I
15331 don't have SCCS to test things.
15332
15333 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15334 (vc-sccs-state-heuristic): Fix typo.
15335 (vc-sccs-workfile-unchanged-p): Add missing argument.
15336
15337 * vc-rcs.el: Require vc and vc-rcs-hooks.
15338 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15339 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15340 (vc-release-greater-or-equal-p): Move from vc.
15341 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15342 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15343 (vc-rcs-checkout): Add a missing `new-version' argument in the
15344 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15345
15346 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15347 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15348 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15349 than the apparently unbound `workfile-version'.
15350
15351 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15352 (vc-file-prop-obarray): Use `make-vector'.
15353 (vc-backend-functions): Add new hookable functions
15354 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15355 (vc-loadup): If neither backend nor default functions exist, use
15356 the backend function rather than nil.
15357 (vc-call-backend): If the function if not bound yet, try to load
15358 the non-hook file to see if it provides it.
15359 (vc-call): New macro plus use it wherever possible.
15360 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15361 nor `vc-find-binary' since it's only called from
15362 vc-mistrust-permission which is only used once the backend is known.
15363 (vc-checkout-model): Fix parenthesis.
15364 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15365
15366 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15367 (vc-cvs-release, vc-cvs-system-release): Remove.
15368 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15369 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15370 status symbols.
15371 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15372 (vc-cvs-toggle-read-only): First cut at a function to allow a
15373 cvs-status-free vc-toggle-read-only.
15374 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15375 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15376 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15377 (vc-cvs-checkout): Modify access rights directly if the user
15378 requested not to use `cvs edit'. And refresh the mode line.
15379
15380 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15381 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15382
15383 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15384
15385 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15386 workfile' that got lost when the code was extracted from vc.el.
15387 And merged the tail with the rest of the code (not possible in the
15388 old vc.el where the tail was shared among all backends). And
15389 explicitly set the state to 'edited if `writable' is set.
15390
15391 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15392 (vc-cvs-state): Be careful to return the value from
15393 vc-cvs-parse-state.
15394 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15395 property but return it instead. Also be careful to handle a nil
15396 or "" `rev' when workfile is non-nil (it was handled properly when
15397 workfile was nil).
15398
15399 * vc.el: Removed those pesky unnecessary `(function' quotes.
15400 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15401 directly in the defvar.
15402 (vc-do-command): Bind inhibit-read-only so as to properly handle
15403 the case where the destination buffer has been made read-only.
15404 (vc-diff): Delegate to vc-version-diff in all cases.
15405 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15406 (vc-annotate-mode-variables): Removed (code moved partly to
15407 defvars and partly to vc-annotate-add-menu).
15408 (vc-annotate-mode): Turned into a derived-mode.
15409 (vc-annotate-add-menu): Moved in code in
15410 vc-annotate-mode-variables.
15411 (vc-update-change-log): Use make-temp-file if available.
15412
15413 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15414
15415 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15416 `vc-checkout-model' updated to `vc-cvs-update-model'.
15417
15418 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15419
15420 * vc.el (vc-next-action-on-file): Added handling of state
15421 `unlocked-changes'.
15422 (vc-checkout-carefully): Is now practically obsolete, unless the
15423 above is too slow to be enabled unconditionally.
15424 (vc-update-change-log): Fixed typo.
15425
15426 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15427
15428 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15429 Now handles state `unlocked-changes'.
15430 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15431
15432 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15433
15434 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15435 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15436 `unlocked-changes'.
15437 (vc-rcs-workfile-unchanged-p): Renamed from
15438 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15439 function yet, but supposed to become one soon.
15440
15441 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15442 `vc-steal-lock'.
15443 (vc-call-backend): Changed error message.
15444 (vc-state): Added description of state `unlocked-changes'.
15445
15446 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15447
15448 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15449 always return t in CVS-controlled directories.
15450
15451 * vc.el (vc-responsible-backend): New function.
15452 (vc-register): Largely rewritten.
15453 (vc-admin): Removed (implementation moved into vc-register).
15454 (vc-checkin): Redocumented.
15455 (vc-finish-logentry): If no backend defined yet (because we are in
15456 the process of registering), use the responsible backend.
15457
15458 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15459 Updated function lists.
15460 (vc-call-backend): Fixed typo.
15461
15462 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15463 New functions.
15464 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15465 Removed query option. Redocumented.
15466
15467 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15468
15469 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15470
15471 * vc.el: Updated callers of `vc-checkout-required' to use
15472 `vc-checkout-model'.
15473
15474 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15475
15476 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15477 stuff updated to reference this function instead of the old
15478 `vc-backend-release-p'.
15479
15480 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15481
15482 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15483 vc-checkout-model. Return appropriate values. Updated callers.
15484
15485 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15486
15487 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15488 (vc-backend-revert): Function moved into `vc-revert';
15489 `vc-next-action' must be updated to accomodate this change.
15490 (vc-backend-steal): Function moved into `vc-finish-steal'.
15491 (vc-backend-logentry-check): Function moved into
15492 `vc-finish-logentry'.
15493 (vc-backend-printlog): Function moved into `vc-print-log'.
15494 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15495 (vc-backend-assign-name): Function moved into
15496 `vc-create-snapshot'.
15497
15498 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15499
15500 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15501 Rename to vc-checkout-model. Return appropriate values.
15502 Update callers.
15503
15504 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15505 to vc-checkout-model.
15506 (vc-checkout-required): Rename to vc-checkout-model.
15507 Re-implement and re-comment.
15508 (vc-after-save): Use vc-checkout-model.
15509
15510 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15511
15512 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15513 Update to use the vc-BACKEND-diff functions instead.
15514 `vc-diff' is now working.
15515
15516 * vc-rcs.el (vc-rcs-logentry-check): New function.
15517
15518 * vc-cvs.el (vc-cvs-logentry-check): New function.
15519
15520 * vc-sccs.el (vc-sccs-diff): Function changed name from
15521 `vc-backend-diff'. This makes `vc-diff' work.
15522
15523 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15524 of functions possibly implemented in a vc-BACKEND library.
15525 (vc-checkout-required): Fix bug that caused an error to be
15526 signaled during `vc-after-save'.
15527
15528 * vc.el: Fix typo.
15529 This checkin is made with our new VC code base for the very first time.
15530 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15531
15532 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15533 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15534
15535 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15536 updated to `vc-uses-locking'.
15537 (vc-checkout-required): Call to backend function.
15538 `vc-checkout-required' updated to `vc-uses-locking' instead.
15539
15540 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15541 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15542
15543 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15544 to match the split into various backends.
15545 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15546 (vc-retrieve-snapshot): Bug fix.
15547
15548 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15549
15550 * vc-sccs.el (vc-sccs-release): Doc fix.
15551
15552 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15553
15554 * vc.el (vc-next-action-on-file): Bug found and fixed.
15555 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15556 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15557
15558 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15559 (vc-rcs-checkout): Name space cleaned up. No more revision number
15560 crunching function names that are not prefixed with vc-rcs.
15561 (vc-rcs-checkout-model): Function added. References to
15562 `vc-checkout-model' replaced.
15563
15564 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15565
15566 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15567 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15568 still need to be split, and implemented for RCS).
15569
15570 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15571
15572 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15573
15574 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15575 required by the vc.el file.
15576
15577 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15578 required by the vc.el file.
15579 (vc-rcs-exists): Function added.
15580
15581 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15582 required by the vc.el file.
15583
15584 * vc.el (vc-admin): Updated to handle selection of appropriate
15585 backend. Current implementation is crufty and need re-thinking.
15586
15587 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15588
15589 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15590
15591 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15592 beginning of annotate buffers correctly.
15593
15594 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15595 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15596 functionality updated quite a lot to support multiple backends.
15597 Variables `vc-annotate-mode', `vc-annotate-buffers',
15598 `vc-annotate-backend' added.
15599
15600 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15601 `vc-annotate-difference' added to supported backend functions.
15602
15603 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15604
15605 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15606 Use with-temp-file instead of /bin/sh. Merged from mainline
15607
15608 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15609
15610 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15611
15612 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15613
15614 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15615
15616 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15617
15618 * vc-hooks.el: vc-state-heuristic added to
15619 vc-backend-hook-functions.
15620
15621 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15622
15623 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15624
15625 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15626 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15627 state to `reserved'.
15628
15629 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15630 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15631
15632 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15633
15634 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15635 untouched.
15636
15637 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15638
15639 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15640 if defined. (Merged from main line, slightly adapted.)
15641
15642 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15643 millenium problem (merged from mainline).
15644
15645 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15646
15647 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15648 part and moved the non-BACKEND stuff to vc.el.
15649
15650 * vc.el: Split the annotate feature into a BACKEND specific part
15651 and moved it from the vc-cvs.el file to this one.
15652
15653 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15654
15655 * vc-hooks.el: Implement new state model.
15656 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15657 (vc-locking-user): Simplify. Now only needed if the file is
15658 locked by somebody else.
15659 (vc-lock-from-permissions): Remove. Functionality is in
15660 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15661 (vc-mode-line-string): New name for former vc-status. Adapted.
15662 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15663
15664 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15665 Various simplifications and adaptations all over the place.
15666
15667 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15668 Simplify and adapt the rest.
15669
15670 * vc.el (vc-resynch-window): Add TODO comment: check for
15671 interaction with view mode according to recent RCS change.
15672 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15673
15674 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15675
15676 * vc.el: Convert the remaining function comments to docstrings.
15677
15678 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15679
15680 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15681 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15682 (vc-minor-part, vc-previous-version): Functions that operate and
15683 compare revision numbers got proper documentation. Comments added
15684 about their possible removal.
15685
15686 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15687
15688 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15689 the vc-backend.el files.
15690
15691 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15692
15693 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15694 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15695 (vc-rcs-previous-version): Functions added.
15696
15697 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15698
15699 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15700
15701 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15702
15703 * vc-hooks.el (vc-master-templates): Is really obsolete.
15704 Comment out the definition for now. What is the right procedure
15705 to get rid of it?
15706 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15707 rewritten.
15708 (vc-default-registered): Remove.
15709 (vc-check-master-templates): New function; does mostly what the
15710 above did before.
15711 (vc-locking-user): Don't rely on the backend to set the property.
15712
15713 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15714 Rewrite documentation.
15715 (vc-rcs-templates-grabbed): New variable.
15716 (vc-rcs-grab-templates): New function.
15717 (vc-rcs-registered): Rewrite to use above mechanism.
15718
15719 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15720 Rewrite documentation.
15721 (vc-sccs-templates-grabbed): New variable.
15722 (vc-sccs-grab-templates): New function.
15723 (vc-sccs-registered): Rewrite to use above mechanism.
15724 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15725 Don't throw the result, simply return it.
15726
15727 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15728 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15729 (vc-cvs-registered): Does the check itself now. Simplify.
15730
15731 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15732 from main line.
15733
15734 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15735
15736 * vc-cvs.el (vc-cvs-diff): New function.
15737
15738 * vc-sccs.el (vc-sccs-diff): New function.
15739
15740 * vc-rcs.el (vc-rcs-diff): New function.
15741 (vc-rcs-checkout): Bug (typo) found and fixed.
15742 (vc-rcs-register-switches): New variable.
15743
15744 * vc.el (vc-backend-diff): Function removed and placed in the
15745 backend files.
15746
15747 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15748
15749 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15750
15751 * vc.el (vc-backend-checkout): Function removed and replaced in
15752 the vc-backend.el files.
15753
15754 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15755
15756 * vc.el (vc-backend-admin): Removed and replaced in the
15757 vc-backend.el files.
15758
15759 * vc.el (Martin): Removed all the annotate functionality since it
15760 is CVS backend specific.
15761
15762 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15763
15764 * spec.txt: Added specification of vc-state.
15765
15766 * vc-sccs-hooks.el (vc-sccs-master-properties):
15767 Remove handling of vc-latest-version and
15768 vc-your-latest-version. What used to be vc-latest-version, is now
15769 returned as vc-workfile-version.
15770 (vc-sccs-workfile-version): Adapt.
15771
15772 2000-09-04 Dave Love <fx@gnu.org>
15773
15774 * vc.el: [Merged from mainline.]
15775 (vc-dired-mode): Make the dired-move-to-filename-regexp
15776 regexp match the date, to avoid treating date as file size.
15777 Add YYYY S option to WESTERN/
15778
15779 2000-09-04 Dave Love <fx@gnu.org>
15780
15781 * vc.el: Require `compile' when compiling.
15782 (vc-logentry-check-hook): New option.
15783 (vc-steal-lock): Use compose-mail.
15784 (vc-dired-mode-map): Defvar when compiling.
15785 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15786 vc-sccs.el and renamed. Callers changed.
15787 (vc-backend-checkout, vc-backend-logentry-check)
15788 (vc-backend-merge-news): Doc fix.
15789 (vc-default-logentry-check): New function.
15790 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15791 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15792 (vc-backend-merge): Doc fix. Use backend functions.
15793 (vc-check-headers): Use backend functions.
15794
15795 * vc-cvs.el: Require vc when compiling.
15796 (vc-cvs-register-switches): Doc fix.
15797 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15798 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15799 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15800 New functions (code from vc.el).
15801 (vc-annotate-display-default): Fix interactive spec.
15802 (vc-annotate-time-span): Doc fix.
15803
15804 * vc-rcs.el: Require vc when compiling.
15805 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15806 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15807 (vc-rcs-checkin): New functions (code from vc.el).
15808 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15809 Doc fix.
15810 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15811
15812 * vc-sccs.el: Require vc when compiling.
15813 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15814 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15815 (vc-sccs-revert)
15816 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15817 from vc.el).
15818 (vc-sccs-add-triple, vc-sccs-record-rename)
15819 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15820 (vc-sccs-admin): Doc fix.
15821
15822 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15823
15824 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15825 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15826 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15827 from vc.el.
15828
15829 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15830
15831 * vc-cvs.el: Moved the annotate functionality from vc.el.
15832 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15833
15834 2000-09-04 Dave Love <fx@gnu.org>
15835
15836 * vc.el (vc-backend-release): Call vc-system-release.
15837
15838 * vc-sccs.el (vc-sccs-system-release):
15839 Renamed from vc-sccs-backend-release.
15840
15841 * vc-rcs.el (vc-rcs-system-release):
15842 Renamed from vc-rcs-backend-release.
15843
15844 * vc-cvs.el (vc-cvs-system-release):
15845 Renamed from vc-cvs-backend-release.
15846
15847 2000-09-04 Dave Love <fx@gnu.org>
15848
15849 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15850 backend files.
15851 (vc-backend-release): Dispatch to backend functions.
15852 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15853 probably needs attention.]
15854
15855 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15856 (vc-sccs-backend-release): New function.
15857
15858 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15859 (vc-cvs-backend-release): New function.
15860
15861 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15862 Doc fix.
15863 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15864 (vc-default-dired-state-info): New function.
15865 (vc-dired-state-info): Dispatch to backends.
15866 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15867
15868 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15869 from vc.el and renamed.
15870
15871 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15872
15873 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15874 (vc-version-other-window, vc-backend-assign-name): Removed
15875 references to vc-latest-version; sometimes changed into
15876 vc-workfile-version.
15877
15878 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15879 vc-rcs-master-workfile-version.
15880 (vc-rcs-workfile-version): Use the above. Don't call
15881 vc-latest-version (that was unreachable code, anyway).
15882 (vc-rcs-fetch-master-properties): Doc fix.
15883
15884 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15885 (vc-backend-hook-functions): Removed them from this list, too.
15886 (vc-fetch-properties): Removed.
15887 (vc-workfile-version): Doc fix.
15888
15889 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15890 (vc-rcs-workfile-version, vc-rcs-locking-user)
15891 (vc-rcs-uses-locking): Use it.
15892
15893 * vc-hooks.el (vc-consult-rcs-headers):
15894 Moved into vc-rcs-hooks.el, under the name
15895 vc-rcs-consult-headers.
15896
15897 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15898 headers.
15899 (vc-cvs-find-master): Use this name only; correct different
15900 versions of the name.
15901
15902 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15903 New functions.
15904 (vc-sccs-locking-user): Use the latter.
15905
15906 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15907 New functions.
15908
15909 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15910 Moved into both
15911 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15912 functions are implementation details of those two backends.
15913
15914 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15915
15916 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15917 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15918
15919 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15920 (vc-sccs-parse-locks): SCCS-specific code moved here from
15921 vc-hooks.
15922
15923 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15924 code moved here from vc-hooks.
15925
15926 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15927 into back-end specific parts and removed. Callers not updated
15928 yet; because I guess these callers will disappear into back-end
15929 specific files anyway.
15930
15931 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15932
15933 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15934 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15935 `vc-uses-locking'.
15936
15937 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15938 Store yes/no in the property, and return t/nil. Updated all
15939 callers.
15940
15941 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15942 vc-sccs-uses-locking. Don't set property.
15943 (vc-sccs-locking-user): Don't set property.
15944
15945 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15946 vc-cvs-uses-locking. Don't set property here; leave that to
15947 vc-hooks.
15948 (vc-cvs-locking-user): Reflect above change. Streamlined.
15949
15950 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15951 vc-rcs-uses-locking.
15952 (vc-rcs-locking-user): Reflect above change.
15953
15954 2000-09-04 Dave Love <fx@gnu.org>
15955
15956 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15957
15958 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15959
15960 * vc-hooks.el (vc-checkout-model): Punt to backends.
15961
15962 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15963
15964 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15965
15966 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15967 New functions.
15968
15969 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15970 New functions.
15971
15972 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15973 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15974
15975 * vc-hooks.el (vc-default-locking-user): New function.
15976 (vc-locking-user, vc-workfile-version): Punt to backends.
15977
15978 2000-09-04 Dave Love <fx@gnu.org>
15979
15980 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15981 (vc-master-workfile-version): Moved from vc-hooks.
15982
15983 * vc-rcs-hooks.el: Fix duplicate code in last change.
15984
15985 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15986 (vc-rcs-master-templates): Improve :type.
15987 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15988 vc-master-workfile-version): Moved from vc-hooks.
15989
15990 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15991 (vc-sccs-master-templates): Improve :type.
15992 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15993
15994 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15995
15996 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15997 (vc-cvs-master-templates): Improve :type. Use
15998 vc-cvs-find-cvs-master.
15999 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
16000 from vc-hooks.
16001 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
16002
16003 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
16004 Moved to vc-cvs-hooks.
16005
16006 * vc-hooks.el: Add doc strings in various places. Simplify the
16007 minor mode setup.
16008 (vc-handled-backends): New user variable.
16009 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
16010 simplification.
16011
16012 2000-09-04 Dave Love <fx@gnu.org>
16013
16014 * vc.el: Some doc fixes for autoloaded and interactive functions.
16015 Fix compilation warnings from ediff stuff.
16016 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
16017
16018 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
16019
16020 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16021
16022 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16023
16024 2000-09-04 Dave Love <fx@gnu.org>
16025
16026 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16027 New variable.
16028 (vc-make-backend-function, vc-loadup, vc-call-backend)
16029 (vc-backend-defines): New functions.
16030
16031 * vc-hooks.el: Various doc fixes.
16032 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16033 (vc-match-substring): Function removed. Callers changed to use
16034 match-string.
16035 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16036 Simplify.
16037
16038 2000-09-04 Dave Love <fx@gnu.org>
16039
16040 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16041 type.
16042 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16043 (vc-sccs-registered): Doc fix.
16044
16045 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16046 (vc-cvs-registered): Doc fix.
16047
16048 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16049 (vc-rcs-registered): Doc fix.
16050
16051 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16052
16053 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16054
16055 * vc-hooks.el: vc-registered has been renamed
16056 vc-default-registered. Some functions have been moved to the
16057 backend specific files. they all support the
16058 vc-BACKEND-registered functions.
16059
16060 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16061
16062 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16063
16064 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16065
16066 2000-09-04 Dave Love <fx@gnu.org>
16067
16068 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16069 menu-bar-update-hook.
16070
16071 * help.el (help-manyarg-func-alist): Add
16072 find-operation-coding-system.
16073
16074 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16075
16076 * custom.el (custom-set-variables): Print message about errors in
16077 setting.
16078
16079 2000-09-03 Andrew Innes <andrewi@gnu.org>
16080
16081 * makefile.w32-in: Change to DOS line endings.
16082
16083 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16084
16085 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16086 minor-mode keymaps, if they don't have one.
16087
16088 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16089
16090 * eshell/esh-module.el (eval-when-compile): Don't lose if
16091 esh-module.el's file name is truncated to DOS 8+3 limits.
16092
16093 2000-09-01 John Wiegley <johnw@gnu.org>
16094
16095 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16096 predicate, which caused entries in the completion list to be
16097 doubled.
16098
16099 2000-08-30 John Wiegley <johnw@gnu.org>
16100
16101 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16102 sending to subprocesses. Also, hook pre-command-hook if
16103 `eshell-send-direct-to-subprocesses' is non-nil.
16104 (eshell-send-direct-to-subprocesses): New config variable. If t,
16105 subprocess input is send immediately.
16106 (eshell-toggle-direct-send): New function.
16107 (eshell-self-insert-command): New function.
16108 (eshell-intercept-commands): New function.
16109 (eshell-send-input): If direct subprocess sending is enabled,
16110 don't echo any input to the Eshell buffer. Let the subprocess
16111 handle that. This requires "stty echo" in bash, for example.
16112
16113 2000-08-28 John Wiegley <johnw@gnu.org>
16114
16115 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16116 completion function for Eshell's implementation of `unset'.
16117
16118 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16119
16120 * info.el (Info-directory-list): Doc fix.
16121
16122 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16123
16124 * filecache.el (file-cache-add-directory-using-find): Don't quote
16125 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16126
16127 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16128
16129 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16130 coding systems.
16131
16132 2000-08-30 Andrew Innes <andrewi@gnu.org>
16133
16134 * timer.el (run-with-idle-timer): Undo last change, so that timer
16135 is not activated immediately if Emacs is already idle. Some
16136 existing code relies on this behaviour.
16137
16138 2000-08-30 Miles Bader <miles@gnu.org>
16139
16140 * frame.el (set-frame-font): Do completion of font-name for
16141 interactive use.
16142
16143 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16144
16145 * international/quail.el (quail-start-translation): Bind locally
16146 last-command-event, last-command, and this-command.
16147 (quail-start-conversion): Likewise.
16148 (quail-self-insert-command): Fix docstring.
16149
16150 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16151
16152 * progmodes/executable.el
16153 (executable-make-buffer-file-executable-if-script-p): Check that
16154 buffer contains at least 2 characters.
16155
16156 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16157
16158 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16159
16160 2000-08-29 Dave Love <fx@gnu.org>
16161
16162 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16163 (diff-mode-shared-map): Bind mouse-2.
16164 (diff-imenu-generic-expression): New variable.
16165 (diff-mode): Use it.
16166
16167 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16168 (mouse-popup-menubar): Add minor mode menus.
16169 (popup-menu): Check for lookup-key returning number.
16170
16171 2000-08-29 Miles Bader <miles@gnu.org>
16172
16173 * comint.el (comint-send-input): Create overlays using the proper
16174 front/read-advance arguments.
16175
16176 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16177
16178 * ps-print.el: Even/odd pages printing. Doc fix.
16179 (ps-print-version): New version number (6.0).
16180 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16181 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16182 (ps-print-duplex-feature): Variable eliminated.
16183 (ps-even-or-odd-pages): New variable.
16184
16185 * progmodes/ebnf2ps.el: Doc fix.
16186 (ebnf-version): New version (3.3).
16187 (ebnf-user-arrow): Change variable customization to sexp.
16188 (ebnf-user-arrow): Function eliminated.
16189 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16190
16191 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16192
16193 * help.el (help-xref-mule-regexp): New variable.
16194 (help-make-xrefs): Handle help-xref-mule-regexp.
16195
16196 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16197 variable.
16198 (describe-input-method): Temporarily activate the specfied input
16199 method to display the information.
16200 (describe-language-environment): Hyperlinks to mule related items.
16201
16202 * international/mule-diag.el (charset-multibyte-form-string): New
16203 function.
16204 (list-character-sets-1): Use charset-multibyte-form-string.
16205 (describe-character-set): New function.
16206 (describe-coding-system): Hyperlinks to safe character sets.
16207
16208 * international/quail.el (quail-help): New arg PACKAGE.
16209 Hyperlinks to mule related items.
16210 (quail-help-insert-keymap-description): Use
16211 substitute-command-keys instead of describe-bindings.
16212 (quail-translation-help): Hyperlinks to mule related items.
16213
16214 2000-08-28 John Wiegley <johnw@gnu.org>
16215
16216 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16217 have a defsubst call itself. Made `eshell-flatten-list' back into
16218 a function again.
16219
16220 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16221 catch, in case re-centering point at bottom messes up the display.
16222 This happens frequently in Emacs 21, due I believe to variable
16223 line heights.
16224
16225 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16226 to call `find-tag-interactive'.
16227
16228 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16229 the list of remember directories.
16230
16231 2000-08-28 John Wiegley <johnw@gnu.org>
16232
16233 * align.el: Test align-region-separate to see if it's a symbol.
16234
16235 2000-08-28 John Wiegley <johnw@gnu.org>
16236
16237 * eshell/esh-util.el (eshell-flatten-list): Made this function
16238 into a defsubst form. It gets used very frequently, although
16239 calls don't occur all that often.
16240
16241 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16242 examining it.
16243
16244 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16245 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16246 `eshell-protect'.
16247 (eshell-copy-handles): Created a new macro for duplicating the
16248 current set of open handles. This is needed by the looping
16249 functions.
16250 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16251 is not incorrectly stomped on.
16252
16253 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16254 declaration for pcomplete-use-paring.
16255 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16256 value of eshell-cmpl-use-paring.
16257 * pcomplete.el (pcomplete-use-paring): New config variable, to
16258 indicate whether paring should be used.
16259 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16260 completion alternatives that have already been used.
16261
16262 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16263 bound to C-c C-y, which will repeat the previous N arguments
16264 (based on prefix argument).
16265 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16266
16267 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16268 if there is no *Help* buffer. This is for XEmacs, which renames
16269 its help buffers uniquely. TODO: Find out what the current buffer
16270 name to delete is.
16271
16272 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16273 first entry that correlates to a passwd/group number. Later
16274 entries (used for group/user name aliasing to multiple IDs) are
16275 ignored.
16276
16277 * eshell/em-xtra.el (eshell/expr):
16278 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16279 (eshell-grep, eshell/diff, eshell/locate):
16280 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16281 argument list, before passing it to the system command.
16282
16283 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16284 `find-tag' for use at final position in Eshell buffers (which
16285 otherwise triggers an error on Emacs 21).
16286 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16287 buffer, if it is currently bound to `find-tag'.
16288
16289 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16290 in the list of matched Makefile names.
16291 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16292 directory, prefer its contents to Makefile.
16293
16294 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16295 directory parts (like "cd old new", or "cd =regexp"), are now case
16296 sensitive on non-Windows/DOS platforms.
16297
16298 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16299 types RET after an open delimiter (like "), display a message
16300 indicating that Eshell is waiting for the closing delimiter.
16301
16302 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16303 environment variables.
16304
16305 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16306 gracefully if the user enters incorrect arguments.
16307
16308 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16309 Eshell buffers.
16310
16311 * eshell/esh-var.el (eshell-interpolate-variable):
16312 * eshell/esh-mode.el (eshell-move-argument):
16313 * eshell/em-unix.el (eshell-du-sum-directory):
16314 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16315 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16316 (not (= ...)).
16317
16318 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16319 to ensure the `preserve' flag gets propagated when doing recursive
16320 directory copies.
16321
16322 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16323
16324 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16325 Don't convert \n into \0177 in memory.
16326 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16327 and back again, when reading and writing.
16328
16329 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16330
16331 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16332 testing of `fboundp' on `processp'.
16333
16334 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16335 (eshell/jobs): Don't call process-list if it is not bound.
16336 (eshell-gather-process-output): Support systems where async
16337 subprocesses aren't supported.
16338 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16339 variables.
16340
16341 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16342 eshell-do-eval returns t.
16343 (eshell-do-pipelines-synchronously): New defmacro.
16344 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16345 when async subprocesses aren't supported.
16346 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16347 if async subprocesses aren't supported.
16348 (eshell-resume-command): Don't assume STATUS is a string.
16349
16350 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16351
16352 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16353 (eshell-close-target, eshell-get-target): Use eshell-processp.
16354 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16355 fix.
16356 (eshell-get-target, eshell-create-handles): Doc fix.
16357
16358 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16359
16360 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16361 criterion to include commands that output something, as long as it
16362 leaves both the command and the end-of-buffer visible when the
16363 command has exited.
16364 (eshell-review-quick-commands): Adjust the help doc string
16365 accordingly.
16366
16367 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16368
16369 * locate.el (locate): Cleaned up locate command's interactive prompting
16370 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16371
16372 * filecache.el (file-cache-case-fold-search): New variable
16373 (file-cache-assoc-function): New variable
16374 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16375 Use file-cache-case-fold-search variable
16376 (file-cache-add-file): Use file-cache-assoc-function
16377 (file-cache-delete-file): likewise
16378 (file-cache-directory-name): likewise
16379 (file-cache-debug-read-from-minibuffer): likewise
16380
16381 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16382
16383 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16384 (abbrev-table-name): New function.
16385 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16386 If non-nil list local abbrev, only.
16387
16388 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16389
16390 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16391 from Gnus support code, and use special article copy buffer
16392 `(gnus-original-article-buffer)' instead. This allows to get rid
16393 of article-hide-headers usage (which breaks in the latest Gnus
16394 version). Thanks to Detlev Zundel.
16395
16396 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16397
16398 * international/quail.el (quail-use-package): Hide "... loaded"
16399 message.
16400 (quail-start-translation, quail-start-conversion): Likewise.
16401
16402 * international/kkc.el (kkc-region): Hide "... loaded" message.
16403
16404 2000-08-27 Dave Love <fx@gnu.org>
16405
16406 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16407
16408 2000-08-27 Miles Bader <miles@gnu.org>
16409
16410 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16411
16412 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16413
16414 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16415 'ja-dic-cnv), not (require 'skkdic-cnv).
16416
16417 2000-08-26 Miles Bader <miles@gnu.org>
16418
16419 * faces.el (face-x-resources): Add entry for :inherit.
16420 * cus-face.el (custom-face-attributes): Add support for :inherit
16421 attribute. Add support for relative face heights.
16422 (custom-face-attributes-get): Treat `nil' as being a default value
16423 for :inherit (as well as `unspecified').
16424
16425 * faces.el (set-face-attribute): Update doc string.
16426 (face-attribute-name-alist): Add :inherit.
16427 (face-valid-attribute-values): Handle :inherit.
16428 (face-read-string): Rephrase prompt to be less confusing.
16429 Assume that DEFAULT is a string, since we must return a string.
16430 (face-read-integer): Use `format' to turn DEFAULT into an
16431 acceptable default for face-read-string. Match NEW-VALUE against
16432 the string "unspecified", not the symbol `unspecified', since
16433 that's what face-read-string returns.
16434 (read-face-attribute): Lookup a name for old-value in valid, and
16435 use it as a default if we find one. Treat all values from
16436 face-read-string as strings. If the default is used, don't do any
16437 more processing on the value, just use the old value directly.
16438 (read-face-and-attribute, modify-face): Tweak prompt.
16439 (read-face-name): Don't assume prompt ends with a space.
16440
16441 * faces.el (describe-face): Add support for :inherit attribute.
16442
16443 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16444
16445 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16446 concat doesn't accept interger.
16447
16448 * international/kkc.el: Remove SKK from Keywords. Require
16449 ja-dic-utl instead of skkdic-utl.
16450
16451 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16452 Provide ja-dic-cnv instead of skkdic-cnv.
16453 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16454 (iso-2022-7bit-short): Add safe-charsets property.
16455 (skkdic-convert-postfix): Search Japanese chou-on character in
16456 addition to Hiragana character.
16457 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16458 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16459 (batch-skkdic-convert): Likewise.
16460
16461 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16462 Provide ja-dic-utl instead of skkdic-utl.
16463 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16464
16465 2000-08-24 Dave Love <fx@gnu.org>
16466
16467 * disp-table.el (standard-display-default): Make the test of `l'
16468 useful.
16469
16470 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16471 mod sample text.
16472
16473 * international/iso-ascii.el: Make pilcrow convenient string
16474 consistent with section.
16475 (iso-ascii-display): Set up multibyte characters as well as
16476 unibyte.
16477
16478 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16479
16480 * international/mule-cmds.el (reset-language-environment): Set
16481 default-process-coding-system to '(undecided . iso-latin-1), which
16482 makes process I/O almost consistent with file I/O. Call this
16483 function when mule-cmds.el[c] is loaded.
16484
16485 2000-08-22 Andrew Innes <andrewi@gnu.org>
16486
16487 * makefile.w32-in: New file.
16488
16489 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16490
16491 * comint.el (comint-output-filter): Compare end of
16492 comint-last-output-overlay with the start of the newly inserted
16493 text, not the end, when deciding whether to extend it.
16494 Set saved-point's insertion type to advance after insertion.
16495
16496 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16497 since this is now done independently of font-lock mode.
16498
16499 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16500
16501 * server.el (server-kill-new-buffers): New user option.
16502 (server-existing-buffer): New buffer-local variable.
16503 (server-visit-files): When using an existing buffer, set
16504 server-existing-buffer to t.
16505 (server-buffer-done): If server-kill-new-buffers is t, kill the
16506 buffer, unless it was already present before visiting it with
16507 Emacs server.
16508
16509 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16510
16511 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16512 even if the display doesn't support colors: some displays will
16513 support bold/underline faces.
16514
16515 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16516
16517 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16518
16519 * startup.el (command-line): If user's init file had an error,
16520 add explanatory text to *Messages*.
16521
16522 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16523
16524 * man.el (Man-getpage-in-background): Decode the process output by
16525 the system locale coding system.
16526
16527 2000-08-20 Dave Love <fx@gnu.org>
16528
16529 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16530 Don't test x-popup-menu.
16531 (function) <complete-function>: Complete only fbound symbols.
16532 <validate, value>: New.
16533 (variable) <complete-function>: Complete only bound symbols.
16534 (coding-system): Add :base-only, :complete-function, :validate,
16535 :value, :prompt-match.
16536 (widget-coding-system-prompt-value): Use read-coding-system and
16537 act on :base-only.
16538 (editable-field): Add :help-echo.
16539 (widget-push-button-gui, widget-push-button-cache)
16540 (widget-gui-action, widget-editable-list-gui): COmment out, along
16541 with uses.
16542 (widget-at): Make arg optional.
16543 (widget-echo-help): Adjust for current help-echo calling sequence.
16544 (widget-specify-field, widget-specify-button)
16545 (widget-specify-insert, widget-get-sibling, widget-image-find)
16546 (widget-convert, widget-insert, widget-leave-text)
16547 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16548 (widget-setup, widget-field-find, widget-before-change)
16549 (widget-after-change, widget-default-complete)
16550 (widget-default-create, widget-default-delete)
16551 (widget-push-button-value-create, editable-field)
16552 (widget-field-prompt-value, widget-field-validate)
16553 (widget-choice-value-create, widget-choice-action)
16554 (widget-choice-validate, widget-checklist-add-item)
16555 (widget-radio-add-item, widget-radio-chosen)
16556 (widget-radio-value-inline, widget-editable-list-value-create)
16557 (widget-editable-list-entry-create)
16558 (widget-documentation-link-add)
16559 (widget-documentation-string-value-create)
16560 (widget-regexp-validate, widget-file-complete)
16561 (widget-sexp-validate, widget-plist-convert-widget)
16562 (widget-plist-convert-widget, widget-alist-convert-widget)
16563 (widget-alist-convert-widget, widget-color-complete): Simplify,
16564 particularly to avoid bindings which aren't optimized out.
16565
16566 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16567 Doc fix.
16568 (down-list, backward-up-list, up-list, kill-sexp)
16569 (backward-kill-sexp, mark-sexp): Make arg optional.
16570 (lisp-complete-symbol): Add optional arg PREDICATE.
16571
16572 * cus-start.el: Add display-buffer-reuse-frames,
16573 file-coding-system-alist.
16574
16575 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16576
16577 * startup.el (command-line): Clear realized faces after
16578 modifying TTY color mappings.
16579
16580 2000-08-20 Miles Bader <miles@gnu.org>
16581
16582 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16583 merely a subset of FACE's attributes.
16584
16585 2000-08-19 Miles Bader <miles@gnu.org>
16586
16587 * comint.el (comint-output-filter): Save the point with a marker,
16588 not just a buffer position.
16589
16590 * international/mule.el (set-buffer-process-coding-system): Make
16591 interactive prompt less confusing.
16592
16593 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16594
16595 * hilit-chg.el: General cleanup of doc strings, comments and
16596 code formatting.
16597
16598 2000-08-19 Miles Bader <miles@gnu.org>
16599
16600 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16601 Compiler macro removed; beginning-of-line is no longer always
16602 equivalent to forward-line, in the presence of fields.
16603
16604 * comint.el (comint-output-filter): Remove ad-hoc saving of
16605 restriction, and just use save-restriction, now that it works
16606 correctly. Don't adjust comint-last-input-start to account for
16607 our insertion; it shouldn't have moved because we don't use
16608 insert-before-markers anymore. Comment out call to
16609 `force-mode-line-update'; why is it here?
16610
16611 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16612 while checking for prompt to delete. Use `forward-line 0'
16613 instead of beginning-of-line.
16614 (gud-filter): Temporarily widen gud comint buffer while
16615 examining output.
16616
16617 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16618
16619 * progmodes/sh-script.el: Big bag of typos.
16620
16621 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16622 check since ispell-process is not bound when ispell is not yet loaded.
16623
16624 2000-08-18 Dave Love <fx@gnu.org>
16625
16626 * image.el (find-image): Copy `spec' before using plist-put.
16627
16628 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16629
16630 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16631 `portugues'.
16632
16633 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16634 backward-kill-sexp, analogous to kill-sexp.
16635
16636 * progmodes/icon.el (icon-indent-line)
16637 (icon-is-continuation-line): Handle comments specially.
16638
16639 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16640
16641 * ispell.el: Set to standard author/maintainer/keyword fields.
16642 Fine tuning to menu map appearance and operation, and added help.
16643 Remove `start' and `end' error messages when compiling.
16644 (ispell-choices-win-default-height): Fixed comment string.
16645 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16646 castellano8 dictionaries.
16647 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16648 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16649 dictionary, added italiano dictionary.
16650 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16651 word character
16652 (ispell-tex-skip-alists): Added psfig support.
16653 (ispell-skip-html): Renamed from ispell-skip-sgml.
16654 (ispell-begin-skip-region-regexp, ispell-skip-region)
16655 (ispell-minor-check): Improved html skipping support to skip across
16656 code, and recognize `&' commands without propper `;' syntax;
16657 (ispell-process-line): Fix alignment error when manually
16658 correcting spelling.
16659 (ispell): Fix comment string.
16660 (ispell-add-per-file-word-list): Always put word list on new line.
16661
16662 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16663
16664 * format.el (format-encode-run-method): Fix error message to say
16665 `encode' instead of `decode'. Use save-window-excursion around
16666 shell-command-on-region as in format-decode-run-method because
16667 shell-command-on-region can display a buffer with error output.
16668 (format-decode): Don't record undo information for the decoding.
16669 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16670 that number part of the temporary buffer name so that more than
16671 one decoding using a temporary buffer can happen safely.
16672
16673 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16674 of `A-z' in the regexp.
16675
16676 * hilit-chg.el: Fix typos in commentary.
16677
16678 * help.el (view-emacs-news): Rewritten for new naming scheme
16679 for old NEWS files.
16680
16681 * startup.el (command-line): Pop to *Messages* in case an error
16682 is signaled while loading user-init-file.
16683
16684 2000-08-17 Andreas Schwab <schwab@suse.de>
16685
16686 * files.el (insert-directory): Don't lose original file name,
16687 undoing an undocumented change.
16688
16689 2000-08-17 Alex Schroeder <alex@gnu.org>
16690
16691 * sql.el (sql-magic-go): Use comint-bol.
16692 (sql-copy-column): Use comint-line-beginning-position.
16693 (comint-line-beginning-position): Define a replacement for
16694 comint-line-beginning-position if it is not fboundp.
16695
16696 2000-08-17 Alex Schroeder <alex@gnu.org>
16697
16698 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16699 it didn't have any effect anyway.
16700
16701 2000-08-17 Alex Schroeder <alex@gnu.org>
16702
16703 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16704 --pset and pager=off instead of sending \\o|cat at the beginning
16705 of the session.
16706
16707 2000-08-17 Miles Bader <miles@gnu.org>
16708
16709 * progmodes/octave-inf.el: Add compatibility definition of
16710 comint-line-beginning-position.
16711
16712 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16713
16714 * startup.el (normal-top-level): Look in each dir in load-path for
16715 a leim-list.el file too. This assures of loading leim-list.el
16716 that is created at Emacs installation time even if a user have his
16717 own leim-list.el.
16718
16719 2000-08-17 Miles Bader <miles@gnu.org>
16720
16721 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16722 foreground color to black if the background is dark.
16723
16724 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16725
16726 * loadhist.el (unload-feature): Typo.
16727
16728 * finder.el (finder-compile-keywords):
16729 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16730 to the generated file.
16731
16732 * mail/mh-e.el (mh-make-local-vars):
16733 Replace make-variable-buffer-local with make-local-variable.
16734
16735 * play/landmark.el:
16736 * options.el (Edit-options-{set,toggle,t,nil}):
16737 * mail/mailabbrev.el (mail-abbrevs-mode):
16738 * textmodes/tex-mode.el (tex-expand-files):
16739 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16740
16741 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16742
16743 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16744 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16745 Allow going past the last element.
16746 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16747 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16748 (cvs-mouse-toggle-mark): Don't move point.
16749 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16750
16751 * progmodes/compile.el (grep): Provide a default set of files.
16752 (next-error): Docstring fix.
16753 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16754
16755 * emacs-lisp/easy-mmode.el (define-minor-mode):
16756 Use `symbol-value' to keep the byte-compiler quiet.
16757
16758 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16759 (diff-find-source-location): New fun, extracted from diff-goto-source.
16760 (diff-goto-source): Use it.
16761 (diff-next-complex-hunk, diff-filter-lines): New function.
16762 (diff-apply-hunk): New command.
16763
16764 * smerge-mode.el (smerge-mode-menu): Doc fix.
16765
16766 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16767
16768 2000-08-16 Dave Love <fx@gnu.org>
16769
16770 * windmove.el (windmove) <defgroup>: Add :version.
16771
16772 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16773 (goto-address-fontify-p, goto-address-highlight-p)
16774 (goto-address-url-face, goto-address-url-mouse-face)
16775 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16776 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16777 (goto-address-fontify, goto-address-at-mouse): Simplify,
16778 (goto-address-at-point): browse-url-url-at-point,
16779 goto-address-find-address-at-point can return nil.
16780 (goto-address-find-address-at-point): Return nil on failure.
16781
16782 * align.el (align) <defgroup>: Add :version.
16783
16784 * calculator.el (calculator): Add :version.
16785 (calculator): Use two lines for calculator window if `modeline'
16786 face is boxed.
16787
16788 * play/5x5.el: Doc fixes.
16789 (5x5) <defgroup>: Add :version.
16790
16791 * play/fortune.el (fortune) <defgroup>: Add :version.
16792 (fortune-append): Fix error message.
16793 (fortune-from-region): Doc fix.
16794
16795 * play/pong.el (pong): Doc fix.
16796
16797 * play/morse.el: Keywords, commentary, autoloads.
16798
16799 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16800
16801 * desktop.el (desktop-save): Don't look at symbol-value of a
16802 member of minor-mode-alist, unless it is boundp.
16803
16804 2000-08-16 Sam Steingold <sds@gnu.org>
16805
16806 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16807 `while'; use `with-current-buffer' instead of `save-excursion'.
16808 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16809
16810 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16811
16812 * international/ccl.el (declare-ccl-program): Docstring modified.
16813 (ccl-execute-with-args): Likewise.
16814
16815 2000-08-16 Miles Bader <miles@gnu.org>
16816
16817 * progmodes/sql.el: Add compatibility definition of
16818 comint-line-beginning-position.
16819
16820 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16821
16822 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16823 'buffer-menu' property.
16824 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16825 fails.
16826 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16827 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16828 wasn't killed.
16829
16830 * buff-menu.el (list-buffers-noselect): Don't display the
16831 *Buffer List* buffer.
16832
16833 * font-lock.el: Require jit-lock to prevent a very late
16834 `Loading jit-lock' message.
16835
16836 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16837 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16838 mail address.
16839
16840 2000-08-15 Miles Bader <miles@gnu.org>
16841
16842 * textmodes/ispell.el (ispell-graphic-p): New constant.
16843 (ispell-choices-win-default-height, ispell-help): Use
16844 `ispell-graphic-p' instead of `xemacsp'.
16845
16846 2000-08-15 Dave Love <fx@gnu.org>
16847
16848 * simple.el: Autoload widget-convert when compiling.
16849 (mail-user-agent): Doc fix.
16850
16851 * help.el (function-called-at-point, variable-at-point): Use
16852 with-syntax-table.
16853 (help-manyarg-func-alist): Add insert-and-inherit.
16854
16855 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16856
16857 * delsel.el (delsel-unload-hook): New function.
16858
16859 * find-file.el: Doc fixes. Move provide to end.
16860 (ff) <defgroup>: Add :link.
16861 (ff-goto-click): Deleted.
16862 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16863 Use mouse-set-point.
16864
16865 * textmodes/tildify.el: Doc fixes.
16866 (tildify) <defgroup>: Add:version.
16867
16868 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16869 (glasses-custom-set): Use set-default, not set.
16870 (minor-mode-alist): Propertize the lighter.
16871 (glasses-mode): Provide optional arg.
16872
16873 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16874 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16875 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16876 option. Provide :type.
16877 (cwarn-configuration): Provide :type.
16878 (cwarn-mode): Doc fix.
16879
16880 * add-log.el (change-log-merge): Doc fix.
16881 (change-log-redate): New command.
16882
16883 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16884 Doze and Dog.
16885 (browse-url): Use dolist, not mapcar.
16886 (browse-url-at-point): Check for null url.
16887 (browse-url-event-buffer, browse-url-event-point): Functions
16888 deleted.
16889 (browse-url-at-mouse, browse-url-netscape): Simplify.
16890
16891 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16892 modes.
16893 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16894 Fix previous change to mapcan.
16895 (msb--init-file-alist, msb--add-separators)
16896 (msb--make-keymap-menu): Simplify.
16897 (msb--choose-file-menu): Use copy-sequence.
16898 (msb-mode-map): Add title to keymap.
16899 (msb-unload-hook): New function.
16900
16901 * bs.el: Fix indentation.
16902 (bs) <defgroup>: Add :links.
16903 (bs-show): Doc fix.
16904 (bs-apply-sort-faces): Don't use window-system.
16905 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16906
16907 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16908
16909 * calendar/timeclock.el (timeclock-file): Run .timelog through
16910 convert-standard-filename.
16911
16912 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16913
16914 * emacs-lisp/authors.el: New file.
16915
16916 * paren.el (show-paren-priority): New user option.
16917 (show-paren-function): Set overlay priorities to
16918 show-paren-priority.
16919
16920 2000-08-14 Miles Bader <miles@gnu.org>
16921
16922 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16923 beginning-of-line with inhibit-field-text-motion bound.
16924
16925 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16926
16927 * calendar/timeclock.el: New file.
16928
16929 2000-08-14 David Ponce <david@dponce.com>
16930
16931 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16932 `widget-button-click'. so that one can use left mouse button to
16933 click on dialog buttons.
16934
16935 2000-08-14 Emmanuel Briot <briot@gnat.com>
16936
16937 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16938 identifiers, since XML is case sensitive
16939
16940 2000-08-12 Miles Bader <miles@gnu.org>
16941
16942 * comint.el (comint-output-filter): Don't bother frobbing
16943 window-start, it doesn't seem to be necessary.
16944
16945 * comint.el (comint-send-string, comint-send-region): Make into
16946 real functions. Snapshot the prompt before sending.
16947
16948 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16949
16950 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16951 technique similar to Info-index, instead of relying on specific
16952 names of relevant Index nodes.
16953 (Info-goto-emacs-command-node): Bind Info-history to nil when
16954 going to the first node found by Info-find-emacs-command-nodes.
16955
16956 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16957
16958 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16959
16960 2000-08-10 Miles Bader <miles@gnu.org>
16961
16962 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16963
16964 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16965
16966 * info.el (Info-file-list-for-emacs): More elements for the
16967 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16968 and woman manuals.
16969
16970 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16971
16972 * comint.el (comint-send-input): Make the newline boundary overlay
16973 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16974 (comint-output-filter): Use `insert' instead of
16975 `insert-before-markers'. Extend comint-last-output-overlay when
16976 necessary since we can't rely on insert-before-markers to do it.
16977 * gud.el (gud-filter): Use `with-current-buffer' instead of
16978 save-excursion when inserting the output, so that point gets
16979 updated correctly; the old method relied on a rather dodgy
16980 side-effect of comint-output-filter to avoid the effect of
16981 save-excursion.
16982
16983 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16984
16985 * files.el (recover-file): Call insert-directory instead of
16986 invoking `ls' directly.
16987
16988 2000-08-10 Miles Bader <miles@gnu.org>
16989
16990 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16991 (comint-last-prompt-overlay): New variables.
16992 (comint-output-filter): Implement prompt highlighting.
16993 (comint-snapshot-last-prompt): New function.
16994 (comint-send-input): Snapshot the last prompt.
16995 Use comint-highlight-input-face.
16996 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16997 Use defface instead of defcustom.
16998 (send-invisible, comint-send-eof): Snapshot the last prompt.
16999 (comint-delchar-or-maybe-eof): Use comint-send-eof.
17000 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
17001
17002 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
17003
17004 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
17005 (regexp-opt-group): Use a list of chars for `letters'.
17006 (regexp-opt-charset): `chars' is now a list of chars.
17007 Use a char-table rather than a vector so it works for multibyte chars.
17008
17009 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
17010 Set cvs-minor-current-files to the selected fileinfo.
17011 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
17012 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
17013
17014 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
17015
17016 * files.el (insert-directory): Don't call access-file on
17017 directories on DOS and Windows.
17018
17019 2000-08-09 Kenichi Handa <handa@etl.go.jp>
17020
17021 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17022 longer if necessary.
17023 (ccl-embed-code): Call ccl-embed-data to store CODE in
17024 ccl-program-vector.
17025
17026 2000-08-09 Miles Bader <miles@gnu.org>
17027
17028 * comint.el (comint-output-filter): Properly handle the case where
17029 the text surrounded by comint-last-output-overlay was deleted.
17030
17031 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17032
17033 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17034 non-nil.
17035 (Info-file-list-for-emacs): Remove "info" from the list because
17036 that leads to trying to use the documentation from file `info'
17037 in various situations where it isn't appropriate, for instance
17038 C-h C-k C-h i.
17039
17040 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17041 DIR and/or STRING are nil.
17042
17043 * progmodes/compile.el (compilation-setup): Make variable
17044 compilation-error-screen-columns buffer-local, as some comment
17045 in the code suggests it should be.
17046
17047 * files.el (auto-mode-interpreter-regexp): New variable.
17048 (set-auto-mode): Use it.
17049
17050 * indent.el (indent-for-tab-command): Doc fix.
17051
17052 * mouse-sel.el (mouse-sel-mode): Doc fix.
17053
17054 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17055 labels.
17056
17057 * help.el (print-help-return-message): When
17058 display-buffer-reuse-frames is set, let the help window been quit,
17059 instead of deleting it, which might delete a reused frame.
17060
17061 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17062
17063 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17064 rename a directory to a name that differs only by its letter case.
17065
17066 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17067
17068 * international/quail.el (quail-define-rules): Handle Quail decode
17069 map correctly. Add code for supporting annotations.
17070 (quail-install-decode-map): New function.
17071 (quail-defrule-internal): New optional arguments decode-map and
17072 props.
17073 (quail-advice): New function.
17074
17075 2000-08-07 Sam Steingold <sds@gnu.org>
17076
17077 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17078 `defconst', `define-condition', `with-slots'.
17079 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17080
17081 2000-08-03 Miles Bader <miles@gnu.org>
17082
17083 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17084 New variable.
17085 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17086 comint-use-prompt-regexp-instead-of-fields.
17087 (comint-send-input): Add `input' field property to stuff we send to
17088 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17089 (comint-output-filter): Add `output' field property to process
17090 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17091 (comint-replace-by-expanded-history)
17092 (comint-get-old-input-default, comint-show-output)
17093 (comint-backward-matching-input, comint-forward-matching-input)
17094 (comint-next-prompt, comint-previous-prompt): Use field
17095 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17096 (comint-line-beginning-position): New function.
17097 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17098 (comint-replace-by-expanded-history-before-point): Use
17099 comint-line-beginning-position and line-end-position.
17100 (comint-last-output-overlay): New variable.
17101 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17102
17103 * shell.el (shell-prompt-pattern): Doc change.
17104 (shell-backward-command): Use line-beginning-position.
17105
17106 * gud.el (gud-gdb-complete-command): Use
17107 comint-line-beginning-position.
17108
17109 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17110 comint-bol doesn't actually go to the beginning of the line.
17111
17112 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17113 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17114 (try-expand-line-all-buffers): Likewise.
17115
17116 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17117 explicitly matching comint-prompt-regexp.
17118 (sql-copy-column): Use comint-line-beginning-position instead of
17119 explicitly matching comint-prompt-regexp.
17120
17121 * progmodes/octave-inf.el (inferior-octave-complete): Use
17122 comint-line-beginning-position.
17123
17124 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17125
17126 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17127 looking for a prompt, use `forward-line 0' instead of
17128 `beginning-of-line', to avoid getting caught by an input field.
17129
17130 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17131
17132 * files.el (shell-quote-wildcard-pattern): Make sure to return
17133 PATTERN, in the Unix case.
17134
17135 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17136
17137 * play/zone.el (zone): Discard any pending input before running
17138 the randomly-chosen pgm.
17139
17140 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17141
17142 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17143 checking the existence of any multibyte characters.
17144
17145 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17146
17147 * help.el (describe-mode): Test minor-mode symbol for being
17148 bound before testing its value for being nil.
17149
17150 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17151 `first', `second', and `third'.
17152
17153 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17154 (second): Make it an alias for `cadr'.
17155
17156 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17157
17158 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17159 types of display support faces now.
17160
17161 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17162
17163 * pcvs.el (require): Require `cl' during compilation, only.
17164
17165 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17166 (toplevel): Remove `remq' and `remove' from autoloads.
17167 (cl-fake-autoloads): New variable. If set, arrange for an error
17168 when CL functions etc. are autoloaded.
17169
17170 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17171
17172 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17173
17174 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17175 popped up, but the user clicks outside the menu, return an empty
17176 regexp (that causes unhighlight-regexp to have no effect).
17177
17178 * menu-bar.el (menu-bar-games-menu): Add Zone.
17179
17180 * hi-lock.el (toplevel): Require font-lock.
17181
17182 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17183
17184 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17185 (ebnf-8-bit-chars): New var for bug fix.
17186 (ebnf-string): Bug fix.
17187
17188 2000-08-03 Sam Steingold <sds@gnu.org>
17189
17190 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17191 instead of `buffer-string'.
17192 (require 'cl): Always, not just when compiling.
17193 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17194 necessary.
17195
17196 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17197
17198 * international/mule-cmds.el (select-safe-coding-system): Make
17199 the message text about selecting a safe coding system more clear.
17200
17201 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17202
17203 * hi-lock.el: New file.
17204
17205 * play/zone.el: New file.
17206
17207 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17208 value of tab-width in the original buffer. Choose a line number
17209 format that's a multiple of the original buffer's tab width, so
17210 that lines appear right.
17211
17212 * textmodes/ispell.el (ispell): New function, replacing an alias.
17213 Spell-check active region if in transient-mark-mode and mark
17214 is active; otherwise spell-check buffer.
17215
17216 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17217
17218 * ps-mule.el: Fix a customization problem on
17219 ps-mule-font-info-database-default.
17220
17221 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17222
17223 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17224 display-mouse-p instead of window-system.
17225 (ebrowse-member-mode-map): Ditto.
17226
17227 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17228
17229 * progmodes/ebnf2ps.el: Update ps-print functions call.
17230 Indentation fix. Doc fix.
17231 (ebnf-version): New version number (3.2).
17232 (ebnf-format-color, ebnf-begin-job): Code fix.
17233
17234 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17235
17236 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17237 font lock support on window-system.
17238 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17239
17240 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17241 display-color-p, if fboundp, instead of window-system.
17242
17243 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17244
17245 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17246 instead of window-system.
17247
17248 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17249 window-system.
17250 (widget-choice-mouse-down-action): Use display-popup-menus-p
17251 instead of window-system.
17252
17253 * strokes.el (strokes-file): Run the file name through
17254 convert-standard-filename.
17255 (strokes-mode): Call display-mouse-p instead of looking at
17256 window-system. Change the error message accordingly.
17257
17258 * progmodes/cpp.el (toplevel): Support faces on tty's.
17259
17260 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17261 (lm-plot-square, lm-init-display): Don't use window-system.
17262
17263 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17264 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17265
17266 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17267 instead of looking at window-system.
17268
17269 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17270
17271 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17272 of testing if iswitchb-prepost-hooks is bound, because the
17273 latter will always be true when invoking a recursive minibuffer
17274 from an active Iswitchb buffer.
17275
17276 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17277
17278 * files.el (shell-quote-wildcard-pattern): New function.
17279 (insert-directory): Call it. Only prepend "\" to command on Unix
17280 and GNU/Linux systems.
17281
17282 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17283
17284 * eshell/esh-groups.el: Change custom :link file names
17285 from `eshell.info' to `eshell'.
17286
17287 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17288
17289 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17290 correctly in recursive ange-ftp listings.
17291
17292 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17293
17294 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17295 ps-header-font-size-internal and
17296 ps-header-title-font-size-internal variables are not set,
17297 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17298 face text property is (foreground-color . COLOR) or
17299 `(background-color . COLOR)', ps-print crashes. Doc fix.
17300 (ps-print-version): New version number (5.2.4).
17301 (ps-plot-region): Code fix.
17302 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17303 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17304 Bug fix 2.
17305
17306 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17307
17308 * glasses.el (glasses-make-readable): Fix uncapitalization of
17309 identifiers like `myXMLDocument'.
17310
17311 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17312
17313 * mail/mail-hist.el (mail-hist-previous-input)
17314 (mail-hist-next-input): Do the obvious code factorization.
17315 (mail-hist-retrieve-and-insert): New func, contains common
17316 code of above two.
17317 If inserting a message body, leave point at top.
17318
17319 2000-07-28 Sam Steingold <sds@gnu.org>
17320
17321 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17322 Use `<=', not `<' to compare times!
17323 (ange-ftp-ls): Remove.
17324
17325 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17326
17327 * play/cookie1.el: Add explanation of how to make cookie.el
17328 compatible with strfile(1) to comment.
17329
17330 * subr.el (remove, remq): New functions.
17331
17332 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17333 escape `*' in regexps.
17334 (midnight-find): Reverse order of arguments in the funcall of
17335 TEST.
17336
17337 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17338 and `.class'.
17339
17340 * play/meese.el: Add Commentary section.
17341
17342 2000-07-27 Alex Schroeder <alex@gnu.org>
17343
17344 * sql.el (sql-ms): Added autoload cookie.
17345 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17346 (sql-oracle): Ditto.
17347 (sql-help): Doc change.
17348
17349 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17350 types and exceptions.
17351
17352 2000-07-27 Alex Schroeder <alex@gnu.org>
17353
17354 * sql.el (sql-placeholder-history): New variable.
17355 (sql-query-placeholders-and-send): New function that will query
17356 the user and replace placeholders with user input.
17357 (sql-oracle): If running on NT, set comint-input-sender to
17358 sql-query-placeholders-and-send.
17359
17360 (sql-stop): If in the SQLi buffer, insert stop notification, else
17361 present it as a message.
17362
17363 2000-07-27 Alex Schroeder <alex@gnu.org>
17364
17365 * sql.el (sql-input-ring-separator): Doc change.
17366 (sql-input-ring-file-name): Doc change.
17367 (sql-interactive-mode): Use `sql-input-ring-separator' and
17368 `sql-input-ring-file-name' to set the comint-mode equivalents
17369 without making them local variables.
17370 (sql-stop): Don't bind `sql-input-ring-separator' and
17371 `sql-input-ring-file-name' dynamically to their comint-mode
17372 equivalents.
17373
17374 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17375
17376 * international/mule.el (register-char-codings): New function.
17377 (make-coding-system): Handle `safe-chars' specification in the arg
17378 PROPERTY.
17379
17380 * international/mule-cmds.el
17381 (find-coding-systems-region-subset-p): This function deleted.
17382 (sort-coding-systems-predicate): New variable.
17383 (sort-coding-systems): New function.
17384 (find-coding-systems-region): Use
17385 find-coding-systems-region-internal.
17386 (find-coding-systems-string): Use find-coding-systems-region.
17387 (find-coding-systems-for-charsets): Check
17388 char-coding-system-table.
17389 (select-safe-coding-system-accept-default-p): New variable.
17390 (select-safe-coding-system): Mostly rewritten. New argument
17391 ACCEPT-DEFAULT-P.
17392 (select-message-coding-system): Call select-safe-coding-system
17393 with ACCEPT-DEFAULT-P arg.
17394 (reset-language-environment): Reset default-sendmail-coding-system
17395 to the default value iso-latin-1.
17396 (set-language-environment): Don't set the obsolete variable
17397 charset-origin-alist.
17398
17399 * international/codepage.el (cp-coding-system-for-codepage-1):
17400 Give `safe-chars' property to make-coding-system.
17401
17402 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17403 calling select-message-coding-system twice.
17404
17405 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17406 instead of `safe-charsets'.
17407 (cyrillic-alternativnyj): Likewise.
17408 (ccl-encode-alternativnyj): Don't check the charset
17409 cyrillic-iso8859-5.
17410
17411 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17412
17413 * composite.el (compose-chars-after): Preserve match data.
17414
17415 2000-07-26 Sam Steingold <sds@gnu.org>
17416
17417 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17418 (ange-ftp-real-file-newer-than-file-p): New function.
17419 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17420 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17421
17422 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17423 * midnight.el (midnight-float-time): Ditto.
17424
17425 2000-07-26 Andreas Schwab <schwab@suse.de>
17426
17427 * files.el (normal-backup-enable-predicate): Correct
17428 interpretation of the return value of compare-strings.
17429
17430 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17431
17432 * isearch.el (isearch-resume): New function.
17433 (isearch-done): Add something to command-history to resume
17434 the search.
17435 (isearch-yank-line, isearch-yank-word): Use
17436 buffer-substring-no-properties instead of buffer-substring.
17437
17438 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17439 of flyspell-mouse-map.
17440
17441 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17442 duplicate definition.
17443 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17444
17445 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17446 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17447
17448 2000-07-25 Sam Steingold <sds@gnu.org>
17449
17450 * net/ange-ftp.el: Get modtime over the net.
17451 (ange-ftp-file-modtime): New function.
17452 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17453 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17454 Use it.
17455 (ange-ftp-dot-to-slash): New function.
17456 (ange-ftp-fix-name-for-vms): Use it.
17457
17458 * midnight.el (midnight-buffer-display-time): Use
17459 `with-current-buffer'.
17460
17461 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17462
17463 * find-dired.el: Update copyright notice.
17464 (find-dired): Offer to kill a running `find'.
17465
17466 * enriched.el (enriched-face-ans): For a `foreground-color'
17467 property, return '(("x-color" COLOR))' so that COLOR will be
17468 output as a parameter of the x-color annotation. Likewise for the
17469 `background-color' property. In the case of normal face
17470 properties, don't return annotations for unspecified foreground
17471 and background face attributes.
17472
17473 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17474
17475 * language/japan-util.el (japanese-katakana-region): Fix handling
17476 HANKAKU argument.
17477
17478 2000-07-25 Miles Bader <miles@gnu.org>
17479
17480 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17481 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17482 constrain-to-field.
17483
17484 2000-07-24 Andrew Innes <andrewi@gnu.org>
17485
17486 * timer.el (timer-activate-when-idle): Add optional parameter
17487 DONT-WAIT. Update docstring.
17488 (run-with-idle-timer): Specify extra parameter to
17489 timer-activate-when-idle, so that timer will be activated
17490 immediately if Emacs is already idle.
17491
17492 * w32-fns.el (w32-using-nt): Fix docstring.
17493
17494 2000-07-24 Dave Love <fx@gnu.org>
17495
17496 * mouse.el (popup-menu): Set last-command-event.
17497 (mouse-major-mode-menu-prefix): Declare.
17498
17499 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17500
17501 * textmodes/flyspell.el: Update to author's version 1.5d.
17502
17503 * progmodes/hideshow.el: Update copyright notice.
17504
17505 * vcursor.el: Set maintainer to FSF, since author cannot
17506 be reached.
17507
17508 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17509
17510 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17511 the prompt.
17512
17513 * mouse.el (popup-menu): Run the keymap through indirect-function,
17514 in case it was defined with define-prefix-key. If the menu is a
17515 list of keymaps, look up the binding of user's choice in each one
17516 of the keymaps.
17517 (mouse-popup-menubar): If the global and local menu-bar keymaps
17518 don't have a prompt string, create one and insert it into the
17519 keymap. Don't barf if current-local-map returns nil.
17520
17521 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17522
17523 * dired.el (dired-sort-R-check): Added to allow recursive listing
17524 to be undone.
17525 (dired-sort-other): Use it.
17526
17527 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17528
17529 * Release of cc-mode 5.27
17530
17531 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17532
17533 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17534 c-beginning-of-statement-1 that caused a bad case of recursion
17535 which could consume a lot of CPU in large classes in languages
17536 that have in-expression classes (i.e. Java and Pike).
17537
17538 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17539 statements before top level constructs (i.e. case 6 is moved
17540 before case 5 and is now case 4) to catch in-expression
17541 classes in top level expressions correctly.
17542
17543 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17544
17545 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17546 objc-method-intro. Case 4 removed and case 5I added.
17547
17548 * cc-langs.el (c-append-paragraph-start): New variable used by
17549 c-common-init to get paragraph-start correct.
17550 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17551 initialize paragraph-start to make it correct both with and
17552 without the javadoc special case.
17553
17554 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17555 initialize paragraph-start for javadoc markup.
17556
17557 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17558 change by defaulting this to t. It's motivated by the
17559 confusing behavior that otherwise arise from the style system
17560 when editing both java and non-java files at the same time
17561 (see the comments about style setting in c-common-init).
17562
17563 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17564
17565 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17566 similar to the one in c-fill-paragraph to check the fill
17567 prefix from the adaptive fill function for sanity.
17568
17569 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17570
17571 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17572 defun block.
17573
17574 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17575
17576 * cc-align.el (c-lineup-multi-inher): Handle lines with
17577 leading comma nicely. Extended to handle member initializers
17578 too.
17579
17580 * cc-engine.el: (c-beginning-of-inheritance-list,
17581 c-guess-basic-syntax): Fixed recognition of inheritance lists
17582 when the lines begins with a comma.
17583
17584 * cc-vars.el (c-offsets-alist): Changed default for
17585 member-init-cont to c-lineup-multi-inher since it now handles
17586 member initializers and indents better for leading commas.
17587
17588 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17589
17590 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17591 handling that caused class open lines to be recognized as
17592 statement-conts in some cases.
17593
17594 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17595 guessed by the adaptive fill function unless point is on the
17596 first line of a block comment.
17597
17598 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17599 when the buffer ends with a macro continuation char.
17600
17601 * cc-engine.el (c-guess-basic-syntax): Added support for
17602 function definitions as statements in Pike. The first
17603 statement in a lambda block is now labeled defun-block-intro
17604 instead of statement-block-intro.
17605
17606 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17607 so that the class surrounding point is selected, not the one
17608 innermost in the state.
17609
17610 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17611 recognition of switch labels having hanging multiline
17612 statements.
17613
17614 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17615 some code in c-guess-basic-syntax to a separate function.
17616 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17617 recognition of member inits with multiple line arglists.
17618 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17619 member-init-cont when the commas are in funny places.
17620
17621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17622
17623 * cc-defs.el (c-auto-newline): Removed this macro since it's
17624 not used anymore.
17625
17626 * cc-engine.el (c-looking-at-bos): New helper function.
17627 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17628 inexpr and toplevel classes apart in Pike.
17629
17630 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17631 of case 9A.
17632
17633 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17634 constant, since "class" can introduce an in-expression class
17635 in Pike nowadays.
17636
17637 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17638
17639 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17640 indentation on cpp-macro lines.
17641
17642 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17643 a syntax modifier like comment-intro, to make it possible to
17644 get syntactic indentation for preprocessor directives. It's
17645 incompatible wrt to lineup functions on cpp-macro, but it has
17646 no observable effect in the 99.9% common case where cpp-macro
17647 is set to -1000.
17648
17649 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17650
17651 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17652 member-init-cont when the preceding arglist is several lines.
17653
17654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17655
17656 * cc-styles.el (c-style-alist): The basic offset for the BSD
17657 style corrected to 8.
17658
17659 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17660
17661 * cc-styles.el (c-style-alist): Adjusted the indentation of
17662 brace list openers in the gnu style.
17663
17664 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17665
17666 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17667
17668 * cc-cmds.el (c-electric-brace, c-electric-slash,
17669 c-electric-star, c-electric-semi&comma, c-electric-colon,
17670 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17671 when c-syntactic-indentation is nil.
17672
17673 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17674 we were left at comments preceding the first statement when
17675 reaching the beginning of the buffer.
17676
17677 * cc-vars.el (c-syntactic-indentation): New variable to turn
17678 off all syntactic indentation.
17679
17680 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17681
17682 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17683 between the text and the block comment ender when it hangs,
17684 depending on how many there are before the fill.
17685
17686 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17687
17688 * cc-engine.el (c-beginning-of-closest-statement): New helper
17689 function to go back to the closest preceding statement start,
17690 which could be inside a conditional statement.
17691 * cc-engine.el (c-guess-basic-syntax): Use
17692 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17693
17694 * cc-engine.el (c-guess-basic-syntax): Better handling of
17695 arglist-intro, arglist-cont-nonempty and arglist-close when
17696 the arglist is nested inside parens. Cases 7A, 7C and 7F
17697 changed.
17698
17699 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17700 up-to-date with javadoc 1.2.
17701
17702 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17703
17704 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17705 multiline Pike type decls.
17706
17707 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17708
17709 * cc-cmds.el (c-indent-new-comment-line): Always break
17710 multiline comments in multiline mode, regardless of
17711 comment-multi-line.
17712
17713 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17714
17715 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17716 fully::qualified::names in C++ member init lists. Preamble in
17717 case 5D changed.
17718
17719 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17720
17721 * cc-langs.el (c-common-init): Handling of obsolete variables
17722 moved to c-initialize-cc-mode. More compatible style override
17723 when using global style variables.
17724 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17725 variables moved here.
17726
17727 * cc-styles.el (c-make-styles-buffer-local): Flag style
17728 variable localness in c-style-variables-are-local-p to make
17729 the compatibility measure in c-common-init work well.
17730
17731 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17732 longer contain set-from-style.
17733 * cc-styles.el (c-initialize-builtin-style): Don't check for
17734 set-from-style on c-special-indent-hook.
17735 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17736 copy-alist is sufficient now.
17737
17738 * cc-styles.el (c-set-style, c-set-style-1,
17739 c-get-style-variables): Fixes to variable initialization so
17740 that duplicate entries in styles have the same effect
17741 regardless of DONT-OVERRIDE.
17742
17743 * cc-styles.el (c-set-style-2): Fixed bug where the
17744 initialization of inheriting styles failed when the
17745 dont-override flag is set.
17746
17747 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17748 on this.
17749
17750 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17751
17752 * cc-defs.el (c-forward-comment): Removed the workaround
17753 introduced in 5.38 since it had worse side-effects. If a line
17754 contains the string "//\"", it regarded the // as a comment
17755 start since the \ temporarily doesn't have escape syntax.
17756
17757 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17758
17759 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17760 ada-xref.el before ada-prj.el, so that the Project menu is created
17761 when ada-prj tries to add to it.
17762 (ada-activate-keys-for-case): Suppress the characters that are not
17763 part of the Ada syntax. Better compatibility with else-mode
17764 (ada-adjust-case-interactive): When auto-casing is not active,
17765 correctly insert newlines (used to insert only ^M). Prevent the
17766 syntax table from being changed in case of an error
17767 (or '_' becomes part of a word and some commands are confused).
17768 Do nothing if ada-auto-case is nil.
17769 (ada-after-keyword-p): Ignore keywords that are also attributes
17770 (ada-batch-reformat): Update usage comment
17771 (ada-call-from-contextual-menu): New function
17772 (ada-case-read-exceptions): Reinitialize the casing exception list
17773 first to nil first, so that the casing exception file can be
17774 shared.
17775 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17776 files.
17777 (ada-compile-goto-error): Fix regexp used to detect a file:line
17778 anywhere in the error message
17779 (ada-contextual-menu-last-point): New variable
17780 (ada-create-keymap): If the variable delete-key-deletes-forward is
17781 t on XEmacs, it means that DEL should delete one character
17782 forward.
17783 (ada-create-menu): Use :included instead of :visible for XEmacs.
17784 New submenu "Options".
17785 (ada-end-stmt-re): Correctly indent "select ... then abort"
17786 statements.
17787 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17788 even if they don't match ada-fill-comment-prefix Fix handling of
17789 paragraphs on the first or last line of a file.
17790 (ada-format-paramlist): Fix handling of default parameter values.
17791 (ada-get-body-name): New function.
17792 (ada-get-current-indent): Optimized by searchling directly for an
17793 existing generic part or a statement outside of it. Handle
17794 ada-indent-align-comments when indenting comments Replaced some
17795 regexps by testing directly the next character. This results in a
17796 huge speedup on some files. New indentation scheme for renames
17797 statements. Stop looking for the 'while' or 'for' associated with
17798 a 'loop' at the first semicolon encountered. A "return" can also
17799 match an anonymous access subprogram declaration.
17800 (ada-get-indent-noindent): Ignore strings and comments when
17801 looking for the keywords "record" and "private".
17802 (ada-goto-matching-decl-start): When matching "if", make sure we
17803 are not in fact seeing "end if". Ignore "when" statements except
17804 when initial keyword was "begin". Fix handling of nested
17805 procedures. Add a recursive call to this function to skip over
17806 other 'end' statmts. Fix indentation for "when .. => begin"
17807 (ada-in-open-paren-p): Fix indentation for complex boolean
17808 expressions, where 'and then', 'or else' and parenthesis
17809 statements are mixed up.
17810 (ada-in-paramlist-p): Skip comments while searching for the
17811 beginning Fix handling of operator declarations.
17812 (ada-indent-align-comments): New variable
17813 (ada-indent-current): Change the syntax table only in the
17814 protected section, so that we are sure it is restored correctly.
17815 (ada-indent-on-previous-lines): Use ada-use-indent and
17816 ada-with-indent Correctly indent "select ... then"
17817 (ada-indent-region): Slight speedup.
17818 (ada-indent-renames): New variable.
17819 (ada-last-which-function-subprog, ada-last-which-function-line):
17820 New variables
17821 (ada-looking-at-semi-private): Correctly indent the 'private'
17822 keyword when it is the first word in a package declaration.
17823 (ada-loose-case-word): Stop searching if at the end of the buffer.
17824 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17825 even if point is not initially at the end of the word.
17826 (ada-matching-decl-start-re): Add "when".
17827 (ada-mode): Add support for abbrev-mode, outline-mode and
17828 which-func-mode Override the old find-file.el entry in
17829 ff-special-constructs since it is using the obsolete
17830 ada-spec-suffix variable
17831 (ada-no-auto-case): New function
17832 (ada-scan-paramlist): When parsing the argument type, accept
17833 spaces (as in "X 'Class", generated by Rational Rose).
17834 (ada-other-file-name): No longer loads the other file.
17835 (ada-popup-menu): Save and restore the current buffer and cursor
17836 position before and after displaying the menu.
17837 (ada-search-ignore-complex-boolean): New function.
17838 (ada-uncomment-region): Emacs21 already knows how to delete
17839 comments not starting in the first column.
17840 (ada-use-indent): New variable
17841 (ada-which-function): New function.
17842 (ada-with-indent): New variable
17843 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17844 can be batch-compiled from the command line.
17845
17846 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17847 Add to the menu when the file is loaded, not in ada-mode-hook.
17848 Add -toolbar to the default ddd command Switches moved from
17849 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17850 ada-prj-default-comp-opt
17851 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17852 Reference Manual to the menu
17853 (ada-check-current): rewritten as a call to ada-compile-current
17854 (ada-compile): Removed.
17855 (ada-compile-application, ada-compile-current, ada-check-current):
17856 Set the compilation-search-path so that compile.el automatically
17857 finds the sources in src_dir. Automatic scrollong of the
17858 compilation buffer. C-uC-cC-c asks for confirmation before
17859 compiling
17860 (ada-compile-current): New parameter, prj-field
17861 (ada-complete-identifier): Load the .ali file before doing
17862 processing
17863 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17864 conform to gnatmake's behavior.
17865 (ada-find-file-in-dir): New function
17866 (ada-find-references): Set the environment variables for gnatfind
17867 (ada-find-src-file-in-dir): New function.
17868 (ada-first-non-nil): Removed
17869 (ada-gdb-application): Add support for jdb, the java debugger.
17870 (ada-get-ada-file-name): Load the original-file first if not done
17871 yet.
17872 (ada-get-all-references): Handles the new ali syntax (parent types
17873 are found between <>).
17874 (ada-initialize-runtime-library): New function
17875 (ada-mode-hook): Always load a project file when a file is opened,
17876 so that the casing exceptions are correctly read.
17877 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17878 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17879 to open the project file, since the latter does not work with
17880 speedbar Get default values before loading the prj file, or the
17881 default executable file name is wrong. Use the absolute value of
17882 src_dir to initialize ada-search-directories and
17883 compilation-search-path,... Add the standard runtime library to
17884 the search path for find-file.
17885 (ada-prj-default-debugger): Was missing an opening '{'
17886 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17887 variables.
17888 (ada-prj-default-gnatmake-opt): New variable
17889 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17890 buffers, the project file is the default one Save the windows
17891 configuration before displaying the menu.
17892 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17893 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17894 ...) regexp-quote identifiers names to support operators +,
17895 -,... in regexps.
17896 (ada-remote): New function.
17897 (ada-run-application): Erase the output buffer before starting the
17898 run Support remote execution of the application. Use
17899 call-process, or the arguments are incorrectly parsed
17900 (ada-set-default-project-file): Reread the content of the active
17901 project file, not the one from the current buffer When a project
17902 file is set as the default project, all directories are
17903 automatically associated with it.
17904 (ada-set-environment): New function
17905 (ada-treat-cmd-string): New special variable ${current}
17906 (ada-treat-cmd-string): Revised. The substitution is now done for
17907 any ${...} substring
17908 (ada-xref-current): If no body was found, compiles the spec
17909 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17910 compiler to get rid of command line length limitations.
17911 (ada-xref-get-project-field): New function
17912 (ada-xref-project-files): New variable
17913 (ada-xref-runtime-library-specs-path)
17914 (ada-xref-runtime-library-ali-path): New variables
17915 (ada-xref-set-default-prj-values): Default run command now does a
17916 cd to the build directory. New field: main_unit Provide a default
17917 file name even if the current buffer has no prj file.
17918
17919 * ada-prj.el:
17920 Rewritten to show a tabbed-dialog.
17921 (ada-prj-add-ada-menu): Remove the map and name parameters.
17922 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17923 New function
17924 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17925 (ada-prj-load-from-file): New function
17926 (ada-prj-save): Always save fields that depend on the current buffer
17927 (ada-prj-show-value): New function
17928
17929 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17930 Ada mode. This will allow us to display the Ada menu in any buffer
17931 we want (for project items).
17932 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17933 number of spaces in the header.
17934
17935 2000-07-24 Dave Love <fx@gnu.org>
17936
17937 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17938
17939 2000-07-23 Noah Friedman <friedman@splode.com>
17940
17941 * type-break.el (type-break): perform autosave.
17942 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17943 (type-break-do-query): Cancel query schedule while performing
17944 actual query, to avoid possibility of a second query being made
17945 while first one is already in progress.
17946 (type-break-time-stamp-format): New variable.
17947 (type-break-time-stamp): New function.
17948 (type-break-time-warning): Use it.
17949 (type-break-keystroke-warning): Use it.
17950 (type-break-noninteractive-query): Use it.
17951
17952 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17953 cookie.
17954 Use add-minor-mode to set minor-mode-alist, if available.
17955 (eldoc-echo-area-use-multiline-p): New user option.
17956 (eldoc-echo-area-multiline-supported-p): New variable.
17957 (eldoc-docstring-format-sym-doc): Use them.
17958 (eldoc-mode): If not using idle timers, append to local post and
17959 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17960 (eldoc-display-message-no-interference-p): Don't interfere with
17961 edebug.
17962 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17963 (eldoc-function-arglist): New function.
17964 (eldoc-function-argstring): Use it.
17965
17966 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17967 auto save directory exists before calling directory-files.
17968
17969 2000-07-23 Dave Love <fx@gnu.org>
17970
17971 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17972 ^o, ^u.
17973
17974 2000-07-21 Dave Love <fx@gnu.org>
17975
17976 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17977 now passed to the function. It now works properly.
17978
17979 * smerge-mode.el (smerge-mode-menu): Fill it out.
17980
17981 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17982
17983 * info-look.el (info-lookup): If *info* is shown in another frame
17984 on the same display, select that frame, instead of switching to
17985 the Info buffer in another window of the selected frame.
17986
17987 * simple.el (universal-argument-map): Bind numeric keypad keys
17988 kp-0 to kp-9 and kp-subtract.
17989 (digit-argument): Handle these keys.
17990
17991 2000-07-20 Dave Love <fx@gnu.org>
17992
17993 * net/goto-addr.el (goto-address-fontify): Don't bother with
17994 buffer-modified and read-only stuff -- irrelevant with overlays.
17995 Put an extra property on the overlays and use it to clean up in
17996 case goto-address is re-run.
17997
17998 2000-07-19 Richard M. Stallman <rms@gnu.org>
17999
18000 * timer.el (run-with-idle-timer): Doc fix.
18001
18002 * mail/mail-utils.el (mail-strip-quoted-names):
18003 Handle case where <...> appears inside "...".
18004 Use replace-match to edit the string more simply.
18005 (rmail-dont-reply-to): Cope with an unmatched ".
18006
18007 2000-07-19 Dave Love <fx@gnu.org>
18008
18009 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
18010 implementation.
18011
18012 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
18013 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
18014 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
18015
18016 2000-07-19 Gerd Moellmann <gerd@gnu.org>
18017
18018 * textmodes/refer.el: Correct maintainer's email address.
18019
18020 * progmodes/hideif.el: Correct author's email address.
18021 Fix typo in comment.
18022
18023 * xml.el: New file.
18024
18025 * mail/mailheader.el: Correct author's mail address.
18026
18027 * gnus/parse-time.el: Correct author's mail address.
18028
18029 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18030
18031 * comint.el (comint-highlight-input, comint-highlight-face):
18032 New user options.
18033 (comint-input-ring-file-name): Change custom type.
18034 (comint-mode-map): Bind mouse-2.
18035 (comint-insert-clicked-input): New function.
18036 (comint-send-input): Handle input highlighting.
18037
18038 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18039
18040 * mouse.el (popup-menu): New function.
18041 (mouse-major-mode-menu): Use it.
18042
18043 2000-07-18 Dave Love <fx@gnu.org>
18044
18045 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18046 improvements.
18047
18048 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18049
18050 * faces.el (face-font-selection-order)
18051 (face-font-family-alternatives): Add custom type.
18052
18053 2000-07-18 Dave Love <fx@gnu.org>
18054
18055 * cus-edit.el (custom-variable-reset-saved)
18056 (custom-variable-reset-standard): Remove unused bindings.
18057
18058 * rect.el (open-rectangle-line): Remove unused let.
18059
18060 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18061
18062 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18063
18064 * cdl.el: Fix `Maintainer' keyword.
18065
18066 * play/pong.el: Add author's email address.
18067
18068 2000-07-17 Sam Steingold <sds@gnu.org>
18069
18070 * files.el (insert-directory): Call `split-string' instead of
18071 re-implementing it.
18072
18073 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18074
18075 * mail/vms-pmail.el: Change maintainer to FSF.
18076
18077 * net/goto-addr.el: Change maintainer to FSF.
18078
18079 * info.el (Info-title-face-alist): Removed.
18080
18081 2000-07-18 David Ponce <david@dponce.com>
18082
18083 * recentf.el (recentf-open-files): New command that works like
18084 `recentf-open-more-files', but shows the whole list of files (not just
18085 those omitted from the menu). Useful if you don't use a menu-bar!
18086 (recentf-open-more-files) Modified to use `recentf-open-files'.
18087
18088 (recentf-open-files, recentf-open-more-files)
18089 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18090
18091 (recentf-dialog-mode): New mode for dialogs. You can now just type
18092 "q" to cancel the dialogs.
18093
18094 2000-07-18 David Ponce <david@dponce.com>
18095
18096 * recentf.el: This is a major update of recentf.el. It adds new
18097 features to better organize the recentf menu and "More..." buffer.
18098
18099 Using new provided menu filtering functions you can now organize the
18100 recent files list:
18101
18102 - by major modes
18103 - by directories
18104 - by user defined rules
18105
18106 Finally, with the new `recentf-filter-changer' customizable filter you
18107 can define a ring of filters and dynamically (via the menu) cycle on
18108 each menu organization in the ring (a la msb).
18109
18110 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18111
18112 * eshell/eshell.el (eshell): Replace links to eshell.info with
18113 links to eshell, to avoid problems on systems where the manual is
18114 installed as `eshell'.
18115 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18116 * eshell/em-smart.el (eshell-smart): Ditto.
18117 * eshell/em-banner.el (eshell-banner): Ditto.
18118 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18119
18120 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18121 same-file check in the MS-DOS version (it does support inodes).
18122
18123 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18124
18125 * eshell/eshell.el (eshell-directory-name):
18126 Run default directory name through convert-standard-filename.
18127
18128 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18129
18130 * international/mule-cmds.el (select-safe-coding-system):
18131 Fix typo in the comment.
18132
18133 * language/european.el (compound-text):
18134 Force katakana-jisx0201 to be designated to G1.
18135
18136 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18137 Don't translate some national variant characters of latin-jisx0201.
18138 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18139
18140 * international/kkc.el (kkc-after-update-conversion-functions):
18141 New variable.
18142 (kkc-update-conversion): Run functions in it at the tail.
18143
18144 2000-07-16 John Wiegley <johnw@gnu.org>
18145
18146 * lisp/align.el (align-newline-and-indent):
18147 Adding new function. for auto-aligning blocks of code on RET.
18148 (align-region): Fixed badly formatted minibuffer message.
18149
18150 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18151
18152 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18153 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18154 the conversion list at first if appropriate.
18155 (kkc-next): Don't update kkc-next-count here.
18156 (kkc-prev): Don't update kkc-prev-count here.
18157 (kkc-show-conversion-list-update): Fix setting up of conversion
18158 list message.
18159
18160 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18161
18162 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18163
18164 2000-07-16 Dave Love <fx@gnu.org>
18165
18166 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18167 function to be more specific.
18168
18169 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18170 non-string help-echo.
18171 (widget-types-convert-widget): Defsubst it.
18172 (widget-echo-help): Try to cope with a help-echo function of two
18173 possible sorts.
18174
18175 2000-07-15 Jason Rumney <jasonr@gnu.org>
18176
18177 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18178 Declare as obsolete.
18179
18180 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18181
18182 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18183
18184 * hilit-chg.el: Fix typo.
18185
18186 2000-07-14 Dave Love <fx@gnu.org>
18187
18188 * info.el (Info-mode-menu): Fix use of :help, :enable.
18189
18190 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18191
18192 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18193
18194 2000-07-13 Dave Love <fx@gnu.org>
18195
18196 * emacs-lisp/easymenu.el: Doc fixes.
18197 (easy-menu-remove): Defalias to ignore.
18198
18199 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18200 Call throw correctly.
18201
18202 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18203
18204 * faces.el (frame-background-mode): Doc fix.
18205
18206 * simple.el (eval-expression-print-length): Change custom type to
18207 allow entering nil as value.
18208
18209 2000-07-13 Dave Love <fx@gnu.org>
18210
18211 * progmodes/fortran.el (fortran-imenu-generic-expression):
18212 Change definition layout.
18213 (fortran-mode-menu): Reinstate customize entries.
18214
18215 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18216 Use :filter, per old XEmacs code.
18217
18218 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18219
18220 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18221 event when deciding what to send to the terminal.
18222
18223 2000-07-12 Dave Love <fx@gnu.org>
18224
18225 * cus-start.el: Add optional version as 4th element of specs and
18226 use it for several things new in v21. Remove load-path. Fix type
18227 of line-number-display-limit.
18228
18229 2000-07-11 Dave Love <fx@gnu.org>
18230
18231 * progmodes/fortran.el: Don't require easymenu.
18232 Use repeat counts in various regexps.
18233 (fortran-mode-syntax-table): Defvar directly.
18234 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18235 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18236 Use defvar, not defconst.
18237 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18238 (fortran-mode): Set fortran-comment-line-start-skip,
18239 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18240 (fortran-comment-indent): Use defsubst.
18241 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18242 Use fortran-comment-indent, not fortran-comment-indent-function.
18243 (fortran-comment-region, fortran-electric-line-number): Simplify.
18244 (fortran-auto-fill): New function.
18245 (fortran-do-auto-fill): Deleted.
18246 (fortran-find-comment-start-skip):
18247 Check for non-null comment-start-skip.
18248 (fortran-auto-fill-mode, fortran-fill-statement):
18249 Use fortran-auto-fill.
18250 (fortran-fill): Use fortran-auto-fill. Check for null
18251 comment-start-skip. Simplify final clause and use end-of-line finally.
18252
18253 * widget.el (widget-plist-member): New alias.
18254
18255 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18256
18257 * eshell/esh-module.el (toplevel): Reference
18258 byte-compile-current-file only if it is bound.
18259
18260 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18261
18262 * dired.el: Don't require `dired-aux'.
18263
18264 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18265
18266 * dired-aux.el (dired-show-file-type): New function.
18267 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18268 (dired-show-file-type): Add autoload.
18269
18270 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18271
18272 * international/mule-diag.el (describe-font): Adjusted for the
18273 change of fontset-info.
18274 (print-fontset): Likewise.
18275
18276 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18277
18278 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18279
18280 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18281
18282 * bindings.el: Bind `[delete]' to delete-char.
18283
18284 * dired.el (dired-find-alternate-file): New function.
18285 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18286 (toplevel): Require dired-aux when compiling.
18287 (dired-buffers): Move defvar within file to avoid compiler warning.
18288
18289 * info.el (Info-last-search): Variable removed.
18290 (Info-search-history): New variable.
18291 (Info-search): New Info-search-history.
18292
18293 * battery.el, info-look.el: Change author's mail address.
18294
18295 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18296
18297 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18298 if rmail-ignored-headers is nil.
18299 (rmail-retry-failure): Bind rmail-ignored-headers and
18300 rmail-displayed-headers to nil.
18301
18302 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18303
18304 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18305 (print-region-1): Don't hard code `-h' here.
18306
18307 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18308
18309 2000-07-01 Francesco Potorti` <pot@gnu.org>
18310
18311 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18312 exim can use "your message" instead of "the message".
18313
18314 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18315
18316 * facemenu.el: Docstrings fixes.
18317 (facemenu-get-face): Don't use internal-find-face.
18318 (facemenu-iterate): Rename arg to match the docstring.
18319
18320 * newcomment.el (uncomment-region): Be more careful when skipping
18321 backwards over `=' not to bump into BOBP.
18322
18323 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18324
18325 * ediff-diff.el (ediff-wordify): Use syntax table.
18326 * ediff-init.el (ediff-has-face-support-p): Use
18327 ediff-color-display-p.
18328 (ediff-color-display-p): Use display-color-p, changed to defun
18329 from defsubst.
18330 Got rid of special cases for NeXT and OS/2.
18331 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18332 face.
18333
18334 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18335
18336 * emacs-lisp/lucid.el: Require CL.
18337 (copy-tree, remprop): Remove, it's provided by CL.
18338 (map-keymap): Define in terms of cl-map-keymap.
18339 (extent-property, set-extent-end-glyph): New functions.
18340
18341 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18342
18343 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18344
18345 * Makefile.in (DONTCOMPILE): Add comment that the name may
18346 not be changed without changing the make-dist script.
18347
18348 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18349 (cl-mapc): Use mapc instead of cl-old-mapc.
18350
18351 2000-07-05 Andrew Innes <andrewi@gnu.org>
18352
18353 * makefile.nt: Add support for `bootstrap' and related targets.
18354
18355 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18356
18357 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18358 (easy-menu-do-define): Use `menu-item' format.
18359 Handle case where easy-menu-create-menu returns a symbol.
18360 Manually call the potential top-level filter in the function binding.
18361 (easy-menu-filter-return): New arg NAME.
18362 Convert to a keymap if MENU is an XEmacs menu.
18363 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18364 (easy-menu-converted-items-table, easy-menu-convert-item):
18365 New var and fun to memoize easy-menu-convert-item-1.
18366 (easy-menu-do-add-item): Use it.
18367 (easy-menu-create-menu): Use easy-menu-convert-item.
18368 Wrap easy-menu-filter-return around any :filter specification.
18369 Don't convert the menu if a filter was specified.
18370 Tell easy-menu-make-symbol not to check for MENU being an expression.
18371 (easy-menu-make-symbol): New arg NOEXP.
18372
18373 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18374
18375 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18376 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18377 (eval-defun): If called with prefix arg, instrument code for
18378 Edebug.
18379
18380 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18381 similar to that of eval-defun.
18382
18383 2000-07-04 Dave Love <fx@gnu.org>
18384
18385 * hl-line.el (hl-line-overlay): Make it permanent-local.
18386
18387 * calendar/todo-mode.el: Replaced with a working version, based on
18388 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18389
18390 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18391
18392 * paths.el (prune-directory-list): New function.
18393 (Info-default-directory-list): Rewritten to more methodically
18394 enumerate a big list of possible info directories (based on the
18395 list used by the standalone info reader).
18396
18397 * info.el (info-initialize): Use prune-directory-list to remove
18398 non-existent directories from Info-directory-list.
18399
18400 * paths.el (Info-default-directory-list): Try a list of possible
18401 info-directories instead of a single one. Add the possible
18402 info directory "/usr/share/info".
18403
18404 * woman.el (woman-man.conf-path): Explicitly include the debian
18405 man-db config file "/etc/manpath.config".
18406 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18407 are present in `manpath.config'.
18408 (woman-manpath): Include "/usr/share/man".
18409
18410 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18411
18412 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18413
18414 * startup.el (command-line): Initialize blink-cursor based
18415 on window-system.
18416
18417 * frame.el (blink-cursor): Default to nil if not running under
18418 a window-system.
18419
18420 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18421 (face-x-resources): Remove duplicate entry for :font.
18422
18423 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18424 instead of cycling through windows with next-window.
18425
18426 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18427 of cycling through windows with next-window.
18428
18429 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18430 of cycling through windows with next-window.
18431
18432 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18433 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18434 instead of cycling through windows with next-window.
18435
18436 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18437 instead of cycling through windows with next-window.
18438
18439 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18440 of cycling through windows with next-window.
18441
18442 * terminal.el (te-process-output): Use walk-windows instead of
18443 cycling through windows with next-window.
18444
18445 * server.el (server-switch-buffer): Use some-window instead of
18446 cycling through windows with next-window.
18447
18448 * window.el (some-window): New function.
18449 (walk-windows): Remove reference to walk-windows-start.
18450
18451 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18452
18453 2000-07-03 Richard Stallman <rms@gnu.org>
18454
18455 * window.el (walk-windows): Guarantee termination by keeping a list
18456 of all the windows already handled.
18457
18458 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18459
18460 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18461 window-system.
18462
18463 * man.el (Man-notify-when-ready): Don't use window-system. If
18464 Man-notify-method is newframe, and the display is not
18465 multi-frame, select the frame created for the man page.
18466 (Man-init-defvars): Doc fix.
18467
18468 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18469
18470 * faces.el (region): Change background color for light background.
18471
18472 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18473 attribute from mode-line face of Ediff control frame.
18474
18475 * replace.el (query-replace-map): Bind `e' like `E'.
18476
18477 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18478
18479 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18480 Change name to "Select All".
18481
18482 * dos-fns.el (convert-standard-filename): Fix last change.
18483
18484 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18485
18486 * help.el (describe-variable): Don't insert a second `'s' in front
18487 of the string `value is shown below'. Since the syntax-table is
18488 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18489 an existing `'s', so that this won't be deleted.
18490
18491 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18492 * pcmpl-unix.el: New files.
18493
18494 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18495
18496 * wid-edit.el (widget-member): Use the new plist-member.
18497
18498 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18499
18500 * replace.el (perform-replace): Undo change of 2000-04-04.
18501 Instead, move backward 1 character at the end of the loop when
18502 necessary.
18503
18504 * faces.el (fringe): Change face for different backgrounds.
18505
18506 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18507 patch from John.
18508
18509 * eshell/*.el: Change spelling of the Free Software Foundation.
18510
18511 * eshell/esh-toggle.el: Removed.
18512
18513 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18514
18515 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18516 interactively.
18517
18518 2000-06-26 Alex Schroeder <alex@gnu.org>
18519
18520 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18521 `define-key'; instead of checking `(emacs-version)' check for
18522 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18523 for `;' and `o' which might be electric.
18524
18525 (sql-electric-stuff): New user option.
18526 (sql-magic-go): New function which uses `sql-electric-stuff'.
18527 (sql-magic-semicolon): New function which uses
18528 `sql-electric-stuff'.
18529
18530 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18531 is not fboundp.
18532
18533 (sql-oracle-options): New variable.
18534 (sql-oracle): Use it.
18535
18536 (sql-imenu-generic-expression): Doc change.
18537 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18538 is used.
18539
18540 (sql-informix): Added command line parameter "-" to force
18541 sql-informix-program to use stdout.
18542
18543 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18544
18545 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18546 (cp864-decode-table): Doc fix.
18547 (cp720-decode-table): New variable, supports the Arabic OEM
18548 codepage used by Windows.
18549 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18550
18551 2000-06-23 Dave Love <fx@gnu.org>
18552
18553 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18554 (font-lock-fontify-anchored-keywords): Use
18555 line-beginning-position.
18556 (global-font-lock-mode): Use mapc.
18557
18558 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18559
18560 * eshell/esh-module.el: Require CL when compiling.
18561
18562 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18563
18564 * comint.el (comint-substitute-in-file-name): Call replace-match
18565 with second and third arg t.
18566
18567 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18568 Specify foreground color.
18569
18570 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18571 color.
18572
18573 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18574
18575 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18576 cddr instead of cdddr.
18577
18578 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18579 instead of copy-list.
18580
18581 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18582 of copy-list.
18583
18584 * subdirs.el: Add eshell subdirectory.
18585
18586 * eshell: New subdirectory containing the Eshell package.
18587
18588 * pcomplete.el: New file.
18589
18590 2000-06-23 Paul Eggert <eggert@twinsun.com>
18591
18592 * mail/mailpost.el (post-mail-send-it): Make sure file has
18593 proper permissions from birth.
18594
18595 * files.el (basic-save-buffer-2): When temporarily setting
18596 file modes, set them to current modes plus 0200, not to 0777.
18597
18598 * emerge.el (emerge-make-temp-file): Make sure file has proper
18599 permissions from birth.
18600
18601 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18602
18603 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18604 backup file name through convert-standard-filename.
18605
18606 * dos-fns.el (convert-standard-filename): Convert leading
18607 directories as well. When long file names are supported, convert
18608 characters that are invalid in Windows file names.
18609
18610 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18611
18612 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18613 ps-print crashes. New feature: page selection for printing. Create
18614 raw-text-unix coding system for XEmacs. Doc fix.
18615 (ps-print-version): New version number (5.2.3).
18616 (ps-plot-region): Bug fix.
18617 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18618 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18619 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18620 funs.
18621 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18622 (ps-last-page): New vars.
18623
18624 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18625
18626 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18627 empty option string.
18628
18629 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18630
18631 * man.el (man): Doc fix.
18632
18633 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18634
18635 * international/mule-cmds.el (set-language-info-alist): Docstring
18636 fixed.
18637
18638 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18639
18640 * version.el (emacs-version): Use ISO date format.
18641
18642 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18643 instead of `M-backspace'.
18644
18645 * simple.el (turn-off-auto-fill): New function.
18646
18647 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18648
18649 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18650 Renamed from with-buffer-prepared-for-font-lock and use
18651 inhibit-modification-hooks rather than setting *-change-functions.
18652 Update all functions to use the new name.
18653 (jit-lock-first-unfontify-pos): New semantics (and doc).
18654 (jit-lock-mode): Make non-interactive.
18655 Don't automatically turn on font-lock.
18656 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18657 Always use jit-lock-after-change.
18658 Remove and restore font-lock-after-change-function.
18659 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18660 (jit-lock-after-unfontify-buffer): Remove.
18661 (jit-lock-stealth-fontify):
18662 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18663 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18664
18665 2000-06-20 Sam Steingold <sds@gnu.org>
18666
18667 * emacs-lisp/cl-indent.el (toplevel): Indent
18668 `print-unreadable-object' properly. Untabify.
18669
18670 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18671
18672 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18673 Support for bibentry.
18674 (reftex-compile-variables): Fixed problem with end of section-re.
18675
18676 * texmodes/reftex-dcr.el (reftex-view-crossref,
18677 reftex-view-crossref-from-bibtex):
18678 Deal with changed `reftex-find-citation-regexp-format'.
18679 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18680 Replaced `remprop' with `put'.
18681 (reftex-view-crossref, reftex-view-crossref-when-idle):
18682 Support for bibentry.
18683
18684 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18685 New entry for bibentry package.
18686
18687 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18688 Regexp also matches "\nobibliography".
18689
18690 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18691 Call `reftex-ensure-write-access' before doing anything.
18692 (reftex-ensure-write-access): New function.
18693
18694 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18695
18696 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18697
18698 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18699
18700 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18701
18702 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18703
18704
18705 2000-06-20 Dave Love <fx@gnu.org>
18706
18707 * faces.el (frame-background-mode): Use set-default, not set, in
18708 setter.
18709 (frame-update-faces, frame-update-face-colors): Define with
18710 defalias.
18711
18712 * enriched.el (enriched-decode-foreground)
18713 (enriched-decode-background): Don't use internal-find-face.
18714
18715 * apropos.el: Doc fixes.
18716
18717 * cus-edit.el (customize-changed-options): Check arg.
18718 (customize-version-lessp): Don't require decimal point.
18719
18720 * custom.el (defcustom, defgroup): Doc fix.
18721
18722 * newcomment.el (comment) <defgroup>: Add :version.
18723 (comment-multi-line): Doc fix.
18724
18725 * emulation/mlsupport.el (define-hooked-local-abbrev,
18726 define-hooked-global-abbrev): Fix, using define-abbrev.
18727
18728 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18729
18730 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18731 the whole buffer.
18732
18733 2000-06-19 Dave Love <fx@gnu.org>
18734
18735 * menu-bar.el (menu-bar-options-save): New function.
18736 (menu-bar-options-menu): Use it.
18737 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18738 Simplify.
18739
18740 2000-06-19 Andreas Schwab <schwab@suse.de>
18741
18742 * progmodes/etags.el (tags-query-replace): Put new parameters
18743 START and END at the end, for backward compatibility.
18744
18745 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18746
18747 * international/codepage.el:
18748 (cp-coding-system-for-codepage-1): Delete special codes for
18749 generating xxx-dos coding system because now a CCL based coding
18750 system can handle EOL conversion by default.
18751
18752 * international/mule.el (make-coding-system): Generate subsidiary
18753 coding systems for EOL handling variants even for a CCL based
18754 coding system.
18755
18756 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18757
18758 * international/isearch-x.el (isearch-minibuffer-input-method)
18759 (isearch-minibuffer-input-method-function): These variables
18760 deleted.
18761 (isearch-with-input-method): Don't use the above variables.
18762 (isearch-process-search-multibyte-characters): Likewise. Call
18763 read-string with the arg INHERIT-INPUT-METHOD t.
18764
18765 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18766
18767 * font-lock.el (font-lock-after-fontify-buffer)
18768 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18769
18770 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18771 Use consistent make-local-variable style for font-lock-fontified.
18772 (jit-lock-fontify-buffer):
18773 Don't bother checking for font-lock-mode and jit-lock-mode.
18774
18775 * time.el: Remove trailing ^M that prevent CVS-merging.
18776
18777 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18778
18779 * Makefile.in (distclean): New target.
18780
18781 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18782
18783 * Makefile.in (srcdir): Define for update-subdirs.
18784
18785 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18786
18787 * find-lisp.el: New file.
18788
18789 2000-06-16 Andrew Innes <andrewi@gnu.org>
18790
18791 * time.el (display-time-mail-function): New variable, to allow
18792 external packages to indicate when new mail is available.
18793 (display-time-update): Use it.
18794
18795 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18796
18797 * international/mule.el (mule-version): Change version name to
18798 SAKAKI. AOI has already been used by Meadow.
18799
18800 * international/quail.el (quail-show-guidance-buf): To find the
18801 bottom window (but minibuffer), pay attention to the height of
18802 minibuffer.
18803
18804 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18805
18806 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18807 menu-bar menus. Add help strings. Don't remove the Edit menu
18808 from the menu bar, as the menu bar has enough space now.
18809
18810 * Makefile.in (SHELL): Make sure /bin/sh is used.
18811
18812 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18813 characters, which use series of two ^H characters instead of one.
18814
18815 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18816
18817 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18818 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18819 functions.
18820 (Info-find-node-2): Try a case-sensitive search first, then
18821 do a case-insensitive search.
18822
18823 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18824 tutorials.
18825
18826 * complete.el (PC-env-vars-alist): New variable.
18827 (PC-complete-as-file-name): New function.
18828 (partial-completion-mode): Initialize PC-env-vars-alist from
18829 process-environment.
18830 (PC-do-completion): Handle completion of env vars.
18831
18832 * info.el (Info-set-mode-line): Show file name in mode line,
18833 use `*Info*' instead of `Info:'.
18834
18835 * startup.el (command-line-1): Change copyright messages to year
18836 2000.
18837
18838 2000-06-15 Dave Love <fx@gnu.org>
18839
18840 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18841 not local-map.
18842
18843 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18844
18845 * international/mule.el (set-buffer-file-coding-system): Almost
18846 rewritten to handle `undecided' as no-op.
18847
18848 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18849
18850 * Makefile.in: New file.
18851
18852 * Makefile: Removed.
18853
18854 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18855 (goto-address-highlight-keymap): Bind C-c RET.
18856
18857 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18858
18859 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18860 inherits buffer-file-coding-system of the current buffer.
18861
18862 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18863 0. Give correct argument to set-auto-coding-function.
18864 (tar-expunge): For goto-char, use (point-min), not 0.
18865 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18866 (tar-subfile-save-buffer): Likewize.
18867
18868 * international/mule.el
18869 (after-insert-file-set-buffer-file-coding-system): Call
18870 set-buffer-file-coding-system with the arg FORCE t.
18871
18872 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18873
18874 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18875 nil. Contemporary sendmails issue an X-Authentication-Warning if
18876 the sender is set with `-f'.
18877
18878 2000-06-13 Dave Love <fx@gnu.org>
18879
18880 * help.el (describe-function-1): Kluge around cases of functions
18881 fset to subrs whose doc doesn't match their symbol-name.
18882
18883 * image.el (insert-image): Default STRING to a space.
18884
18885 * info.el Doc fixes.
18886 (Info-build-node-completions): Match Ref tags.
18887
18888 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18889
18890 * frame.el (display-multi-frame-p, display-multi-font-p): New
18891 defaliases for display-graphic-p.
18892
18893 * hl-line.el: Fixed a typo in commentary.
18894
18895 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18896
18897 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18898 fixed.
18899
18900 2000-06-12 Dave Love <fx@gnu.org>
18901
18902 * image.el (insert-image): Save a little consing.
18903
18904 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18905
18906 * language/tibet-util.el: Convert all tibetan-1-column characters
18907 to the corresponding tibetan characters.
18908 (tibetan-add-components): Delete code for the special treatment of
18909 'a chung.
18910
18911 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18912 change.
18913 (tibetan-vowel-transcription-alist): More rules added.
18914 (tibetan-composite-vowel-alist): New variable.
18915 (tibetan-precomposition-rule-alist): More rules added.
18916
18917 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18918
18919 * startup.el (command-line): Only call menu-bar-mode if interactive.
18920
18921 * thingatpt.el (toplevel symbol-properties):
18922 * textmodes/makeinfo.el (makeinfo-compile):
18923 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18924 * progmodes/hideif.el (hif-compress-define-list)
18925 (hide-ifdef-use-define-alist):
18926 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18927 (ange-ftp-vms-add-file-entry):
18928 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18929 * man.el (Man-build-man-command):
18930 * mail/rnewspost.el (news-reply-header-hook):
18931 * info.el (Info-insert-dir):
18932 * emulation/mlconvert.el (backward-word, forward-word, setq):
18933 * emacs-lisp/gulp.el (gulp-send-requests):
18934 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18935 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18936 (byte-optimize-apply, end of file):
18937 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18938 (ad-make-freeze-definition):
18939 * startup.el (command-line, command-line-1): Don't quote lambdas.
18940
18941 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18942 (cvs-cleanup-removed): New function.
18943 (cvs-cleanup-functions): New var.
18944 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18945 some flexibility in specifying additional entries to auto-cleanup.
18946 (cvs-quickdir): New function.
18947 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18948 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18949 (cvs-mode-find-file): Check that we are on a filename or dirname
18950 when invoked through a mouse-click.
18951 (cvs-full-path): Remove.
18952 (cvs-dired-action): Re-introduced.
18953 (cvs-dired-noselect): Use it.
18954 (vc-post-command-functions): use this new hook if available.
18955
18956 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18957 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18958 (cvs-filename-map, cvs-dirname-map): Remove.
18959 (cvs-default-action): Remove.
18960 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18961 if the arg is really a keymap.
18962 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18963 Don't hardcode the mapping from state (aka type) to face, but check
18964 the var cvs-fi-<type>-face instead.
18965 (cvs-fileinfo-from-entries): New function.
18966
18967 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18968 Docstring fix.
18969 (cvs-find-file-and-jump): Change default to be safer.
18970 (cvs-mode-diff-map): Define it as a function as well.
18971 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18972 Bind mouse-2 in this global map rather than with text-properties.
18973
18974 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18975 file to resolve the ambiguity between C(conflict) and C(need-merge).
18976
18977 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18978
18979 * international/mule.el (set-buffer-file-coding-system): If
18980 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18981 unconditionally.
18982
18983 2000-06-12 Dave Love <fx@gnu.org>
18984
18985 * wid-edit.el (widget-specify-button): Really suppress the face if
18986 required.
18987
18988 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18989
18990 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18991
18992 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18993
18994 * imenu.el (imenu-generic-expression): Docstring fix.
18995
18996 * composite.el (composition-function-table): Move the `put'
18997 below the autoload cookie so we can load the file before loaddefs.
18998
18999 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
19000
19001 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
19002 Handle easy-mmode-define-global-mode.
19003 For complex macros like define-minor-mode that can generate
19004 several autoload entries, try to autoload entries in the
19005 macroexpanded code.
19006
19007 * emacs-lisp/easy-mmode.el (define-minor-mode):
19008 If KEYMAP is a symbol, just use it.
19009 Use byte-compile-current-file and load-file-name to infer the
19010 proper :require to pass to defcustom.
19011 Wrap the hook var into `progn' so as not to autoload it.
19012 Add a :autoload-end cookie.
19013 Be more careful about the evaluation of KEYMAP.
19014 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
19015 (define-derived-mode): Move define-abbrev-table outside of defvar.
19016
19017 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
19018
19019 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
19020 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19021 (backup-compiled-files): Ignore errors during `tar'.
19022 (bootstrap): Make autoloads before elc files.
19023
19024 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19025
19026 * international/mule.el (set-buffer-file-coding-system): If one of
19027 undecided-XXX is specified, change only EOL conversion.
19028
19029 * international/mule-conf.el (unix): New alias for the coding
19030 system undecided-unix.
19031
19032 2000-06-09 Dave Love <fx@gnu.org>
19033
19034 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19035
19036 * progmodes/executable.el: Byte compile dynamic.
19037 (executable-insert): Change custom type.
19038 (executable-find): Add autoload cookie.
19039 (executable-make-buffer-file-executable-if-script-p): New
19040 function. After Noah Friedman.
19041
19042 * files.el (after-save-hook): Customize, with
19043 executable-make-buffer-file-executable-if-script-p as an option.
19044
19045 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19046
19047 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19048 "tib24p-mule.bdf" for Tibetan.
19049
19050 * composite.el (decompose-composite-char): Declare it as obsolete.
19051
19052 * man.el (Man-fontify-manpage): Pay attention to underline and
19053 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19054
19055 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19056
19057 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19058 Set maintainer to FSF since author isn't reachable.
19059
19060 2000-06-08 Dave Love <fx@gnu.org>
19061
19062 * international/mule-cmds.el (select-safe-coding-system): If
19063 DEFAULT-CODING-SYSTEM is not specified, also check the most
19064 preferred coding-system if buffer-file-coding-system is
19065 `undecided'. From Handa.
19066
19067 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19068
19069 * international/mule.el
19070 (after-insert-file-set-buffer-file-coding-system): If the buffer
19071 size is greater than INSERTED, judget that we are not visiting.
19072
19073 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19074
19075 * whitespace.el (defgroup whitespace): Comment out `:version'.
19076 XEmacs 20.4 has problems defining the group with this present.
19077 We'll have this commented out till get resolve the problem.
19078
19079 2000-06-07 John Wiegley <johnw@gnu.org>
19080
19081 * align.el (align-dq-string-modes, align-sq-string-modes)
19082 (align-open-comment-modes): Add pyhton-mode.
19083 (align-rules-list): Use get-text-property instead of
19084 text-properties-at.
19085 (align-rules-list): Add python-assignment.
19086 (align-rules-list): Change perl-comma-delimiter to
19087 basic-comma-delimiter. Use if for Perl modes and python-mode.
19088 (align-rules-list): Add python-chain-logic and
19089 basic-line-continuation.
19090
19091 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19092
19093 * apropos.el (apropos-mode-hook): New user variable.
19094 (apropos-mode): Run apropos-mode-hook.
19095
19096 2000-06-07 David Ponce <david@dponce.com>
19097
19098 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19099 commands. Require `wid-edit' at run-time.
19100
19101 2000-06-07 David Ponce <david@dponce.com>
19102
19103 * recentf.el: Added some "Commentary".
19104 (recentf-open-more-files, recentf-edit-list): Minor changes to
19105 move the point at the top of the file list. This behaviour is
19106 consistent with the menu one when the list contains a lot of
19107 files.
19108 (recentf-cleanup): Now displays the number of items removed from
19109 the list.
19110 (recentf-relative-filter) New menu filter to show filenames
19111 relative to `default-directory'.
19112
19113 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19114
19115 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19116 with/without giving an error if PostScript printer doesn't have this
19117 kind of page size. Zebra Stripe continues or restarts on next page.
19118 Manual/automatic paper feeding. Switch or not the header.
19119 (ps-print-version): New version number (5.2.2).
19120 (ps-windows-system): Include emx as a Windows system.
19121 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19122 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19123 (ps-background-text): Code fix.
19124 (ps-error-handler-message, ps-user-defined-prologue)
19125 (ps-print-prologue-header, ps-printer-name)
19126 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19127 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19128 (ps-use-face-background): Customization fix.
19129 (ps-n-up-database): Data fix.
19130 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19131 (ps-switch-header): New vars.
19132 (ps-xemacs-color-name, ps-face-foreground-name)
19133 (ps-face-background-name, ps-boolean-constant): New funs.
19134
19135 2000-06-07 Dave Love <fx@gnu.org>
19136
19137 * allout.el: New version from Manheimer.
19138
19139 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19140
19141 * textmodes/fill.el (fill-find-break-point): Check the validity of
19142 charset.
19143
19144 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19145
19146 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19147 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19148 Call display-color-p and display-mouse-p instead of looking at
19149 window-system.
19150
19151 2000-06-06 Dave Love <fx@gnu.org>
19152
19153 * image.el (find-image): Doc fix. Return nil if image not found.
19154 (put-image, insert-image): Make STRING arg optional.
19155
19156 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19157
19158 * language/vietnamese.el: Remove eval-when-compile.
19159 (viet-viscii-nonascii-translation-table): Define it as a
19160 translation table made from viet-viscii-decode-table.
19161 (viet-viscii-encode-table): Define it as a translation table made
19162 from the reverse map of above.
19163 (viet-vscii-nonascii-translation-table): Define it as a
19164 translation table made from viet-vscii-decode-table.
19165 (viet-vscii-encode-table): Define it as a translation table made
19166 from the reverse map of above.
19167 (ccl-decode-viscii): Use translate-character.
19168 (ccl-encode-viscii, ccl-encode-viscii-font)
19169 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19170 Likewize.
19171
19172 * language/cyrillic.el: Remove eval-when-compile.
19173 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19174 translation table made from cyrillic-koi8-r-decode-table.
19175 (cyrillic-koi8-r-encode-table): Define it as a translation table
19176 made from the reverse map of above.
19177 (ccl-decode-koi8): Use translate-character.
19178 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19179 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19180 a translation table made from cyrillic-alternativnyj-decode-table.
19181 (cyrillic-alternativnyj-encode-table): Define it as a translation
19182 table made from the reverse map of above.
19183 (ccl-decode-alternativnyj): Use translate-character.
19184 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19185 Likewize
19186
19187 * international/mule-diag.el (non-iso-charset-alist): Specify
19188 translation table symbol instead of translation table itself.
19189 (list-block-of-chars): CHARSET may be a translation table symbol.
19190
19191 * international/mule.el (make-coding-system): If CODING-SYSTEM
19192 already exists, override it.
19193
19194 * international/fontset.el: Use family `proportional' for Tibetan
19195 fonts.
19196
19197 * international/ccl.el (ccl-compile-translate-character): Don't
19198 check if Rrr has property translation-table.
19199 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19200
19201 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19202
19203 * info.el: Bind case-fold-search to t when searching in case
19204 a user sets it to nil in a hook.
19205
19206 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19207
19208 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19209 * hl-line.el (hl-line-mode): Use the new :global key argument.
19210
19211 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19212 (tar-clip-time-string): Prepend a space.
19213 (tar-grind-file-mode): Construct a string rather than modifying one.
19214 (tar-header-block-summarize): Fix docstring.
19215 Use `format' rather than an error-prone set of copy-loops.
19216
19217 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19218 (diff-goto-source, diff-unified->context, diff-context->unified)
19219 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19220 understand the format output by the `-p' argument to diff.
19221
19222 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19223 (sh-re-done): Use defconst.
19224 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19225 (sh-help-string-for-variable, sh-guess-basic-offset):
19226 Don't quote lambdas.
19227 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19228 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19229
19230 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19231 (mh-letter-mode): Derive from text-mode.
19232 This implicitly means that it now calls kill-all-local-variables.
19233 Also remove the Emacs-18 compatibility code.
19234
19235 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19236 Make use of symbol-property doc-string-elt.
19237 Use memq rather than a sequence of eq.
19238 (doc-string-elt): Fix the wrong or missing previously unused values.
19239 (autoload-print-form): New function extracted from
19240 generate-file-autoloads to allow recursion when handling progn
19241 so that defvar's and defun's docstrings are properly printed.
19242 (generate-file-autoloads): Use it.
19243
19244 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19245 Use find-file-hooks in the minor-mode function.
19246 Be careful not to loop indefinitely in the post-command-hook function.
19247
19248 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19249
19250 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19251 tty's.
19252 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19253 differences whenever appropriate.
19254 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19255 * viper.el (find-file, find-file-other-window): Get viper to do
19256 wildcards.
19257
19258 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19259
19260 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19261 (jit-lock-fontify-buffer): New function for JIT refontification.
19262 (jit-lock-mode): Fix docstring.
19263 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19264 Remove jit-lock-after-change from the _local_ hook.
19265 (jit-lock-function-1): Fix docstring.
19266
19267 * info.el (Info-on-current-buffer): Initialize info.
19268
19269 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19270
19271 * progmodes/tcl.el (tcl-indent-for-comment):
19272 Ignore comment-indent-hook.
19273
19274 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19275 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19276 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19277 and improve to use the lighter to guess the capitalization.
19278 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19279 Add keyword arguments to specify global-ness or the custom group.
19280 Add local-map and help-echo properties to the lighter.
19281 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19282 (easy-mmode-define-global-mode): New macro.
19283
19284 2000-06-02 Dave Love <fx@gnu.org>
19285
19286 * wid-edit.el: byte-compile-dynamic since we typically don't use
19287 all the widgets. Don't require cl or widget. Remove
19288 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19289 (widget-read-event): Removed. Callers changed to use read-event.
19290 (widget-button-release-event-p): Renamed from
19291 button-release-event-p.
19292 (widget-field-add-space, widget-field-use-before-change):
19293 Uncustomize.
19294 (widget-specify-field): Use keymap property, not local-map.
19295 (widget-specify-button): Obey :suppress-face.
19296 (widget-specify-insert): Use modern backquote syntax.
19297 (widget-image-directory): Renamed from widget-glyph-directory.
19298 (widget-image-enable): Renamed from widget-glyph-enable.
19299 (widget-image-find): Replaces widget-glyph-find.
19300 (widget-button-pressed-face): Move defvar.
19301 (widget-image-insert): Replaces widget-glyph-insert.
19302 (widget-convert): Use keywordp.
19303 (widget-leave-text, widget-children-value-delete): Use mapc.
19304 (widget-keymap): Remove XEmacs stuff.
19305 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19306 (widget-button-click): Don't set point at the click, but re-centre
19307 if we scroll out of window. Rewritten for images v. glyphs &c.
19308 (widget-tabable-at): Use POS arg, not point.
19309 (widget-beginning-of-line, widget-end-of-line)
19310 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19311 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19312 (widget-default-create): Use widget-image-insert; some rewriting.
19313 (widget-visibility-value-create)
19314 (widget-push-button-value-create, widget-toggle-value-create): Use
19315 widget-image-insert.
19316 (checkbox): Create on and off images dynamically.
19317 (documentation-link): Change :help-echo.
19318 (widget-documentation-link-echo-help): Remove.
19319
19320 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19321
19322 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19323
19324 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19325 (easy-mmode-define-toggle, define-minor-mode): Use it.
19326 (easy-mmode-define-keymap): Docstring fix.
19327 (define-derived-mode): Default PARENT to fundamental-mode.
19328 Add the derived-mode-parent symbol-property.
19329 (easy-mmode-derived-mode-p): New function.
19330
19331 2000-06-02 Dave Love <fx@gnu.org>
19332
19333 * files.el (convert-standard-filename): Doc fix.
19334 (normal-backup-enable-predicate): New function.
19335 (backup-enable-predicate): Use it to replace the lambda form.
19336
19337 * calendar/todo-mode.el: [This needs more work on the outline
19338 stuff.] Doc fixes.
19339 (todo) <defgroup>: Add :version.
19340 (todo-add-category): Don't use pushnew.
19341 (todo-cmd-raise): Fix typo.
19342 (todo-top-priorities): Change temp buffer name.
19343 (todo-category-alist): Avoid redundant lambda.
19344 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19345 Use outline-next-heading.
19346
19347 * autoarg.el: Rewritten to use define-minor-mode.
19348 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19349 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19350
19351 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19352
19353 * isearch.el (isearch-other-meta-char): Fix previous change.
19354
19355 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19356
19357 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19358 (log-edit-done): Only add the comment to the ring if it's different
19359 from the last comment entered.
19360
19361 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19362
19363 2000-06-01 Dave Love <fx@gnu.org>
19364
19365 * hl-line.el: Rewritten using define-minor-mode.
19366
19367 * help.el (describe-function-1): Distinguish special form from
19368 builtin function. Sanity-check presence of arglist for builtins.
19369
19370 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19371
19372 * international/characters.el: Fix syntax/category setting of
19373 Tibetan characters.
19374
19375 * language/tibet-util.el (tibetan-add-components): Fixes for new
19376 encoding of Tibetan characters.
19377 (tibetan-decompose-precomposition-alist): New variable.
19378 (tibetan-decompose-region): Convert precomposed characters to
19379 non-precomposed characters.
19380 (tibetan-decompose-string): Likewise.
19381 (tibetan-composition-function): Fix args to
19382 thibetan-compose-string.
19383
19384 * language/tibetan.el (tibetan-composable-pattern): More
19385 characters included.
19386 (tibetan-consonant-transcription-alist): Rule for "R" added.
19387 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19388 "+R" added.
19389 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19390
19391 * language/lao-util.el (lao-composition-function): Fix args to
19392 compose-string.
19393
19394 * language/thai-util.el (thai-composition-function): Fix args to
19395 compose-string.
19396
19397 * isearch.el (isearch-update): Set disable-point-adjustment to t
19398 to prevent the point moving to the end of a composition when a
19399 part of a composition is searched.
19400 (isearch-other-meta-char): If the key invoking this command can be
19401 mapped by function-key-map to a printing char, call
19402 isearch-process-search-char directly.
19403
19404 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19405
19406 * emacs-lisp/bytecomp.el:
19407 * frame.el:
19408 * international/mule-cmds.el:
19409 * international/mule-util.el:
19410 * international/mule.el:
19411 * mouse.el:
19412 * subr.el:
19413 * faces.el: Update calls to make-obsolete with a WHEN argument.
19414
19415 * byte-run.el (make-obsolete, make-obsolete-variable):
19416 Add an optional WHEN argument and change the format of the
19417 symbol-property information.
19418 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19419 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19420 new obsolete-symbol-property format and print WHEN if it is provided.
19421
19422 2000-05-31 Dave Love <fx@gnu.org>
19423
19424 * loadhist.el (loadhist-hook-functions): Remove
19425 before-change-function, after-change-function.
19426 (unload-feature): Deal with symbols which are both bound and
19427 fbound.
19428
19429 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19430 before-change-function, after-change-function.
19431
19432 * simple.el (newline): Don't bind before-change-function,
19433 after-change-function.
19434
19435 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19436
19437 * whitespace.el (whitespace-rescan-timer-time): Update interval
19438 set to 600 seconds (10 minutes) instead of 60 seconds since
19439 a large number of whitespace buffers causes emacs to `freeze'
19440 for a considerable amount of time.
19441
19442 * whitespace.el: Updated email address
19443
19444 2000-05-31 Dave Love <fx@gnu.org>
19445
19446 * add-log.el (change-log-font-lock-keywords) <function>: Add
19447 pattern for function of change.
19448 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19449 acknowledgements patterns.
19450
19451 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19452
19453 * isearch.el (isearch-printing-char): If keyboard coding system is
19454 being used, call isearch-process-search-multibyte-characters.
19455
19456 * international/isearch-x.el: Mostly rewritten.
19457
19458 * international/quail.el (quail-start-conversion): Don't include
19459 unhandled events in the returned events, but set them in
19460 unread-command-events. Exit if all inputs are deleted.
19461
19462 2000-05-30 Jason Rumney <jasonr@gnu.org>
19463
19464 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19465
19466 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19467 Reenable code to create initial fontsets.
19468 Use set-fontset-font in place of put-charset-property.
19469
19470 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19471
19472 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19473 label, ensure that the first colon isn't followed by another.
19474
19475 * paths.el (Info-default-directory-list): Doc fix.
19476
19477 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19478 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19479 send a query containing USER only, not USER@HOST.
19480
19481 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19482 and rmail-msgend to compute the restriction at the end, instead of
19483 computing it.
19484
19485 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19486
19487 * dabbrev.el (dabbrev-expand): Don't display messages in the
19488 echo area if the minibuffer window is active.
19489
19490 * jit-lock.el (jit-lock-mode): Add after change function to
19491 local hook.
19492
19493 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19494
19495 * antlr-mode.el: New commands: hide/unhide actions,
19496 upcase/downcase literals.
19497 (antlr-tiny-action-length): New user option.
19498 (antlr-hide-actions): New command. Suggested by
19499 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19500 (antlr-mode-map): New binding [C-c C-v].
19501 (antlr-mode-menu): New entries.
19502 (antlr-downcase-literals): New command.
19503 (antlr-upcase-literals): Ditto.
19504
19505 * antlr-mode.el: Minor changes: indendation, mode-name.
19506 (antlr-indent-line): Indent cpp directive at column 0.
19507 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19508
19509 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19510 (antlr-font-lock-additional-keywords): Workaround for intentional
19511 bug in XEmacs version of font-lock.
19512 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19513 be used by a smarter version of `buffers-menu-grouping-function'.
19514
19515 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19516
19517 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19518 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19519
19520 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19521
19522 * international/encoded-kb.el
19523 (encoded-kbd-iso2022-designation-map): Pay attention to that
19524 charset-iso-final-char return -1 for eight-bit-control and
19525 eight-bit-graphic.
19526
19527 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19528
19529 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19530 (speedbar-easymenu-definition-base): Use display-graphic-p where
19531 available, instead of window-system.
19532
19533 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19534
19535 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19536 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19537 coding systems.
19538
19539 2000-05-26 Dave Love <fx@gnu.org>
19540
19541 * disp-table.el (standard-display-underline): Don't use
19542 internal-find-face.
19543
19544 * mail/reporter.el: Maintainer change. Doc fixes.
19545 (reporter-version): Deleted.
19546
19547 * emacs-lisp/elp.el: Maintainer change.
19548 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19549
19550 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19551
19552 * add-log.el (add-change-log-entry): Merge the current entry with the
19553 previous one if the previous one is empty.
19554
19555 2000-05-26 Dave Love <fx@gnu.org>
19556
19557 * loadhist.el (unload-feature): Fix interactive spec [from
19558 lijnzaad@ebi.ac.uk].
19559
19560 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19561 subr-arity to check primitives.
19562 (byte-compile-flush-pending, byte-compile-file-form-progn)
19563 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19564 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19565 mapcar.
19566
19567 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19568
19569 * international/fontset.el: Set family names of non-latin charsets
19570 in default fontset to "*".
19571
19572 * international/mule-diag.el (print-fontset): Combine family part
19573 and registry part of the fontname by "-*-" instead of "-".
19574
19575 * international/mule-cmds.el (encode-coding-char): Make strings
19576 multibyte before calling encode-coding-string.
19577
19578 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19579
19580 * derived.el: Fix keywords.
19581 (define-derived-mode): Only define if needed.
19582
19583 * simple.el (fill-comment, comment-column, comment-start)
19584 (comment-start-skip, comment-end, comment-indent-function)
19585 (block-comment-start, block-comment-end, indent-for-comment)
19586 (set-comment-column, kill-comment, comment-padding, comment-region)
19587 (comment-multi-line, indent-new-comment-line): Remove.
19588
19589 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19590 function names for comment operations.
19591
19592 * newcomment.el: Add abundant autoload cookies.
19593 (comment-style): Don't depend on runtime data at compile-time.
19594 (comment-indent-hook): Remove.
19595 (comment-indent): Check if comment-indent-hook is bound.
19596 (comment-region): Docstring fix.
19597
19598 2000-05-25 Dave Love <fx@gnu.org>
19599
19600 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19601 byte-code-function-p.
19602
19603 * mail/rmailsum.el: Add provide.
19604
19605 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19606
19607 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19608 defcustom.
19609
19610 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19611
19612 * ediff-diff.el (ediff-exec-process): delete --binary option from
19613 non-buffer ediff jobs.
19614
19615 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19616
19617 * hilit-chg.el (highlight-changes-mode): Ask about color or
19618 grayscale support, not about window-system.
19619
19620 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19621 window-system.
19622 (ffap-highlight): Always default to t.
19623
19624 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19625 display-popup-menus-p instead of looking at window-system.
19626
19627 * disp-table.el (standard-display-g1, standard-display-graphic):
19628 Only refuse to use string glyphs on X and MS-Windows.
19629
19630 * avoid.el: Remove window-system from commentary, suggest to use
19631 display-*-p instead.
19632
19633 * apropos.el (apropos-print): Use display-mouse-p instead of
19634 window-system.
19635
19636 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19637
19638 * international/codepage.el (cp-decoding-vector-for-codepage):
19639 Fill up unsupported characters with their own codes. From Kenichi
19640 Handa.
19641
19642 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19643
19644 * international/mule-diag.el (describe-char-after): Use
19645 display-graphic-p instead of window-system, so that this function
19646 works on MS-DOS.
19647
19648 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19649
19650 * international/codepage.el (cp-make-coding-systems-for-codepage):
19651 Remove the eight-bit-graphic and eight-bit-control charsets from
19652 the list of charsets which we convert into `?'.
19653
19654 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19655
19656 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19657 private charsets.
19658 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19659 japanese-jisx0213-2): New charsets.
19660
19661 * international/fontset.el: Setup default fontset for new charsets.
19662
19663 2000-05-24 Dave Love <fx@gnu.org>
19664
19665 * info.el (Info-find-node-2): Restructure [following "Vadim
19666 S. Solomin" <sovs@uic.nnov.ru>].
19667
19668 * icomplete.el: Fix header for Finder.
19669
19670 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19671
19672 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19673 STAY.
19674
19675 * rmail.el (rmail-automatic-folder-directives): New user variable.
19676 (rmail-show-message): Add call to `rmail-auto-file' during
19677 display.
19678 (rmail-auto-file): New function.
19679
19680 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19681
19682 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19683 account.
19684 (ediff-test-utility,ediff-diff-mandatory-option)
19685 (ediff-reset-diff-options): Utilities for proper initialization of
19686 ediff-diff-options and ediff-diff3-options on Windows.
19687
19688 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19689 variable.
19690
19691 * ediff-mult.el (ediff-filegroup-action): Use
19692 ediff-merge-filename-prefix.
19693
19694 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19695
19696 * viper-ex.el (ex-write): Set selective display to nil.
19697
19698 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19699
19700 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19701 aliases for hebrew-iso-8bit.
19702
19703 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19704
19705 * woman.el: New version from Francis J. Wright
19706 <F.J.Wright@Maths.QMW.ac.uk>.
19707 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19708 names in environment variables regardless of the path separator.
19709 (woman-topic-all-completions-1): Don't call file-name-directory-p
19710 on all files, since woman-file-regexp already filters out any
19711 directories.
19712
19713 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19714
19715 * international/quail.el (quail-start-translation): Don't change
19716 modified-p of the current buffer.
19717 (quail-start-conversion): Likewise.
19718
19719 * international/kkc.el (kkc-region): Don't change modified-p of
19720 the current buffer.
19721
19722 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19723 conform to RFC1468.
19724 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19725
19726 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19727
19728 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19729 (speedbar-insert-button): Invisible text property fix.
19730 (speedbar-directory-plus): Renamed from speedbar-directory-+
19731 (speedbar-directory-minus): Renamed from speedbar-directory--
19732 (speedbar-page-plus): Renamed from speedbar-file-+
19733 (speedbar-page-minus): Renamed from speedbar-file--
19734 (speedbar-page): Renamed from speedbar-file-
19735 (speedbar-tag): Renamed from speedbar-tag-
19736 (speedbar-tag-plus): Renamed from speedbar-tag-+
19737 (speedbar-tag-minus): Renamed from speedbar-tag--
19738 (speedbar-expand-image-button-alist): Use above renames.
19739
19740 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19741 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19742 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19743 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19744 * sb-pg.xpm: Renamed from sb-file.xpm
19745 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19746 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19747
19748 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19749
19750 * international/quail.el (quail-show-guidance-buf): Set
19751 current-input-method of the guidance buffer to the name of the
19752 curren input method.
19753
19754 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19755
19756 * progmodes/compile.el (compile-internal): Style typo.
19757
19758 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19759 quote vars and functions in the docstring.
19760
19761 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19762
19763 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19764 Don't quote lambdas.
19765
19766 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19767
19768 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19769
19770 * startup.el (command-line): Determine source file of compiled
19771 user init file differently. Warn if compiled user init file
19772 is older than its source file.
19773
19774 * ffap.el (ffap-url-regexp): Add `https'.
19775
19776 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19777
19778 * files.el (make-backup-file-name-1): Replace slashes with `!'
19779 rather than `|' (which is not allowed on Windows). Replace the
19780 drive letters with a string "drive_X".
19781
19782 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19783
19784 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19785
19786 * files.el (interpreter-mode-alist): Add `bash2'.
19787
19788 2000-05-22 Dave Love <fx@gnu.org>
19789
19790 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19791 mapc.
19792 (feature-file): Avoid calling symbol-name. Doc fix.
19793 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19794 (loadhist-hook-functions): Add mouse-position-function.
19795 (unload-feature): Change uses of mapcar.
19796
19797 * files.el (parse-colon-path): Doc fix.
19798 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19799 (set-auto-mode): Use mapc.
19800
19801 * complete.el (PC-look-for-include-file): Use :alnum: character
19802 class.
19803 (partial-completion-mode): Add autoload cookie.
19804
19805 2000-05-22 Sam Steingold <sds@gnu.org>
19806
19807 * info.el (Info-fontify-node): Fixed the call to
19808 `add-text-properties' (bug introduced on 2000-05-18).
19809
19810 2000-05-22 Dave Love <fx@gnu.org>
19811
19812 * bindings.el: Remove debug-ignored-errors set in other files.
19813
19814 * progmodes/etags.el: Add to debug-ignored-errors.
19815 (visit-tags-table-buffer): Clear out buffers holding old tables
19816 when making a new list.
19817 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19818 mapc.
19819
19820 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19821 quote keywords.
19822 (cmpl-string-case-type): Use character classes.
19823
19824 * comint.el:
19825 * textmodes/ispell.el:
19826 * imenu.el:
19827 * mail/mh-e.el:
19828 * progmodes/compile.el: Add to debug-ignored-errors.
19829
19830 * dabbrev.el: Add to debug-ignored-errors.
19831 (dabbrev-completion): Use mapc.
19832
19833 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19834
19835 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19836 (woman-mapcan, woman-parse-man.conf)
19837 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19838 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19839 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19840 path syntax better.
19841 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19842 (woman-manpath): Call woman-parse-man.conf.
19843 (woman-emulation): New defcustom, defaults to nroff.
19844 (woman-font-support): New defconst.
19845 (woman-use-symbol-font): New defcustom.
19846 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19847 "Emulation".
19848 Many functions: Doc fix.
19849
19850 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19851
19852 * international/quail.el (quail-simple-translation-keymap): Map
19853 128..255 to quail-self-insert-command.
19854 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19855
19856 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19857
19858 * help.el (help-manyarg-func-alist): Typo.
19859
19860 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19861 intervals which makes it heaps simpler.
19862
19863 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19864 the nested comment markers.
19865
19866 * subr.el (remove-hook): Don't turn the hook's value into a list.
19867
19868 2000-05-21 Dave Love <fx@gnu.org>
19869
19870 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19871 are invalid characters.
19872
19873 * international/mule-util.el (detect-coding-with-priority): Use
19874 mapc. Remove redundant lambda.
19875
19876 * international/mule-diag.el (list-non-iso-charset-chars)
19877 (describe-fontset): Remove redundant lambda.
19878
19879 * emulation/crisp.el (brief-mode): New alias.
19880
19881 * emacs-lisp/ring.el (ring-elements): New function.
19882
19883 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19884 (easy-menu-do-add-item): Use keywordp.
19885
19886 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19887
19888 * replace.el: Doc and error message fixes.
19889 (replace-highlight): Use facep, not internal-find-face.
19890
19891 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19892
19893 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19894
19895 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19896 (log-edit-insert-changelog): Drop `:' as well.
19897
19898 * log-view.el: Fix file description.
19899 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19900 available.
19901 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19902 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19903
19904 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19905 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19906 Print a status message if the toggle is called interactively.
19907 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19908 for global minor modes and use `defcustom' for them.
19909 Use add-minor-mode.
19910 (easy-mmode-define-derived-mode): Remove.
19911 (define-derived-mode): Fancier default docstring.
19912 (easy-mmode-define-navigation): Signal an error rather than (ding).
19913
19914 * newcomment.el (comment-styles): New `box-multi'.
19915 (comment-normalize-vars): Better default for comment-continue to
19916 avoid whitespace-only continuations.
19917 (comment-search-forward): Always move even in the no-syntax case.
19918 (comment-padright): Only obey N if it's only obeyed for padleft.
19919 (comment-make-extra-lines): Better handling of empty continuations.
19920 Use `=' for the filler if comment-start has only one character.
19921 (uncomment-region): Try handling the special `=' filler.
19922 (comment-region): Allow LINES even if MULTI is nil.
19923 (comment-box): Choose box style based on comment-style.
19924
19925 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19926
19927 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19928 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19929
19930 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19931
19932 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19933 and insert, not subst-char-in-region.
19934
19935 * international/mule-diag.el (list-character-sets-1): Handle
19936 charsets eight-bit-control and eight-bit-graphic.
19937 (list-iso-charset-chars): Likewise.
19938 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19939 charactes as is. Use indent-to to align characters.
19940
19941 * international/mule-cmds.el (find-multibyte-characters): Never
19942 exclude charsets eight-bit-control and eight-bit-graphic.
19943
19944 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19945
19946 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19947 Don't quote lambdas.
19948
19949 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19950
19951 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19952
19953 * gud.el (gud-jdb-directories): Doc fix.
19954
19955 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19956
19957 * newcomment.el: New file.
19958
19959 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19960
19961 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19962
19963 2000-05-18 Andreas Schwab <schwab@suse.de>
19964
19965 * dired.el (dired-between-files): Also skip lines beginning with
19966 `used'.
19967
19968 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19969
19970 * msb.el (msb-menu-cond): Add choice `user'.
19971
19972 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19973
19974 * ps-print.el: Compatibility, customization and doc fix.
19975 (ps-printer-name-option): Replace defconst by defvar.
19976 (ps-postscript-code-directory): XEmacs compatibility.
19977 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19978 fix.
19979 (ps-user-defined-prologue, ps-print-prologue-header)
19980 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19981 compatibility and code fix.
19982 (ps-print-background-image, ps-print-background-text):
19983 Customization fix.
19984 (ps-line-number-start, ps-n-up-on): New vars.
19985
19986 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19987
19988 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19989 the indent-comment function to just return the appropriate indent.
19990
19991 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19992
19993 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19994 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19995 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19996
19997 2000-05-18 Dave Love <fx@gnu.org>
19998
19999 * info.el (Info-fontify-node): Add intangible property as well as
20000 invisible.
20001
20002 * calendar/appt.el (appt-make-list): Match all lines of entry.
20003 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
20004
20005 2000-05-18 Kenichi Handa <handa@etl.go.jp>
20006
20007 * international/mule-diag.el (describe-char-after): Call
20008 internal-char-font, not char-font. If internal-char-font returns
20009 nil, display "-- none --".
20010
20011 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20012
20013 * image.el (image-type-available-p): Don't reference image-types
20014 if it isn't bound.
20015
20016 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
20017
20018 * autoarg.el (autoarg-mode): Typo in the :set argument.
20019
20020 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20021
20022 * startup.el (command-line-1): Don't signal an error if the
20023 directory for auto-save-list files does not yet exist.
20024
20025 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20026
20027 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20028
20029 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20030
20031 * subr.el (remove-hook): `setq' hook-value, not `set'.
20032
20033 2000-05-16 Sam Steingold <sds@gnu.org>
20034
20035 * info.el (debug-ignored-errors): More errors to ignore.
20036
20037 2000-05-16 Dave Love <fx@gnu.org>
20038
20039 * cus-edit.el: Don't require cl or easymenu.
20040 (custom-variable-prompt): Test standard-value property, not
20041 user-variable-p.
20042
20043 2000-05-16 Sam Steingold <sds@gnu.org>
20044
20045 * subr.el (add-hook): `setq' hook-value, not `set'.
20046
20047 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20048
20049 * startup.el (command-line-1): Mention the FAQ in the startup
20050 message.
20051
20052 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20053
20054 * progmodes/compile.el (compilation-parse-errors): Collect
20055 `nomessage' regexps last.
20056
20057 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20058
20059 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20060 to the function name.
20061
20062 2000-05-15 Dave Love <fx@gnu.org>
20063
20064 * speedbar.el (speedbar-recenter): Typo.
20065 (speedbar-expand-line): Make arg optional.
20066 (speedbar-mode): Avoid a compiler warning.
20067
20068 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20069
20070 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20071 user-specified option string is empty.
20072
20073 * mouse.el (mouse-yank-at-click): Doc fix.
20074
20075 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20076
20077 * term/internal.el (IT-character-translations): More updates of
20078 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20079 documents.
20080
20081 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20082
20083 * env.el (getenv): New function, interactively callable.
20084 (setenv, getenv): Remove autoload cookies.
20085
20086 * loadup.el: Load `env'.
20087
20088 * progmodes/f90.el: Change author's mail address.
20089
20090 2000-05-14 Dave Love <fx@gnu.org>
20091
20092 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20093 goto-addr as an option.
20094
20095 * help.el (help-xref-stack): Doc fix.
20096 (help-xref-following): New variable.
20097 (help-make-xrefs): Use it.
20098 (help-xref-go-back): Use position information from stack element.
20099 (help-follow): Make position in stack element a pair. Use
20100 help-xref-following.
20101
20102 * autoarg.el: New file.
20103
20104 * faces.el: Declare more functions obsolete.
20105
20106 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20107 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20108 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20109 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20110 Remove all the setup-...-environment functions.
20111
20112 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20113
20114 * speedbar.el: Updated the commentary section. xemacs20p now uses
20115 >= when detecting. Require `defimage' safely.
20116 (speedbar-easymenu-definition-base): Add toggle for images.
20117 (speedbar-easymenu-definition-special): Add flush cache & expand.
20118 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20119 (speedbar-reconfigure-keymaps-hook): New variable.
20120 (speedbar-frame-parameters): Updated documentation.
20121 (speedbar-use-imenu-flag): Updated custom tag
20122 (speedbar-dynamic-tags-function-list): New variable.
20123 (speedbar-tag-hierarchy-method): Updated doc & custom.
20124 (speedbar-indentation-width, speedbar-indentation-width) New
20125 variables.
20126 (speedbar-hide-button-brackets-flag): Customizable.
20127 (speedbar-vc-indicator): Doc update.
20128 (speedbar-ignored-path-expressions): Updated default value.
20129 (speedbar-supported-extension-expressions): Updated default value.
20130 (speedbar-syntax-table): Remove {} paren status.
20131 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20132 as "+". Added overlay aliases.
20133 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20134 `force-mode-line-update'.
20135 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20136 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20137 `mouse-set-point'
20138 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20139 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20140 of arbitrary text, and new helper functions.
20141 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20142 filename finder.
20143 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20144 (speedbar-directory-buttons): Update path search/expansion.
20145 (speedbar-make-tag-line): Pay attention to
20146 `speedbar-indentation-width'. Use more care w/ invisible
20147 properties.
20148 (speedbar-change-expand-button-char): Call
20149 `speedbar-insert-image-button-maybe'.
20150 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20151 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20152 (speedbar-trim-words-tag-hierarchy)
20153 (speedbar-simple-group-tag-hierarchy): New functions
20154 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20155 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20156 functions.
20157 (speedbar-mouse-set-point): New function
20158 (speedbar-power-click): Updated documentation.
20159 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20160 of tag prefix text.
20161 (speedbar-expand-line, speedbar-contract-line): Make more robust
20162 to strange text.
20163 (speedbar-expand-line): Takes universal argument to flush the
20164 cache.
20165 (speedbar-flush-expand-line): New function.
20166 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20167 Use new generator insertion method.
20168 (speedbar-fetch-dynamic-tags): New function.
20169 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20170 `speedbar-fetch-dynamic-imenu'.
20171 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20172 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20173 "Revert Buffer" menu items.
20174 (speedbar-buffer-buttons-engine): Be smarter when creating a
20175 filename tag (for expansion purposes.).
20176 (speedbar-highlight-one-tag-line,
20177 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20178 (speedbar-recenter): New functions.
20179 (defimage-speedbar): Image loading abstraction.
20180 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20181 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20182 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20183 (speedbar-tag-type, speedbar-tag-mail): New images.
20184 (speedbar-expand-image-button-alist): New variable.
20185 (speedbar-insert-image-button-maybe): Insert an image over some
20186 buttons.
20187
20188 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20189
20190 * international/mule-cmds.el (encode-coding-char): An ASCII
20191 character is always encodable.
20192
20193 * international/mule-conf.el: Add more information in descriptions
20194 of character sets.
20195
20196 * international/mule-diag.el (describe-char-after): New function.
20197 (describe-font-internal): Adjusted for the change of font-info.
20198 (describe-font): Likewise.
20199 (print-fontset): Rewritten for the new fontset implementation.
20200 (describe-fontset): Include fontset alias names in completion.
20201 (list-fontsets): Adjusted for the change of print-fontset.
20202
20203 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20204 describe-char-after instead of displaying the detail in the echo
20205 area.
20206 (syntax-code-table): Format changed.
20207 (string-to-syntax): Adjusted for the above change.
20208
20209 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20210
20211 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20212
20213 2000-05-12 Dave Love <fx@gnu.org>
20214
20215 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20216 dependence. Use line-{beginning,end}-position, not
20217 point-at{b,e}ol. Some doc fixes.
20218 (todo-position): New function. Fix callers of position to use it.
20219 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20220
20221 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20222
20223 * time.el (display-time-mail-icon): Use `:ascent center'.
20224
20225 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20226 handling FTP security extensions.
20227
20228 2000-05-11 Dave Love <fx@gnu.org>
20229
20230 * calendar/todo-mode.el: New file.
20231
20232 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20233
20234 * comint.el (comint-read-input-ring): Move reference to
20235 comint-input-ring-size outside of the save-excursion. It was
20236 causing the default value to be the only one ever seen.
20237
20238 * font-lock.el: Update copyright. Remove Simon Marshall's email
20239 address on request from him.
20240
20241 * subr.el (substitute-key-definition): Add comment describing
20242 the meaning of PREFIX.
20243
20244 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20245
20246 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20247
20248 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20249 (add-minor-mode): Don't make the variable buffer-local and add a
20250 reference to define-minor-mode in the docstring.
20251
20252 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20253 HEADER/FOOTER and fix bug with trailing empty directory.
20254 (cvs-append-to-ignore): Use vc-editable-p if available.
20255 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20256 (vc-do-command): Tweak advice to handle the new VC.
20257
20258 * log-view.el (log-view-goto-rev): New function for the new VC.
20259 (log-view-minor-wrap): Use mark-active.
20260
20261 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20262 (log-edit-changelog-full-paragraphs): New var.
20263 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20264 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20265 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20266 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20267 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20268 Replace the `cvs' prefix with `log-edit'.
20269
20270 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20271
20272 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20273 (diff-font-lock-defaults): Explicitly turn off multiline.
20274 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20275 (diff-ediff-patch): Fix call to ediff-patch-file.
20276 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20277 Handle comments.
20278
20279 * frame.el (automatic-hscrolling): Typo.
20280
20281 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20282
20283 2000-05-09 Sam Steingold <sds@goems.com>
20284
20285 * apropos.el (apropos-print): use `describe-face' instead of
20286 `customize-face-other-window'.
20287
20288 2000-05-09 Dave Love <fx@gnu.org>
20289
20290 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20291
20292 * help.el (describe-variable): Have customize button pop the
20293 help-xref stack when invoked.
20294 (help-xref-symbol-regexp): Add `face'.
20295 (help-make-xrefs): Check for quoted face names and adapt regexp
20296 submatch numbers to cope.
20297 (help-xref-interned): Maybe insert face doc too. Separate
20298 sections with a line of hyphens.
20299
20300 * faces.el: Some doc fixes. Declare some functions obsolete.
20301 (describe-face): Add customize button. Return the help
20302 text. Fix prompt.
20303
20304 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20305
20306 * term/internal.el (IT-character-translations): Fix last change.
20307
20308 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20309
20310 * woman.el: New file
20311 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20312
20313 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20314
20315 * term/internal.el (IT-character-translations): Update ASCII
20316 simulations for greek-iso8859-7, add latin-iso8859-14 and
20317 latin-iso8859-15.
20318
20319 * international/mule-cmds.el (set-language-info-alist): Call
20320 define-prefix-command with 3 arguments, to make the map suitable
20321 for a menu.
20322
20323 2000-05-07 Dave Love <fx@gnu.org>
20324
20325 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20326
20327 2000-05-05 Dave Love <fx@gnu.org>
20328
20329 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20330 list in doc string. Don't quote keyword symbols.
20331 * emacs-lisp/cl.el: Likewise
20332 * emacs-lisp/cl-seq.el: Likewise
20333
20334 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20335
20336 * abbrev.el (abbrev-mode): Make ARG optional.
20337
20338 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20339
20340 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20341
20342 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20343
20344 * subr.el (substitute-key-definition): Clarify documentation.
20345
20346 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20347
20348 * glasses.el (glasses-convert-to-unreadable): Use
20349 `glasses-separator' instead of the hard-wired "_".
20350 (glasses-mode): Call `glasses-make-unreadable' only in a single
20351 place.
20352
20353 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20354
20355 * term/internal.el (cjk-codepages-alist): Add associations for
20356 Chinese and Korean codepages. Remove FIXME comment.
20357
20358 2000-05-03 Dave Love <fx@gnu.org>
20359
20360 * time.el (display-time-mail-face, display-time-use-mail-icon):
20361 New option.
20362 (display-time-mail-icon): New variable.
20363 (display-time-string-forms): Use the above. Fix the local-map.
20364
20365 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20366
20367 * replace.el (query-replace-map): Add binding for `E'.
20368 (query-replace-help): Extend help text.
20369 (perform-replace): Allow editing the replacement string.
20370
20371 * make-mode.el (makefile-mode-abbrev-table): New variable.
20372 (makefile-mode): Set local abbrev table to
20373 makefile-mode-abbrev-table.
20374 (makefile-font-lock-keywords): Fontify includes and conditionals.
20375
20376 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20377 set TOGGLE's value.
20378
20379 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20380 mail-interactive-insert-alias.
20381 (mail-abbrev-complete-alias): New command.
20382 (mail-mode-map): Bind it to `M-TAB'.
20383
20384 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20385
20386 * language/lao-util.el (lao-compose-region): New function.
20387
20388 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20389
20390 * files.el (recover-session): Make directories as necessary
20391 if they don't exist yet.
20392
20393 * calendar/cal-french.el
20394 (french-calendar-multibyte-special-days-array)
20395 (french-calendar-special-days-array): Change French text.
20396 (calendar-french-date-string): Change output.
20397 (calendar-goto-french-date): Likewise.
20398
20399 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20400
20401 * wid-edit.el (widget-default-active): Obey `:always-active'.
20402 (widget-documentation-string-value-create): Set `:always-active'.
20403
20404 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20405
20406 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20407 default prefix to `~/_emacs.d/auto-save.list/_s'.
20408 (normal-top-level): Create the directory for auto-save files, if
20409 it doesn't already exist (in the ms-dos case only).
20410
20411 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20412
20413 * international/mule-cmds.el (set-language-environment): Don't
20414 concat an integer (dos-codepage), use format instead.
20415
20416 2000-05-02 Dave Love <fx@gnu.org>
20417
20418 * help.el (help-xref-on-pp): Check for constant symbols.
20419
20420 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20421
20422 * startup.el (normal-top-level): Put a condition-case around
20423 the code loading subdirs.el.
20424
20425 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20426
20427 * ps-print.el: Upside-down and face background color printing,
20428 line number step, doc fix.
20429 (ps-print-version): New version number (5.2).
20430 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20431 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20432 (ps-spool-config): Var fix.
20433 (ps-printer-name-option): Const fix.
20434 (ps-print-upside-down, ps-use-face-background)
20435 (ps-line-number-step): New vars.
20436 (ps-window-system, ps-lp-system): New consts.
20437 (ps-face-background): New fun.
20438
20439 2000-04-28 Richard Stallman <rms@gnu.org>
20440
20441 * files.el (make-auto-save-file-name):
20442 Apply auto-save-file-name-transforms to visited file name
20443 before generating auto save file name.
20444 (auto-save-file-name-transforms): New variable.
20445
20446 * files.el (backup-enable-predicate):
20447 Correctly test for a file under a temporary directory.
20448
20449 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20450
20451 * subr.el (add-minor-mode): Rewritten.
20452
20453 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20454
20455 * mail/sendmail.el (sendmail-send-it): Set
20456 buffer-file-coding-system to the selected coding system for MIME
20457 header.
20458
20459 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20460
20461 * dired.el (dired-move-to-filename-regexp): Allow format where
20462 YYYY is followed by two spaces.
20463
20464 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20465 in the second character class of the regexp.
20466
20467 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20468 mh-etc, too.
20469
20470 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20471 nil.
20472
20473 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20474
20475 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20476 argument.
20477
20478 2000-04-27 Sen Nagata <sen@eccosys.com>
20479
20480 * emacs-lisp/crm.el (crm-completion-table): New variable.
20481 (crm-collection-fn, crm-test-completion)
20482 (completing-read-multiple): Use it.
20483
20484 2000-04-27 Dave Love <fx@gnu.org>
20485
20486 * help.el (locate-library): Use mapc.
20487 (help-manyarg-func-alist): Add call-process-region.
20488
20489 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20490
20491 * subr.el (add-minor-mode): Make argument MAP optional.
20492
20493 * desktop.el (desktop-save): Save list of minor modes.
20494 (desktop-create-buffer): Restore minor modes.
20495 (desktop-minor-mode-table): New user-option.
20496
20497 * subr.el (add-minor-mode): New function.
20498
20499 * image.el (find-image): New function.
20500 (defimage): Rewritten to find image at load time.
20501
20502 * startup.el (normal-top-level-add-to-load-path): Handle
20503 case that the default directory is not in load-path.
20504
20505 * help.el: Old patch from Stefan Monnier.
20506 (help-xref-on-pp): New function.
20507 (describe-variable): Use it to display xrefs in a symbol's value.
20508
20509 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20510
20511 * cus-edit.el (custom-face): Fix parenthesis.
20512
20513 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20514
20515 * mail/rmail.el (rmail-expunge): When there are no deleted
20516 messages, do nothing.
20517
20518 2000-04-26 Dave Love <fx@gnu.org>
20519
20520 * international/mule-cmds.el (locale-translation-file-name):
20521 Defvar to nil.
20522 (set-locale-environment): Set it here (at runtime).
20523
20524 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20525
20526 * replace.el (perform-replace): Add parameters START and END. Use
20527 them instead of the check for a region in Transient Mark mode.
20528 (query-replace-read-args): Return two more list elements for the
20529 start and end of the region in Transient Mark mode.
20530 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20531 (map-query-replace-regexp, replace-string, replace-regexp): Add
20532 optional last arguments START and END and pass them to
20533 perform-replace.
20534
20535 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20536 form with additional arguments for perform-replace.
20537
20538 * progmodes/etags.el (tags-query-replace): Add parameters START
20539 and END. Construct a form with additional arguments for
20540 perform-replace.
20541
20542 * simple.el (shell-command): Set default directory for "*Shell
20543 Command Output" buffer.
20544
20545 * language/european.el (iso-latin-4): Fix typo.
20546
20547 * emacs-lisp/crm.el: New file.
20548
20549 2000-04-24 Dave Love <fx@gnu.org>
20550
20551 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20552 (Custom-reset-saved, Custom-reset-standard)
20553 (custom-group-value-create, custom-group-set, custom-group-save)
20554 (custom-group-reset-current, custom-group-reset-saved)
20555 (custom-group-reset-standard): Use mapc.
20556 (custom-buffer-create-internal): Disable undo when creating items.
20557 Use mapc.
20558 (custom-face): Avoid redundant lambda.
20559
20560 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20561
20562 * startup.el (auto-save-list-file-prefix): Set default to
20563 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20564
20565 2000-04-24 Sam Steingold <sds@gnu.org>
20566
20567 * time-stamp.el (time-stamp-string-preprocess): Always convert
20568 `field-result' to a string.
20569
20570 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20571
20572 * frame.el (scrolling): New group.
20573 (automatic-hscrolling): New user-option.
20574
20575 * startup.el (command-line-x-option-alist): Add `-lsp' and
20576 `--line-spacing'.
20577
20578 2000-04-19 Dave Love <fx@gnu.org>
20579
20580 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20581 (cl-mapc): Rename from mapc. Fix the funcall.
20582
20583 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20584
20585 * simple.el (clone-indirect-buffer-other-window): New command.
20586 (clone-indirect-buffer): Add optional arg NORECROD.
20587 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20588
20589 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20590
20591 * window.el (count-screen-lines): New function.
20592 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20593 instead of window-buffer-height.
20594
20595 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20596 non-existing variable comint-input-sentinel.
20597 (inferior-lisp-args-to-list): Removed.
20598 (inferior-lisp): Use split-string instead of
20599 inferior-lisp-args-to-list.
20600
20601 * hexl.el (hexl-insert-hex-string): New command.
20602
20603 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20604 instead of concat.
20605
20606 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20607
20608 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20609 at the start of an existing but empty folder.
20610
20611 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20612
20613 * ps-mule.el: Customization fix, doc fix.
20614 (ps-multibyte-buffer): Customization fix.
20615
20616 2000-04-17 Richard M. Stallman <rms@gnu.org>
20617
20618 * subr.el (read-passwd): Use read-char-exclusive.
20619
20620 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20621
20622 * textmodes/texinfo.el (texinfo-insert-@email)
20623 (texinfo-insert-@emph, texinfo-insert-@quotation)
20624 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20625 (texinfo-mode-map): Add key bindings for them.
20626
20627 * files.el (basic-save-buffer-2): Use a template with `$'
20628 instead of `#' for VMS.
20629
20630 * simple.el (clone-indirect-buffer): New function.
20631
20632 2000-04-16 Stephen Eglen <stephen@gnu.org>
20633
20634 * iswitchb.el (iswitchb-case): New function. If the user input
20635 contains any upper-case characters, the search is made
20636 case-sensitive.
20637
20638 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20639
20640 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20641 comment-end.
20642 (texinfo-font-lock-syntactic-keywords): New var.
20643 (texinfo-font-lock-keywords): Remove comment regexp.
20644 (texinfo-insert-block): New function.
20645 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20646 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20647 and font-lock-defaults. Use regexp-opt for outline-regexp.
20648 (texinfo-environments): New var.
20649 (texinfo-environment-regexp): Use regexp-opt and
20650 texinfo-environments.
20651
20652 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20653 ispell-process is bound since this might be eval'd before ispell
20654 is loaded.
20655 (ispell-message): Use a tiny bit less magic and a bit more hard
20656 data to figure out what kind of sc-cite-regexp to use.
20657
20658 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20659
20660 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20661 (insert-cyclic-diary-entry): Unquote the lambda.
20662
20663 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20664
20665 * files.el (backup-enable-predicate): Unquote the lambda.
20666
20667 * cus-edit.el (custom-face, face): Unquote the lambda.
20668
20669 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20670
20671 * ps-print.el: Check for line-beginning-position definition.
20672
20673 * ps-print.el: Fix counting lines in a region.
20674 (ps-print-version): New version number (5.1.5).
20675 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20676 (ps-printing-region): Fun code fix.
20677
20678 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20679
20680 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20681 to file-directory-p.
20682
20683 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20684
20685 * gud.el (gud-jdb-build-source-files-list): Check that directory
20686 exists before calling directory-files.
20687
20688 2000-04-13 Dave Love <fx@gnu.org>
20689
20690 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20691 syntax.
20692
20693 * emacs-lisp/cl-specs.el: Remove when, unless.
20694
20695 * emacs-lisp/cl-extra.el: Don't quote keywords.
20696 (cl-old-mapc): New variable.
20697 (mapc): Use it.
20698 (cl-map-intervals): Use with-current-buffer. Don't check for
20699 next-property-change.
20700 (cl-map-overlays): Use with-current-buffer.
20701 (cl-expt): Remove.
20702 (copy-tree, remprop): Define unconditionally.
20703
20704 * emacs-lisp/cl-compat.el (keywordp): Remove.
20705
20706 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20707 to use keywordp.
20708 (edebug-spec): Enable keywordp.
20709
20710 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20711 string-lessp.
20712
20713 * cus-start.el: Use keywordp.
20714
20715 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20716
20717 * diary-lib.el (include-other-diary-files): Fix the fix of
20718 2000-02-18 by doing a save-excursion.
20719
20720 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20721
20722 * ps-print.el: Customization fix, doc fix.
20723 (ps-print-version): New version number (5.1.4).
20724 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20725 (ps-print-preprint): Adjust code.
20726 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20727 (ps-print-prologue-header, ps-print-control-characters)
20728 (ps-spool-config): Customization fix.
20729
20730 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20731
20732 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20733 converted to the new menu-item format, names silightly changed,
20734 help strings added.
20735
20736 Support for spelling without async subprocesses:
20737
20738 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20739 (ispell-session-buffer): New variables.
20740 (ispell-start-process, ispell-process-status,
20741 ispell-accept-output, ispell-send-string): New functions, for
20742 Ispell invocation when async subprocesses aren't supported.
20743 (ispell-word, ispell-pdict-save, ispell-command-loop,
20744 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20745 to process-send-string with calls to ispell-send-string, and
20746 accept-process-output with ispell-accept-output.
20747 (ispell-init-process): Call ispell-process-status instead of
20748 process-status with.
20749 (ispell-init-process): Call ispell-start-process. Call
20750 ispell-accept-output and ispell-send-string. Don't call
20751 process-kill-without-query and kill-process if they are unbound.
20752 (ispell-async-processp): New function.
20753
20754 2000-04-12 Dave Love <fx@gnu.org>
20755
20756 * info.el: Add debug-ignored-errors.
20757 (Info-mode-menu): Add some items.
20758 (Info-directory): Add autoload cookie.
20759
20760 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20761 Modify `truncate-lines'. Make `describe-language-environment'
20762 always visible and add help. Modify `describe-key' help. Invoke
20763 Info-directory from `info'. New entry `emacs-manual'.
20764
20765 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20766
20767 * progmodes/ebrowse.el (ebrowse-tree-mode):
20768 Use propertized-buffer-identification.
20769 (ebrowse-update-member-buffer-mode-line): Likewise.
20770 (ebrowse--mode-strings): Removed.
20771 (ebrowse--mode-line-props): Removed.
20772
20773 * files.el (auto-mode-alist): Add `EBROWSE'.
20774
20775 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20776 space before testing for end of buffer.
20777 (ebrowse-load): Removed.
20778 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20779 (ebrowse-create-tree-buffer): Rewritten.
20780 (ebrowse-tree-mode): Read tree from buffer.
20781
20782 * progmodes/ebrowse-ffh.el: Removed.
20783
20784 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20785
20786 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20787
20788 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20789
20790 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20791 at the wrong place.
20792
20793 2000-04-09 Dave Love <fx@gnu.org>
20794
20795 * files.el (backup-enable-predicate):
20796 Use temporary-file-directory, small-temporary-file-directory.
20797 (make-backup-file-name-function, backup-directory-alist): New vars.
20798 (make-backup-file-name-1): New function.
20799 (make-backup-file-name): Use it.
20800 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20801 (file-newest-backup): Use make-backup-file-name.
20802
20803 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20804
20805 * progmodes/ebrowse-ffh.el: New file.
20806
20807 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20808 Moved to ebrowse-ffh.el.
20809 (ebrowse-load): Add autoload.
20810
20811 * finder.el (finder-commentary): Add autoload cookie.
20812
20813 * mail/rfc2368.el: Correct author's email address.
20814
20815 * progmodes/ebrowse.el: New file.
20816
20817 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20818 item help string.
20819 (easy-menu-do-add-item): Ditto.
20820 (easy-menu-define): Extend doc string.
20821
20822 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20823 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20824 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20825 with-buffer-unmodified.
20826
20827 2000-04-08 Dave Love <fx@gnu.org>
20828
20829 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20830 unless, when.
20831
20832 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20833
20834 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20835 (viper-flash-search-pattern): No operation when using Emacs
20836 doesn't support face.
20837 Use `viper-put-on-search-overlay'.
20838
20839 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20840
20841 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20842 like C-r.
20843
20844 * progmodes/make-mode.el: Some doc fixes.
20845 (makefile-mode-abbrev-table): New variable.
20846 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20847 (makefile-font-lock-keywords): Fontify includes and conditionals.
20848 (toplevel): Require `dabbrev' and `add-log' when compiling.
20849
20850 * replace.el (perform-replace): Don't move forward one char
20851 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20852 to do that because it leaves point 1 position after the last
20853 replacement, after everything has been replaced.
20854
20855 * jit-lock.el (with-buffer-unmodified): New macro.
20856 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20857 modified state.
20858 (jit-lock-function-1): Extracted from jit-lock-function; not
20859 preserving buffer's modified state.
20860 (jit-lock-function, jit-lock-stealth-fontify):
20861 Call jit-lock-function-1.
20862
20863 * mail/rfc2368.el: Remove supernumerary copyright line.
20864
20865 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20866
20867 * glasses.el: Provide facilities for inserting space before left
20868 parentheses and uncapitalization of identifiers.
20869 (glasses-mode): Try to remove old overlays in all cases.
20870
20871 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20872
20873 * progmodes/compile.el (compile-internal): Display the compilation
20874 buffer in a different frame, if it's already displayed there.
20875
20876 * mail/rfc2368.el: New file.
20877
20878 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20879 header and insert its value as mail body.
20880
20881 * subr.el (member-ignore-case): New function.
20882
20883 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20884 (dabbrev--find-expansion): Ignore buffers matching a regexp
20885 from dabbrev-ignored-regexps.
20886
20887 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20888 to extensions handled by gzip.
20889
20890 2000-04-03 Richard M. Stallman <rms@gnu.org>
20891
20892 * files.el (insert-directory): List the total free space
20893 along with the used space.
20894
20895 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20896 line is followed by one that matches CITATION-REGEXP, end the
20897 paragraph.
20898
20899 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20900
20901 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20902 (rmail-make-basic-summary-line): Use that option.
20903
20904 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20905
20906 * international/mule-cmds.el (encoded-string-description):
20907 Rewritten. Try pretty description for ISO 2022 escape sequences
20908 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20909 for hexadecimal format.
20910
20911 2000-04-01 Dave Love <fx@gnu.org>
20912
20913 * cpp.el: Change customization group to `c' from `C'.
20914
20915 * vcursor.el (vcursor-move): Use display-color-p.
20916
20917 * international/mule-util.el: Provide mule-utils.
20918 (string-to-sequence): Simplify and speed up.
20919
20920 * international/mule.el (make-coding-system): Purecopy doc-string.
20921
20922 * international/mule-cmds.el: Various menu changes.
20923 (describe-specified-language-support): Handle `Default'.
20924 (set-language-info): Purecopy `info'.
20925
20926 2000-03-31 Andrew Innes <andrewi@gnu.org>
20927
20928 * vc.el (vc-backend-diff): Return the correct status if we had to
20929 retry the rcsdiff command without the --brief option.
20930
20931 2000-03-31 Dave Love <fx@gnu.org>
20932
20933 * help.el (help-manyarg-func-alist): Correct several omissions.
20934
20935 * add-log.el: Don't require cl, fortran.
20936 (add-log-current-defun-function): Doc fix.
20937 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20938 (change-log-version-rcs): Function deleted.
20939 (change-log-version-number-search): Doc fix.
20940 Use vc-workfile-version. Avoid CL dolist.
20941 (add-change-log-entry): Just call add-log-current-defun to get
20942 defun. Simplify somewhat.
20943 (change-log-get-method-definition-1): Likewise.
20944 (add-log-current-defun): Return nil if calling
20945 add-log-current-defun-function does so. Move Fortran stuff to
20946 fortran.el. Return string without properties.
20947
20948 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20949 and :alpha: char classes.
20950
20951 * mail/supercite.el: Defvar curline when compiling.
20952 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20953 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20954 rather than a-zA-Z0-9 to allow non-ASCII characters.
20955
20956 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20957
20958 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20959
20960 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20961 Re-enable new code.
20962
20963 * lpr.el (print-region-1): Use -d to specify printer name for
20964 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20965
20966 2000-03-31 Dave Love <fx@gnu.org>
20967
20968 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20969 Look for function definition in symbol's function value slot first
20970 instead of first consulting byte-compile-function-environment.
20971
20972 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20973
20974 * language/european.el ("Polish"): New language environment.
20975 (setup-polish-environment): New function.
20976
20977 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20978
20979 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20980 Disable new code.
20981
20982 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20983 trying to `load' the symbol of an autoload instead of the file
20984 recorded in the autoload. Fix error messages.
20985
20986 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20987
20988 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20989 (ps-print-version): New version number (5.1.3).
20990 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20991 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20992 (ps-generate-postscript-with-faces): Code fix.
20993 (ps-color-values): XEmacs compatibility.
20994 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20995 (ps-default-fg, ps-default-bg): Adjust customization.
20996 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20997 (ps-color-scale): Renaming old ps-color-value fun.
20998 (ps-print-headers): Replace ps-print-header group to avoid conflict
20999 with ps-print-header variable.
21000 (ps-print-miscellany): New group.
21001 (ps-format-color, ps-rgb-color): New funs.
21002 (ps-default-foreground): New var.
21003 (ps-printer-name-option): New const.
21004
21005 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
21006
21007 * net/net-utils.el:
21008 (network-connection-host, network-connection-service): New variables
21009 (network-connection-mode): New mode, derived from comint-mode
21010 (network-connection-mode-setup): New function, saves host and
21011 service information in local variables.
21012
21013 * lisp/locate.el:
21014 (locate-word-at-point): Added this function
21015 (locate): Default to using locate-word-at-point as input
21016 Run dired-mode-hook
21017
21018 2000-03-29 Dave Love <fx@gnu.org>
21019
21020 * calendar/appt.el: Doc fixes.
21021 (appt-check): Convert min-to-app to a string before passing to
21022 appt-disp-window-function or concat.
21023 (appt-delete-window): Remove test for frame-root-window.
21024 (appt-select-lowest-window, appt-convert-time): Simplify.
21025
21026 * emacs-lisp/bytecomp.el: Doc fixes.
21027 (byte-compile-file-form-autoload):
21028 Update byte-compile-function-environment.
21029
21030 2000-03-29 Andreas Schwab <schwab@suse.de>
21031
21032 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21033
21034 * dired.el (dired-insert-directory): If dired-free-space-program
21035 failed just delete its output.
21036
21037 2000-03-29 Dave Love <fx@gnu.org>
21038
21039 * international/iso-cvt.el: Move provide to end. Doc fixes.
21040 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21041 (iso-iso2sgml, iso-sgml2iso): New functions.
21042 (iso-cvt-define-menu): Fix some entries and use backquote for
21043 clarity.
21044
21045 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21046
21047 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21048
21049 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21050 ISO-DATE. If non-nil, return date in ISO 8601 format.
21051
21052 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21053
21054 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21055 if it ever becomes used.
21056 (log-edit-mode-hook): Default to vc-log-mode-hook.
21057 (log-edit-mode): Fix the docstring.
21058
21059 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21060 the code.
21061
21062 2000-03-26 Dave Love <fx@gnu.org>
21063
21064 * net/browse-url.el (browse-url): Re-fix case of
21065 browse-url-browser-function being an alist.
21066 (browse-url): Add :link to defgroup.
21067
21068 * files.el: Doc fixes.
21069 (file-truename): Include `[' in wildcard characters.
21070 (automount-dir-prefix): Customize.
21071 (find-file-wildcards): Add :version.
21072 (find-file-noselect): Simplify a mapcar call.
21073
21074 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21075 compatible with inf-lisp version.
21076 (eval-defun-1): Fix custom-declare-variable case.
21077
21078 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21079
21080 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21081
21082 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21083
21084 * Makefile (COMPILE_FIRST): New macro.
21085 (compile-files): Compile files from COMPILE_FIRST first.
21086
21087 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21088
21089 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21090 matching open parenthesis in column 0 to defun-prompt-regexp
21091 only if open-paren-in-column-0-is-defun-start is set.
21092
21093 * sun-curs.el: Require CL at compile-time only.
21094
21095 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21096 instead of copy-list which is a function from CL.
21097 (msb--choose-menu, msb--mode-menu-cond)
21098 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21099 (msb--init-file-alist): Use mapcar instead of mapcan.
21100 (msb--aggregate-alist): Use mapcar instead of mapcan.
21101 Fix `(' in column 0 in doc string.
21102 (msb--add-separators): Use mapcar instead of mapcan.
21103
21104 * cus-dep.el: Require CL at compile-time only.
21105
21106 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21107
21108 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21109 (byte-compile-warnings): New warning `noruntime'.
21110 (byte-compile-constants, byte-compile-variables): Fix docstring.
21111 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21112 execute `eval-whenc-compile's body.
21113 (byte-compile-unresolved-functions): Fix docstring.
21114 (byte-compile-eval): New function.
21115 (byte-compile-callargs-warn): Check if the function will be available
21116 at runtime (via property `byte-compile-noruntime').
21117 (byte-compile-print-syms): New function.
21118 (byte-compile-warn-about-unresolved-functions): Also warn about
21119 `noruntime' functions (and use `byte-compile-print-syms').
21120 (byte-compile-file): Capitalize the message.
21121
21122 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21123
21124 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21125 (rmail-expunge): Ask for confirmation depending on the setting
21126 of rmail-confirm-expunge.
21127
21128 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21129
21130 * Makefile (bootstrap-clean): If $(emacs) exists, build
21131 loaddefs.el first. A loaddefs.el that's not up-to-date might
21132 cause a bootstrap failure because things don't autoload as expected.
21133
21134 2000-03-23 Dave Love <fx@gnu.org>
21135
21136 * net/browse-url.el: Restore previous use of
21137 browse-url-maybe-new-window.
21138
21139 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21140
21141 * ps-print.el: Skip banner page fix.
21142 (ps-print-version): New version number (5.1.2).
21143 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21144
21145 2000-03-23 Dave Pearson <davep@davep.org>
21146
21147 * net/quickurl.el Changed the type of parameter passed to the
21148 function defined by `quickurl-format-function'. Before only the
21149 text of the URL was passed. Now the whole URL structure is passed
21150 and the function is responsible for extracting the parts it requires.
21151 Changed the default of `quickurl-format-function' accordingly.
21152 (quickurl-insert): Changed the `funcall' of
21153 `quickurl-format-function' to match the above change.
21154 (quickurl-list-insert): Changed the `url' case so that it makes
21155 use of `quickurl-format-function', previous to this the format was
21156 hard wired.
21157
21158 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21159
21160 * startup.el: Change some spellings for the X Window System.
21161
21162 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21163
21164 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21165 Clean up the code and the regexp and make sure the cursor is
21166 temporarily moved to the suspicious line while querying the user.
21167
21168 2000-03-22 Jason Rumney <jasonr@gnu.org>
21169
21170 * w32-fns.el (w32-charset-info-alist): Initialize.
21171
21172 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21173
21174 * ps-print.el: N-up last page fix.
21175 (ps-print-version): New version number (5.1.1).
21176 (ps-end-file, ps-end-job, ps-generate): Code fix.
21177
21178 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21179
21180 * files.el (find-file-run-dired): Update docstring.
21181 (find-directory-functions): New hook.
21182 (find-file-noselect): Run find-directory-functions rather than
21183 calling dired directly.
21184
21185 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21186
21187 * pcvs.el: Add a minimal leading commentary.
21188 (cvs-make-cvs-buffer): Change the header part by removing the startup
21189 message and adding a `Module' entry. Also replace the FOOTER and
21190 HEADER special fileinfos with the new support in ewoc for updating
21191 its own footer and header.
21192 (cvs-update-header): Update to use the header/footer of the ewoc.
21193 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21194 (cvs-is-within-p): New function.
21195 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21196 to only examine some subset of the buffers.
21197
21198 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21199 `format' instead of our own ad-hoc functions.
21200 Remove HEADER and FOOTER cases, now handled in the EWOC.
21201 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21202
21203 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21204 output to avoid scaring the user.
21205 (cvs-parse-table): Catch message for non-up-to-date commits.
21206
21207 * pcvs-defs.el (cvs-startup-message): Remove.
21208 (cvs-global-menu): New autoloaded menu.
21209
21210 * pcvs-util.el (cvs-string-fill): Remove.
21211
21212 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21213 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21214 PP part of it and also make it work for footers and headers.
21215 (ewoc-create): Drop POS and BUFFER arguments.
21216 Use the DLL's dummy node to store the end-of-footer position.
21217 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21218 (ewoc-refresh): Remove unused `header' variable.
21219 (ewoc-(get|set)-hf): New functions.
21220
21221 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21222 log-view-*-(message|file) and use easy-mmode-define-navigation.
21223 (log-view-message-re): Match SCCS format as well.
21224 And match the revision line rather than the dashed separator line.
21225 (log-view-mode): Use the new define-derived-mode.
21226 (log-view-current-tag): Fill in with an actual implementation.
21227
21228 * cvs-status.el (cvs-status-(prev|next)): Rename from
21229 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21230 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21231 to let the output "breathe" a little more (more readable).
21232 (cvs-status-mode): Use the new define-derived-mode.
21233
21234 * smerge-mode.el (smerge-auto-leave): New function and variable.
21235 (smerge-basic-map): Rename from smerge-basic-keymap.
21236 Change the bindings for smerge-diff-*.
21237 (smerge-*-map): Use easy-mmode-defmap.
21238 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21239 (smerge-keep-*): Use smerge-auto-leave.
21240
21241 2000-03-21 Jason Rumney <jasonr@gnu.org>
21242
21243 * cus-edit.el (custom-button-face): Use 3D look for w32.
21244 (custom-button-pressed-face): Likewise.
21245
21246 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21247
21248 * progmodes/etags.el (tags-case-fold-search): New user-option.
21249 (tags-loop-eval): New function. Bind case-fold-search around eval
21250 depending on the value of tags-case-fold-search.
21251 (tags-loop-continue): Use tags-loop-eval.
21252 (find-tag-in-order): Bind case-fold-search depending on the value
21253 of tags-case-fold-search.
21254
21255 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21256
21257 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21258 (diff-end-of-hunk): Return the end position for use in
21259 `easy-mmode-define-navigation'.
21260 (diff-recenter): Remove.
21261 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21262 of `easy-mmode-define-navigation'.
21263 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21264 previous renaming) and fix to use new names.
21265 (diff-merge-strings): Use \n as separator: simpler, faster.
21266 (diff-mode): Use `define-derived-mode'.
21267
21268 * derived.el (define-derived-mode): Don't autoload anymore.
21269 Prefer the macro-only version provided by easy-mmode.el.
21270
21271 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21272 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21273 (easy-mmode-define-navigation): New macro.
21274
21275 * subr.el (combine-run-hooks): New function.
21276
21277 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21278
21279 * term/x-win.el: Fontsets related initialization is simplified.
21280
21281 * international/mule-diag.el (describe-font): Don't refer to
21282 global-fontset-alist, instead call font-list.
21283 (describe-fontset, list-fontsets, mule-diag): Likewise.
21284 (print-fontset): Adjusted for the change of fontset implementation.
21285
21286 * international/fontset.el (x-charset-registries): Variable removed,
21287 instead the corresponding data is stored in the default fontset.
21288 (register-alternate-fontnames): Function removed.
21289 (resolved-ascii-font): Variable removed.
21290 (x-compose-font-name): Ignore the second argument REDOCE.
21291 (x-complement-fontset-spec): Complement only an ASCII font and
21292 element for those charsets than can use that ASCII font.
21293 (generate-fontset-menu): Don't refer to global-fontset-alist,
21294 instead call fontset-list.
21295 (uninstantiated-fontset-alist): Variable removed.
21296 (x-style-funcs-alist): Likewise.
21297 (fontset-default-styles): Likewise.
21298 (x-modify-font-name): Function removed.
21299 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21300 (create-fontset-from-ascii-font): Docsting adjusted for the above
21301 change.
21302 (instantiate-fontset, resolve-fontset-name): Functions removed.
21303 (fontset-list): Now implemented by C code.
21304
21305 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21306 (describe-face): Include `font' attribute in the description.
21307
21308 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21309
21310 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21311
21312 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21313
21314 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21315 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21316 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21317
21318 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21319 about behavior of set-buffer-modified-p wrt redisplay.
21320
21321 2000-03-19 Richard M. Stallman <rms@gnu.org>
21322
21323 * view.el (view-mode-disable): Kill local binding of view-read-only.
21324
21325 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21326
21327 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21328 is a string, convert it to a syntax cell using string-to-syntax.
21329
21330 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21331 (string-to-syntax): New function.
21332
21333 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21334 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21335 try to use passive ftp mode.
21336
21337 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21338
21339 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21340
21341 * simple.el (append-to-buffer): Update point of windows after
21342 insertion.
21343
21344 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21345 forward then moving backward. Reindent.
21346
21347 * frame.el (other-frame): Call x-focus-frame only if
21348 focus-follows-mouse is off.
21349
21350 2000-03-17 Dave Love <fx@gnu.org>
21351
21352 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21353
21354 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21355
21356 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21357 regexp for labels cannot span several lines.
21358
21359 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21360 `(setq :<key> ':<key>)' to the macro expansion.
21361
21362 2000-03-16 Dave Love <fx@gnu.org>
21363
21364 * progmodes/f90.el (f90): Put custom group under `languages', not
21365 `fortran'.
21366 (f90-mode-hook): Customize.
21367 (f90-mode): Set add-log-current-defun-function.
21368 (f90-current-defun): New function.
21369
21370 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21371
21372 * cus-edit.el (custom-variable-tag-face): Handle case that
21373 default face's height is not a number.
21374 (custom-face-tag-face, custom-group-tag-face-1)
21375 (custom-group-tag-face): Ditto.
21376 (custom-group-tag-face-1): Add :group.
21377
21378 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21379
21380 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21381
21382 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21383 requiring easymenu.
21384
21385 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21386
21387 * ps-print.el: PostScript user-defined prologue, PostScript error
21388 handler, doc fix.
21389 (ps-print-version): New version number (5.1).
21390 (ps-user-defined-prologue, ps-error-handler-message)
21391 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21392 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21393 (ps-insert-string): New function.
21394
21395 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21396
21397 * international/ccl.el (ccl-compile-expression): Don't generate
21398 invalid self-assignment code.
21399
21400 2000-03-14 Dave Love <fx@gnu.org>
21401
21402 * subr.el (replace-regexp-in-string): Renamed from
21403 replace-regexps-in-string. Doc fix.
21404
21405 2000-03-12 Dave Love <fx@gnu.org>
21406
21407 * cus-edit.el: Doc fixes.
21408 (customize-set-variable, customize-save-variable): Rename args for doc.
21409 (custom-variable-tag-face, custom-face-tag-face)
21410 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21411 style which user identify as hyperlink.
21412 (hook): Don't add undefined functions to the hook.
21413 (debug-ignored-errors): Transfer message from bindings.el.
21414
21415 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21416
21417 * recentf.el (recentf-keep-non-readable-files-p):
21418 Remove double/nested definition.
21419
21420 2000-03-12 Dave Love <fx@gnu.org>
21421
21422 * facemenu.el (facemenu-get-face): Use display-color-p.
21423 * enriched.el (enriched-decode-foreground): Likewise.
21424 (enriched-decode-background): Likewise.
21425 * isearch.el (isearch-highlight): Likewise.
21426 * info-look.el (info-lookup): Likewise.
21427 * simple.el (completion-setup-function): Likewise.
21428
21429 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21430 :options.
21431
21432 * bindings.el (mode-line-format): Fix line-number and
21433 column-number items. Add help-echo for the background.
21434 (mode-line-mule-info): Modify help-echo.
21435
21436 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21437
21438 * files.el (load-file): Allow completion to .elc.
21439
21440 * man.el: Doc fixes.
21441 (Man-init-defvars): Use display-color-p to set fontification.
21442
21443 * play/hanoi.el (hanoi-internal): Don't use oddp.
21444
21445 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21446
21447 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21448
21449 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21450
21451 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21452
21453 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21454 Fix comment.
21455
21456 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21457
21458 * font-lock.el (font-lock-keywords): Fix the doc now that
21459 regexp-opt-depth is unnecessary.
21460 (save-buffer-state): Set an edebug spec.
21461 (font-lock-fontify-anchored-keywords): Properly handle the case when
21462 the matcher goes past the limit.
21463
21464 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21465 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21466
21467 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21468 dll.el and cookie.el (from Elib) with heavy renaming and other
21469 massaging.
21470
21471 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21472 Autoload the functions used.
21473 (easy-mmode-define-syntax): Fix CL typo.
21474 (easy-mmode-define-derived-mode): Improve the docstring generation.
21475
21476 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21477
21478 * textmodes/texinfo.el (texinfo-version): Variable and function
21479 removed.
21480
21481 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21482
21483 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21484 allow more flexibility.
21485 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21486 (easy-mmode-defmap, easy-mmode-defsyntax)
21487 (easy-mmode-define-derived-mode): New macros.
21488
21489 2000-03-09 Didier Verna <didier@xemacs.org>
21490
21491 * rect.el (replace-rectangle): New function.
21492
21493 2000-03-09 Dave Love <fx@gnu.org>
21494
21495 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21496 (fortran-comment-line-start-skip): Don't match cpp stuff.
21497 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21498 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21499 (fortran-mode): Don't set fortran-comment-line-start-skip,
21500 fortran-comment-line-start here. Set comment-start,
21501 add-log-current-defun.
21502 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21503 (fortran-current-defun): New function.
21504
21505 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21506
21507 * emacs-lisp/re-builder.el: New file.
21508
21509 * mouse.el (mouse-drag-region): Don't run up-event handler
21510 if hscroll has changed.
21511
21512 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21513 builtin operators, use `font-lock-builtin-face' for Emacs and
21514 `font-lock-preprocessor-face' otherwise.
21515
21516 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21517 `(defun (setf foo)' differently.
21518
21519 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21520
21521 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21522 (regexp-opt): Update comment and adapt the code the new meaning of
21523 the `paren' argument of regex-opt-group for shy-groups.
21524 (regexp-opt-depth): Handle shy groups as well as backslashed
21525 backslashes.
21526 (regexp-opt-group): Turn the leading comment into a docstring.
21527 Allow `paren' to be a string (the string to use to open a group).
21528 Remove open-presuf and close-presuf. Instead of checking for `all
21529 one-char' and then later on check for `several one-char', handle
21530 both cases close together. Also apply a more generic algorithm
21531 for suffixes (the mirror image of the algorithm used for
21532 prefixes). Use shy-groups. Use nreverse rather than reverse.
21533 (regexp-opt-try-suffix): Removed.
21534
21535 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21536 from comint-mode-map, so we can just inherit from it. Also, move
21537 the initialization into the `defvar' since there's no docstring
21538 anyway and it's fairly short.
21539 (inferior-scheme-mode): Define it as derived-mode: the code is
21540 shorter and this way we inherit from comint-mode-map rather than
21541 copying it.
21542
21543 * subr.el (replace-regexps-in-string): Properly handle the case
21544 where we match an empty string.
21545
21546 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21547 when the command has a directory component (such as "./testml").
21548 Also fix a typo in the comment.
21549
21550 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21551
21552 * Makefile (compile-files): Compile files one by one because
21553 that's the only way to ensure a clean compilation environment for
21554 each individual file.
21555
21556 * frame.el (other-frame): Call x-focus-frame.
21557
21558 2000-03-07 Dave Love <fx@gnu.org>
21559
21560 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21561 :require to defcustom.
21562
21563 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21564
21565 * files.el (auto-mode-alist): Add configure.in.
21566
21567 * progmodes/autoconf.el: New file.
21568
21569 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21570
21571 * mail/mh-e.el: Change maintainer to `none'.
21572
21573 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21574 to remove-hook and add-hook.
21575
21576 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21577
21578 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21579 it as the default.
21580 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21581 (sendmail-send-it): Conditionally add MIME headers specifying the
21582 used character set.
21583
21584 2000-03-07 Dave Love <fx@gnu.org>
21585
21586 * winner.el: Fix keywords, autoload cookies.
21587 Split eval-when-compile form to avoid compilation failure.
21588
21589 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21590
21591 * international/mule.el: Modify comment about coding system
21592 property `coding-category'.
21593 (make-coding-system): New argument EOL-TYPE. Pay attention to
21594 coding-category property of PROPERTIES.
21595
21596 * international/mule-conf.el (coding-category-utf-8)
21597 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21598 categories. Include them in the argument for set-coding-priority.
21599
21600 * international/mule-cmds.el (reset-language-environment):
21601 Include coding-category-utf-8, coding-category-utf-16-be, and
21602 coding-category-utf-16-le in the argument for set-coding-priority.
21603 (reset-language-environment): Initialize coding-category-utf-8,
21604 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21605
21606 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21607
21608 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21609 code abstracted out of `bookmark-jump-noselect'. Now tries info
21610 extensions as well as compression extensions.
21611 (bookmark-jump-noselect): Use above new func.
21612
21613 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21614
21615 * strokes.el: Change maintainer's mail address.
21616
21617 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21618
21619 * international/mule-diag.el (list-character-sets): Make help-echo
21620 string by substitute-command-keys.
21621 (list-character-sets): Likewise.
21622 (sort-listed-character-sets): Call help-setup-xref.
21623
21624 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21625
21626 * time.el (display-time-mail-file): Add `none' to the list of choices.
21627
21628 2000-03-01 Dave Love <fx@gnu.org>
21629
21630 * help.el (help-xref-go-back): Don't try to set position.
21631
21632 * international/mule-diag.el (list-character-sets):
21633 Call help-setup-xref. Add help-echo to xrefs.
21634 (list-character-sets-1): Add help-echo to xrefs.
21635
21636 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21637
21638 * frame.el (blink-cursor-mode): Switch cursor on when turning
21639 the mode off.
21640
21641 * add-log.el (add-log-current-defun): Add support for
21642 Autoconf mode.
21643
21644 * mail/rmail.el (rmail-quit-hook): New variable.
21645
21646 2000-03-01 Dave Love <fx@gnu.org>
21647
21648 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21649
21650 * help.el (help-xref-button): Add help-echo arg.
21651 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21652
21653 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21654
21655 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21656
21657 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21658
21659 * image.el (defimage): Look for image files in load-path.
21660
21661 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21662
21663 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21664
21665 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21666
21667 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21668
21669 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21670 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21671 action to select/unselect a file.
21672 (recentf-edit-list): Code cleanup and improvement.
21673 (recentf-open-more-files-action): `recentf-open-more-files' button
21674 widget action to open a file.
21675 (recentf-open-more-files): No more use standard completion but widgets.
21676 (recentf-more-collection): Deleted.
21677 (recentf-more-history): Deleted.
21678 (recentf-setup-more-completion): Deleted.
21679
21680 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21681
21682 * recentf.el (recentf-mode): No more needs that Emacs is running
21683 under a window-system.
21684
21685 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21686
21687 * recentf.el (recentf-edit-list): New command to edit the recent
21688 list which allow the user to remove files.
21689 (recentf-edit-selected-items): New global variable, used by
21690 `recentf-edit-list' to hold the list of files to be removed from
21691 the recent list.
21692 (recentf-make-menu-items): Updated to display a "Edit list..."
21693 menu item. Minor code cleanup.
21694
21695 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21696
21697 * recentf.el (recentf-open-more-files): New command to open files
21698 that are not displayed in the menu.
21699 (recentf-more-collection): New global variable holding the set of
21700 permissible completions used by `recentf-open-more-files'.
21701 (recentf-more-history): New global variable holding the history list
21702 used by `recentf-open-more-files' completion.
21703 (recentf-setup-more-completion): New function to setup completion for
21704 `recentf-open-more-files'.
21705 (recentf-make-menu-items): Updated to display a "More..." menu item.
21706
21707 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21708
21709 * recentf.el (recentf-menu-action): Doc fixed.
21710
21711 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21712
21713 * recentf.el (recentf-menu-filter): Doc updated.
21714 (recentf-update-menu-hook): Allow menu filters to force menu update.
21715 (recentf-make-menu-items): New menu filter handling.
21716 (recentf-make-menu-item): New helper function.
21717 (recentf-menu-elements): New menu handling function.
21718 (recentf-sort-ascending): Updated to new menu filter handling.
21719 (recentf-sort-descending): Updated to new menu filter handling.
21720 (recentf-sort-basenames-ascending): New menu filter function.
21721 (recentf-sort-basenames-descending): New menu filter function.
21722 (recentf-show-basenames): New menu filter function.
21723 (recentf-show-basenames-ascending): New menu filter function.
21724 (recentf-show-basenames-descending): New menu filter function.
21725
21726 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21727
21728 * diary-lib.el (list-diary-entries): Don't try to go forward at
21729 the end of the buffer.
21730
21731 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21732
21733 * international/mule-diag.el (list-character-sets):
21734 Completely rewritten.
21735 (sort-listed-character-sets): New function.
21736 (list-character-sets-1): Completely rewritten.
21737 (list-character-sets-2): New function.
21738 (non-iso-charset-alist): New variable.
21739 (decode-codepage-char): New function.
21740 (charset-history): New variable.
21741 (read-charset) (list-block-of-chars)
21742 (list-iso-charset-chars)
21743 (list-non-iso-charset-chars)
21744 (list-charset-chars): New functions.
21745 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21746 (dump-charsets): Likewise.
21747
21748 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21749
21750 * dired-x.el (dired-filename-at-point): Add `@' to valid
21751 file name characters.
21752 (dired-filename-at-point): Handle ange-ftp file names.
21753
21754 * frame.el (frame-notice-user-settings): Use assq-delete-all
21755 instead of assoc-delete-all.
21756 (frame-notice-user-settings): Ditto.
21757
21758 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21759 Don't copy alist.
21760
21761 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21762
21763 * calculator.el (calculator-use-menu): New option.
21764 (calculator-initial-bindings): Changed some bindings to work as macros.
21765 (calculator-forced-input): Removed.
21766 (calculator-restart-other-mode): New variable.
21767 (calculator-mode-map): Set up menu.
21768
21769 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21770
21771 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21772
21773 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21774
21775 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21776 translate all ESC key sequences.
21777 (viper-goto-mark-subr): Restore markers for files for which
21778 they were saved.
21779 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21780 * viper-util.el (viper-set-replace-overlay-glyphs)
21781 (viper-set-replace-overlay): Always check if the replacement
21782 overlay is live.
21783 * viper.el (viper-vi-state-mode-list): Add major modes.
21784 * ediff-wind.el: Minor comment changes.
21785 * ediff.el: Copyright notice date fix.
21786
21787 2000-02-27 Jason Rumney <jasonr@gnu.org>
21788
21789 * faces.el (face-font-family-alternatives): Add arial to helv.
21790 (mode-line, header-line, tool-bar): Same default as x for w32.
21791 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21792 face-font-family-alternatives from working.
21793 * term/w32-win.el (mouse-set-font): Do not build fontset from
21794 chosen font.
21795
21796 2000-02-25 Sam Steingold <sds@goems.com>
21797
21798 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21799 properly.
21800
21801 2000-02-25 Richard M. Stallman <rms@gnu.org>
21802
21803 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21804
21805 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21806
21807 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21808
21809 * frame.el (busy-cursor-delay-seconds): New option.
21810
21811 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21812
21813 * frame.el (show-cursor-in-non-selected-windows): New option.
21814
21815 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21816
21817 * diary-lib.el (include-other-diary-files): Undo the selective
21818 display in any included file and don't kill it.
21819
21820 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21821
21822 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21823 Menu items converted to (menu-item format, help strings added.
21824 [downcase, upcase]: Don't enable on MS-DOS.
21825 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21826 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21827
21828 2000-02-23 Dave Love <fx@gnu.org>
21829
21830 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21831 (backward-kill-word): Revert addition of * to interactive spec --
21832 it's a feature.
21833
21834 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21835 (backward-kill-sentence, kill-sentence): Likewise.
21836
21837 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21838 scratch buffer name.
21839 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21840
21841 * term/w32-win.el (internal-face-interactive): Update prompt for
21842 new read-face-name.
21843
21844 * mail/footnote.el (footnote): Add :version to defgroup.
21845 (footnote-section-tag-regexp): Customize.
21846 (footnote-start-tag, footnote-end-tag): New option.
21847 (footnote-latin-regexp): New variable.
21848 (Footnote-latin): New function.
21849 (footnote-style-alist): Add element for latin style.
21850 (footnote-style): Moved.
21851 (Footnote-goto-footnote): Use eq to test arg.
21852
21853 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21854
21855 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21856 (byte-compile-trueconstp): Include keywords.
21857 (byte-optimize-quote, byte-optimize-lapcode):
21858 Use byte-compile-const-symbol-p.
21859 (byte-optimize-char-before): New optimization.
21860
21861 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21862 (byte-compile-const-symbol-p): New function.
21863 (byte-compile-constp, byte-compile-out-toplevel)
21864 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21865 Use it.
21866
21867 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21868
21869 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21870
21871 * international/encoded-kb.el: Be sure to update minor-mode-alist
21872 and minor-mode-map-alist.
21873 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21874 codes SS2 and SS3 correctly.
21875 (encoded-kbd-self-insert-ccl): New function.
21876 (encoded-kbd-setup-keymap): New function.
21877 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21878 by calling encoded-kbd-setup-keymap.
21879
21880 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21881 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21882
21883 2000-02-22 Dave Love <fx@gnu.org>
21884
21885 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21886 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21887 (lisp-mode-syntax-table): Set up for #|...|# comments.
21888 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21889 classes. Match `defface'.
21890 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21891 (eval-defun-1): Fix for defcustom.
21892 (lisp-indent-region): Doc fix.
21893
21894 * subr.el (when, unless, split-string): Doc fix.
21895 (read-passwd): Move call of clear-this-command-keys to the right place.
21896 (replace-regexps-in-string): New function.
21897
21898 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21899
21900 * help.el (describe-variable): Set syntax table to
21901 emacs-lisp-mode-syntax-table when moving forward over the
21902 symbol's name.
21903
21904 2000-02-22 Dave Love <fx@gnu.org>
21905
21906 * xt-mouse.el: Doc fixes.
21907 (xterm-mouse-position-function): New function, replacing advice of
21908 mouse-position.
21909 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21910
21911 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21912
21913 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21914
21915 * format.el (format-annotate-single-property-change):
21916 Handle properties.with dotted-list values.
21917 (format-proper-list-p): New function.
21918
21919 * enriched.el (enriched-face-ans): Handle '(foreground-color
21920 . COLOR) and (background-color . COLOR).
21921
21922 2000-02-20 Dave Love <fx@gnu.org>
21923
21924 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21925 and assignments to it.
21926 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21927 current local map.
21928 (make-flyspell-overlay): Use it.
21929 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21930
21931 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21932 (lm-get-header-re): Defun, not defsubst.
21933 (lm-get-package-name): Defun, not defsubst. Simplify.
21934 (lm-version): Doc fix. Simplify.
21935 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21936 (lm-crack-address, lm-last-modified-date, lm-commentary)
21937 (lm-verify, lm-synopsis): Simplify.
21938 (lm-report-bug): Require emacsbug. Use compose-mail.
21939
21940 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21941
21942 * dired.el (dired-mode): Call propertized-buffer-identification
21943 to set mode-line-buffer-identification to something having
21944 the right text properties.
21945
21946 * bindings.el (propertized-buffer-identification): New function.
21947
21948 2000-02-20 Dave Love <fx@gnu.org>
21949
21950 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21951 check for t-mouse too.
21952
21953 * cus-start.el: Make echo-keystrokes `number'.
21954
21955 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21956
21957 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21958 Don't call ring-empty-p unless tags-location-ring is bound.
21959 From Noah Friedman <friedman@splode.com>.
21960
21961 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21962
21963 * progmodes/hideshow.el (hs-flag-region): No longer use
21964 `intangible' overlay property.
21965
21966 (hs-toggle-hiding): New command.
21967 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21968
21969 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21970 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21971 and deactivation.
21972
21973 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21974
21975 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21976
21977 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21978
21979 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21980
21981 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21982 of `*' to handle `(* ... *)' comments.
21983
21984 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21985
21986 * faces.el (list-faces-display): Use display-mouse-p instead of
21987 window-system.
21988
21989 * menu-bar.el (global-map): Menu-bar items converted to the new
21990 format (menu-item..., rearranged for better CUA compliance, and
21991 their names changed for better clarity. Help strings added.
21992
21993 * international/mule-cmds.el (mule-menu-keymap)
21994 (describe-language-environment-map, set-coding-system-map)
21995 (setup-language-environment-map): Convert to new (menu-item...
21996 form, add help strings. Change names of menu items for better clarity.
21997 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21998
21999 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22000
22001 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
22002 within the code.
22003
22004 2000-02-16 Dave Love <fx@gnu.org>
22005
22006 * faces.el: Don't require custom. Add more specific :groups to
22007 various deffaces.
22008 (set-face-attribute): Purecopy args.
22009 (read-face-name): Default to name at point and use it in prompt.
22010 Remove colon from arg in all callers.
22011 (list-faces-display): Hyperlink to face descriptions and customize
22012 buffers.
22013
22014 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
22015
22016 * wid-edit.el (widget-match-inline): An atom never matches a list.
22017
22018 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22019
22020 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22021 at ':' characters by call to split-string.
22022
22023 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22024
22025 * textmodes/bibtex.el: Added RCS version identification.
22026
22027 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22028
22029 * textmodes/bibtex.el: Some temporary comments removed.
22030 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22031 (bibtex-field-const): Allow capital letters.
22032 (bibtex-start-of-string): Deleted because unused.
22033
22034 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22035 use the term 'reference' to describe a bibtex entry as a whole.
22036 Further, reference keys are no longer called 'labels'.
22037 (bibtex-keys): Renamed to bibtex-reference-keys.
22038 (bibtex-reformat-previous-labels): Renamed to
22039 bibtex-reformat-previous-reference-keys.
22040 (bibtex-reference-type): Renamed to bibtex-entry-type.
22041 (bibtex-reference-head): Renamed to bibtex-entry-head.
22042 (bibtex-reference-maybe-empty-head): Renamed to
22043 bibtex-entry-maybe-empty-head.
22044 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22045 (bibtex-search-reference): Renamed to bibtex-search-entry.
22046 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22047 bibtex-enclosing-entry-maybe-empty-head.
22048 (bibtex-entry-field-alist, bibtex-entry-head)
22049 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22050 (bibtex-map-entries, bibtex-search-entry)
22051 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22052 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22053 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22054 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22055 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22056 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22057 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22058
22059 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22060
22061 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22062 comment.
22063 (bibtex-format-field-delimiters): New function, functionality
22064 extracted from bibtex-format-entry.
22065 (bibtex-autokey-get-yearfield-digits): New function, functionality
22066 extracted from bibtex-autokey-get-yearfield.
22067
22068 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22069 entries in order to avoid stack overflow in the regexp matcher if
22070 field contents become large.
22071 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22072 (bibtex-field-string-part-not-braced)
22073 (bibtex-field-string-part-no-inner-braces)
22074 (bibtex-field-string-part-1-inner-brace)
22075 (bibtex-field-string-part-2-inner-braces)
22076 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22077 (bibtex-field-string-quoted, bibtex-field-string)
22078 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22079 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22080 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22081 Deleted as parsing is now performed by the following functions.
22082 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22083 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22084 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22085 (bibtex-parse-association, bibtex-field-name-for-parsing)
22086 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22087 (bibtex-search-forward-field, bibtex-search-backward-field)
22088 (bibtex-start-of-field, bibtex-end-of-field)
22089 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22090 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22091 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22092 (bibtex-parse-string, bibtex-search-forward-string)
22093 (bibtex-search-backward-string, bibtex-start-of-string)
22094 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22095 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22096 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22097 entries. Instead of reporting the results of the parsing by
22098 match-beginning or match-end, these functions return data structures
22099 that hold the corresponding positions.
22100 (bibtex-enclosing-field): Changed to also report field boundaries by
22101 return values rather than by match-beginning or match-end.
22102 The following functions have been adapted to use the new
22103 parsing functions.
22104 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22105 (bibtex-enclosing-field, bibtex-format-entry)
22106 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22107 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22108 (bibtex-print-help-message, bibtex-end-of-entry)
22109 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22110 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22111 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22112 Use the new method for parsing.
22113 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22114 (bibtex-map-entries, bibtex-flash-head)
22115 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22116 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22117 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22118 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22119 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22120 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22121 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22122 order to make the new binding of case-fold-search immediately visible.
22123
22124 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22125
22126 * textmodes/bibtex.el: Copyright notice is up to date.
22127 Added constant 'bibtex-maintainer-salutation.
22128
22129 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22130 than make-temp-name, use match-string-no-properties and eliminate
22131 a quadratic behavior when building bibtex-strings.
22132
22133 * bibtex.el (bibtex-reference-key): Accept string entries whose
22134 reference key contains upper case letters.
22135
22136 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22137
22138 * bibtex.el (bibtex-reference-head): Allow entries to start with
22139 a new line.
22140
22141 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22142
22143 * bibtex.el: Hiding of entry bodies is not longer provided by
22144 bibtex.el directly. Instead the hideshow package can be used.
22145 Added a special bibtex entry to hs-special-modes-alist.
22146 (bibtex-hs-forward-sexp): Added for hideshow.el.
22147
22148 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22149
22150 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22151 proceedings entry type (for cross referencing). Thanks to Wagner
22152 Toledo Correa for the suggestion.
22153
22154 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22155
22156 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22157
22158 * international/characters.el: Setup case table for Vietnamese.
22159
22160 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22161
22162 * uniquify.el (toplevel): Require CL at compile time.
22163 (uniquify-push): Removed.
22164
22165 * shadowfile.el (shadow-when): Removed.
22166
22167 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22168 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22169
22170 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22171 regexp for paragraph-start.
22172
22173 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22174 commas as well.
22175
22176 2000-02-10 Dave Love <fx@gnu.org>
22177
22178 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22179 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22180 Deleted.
22181 (widget-specify-field, widget-specify-button): Don't use
22182 widget-mouse-help as help-echo property.
22183 (default): Use #'ignore for :validate and :mouse-down-action.
22184 (checkbox): Add help-echo.
22185 (widget-sexp-validate): Rewritten to clarify error messages.
22186 (character): Use char-valid-p in :match function.
22187 (widget-color-complete): Use facemenu-color-alist.
22188 (widget-color-action): Use facemenu-read-color.
22189
22190 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22191 set up `caar' &c that we now have.
22192
22193 2000-02-09 Ray Blaak <blaak@gnu.org>
22194
22195 * delphi.el: Make resourcestring a declaration region, like const
22196 and var.
22197
22198 2000-02-09 Dave Love <fx@gnu.org>
22199
22200 * bindings.el (mode-line-input-method-map): New variable.
22201 (mode-line-mule-info): Use it; fix last change.
22202 (mode-line-mode-menu): Move definition.
22203 (mode-line-mouse-sensitive-p): Deleted.
22204 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22205 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22206
22207 * startup.el (command-line-1): Don't call
22208 make-mode-line-mouse-sensitive.
22209
22210 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22211
22212 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22213 before rmail-toggle-header, because the former toggles headers.
22214
22215 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22216
22217 * diff-mode.el (diff-kill-junk): New interactive function.
22218 (diff-reverse-direction): Use delete-and-extract-region.
22219 (diff-post-command-hook): Restrict the area so that the hook also works
22220 outside of any diff hunk. This is necessary for the minor-mode.
22221 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22222 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22223
22224 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22225 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22226 so that it can be used more easily in <foo>-mode-hook. Also make sure
22227 to avoid duplicate entries.
22228 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22229 (font-lock-remove-keywords): Just as was done for `add', allow it to
22230 work even if font-lock-mode is nil. Also make sure we don't modify
22231 any pre-existing list by forcing a copy-sequence. Finally rename
22232 `major-mode' to `mode'.
22233 (font-lock-fontify-syntactic-anchored-keywords)
22234 (font-lock-fontify-anchored-keywords)
22235 (font-lock-fontify-keywords-region): Use line-end-position.
22236 Don't make `font-lock-multiline' local (it's now done in
22237 font-lock-set-defaults).
22238 (font-lock-set-defaults): Make `font-lock-multiline' local.
22239 Move the `font-lock-fontified' creation to inside the `unless'.
22240
22241 2000-02-06 Andrew Innes <andrewi@gnu.org>
22242
22243 * term/w32-win.el (x-handle-args): Comment out call to message,
22244 which occurs before window system is initialized.
22245
22246 * makefile.nt: Add support for recompiling lisp code.
22247
22248 2000-02-04 Dave Love <fx@gnu.org>
22249
22250 * bindings.el (mode-line-mule-info): Fix/extend last change.
22251
22252 * completion.el: Replace completion-dolist with dolist.
22253
22254 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22255
22256 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22257
22258 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22259 environment names before they go into the section regexp.
22260
22261 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22262 char class in regexp.
22263
22264 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22265 Bind `case-fold-search' to nil.
22266
22267 * progmodes/idlwave.el (idlwave-template):
22268 Respect `idlwave-abbrev-change-case'.
22269 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22270 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22271 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22272 (idlwave-rw-case): New function.
22273 (idlwave-statement-match): Fixed problem with assignment regexp.
22274 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22275 (idlwave-surround): New argument LENGTH to support padding of
22276 operators longer than 1 char.
22277
22278 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22279 idlwave-shell-expression-overlay. Implemented printing of
22280 expressions on higher levels of the calling stack.
22281 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22282 (idlwave-retrieve-expression-from-level): New function.
22283 (idlwave-shell-last-calling-stack): Variable removed.
22284 (idlwave-shell-reset): Argument action reversed (`visible' to
22285 `hidden'). Also remove stop-line overlay.
22286 (idlwave-shell-calling-stack-routine): New variable.
22287 (idlwave-shell-parse-stack-and-display): Messages now display
22288 negative level numbers.
22289 (idlwave-shell-mode): Set `modeline-format'.
22290 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22291 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22292 (idlwave-shell-print-expression-function): New option.
22293
22294 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22295 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22296 `tool-bar' instead of `toolbar'.
22297
22298 2000-02-02 Dave Love <fx@gnu.org>
22299
22300 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22301 emacs-lisp-mode-hook. Don't check for defalias being defined.
22302
22303 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22304 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22305 Use the new builtins directly.
22306
22307 * whitespace.el (whitespace): Add :version to defgroup.
22308
22309 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22310 Doc fix.
22311
22312 * thingatpt.el (sexp-at-point, symbol-at-point)
22313 (number-at-point, list-at-point): Add autoload cookie.
22314
22315 * recentf.el (recentf): Add :version to defgroup.
22316
22317 * quickurl.el (quickurl): Add :version to defgroup.
22318
22319 * elide-head.el (elide-head): Use point-marker more.
22320
22321 * bs.el (bs): Add :version to defgroup.
22322
22323 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22324
22325 * progmodes/delphi.el (delphi): Add :version to defgroup.
22326
22327 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22328
22329 * ange-ftp.el (ange-ftp-write-region): Handle case that
22330 succeeding process operation sets a different coding system.
22331
22332 * calculator.el: New file.
22333
22334 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22335
22336 * frame.el (frames-on-display-list, framep-on-display): New functions.
22337 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22338 (display-selections-p, display-screens, display-pixel-width)
22339 (display-pixel-height, display-mm-width, display-mm-height)
22340 (display-backing-store, display-save-under, display-planes)
22341 (display-color-cells, display-visual-class): New functions.
22342
22343 * term/tty-colors.el (tty-color-gray-shades): New function.
22344
22345 * faces.el (display-color-p): Use framep-on-display.
22346 (display-grayscale-p): New function.
22347
22348 2000-01-31 Dave Love <fx@gnu.org>
22349
22350 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22351 (create-fontset-from-x-resource): Don't concat integers.
22352
22353 2000-01-31 Inge Frick <inge@nada.kth.se>
22354
22355 * view.el: Some changes in documentation. Removed some trailing
22356 whitespace. Changed some parameter names to agree with documentation.
22357 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22358 window is not deleted. Modifies change 1998-04-26.
22359
22360 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22361
22362 * windmove.el: New file.
22363
22364 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22365 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22366 progmodes/ebnf-yac.el: Update copyright and license info.
22367
22368 * jit-lock.el (jit-lock-function): Widen before calculating
22369 end position.
22370 (jit-lock-stealth-chunk-start): Rewritten.
22371
22372 * info.el (Info-title-face-alist): Removed.
22373 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22374 (Info-fontify-node): Use these faces.
22375
22376 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22377
22378 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22379 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22380 `&allow-other-keywords'.
22381
22382 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22383 the list of directories scanned heuristically.
22384
22385 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22386
22387 2000-01-30 Jason Rumney <jasonr@gnu.org>
22388
22389 * w32-fns.el: Define w32-tty-standard-colors.
22390
22391 * startup.el (command-line): Use w32-tty-standard-colors when in
22392 w32 console mode.
22393
22394 2000-01-30 Dave Love <fx@gnu.org>
22395
22396 * jka-compr.el (jka-compr-load): Fix up load-history.
22397
22398 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22399
22400 * emacs-lisp/cl-macs.el: Revert previous change.
22401
22402 2000-01-29 Dave Love <fx@gnu.org>
22403
22404 * facemenu.el: Purecopy various strings.
22405
22406 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22407 years. Deal with three-digit years.
22408
22409 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22410 Use defconst, purecopy.
22411 (help-back-label): Purecopy it.
22412
22413 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22414
22415 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22416 variable. If non-nil, order the buffer list according to the
22417 currently selected frame.
22418 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22419 non-nil, pass the selected frame to function buffer-list.
22420
22421 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22422
22423 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22424
22425 2000-01-28 Dave Love <fx@gnu.org>
22426
22427 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22428
22429 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22430 Don't use lisp-indent-hook property.
22431 (cl-abs): Remove.
22432
22433 * subr.el: Move out indent and edebug specs for when and unless.
22434
22435 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22436 when, unless.
22437
22438 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22439 unless, when.
22440
22441 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22442
22443 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22444 `collecting' as synonym for `collect'.
22445
22446 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22447 for the case it contains spaces.
22448
22449 * simple.el (what-cursor-position): Change formatting of messages.
22450
22451 * frame.el (delete-other-frames): New function.
22452 (toplevel): Bind it to C-x 5 1.
22453
22454 * sort.el (sort-numeric-base): New option.
22455 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22456 interpret it as octal or hexadecimal. Use sort-numeric-base
22457 as default base.
22458
22459 * progmodes/glasses.el: New file.
22460
22461 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22462
22463 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22464 userids differently.
22465
22466 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22467 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22468 progmodes/ebnf-yac.el: New files.
22469
22470 2000-01-26 Dave Love <fx@gnu.org>
22471
22472 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22473 on a function with an empty body. [From Eric Ludlam.]
22474
22475 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22476
22477 * vc.el (vc-version-diff): Make sure file name is expanded.
22478
22479 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22480
22481 * scroll-bar.el (scroll-bar-timer): Variable removed.
22482 (scroll-bar-toolkit-scroll): Don't use a timer.
22483
22484 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22485
22486 * language/thai-util.el (thai-composition-function):
22487 Delete superfluous `a'.
22488
22489 2000-01-24 Dave Love <fx@gnu.org>
22490
22491 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22492 end-of-defun-function.
22493
22494 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22495
22496 2000-01-22 Jason Rumney <jasonr@gnu.org>
22497
22498 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22499 conflicts with new face support.
22500
22501 2000-01-22 Richard M. Stallman <rms@gnu.org>
22502
22503 * replace.el (query-replace): Rename last arg to DELIMITED.
22504 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22505 (query-replace-regexp): Likewise.
22506
22507 2000-01-20 Richard M. Stallman <rms@gnu.org>
22508
22509 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22510
22511 * emacs-lisp/lisp.el (beginning-of-defun-function):
22512 Variable renamed from beginning-of-defun.
22513 Do not call make-variable-buffer-local.
22514 (beginning-of-defun-raw): Use new variable name; doc fix.
22515 (beginning-of-defun): Doc fix.
22516 (end-of-defun-function): Variable renamed from end-of-defun.
22517 Do not call make-variable-buffer-local.
22518 (end-of-defun): Use new variable name; doc fix.
22519
22520 * subr.el (dolist, dotimes): Copied from cl-macs.el
22521 and made to work.
22522
22523 * mail/undigest.el (rmail-digest-end-regexps):
22524 Variable replaces rmail-digest-end-regexp.
22525 Allows multiple regexps for detecting the end line.
22526 (undigestify-rmail-message): Corresponding changes.
22527
22528 2000-01-19 Dave Love <fx@gnu.org>
22529
22530 * files.el (user-init-file): Don't declare here -- is primitive.
22531
22532 * startup.el (command-line): Check for compiled user-init-file and
22533 set to uncompiled version if necessary.
22534
22535 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22536
22537 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22538 (undigestify-rmail-message): Use it.
22539
22540 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22541
22542 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22543
22544 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22545 of mini-buffer.
22546
22547 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22548
22549 * emacs-lisp/copyright.el (copyright-update): Removed the
22550 requirement for a trailing space from `copyright-regexp', to
22551 support copyrights with owner specified on a separate line..
22552
22553 * align.el: New file.
22554
22555 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22556
22557 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22558
22559 2000-01-13 Dave Love <fx@gnu.org>
22560
22561 * ph.el: Removed. (Obsoleted by EUDC.)
22562
22563 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22564
22565 * net/eudc.el (toplevel): Remove autoloaded code installing
22566 menu with easymenu, because that causes build problems.
22567
22568 * frame.el (frame-notice-user-settings): New variable.
22569 (frame-notice-user-settings): Don't modify frame parameters
22570 if called a second time.
22571
22572 2000-01-13 Richard M. Stallman <rms@gnu.org>
22573
22574 * frame.el (frame-notice-user-settings):
22575 Notice default-frame-parameters even for non-window frames.
22576
22577 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22578
22579 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22580 for Emacs.
22581 (eudc-bob-can-display-inline-images): Extend for Emacs.
22582 (eudc-bob-toggle-inline-display): Ditto.
22583 (eudc-bob-display-jpeg): Ditto.
22584
22585 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22586
22587 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22588 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22589 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22590
22591 * add-log.el (add-change-log-entry): Fix error trying an
22592 `(insert nil)'.
22593
22594 * subdirs.el: Add `net' directory.
22595
22596 * net: New directory.
22597
22598 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22599 eval-last-sexp. Don't bind debug-on-error here.
22600 (eval-last-sexp): New function. Bind debug-on-error if
22601 eval-expression-debug-on-error is non-nil.
22602 (eval-defun-2, eval-defun): Likewise.
22603
22604 * simple.el (eval-expression): Don't bind debug-on-error if
22605 eval-expression-debug-on-error is nil. Detect changed
22606 debug-on-error, and propagate new value to global binding, if
22607 eval-expression-debug-on-error is non-nil,
22608 (eval-expression-debug-on-error): Change doc string.
22609
22610 2000-01-11 Richard M. Stallman <rms@gnu.org>
22611
22612 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22613
22614 * emacs-lisp/lisp-mode.el (with-syntax-table):
22615 Set up lisp-indent-function property.
22616
22617 * subr.el (with-syntax-table): Moved from simple.el.
22618
22619 * simple.el (with-syntax-table): Moved to subr.el.
22620
22621 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22622
22623 * tmm.el (tmm-shortcut): Delete region after prompt instead
22624 of erasing buffer.
22625
22626 * textmodes/fill.el (fill-common-string-prefix): New function.
22627 (fill-context-prefix): Use the longest common prefix of first
22628 and second line fill prefix, if there is one.
22629
22630 2000-01-11 Richard M. Stallman <rms@gnu.org>
22631
22632 * array.el (array-mode): Don't use make-variable-buffer-local.
22633 Use make-local-variable for `truncate-lines'.
22634
22635 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22636
22637 * add-log.el (add-log-current-defun): Handle user-defined
22638 add-log-current-function returning nil,
22639
22640 * add-log.el (add-change-log-entry): Insert version number
22641 if having found a current function
22642
22643 * add-log.el (add-log-current-defun):
22644 Call `add-log-current-defun-function'. Try matches at level 0 and
22645 level 1. Strip whitespace from defun found.
22646
22647 2000-01-10 John Wiegley <johnw@gnu.org>
22648
22649 * allout.el (isearch-done/outline-provisions): Added `edit'
22650 argument to correspond with the current definition of `isearch-done'.
22651
22652 2000-01-10 Dave Love <fx@gnu.org>
22653
22654 * elide-head.el (elide-head): Use point-marker, not point.
22655
22656 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22657
22658 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22659 before and after the year 2000.
22660
22661 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22662 Add ispell- prefix.
22663
22664 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22665
22666 * ispell.el: Only define dictionaries in menus when they exist.
22667 (version18p): New variable.
22668 (version20p): New variable.
22669 (xemacsp): New variable.
22670 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22671 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22672 (ispell-dictionary-alist6): Russian command lines no longer accept
22673 run-together words.
22674 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22675 (ispell-dictionary-alist): Add koi8-r to customize definition.
22676 (check-ispell-version): Added documentation string. Return library
22677 path when called non-interactively.
22678 (ispell-menu-map-needed): Uses new variables.
22679 (ispell-library-path): New variable.
22680 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22681 (ispell-word): Improved documentation string. Test for valid
22682 character mappings. Correctly check typed in word changes that can
22683 result in single words split into multiple words.
22684 Return replacement word.
22685 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22686 replace in recursive query replace mode. Help message for
22687 recursive edit mode.
22688 (ispell-show-choices): Protect against bad framepop bindings.
22689 (ispell-help): Fix to work with XEmacs.
22690 (ispell-highlight-spelling-error): Use new variables.
22691 (ispell-overlay-window): Fix to work with XEmacs.
22692 (ispell-parse-output): Passed and returns location information
22693 tracking spelling corrections. Doesn't recheck same word on
22694 current line.
22695 (ispell-init-process): Protect against bogus XEmacs variable binding.
22696 Fix call to single argument in sleep-for. Use new variables.
22697 (ispell-region): Passed and returns location information tracking
22698 spelling corrections. Doesn't check same word on current line.
22699 Improved documentation string. Doesn't resend a line already
22700 checked to the ispell process - fixes bug in LaTeX parsing.
22701 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22702 (ispell-skip-region): No longer skips <TT> in SGML.
22703 (ispell-process-line): Tracks location information with spelling
22704 corrections. Added documentation string. Accounts for words
22705 already accepted on this line. Don't allow query-replace on line
22706 starting with math characters. Doesn't resend a line already sent
22707 to ispell process. Fixes alignment error bug.
22708
22709 2000-01-10 Richard M. Stallman <rms@gnu.org>
22710
22711 * dired-x.el (dired-guess-shell-alist-default):
22712 Suggest xloadimage, which is free, not xv, which isn't.
22713
22714 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22715 Don't ever include the host name or user name in the value.
22716
22717 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22718
22719 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22720 of a real newline.
22721
22722 2000-01-09 Stephen Eglen <stephen@gnu.org>
22723
22724 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22725 for .png files.
22726
22727 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22728
22729 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22730
22731 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22732
22733 * progmodes/cperl-mode.el: Replace ^F with ^L.
22734
22735 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22736 `require'ing rmail and mailalias to prevent infinite recursion.
22737
22738 2000-01-08 Dave Love <fx@gnu.org>
22739
22740 * emacs-lisp/backquote.el: Remove inappropriate customization
22741 (allowing custom.el to use backquote).
22742
22743 2000-01-07 Dave Love <fx@gnu.org>
22744
22745 * add-log.el (add-log-debugging): Deleted.
22746 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22747 file. Remove debugging code.
22748 (change-log-get-method-definition, change-log-name): Add doc.
22749 (change-log-sortable-date-at): New function.
22750 (change-log-merge): New command.
22751
22752 * time.el (display-time-string-forms): Make the Mail string active.
22753 (display-time-update): Provide help-echo for load average.
22754
22755 * bindings.el (make-mode-line-mouse2-map): New function.
22756 (mode-line-modified): Use it and simplify.
22757 (mode-line-mule-info): Provide help-echo info.
22758 (minor-mode-alist): Activate the strings.
22759 (make-mode-line-mouse-sensitive): Simplify for
22760 mode-line-buffer-identification.
22761
22762 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22763
22764 * play/pong.el: New file.
22765
22766 2000-01-06 Dave Love <fx@gnu.org>
22767
22768 * array.el: Assorted cleanups for compiler warnings, doc strings,
22769 `array-' prefix for symbols.
22770
22771 2000-01-05 Dave Love <fx@gnu.org>
22772
22773 * textmodes/outline.el (outline-mode-menu-bar-map):
22774 Add outline-headers-as-kill.
22775 (outline-mode): Define imenu-generic-expression.
22776 (outline-headers-as-kill): New command.
22777
22778 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22779 from paragraph-start.
22780 (paragraph-indent-minor-mode): New command.
22781
22782 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22783 M-C-e, M-C-h, C-j, C-xnd, TAB.
22784 (fortran-mode): Set beginning-of-defun, end-of-defun.
22785 (fortran-column-ruler): Simplify.
22786 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22787 (fortran-with-subprogram-narrowing): Likewise.
22788 (fortran-indent-subprogram): Call mark-defun.
22789 (fortran-check-for-matching-do): Change narrowing.
22790
22791 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22792 (cl-lucid-hash-tag): Delete.
22793 (cl-hash-table-p): Correct test for native table.
22794 (cl-hash-table-count): Use hash-table-count.
22795
22796 * browse-url.el (browse-url): Fix case of
22797 browse-url-browser-function being an alist.
22798
22799 2000-01-05 Carsten Dominik <cd@gnu.org>
22800
22801 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22802 (reftex-index-phrase-file-extension): New options.
22803
22804 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22805 Use new option `reftex-index-phrase-file-extension'.
22806
22807 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22808 `reftex-parse-file-extension'.
22809
22810 2000-01-05 Dave Love <fx@gnu.org>
22811
22812 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22813 (beginning-of-defun-raw): Use it.
22814 (end-of-defun): New variable.
22815 (end-of-defun): Use it.
22816 (check-parens): New command.
22817
22818 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22819
22820 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22821 (hs-show-block): Don't use `mapcar' when not accumulating.
22822
22823 Fix buglet in local variables initialization.
22824
22825 2000-01-05 Andreas Schwab <schwab@suse.de>
22826
22827 * hscroll.el (hscroll): Doc fix.
22828
22829 2000-01-05 Carsten Dominik <cd@gnu.org>
22830
22831 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22832 Require idlw-toolbar.
22833
22834 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22835 file idlw-rinfo.el.
22836 (idlwave-customize): Load must read file idlw-shell.el.
22837 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22838
22839 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22840
22841 * progmodes/idlw-shell.el: Also provide idlwave-shell
22842 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22843 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22844
22845 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22846 both reftex-dcr and reftex-vcr.
22847
22848 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22849
22850 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22851
22852 * ps-print.el: PostScript code now is in separate files, doc fix.
22853 (ps-print-version): New version number (5.0.3).
22854 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22855 local.
22856 (ps-spool-config): Initialization fix.
22857 (ps-print-prologue-1, ps-print-prologue-2)
22858 (ps-print-duplex-feature): PostScript code moved to separated file.
22859 (ps-background-image): Little code reformating.
22860 (ps-begin-file, ps-begin-job): Fix code.
22861 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22862 (ps-prologue-file): New fun.
22863
22864 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22865
22866 * ps-vars.el: Eliminated.
22867
22868 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22869 `;;;###autoload'.
22870
22871 * ps-print.el: ps-vars eliminated, doc fix.
22872 (ps-print-version): New version number (5.0.2).
22873 (ps-spool-config): Initialization fix.
22874 (ps-print-customize): New fun.
22875
22876 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22877
22878 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22879
22880 2000-01-04 Dave Love <fx@gnu.org>
22881
22882 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22883 menu items.
22884
22885 2000-01-03 Dave Love <fx@gnu.org>
22886
22887 * elide-head.el (elide-head) [defgroup]: Add :version.
22888
22889 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22890 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22891 Use `cl-hash-table-p', not `hash-table-p'.
22892 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22893
22894 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22895
22896 * faces.el (face-read-integer, read-face-attribute)
22897 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22898
22899 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22900
22901 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22902 at comment end, and re-insert them after filling.
22903
22904 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22905
22906 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22907 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22908 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22909
22910 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22911
22912 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22913 the new name of face-color-supported-p.
22914
22915 * term/w32-win.el (xw-defined-colors): Likewise.
22916
22917 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22918
22919 * simple.el (completion-setup-function): Count completion-size
22920 from minibuffer-prompt-end, not from point-min.
22921
22922 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22923
22924 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22925 Pass the frame to tty-color-* functions.
22926 (display-color-p, frame-set-background-mode): Pass the frame to
22927 tty-display-color-p.
22928
22929 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22930 tty-color-alist.
22931 (tty-color-alist, tty-modify-color-alist): New functions.
22932 (tty-color-define, tty-color-clear, tty-color-approximate)
22933 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22934 optional parameter FRAME.
22935
22936 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22937
22938 * image.el (create-image, defimage): Don't assume image data is
22939 a string.
22940
22941 * image.el (defimage): Handle specifications containing :data
22942 instead of :file.
22943 (image-type-from-data): New function.
22944 (image-type-from-file-header): Use it.
22945 (create-image): Add parameter DATA-P.
22946
22947 See ChangeLog.8 for earlier changes.
22948
22949 ;; Local Variables:
22950 ;; coding: iso-2022-7bit
22951 ;; End:
22952
22953 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22954 Copying and distribution of this file, with or without modification,
22955 are permitted provided the copyright notice and this notice are preserved.