]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(cwarn-font-lock-match-assignment-in-expression):
[gnu-emacs] / lisp / ChangeLog
1 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
4 Add shift-assignment operators to those highlighted, and highlight
5 the whole operator rather than just the "=". From Broadey Kevin
6 <Kevin.Broadey@motorola.com>.
7
8 2001-12-04 Juanma Barranquero <lektu@terra.es>
9
10 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
11 before saving abbrevs if `save-abbrevs' has the value `silently'.
12
13 2001-12-04 Andreas Schwab <schwab@suse.de>
14
15 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
16
17 2001-12-04 Colin Walters <walters@debian.org>
18
19 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
20 for `defmacro*' forms.
21
22 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
23 `defmacro*'.
24
25 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
26
27 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
28
29 2001-12-02 Richard M. Stallman <rms@gnu.org>
30
31 * files.el (insert-directory): If the df output does not look right,
32 don't try to use it. Other cleanups in overall code structure.
33
34 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
35
36 * textmodes/outline.el (outline-mode-prefix-map):
37 Add bindings for outline-promote and outline-demote.
38 (outline-minor-mode-menu-bar-map): New var.
39 (outline-minor-mode): Use it.
40 (outline-heading-alist): New var (renamed from outline-level-heading).
41 (outline-level): Use it.
42 (outline-insert-heading, outline-promote, outline-demote):
43 Update to use outline-heading-alist.
44
45 * disp-table.el (standard-display-european):
46 Simplify since the function is not interactive any more.
47 Don't set the existing buffers to unibyte.
48
49 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
50
51 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
52
53 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
54
55 * shell.el (shell): Use shell-file-name.
56 Pop to buffer before calling comint to set COLUMNS properly.
57
58 * emacs-lisp/cl.el (svref): New alias.
59
60 * progmodes/antlr-mode.el (antlr-c-common-init):
61 Don't inhibit adaptive-fill-mode any more.
62
63 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
64
65 * progmodes/etags.el (tags-with-face): Use make-symbol.
66 (tags-search, tags-query-replace): Use backquotes.
67
68 * textmodes/picture.el (picture-mode-map): Don't use defconst
69 for a variable.
70
71 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
72
73 * textmodes/reftex-index.el (reftex-index-mode):
74 Remove make-local-hook.
75
76 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
77
78 2001-12-02 Kim F. Storm <storm@cua.dk>
79
80 * isearch.el (isearch-resume-enabled): New variable.
81 (isearch-done): Use that variable.
82
83 2001-12-01 Richard M. Stallman <rms@gnu.org>
84
85 * wid-edit.el (widget-button-click): Don't move point permanently:
86 Avoid mouse-set-point--instead select the window,
87 then do save-excursion, then move point.
88 Specify the buffer for get-char-property.
89 Don't use `@' in interactive.
90
91 * indent.el (indent-line-function):
92 Default is indent-to-left-margin again.
93
94 * replace.el (query-replace-read-args): Display message
95 if FROM contains `\n' or `\t'.
96
97 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
98
99 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
100
101 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
102
103 * emacs-lisp/regexp-opt.el (regexp-opt):
104 Bind completion-regexp-list to nil.
105
106 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
107
108 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
109
110 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
111 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
112 Update maintainer.
113
114 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
115
116 * mail/smtpmail.el: Use with-current-buffer.
117 (message-make-date, message-make-message-id): Autoload when needed.
118 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
119 headers when missing.
120
121 * international/encoded-kb.el (encoded-kbd-mode):
122 Use define-minor-mode.
123
124 * enriched.el (enriched-mode): Use define-minor-mode.
125 Use dolist and pop and push.
126
127 * info.el (Info-find-node-2): Don't call info-insert-file-contents
128 with the `visit' argument.
129 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
130
131 * progmodes/hideif.el (hide-ifdef-mode): Only modify
132 `change-major-mode-hook' locally. Reset invisibility spec.
133
134 * man.el (Man-build-section-alist): Remove last Man-match-substring.
135
136 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
137
138 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
139 Clarify error message.
140
141 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
142
143 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
144
145 2001-11-30 Andre Spiegel <spiegel@gnu.org>
146
147 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
148 don't just return it.
149
150 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
153 (menu-bar-read-emacs-man, search-emacs-glossary)
154 (emacs-index-search, elisp-index-search): New functions.
155 (apropso-documentation, apropos, apropos-value, apropos-variable)
156 (apropos-commands): Modify menu item names and help text.
157 (elisp-index-search, emacs-index-search, emacs-glossary):
158 New menu items.
159 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
160 submenu.
161 (info-elisp, info-elintro): New menu items.
162 (apropos): Modify the menu item name.
163
164 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
165
166 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
167
168 * textmodes/outline.el (outline-promote, outline-demote): Typo.
169
170 * man.el (man-follow-mouse): New function.
171 (Man-mode-map): Bind mouse-2 to it.
172 (Man-match-substring): Remove. Replace with `match-string'.
173 (man): Use the `default-value' argument to `read-string'.
174 (Man-fontify-manpage): Add mouse-face to cross references.
175
176 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
177
178 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
179
180 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
181 the value of require-match in minibuffer-completion-confirm.
182 Use crm-local-completion-map.
183
184 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
185 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
186 (cl-make-type-test): Use char-valid-p for `character'.
187
188 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
189 (Info-complete-menu-item): Rewrite. Add the ability to search
190 several sequential nodes. Add a simple caching mechanism.
191 (Info-goto-index): New function extracted from Info-index.
192 (Info-index): Use it. Add completion to the interactive spec.
193 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
194
195 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
196
197 * COPYING: Removed.
198
199 2001-11-29 Dave Love <fx@gnu.org>
200
201 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
202 (fortran-window-create, fortran-window-create-momentarily):
203 Rewrite, moving error condition.
204 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
205 (fortran-mode-syntax-table): Revert last change.
206
207 * international/mule.el: Doc fixes.
208 (map-charset-chars): New function.
209 (register-char-codings): Use it to cope with generic chars in
210 safe-chars.
211
212 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
213
214 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
215
216 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
217
218 * play/studly.el (studlify-word, studlify-region)
219 (studlify-buffer): Fix doc-string.
220 (studlify-buffer): Add autoload cookie.
221
222 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
223
224 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
225 (outline-up-heading-all): Remove.
226 (hide-sublevels): Move to end-of-heading before calling flag-region.
227 (outline-copy-overlay, outline-discard-overlays): Remove.
228 (outline-flag-region): Use `remove-overlays'.
229 Don't move to end-of-heading.
230 (outline-next-visible-heading, outline-back-to-heading)
231 (outline-on-heading-p): Use outline-invisible-p.
232 (outline-font-lock-level): Use outline-up-heading's new arg.
233 (outline-minor-mode): Simplify.
234 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
235 (outline): Put a `reveal-toggle-invisible' property.
236 (outline-level-heading): New var.
237 (outline-insert-heading, outline-promote, outline-demote)
238 (outline-toggle-children): New commands.
239
240 * progmodes/hideif.el (hif-end-of-line): New function.
241 (hide-ifdef-mode): Set line-move-ignore-invisible.
242 (hide-ifdef-region-internal): New function.
243 (hide-ifdef-region): Use it.
244 (hif-defined): Return an integer.
245 (hif-infix-to-prefix): Remove.
246 (hif-tokenize): Parse from the buffer rather than from a string.
247 Correctly tokenize integers. Use forward-comment.
248 (hif-expr): Use hif-or.
249 (hif-term): Use hif-and.
250 (hif-factor): Use hif-not. Handle numbers properly.
251 Don't require parenthesis around `defined's argument.
252 (hif-and, hif-or, hif-not): New funs.
253 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
254 (hif-hide-line): Don't hide the \n before the line.
255 (hif-possibly-hide): Correctly handle numeric evaluation results.
256
257 * progmodes/make-mode.el: Use line-(end|beginning)-position.
258 (makefile-mode): Set indent-line-function.
259 (makefile-browser-insert-continuation): Use with-current-buffer.
260 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
261
262 2001-11-28 Karl Fogel <kfogel@red-bean.com>
263
264 * isearch.el (isearch-yank-internal): New helper function.
265 (isearch-yank-char): New function.
266 (isearch-yank-word, isearch-yank-line): Rewrite to use
267 isearch-yank-internal.
268
269 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
270
271 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
272 aren't supported. Print a message to that effect if invoked.
273
274 2001-11-27 Stephen Eglen <stephen@gnu.org>
275
276 * locate.el (locate): Put point at first matching file rather
277 than top of buffer.
278
279 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
280
281 * reveal.el: New file.
282
283 * progmodes/hideif.el: Misc cleanup.
284 (hide-ifdef-mode-submap): Put the def in the defvar.
285 Use substitute-key-definition.
286 (hide-ifdef-mode): Use define-minor-mode.
287 (hif-outline-flag-region): Remove.
288 (hif-show-all): Define in terms of hif-show-ifdef-region.
289 (hif-after-revert-function): Rename from hif-before-revert-function.
290 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
291 (hif-tokenize): Use with-syntax-table.
292 (hif-make-range): Use `else' also for `else-p'.
293 (hif-range-else-p): Remove.
294 (hif-find-range): Simplify.
295 (hif-hide-line): Don't bother preserving buffer-modified-p.
296 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
297 Don't use selective-display and inhibit-read-only.
298
299 * subr.el (copy-overlay, remove-overlays): New funs.
300
301 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
302
303 2001-11-27 Sam Steingold <sds@gnu.org>
304
305 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
306 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
307 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
308 * obsolete/c-mode.el, obsolete/cplus-md.el
309 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
310 * term/sun-mouse.el, textmodes/artist.el:
311 Converted backquote to the new style.
312 * mouse.el, reposition.el: Likewise (in comments).
313 * expand.el: Likewise (in a string).
314
315 2001-11-27 Richard M. Stallman <rms@gnu.org>
316
317 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
318
319 2001-11-26 Richard M. Stallman <rms@gnu.org>
320
321 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
322 if :on-glyph or :off-glyph is a list, eval it and store it back.
323 (checkbox): Quote the values for :on-glyph and :off-glyph.
324
325 * cus-start.el (recursive-load-depth-limit): Delete item.
326
327 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
328
329 * help-fns.el (describe-categories, help-describe-category-set): New.
330 describe-categories moved here from src/category.c.
331
332 2001-11-26 Sam Steingold <sds@gnu.org>
333
334 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
335 arguments to `insert' are strings.
336
337 2001-11-26 Richard M. Stallman <rms@gnu.org>
338
339 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
340
341 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
342
343 * loaddefs.el: Regenerated.
344
345 * international/mule-diag.el: Require help-fns instead of
346 help-funs.
347
348 * help-fns.el: Renamed from help-funs.el.
349
350 * startup.el (command-line-1): Don't try to call process-list if
351 it is not fboundp.
352
353 2001-11-26 Sam Steingold <sds@gnu.org>
354
355 * frame.el (show-trailing-whitespace): Remove :set argument (the
356 value was essentially identical to the defalt).
357
358 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
359
360 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
361
362 * icomplete.el (icomplete-minibuffer-setup): Likewise.
363
364 * hilit-chg.el (hilit-chg-set): Likewise.
365
366 * speedbar.el (speedbar-mode): Likewise.
367
368 * calendar/calendar.el (calendar-mode): Likewise.
369
370 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
371 insert-string.
372
373 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
374
375 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
376
377 * term/sun-mouse.el (sun-yank-selection): Likewise.
378
379 * textmodes/bib-mode.el (return-key-bib): Likewise.
380
381 * calendar/appt.el (appt-disp-window): Likewise.
382
383 * calendar/diary-lib.el (list-diary-entries): Likewise.
384
385 * array.el (array-reconfigure-rows): Likewise.
386
387 * filecache.el (file-cache-minibuffer-complete): Likewise.
388
389 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
390
391 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
392
393 * allout.el (outline-version, outline-open-topic)
394 (outline-rebullet-heading, outline-insert-listified)
395 (outline-latex-verbatim-quote-curr-line)
396 (outline-latexify-one-item, outlineify-sticky): Likewise.
397
398 * vc.el (vc-next-action-on-file): Likewise.
399 (vc-dired-mode): Remove make-local-hook.
400
401 2001-11-26 Andre Spiegel <spiegel@gnu.org>
402
403 * vc.el (vc-find-version): New function.
404 (vc-version-other-window): Redefined in terms of the above.
405
406 * log-view.el (log-view-find-version): New function.
407 (log-view-mode-map): Bind it to `f'.
408
409 2001-11-26 Gerd Moellmann <gerd@gnu.org>
410
411 * language/devan-util.el (dev-char-glyph): Escape `"' in
412 string literals.
413 (dev-glyph-glyph, dev-glyph-glyph-2)
414 (devanagari-compose-syllable-region): Likewise.
415
416 2001-11-26 Richard M. Stallman <rms@gnu.org>
417
418 * window.el (save-selected-window): No error if saved window is dead.
419
420 * help-funs.el (describe-syntax): Put (interactive) after doc string.
421
422 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
423
424 * international/quail.el (quail-help): Require help-mode in
425 top-level instead.
426
427 * iswitchb.el (iswitchb-exhibit): Use insert instead of
428 insert-string.
429
430 * icomplete.el (icomplete-exhibit): Likewise.
431
432 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
433
434 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
435 (diff-hunk-kill): Simplify.
436 (diff-post-command-hook): Only apply to a single hunk.
437 (diff-hunk-text): Make `char-offset' non-optional.
438 (diff-find-text): Return a cons cell.
439 (diff-find-approx-text): New fun.
440 (diff-find-source-location): Use it.
441 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
442 Adapt to new retval of diff-find-text.
443
444 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
445 rather than integer- representation of dates.
446
447 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
448
449 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
450 (syntax-after): New fun.
451
452 * help-funs.el (describe-syntax): New fun.
453
454 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
455 (font-lock-ppss-stats, font-lock-ppss): Remove.
456 (font-lock-fontify-syntactically-region): Remove tuning code.
457 (font-lock-compile-keywords): Fix off-by-one bug.
458 (font-lock-set-defaults): Don't set removed vars.
459 (c-keywords): Add `inline'.
460 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
461
462 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
463 Set syntax-begin-function.
464 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
465 (lisp-interaction-mode): Don't set local-abbrev-table any more.
466 (lisp-mode-auto-fill): Use syntax-ppss and obey
467 comment-auto-fill-only-comments.
468 (lisp-fill-paragraph): Use syntax-ppss.
469
470 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
471
472 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
473 version of rmail-enable-mime.
474 (rmail-forward): Use it.
475
476 2001-11-25 Richard M. Stallman <rms@gnu.org>
477
478 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
479
480 * international/quail.el (quail-keyboard-layout-button):
481 Define button type.
482 (quail-keyboard-customize-button): Likewise.
483 (quail-help): Use those button types. Require `help-mode'.
484 Avoid altering the argument `package'.
485
486 * help-mode.el (help-function, help-variable, help-face)
487 (help-coding-system, help-input-method, help-character-set):
488 Define each button type with its own explicit define-button-type.
489
490 * language/devan-util.el: Comment out parts of the file
491 which apparently are garbled.
492
493 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
494
495 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
496 insert-string.
497
498 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
499
500 * play/snake.el (snake-mode): Remove make-local-hook.
501
502 * play/tetris.el (tetris-mode): Likewise.
503
504 * play/decipher.el (decipher-mode): Likewise.
505
506 * tmm.el (tmm-add-prompt): Likewise.
507
508 2001-11-25 Sam Steingold <sds@gnu.org>
509
510 * menu-bar.el (menu-bar-apropos-menu): New variable.
511 Moved all `apropos' bindings to this menu.
512 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
513
514 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
515
516 The following changes are for new indian languages support based
517 on Unicode charset and CDAC fonts.
518
519 * international/mule-conf.el: Change indian-1-column charset to
520 indian-glyph charset.
521
522 * international/characters.el: Adjusted for the change of
523 indian-1-column -> indian-glyph.
524
525 * international/fontset.el: Delete the setting for indian-1-column
526 and add the setting for indian-glyph in the default fontset.
527
528 * language/indian.el: Completely re-written.
529
530 * language/devanagari.el: Completely re-written.
531
532 * language/devan-util.el: Completely re-written.
533
534 * language/ind-util.el: New file.
535
536 2001-11-24 Richard M. Stallman <rms@gnu.org>
537
538 * startup.el (command-line-1): Don't do startup screen
539 if a subprocess is running. Call the startup screen buffer
540 "GNU Emacs". Make a special mode-line-format for it.
541
542 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
543 (browse-url-galeon): Use that variable.
544
545 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
546 eval-expression. Eval and set the variable simply.
547
548 * files.el (temporary-file-directory): Use defcustom.
549 (small-temporary-file-directory): Likewise.
550 (normal-backup-enable-predicate): Move down in file
551 after definition of temporary-file-directory.
552
553 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
554
555 2001-11-24 Colin Walters <walters@debian.org>
556
557 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
558 autoload names to match files renamed on initial calc import.
559
560 * calc/calc.el (Commentary): Cleanup, and add logistic curve
561 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
562
563 2001-11-23 Colin Walters <walters@debian.org>
564
565 * Makefile.in (finder_setwins, setwins): Include Calc again.
566
567 * calc/calc-rules.el: Add header comment.
568
569 2001-11-23 Andre Spiegel <spiegel@gnu.org>
570
571 * vc.el (with-vc-properties): Don't bind `filename' locally.
572 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
573 to avoid name clashes. Fix `lisp-indent-function' property for
574 both.
575
576 2001-11-23 Francesco Potorti` <pot@gnu.org>
577
578 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
579
580 2001-11-22 Colin Walters <walters@debian.org>
581
582 * calc/calc-misc.el (report-calc-bug):
583 Use `reporter-prompt-for-summary-p'.
584
585 * calc/INSTALL, calc/Makefile: Remove.
586
587 2001-11-22 Miles Bader <miles@gnu.org>
588
589 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
590 (reb-match-2, reb-match-3): Add dark-background variants.
591
592 2001-11-22 Colin Walters <walters@debian.org>
593
594 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
595 (info "Calc").
596 (report-calc-bug): Use reporter.el.
597
598 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
599
600 2001-11-21 Richard M. Stallman <rms@gnu.org>
601
602 * which-func.el (which-function): Call imenu--make-index-alist
603 if necessary to get a list of functions.
604 (which-function-imenu-failed): New variable.
605 (which-func-update): Handle all visible windows.
606 (which-func-update-1): New subroutine broken out of which-func-update.
607
608 * files.el (temporary-file-directory, null-device)
609 (small-temporary-file-directory): Definitions moved up.
610
611 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
612 (cperl-non-problems, cperl-praise): Doc fixes.
613
614 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
615 (sh-mode-syntax-table): Function restored.
616 Variable set up for use by function sh-mode-syntax-table.
617 (sh-set-shell): Set the syntax table.
618
619 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
620
621 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
622
623 * international/encoded-kb.el: Don't alter minor-map-alist.
624
625 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
626
627 * files.el (auto-save-file-name-transforms): Put remote files in
628 temporary-file-directory rather than /tmp.
629
630 2001-11-21 Colin Walters <walters@debian.org>
631
632 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
633 of (function ...) wrapper.
634
635 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
636
637 * derived.el (define-derived-mode): Create the abbrev-table
638 from inside the `defvar'.
639
640 * jit-lock.el (jit-lock-defer-time): New var.
641 (jit-lock-defer-timer, jit-lock-buffers): New vars.
642 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
643 (jit-lock-function): Defer fontification if requested.
644 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
645 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
646 text property.
647 (jit-lock-deferred-fontify): New fun.
648
649 2001-11-20 Richard M. Stallman <rms@gnu.org>
650
651 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
652 Set local-abbrev-table to lisp-mode-abbrev-table.
653
654 * emacs-lisp/re-builder.el (reb-mode):
655 Don't use define-derived-mode. Call kill-all-local-variables.
656
657 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
658 Don't use define-derived-mode.
659
660 * help-mode.el (help-mode): Undo 2001-10-07 change.
661
662 * replace.el (occur-mode): Undo 2001-5-20 change.
663
664 2001-11-20 Jason Rumney <jasonr@gnu.org>
665
666 * w32-fns.el (w32-system-coding-system): Change to an alias for
667 locale-coding-system.
668 (set-w32-system-coding-system): Document the above change.
669 Set locale-coding-system instead.
670
671 2001-11-20 Richard M. Stallman <rms@gnu.org>
672
673 * ruler-mode.el: Add pagination.
674 (ruler-mode-toggle-show-tab-stops): No need to
675 test `ruler-mode' variable.
676
677 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
678
679 * play/landmark.el: Mark lm-mode as special.
680
681 * play/gomoku.el: Mark gomoku-mode as special.
682
683 2001-11-20 Juanma Barranquero <lektu@terra.es>
684
685 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
686 (top-level): Bind it to C-c C-b.
687 (re-builder): Don't re-enter RE Builder Mode.
688
689 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
690
691 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
692
693 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
694 `manual-program'.
695
696 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
697 to a line without a comment.
698
699 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
700
701 * dired.el (dired-listing-switches): Mention in the doc string
702 that some switches are not supported by ls-lisp.el
703
704 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
705
706 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
707 (imenu--create-keymap-2): Remove.
708 (imenu--create-keymap-1): Simplify, remove third argument.
709 (imenu--generic-function): Use dolist.
710 (imenu-find-default): New function.
711 (imenu--completion-buffer): Use it.
712 (imenu--mouse-menu): Use popup-menu.
713 (imenu--menubar-select): Return t rather than calling imenu.
714
715 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
716 New functions, extracted from fill-region-as-paragraph.
717 (fill-region-as-paragraph): Use them.
718 Use an end marker instead of eob.
719 Ignore whitespace-only fill-prefixes when indenting according to mode.
720 Simplify the loop that searches for spaces backwards.
721
722 * textmodes/picture.el (picture-vertical-step)
723 (picture-horizontal-step): Don't use defconst for variables.
724
725 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
726 (mail-extract-address-components): Downcase domain names.
727 (mail-extr-delete-char): Remove. Use delete-char instead.
728
729 * emulation/pc-select.el: Doc string fixes.
730 (pc-selection-mode): Don't treat macos as a tty.
731
732 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
733
734 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
735
736 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
737 (mouse-wheel-progessive-speed): New var.
738 (mwheel-scroll): Use it and handle float values.
739
740 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
741
742 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
743 (iswitchb): Fix the case where the result was selected with the mouse.
744 (iswitchb-completion-help): Use the normal *Completions* now that
745 mouse selection works.
746 (iswitchb-minibuffer-setup): Simplify.
747
748 * newcomment.el (comment-column, comment-style, comment-multi-line)
749 (comment-auto-fill-only-comments): Remove :group arg.
750 (comment-padding): Add :type.
751 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
752 if called interactively.
753
754 2001-11-19 Colin Walters <walters@verbum.org>
755
756 * calc/calc.el (toplevel): Add comment and version header.
757 (calc-init-base): Bump version to 2.02f, update date.
758
759 2001-11-19 Richard M. Stallman <rms@gnu.org>
760
761 * net/browse-url.el: Support Mozilla and Galeon.
762 By default, find the installed browser whichever it is.
763 (browse-url-mozilla): New function.
764 (browse-url-mozilla-sentinel): New function.
765 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
766 (browse-url-default-browser): New function.
767 (browse-url-process-environment): Use browse-url-browser-display.
768 (browse-url-browser-display): Renamed from browse-url-netscape-display.
769 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
770 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
771 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
772 (browse-url-browser-function): New default, new options.
773
774 2001-11-19 Sam Steingold <sds@gnu.org>
775
776 * bindings.el (last-buffer, unbury-buffer): New function.
777 (mode-line-unbury-buffer): Use `unbury-buffer'.
778
779 2001-11-18 Stephen Eglen <stephen@gnu.org>
780
781 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
782 control behaviour when no further completion is possible.
783
784 2001-11-19 Colin Walters <walters@verbum.org>
785
786 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
787 (math-showing-full-precision, math-with-extra-prec, math-working)
788 (calc-with-default-simplification)
789 (calc-with-trail-buffer): Use backtick.
790 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
791 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
792 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
793 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
794 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
795 (Math-num-integerp, Math-bignum-test, Math-equal-int)
796 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
797 (calc-record-compilation-date-macro): Deleted. Callers updated.
798 (math-format-radix-digit): Move to calc-bin.el.
799
800 * calc/calc.el (calc-record-compilation-date): Remove.
801 (calc-bug-address): Update.
802 (calc-settings-file): Use `user-init-file'.
803
804 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
805 Handle null `calc-settings-file'.
806
807 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
808 * calc/calc-keypd.el (calc-keypad-mode): New.
809 (calc-do-keypad): Use it.
810 (calc-keypad-map): Move into `calc-keypad-mode'.
811
812 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
813 to defalias argument.
814
815 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
816 (calcFunc-floor): Ditto.
817
818 * calc-units.el (calcFunc-usimplify): Ditto.
819
820 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
821 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
822 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
823 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
824 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
825 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
826 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
827 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
828 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
829 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
830 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
831 and move them before their first use. Use `when', `unless'.
832 Remove trailing periods from error forms. Add description and
833 headers suggested by Emacs Lisp coding conventions.
834
835 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
836
837 * newcomment.el (comment-indent):
838 Fix misindentation for comment-only lines.
839 (comment-indent-new-line): Only obey comment-multi-line if the
840 comment-ender is not the end-of-line.
841
842 2001-11-19 Richard M. Stallman <rms@gnu.org>
843
844 * net/net-utils.el (network-connection-service-abbrev-alist):
845 New variable.
846
847 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
848 Advance to start of 3rd sexp by moving fwd and backing over it.
849 At first three elements, act like defun.
850
851 * delsel.el (delete-selection-pre-hook): Handle and resignal
852 file-supersession errors to interact properly with userlock.el.
853
854 2001-11-18 Richard M. Stallman <rms@gnu.org>
855
856 * progmodes/fortran.el (fortran-mode-syntax-table):
857 Specify punctuation syntax for backslash.
858
859 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
860 All calls deleted.
861
862 * international/mule-util.el (string-to-sequence): Make it obsolete.
863 (string-to-list, string-to-vector): Implement them directly
864 using append and vconcat, not with string-to-sequence.
865
866 * startup.el (command-line): Set abbrevs-changed to nil after
867 reading the init file and the abbrevs file.
868
869 * isearch.el (isearch): Use magenta2 as bg for (background light)
870
871 2001-11-17 Richard M. Stallman <rms@gnu.org>
872
873 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
874
875 * simple.el (minibuffer-history-sexp-flag): Doc fix.
876
877 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
878
879 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
880 If set and if applicable, add a regexp to highlight defun-like
881 text inside comments and strings.
882 (font-lock-fontify-keywords-region): Pass that new arg.
883 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
884 to the end and pass that new arg.
885 (c-font-lock-keywords-2): Fix regex for labels.
886 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
887 Make it work when LIMIT is several lines further.
888 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
889 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
890 Use backquote and make the regexes for `int a, b, c;' work on
891 multiple lines.
892
893 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
894 (font-lock-defaults-alist): Don't change it any more.
895 (reb-subexp-mode-map): Cleanup.
896
897 * custom.el (custom-current-group-alist): New var.
898 (custom-declare-group): Set it.
899 (custom-current-group): New fun.
900 (custom-declare-variable, custom-handle-all-keywords):
901 Use it as a default if no :group argument is specified.
902
903 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
904 (standard-keyboard-coding-systems): New var.
905 (set-locale-environment): Use it to decide whether or not to call
906 set-keyboard-coding-system.
907 (locale-language-names): Use \"French\" for "fr".
908
909 2001-11-17 Richard M. Stallman <rms@gnu.org>
910
911 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
912 (add-to-list): Delete compatibility code.
913 (checkdoc-next-message-error): Doc fix.
914
915 2001-11-17 Stephen Eglen <stephen@gnu.org>
916
917 * locate.el (locate): Show default locate pattern within the
918 prompt, but don't insert it into the minibuffer contents.
919 Catch the case when pattern is the empty string.
920
921 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
922
923 * language/european.el ("French"): New language environment.
924
925 2001-11-16 Richard M. Stallman <rms@gnu.org>
926
927 * calendar/todo-mode.el (todo-save): Fix previous change.
928
929 * subr.el (functionp): Do use cdr-safe on object.
930
931 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
932
933 * bindings.el (mode-line-mode-name): Only put the help-echo property
934 if the local-map property was put as well.
935 (global-map): Bind switch-frame, delete-frame, iconify-frame
936 and make-frame-visible events.
937
938 * emacs-lisp/elp.el (elp-not-profilable): New var.
939 (elp-not-profilable-p): New function.
940 (elp-instrument-function): Use it. Use backquotes and push.
941
942 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
943 (byte-stack+-info, byte-compile-last-warned-form)
944 (byte-compile-last-logged-file): Don't defconst a variable.
945 (no-byte-compile): Declare.
946 (byte-compile-file): Don't boundp-check no-byte-compile any more.
947 (byte-compile-defvar): Leave defconst as is.
948
949 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
950 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
951 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
952 (edebug-best-error): Don't defconst a variable.
953 (edebug-read-syntax-table): Use a char-table.
954 (edebug-lemacs-specific): Remove.
955 Toplevel: Eliminate check for Lucid Emacs.
956
957 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
958
959 * rect.el (move-to-column-force): Mark obsolete.
960 (operate-on-rectangle, delete-extract-rectangle-line)
961 (insert-rectangle, delete-whitespace-rectangle-line)
962 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
963 (string-rectangle-history): New var.
964 (string-rectangle, string-insert-rectangle): Use it.
965 (delete-rectangle-line): Fix pos/column mixup and simplify.
966
967 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
968 (normal-top-level, command-line, command-line-1): Simplify.
969
970 * tar-mode.el (tar-mode): Use define-derived-mode.
971
972 * view.el (view-mode-enable): Don't use make-local-hook.
973
974 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
975
976 2001-11-16 Richard M. Stallman <rms@gnu.org>
977
978 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
979 if it doesn't make sense as anything else.
980 Don't recognize a "telephone number" at the beginning of the name.
981 (mail-extr-leading-garbage): Match non-word characters only.
982
983 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
984
985 * startup.el (command-line-processed): Doc fix.
986
987 * apropos.el (apropos-next-label-button): Doc fix.
988
989 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
990
991 * comint.el (comint-mode): Simplify.
992 (make-comint-in-buffer): Run `comint-mode' only if necessary.
993
994 * subr.el (eval-after-load): Make it work with features as well.
995
996 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
997
998 * international/mule-cmds.el (describe-input-method): Setup xref.
999 (set-language-environment): Use functionp.
1000 (locale-language-names, locale-charset-language-names)
1001 (locale-preferred-coding-systems): Defconst and purecopy.
1002
1003 * language/european.el (mac-roman): Add mime-charset property.
1004
1005 2001-11-15 Richard M. Stallman <rms@gnu.org>
1006
1007 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
1008 (multiple-value-apply, nth-value): Use defsubst rather than defalias
1009 to get better doc strings.
1010
1011 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1012
1013 * derived.el: Fix autoload cookie.
1014
1015 2001-11-15 Richard M. Stallman <rms@gnu.org>
1016
1017 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1018
1019 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1020
1021 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1022
1023 2001-11-15 Richard M. Stallman <rms@gnu.org>
1024
1025 * dired.el (dired-undo): Display a message to explain
1026 that this does not undo file system changes.
1027
1028 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1029
1030 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1031 into `unread-command-events' instead of trying keymap
1032 lookups ourselves. This makes mouse-clicks do the right
1033 thing even when keymaps of overlays are involved.
1034 (mouse-drag-drag): Likewise.
1035
1036 2001-11-15 Andreas Schwab <schwab@suse.de>
1037
1038 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1039 characters and append anchor to pattern added to auto-mode-alist.
1040
1041 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1042
1043 * server.el (server-process-filter): Run pore/post-comment-hook
1044 before/after visiting the file.
1045
1046 * info-look.el (makefile-mode): Add info for automake.
1047 (autoconf-mode): Fix the name of the index for automake.
1048
1049 * international/latin-9.el: Give pilcrow punctuation syntax.
1050
1051 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1052
1053 * vc.el: Documentation fixes.
1054
1055 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1056
1057 * smerge-mode.el (smerge-match-conflict): Fix typo.
1058 (smerge-diff): Be careful to read match-data early enough.
1059
1060 2001-11-14 Colin Walters <walters@verbum.org>
1061
1062 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1063 (calcFunc-subst): Use `defalias' instead of `fset' and
1064 `symbol-function'.
1065
1066 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1067 (calcFunc-ceil, calcFunc-round): Ditto.
1068
1069 * calc/calc-bin.el (calcFunc-clip): Ditto.
1070
1071 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1072
1073 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1074
1075 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1076 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1077
1078 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1079
1080 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1081 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1082 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1083 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1084 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1085 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1086 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1087 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1088 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1089 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1090 * calcsel2.el: Style cleanup; don't put closing parens on their
1091 own line, add "foo.el ends here" to each file, and update
1092 copyright date.
1093
1094 * README: Update maintainer.
1095
1096 2001-11-13 Alan Shutko <ats@acm.org>
1097
1098 * compile.el (recompile): Use compilation-arguments if set, so as
1099 to be able to M-x recompile the exact command which created a
1100 compilation-mode buffer.
1101
1102 2001-11-13 Richard M. Stallman <rms@gnu.org>
1103
1104 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1105
1106 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1107
1108 * mouse.el (mouse-drag-region): Don't run the up-event
1109 handler if window start changed due to the down-mouse event.
1110
1111 2001-11-13 Richard M. Stallman <rms@gnu.org>
1112
1113 * mouse.el (mouse-show-mark): Either move point to the mark
1114 or use highlighting, never both.
1115 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1116
1117 2001-11-13 Simon Josefsson <jas@extundo.com>
1118
1119 * mail/smtpmail.el (top-level): Change maintainer to Simon
1120 Josefsson, cleanup the smtpmail.el header.
1121
1122 * mail/smtpmail.el (top-level): Don't require cl or base64.
1123 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1124 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1125 Defsubst instead of defmacro.
1126 (smtpmail-intersection): Return value in reverse order.
1127 (smtpmail-open-stream): Use stringp instead of string-to-list.
1128 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1129 separated from smtpmail-via-smtp.
1130
1131 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1132 rfc2104. Require base64 and cl.
1133 (smtpmail-smtp-service): Doc fix. :type fix.
1134 (smtpmail-debug-info): Doc fix.
1135 (smtpmail-debug-verb, smtpmail-auth-credentials)
1136 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1137 New variables.
1138 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1139 mail-utils (it is autoloaded).
1140 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1141 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1142 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1143 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1144 (smtpmail-via-smtp): Support AUTH.
1145 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1146
1147 2001-11-13 Richard M. Stallman <rms@gnu.org>
1148
1149 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1150 (electric-buffer-overlay): New variable.
1151 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1152 (electric-buffer-list): Likewise.
1153
1154 2001-11-13 Per Starback <starback@ling.uu.se>
1155
1156 * isearch.el (isearch-whitespace-chars): Doc fix.
1157 (isearch-mode): Handle negative search-slow-window-lines correctly.
1158
1159 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1160
1161 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1162
1163 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1164 From Emmanuel Briot <briot@act-europe.fr>.
1165
1166 2001-11-13 Colin Walters <walters@debian.org>
1167
1168 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1169
1170 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1171 "~/.emacs"; use `read-file-name'.
1172
1173 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1174 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1175 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1176 * calc/calc.el: Use `frame-width' instead of `screen-width',
1177 `frame-height' instead of `screen-height', and,
1178 `executing-kbd-macro' instead of `executing-macro'.
1179
1180 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1181 correct number of arguments.
1182
1183 * calc/calc-aent.el (calc-do-alg-entry):
1184 Use `blink-paren-function' instead of `blink-paren-hook'.
1185
1186 2001-11-12 Richard M. Stallman <rms@gnu.org>
1187
1188 * calendar/todo-mode.el (todo-save): Add save-excursion
1189 and save-restriction.
1190
1191 * server.el (server-edit, server-done): Doc fix.
1192
1193 * simple.el (clone-indirect-buffer): Error if major mode symbol
1194 has a no-clone-indirect property.
1195 (clone-buffer): Check for obvious errors before reading clone name.
1196
1197 * info.el (Info-mode): Add a no-clone-indirect property.
1198
1199 2001-11-12 Sam Steingold <sds@gnu.org>
1200
1201 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1202 set-buffer-modified-p to nil after `vc-exec-after'.
1203 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1204 (log-view-mode): Make read-only.
1205 (log-view-current-file): Do final `expand-file-name' in the
1206 current `default-directory'.
1207 (log-view-current-tag): Take an optional `where' arg.
1208 (log-view-diff): New user command.
1209
1210 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1211
1212 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1213
1214 2001-11-12 Sam Steingold <sds@gnu.org>
1215
1216 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1217 `generic-flet', `generic-labels', `with-accessors',
1218 `with-condition-restarts'.
1219
1220 2001-11-12 Richard M. Stallman <rms@gnu.org>
1221
1222 * dired.el: Many trivial doc fixes.
1223 (dired-get-file-for-visit): New function.
1224 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1225 (dired-view-file, dired-find-file-other-window, dired-display-file):
1226 (dired-find-file): Use dired-get-file-for-visit.
1227
1228 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1229
1230 * sql.el (sql-mode): Doc change.
1231
1232 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1233 escape character.
1234
1235 2001-11-12 Colin Walters <walters@debian.org>
1236
1237 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1238 (calc-do-keypad): Don't attempt to use nonexistent global
1239 mouse-map, use calc-keypad-map.
1240 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1241 (calc-keypad-left-click): Don't use mouse-map; update to new event
1242 interface.
1243 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1244 (calc-keypad-press): Use `unread-command-events' instead of
1245 `unread-command-char'.
1246
1247 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1248 to match files renamed on initial calc import.
1249
1250 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1251
1252 * textmodes/flyspell.el (flyspell-default-dictionary):
1253 Fix previous change.
1254
1255 2001-11-12 Richard M. Stallman <rms@gnu.org>
1256
1257 * textmodes/flyspell.el (flyspell-default-dictionary):
1258 Fix custom type.
1259
1260 2001-11-11 Richard M. Stallman <rms@gnu.org>
1261
1262 * calendar/solar.el (solar-sunrise-and-sunset):
1263 Exchange the two extreme values of day-length.
1264
1265 * progmodes/sh-script.el (sh-must-be-shell-mode):
1266 Allow modes derived from sh-mode.
1267
1268 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1269 Turn off error in some re-search-forward calls.
1270
1271 * replace.el (query-replace-skip-read-only): New variable.
1272 (perform-replace): If that variable is non-nil, ignore matches
1273 that have a read-only property.
1274
1275 * derived.el (define-derived-mode): Doc fix.
1276
1277 * server.el (server-buffer-done): Test of server-existing-buffer
1278 was backwards.
1279 (server-existing-buffer): Doc fix.
1280
1281 * textmodes/flyspell.el (flyspell-default-dictionary):
1282 Allow nil as value, and make nil the default.
1283
1284 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1285
1286 * subdirs.el: Regenerated.
1287
1288 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1289 it is not fboundp.
1290 (clipboard-yank): Ditto.
1291
1292 2001-11-11 Colin Walters <walters@verbum.org>
1293
1294 The following changes are based on patches from
1295 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1296 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1297
1298 * calc/calc.el (toplevel): Require calc-macs.
1299 (calc-minibuffer-size): New.
1300 (calcDigit-nondigit): Use it instead of `buffer-size'.
1301 (calcDigit-backspace): Likewise.
1302 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1303 `buffer-string'.
1304 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1305 `point-min'.
1306 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1307 `save-excursion'.
1308
1309 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1310 simple `setq' form.
1311
1312 * calc/calc-ext.el: (toplevel): Require calc.
1313 (calc-fancy-prefix-map): New.
1314 (calc-fancy-prefix): Use it.
1315 (calc-fancy-prefix-other-key): New.
1316
1317 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1318 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1319 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1320 (calcAlg-enter): Likewise.
1321 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1322
1323 2001-11-10 Richard M. Stallman <rms@gnu.org>
1324
1325 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1326 (quietly-read-abbrev-file): Doc fix.
1327
1328 * startup.el (command-line): Read standard abbrev
1329 file (abbrev-file-name), if it exists.
1330
1331 * files.el (save-abbrevs): Default value is t.
1332
1333 * progmodes/compile.el (compile-goto-error): Fix previous change
1334 in the case where subsequent errors have not been parsed yet
1335 because they are in a different source file.
1336
1337 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1338
1339 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1340 Merge two regular expressions into one.
1341 (ps-mode): Make local bindings for `comment-start' and
1342 `comment-start-skip'.
1343 (ps-mode-looking-at-nested): Simplify an if-else construct;
1344 use `set-match-data' to set the result.
1345
1346 2001-11-10 Richard M. Stallman <rms@gnu.org>
1347
1348 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1349 Function deleted.
1350 (flyspell-correct-word): Old definition deleted.
1351 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1352 All references renamed too.
1353
1354 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1355
1356 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1357
1358 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1359
1360 * wid-edit.el (checklist): Removed `:menu-tag'.
1361 (radio-button-choice): Ditto.
1362 (editable-list): Ditto.
1363
1364 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1365
1366 * play/gomoku.el: Move definitions of constants to the beginning
1367 of file, before their use.
1368
1369 2001-11-09 Richard M. Stallman <rms@gnu.org>
1370
1371 * textmodes/flyspell.el: Use the keymap property
1372 instead of local-map, and don't use a minor-mode map.
1373 (flyspell-mode-map): Variable deleted.
1374 Don't mess with minor-mode-map-alist.
1375 (calling add-minor-mode): Specify nil for keymap.
1376 And always use add-minor-mode, now that it exists.
1377 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1378 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1379 or flyspell-local-mouse-map.
1380 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1381 (flyspell-mode): Doc fix.
1382 (flyspell-mode-on): Don't call make-local-hook.
1383
1384 2001-11-09 Sam Steingold <sds@gnu.org>
1385
1386 * emacs-lisp/debug.el (debugger-make-xrefs):
1387 Add buttons to all symbols.
1388
1389 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1390
1391 * vc.el: Add John David Smith to credits.
1392
1393 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1394
1395 * vc-hooks.el (vc-error-occured): Backquotified.
1396 (vc-file-prop-obarray): Use prime length for better efficiency.
1397
1398 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1399
1400 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1401
1402 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1403
1404 2001-11-09 Miles Bader <miles@gnu.org>
1405
1406 * subr.el (functionp): Don't consider macros as functions.
1407
1408 2001-11-08 Miles Bader <miles@gnu.org>
1409
1410 * subr.el (functionp): Make work correctly for macros and unbound
1411 symbols.
1412
1413 * comint.el (comint-send-input): Fix description of
1414 `comint-process-echoes' in the doc-string.
1415
1416 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1417
1418 * international/mule.el (make-translation-table): Doc fix.
1419 Suggested by Alex Schroeder <alex@gnu.org>.
1420
1421 2001-11-07 Richard M. Stallman <rms@gnu.org>
1422
1423 * info.el (Info-fontify-node): Highlight every third menu item.
1424
1425 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1426
1427 * cus-edit.el (custom-face-value-create): Don't ignore the
1428 `customized-face' attribute when finding the current face spec.
1429
1430 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1431
1432 * subr.el (with-local-quit): New macro.
1433 (make-syntax-table): Always inherit.
1434 (functionp): Be more careful when `object' is a symbol.
1435
1436 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1437
1438 2001-11-07 Paul Eggert <eggert@twinsun.com>
1439
1440 * dired.el (dired-move-to-filename-regexp):
1441 Do not distinguish between ASCII letters and non-ASCII characters.
1442 Don't allow comma except in the form "month day, year".
1443 Don't allow space between month name and comma.
1444 Clean up the code that checks for trailing period, comma, and space.
1445 Remove now-obsolete comments, and add more commentary about
1446 Japanese dates.
1447 Always gobble up trailing spaces, instead of doing it only sometimes.
1448
1449 2001-11-07 Miles Bader <miles@gnu.org>
1450
1451 * paren.el (show-paren-match-face): Add dark-background variant.
1452
1453 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1454
1455 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1456 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1457 Don't disable adaptive-fill-mode.
1458 (lisp-fill-paragraph): Use tab-width rather than 8.
1459 Prevent filling the first line of docstrings.
1460
1461 2001-11-06 Richard M. Stallman <rms@gnu.org>
1462
1463 * play/gomoku.el (gomoku): Doc fix.
1464
1465 * jka-compr.el (jka-compr-partial-uncompress):
1466 Support an alternative of not using dd.
1467 (jka-compr-dd-program): Use defcustom to define this.
1468 (jka-compr-load-suffixes): Use defcustom.
1469 (jka-compr-mode-alist-additions): Use defcustom.
1470
1471 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1472
1473 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1474 Also work when LIMIT is further than the end of line.
1475
1476 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1477
1478 * international/quail.el (quail-update-leim-list-file): Print the
1479 offending file name if some of its quail-define-package forms is broken.
1480
1481 2001-11-05 Richard M. Stallman <rms@gnu.org>
1482
1483 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1484 of the evaluated form.
1485
1486 2001-11-05 Paul Eggert <eggert@twinsun.com>
1487
1488 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1489 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1490 stamps always line up by default. Also, it uses a slightly
1491 different window to determine whether files are "recent".
1492
1493 2001-11-05 Andrew Innes <andrewi@gnu.org>
1494
1495 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1496 Don't attempt to remake autoloads before nuking .elc files.
1497
1498 2001-11-04 Richard M. Stallman <rms@gnu.org>
1499
1500 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1501 previous-single-property-change or next-single-char-property-change
1502 returns nil.
1503
1504 * international/mule-cmds.el (set-locale-environment):
1505 Make it interactive; make arg optional.
1506
1507 * international/mule-diag.el (help-funs): Require help-funs.
1508
1509 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1510
1511 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1512
1513 2001-11-04 Miles Bader <miles@gnu.org>
1514
1515 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1516 shadow of the splash image grey on a dark background instead of black.
1517
1518 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1519
1520 * term.el (all faces): Don't (copy-face 'default <foo>).
1521
1522 * term/xterm.el (function-key-map):
1523 Add entry for `ESC [ 3 ~' -> <delete>
1524 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1525 Use inheritance so that .emacs and terminfo take precedence.
1526
1527 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1528
1529 * tooltip.el (tooltip-delay): Decrease to 0.7.
1530 (tooltip-hide-delay): Enlarge to 10.
1531
1532 2001-11-03 Richard M. Stallman <rms@gnu.org>
1533
1534 * startup.el (fancy-splash-tail): Explain how to recover
1535 from a crash, if there was a crash.
1536 (command-line-1): Reorganize display of startup screen,
1537 to simplify the logic. Use a temp buffer for it.
1538
1539 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1540
1541 * frame.el (set-background-color, set-foreground-color):
1542 Call face-set-after-frame-default, to propagate the new colors to
1543 the frame's parameters alist.
1544
1545 * calendar/timeclock.el (timeclock-out): Signal an error if
1546 timeclock-last-event is nil.
1547
1548 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1549
1550 * textmodes/fill.el (fill-context-prefix): Fix braino.
1551
1552 * international/quail.el (quail-help):
1553 Use `help-buffer' and move `help-setup-xref' to beginning.
1554
1555 * international/mule-cmds.el (describe-language-environment):
1556 Use `help-buffer' and move `help-setup-xref' to beginning.
1557
1558 * international/mule-diag.el (list-character-sets)
1559 (sort-listed-character-sets, describe-character-set)
1560 (describe-coding-system, describe-fontset, list-fontsets):
1561 Use `help-buffer' and move `help-setup-xref' to beginning.
1562 (describe-char-after): Use `internal-describe-syntax-value'.
1563
1564 2001-11-02 Richard M. Stallman <rms@gnu.org>
1565
1566 * mouse.el (popup-menu): If the user refuses to select
1567 from a menu, don't try to invoke the menu.
1568
1569 2001-11-02 Miles Bader <miles@gnu.org>
1570
1571 * help-mode.el (help-xref): New button type.
1572 (help-function, help-variable, help-face, help-coding-system)
1573 (help-input-method, help-character-set, help-type, help-symbol)
1574 (help-back, help-info, help-customize-variable, help-customize-face)
1575 (help-function-def, help-variable-def): Use it as a supertype.
1576 Remove `action' property.
1577
1578 * international/mule-diag.el (describe-character-set)
1579 (describe-coding-system): Pass correct args to `help-xref-button'.
1580 (sort-listed-character-sets): New button type.
1581 (list-character-sets): Use it.
1582 (list-charset-chars): New button type.
1583 (list-character-sets-1): Use it.
1584
1585 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1586
1587 * indent.el (tab-always-indent, indent-for-tab-command):
1588 Remove redundant `never' setting.
1589
1590 * fill.el (fill-region-as-paragraph): Don't forget to skip
1591 over current whitespace before looking for a preceding space.
1592
1593 2001-11-01 Richard M. Stallman <rms@gnu.org>
1594
1595 * files.el (file-newest-backup): Don't pass backup file name
1596 thru file-name-sans-versions, because it never has version numbers.
1597
1598 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1599 to avoid ambiguous nested loops.
1600
1601 * files.el (find-file-noselect): Offer to change buffer-read-only
1602 only when the file's read-only status has changed from before
1603 as well as disagreeing with the buffer's current status.
1604 (buffer-file-read-only): New var, local in all buffers.
1605
1606 * buff-menu.el (buffer-menu): Doc fix.
1607 (buffer-menu-other-window): Doc fix.
1608 (list-buffers, list-buffers-noselect): Doc fix.
1609
1610 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1611
1612 * startup.el (command-line): If the terminal Emacs is running on
1613 has erase char set to ^H, use the Backspace key for deleting
1614 backward, and the Delete key for deleting forward.
1615
1616 2001-11-01 Miles Bader <miles@gnu.org>
1617
1618 * button.el (define-button-type): Make sure every user-defined
1619 button type has a supertype.
1620
1621 2001-10-31 Jason Rumney <jasonr@gnu.org>
1622
1623 * international/mule-cmds.el (locale-language-names): Add chs and
1624 cht as aliases for Chinese-GB and Chinese-BIG5.
1625
1626 2001-10-31 Richard M. Stallman <rms@gnu.org>
1627
1628 * bindings.el (mode-line-frame-identification): Add doc string.
1629 (mode-line-position, mode-line-modes): New variables.
1630 (mode-line-format): Use mode-line-position for the part
1631 that displays the position-in-buffer info.
1632 Use mode-line-modes for the part that displays major and minor modes.
1633
1634 2001-10-31 Sam Steingold <sds@gnu.org>
1635
1636 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1637 (debugger-setup-buffer): Call it.
1638 (debugger-mode-map): Bind RET and mouse-2.
1639
1640 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1641
1642 * startup.el: Document command line option --no-window-system
1643 instead of --no-windows.
1644
1645 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1646
1647 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1648
1649 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1650 (font-lock-defaults-alist): Use it.
1651 From David Ponce <david.ponce@wanadoo.fr>
1652
1653 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1654 output of `char-after'.
1655
1656 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1657
1658 * simple.el (reindent-then-newline-and-indent): Insert the newline
1659 before indenting the first line.
1660 (undo-get-state, undo-revert-to-state): New funs.
1661 (shell-command): Don't kill the buffer even if empty.
1662 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1663 (transpose-subr-end2): Remove.
1664 (transpose-subr): Add `special' arg and simplify.
1665 (transpose-subr-1): Rewrite.
1666 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1667 (rfc822-goto-eoh): Simplify.
1668
1669 2001-10-30 Richard M. Stallman <rms@gnu.org>
1670
1671 * enriched.el (enriched-face-ans): FIx previous change.
1672
1673 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1674
1675 * international/iso-acc.el (iso-accents-compose): Remove a
1676 superfluous setq.
1677
1678 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * buff-menu.el (list-buffers-noselect): If the buffer's name
1681 starts with a blank, but it visits a file, do show it (for files
1682 whose names start with a blank).
1683
1684 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1685
1686 * textmodes/fill.el (sentence-end-double-space)
1687 (sentence-end-without-period): Move to paragraphs.el.
1688 (fill-indent-according-to-mode): Change default to t.
1689 (fill-context-prefix): Simplify control-flow and use a more
1690 sophisticated merge that unifies both previous checks.
1691 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1692 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1693 (fill-nobreak-p): New fun.
1694 (fill-region-as-paragraph): Use it.
1695 Handle `fill-indent-according-to-mode' slightly differently.
1696 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1697 (fill-individual-paragraphs-citation): Fix.
1698
1699 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1700 (paragraph-start): Change default to the `text-mode' value.
1701 (sentence-end-double-space, sentence-end-without-period):
1702 Move from fill.el.
1703 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1704 rather than rebinding `paragraph-start' and `paragraph-separate'.
1705
1706 * indent.el (indent-line-function): Change default to indent-relative.
1707 (tab-always-indent): Add an `never' setting.
1708 (indent-according-to-mode): Handle `indent-relative' and
1709 `indent-relative-maybe' specially.
1710 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1711 Handle the `never' case for `tab-always-indent'.
1712 Don't call indent-according-to-mode for indent-relative' and
1713 `indent-relative-maybe'.
1714 (insert-tab): Rename `prefix-arg' to `arg'.
1715 (indent-region): Indent the first line as well.
1716 (indent-relative): Don't mark the buffer modified if the indentation
1717 is unchanged.
1718
1719 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1720 Don't set paragraph-separate. Set paragraph-start more carefully.
1721 Set indent-line-function.
1722 (paragraph-indent-text-mode): Use it and define-derived-mode.
1723 (text-mode-map): Remove the \t binding.
1724 (text-mode): Simplify now that the default is more favorable.
1725
1726 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1727
1728 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1729 If the regexp doesn't match, use a looser one.
1730 (find-variable-noselect): Add `file' argument.
1731
1732 * pcvs.el (cvs-mode-commit-hook): New hook.
1733 (cvs-mode-commit): Run it.
1734
1735 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1736
1737 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1738 (edebug-instrument-function): Use `find-function-noselect'.
1739
1740 2001-10-29 Richard M. Stallman <rms@gnu.org>
1741
1742 * term.el (term-if-emacs19): Macro deleted.
1743 Callers changed to use progn instead.
1744
1745 * frame.el (blink-cursor-mode): Doc fix.
1746
1747 * files.el (find-backup-file-name): Use make-backup-file-name.
1748
1749 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1750 window-live-p.
1751 (edebug-set-conditional-breakpoint): Unconditionally use
1752 the former Emacs >=19 definition.
1753 (edebug-mark): Define unconditionally.
1754 (edebug-eval-expression): Always call read-from-minibuffer
1755 and specify history list.
1756 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1757 edebug-set-conditional-breakpoint.
1758 (edebug-emacs-version-specific): Function deleted;
1759 do the job at top level.
1760 (edebug-emacs-19-specific): Function deleted, this is the default.
1761
1762 2001-10-29 Sam Steingold <sds@gnu.org>
1763
1764 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1765 "/cygdrive/LETTER/" pathnames.
1766
1767 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1768
1769 * faces.el (invert-face): Check for 'unspecified, not for nil,
1770 when testing whether face colors are not specified.
1771 From David.Kastrup@t-online.de (David Kastrup).
1772 (read-face-name): Doc fix.
1773 (make-face-bold, make-face-unbold, make-face-italic)
1774 (make-face-unitalic, make-face-bold-italic, invert-face):
1775 Remove trailing blank from the prompt passed to read-face-name.
1776
1777 2001-10-29 Sam Steingold <sds@gnu.org>
1778
1779 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1780 Report numbers of files skipped and failed too.
1781 (byte-compile-file): Return 'no-byte-compile for skipped files.
1782
1783 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1784
1785 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1786 and `M p'.
1787
1788 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1789
1790 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1791 as is on unread-command-events instead of `(SECOND-CHAR)'.
1792
1793 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1794
1795 * vc.el: Mention vc-*-switches in backend API documentation.
1796 (vc-annotate): Adapt doc string to recent change.
1797
1798 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1799
1800 * enriched.el (enriched-face-ans): Handle face attributes
1801 of the form `(FACE1 FACE2 ...)'.
1802
1803 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1804
1805 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1806
1807 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1808
1809 * progmodes/sql.el (sql-db2): Doc change.
1810 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1811 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1812
1813 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1814
1815 * env.el (substitute-env-vars): Don't quote argument to `rx';
1816 it's a macro.
1817
1818 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1819
1820 * cus-start.el (recursive-load-depth-limit): Added.
1821
1822 2001-10-28 Richard M. Stallman <rms@gnu.org>
1823
1824 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1825 All uses removed--assume Emacs version is >= 20.
1826
1827 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1828 by really checking that it is not version 18.
1829
1830 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1831
1832 2001-10-28 Miles Bader <miles@gnu.org>
1833
1834 * faces.el (face-attribute): Add INHERIT argument, consider face
1835 inheritance if it's non-nil.
1836 (face-attribute-merged-with): New function.
1837 (face-attribute-specified-or): New macro.
1838 (face-foreground, face-background, face-stipple): Add INHERIT
1839 argument. Use `face-attribute-specified-or'.
1840
1841 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1842
1843 * font-lock.el: Require `syntax'.
1844 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1845 Use `c-font-lock-syntactic-face-function' for c languages.
1846 (font-lock-mode): Don't unset vars when turning the mode off.
1847 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1848 (font-lock-extra-managed-props): New var.
1849 (font-lock-default-unfontify-region): Use it.
1850 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1851 Don't eval the value when there's no match.
1852 (font-lock-ppss-stats): New var.
1853 (font-lock-ppss): New fun.
1854 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1855 (font-lock-apply-highlight): Allow `highlight' to set several props.
1856 (font-lock-set-defaults): Use dolist.
1857 (font-lock-unset-defaults): Remove.
1858 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1859 Try to recognize prototypes using `foo P_ ((args))'.
1860 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1861 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1862 (c-font-lock-syntactic-face-function): New function.
1863 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1864 (c++-keywords): Use a more sophisticated regexp to handle
1865 shallowly nested templates.
1866
1867 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1868
1869 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1870 (sgml-tag): Use it. Cleanup with `cond'.
1871 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1872 Mark the overlays and only delete those that are marked.
1873 (sgml-skip-close-p): Remove.
1874 (sgml-value): Replace sgml-skip-close-p with its definition.
1875 (html-tag-alist): Use sgml-xml a bit more.
1876 (html-mode): Set sgml-empty-tags.
1877
1878 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1879 (texinfo-update-node, texinfo-sequential-node-update):
1880 Don't bind the obsolete `auto-fill-hook'.
1881 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1882 Use `set-buffer' rather than `switch-to-buffer'.
1883 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1884 Use `set-buffer' rather than `switch-to-buffer'.
1885
1886 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1887 text-mode-syntax-table.
1888 (mail-mode): Use define-derived-mode.
1889 Fix ordering of alternatives in adaptive-fill-regexp.
1890 (mail-mode-map): Don't rely on keymap's internal representation.
1891
1892 2001-10-27 Sam Steingold <sds@gnu.org>
1893
1894 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1895 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1896 (sgml-mode-common): Call it.
1897 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1898 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1899 (html-horizontal-rule, html-image, html-ordered-list):
1900 (html-unordered-list, html-list-item, html-paragraph):
1901 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1902 `html-xhtml'.
1903
1904 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1905
1906 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1907 (ifnothtml): New alias.
1908
1909 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1910
1911 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1912 (toggle-text-mode-auto-fill): Use derived-mode-p.
1913
1914 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1915
1916 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1917 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1918
1919 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1920
1921 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1922 Add make-obsolete cookies, to follow faces.el.
1923
1924 These changes avoid warnings from the byte compiler in faces.el:
1925
1926 * faces.el (internal-get-face): Use facep instead of the obsolete
1927 internal-find-face.
1928 (internal-frob-font-weight, internal-frob-font-slant):
1929 New defaliases for obsolete functions.
1930 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1931 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1932 (x-make-font-bold-italic): Use internal-frob-font-weight and
1933 internal-frob-font-slant aliases instead of the obsolete
1934 x-frob-... functions.
1935
1936 2001-10-26 Sam Steingold <sds@gnu.org>
1937
1938 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1939 DOCTYPE; set `mode-name' based on it.
1940 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1941 (sgml-tag): Close empty tags in XHTML.
1942
1943 2001-10-26 Jason Rumney <jasonr@gnu.org>
1944
1945 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1946 when UNICODE is not defined.
1947
1948 2001-10-26 Sam Steingold <sds@gnu.org>
1949
1950 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1951 be alone on the line.
1952
1953 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1954
1955 * button.el (button): Special face definition for MS-DOS terminals.
1956
1957 2001-10-26 Sam Steingold <sds@gnu.org>
1958
1959 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1960 Protect the /= test by checking that the args are non-nil.
1961 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1962
1963 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1964
1965 * textmodes/artist.el (artist-version): 1.2.4.
1966 (artist-butlast-fn): New variable.
1967 (artist-butlast): New function.
1968 (artist-ellipse-mirror-quadrant): Use it.
1969 (artist-mouse-draw-poly): Use nil for `point-list'.
1970 (artist-mouse-draw-poly): Check for point-list being nil.
1971
1972 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1973
1974 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1975 lambda expression.
1976 (ps-mode-menu-main): Submenu with options on/off was replaced with
1977 a toggle button.
1978 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1979 (ps-mode): Autoload cookie added on same line as comment
1980 (ps-mode-tabkey, ps-mode-backward-delete-char):
1981 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1982 `indent-to' with `indent-line-to'
1983 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1984 instead of `eval'.
1985 (ps-mode-print-region): Use `with-temp-buffer'.
1986 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1987 (numerous places): Add back-tick and tick around names in
1988 docstrings, fix punctuation in docstrings, remove trailing spaces.
1989
1990 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1991
1992 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1993 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1994 (sgml-font-lock-syntactic-keywords): New var.
1995 (sgml-mode-common): Drop the two args.
1996 Don't make buffer-local variables that aren't used.
1997 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1998 Don't set `before-string' props from sgml-display-text.
1999 (sgml-mode): Use define-derived-mode.
2000 (sgml-tags-invisible): Use sgml-display-text.
2001 (sgml-quote): New command.
2002 (html-tag-alist): Add args for `span'.
2003 (html-mode): Use define-derived-mode.
2004 Set sgml-display-text and sgml-tag-face-alist.
2005
2006 2001-10-25 Sam Steingold <sds@gnu.org>
2007
2008 * add-log.el (add-log-always-start-new-record): New user option.
2009 (add-change-log-entry): Use it.
2010
2011 2001-10-25 Richard M. Stallman <rms@gnu.org>
2012
2013 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
2014 bind case-fold-search if FROM is not all lower case.
2015
2016 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2017
2018 * startup.el (normal-top-level): Check for frame-initial-frame
2019 only if it's really used.
2020
2021 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2022
2023 * progmodes/compile.el (compilation-parse-errors-filename-function):
2024 New variable.
2025 (compilation-parse-errors): Use it.
2026
2027 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2028
2029 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2030 interactively so that C-u M-C-x still does edebug.
2031 (checkdoc-sentencespace-region-engine): Don't force a double-space
2032 after `.' if it doesn't look like an end-of-sentence.
2033 (debug-ignored-errors): Add `disambiguate ...'.
2034
2035 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2036
2037 * textmodes/texinfo.el (texinfo-environments)
2038 (texinfo-environment-regexp): Hoist.
2039 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2040 Only highlight the menu name in menu items.
2041 Setup `@foo ... @end foo' as text clones.
2042 (texinfo-clone-environment): New function.
2043 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2044 (texinfo-insert-block): Simplify.
2045 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2046 the command is repeated.
2047 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2048 (texinfo-insert-@end): Simplify.
2049
2050 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2051 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2052 (texinfo-subsubsection-level-regexp)
2053 (texinfo-update-menu-same-level-regexps)
2054 (texinfo-update-menu-higher-regexps)
2055 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2056
2057 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2058 (derived-mode-p): Autoload.
2059
2060 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2061 New vars and functions.
2062 (text-clone-maintain, text-clone-create): New functions.
2063
2064 2001-10-25 Miles Bader <miles@gnu.org>
2065
2066 * facemenu.el (facemenu-add-new-face): Fix variable names.
2067
2068 2001-10-24 Richard M. Stallman <rms@gnu.org>
2069
2070 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2071 of t and nil values.
2072 (facemenu-set-face): Handle START and END interactively.
2073 (facemenu-set-foreground): Don't use a face; specify color directly.
2074 (facemenu-set-background): Likewise.
2075 (facemenu-set-face-from-menu): Doc fix.
2076 (facemenu-active-faces): Use face-attribute-vector
2077 to handle bare attributes not in faces.
2078 (facemenu-get-face): Don't handle face names fg:... and bg:...
2079 specially.
2080 (facemenu-add-new-face): New argument MENU.
2081 New way to handle adding colors to the color menus.
2082
2083 * env.el (substitute-env-vars): Quote the arg to rx.
2084
2085 2001-10-24 Sam Steingold <sds@gnu.org>
2086
2087 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2088 Control" and "SGML" groups.
2089
2090 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2091
2092 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2093 Better handling of C++ template args to avoid confusion with `<'
2094 and `>' used as operators in member init expressions.
2095
2096 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2097
2098 * replace.el (perform-replace): Move START and END parameters
2099 to the end of the argument list and make them optional.
2100
2101 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2102 perform-replace.
2103
2104 * international/fontset.el (x-must-resolve-font-name): New function.
2105 (x-complement-fontset-spec): Use it.
2106
2107 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2108
2109 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2110
2111 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2112 Turn caadr into caar of cdr.
2113
2114 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2115
2116 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2117 of mouse-{1,2} since dragging is on the down event.
2118
2119 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2120
2121 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2122 if ARG is nil.
2123
2124 * desktop.el (desktop-last-buffer): New variable.
2125 (desktop-create-buffer): Set it.
2126 (desktop-read): Bind it and switch to that buffer.
2127
2128 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2129
2130 * progmodes/compile.el (compilation-set-window-height):
2131 Select old window only if it's still live.
2132
2133 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2134
2135 * help-mode.el (help-buffer): Remove debugging code.
2136 From Stefan Monnier <monnier@cs.yale.edu>.
2137
2138 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2139
2140 * files.el (file-name-sans-extension, file-name-extension):
2141 Don't count the leading dots in file names as signaling an extension.
2142
2143 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2144
2145 * vc.el (vc-diff-switches): Doc rewritten.
2146
2147 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * tooltip.el (tooltip-set-param): Doc fix.
2150
2151 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2152 127 to sgml-maybe-name-self.
2153 (sgml-name-8bit-mode): Doc fix.
2154 (sgml-char-names-table): New variable.
2155 (sgml-name-char): Support non-ASCII and mule-unicode-*
2156 characters. Doc fix.
2157 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2158
2159 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2160 doc string the effect of `left' and `top' parameters in
2161 tooltip-frame-parameters, the default values, and the units.
2162 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2163 (tooltip-show): Mention in the doc string the `top' and `left'
2164 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2165
2166 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2167
2168 Add autoscaling support for vc-annotate.
2169 From J.D. Smith <jdsmith@alum.mit.edu>.
2170
2171 * vc.el (vc-annotate-display-default): Accept colormap scaling
2172 ratio (now deprecated).
2173 (vc-annotate-display-autoscale): Added.
2174 (vc-annotate-add-menu): New autoscaling menu options "Span to
2175 Oldest" and "Span Oldest->Newest". Easymenu support added for
2176 toggle menus driven by customize variable `vc-annotate-display-mode'.
2177 (vc-annotate-display-select): Added.
2178 (vc-annotate): Changed temp-buffer-show-function to
2179 `vc-annotate-display-select'.
2180 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2181 Added argument OFFSET. Instead of backend function, calls now
2182 generic `vc-annotate-difference'.
2183 (vc-annotate-difference): Added as generic function instead of
2184 backend-specific function. No longer takes argument POINT, but
2185 instead accepts a time OFFSET.
2186 (vc-default-annotate-current-time): Added.
2187
2188 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2189 version in vc.el, with
2190 (vc-cvs-annotate-current-time): Added, as override of default.
2191 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2192 `vc-cvs-annotate-difference'.
2193
2194 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2195
2196 * saveplace.el (save-place): Require `saveplace'.
2197
2198 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2199 Use `sexp' for :value-type instead of `face'.
2200
2201 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2202
2203 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2204 regexps due to 5-digit message IDs.
2205
2206 2001-10-21 Jason Rumney <jasonr@gnu.org>
2207
2208 * term/w32-win.el (redisplay-dont-pause): Don't set.
2209
2210 2001-10-21 Miles Bader <miles@gnu.org>
2211
2212 * help-funs.el (help-manyarg-func-alist): Variable removed.
2213
2214 2001-10-21 Miles Bader <miles@gnu.org>
2215
2216 * help-funs.el (help-manyarg-func-alist): Remove entries for
2217 `insert', `insert-and-inherit', `insert-before-markers',
2218 `insert-before-markers-and-inherit', `message', `message-box',
2219 `message-or-box', `propertize', `format', `encode-time', `append',
2220 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2221 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2222 `ml-prefix-argument-loop'.
2223
2224 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2225
2226 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2227 (vc-default-diff-tree): New functions.
2228 (vc-version-diff): Use them. As a result, coding systems are now
2229 set up properly for all sorts of diffs, and tree diffs can now
2230 also be done locally.
2231 (vc-diff): With a prefix argument, don't require that it's called
2232 from a buffer under version control.
2233 (diff-switches): Remove duplicate definition.
2234
2235 * vc-cvs.el (vc-cvs-diff-tree): New function.
2236
2237 2001-10-21 Miles Bader <miles@gnu.org>
2238
2239 * help-funs.el (help-manyarg-func-alist): Remove entries for
2240 `list', `vector', `make-byte-code', `call-process',
2241 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2242 `logand', `logior', and `logxor'.
2243
2244 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2245 image bits to compensate. Use `make-string' instead of
2246 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2247
2248 2001-10-20 Kim F. Storm <storm@cua.dk>
2249
2250 * simple.el (kill-ring-save): Don't show extent of copied region
2251 if using transient-mark-mode and region is fully visible.
2252
2253 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2254
2255 * (Version 21.1 released.)
2256
2257 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2258
2259 * files.el (auto-mode-alist): Associate .indent.pro with
2260 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2261
2262 2001-10-18 Sam Steingold <sds@gnu.org>
2263
2264 Put the *Compile-Log* buffer in `compilation-mode'.
2265 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2266 (byte-compile-log-1, byte-compile-log-file)
2267 (displaying-byte-compile-warnings): Use it
2268
2269 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2270
2271 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2272
2273 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2274
2275 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2276
2277 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2278
2279 * obsolete/hilit19.el (hilit-lookup-face-create):
2280 Call set-face-font only if display-graphic-p.
2281 (toplevel): Remove references to window-system.
2282
2283 2001-10-18 Miles Bader <miles@gnu.org>
2284
2285 * simple.el (what-line): Avoid problems with field properties.
2286
2287 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2288
2289 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2290 Define special colors for a tty.
2291
2292 2001-10-17 Francesco Potorti` <pot@gnu.org>
2293
2294 * comint.el (comint-password-prompt-regexp): Make it less
2295 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2296
2297 2001-10-17 John Wiegley <johnw@gnu.org>
2298
2299 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2300 a regular file, before checking if it is a directory or symlink.
2301 This avoids a call to eshell-file-attributes, which can be
2302 expensive in some situations.
2303
2304 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2305 customization variable, to differentiate ls-in-dired from regular
2306 uses of ls.
2307
2308 2001-10-17 Miles Bader <miles@gnu.org>
2309
2310 * custom.el (defface): Mention `:inherit' in doc-string.
2311
2312 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2313
2314 * paren.el: Update the Commentary with installation instructions.
2315
2316 2001-10-15 Dave Love <fx@gnu.org>
2317
2318 * international/mule.el (set-auto-coding): Fix regexps for local
2319 variables section not to eat newlines.
2320
2321 2001-10-15 Miles Bader <miles@gnu.org>
2322
2323 * simple.el (display-message-or-buffer): Pass the correct buffer
2324 to `display-buffer'.
2325
2326 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2327
2328 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2329 (executable-find): Use exec-suffixes.
2330 (executable-set-magic): Don't use make-local-hook.
2331
2332 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2333
2334 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2335
2336 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2337 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2338 Add .so to the Unix and GNU branch.
2339
2340 * international/latin-1.el:
2341 * international/latin-2.el:
2342 * international/latin-3.el:
2343 * international/latin-4.el:
2344 * international/latin-5.el:
2345 * international/latin-8.el:
2346 * international/latin-9.el: Add no-byte-compile: t, since
2347 Makefile.in instructs make-docfile to look at .el files.
2348
2349 2001-10-14 Miles Bader <miles@gnu.org>
2350
2351 * button.el (define-button-type): Allow supertype property to be
2352 specified with a keyword `:supertype' too.
2353 (button-put, make-text-button): Allow button type property to be
2354 specified using the keyword `:type' too.
2355 (button-type): New function.
2356 (button): Add `button-category-symbol' property.
2357
2358 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2359
2360 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2361 indent-new-comment-line from comment-indent-new-line.
2362
2363 * textmodes/refill.el (refill-mode):
2364 Bind DEL to backward-delete-char-untabify.
2365 Set backward-delete-char-untabify-method to `hungry'.
2366
2367 * textmodes/bib-mode.el (bib-mode):
2368 * play/gomoku.el (gomoku-mode):
2369 * textmodes/page-ext.el (pages-directory-mode):
2370 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2371
2372 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2373
2374 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2375
2376 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2377 Handle here-docs differently.
2378 (sh-font-lock-heredoc): Remove.
2379 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2380 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2381 (sh-font-lock-open-heredoc): New functions.
2382 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2383 (sh-font-lock-keywords-1): Use regexp-opt.
2384 (sh-in-comment-or-string): Use syntax-ppss.
2385 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2386 (sh-select, sh-tmp-file): Add explicit terminating \n.
2387
2388 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2389 Use with-current-buffer.
2390 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2391 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2392 filename), catch any error that occurs in `ange-ftp-cd'.
2393 If an error happened, don't bother sending `cmd' at all.
2394 Fix a parenthesis typo.
2395 (ange-ftp-write-region): Don't blindly use binary if the remote host
2396 is unix-like.
2397
2398 * play/pong.el (pong-init): Don't use make-local-hook.
2399
2400 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2401
2402 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2403 (viper-get-ex-address-subr): More precise addr for the $ marker
2404
2405 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2406
2407 * version.el (emacs-version): Bump to 21.1.50.
2408
2409 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2410
2411 * mail/mailalias.el (mail-directory-stream): Do not double
2412 variables in the lambda-list.
2413
2414 * play/gomoku.el (gomoku-init-display): Ditto.
2415
2416 * play/landmark.el (lm-init-display): Ditto.
2417
2418 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2419 (delimit-columns-rectangle-line): Ditto.
2420
2421 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2422
2423 * newcomment.el (comment-region-internal): Don't rebind
2424 invisibility_spec now that the C routines handle it correctly.
2425
2426 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2427
2428 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2429 and `same-frame'.
2430
2431 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2432
2433 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2434
2435 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2436 C-p and C-r. Remove redundant bindings from inheriting maps.
2437
2438 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2439 After 4.23 and: After 4.24:
2440 (cperl-contract-levels): Restore position.
2441 (cperl-beautify-level): Likewise.
2442 (cperl-beautify-regexp): Likewise.
2443 (cperl-commentify): Rudimental support for length=1 runs
2444 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2445 After 4.25:
2446 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2447 (imenu-example--create-perl-index): Was not enforcing
2448 syntaxification-to-the-end.
2449 (cperl-invert-if-unless): Allow `for', `foreach'.
2450 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2451 Mark qw(), m()x as indentable.
2452 (cperl-init-faces): Highlight `sysopen' too.
2453 Highlight $var in `for my $var' too.
2454 (cperl-invert-if-unless): Was leaving whitespace at end.
2455 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2456 (cperl-calculate-indent): Remove old commented out code.
2457 Support (primitive) indentation of qw(), m()x.
2458 After 4.26:
2459 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2460 q [] with intervening newlines.
2461 (cperl-autoindent-on-semi): New customization variable.
2462 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2463 (cperl-tips): Mention how to make CPerl the default mode.
2464 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2465 (cperl-outline-level): New function.
2466 (cperl-highlight-variables-indiscriminately): New customization var.
2467 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2468 From Sean Kamath <kamath@pogo.wv.tek.com>.
2469 (cperl-after-block-p): Support CHECK and INIT.
2470 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2471 From Doug MacEachern <dougm@covalent.net>.
2472 After 4.27:
2473 (cperl-find-pods-heres): Recognize \"" as a string.
2474 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2475 Allow whitespace between << and "FOO".
2476 (cperl-problems): Remove \"" and q [] with intervening newlines.
2477 Mention multiple <<EOF as unsupported.
2478 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2479 (cperl-indent-parens-as-block): New configuration variable.
2480 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2481 Use `cperl-indent-parens-as-block'.
2482 (cperl-find-pods-heres): Test for =cut without empty line instead of
2483 complaining about no =cut.
2484 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2485 (cperl-find-pods-heres): Likewise.
2486 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2487 POD could've been marked as comment already.
2488 (cperl-unwind-to-safe): Unwind before start of POD too.
2489 After 4.28:
2490 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2491 After 4.29:
2492 (x-color-defined-p): Make an extra case to peacify the warning.
2493 Toplevel: `defvar' to peacify the warnings.
2494 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2495 No -nw-compile time warnings now.
2496 (cperl-find-tags): TAGS file had too short substring-to-search.
2497 Be less verbose in non-interactive mode
2498 (imenu-example--create-perl-index): Set index-marker after name
2499 (cperl-outline-regexp): New variable.
2500 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2501 (cperl-mode): Made use `cperl-outline-regexp'.
2502 After 4.30:
2503 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2504 (cperl-outline-level): Make start-of-file same level as `package'.
2505 After 4.31:
2506 (cperl-electric-pod): `head1' and `over' electric only if empty.
2507 (cperl-unreadable-ok): New variable.
2508 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2509 on an unreadable file.
2510 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2511 on an unreadable directory.
2512
2513 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2514 Consider the text between two errors as belonging to the first error.
2515 (compilation-goto-locus): Use pop-to-buffer rather than
2516 switch-to-buffer-other-frame.
2517
2518 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2519 (awk-font-lock-syntactic-keywords): New var.
2520 (awk-mode): Use it.
2521
2522 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2523
2524 * faces.el (describe-face): Call help-setup-xref earlier.
2525
2526 * jka-compr.el (jka-compr-load-suffixes): New var.
2527 (jka-compr-install): Add its content to load-suffixes.
2528 (jka-compr-uninstall): Remove its content from load-suffixes.
2529
2530 2001-10-12 Sam Steingold <sds@gnu.org>
2531
2532 * bindings.el (completion-ignored-extensions): CL-related
2533 extensions are platform-independent.
2534
2535 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2536 asynchronous multiple file copying.
2537
2538 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2539
2540 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2541 Turn error for repeated variables into warning.
2542
2543 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2544 New function checking that lambda-list consists of non-constant
2545 symbols, that &rest and &optional are followed by variable names,
2546 that &rest VAR is the last element, and that variables aren't doubled.
2547 (byte-compile-lambda): Use it.
2548
2549 2001-10-12 Eli Barzilay <eli@barzilay.org>
2550
2551 * calculator.el (calculator-eng-display): Don't call concat
2552 with an integer argument.
2553
2554 2001-10-12 Miles Bader <miles@gnu.org>
2555
2556 * help-mode.el (help-customize-face): New button-type.
2557
2558 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2559 (describe-face): Fix args to `help-xref-button'.
2560 Don't switch to help-buffer around call to `help-setup-xref'.
2561 Use `help-buffer' instead of hard-wired "*Help*".
2562 Require `help-mode'.
2563
2564 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2565
2566 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2567
2568 * help-mode.el (help-buffer): New function.
2569 Returns the buffer-name to use for help output.
2570 Change all the code to use it instead of hard-coding *Help*.
2571 (help-mode-map): Put back the mouse-2 binding.
2572 (help-xref-stack): Change the format and make buffer-local.
2573 (help-xref-stack-item): Make buffer-local.
2574 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2575 (help-xref-interned): Display the face doc as well.
2576 (help-follow-mouse): Re-introduce.
2577 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2578 (help-do-xref): Don't `push' any more.
2579 (help-follow): Also follow face names.
2580
2581 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2582 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2583 Autoload and cleanup.
2584 (describe-function): Call help-setup-xref.
2585 (describe-variable): Call help-setup-xref earlier.
2586
2587 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2588 (view-lossage): Call help-setup-xref correctly and earlier.
2589 (describe-bindings): Call help-setup-xref earlier.
2590 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2591 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2592
2593 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2594
2595 * master.el (master-mode): Use define-minor-mode instead of
2596 easy-mmode-define-minor-mode. Add autload cookie.
2597 (Commentary): Remove the line showing how to autoload master-mode,
2598 since it's always autoloaded.
2599
2600 * master.el: New file.
2601
2602 2001-10-11 Dave Love <fx@gnu.org>
2603
2604 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2605 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2606 <const-C varset-X const-C>: Fix car/cdr typo.
2607
2608 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2609
2610 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2611 New function extracted from byte-compile-log-1.
2612 (byte-compile-log-1): Change output to be more in line with
2613 the output of other GNU tools.
2614 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2615 (byte-compile-report-error): Downcase error message.
2616 Use `error' instead of `!!' for error messages.
2617 (byte-compile-print-syms): Treat non-interactive case specially.
2618 (displaying-byte-compile-warnings): Use backquote.
2619 (byte-compile-from-buffer): Bind byte-compile-last-line.
2620 (batch-byte-compile): Remove `Done' message.
2621
2622 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2623
2624 * emacs-lisp/copyright.el (copyright): Add final \n.
2625
2626 2001-10-11 Miles Bader <miles@gnu.org>
2627
2628 * diff.el (diff): Display default values in prompts as
2629 `(default ...)', not `(...)'.
2630
2631 * info.el (Info-follow-reference): Likewise.
2632
2633 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2634
2635 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2636
2637 * newcomment.el (comment-indent): Be a little more robust in case
2638 comment-indent-function does funny things.
2639 (comment-normalize-vars): Autoload.
2640 (comment-region-internal): Fiddle with the visibility spec.
2641 (comment-valid-prefix): New function.
2642 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2643 that would turn comment-text into non-comment-text.
2644
2645 * emacs-lisp/syntax.el: New file.
2646
2647 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2648 compatibility cruft.
2649 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2650 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2651 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2652 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2653 tcl-submit-bug-report.
2654 (tcl-mode-syntax-table): Leave \f alone.
2655 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2656 tcl-end-of-defun, tcl-submit-bug-report.
2657 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2658 (tcl-add-emacs-menu): Remove.
2659 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2660 (tcl-keyword-list): Add `chain'.
2661 (tcl-font-lock-syntactic-keywords): New variable.
2662 (tcl-pps-has-arg-6): Remove.
2663 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2664 (tcl-internal-mark-defun): Remove.
2665 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2666 (tcl-mode): Use define-derived-mode. Simplify.
2667 Set comment-indent-function.
2668 (tcl-indent-command): Use line-beginning-position and comment-indent.
2669 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2670 (tcl-indent-line): Use tcl-calculate-indent.
2671 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2672 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2673 (tcl-filter): Use with-current-buffer, simplify.
2674 (inferior-tcl-mode): Use define-derived-mode.
2675 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2676 (tcl-simple-in-comment, tcl-in-comment): Removed.
2677 (tcl-files-alist): New function.
2678 (tcl-help-snarf-commands): Use it and return the result directly
2679 rather than through a global variable.
2680 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2681 (tcl-help-on-word): Provide the default value to completing-read.
2682 (tcl-hilit): Remove.
2683 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2684 (tcl-comment-indent): New function.
2685 (tcl-submit-bug-report): Remove.
2686 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2687 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2688 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2689
2690 2001-10-10 Miles Bader <miles@gnu.org>
2691
2692 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2693 (Info-fontify-node): Don't fontify the node if it's already been done.
2694
2695 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2696
2697 * international/iso-transl.el (iso-transl-e-caret)
2698 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2699 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2700
2701 * simple.el (end-of-buffer): Fix code scrolling specially
2702 for the buffer end.
2703
2704 * startup.el (command-line-1): Bind tab-width to 8.
2705
2706 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2707
2708 * emulation/tpu-edt.el: Use defalias instead of fset for
2709 user-visible commands. From Rob Riepel
2710 <riepel@Networking.Stanford.EDU>.
2711
2712 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2713
2714 * ruler-mode.el: New file.
2715
2716 2001-10-09 Miles Bader <miles@gnu.org>
2717
2718 * apropos.el (button): New require.
2719
2720 * help-funs.el: New file, contents mostly from `help.el'.
2721 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2722
2723 * help-mode.el: New file, contents mostly from `help.el'.
2724
2725 * help.el: Don't require `view' when compiling.
2726 (help-with-tutorial, describe-function, describe-function-1)
2727 (variable-at-point, describe-variable, locate-library):
2728 Functions moved into `help-funs.el'.
2729 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2730 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2731 (help-setup-xref, help-xref-following, help-make-xrefs)
2732 (help-xref-button, help-insert-xref-button, help-xref-interned)
2733 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2734 (help-xref-on-pp): Functions moved into `help-mode.el'
2735 (help-mode-map, help-xref-stack, help-xref-stack-item)
2736 (help-highlight-p, help-highlight-face, help-back-label)
2737 (help-xref-symbol-regexp, help-xref-mule-regexp)
2738 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2739 (help-symbol, help-back, help-info, help-customize-variable)
2740 (help-function-def, help-variable-def):
2741 Button-types moved into `help-mode.el'.
2742 (load-symbol-file-load-history, symbol-file):
2743 Functions moved into `subr.el'.
2744 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2745 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2746
2747 * subr.el (symbol-file-load-history-loaded)
2748 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2749
2750 * loadup.el ("button"): Load removed.
2751
2752 * button.el (define-button-type): Respect any `supertype' property.
2753 (button-type-subtype-p, button-has-type-p): New functions.
2754
2755 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2756 dollar-signs.
2757
2758 * comint.el (comint-insert-previous-argument): New function.
2759 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2760 (comint-insert-previous-argument-last-start-pos)
2761 (comint-insert-previous-argument-last-index): New variables.
2762
2763 * apropos.el (apropos-next-label-button): Use the presence of a
2764 `apropos-label' property to detect label buttons.
2765
2766 2001-10-08 Miles Bader <miles@gnu.org>
2767
2768 * button.el (next-button, previous-button): Remove N and WRAP
2769 parameters. Don't pay attention to `skip' properties.
2770 (forward-button): Implement wrapping, iterating, and skipping here
2771 instead.
2772 (button-activate): USE-MOUSE-ACTION is optional.
2773 (button-nop): Function removed.
2774 (default-button): Use `ignore' as default button action.
2775
2776 * apropos.el (apropos-next-label-button): Update arguments to
2777 `next-button'.
2778 (apropos-symbol): Add `skip' property.
2779 (apropos-function, apropos-macro, apropos-command)
2780 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2781 (apropos-plist): New button types.
2782 (apropos-label-properties): Variable removed.
2783 (apropos-print): Pass button-type to apropos-print-doc, rather
2784 than help function and label text.
2785 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2786 Get button label from TYPE.
2787
2788 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * help.el (help-mode): Use define-derived-mode.
2791 (describe-mode): Add optional `buffer' arg.
2792 Use it instead of going through help-xref-mode.
2793 Avoid doubling the word `minor' when prettifying.
2794 (describe-function-1): List the corresponding key bindings.
2795 (describe-variable): Say if the var is automatically buffer-local.
2796 If the source is `loaddefs.el', look for the real source.
2797 (help-xref-mode): Remove.
2798
2799 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2800 the file says no-byte-compile.
2801
2802 2001-10-08 Miles Bader <miles@gnu.org>
2803
2804 * button.el (next-button, previous-button): Respect `skip' property.
2805
2806 2001-10-07 Miles Bader <miles@gnu.org>
2807
2808 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2809 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2810 `woman-follow-word' instead of `woman-mouse-2'.
2811 (woman-follow-word): Renamed from `woman-mouse-2'.
2812 Follow current unconditionally, since this function is now only
2813 bound to M-mouse-2. Use accessor functions.
2814 (WoMan-highlight-references): Use `make-text-button'.
2815 (woman-xref): New button type.
2816
2817 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2818 ("button"): New load, just before "help" (which uses it).
2819
2820 * help.el (help-mode-map): Make button-buffer-map our parent.
2821 Don't bind mouse events or tab/backtab.
2822 (help-function, help-variable, help-face, help-coding-system)
2823 (help-input-method, help-character-set, help-back, help-info)
2824 (help-customize-variable, help-function-def, help-variable-def):
2825 New button types.
2826 (help-button-action): New function.
2827 (describe-function-1): Pass help button-types to
2828 `help-xref-button' rather than help function and help-echo string.
2829 Don't put multiple help-function args in a list to pass them to
2830 help-xref-button, just pass them as multiple arguments.
2831 Use `help-insert-xref-button' to make [back]-button, rather than
2832 `help-xref-button'.
2833 (help-xref-button): Take a button-type TYPE as a parameter rather
2834 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2835 and add a &rest parameter ARGS to serve the same purpose.
2836 Use `make-text-button' to add the button.
2837 (help-insert-xref-button): Use `insert-text-button' to add the button.
2838 (help-follow-mouse, help-next-ref, help-previous-ref):
2839 Functions removed.
2840 (help-do-xref): New function.
2841 (help-follow): Use `push-button' and `help-do-xref' to do most of
2842 the work.
2843
2844 * apropos.el (apropos-symbol, apropos-label): New button types.
2845 (apropos-symbol-button-display-help)
2846 (apropos-label-button-display-help, apropos-next-label-button):
2847 New functions.
2848 (apropos-mode-map): Make button-buffer-map our parent.
2849 Don't bind mouse events.
2850 (apropos-print, apropos-print-doc): Create buttons instead of text
2851 properties.
2852 (apropos-mouse-follow): Function removed.
2853 (apropos-follow): Use buttons.
2854
2855 * button.el: New file.
2856
2857 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2858
2859 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2860 Remove.
2861
2862 2001-10-05 Richard M. Stallman <rms@gnu.org>
2863
2864 * add-log.el (add-change-log-entry): Skip copyright notice
2865 and copying permission notice at start of file, if any.
2866 Make use of terms "entry" and "item" accord with Emacs manual.
2867 Simplify the logic for moving point while entering or creating
2868 an entry and then an item.
2869 (add-change-log-entry-other-window): Doc fix.
2870
2871 2001-10-06 Miles Bader <miles@gnu.org>
2872
2873 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2874 removed; they apparently don't work with faces.
2875
2876 2001-10-05 Sam Steingold <sds@gnu.org>
2877
2878 * textmodes/sgml-mode.el (html-xhtml): New user option.
2879 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2880 (html-ordered-list, html-unordered-list, html-list-item)
2881 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2882 (sgml-skip-close-p): New function.
2883 (sgml-value): Use it.
2884
2885 2001-10-05 Sam Steingold <sds@gnu.org>
2886
2887 * calendar/diary-lib.el (diary-entry-compare): When times are
2888 identical, compare the entries lexicographically.
2889
2890 2001-10-06 Miles Bader <miles@gnu.org>
2891
2892 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2893 Use `minibuffer-prompt-end'.
2894
2895 * simple.el (previous-matching-history-element): Fix misplaced
2896 parentheses.
2897
2898 2001-10-05 Miles Bader <miles@gnu.org>
2899
2900 * rfn-eshadow.el: New file.
2901
2902 2001-10-05 Miles Bader <miles@gnu.org>
2903
2904 * cus-face.el (custom-face-attributes): Make sure each attribute
2905 has a valid default value. Remove hacks that mapped `nil' to
2906 `off' and used nil to mean `unspecified'. Remove `unspecified'
2907 choices from all attributes (unspecified is handled by the parent
2908 checklist).
2909 * cus-edit.el (custom-face-edit-convert-widget)
2910 (custom-face-edit-deactivate, custom-face-edit-activate)
2911 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2912 New functions.
2913 (custom-face-edit): Specify a custom :convert-widget.
2914 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2915 Don't pass in default filters that map between `nil' and `off' and
2916 `unspecified' and `nil'.
2917
2918 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2919
2920 * progmodes/compile.el (compilation-buffer-name): New function.
2921 (compile-internal): Use it to determine the name of the
2922 compilation buffer.
2923
2924 2001-10-05 Miles Bader <miles@gnu.org>
2925
2926 * progmodes/compile.el (grep-use-null-device): New variable.
2927 (grep-command): Mention `grep-use-null-device'.
2928 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2929 Make computation of `grep-command' respect `grep-use-null-device'.
2930 (grep): Respect `grep-use-null-device'.
2931 Call `grep-compute-defaults' even if grep-command is set, if
2932 grep-use-null-device is still tentative.
2933
2934 * subr.el (call-process-shell-command): New function.
2935
2936 2001-10-05 Miles Bader <miles@gnu.org>
2937
2938 * simple.el (previous-matching-history-element)
2939 (next-history-element, next-complete-history-element): Use
2940 `minibuffer-' functions instead of calling `field-' functions directly.
2941 (minibuffer-prompt-end, minibuffer-contents):
2942 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2943 Functions removed (now subrs).
2944 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2945
2946 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2947 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2948 instead of calling `field-' functions directly.
2949 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2950
2951 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2952
2953 * files.el (find-file-noselect): If file's read-only status has
2954 changed on disk, ask if buffer's read-only status should be
2955 changed, unless NOWARN is set.
2956
2957 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2958 alias for define-setf-method.
2959
2960 * bindings.el: Remove no-byte-compile from file local variables
2961 to enable bootstrapping.
2962
2963 2001-10-04 Andrew Innes <andrewi@gnu.org>
2964
2965 * faces.el (face-font-registry-alternatives) [windows-nt]:
2966 Make gb2312 an alias for gb2312.1980.
2967
2968 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2969
2970 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2971 (uniquify-reverse-components): Remove.
2972
2973 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2974 Make sure the file is readable.
2975 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2976 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2977 (batch-byte-recompile-directory): Pass arg=0.
2978
2979 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2980 (perl-calculate-indent): Use it.
2981 (perl-backward-to-noncomment): Use forward-comment.
2982
2983 * derived.el (define-derived-mode, derived-mode-make-docstring):
2984 Allow `parent' to be nil.
2985
2986 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2987 Use define-derived-mode.
2988 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2989
2990 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2991
2992 * emacs-lisp/lselect.el: Use facep iso find-face.
2993
2994 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2995 Use regexp-opt.
2996 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2997 (lisp-font-lock-syntactic-face-function): New function.
2998 (lisp-mode-variables): Use it. Make arg optional.
2999 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
3000 (lisp-mode): Don't pass an arg to lisp-mode-variables.
3001 Set comment-start-skip.
3002
3003 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
3004
3005 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
3006 (ignore-errors): Don't bother using a `err' symbol.
3007
3008 * emacs-lisp/autoload.el (autoload-ensure-default-file)
3009 (autoload-insert-section-header, autoload-before-p)
3010 (autoload-remove-section): New functions.
3011 (generate-file-autoloads): Use them.
3012 (update-file-autoloads): Use them. Return FILE if there's no cookie.
3013 Make sure the autoload file is properly formatted when creating it.
3014 (update-autoloads-from-directories): Use them as well.
3015 Only update autoloads for files whose timestamp has changed.
3016 Add a dummy entry to remember the files which had no autoload cookies.
3017
3018 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3019
3020 * subr.el (define-key-after): Allow `key' to be longer than 1.
3021 (make-local-hook): Make obsolete.
3022 (add-hook, remove-hook): Don't use make-local-hook any more.
3023 (make-syntax-table): Inherit all chars from s-s-t.
3024
3025 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3026
3027 This is a fix for a report saying that resuming a search with C-s
3028 C-s doesn't use the case-fold-search setting of the previous
3029 search (C-s ... M-c ... then C-s C-s).
3030
3031 * isearch.el (isearch-last-case-fold-search): New variable.
3032 (isearch-mode): Remember value of isearch-case-fold-search
3033 in isearch-last-case-fold-search.
3034 (isearch-done): Quote value of isearch-case-fold-search.
3035 (isearch-repeat): When resuming a search, restore
3036 isearch-case-fold-search from isearch-last-case-fold-search.
3037
3038 Added to NEWS.
3039
3040 * startup.el (inhibit-startup-buffer-menu): New user-option.
3041 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3042 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3043
3044 This allows upto 99999 messages in the summary without screwing up
3045 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3046
3047 * mail/rmailsum.el (rmail-make-summary-line)
3048 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3049 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3050 Allow 5-digit message ids instead of 4.
3051
3052 This adds expansion of environment variables in the value
3053 specified with M-x setenv. Added to NEWS.
3054
3055 * env.el (substitute-env-vars): New function.
3056 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3057 environment variables in VALUE. Return VALUE.
3058
3059 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3060
3061 * Branch for 21.1.
3062
3063 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3064
3065 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3066
3067 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3068
3069 * emulation/tpu-edt.el: Make messages match original TPU/edt
3070 editor. From riepel@Stanford.EDU (Rob Riepel).
3071
3072 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3073
3074 * rect.el: Update maintainer's email address.
3075
3076 2001-10-02 Andreas Schwab <schwab@suse.de>
3077
3078 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3079 and Extended Passive Mode, resp.
3080
3081 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 These changes add support for Calendar-related items in the
3084 menu bar on tty's as well:
3085
3086 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3087 unconditionally.
3088 (calendar-mode): Set up activate-menubar-hook unconditionally.
3089
3090 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3091 calls x-popup-menu only if popup menus are supported.
3092 (calendar-mouse-insert-hebrew-diary-entry)
3093 (calendar-mouse-insert-islamic-diary-entry)
3094 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3095 (calendar-mouse-view-other-diary-entries)
3096 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3097 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3098 Call cal-menu-x-popup-menu instead of x-popup-menu.
3099
3100 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3101
3102 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3103
3104 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3105
3106 * emacs-lisp/rx.el: New file.
3107
3108 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3109
3110 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3111
3112 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3113
3114 * frame.el (select-frame-by-name, other-frame): Doc fix.
3115
3116 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3117
3118 * play/snake.el (snake-score-file): Use temporary-file-directory
3119 instead of a literal "/tmp". Suggested by Robert
3120 <robert@chezmarshall.freeserve.co.uk>.
3121
3122 * play/tetris.el (tetris-score-file): Ditto.
3123
3124 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3125
3126 * apropos.el (apropos-print): Make the directions inserted at the
3127 beginning of the *Apropos* buffer more clear.
3128
3129 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3130
3131 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3132 Added comments.
3133
3134 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3135
3136 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3137 "\\s-" when defining comment-end-skip.
3138
3139 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3140
3141 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3142 Call get-buffer-window first second arg `visible'.
3143
3144 * international/mule-diag.el (list-input-methods-1):
3145 Output something that's independent of Emacs' version.
3146
3147 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3148 calling byte-to-position with a nil tar-header-offset.
3149
3150 2001-09-27 Simon Josefsson <jas@extundo.com>
3151
3152 * mail/sendmail.el (send-mail-function): Doc fix.
3153 (mail-do-fcc): Error if header-end is not a marker.
3154 (mail-do-fcc): Add a comment.
3155 (mail-reply-to): Doc fix.
3156 (mail-signature): Make ATPOINT optional.
3157 (mail-yank-original): Use cond instead of nestled if.
3158
3159 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3160
3161 * info.el (Info-on-current-buffer): Default arg to "Top".
3162
3163 2001-09-25 Eli Barzilay <eli@barzilay.org>
3164
3165 * calculator.el (calculator-copy-displayer): New user-option.
3166 (calculator-displayer-prev, calculator-displayer-next):
3167 Renamed from calculator-displayed-{left,right}.
3168 (calculator, calculator-standard-displayer)
3169 (calculator-num-to-string, calculator-update-display)
3170 (calculator-copy, calculator-put-value): Bug and display fixes.
3171
3172 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3173
3174 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3175 (ebnf-version): New version (3.6.1).
3176
3177 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3178 (ebnf-bnf-non-terminal-chars): New internal const.
3179 (ebnf-bnf-lex): Fix code.
3180
3181 * ebnf-iso.el: Fix character range regexp. Doc fix.
3182 (ebnf-iso-non-terminal-chars): New internal const.
3183 (ebnf-iso-lex): Fix code.
3184
3185 * ebnf-yac.el: Fix character range regexp. Doc fix.
3186 (ebnf-yac-skip-chars): New internal const.
3187 (ebnf-yac-skip-code): Fix code.
3188
3189 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3190
3191 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3192
3193 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3194 passing it to VC.
3195
3196 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3197 case where the file is relative.
3198
3199 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3200
3201 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3202 same on each side. Make sure we properly handle simple quotes.
3203 From Daiki Ueno <ueno@unixuser.org>.
3204
3205 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3206
3207 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3208 <jas@extundo.com>.
3209
3210 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3211 some items of the Options menu.
3212
3213 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3214
3215 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3216
3217 * vc-hooks.el (vc-delete-automatic-version-backups):
3218 Don't fail if the directory doesn't exist.
3219
3220 * diff-mode.el (diff-default-read-only): New var.
3221 (diff-mode): Use it.
3222
3223 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3224
3225 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3226 Use make-keymap instead of copy-keymap, since copying the global
3227 keymap messes up the menu bar.
3228
3229 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3230 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3231
3232 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3233
3234 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3235
3236 * dired-aux.el (dired-insert-subdir): Pass switches to
3237 dired-build-subdir-alist.
3238
3239 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3240
3241 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3242 caused %#a and %#b to be mis-formatted.
3243
3244 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3245
3246 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3247 ccmode, emacs-mime, and eudc manuals.
3248
3249 2001-09-19 Sam Steingold <sds@gnu.org>
3250
3251 w32 find cannot be used with `grep-find'.
3252 * progmodes/compile.el (find-program): New variable.
3253 (grep-compute-defaults): Use it to set `grep-find-command'.
3254
3255 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3256
3257 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3258
3259 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3260
3261 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3262 programming. Doc fix.
3263 (ebnf-version): New version (3.6).
3264 (ebnf-eps-begin): Data fix.
3265 (ebnf-begin-file): Code fix.
3266
3267 * ebnf-bnf.el: Doc fix.
3268 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3269
3270 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3271
3272 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3273
3274 * ps-print.el: Better face mapping for black/white PostScript printers.
3275 Check if mark is active when printing a region. Doc fix.
3276 (ps-print-version): New version number (6.5.5).
3277 (ps-print-color-p): Customization fix.
3278 (ps-black-white-faces): New option.
3279 (ps-black-white-faces-alist): New internal var.
3280 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3281 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3282 (ps-nb-pages-region): Interactive fix.
3283 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3284 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3285
3286 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3287
3288 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3289 numeric month value, and allow the Kanji character after the it to
3290 be missing (happens with ls-lisp's output on Japanese versions of
3291 MS-Windows).
3292
3293 2001-09-18 Miles Bader <miles@gnu.org>
3294
3295 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3296 it's empty (and thus probably a new patch file about to be edited).
3297
3298 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3299
3300 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3301 Check for '(' in column 0 of doc string.
3302
3303 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3304 of `nth' so that using a vector as bounding-box works.
3305 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3306
3307 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3308
3309 * vc.el (vc-annotate): Use current workfile version explicitly as
3310 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3311
3312 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3315 convert-standard-filename doesn't guarantee that the .el extension
3316 is preserved.
3317
3318 * dos-fns.el (convert-standard-filename): Replace invalid
3319 characters only after converting dash/underscore to a period.
3320 (original-make-auto-save-file-name): New.
3321 (make-auto-save-file-name): New function, overrides the definition
3322 on files.el and calls the original function via
3323 original-make-auto-save-file-name.
3324
3325 * mail/rmail.el (top-level): Require mule-utils when compiling.
3326 (rmail-decode-babyl-format): Use detect-coding-with-priority
3327 instead of detect-coding-region, to favor detection of emacs-mule
3328 encoded Babyl files written by rmailout.el etc. Suggested by
3329 Kenichi Handa <handa@etl.go.jp>.
3330
3331 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3332
3333 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3334 Use `equal', not `=', since the device number can be a cons cell.
3335
3336 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3337
3338 * simple.el: Comment out change of 2001-09-13.
3339
3340 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3341
3342 * progmodes/compile.el (grep-compute-defaults): Don't set
3343 grep-command/grep-find-command when it is already non-nil.
3344 (grep-command): Make it a user option.
3345 (grep-find-command): Likewise.
3346
3347 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3348
3349 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3350 inhibit quit.
3351
3352 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3353
3354 * files.el (make-auto-save-file-name): If long file names are not
3355 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3356 generating an auto-save file name from it.
3357
3358 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3359
3360 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3361 (ps-nb-pages-region): Signal an error if called interactively
3362 and the mark is not active.
3363
3364 * simple.el (minibuffer-prompt-modification)
3365 (minibuffer-prompt-insertion): New functions.
3366 (minibuffer-prompt-properties): Use `modification-hooks' and
3367 `insert-in-front-hooks'.
3368
3369 2001-09-12 Richard M. Stallman <rms@gnu.org>
3370
3371 * textmodes/outline.el (outline-regexp): Doc fix.
3372 Initialize it in the defcustom, the usual way.
3373
3374 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3375
3376 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3377 from `ediff-meta-info' properties need not be an overlay.
3378 From David Ponce <dponce@voila.fr>.
3379
3380 * isearch.el (isearch-intersects-p): Fix end checks.
3381
3382 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3383
3384 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3385 `t' branch of `cond', since Irix 6.1 and up is a special case of
3386 the standard dbx interface.
3387
3388 2001-09-11 Miles Bader <miles@gnu.org>
3389
3390 * comint.el (comint-send-input): When waiting for echoed input,
3391 don't save the expected end position in `echo-end', so that things
3392 work properly even if the buffer is modified elsewhere at the same
3393 time [this happens if `comint-truncate-buffer' is used].
3394
3395 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3396
3397 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3398 when constructing imenu-generic-expression from outline-regexp.
3399
3400 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3401
3402 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3403 `equal' instead of `=', since they can be cons cells. From Nils
3404 Goesche <cartan@cartan.de>.
3405
3406 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3407
3408 * vc.el (vc-annotate): Rewrote doc string.
3409
3410 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3411
3412 * time-stamp.el: Update Stephen Gildea's email address.
3413
3414 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3415
3416 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3417 enable-multibyte-characters = nil. From Hallvard B Furuseth
3418 <h.b.furuseth@usit.uio.no>.
3419
3420 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3421
3422 * ediff-init.el (ediff-highest-priority): Bug fix.
3423
3424 * viper-cmd.el (viper-special-read-and-insert-char): New function
3425 that reads a character and uses the current input method or
3426 iso-accents when appropriate.
3427
3428 * viper.el and all others: Corrections to the comment blocks at
3429 the top.
3430
3431 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3432
3433 * info.el (Info-goto-node): Doc fix.
3434
3435 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3436
3437 * isearch.el (isearch-intersects-p): New function.
3438 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3439 use isearch-intersects-p, and clean up.
3440
3441 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3442
3443 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3444 and "german8", for the new German orthography dictionaries,
3445 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3446 the entries, to keep the line length balanced for loaddefs.el.
3447
3448 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3449
3450 * comint.el (comint-send-input): Handle comint-process-echoes
3451 differently.
3452
3453 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3454
3455 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3456
3457 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3458
3459 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3460
3461 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3462
3463 * server.el (server-switch-buffer):
3464 * textmodes/refer.el (refer-find-entry-internal):
3465 * term/sup-mouse.el (sup-pos-to-window):
3466 * term/bg-mouse.el (bg-window-from-x-y):
3467 * emacs-lisp/edebug.el (edebug-window-live-p):
3468 Use get-window-with-predicate.
3469
3470 * window.el (get-window-with-predicate): Renamed from some-window.
3471 (some-window): Make it an alias.
3472
3473 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3474
3475 * simple.el (undo): Remove positions from buffer-undo-list up to
3476 the next undo boundary only.
3477
3478 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3479
3480 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3481 Kim <ryk@dspwiz.com>
3482
3483 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3484 the message "Creating customization items...done".
3485
3486 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3487
3488 * font-lock.el (toplevel): Require `jit-lock' only if
3489 font-lock-support-mode is set to jit-lock-mode.
3490
3491 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3492
3493 * international/quail.el (quail-use-package, quail-inactivate)
3494 (quail-activate): Mention the hooks these functions run in their
3495 doc strings.
3496
3497 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3498
3499 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3500 of file in header of menu.
3501
3502 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3503
3504 * env.el (setenv): Interactively, if VARIABLE has a current value,
3505 add that to the front of the history, as the doc string says.
3506
3507 * comint.el (comint-send-input): Change help-echo.
3508 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3509
3510 * bookmark.el (bookmark-write-file): Bind print-length and
3511 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3512
3513 * obsolete/uncompress.el: Moved there from lisp/.
3514
3515 * comint.el (comint-insert-clicked-input): Goto point-max before
3516 deleting previous input. From "Dr Francis J. Wright"
3517 <F.J.Wright@qmw.ac.uk>.
3518
3519 * simple.el (backward-word): Doc fix.
3520
3521 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3522
3523 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3524 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3525 * w32-fns.el: Add Keywords header.
3526
3527 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3528
3529 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3530 "Text Properties". Suggested by Simon Marshall
3531 <Simon.Marshall@midas-kapiti.com>.
3532
3533 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3534
3535 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3536 consulting the value of file-name-coding-system.
3537
3538 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3539
3540 * help.el (describe-function-1): Save precomputed `file-name' rather
3541 than recomputing it (incorrectly) with `symbol-file'.
3542
3543 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3544
3545 * international/isearch-x.el (isearch-exit-recursive-edit):
3546 Take three parameters, since it's used as an after-change-function.
3547
3548 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3549 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3550 from doc strings.
3551
3552 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3553
3554 * progmodes/glasses.el (glasses-convert-to-unreadable):
3555 Consider underscores as in `glasses-make-readable'.
3556
3557 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3558
3559 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3560 MS-DOS, since cpp might not be available.
3561
3562 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3563 Mention "yank" in the help-echo text.
3564 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3565
3566 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3567
3568 * newcomment.el (comment-indent): Insert spaces more carefully.
3569
3570 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3571
3572 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3573 exists. From Andy Petrusenco <andy@int.spb.ru>.
3574
3575 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3576 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3577 <andy@int.spb.ru>.
3578
3579 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3580
3581 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3582 Instead of running mouse-yank-at-click, see what the event is
3583 bound to outside Isearch and run that.
3584
3585 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3586
3587 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3588 Fix the menu entry to mention transient-mark-mode.
3589
3590 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3591
3592 * simple.el (eval-expression-print-level): Fix last change.
3593
3594 * bindings.el (mode-line-coding-system-map): New variable.
3595 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3596
3597 * simple.el (eval-expression-print-level): Change the type
3598 of the defcustom to allow nil.
3599
3600 * emacs-lisp/find-gc.el: Moved here from lisp/.
3601
3602 * international/quail.el (quail-completion-1):
3603 Reverse the ((CHAR . DEFN) ...) list before processing it.
3604 From Kenichi Handa <handa@etl.go.jp>.
3605
3606 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3607 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3608
3609 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3610
3611 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3612 aren't supported. This avoids the annoying gray strip drawn by
3613 the Windows version instead of the missing tool bar.
3614
3615 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3616
3617 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3618 and tooltips more consistent. From "Marshall, Simon"
3619 <Simon.Marshall@midas-kapiti.com>.
3620
3621 * startup.el (fancy-splash-screens): Temporarily set
3622 minor-mode-map-alist to nil while displaying splash screens.
3623
3624 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3625
3626 * buff-menu.el: Add Keywords header.
3627 Doc fix (C-x C-b is bound to list-buffers).
3628
3629 * dired-x.el: Add keyword files to get listed in finder.
3630 Remove confusing notes about GNU Emacs 19.
3631
3632 * dired.el, dired-aux.el: Add Keywords header.
3633
3634 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3635
3636 * vc.el (vc-revert-file): Call the backend even if the FILE's
3637 contents can be reverted locally; pass new arg CONTENTS-DONE
3638 down to the backend.
3639
3640 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3641 optional arg CONTENTS-DONE.
3642
3643 2001-08-28 Andrew Innes <andrewi@gnu.org>
3644
3645 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3646
3647 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3648
3649 * makefile.nt (install): Copy more *.el files.
3650
3651 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3652
3653 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3654 instead of `w' which is already in use.
3655
3656 * gs.el (gs-load-image): Use sleep-for.
3657 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3658
3659 2001-08-28 Miles Bader <miles@gnu.org>
3660
3661 * replace.el (query-replace-regexp-eval): Return args from
3662 `interactive' form in correct order.
3663
3664 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3665
3666 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3667 major modes, don't create panes for modes for which
3668 mouse-buffer-menu-alist returns an empty alist.
3669
3670 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3671
3672 * progmodes/hideshow.el: Update first-line description.
3673 Sync comments w/ maintainer version 5.31.
3674
3675 (hs-isearch-open): Default value now `code'.
3676 Fix docstring to use "code blocks" vs "comment blocks",
3677 as opposed to "block" vs "comment".
3678 (hs-flag-region): Accept `hs-isearch-open' value
3679 of `block' as synonymous w/ `code'.
3680 (hs-hide-block-at-point): For code blocks, pass `code'
3681 to `hs-flag-region' instead of `block'.
3682
3683 2001-08-28 Miles Bader <miles@gnu.org>
3684
3685 * comint.el (comint-next-prompt): Don't loop infinitely if
3686 {next,previous}-single-char-property-change returns its input
3687 position when the search fails.
3688
3689 2001-08-27 Miles Bader <miles@gnu.org>
3690
3691 * comint.el (comint-get-old-input-default): Don't signal an error
3692 if point is not on an input field; instead, return the current
3693 line (using `comint-bol' to skip any prompt, in case we're not
3694 using fields at all).
3695
3696 * man.el (Man-mode-line-format): Variable removed.
3697 (Man-mode): Change `mode-line-buffer-identification' instead of
3698 `mode-line-format'.
3699
3700 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3701
3702 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3703 From Simon Josefsson <jas@extundo.com>.
3704
3705 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3706
3707 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3708 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3709
3710 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3711 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3712
3713 * emacs-lisp/lselect.el: Ditto.
3714
3715 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3716 Remove periods from the end of error message strings.
3717 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3718
3719 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3720 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3721
3722 * net/telnet.el: Ditto.
3723
3724 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3725
3726 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3727 KEYMAP to the call to define-minor-mode.
3728
3729 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3730
3731 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3732 Replace some of the undefined characters with emulations of bidi
3733 formatting characters and Niqud as per SI 1311-1.
3734 (IT-unicode-translations): Ditto.
3735 (IT-display-table-setup, IT-setup-unicode-display):
3736 Fill characters without translations with dos-unsupported-char-glyph.
3737
3738 2001-08-24 Simon Josefsson <jas@extundo.com>
3739
3740 * hl-line.el (hl-line-mode): Don't be a global mode.
3741 (global-hl-line-mode): New function.
3742
3743 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3744
3745 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3746 being reset by Ghostscript. Don't kill the gs process.
3747 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3748
3749 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3750
3751 * term/mac-win.el: Require scroll-bar.
3752
3753 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3754
3755 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3756
3757 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3758
3759 * hexl.el (hexl-insert-multibyte-char) New function.
3760 (hexl-quoted-insert, hexl-self-insert-command)
3761 (hexl-insert-hex-char, hexl-insert-decimal-char)
3762 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3763 Fix the doc strings accordingly.
3764 (hexl-insert-char): Reject characters whose code is above 255.
3765 Doc fix.
3766 (hexl-mode-map): Copy the global keymap instead of creating a
3767 sparse keymap, and bind all self-inserting characters to
3768 hexl-self-insert-command.
3769
3770 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3771
3772 * wid-edit.el (text): Re-order docstring correctly.
3773
3774 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3775
3776 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3777
3778 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3779
3780 * simple.el (line-number-mode): Mention the variable
3781 line-number-display-limit-width in the doc string.
3782
3783 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3784
3785 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3786 Temporarily select EVENT's window for switching buffers.
3787 (mode-line-bury-buffer): New function.
3788 (mode-line-buffer-identification-keymap): Use it instead of
3789 bury-buffer. Bind down-mouse events to prevent global down-mouse
3790 events from shining through.
3791
3792 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3793
3794 * newcomment.el (comment-beginning): Make sure the comment-start
3795 we found isn't a comment-end (in cases where confusion is possible).
3796
3797 2001-08-22 Miles Bader <miles@gnu.org>
3798
3799 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3800 before writing it, so that hard-links don't see new version.
3801
3802 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3803
3804 * gs.el (gs-set-ghostview-colors-window-prop):
3805 Call x-change-window-property with 3rd arg FRAME.
3806 (gs-load-image): Wait for a previous Ghostscript process
3807 to complete before starting a new one.
3808
3809 * image.el (image-type-regexps): Make sure that the TIFF
3810 pattern is only matched at the beginning of a string.
3811 From Markus Rost <rost@math.ohio-state.edu>.
3812
3813 * international/swedish.el: Pre-Mule file removed. From Jonas
3814 Oberg <jonas@gnu.org>.
3815
3816 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3817
3818 * whitespace.el (whitespace-abort-on-error): Add custom variable
3819 to whitespace to abort a write-file if whitespace is detected in file.
3820
3821 * whitespace.el (whitespace-write-file-hook): Hook to be called
3822 when writing a file. If `whitespace-abort-on-error' is set, the
3823 write will abort on detecting whitespaces.
3824 If `whitespace-auto-cleanup' is set, the file will be cleaned
3825 automatically prior to writing.
3826
3827 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3828 whitespaces in the error output!
3829
3830 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3831 `indent-tabs-mode', since the latter notes user preferences on
3832 TABs anyway.
3833
3834 * whitespace.el (whitespace-version): 3.1. All of the above issues
3835 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3836
3837 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3838
3839 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3840 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3841
3842 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3843
3844 2001-08-20 Alex Schroeder <alex@gnu.org>
3845
3846 * sql.el (sql-db2): Doc change.
3847
3848 2001-08-20 Alex Schroeder <alex@gnu.org>
3849
3850 * sql.el (sql-postgres): Add the database at the end of the
3851 parameters instead of at the beginning.
3852 (sql-postgres-options): Doc change.
3853
3854 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3855
3856 * custom.el (defcustom): Doc fix.
3857
3858 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3859
3860 * ps-mule.el (find-composition): Check if (char-after POS)
3861 returns a valid character.
3862
3863 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3864
3865 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3866 original-point for extra CR characters that are added/removed when
3867 the buffer is written/read whose EOL type is -dos.
3868
3869 2001-08-16 Miles Bader <miles@gnu.org>
3870
3871 * simple.el (line-move): Undo previous change.
3872
3873 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3874 property to input-terminating `boundary' overlays to avoid
3875 line-move wierdness.
3876
3877 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3878
3879 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3880 buffer in a save-restriction. Under one test case with Ediff,
3881 window-scroll-functions are run with a window start that's
3882 temporarily outside of the restriction.
3883
3884 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3885
3886 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3887 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3888 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3889 (texinfo-update-menu-region-beginning)
3890 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3891 command, @ifnottex, to regexps, so it is found.
3892
3893 2001-08-16 Andrew Innes <andrewi@gnu.org>
3894
3895 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3896 (DONTCOMPILE): Omit sc.el.
3897
3898 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3899 (DONTCOMPILE): Omit sc.el.
3900
3901 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3902
3903 * replace.el (occur): Bind inhibit-read-only to t.
3904
3905 2001-08-16 Miles Bader <miles@gnu.org>
3906
3907 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3908 calling `constrain-to-field', to avoid problems with comint prompts.
3909
3910 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3911
3912 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3913 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3914
3915 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3916 of a while-loop.
3917
3918 * Makefile.in (DONTCOMPILE): Remove sc.el.
3919
3920 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3921 Don't include term/.
3922
3923 * mail/sc.el: Moved to obsolete/.
3924
3925 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3926
3927 * ps-print.el: Change error function arguments to follow Emacs
3928 message convention. Doc fix.
3929 (ps-print-version): New version number (6.5.4).
3930 (coding-system-for-write): Change declaration position to avoid
3931 XEmacs compilation gripes.
3932 (coding-system-for-read, buffer-file-coding-system):
3933 Declarations to avoid XEmacs compilation gripes.
3934
3935 * ps-mule.el: Doc fix.
3936 (ps-mule-encode-header-string): If STRING is not a string, replace
3937 STRING by empty string.
3938
3939 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3940
3941 * frame.el (show-trailing-whitespace): Doc fix.
3942
3943 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3944
3945 * desktop.el (desktop-save): Insert the coding: tag before
3946 desktop-header.
3947
3948 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3949
3950 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3951 its path from $els.
3952
3953 * image.el (image-jpeg-p): Fix call of substring.
3954
3955 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3956
3957 * play/animate.el (animate-string): Doc fix. Use a buffer
3958 name with stars in it.
3959 (animate-sequence): New function.
3960 From Richard Stallman <rms@gnu.org>.
3961
3962 * frame.el (select-frame-set-input-focus): New function
3963 extracted from other-frame.
3964 (other-frame): Use it.
3965 (next-multiframe-window, previous-multiframe-window): Use it.
3966
3967 * isearch.el (isearch-other-meta-char): Don't switch to the
3968 buffer of a window clicked on, when the current buffer is
3969 in Isearch mode.
3970
3971 * image.el (image-jpeg-p): Test for APPn markers in the range
3972 #xe0..#xef.
3973
3974 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3975
3976 * desktop.el (desktop-save): Don't use concat to form a file
3977 name, use expand-file-name.
3978
3979 * mouse.el (mouse-delete-window): Do nothing if frame has just
3980 one window.
3981
3982 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3983 for the minor mode name.
3984
3985 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3986 minor mode name.
3987
3988 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3989 instead of make-mode-line-mouse2-map.
3990
3991 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3992 the minor mode name.
3993
3994 * emacs-lisp/easy-mmode.el (define-minor-mode):
3995 Use mode-line-minor-mode-keymap for the minor mode name.
3996
3997 * calendar/calendar.el (calendar-mode-line-format):
3998 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3999
4000 * bindings.el (make-mode-line-mouse-map): Renamed from
4001 make-mode-line-mouse2-map. Take additional arg MOUSE.
4002 (mode-line-modified): Use mouse-3 instead of mouse-2.
4003 (mode-line-buffer-identification-keymap): Bind keys differently.
4004 (propertized-buffer-identification): Adapt help-echo to new bindings.
4005
4006 * bindings.el (mode-line-format): Specify help-echo for line
4007 number, column number and buffer-percent part of the mode-line.
4008
4009 * image.el (image-type-regexps): Allow whitespace at the start
4010 of the image data for XPM, XBM and Postscript, which are
4011 text files.
4012 (image-jpeg-p): Correct calculation of next field offset.
4013
4014 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4015
4016 * battery.el: Fix typo.
4017
4018 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4019
4020 * image.el (image-type-regexps): Allow predicates. Change the way
4021 JPEG images are recognized.
4022 (image-jpeg-p): New function.
4023 (image-type-from-data): Handle predicates in image-type-regexps.
4024
4025 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4026 #:, #x, #o, and similar constructs.
4027
4028 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4029
4030 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4031
4032 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4033 instead of `progn'.
4034
4035 * tar-mode.el (tar-extract): Avoid generating a new buffer
4036 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4037
4038 * textmodes/paragraphs.el (forward-sentence): Avoid building
4039 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4040
4041 * progmodes/executable.el (executable-set-magic):
4042 If executable-find returns a quoted file name, unquote it before
4043 inserting it.
4044
4045 * image.el (image-type-regexps): For JPEG files, use a regexp
4046 derived from the JFIF spec.
4047
4048 * image.el (image-type-regexps): Use `\`' instead of `^' in
4049 most regular expressions.
4050
4051 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4052
4053 * play/animate.el: Re-insert a reference to re-inserted function.
4054
4055 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4056
4057 * help.el (describe-function-1): Use find-function-search-for-symbol
4058 instead of find-function-noselect because the latter follows aliases.
4059
4060 * play/animate.el (animate-birthday-present): Re-insert.
4061
4062 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4063 Handle old-style menu definitions.
4064
4065 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4066
4067 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4068 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4069
4070 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4071 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4072 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4073
4074 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4075
4076 * textmodes/tildify.el: Milan Zamazal has new address.
4077
4078 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4079
4080 * custom.el (custom-set-variables): Don't test `custom-requests'
4081 properties, check the third element of the options passed to
4082 custom-set-variables instead.
4083
4084 * info.el (info-insert-file-contents): Use info-file-exists-p
4085 instead of file-exists-p.
4086
4087 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4088 the mode-line face is restored. Fix several bugs.
4089
4090 * replace.el (perform-replace): Doc fix.
4091
4092 2001-08-02 Francesco Potorti` <pot@gnu.org>
4093
4094 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4095 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4096 (uniquify-fix-item-base, uniquify-fix-item-filename)
4097 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4098 Callers changed.
4099 (uniquify-set-proposed): Changed to work with a vector item.
4100 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4101 the fix list, and a list of strings for the non-file buffer
4102 names. Both changes reduce consing.
4103 (uniquify-rationalize-a-list): Local variable renaming.
4104 (uniquify-rationalize-conflicting-sublist): Use member instead of
4105 assoc.
4106 (uniquify-rename-buffer): Use unless instead of if not.
4107
4108 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4109
4110 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4111
4112 * custom.el (custom-set-variables): Set options with :require
4113 clauses last.
4114
4115 * custom.el (defcustom): Doc fix.
4116
4117 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4118
4119 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4120
4121 * man.el (man): Mention Man-switches in the doc string.
4122 (Man-switches): Mention -a in the doc string.
4123
4124 * textmodes/ispell.el (ispell-alternate-dictionary):
4125 Add /usr/share/lib/dict/words, for Irix.
4126
4127 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4128 corresponding non-kp keys. Suggested by Stephen Gildea
4129 <gildea@stop.mail-abuse.org>.
4130
4131 2001-08-01 Francesco Potorti` <pot@gnu.org>
4132
4133 * uniquify.el: These changes correct a corner case that the old
4134 code managed correctly.
4135 (uniquify-fix-item-proposed): Renamed from
4136 uniquify-fix-item-min-proposed.
4137 (uniquify-set-proposed): New function.
4138 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4139 clarity and speed.
4140 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4141 This is equivalent to what the old code did.
4142 (uniquify-rationalize-a-list): Never recompute the proposed
4143 name. Sort the conflicting sublist before rationalising it: this
4144 is equivalent to what the old code did, but one directory element
4145 at a time, and only when necessary.
4146 (uniquify-rationalize-conflicting-sublist): Recompute here the
4147 proposed name.
4148
4149 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4150
4151 * play/animate.el: Add Keywords and Maintainer. Remove a
4152 reference to a removed function.
4153
4154 * play/animate.el (animate-string): Handle case that the string is
4155 longer than the window is wide.
4156
4157 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4158
4159 * desktop.el (desktop-save): Bind coding-system-for-write to
4160 `emacs-mule' for write-region.
4161
4162 * delsel.el (delete-selection-pre-hook): Don't set this-command
4163 to `ignore' if the region is empty.
4164
4165 * international/mule.el (set-keyboard-coding-system):
4166 Set keyboard-coding-system.
4167
4168 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4169 before accessing it.
4170
4171 2001-07-30 Andreas Schwab <schwab@suse.de>
4172
4173 * menu-bar.el (toggle-highlight-paren-mode):
4174 Use `(show-paren-mode)' as body.
4175
4176 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4177
4178 * vc.el (vc-checkout-hook): New hook.
4179 (vc-checkout): Run it.
4180
4181 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4182
4183 * progmodes/make-mode.el (makefile-macroassign-regex):
4184 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4185
4186 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4187
4188 * vc.el (vc-switch-backend): Fix autoload cookie.
4189
4190 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4191 the desktop file.
4192
4193 2001-07-30 Simon Josefsson <jas@extundo.com>
4194
4195 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4196 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4197
4198 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4199
4200 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4201 (last-sexp-toggle-display): Renamed from last-sexp-print.
4202 (last-sexp-toggle-display, eval-last-sexp-1):
4203 Use last-sexp-setup-props.
4204
4205 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4206 New user-options.
4207 (mouse-wheel-change-button): New function.
4208 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4209 (mwheel-scroll): Ditto.
4210
4211 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4212
4213 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4214 `...', compare with unabbreviated printed representation instead.
4215 (last-sexp-print): Bind print-length and print-level to nil.
4216
4217 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4218 before assigning text properties. Make properties rear-nonsticky.
4219
4220 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4221 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4222 <mouse-2> and <RET> in that map to a function printing the
4223 unabbreviated value.
4224
4225 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4226 is a buffer, put a text property `printed-value' on the printed
4227 representation, with the Lisp object printed as value.
4228
4229 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4230
4231 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4232 Mention the effect of eval-expression-print-length and
4233 eval-expression-print-level in the doc strings. Suggested by
4234 Kevin Gallagher <kevingal@onramp.net>.
4235
4236 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4237
4238 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4239 for buttons > 3.
4240 (xterm-mouse-translate): Handle the case that we don't get a
4241 down-event.
4242
4243 * emacs-lisp/find-func.el (find-function-regexp):
4244 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4245 in front of the function name.
4246
4247 * isearch.el (isearch-other-meta-char): Fix last change.
4248
4249 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4250 similar events for which fake prefix keys are generated. It's no
4251 longer necessary since read_key_sequence doesn't modify these
4252 events for internal purposes anymore.
4253
4254 * files.el (auto-mode-alist): Use nroff-mode for files ending
4255 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4256
4257 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4258
4259 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4260 tool-bar-lines parameter, behave as if its value were zero.
4261 (mouse-avoidance-set-pointer-shape): Don't do anything if
4262 x-pointer-shape is not boundp.
4263
4264 2001-07-23 Francesco Potorti` <pot@gnu.org>
4265
4266 * uniquify.el: Overall speedup changes when using many buffers.
4267 (uniquify-fix-item-base, uniquify-fix-item-filename)
4268 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4269 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4270 place in the item, but was never used.
4271 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4272 in the item is now used as cache for the proposed name.
4273 (uniquify-rationalize-file-buffer-names): Move computation made on
4274 newbuffile out of the loop, in the newbuffile-nd local var.
4275 Use dolist (cosmetic change). Compute the proposed name for the most
4276 common case and cache it in the fourth place in the item.
4277 (uniquify-rationalize-file-buffer-names): Used to return a a list
4278 of buffer whose name was changed, but that return value was never used.
4279 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4280 the cached proposed name, does much less consing and is quicker.
4281 (uniquify-filename-lessp): Deleted.
4282 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4283 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4284 cached proposed name is possible.
4285 (uniquify-get-proposed-name): Arguments changed, callers changed.
4286 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4287 uniquify-possibly-resolvable flag, which is no more bound locally.
4288 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4289 flag, which does not exist any more.
4290
4291 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4292
4293 * term/internal.el (IT-unicode-translations): Fix the appearance of
4294 "6`".
4295
4296 * progmodes/compile.el (compile-internal): If EMACS is already
4297 defined in the environment, don't override its value.
4298
4299 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4300
4301 * play/fortune.el: Undo change of 2001-07-13.
4302 Fix autoload cookies. Add types to defcustoms.
4303 (fortune) <defgroup>: Add :link.
4304 (fortune-from-region): Use eq, not eql.
4305 From Dave Love <fx@gnu.org>.
4306
4307 * play/animate.el (animate-birthday-present): Function removed.
4308
4309 * play/animate.el: New file.
4310
4311 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4312
4313 * startup.el (normal-top-level-add-subdirs-to-load-path):
4314 On Windows, put into normal-top-level-add-subdirs-inode-list the
4315 canonicalized names of the directories instead of inode numbers.
4316
4317 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4318
4319 * ediff-util.el: Copyright years.
4320 (ediff-choose-syntax-table): New function.
4321 (ediff-setup): Use ediff-choose-syntax-table.
4322 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4323 vc-state is available.
4324 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4325
4326 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4327 with-syntax-table.
4328 (ediff-coding-system-for-read): From ediff-diff.el
4329 (ediff-coding-system-for-write): New variable.
4330 (ediff-highest-priority): Fixed the bug having to do with disappearing
4331 overlays.
4332 (ediff-file-remote-p): Use file-remote-p, if available.
4333 (ediff-listable-file): New function.
4334 (ediff-file-attributes): Use ediff-listable-file.
4335
4336 * ediff-mult.el (ediff-meta-insert-file-info1):
4337 Use ediff-listable-file.
4338
4339 * ediff-ptch.el (ediff-prompt-for-patch-file):
4340 Use ediff-coding-system-for-read.
4341 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4342
4343 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4344 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4345
4346 * ediff.el: Date of last update, copyright years.
4347
4348 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4349
4350 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4351 of Scott Bronson.
4352 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4353 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4354 Deleted functions.
4355 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4356 ex-token-list.
4357 (viper-get-ex-address-subr): Convert registers to char data type.
4358
4359 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4360 (viper-memq-char): Use viper-int-to-char.
4361 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4362 vc-locking-state.
4363 (viper-read-key): Use viper-read-key-sequence.
4364
4365 * viper.el (viper-major-mode-modifier-list):
4366 Added inferior-emacs-lisp-mode.
4367 (this-major-mode-requires-vi-state): New function that uses simple
4368 heuristics to decide if vi state is appropriate.
4369 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4370 (viper-non-hook-settings): Don't advise read-key-sequence.
4371 (viper-read-key-sequence): New function that replaces the
4372 previously used advice to read-key-sequence.
4373
4374 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4375 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4376 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4377 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4378 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4379 Got rid of the negative character hack.
4380 (viper-escape-to-state,viper-replace-state-exit-cmd):
4381 Use viper-read-key-sequence.
4382 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4383 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4384 Don't override existing minibuffer-setup-hook.
4385 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4386 Convert registers to char data type.
4387 (viper-autoindent): Use viper-indent-line.
4388
4389 * viper-keym.el: Use viper-exec-key-in-emacs.
4390
4391 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4392
4393 * server.el (server-visit-files): Fix variable name typo.
4394
4395 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4396
4397 * simple.el (delete-trailing-whitespace): Save match data
4398 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4399
4400 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4401
4402 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4403 return a this-error using the alternative format (a pair of markers).
4404
4405 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4406
4407 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4408
4409 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4410 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4411
4412 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4413
4414 * international/iso-transl.el: Fix typo in the header of the file.
4415
4416 * textmodes/picture.el (picture): Doc fix.
4417
4418 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4419 follow coding conventions in generated files.
4420
4421 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4422
4423 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4424 (tool-bar-add-item): Don't call image-related primitives if the
4425 display doesn't support images.
4426
4427 * frame.el (display-images-p): New function.
4428
4429 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4430
4431 * server.el (server-visit-files): Handle the case the specified
4432 column number is <= 0.
4433
4434 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4435
4436 * startup.el (command-line-1): Add support for +LINE:COLUMN
4437 command line argument.
4438
4439 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4440
4441 * server.el (server-process-filter, server-visit-files):
4442 Add support for +LINE:COLUMN style emacsclient calls.
4443
4444 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4445
4446 * emacs-lisp/easy-mmode.el: Add Keywords header.
4447
4448 * play/pong.el: Author has new address.
4449
4450 * play/landmark.el: Author is no more reachable.
4451
4452 * play/handwrite.el: Author is no more reachable.
4453
4454 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4457 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4458 Complete bindings for F<1..12> keys.
4459 (global-map): Remove `undo' binding (already in the default).
4460 Replace `t<n>' bindings with `f<n>' bindings.
4461
4462 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4465 (tcl-mode): Use tcl-add-log-defun.
4466 (tcl-indent-line): Use tcl-calculate-indent.
4467 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4468 (tcl-indent-exp): Renamed from indent-tcl-exp.
4469 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4470 (tcl-indent-for-comment): Call comment-indent-function properly
4471 and handle the case where it returns nil.
4472
4473 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4474
4475 * calendar/cal-islam.el (calendar-goto-islamic-date):
4476 Remove autoload cookie.
4477
4478 * calendar/calendar.el (calendar-goto-islamic-date):
4479 Add call to autoload.
4480
4481 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4482
4483 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4484 Don't change compile-auto-highlight globally.
4485 Don't bother with `font-lock-defaults' property since XEmacs
4486 also understands the `font-lock-defaults' variable.
4487 Use make-local-variable rather than make-variable-buffer-local.
4488 Don't `defconst' comment-indent-function: keep the default.
4489 Call easy-menu-add unconditionally.
4490 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4491 (ada-create-menu): Use :included for Emacs as well.
4492
4493 * vc.el (vc-do-command): Autoload.
4494
4495 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4496
4497 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4498
4499 * ps-print.el: Fix Author: header.
4500
4501 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4502
4503 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4504 mouse-1 etc., bind them to `ignore'.
4505
4506 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4507 send-invisible, which is already defined in Comint.
4508 (eshell-watch-for-password-prompt): Use it.
4509
4510 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4511
4512 * which-func.el (which-func-mode): Doc fix.
4513
4514 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4515 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4516 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4517 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4518 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4519 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4520 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4521 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4522 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4523 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4524 * emulation/edt-mapper.el, emulation/edt-pc.el,
4525 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4526 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4527 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4528 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4529 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4530 * international/isearch-x.el, international/iso-cvt.el,
4531 * international/ogonek.el, international/quail.el,
4532 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4533 * language/devanagari.el, language/ethio-util.el,
4534 * language/ethiopic.el, language/european.el, language/indian.el,
4535 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4536 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4537 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4538 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4539 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4540 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4541 * progmodes/autoconf.el, progmodes/cmacexp.el,
4542 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4543 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4544 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4545 * progmodes/ebnf2ps.el, progmodes/executable.el,
4546 * progmodes/fortran.el, progmodes/idlw-shell.el,
4547 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4548 * progmodes/m4-mode.el, progmodes/mantemp.el,
4549 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4550 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4551 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4552 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4553 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4554 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4555 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4556 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4557 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4558 * textmodes/two-column.el, time-stamp.el, timezone.el,
4559 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4560 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4561 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4562 conventions.
4563
4564 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4565
4566 * simple.el (set-variable): Require 'cus-edit' instead of
4567 `wid-edit', so that the Custom widgets get defined.
4568
4569 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4570
4571 * allout.el: A fix to follow coding conventions.
4572
4573 * find-lisp.el: A fix to follow coding conventions.
4574
4575 * term/w32-win.el: A fix to follow coding conventions.
4576
4577 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4578
4579 * term/xterm.el: A fix to follow coding conventions.
4580
4581 * term/news.el: A fix to follow coding conventions.
4582
4583 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4584 header line fixed.
4585
4586 * sun-curs.el: Fix Maintainer: header line.
4587
4588 * emacs-lisp/easymenu.el: Address of the author added.
4589
4590 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4591
4592 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4593 property.
4594
4595 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4596
4597 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4598 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4599 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4600 Some fixes to follow coding conventions.
4601
4602 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4603
4604 * which-func.el (which-func-mode): Doc fix.
4605
4606 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4607
4608 * net/rcompile.el (remote-compile): Use make-local-variable.
4609
4610 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4611
4612 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4613
4614 * mail/reporter.el (reporter-submit-bug-report):
4615 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4616
4617 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4618
4619 * calendar/cal-china.el, calendar/cal-coptic.el,
4620 * calendar/cal-dst.el, calendar/cal-french.el,
4621 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4622 * calendar/cal-iso.el, calendar/cal-julian.el,
4623 * calendar/cal-mayan.el, calendar/cal-persia.el,
4624 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4625 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4626 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4627 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4628 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4629 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4630 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4631 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4632 * progmodes/ada-xref.el, progmodes/cc-align.el,
4633 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4634 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4635 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4636 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4637 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4638 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4639 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4640 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4641 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4642 * textmodes/reftex.el: Some fixes to follow coding
4643 conventions in Eshell files with known maintainers.
4644
4645 * emulation/viper.el: A fix to follow coding conventions.
4646
4647 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4648 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4649 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4650 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4651 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4652 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4653 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4654 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4655 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4656 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4657 conventions in Eshell files.
4658
4659 * composite.el, diff.el, emacs-lisp/levents.el,
4660 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4661 * emulation/pc-mode.el, emulation/viper-cmd.el,
4662 * emulation/viper-ex.el, emulation/viper-init.el,
4663 * emulation/viper-keym.el, emulation/viper-macs.el,
4664 * emulation/viper-mous.el, emulation/viper-util.el,
4665 * emulation/viper.el, forms-pass.el, international/ccl.el,
4666 * international/characters.el, international/encoded-kb.el,
4667 * international/fontset.el, international/ja-dic-cnv.el,
4668 * international/ja-dic-utl.el, international/kinsoku.el,
4669 * international/kkc.el, international/mule-cmds.el,
4670 * international/mule-diag.el, international/mule-util.el,
4671 * international/mule.el, international/titdic-cnv.el,
4672 * language/china-util.el, language/chinese.el,
4673 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4674 * language/greek.el, language/hebrew.el, language/japan-util.el,
4675 * language/japanese.el, language/korea-util.el, language/korean.el,
4676 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4677 * language/slovak.el, language/thai-util.el, language/thai.el,
4678 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4679 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4680 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4681 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4682 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4683 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4684 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4685 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4686 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4687 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4688 to follow coding conventions in files without maintainer or in files
4689 with clear maintainer (but without Maintainer header stating so).
4690
4691 * emacs-lisp/elp.el: A fix to follow coding conventions.
4692
4693 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4694 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4695 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4696 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4697 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4698 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4699 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4700 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4701 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4702 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4703 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4704 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4705 conventions in files from Gnus.
4706
4707 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4708 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4709 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4710 * echistory.el, electric.el, emacs-lisp/authors.el,
4711 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4712 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4713 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4714 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4715 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4716 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4717 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4718 * international/codepage.el, international/iso-ascii.el,
4719 * international/iso-insert.el, international/iso-transl.el,
4720 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4721 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4722 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4723 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4724 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4725 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4726 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4727 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4728 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4729 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4730 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4731 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4732 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4733 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4734 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4735 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4736 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4737 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4738 * textmodes/tex-mode.el, textmodes/text-mode.el,
4739 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4740 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4741 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4742 files maintained by FSF.
4743
4744 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4745
4746 * arc-mode.el: A fix to follow coding conventions.
4747
4748 * bindings.el: Ditto.
4749
4750 * cdl.el: Ditto.
4751
4752 * comint.el: Ditto.
4753
4754 * cus-start.el: Ditto.
4755
4756 * shell.el: Ditto.
4757
4758 * skeleton.el: Ditto.
4759
4760 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4761
4762 * info.el (Info-build-node-completions):
4763 Make Info-current-file-completions buffer local.
4764
4765 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4766
4767 * which-func.el (which-func-mode, which-func-ff-hook)
4768 (which-function-mode): Remove references to which-func-mode-global.
4769
4770 * calendar/cal-islam.el (calendar-goto-islamic-date):
4771 Add autoload cookie.
4772
4773 * play/fortune.el: Add types to defcustoms.
4774
4775 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4776
4777 * language/czech.el: A fix to follow coding conventions.
4778
4779 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4780
4781 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4782 to the extension list, for antlr-mode. From Christoph Wedler
4783 <Christoph.Wedler@sap.com>.
4784
4785 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4786
4787 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4788 (vc-dired-mode-map): Fix the madness.
4789
4790 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4791 (vc-prefix-map): Moved back from vc.el.
4792
4793 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4794
4795 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4796 Increase the size of the obarray.
4797 (mail-extr-all-top-level-domains): Add more toplevel domains,
4798 add more long names.
4799 From: Per Starback <starback@ling.uu.se>.
4800
4801 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4802
4803 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4804 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4805
4806 * progmodes/ada-mode.el: Ditto.
4807
4808 * progmodes/ada-xref.el: Ditto.
4809
4810 2001-07-11 Miles Bader <miles@gnu.org>
4811
4812 * finder.el (finder-insert-at-column): Also move to the next line
4813 if exactly at COLUMN.
4814
4815 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4816
4817 * help.el (describe-function-1): When printing FUNCTION's
4818 documentation, don't assume FUNCTION is a symbol.
4819
4820 * startup.el (normal-top-level): Don't operate on the initial
4821 frame if we failed to create one.
4822
4823 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4824
4825 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4826 itself, i.e. only indent the contents in it.
4827
4828 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4829
4830 * mail/rmail.el (rmail-show-message): Show beginning of message in
4831 all windows containing it.
4832
4833 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4834
4835 * term/tty-colors.el: Fix the header line and copyright years.
4836
4837 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4838
4839 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4840 original definition has an interactive form, but is Elp
4841 instrumented, use the interactive form of the function called by
4842 elp-wrapper.
4843
4844 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4845 configurations with compare-window-configuration; they aren't
4846 window configurations.
4847
4848 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4849 from the server for the format we expect. Don't use it if it
4850 doesn't look like what the Internet draft for FTP extensions specifies.
4851
4852 * toolbar/*.pbm: Cleaned up.
4853 From Luis Fernandes <elf@ee.ryerson.ca>.
4854
4855 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4856
4857 * cc-cmds.el: Extended the kludge to interoperate with the
4858 delsel and pending-del packages wrt to the new function
4859 `c-electric-delete-forward'.
4860
4861 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4862
4863 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4864 to delay the call to <mode> for global minor modes.
4865 (easy-mmode-define-navigation): Only recenter if interactive.
4866
4867 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4868
4869 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4870 to lisp-indent-line.
4871
4872 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4873 from the server. Call encode-time only when we are sure that we
4874 got a 213 response.
4875
4876 2001-07-06 Simon Josefsson <jas@extundo.com>
4877
4878 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4879 (mail-envelope-from): New user option.
4880 (sendmail-send-it): Use it.
4881
4882 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4883
4884 * ps-print.el: Use locale dependant date to print date in header.
4885 Doc fix.
4886 (ps-print-version): New version number (6.5.3).
4887 (ps-right-header, ps-right-footer): Initialization and doc fix.
4888 (ps-time-stamp-locale-default): New fun.
4889
4890 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4891
4892 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4893 field problem with MIME-mode.
4894
4895 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4896
4897 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4898
4899 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4900 MIME-mode.
4901
4902 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4903
4904 * bindings.el (mode-line-mule-info): Don't show the tip with
4905 buffer-file-coding-system if that is nil.
4906
4907 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4908
4909 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4910 instead of kill-line.
4911
4912 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4913 <Pavel@Janik.cz>.
4914
4915 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4916 <Pavel@Janik.cz>.
4917
4918 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4919
4920 * font-lock.el (c-font-lock-keywords-3): When matching something
4921 like `struct X Y', finish with point after Y.
4922
4923 2001-07-04 Simon Josefsson <jas@extundo.com>
4924
4925 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4926 in caller buffer.
4927
4928 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4929
4930 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4931 instead of string-match to find the basename of the file.
4932 From Pascal Obry <p.obry@wanadoo.fr>.
4933
4934 * net/browse-url.el (browse-url-default-windows-browser):
4935 Support the MS-DOS port when it runs on Windows.
4936 (browse-url-browser-function) [ms-dos]: Default to
4937 browse-url-default-windows-browser.
4938
4939 * help.el (locate-library): Enable code that looks for compressed
4940 libraries if auto-compression-mode is on.
4941
4942 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4943
4944 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4945
4946 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4947
4948 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4949
4950 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4951
4952 * allout.el: Fix the header line, so that finder.el recognizes it.
4953 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4954
4955 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4956 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4957
4958 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4959
4960 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4961
4962 * ps-bdf.el (bdf-directory-list): Use the value relative to
4963 installation-directory for MS-Windows as well.
4964
4965 2001-06-29 Richard M. Stallman <rms@gnu.org>
4966
4967 * wid-edit.el (widget-color-sample-face-get):
4968 Return ((foreground-color . COLOR)) instead of constructing a face.
4969
4970 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4971
4972 * faces.el (region): Change the background color for the
4973 light-background color display to lightgoldenrod2, to make it
4974 visible on some laptops.
4975
4976 2001-06-28 Richard M. Stallman <rms@gnu.org>
4977
4978 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4979 (rmail-msg-restore-non-pruned-header): Likewise.
4980 If point was in the old pruned header, put it at the top.
4981 (rmail-msg-prune-header): If point was at the top, keep it there.
4982
4983 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4984 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4985
4986 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4987
4988 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4989
4990 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4991
4992 * saveplace.el: Update maintainer email address.
4993
4994 2001-06-27 Francesco Potorti` <pot@gnu.org>
4995
4996 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4997 Undo previous change.
4998
4999 2001-06-27 Francesco Potorti` <pot@gnu.org>
5000
5001 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
5002 preliminary quick reordering. Can speed things up dramatically.
5003
5004 2001-06-26 Richard M. Stallman <rms@gnu.org>
5005
5006 * dired.el (dired-get-filename): A file name starting with ~
5007 is not absolute in this context.
5008
5009 * which-func.el (which-func-maxout): Increase default to 500000.
5010 (which-function-mode): This is now the "real" name of the function.
5011 (which-func-mode): Now an alias.
5012 (which-func-mode-global): Name deleted.
5013
5014 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
5015 button-2, when binding hs-mouse-toggle-hiding.
5016
5017 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5018
5019 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5020 (rmail-msg-prune-header): Likewise.
5021 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5022 and `rmail-msg-prune-header'.
5023
5024 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5025
5026 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5027 back than LINEBEG.
5028
5029 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5030
5031 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5032 window where they clicked the mouse has a header line, adjust
5033 vertical movement by one.
5034
5035 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5036
5037 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5038 too when separating a parenthesis.
5039
5040 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5041
5042 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5043 (bookmark-bmenu-hide-filenames): Add help-echo to
5044 mouse-highlighted text.
5045 (bookmark-bmenu-show-filenames): Remove help-echo property from
5046 the whitespace.
5047
5048 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5049
5050 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5051 From Karl Eichwalder <ke@suse.de>.
5052
5053 2001-06-23 Richard M. Stallman <rms@gnu.org>
5054
5055 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5056
5057 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5058 contents for completing-read.
5059
5060 2001-06-22 Richard M. Stallman <rms@gnu.org>
5061
5062 * menu-bar.el (menu-bar-make-toggle): Construct the
5063 function's doc string from HELP, not DOC, and make it accurate by
5064 adding "Toggle whether to " at the front and downcasing the initial.
5065 Change the HELP arg in some calls to make it fit this usage.
5066
5067 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5068 Undo previous change.
5069
5070 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5071
5072 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5073
5074 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5075
5076 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5077
5078 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5079
5080 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5081
5082 2001-06-20 Richard M. Stallman <rms@gnu.org>
5083
5084 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5085 broken out from dabbrev--find-expansion. Handle minibuffer
5086 specially here.
5087 (dabbrev--find-expansion): Simplify code in various ways.
5088 Don't treat minibuffers specially.
5089 Call dabbrev--make-friend-buffer-list.
5090 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5091 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5092
5093 2001-06-19 John Wiegley <johnw@gnu.org>
5094
5095 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5096 Also, added a comment describing how to greatly speedup Eshell
5097 loadup time, by concatenating together all of Eshell's .elc files.
5098
5099 2001-06-19 John Wiegley <johnw@gnu.org>
5100
5101 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5102
5103 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5104
5105 * woman.el (WoMan-highlight-references): Add help-echo to
5106 mouse-highlighted text.
5107
5108 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5109
5110 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5111
5112 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5113
5114 * international/quail.el (quail-start-conversion):
5115 Reset quail-translating to nil.
5116
5117 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5118 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5119
5120 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5121
5122 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5123 mouse-highlighted text.
5124
5125 * dired.el (dired-mark-pop-up): Fix last change.
5126
5127 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5128
5129 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5130 mouse-highlighted text.
5131
5132 * net/quickurl.el (quickurl-url-file): Run through
5133 convert-standard-filename.
5134 (quickurl-list-populate-buffer): Add help-echo to
5135 mouse-highlighted text.
5136 (top-level): Update Dave's URL.
5137
5138 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5139 mouse-highlighted text.
5140
5141 * textmodes/page-ext.el (pages-copy-header-and-position):
5142 Add help-echo to mouse-highlighted text.
5143
5144 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5145 mouse-highlighted text.
5146
5147 * replace.el (occur): Add help-echo to mouse-highlighted text.
5148
5149 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5150 mouse-highlighted text.
5151
5152 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5153 mouse-highlighted text.
5154
5155 * progmodes/compile.el (compile-reinitialize-errors):
5156 Add help-echo to mouse-highlighted messages.
5157 (compilation-forget-errors): Remove help-echo property as well.
5158
5159 * play/landmark.el (lm-plot-square, lm-init-display):
5160 Add help-echo to mouse-highlighted text.
5161
5162 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5163 Add help-echo to mouse-highlighted text.
5164
5165 * dired.el (dired-insert-set-properties): Add help-echo to
5166 mouse-highlighted text.
5167 (dired-mark-pop-up): Remove help-echo property from the file name.
5168
5169 * comint.el (comint-send-input): Add help-echo to
5170 mouse-highlighted text.
5171
5172 * buff-menu.el (list-buffers-noselect): Add help-echo to
5173 mouse-highlighted text.
5174
5175 * arc-mode.el (archive-summarize-files): Add help-echo to
5176 mouse-highlighted text.
5177
5178 * ffap.el (ffap-machine-p): Always return nil if
5179 open-network-stream is not fboundp.
5180
5181 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5182
5183 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5184 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5185 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5186 incorrectly binding chars between 128 and 256 to it.
5187 (sgml-maybe-name-self): Handle latin-1 chars properly.
5188 (sgml-tags-invisible): Bind buffer-file-name to nil.
5189 Use unwind-protect and restore-buffer-modified-p.
5190 (sgml-point-entered): Use buffer-substring-no-properties.
5191 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5192 (html-mode): Don't force `imenu-sort-function'.
5193
5194 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5195
5196 * tar-mode.el: Fix the copyright notice.
5197
5198 * font-lock.el (font-lock-comment-face): For tty's with dark
5199 background, use "red1", since "lightred" is not one of the colors
5200 recognized by tty-colors.el.
5201
5202 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5203 create a buffer for extracted file, in case there's more than one
5204 file by that name in an archive, possibly in different
5205 directories. From Kevin Rodgers <kevinr@ihs.com>.
5206
5207 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5208 <alex@gnu.org>.
5209
5210 2001-06-15 Miles Bader <miles@gnu.org>
5211
5212 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5213 Revert previous change.
5214
5215 2001-06-14 Richard M. Stallman <rms@gnu.org>
5216
5217 * replace.el (keep-lines-read-args): Return just a regexp.
5218 Provide nil for the region args.
5219 (keep-lines, flush-lines, how-many):
5220 Calculate the defaults for the region here, when args are nil.
5221
5222 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5223
5224 * rot13.el (rot13-other-window): Some more doc fix.
5225
5226 2001-06-14 Per Starback <starback@ling.uu.se>
5227
5228 * replace.el (case-replace, query-replace-from-history-variable)
5229 (query-replace-to-history-variable, keep-lines-read-args)
5230 (occur-revert-function, query-replace-help): Dox fix.
5231
5232 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5233
5234 * rot13.el (rot13-other-window): Doc fix.
5235
5236 2001-06-14 Miles Bader <miles@gnu.org>
5237
5238 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5239 of " and \ to "." (punctuation).
5240 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5241
5242 2001-06-13 Richard M. Stallman <rms@gnu.org>
5243
5244 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5245
5246 * simple.el (shell-command-on-region): Never kill the
5247 *Shell Command Output* buffer.
5248
5249 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5250
5251 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5252
5253 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5254
5255 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5256 New var, to recognize ${ $' and PODs.
5257 (perl-font-lock-syntactic-face-function): New function.
5258 (perl-mode): Use them.
5259 (perl-continuation-line-p): New function, from perl-calculate-indent.
5260 (perl-calculate-indent): Use it, to properly handle continuation
5261 lines of continuation lines.
5262
5263 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5264
5265 * server.el (server-process, server-buffer-clients): Doc fix.
5266 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5267
5268 2001-06-09 John Wiegley <johnw@gnu.org>
5269
5270 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5271 test if the last command was Lisp or not.
5272 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5273 B x C".
5274
5275 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5276
5277 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5278 general one on compile.el supports drive letters.
5279
5280 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5281
5282 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5283 key description.
5284
5285 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5286
5287 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5288 (reftex-toc-jump): New command.
5289
5290 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5291 to parse international characters as well.
5292
5293 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5294 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5295
5296 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5297
5298 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5299 TAB to the key separators.
5300
5301 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5302
5303 * international/mule.el (auto-coding-alist): Remove redundant
5304 up-cased versions of the extensions (auto-coding-alist-lookup is
5305 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5306 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5307
5308 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5309
5310 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5311
5312 2001-06-01 Richard M. Stallman <rms@gnu.org>
5313
5314 * help.el (describe-variable): Put value on same line
5315 with preceding text, if it is short enough to look good that way.
5316
5317 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5318
5319 * term/internal.el (IT-unicode-translations): New variable.
5320 (IT-setup-unicode-display): New function.
5321
5322 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5323
5324 * ps-print.el: Handle before-string and after-string overlay properties
5325 in ps-print-*-with-faces commands. Doc fix.
5326 (ps-print-version): New version number (6.5.2).
5327 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5328 for XEmacs.
5329 (ps-prefix-quote): Doc fix.
5330 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5331 (ps-basic-plot-str, ps-plot-string): New funs.
5332
5333 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5334
5335 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5336 and :type spec.
5337
5338 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5339
5340 * international/mule-cmds.el (inactivate-input-method):
5341 Set input-method-function to nil.
5342
5343 * xml.el (xml-parse-tag): The document may contain invalid characters.
5344 From ShengHuo ZHU <zsh@cs.rochester.edu>
5345
5346 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5347
5348 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5349 `rmail-summary-line-decoder' if the message does not have
5350 a Subject: field.
5351
5352 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5353
5354 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5355 New variable.
5356 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5357 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5358 is non-nil.
5359
5360 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5361
5362 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5363
5364 2001-05-29 Sam Steingold <sds@gnu.org>
5365
5366 * faces.el (face-valid-attribute-values): Bind `valid' directly
5367 instead of using `setq'.
5368
5369 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5370 Use `tex-shell-buf'.
5371 (tex-shell-proc): Use `tex-shell-running'.
5372 (tex-shell-buf-no-error): New function.
5373 (tex-send-tex-command): Use it.
5374 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5375 (tex-kill-job): Check the process before calling `quit-process'.
5376
5377 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5378
5379 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5380 UTF-8 sequences.
5381
5382 2001-05-28 Miles Bader <miles@gnu.org>
5383
5384 * comint.el (comint-carriage-motion): Renamed from
5385 `comint-cr-magic'. Operate on the buffer instead of the string
5386 (for use as a comint post-output filter, instead of as a
5387 pre-output filter). Handle backspaces too. Add to the
5388 `comint-output-filter-functions' hook instead of
5389 `comint-preoutput-filter-functions'.
5390
5391 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5392
5393 * language/japan-util.el (japanese-hankaku): Prefer the charset
5394 `jisx0201' when the optional argument `ascii-only' is not specified.
5395 (japanese-hankaku-region): Ditto.
5396 From Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5399
5400 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5401 (outline-invisible-p): New function.
5402 (hide-leaves): Save excursion.
5403 (hide-other): Stop looping when reaching bobp.
5404
5405 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5406
5407 * cus-edit.el (custom-file): Fix last change.
5408
5409 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5410
5411 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5412 same definition in byte-compile-function-environment as `autoload'
5413 would put in `symbol-function'.
5414
5415 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5416 patch to correct the error message as well.
5417
5418 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5419
5420 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5421 unless ~/.emacs exists.
5422
5423 * novice.el (enable-command): If user-init-file is nil or does not
5424 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5425
5426 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5427
5428 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5429 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5430 Allow spaces around macro arguments.
5431 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5432 indent-for-tab-command.
5433 (latex-mode-map, plain-tex-mode-map): New keymaps.
5434 Inherit from tex-mode-map.
5435 (tex-common-initialization): Don't setup the keymap any more
5436 since it's now done right by define-derived-mode.
5437 (latex-mode): Set skeleton-end-hook to nil.
5438 (latex-skeleton-end-hook): Remove.
5439 (tex-latex-block, latex-insert-item): Simplify.
5440 (latex-syntax-after): Use following-char rather than char-after.
5441 (tex-discount-args-cmds, tex-count-words): New functions.
5442
5443 * textmodes/tildify.el (tildify-ignored-environments-alist):
5444 Recognize \verb* as well.
5445
5446 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5447 (perl-comment-indent): Simplify to let newcomment.el do its job.
5448 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5449 (perl-mark-function): Cleanup the namespace.
5450 (perl-calculate-indent): Don't be fooled by nested functions.
5451
5452 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5453
5454 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5455 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5456
5457 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5458
5459 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5460 actually be `\\'.
5461 (ctlau-b5-converter): Likewise.
5462
5463 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5464
5465 * international/titdic-cnv.el (quail-misc-package-ext-info):
5466 Change CTLauB.el to CTLau-b5.el.
5467
5468 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5469
5470 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5471 rather than beginning-of-line to avoid problems with fields.
5472 (gud-perldb-massage-args): Use unless and push.
5473 (gud-chdir-before-run): New var.
5474 (gud-common-init): Use it.
5475
5476 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5477
5478 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5479 delete entries for chinese-ctlau and chinese-ctlaub.
5480 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5481 chinese-ctlaub.
5482 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5483 New functions.
5484
5485 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5486
5487 * cus-edit.el (custom-comment-show): Remove debug code.
5488
5489 * language/japan-util.el (japanese-symbol-table): Fix handling of
5490 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5491
5492 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5493
5494 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5495 Renamed by removing the silly `-flag' suffix.
5496 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5497
5498 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5499
5500 * replace.el (keep-lines-read-args): Use `copy-marker'.
5501 (how-many): Save excursion properly.
5502 (occur-mode): Use define-derived-mode.
5503 (perform-replace): Use with-current-buffer.
5504
5505 2001-05-20 Richard M. Stallman <rms@gnu.org>
5506
5507 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5508
5509 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5510
5511 * info.el (Info-read-subfile): Widen before finding the
5512 desired node in the subfile.
5513
5514 * startup.el (command-line-1): When >2 files visited,
5515 leave the last one visible, and make that the selected window.
5516
5517 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5518
5519 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5520
5521 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5522
5523 * international/ccl.el (define-ccl-program): Fix a typo.
5524 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5525
5526 * international/mule.el (decode-char): Fix a typo. From Pavel
5527 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5528
5529 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5530 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5531
5532 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5533 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5534
5535 2001-05-18 Sam Steingold <sds@gnu.org>
5536
5537 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5538 and [RET] to `cvs-mode-find-file'.
5539
5540 2001-05-18 John Wiegley <johnw@gnu.org>
5541
5542 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5543 configuration variable, which determines the initial character
5544 that forces use of an external version of a command. The default
5545 is *, but may be set to \, for example.
5546
5547 * eshell/esh-ext.el (eshell-explicit-command):
5548 Use `eshell-explicit-command-char' instead of ?*.
5549
5550 * eshell/esh-cmd.el (eshell/which):
5551 Use `eshell-explicit-command-char' instead of ?*.
5552
5553 * eshell/em-cmpl.el (eshell-completion-command-name)
5554 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5555 instead of ?*.
5556
5557 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5558
5559 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5560 subst-char-in-string.
5561 (ange-ftp-after-parse-ls-hook): New variable.
5562 (ange-ftp-ls): Run that hook.
5563 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5564
5565 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5566 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5567 text into *Completions*.
5568
5569 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5570 part of which look like email addresses.
5571
5572 2001-05-18 Andrew Innes <andrewi@gnu.org>
5573
5574 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5575 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5576 cmd.exe's handling of FOR loops.
5577 (autoloads): Set find-file-suppress-same-file-warnings to t to
5578 avoid slew of spurious messages.
5579
5580 2001-05-18 Simon Josefsson <simon@josefsson.org>
5581
5582 * mail/smtpmail.el (maybe-append-domain): Renamed to
5583 `smtpmail-maybe-append-domain'.
5584 (smtpmail-via-smtp): Use the new name.
5585
5586 * net/browse-url.el (browse-url-browser-function): Add kde.
5587 (browse-url-kde-program, browse-url-kde-args): New variables.
5588 (browse-url-kde): New function.
5589
5590 2001-05-18 Miles Bader <miles@gnu.org>
5591
5592 * simple.el (delete-horizontal-space, just-one-space):
5593 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5594 because it's more efficient for large files.
5595
5596 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5597
5598 * mail/rmail.el (rmail-require-mime-maybe): New function.
5599 (rmail): Use it.
5600 (rmail-mode): Handle the case of finding Rmail files.
5601
5602 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5603 functions.
5604
5605 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5606
5607 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5608 text-property after moving to the beginning of line and regardless
5609 of the value of font-lock-multiline.
5610
5611 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5612
5613 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5614
5615 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5616 last coding system used before calling set-buffer-modified-p
5617 because that function changes last-coding-system.
5618
5619 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5620
5621 * files.el (switch-to-buffer-other-window)
5622 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5623 the doc string.
5624
5625 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5626
5627 * language/slovak.el, language/czech.el: New maintainer.
5628
5629 2001-05-16 Sam Steingold <sds@gnu.org>
5630
5631 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5632 sub-form of `defgeneric' correctly.
5633
5634 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5635
5636 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5637 of `c'.
5638
5639 * textmodes/outline.el (outline-font-lock-level): Remove the
5640 condition-case, test what outline-level returns instead, to
5641 ease debugging.
5642
5643 * international/mule.el (auto-coding-regexp-alist): New user-option.
5644 (auto-coding-from-file-contents): New function.
5645 (set-auto-coding): Use it to determine a coding system.
5646
5647 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5648
5649 * mouse.el (mouse-delete-other-windows): Doc fix.
5650
5651 * emacs-lisp/lisp-mode.el (lisp-mode):
5652 Make font-lock-keywords-case-fold-search a buffer-local variable with
5653 make-local-variable before setting it.
5654
5655 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5656
5657 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5658 prefixes.
5659
5660 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5661
5662 * hexl.el (hexl-current-address): Print a message when called
5663 interactively.
5664
5665 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5666
5667 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5668
5669 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5670
5671 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5672
5673 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5674
5675 * startup.el (command-line): If parameters have been changed in
5676 the init files which influence font selection, clear the face
5677 cache so that faces get realized with the new parameters.
5678
5679 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5680
5681 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5682
5683 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5684
5685 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5686
5687 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5688 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5689
5690 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5691
5692 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5693 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5694
5695 2001-05-09 John Wiegley <johnw@gnu.org>
5696
5697 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5698 Annotated the documentation string to tell users about
5699 `eshell-no-numeric-conversions'.
5700
5701 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5702 conversions if a Lisp function has the property
5703 `eshell-no-numeric-conversions' set to a non-nil value.
5704
5705 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5706 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5707 property `eshell-no-numeric-conversions' on the following
5708 functions (which all deal with filesystem entities, and never Lisp
5709 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5710 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5711 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5712 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5713 eshell/which, eshell/addpath.
5714
5715 2001-05-09 John Wiegley <johnw@gnu.org>
5716
5717 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5718 encountered as an argument, don't convert it right away, but tag
5719 the first character of the string with the text properties
5720 `number', which signifies to `eshell-lisp-command' that the
5721 argument should be passed through `string-to-number' if it is
5722 actually used in the call to a Lisp function.
5723
5724 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5725 function, convert any string arguments that have been tagged as
5726 "numbers", by calling string-to-number.
5727
5728 * eshell/esh-util.el (eshell-number-regexp): Now that number
5729 conversions only happen for Lisp function calls, the number regexp
5730 should now match all integer and floating point forms.
5731
5732 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5733 `eshell-continue-process', since they are both nonfunctional at
5734 the moment.
5735 (eshell-proc-initialize): Don't bind keys for
5736 `eshell-stop-process' or `eshell-continue-process'.
5737
5738 * eshell/em-unix.el (eshell-shuffle-files):
5739 Apply `directory-file-name' before calling `file-name-directory'.
5740
5741 * eshell/em-hist.el (eshell-add-to-history): Reference to
5742 `eshell-history-ring' needed to be `eshell-history-index'.
5743
5744 * calendar/timeclock.el (timeclock-find-discrep):
5745 Initialize `elapsed' to 0.
5746 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5747 it's still nil.
5748
5749 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5750
5751 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5752 (archive-mode): Use capitalize.
5753 (archive-unique-fname): Use make-temp-file.
5754
5755 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5756
5757 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5758
5759 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5760
5761 * tar-mode.el (tar-extract): Pay attention to the value of
5762 coding-system-for-read, if it is non-nil.
5763
5764 * calendar/holidays.el (holidays): Add an autoload cookie.
5765 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5766
5767 2001-05-08 John Wiegley <johnw@gnu.org>
5768
5769 * calendar/timeclock.el (timeclock-workday-remaining):
5770 Changed logic for determining how much time is remaining.
5771 (timeclock-workday-elapsed): Don't accept a "relative" argument
5772 for the current day's elapsed time. What could that have meant?
5773 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5774 (timeclock-when-to-leave): Changed logic, similarly to what was
5775 done for `timeclock-workday-remaining'.
5776 (timeclock-find-discrep): Removed "today-only" argument, which had
5777 no meaning. Fixed some more math problems. The function now
5778 returns a three member list: (TOTAL-TIME-DISCREPANCY
5779 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5780
5781 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5782
5783 * w32-fns.el (convert-standard-filename): Start replacing slashes
5784 from the beginning of the file name, not from where the last
5785 invalid character was. From "Andrew Maguire (SWW)"
5786 <Andrew.Maguire@Smallworld.co.uk>
5787
5788 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5789
5790 The following changes are to provide infrastructure for handling
5791 MIME messages to rmail. They don't affect the original behaviour
5792 if rmail-enable-mime is nil.
5793
5794 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5795 (rmail-search-mime-message-function)
5796 (rmail-search-mime-header-function): New variables.
5797 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5798 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5799 `rmail-view-buffer' is hidden.
5800 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5801 call rmai-show-mime-function.
5802 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5803 mode-line-process of rmail-view-buffer.
5804 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5805 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5806 buffer.
5807 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5808 set-buffer to the Rmail buffer.
5809 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5810 rmail-search-mime-header-function.
5811 (rmail-search-message): New function.
5812 (rmail-search): Call rmail-search-message to check if a message
5813 matches REGEXP, lastly update point after calling
5814 rmail-show-message.
5815 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5816 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5817 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5818 header region, refer to rmail-msgref-vector while setting the
5819 current buffer to rmail-buffer temporarily.
5820 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5821 If rmail-enable-mime is non-nil, call
5822 rmail-insert-mime-forwarded-message-function instead of inserting
5823 forwarded message by itself.
5824
5825 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5826 Rmail buffer.
5827 (rmail-set-label, rmail-next-labeled-message): Likewise.
5828
5829 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5830 set-buffer to the Rmail buffer.
5831 (rmail-output-to-rmail-file): Likewise.
5832 (rmail-output): Likewise.
5833
5834 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5835 of mail-fetch-field by rmail-summary-line-decoder.
5836 (rmail-new-summary): Be sure to go to the Rmail buffer.
5837 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5838 rmail-view-buffer to nil.
5839 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5840 rmail-view-buffer.
5841 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5842 rmail-buffer.
5843 (rmail-summary-scroll-msg-down): Likewise.
5844 (rmail-summary-beginning-of-message): Likewise.
5845 (rmail-summary-wipe): Likewise.
5846 (rmail-summary-toggle-header): Use save-window-excursion, not
5847 save-excursion. Update point in rmail-view-buffer, not in
5848 rmail-buffer.
5849 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5850 rmail-view-buffer, not rmail-buffer.
5851
5852 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5853
5854 * cus-edit.el (custom-file): Signal an error if user-init-file is
5855 nil (running -q).
5856
5857 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5858
5859 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5860 Add :version.
5861
5862 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5863 New option.
5864 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5865 only if smtpmail-warn-about-unknown-extensions is set.
5866
5867 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5868 instead of rmail-sort-by-keywords.
5869
5870 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5871 rmail-sort-by-keywords.
5872
5873 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5874 rmail-summary-sort-by-keywords. Doc fix.
5875 (rmail-summary-mode): Doc fix.
5876
5877 * mail/rmail.el (rmail-edit): New Custom group.
5878
5879 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5880 (rmail-edit-mode-hook): New user-option.
5881
5882 2001-05-05 Richard M. Stallman <rms@gnu.org>
5883
5884 * help.el (help-xref-symbol-regexp): Recognize "source of"
5885 and friends, meaning make a link to the source file.
5886 (help-make-xrefs): Handle "source of" and friends
5887 by constructing a link that visits the source file.
5888
5889 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5890
5891 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5892
5893 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5894 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5895 Renamed from perl-font-lock-keywords to avoid clashes.
5896 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5897 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5898 Updated correspondingly.
5899
5900 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5901 Typo `nonexistant' -> `nonexistent'.
5902
5903 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5904
5905 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5906 Split `c-electric-delete' into two functions where
5907 `c-electric-delete-forward' always deletes forward and
5908 `c-electric-delete' only contains the code necessary for XEmacs to
5909 choose between backward and forward deletion.
5910
5911 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5912 get the electric behavior on that key too.
5913 (c-fill-paragraph): Fixed bogus direct use of
5914 c-comment-prefix-regexp, which caused an error when it's a list.
5915
5916 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5917
5918 * dired-aux.el (dired-diff): Doc fix.
5919
5920 * dired.el (dired-diff): Likewise.
5921
5922 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5923
5924 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5925
5926 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5927
5928 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5929 if both the buffer and the file are read-only.
5930
5931 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5932 rather than font-lock-string-face.
5933 (sh-get-indent-info): Treat heredocs like strings.
5934
5935 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5936
5937 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5938 a newline following `}'.
5939 (texinfo-format-email): New function.
5940 (toplevel): Use texinfo-format-email for @email.
5941 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5942 Add `display'.
5943 (texinfo-sort-region): Goto point-min before sorting.
5944 (texinfo-set): Remove leading white space from value.
5945 From yagi@is.titech.ac.jp.
5946
5947 * replace.el (query-replace-regexp-eval): Doc fix.
5948
5949 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5950
5951 * diff-mode.el (diff-nonexistant-face): New face.
5952 (diff-font-lock-keywords): Use it.
5953
5954 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5955
5956 * font-lock.el (font-lock-mode): Doc fix.
5957
5958 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5959 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5960
5961 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5962
5963 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5964 backslash at the start of the here-document delimiter.
5965 (sh-font-lock-syntactic-keywords): Likewise.
5966
5967 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5968
5969 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5970
5971 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5972 (tty-color-translate, tty-color-by-index, tty-color-values)
5973 (tty-color-desc): Doc fix.
5974
5975 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * dired-aux.el (dired-do-create-files, dired-do-copy)
5978 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5979 Mention dired-dwim-target in the doc string.
5980
5981 2001-04-28 Miles Bader <miles@gnu.org>
5982
5983 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5984 (dabbrev--find-expansion): Use it.
5985 (dabbrev--select-buffers): Don't select ignored buffers.
5986
5987 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5988
5989 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5990
5991 2001-04-26 Richard M. Stallman <rms@gnu.org>
5992
5993 * dabbrev.el: Add doc strings for some functions.
5994 (dabbrev--eliminate-newlines): New variable.
5995 (dabbrev--substitute-expansion): Convert newlines to spaces
5996 if dabbrev--eliminate-newlines is set.
5997 If abbrev and expansion are both all-lower-case,
5998 leave dabbrev--last-case-pattern nil.
5999
6000 2001-04-26 Gerd Moellmann <gerd@gnu.org>
6001
6002 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
6003 if necessary, like in rmail-show-message.
6004
6005 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6006
6007 * ps-print.el: Color specified by number is forced to be float number.
6008 (ps-print-version): New version number (6.5.1.1).
6009 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
6010 initialization.
6011 (ps-prefix-quote): New internal var.
6012 (ps-print-quote): New fun.
6013 (ps-setup, ps-output-frame-properties, ps-float-format)
6014 (ps-format-color): Code fix.
6015 (ps-plot-region): Eliminate redundant foreground color text setting.
6016
6017 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6018
6019 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6020
6021 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6022
6023 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6024
6025 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6026
6027 * info.el (Info-additional-directory-list): Doc fix.
6028
6029 * find-lisp.el (find-lisp-find-dired-filter)
6030 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6031 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6032
6033 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6034
6035 * progmodes/make-mode.el (makefile-font-lock-keywords):
6036 Rationalize the rules for includes and conditionals and use the
6037 keyword face for them.
6038
6039 * faces.el (modify-face): Add compatibility for non-interactive use.
6040
6041 2001-04-24 John Wiegley <johnw@gnu.org>
6042
6043 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6044 fix from last night, since it wasn't finding eshell/cd.
6045
6046 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6047
6048 * rect.el (string-rectangle): Revert to 20.x behaviour.
6049 (replace-rectangle): Make it an alias for string-rectangle.
6050 (string-insert-rectangle): New function.
6051
6052 2001-04-23 John Wiegley <johnw@gnu.org>
6053
6054 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6055 occurring with Emacs 21's diff.el/compile.el interaction layer.
6056
6057 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6058
6059 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6060 case where the function was defined in a file, but not part of an
6061 eshell module.
6062
6063 2001-04-23 John Wiegley <johnw@gnu.org>
6064
6065 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6066 code to work around a redisplay problem I've been having.
6067
6068 2001-04-23 John Wiegley <johnw@gnu.org>
6069
6070 * calendar/timeclock.el (timeclock-day-required): If the time
6071 required for a particular day is not set, use `timeclock-workday'.
6072 (timeclock-find-discrep): Added some sample code in a comment.
6073
6074 * eshell/eshell.el (eshell-command): Made a few changes so that
6075 `eshell-command' could be called programmatically.
6076
6077 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6078
6079 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6080
6081 2001-04-23 John Wiegley <johnw@gnu.org>
6082
6083 * calendar/timeclock.el: Updated copyright.
6084 (timeclock-generate-report): Don't report the daily or two-week
6085 total, if no time has been worked in that period.
6086 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6087 final computational form, which was unnecessary; corrected a
6088 parsing problem when timeclock-relative was nil.
6089
6090 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6091
6092 * calendar/timeclock.el (timeclock-modeline-display): Check if
6093 `list-entry' is null.
6094 (timeclock-use-display-time): The first argument to `set-variable'
6095 must be a symbol.
6096
6097 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * calendar/calendar.el (diary-entry-marker)
6100 (calendar-today-marker, calendar-holiday-marker):
6101 Use display-color-p instead of window-system.
6102 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6103 instead of window-system.
6104 (calendar-hide-window): Use display-multi-frame-p instead of
6105 window-system.
6106
6107 * calendar/cal-x.el (calendar-two-frame-setup)
6108 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6109 Use display-multi-frame-p instead of window-system.
6110
6111 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6112
6113 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6114
6115 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6116 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6117
6118 2001-04-23 Alex Schroeder <alex@gnu.org>
6119
6120 * goto-addr.el: Instead of defining line-beginning-position and
6121 line-end-position a defalias is used for point-at-bol and point-at-eol.
6122
6123 2001-04-23 Alex Schroeder <alex@gnu.org>
6124
6125 * goto-addr.el: Added XEmacs compatibility code.
6126 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6127
6128 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6129
6130 * textmodes/paragraphs.el (sentence-end): Doc fix.
6131
6132 2001-04-20 Alex Schroeder <alex@gnu.org>
6133
6134 * sql.el (sql-escape-newlines-and-send): New function.
6135 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6136
6137 2001-04-20 Alex Schroeder <alex@gnu.org>
6138
6139 * sql.el (sql-db2-program): New option.
6140 (sql-db2-options): New option.
6141 (sql-db2): New function.
6142
6143 2001-04-20 Alex Schroeder <alex@gnu.org>
6144
6145 * sql.el (sql-mode-menu): Added highlighting entries.
6146 (sql-highlight-oracle-keywords): New function.
6147 (sql-highlight-postgres-keywords): New function.
6148 (sql-highlight-ansi-keywords): New function.
6149
6150 2001-04-20 Alex Schroeder <alex@gnu.org>
6151
6152 * sql.el (sql-help): Doc change.
6153
6154 2001-04-19 Karl Fogel <kfogel@collab.net>
6155
6156 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6157 that inserted file content only to delete it immediately.
6158 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6159 <lektu@uol.com.br> for the patch.
6160
6161 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6162
6163 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6164
6165 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6166
6167 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6168 for defmethod.
6169
6170 * comint.el (comint-cr-magic): New function.
6171 (toplevel): Add it to comint-preoutput-filter-functions.
6172
6173 2001-04-18 Andrew Innes <andrewi@gnu.org>
6174
6175 * makefile.w32-in (EMACSLOADPATH): Define.
6176 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6177 (recompile): Remove stuff to set EMACSLOADPATH.
6178
6179 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6180
6181 * language/slovak.el ("Slovak"): Add tutorial entry.
6182
6183 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6184 browse-url-new-window-p.
6185
6186 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6187
6188 * info.el (Info-menu-update): When there are no menus and/or no
6189 cross references in the node, make the respective items of the
6190 Info menu-bar menu inactive.
6191
6192 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6193
6194 * indent.el (indent-for-tab-command): Call indent-line-function
6195 with no argument if PREFIX-ARG is non-nil.
6196
6197 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6198
6199 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6200
6201 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6202 an async subprocess if start-process is unavailable. Suggested by
6203 Tim Van Holder <tim.van.holder@pandora.be>.
6204
6205 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6206
6207 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6208 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6209
6210 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6211
6212 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6213 manual.
6214
6215 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6216
6217 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6218 (cvs-menu): Add a few entries.
6219
6220 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6221 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6222 lock file appears to be reachable from Emacs.
6223 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6224 (cvs-mode-find-file): Look for cvs-header-face rather than
6225 cvs-dirname-face (which doesn't exist).
6226 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6227
6228 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6229
6230 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6231
6232 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6233 normal-erase-is-backspace on a tty. Instead, bind some keys such
6234 as [delete] directly, like pc-select.el did before
6235 normal-erase-is-backspace was invented.
6236
6237 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6238
6239 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6240
6241 2001-04-11 John Wiegley <johnw@gnu.org>
6242
6243 * eshell/em-ls.el (eshell-ls-insert-directory):
6244 Set font-lock-defaults to nil, to prevent fontification in dired
6245 buffers, if Eshell's ls is being used.
6246
6247 2001-04-11 John Wiegley <johnw@gnu.org>
6248
6249 * calendar/timeclock.el (timeclock-completing-read): New function.
6250 (timeclock-ask-for-project, timeclock-ask-for-reason):
6251 Call `timeclock-completing-read'.
6252
6253 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6254 required where `member' was being used.
6255
6256 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6257
6258 * eshell/em-hist.el (eshell-previous-matching-input):
6259 Don't display "History item" if the the minibuffer is active.
6260
6261 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6262
6263 * startup.el (command-line): Output a newline after printing
6264 an error from loading the window system's init file.
6265
6266 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6267
6268 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6269 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6270 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6271 keywords whose arguments routinely include @@.
6272
6273 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6274
6275 * emacs-lisp/advice.el (ad-make-advised-definition):
6276 Construct advice for subrs differently.
6277
6278 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6279 regexp in parentheses when building the regexp for searching backwards.
6280
6281 * simple.el (completion-list-mode-finish): New function.
6282 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6283
6284 * language/european.el ("Polish"): Change sample text.
6285 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6286
6287 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6288 parameter.
6289
6290 * faces.el (menu): Doc fix.
6291
6292 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6293
6294 * ps-print.el: Footer implementation. Doc fix.
6295 (ps-print-version): New version number (6.5.1).
6296 (ps-header-frame-alist): New customization var for header frame
6297 properties.
6298 (ps-line-number-color): New customization var for line number color.
6299 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6300 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6301 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6302 (ps-right-footer): New customization vars for footers.
6303 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6304 footers.
6305 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6306 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6307 Code fix.
6308 (ps-prologue-file): Indentation fix.
6309 (ps-print-quote): Fun eliminated.
6310 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6311 (ps-output-frame-properties): New fun.
6312 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6313 (ps-skip-newline): Replace defun by defsubst.
6314
6315 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6316
6317 * eshell/eshell.el (eshell-command): Needed a "%s" format
6318 specifier, in case the buffer contains percent characters.
6319
6320 2001-04-10 John Wiegley <johnw@gnu.org>
6321
6322 * calendar/timeclock.el (timeclock-generate-report): Added a
6323 missing insert of the project name.
6324
6325 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6326
6327 * obsolete/profile.el: Moved from emacs-lisp/.
6328
6329 * Makefile.in (nonobsolete_setwins): New macro.
6330 (finder-data): Use it instead of `setwins'.
6331 From: Dave Love <fx@gnu.org>.
6332
6333 * server.el (server-visit-files): Set server-existing-buffer correctly.
6334 (server-visit-files): Run server-visit-hook after going to
6335 line 1 so that the hook can set point as it sees fit.
6336
6337 * bindings.el (mode-line-modified): Unify help messages.
6338
6339 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6340
6341 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6342 All callers changed.
6343
6344 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6345
6346 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6347 long file names aren't supported, truncate the file names in
6348 quail-misc-package-ext-info to 8+3 before matching them against
6349 FILENAME.
6350
6351 * dos-fns.el (dos-truncate-to-8+3): New function.
6352
6353 * progmodes/compile.el (grep-compute-defaults): Use null-device
6354 instead of literal /dev/null. Reported by Jens Schmidt
6355 <schmidt@mathematik.uni-kl.de>.
6356
6357 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6358
6359 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6360
6361 * textmodes/sgml-mode.el: Add unknown maintainer.
6362 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6363 (html-mode-map): Use set-keymap-parent.
6364
6365 2001-04-06 Dave Love <fx@gnu.org>
6366
6367 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6368 Remove redundant string-to-list.
6369
6370 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6371
6372 * composite.el (reference-point-alist): Doc fix.
6373
6374 2001-04-05 Sam Steingold <sds@gnu.org>
6375
6376 * font-lock.el (font-lock-keywords-case-fold-search):
6377 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6378 file made font-lock case-insensitive.
6379
6380 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6381
6382 * faces.el (defface menu): Doc fix.
6383
6384 * wid-edit.el (widget-color-sample-face-get): Don't make
6385 faces for undefined colors.
6386
6387 * version.el (emacs-version): Include LessTif/Motif version info.
6388
6389 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6390
6391 * ps-mule.el: Eliminate cl package dependence.
6392 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6393 if they aren't defined yet.
6394 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6395 Eliminate cl package dependence.
6396
6397 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6398
6399 * progmodes/cc-cmds.el (c-outline-level):
6400 Bind buffer-invisibility-spec. Originally from Dave Love, but
6401 got lost when incorporating version 5.26.
6402
6403 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6404
6405 * emulation/pc-select.el (pc-selection-mode):
6406 Call normal-erase-is-backspace-mode instead of binding
6407 keys individually.
6408
6409 * cus-load.el (normal-erase-is-backspace): Use it instead of
6410 delete-key-deletes-forward.
6411
6412 * startup.el (command-line): Use normal-erase-is-backspace and
6413 normal-erase-is-backspace-mode.
6414
6415 * simple.el (normal-erase-is-backspace): Rename from
6416 delete-key-deletes-forward. Doc fix.
6417 (normal-erase-is-backspace-mode): Rename from
6418 delete-key-deletes-forward-mode. Doc fix.
6419 Run normal-erase-is-backspace-hook.
6420
6421 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6422 ``human-readable'' format produced by GNU `ls'.
6423 (dired-move-to-filename-regexp): Recognize ISO format dates.
6424 From Paul Eggert <eggert@twinsun.com>.
6425
6426 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6427
6428 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6429 New functions.
6430 (lm-verify): Check keywords.
6431 From Eric M. Ludlam <eric@siege-engine.com>.
6432
6433 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6434
6435 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6436 `xemacs' feature instead of for the function `set-extent-property'.
6437
6438 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6439
6440 * mail/mh-utils.el (mh-folder-hist): New var.
6441 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6442
6443 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6444
6445 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6446 region, position point on the first or last 16-byte group.
6447 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6448 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6449 hexl-beginning-of-line.
6450
6451 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6452
6453 * icomplete.el (icomplete-mode): Treat an argument like other
6454 modes do.
6455
6456 * startup.el (fancy-splash-head): Use splash8.xpm for color
6457 depth 8.
6458
6459 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6460 Add an antry for ``converts''.
6461
6462 * language/slovak.el ("Slovak"): Add documentation string.
6463 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6464
6465 * language/czech.el ("Czech"): Add documentation string.
6466 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6467
6468 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6469 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6470
6471 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6472
6473 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6474 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6475 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6476 Use `defsubst' rather than a macro to ease debugging.
6477 (mail-extr-last): Remove (use `last' instead).
6478 (mail-extract-address-components): Properly reset the syntax-table
6479 after parsing an address. Use `last' rather than mail-extr-last.
6480 Make sure the end marker stays at the very end.
6481
6482 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6483
6484 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6485 last change.
6486
6487 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6488
6489 * ps-print.el: Line and paragraph spacing feature. Region to cut
6490 out when printing. Doc fix.
6491 (ps-print-version): New version number (6.5).
6492 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6493 New vars. Line and paragraph spacing feature.
6494 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6495 out when printing.
6496 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6497 (ps-get-font-size, ps-begin-job, ps-continue-line)
6498 (ps-plot-region): Code fix.
6499 (ps-print-prologue-2): Var eliminated.
6500 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6501 New internal vars.
6502 (ps-get-size): New fun.
6503 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6504 (ps-next-line): Replace defun by defsubst.
6505 (ps-mule-plot-string): Autoload doc fix.
6506
6507 * ps-bdf.el: XEmacs compatibility. Doc fix.
6508 (installation-directory, coding-system-for-read): Declare vars if
6509 it's not declared yet.
6510 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6511
6512 * ps-mule.el: XEmacs compatibility. Doc fix.
6513 (leading-code-private-22): Declare var if it's not declared yet.
6514 (charset-bytes, charset-dimension, charset-id, charset-width)
6515 (find-charset-region, split-char, char-width, chars-in-region)
6516 (forward-point, decompose-composite-char, encode-coding-string)
6517 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6518 Define funs if not defined yet.
6519 (encode-composition-rule, find-composition): Define funs if not
6520 loaded yet.
6521 (ps-mule-prologue): PostScript code fix.
6522
6523 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6524
6525 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6526 non-nil, generate font for the header strings.
6527 (ps-mule-prepare-font): Likewise.
6528 (ps-mule-generate-glyphs): Likewise.
6529 (ps-mule-string-encoding): Likewise.
6530 (ps-mule-header-charsets): New variable.
6531 (ps-mule-encode-header-string): New function.
6532 (ps-mule-header-string-charsets): New function.
6533 (ps-mule-begin-job): Check charsets in the header strings. If there
6534 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6535
6536 * ps-print.el (ps-generate-header-line): Encode the header string by
6537 ps-mule-encode-header-string.
6538 (ps-mule-encode-header-string): Declare autoload.
6539
6540 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6541
6542 * frame.el (cursor-in-non-selected-windows):
6543 Replaces show-cursor-in-non-selected-windows.
6544
6545 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6546
6547 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6548 Delete entries for "chinese-py" and "chinese-ziranma".
6549 (quail-misc-package-ext-info): New variable.
6550 (tsang-quick-converter): New function.
6551 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6552 (quick-cns-converter, py-converter, ziranma-converter)
6553 (miscdic-convert, batch-miscdic-convert): New functions.
6554
6555 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6556
6557 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6558 eight-bit-control chars.
6559
6560 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6561 Reduce making temporary vector (suggested by Dave Love).
6562
6563 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6564
6565 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6566 string as well.
6567
6568 2001-03-30 Andreas Schwab <schwab@suse.de>
6569
6570 * files.el (backup-directory-alist): Fix typo.
6571
6572 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6573
6574 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6575 <eggert@twinsun.com>.
6576
6577 2001-03-30 Dave Love <fx@gnu.org>
6578
6579 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6580
6581 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6582
6583 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6584
6585 2001-03-30 Miles Bader <miles@gnu.org>
6586
6587 * subr.el (interactive-form): Fix paren typo.
6588
6589 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6590
6591 * emacs-lisp/profile.el: Say that it's obsolete in the header
6592 line, so that finder.el puts that into its data-base.
6593 Suggested by Alex Schroeder <alex@gnu.org>.
6594
6595 2001-03-29 Paul Eggert <eggert@twinsun.com>
6596
6597 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6598 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6599
6600 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6601
6602 * generic.el (generic-mode-set-comments): Use "" rather than nil
6603 for comment-end.
6604
6605 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6606
6607 * emacs-lisp/advice.el (ad-make-advised-definition):
6608 Call interactive-form to obtain the interactive spec of subrs.
6609
6610 * subr.el (interactive-form): New function.
6611
6612 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6613
6614 * vc-sccs.el (vc-sccs-register): Use relative file names.
6615
6616 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6617
6618 * bookmark.el (bookmark-get-bookmark): Handle case that
6619 BOOKMARK is not a string.
6620
6621 * image.el (image-type-regexps): Change type for PS files
6622 to `postscript'.
6623
6624 * subr.el (read-passwd): Clear command history after each
6625 character entered. From: Stephen Gildea
6626 <gildea@stop.mail-abuse.org>.
6627
6628 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6629
6630 * international/kkc.el (kkc-save-init-file): Locally bind
6631 print-length to nil.
6632
6633 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6634
6635 * textmodes/flyspell.el: Some doc fixes.
6636 (flyspell-maybe-correct-transposition)
6637 (flyspell-maybe-correct-doubling): Use a temporary buffer
6638
6639 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6640
6641 * emacs-lisp/byte-opt.el (byte-optimize-while)
6642 (byte-optimize-form-code-walker): Diagnose too few arguments
6643 for `if' and `while'.
6644
6645 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6646
6647 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6648 Prepend `\' to "\<quail-translation-docstring>".
6649
6650 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6651
6652 * autorevert.el (global-auto-revert-non-file-buffers):
6653 Remove duplicate defcustom.
6654
6655 2001-03-26 Miles Bader <miles@gnu.org>
6656
6657 * international/latin1-disp.el (latin1-char-displayable-p):
6658 Add leading "-" for X font pattern.
6659
6660 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6661
6662 * international/mule-diag.el (describe-coding-system):
6663 For raw-text and emacs-mule, don't add anymore text about what
6664 charsets they can encode.
6665
6666 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6667
6668 * help.el (view-lossage): Mention open-dribble-file in the doc
6669 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6670
6671 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6672
6673 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6674 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6675
6676 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6677
6678 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6679 Call ccl-execute-on-string directly so that CCL program handling
6680 multibyte sequence can work correctly.
6681 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6682 property of the coding system.
6683
6684 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6685
6686 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6687 Fix transcription typo.
6688
6689 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6690
6691 * whitespace.el: Add buffer local variables to toggle testing of
6692 whitespaces in buffers without affecting the default values.
6693 Bump version to 3.0 to account for a few other changes.
6694 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6695 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6696 (whitespace-toggle-spacetab-check): New functions.
6697
6698 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6699
6700 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6701
6702 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6703
6704 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6705 bs-cycle-configuration-name. From Juanma Barranquero
6706 <lektu@uol.com.br>.
6707
6708 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6709 and cc-vars.el.
6710
6711 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6712 headers. Always invoke sendmail with option -t.
6713
6714 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6715
6716 * Release of cc-mode 5.28.
6717
6718 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6719
6720 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6721 Removed the hardcoded switch to "java" style in Java mode.
6722 It's instead taken care of by the default value for c-default-style.
6723
6724 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6725
6726 * cc-align.el (c-lineup-math): Fix bug where lineup was
6727 triggered by equal signs in string literals.
6728
6729 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6730
6731 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6732 limit detection when at the ends of the buffer.
6733
6734 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6735 "for" statement clause in case 7F; a better one is done
6736 earlier in case 7D anyway.
6737
6738 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6739
6740 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6741 somewhat more and did a small optimization.
6742
6743 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6744
6745 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6746 Use the limit argument only to limit the syntactic context
6747 search, not to limit the actual movement.
6748
6749 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6750 inside multiline strings, just like in comments. Also various
6751 fixes to the paragraph and comment prefix recognition, block
6752 comment ender handling etc.
6753
6754 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6755
6756 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6757 the relative position of the point.
6758
6759 * cc-cmds.el (c-electric-continued-statement): New function to
6760 use as abbrev hook to reindent for keywords such as "else"
6761 that continues an earlier statement.
6762
6763 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6764 like classes.
6765
6766 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6767 (pike-mode): Populate the default abbrev tables to reindent for
6768 keywords such as "else" that can continue earlier statements.
6769 Abbrev mode is therefore turned on by default now. (Note that
6770 this doesn't apply to idl-mode, since IDL afaik doesn't have
6771 statements at all.)
6772
6773 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6774
6775 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6776 bracelists where the declaration contains template arguments.
6777
6778 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6779
6780 * cc-cmds.el (c-comment-indent):
6781 Use `c-get-syntactic-indentation' to correctly calculate the
6782 syntactic indentation. Fixes bug with lineup functions that
6783 return vectors.
6784
6785 * cc-engine.el (c-get-syntactic-indentation): Split the
6786 indentation sum calculation from `c-indent-line' to a separate
6787 function.
6788
6789 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6790
6791 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6792 Fixed places where it was assumed that preprocessor directives
6793 have to start in column zero.
6794
6795 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6796 template arguments after a class identifier properly.
6797
6798 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6799 lists for `new Foo[]' constructs in Java as expressions and
6800 not top level definition brace lists on the top level, so that
6801 they'll get indented consistently with the same type of
6802 expression in a normal block.
6803
6804 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6805
6806 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6807 whether the adaptive filling package fails to keep the comment
6808 prefix is now kludged further to check for filladapt-mode
6809 which doesn't have that problem. This is really icky, but it's
6810 the only way that works with the current misfeatures/bugs in
6811 both adaptive-fill-mode and filladapt-mode.
6812
6813 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6814 around point is recognized more robust.
6815
6816 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6817
6818 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6819 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6820 (c-lit-type): Fixed all internal variables used dynamically so
6821 that they are always bound.
6822
6823 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6824 errors:
6825
6826 (c-indent-region): Fixed reporting of syntactic errors so that
6827 the region is fully reindented even when an error occurs.
6828 The last syntactic error is printed afterwards. Also cleanup up a
6829 whole lot of code that tried to optimize indentation of whole
6830 sexps but in reality accomplishes nothing.
6831
6832 (c-indent-sexp): Use c-indent-region.
6833
6834 (c-parsing-error): Changed this variable to hold the message
6835 for any syntactic error that is discovered.
6836
6837 (c-parse-state): Search backward from point instead of the bod
6838 position when the latter is invalid. This makes CC Mode
6839 recover faster when there are unbalanced close braces.
6840
6841 (c-backward-to-start-of-if): Use c-parsing-error to report
6842 dangling "else" clauses instead of throwing an error, and fall
6843 back to a reasonable position.
6844
6845 (c-indent-line): Added argument to avoid reporting syntactic errors.
6846
6847 (c-show-syntactic-information): Don't report any syntactic errors.
6848
6849 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6850
6851 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6852 paragraph recognition when moving by sentence in literals.
6853
6854 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6855 start regexp for javadoc to recognize javadoc markup in general instead
6856 of a specific set of keywords, to be more future-safe.
6857
6858 (c-Pike-pikedoc-paragraph-start)
6859 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6860 pikedoc markup.
6861
6862 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6863
6864 (pike-mode): Initialize paragraph settings pikedoc recognition.
6865
6866 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6867
6868 (c-comment-prefix-regexp): Made it possible to use an
6869 association list on this to specify mode specific regexps.
6870 The default value now use a special regexp in Pike mode to
6871 recognize pikedoc markup.
6872
6873 (c-current-comment-prefix): New variable containing the actual
6874 regexp from c-comment-prefix-regexp for the current buffer.
6875
6876 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6877
6878 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6879 lists: We can't look at the syntax, since a brace list can get
6880 recognized as a plain statement-cont.
6881
6882 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6883 special brace list opener broken over two lines got recognized
6884 as a statement on the second line. Case 9A changed.
6885
6886 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6887
6888 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6889 adjustment after line is reindented.
6890
6891 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6892
6893 * cc-defs.el (c-point): Added optional argument for position
6894 to use instead of the current point.
6895
6896 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6897 the in-expression block symbols when the construct starts at
6898 boi, to avoid the extra level of indentation in that case.
6899 Cases 4, 16A and 17E affected.
6900
6901 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6902
6903 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6904 calls to `c-indent-line', to adhere better to Emacs conventions.
6905
6906 * cc-engine.el (c-indent-line): Use the syntax already bound
6907 to `c-syntactic-context', if there is any.
6908
6909 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6910
6911 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6912 wasn't added up correctly when a lineup function returned nil.
6913
6914 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6915
6916 * cc-engine.el (c-collect-line-comments): Fixed bug where
6917 empty lines were ignored when collecting line comments backwards.
6918
6919 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6920
6921 * cc-align.el (c-lineup-dont-change): Return an absolute
6922 indentation column to work correctly in the case when several
6923 syntactic elements are processed for the same line.
6924
6925 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6926 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6927 (c-set-offset): Added absolute indentation column settings by
6928 using the vector type.
6929
6930 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6931
6932 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6933 Implemented two new cleanups `space-before-funcall' and
6934 `compact-empty-funcall'.
6935
6936 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6937
6938 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6939 helping building regexps.
6940
6941 * cc-engine.el (c-on-identifier): New function for detecting
6942 identifiers. It takes keywords into account.
6943
6944 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6945 lists. `c-keywords' is set to a regexp matching all keywords
6946 in the current language.
6947
6948 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6949
6950 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6951 list of characters to skip backwards over at the beginning of
6952 a statement, since it can precede string literals in Pike.
6953
6954 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6955
6956 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6957 recognition when standing on the last line in a C++ comment
6958 with nothing but whitespace after the prefix.
6959
6960 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6961 given no limit argument.
6962
6963 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6964
6965 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6966 recognition for the `[]= operator symbol in Pike.
6967
6968 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6969
6970 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6971 around a bug in `eval-when-compile' in the byte compiler.
6972
6973 * cc-engine.el (c-forward-token-1): Fixed bug with return
6974 value when count is zero and there's no token start within the limit.
6975
6976 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6977 "prefix comments", i.e. comments which are followed by code on
6978 the same line.
6979
6980 * cc-mode-19.el: Fixes so that checks that must be done at
6981 compile time also are done then.
6982
6983 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6984
6985 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6986 time and at runtime, and only when it's needed.
6987
6988 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6989
6990 Major cleanup for less error prone and more warning free
6991 compilation, including some fixes for bugs due to different
6992 compilation orders. Thanks to Martin Buchholz for providing
6993 the basis for all this.
6994
6995 * cc-bytecomp.el: New file that provides some byte compilation
6996 features: It ensures that files always are loaded from the
6997 current source directory during compilation, and it provides a
6998 set of macros to turn off specific compiler warnings for
6999 specific symbols. (It's not CC Mode specific in any way.)
7000
7001 Fixed a nearly acyclic dependency tree (both runtime and
7002 compile-time) between all files.
7003
7004 * cc-defs.el: Separated all macros before the inline functions,
7005 to ensure correct compilation.
7006
7007 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
7008 cc-defs.el to cc-engine.el and made it a function instead.
7009
7010 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
7011 about char-after.
7012
7013 * cc-vars.el: Cope even when there isn't a custom package
7014 containing defcustom available.
7015
7016 * cc-make.el: Removed since it's no longer necessary.
7017
7018 README: Updated installation instructions.
7019
7020 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7021
7022 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7023 improve the modularity: Moved all mode init stuff from
7024 cc-langs.el to cc-mode.el, including the keymap
7025 initialization; cc-langs now only contains the various
7026 variables for configuring the language syntax.
7027
7028 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7029 (c-get-offset): Moved from cc-styles to cc-engine since file
7030 dependency analysis suggests they belong there (which also
7031 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7032
7033 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7034
7035 * cc-cmds.el (c-fn-region-is-active-p): New function that
7036 wraps the corresponding macro, for use in places that aren't
7037 compiled. Thanks to Martin Buchholz for pointing out this.
7038
7039 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7040
7041 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7042 add things to the bug report.
7043
7044 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7045
7046 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7047 returned prefix could contain a newline when the search for a
7048 good prefix line failed.
7049
7050 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7051
7052 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7053 (c-toggle-auto-hungry-state): Made the argument optional, as
7054 the documentation says it is.
7055
7056 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7057
7058 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7059 multiline string syntax, #"...", as a cpp macro.
7060
7061 2001-03-21 Paul Eggert <eggert@twinsun.com>
7062
7063 * international/mule-cmds.el (set-locale-environment):
7064 Set system-messages-locale and system-time-locale, but only if the
7065 caller specifies a non-nil locale name.
7066
7067 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7068
7069 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7070 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7071
7072 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7073
7074 * follow.el (follow-avoid-tail-recenter): Doc fix.
7075
7076 * custom.el (custom-set-variables): Avoid reversing the list
7077 of args needlessly.
7078
7079 * startup.el (fancy-splash-head): Don't change the colors of the
7080 XPM image on a dark background.
7081
7082 * comint.el (comint-exec-1): Set columns of the terminal to
7083 window-width instead of frame-width.
7084
7085 * info.el (Info-scroll-down): Add missing WINDOW arg for
7086 pos-visible-in-window-p.
7087
7088 * ehelp.el (electric-help-mode-hook): Add defcustom.
7089
7090 * mail/sendmail.el (mail-mode): Activate case-folding in
7091 font-lock-defaults.
7092
7093 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7094
7095 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7096 (completion-ignored-extensions): Remove duplicate ".class".
7097
7098 2001-03-19 Andreas Schwab <schwab@suse.de>
7099
7100 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7101 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7102
7103 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7104
7105 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7106 methods since there are not prefix input methods.
7107
7108 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7109
7110 * international/mule-cmds.el (read-input-method-name):
7111 Locally bind enable-recursive-minibuffers to t.
7112
7113 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7114
7115 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7116
7117 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7118
7119 * ediff-util.el: Copyright years.
7120 (ediff-choose-syntax-table): New function.
7121 (ediff-setup): Use ediff-choose-syntax-table.
7122
7123 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7124 with-syntax-table.
7125
7126 * ediff.el: Date of last update, copyright years.
7127
7128 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7129
7130 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7131 of Scott Bronson.
7132 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7133 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7134 Deleted functions.
7135 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7136 ex-token-list.
7137
7138 * viper-util.el: Spaces, indentation.
7139
7140 * viper.el: Changed version, modification time.
7141
7142 2001-03-16 John Wiegley <johnw@gnu.org>
7143
7144 * calendar/timeclock.el (timeclock-workday-remaining):
7145 Check whether `discrep' is non-null before using it.
7146
7147 2001-03-16 John Wiegley <johnw@gnu.org>
7148
7149 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7150 first-time checkins.
7151 (timeclock-log-data): Fixed problem with reading timelog log file.
7152 Resulting data in the "day list" was incorrect.
7153 (timeclock-find-discrep): Check if `timeclock-file' is readable
7154 before opening it.
7155 (timeclock-time-less-p): New function.
7156 (timeclock-day-base): New function.
7157 (timeclock-geometric-mean): New function.
7158 (timeclock-generate-report): Generate a summary report based on
7159 the contents of the log file. This uses `timeclock-log-data', and
7160 is an example of writing a timelog manipulation function.
7161 (timeclock-visit-timelog): A quick command for opening the timelog
7162 file.
7163 (timeclock-log-data): Bound the variable event.
7164
7165 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7166
7167 * international/mule-cmds.el (select-safe-coding-system):
7168 Fix typo: symbol-name -> symbol-value.
7169
7170 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7171 before substitute-in-file-name to handle double slashes in FILE
7172 correctly.
7173
7174 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7175
7176 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7177 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7178
7179 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7180
7181 * bindings.el (features): Add `md5' and `overlay' to the list.
7182
7183 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7184 bound before using it. It's not bound when configured without X,
7185 for instance.
7186
7187 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7188
7189 * progmodes/hideshow.el: Update copyright.
7190 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7191 (hs-minor-mode-hook): Include `:version' in defcustom form.
7192
7193 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7194
7195 * help.el (string-key-binding): Don't call event-start on
7196 a non-list.
7197
7198 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7199
7200 * startup.el (fancy-splash-tail, command-line-1): Fix the
7201 copyright year.
7202
7203 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7204
7205 * term.el: These changes are based on a patch sent from Yong Lu
7206 <lyongu@yahoo.com>.
7207 (term-set-escape-char): Bind M-x to execute-extended-command in
7208 term-raw-escape-map.
7209 (term-move-columns): Don't try to move to negagive column.
7210 (term-emulate-terminal): Insert a string before deleting a text to
7211 overwrite.
7212
7213 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7214
7215 * play/life.el (life): Rearrange code so that all calls to
7216 life-display-generation are in a catch-form.
7217
7218 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7219 file that isn't interesting. In an interesting file, push the old
7220 value of point on the mark ring.
7221
7222 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7223 New function.
7224 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7225 Use it.
7226
7227 * emacs-lisp/autoload.el (generate-file-autoloads):
7228 Remove warning about line lengths.
7229
7230 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7231
7232 * progmodes/etags.el (tags-compression-info-list): New variable.
7233 (find-tag-in-order): Use it to deal with compressed source files.
7234 (tag-file-name-match-p): New function.
7235 (etags-recognize-tags-table): Use it for better match of file names.
7236
7237 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7238
7239 * international/mule-cmds.el (register-input-method): Doc fix.
7240
7241 * international/quail.el (quail-translate-key): Fix condition to
7242 check if there's another breaking point in the current key.
7243
7244 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7245
7246 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7247 Babyl header to the newly-created output file, bind
7248 coding-system-for-write to either rmail-file-coding-system or
7249 emacs-mule-unix.
7250
7251 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7252
7253 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7254 Fix the name and regexp used for subsubsections.
7255
7256 2001-03-10 Dave Love <fx@gnu.org>
7257
7258 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7259 and save-buffer if buffer-file-name non-nil. From rms.
7260
7261 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7262
7263 * vc.el (vc-do-command): If the destination buffer is already
7264 current, don't set it up and don't erase it. Updated doc string
7265 to reflect that.
7266 (vc-version-diff): When doing a single file diff, don't switch to the
7267 *vc-diff* buffer before the command. This is to preserve local
7268 variable bindings that might affect the diff command.
7269 (vc-print-log): Don't switch to the *vc* buffer before the
7270 command, so that local variable bindings are preserved.
7271
7272 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7273 not the current buffer.
7274 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7275
7276 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7277 make output go to buffer *vc*, not the current buffer.
7278
7279 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7280
7281 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7282 so ^, $, *, ? and + are interpreted correctly.
7283
7284 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7285
7286 * help.el (string-key-binding): Renamed from
7287 mode-line-key-binding. Handle any event on a string.
7288 Check for `keymap' properties as well as `local-map' properties.
7289
7290 * comint.el (comint-insert-clicked-input): Use the last key
7291 from this-command-keys to lookup the global key definition.
7292
7293 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7294
7295 * international/characters.el: Add category `j' for
7296 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7297
7298 * international/mule-conf.el (no-conversion): Fix docstring.
7299 (raw-text): Fix docstring.
7300
7301 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7302
7303 * simple.el (choose-completion-string): When not leaving the
7304 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7305 is set.
7306
7307 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7308 parameter `(minibuffer . t)'.
7309
7310 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7311
7312 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7313 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7314 (sh-mode): Remove `make-local-variable' for unused var
7315 `font-lock-unfontify-region-function'.
7316
7317 2001-03-07 Richard M. Stallman <rms@gnu.org>
7318
7319 * info.el (Info-scroll-down): Fix previous change.
7320
7321 * mail/rmail.el (rmail-toggle-header): Use a window which
7322 is showing the Rmail buffer, rather than the selected window.
7323
7324 2001-03-07 Dave Love <fx@gnu.org>
7325
7326 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7327 now, to avoid problems with binding imenu directly to a mouse event.
7328
7329 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7330
7331 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7332 second arg t.
7333
7334 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7335
7336 * log-edit.el (log-edit-common-indent): New var.
7337 (log-edit-set-common-indentation): Renamed from
7338 log-edit-delete-common-indentation. Use the new var.
7339 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7340
7341 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7342 (cvs-mode-add-change-log-entry-other-window):
7343 Don't presume change-log-default-name is defined.
7344
7345 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7346
7347 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7348 the "tree" operation as well.
7349
7350 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7351
7352 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7353 to match paragraph-start.
7354
7355 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7356 comment-start-skip and set comment-end-skip as well.
7357 (sgml-comment-indent): Fix for new value of comment-start-skip.
7358 (html-autoview-mode): Don't bother using make-local-hook.
7359
7360 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7361
7362 * cus-edit.el (custom-save-delete): Move in front of local
7363 variables, otherwise long Custom entries would make them ineffective.
7364
7365 * uniquify.el: Set maintainer to FSF.
7366
7367 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7368
7369 * dired-aux.el (dired-do-shell-command): Doc fix.
7370
7371 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7372
7373 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7374
7375 * which-func.el (which-func-modes): Add cperl-mode.
7376 (which-func-mode-global): Use define-minor-mode.
7377
7378 * info-look.el: Docstring fixes and dead code eliminated.
7379 (cperl-mode): Add support.
7380 (emacs-lisp-mode): List all entries from elisp manual, whether
7381 or not they are currently (f)bound or not. Update regexp.
7382
7383 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7384
7385 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7386 so that C-h m shows the correct information.
7387 Use make-local-variable rather than make-variable-buffer-local.
7388 (cperl-info-buffer, cperl-setup-tmp-buf):
7389 Use make-local-variable rather than make-variable-buffer-local.
7390 (cperl-msb-fix, cperl-get-help-defer):
7391 Check major-mode for `cperl-mode' as well.
7392
7393 * progmodes/cperl-mode.el: Updated to author version 4.23.
7394 (cperl-electric-pod): SYNOPSIS was misspelled.
7395 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7396 (cperl-after-expr-p): Make true after __END__.
7397
7398 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7399
7400 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7401 bookmark-completion-ignore-case is t.
7402
7403 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7404 switch, like xterm, and concat resource strings, with a newline
7405 between them.
7406
7407 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * international/codepage.el (cp770-decode-table)
7410 (cp773-decode-table, cp774-decode-table): New variables.
7411
7412 * man.el (Man-hyphenated-reference-regexp): New variable.
7413 (Man-build-references-alist): Use it to search for referenced
7414 manpages. If hyphenated is non-nil, record a concatenated word in
7415 Man-refpages-alist only if it matches Man-reference-regexp.
7416 Update word's length when it is concatenated. Reverse the list,
7417 to get the first manpage at the head.
7418 (Man-possibly-hyphenated-word): New function.
7419 (Man-follow-manual-reference): Use it instead of current-word to
7420 find a manpage at point, in a way that accounts for hyphenated
7421 references.
7422
7423 2001-03-06 Alex Schroeder <alex@gnu.org>
7424
7425 * sql.el (sql-interbase): New function.
7426 (sql-interbase-program): New option.
7427 (sql-interbase-options): New option.
7428 And some typos fixed: "customise" to "customize".
7429
7430 2001-03-06 Dave Love <fx@gnu.org>
7431
7432 * textmodes/flyspell.el (flyspell-region):
7433 Set up flyspell-local-mouse-map.
7434
7435 2001-03-05 Richard M. Stallman <rms@gnu.org>
7436
7437 * mail/rmail.el (rmail-retry-failure):
7438 Don't call rmail-beginning-of-message.
7439 Don't discard From: field. Do discard Received: field.
7440 Use unwind-protect to re-prune.
7441 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7442
7443 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7444
7445 * international/quail.el (quail-title): Add autoload cookie.
7446
7447 2001-03-05 Dave Love <fx@gnu.org>
7448
7449 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7450 new defs.
7451
7452 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7453
7454 * language/ethio-util.el (ethio-toggle-space):
7455 Update current-input-method-title if necessary.
7456 (ethio-toggle-punctuation): Likewise.
7457
7458 * international/quail.el (quail-title): Fix for the case that a
7459 title of an input method is specified by a list of the same form
7460 as used in mode-line-format.
7461
7462 * international/mule-cmds.el (activate-input-method):
7463 If current-input-method-title is set by activating INPUT-METHOD,
7464 respect that value.
7465
7466 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7467
7468 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7469
7470 2001-03-05 Alex Schroeder <alex@gnu.org>
7471
7472 * sql.el (sql-sybase): Fix typo (was: query user about server two
7473 times instead of server and database).
7474
7475 * sql.el (sql-sybase): Doc change.
7476 (sql-mysql): Doc change.
7477 (sql-postgres): Doc change.
7478
7479 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7480
7481 * international/mule-conf.el (emacs-mule, raw-text):
7482 Docstring modified.
7483
7484 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7485
7486 * term/internal.el: Update copyright notice.
7487
7488 * term/pc-win.el: Update copyright notice.
7489
7490 2001-03-02 Dave Love <fx@gnu.org>
7491
7492 * files.el (insert-file-contents-literally):
7493 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7494 not jka-compr-compression-info-list.
7495
7496 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7497
7498 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7499 spaces in default comment-start-skip settings rather than \s-.
7500
7501 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7502
7503 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7504 default-frame-alist as well.
7505
7506 2001-03-01 Dave Love <fx@gnu.org>
7507
7508 * textmodes/reftex.el (defvar): Wrap some defvars in
7509 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7510
7511 * subr.el (event-basic-type): Doc fix.
7512
7513 * international/quail.el: Doc fixes.
7514
7515 * international/utf-8.el: Doc fixes.
7516
7517 * international/mule-cmds.el: Doc fixes.
7518 (leim-list-header): Fix header text.
7519
7520 * international/mule.el (coding-system-category): Doc fix.
7521
7522 * international/ccl.el (ccl-compile): Doc fix.
7523
7524 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7525
7526 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7527 rather than (before|after)-change-functions.
7528
7529 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7530
7531 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7532 scroll-left and scroll-right being called interactively so that
7533 they set the window's min_hscroll.
7534
7535 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7536
7537 * info.el (info-insert-file-contents-1): Accept an additional
7538 argument `lfn': if it is non-nil, concatenate `filename' and
7539 `suffix'; otherwise use the complicated MS-DOS code.
7540 All callers changed.
7541 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7542 can access long file names, try the long file-name version of
7543 `info-insert-file-contents-1', then the short file-name version.
7544
7545 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7546
7547 * language/ethio-util.el (setup-ethiopic-environment-internal):
7548 Change bindings of functions keys to conform to "Emacs Lisp Coding
7549 Convention".
7550
7551 * language/ethiopic.el ("Ethiopic"): Add documentation.
7552
7553 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7554
7555 * international/utf-8.el (mule-utf-8): Set coding-category
7556 property to coding-category-utf-8.
7557
7558 2001-02-27 Richard M. Stallman <rms@gnu.org>
7559
7560 * lpr.el (lpr-page-header-switches, print-region-1):
7561 Undo 2000-07-06 change.
7562 (lpr-add-switches): Default to t on gnu/linux.
7563
7564 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7565
7566 * bs.el (bs-attributes-list): Doc fix.
7567
7568 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7569
7570 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7571
7572 * help.el (view-order-manuals): Use goto-address.
7573
7574 * startup.el (command-line-1): Add info about ordering manuals
7575 to the not so fancy splash screens.
7576
7577 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7578
7579 * vc.el (vc-default-workfile-unchanged-p)
7580 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7581
7582 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7583
7584 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7585 fontify in the right buffer.
7586
7587 * allout.el (outline-flag-region): Move macro in front of first
7588 use to avoid a run-time error.
7589
7590 2001-02-24 Andrew Innes <andrewi@gnu.org>
7591
7592 * makefile.w32-in: Fix copyright notice.
7593
7594 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7595
7596 * international/utf-8.el (mule-utf-8): Set correct value for
7597 valid-codes property.
7598
7599 * international/fontset.el (x-complement-fontset-spec): In the
7600 case that we use ASCII font for the other charsets, use only
7601 family and registry part of it.
7602
7603 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7604
7605 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7606 (shrink-window-if-larger-than-buffer): Doc fix.
7607
7608 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7609
7610 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7611 predicate passed to completing-read.
7612
7613 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7614
7615 * startup.el (command-line): Fix last change.
7616
7617 2001-02-23 Jason Rumney <jasonr@gnu.org>
7618
7619 * startup.el (tool-bar-originally-present): New variable.
7620 (command-line): Set it if the tool-bar is switched on at startup.
7621
7622 * frame.el (frame-notice-user-settings): Only adjust frame height
7623 for no tool-bar case if tool-bar was originally switched on.
7624 From E. Jay Berkenbilt.
7625
7626 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7627
7628 * server.el (server-switch-buffer): Only switch window if the
7629 current one is dedicated.
7630
7631 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7632 rather than using (match-beginning 0) when searching for break point.
7633
7634 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7635
7636 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7637 @ follows an accent command such as @'. Support optional braces
7638 in commands that insert accents, like makeinfo does.
7639
7640 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7641
7642 * startup.el (fancy-splash-text): Add a line for ordering
7643 manuals. Reverse order of splash screens shown.
7644 (use-fancy-splash-screens-p): Adapt to the text line added.
7645
7646 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7647 manuals from the FSF.
7648
7649 * help.el (view-order-manuals): New function.
7650 (toplevel): Bind C-h C-m to this function.
7651
7652 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7653
7654 * newcomment.el (comment-forward): Skip the comment-start before
7655 searching for the comment-end.
7656
7657 2001-02-21 Dave Love <fx@gnu.org>
7658
7659 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7660
7661 * international/mule-cmds.el, international/mule.el: Doc fixes.
7662
7663 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7664
7665 * startup.el (fancy-splash-screens): Use display-hourglass
7666 instead of display-busy-cursor.
7667
7668 * frame.el (display-hourglass): Renamed from busy-cursor.
7669 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7670 (show-cursor-in-non-selected-windows): Doc fix.
7671
7672 2001-02-20 Dave Love <fx@gnu.org>
7673
7674 * international/utf-8.el: Doc and commentary fixes.
7675
7676 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7677
7678 * ehelp.el (with-electric-help): Doc fix.
7679
7680 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7681
7682 * msb.el (msb-mode): Call the update-buffers function explicitly
7683 with a FORCE argument.
7684
7685 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7686 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7687 returns nil.
7688
7689 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7690
7691 * ps-print.el: Timestamp package replacement. Some enhancements.
7692 Some XEmacs compatibility. Doc fix.
7693 (ps-print-version): New version number (6.4).
7694 (ps-printer-name): Initialization fix.
7695 (ps-zebra-stripe-follow): Funcionality enhancement.
7696 (ps-prologue-file): Code enhancement.
7697 (ps-right-header): Timestamp package replacement.
7698 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7699 (ps-get-page-dimensions)
7700 (ps-generate-header, ps-begin-file, ps-begin-job)
7701 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7702 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7703 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7704 (coding-system-for-write): Var declaration (XEmacs compatibility).
7705
7706 2001-02-20 Miles Bader <miles@gnu.org>
7707
7708 * image-file.el (image-file-name-extensions): Add "tif".
7709
7710 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7711
7712 * wid-edit.el (widget-button-click): Save the selected window
7713 around the code handling clicks on buttons.
7714
7715 2001-02-18 Dave Love <fx@gnu.org>
7716
7717 * imenu.el (imenu--generic-function): Use mapc to iterate over
7718 syntax characters.
7719
7720 2001-02-17 Richard M. Stallman <rms@gnu.org>
7721
7722 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7723
7724 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7725
7726 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7727
7728 * mouse.el (mouse-save-then-kill): If the distance from the new
7729 point to the mark is equal to the distance of point from the new
7730 point, move point instead of the mark.
7731
7732 2001-02-16 Dave Love <fx@gnu.org>
7733
7734 * textmodes/flyspell.el (flyspell-get-word): Return string without
7735 properties.
7736
7737 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7738
7739 * generic.el (generic-find-file-regexp): Doc fix.
7740 (generic-ignore-files-regexp): New defcustom.
7741 (generic-mode-find-file-hook): If the file's name matches the
7742 regexp in `generic-ignore-files-regexp', don't enter
7743 default-generic-mode. Doc fix.
7744
7745 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7746
7747 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7748 Add autoload cookies.
7749
7750 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7751 of cal-tex-24.
7752
7753 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7756
7757 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7758 the character class after the (optional) drive, to support file
7759 names with embedded blanks.
7760
7761 2001-02-15 Sam Steingold <sds@gnu.org>
7762
7763 * textmodes/tex-mode.el (tex-shell-running):
7764 Check the process buffer too.
7765
7766 2001-02-15 Dave Love <fx@gnu.org>
7767
7768 * battery.el (battery-status-function): Fix doc, :type.
7769
7770 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7771
7772 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7773
7774 * subr.el (read-passwd): Clear Lisp memory holding password.
7775
7776 2001-02-15 Miles Bader <miles@gnu.org>
7777
7778 * info.el (Info-copy-current-node-name): New function.
7779 (Info-mode-menu): Add it to the menu.
7780
7781 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7782
7783 * international/mule-cmds.el (toggle-input-method): Doc fix.
7784
7785 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7786
7787 * replace.el (occur): Stop at end of buffer.
7788
7789 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7790
7791 * international/mule-cmds.el (set-input-method): Another doc fix.
7792
7793 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7794
7795 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7796
7797 2001-02-13 Miles Bader <miles@gnu.org>
7798
7799 * faces.el (set-face-background, set-face-foreground)
7800 (set-face-stipple): Treat a value of nil as being `unspecified'.
7801
7802 2001-02-12 Dave Love <d.love@dl.ac.uk>
7803
7804 * international/latin1-disp.el: Doc fixes.
7805 (latin1-display) <defgroup>: Add :link.
7806 (latin1-display) <function>: Set variable latin1-display.
7807
7808 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7809
7810 * international/mule-cmds.el (set-input-method): Doc fix.
7811
7812 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7813
7814 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7815 (speedbar-line-file): Return nil if not a file.
7816 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7817
7818 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7819
7820 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7821 for remote files.
7822 (ediff-coding-system-for-read): Replaced the no-conversion default
7823 with raw-text.
7824
7825 * ediff-init.el: Removed :version from defcustom vars.
7826
7827 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7828 Better handling of the diff mode.
7829
7830 * ediff.texi: Added ediff-coding-system-for-read.
7831
7832 * viper.texi: Fix typos.
7833
7834 2001-02-11 Dave Love <fx@gnu.org>
7835
7836 * shadowfile.el: Doc fixes.
7837 (shadow) <defgroup>: Add :link.
7838 (shadowfile-unload-hook): New function.
7839 (shadow-initialize): Use defalias, not fset.
7840 (shadow-define-cluster, shadow-define-literal-group)
7841 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7842
7843 * international/mule.el: Doc and message fixes.
7844
7845 * international/ccl.el (define-ccl-program): Doc fix.
7846
7847 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7848
7849 * faces.el (mode-line): Set :line-width property to -1.
7850
7851 2001-02-10 Richard M. Stallman <rms@gnu.org>
7852
7853 * complete.el (partial-completion-mode): Doc fix.
7854
7855 * simple.el (delete-key-deletes-forward-mode):
7856 Change `let' to `let*' to fix gross bug in last change.
7857
7858 * repeat.el (repeat): Don't let execute-kbd-macro alter
7859 real-last-command.
7860
7861 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7862
7863 * simple.el (eval-expression): Doc fix.
7864
7865 2001-02-09 Dave Love <fx@gnu.org>
7866
7867 * imenu.el (imenu-generic-expression): Doc fix.
7868
7869 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7870 From Juanma Barranquero.
7871
7872 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7873
7874 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7875
7876 * faces.el (set-face-attribute): Describe the case of a negative
7877 value specified for :line-width.
7878
7879 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7880
7881 * which-func.el (which-func-mode): Invert which-func-mode-global.
7882 From Juanma Barranquero <lektu@uol.com.br>.
7883
7884 2001-02-08 Dave Love <fx@gnu.org>
7885
7886 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7887 widget-plist-value-type.
7888 (widget-alist-convert-widget): Replace binding of
7889 widget-alist-value-type.
7890
7891 * textmodes/paragraphs.el (sentence-end): Doc fix.
7892
7893 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7894 Remove `backward-line'.
7895
7896 * play/pong.el (pong-blank-color, pong-bat-color)
7897 (pong-ball-color, pong-border-color, pong-left-key)
7898 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7899 (pong-pause-key, pong-resume-key, pong-timer-delay):
7900 * mail/mh-comp.el (mh-compose-letter-function):
7901 * eshell/esh-mode.el (eshell-skip-prompt-function):
7902 * emulation/viper-ex.el (ex-unix-type-shell-options):
7903 * recentf.el (recentf-menu-filter):
7904 * ps-print.el (ps-print-region-function):
7905 * lpr.el (print-region-function):
7906 * forms.el (forms-mode-hooks):
7907 * dirtrack.el (dirtrack-directory-change-hook):
7908 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7909 * textmodes/spell.el (spell-filter):
7910 * textmodes/fill.el (adaptive-fill-function):
7911 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7912 * progmodes/etags.el (find-tag-default-function):
7913 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7914 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7915
7916 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7917
7918 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7919 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7920 Meyering <jim@meyering.net>.
7921
7922 * loadup.el: Revert last change.
7923
7924 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7925
7926 * international/mule.el (transform-make-coding-system-args):
7927 Make it work also for coding systems not using CCL.
7928
7929 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7930
7931 * simple.el (previous-matching-history-element)
7932 (next-matching-history-element): Doc fix.
7933
7934 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7935 specific part.
7936
7937 2001-02-06 Dave Love <fx@gnu.org>
7938
7939 * add-log.el (add-log-current-defun-function)
7940 (add-log-buffer-file-name-function, add-log-file-name-function):
7941 Fix :type.
7942 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7943
7944 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7945
7946 * info.el (info-initialize): Remove the test for system-type when
7947 invocation-directory is non-nil.
7948
7949 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7950 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7951
7952 2001-02-06 Andrew Innes <andrewi@gnu.org>
7953
7954 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7955 absolute.
7956
7957 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7958
7959 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7960 buffers. When hi-lock turned on rather than only checking current
7961 buffer for regexps, all buffers are checked. Moved activation of
7962 font-lock to hi-lock-refontify. When font-lock turned off rather
7963 than removing added highlighting just in current buffer, remove it
7964 in all buffers. Changed edit menu text from "Automatic
7965 Highlighting" to "Regexp Highlighting" Documentation for
7966 highlighting phrases, minor documentation changes.
7967 (hi-lock-set-file-patterns): Execute only if there are new or
7968 existing file patterns.
7969 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7970 unfontify and, if a support mode is active, will not refontify the
7971 whole buffer. If necessary, turn on font lock. (Removed
7972 font-lock-unfontify and font-lock support-mode-specific calls,
7973 such as lazy-lock-fontify-window.)
7974 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7975 patterns are found. Not useful now since find-file-hook is removed
7976 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7977 (hi-lock-face-phrase-buffer): New function. Also added related
7978 menu item and keybinding.
7979 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7980 (hi-lock-process-phrase): New function.
7981 (hi-lock-line-face-buffer): Doc fixes.
7982 (hi-lock-face-buffer): Doc fixes.
7983 (hi-lock-unface-buffer): Doc fixes.
7984
7985 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7986
7987 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7988 dabbrev-ignored-regexps.
7989
7990 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7991
7992 * simple.el (kill-line): Doc fix.
7993
7994 2001-02-05 Dave Love <fx@gnu.org>
7995
7996 * loadup.el: Revert last two changes -- bootstrapping works with
7997 regenerated loaddefs.
7998
7999 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
8000
8001 * isearch.el (isearch-forward): Doc fix.
8002
8003 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
8004 of font-lock-defaults to backward-paragraph.
8005
8006 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8007
8008 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
8009 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
8010
8011 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8012
8013 * ebnf2ps.el: Eliminate time-stamp functions.
8014 (ebnf-version): New version (3.5).
8015 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8016 format-time-string.
8017
8018 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8019
8020 * simple.el (next-line): Goto end-of-line before inserting a newline.
8021
8022 2001-02-05 Miles Bader <miles@gnu.org>
8023
8024 * image-file.el (insert-image-file): When visiting an image, also
8025 set `truncate-lines' to t so that any fringe arrow looks correct.
8026
8027 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8028
8029 * isearch.el (isearch-forward): Add description about input method
8030 in the docsting.
8031
8032 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8033
8034 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8035
8036 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8037
8038 * info.el (info-initialize): If installation-directory is nil, for
8039 DOS/Windows systems try looking in a sibling of invocation-directory.
8040
8041 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8042
8043 * wid-edit.el (widget-button-click): Fix last change.
8044
8045 * frame.el (frame-notice-user-settings): When resizing the initial
8046 frame because the tool bar is off, also change the frame's top
8047 position if a negative top position was specified.
8048
8049 2001-02-02 Miles Bader <miles@gnu.org>
8050
8051 * image-file.el (insert-image-file): When visiting an image,
8052 suppress the cursor in the image buffer.
8053
8054 2001-02-01 Dave Love <fx@gnu.org>
8055
8056 * progmodes/f90.el (f90-mode): Remove startup message.
8057
8058 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8059
8060 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8061
8062 * startup.el (command-line): Fix code determining whether or not
8063 to use delete-key-deletes-forward-mode.
8064
8065 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8066
8067 * vc.el (vc-diff-switches): New user option.
8068 (vc-version-diff): Use it.
8069 (vc-diff-switches-list): New macro.
8070
8071 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8072 New customization options.
8073 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8074
8075 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8076
8077 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8078
8079 * msb.el (toplevel): Quote hook symbols.
8080
8081 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8082
8083 * international/mule.el (make-coding-system): Add description
8084 about recognized properties in the docstring.
8085
8086 * international/mule-conf.el: Remove unused charsets
8087 mac-roman-lower and mac-roman-upper.
8088
8089 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8090
8091 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8092 is in front of the left-margin, if any.
8093
8094 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8095 like `delete'.
8096
8097 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8098
8099 * term/w32-win.el (mouse-set-font): Doc fix.
8100
8101 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8102
8103 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8104 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8105 on already.
8106
8107 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8108
8109 * files.el (save-buffer): Don't give message if (buffer-file-name)
8110 returns nil.
8111
8112 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8113
8114 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8115
8116 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8117 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8118
8119 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8120 display problems.
8121
8122 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8123
8124 * international/mule.el (charset-info): Fix docstring.
8125
8126 * international/mule-diag.el (describe-character-set): Check final
8127 char valid before printing it.
8128
8129 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8130
8131 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8132
8133 * frame.el (frame-notice-user-settings): Do the tool-bar
8134 stuff only for graphical displays. Fix a braino.
8135
8136 * frame.el (frame-initialize): Create initial frame visible.
8137 (frame-notice-user-settings): When tool-bar has been switched off,
8138 correct the frame size and sync tool-bar-mode.
8139
8140 * startup.el (command-line): Remove manipulation of frame
8141 height for tool bars.
8142
8143 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8144
8145 * lpr.el: Compatibility with XEmacs and doc fixes.
8146 (lpr-windows-system, lpr-lp-system): New vars.
8147 (lpr-printer-switch): New defcustom.
8148 (printer-name, lpr-command): Customization fix.
8149 (print-region-1): Code fix.
8150 (print-region-new-buffer, printify-region): Indentation fix.
8151 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8152 New functions.
8153
8154 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8155
8156 * msb.el (toplevel): Fix the eval-after-load.
8157
8158 2001-01-29 Dave Love <fx@gnu.org>
8159
8160 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8161
8162 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8163
8164 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8165 (tcl-using-emacs-19-23): Consider Emacs 21+.
8166 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8167 (tcl-add-emacs-menu): Supply menu name.
8168 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8169
8170 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8171
8172 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8173
8174 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8175
8176 * pcvs.el (cvs-mark-fis-dead): New function.
8177 (cvs-mode-add): Use it.
8178 (cvs-mode-add-change-log-entry-other-window):
8179 Rebind change-log-default-name to itself rather than to nil.
8180
8181 2001-01-29 Sam Steingold <sds@gnu.org>
8182
8183 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8184 `autoload' statements.
8185
8186 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8187
8188 * files.el (confirm-kill-emacs): Doc fix.
8189
8190 * frame.el (frame-initialize): Doc fix.
8191
8192 * time-stamp.el (time-stamp-string): Doc fix.
8193
8194 * woman.el (WoMan-log-1): Make the log buffer writable.
8195 From Markus Rost <rost@math.ohio-state.edu>.
8196
8197 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8198
8199 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8200 the `make-variable-buffer-local'.
8201
8202 2001-01-29 Dave Love <fx@gnu.org>
8203
8204 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8205 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8206 Add autoload cookie.
8207 (ansi-color-apply-sequence): Fix typo.
8208
8209 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8210
8211 * menu-bar.el (menu-bar-files-menu): Add menu items for
8212 Postscript printing in black and white.
8213
8214 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8215 X-Mailman-Version, Precedence, List-Help, List-Post,
8216 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8217 Content-Type, Content-Length.
8218
8219 2001-01-29 Dave Love <fx@gnu.org>
8220
8221 * elide-head.el (elide-head): Make overlay evaporate.
8222
8223 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8224
8225 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8226
8227 * isearch.el (isearch-highlight): Don't punt if the display
8228 doesn't support colors, since isearch faces are defined for
8229 monochrome displays as well.
8230
8231 2001-01-27 Sam Steingold <sds@gnu.org>
8232
8233 * shell.el (shell-write-history-on-exit): Make sure that we are in
8234 the shell buffer (M-x tex-file RET inserted the error message into
8235 the TeX buffer).
8236
8237 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8238
8239 * simple.el (transient-mark-mode): Doc fix.
8240
8241 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8242
8243 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8244
8245 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8246
8247 * shell.el (shell-unquote-argument): If the shell is one of the
8248 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8249 quote character.
8250 (shell-dumb-shell-regexp): Document that the shells which match
8251 this regexp are supposed to not treat a backslash as a quote character.
8252
8253 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8254 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8255
8256 2001-01-27 Richard M. Stallman <rms@gnu.org>
8257
8258 * dabbrev.el (dabbrev--substitute-expansion):
8259 Treat a one-capital-letter abbrev as "not all upper case",
8260 so as to force preservation of the expansion's pattern
8261 if the expansion starts with a capital letter.
8262
8263 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8264
8265 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8266 Doc fix.
8267
8268 * simple.el (transient-mark-mode): Document the fact that many
8269 commands act on the region when mark is active.
8270
8271 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8272
8273 * international/quail.el (quail-setup-completion-buf): Make the
8274 multibyteness of current buffer inherited to Quail completion buffer.
8275 (quail-show-guidance-buf): Make the multibyteness of current
8276 buffer inherited to Quail guidance buffer.
8277 (quail-help): Make the multibyteness of current buffer inherited
8278 to Quail help buffer.
8279
8280 2001-01-26 Dave Love <fx@gnu.org>
8281
8282 * time-stamp.el: Doc fixes.
8283
8284 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8285 (delphi-keyword-face, delphi-other-face): Fix :type.
8286
8287 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8288
8289 * mail/feedmail.el (feedmail): Add :link.
8290 (feedmail-send-it): Doc fix.
8291
8292 * mail/sendmail.el: Doc fixes.
8293 (sendmail-send-it): Fix the non-ASCII regexp and use
8294 rfc2047-encode-string.
8295
8296 * dired.el, dired-aux.el: Revert last change.
8297
8298 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8299
8300 * makefile.w32-in (DONTCOMPILE): Add various term files.
8301
8302 2001-01-26 Dave Love <fx@gnu.org>
8303
8304 * Makefile.in (DONTCOMPILE): Add various term files.
8305
8306 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8307
8308 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8309
8310 * startup.el (display-startup-echo-area-message): Make sure
8311 the echo area is resized to fit the size of the startup message.
8312
8313 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8314 part of which is a constant.
8315
8316 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8317
8318 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8319
8320 2001-01-26 Richard M. Stallman <rms@gnu.org>
8321
8322 * simple.el (next-line): Don't let `newline' expand abbrevs.
8323 Simplify slightly.
8324 (open-line): Don't let `newline' expand abbrevs.
8325
8326 2001-01-25 John Wiegley <johnw@gnu.org>
8327
8328 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8329 to `repeat' in the :type field.
8330
8331 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8332 allow a choice of regexp or nil.
8333 (pcomplete-dir-ignore): Same.
8334
8335 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8336 a command) to always fail.
8337
8338 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8339
8340 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8341 discard the result.
8342 (iswitchb-to-end): Likewise.
8343
8344 2001-01-25 Sam Steingold <sds@gnu.org>
8345
8346 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8347 Require vc.
8348
8349 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8350
8351 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8352
8353 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8354
8355 2001-01-25 Dave Love <fx@gnu.org>
8356
8357 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8358 (describe-coding-system): Tweak the English text.
8359
8360 * loadup.el: Preload international/ccl for utf-8.
8361
8362 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8363
8364 * mail/rmail.el (rmail-redecode-body): Doc fix.
8365
8366 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8367
8368 * international/mule-cmds.el (reset-language-environment):
8369 Reset coding-category-utf-8 to mule-utf-8.
8370
8371 * international/mule-conf.el (coding-category-utf-8):
8372 Initialize to mule-utf-8.
8373
8374 * loadup.el: Preload international/utf-8.
8375
8376 * international/utf-8.el: New file.
8377
8378 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8379
8380 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8381
8382 2001-01-24 Sam Steingold <sds@gnu.org>
8383
8384 * dired.el (dired-replace-in-string): Removed.
8385 (dired-sort-toggle): Use `replace-regexps-in-string'
8386 instead of `dired-replace-in-string'.
8387
8388 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8389 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8390
8391 * gs.el (gs-replace-in-string): Removed.
8392 (gs-options): Use `replace-regexps-in-string'
8393 instead of `gs-replace-in-string'.
8394
8395 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8396
8397 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8398 bug report is mailed to an email list and posted to a news group.
8399
8400 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8401
8402 * comint.el (comint-replace-by-expanded-history-before-point):
8403 Fix change of 2000-08-03 to move point to the start of the line again.
8404
8405 * startup.el (tool-bar-images-pixel-height): New variable.
8406 (command-line): After loading the user's init file, when
8407 tool-bar-mode is on, increase the frame's size by some lines for
8408 the tool-bar.
8409
8410 * frame.el (frame-initialize): Create the initial frame invisible.
8411
8412 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8413
8414 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8415 (chinese-big5): MIME:Big5.
8416
8417 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8418
8419 * international/mule-cmds.el (universal-coding-system-argument):
8420 Handle commands with prefix args.
8421
8422 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8423
8424 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8425 being a list of numbers.
8426 (diary-mail-entries): Rewritten.
8427
8428 2001-01-23 Dave Love <fx@gnu.org>
8429
8430 * international/mule.el (make-coding-system): Fix typo.
8431
8432 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8433 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8434
8435 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8436
8437 * font-lock.el (font-lock-mode): Doc fix.
8438
8439 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8440
8441 * international/mule.el (make-translation-table): Fix docstring.
8442
8443 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8444
8445 * mail/rmail.el (rmail-redecode-body): New function.
8446
8447 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8448
8449 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8450
8451 * isearch.el (isearch-lazy-highlight-case-fold-search)
8452 (isearch-lazy-highlight-regexp): New variables.
8453 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8454 case-fold search or regexp search has been toggled.
8455
8456 * wid-edit.el (widget-button-click): Avoid a save-excursion
8457 around running a global binding.
8458
8459 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8460 to 0.25.
8461
8462 2001-01-20 Miles Bader <miles@gnu.org>
8463
8464 * cus-edit.el (custom-face-save): Do post-processing on the face's
8465 new value like `custom-face-set' does.
8466
8467 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8468
8469 * mail/emacsbug.el (report-emacs-bug): Report the value of
8470 LC_CTYPE, not LC_TYPE.
8471
8472 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8473 isearch-toggle-regexp and isearch-edit-string to doc string.
8474
8475 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8476
8477 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8478 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8479
8480 * jit-lock.el (jit-lock-fontify-now): Don't bind
8481 font-lock-beginning-of-syntax-function to nil.
8482
8483 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8484
8485 * mail/emacsbug.el (report-emacs-bug): Report values of
8486 locale-coding-system, default-enable-multibyte-characters, and the
8487 environment variables LC_ALL, LC_TYPE, and LANG.
8488
8489 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8490
8491 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8492
8493 * font-lock.el (font-lock-multiline): Default to nil.
8494 (font-lock-default-fontify-region): If font-lock-multiline is
8495 nil, don't check the property `font-lock-multiline'.
8496
8497 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8498 is nil, don't check the `font-lock-multiline' text property.
8499
8500 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8501
8502 * viper.el: Call initial-major-mode on startup.
8503
8504 * ediff.el (ediff-patch-file): Use better defaults.
8505
8506 * ediff-vers.el: Fix for 8+3 DOS file systems.
8507
8508 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8509
8510 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8511 diff mode, if available.
8512
8513 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8514
8515 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8516
8517 * ediff-init.el (subst-char-in-string): Define and use it, unless
8518 it's already defined.
8519
8520 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8521
8522 * tooltip.el (tooltip-hide-delay): New user-option.
8523 (tooltip-show): Use tooltip-hide-delay instead of the default.
8524
8525 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8526
8527 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8528 kill-local-variable doesn't work for enable-multibyte-characters.
8529
8530 2001-01-17 Dave Love <fx@gnu.org>
8531
8532 * ediff-init.el (ediff-before-setup-hook)
8533 (ediff-merge-filename-prefix): Add :version.
8534
8535 * international/latin1-disp.el: Require disp-table.
8536 (latin1-display): Fix :set.
8537
8538 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8539
8540 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8541
8542 * isearch.el (isearch-lazy-highlight-initial-delay)
8543 (isearch-lazy-highlight-interval): Default to 0.
8544
8545 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8546
8547 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8548 1 here rather than each time through
8549 isearch-lazy-highlight-new-loop.
8550 (isearch-lazy-highlight-max): Variable deleted.
8551 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8552 isearch-lazy-highlight-max but controls a single invocation of
8553 isearch-lazy-highlight-update.
8554 (isearch-lazy-highlight-wrapped): Variable recreated.
8555 (isearch-lazy-highlight-window-start): New variable.
8556 (isearch-lazy-highlight-cleanup): Restored to behavior of
8557 before 2-Jan.
8558 (isearch-lazy-highlight-remove-overlays): Function deleted;
8559 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8560 behavior removed.
8561 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8562 isearch-lazy-highlight-update in a loop rather than just once.
8563 Test isearch-invalid-regexp here and decide not to start a new
8564 loop, rather than testing it each time through
8565 isearch-lazy-highlight-update.
8566 (isearch-lazy-highlight-search): Function restored.
8567 (isearch-lazy-highlight-update): Get called in a timer loop again,
8568 but this time highlight more than one match each time through.
8569 Only highlight matches in the visible part of the window.
8570 Start at point, move in the direction of the search, and wrap around at
8571 the edge of the window. Use sit-for to force redisplay and ensure
8572 window-start is credible. "Face suppressing" behavior removed;
8573 overlay priorities should make it unnecessary, right?
8574 (isearch-highlight): Face suppressing behavior removed.
8575 (isearch-dehighlight): Face suppressing behavior removed.
8576 (isearch-set-lazy-highlight-faces-at): Removed.
8577
8578 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8579
8580 * language/european.el ("Latin-1"): Make the format of description
8581 about additional language environments same as that of Latin-2.
8582
8583 2001-01-16 Dave Love <fx@gnu.org>
8584
8585 * isearch.el (isearch-lazy-highlight): Add :version.
8586
8587 * simple.el (backward-delete-char-untabify-method)
8588 (next-line-add-newlines): Add :version.
8589
8590 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8591
8592 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8593 Don't bind <delete> otherwise.
8594
8595 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8596 and <delete> via function-key-map.
8597
8598 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8599 Subject line only if point is after the `Subject:'.
8600
8601 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8602
8603 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8604 japanese-jisx0213-2 in `charset' property of this lang. env.
8605
8606 * language/european.el ("Latin-1"): Add description for Dutch and
8607 Spanish lang. env.
8608
8609 * international/mule.el (decode-char): Fix conditions.
8610 (encode-char): Handle eight-bit-control too.
8611 (transform-make-coding-system-args): New function.
8612 (make-coding-system): Accept XEmacs style arguments for CCL base
8613 coding system.
8614
8615 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8616
8617 * progmodes/etags.el (find-tag-noselect): Save the value of
8618 tags-file-name before switching buffers, for the case it has a
8619 buffer-local value.
8620
8621 2001-01-15 Alex Schroeder <alex@gnu.org>
8622
8623 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8624 From Dave Love <fx@gnu.org>.
8625 (ansi-color-for-comint-mode): Fix :version.
8626
8627 2001-01-15 Alex Schroeder <alex@gnu.org>
8628
8629 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8630
8631 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8632
8633 * dired.el (dired-insert-directory): If file-system-info fails,
8634 remove the " free " part, but don't signal an error.
8635
8636 2001-01-12 Sam Steingold <sds@gnu.org>
8637
8638 * bookmark.el (bookmark-maybe-historicize-string):
8639 Use new backquote syntax.
8640
8641 2001-01-12 Richard M. Stallman <rms@gnu.org>
8642
8643 * subr.el (last): Handle a list that doesn't end in nil.
8644
8645 2001-01-12 Sam Steingold <sds@gnu.org>
8646
8647 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8648 to `backward-delete-char-untabify'.
8649
8650 2001-01-12 Dave Love <fx@gnu.org>
8651
8652 * cus-edit.el (customize-menu-create): Fix the :filter following
8653 easymenu change.
8654
8655 * wid-edit.el (function): Add :match-alternatives.
8656 (widget-color-action): Doc fix.
8657
8658 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8659
8660 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8661
8662 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8663
8664 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8665
8666 * international/ccl.el (define-ccl-program): Fix docstring.
8667
8668 2001-01-11 Dave Love <fx@gnu.org>
8669
8670 * international/mule-cmds.el (standard-display-european-internal):
8671 Set display table for 2208 as for 160.
8672
8673 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8674
8675 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8676 entry for custom-menu-create change.
8677 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8678 don't cons it in the search loop.
8679
8680 * imenu.el (imenu--truncate-items): Revert last change.
8681
8682 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8683
8684 * info.el (Info-setup-header-line): If the node header includes
8685 either Next: or Prev: links, don't show the File: and Node: parts
8686 in the header line.
8687
8688 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8689
8690 * comint.el (comint-goto-process-mark): Don't print a message
8691 when running in batch mode.
8692
8693 * isearch.el (isearch-search): In the condition-case handler for
8694 `error', set isearch-invalid-regexp to the whole error message.
8695
8696 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8697 ensure that eval-after-load works for files dumped with Emacs.
8698
8699 * help.el (load-symbol-file-load-history): New function extracted
8700 from function symbol-file.
8701 (symbol-file): Use it.
8702
8703 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8704
8705 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8706
8707 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8708 behave as if there were no prefix argument.
8709 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8710 argument were nil.
8711
8712 2001-01-11 Richard M. Stallman <rms@gnu.org>
8713
8714 * isearch.el (isearch-lazy-highlight-update):
8715 Don't look for more potential matches once maximum is exceeded.
8716 Use overlays-in to check correctly for overlap with current match.
8717 Ignore empty matches.
8718
8719 2001-01-11 Miles Bader <miles@gnu.org>
8720
8721 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8722 (ispell-overlay-window, ispell-help, ispell-show-choices)
8723 (ispell-command-loop): Use it instead of `window-height'.
8724
8725 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8726
8727 * files.el (confirm-kill-emacs): New user-option.
8728 (save-buffers-kill-emacs): Ask for final confirmation before
8729 killing Emacs.
8730
8731 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8732 to nil.
8733
8734 2001-01-10 Dave Love <fx@gnu.org>
8735
8736 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8737
8738 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8739
8740 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8741
8742 * calculator.el (calculator-number-digits): Fix :type.
8743
8744 * vc-cvs.el (vc-cvs-header): Fix :type.
8745 * vc-rcs.el (vc-rcs-header): Fix :type.
8746 * vc-sccs.el (vc-sccs-header): Fix :type.
8747
8748 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8749
8750 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8751
8752 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8753
8754 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8755
8756 * simple.el (set-variable): Force a thorough redisplay for the
8757 case that the variable has an effect on the display, like
8758 `tab-width' has.
8759
8760 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8761
8762 * vc.el: Add documentation for backend interface.
8763
8764 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8765
8766 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8767
8768 * international/mule-conf.el (latin-extra-code-table): Set to t
8769 for \223 and \224.
8770
8771 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8772
8773 * international/mule-cmds.el (locale-language-names): Map "es" to
8774 "Spanish" and "nl" to "Dutch".
8775
8776 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8777
8778 * bindings.el (global-map): Bind <home> to beginning-of-line,
8779 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8780 C-<end> to end-of-buffer.
8781
8782 * language/european.el: Add Dutch and Spanish language info
8783 to be able to use the appropriate tutorials.
8784
8785 2001-01-09 Alex Schroeder <alex@gnu.org>
8786
8787 * ansi-color.el (ansi-color-process-output): Use markers instead
8788 of positions for start and end of region.
8789 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8790 Previously, occasional mistakes happend when fontifying many
8791 chunks of output (eg. ls --color=yes /dev). This happened
8792 whenever an overlay was created up to the end of the region, which
8793 coincided with the process-mark. New text would then be added
8794 within that overlay instead of after it.
8795 (ansi-color-make-extent): Overlays are created with the property
8796 `modification-hooks' set to '(ansi-color-freeze-overlay).
8797 (ansi-color-freeze-overlay): New function. When inserting text at
8798 the end of the overlay, the overlay will resize.
8799
8800 2000-01-09 Alex Schroeder <alex@gnu.org>
8801
8802 * ansi-color.el (ansi-color-process-output): Doc change.
8803 (ansi-color-unfontify-region): Doc change. No longer installed
8804 automatically in font-lock-unfontify-region-function.
8805 (ansi-color-apply): Doc change.
8806 (ansi-color-apply-on-region): Use extents or overlays instead of
8807 text-properties.
8808 (ansi-color-make-extent): New function.
8809 (ansi-color-set-extent-face): New function.
8810
8811 2000-01-09 Alex Schroeder <alex@gnu.org>
8812
8813 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8814 both use ansi-color-process-output, now.
8815 (ansi-color-process-output): Doesn't return string anymore. It is
8816 installed in comint-output-filter-functions for both Emacs and
8817 XEmacs, now.
8818 (ansi-color-unfontify-region): Simplified code removing variables
8819 pos and start-ansi.
8820 (ansi-color-apply): Put text-property ansi-color before putting
8821 text-property face because ansi-color-unfontify-region is called
8822 immediately after the call to put-text-property.
8823 (ansi-color-context-region): Doc change.
8824 (ansi-color-filter-region): Simplified code.
8825 (ansi-color-apply-on-region): Changed start to start-marker, using
8826 a marker explicitly. Put text-property ansi-color before putting
8827 text-property face because ansi-color-unfontify-region is called
8828 immediately after the call to put-text-property.
8829
8830 2000-01-09 Alex Schroeder <alex@gnu.org>
8831
8832 * ansi-color.el (ansi-color-faces-vector): Doc change.
8833 (ansi-color-for-comint-mode): Changed :type property to choice.
8834 (ansi-color-last-context): Removed.
8835 (ansi-color-process-output): Don't use ansi-color-last-context, as
8836 the main functions will store their context now.
8837 (ansi-color-context): Doc change.
8838 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8839 Uses ansi-color-context such that repeated calls will strip
8840 partial escape sequences, too.
8841 (ansi-color-apply): Simplified code. Colorize end of string if
8842 face is not null. Store context in new (FACE STRING) format, such
8843 that repeated calls will strip partial escape sequences, too.
8844 Append faces to face property using ansi-color-apply-sequence such
8845 that cumulative mode actually works.
8846 (ansi-color-context-region): New variable.
8847 (ansi-color-filter-region): Rewrote it based on
8848 ansi-color-apply-on-region. Uses ansi-color-context-region such
8849 that repeated calls will strip partial escape sequences, too.
8850 (ansi-color-apply-on-region): Simplified code. Colorize end of
8851 region if face is not null. Store context in new (FACE POS)
8852 format, such that repeated calls will strip partial escape
8853 sequences, too. Append faces to face property using
8854 ansi-color-apply-sequence such that cumulative mode actually works.
8855 (ansi-color-apply-sequence): New function.
8856 (ansi-color-get-face): When the default face is added to the list
8857 of faces, all previous settings are discarded and the list of
8858 faces is set to '(default).
8859
8860 2000-01-09 Alex Schroeder <alex@gnu.org>
8861
8862 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8863 face, such that ansi-color-apply and ansi-color-apply-on-region
8864 will do the right thing.
8865 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8866 returns nil, set the list of faces back to nil instead of
8867 appending the result of ansi-color-get-face to the front of the list.
8868
8869 2000-01-09 Alex Schroeder <alex@gnu.org>
8870
8871 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8872 (ansi-color-process): Doc change.
8873 (ansi-color-last-context): New buffer-local variable.
8874 (ansi-color-process-output): New function. It is automatically
8875 added to comint-output-filter-functions if this is XEmacs.
8876 (ansi-color-unfontify-region): New optional parameter for XEmacs
8877 compatibility. Check wether font-lock-syntactic-keywords is
8878 boundp before removing the syntax table text property, as XEmacs
8879 doesn't have it.
8880 (ansi-color-filter-region): Doc change.
8881 (ansi-color-apply-on-region): Doc change.
8882 (ansi-color-make-face): New function. Compatibility layer for
8883 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8884 (ansi-color-make-color-map): Use ansi-color-make-face.
8885 (ansi-color-get-face): Avoid face text property '(nil) as results
8886 in an errow for XEmacs.
8887
8888 2000-01-09 Alex Schroeder <alex@gnu.org>
8889
8890 * ansi-color.el (ansi-color-unfontify-region): New function.
8891 Uses text-property ansi-color in order to preserve fontification by
8892 ansi-color. When the package is loaded, a lambda expression is
8893 put onto font-lock-mode-hook. This lambda expression will check
8894 font-lock-unfontify-region-function and replace
8895 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8896 (ansi-color-apply): Add text-property ansi-color in addition to
8897 text-property face.
8898 (ansi-color-apply-on-region): Add text-property ansi-color in
8899 addition to text-property face.
8900 (save-buffer-state): Copy of the macro that is also used by
8901 lazy-lock and font-lock.
8902
8903 (ansi-color-for-comint-mode): New option.
8904 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8905 (ansi-color-for-comint-mode-off): Ditto.
8906 (ansi-color-for-comint-mode-filter): Ditto.
8907 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8908 decide what to do. This function is added to
8909 comint-preoutput-filter-functions when the package is loaded.
8910
8911 (ansi-color-for-shell-mode-set): Removed.
8912 (ansi-color-for-shell-mode): Removed.
8913
8914 2000-01-09 Alex Schroeder <alex@gnu.org>
8915
8916 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8917 the lambda expression from the ansi-color-for-shell-mode :set
8918 property. Additionally, modify shell-mode-hook to enable or
8919 disable font-lock-mode for future shell buffers.
8920 (ansi-color-for-shell-mode): The :set property calls
8921 ansi-color-for-shell-mode-set instead of a lambda expression.
8922
8923 2000-01-09 Alex Schroeder <alex@gnu.org>
8924
8925 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8926 (ansi-color-context): New variable.
8927 (ansi-color-apply): Save context between calls.
8928
8929 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8930
8931 * isearch.el (isearch, isearch-lazy-highlight-face):
8932 New definitions for face colors and attributes.
8933
8934 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8935 of display-mouse-p.
8936
8937 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8938
8939 * international/mule.el (make-coding-system): If the coding system
8940 accepts extra latin codes, register such codes as safe for the
8941 coding system.
8942
8943 2001-01-08 Richard M. Stallman <rms@gnu.org>
8944
8945 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8946 don't mention the file name or the date here, because they are
8947 logged at the start of the file.
8948
8949 2001-01-08 Richard M. Stallman <rms@gnu.org>
8950
8951 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8952 Change screen-width to frame-width.
8953
8954 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8955
8956 * info.el (Info-search): Print the default as part of the prompt.
8957
8958 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8959
8960 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8961 constant implementations in backends.
8962
8963 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8964 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8965
8966 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8967 WRITABLE to EDITABLE.
8968
8969 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8970 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8971 to EDITABLE.
8972
8973 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8974
8975 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8976 (copyright, copyright-update): Compute the current year at run time.
8977
8978 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8979
8980 * isearch.el (isearch-old-signal-hook): Removed.
8981 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8982 instead of setting signal-hook-function.
8983 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8984
8985 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8986
8987 * emulation/edt.el: Update to version 4.0. Provide support for
8988 EDT scroll margins at top and bottom of the window. Provide an
8989 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8990 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8991 user when file-related buffer modifications exist.
8992 Provide support for running EDT Emulation in XEmacs.
8993 Provide customize access to some user updatable variables.
8994 Add Commentary section to file header.
8995 Fixed a few minor bugs and cleaned up some code.
8996
8997 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8998 for detecting a keypress that generates an ASCII key sequence.
8999 (Previously, only a keypress that generates a vector was
9000 recognized.) Embed Window Manager name into name of the generated
9001 EDT Emulation initialization file since the initialization file is
9002 Window Manager specific. Add Commentary section to file header.
9003
9004 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9005
9006 * mail/sendmail.el (mail-mode): Doc fix.
9007
9008 * info.el (Info-goto-emacs-command-node): Doc fix.
9009 (Info-goto-emacs-key-command-node): Doc fix.
9010
9011 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9012
9013 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
9014 systems without long file-name support.
9015
9016 2001-01-06 Andrew Innes <andrewi@gnu.org>
9017
9018 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9019
9020 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9021
9022 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9023 (isearch-lazy-highlight-update): Doc fix.
9024
9025 * ffap.el (ffap-bindings): Doc fix.
9026
9027 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9028
9029 2001-01-05 Dave Love <fx@gnu.org>
9030
9031 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9032
9033 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9034
9035 * mouse-drag.el (mouse-drag-safe-scroll):
9036 Bind scroll-preserve-screen-position to nil.
9037
9038 * isearch.el (isearch-old-signal-hook): New variable.
9039 (isearch-mode): Set signal-hook-function to isearch-done.
9040 (isearch-done): Restore old signal-hook-function.
9041
9042 * info.el (Info-fontify-node): Mark one more char as intangible.
9043
9044 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9045
9046 * composite.el (compose-last-chars): New argument COMPONENTS.
9047 If it is non-nil, compose preceding characters by compose-region with
9048 COMPONENTS.
9049
9050 * international/quail.el (quail-input-string-to-events): New function.
9051 (quail-input-method): Convert input string to events here.
9052 (quail-start-translation): Return input string, not event list.
9053 (quail-start-conversion): Likewise.
9054
9055 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9056
9057 * tooltip.el (tooltip-cancel-delayed-tip)
9058 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9059 and tooltip-add-timeout.
9060 (tooltip-show): Set border color from faces's foreground.
9061 (tooltip-show-help-function): If called with the same help string
9062 as last time, do nothing.
9063 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9064
9065 * startup.el (fancy-splash-screens): Don't bind show-help-function
9066 to nil.
9067
9068 * tooltip.el (tooltip-frame-parameters): Remove colors.
9069 (tooltip): New face
9070 (tooltip-set-param): New function.
9071 (tooltip-show): Set up color frame parameters from face `tooltip'.
9072 Display the tooltip text in face `tooltip'.
9073
9074 2001-01-04 Dave Love <fx@gnu.org>
9075
9076 * whitespace.el (whitespace-global-mode): Fix typo.
9077
9078 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9079
9080 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9081
9082 * help.el (help-for-help): Fix a typo in a doc string.
9083 From kwzh@gnu.org (Karl Heuer).
9084
9085 2001-01-03 Dave Love <fx@gnu.org>
9086
9087 * dired-x.el: Doc fixes. Maintainer change.
9088 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9089 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9090 (dired-guess-shell-alist-user): Customize.
9091 (dired-x-help-address): Set to bug-gnu-emacs.
9092 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9093 (dired-default-directory): Renamed from default-directory.
9094
9095 * hl-line.el (hl-line): Doc fix.
9096
9097 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9098
9099 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9100
9101 2001-01-02 Richard M. Stallman <rms@gnu.org>
9102
9103 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9104 to remove all the current alternative-match highlighting.
9105 If nil, remove only what's outside the current window.
9106 (isearch-lazy-highlight-remove-overlays): Take optional
9107 region within which NOT to remove them.
9108 (isearch-lazy-highlight-new-loop): Greatly simplified.
9109 (isearch-lazy-highlight-update): Find all the other occurrences
9110 visible in the window, in just one call.
9111 (isearch-lazy-highlight-start): Now holds start of region to scan.
9112 (isearch-lazy-highlight-end): Now holds end of region to scan.
9113 (isearch-lazy-highlight-wrapped): Variable deleted.
9114 (isearch-lazy-highlight-search): Function deleted.
9115
9116 2000-01-02 Andrew Innes <andrewi@gnu.org>
9117
9118 * w32-fns.el (convert-standard-filename): Do length check on name
9119 before aref.
9120
9121 2001-01-02 Dave Love <fx@gnu.org>
9122
9123 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9124 value.
9125 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9126
9127 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9128
9129 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9130 read syntax.
9131
9132 * calendar/todo-mode.el (todo): Add :link, :version.
9133 (todo-save-top-priorities): Remove autoload cookie.
9134 (todo-add-category, todo-add-item-non-interactively)
9135 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9136
9137 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9138
9139 * comint.el (comint-input-history-ignore): New variable.
9140 (comint-read-input-ring): Ignore entries matching
9141 comint-input-history-ignore.
9142
9143 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9144
9145 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9146 (lm-copyright-mark): New function.
9147 (lm-crack-copyright): New function.
9148 (lm-verify): Check that the file has a copyright.
9149 Check that the file is copyright Free Software Foundation.
9150
9151 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9152
9153 * international/mule-diag.el (print-fontset): Indent font name by
9154 24 columns, not 25.
9155
9156 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9157
9158 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9159 in Subject line.
9160
9161 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9162 Use mail-mode-hook instead of mail-setup-hook.
9163 Otherwise continuing an interrupted message with C-u C-x m for
9164 instance, winds up in Mail mode without abbrevs.
9165
9166 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9167
9168 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9169 non-nil. Adding almost all customization variables on ps-setup.
9170 Doc fix.
9171 (ps-print-version): New version number (6.3.3).
9172 (ps-end-with-control-d): Initialization fix.
9173 (ps-lines-printed): New var.
9174 (ps-skip-newline): New fun.
9175 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9176 (ps-next-line, ps-continue-line, ps-plot-region)
9177 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9178
9179 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9180
9181 * international/fontset.el (x-complement-fontset-spec):
9182 Resolve ASCII font name so that the same family name is used for fonts
9183 registered in x-font-name-charset-alist.
9184 (create-fontset-from-fontset-spec): Adjusted for the above change.
9185 The name of fontset alias should be a unresolved ASCII font name.
9186
9187 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9188
9189 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9190 and delete in isearch-mode-map.
9191
9192 2000-12-28 Richard M. Stallman <rms@gnu.org>
9193
9194 * dired-x.el (dired-guess-shell-alist-default):
9195 Use xpdf instead of acroread.
9196
9197 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9198
9199 * textmodes/artist.el (artist-butlast): Deleted.
9200 (artist-ellipse-mirror-quadrant): Use butlast instead of
9201 artist-butlast.
9202
9203 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9204
9205 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9206
9207 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9208
9209 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9210
9211 * ls-lisp.el: Better support for the Mac and MS-Windows.
9212 (ls-lisp): New defgroup.
9213 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9214 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9215 (ls-lisp-support-shell-wildcards): New defcustoms.
9216 (ls-lisp-parse-symlink): New function.
9217 (insert-directory): Code to convert switches to a list and set up
9218 the wildcard argument copied from ls-lisp-insert-directory.
9219 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9220 for -C and -R switches.
9221 (ls-lisp-column-format): New function.
9222 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9223 (ls-lisp-format-time): Add doc strings.
9224 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9225 Support ls-lisp-dirs-first.
9226 (ls-lisp-classify, ls-lisp-extension): New functions.
9227 (ls-lisp-format): Optionally support emulation of symlinks.
9228 Support -i, -s, and -G switches.
9229
9230 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9231
9232 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9233
9234 * version.el (emacs-version): Print X scroll bar information.
9235
9236 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9237 instead of x-toolkit-scroll-bars-p.
9238
9239 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9240 of x-toolkit-scroll-bars-p.
9241
9242 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9243
9244 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9245 (ffap-bindings): Doc fix, to reflect the above change.
9246
9247 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9248
9249 * term.el (term-char-mode): Define all non-ascii self-inserting
9250 characters to 'term-send-raw in term-raw-map.
9251
9252 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9253
9254 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9255
9256 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9257 Changed initialization; use add-hook.
9258 (ediff-file-remote-p): Use file-local-copy.
9259
9260 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9261
9262 * ediff.el (ediff-patch-buffer): Bug fix.
9263 (ediff-revision): Allow selection of the file at the prompt.
9264
9265 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9266
9267 * subr.el (combine-run-hooks): Remove.
9268
9269 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9270 and remove the rogue second spec.
9271
9272 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9273
9274 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9275
9276 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9277
9278 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9279 Use minibuffer menu prompt for the `=' prefix.
9280 (smerge-command-prefix): Change default to C-^.
9281 (smerge-mode): Don't assume font-lock doesn't move point.
9282
9283 * skeleton.el (skeleton-internal-1): Make sure the first line of
9284 the region is also re-indented.
9285 (skeleton-end-newline): New var.
9286 (skeleton-end-hook): Use it.
9287
9288 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9289
9290 * comint.el (comint-password-prompt-regexp): Support CVS.
9291
9292 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9293
9294 * simple.el (delete-key-deletes-forward-mode): Simplify.
9295 Also backspace key combinations, depending on
9296 delete-key-deletes-forward.
9297
9298 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9299
9300 * simple.el (delete-key-deletes-forward): Doc fix.
9301
9302 2000-08-22 Emmanuel Briot <briot@gnat.com>
9303
9304 * xml.el (top level comment): Updated to reflect the fact that
9305 white spaces are relevant in the XML file.
9306 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9307 to parse was already edited. This allows for on-the-fly analysis
9308 of XML files.
9309 (xml-parse-tag): Check that the casing is the same in the start
9310 tag and end tag, since XML is case-sensitive. Allows for spaces
9311 in the end tag, after the name of the tag.
9312 (xml-parse-attlist): Allow for the character '-' in the name of
9313 attributes, as in the standard http-equiv attribute Do not save
9314 the properties in the XML tree, since they are not relevant.
9315
9316 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9317
9318 * generic.el (generic-read-type): Undo last change, inline into
9319 `generic-mode' and then remove.
9320 (generic-mode): Inline generic-read-type.
9321 (define-generic-mode): Push the symbol name rather than the symbol
9322 onto generic-mode-list.
9323
9324 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9325
9326 * generic.el (generic-read-type): Build an alist for
9327 completing-read as in 20.7.
9328
9329 * play/landmark.el (lm): Use interactive spec `P'.
9330 (toplevel): Don't set debug-on-error.
9331
9332 * server.el (server-switch-buffer): Choose a window on a visible frame.
9333
9334 2000-12-21 Dave Pearson <davep@davep.org>
9335
9336 * quickurl.el: Commentry change, I've moved my web site.
9337
9338 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9339
9340 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9341 ranges like \177-\237, but accepts the character sequence from \177 to
9342 \237. Doc fix.
9343 (ebnf-version): New version (3.4).
9344 (ebnf-setup): Code fix.
9345 (ebnf-range-regexp): New fun.
9346 (ebnf-8-bit-chars): Const fix.
9347
9348 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9349 entry. Doc fix.
9350 (ebnf-bnf-lex): Code fix.
9351 (ebnf-bnf-comment-chars): Const fix.
9352
9353 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9354 entry. Doc fix.
9355 (ebnf-iso-comment-chars): Const fix.
9356
9357 * ebnf-otz.el: Doc fix.
9358
9359 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9360 entry. Doc fix.
9361 (ebnf-yac-skip-code): Code fix.
9362 (ebnf-yac-comment-chars): Const fix.
9363
9364 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9365
9366 * files.el (insert-directory-safely): New function.
9367 (recover-file): Use it instead of insert-directory.
9368 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9369
9370 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9371
9372 * international/mule-cmds.el (select-safe-coding-system):
9373 Check coding-category-list more rigidly. Improve help message.
9374
9375 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9376
9377 2000-12-21 Miles Bader <miles@gnu.org>
9378
9379 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9380
9381 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9382
9383 * international/mule-diag.el (describe-char-after): Make *Help*
9384 buffer inherit multibyteness of the current buffer.
9385
9386 * international/mule.el (make-char): Docstring adjusted for the
9387 change of make-char-internal.
9388
9389 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * international/iso-cvt.el: Docstrings fix.
9392
9393 2000-12-20 Dave Love <fx@gnu.org>
9394
9395 * subr.el (eval-after-load): Doc fix.
9396
9397 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9398
9399 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9400 for numbers.
9401
9402 2000-12-20 Miles Bader <miles@gnu.org>
9403
9404 * international/quail.el (quail-help): Resize the help window
9405 again after it has all its contents. Remove unneeded progn.
9406
9407 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9408
9409 * pcmpl-linux.el: Fix copy/paste error.
9410
9411 2000-12-19 Andrew Innes <andrewi@gnu.org>
9412
9413 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9414
9415 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9416
9417 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9418
9419 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9420
9421 * progmodes/idlw-shell.el: Fixed copyright notice.
9422
9423 * progmodes/idlwave.el: Fixed copyright notice.
9424
9425 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9426 TAB as key separators.
9427
9428 2000-12-19 Alex Schroeder <alex@gnu.org>
9429
9430 * sql.el (sql-sybase-options): New option.
9431 (sql-sybase): Use it. Add sql-database to the list of parameters
9432 provided for login. The options -w 2048 -n are not used any more.
9433 (sql-postgres-options): Changed default from "--pset" to "-P".
9434 (sql-mysql-options): Doc change.
9435 (sql-stop): Doc change.
9436
9437 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9438
9439 * international/quail.el (quail-input-method): Always hide
9440 the guidance buffer on exiting.
9441
9442 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9443
9444 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9445 isn't fboundp.
9446
9447 * server.el (server-buffer-done): Bury the buffer before
9448 killing it.
9449
9450 * faces.el (face-spec-set): Interpret a nil in specs for
9451 foreground and background colors as `unspecified', for
9452 compatibility with 20.x.
9453
9454 2000-12-18 Dave Love <fx@gnu.org>
9455
9456 * simple.el (mail-user-agent): Doc fix.
9457 (input-mode-8-bit): Removed.
9458
9459 * international/mule.el (set-keyboard-coding-system): Doc fix.
9460 (keyboard-coding-system): New option.
9461
9462 * mail/sendmail.el (send-mail-function): Customize.
9463
9464 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9465
9466 * international/codepage.el (cp866-decode-table): New table.
9467
9468 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9469
9470 * version.el (emacs-version): Remove `%a' from the time format
9471 because the weekday doesn't fit well into each locale.
9472
9473 2000-12-18 Miles Bader <miles@gnu.org>
9474
9475 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9476
9477 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9478 Check that emacs-major-version is `=' to 20, not `>='.
9479 (artist-replace-chars): Use `make-string' instead of a loop.
9480
9481 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9482
9483 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9484 (cvs-execute-single-file): Don't change directory.
9485 Patch from Per Cederqvist.
9486
9487 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * textmodes/ispell.el (check-ispell-version):
9490 If `ispell-program-name' is "aspell", pass it the -v switch instead
9491 of -vv.
9492
9493 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9494
9495 * international/mule-diag.el (mule-diag): Insert information about
9496 configure options, multibyte awareness, language env.
9497
9498 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9499 regexp to search for candidates.
9500
9501 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9502
9503 * info.el (Info-forward-node): If the node has an
9504 Info-header-line, widen the buffer before searching for "next:"
9505 and "up:" pointers, and set the search limit to stay in the
9506 current node.
9507
9508 2000-12-16 Miles Bader <miles@gnu.org>
9509
9510 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9511
9512 2000-12-15 Miles Bader <miles@gnu.org>
9513
9514 * comint.el (comint-send-string, comint-send-region): Also accept
9515 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9516 process-send-string/region.
9517
9518 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9519
9520 * isearch.el (isearch-lazy-highlight-max): New user-option.
9521 (isearch-lazy-highlight-update): Don't highlight more than
9522 isearch-lazy-highlight-max matches.
9523
9524 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9525
9526 2000-12-15 Richard M. Stallman <rms@gnu.org>
9527
9528 * sort.el (sort-columns): Fix error message.
9529
9530 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9531 `upcase' or `downcase' or nil.
9532 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9533 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9534 (dabbrev--substitute-expansion): New arg record-case-pattern.
9535 If it is non-nil, set dabbrev--last-case-pattern.
9536 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9537
9538 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9539
9540 2000-12-15 Miles Bader <miles@gnu.org>
9541
9542 * paths.el (Info-default-directory-list): Don't delete
9543 configure-info-directory from the list of standard info
9544 directories when appending it to the end -- their order is important.
9545
9546 * faces.el (read-face-attribute): If there's no entry for the
9547 user's input in VALID, just use it as-is (this will often result
9548 in an error, but it may be OK for e.g. colors using hexadecimal
9549 notation, and at least will yield a better error message).
9550
9551 * window.el (mode-line-window-height-fudge): Function removed.
9552 (height-affecting-face-attributes, mode-line-window-height-fudge):
9553 Variables removed.
9554 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9555 window is really the right size. Use vertical-motion
9556 rather than forward-line.
9557 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9558 (ispell-command-loop, ispell-show-choices): Use the variable
9559 ispell-choices-win-default-height, rather than the function.
9560 (ispell-choices-win-default-height): Function removed.
9561 (ispell-mode-line-window-height-fudge): Function removed.
9562
9563 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9564
9565 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9566
9567 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9568
9569 * paths.el (Info-default-directory-list):
9570 If configure-info-directory is not one of the standard directories,
9571 put it first in the list; otherwise put it last. Doc string
9572 changed accordingly.
9573
9574 * info.el (Info-directory-list): Change doc string to reflect the
9575 change in Info-default-directory-list.
9576
9577 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9578 windows-nt as windowed environments, even under -nw.
9579
9580 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9581 if not fboundp. Switch delete-forward mode for the <delete> key
9582 on all PC platforms, even under -nw.
9583
9584 * term/internal.el ([M-delete]): Remap to M-d.
9585
9586 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9587
9588 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9589
9590 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9591
9592 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9593
9594 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9595
9596 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9597 if appropriate.
9598
9599 * simple.el (delete-key-deletes-forward): New user-option.
9600 (delete-key-deletes-forward-mode): New function.
9601
9602 * bindings.el: Bind `delete' to backward-delete-char.
9603
9604 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9605 Test if symbol is bound before getting its value.
9606
9607 * tooltip.el (tooltip-show): If an error is signaled in
9608 x-show-tip, display that error, and display the help in the
9609 echo area.
9610
9611 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9612
9613 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9614 Show "... entries" messages for every 10000 entries, not 10.
9615
9616 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9617
9618 * bookmark.el: Provide a generic exit hook, as suggested by
9619 Ovidiu Predescu <ovidiu@cup.hp.com>:
9620 (bookmark-exit-hook): New var.
9621 (bookmark-exit-hook-internal): New func, replaces
9622 old raw lambda form in `kill-emacs-hook', and runs new
9623 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9624 as logically that feature must have been provided if this function
9625 is running.
9626 Removed ;;;###autoload before the `add-hook' call.
9627
9628 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9629
9630 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9631 (easy-menu-current-active-maps): New function.
9632 (easy-menu-get-map): Use it.
9633 Make a proper menu entry when creating a new keymap.
9634
9635 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9636
9637 * international/characters.el: Fix cases and syntaxes for
9638 mule-unicode-0100-24ff.
9639
9640 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9641 that a Japanese character is not appended after day and year.
9642
9643 * info.el (Info-suffix-list): Change format for a command that
9644 requires arguments.
9645 (info-insert-file-contents): Adjusted for the above change.
9646
9647 2000-12-12 Andreas Schwab <schwab@suse.de>
9648
9649 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9650 on the name of the tar buffer. Verify that the existing buffer is
9651 visiting the same subfile.
9652
9653 2000-12-12 Dave Love <fx@gnu.org>
9654
9655 * subdirs.el: Add obsolete.
9656
9657 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9658
9659 * mail/rmailsum.el (rmail-summary-expunge)
9660 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9661 instead of rmail-confirm-expunge.
9662
9663 * replace.el (perform-replace): Don't use an empty match adjacent
9664 to a non-empty match when computing the next match before the
9665 replacement is performed.
9666
9667 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9668
9669 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9670 definition (patch by Stefan Monnier).
9671 (glasses-mode): Use jit-lock instead of `after-change-functions'
9672 (patch by Stefan Monnier).
9673
9674 2000-12-12 Miles Bader <miles@gnu.org>
9675
9676 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9677 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9678
9679 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9680
9681 * term/mac-win.el: Remove load for ls-lisp.
9682
9683 * loadup.el: Load ls-lisp for system-type `macos'.
9684
9685 2000-12-12 Miles Bader <miles@gnu.org>
9686
9687 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9688 Respect field end too.
9689 (just-one-space): Respect fields as `delete-horizontal-space'.
9690 (newline-and-indent, reindent-then-newline-and-indent):
9691 Use `delete-horizontal-space'.
9692
9693 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9694
9695 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9696 (so as to obey the field property in the minibuffer).
9697
9698 * obsolete/c-mode.el: Moved from lisp/progmodes.
9699 * obsolete/auto-show.el: Moved from lisp.
9700 * obsolete/ooutline.el: Moved from lisp/textmodes.
9701
9702 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9703
9704 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9705 changes to list them here.
9706
9707 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9708 Too many changes to list them here.
9709
9710 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9711 Too many changes to list them here.
9712
9713 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9714
9715 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9716
9717 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9718
9719 * cus-edit.el (custom-save-variables, custom-save-faces):
9720 Comment fix.
9721
9722 * hscroll.el: Moved to `obsolete' subdir.
9723
9724 2000-12-11 Miles Bader <miles@gnu.org>
9725
9726 * window.el (window-text-height): Function removed (now in C).
9727
9728 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9729
9730 * log-edit.el (log-edit-parent-buffer): New var.
9731 (log-edit): Set it. Add BUFFER argument.
9732 (log-edit-done): Use char-before.
9733 Don't bother checking validity of vc-comment-ring.
9734 Only bury the buffer if log-edit popped it up.
9735
9736 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9737 (cvs-mode-diff-help): Remove.
9738 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9739 (cvs-mode-marked): Set up the default for CMD manually.
9740
9741 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9742 Remove binding for ? now made unnecessary.
9743
9744 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9745
9746 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9747 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9748
9749 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9750 when master file is not open.
9751
9752 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9753
9754 * progmodes/ada-stmt.el: Update `maintainer'.
9755
9756 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9757
9758 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9759 choices to match documentation string.
9760
9761 2000-12-09 Miles Bader <miles@gnu.org>
9762
9763 * minibuf-eldef.el: New file.
9764
9765 * window.el (fit-window-to-buffer): Don't pass last argument to
9766 pos-visible-in-window-p, now that its meaning is inverted.
9767
9768 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9769
9770 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9771 <ceder@lysator.liu.se>.
9772
9773 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9774
9775 * autoinsert.el (auto-insert-alist): Add missing final \n.
9776
9777 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9778 (cvs-menu-map): Remove.
9779 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9780 (cvs-mode-quit): Turn it back into a plain function.
9781
9782 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9783 (texinfo-filter): Remove (move to texinfo.el).
9784
9785 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9786 file where it's more visible.
9787 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9788 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9789 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9790 (texinfo-inside-macro-p): Only catch `scan-error's.
9791 (texinfo-inside-env-p): Make better use of the match info.
9792 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9793 (texinfo-insert-@end): Slight re-organization.
9794 Also remove useless `looking-at' call.
9795
9796 2000-12-08 Andrew Innes <andrewi@gnu.org>
9797
9798 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9799 accessible in -nw mode.
9800
9801 * term/w32-win.el: Remove stuff about selection timeout, which is
9802 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9803 it is accessible in -nw mode.
9804
9805 2000-12-08 Dave Love <fx@gnu.org>
9806
9807 * emacs-lisp/lisp-mode.el (lisp-mode):
9808 Set font-lock-keywords-case-fold-search.
9809
9810 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9811
9812 * textmodes/ispell.el (ispell): Doc fix.
9813
9814 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9815
9816 * international/quail.el (quail-insert-decode-map): Check the
9817 frame width of a window displaying the current buffer, not that of
9818 the selected frame.
9819 (quail-help): Make sure that the help buffer has window before
9820 inserting text in it.
9821
9822 2000-12-07 Sam Steingold <sds@gnu.org>
9823
9824 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9825 Backquote is used in isearch.el, so autoloading saves nothing.
9826
9827 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9828
9829 * startup.el (normal-top-level-add-subdirs-to-load-path):
9830 Ignore the CVS and RCS subdirectories case-insensitively.
9831
9832 * dired.el (dired-insert-directory): If file-system-info is
9833 fboundp, call it instead of invoking dired-free-space-program.
9834
9835 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9836
9837 * server.el (server-visit-files): Push files on file-name-history.
9838
9839 * progmodes/cc-langs.el: Update copyright.
9840
9841 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9842
9843 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9844
9845 * bindings.el (mode-line-mode-menu): Reverse the order
9846 of define-keys so that the menu appears in alphabetical order.
9847
9848 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9849
9850 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9851 of the function.
9852
9853 2000-12-07 Dave Love <fx@gnu.org>
9854
9855 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9856
9857 * facemenu.el (facemenu-unlisted-faces): Fix value.
9858
9859 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9860
9861 * font-lock.el (font-lock-default-fontify-region):
9862 Include the terminating \n (off-by-one error).
9863 (font-lock-set-defaults): Use dolist.
9864
9865 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9866
9867 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9868
9869 * international/mule-cmds.el (describe-language-environment):
9870 Fix for the case that an input method title is not string but a list.
9871
9872 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9873 of wrong SIZE record.
9874
9875 2000-12-06 Dave Love <fx@gnu.org>
9876
9877 * newcomment.el (comment-region, comment-dwim): Doc fix.
9878
9879 * textmodes/texinfo.el: Require tex-mode when compiling.
9880 (texinfo-update-node): Doc fix.
9881 (texinfo-imenu-generic-expression): Add @anchor.
9882 (texinfo-font-lock-keywords): Add @uref.
9883 (texinfo-inside-macro-p): Don't use ignore-errors.
9884 (texinfo-insert-quote): Match more contexts.
9885
9886 * international/mule.el (decode-char, encode-char): Doc fix.
9887 (auto-coding-alist): Customize.
9888
9889 * files.el (load-file): Fix change of 2000-03-12.
9890
9891 * wid-edit.el (widget-text-keymap): Doc fix.
9892
9893 2000-12-06 Andrew Innes <andrewi@gnu.org>
9894
9895 * makefile.w32-in (lisp): Set to an absolute directory, namely
9896 $(CURDIR).
9897
9898 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9899
9900 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9901 read generated-autoload-file, and set buffer-file-coding-system to
9902 raw-text-unix after reading the file.
9903
9904 * international/mule-conf.el (file-coding-system-alist):
9905 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9906
9907 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9908
9909 * replace.el (occur): Make line-number-width 1 smaller for the
9910 colon following the line number.
9911
9912 * startup.el (fancy-splash-text, command-line-1):
9913 Use `File' for the menu name instead of `Files'.
9914
9915 * tmm.el: Update copyright.
9916
9917 * cus-start.el: Add entry for even-window-heights.
9918
9919 2000-12-06 Miles Bader <miles@gnu.org>
9920
9921 * faces.el (frame-set-background-mode): Avoid stomping on
9922 locally modified faces.
9923
9924 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9925
9926 * international/fontset.el: Correct the font registries for
9927 japanese-jisx0213-1 and japanese-jisx0213-2.
9928
9929 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9930
9931 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9932
9933 * iswitchb.el: Update customization commentary.
9934
9935 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9936
9937 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9938 (tpu-search-highlight): Fixed comparison of overlay end positions.
9939 (tpu-trim-line-ends): Implemented trimming logic locally.
9940
9941 * emulation/tpu-extras.el (tpu-write-file-hook)
9942 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9943
9944 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9945
9946 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9947 to cn-gb.
9948 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9949
9950 2000-12-04 Dave Love <fx@gnu.org>
9951
9952 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9953
9954 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9955
9956 * mail/rmailsum.el (rmail-summary-expunge)
9957 (rmail-summary-expunge-and-save): Ask for confirmation with
9958 rmail-expunge-confirmed.
9959
9960 * mail/rmail.el (rmail-expunge-confirmed): New function.
9961 (rmail-expunge): Use it.
9962
9963 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9964
9965 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9966 (etags-recognize-tags-table, find-tag-in-order):
9967 New functionality: interpret file names as tags.
9968
9969 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9970
9971 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9972 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9973 the first subnode until the bottom of the current node is visible.
9974
9975 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9976
9977 * format.el (format-decode): Don't change buffer's undo list.
9978
9979 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9980
9981 * faces.el (face-font-registry-alternatives): Add entries for CJK
9982 fonts. Doc-string adjusted for the actual usage of this data.
9983
9984 * international/fontset.el: Change the font registries for CJK
9985 fonts in the default fontset. Don't append '*' to registries.
9986
9987 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9988
9989 * emacs-lisp/easy-mmode.el (define-derived-mode)
9990 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9991
9992 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9993 (derived-mode-p): New function.
9994 (derived-mode-make-docstring): Add `docstring' argument.
9995 Use it if available and complete it if necessary.
9996
9997 2000-12-03 Andreas Schwab <schwab@suse.de>
9998
9999 * type-break.el (type-break): Don't make parent of itself.
10000
10001 2000-12-03 Miles Bader <miles@gnu.org>
10002
10003 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
10004
10005 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
10006
10007 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
10008 (tex-main-file, tex-file): Simplify.
10009 (tex-generate-zap-file-name): Use subst-char-in-string.
10010 (tex-strip-dots): Remove.
10011
10012 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
10013
10014 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
10015 to check if the match succeeded.
10016
10017 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10018
10019 * startup.el (use-fancy-splash-screens-p): New function.
10020 (command-line-1): Use it to determine whether or not to use
10021 a fancy splash screen.
10022
10023 2000-12-02 Andreas Schwab <schwab@suse.de>
10024
10025 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10026
10027 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10028
10029 * international/mule.el (make-char): Fix last change.
10030
10031 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10032 New defcustoms.
10033 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10034 autoloading tex-mode; instead, do the same manually.
10035 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10036 with numeric argument. Docstring fix.
10037 (toplevel): Require cl when compiling.
10038
10039 * international/mule.el (make-char): Doc fix.
10040
10041 2000-12-02 Jason Rumney <jasonr@gnu.org>
10042
10043 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10044 the Emacs Lisp manual)
10045
10046 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10049
10050 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10051 the Emacs Lisp manual).
10052
10053 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10054
10055 * simple.el (next-line-add-newlines): Change default to nil.
10056
10057 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10058
10059 * files.el (revert-buffer, recover-file):
10060 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10061
10062 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10063
10064 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10065
10066 2000-12-01 Miles Bader <miles@gnu.org>
10067
10068 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10069
10070 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10071
10072 * international/mule-diag.el (describe-char-after): Fix typo.
10073 (describe-character-set, non-iso-charset-alist): Fix typo.
10074
10075 2000-12-01 Miles Bader <miles@gnu.org>
10076
10077 * image-file.el (image-file-name-regexp): Automatically add
10078 upper-case variants of each filename extension in
10079 `image-file-name-extensions', since they seem to be common.
10080
10081 * simple.el (minibuffer-contents)
10082 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10083 New functions.
10084 * filecache.el (file-cache-directory-name)
10085 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10086
10087 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10088
10089 * filecache.el (file-cache-minibuffer-complete): Don't try to
10090 delete the minibuffer prompt.
10091
10092 2000-11-30 Dave Love <fx@gnu.org>
10093
10094 * cus-start.el: Fix read-buffer-function type.
10095
10096 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10097
10098 * md5.el: Removed. There's a built-in function, now.
10099
10100 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10101
10102 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10103 as dummy 0-th char of rmail-deleted-vector.
10104
10105 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10106
10107 * ps-print.el (ps-end-job): Bind case-fold-search only after
10108 switching to ps-spool-buffer.
10109
10110 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10111
10112 * ps-print.el: Line number font customization. PostScript: Lines and
10113 PageCount are initialized on each page. Doc Fix.
10114 (ps-print-version): New version number (6.3.2).
10115 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10116 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10117 (ps-right-header): Customization fix.
10118 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10119 Fix code.
10120 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10121 New vars.
10122
10123 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10124
10125 * bs.el: Fix typos and spelling errors.
10126 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10127 (bs-configuration): Doc fix.
10128
10129 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10130
10131 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10132
10133 * emulation/tpu-edt.el (tpu-version): New version.
10134 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10135 (tpu-original-mode-line): Variable deleted.
10136 (tpu-mark-flag): New initial value.
10137 (tpu-set-mode-line): Don't redefine mode-line-format.
10138 Add tpu-mark-flag to minor-mode-alist.
10139 (tpu-update-mode-line): New mark flag logic.
10140 (tpu-get): Use find-file-wildcards.
10141 (tpu-search-highlight): Move overlay less, reset overlay properly.
10142 (tpu-unselect): Deactivate mark.
10143 (tpu-lm-replace): Reset overlay properly.
10144 (tpu-forward-line): Use forward-visible-line.
10145 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10146
10147 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10148
10149 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10150
10151 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10152
10153 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10154
10155 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10156 and skip whitespace and newlines.
10157
10158 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10159
10160 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10161
10162 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10163
10164 * help.el (describe-function-1): Regexp-quote function name
10165 when used as part of a regexp.
10166
10167 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10168 Use face-attribute instead of face-foreground and face-background.
10169 (tool-bar-add-item): Likewise, and handle unspecified colors.
10170
10171 * enriched.el (enriched-face-ans): Use face-attribute instead
10172 of face-foreground and face-background.
10173
10174 * faces.el (face-foreground, face-background, face-stipple):
10175 Return nil if attribute is unspecified, for backward compatibility.
10176
10177 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10178
10179 * play/5x5.el: Remove version info.
10180
10181 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10182
10183 * frame.el (blink-cursor-mode): Doc fix.
10184
10185 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10186
10187 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10188 to create Makefile rules.
10189 (antlr-tool-command): New user option.
10190 (antlr-ask-about-save): New user option.
10191 (antlr-makefile-specification): New user option.
10192 (antlr-file-formats-alist): New variable.
10193 (antlr-special-file-formats): New variable.
10194 (antlr-unknown-file-formats): New user option.
10195 (antlr-help-unknown-file-text): New variable.
10196 (antlr-help-rules-intro): New variable.
10197 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10198 (antlr-mode-menu): Add entries.
10199 (antlr-file-dependencies): New function.
10200 (antlr-directory-dependencies): New function.
10201 (antlr-superclasses-glibs): New function.
10202 (antlr-run-tool): New command.
10203 (antlr-makefile-insert-variable): New function.
10204 (antlr-insert-makefile-rules): New function.
10205 (antlr-show-makefile-rules): New command.
10206
10207 * antlr-mode.el: More Emacs/XEmacs stuff.
10208 (antlr-no-action-keywords): New constant with value nil.
10209 (antlr-font-lock-keywords-alist): Use it. Old value would break
10210 syntax highlighting in Emacs-21.0.
10211 (antlr-default-directory): Emacs/XEmacs dependend function.
10212 (antlr-read-shell-command): Ditto.
10213 (antlr-with-displaying-help-buffer): Ditto.
10214
10215 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10216
10217 * antlr-mode.el: imenu, parsing and highlighting changes.
10218 (antlr-imenu-create-index-function): Don't create extra submenus
10219 for definitions in different grammar classes. It is not necessary
10220 for the menu and would make command `imenu' awkward to use.
10221 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10222 header actions and more than one.
10223 (antlr-font-lock-tokendef-face): Changed color.
10224 (antlr-font-lock-tokenref-face): Changed color.
10225 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10226 (antlr-mode-syntax-table): New variable.
10227 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10228 (antlr-with-syntax-table): Don't copy syntax table.
10229
10230 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10231
10232 * antlr-mode.el: Minor changes: language setting.
10233 (antlr-language-alist): The value for file option "language" can
10234 be both an identifier and a string.
10235 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10236 (antlr-language-limit-n-regexp): Change accordingly.
10237
10238 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10239
10240 * antlr-mode.el: Minor changes: tabs, hiding.
10241 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10242 (antlr-action-visibility): Also allow value nil to also hide the
10243 braces. Renamed from `antlr-tiny-action-length'.
10244 Suggested by Jay@aol.com.
10245 (antlr-hide-actions): Change accordingly. Hide line if completely
10246 hidden action is on a line of its own.
10247
10248 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10249
10250 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10251
10252 * sort.el (sort-columns): Don't concat strings with numbers.
10253
10254 2000-11-29 Dave Love <fx@gnu.org>
10255
10256 * cus-edit.el (face): Fix :format.
10257
10258 * mail/feedmail.el: Require smtpmail when compiling.
10259 (mail-do-fcc): Autoload.
10260 (feedmail) <defgroup>: Fix :link.
10261 (feedmail-nuke-body-in-fcc): Fix :type.
10262 (feedmail-send-it): Add autoload cookie.
10263
10264 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10265
10266 * newcomment.el (comment-indent): Save excursion around call to
10267 comment-indent-function.
10268
10269 2000-11-29 Miles Bader <miles@gnu.org>
10270
10271 * subr.el (member-ignore-case): Return the tail of the list who's
10272 car matches, like `member', not the matching element itself.
10273
10274 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10275
10276 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10277 should not contain `\n'.
10278
10279 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10280
10281 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10282
10283 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10284
10285 * dired-aux.el (dired-do-create-files): Construct default file
10286 name for dired-mark-read-file-name so that when the user enters
10287 just RET, the target file will end up in the target directory.
10288
10289 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10290 local-abbrev-table before changing buffers because it might
10291 have a buffer-local binding.
10292
10293 2000-11-28 Miles Bader <miles@gnu.org>
10294
10295 * simple.el (delete-horizontal-space): Handle fields more generally.
10296
10297 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10298
10299 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10300
10301 2000-11-28 Dave Love <fx@gnu.org>
10302
10303 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10304 comment-start-skip locally.
10305
10306 * progmodes/fortran.el (fortran-mode): Don't set
10307 fortran-comment-line-start-skip. Set comment-start to
10308 fortran-comment-line-start.
10309 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10310 (fortran-comment-line-start-skip): Simplify slightly.
10311
10312 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10313
10314 * play/5x5.el: Remove RCS keyword.
10315
10316 * bs.el: Mistaken commit, undone 2000-11-30.
10317
10318 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10319
10320 * textmodes/tildify.el (tildify-string-alist):
10321 Add `plain-tex-mode' here.
10322
10323 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10324
10325 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10326 reference.
10327
10328 2000-11-28 Miles Bader <miles@gnu.org>
10329
10330 * cus-face.el (custom-face-attributes): Add post-filter function
10331 for :box. Make pre-filter function for :box handle all cases.
10332
10333 * wid-edit.el (widget-choose): Make sure pop-up window is large
10334 enough to display all the choices, as there's no way to scroll it.
10335
10336 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10337
10338 * international/mule-conf.el: Make the coding system no-conversion
10339 safe for all characters.
10340
10341 2000-11-27 Dave Love <fx@gnu.org>
10342
10343 * net/ldap.el (ldap) <defgroup>: Add :version.
10344
10345 * tooltip.el (tooltip-use-echo-area): Doc fix.
10346
10347 * cus-start.el <minibuffer-prompt-properties>: Add version.
10348 <read-buffer-function>: Add.
10349
10350 * apropos.el (apropos-print): Add help-echo to active text.
10351
10352 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10353
10354 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10355
10356 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10357 type, group and version.
10358
10359 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10360
10361 * select.el (x-get-selection): Docstring fix.
10362
10363 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10364
10365 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10366
10367 2000-11-27 Andrew Innes <andrewi@gnu.org>
10368
10369 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10370
10371 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10372
10373 2000-11-27 Miles Bader <miles@gnu.org>
10374
10375 * dired.el (dired-get-filename): Return filename verbatim if
10376 LOCALP is `verbatim'.
10377 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10378 `verbatim' so that we don't inadvertently delete a non-existant
10379 directory name.
10380
10381 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10382
10383 * international/characters.el: Specify cases and syntaxes for
10384 mule-unicode-0100-24ff.
10385
10386 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10387
10388 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10389 that foreground and/or background colors of the face `tool-bar'
10390 are unspecified.
10391
10392 2000-11-27 Miles Bader <miles@gnu.org>
10393
10394 * wid-edit.el (widget-field-buffer, widget-field-start)
10395 (widget-field-end): Handle widget field `pseudo-overlays'.
10396 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10397 if it's there instead of in `widget-field-list'.
10398
10399 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10400 (help-make-xrefs): Delete extraneous newlines at the end of the
10401 docstring.
10402
10403 2000-11-25 Jason Rumney <jasonr@gnu.org>
10404
10405 * startup.el (command-line): Call set-locale-environment after
10406 Window System init file is read, as it can result in a call to
10407 redraw-frame.
10408
10409 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10410
10411 * simple.el (shell-command): Mention the effect of the prefix
10412 argument in the doc string.
10413
10414 2000-11-25 Miles Bader <miles@gnu.org>
10415
10416 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10417
10418 * wid-edit.el (widget-field-value-delete): Don't try to delete
10419 overlay when it's the `pseudo-overlay' that exists at some points.
10420
10421 2000-11-24 Jason Rumney <jasonr@gnu.org>
10422
10423 * international/mule-cmds.el (locale-language-names): Add "jp" as
10424 a non-standard alternative for Japanese.
10425
10426 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10427
10428 * vc-hooks.el: Require 'cl during compilation.
10429
10430 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10431
10432 * faces.el (face-set-after-frame-default): Let face attributes
10433 specified for new frames override frame parameters.
10434
10435 * startup.el (command-line): Fix computation of the source file
10436 for user-init-file when user-init-file is a compiled file.
10437
10438 2000-11-24 Miles Bader <miles@gnu.org>
10439
10440 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10441 (custom-post-filter-face-spec): New functions.
10442 (custom-face-set, custom-face-value-create): Filter the face spec
10443 before and after customization.
10444 (custom-face-set): If VALUE specifies a null face, pass a
10445 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10446 * cus-face.el (custom-face-attributes): Remove SET and GET
10447 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10448 cases they're needed.
10449
10450 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10451 that it's distinguishable from the :off-glyph on dark-background
10452 displays. Set its background color too.
10453
10454 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10455 so that people can easily turn it off.
10456
10457 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10458
10459 * ediff-diff.el: Moved variables around to have it compile under NT.
10460
10461 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10462
10463 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10464
10465 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10466 redundant skip-small-frames test.
10467
10468 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10469 (viper-downgrade-to-insert): Protect against errors in hooks.
10470
10471 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10472 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10473 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10474 New functions.
10475
10476 * viper-util.el (viper-memq-char): Bug fixes.
10477
10478 * viper.el (viper-mode): Fix cursor handling.
10479
10480 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10481
10482 * international/mule-diag.el (list-iso-charset-chars):
10483 For two-byte charset, fix the `while' condition.
10484 (list-non-iso-charset-chars): Fix the `while' condition.
10485
10486 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10487
10488 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10489 if the variable is make-variable-buffer-local.
10490
10491 * progmodes/ada-stmt.el (ada-template-map):
10492 Initialize and bind it to C-c t in ada-mode-map.
10493 (ada-stmt-mode-hook): New function extracted from old code.
10494 Only change the buffer-local side of skeleton-*.
10495 (ada-mode-hook): Use it.
10496
10497 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10498
10499 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10500 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10501 we expect to be returned by minibuffer-depth once we prompt the
10502 user in the minibuffer.
10503 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10504 as recorded in iswitchb-minibuf-depth, return non-nil.
10505
10506 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10507
10508 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10509 (hscroll-window-maybe): Docstring fix.
10510
10511 2000-11-23 Dave Love <fx@gnu.org>
10512
10513 * rect.el (string-rectangle): Don't test delete-selection-mode.
10514
10515 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10516
10517 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10518 is in the tool bar.
10519
10520 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10521 with `no-dir'; we want the directory part to be able to remove it.
10522
10523 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10524
10525 * textmodes/outline.el (outline-flag-region):
10526 Don't bind inhibit-read-only since we don't modify the buffer.
10527 (outline-isearch-open-invisible): Don't jump to overlay-start
10528 since we're trying to unhide text around point.
10529 (outline-discard-overlays): Use dolist.
10530
10531 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10532
10533 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10534
10535 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10536
10537 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10538
10539 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10540 Fix ARG regexp to skip quoted braces.
10541 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10542 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10543 are (correctly) handled separately).
10544 Remove `caption' and `footnote' from `citations': they contain text.
10545 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10546 (latex-skeleton-end-hook): New function.
10547 (latex-mode): Use it.
10548 (tex-start-tex-marker): Remove.
10549 (tex-send-tex-command): Don't set tex-start-tex-marker.
10550 (tex-error-parse-syntax-table): New var.
10551 (tex-compilation-parse-errors): Use it.
10552 Ignore tex-start-tex-marker. Don't bother with marker-position.
10553 (tex-validate-buffer): Don't bother with marker-position.
10554
10555 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10556 (flyspell-generic-progmode-verify): Use it.
10557
10558 2000-11-22 Sam Steingold <sds@gnu.org>
10559
10560 * simple.el (delete-trailing-whitespace): New interactive function.
10561
10562 * progmodes/ada-mode.el (ada-mode): Use it instead of
10563 `ada-remove-trailing-spaces'.
10564 (ada-remove-trailing-spaces): Removed.
10565
10566 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10567
10568 * textmodes/picture.el (picture-clean): Removed.
10569 (picture-mode-exit): Call it instead of `picture-clean'.
10570
10571 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10572
10573 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10574
10575 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10576 jit-lock-fontify-buffer; it should anyway be unneccessary to
10577 do anything special when jit-lock is active.
10578 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10579
10580 2000-11-22 Dave Love <fx@gnu.org>
10581
10582 * calendar/todo-mode.el (todo-top-priorities): Use
10583 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10584
10585 * language/chinese.el, language/cyrillic.el:
10586 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10587 * language/hebrew.el, language/indian.el, language/japanese.el:
10588 * language/korean.el, language/lao.el, language/misc-lang.el:
10589 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10590 Use provide.
10591
10592 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10593 (custom-variable-set): Improve validation error mesage.
10594
10595 * rect.el (string-rectangle): Revert last change.
10596 (string-rectangle-line): New arg DELETE.
10597 (string-rectangle): Check delete-selection-mode.
10598
10599 * emacs-lisp/edebug.el (edebug-version)
10600 (edebug-maintainer-address): Deleted.
10601 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10602 (edebug-read-function): Account for other `'#' read forms.
10603 (edebug-mode-menus): Make some items toggles.
10604 (edebug-outside-unread-command-event, unread-command-event):
10605 Remove these to avoid warnings.
10606
10607 2000-11-22 David Ponce <david@dponce.com>
10608
10609 * recentf.el (recentf-menu-items-for-commands)
10610 (recentf-make-menu-items, recentf-make-menu-item)
10611 (recentf-filter-changer): Added :help and :active menu-item properties.
10612
10613 (recentf-build-dir-rules, recentf-dump-variable)
10614 (recentf-edit-list, recentf-open-files-item)
10615 (recentf-open-files): Replaced unnecessary `mapcar' with new
10616 built-in `mapc'.
10617
10618 2000-11-23 Miles Bader <miles@gnu.org>
10619
10620 * faces.el (menu): Make inverse-video on ttys too.
10621
10622 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10623
10624 * simple.el (comment-line-break-function): Use the new name
10625 indent-new-comment-line -> comment-indent-new-line.
10626 (clone-indirect-buffer): Don't ignore NORECORD.
10627 (next-completion): Properly handle the case where items are adjacent.
10628
10629 * mouse.el (popup-menu): Stupid typo.
10630
10631 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10632
10633 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10634 maintainer, keywords tags.
10635
10636 * rect.el (replace-rectangle): Don't call string-rectangle-line
10637 with too many arguments.
10638
10639 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10640
10641 * ediff-util.el (ediff-file-checked-out-p)
10642 (ediff-file-checked-in-p): Call vc-state instead of
10643 vc-locking-user, which no longer exists.
10644
10645 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10646
10647 2000-11-22 Dave Love <fx@gnu.org>
10648
10649 * md5.el (md5): Provide.
10650 (md5): Fix error call.
10651
10652 2000-11-22 Miles Bader <miles@gnu.org>
10653
10654 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10655 (refill-fill-paragraph-at): Remove debugging code.
10656
10657 * calendar/calendar.el (generate-calendar-window): When we don't
10658 call `fit-window-to-buffer', make sure the top line is fully visible.
10659
10660 * image-file.el (insert-image-file): Don't make `read-only'
10661 property rear-nonsticky.
10662
10663 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10664 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10665 stashing away its original value.
10666 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10667 in the recursive edit.
10668 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10669 (isearch-done): Restore `minibuffer-message-timeout'.
10670
10671 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10672
10673 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10674
10675 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10676
10677 * find-lisp.el (find-lisp-find-files-internal):
10678 Use dolist, when and file-name-as-directory.
10679
10680 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10681 (define-derived-mode, define-minor-mode): Add specs.
10682
10683 * window.el: General comment and spacing fixes.
10684 (save-selected-window): Use backquotes.
10685 (window-safely-shrinkable-p): New function.
10686 (shrink-window-if-larger-than-buffer): Use it.
10687
10688 * subr.el (make-local-hook): Docstring fix.
10689
10690 * shell.el (shell-mode): Use define-derived-mode.
10691
10692 * newcomment.el (comment-indent): Insert comment before calling
10693 comment-indent-function. Don't insert in column 0.
10694 (comment-dwim): Indent before inserting comment.
10695
10696 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10697 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10698 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10699 Use mapc rather than map.
10700
10701 * files.el (find-buffer-visiting): Compare all attributes before
10702 declaring two files identical (rather than just their inode-no).
10703 (auto-mode-alist): Use \' rather than $.
10704
10705 * which-func.el: Update maintainer line.
10706
10707 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10708 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10709 (uniquify-buffer-file-name): Use it.
10710
10711 2000-11-22 Miles Bader <miles@gnu.org>
10712
10713 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10714 * simple.el (minibuffer-avoid-prompt): New function.
10715
10716 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10717
10718 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10719
10720 2000-11-21 Miles Bader <miles@gnu.org>
10721
10722 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10723 inclusion of `track-mouse'.
10724
10725 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10726 (refill-adjust-ignorable-overlay): New function.
10727 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10728 only the paragraph's tail if possible.
10729 Update `refill-ignorable-overlay'.
10730 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10731
10732 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10733 point inside the fill-prefix.
10734
10735 * textmodes/refill.el (refill-post-command-function): Don't reset
10736 refill-doit in the case where a self-insertion command doesn't
10737 case a refill. Use `refill-fill-paragraph-at', getting position
10738 from `refill-doit'.
10739 (refill-after-change-function): Set `refill-doit' to END.
10740 (refill-fill-paragraph-at): New function, mostly from old
10741 refill-fill-paragraph.
10742 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10743 (refill-pre-command-function): New function.
10744 (refill-mode): Add it to `pre-command-hook'.
10745
10746 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10747
10748 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10749
10750 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10751 javadoc tags.
10752
10753 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10754
10755 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10756 vc.el).
10757
10758 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10759 require vc.
10760
10761 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10762 checkouts.
10763
10764 2000-11-20 Dave Love <fx@gnu.org>
10765
10766 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10767
10768 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10769
10770 * calculator.el (calculator-paste): Use `if' instead of `and'
10771 and `or'.
10772 (calculator-help): Don't use electric-describe-mode for XEmacs.
10773
10774 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10775
10776 * info.el (info-menu-5): Doc fix.
10777
10778 * textmodes/artist.el: New file.
10779
10780 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10781
10782 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10783 and differentiate according to checkout model.
10784 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10785 since this function is only concerned with master state.
10786
10787 * vc-hooks.el (vc-workfile-unchanged-p)
10788 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10789
10790 * vc.el (vc-workfile-unchanged-p)
10791 (vc-default-workfile-unchanged-p): See above.
10792
10793 2000-11-19 Miles Bader <miles@gnu.org>
10794
10795 * image-file.el (insert-image-file): Make `intangible' and
10796 `read-only' properties rear-nonsticky too.
10797
10798 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10799
10800 * ps-print.el: Update copyright notice.
10801
10802 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10803 (tooltip-show): Use the offsets.
10804
10805 * bindings.el (mode-line-modified): Fix a typo.
10806 (mode-line-toggle-modified, mode-line-widen)
10807 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10808
10809 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10810
10811 * ps-print.el (toplevel): Test for find-coding-system being
10812 fboundp before calling ps-x-find-coding-system.
10813
10814 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10815
10816 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10817 (vc-version-backup-file): Docstring fix.
10818
10819 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10820
10821 * files.el (basic-save-buffer): Don't add a newline if
10822 find-file-literally is non-nil.
10823 (find-file-literally): Extend doc string.
10824
10825 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10826 sort(1) with the `-f' argument.
10827
10828 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10829
10830 * vc.el: Updated backend documentation.
10831 (vc-default-check-headers): New function.
10832
10833 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10834
10835 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10836 up-to-date.
10837 (vc-do-command): In the asynchronous case, output messages only if
10838 the minibuffer is not active.
10839
10840 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10841 `vc-cvs-use-edit' is on.
10842 (vc-cvs-checkout): When this is used for reverting the workfile,
10843 make a backup of the original contents and revert to that in case
10844 of error.
10845 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10846 remote repositories.
10847
10848 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10849 for both version and ratio in the minibuffer.
10850
10851 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10852 Use vc-do-command to perform the annotation, not call-process.
10853
10854 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10855
10856 * international/quail.el (quail-start-translation): Don't call
10857 `message' before reading key sequence.
10858
10859 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10860
10861 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10862
10863 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10864
10865 * window.el (fit-window-to-buffer): Be sure to acquire at least
10866 one text line even if the buffer is empty.
10867
10868 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10869
10870 * net/ange-ftp.el (ange-ftp-file-writable-p)
10871 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10872 Bind ange-ftp-process-verbose to nil.
10873
10874 2000-11-15 Dave Love <fx@gnu.org>
10875
10876 * wid-edit.el (widget-specify-field, widget-specify-button):
10877 If :help-echo is a function, set help-echo of overlay to
10878 widget-mouse-help.
10879 (widget-mouse-help): New function.
10880 (widget-echo-help): Rewritten for :help-echo functions only taking
10881 a widget arg.
10882
10883 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10884 Use display-graphic-p.
10885 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10886 and that JPEG is available.
10887 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10888
10889 * international/mule-cmds.el (locale-charset-language-names):
10890 Match @euro.
10891
10892 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10893
10894 * faces.el (face-set-after-frame-default):
10895 If `inhibit-default-face-x-resources' is bound, don't intialize the
10896 default face from X resources.
10897
10898 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10899
10900 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10901 Don't set EMACSLOADPATH.
10902
10903 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10904
10905 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10906 texinfo-insert-@url.
10907 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10908 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10909
10910 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10911
10912 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10913 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10914 (checkdoc-minor-keymap): Backward compatibility.
10915 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10916 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10917 (checkdoc-this-string-valid-engine): Be a bit more strict
10918 to avoid matching substrings of `...' quoted vars/funs.
10919 (checkdoc-defun-info): Only look for `interactive' if alone.
10920 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10921
10922 * progmodes/compile.el (grep): `tag-default' can be nil.
10923
10924 * newcomment.el (comment-indent): Paren typo.
10925
10926 2000-11-14 Dave Love <fx@gnu.org>
10927
10928 * calculator.el: New maintainer version.
10929
10930 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10931
10932 * cmuscheme.el: Doc fixes.
10933 (cmuscheme) <defgroup>: Use `scheme' as parent.
10934 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10935
10936 * xscheme.el (scheme-program-name): Don't define here.
10937
10938 * progmodes/scheme.el (scheme-program-name): New variable
10939 (originally in cmuscheme).
10940
10941 2000-11-14 Miles Bader <miles@gnu.org>
10942
10943 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10944 Handle header-lines. Don't loop forever if we can't enlarge the
10945 window anymore. Simplify a bit.
10946
10947 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10948
10949 * window.el (fit-window-to-buffer): Don't check
10950 window-text-height. Assure that the last line is fully visible.
10951
10952 * international/quail.el (quail-show-guidance-buf):
10953 Call fit-window-to-buffer to assure the enough height of the guidance
10954 buffer.
10955 (quail-update-guidance): Avoid making the guidance buffer shorter.
10956
10957 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10958
10959 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10960 rather than `prepend' and add an interesting comment.
10961 (tex-math-face, tex-font-lock-syntactic-face-function):
10962 New face and function to use it.
10963 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10964 than `menu-enable' symbol property.
10965 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10966 (tex-mode): Add some latex-mode commands for auto-selection.
10967 Use tex-font-lock-syntactic-face-function.
10968 (tex-insert-quote): Simplify.
10969 (tex-shell): New mode.
10970 (tex-start-shell): Use it.
10971 (tex-shell-proc, tex-shell-buf): New functions.
10972 (tex-send-command): Use it.
10973 (tex-main-file): Fix the meaning of the new arg REALFILE.
10974 (tex-send-tex-command): New function split from `tex-start-tex'.
10975 Set compilation-last-buffer and compilation-parsing-end.
10976
10977 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10978 when it follows non-comment text on the line.
10979
10980 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10981 Set font-lock-defaults.
10982 (lisp-mode-shared-map): Init inside the defvar.
10983 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10984 Use define-derived-mode.
10985
10986 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10987
10988 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10989
10990 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10991
10992 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10993 Don't recursively optimize body because that can lead to infinite
10994 recursion; see comment there.
10995
10996 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10997
10998 * faces.el (face-spec-set-match-display): Revert the change from
10999 2000-10-24. Add a FIXME for after v21.1.
11000
11001 2000-11-13 Miles Bader <miles@gnu.org>
11002
11003 * textmodes/fill.el (skip-line-prefix): New function.
11004 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
11005 (fill-paragraph): Don't leave point inside the fill-prefix.
11006 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11007 point inside the fill-prefix.
11008
11009 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
11010
11011 * calendar/calendar.el (generate-calendar-window):
11012 Use `fit-window-to-buffer'.
11013
11014 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11015
11016 * gud.el (gud-minor-mode): New var.
11017 (gud-symbol, gud-val): New functions.
11018 (gud-find-file): Copy gud-minor-mode to the new buffer.
11019 (gud-menu-map): Include entries for commands that are not always
11020 available, using :enable to (de)activate them.
11021 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11022 (gud-mode-map): New map.
11023 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11024 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11025 Don't set up gud's menu (it's done by the minor-mode).
11026 (gud-minibuffer-local-map): New.
11027 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11028 (gud-query-cmdline): New function.
11029 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11030 (gud-mode): Use define-derived-mode.
11031 Don't set up gud's menu (it's done by the minor-mode).
11032 (gud-chop-words): Remove.
11033 (gud-common-init): Use split-string instead.
11034 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11035
11036 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11037 Add keyword arg :name.
11038
11039 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11040 (diff-count-matches, diff-split-hunk): New functions.
11041 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11042
11043 * pcvs-info.el (cvs-fi-conflict-face): New var.
11044
11045 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11046 Make it into a simple syntax-table, shared among all submodes.
11047 (sh-heredoc-face): Re-introduce.
11048 (sh-font-lock-syntactic-face-function): New function.
11049 (sh-mode): Use it. Also use define-derived-mode.
11050 Remove old bogus setting of indent-region-function.
11051 (sh-set-shell): Don't set the syntax-table any more.
11052 (sh-mode-syntax-table) <defun>: Remove.
11053
11054 2000-11-12 Miles Bader <miles@gnu.org>
11055
11056 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11057 message if interactive.
11058
11059 2000-11-12 Dave Love <fx@gnu.org>
11060
11061 * mail/feedmail.el: Fix header,
11062 (feedmail) <defgroup>: Add :link.
11063
11064 * view.el: Use local-map property, not keymap on mode-line string.
11065
11066 * scroll-all.el (scroll-all-mode): Customize variable.
11067 Add autoload cookie to function.
11068
11069 * lazy-lock.el: Remove compatibility code.
11070
11071 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11072 (finder-help-echo): New variable.
11073 (finder-mouse-face-on-line): Add help-echo stuff.
11074 (finder-list-keywords, finder-list-matches): Use mapc.
11075
11076 * faces.el (face-font-registry-alternatives): Add :version.
11077
11078 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11079 tags-table-list.
11080
11081 * net/browse-url.el (browse-url-browser-function): Update :version.
11082
11083 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11084 (mail-mode): Use [:alnum:] in some regexps.
11085
11086 2000-11-10 Dave Love <fx@gnu.org>
11087
11088 * ediff.el (ediff-regions-internal, ediff-documentation):
11089 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11090 fundamental mode.
11091
11092 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11093 buffer into fundamental mode.
11094 (ediff-set-difference): Use copy-sequence if available.
11095
11096 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11097 Check ediff-patch-map non-nil.
11098 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11099 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11100 buffer into fundamental mode.
11101
11102 * ediff-merg.el (state-or-merge): Defvar when compiling.
11103
11104 2000-11-10 Jason Rumney <jasonr@gnu.org>
11105
11106 * w32-fns.el (w32-add-charset-info): New function.
11107 (w32-charset-info-alist): Use it.
11108
11109 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11110
11111 * faces.el (face-font-registry-alternatives): New user-option.
11112
11113 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11114
11115 * textmodes/texinfo.el (texinfo-block-default): New var.
11116 (texinfo-insert-block): Use it. Insert a newline if needed.
11117
11118 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11119 (fill-region-as-paragraph): Use it.
11120
11121 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11122 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11123 Tweak paragraph regexps to allow a leading [ \t]*.
11124 (tex-latex-block): Insert a newline if necessary.
11125 (latex-insert-item): Only insert a newline if necessary.
11126 (tex-guess-main-file): New function.
11127 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11128 Set tex-main-file if TeX-master is provided.
11129 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11130
11131 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11132
11133 * startup.el (command-line): Set the default tooltip-mode
11134 to t for graphical displays which implement x-show-tip.
11135
11136 * tooltip.el (tooltip-mode): Add a comment about startup.el
11137 setting the default value of this user-option.
11138
11139 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11140
11141 * font-lock.el (font-lock-*-face) <defvar>: Move.
11142 (font-lock-defaults-alist): Mark obsolete.
11143 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11144 (font-lock-mode): Use define-minor-mode.
11145 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11146 (font-lock-turn-off-thing-lock): Be more explicit.
11147 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11148 (font-lock-syntactic-face-function): New var.
11149 (font-lock-fontify-syntactically-region): Use it.
11150 (font-lock-doc-face): New.
11151
11152 * pcvs.el (cvs-enabledp): Ignore errors.
11153 (cvs-commit-filelist): Never query.
11154 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11155 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11156 (cvs-do-removal): Use cvs-partition rather than delete-if.
11157 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11158 cvs-bury-buffer.
11159
11160 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11161 Allow `next' to jump to after the end of the last match.
11162
11163 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11164
11165 * simple.el (byte-compiling-files-p): New function.
11166
11167 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11168 if it is there.
11169
11170 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11171 nil again.
11172
11173 * textmodes/ispell.el (ispell-library-path): Don't call
11174 check-ispell-version when byte-compiling because that starts
11175 an ispell process, and ispell might not be installed.
11176 (toplevel): Don't set up a menu when byte-compiling.
11177
11178 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11179 it, so that a boundp test can be used to determine if we're
11180 currently byte-compiling.
11181
11182 2000-11-09 Dave Love <fx@gnu.org>
11183
11184 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11185
11186 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11187
11188 * ps-print.el: Patch for variable initialization when spooling.
11189 Doc fix.
11190 (ps-output-list): Fun eliminated.
11191 (ps-begin-file, ps-begin-job): Code fix.
11192
11193 2000-11-08 Dave Love <fx@gnu.org>
11194
11195 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11196
11197 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11198
11199 * simple.el (shell-command, display-message-or-buffer)
11200 (shell-command-on-region): Mention resize-mini-windows in the doc
11201 string.
11202 (display-message-or-buffer): Take the value of resize-mini-windows
11203 into account.
11204
11205 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11206
11207 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11208
11209 * dired.el (dired-between-files): Add `^. find' as an alternative
11210 to the regular expression, for find-dired.
11211
11212 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11213
11214 * textmodes/texnfo-upd.el: Require texinfo.
11215 (defmacro, defgroup): Remove.
11216 (texinfo-section-to-generic-alist): Remove.
11217 Use texinfo-section-list instead (i.e. level is changed string->int).
11218 (texinfo-filter): New function.
11219 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11220 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11221 Use it. And use regexp-opt.
11222 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11223 (texinfo-update-menu-region-beginning)
11224 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11225 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11226 (texinfo-update-menu-same-level-regexps): Update.
11227 (texinfo-update-node, texinfo-every-node-update)
11228 (texinfo-sequential-node-update): Remove autoload cookie.
11229
11230 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11231 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11232 (texinfo-chapter-level-regexp): Remove.
11233 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11234
11235 2000-11-06 Dave Love <fx@gnu.org>
11236
11237 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11238
11239 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11240 Match defun*.
11241
11242 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11243
11244 * composite.el (composition-function-table): Variable declaration
11245 moved to src/composite.c.
11246 (compose-chars-after): New optional arg object.
11247
11248 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11249
11250 * bindings.el (mode-line-toggle-read-only)
11251 (mode-line-toggle-modified, mode-line-widen)
11252 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11253 (make-mode-line-mouse2-map): Rewritten.
11254 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11255 functions so that C-h k can show something with a doc string.
11256
11257 * startup.el (fancy-splash-delay): Set to 10 seconds.
11258 (fancy-splash-max-time): New user-option.
11259 (fancy-splash-stop-time): New variable.
11260 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11261 (fancy-splash-screens-1): Throw `stop-splashing' when current
11262 time is greater than fancy-splash-stop-time.
11263
11264 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11265
11266 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11267
11268 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11269 Prompt user for a file rather than raising an error.
11270 (cvs-enabledp): Fix call to cvs-mode-marked.
11271 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11272 (cvs-mode-insert): Use it. Change the init prompt' value.
11273 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11274
11275 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11276 Don't pass default arg to ewoc-locate.
11277 (ewoc-collect): Return result in the right order.
11278
11279 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11280
11281 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11282 (cvs-status-get-tags): Fix regexp.
11283 (cvs-status-trees, cvs-status-cvstrees):
11284 Combine after change hooks and don't sit-for.
11285 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11286 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11287 Use make-char rather than hard-coded cryptic data.
11288 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11289
11290 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11291
11292 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11293 (cvs-insert-strings): New function.
11294
11295 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11296
11297 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11298 `mwheel-scroll-amount'.
11299 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11300 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11301 string-matching against the version string.
11302
11303 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11304
11305 * language/thai.el ("Thai"): Set a lisp form that produces
11306 composed string in `sample-text' language info.
11307
11308 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11309 composed string in `sample-text' language info.
11310
11311 * international/mule-cmds.el (describe-language-environment):
11312 Eval `sample-text' data and insert the result.
11313
11314 * international/mule-conf.el (compound-text): Define this coding
11315 system here. Make x-ctext and ctext aliases of it.
11316
11317 * language/european.el (compound-text, ctext): Moved to
11318 international/mule-conf.el.
11319
11320 2000-11-05 Andrew Innes <andrewi@gnu.org>
11321
11322 * w32-fns.el (w32-version): New function.
11323
11324 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11325
11326 * progmodes/awk-mode.el: Update copyright.
11327 (awk-mode-abbrev-table): Remove.
11328 (awk-font-lock-keywords): Use regexp-opt.
11329 (awk-mode): Use define-derived-mode.
11330
11331 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11332 when extracting a suffix.
11333
11334 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11335
11336 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11337 auto-save-mode.
11338
11339 2000-11-04 Jason Rumney <jasonr@gnu.org>
11340
11341 * language/european.el (decode-mac-roman): Test against r1 not r0.
11342
11343 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11344
11345 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11346 (icon-mode): Define indent-line-function.
11347 (icon-comment-indent): Simplify.
11348 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11349
11350 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11351
11352 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11353 Bind change-log-default-mode to defeat the caching done on it.
11354 Don't bother saving excursion any more.
11355
11356 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11357
11358 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11359 (set-frame-font): Use the new name (and the old for compatibility).
11360
11361 * toolbar/tool-bar.el (tool-bar-mode):
11362 * time.el (display-time-mode):
11363 * recentf.el (recentf-mode):
11364 * paren.el (show-paren-mode):
11365 * mwheel.el (mouse-wheel-mode):
11366 * msb.el (msb-mode):
11367 * jka-compr.el (auto-compression-mode):
11368 * image-file.el (auto-image-file-mode):
11369 * hl-line.el (hl-line-mode):
11370 * delsel.el (delete-selection-mode):
11371 * autoinsert.el (auto-insert-mode):
11372 * complete.el (partial-completion-mode): Drop unneeded positional args.
11373
11374 * info.el (Info-mode):
11375 * comint.el (comint-mode): Don't bother with make-local-hook.
11376
11377 * log-edit.el (log-edit-menu): New menu.
11378
11379 2000-11-03 Miles Bader <miles@gnu.org>
11380
11381 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11382 definition, so that trailing spaces are handled properly.
11383 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11384
11385 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11386
11387 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11388 tab character.
11389 (fancy-splash-screens): Set tab-width to 20.
11390
11391 2000-11-03 Dave Love <fx@gnu.org>
11392
11393 * comint.el (comint-completion-addsuffix): Fix custom type.
11394
11395 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11396
11397 * font-lock.el (font-lock-buffers): Remove.
11398 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11399 (font-lock-change-major-mode): Remove.
11400 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11401 (font-lock-default-fontify-region): Extend the multiline
11402 fontification to whole lines.
11403 (font-lock-fontify-anchored-keywords)
11404 (font-lock-fontify-keywords-region): If matching just one
11405 line (with \n) only mark the \n as multiline.
11406
11407 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11408 Correctly handle the case where several :group args are supplied.
11409 Allow :extra-args.
11410 (easy-mmode-define-global-mode): Allow :extra-args.
11411 Correctly handle the case where several :group args are supplied.
11412
11413 2000-11-02 Miles Bader <miles@gnu.org>
11414
11415 * calendar/calendar.el (diary-face, calendar-today-face)
11416 (holiday-face): Remove dependency on `window-system'.
11417
11418 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11419
11420 * Makefile.in (emacs): Set EMACSLOADPATH always.
11421 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11422 (compile-files): Bomb out if compilation of a file fails.
11423
11424 2000-11-02 Dave Love <fx@gnu.org>
11425
11426 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11427
11428 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11429
11430 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11431 punctuation in the warning inserted into the *mail* buffer.
11432
11433 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11434
11435 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11436 (authors-public-domain-p): New function.
11437 (authors-print): Use it.
11438
11439 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11440
11441 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11442
11443 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11444
11445 * ps-print.el: Extension for even/odd printing. Doc fix.
11446 (ps-print-version): New version number (6.3.1).
11447 (ps-even-or-odd-pages): Customization fix.
11448 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11449 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11450 (ps-page-count): Var replaced by `ps-page-column'.
11451 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11452 (ps-print-sheet-p): New fun.
11453
11454 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11455
11456 * tooltip.el (tooltip-gud-tips-setup): New function.
11457 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11458 (tooltip-mode): Call tooltip-gud-tips-setup.
11459 (tooltip-gud-tips): Use `gud-basic-call' instead of
11460 process-send-string, so the prompt gets frobbed appropriately.
11461 Handle nil return value from `tooltip-gud-print-command'.
11462
11463 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11464
11465 * comint.el (comint-add-to-input-history): New function.
11466 (comint-send-input): Use `comint-add-to-input-history'.
11467
11468 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11469
11470 * info.el (info-menu-header): New face.
11471 (Info-fontify-menu-headers): New function.
11472 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11473
11474 * info.el (Info-insert-dir): Don't include blank lines at
11475 beginning of additional dir files (one is added automatically).
11476
11477 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11478
11479 * emacs-lisp/easy-mmode.el (define-minor-mode):
11480 Revert the latest changes.
11481 Allow the three positional arguments to be skipped and replaced
11482 by keyword arguments.
11483 Add a :toggle argument to determine whether a nil arg means toggle
11484 or means turn-on. The default is unchanged.
11485 Add a call to force-mode-line-update.
11486
11487 2000-11-01 Dave Love <fx@gnu.org>
11488
11489 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11490
11491 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11492
11493 * calendar/calendar.el (diary-face, holiday-face):
11494 Add dark-background variants.
11495
11496 2000-10-31 Sam Steingold <sds@gnu.org>
11497
11498 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11499 `tex-main-file' does not have directory in it.
11500
11501 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11502
11503 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11504
11505 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11506
11507 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11508 functional change.
11509
11510 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11511
11512 * files.el (find-file-noselect): When we expand a wildcard, return
11513 a list of buffers, as we should do according to the doc string.
11514
11515 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11516
11517 * loadup.el (top level): Adjust load path if program name is
11518 "../src/bootstrap-emacs", in case it's not dumped and thus the
11519 load path adjustment hasn't already been done.
11520
11521 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11522
11523 * ps-print.el: Fix bug on selected pages for printing.
11524 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11525 is on. Try to avoid warning messages when compiling. Doc Fix.
11526 (ps-print-version): New version number (6.3).
11527 (ps-color-device): Use `color-values' to determine if device
11528 supports color.
11529 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11530 (ps-print-page-p): Changed from defsubst to defun.
11531 (ps-page-number): Changed from defmacro to defun.
11532 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11533 printing.
11534 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11535 (ps-end-file, ps-dummy-page): Funs eliminated.
11536 (ps-print-color-scale): Changed default value.
11537 (ps-page-n-up, ps-print-page-p): New internal vars.
11538 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11539 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11540
11541 * delim-col.el: Little programming improvement.
11542 (delimit-columns-str): New macro.
11543 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11544
11545 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11546
11547 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11548 Moved to european.el.
11549 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11550 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11551 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11552 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11553
11554 2000-10-30 Dave Love <fx@gnu.org>
11555
11556 * progmodes/cc-menus.el (imenu-generic-expression)
11557 (imenu-progress-message): Only defvar when compiling.
11558
11559 * emacs-lisp/elp.el (elp-unload-hook): New function.
11560
11561 * loadhist.el (unload-feature): Call elp-restore-function,
11562 checking for symbols; don't use elp-restore-all.
11563 (loadhist-hook-functions): Doc fix.
11564
11565 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11566
11567 * log-edit.el (log-edit-confirm): Fix the default.
11568
11569 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11570
11571 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11572 delimit-columns-format.
11573 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11574
11575 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11576
11577 * comint.el (comint-replace-by-expanded-history): Don't use
11578 comint-get-old-input (we're not looking at *old* input).
11579 (comint-get-old-input-default): If using fields, signal an error
11580 when the point is not in an input field.
11581
11582 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11583
11584 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11585 and mule-unicode-e000-ffff.
11586
11587 * international/mule.el (decode-char, encode-char): New functions.
11588 (make-coding-system): Accept a symbol of translation table as a
11589 value of property `safe-chars'.
11590
11591 * international/mule-cmds.el (encode-coding-char): Check property
11592 safe-chars instead of safe-charsets.
11593
11594 * international/fontset.el (fontset-default): Modified for
11595 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11596 (x-font-name-charset-alist): Likewise.
11597 (ccl-encode-unicode-font): New CCL program. Record it in
11598 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11599
11600 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11601 New translation tables.
11602 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11603 programs are modified and moved from mac-win.el.
11604 (mac-roman): Definition of this coding system is modified and
11605 moved from mac-win.el.
11606
11607 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11608
11609 * ediff-wind.el (ediff-setup-control-frame): Enclose
11610 face-attribute in condition-case to avoid errors in older emacsen.
11611
11612 2000-10-29 Miles Bader <miles@gnu.org>
11613
11614 * custom.el (custom-add-to-group): Allow multiple entries for a
11615 given value OPTION, as long as their widget types are different.
11616 * cus-edit.el (custom-face-value-create): If face name doesn't end
11617 with "face", add such here (similar to custom group widgets).
11618
11619 * comint.el (comint-highlight-prompt): Add :type.
11620
11621 2000-10-28 John Wiegley <johnw@gnu.org>
11622
11623 * calendar/timeclock.el (timeclock-log): Doc fix.
11624 (timeclock-last-event): Doc fix.
11625 (timeclock-log): Kill the timelog buffer after appending a new event.
11626 (timeclock-find-discrep): Use a temp buffer to read in the
11627 timelog, instead of visiting the file.
11628 (timeclock-log-data): A new function, along with a host of helper
11629 functions, for the purpose of making timelog data accessible to
11630 programmers.
11631
11632 * eshell/esh-mode.el (window-height test): Make certain that
11633 `eshell-stringify-t' is non-nil.
11634 (eshell-password-prompt-regexp): Changed to a much simpler
11635 password regexp.
11636 (eshell-send-input): If `eshell-invoke-directly' returns t,
11637 directly invoke the parsed command using `eval'. This improves
11638 turn-around time on simple commands by a factor of three or
11639 greater, such as cd, ls, pwd, etc. -- which get used very often.
11640 It also conserves thousands of cons cells per call (since
11641 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11642 in the Pacific Cookie Company).
11643
11644 * eshell/esh-test.el (eshell-test): Whitespace fix.
11645
11646 * eshell/em-ls.el (eshell-ls-insert-directory):
11647 Make `eshell-ls-initial-args' nil when inserting directory contents.
11648
11649 * eshell/em-script.el (eshell-script-initialize): Add names to
11650 `eshell-complex-commands, since `source' and `.' are complex.
11651
11652 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11653 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11654 `eshell-copy-handles'.
11655 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11656 bodies.
11657 (eshell-separate-commands): Whitespace fix.
11658 (eshell-complex-commands): Added a new list of names, for
11659 determining whether a given command is as simple as it looks.
11660 (eshell-invoke-directly): New function. Returns t if a command
11661 should be invoked directly (using `eval'), rather than indirectly
11662 using `eshell-do-eval'.
11663 (eshell-do-eval): Whitespace fix.
11664
11665 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11666 which provides an emulation of the DOS shell behavior of assuming
11667 that cp/mv/ln should copy/move/link to the current directory.
11668 (eshell-remove-entries): Added a doc string.
11669 (eshell-shuffle-files): Removed the check for `target' being null.
11670 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11671 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11672 it to do a smarter check of whether a destination was provided.
11673 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11674 (eshell/ln): Enable `:preserve-args', and use
11675 `eshell-mvcpln-template' to implement the body of the function.
11676 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11677 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11678 list after flattening it. This makes it possible to cat files
11679 with numerical names.
11680 (eshell-unix-initialize): Added several names to
11681 `eshell-complex-commands.
11682 (eshell-unix-command-complex-p): Return t if a given command name
11683 may result in external processes being invoked.
11684
11685 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11686 variable nil by default, since it slows down glob processing by a
11687 factor of two or more, and increases memory consumption.
11688
11689 * eshell/em-smart.el: Added a note about how memory consumptive
11690 smart display mode can be (at least this is true in Emacs 21).
11691 (eshell-smart-initialize): Whitespace fix.
11692 (eshell-refresh-windows): Use `if' instead of `when'.
11693 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11694 not necessary.
11695 (eshell-currently-handling-window): Added a missing global variable.
11696
11697 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11698 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11699 Whitespace fix.
11700 (eshell-ls-exclude-hidden): Added this variable in addition to
11701 `eshell-ls-exclude-regexp'. This one prevents files beginning
11702 with . from even being read, which can improve memory consumption
11703 quite a bit.
11704 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11705 read file entries beginning with a dot. In home directories with
11706 lots of hidden files, fully two-thirds of the time spent in ls is
11707 used to read directory entries that are immediately thrown away.
11708 (eshell-ls-initial-args): Added back this configuration variable,
11709 for specifying default initial arguments to every call to ls.
11710 Much faster than using an alias to do the same thing.
11711 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11712 (eshell-ls-dir): Whitespace change.
11713
11714 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11715
11716 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11717 (eshell-stringify-t): Added a customization variable, to indicate
11718 whether `t' should be rendered as a string at all. If not, one
11719 can still determine if the result of an expression is true using
11720 "file-exists-p FILE && echo true".
11721 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11722 stringify t!
11723
11724 * eshell/esh-module.el: Whitespace fix.
11725
11726 * eshell/em-alias.el (eshell-alias-initialize):
11727 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11728 (eshell-command-aliased-p): New function that returns t if a
11729 command name names an aliased.
11730
11731 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11732
11733 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11734 redrawing the screen when changing cursor color.
11735 (viper-insert-state-pre-command-sentinel)
11736 (viper-replace-state-pre-command-sentinel)
11737 (viper-replace-state-post-command-sentinel):
11738 Use viper-preserve-cursor-color.
11739 Many functions changed to use viper= instead of = when comparing
11740 characters.
11741 * viper-util.el (viper-memq-char,viper=): New functions for
11742 working with characters.
11743 (viper-change-cursor-color): Fixed buglet.
11744 Many functions changed to use viper= instead of = when comparing
11745 characters.
11746 * viper.el (viper-insert-state-mode-list): Added eshell.
11747
11748 * ediff-init.el (ediff-before-setup-hook): New hook.
11749 Several typos fixed in various docstrings.
11750 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11751 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11752 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11753 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11754 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11755 (ediff-get-selected-buffers): New function.
11756 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11757 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11758 Use save-window-excursion.
11759 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11760 termination check in while loop.
11761 * ediff.el (ediff-get-default-file-name): Better defaults when in
11762 dired buffer.
11763 (ediff-files,ediff-merge-files,ediff-files3)
11764 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11765
11766 2000-10-28 Dave Love <fx@gnu.org>
11767
11768 * info.el (Info-fontify-node): Add help-echo for menu items.
11769
11770 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11771
11772 * startup.el (normal-top-level): If the value of $TERM indicates
11773 we are running from xterm or one of its work-alikes, default to a
11774 light background mode.
11775
11776 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11777 * faces.el (tty-handle-reverse-video): New function.
11778 (tty-create-frame-with-faces): Call it.
11779
11780 * frame.el (frame-notice-user-settings): Don't apply
11781 default-frame-alist and initial-frame-alist to MS-DOS frames.
11782 Call tty-handle-reverse-video, frame-set-background-mode, and
11783 face-set-after-frame-default for non-MS-DOS frames.
11784
11785 * startup.el (tty-long-option-alist): New variable.
11786 (tty-handle-args): New function.
11787 (command-line): Call tty-handle-args.
11788
11789 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11790 startup.el now does that for all character-terminal frames.
11791
11792 2000-10-28 Miles Bader <miles@gnu.org>
11793
11794 * emacs-lisp/easy-mmode.el (define-minor-mode):
11795 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11796 is global. If :global is followed by a non-nil but non-t value,
11797 make the mode buffer-local, but also generate a `global-MODE'
11798 version using `easy-mmode-define-global-mode'.
11799 Add :conditional-turn-on keyword argument.
11800
11801 2000-10-28 Dave Love <fx@gnu.org>
11802
11803 * international/latin1-disp.el (latin1-char-displayable-p):
11804 Don't use window-system.
11805
11806 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11807
11808 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11809 Don't call find-buffer-file-type-coding-system. Instead, just
11810 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11811 if the file is on an untranslated filesystem.
11812 (add-untranslated-filesystem): Use "D" instead of "f" inside
11813 interactive.
11814
11815 2000-10-27 Dave Love <fx@gnu.org>
11816
11817 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11818 (refill-mode): Use it.
11819
11820 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11821
11822 * international/quail.el (quail-activate): Don't make-local-hook.
11823
11824 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11825
11826 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11827 manual backups and file.~<rev>.~ for automatic ones.
11828 (vc-make-version-backup): Don't do it on MS-DOS without long file
11829 names.
11830
11831 * vc.el (vc-version-other-window): If an automatic backup of the
11832 desired version exists, rename it instead of copying it.
11833
11834 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11835 after command. If there's an unexpected error, signal it instead
11836 of being silent.
11837 (vc-cvs-merge-news): Be prepared for no news at all.
11838
11839 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11840
11841 * shell.el (shell): Add BUFFER argument.
11842 * comint.el (make-comint-in-buffer): New function.
11843 (make-comint): Use it.
11844
11845 * faces.el (face-spec-choose): Change syntax so that the list of
11846 attribute-value pairs is now the cdr of each clause, not the cadr.
11847 Detect old-style entries, and handle them. Use pop.
11848
11849 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11850
11851 * cus-edit.el (custom-mode-map): Use a sparse map.
11852 (custom-mode): Don't bother with make-local-hook.
11853
11854 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11855
11856 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11857
11858 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11859
11860 * ps-print.el: Avoid compilation gripes.
11861 (ps-print-version): New version number (6.2.1).
11862
11863 2000-10-26 Dave Love <fx@gnu.org>
11864
11865 * menu-bar.el: Modify some menu item help strings.
11866 (menu-bar-help-menu): Add link to MORE.STUFF.
11867
11868 * cus-edit.el (custom-mode): Add `special' mode-class property.
11869
11870 * wid-browse.el (widget-browse-mode): Likewise.
11871
11872 * wid-edit.el (widget-specify-field): Revert to using local-map
11873 property, not keymap.
11874
11875 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11876
11877 * wid-edit.el (widget-field-end): When checking for a `boundary'
11878 field, do so in the correct buffer.
11879
11880 * simple.el (undo): Correctly distinguish between numeric and
11881 non-numeric prefix args in non-transient-mark-mode, as per the doc
11882 string. When in transient-mark-mode, treat all prefix-args as
11883 numeric.
11884
11885 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11886 Position point on match. Handle N == 0 correctly.
11887
11888 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11889 (comint-mode-map): Reverse order of `comint-write-output' and
11890 `comint-append-output-to-file'.
11891 (comint-append-output-to-file): Reinstate this function, for the
11892 benefit of the menu.
11893
11894 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11895
11896 * vc.el (vc-version-other-window): Bind `file'.
11897
11898 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11899
11900 * Makefile.in (update-authors): New target for maintenance purposes.
11901
11902 * emacs-lisp/authors.el (batch-update-authors): New function.
11903 (authors-fixed-entries): New defconst.
11904 (authors-add-fixed-entries): New function.
11905 (authors): Call it.: Don't process lispref/.
11906
11907 2000-10-25 Jason Rumney <jasonr@gnu.org>
11908
11909 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11910 Merge x w32 and mac definitions.
11911
11912 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11913
11914 * menu-bar.el (menu-bar-options-menu): Add a help string for
11915 `uniquify'.
11916
11917 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11918
11919 * time-stamp.el (time-stamp-string-preprocess):
11920 Fix a wrong type argument error.
11921
11922 2000-10-25 Miles Bader <miles@gnu.org>
11923
11924 * recentf.el (recentf-mode): Variable removed.
11925 (recentf-mode): Use `define-minor-mode'.
11926
11927 * mwheel.el (mouse-wheel-mode): New global minor mode.
11928 (mwheel-install): Use `mouse-wheel-mode'.
11929
11930 2000-10-25 Dave Love <fx@gnu.org>
11931
11932 * progmodes/cperl-mode.el (cperl-mode):
11933 Set normal-auto-fill-function correctly.
11934
11935 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11936 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11937 bindings.
11938
11939 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11940
11941 * wid-edit.el (widget-field-at): New function.
11942 (widget-at, widget-field-activate): Use it.
11943 (widget-tabable-at): Use `widget-at'.
11944 (widget-specify-field): If the terminating character of the widget
11945 field (which is read-only) is a newline, put it into a special
11946 `boundary' field so that C-n/C-p act more naturally.
11947 (widget-field-end): Also don't subtract one if a special
11948 `boundary' field has been added after the widget field.
11949
11950 * comint.el (comint-output-filter, comint-send-input):
11951 Don't bother adding stickiness fields to overlays to fool the field
11952 code, since it should notice the overlay insertion-types now.
11953
11954 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11955 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11956 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11957
11958 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11959
11960 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11961 (authors): Set file coding system to iso-2022-7bit.
11962 Add file-local variables to output buffer.
11963
11964 * files.el (after-find-file): Don't print any warnings if
11965 WARN is nil.
11966
11967 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11968
11969 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11970
11971 * delim-col.el: Now there is a column formatting mechanism.
11972 Modified to customization mechanisms convention. Doc fix.
11973 (columns): New group for delim-col.
11974 (delimit-columns-before, delimit-columns-after)
11975 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11976 (delimit-columns-end): New vars.
11977 (delimit-columns-customize, delimit-columns-format): New funs.
11978 (delimit-columns-region, delimit-columns-rectangle)
11979 (delimit-columns-rectangle-line): Modified to support column
11980 formatting.
11981
11982 2000-10-24 Dave Love <fx@gnu.org>
11983
11984 * log-edit.el (log-edit): Add :version and a :group for vc.
11985
11986 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11987
11988 * files.el (after-find-file): Don't print a message ``New file''
11989 if WARN is nil.
11990
11991 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11992 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11993 get duplicate tool-bar entries because we'll see the global ones
11994 on more than one path through keymaps.
11995
11996 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11997
11998 * progmodes/cmacexp.el: Change Francesco's email address.
11999
12000 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12001
12002 * window.el (fit-window-to-buffer): Adjust point of the window
12003 buffer, not that of the current buffer.
12004
12005 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
12006
12007 * progmodes/cmacexp.el: Update the euthor's email address.
12008
12009 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12010
12011 * faces.el (face-spec-set-match-display): Add `graphic' display
12012 type (the inverse of `tty'). Use `display-graphic-p' instead of
12013 the window-system variable.
12014
12015 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12016
12017 * international/isearch-x.el (isearch-with-input-method):
12018 Call input-method-function with the first event in
12019 unread-command-events.
12020
12021 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12022
12023 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12024
12025 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12026
12027 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12028 New charsets.
12029
12030 * term/mac-win.el: Remove definitions of mac-roman-lower and
12031 mac-roman-upper, require dired, and define instead of set
12032 mac-ready-for-drag-n-drop to avoid compilation error.
12033
12034 2000-10-23 Andrew Innes <andrewi@gnu.org>
12035
12036 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12037 Remove superfluous calls to subst-char-in-string; instead apply
12038 expand-file-name after convert-standard-filename to ensure
12039 expected directory separators are used.
12040
12041 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12042
12043 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12044
12045 2000-10-23 Dave Love <fx@gnu.org>
12046
12047 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12048 (tool-bar-add-item): Set foreground and background for XBM icons.
12049
12050 * international/latin1-disp.el (latin1-char-displayable-p):
12051 New function (from Handa).
12052 (latin1-display-check-font): Use it.
12053
12054 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12055 using :key-sequence, making it much more usable.
12056 Use nconc, not append.
12057 (imenu--create-keymap-1): Avoid append.
12058
12059 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12060
12061 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12062
12063 [the following changes fix a bug where `define-minor-mode' didn't
12064 correctly generate :require clauses for defcustoms in compiled files]
12065 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12066 (byte-compile-log-file, byte-compile-log-1): Don't set
12067 `byte-compile-current-file' to nil. Instead set
12068 `byte-compile-last-logged-file' to it. Test whether
12069 byte-compile-current-file equals byte-compile-last-logged-file
12070 instead of whether its nil.
12071 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12072
12073 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12074
12075 * textmodes/refill.el: Fix var names in doc.
12076 (refill-mode): Don't bother with make-local-hook anymore.
12077
12078 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12079
12080 * faces.el (face-user-default-spec, face-default-spec): New functions.
12081 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12082 (frame-set-background-mode, face-set-after-frame-default):
12083 Use `face-user-default-spec'. Simplify code slightly.
12084
12085 * woman.el (woman-italic-face, woman-bold-face)
12086 (woman-unknown-face): Add dark-background variants.
12087 (woman-default-faces): Renamed from `woman-colour-faces'.
12088 Set using the stored defaults, rather than using hard-wired colors.
12089 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12090 Just make the foreground `unspecified' rather than "black".
12091 (woman-menu): Rename menu entries accordingly.
12092
12093 * faces.el (header-line): Make more reasonable on mono/grayscale
12094 displays.
12095
12096 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12097
12098 * cus-edit.el (custom-button-face): Use 3D look for mac.
12099 (custom-button-pressed-face): Likewise.
12100
12101 * faces.el (set-face-attributes-from-resources): Handle mac frames
12102 in the same way as x and w32 frames.
12103 (face-valid-attribute-values): Likewise.
12104 (read-face-attribute): Likewise.
12105 (defined-colors): Likewise.
12106 (color-defined-p): Likewise.
12107 (color-values): Likewise.
12108 (display-grayscale-p): Likewise.
12109 (face-set-after-frame-default): Likewise.
12110 (mode-line): Same default face as for x and w32.
12111 (tool-bar): Likewise.
12112
12113 * frame.el: Remove call to frame-notice-user-settings at end of
12114 the file.
12115
12116 * info.el (Info-fontify-node): Make underlines invisible for mac
12117 as for x, pc, and w32 frame types.
12118
12119 * term/mac-win.el: New file.
12120
12121 2000-10-22 Dave Love <fx@gnu.org>
12122
12123 * textmodes/refill.el: New file.
12124
12125 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12126
12127 * vc-hooks.el (vc-version-backup-file-name): New optional args
12128 MANUAL and REGEXP.
12129 (vc-delete-automatic-version-backups, vc-make-version-backup):
12130 New functions.
12131 (vc-before-save): Use the latter.
12132 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12133 confusion.
12134
12135 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12136 expected by vc[-hooks].el.
12137
12138 * vc.el (vc-checkout): Added `-p' suffix in call to
12139 vc-make-version-backups-p; use vc-make-version-backup to actually
12140 make the backup.
12141 (vc-version-other-window, vc-version-backup-file): Handle both
12142 automatic and manual backups.
12143 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12144 of all of them.
12145
12146 2000-10-22 Miles Bader <miles@gnu.org>
12147
12148 * comint.el (comint-highlight-input, comint-highlight-prompt):
12149 Renamed, `-face' at end removed.
12150 (comint-send-input, comint-output-filter): Use renamed faces.
12151
12152 * window.el (fit-window-to-buffer): Change defaulting of
12153 MAX-HEIGHT slightly.
12154
12155 * faces.el (color-values, color-defined-p): Use `member', not
12156 `memq', because it works correctly for strings.
12157 (frame-set-background-mode): Actually, "unspecified-fg" and
12158 "unspecified-bg" *are* strings. Use `member', not `memq', and
12159 `equal', not `eq', when a string value is possible.
12160
12161 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12162
12163 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12164
12165 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12166
12167 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12168 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12169 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12170 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12171 (sh-font-lock-syntactic-keywords): Use them.
12172 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12173 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12174 (sh-mode): Don't override font-lock-unfontify-region-function.
12175 Use a copy of sh-font-lock-syntactic-keywords.
12176 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12177 Don't call sh-scan-buffer since font-lock does it on the fly.
12178 (sh-get-indent-info): Use `face' rather than `syntax-table'
12179 text-property to detect here-documents.
12180 Replace sh-special-syntax with sh-st-punc.
12181 (sh-prev-line): Use `face' rather than `syntax-table'
12182 text-property to skip over here-documents.
12183 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12184 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12185 (sh-electric-less, sh-set-here-doc-region)
12186 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12187 (sh-scan-buffer, sh-rescan-buffer): Remove.
12188
12189 2000-10-21 Andrew Innes <andrewi@gnu.org>
12190
12191 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12192 remote (ange-ftp) file names.
12193
12194 2000-10-21 Miles Bader <miles@gnu.org>
12195
12196 * window.el (fit-window-to-buffer): New function.
12197 (shrink-window-if-larger-than-buffer): Use it.
12198 (window-text-height): Don't expect minibuffers to have mode-lines.
12199
12200 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12201 * international/quail.el (quail-update-guidance):
12202 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12203
12204 * international/quail.el (quail-show-guidance-buf): Make sure
12205 guidance window really has enough room.
12206 (quail-update-guidance): If quail-guidance-win is already shown,
12207 make sure its height is OK.
12208
12209 * window.el (window-text-height, set-window-text-height):
12210 New functions.
12211 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12212 instead of `window-height' & `mode-line-window-height-fudge'.
12213 (mode-line-window-height-fudge): Add FACE parameter.
12214 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12215 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12216
12217 2000-10-20 Miles Bader <miles@gnu.org>
12218
12219 * window.el (height-affecting-face-attributes): Use `defconst'.
12220
12221 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12222 New function, conditionally aliased to `mode-line-window-height-fudge'.
12223 (ispell-help): Use it.
12224 (ispell-choices-win-default-height): Don't include mode-line fudge.
12225 (ispell-choices-win-default-height): New function.
12226 (ispell-show-choices, ispell-command-loop): Use function
12227 `ispell-choices-win-default-height' instead of variable.
12228
12229 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12230
12231 * window.el (mode-line-window-height-fudge): New variable.
12232 (height-affecting-face-attributes): New variable.
12233 (mode-line-window-height-fudge): New function.
12234 (shrink-window-if-larger-than-buffer): Use it.
12235 * help.el (resize-temp-buffer-window): Likewise.
12236
12237 * info.el (Info-fontify-node): Add support for @subsubsection
12238 titles, which use `Info-title-4-face'.
12239 (Info-title-4-face): New face.
12240 (Info-title-3-face): Inherit from Info-title-4-face instead of
12241 variable-pitch.
12242
12243 2000-10-19 Jason Rumney <jasonr@gnu.org>
12244
12245 * dired.el (dired-insert-directory): Do not let errors signalled by
12246 attempt to run dired-free-space-program prevent dired from working.
12247
12248 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12249
12250 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12251
12252 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12253
12254 * dirtrack.el (dirtrack): Fix call to run-hooks.
12255
12256 * cmuscheme.el (cmuscheme-program-name): Renamed from
12257 scheme-program-name because xscheme.el contains a defcustom with
12258 the same name. As a consequence, customizing group `cmuscheme'
12259 loaded `xscheme' which redefined run-scheme.
12260 (run-scheme): Use cmuscheme-program-name.
12261
12262 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12263
12264 * play/doctor.el (doctor-death): Update the Samaritans'
12265 anonymous address, and add a website for Befrienders International.
12266
12267 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12268
12269 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12270 Avoid compilation gripes. Doc fix.
12271 (ps-print-version): New version number (6.2).
12272 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12273 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12274 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12275 (ps-x-extent-priority, ps-x-extent-start-position)
12276 (ps-x-face-font-instance, ps-x-find-coding-system)
12277 (ps-x-font-instance-properties, ps-x-make-color-instance)
12278 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12279 avoid compilation gripes without defining functions.
12280 (ps-e-find-composition): Alias for function find-composition, to have a
12281 suitable function depending on Emacs version.
12282 (ps-color-device, ps-color-values, ps-face-foreground-name)
12283 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12284 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12285 (ps-print-ensure-fontified): Function definitions surrounded by
12286 `eval-and-compile' to avoid compilation gripes.
12287 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12288 by symbol-value to avoid compilation gripes.
12289 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12290 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12291
12292 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12293
12294 * startup.el (normal-top-level): Call `frame-set-background-mode'
12295 after `frame-notice-user-settings' because the latter doesn't call
12296 the former on a tty.
12297
12298 * faces.el (frame-set-background-mode): `unspecified' &c are
12299 symbols, not strings.
12300
12301 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12302
12303 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12304 why some "light*" colors are deliberately absent from the alist.
12305
12306 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12307 Change colors for tty's, as suggested by Miles Bader.
12308
12309 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12310
12311 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12312 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12313 for ISO10646-1 fonts.
12314 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12315
12316 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12317
12318 * faces.el (frame-set-background-mode): If a tty frame defines a
12319 background color, use that to compute the background mode, instead
12320 of always defaulting to "dark".
12321
12322 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12323
12324 * comint.el (comint-write-output): New function.
12325 (comint-mode-map): Add it to the menu.
12326 Bind `C-c C-s' to comint-write-output.
12327
12328 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12329
12330 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12331 Use fancy-splash-delay.
12332
12333 2000-10-18 Alex Schroeder <alex@gnu.org>
12334
12335 * progmodes/sql.el (sql-sybase-options): New option.
12336 (sql-sybase): Use it. Add sql-database to the list of parameters
12337 provided for login. The options -w 2048 -n are not used any more.
12338
12339 * comint.el (comint-read-input-ring): Bugfix such that the first
12340 and the last entry of the input ring file are not lost.
12341
12342 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12343
12344 * ps-print.el: Internal variable changes to defcustom,
12345 make-local-hook changes to defvar. Doc fix.
12346 (ps-print-version): New version number (6.1).
12347 (ps-setup, ps-do-despool): Code fix.
12348 (ps-printer-name): Customization fix.
12349 (ps-printer-name-option): Now is a defcustom instead of an
12350 internal variable.
12351 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12352 (ps-print-begin-column-hook): Now are defvar instead of
12353 make-local-hook.
12354
12355 2000-10-18 Miles Bader <miles@gnu.org>
12356
12357 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12358 (comint-kill-output): Changed into an alias for `comint-delete-output',
12359 and made obsolete.
12360 (comint-mode-map): Rename references to comint-kill-output.
12361
12362 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12363
12364 * diff-mode.el (diff-header-face, diff-file-header-face)
12365 (diff-changed-face): Add bold and italic attributes to tty faces.
12366 (diff-function-face): New face.
12367 (diff-font-lock-keywords): Use it.
12368
12369 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12370
12371 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12372 Remove commented-out call to force-mode-line-update.
12373 (comint-kill-output): Use `forward-line 0' instead of
12374 beginning-of-line to make sure we get past the prompt.
12375
12376 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12377
12378 * diff-mode.el (diff-header-face, diff-file-header-face):
12379 Add specific setting for dark background.
12380 (diff-context-face): Renamed from diff-comment-face.
12381 Set explicitly rather than inheriting from font-lock-comment-face.
12382
12383 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12384
12385 * startup.el (command-line): Move the code which sets the default
12386 TTY colors to before before-init-hook.
12387
12388 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12389
12390 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12391
12392 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12393
12394 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12395 extensions, for MS-DOS.
12396
12397 * diff-mode.el (diff-header-face, diff-file-header-face)
12398 (diff-changed-face): Define tty-specific colors.
12399
12400 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12401
12402 * startup.el (fancy-splash-text): Realign the text.
12403
12404 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12405
12406 * font-lock.el (font-lock-comment-face): Define a separate default
12407 for dark-background tty's.
12408
12409 2000-10-17 Miles Bader <miles@gnu.org>
12410
12411 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12412 being obscured by whizzy mode-lines on graphics displays.
12413
12414 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12415
12416 * info.el (Info-title-1-face, Info-title-2-face)
12417 (Info-title-3-face): Define colors for tty's.
12418 (info-header-node): Remove unneeded tty-specific definition.
12419
12420 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12421
12422 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12423 reverse from the frame parameters, and don't invert foreground and
12424 background colors.
12425
12426 2000-10-16 Miles Bader <miles@gnu.org>
12427
12428 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12429 string "*Info*". Call propertized-buffer-identification to spruce
12430 up the result.
12431
12432 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12433
12434 * help.el: Provide `help' for the sake of define-minor-mode
12435 which generates defcustoms with requires.
12436
12437 * jit-lock.el (jit-lock-after-change): If we're in text that
12438 matches a multi-line font-lock pattern, make sure the whole text
12439 will be redisplayed.
12440
12441 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12442 author's name is unknown.
12443
12444 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12445 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12446 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12447 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12448 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12449 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12450 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12451 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12452 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12453 Add author information.
12454
12455 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12456
12457 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12458 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12459 full-color version (using the Gimp) to eliminate dithering artifacts.
12460
12461 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12462
12463 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12464
12465 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12466
12467 2000-10-15 Dave Love <fx@gnu.org>
12468
12469 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12470
12471 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12472
12473 * whitespace.el: Doc fixes.
12474 (top-level): Don't add hooks here.
12475 (whitespace-running-emacs): Deleted.
12476 (timer): Don't require.
12477 (whitespace): Add back :version conditional on xemacs test.
12478 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12479 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12480 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12481 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12482 Avoid specific xemacs test.
12483 (whitespace-global-mode): New option.
12484 (whitespace-global-mode): New command.
12485 (whitespace-unload-hook): New function.
12486
12487 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12488 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12489 (Info-fontify-node): `Goto' goes to `Go to'.
12490 (Info-fontify-node): Add help-echo to xref links.
12491
12492 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12493
12494 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12495
12496 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12497
12498 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12499 Use plist-get and allow :inherit.
12500
12501 * emacs-lisp/cl-macs.el (cl-do-arglist):
12502 Use plist-get and plist-member instead of memq.
12503
12504 * emacs-lisp/ewoc.el (ewoc-location): New function.
12505 (ewoc-enter-after, ewoc-enter-before): Document return value.
12506 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12507 Don't need make-local-hook any more.
12508 (cvs-addto-collection): Return the new tin.
12509 (cvs-mode-insert): Jump to the new line.
12510
12511 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12512
12513 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12514
12515 * font-lock.el (font-lock-syntactically-fontified): New var.
12516 (font-lock-fontify-syntactic-keywords-region): Use it.
12517 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12518
12519 * diff-mode.el (diff-find-file-name): Fix regexp.
12520
12521 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12522 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12523
12524 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12525 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12526 (sh-mode): Don't make all vars local here.
12527 (sh-kw): Reformat.
12528 (sh-set-shell): Use dolist. Don't set indent-region-function.
12529 (sh-mode-syntax-table): Use pop.
12530 (sh-remember-variable): Use push.
12531 (sh-help-string-for-variable): Use memq.
12532 (sh-safe-backward-sexp): Remove.
12533 (sh-safe-forward-sexp): Add ARG.
12534 (sh-get-indent-info, sh-prev-stmt): Use it.
12535 (sh-prev-line): Simplify by using forward-comment.
12536 (sh-this-is-a-continuation): Simplify.
12537 (sh-learn-buffer-indent): Use dolist.
12538 (sh-do-nothing): Remove.
12539 (sh-set-char-syntax, sh-set-here-doc-region):
12540 Use inhibit-modification-hooks.
12541 (sh-name-style): Use mapcar and push.
12542 (sh-load-style): Use dolist.
12543 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12544 (sh-case, sh-while-getopts): Use propertize directly rather
12545 than sh-electric-rparen.
12546
12547 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12548
12549 * textmodes/tex-mode.el: Require CL when compiling.
12550 (tex-mode-syntax-table): Init immediately.
12551 (tex-mode-map): Bind M-RET to latex-insert-item.
12552 (latex-mode): Set indent-line-function to latex-indent.
12553 (tex-common-initialization): Don't setup the syntax-table any more.
12554 (latex-insert-item): New skeleton.
12555 (tex-next-unmatched-end): Fix copy/paste braino.
12556 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12557 (latex-indent, latex-find-indent): New functions.
12558 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12559 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12560 (tex-compilation-parse-errors): Use with-syntax-table.
12561
12562 2000-10-15 Miles Bader <miles@gnu.org>
12563
12564 * font-lock.el (font-lock-comment-face): Change dark-background,
12565 color, non-tty, default to `chocolate1'.
12566
12567 2000-10-13 John Wiegley <johnw@gnu.org>
12568
12569 * eshell/esh-util.el (require): Added a missing `require' form,
12570 needed when compiling (for an ange-ftp macro definition).
12571
12572 2000-10-13 Dave Love <fx@gnu.org>
12573
12574 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12575
12576 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12577
12578 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12579
12580 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12581 transparent -colors 8).
12582
12583 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12584
12585 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12586 that breaks with old list format timestamps.
12587 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12588 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12589
12590 2000-10-13 John Wiegley <johnw@gnu.org>
12591
12592 * align.el, pcomplete.el, calendar/timeclock.el,
12593 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12594
12595 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12596 faulty math, where holiday hours were being computing as seconds.
12597
12598 2000-10-13 John Wiegley <johnw@gnu.org>
12599
12600 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12601 specifying what "other" kinds of buffers should be saved.
12602 This used to be hard-coded.
12603 (desktop-buffer-misc-functions): A global for specifying how
12604 auxiliary data should be determined for special buffer types.
12605 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12606 instead of hard-coding the special buffer types.
12607 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12608 auxiliary data, instead of hard-coding for Info buffers and dired.
12609 (desktop-buffer-info-misc-data): Aux function for determining Info
12610 buffer auxiliary info.
12611 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12612 (desktop-buffer-info): Changed this function to use the info
12613 gathered above.
12614 (desktop-create-buffer): Be a little more careful about what
12615 `minor-mode' means before calling it. This is important for some
12616 buffer types.
12617
12618 2000-10-13 John Wiegley <johnw@gnu.org>
12619
12620 * eshell/esh-util.el: Added a global form which declares an
12621 autoload for `parse-time-string', if that function is not already
12622 defined, and if parse-time.el is available on the user's system.
12623
12624 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12625 to be aware of ange-ftp user info.
12626 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12627 (eshell-ls-annotate): Use `eshell-file-attributes'.
12628 (eshell-ls-file): Made the user-id printing code a bit smarter.
12629
12630 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12631 allow identification of alias user ids in remote directories.
12632 It's manual, but there's no other way to know when the current user
12633 on the local machine, is also the owning user on the remote machine.
12634 (fboundp): Bind `ange-cache'.
12635 (eshell-directory-files-and-attributes): Re-organized the logic a
12636 bit to use `eshell-file-attributes' instead of `file-attributes'.
12637 The former is more sensitive to directories that are read via FTP,
12638 and knows how to use ange-ftp to determine full attribute
12639 information, instead of just the name and last modtime.
12640 (eshell-current-ange-uids): Return the current user id when in a
12641 remote directory.
12642 (eshell-parse-ange-ls): Parse a full directory listing that has
12643 been returned by ange-ftp.
12644 (eshell-file-attributes): This beefed up version of
12645 `file-attributes' is only special if the user is currently in a
12646 remote directory, in which case it does a lot of work to find out
12647 what the real attributes of a file are, as they appear on the
12648 remote machine. This makes usage of remote directories (i.e.,
12649 ange-ftp pathnames) much more useful. You can now use Eshell as a
12650 full-fledged FTP client, with much more manipulation ability than
12651 most other clients.
12652
12653 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12654 variable, which means that Eshell's du should always be preferred
12655 in remote directories.
12656 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12657 just `file-attributes'.
12658 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12659 when reading remote directories. This is an Eshell-specific
12660 variable (not part of ange-ftp).
12661 (eshell/ln): Bind `ange-cache'.
12662 (eshell/du): Added some extra logic for determining when to use
12663 Eshell's du (which is slow), and when to use the external version
12664 (which may or may not exist).
12665
12666 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12667 Call `eshell-interactive-process', rather than using
12668 `get-buffer-process', since backgrounded processes don't count in
12669 the context of this function's logic.
12670
12671 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12672 `forward-char', so that null strings are parsed correctly.
12673
12674 2000-09-13 John Wiegley <johnw@gnu.org>
12675
12676 * eshell/em-pred.el (eshell-pred-file-type)
12677 (eshell-pred-file-links, eshell-pred-file-size):
12678 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12679
12680 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12681 that remote file globbing is more efficient.
12682
12683 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12684 gathering the files and attributes within a directory.
12685
12686 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12687 the command line is a special file (not a regular file, directory
12688 or symlink), always attempt to call the external version of cat.
12689
12690 2000-09-13 John Wiegley <johnw@gnu.org>
12691
12692 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12693 Eshell-friendly version of find-tag.
12694
12695 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12696
12697 * image-file.el (image-file-name-extensions)
12698 (image-file-name-regexps): Add autoload cookies.
12699
12700 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12701
12702 * international/mule-cmds.el (select-safe-coding-system): If FROM
12703 is string, show it in *Warning* buffer.
12704
12705 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12706
12707 * startup.el (normal-top-level): Use display-popup-menus-p instead
12708 of window-system.
12709 (command-line): Use display-graphic-p instead of window-system.
12710 (command-line-1): Use display-popup-menus-p and display-mouse-p
12711 instead of window-system.
12712
12713 2000-10-12 Sam Steingold <sds@gnu.org>
12714
12715 * tooltip.el (tooltip-use-echo-area): New user variable.
12716 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12717
12718 2000-10-12 Dave Love <fx@gnu.org>
12719
12720 * recentf.el: Maintainer's checkdoc fixes.
12721
12722 * startup.el (normal-top-level-add-subdirs-to-load-path):
12723 Use character class, not ASCII when matching file names.
12724 (fancy-splash-head): Add trailing slash to URL.
12725 (command-line): Don't require XPM support for toolbar.
12726
12727 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12728 (cperl-invalid-face): Revert last change.
12729 (cperl-init-faces): Quote cperl-invalid-face.
12730
12731 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12732
12733 * startup.el (fancy-splash-text): Remove superfluous quote.
12734
12735 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12736
12737 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12738 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12739 (command-line-1): Don't use fancy-splash-pending-command.
12740 (fancy-splash-screens-1): Goto point-min after inserting text.
12741
12742 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12743
12744 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12745 instead of shared-lisp-mode-map.
12746
12747 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12748
12749 * faces.el (header-line): Change tty-variant to use underlining.
12750
12751 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12752 (isearch-highlight): Restore lazy-isearch face properties at old
12753 position, and suppress them at new position.
12754 (isearch-dehighlight): Restore lazy-isearch face properties.
12755 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12756 over the real isearch overlay, but in that case, don't give it a
12757 face property. Use `push'.
12758
12759 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12760
12761 * man.el (Man-getpage-in-background): Fix previous change.
12762 Decode the process output only when we are in multibyte mode.
12763
12764 2000-10-11 Dave Love <fx@gnu.org>
12765
12766 * info.el (Info-mode-menu): Fix some help.
12767 (info-tool-bar-map): Add entry for Info-last.
12768
12769 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12770 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12771 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12772 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12773 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12774 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12775 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12776 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12777 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12778 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12779 Reduce colour requirements to 25 overall. (Probably wants
12780 revisiting from the originals to reduce further.)
12781
12782 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12783
12784 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12785 buffer-file-coding-system, instead of raw-text.
12786 (dehexlify-buffer): Bind coding-system-for-read to
12787 buffer-file-coding-system, instead of raw-text.
12788
12789 2000-10-11 Sam Steingold <sds@gnu.org>
12790
12791 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12792 `underline' - fixes the bug introduced on 2000-09-21.
12793
12794 2000-10-11 Dave Love <fx@gnu.org>
12795
12796 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12797 Avoid compiler warnings.
12798 (scheme-mode): Doc fix.
12799 (scheme-font-lock-keywords-1): Match `define-syntax'.
12800
12801 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12802
12803 * faces.el (frame-set-background-mode): Pay attention to saved
12804 face specs as well as default ones. Only do anything if the
12805 bg-mode or display-type has actually changed. Use `dolist'.
12806 (region): Make dark-background `region' face less in-your-face.
12807
12808 2000-10-10 Sam Steingold <sds@gnu.org>
12809
12810 * chistory.el, ielm.el, ledit.el:
12811 * progmodes/inf-lisp.el, progmodes/scheme.el:
12812 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12813
12814 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12815
12816 * textmodes/texinfo.el: Update copyright and fix typo.
12817
12818 * desktop.el (desktop-modes-not-to-save): New var.
12819 (desktop-save-buffer-p): Use it.
12820 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12821 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12822
12823 2000-10-10 Dave Love <fx@gnu.org>
12824
12825 * toolbar/tool-bar.el (tool-bar-add-item)
12826 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12827
12828 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12829 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12830 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12831 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12832 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12833 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12834 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12835 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12836 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12837 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12838 the .xpms; probably need retouching.
12839
12840 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12841
12842 * subr.el (add-to-list): Add optional argument APPEND.
12843 * battery.el (display-battery): Use `add-to-list'.
12844
12845 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12846
12847 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12848 properties.
12849 (zone, zone-when-idle, zone-leave-me-alone)
12850 (zone-pgm-whack-chars): Use new symbol properties.
12851
12852 * battery.el (display-battery): Doc spelling fix.
12853
12854 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12855 property.
12856
12857 2000-10-09 Dave Love <fx@gnu.org>
12858
12859 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12860 has been initialized before calling tool-bar-setup.
12861 (tool-bar-add-item-from-menu): Add autoload cookie.
12862
12863 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12864
12865 * menu-bar.el (send-mail-item-name): New function.
12866 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12867 of mail-user-agent in the menu. Don't display the "Send Mail"
12868 item if mail-user-agent is nil or its value is ignore.
12869 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12870 if read-mail-command is nil or its value is ignore.
12871
12872 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12873
12874 2000-10-09 Miles Bader <miles@gnu.org>
12875
12876 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12877 Correct image size.
12878 * toolbar/left_arrow.xpm: Correct image size.
12879
12880 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12881 will be done by the definition of `auto-compression-mode' if
12882 necessary. Move code to uninstall existing file-name handler
12883 before definition of `auto-compression-mode'.
12884
12885 * image-file.el (auto-image-file-mode): Move to the end of the
12886 file, because `define-minor-mode' actually calls the mode-function
12887 if the associated variable is non-nil, which requires that all
12888 needed functions be already defined.
12889
12890 * mouse.el (popup-menu): Balance parens.
12891
12892 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12893
12894 * mouse.el (popup-menu): Move the command call outside the loop
12895 so that popup-menu returns whatever the command returns.
12896
12897 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12898 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12899 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12900 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12901
12902 * vc.el (vc-version-diff): diff-switches can be a list.
12903 Use relative filenames for prettier output.
12904
12905 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12906 (vc-post-command-functions): Remove old-VC compatibility code.
12907
12908 * newcomment.el (comment-indent-default): Autoload.
12909
12910 * font-lock.el (font-lock-defaults): Make buffer-local.
12911 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12912 (font-lock-choose-keywords):
12913 Ignore LEVEL unless KEYWORDS is a list of syms.
12914 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12915 Don't wrap regexp-opt things in \(...\) unnecessarily.
12916
12917 * jit-lock.el: Don't require font-lock any more.
12918 (jit-lock-functions): Make buffer-local.
12919 (jit-lock-saved-fontify-buffer-function): Remove.
12920 (jit-lock-mode): Remove autoload cookie.
12921 Remove font-lock specific code.
12922 (jit-lock-unregister): Don't bother handling complex hooks any more.
12923 (jit-lock-refontify): New function.
12924 (jit-lock-fontify-buffer): Use it.
12925 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12926 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12927 Add optional args START and END.
12928 Never call font-lock-fontify-region directly.
12929 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12930
12931 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12932
12933 2000-10-08 Dave Love <fx@gnu.org>
12934
12935 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12936
12937 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12938
12939 * play/studly.el (studlify-region, studlify-word): Add autoload
12940 cookie.
12941
12942 * play/morse.el (morse-region, unmorse-region): Add autoload
12943 cookie.
12944
12945 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12946 concat.
12947
12948 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12949 insist on symbols starting with word syntax.
12950 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12951 (eval-defun-1): Doc fix.
12952 (indent-sexp): Use nconc to build up indent-stack.
12953
12954 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12955 Gnus with little use.
12956 (mail-setup-hook): Add mail-abbrevs-setup to options.
12957
12958 * recentf.el: Doc fixes.
12959
12960 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12961 Clean up remainder.
12962
12963 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12964 without timezone and (8) with timezone to enforce some whitespace.
12965 Simplify code somewhat.
12966
12967 * options.el (list-options): Doc that you should use customize.
12968
12969 * iswitchb.el (iswitchb-mode): Add :require.
12970
12971 * info.el (Info-goto-node, Info-menu): Doc fix.
12972 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12973 (info-tool-bar-map): New variable.
12974 (Info-mode): Use it.
12975 (Info-edit-map): Define all in defvar.
12976 (speedbar-attached-frame): Avoid compiler warning.
12977
12978 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12979 (global-map): Bind [tool-bar] to a filtered map.
12980 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12981 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12982 Allow PBM icons.
12983 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12984
12985 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12986 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12987 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12988 icons, except up_arrow, which is left-arrow rotated.
12989
12990 * imenu.el (imenu-add-to-menubar): Fix last change.
12991
12992 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12993
12994 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12995 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12996
12997 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12998
12999 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
13000 typos in doc strings.
13001
13002 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
13003 the doc strings how to customize Font Lock faces.
13004
13005 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
13006 computing growth when dragging the header line.
13007
13008 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13009
13010 * simple.el (kill-line): Doc fix.
13011
13012 2000-10-08 Miles Bader <miles@gnu.org>
13013
13014 * faces.el (secondary-selection): Make foreground visible on tty.
13015
13016 * jka-compr.el (auto-compression-mode): Move to the end of the
13017 file, because `define-minor-mode' actually calls the mode-function
13018 if the associated variable is non-nil, which requires that all
13019 needed functions be already defined.
13020 (with-auto-compression-mode): Add autoload cookie.
13021
13022 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13023
13024 * files.el (find-backup-file-name) [ms-dos]: If support for long
13025 file names is not available, behave as if version-control were set
13026 to never.
13027
13028 2000-10-07 Dave Love <fx@gnu.org>
13029
13030 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13031 (browse-url-gnome-moz): New function.
13032 (browse-url-browser-function): Use it.
13033 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13034
13035 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13036
13037 * indent.el (tab-always-indent): New var.
13038 (indent-for-tab-command): Use it.
13039
13040 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13041 raise an error. This way it can still default to a sane value.
13042
13043 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13044
13045 * startup.el (fancy-splash-screens): Use local rather than global map.
13046 Don't use `update-menu-bindings' any more.
13047 Get rid of assumptions about keymap representation.
13048
13049 2000-10-06 Dave Love <fx@gnu.org>
13050
13051 * textmodes/fill.el (sentence-end-double-space)
13052 (sentence-end-without-period): Doc fix.
13053 (adaptive-fill-regexp): Purecopy.
13054 (unjustify-current-line): Use line-end-position.
13055 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13056
13057 * net/eudc-vars.el (eudc): Add :version, :link.
13058
13059 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13060
13061 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13062 Fix for define-minor-mode.
13063 (function-at-point): Alias to function-called-at-point.
13064
13065 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13066
13067 * simple.el (backward-word): Doc fix.
13068
13069 * image-file.el (image-file-name-regexp): image-file-regexps ->
13070 image-file-name-regexps.
13071 (image-file-name-extensions): Add pbm.
13072
13073 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13074
13075 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13076 and add filename to the names so that diff-mode can jump to source.
13077
13078 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13079 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13080 (tex-font-lock-keywords-1): Remove.
13081 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13082 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13083 (font-lock-default-fontify-region):
13084 Expand beg..end correctly when just following a multiline region.
13085 (font-lock-fontify-anchored-keywords):
13086 Include the anchor text as part of the multiline.
13087
13088 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13089
13090 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13091 latter needs the autoloaded define-minor-mode macro during the
13092 bootstrap.
13093
13094 * startup.el (command-line): For now, activate tool-bar-mode only
13095 if XPM images are supported.
13096
13097 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13098 window by dragging a header-line at the top of the frame; that's
13099 confusing because the header-line doesn't move.
13100 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13101 of treating the event as a list. Some cleanup.
13102
13103 2000-10-06 Miles Bader <miles@gnu.org>
13104
13105 * simple.el (display-message-or-buffer): New function.
13106 (shell-command-on-region): Use `display-message-or-buffer'.
13107
13108 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13109 docstring parts.
13110
13111 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13112 (smbclient-prompt-regexp): Add usage note to doc string.
13113 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13114 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13115 Use add-hook for adding the comint filter function, and only do so
13116 if it's not already in the global hook list.
13117 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13118 to `make-local-variable'.
13119 (nslookup-font-lock-keywords): Remove prompt entry.
13120 (nslookup): Don't set the process-filter.
13121 (finger): Exit the loop correctly when the regexps list runs out.
13122 (ftp, smbclient, smbclient-list-shares):
13123 Set the real major mode immediately, not after execing.
13124 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13125
13126 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13127
13128 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13129
13130 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13131
13132 * which-func.el (which-func-format): Remove spurious space.
13133 (which-func-mode): Don't make it permanent-local.
13134 (which-func-ff-hook): Allow which-func-maxout to be nil.
13135 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13136 (which-func-mode): Simplify.
13137 Use post-command-idle-hook rather than post-command-hook.
13138 Go through all buffers and update their state.
13139 (which-function): Also try add-log-current-defun-function.
13140
13141 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13142 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13143 Update call to with-vc-properties accordingly.
13144 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13145 (vc-revert-buffer): More careful about window selection and deletion.
13146 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13147
13148 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13149 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13150 (cvs-dired-action): Change the default to quickdir.
13151
13152 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13153 if comment-indent-function returns nil.
13154 (comment-indent-default): New function.
13155 (comment-indent-function): Use it and document the new semantics.
13156
13157 * image-file.el: Docstring fixes.
13158
13159 * help.el (help-xref-on-pp): Use match-string.
13160 (describe-variable): New arg BUFFER.
13161 Store the current buffer in the help-xref-stack.
13162 (temp-buffer-resize-mode): Use define-minor-mode.
13163
13164 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13165 consistently with its docstring.
13166 Set jit-lock-first-unfontify-pos in an idempotent way.
13167 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13168
13169 2000-10-05 Alex Schroeder <alex@gnu.org>
13170
13171 * sql.el (sql-mysql-options): New variable.
13172 (sql-mysql): Use it.
13173
13174 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13175
13176 * image.el (image): New group.
13177
13178 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13179 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13180
13181 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13182
13183 * net/net-utils.el (nslookup-font-lock-keywords)
13184 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13185 Ignore the value of wqindow-system; always define keywords
13186
13187 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13188
13189 * startup.el (fancy-splash-screens): Remove the code for
13190 debugging; `(trace-to-stderr "EXITTT\n")'.
13191
13192 2000-10-05 Miles Bader <miles@gnu.org>
13193
13194 * diff-mode.el (diff-goto-source): Update call to
13195 `diff-hunk-status-msg' to reflect new REV variable.
13196
13197 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13198
13199 * progmodes/icon.el (icon-mode):
13200 Don't gratuitously override the default for comment-column.
13201
13202 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13203
13204 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13205 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13206 (jit-lock-functions): New var.
13207 (jit-lock-function-1): Use it if non-nil.
13208 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13209 Set the `fontified' property before doing the fontification to avoid
13210 repeatedly going through the same error.
13211 Don't turn errors into messages.
13212 (jit-lock-register, jit-lock-unregister): New functions.
13213
13214 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13215 Use with-current-buffer.
13216
13217 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13218 Turn comment into docstring.
13219
13220 * apropos.el (apropos-mode): Use define-derived-mode.
13221
13222 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13223
13224 * startup.el (fancy-splash-pending-command): New variable.
13225 (fancy-splash-pre-command): New function.
13226 (fancy-splash-screens): Rewritten.
13227 (command-line-1): If fancy-splash-pending-command is set, call it
13228 interactively.
13229
13230 2000-10-04 Dave Love <fx@gnu.org>
13231
13232 * toolbar/tool-bar.el (tool-bar-setup): New function.
13233 (tool-bar-mode): Use it.
13234
13235 * subr.el (substitute-key-definition): Doc fix.
13236 (play-sound-file): New command.
13237
13238 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13239
13240 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13241 vc-version-backup-file-name): New functions.
13242
13243 * files.el (basic-save-buffer): Call vc-before-save before saving.
13244
13245 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13246 vc-cvs-stay-local-p.
13247
13248 * vc.el (vc-revert-buffer): Handle empty diff properly.
13249 (vc-version-backup-file): New function.
13250 (vc-checkout): Create a version backup if necessary.
13251 (vc-checkin): If a version backup file exists, delete it.
13252 (vc-version-diff): Diff locally using version backups, if available.
13253 (vc-revert-file): If there's a version backup, revert locally.
13254 (vc-transfer-file): Use version backup for base version, if
13255 available. If not, ask for confirmation whether to get it from the
13256 server. Update mode line before check-in.
13257
13258 2000-10-04 Dave Love <fx@gnu.org>
13259
13260 * toolbar/tool-bar.el (tool-bar-setup): New function.
13261 (tool-bar-mode): Use it.
13262
13263 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13264
13265 * net/net-utils.el (nslookup-font-lock-keywords)
13266 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13267 Only set if window-system is non-nil
13268 (net-utils-run-program): Returns buffer.
13269 (network-connection-reconnect): Added this function.
13270
13271 * generic.el:
13272 Incorporates extensive cleanup and docfixes by
13273 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13274 Uses cl compile-time macros.
13275 (generic-mode-name, generic-comment-list)
13276 (generic-keywords-list, generic-font-lock-expressions)
13277 (generic-mode-function-list, generic-mode-syntax-table):
13278 Removed variables.
13279 (generic-mode-alist): Renamed to generic-mode-list.
13280 (generic-find-file-regexp): Default changed to "^#".
13281 (generic-read-type): Uses completing read on generic-mode-list.
13282 (generic-mode-sanity-check): removed this function.
13283 (generic-add-to-auto-mode): Removed this function
13284 (generic-mode-internal): Bind mode-specific definitions
13285 into function instead of putting them in alist.
13286 (generic-mode-set-comments): Reworked extensively.
13287 (generic-mode-find-file-hook): Simplified regexp searching
13288 (generic-make-keywords-list): Omit extra pair of parens
13289
13290 * find-lisp.el (find-lisp-find-files-internal):
13291 Make sure directory name ends with "/".
13292
13293 * generic-x.el (apache-conf-generic-mode):
13294 Regexp now allows leading whitespace.
13295 (rc-generic-mode): Added eval-when-compile
13296 around generic-make-keywords-list.
13297 Deleted duplicate regexp
13298 (rul-generic-mode): Added eval-when-compile
13299 around generic-make-keywords-list.
13300 (etc-fstab-generic-mode): New generic mode.
13301 (rul-generic-mode): Removed one eval-when-compile
13302 which caused a max-specpdl-size exceeded error.
13303
13304 2000-10-04 Miles Bader <miles@gnu.org>
13305
13306 * simple.el (minibuffer-temporary-goal-position): New variable.
13307 (next-history-element): Try to keep the position of point in the
13308 input string constant.
13309
13310 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13311 (dired-do-create-files): If there's only one file, pass it in as
13312 the DEFAULT arg to dired-mark-read-file-name.
13313
13314 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13315
13316 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13317 (diff-goto-source): Be smarter when choosing REVERSE or not.
13318
13319 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13320 (texinfo-mode-menu): Add an explicit shortcut for update all.
13321
13322 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13323
13324 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13325 factorize backend-specific code cleanly (this was essentially
13326 conceived by Stefan Monnier).
13327 (vc-unregister): Function removed.
13328 (vc-revert-file): New function.
13329 (vc-revert-buffer): Delegate some of the work to it.
13330
13331 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13332 default branch unconditionally.
13333 (vc-rcs-set-default-branch): New function.
13334 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13335 (vc-rcs-checkin): If an appropriate default branch has been set,
13336 force creation of that branch.
13337 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13338 code (as suggested by Stefan Monnier).
13339
13340 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13341
13342 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13343 highlighting overlay with a different face over the overlay
13344 isearch uses to highlight the current match because that can lead
13345 to bad face combinations.
13346
13347 * loadup.el (toplevel): Load faces before isearch.
13348
13349 * isearch.el (isearch-faces): New custom group.
13350 (isearch): New defface; was already tested for in the code.
13351 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13352 (isearch-highlight): Always use face `isearch'.
13353
13354 2000-10-02 Dave Love <fx@gnu.org>
13355
13356 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13357 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13358 comparison of opcode with operand.
13359
13360 2000-10-03 Miles Bader <miles@gnu.org>
13361
13362 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13363 buffer, since the echo area will now grow to accommodate them.
13364
13365 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13366
13367 * vc-hooks.el (vc-registered): If FILE used to be registered under
13368 a certain backend, try that one first.
13369
13370 * vc.el (vc-responsible-backend): Undo the previous change in the
13371 argument list. Handle multiple backends correctly.
13372 (vc-find-new-backend): Function removed.
13373 (vc-register): Use vc-responsible-backend, as before.
13374 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13375
13376 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13377
13378 * startup.el (fancy-splash-head): Change message below the
13379 logo.
13380
13381 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13382
13383 * diff-mode.el (diff-goto-source): Emit a status message.
13384 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13385 (diff-test-hunk): Fix doc string.
13386 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13387 (diff-advance-after-apply-hunk): New variable.
13388 (diff-apply-hunk): Don't return a value.
13389
13390 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13391
13392 * vc.el (vc-editable-p): Minor optimization.
13393 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13394 (vc-find-new-backend): New function split from vc-responsible-backend.
13395 (vc-register): Use it.
13396 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13397 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13398 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13399 (vc-clear-headers): Don't use find-file.
13400 (vc-revert-buffer): Use `and' again (must have been a braino).
13401 (vc-switch-backend): Only prompt if requested.
13402 Short circuit if nothing is to be done.
13403 Don't use vc-resynch-buffer which could lose unsaved editing.
13404 (vc-default-receive-file): Update call to vc-unregister.
13405 (with-vc-file, vc-next-action-on-file):
13406 Use vc-backend rather than vc-registered.
13407 (vc-next-action-on-file): Use intern-soft.
13408 Deal with read-only *vc-diff* buffer.
13409 (vc-transfer-file): Docstring fix.
13410
13411 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13412 (vc-rcs-receive-file): Avoid with-vc-properties.
13413 Update call to vc-unregister.
13414 Use constant `RCS' rather than (dynamically bound) var `backend'.
13415
13416 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13417
13418 * vc.el (vc-next-action-on-file): Update mode line only if file
13419 is visited.
13420 (vc-start-entry): New argument initial-contents. Don't visit the file
13421 if it isn't already visited. Brought documentation up-to-date.
13422 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13423 (vc-checkin): New optional arg initial-contents, which is passed to
13424 vc-start-entry.
13425 (vc-finish-logentry): Make sure to bury log buffer only if there
13426 really is one. Call `vc-resynch-buffer' on log-file, not
13427 buffer-file-name.
13428 (vc-default-comment-history, vc-default-wash-log): New functions.
13429 (vc-index-of): Removed.
13430 (vc-transfer-file): Make do without the above.
13431 (vc-default-receive-file): Call comment-history unconditionally. Pass
13432 the resulting string to vc-checkin, instead of inserting it into the
13433 comment ring.
13434
13435 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13436 unconditionally. Use the comments as initial contents of the log
13437 entry buffer. Document the trick to force branch creation with no
13438 changes.
13439
13440 2000-10-01 Miles Bader <miles@gnu.org>
13441
13442 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13443 `recenter' with an arg to prevent redrawing the display.
13444
13445 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13446
13447 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13448
13449 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13450
13451 * progmodes/c-mode.el (c-mode):
13452 Don't gratuitously override the default for comment-column.
13453
13454 * textmodes/tex-mode.el (latex-metasection-list): New var.
13455 (latex-imenu-create-index): Use it.
13456 Move the regexp construction outside loops (and use push).
13457 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13458 (tex-font-lock-keywords): Moved from font-lock.el.
13459 (tex-comment-indent): Remove.
13460 (tex-common-initialization): Don't set comment-indent-function.
13461 (latex-block-default): New var.
13462 (tex-latex-block): Use it to provide a default choice.
13463 Add any unknown choice to latex-block-names.
13464 Insert [...] after {...}.
13465 (tex-last-unended-begin): Simplify regexp.
13466 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13467 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13468 (latex-mode): Set forward-sexp-function.
13469
13470 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13471 Add regexp for @ignore ... @end ignore.
13472 (texinfo-heading-face): New face.
13473 (texinfo-font-lock-keywords): Use it.
13474 (texinfo-mode-menu): New menu.
13475 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13476 New functions.
13477 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13478 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13479 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13480 Remove declaration.
13481 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13482
13483 * delsel.el (delete-selection-mode): Use define-minor-mode.
13484
13485 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13486
13487 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13488
13489 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13490
13491 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13492
13493 * replace.el (keep-lines-read-args): New function.
13494 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13495 read arguments interactively. Add parameters RSTART and REND.
13496 Operate on the active region in Transient Mark mode.
13497
13498 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13499
13500 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13501 (authors-obsolete-files-regexps): New variable.
13502 (authors-add): Don't record changes in obsolete files.
13503
13504 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13505
13506 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13507
13508 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13509 (comment-indent): Make sure there's a space between code and comment.
13510 Shift comments left to avoid going past fill-column.
13511
13512 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13513
13514 * startup.el (startup-echo-area-message): New function.
13515 (display-startup-echo-area-message): Use it.
13516 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13517 (fancy-splash-default-action): New function.
13518 (fancy-splash-screens-1): New function.
13519 (fancy-splash-head): Put a help-echo and a keymap under the image.
13520
13521 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13522
13523 * diff-mode.el (diff-add-log-file-name): Remove.
13524 (diff-mode): Use add-log-buffer-file-name-function.
13525
13526 * add-log.el (find-change-log): New arg BUFFER-FILE.
13527 (add-log-file-name): Obey add-log-file-name-function.
13528 (add-log-buffer-file-name-function): New var.
13529 (add-change-log-entry): Use it.
13530
13531 2000-09-29 Miles Bader <miles@gnu.org>
13532
13533 * image-file.el (image-file-name-extensions): New variable.
13534 (image-file-name-regexps): Renamed from `image-file-regexps'.
13535 New default value is nil. Call `auto-image-file-mode'.
13536 (image-file-name-regexp): New function.
13537 (auto-image-file-mode): New minor mode.
13538 (insert-image-file): Don't make conditional on the image-file
13539 handler being enabled.
13540 (image-file-handler): Make the call here conditional instead.
13541 (set-image-file-handler-enabled, enable-image-file-handler)
13542 (disable-image-file-handler): Functions removed.
13543
13544 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13545 string.
13546
13547 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13548
13549 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13550 it's a function from CL.
13551 (latex-imenu-create-index): Replace eval-when-compile with progn
13552 because latex-section-alist is not bound while compiling.
13553
13554 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13555
13556 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13557 (outline-mode): Use define-derived-mode.
13558
13559 * progmodes/perl-mode.el (perl-mode):
13560 * progmodes/awk-mode.el (awk-mode):
13561 * progmodes/asm-mode.el (asm-mode):
13562 Don't gratuitously override the default for comment-column.
13563
13564 * emacs-lisp/lisp.el (lisp-complete-symbol):
13565 Distinguish the let-binding case from the funcall case.
13566 (forward-sexp-function): New variable.
13567 (forward-sexp): Use it.
13568
13569 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13570 (easy-mmode-defmap): Remove the now useless autoload.
13571
13572 * time.el (display-time-mode): Use define-minor-mode.
13573
13574 * subr.el (add-minor-mode): Don't eval NAME.
13575 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13576 Use if rather than cond.
13577
13578 * simple.el (read-expression-map): Define more properly.
13579 (comment-indent-hook): Remove.
13580 (string-to-syntax): Bug fix.
13581
13582 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13583 (cvs-ediff-diff): Fix typo.
13584 (cvs-revert-if-needed): Don't bother preserving read-only.
13585
13586 * paren.el (show-paren-mode): Use define-minor-mode.
13587
13588 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13589 (toggle-auto-compression): Remove.
13590 (jka-compr-build-file-regexp): Remove useless grouping.
13591
13592 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13593 Avoid user-reserved bindings.
13594 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13595 (diff-header-face): Revert to grey85.
13596
13597 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13598
13599 * complete.el (partial-completion-mode) <defcustom>: Remove.
13600 (partial-completion-mode): Use define-minor-mode.
13601 (PC-do-completion): Understand `completion-auto-help = delay'
13602 to mean to popup the completion buffer only the second time.
13603 (PC-include-file-all-completions, PC-include-file-all-completions)
13604 (PC-include-file-all-completions): Don't quote lambda.
13605
13606 * comint.el (comint-mode-hook): Docstring fix.
13607 (comint-mode): Use define-derived-mode.
13608 (comint-mode-map): Remove obsolete comment.
13609 (make-comint): Minor stylistic change.
13610 (comint-insert-clicked-input): Be more careful to find the overlay.
13611 Use this-command-keys rather than hardcoding mouse-2.
13612
13613 * font-lock.el: Replace confusing (,@ with ,
13614 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13615 Don't use regexp-opt-depth. Spice up the regexp for args.
13616 Don't distinguish between cmds that can take an opt arg or not.
13617 Use `append' and `prepend' rather than `keep'.
13618
13619 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13620 (latex-outline-regexp): New var.
13621 (latex-outline-level): New fun.
13622 (latex-section-alist): New var.
13623 (latex-imenu-create-index): Use it. Use `push' as well.
13624 (tex-shell-map): Initialize it properly.
13625 (tex-mode): Minor stylistic change.
13626 (plain-tex-mode): Use define-derived-mode.
13627 (latex-mode): Use define-derived-mode.
13628 Construct the paragraph regexps in a more readable way.
13629 Set the buffer-local outline-{level,regexp} vars.
13630 (slitex-mode): Derive from latex-mode.
13631 (tex-common-initialization): Don't kill-all-vars anymore.
13632 Add setting for comment-add and font-lock-defaults.
13633 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13634 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13635 (tex-start-tex): New arg DIR (and send a chdir command for it).
13636 Also display the shell buffer and save it in tex-last-buffer-texed.
13637 (tex-region): Use expand-file-name rather than concat.
13638 Remove code made useless by changes in tex-start-tex.
13639 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13640
13641 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13642
13643 2000-09-28 Dave Love <fx@gnu.org>
13644
13645 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13646
13647 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13648
13649 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13650 `append'.
13651
13652 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13653
13654 * info.el (Info-extract-pointer): Undo last change.
13655 Instead, fix the position of the `bound' arg to re-search-backward.
13656
13657 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13658
13659 * info.el (Info-extract-pointer):
13660 Widen more carefully, to avoid finding pointers in other nodes.
13661 (Info-index): Use push.
13662
13663 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13664
13665 * frame.el (set-frame-font): Remove call to obsolete function
13666 frame-update-faces.
13667 (set-foreground-color, set-background-color): Likewise for
13668 frame-update-face-colors.
13669
13670 2000-09-27 Miles Bader <miles@gnu.org>
13671
13672 * image-file.el: New file.
13673
13674 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13675
13676 * frame.el (frame-notice-user-settings): Don't call
13677 frame-update-faces, which is a no-op now.
13678
13679 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13680 tool-bar-lines.
13681
13682 2000-09-27 Dave Love <fx@gnu.org>
13683
13684 * mouse.el: Fix last change.
13685
13686 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13687
13688 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13689
13690 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13691
13692 * international/quail.el (quail-help): The output message is
13693 improved.
13694
13695 2000-09-26 Dave Love <fx@gnu.org>
13696
13697 * mouse.el (popup-menu): If POSITION is nil, set it using
13698 mouse-position.
13699
13700 2000-09-25 Sam Steingold <sds@gnu.org>
13701
13702 * net/browse-url.el (browse-url-file-url): Check for null maps.
13703
13704 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13705
13706 * frame.el (frame-notice-user-settings): Don't add a
13707 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13708
13709 * frame.el (frame-notice-user-settings):
13710 Make tool-bar-mode and default-frame-alist consistent.
13711
13712 * toolbar/tool-bar.el (tool-bar-help): New function.
13713
13714 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13715
13716 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13717 current-load-list in top-level forms. Else this leaks a cons cell
13718 every time a defun is called.
13719
13720 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13721
13722 2000-09-25 Dave Love <fx@gnu.org>
13723
13724 * startup.el (fancy-splash-head): Check XPM is available.
13725
13726 * autoinsert.el (auto-insert): Doc fix.
13727 (auto-insert-alist): Following GNU notices, don't say `copyright
13728 _by_'. Use line-beginning-position.
13729 (auto-insert): Check buffer-file-name is non-nil before use.
13730
13731 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13732
13733 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13734 starting with `@def' or `@multitable', in addition to ones
13735 specified by the user in auto-fill-inhibit-regexp.
13736
13737 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13738
13739 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13740 rmail-dont-reply-to-names matches the empty string.
13741
13742 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13743
13744 * startup.el (command-line-1, fancy-splash-text): Change the
13745 text to sound more friendly.
13746
13747 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13748
13749 * progmodes/hideshow.el: Update author email address.
13750 Generally, sync w/ maintainer version 5.22.
13751 (hs-hide-all-non-comment-function): New var.
13752 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13753 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13754 (hs-show-region): Delete this command.
13755 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13756
13757 2000-09-22 Dave Love <fx@gnu.org>
13758
13759 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13760 (hl-line-highlight): Specify buffer when moving overlay.
13761
13762 * progmodes/fortran.el (fortran-mode): Locally set
13763 normal-auto-fill-function.
13764 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13765 (fortran-mode-map): Adjust auto-fill menu entry.
13766
13767 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13768
13769 * vc-rcs.el (toplevel): Require `vc' when compiling.
13770
13771 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13772
13773 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13774
13775 * vc.el (vc-switch-backend): Signal an error if the file is not
13776 registered under the new backend.
13777
13778 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13779 without explicit revision number.
13780
13781 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13782
13783 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13784 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13785 (diff-xor): New function.
13786 (diff-find-source-location): Use it. Fix a stupid name clash.
13787 (diff-hunk-status-msg): New function.
13788 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13789 (diff-test-hunk): Use diff-find-source-location.
13790 (diff-goto-source): Favor the `reverse'.
13791 (diff-hunk-text): Properly handle one-sided context diffs.
13792 (diff-apply-hunk): When done, advance to the next hunk.
13793
13794 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13795
13796 * startup.el (command-line): If frame was created with a non-zero
13797 tool-bar-lines parameter, switch tool-bar-mode on.
13798
13799 * add-log.el (change-log-date-face, change-log-name-face)
13800 (change-log-email-face, change-log-file-face)
13801 (change-log-list-face, change-log-conditionals-face)
13802 (change-log-function-face, change-log-acknowledgement-face):
13803 New faces, inheriting from font-lock faces.
13804 (change-log-font-lock-keywords): Use them.
13805
13806 2000-09-21 Dave Love <fx@gnu.org>
13807
13808 * progmodes/cperl-mode.el (top-level): Clean up
13809 `eval-when-compile's and assorted defvars.
13810 (cperl-invalid-face): Don't double-quote value. Change custom
13811 type.
13812 (cperl-mode): Set normal-auto-fill-function and don't zap
13813 auto-fill-function.
13814 (cperl-imenu--function-name-regexp-perl): Renamed from
13815 imenu-example--function-name-regexp-perl.
13816 (cperl-imenu--create-perl-index): Renamed from
13817 imenu-example--create-perl-index.
13818 (cperl-xsub-scan): Don't require cl.
13819
13820 * msb.el (msb-mode-map): Use substitute-key-definition.
13821 (msb-mode): Use msb-mode-map.
13822
13823 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13824
13825 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13826 New functions.
13827 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13828 (vc-switch-backend): New function.
13829 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13830 (vc-register): Fix prompt.
13831 (vc-unregister, vc-default-unregister): New functions.
13832 (vc-version-diff): Handle empty buffer in sentinel.
13833
13834 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13835 (vc-rcs-state-heuristic): Use it to guess the state of files with
13836 non-strict locking.
13837 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13838 been set with -b, but not created yet.
13839 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13840 contents in order to find the state.
13841 (vc-rcs-checkin): Allow creation of branches with no changes.
13842 (vc-rcs-unregister, vc-rcs-receive-file)
13843 (vc-rcs-set-non-strict-locking): New functions.
13844
13845 * vc-hooks.el (vc-name): Force correct computation of the value
13846 in case it is missing.
13847
13848 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13849
13850 * startup.el (fancy-splash-tail): Use a different foreground
13851 color on a dark frame background.
13852
13853 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13854
13855 * info.el: Use the correct capitalization when making Info-mode
13856 and Info-edit-mode `special' modes.
13857
13858 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13859
13860 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13861 (diff-mode): Add support for add-log.el.
13862 (diff-hunk-text): Use char offsets rather than line offsets.
13863 (diff-find-source-location): Replace LINE with line-offset (nil
13864 if not found) and always set POS to a meaningful position.
13865 Adapt to the new char-offsets.
13866 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13867 Adapt to the new diff-find-source-location.
13868 (diff-goto-source): Adapt to the new diff-find-source-location.
13869
13870 * add-log.el (add-log-file-name): New function (split out of
13871 add-change-log-entry).
13872 (add-change-log-entry): Use it.
13873 Call add-log-file-name-function with the changelog file name if
13874 the current buffer is not associated with any file.
13875 Avoid find-file if the selected window is dedicated.
13876
13877 * diff-mode.el (diff-find-source-location):
13878 Move code from diff-apply-hunk. Return buffer rather than file.
13879 (diff-apply-hunk): Use the new result from diff-find-source-location.
13880 (diff-goto-source): Use the new diff-find-source-location.
13881
13882 2000-09-20 Dave Love <fx@gnu.org>
13883
13884 * iswitchb.el: Some doc fixes.
13885 (iswitchb-mode-map): Define completely initially. Inherit
13886 minibuffer-local-map.
13887 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13888 fundamental-mode.
13889 (iswitchb-global-map): New variable.
13890 (iswitchb-summaries-to-end): Amalgamate regexps.
13891 (iswitchb-mode): New.
13892 (iswitchb-mode-hook): New variable.
13893 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13894 `extensions'.
13895
13896 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13897
13898 * ehelp.el (electric-help): New defgroup.
13899 (electric-help-shrink-window): New user-option.
13900 (with-electric-help): Use it.
13901
13902 * window.el (shrink-window-if-larger-than-buffer): If face
13903 `mode-line' has a :box, and we're on a graphical frame, add 1
13904 to the needed window height.
13905
13906 * frame.el (frame-notice-user-settings): Add a last parameter nil
13907 to a call to `append', because the last list passed to `append' is
13908 not copied, and so subsequent calls to assq-delete-all will modify
13909 default-frame-alist.
13910
13911 * startup.el (fancy-splash-image): Change :type.
13912 (fancy-splash-head): Use an XBM image if appropriate.
13913 (command-line-1): Show splash screens in more cases.
13914
13915 * startup.el (fancy-splash-text): Don't quote faces.
13916
13917 * dired.el (dired-font-lock-keywords): Undo last change.
13918 (dired-readin): Bind indent-tabs-mode to nil.
13919
13920 * startup.el (fancy-splash-head): If frame's background mode
13921 is `dark', change the black background of the image to gray.
13922 (fancy-splash-screens): Display startup echo area message.
13923 (display-startup-echo-area-message): New function.
13924
13925 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13926
13927 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13928
13929 * info.el (info-header-node): Tweak for color ttys.
13930
13931 * faces.el (face-valid-attribute-values): Make sure directories we
13932 search for stipples both exist and are readable before trying to
13933 search them.
13934
13935 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13936 in the dry-run case.
13937
13938 * jka-compr.el (with-auto-compression-mode): New macro.
13939
13940 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13941 (custom-group-tag-face, custom-variable-tag-face): Use relative
13942 :height and inherit from `variable-pitch' face instead of
13943 hardwiring :family.
13944 * hi-lock.el (hi-black-hb): Likewise.
13945
13946 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13947 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13948 toolbar-add-item, if image doesn't have a mask add a `:mask
13949 heuristic'.
13950
13951 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13952
13953 * diff-mode.el: Docstring fixes.
13954 (diff-header-face, diff-comment-face): New faces.
13955 (diff-font-lock-keywords): Highlight a bit differently.
13956 (diff-find-source-location): Don't return SPAN any more.
13957 (diff-hunk-text): Don't bother erasing the temp buffer.
13958 (diff-find-text): Drop argument LINE.
13959 (diff-apply-hunk): Update calls to diff-find-text.
13960 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13961
13962 * calendar/calendar.el: Docstring fixes.
13963 (calendar-make-alist): Don't quote lambda.
13964 (calendar-star-date): Use make-local-variable.
13965
13966 2000-09-19 Dave Love <fx@gnu.org>
13967
13968 * toolbar/tool-bar.el: Renamed from toolbar.el.
13969 Change `toolbar' to `tool-bar' generally in symbols.
13970 Make some items invisible in `special' major modes.
13971 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13972 Add arg PROPS.
13973
13974 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13975 Add :version here.
13976 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13977
13978 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13979
13980 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13981
13982 * files.el (find-file-suppress-same-file-warnings): New user-option.
13983 (find-file-noselect): Use it.
13984
13985 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13986 (fancy-splash-screen): Defgroup.
13987
13988 * add-log.el (change-log-font-lock-keywords): Match names
13989 more exactly for the case that font-lock-constant-face is
13990 underlined.
13991
13992 2000-09-19 Richard M. Stallman <rms@gnu.org>
13993
13994 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13995
13996 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13997
13998 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13999
14000 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14001
14002 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
14003 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
14004 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
14005 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
14006 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
14007 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
14008 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
14009 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
14010 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
14011 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
14012 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
14013 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
14014
14015 * startup.el (fancy-splash-text): New variable.
14016 (fancy-splash-delay, fancy-splash-image): New user-options.
14017 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14018 (fancy-splash-screens): New functions.
14019 (command-line-1): If display has a `display' frame parameter, has
14020 colors, and we have XPM support, show more fancy splash screens.
14021
14022 2000-09-19 Dave Love <fx@gnu.org>
14023
14024 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14025 with null `help'. Use modern backquote syntax.
14026
14027 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14028
14029 * font-lock.el (font-lock-mode): Change message telling the user
14030 that ``the buffer is too big''.
14031
14032 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14033 for instance for the case that tab-width is 2.
14034
14035 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14036
14037 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14038 toolbar-add-item, if image doesn't have a mask add a `:mask
14039 heuristic'.
14040
14041 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14042
14043 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14044 and return a cons if it's non-nil.
14045 (diff-apply-hunk): Try to jump to the line in the source text
14046 corresponding to the position of point in the in the hunk.
14047
14048 * info.el (Info-title-3-face, Info-title-2-face)
14049 (Info-title-1-face): Use face inheritance and relative sizes
14050 instead of hard-wiring things.
14051
14052 * faces.el (secondary-selection): Make dark-background variant sane.
14053
14054 2000-09-16 Andrew Innes <andrewi@gnu.org>
14055
14056 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14057 read-only, since they aren't under VC now.
14058
14059 2000-09-17 Dave Love <fx@gnu.org>
14060
14061 * tmm.el: Replace mapcar with mapc in several places.
14062
14063 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14064 ad-unadvise.
14065
14066 * international/latin1-disp.el: New file.
14067
14068 * calendar/cal-move.el (scroll-calendar-left)
14069 (scroll-calendar-right): Make arg optional (for active mode line).
14070
14071 * calendar/calendar.el (calendar-mode-line-format): Make fields
14072 mouse-sensitive.
14073 (calendar-read-date, calendar-read-date, calendar-window-list):
14074 Unquote lambda.
14075 (calendar-month-name): Use aref, not sref.
14076
14077 * view.el (minor-mode-alist): Propertize the string.
14078
14079 * international/characters.el (standard-case-table): Add entries
14080 for Greek.
14081
14082 2000-09-18 Miles Bader <miles@gnu.org>
14083
14084 * info.el (info-node, info-xref): Add dark-background variants.
14085
14086 * faces.el (header-line): Change defaults to be less confusing
14087 when mixed with mode-lines.
14088
14089 * info.el (Info-fontify-node): Make a few cleanups.
14090 Add extra `help-echo' and `local-map' props to node xrefs.
14091 Use header-specific faces for node-names & xrefs.
14092 (Info-use-header-line): New variable.
14093 (info-header-xref, info-header-node): New faces.
14094 (Info-setup-header-line): New function.
14095 (Info-select-node): Call Info-setup-header-line when enabled.
14096 (Info-extract-pointer): Work even if the header line is hidden.
14097 (Info-header-line): New variable.
14098
14099 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14100
14101 * vms-patch.el (print-region-function): Don't quote lambda.
14102
14103 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14104
14105 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14106 (lm-get-header-re): Allow spaces between the header and the colon.
14107 (lm-header): Allow $ in non-RCS headers.
14108 (lm-header-multiline): Put the strings back into order.
14109 Stop at an empty line. Don't require two space chars if the
14110 line is clearly not another header line.
14111
14112 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14113 (popup-menu-popup): Remove.
14114
14115 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14116
14117 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14118 specification if or if not tool-bar item contains an `:enabled'
14119 property.
14120
14121 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14122 current buffer has no file name.
14123
14124 2000-09-15 Dave Love <fx@gnu.org>
14125
14126 * strokes.el: Sync with maintainer's current version with changes
14127 for Emacs, but avoid runtime cl and levents.
14128 (toplevel): Change autoloads and compilation requires.
14129 (strokes-version, strokes-bug-address, strokes-lift): Values
14130 changed.
14131 (strokes-xpm-header, strokes-insinuated): New variable.
14132 (strokes): Add :link.
14133 (strokes-mode): Customized.
14134 (strokes-while-inhibiting-garbage-collector): New macro.
14135 (strokes-remassoc): Avoid remove-if.
14136 (strokes-fix-button2-command): Don't use ad-do-it.
14137 (strokes-insinuate): New function.
14138 (strokes-button-press-event-p, strokes-button-release-event-p):
14139 New functions, used instead of non-`strokes-' versions..
14140 (strokes-mouse-event-p): Rewritten.
14141 (strokes-event-closest-point): Avoid event-point.
14142 (strokes-get-grid-position): Avoid cdadr, caadr
14143 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14144 functions.
14145 (strokes-help): Use with-output-to-temp-buffer.
14146 (strokes-window-configuration-changed-p): New function.
14147 (strokes-update-window-configuration): Use buffer-live-p,
14148 strokes-window-configuration-changed-p.
14149 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14150 (strokes-char-face): New face.
14151 (strokes-char-table, strokes-base64-chars): New variable.
14152 (strokes-xpm-for-stroke, strokes-list-strokes)
14153 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14154 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14155 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14156 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14157 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14158 functions.
14159
14160 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14161
14162 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14163
14164 * image.el (create-image): Doc fix.
14165
14166 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14167 instead of `:heuristic-mask t'.
14168
14169 2000-09-14 Andrew Innes <andrewi@gnu.org>
14170
14171 * makefile.w32-in: Revert to Unix line endings.
14172
14173 2000-09-14 Andrew Innes <andrewi@gnu.org>
14174
14175 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14176 when installing.
14177
14178 * makefile.nt (DONTCOMPILE): Fix typo.
14179
14180 * shell.el (shell-write-history-on-exit): New function.
14181 (shell-dumb-shell-regexp): New custom variable.
14182 (shell-mode): Make shell-write-history-on-exit the process
14183 sentinel if shell name matches shell-dumb-shell-regexp.
14184
14185 * w32-fns.el: Comment out before-init-hook function which resets
14186 source-directory based; this breaks bootstrap.
14187
14188 2000-09-14 Dave Love <fx@gnu.org>
14189
14190 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14191 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14192 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14193 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14194 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14195 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14196 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14197 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14198 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14199
14200 * toolbar/toolbar.el: New.
14201
14202 * subdirs.el: Add toolbar.
14203
14204 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14205
14206 * indent.el (indent-for-tab-command): Doc fix.
14207
14208 2000-09-14 Alex Schroeder <alex@gnu.org>
14209
14210 * ansi-color.el (ansi-colors): Doc change.
14211 (ansi-color-get-face): Simplified regexp.
14212 (ansi-color-faces-vector): Added more faces, doc change.
14213 (ansi-color-names-vector): Doc change.
14214 (ansi-color-regexp): Simplified regexp.
14215 (ansi-color-parameter-regexp): New regexp.
14216 (ansi-color-filter-apply): Doc change.
14217 (ansi-color-filter-region): Doc change.
14218 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14219 deal with zero length parameters.
14220 (ansi-color-apply-on-region): Doc change.
14221 (ansi-color-map): Doc change.
14222 (ansi-color-map-update): Removed debugging message.
14223 (ansi-color-get-face-1): Added condition-case to trap
14224 args-out-of-range errors.
14225 (ansi-color-get-face): Doc change.
14226 (ansi-color-make-face): Removed.
14227 (ansi-color-for-shell-mode): New option.
14228
14229 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14230
14231 * international/quail.el (quail-start-translation): Translate KEY
14232 if necessary even if it doesn't have any mapping in the current
14233 input method.
14234 (quail-start-conversion): Likewise.
14235 (quail-help): The output message is improved.
14236
14237 2000-09-13 Miles Bader <miles@gnu.org>
14238
14239 * comint.el (comint-output-filter): Revert to using
14240 `insert-before-markers'. Add bletcherous hack to undo damage
14241 caused by `insert-before-markers'. Put `front-sticky' property on
14242 overlays created here so that the field code understands how the
14243 overlay works. Use a let when making comint-last-prompt-overlay,
14244 so that the code is easier to read.
14245
14246 2000-09-13 Dave Love <fx@gnu.org>
14247
14248 * wid-edit.el (widget-default-format-handler): DTRT when
14249 doc-property is a function.
14250
14251 2000-09-12 Francesco Potorti` <pot@gnu.org>
14252
14253 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14254 filed name if it's not there.
14255
14256 2000-09-12 Dave Love <fx@gnu.org>
14257
14258 * simple.el (read-mail-command): Doc fix.
14259 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14260
14261 * vc.el (vc-dired-listing-switches): Fix :version.
14262
14263 * vc-hooks.el: Doc fixes.
14264
14265 * subr.el (add-minor-mode): Use toggle-fun arg.
14266
14267 * speedbar.el: Add :version to several defcustoms.
14268
14269 * imenu.el (imenu--truncate-items, imenu--cleanup)
14270 (imenu--generic-function): Avoid mapcar.
14271 (imenu--replace-spaces): Function removed.
14272 (imenu--completion-buffer): Use subst-char-in-string.
14273 (imenu-add-to-menubar): Use keymap inheritance.
14274
14275 2000-09-12 Miles Bader <miles@gnu.org>
14276
14277 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14278 (diff-mode-map): Bind `diff-test-hunk'.
14279 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14280
14281 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14282
14283 * bytecomp.el (byte-compile-defvar): Undo last change
14284 because it breaks '(make-variable-buffer-local (defvar ...)'
14285 which is used at least in dired.
14286
14287 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14288
14289 * international/quail.el (quail-define-package): Docstring
14290 modified.
14291
14292 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14293
14294 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14295 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14296 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14297 docstring of "chinese-py".
14298
14299 * international/quail.el (quail-translation-docstring): New
14300 variable.
14301 (quail-show-keyboard-layout): Docstring modified.
14302 (quail-select-current): Likewise.
14303 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14304 infinite recursive call.
14305 (quail-help): Check quail-translation-docstring. Format of the
14306 output changed.
14307 (quail-help-insert-keymap-description): Adjusted for the above
14308 change.
14309
14310 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14311
14312 * bytecomp.el (byte-compile-defvar): Only cons onto
14313 current-load-list in top-level forms. Else this leaks a cons cell
14314 every time a defun is called.
14315
14316 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14317
14318 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14319 Now understands non-unified diffs. Some functionality moved into
14320 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14321 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14322 modify anything. Only reposition point in the patched file if the
14323 patch succeeds. Only pop up another window if POPUP is true.
14324 Emit a message describing what happened if successful, and at what
14325 line-offset. Automatically detect reversed hunks and do something
14326 appropriate.
14327 (diff-hunk-text, diff-find-text): New functions.
14328 (diff-filter-lines): Function removed.
14329 (diff-test-hunk): New function.
14330 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14331
14332 2000-09-10 Dave Love <fx@gnu.org>
14333
14334 * textmodes/tildify.el: Minor doc/commentary fixes.
14335 (tildify) <defgroup>: Add :version.
14336
14337 * faces.el (face-x-resources): Make custom type more specific.
14338 (frame-background-mode): Use mapc.
14339 (region) <defcustom>: Add :version.
14340
14341 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14342
14343 * vc-sccs.el (vc-sccs-register):
14344 * vc-rcs.el (vc-rcs-register):
14345 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14346 * vc.el (vc-register): Clear file's properties.
14347
14348 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14349
14350 * faces.el (face-spec-set): Only face-spec-reset-face when
14351 ATTRS is non-nil.
14352
14353 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14354
14355 * help.el (help-insert-xref-button): Fix a typo in doc string.
14356
14357 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14358
14359 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14360 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14361 methods.
14362
14363 * menu-bar.el (read-mail-item-name): New function.
14364 (menu-bar-tools-menu): Use it to compute and display the package
14365 used to read email.
14366 (menu-bar-tools-menu): Fix typo in GUD's help string.
14367
14368 2000-09-07 Dave Love <fx@gnu.org>
14369
14370 * diff-mode.el (diff-mouse-goto-source): New function.
14371
14372 * vc-sccs.el: Doc fixes.
14373 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14374
14375 * vc-rcs.el: Doc fixes.
14376 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14377 (vc-rcs-checkout-switches, vc-rcs-header)
14378 (vc-rcs-master-templates): Add or change :version.
14379
14380 * vc-cvs.el: Doc fixes.
14381 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14382 (vc-cvs-stay-local): Add :version.
14383
14384 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14385
14386 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14387
14388 * international/quail.el (quail-help): Fix previous change.
14389
14390 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14391
14392 * faces.el (color-values): Doc fix.
14393
14394 * faces.el (frame-set-background-mode): Use frame-parameter
14395 instead of frame-parameters.
14396
14397 * frame.el (filtered-frame-list): Reduce consing.
14398 (frames-on-display-list): Call frame-parameter instead of
14399 frame-parameters.
14400
14401 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14402
14403 * language/devan-util.el (devanagari-to-indian-region): In the
14404 loop, change the following char, not preceding char.
14405
14406 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14407
14408 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14409 instead of frame-parameters.
14410
14411 * faces.el (set-face-attribute): Simplify by calling
14412 internal-set-lisp-face-attribute with FRAME being 0.
14413
14414 * vc.el: Remove `Id' version control keyword.
14415
14416 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14417
14418 * help.el (help-make-xrefs): Adjusted for the change of
14419 help-xref-mule-regexp.
14420 (help-insert-xref-button): New function.
14421
14422 * international/mule-cmds.el (help-xref-mule-regexp-template):
14423 Include the pattern for character set.
14424 (leim): New group.
14425
14426 * international/quail.el: Don't require face.
14427 (quail): New group.
14428 (quail-other-command): Dummy command to make quail-help work better.
14429 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14430 (quail-keyboard-layout-substitution): New variable.
14431 (quail-update-keyboard-layout): New function.
14432 (quail-keyboard-layout-type): New customizable variable.
14433 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14434 (quail-keyboard-translate): Pay attention to
14435 quail-keyboard-layout-substitution.
14436 (quail-insert-kbd-layout): New function.
14437 (quail-show-keyboard-layout): New function.
14438 (quail-get-translation): If the definition is a vector of length
14439 1, and the element is a string of length 1, return the character
14440 in that string.
14441 (quail-update-current-translations): Fix the case of
14442 relative-index out of range.
14443 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14444 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14445 Show key sequences for all available characters.
14446 (quail-help-insert-keymap-description): Don't show such verbose
14447 key bindings as quail-self-insert-command.
14448
14449 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14450 Format changed, and each element now have extra documentations.
14451 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14452 Adjusted for the change of quail-cxterm-package-ext-info.
14453
14454 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14455
14456 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14457 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14458 during bootstrap.
14459
14460 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14461
14462 * vc.el: (toplevel): Don't require `dired' at run-time.
14463 (vc-dired-resynch-file): Remove autoload cookie.
14464
14465 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14466
14467 * vc.el: Made several backend functions optional.
14468 (vc-default-responsible-p): New function.
14469 (vc-merge): Use RET for first version to trigger merge-news, not
14470 prefix arg.
14471 (vc-annotate): Handle backends that do not support annotation.
14472 (vc-default-merge-news): Removed. The existence of a merge-news
14473 implementation is now checked on caller sites.
14474
14475 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14476 case.
14477
14478 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14479 special case that has been removed from the default in vc-hooks.el.
14480
14481 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14482
14483 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14484
14485 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14486
14487 * vc-hooks.el: Require vc during compilation.
14488 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14489 macro `with-vc-properties' in vc.el.
14490 (vc-file-getprop): Doc fix.
14491 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14492
14493 * vc.el: Require dired-aux during compilation.
14494 (vc-name-assoc-file): Moved to vc-sccs.el.
14495 (with-vc-properties): New macro.
14496 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14497 vc-finish-steal): Use it.
14498 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14499 to the backend-specific function is now supposed to do the checkout,
14500 too.
14501 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14502
14503 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14504 set file properties; that gets done in the generic code now.
14505
14506 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14507 Changed parameter list, added code from vc.el that does the
14508 checkout, possibly with a double-take.
14509
14510 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14511 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14512 the above under the new name.
14513 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14514 parameter list, added checkout command.
14515 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14516 properties; that gets done in the generic code now.
14517
14518 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14519
14520 * vc.el: Docstring fixes (courtesy of checkdoc).
14521
14522 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14523
14524 * vc.el (vc-checkout-writable-buffer-hook)
14525 (vc-checkout-writable-buffer): Remove.
14526 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14527 (vc-log-mode): Make it into a clean derived major mode.
14528 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14529 vc-log-mode if log-edit is not available.
14530 (vc-dired-mode-map): Don't set-keymap-parent yet.
14531 (vc-dired-mode): Do set-keymap-parent here.
14532 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14533
14534 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14535
14536 * faces.el (set-face-attribute, face-spec-reset-face)
14537 (face-spec-set): Avoid consing by removing calls to `apply'.
14538
14539 * frame.el (frame-parameter): Move to C code.
14540
14541 2000-09-05 Dave Love <fx@gnu.org>
14542
14543 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14544 insert-before-markers-and-inherit. Now checked systematically!
14545
14546 2000-09-05 Alex Schroeder <alex@gnu.org>
14547
14548 * sql.el (sql-postgres): Use sql-postgres-options.
14549 (sql-postgres-options): New variable.
14550
14551 2000-09-05 Alex Schroeder <alex@gnu.org>
14552
14553 * sql.el (sql-mode-menu): Work around missing variable mark-active
14554 in XEmacs.
14555 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14556 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14557 compatibility.
14558
14559 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14560
14561 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14562
14563 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14564
14565 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14566
14567 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14568
14569 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14570 don't support anything else under SCCS yet.
14571
14572 * vc-hooks.el: Minor doc fixes.
14573
14574 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14575
14576 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14577 not necessary. If verbose in state `needs-patch', do the same as
14578 under `up-to-date'. When NOT verbose and `needs-patch', check out
14579 latest version instead of `merge-news'.
14580 (vc-next-action-dired): Don't mess with default-directory here; it
14581 breaks other parts of dired. It is the job of the
14582 backend-specific functions to adjust it temporarily if they need it.
14583 (vc-next-action): Remove a special CVS case.
14584 (vc-clear-headers): New optional arg FILE.
14585 (vc-checkin, vc-checkout): Set properties vc-state and
14586 vc-checkout-time properly.
14587 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14588 (vc-print-log): Use new backend function `show-log-entry'.
14589 (vc-cancel-version): Do the checks in a different order. Added a
14590 FIXME concerning RCS-only code.
14591
14592 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14593 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14594
14595 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14596
14597 * vc-hooks.el (vc-default-mode-line-string): Show state
14598 `needs-patch' as a `-' too.
14599
14600 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14601
14602 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14603 (vc-default-could-register): New function.
14604 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14605 (vc-resynch-buffer): Call vc-dired-resynch-file.
14606 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14607 vc-resynch-buffer instead of vc-resynch-window.
14608 (vc-next-action-dired): Don't redisplay here, that gets done as a
14609 result of the individual file operations.
14610 (vc-retrieve-snapshot): Corrected prompt order.
14611
14612 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14613
14614 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14615 as well.
14616 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14617 hostname regexps. Updated all callers.
14618 (vc-cvs-responsible-p): Handle directories as well.
14619 (vc-cvs-could-register): New function.
14620 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14621 properties up-to-date.
14622
14623 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14624 user whether to create one.
14625
14626 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14627
14628 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14629 check out a non-existing file.
14630
14631 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14632 workfile does not exist.
14633
14634 * vc.el (vc-version-diff): Use `require' to check for existence of
14635 diff-mode.
14636
14637 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14638
14639 * vc-cvs.el (vc-cvs-registered): Use new function
14640 vc-cvs-parse-entry to do the actual work.
14641
14642 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14643
14644 * vc-hooks.el (vc-find-backend-function): If function doesn't
14645 exist, return nil instead of error.
14646 (vc-call-backend): Doc fix.
14647
14648 * vc.el (vc-do-command): Doc fix.
14649 (vc-finish-logentry): When checking in from vc-dired, choose the
14650 right backend for logentry check.
14651 (vc-dired-mode-map): Inherit from dired-mode-map.
14652 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14653 simplified.
14654 (vc-dired-state-info): Removed, updated caller.
14655 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14656 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14657 (vc-dired-listing-switches): New variable.
14658 (vc-directory): Use it, instead of dired-listing-switches.
14659
14660 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14661 (vc-cvs-dir-state): New function.
14662 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14663 (vc-cvs-parse-entry): New function, also to be used in
14664 vc-cvs-registered.
14665
14666 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14667
14668 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14669 *or* single-window-frames.
14670
14671 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14672
14673 * vc.el (vc-update-changelog): Split into generic part and default
14674 implementation. Doc string adapted.
14675 (vc-default-update-changelog): New function. Call the `rcs2log'
14676 script in exec-directory, to fix a long-standing nuisance.
14677
14678 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14679 simply signals an error.
14680
14681 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14682
14683 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14684 control-flow more clear and to avoid running `cvs' twice.
14685
14686 * vc.el (vc-next-action-on-file): Doc fix.
14687 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14688 (vc-print-log): Eval `file' before constructing the continuation.
14689
14690 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14691
14692 * vc.el (vc-next-action-on-file): Corrected several messages.
14693 (vc-merge): Add prefix arg `merge-news'; handle it.
14694
14695 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14696 is not reached. It is.
14697 (vc-cvs-merge): Set state to 'edited after merge.
14698 (vc-cvs-merge-news): Set workfile version to nil if not known.
14699 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14700
14701 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14702 via stdout. (Merge from main line.)
14703
14704 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14705
14706 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14707 detection.
14708
14709 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14710
14711 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14712 against kill-all-local-variables.
14713 (vc-log-edit): Don't save vc-parent-buffer any more.
14714 (vc-last-comment-match): Initialize to an empty string.
14715 (vc-post-command-functions): New hook.
14716 (vc-do-command): Run it.
14717 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14718 (vc-finish-logentry): Only add the comment to the ring if it's
14719 different from the last comment entered.
14720 (vc-new-comment-index): New function.
14721 (vc-previous-comment): Use it. Make the minibuffer message
14722 slightly less terse.
14723 (vc-comment-search-reverse): Make it work forward as well. Don't
14724 set vc-comment-ring-index if no match is found. Use
14725 vc-new-comment-index.
14726 (vc-comment-search-forward): Use vc-comment-search-reverse.
14727 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14728 define-derived-mode will do it for us. Bind `v' to a keymap that
14729 inherits from vc-prefix-map so that we can bind `vt' without
14730 binding C-x v t.
14731 (vc-retrieve-snapshot): Parenthesis typo.
14732
14733 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14734 to 1. Make sure to switch to *vc* before looking for an error
14735 message. Use vc-parse-buffer.
14736
14737 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14738
14739 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14740 and NAME.
14741 (vc-retrieve-snapshot): Split into two parts.
14742 (vc-default-retrieve-snapshot): New function.
14743
14744 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14745 (vc-cvs-retrieve-snapshot): New function (untested).
14746 (vc-cvs-stay-local): Default to t.
14747 (vc-cvs-remote-p): New function and property.
14748 (vc-cvs-state): Stay local only if the above is t.
14749 (vc-handle-cvs): Removed.
14750 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14751 done via vc-handled-backends now.
14752 (vc-cvs-header): Escape Id.
14753
14754 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14755
14756 * vc.el (vc-do-command): Remove unused commands.
14757 (vc-version-diff): Make sure default-directory ends with a slash.
14758 Move the window commands into a vc-exec-after.
14759 (vc-print-log): Move more of the code into the `vc-exec-after'.
14760
14761 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14762
14763 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14764 (vc-print-log): Search current revision from beginning of buffer.
14765 (vc-revert-buffer): Clear echo area after the diff is finished.
14766 (vc-prefix-map): Removed definition of "t" for terse display in vc
14767 dired.
14768 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14769 definition of "vt" for terse display.
14770 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14771
14772 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14773
14774 * vc.el (vc-exec-after): Avoid caddr.
14775
14776 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14777
14778 * vc.el (vc-exec-after): New function.
14779 (vc-do-command): Use it to add a termination message for async
14780 procs.
14781 (vc-checkout): Try to handle a missing-backend situation.
14782 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14783 of a directory with a backend using async diffs.
14784 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14785 present.
14786
14787 * vc-sccs.el (vc-sccs-state-heuristic): Use
14788 file-ownership-preserved-p.
14789
14790 * vc-rcs.el (vc-rcs-state-heuristic): Use
14791 file-ownership-preserved-p.
14792 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14793
14794 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14795
14796 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14797 vc-do-command.
14798
14799 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14800 when there are no changes.
14801
14802 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14803
14804 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14805
14806 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14807
14808 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14809
14810 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14811
14812 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14813 the `fset' outside of the defvar so that it works even if
14814 vc-prefix-map was already defined.
14815 (vc-setup-buffer): New function, split out of vc-do-command.
14816 (vc-do-command): Allow BUFFER to be t to mean `just use the
14817 current buffer without any fuss'.
14818 (vc-version-diff): Change the `diff' backend operation to just put
14819 the diff in the current buffer without erasing it. Always use
14820 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14821 shrink-window-if-larger-than-buffer.
14822 (vc-print-log): Change the `print-log' backend operation to just
14823 put the log in the current buffer without erasing it. Protect
14824 shrink-window-if-larger-than-buffer.
14825 (vc-update-change-log): Fix setd typo.
14826
14827 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14828 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14829
14830 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14831 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14832 CMP.
14833
14834 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14835 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14836 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14837
14838 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14839
14840 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14841 not possible, use vc-BACKEND-workfile-unchanged-p.
14842 (vc-default-workfile-unchanged-p): New function. Delegates to a
14843 full vc-BACKEND-diff.
14844
14845 * vc-hooks.el (vc-simple-command): Removed.
14846
14847 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14848 instead of vc-simple-command.
14849 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14850 avoid doing a diff when opening a file.
14851 (vc-rcs-state): Added check for unlocked-changes.
14852 (vc-rcs-header): Escape Id.
14853 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14854 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14855 version.
14856
14857 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14858 (vc-sccs-diff): Remove optional arg CMP.
14859 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14860 SCCS-specific function.
14861
14862 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14863 vc-simple-command.
14864
14865 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14866
14867 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14868 (with-vc-file, vc-merge): Use vc-editable-p.
14869 (vc-do-command): Remove unused var vc-file and fix the
14870 doubly-defined `status' var. Add a user message when starting an
14871 async command.
14872 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14873 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14874 Use with-current-buffer.
14875 (vc-buffer-sync): Use unless.
14876 (vc-next-action-on-file): If the file is 'edited by read-only,
14877 make it read-write instead of trying to commit.
14878 (vc-version-diff, vc-update-change-log): Use `setq
14879 default-directory' rather than `cd'.
14880 (vc-log-edit): Don't forget to set default-directory in the
14881 buffer.
14882
14883 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14884 (vc-sccs-state-heuristic): Use file-writable-p instead of
14885 comparing userids.
14886 (vc-sccs-checkout): Use `unless'.
14887
14888 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14889 of comparing userids.
14890 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14891 Simplify the logic by eliminating unreachable code.
14892 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14893 just do a recursive call if we need to retry.
14894 (vc-rcs-checkout): Handle the case where rcs is missing by making
14895 the buffer read-write if requested and re-signalling the error.
14896
14897 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14898
14899 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14900
14901 * vc-hooks.el (vc-handled-backends): Docstring change.
14902 (vc-ignore-vc-files): Mark obsolete.
14903 (vc-registered): Check vc-ignore-vc-files.
14904 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14905 vc-ignore-vc-files.
14906
14907 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14908
14909 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14910
14911 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14912 files since ange-ftp already has vc-registered return nil.
14913
14914 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14915 (vc-sccs-workfile-version): Use with-temp-buffer and new
14916 vc-parse-buffer and don't bother setting the property.
14917 (vc-sccs-add-triple): Use with-current-buffer and
14918 find-file-noselect.
14919 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14920
14921 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14922 derives from the old vc-parse-buffer but uses the revision number
14923 rather than the date (much easier to compare robustly).
14924 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14925 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14926 locking-user more directly. Check strict locking and set
14927 checkout-model appropriately.
14928 (vc-rcs-parse-locks): Remove.
14929 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14930 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14931 (vc-rcs-system-release): Use with-current-buffer and
14932 vc-parse-buffer.
14933 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14934
14935 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14936 (vc-simple-command): Docstring fix.
14937 (vc-registered): Align the way the file-handler is called with the
14938 way the function itself works.
14939 (vc-file-owner): Remove.
14940
14941 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14942 extraction of fields and call to file-attributes because of a
14943 temporary bug in rcp.el.
14944 (vc-cvs-fetch-status): Use with-current-buffer.
14945
14946 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14947
14948 * vc.el (vc-do-command): Use file-relative-name.
14949 (vc-responsible-backend): Use vc-backend if possible.
14950 (vc-create-snapshot): Improve the `interactive' spec. Add support
14951 for branches and dispatch to backend-specific `create-snapshot'.
14952 (vc-default-create-snapshot): New function, containing the bulk of
14953 the old vc-create-snapshot.
14954 (vc-retrieve-snapshot): Improve the interactive spec.
14955
14956 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14957 (vc-backend-hook-functions): Remove.
14958 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14959 (vc-backend): Reintroduce the test for `file = nil' now that I
14960 know why it was there (and added a comment to better remember).
14961
14962 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14963 code from vc-sccs-hooks.el.
14964 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14965 'vc anymore.
14966 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14967 and file-directory-p instead of file-exists-p.
14968 (vc-sccs-check-headers): Simplify the regexp.
14969
14970 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14971 from vc-rcs-hooks.el. Don't require 'vc anymore.
14972 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14973 file-directory-p instead of file-exists-p.
14974
14975 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14976 from vc-cvs-hooks.el.
14977 (proto vc-cvs-registered): Require 'vc-cvs instead of
14978 'vc-cvs-hooks. Don't require 'vc anymore.
14979 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14980 file-directory-p instead of file-exists-p.
14981 (vc-cvs-create-snapshot): New function, replacing
14982 vc-cvs-assign-name.
14983 (vc-cvs-assign-name): Remove.
14984
14985 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14986
14987 * vc-cvs.el (vc-cvs-header): New var.
14988
14989 * vc-rcs.el (vc-rcs-exists): Remove.
14990 (vc-rcs-header): New var.
14991
14992 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14993 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14994 (vc-sccs-header): New var.
14995
14996 * vc.el (vc-do-command): Get rid of the `last' argument.
14997 (vc-header-alist): Remove, replaced by vc-X-header.
14998 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14999 (vc-dired-hook): Use expand-file-name instead of concat.
15000 (vc-directory): Use file-name-as-directory.
15001 (vc-snapshot-precondition, vc-create-snapshot)
15002 (vc-retrieve-snapshot): Allow the command to operate on any
15003 directory.
15004
15005 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
15006 just removing the 'WORKFILE argument or by removing the 'MASTER
15007 argument and replacing `file' with (vc-name file).
15008
15009 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15010
15011 * vc.el: Update Copyright and add a crude list of backend funs.
15012 (vc-writable-p): New function.
15013 (with-vc-file): Use vc-writable-p.
15014 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
15015 (vc-register): Avoid vc-name.
15016 (vc-locking-user): Remove.
15017 (vc-steal-lock): Make the `owner' arg non-optional.
15018 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15019 vc-checkout-model.
15020 (vc-default-dired-state-info): Use vc-state instead of
15021 vc-locking-user and return special strings for special states.
15022 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15023 and get rid of one of the special CVS cases.
15024 (vc-cancel-version): prettify error message with \\[...].
15025 (vc-rename-master): New function.
15026 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15027 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15028 the CVS special case generic.
15029 (vc-default-record-rename): Remove.
15030 (vc-file-tree-walk-internal): Only call FUNC for files that are
15031 under control of some VC backend and replace `concat' with
15032 expand-file-name.
15033 (vc-file-tree-walk): Update docstring.
15034 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15035 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15036
15037 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15038 vc-sccs-record-rename. Use `find-file-noselect' rather than
15039 `find-file' and call `vc-rename-master' to do the actual move.
15040 (vc-sccs-diff): Remove unused `backend' variable.
15041
15042 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15043 to delay loading of vc-sccs until it is really used.
15044 (vc-sccs-master-templates): Preload.
15045 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15046 (vc-sccs-project-dir): Remove (merged into
15047 vc-sccs-search-project-dir).
15048 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15049 rather than `concat', make sure it is preloaded and don't bother
15050 to check that the file actually exists.
15051 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15052 `locks' argument (use buffer's content instead) and eliminate n^2
15053 behavior.
15054
15055 * vc-rcs.el: Update Copyright.
15056 (vc-rcs-rename-file): New function.
15057 (vc-rcs-diff): Remove unused `backend' variable.
15058
15059 * vc-hooks.el: Update Copyright.
15060 (vc-backend): Don't accept a nil argument any more.
15061 (vc-up-to-date-p): Turn into a defsubst.
15062 (vc-possible-master): New function.
15063 (vc-check-master-templates): Use `vc-possible-master' and allow
15064 funs in vc-X-master-templates to return a non-existent file.
15065
15066 * vc-cvs.el: Update Copyright.
15067 (vc-cvs-diff): Remove unused `backend' variable.
15068 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15069
15070 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15071
15072 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15073
15074 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15075 since it can be called from vc-rcs.el.
15076 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15077
15078 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15079
15080 * vc.el (vc-version-diff): Expand file name read from the
15081 minibuffer. Handle the case when a previous version number can't
15082 be guessed. Give suitable messages when there were no differences
15083 found.
15084 (vc-clear-headers): Call backend-specific implementation, if one
15085 exists.
15086 (vc-cancel-version): Made error checks generic. When done, clear
15087 headers generically, too.
15088
15089 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15090 from vc-clear-headers in vc.el.
15091
15092 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15093 correctly.
15094 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15095 optional. Handle the case when it's not there.
15096
15097 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15098
15099 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15100
15101 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15102
15103 * vc-hooks.el (vc-loadup): Remove.
15104 (vc-find-backend-function): Use `require'. Also, handle the case
15105 where vc-BACKEND-hooks.el doesn't exist.
15106 (vc-call-backend): Cleanup.
15107
15108 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15109
15110 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15111 vc-rcs-grab-templates)
15112 (vc-rcs-registered): Remove. The default function works as well.
15113 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15114 vc-sccs-grab-templates)
15115 (vc-sccs-registered): Remove. The default function works as well.
15116
15117 * vc.el (vc-version-diff): Left out a vc- in call to
15118 vc-call-backend.
15119 (vc-default-dired-state-info, vc-default-record-rename)
15120 (vc-default-merge-news): Update for the new backend argument.
15121
15122 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15123 using the default function.
15124 (vc-call-backend): If calling the default function, pass it the
15125 backend as first argument. Update the docstring accordingly.
15126 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15127 for the new backend argument.
15128 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15129 (vc-find-backend-function): Use the new name.
15130 (vc-default-registered): New function.
15131
15132 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15133
15134 * vc.el (vc-merge): Use vc-find-backend-function.
15135
15136 * vc-hooks.el (vc-backend-functions): Remove.
15137 (vc-loadup): Don't setup 'vc-functions.
15138 (vc-find-backend-function): New function.
15139 (vc-call-backend): Use above fun and populate 'vc-functions
15140 lazily.
15141 (vc-backend-defines): Remove.
15142
15143 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15144
15145 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15146 Call vc-call-backend without the leading vc-.
15147 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15148 (vc-check-headers): Call vc-call-backend without the leading vc-.
15149 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15150 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15151 Call vc-call-backend without the leading vc-.
15152
15153 * vc-cvs.el (tail): Provide vc-cvs.
15154 * vc-sccs.el (tail): Provide vc-sccs.
15155 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15156
15157 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15158 (vc-make-backend-function, vc-call): Pass names without leading
15159 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15160 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15161 (vc-call-backend): Always try to load vc-X-hooks.
15162 (vc-registered): Remove vc- in call to vc-call-backend.
15163
15164 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15165
15166 * vc.el (vc-process-filter): New function.
15167 (vc-do-command): Setup `vc-process-filter' for the async process.
15168 (vc-maybe-resolve-conflicts): New function to reduce
15169 code-duplication. Additionally, it puts the buffer in
15170 `smerge-mode' if applicable.
15171 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15172 calling `merge-news'.
15173 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15174 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15175 interfacing to log-edit.el.
15176 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15177 log-edit is available.
15178 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15179
15180 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15181
15182 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15183 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15184 defvar and the initialization.
15185 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15186
15187 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15188 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15189
15190 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15191
15192 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15193
15194 * vc.el (vc-file-clear-masterprops): Removed.
15195 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15196 (vc-version-diff): Use buffer-size without argument.
15197 (vc-register): Heed vc-initial-comment.
15198
15199 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15200 default branch.
15201
15202 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15203 file name and workfile version.
15204 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15205
15206 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15207 vc-file-clear-masterprops.
15208
15209 * vc-sccs.el (vc-sccs-checkout): Removed call to
15210 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15211 rather than user login name.
15212
15213
15214 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15215
15216 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15217 `want-differences-if-changed' and simplify.
15218 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15219 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15220 output (which is invalid for async vc-diff) to decide whether to
15221 do the revert silently or not.
15222
15223 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15224
15225 * vc-hooks.el (vc-loadup): Load files quietly.
15226 (vc-call-backend): Oops, brain fart.
15227
15228 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15229
15230 * vc-cvs.el (vc-cvs-state): Typo.
15231 (vc-cvs-merge-news): Return the status code rather than the error msg.
15232
15233 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15234
15235 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15236 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15237 vc-state or vc-up-to-date-p.
15238 (vc-merge): Use vc-backend-defines to check whether merging is
15239 possible. Set state to 'edited after successful merge.
15240
15241 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15242 return that name. Redocumented.
15243
15244 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15245
15246 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15247 new `vc-state' semantics.
15248 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15249 'vc-locking-user to the current user.
15250 (vc-merge): Inline vc-backend-merge. Comment out code that I
15251 don't understand and hence can't adapt to the new `vc-state' and
15252 `vc-locking-user' semantics.
15253 (vc-backend-merge): Remove.
15254
15255 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15256 rather than 'vc-locking-user.
15257
15258 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15259
15260 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15261 (vc-state): Don't use 'reserved any more. Just use the same
15262 convention as the one used for vc-<backend>-state where the
15263 locking user (as a string) is returned.
15264 (vc-locking-user): Update, based on the above convention. The
15265 'vc-locking-user property has disappeared.
15266 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15267
15268 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15269 with a heuristic one.
15270 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15271 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15272 error. That allows us to get to 'needs-merge even in the
15273 stay-local case. There's still no way to detect 'needs-patch in
15274 such a setup (or to force an update for that matter).
15275 (vc-cvs-logentry-check): Remove, the default works as well.
15276
15277 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15278
15279 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15280
15281 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15282 major-mode in which the buffer might have been put earlier. Use
15283 `remove' and `when'. Allow `okstatus' to be `async' and use
15284 `start-process' in this case.
15285 (vc-version-diff): Handle the case where the diff looks empty
15286 because of the use of an async process.
15287
15288 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15289
15290 * vc.el (vc-next-action-on-file): Removed optional parameter
15291 `simple'. Recompute state unconditionally.
15292 (vc-default-toggle-read-only): Removed.
15293
15294 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15295 (vc-toggle-read-only): Undid prev change.
15296
15297 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15298 vc-cvs-simple-toggle. Redocumented.
15299 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15300 (vc-cvs-toggle-read-only): Removed.
15301
15302 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15303
15304 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15305 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15306 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15307 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15308 still is. So maybe it should be removed.
15309 (vc-head-version, vc-find-binary): Remove.
15310 (vc-recompute-state): Move from vc-hooks.el.
15311 (vc-next-action-on-file): Add a `simple' argument to allow
15312 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15313 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15314 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15315 (vc-dired-mode-map): Properly defvar it.
15316 (vc-print-log): Call log-view-mode if available.
15317 (small-temporary-file-directory): defvar instead of use boundp.
15318 (vc-merge-news): Moved to vc-cvs.el.
15319 (vc-default-merge-news): New function.
15320
15321 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15322 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15323 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15324 unknown `vc-latest-version' function. It should probably refer to
15325 vc-workfile-version or somesuch, but it's very unclear to me and I
15326 don't have SCCS to test things.
15327
15328 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15329 (vc-sccs-state-heuristic): Fix typo.
15330 (vc-sccs-workfile-unchanged-p): Add missing argument.
15331
15332 * vc-rcs.el: Require vc and vc-rcs-hooks.
15333 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15334 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15335 (vc-release-greater-or-equal-p): Move from vc.
15336 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15337 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15338 (vc-rcs-checkout): Add a missing `new-version' argument in the
15339 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15340
15341 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15342 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15343 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15344 than the apparently unbound `workfile-version'.
15345
15346 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15347 (vc-file-prop-obarray): Use `make-vector'.
15348 (vc-backend-functions): Add new hookable functions
15349 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15350 (vc-loadup): If neither backend nor default functions exist, use
15351 the backend function rather than nil.
15352 (vc-call-backend): If the function if not bound yet, try to load
15353 the non-hook file to see if it provides it.
15354 (vc-call): New macro plus use it wherever possible.
15355 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15356 nor `vc-find-binary' since it's only called from
15357 vc-mistrust-permission which is only used once the backend is known.
15358 (vc-checkout-model): Fix parenthesis.
15359 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15360
15361 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15362 (vc-cvs-release, vc-cvs-system-release): Remove.
15363 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15364 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15365 status symbols.
15366 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15367 (vc-cvs-toggle-read-only): First cut at a function to allow a
15368 cvs-status-free vc-toggle-read-only.
15369 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15370 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15371 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15372 (vc-cvs-checkout): Modify access rights directly if the user
15373 requested not to use `cvs edit'. And refresh the mode line.
15374
15375 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15376 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15377
15378 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15379
15380 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15381 workfile' that got lost when the code was extracted from vc.el.
15382 And merged the tail with the rest of the code (not possible in the
15383 old vc.el where the tail was shared among all backends). And
15384 explicitly set the state to 'edited if `writable' is set.
15385
15386 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15387 (vc-cvs-state): Be careful to return the value from
15388 vc-cvs-parse-state.
15389 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15390 property but return it instead. Also be careful to handle a nil
15391 or "" `rev' when workfile is non-nil (it was handled properly when
15392 workfile was nil).
15393
15394 * vc.el: Removed those pesky unnecessary `(function' quotes.
15395 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15396 directly in the defvar.
15397 (vc-do-command): Bind inhibit-read-only so as to properly handle
15398 the case where the destination buffer has been made read-only.
15399 (vc-diff): Delegate to vc-version-diff in all cases.
15400 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15401 (vc-annotate-mode-variables): Removed (code moved partly to
15402 defvars and partly to vc-annotate-add-menu).
15403 (vc-annotate-mode): Turned into a derived-mode.
15404 (vc-annotate-add-menu): Moved in code in
15405 vc-annotate-mode-variables.
15406 (vc-update-change-log): Use make-temp-file if available.
15407
15408 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15409
15410 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15411 `vc-checkout-model' updated to `vc-cvs-update-model'.
15412
15413 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15414
15415 * vc.el (vc-next-action-on-file): Added handling of state
15416 `unlocked-changes'.
15417 (vc-checkout-carefully): Is now practically obsolete, unless the
15418 above is too slow to be enabled unconditionally.
15419 (vc-update-change-log): Fixed typo.
15420
15421 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15422
15423 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15424 Now handles state `unlocked-changes'.
15425 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15426
15427 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15428
15429 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15430 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15431 `unlocked-changes'.
15432 (vc-rcs-workfile-unchanged-p): Renamed from
15433 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15434 function yet, but supposed to become one soon.
15435
15436 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15437 `vc-steal-lock'.
15438 (vc-call-backend): Changed error message.
15439 (vc-state): Added description of state `unlocked-changes'.
15440
15441 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15442
15443 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15444 always return t in CVS-controlled directories.
15445
15446 * vc.el (vc-responsible-backend): New function.
15447 (vc-register): Largely rewritten.
15448 (vc-admin): Removed (implementation moved into vc-register).
15449 (vc-checkin): Redocumented.
15450 (vc-finish-logentry): If no backend defined yet (because we are in
15451 the process of registering), use the responsible backend.
15452
15453 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15454 Updated function lists.
15455 (vc-call-backend): Fixed typo.
15456
15457 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15458 New functions.
15459 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15460 Removed query option. Redocumented.
15461
15462 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15463
15464 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15465
15466 * vc.el: Updated callers of `vc-checkout-required' to use
15467 `vc-checkout-model'.
15468
15469 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15470
15471 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15472 stuff updated to reference this function instead of the old
15473 `vc-backend-release-p'.
15474
15475 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15476
15477 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15478 vc-checkout-model. Return appropriate values. Updated callers.
15479
15480 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15481
15482 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15483 (vc-backend-revert): Function moved into `vc-revert';
15484 `vc-next-action' must be updated to accomodate this change.
15485 (vc-backend-steal): Function moved into `vc-finish-steal'.
15486 (vc-backend-logentry-check): Function moved into
15487 `vc-finish-logentry'.
15488 (vc-backend-printlog): Function moved into `vc-print-log'.
15489 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15490 (vc-backend-assign-name): Function moved into
15491 `vc-create-snapshot'.
15492
15493 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15494
15495 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15496 Rename to vc-checkout-model. Return appropriate values.
15497 Update callers.
15498
15499 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15500 to vc-checkout-model.
15501 (vc-checkout-required): Rename to vc-checkout-model.
15502 Re-implement and re-comment.
15503 (vc-after-save): Use vc-checkout-model.
15504
15505 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15506
15507 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15508 Update to use the vc-BACKEND-diff functions instead.
15509 `vc-diff' is now working.
15510
15511 * vc-rcs.el (vc-rcs-logentry-check): New function.
15512
15513 * vc-cvs.el (vc-cvs-logentry-check): New function.
15514
15515 * vc-sccs.el (vc-sccs-diff): Function changed name from
15516 `vc-backend-diff'. This makes `vc-diff' work.
15517
15518 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15519 of functions possibly implemented in a vc-BACKEND library.
15520 (vc-checkout-required): Fix bug that caused an error to be
15521 signaled during `vc-after-save'.
15522
15523 * vc.el: Fix typo.
15524 This checkin is made with our new VC code base for the very first time.
15525 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15526
15527 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15528 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15529
15530 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15531 updated to `vc-uses-locking'.
15532 (vc-checkout-required): Call to backend function.
15533 `vc-checkout-required' updated to `vc-uses-locking' instead.
15534
15535 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15536 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15537
15538 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15539 to match the split into various backends.
15540 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15541 (vc-retrieve-snapshot): Bug fix.
15542
15543 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15544
15545 * vc-sccs.el (vc-sccs-release): Doc fix.
15546
15547 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15548
15549 * vc.el (vc-next-action-on-file): Bug found and fixed.
15550 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15551 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15552
15553 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15554 (vc-rcs-checkout): Name space cleaned up. No more revision number
15555 crunching function names that are not prefixed with vc-rcs.
15556 (vc-rcs-checkout-model): Function added. References to
15557 `vc-checkout-model' replaced.
15558
15559 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15560
15561 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15562 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15563 still need to be split, and implemented for RCS).
15564
15565 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15566
15567 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15568
15569 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15570 required by the vc.el file.
15571
15572 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15573 required by the vc.el file.
15574 (vc-rcs-exists): Function added.
15575
15576 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15577 required by the vc.el file.
15578
15579 * vc.el (vc-admin): Updated to handle selection of appropriate
15580 backend. Current implementation is crufty and need re-thinking.
15581
15582 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15583
15584 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15585
15586 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15587 beginning of annotate buffers correctly.
15588
15589 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15590 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15591 functionality updated quite a lot to support multiple backends.
15592 Variables `vc-annotate-mode', `vc-annotate-buffers',
15593 `vc-annotate-backend' added.
15594
15595 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15596 `vc-annotate-difference' added to supported backend functions.
15597
15598 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15599
15600 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15601 Use with-temp-file instead of /bin/sh. Merged from mainline
15602
15603 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15604
15605 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15606
15607 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15608
15609 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15610
15611 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15612
15613 * vc-hooks.el: vc-state-heuristic added to
15614 vc-backend-hook-functions.
15615
15616 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15617
15618 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15619
15620 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15621 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15622 state to `reserved'.
15623
15624 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15625 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15626
15627 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15628
15629 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15630 untouched.
15631
15632 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15633
15634 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15635 if defined. (Merged from main line, slightly adapted.)
15636
15637 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15638 millenium problem (merged from mainline).
15639
15640 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15641
15642 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15643 part and moved the non-BACKEND stuff to vc.el.
15644
15645 * vc.el: Split the annotate feature into a BACKEND specific part
15646 and moved it from the vc-cvs.el file to this one.
15647
15648 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15649
15650 * vc-hooks.el: Implement new state model.
15651 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15652 (vc-locking-user): Simplify. Now only needed if the file is
15653 locked by somebody else.
15654 (vc-lock-from-permissions): Remove. Functionality is in
15655 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15656 (vc-mode-line-string): New name for former vc-status. Adapted.
15657 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15658
15659 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15660 Various simplifications and adaptations all over the place.
15661
15662 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15663 Simplify and adapt the rest.
15664
15665 * vc.el (vc-resynch-window): Add TODO comment: check for
15666 interaction with view mode according to recent RCS change.
15667 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15668
15669 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15670
15671 * vc.el: Convert the remaining function comments to docstrings.
15672
15673 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15674
15675 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15676 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15677 (vc-minor-part, vc-previous-version): Functions that operate and
15678 compare revision numbers got proper documentation. Comments added
15679 about their possible removal.
15680
15681 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15682
15683 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15684 the vc-backend.el files.
15685
15686 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15687
15688 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15689 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15690 (vc-rcs-previous-version): Functions added.
15691
15692 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15693
15694 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15695
15696 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15697
15698 * vc-hooks.el (vc-master-templates): Is really obsolete.
15699 Comment out the definition for now. What is the right procedure
15700 to get rid of it?
15701 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15702 rewritten.
15703 (vc-default-registered): Remove.
15704 (vc-check-master-templates): New function; does mostly what the
15705 above did before.
15706 (vc-locking-user): Don't rely on the backend to set the property.
15707
15708 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15709 Rewrite documentation.
15710 (vc-rcs-templates-grabbed): New variable.
15711 (vc-rcs-grab-templates): New function.
15712 (vc-rcs-registered): Rewrite to use above mechanism.
15713
15714 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15715 Rewrite documentation.
15716 (vc-sccs-templates-grabbed): New variable.
15717 (vc-sccs-grab-templates): New function.
15718 (vc-sccs-registered): Rewrite to use above mechanism.
15719 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15720 Don't throw the result, simply return it.
15721
15722 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15723 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15724 (vc-cvs-registered): Does the check itself now. Simplify.
15725
15726 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15727 from main line.
15728
15729 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15730
15731 * vc-cvs.el (vc-cvs-diff): New function.
15732
15733 * vc-sccs.el (vc-sccs-diff): New function.
15734
15735 * vc-rcs.el (vc-rcs-diff): New function.
15736 (vc-rcs-checkout): Bug (typo) found and fixed.
15737 (vc-rcs-register-switches): New variable.
15738
15739 * vc.el (vc-backend-diff): Function removed and placed in the
15740 backend files.
15741
15742 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15743
15744 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15745
15746 * vc.el (vc-backend-checkout): Function removed and replaced in
15747 the vc-backend.el files.
15748
15749 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15750
15751 * vc.el (vc-backend-admin): Removed and replaced in the
15752 vc-backend.el files.
15753
15754 * vc.el (Martin): Removed all the annotate functionality since it
15755 is CVS backend specific.
15756
15757 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15758
15759 * spec.txt: Added specification of vc-state.
15760
15761 * vc-sccs-hooks.el (vc-sccs-master-properties):
15762 Remove handling of vc-latest-version and
15763 vc-your-latest-version. What used to be vc-latest-version, is now
15764 returned as vc-workfile-version.
15765 (vc-sccs-workfile-version): Adapt.
15766
15767 2000-09-04 Dave Love <fx@gnu.org>
15768
15769 * vc.el: [Merged from mainline.]
15770 (vc-dired-mode): Make the dired-move-to-filename-regexp
15771 regexp match the date, to avoid treating date as file size.
15772 Add YYYY S option to WESTERN/
15773
15774 2000-09-04 Dave Love <fx@gnu.org>
15775
15776 * vc.el: Require `compile' when compiling.
15777 (vc-logentry-check-hook): New option.
15778 (vc-steal-lock): Use compose-mail.
15779 (vc-dired-mode-map): Defvar when compiling.
15780 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15781 vc-sccs.el and renamed. Callers changed.
15782 (vc-backend-checkout, vc-backend-logentry-check)
15783 (vc-backend-merge-news): Doc fix.
15784 (vc-default-logentry-check): New function.
15785 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15786 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15787 (vc-backend-merge): Doc fix. Use backend functions.
15788 (vc-check-headers): Use backend functions.
15789
15790 * vc-cvs.el: Require vc when compiling.
15791 (vc-cvs-register-switches): Doc fix.
15792 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15793 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15794 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15795 New functions (code from vc.el).
15796 (vc-annotate-display-default): Fix interactive spec.
15797 (vc-annotate-time-span): Doc fix.
15798
15799 * vc-rcs.el: Require vc when compiling.
15800 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15801 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15802 (vc-rcs-checkin): New functions (code from vc.el).
15803 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15804 Doc fix.
15805 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15806
15807 * vc-sccs.el: Require vc when compiling.
15808 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15809 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15810 (vc-sccs-revert)
15811 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15812 from vc.el).
15813 (vc-sccs-add-triple, vc-sccs-record-rename)
15814 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15815 (vc-sccs-admin): Doc fix.
15816
15817 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15818
15819 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15820 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15821 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15822 from vc.el.
15823
15824 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15825
15826 * vc-cvs.el: Moved the annotate functionality from vc.el.
15827 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15828
15829 2000-09-04 Dave Love <fx@gnu.org>
15830
15831 * vc.el (vc-backend-release): Call vc-system-release.
15832
15833 * vc-sccs.el (vc-sccs-system-release):
15834 Renamed from vc-sccs-backend-release.
15835
15836 * vc-rcs.el (vc-rcs-system-release):
15837 Renamed from vc-rcs-backend-release.
15838
15839 * vc-cvs.el (vc-cvs-system-release):
15840 Renamed from vc-cvs-backend-release.
15841
15842 2000-09-04 Dave Love <fx@gnu.org>
15843
15844 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15845 backend files.
15846 (vc-backend-release): Dispatch to backend functions.
15847 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15848 probably needs attention.]
15849
15850 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15851 (vc-sccs-backend-release): New function.
15852
15853 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15854 (vc-cvs-backend-release): New function.
15855
15856 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15857 Doc fix.
15858 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15859 (vc-default-dired-state-info): New function.
15860 (vc-dired-state-info): Dispatch to backends.
15861 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15862
15863 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15864 from vc.el and renamed.
15865
15866 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15867
15868 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15869 (vc-version-other-window, vc-backend-assign-name): Removed
15870 references to vc-latest-version; sometimes changed into
15871 vc-workfile-version.
15872
15873 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15874 vc-rcs-master-workfile-version.
15875 (vc-rcs-workfile-version): Use the above. Don't call
15876 vc-latest-version (that was unreachable code, anyway).
15877 (vc-rcs-fetch-master-properties): Doc fix.
15878
15879 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15880 (vc-backend-hook-functions): Removed them from this list, too.
15881 (vc-fetch-properties): Removed.
15882 (vc-workfile-version): Doc fix.
15883
15884 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15885 (vc-rcs-workfile-version, vc-rcs-locking-user)
15886 (vc-rcs-uses-locking): Use it.
15887
15888 * vc-hooks.el (vc-consult-rcs-headers):
15889 Moved into vc-rcs-hooks.el, under the name
15890 vc-rcs-consult-headers.
15891
15892 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15893 headers.
15894 (vc-cvs-find-master): Use this name only; correct different
15895 versions of the name.
15896
15897 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15898 New functions.
15899 (vc-sccs-locking-user): Use the latter.
15900
15901 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15902 New functions.
15903
15904 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15905 Moved into both
15906 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15907 functions are implementation details of those two backends.
15908
15909 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15910
15911 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15912 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15913
15914 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15915 (vc-sccs-parse-locks): SCCS-specific code moved here from
15916 vc-hooks.
15917
15918 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15919 code moved here from vc-hooks.
15920
15921 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15922 into back-end specific parts and removed. Callers not updated
15923 yet; because I guess these callers will disappear into back-end
15924 specific files anyway.
15925
15926 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15927
15928 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15929 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15930 `vc-uses-locking'.
15931
15932 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15933 Store yes/no in the property, and return t/nil. Updated all
15934 callers.
15935
15936 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15937 vc-sccs-uses-locking. Don't set property.
15938 (vc-sccs-locking-user): Don't set property.
15939
15940 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15941 vc-cvs-uses-locking. Don't set property here; leave that to
15942 vc-hooks.
15943 (vc-cvs-locking-user): Reflect above change. Streamlined.
15944
15945 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15946 vc-rcs-uses-locking.
15947 (vc-rcs-locking-user): Reflect above change.
15948
15949 2000-09-04 Dave Love <fx@gnu.org>
15950
15951 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15952
15953 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15954
15955 * vc-hooks.el (vc-checkout-model): Punt to backends.
15956
15957 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15958
15959 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15960
15961 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15962 New functions.
15963
15964 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15965 New functions.
15966
15967 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15968 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15969
15970 * vc-hooks.el (vc-default-locking-user): New function.
15971 (vc-locking-user, vc-workfile-version): Punt to backends.
15972
15973 2000-09-04 Dave Love <fx@gnu.org>
15974
15975 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15976 (vc-master-workfile-version): Moved from vc-hooks.
15977
15978 * vc-rcs-hooks.el: Fix duplicate code in last change.
15979
15980 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15981 (vc-rcs-master-templates): Improve :type.
15982 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15983 vc-master-workfile-version): Moved from vc-hooks.
15984
15985 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15986 (vc-sccs-master-templates): Improve :type.
15987 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15988
15989 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15990
15991 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15992 (vc-cvs-master-templates): Improve :type. Use
15993 vc-cvs-find-cvs-master.
15994 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15995 from vc-hooks.
15996 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15997
15998 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15999 Moved to vc-cvs-hooks.
16000
16001 * vc-hooks.el: Add doc strings in various places. Simplify the
16002 minor mode setup.
16003 (vc-handled-backends): New user variable.
16004 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
16005 simplification.
16006
16007 2000-09-04 Dave Love <fx@gnu.org>
16008
16009 * vc.el: Some doc fixes for autoloaded and interactive functions.
16010 Fix compilation warnings from ediff stuff.
16011 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
16012
16013 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
16014
16015 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16016
16017 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16018
16019 2000-09-04 Dave Love <fx@gnu.org>
16020
16021 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16022 New variable.
16023 (vc-make-backend-function, vc-loadup, vc-call-backend)
16024 (vc-backend-defines): New functions.
16025
16026 * vc-hooks.el: Various doc fixes.
16027 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16028 (vc-match-substring): Function removed. Callers changed to use
16029 match-string.
16030 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16031 Simplify.
16032
16033 2000-09-04 Dave Love <fx@gnu.org>
16034
16035 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16036 type.
16037 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16038 (vc-sccs-registered): Doc fix.
16039
16040 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16041 (vc-cvs-registered): Doc fix.
16042
16043 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16044 (vc-rcs-registered): Doc fix.
16045
16046 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16047
16048 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16049
16050 * vc-hooks.el: vc-registered has been renamed
16051 vc-default-registered. Some functions have been moved to the
16052 backend specific files. they all support the
16053 vc-BACKEND-registered functions.
16054
16055 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16056
16057 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16058
16059 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16060
16061 2000-09-04 Dave Love <fx@gnu.org>
16062
16063 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16064 menu-bar-update-hook.
16065
16066 * help.el (help-manyarg-func-alist): Add
16067 find-operation-coding-system.
16068
16069 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16070
16071 * custom.el (custom-set-variables): Print message about errors in
16072 setting.
16073
16074 2000-09-03 Andrew Innes <andrewi@gnu.org>
16075
16076 * makefile.w32-in: Change to DOS line endings.
16077
16078 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16079
16080 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16081 minor-mode keymaps, if they don't have one.
16082
16083 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16084
16085 * eshell/esh-module.el (eval-when-compile): Don't lose if
16086 esh-module.el's file name is truncated to DOS 8+3 limits.
16087
16088 2000-09-01 John Wiegley <johnw@gnu.org>
16089
16090 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16091 predicate, which caused entries in the completion list to be
16092 doubled.
16093
16094 2000-08-30 John Wiegley <johnw@gnu.org>
16095
16096 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16097 sending to subprocesses. Also, hook pre-command-hook if
16098 `eshell-send-direct-to-subprocesses' is non-nil.
16099 (eshell-send-direct-to-subprocesses): New config variable. If t,
16100 subprocess input is send immediately.
16101 (eshell-toggle-direct-send): New function.
16102 (eshell-self-insert-command): New function.
16103 (eshell-intercept-commands): New function.
16104 (eshell-send-input): If direct subprocess sending is enabled,
16105 don't echo any input to the Eshell buffer. Let the subprocess
16106 handle that. This requires "stty echo" in bash, for example.
16107
16108 2000-08-28 John Wiegley <johnw@gnu.org>
16109
16110 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16111 completion function for Eshell's implementation of `unset'.
16112
16113 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16114
16115 * info.el (Info-directory-list): Doc fix.
16116
16117 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16118
16119 * filecache.el (file-cache-add-directory-using-find): Don't quote
16120 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16121
16122 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16123
16124 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16125 coding systems.
16126
16127 2000-08-30 Andrew Innes <andrewi@gnu.org>
16128
16129 * timer.el (run-with-idle-timer): Undo last change, so that timer
16130 is not activated immediately if Emacs is already idle. Some
16131 existing code relies on this behaviour.
16132
16133 2000-08-30 Miles Bader <miles@gnu.org>
16134
16135 * frame.el (set-frame-font): Do completion of font-name for
16136 interactive use.
16137
16138 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16139
16140 * international/quail.el (quail-start-translation): Bind locally
16141 last-command-event, last-command, and this-command.
16142 (quail-start-conversion): Likewise.
16143 (quail-self-insert-command): Fix docstring.
16144
16145 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16146
16147 * progmodes/executable.el
16148 (executable-make-buffer-file-executable-if-script-p): Check that
16149 buffer contains at least 2 characters.
16150
16151 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16152
16153 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16154
16155 2000-08-29 Dave Love <fx@gnu.org>
16156
16157 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16158 (diff-mode-shared-map): Bind mouse-2.
16159 (diff-imenu-generic-expression): New variable.
16160 (diff-mode): Use it.
16161
16162 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16163 (mouse-popup-menubar): Add minor mode menus.
16164 (popup-menu): Check for lookup-key returning number.
16165
16166 2000-08-29 Miles Bader <miles@gnu.org>
16167
16168 * comint.el (comint-send-input): Create overlays using the proper
16169 front/read-advance arguments.
16170
16171 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16172
16173 * ps-print.el: Even/odd pages printing. Doc fix.
16174 (ps-print-version): New version number (6.0).
16175 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16176 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16177 (ps-print-duplex-feature): Variable eliminated.
16178 (ps-even-or-odd-pages): New variable.
16179
16180 * progmodes/ebnf2ps.el: Doc fix.
16181 (ebnf-version): New version (3.3).
16182 (ebnf-user-arrow): Change variable customization to sexp.
16183 (ebnf-user-arrow): Function eliminated.
16184 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16185
16186 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16187
16188 * help.el (help-xref-mule-regexp): New variable.
16189 (help-make-xrefs): Handle help-xref-mule-regexp.
16190
16191 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16192 variable.
16193 (describe-input-method): Temporarily activate the specfied input
16194 method to display the information.
16195 (describe-language-environment): Hyperlinks to mule related items.
16196
16197 * international/mule-diag.el (charset-multibyte-form-string): New
16198 function.
16199 (list-character-sets-1): Use charset-multibyte-form-string.
16200 (describe-character-set): New function.
16201 (describe-coding-system): Hyperlinks to safe character sets.
16202
16203 * international/quail.el (quail-help): New arg PACKAGE.
16204 Hyperlinks to mule related items.
16205 (quail-help-insert-keymap-description): Use
16206 substitute-command-keys instead of describe-bindings.
16207 (quail-translation-help): Hyperlinks to mule related items.
16208
16209 2000-08-28 John Wiegley <johnw@gnu.org>
16210
16211 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16212 have a defsubst call itself. Made `eshell-flatten-list' back into
16213 a function again.
16214
16215 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16216 catch, in case re-centering point at bottom messes up the display.
16217 This happens frequently in Emacs 21, due I believe to variable
16218 line heights.
16219
16220 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16221 to call `find-tag-interactive'.
16222
16223 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16224 the list of remember directories.
16225
16226 2000-08-28 John Wiegley <johnw@gnu.org>
16227
16228 * align.el: Test align-region-separate to see if it's a symbol.
16229
16230 2000-08-28 John Wiegley <johnw@gnu.org>
16231
16232 * eshell/esh-util.el (eshell-flatten-list): Made this function
16233 into a defsubst form. It gets used very frequently, although
16234 calls don't occur all that often.
16235
16236 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16237 examining it.
16238
16239 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16240 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16241 `eshell-protect'.
16242 (eshell-copy-handles): Created a new macro for duplicating the
16243 current set of open handles. This is needed by the looping
16244 functions.
16245 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16246 is not incorrectly stomped on.
16247
16248 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16249 declaration for pcomplete-use-paring.
16250 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16251 value of eshell-cmpl-use-paring.
16252 * pcomplete.el (pcomplete-use-paring): New config variable, to
16253 indicate whether paring should be used.
16254 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16255 completion alternatives that have already been used.
16256
16257 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16258 bound to C-c C-y, which will repeat the previous N arguments
16259 (based on prefix argument).
16260 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16261
16262 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16263 if there is no *Help* buffer. This is for XEmacs, which renames
16264 its help buffers uniquely. TODO: Find out what the current buffer
16265 name to delete is.
16266
16267 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16268 first entry that correlates to a passwd/group number. Later
16269 entries (used for group/user name aliasing to multiple IDs) are
16270 ignored.
16271
16272 * eshell/em-xtra.el (eshell/expr):
16273 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16274 (eshell-grep, eshell/diff, eshell/locate):
16275 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16276 argument list, before passing it to the system command.
16277
16278 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16279 `find-tag' for use at final position in Eshell buffers (which
16280 otherwise triggers an error on Emacs 21).
16281 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16282 buffer, if it is currently bound to `find-tag'.
16283
16284 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16285 in the list of matched Makefile names.
16286 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16287 directory, prefer its contents to Makefile.
16288
16289 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16290 directory parts (like "cd old new", or "cd =regexp"), are now case
16291 sensitive on non-Windows/DOS platforms.
16292
16293 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16294 types RET after an open delimiter (like "), display a message
16295 indicating that Eshell is waiting for the closing delimiter.
16296
16297 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16298 environment variables.
16299
16300 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16301 gracefully if the user enters incorrect arguments.
16302
16303 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16304 Eshell buffers.
16305
16306 * eshell/esh-var.el (eshell-interpolate-variable):
16307 * eshell/esh-mode.el (eshell-move-argument):
16308 * eshell/em-unix.el (eshell-du-sum-directory):
16309 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16310 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16311 (not (= ...)).
16312
16313 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16314 to ensure the `preserve' flag gets propagated when doing recursive
16315 directory copies.
16316
16317 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16318
16319 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16320 Don't convert \n into \0177 in memory.
16321 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16322 and back again, when reading and writing.
16323
16324 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16325
16326 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16327 testing of `fboundp' on `processp'.
16328
16329 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16330 (eshell/jobs): Don't call process-list if it is not bound.
16331 (eshell-gather-process-output): Support systems where async
16332 subprocesses aren't supported.
16333 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16334 variables.
16335
16336 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16337 eshell-do-eval returns t.
16338 (eshell-do-pipelines-synchronously): New defmacro.
16339 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16340 when async subprocesses aren't supported.
16341 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16342 if async subprocesses aren't supported.
16343 (eshell-resume-command): Don't assume STATUS is a string.
16344
16345 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16346
16347 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16348 (eshell-close-target, eshell-get-target): Use eshell-processp.
16349 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16350 fix.
16351 (eshell-get-target, eshell-create-handles): Doc fix.
16352
16353 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16354
16355 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16356 criterion to include commands that output something, as long as it
16357 leaves both the command and the end-of-buffer visible when the
16358 command has exited.
16359 (eshell-review-quick-commands): Adjust the help doc string
16360 accordingly.
16361
16362 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16363
16364 * locate.el (locate): Cleaned up locate command's interactive prompting
16365 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16366
16367 * filecache.el (file-cache-case-fold-search): New variable
16368 (file-cache-assoc-function): New variable
16369 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16370 Use file-cache-case-fold-search variable
16371 (file-cache-add-file): Use file-cache-assoc-function
16372 (file-cache-delete-file): likewise
16373 (file-cache-directory-name): likewise
16374 (file-cache-debug-read-from-minibuffer): likewise
16375
16376 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16377
16378 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16379 (abbrev-table-name): New function.
16380 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16381 If non-nil list local abbrev, only.
16382
16383 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16384
16385 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16386 from Gnus support code, and use special article copy buffer
16387 `(gnus-original-article-buffer)' instead. This allows to get rid
16388 of article-hide-headers usage (which breaks in the latest Gnus
16389 version). Thanks to Detlev Zundel.
16390
16391 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16392
16393 * international/quail.el (quail-use-package): Hide "... loaded"
16394 message.
16395 (quail-start-translation, quail-start-conversion): Likewise.
16396
16397 * international/kkc.el (kkc-region): Hide "... loaded" message.
16398
16399 2000-08-27 Dave Love <fx@gnu.org>
16400
16401 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16402
16403 2000-08-27 Miles Bader <miles@gnu.org>
16404
16405 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16406
16407 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16408
16409 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16410 'ja-dic-cnv), not (require 'skkdic-cnv).
16411
16412 2000-08-26 Miles Bader <miles@gnu.org>
16413
16414 * faces.el (face-x-resources): Add entry for :inherit.
16415 * cus-face.el (custom-face-attributes): Add support for :inherit
16416 attribute. Add support for relative face heights.
16417 (custom-face-attributes-get): Treat `nil' as being a default value
16418 for :inherit (as well as `unspecified').
16419
16420 * faces.el (set-face-attribute): Update doc string.
16421 (face-attribute-name-alist): Add :inherit.
16422 (face-valid-attribute-values): Handle :inherit.
16423 (face-read-string): Rephrase prompt to be less confusing.
16424 Assume that DEFAULT is a string, since we must return a string.
16425 (face-read-integer): Use `format' to turn DEFAULT into an
16426 acceptable default for face-read-string. Match NEW-VALUE against
16427 the string "unspecified", not the symbol `unspecified', since
16428 that's what face-read-string returns.
16429 (read-face-attribute): Lookup a name for old-value in valid, and
16430 use it as a default if we find one. Treat all values from
16431 face-read-string as strings. If the default is used, don't do any
16432 more processing on the value, just use the old value directly.
16433 (read-face-and-attribute, modify-face): Tweak prompt.
16434 (read-face-name): Don't assume prompt ends with a space.
16435
16436 * faces.el (describe-face): Add support for :inherit attribute.
16437
16438 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16439
16440 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16441 concat doesn't accept interger.
16442
16443 * international/kkc.el: Remove SKK from Keywords. Require
16444 ja-dic-utl instead of skkdic-utl.
16445
16446 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16447 Provide ja-dic-cnv instead of skkdic-cnv.
16448 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16449 (iso-2022-7bit-short): Add safe-charsets property.
16450 (skkdic-convert-postfix): Search Japanese chou-on character in
16451 addition to Hiragana character.
16452 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16453 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16454 (batch-skkdic-convert): Likewise.
16455
16456 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16457 Provide ja-dic-utl instead of skkdic-utl.
16458 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16459
16460 2000-08-24 Dave Love <fx@gnu.org>
16461
16462 * disp-table.el (standard-display-default): Make the test of `l'
16463 useful.
16464
16465 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16466 mod sample text.
16467
16468 * international/iso-ascii.el: Make pilcrow convenient string
16469 consistent with section.
16470 (iso-ascii-display): Set up multibyte characters as well as
16471 unibyte.
16472
16473 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16474
16475 * international/mule-cmds.el (reset-language-environment): Set
16476 default-process-coding-system to '(undecided . iso-latin-1), which
16477 makes process I/O almost consistent with file I/O. Call this
16478 function when mule-cmds.el[c] is loaded.
16479
16480 2000-08-22 Andrew Innes <andrewi@gnu.org>
16481
16482 * makefile.w32-in: New file.
16483
16484 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16485
16486 * comint.el (comint-output-filter): Compare end of
16487 comint-last-output-overlay with the start of the newly inserted
16488 text, not the end, when deciding whether to extend it.
16489 Set saved-point's insertion type to advance after insertion.
16490
16491 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16492 since this is now done independently of font-lock mode.
16493
16494 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16495
16496 * server.el (server-kill-new-buffers): New user option.
16497 (server-existing-buffer): New buffer-local variable.
16498 (server-visit-files): When using an existing buffer, set
16499 server-existing-buffer to t.
16500 (server-buffer-done): If server-kill-new-buffers is t, kill the
16501 buffer, unless it was already present before visiting it with
16502 Emacs server.
16503
16504 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16505
16506 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16507 even if the display doesn't support colors: some displays will
16508 support bold/underline faces.
16509
16510 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16511
16512 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16513
16514 * startup.el (command-line): If user's init file had an error,
16515 add explanatory text to *Messages*.
16516
16517 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16518
16519 * man.el (Man-getpage-in-background): Decode the process output by
16520 the system locale coding system.
16521
16522 2000-08-20 Dave Love <fx@gnu.org>
16523
16524 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16525 Don't test x-popup-menu.
16526 (function) <complete-function>: Complete only fbound symbols.
16527 <validate, value>: New.
16528 (variable) <complete-function>: Complete only bound symbols.
16529 (coding-system): Add :base-only, :complete-function, :validate,
16530 :value, :prompt-match.
16531 (widget-coding-system-prompt-value): Use read-coding-system and
16532 act on :base-only.
16533 (editable-field): Add :help-echo.
16534 (widget-push-button-gui, widget-push-button-cache)
16535 (widget-gui-action, widget-editable-list-gui): COmment out, along
16536 with uses.
16537 (widget-at): Make arg optional.
16538 (widget-echo-help): Adjust for current help-echo calling sequence.
16539 (widget-specify-field, widget-specify-button)
16540 (widget-specify-insert, widget-get-sibling, widget-image-find)
16541 (widget-convert, widget-insert, widget-leave-text)
16542 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16543 (widget-setup, widget-field-find, widget-before-change)
16544 (widget-after-change, widget-default-complete)
16545 (widget-default-create, widget-default-delete)
16546 (widget-push-button-value-create, editable-field)
16547 (widget-field-prompt-value, widget-field-validate)
16548 (widget-choice-value-create, widget-choice-action)
16549 (widget-choice-validate, widget-checklist-add-item)
16550 (widget-radio-add-item, widget-radio-chosen)
16551 (widget-radio-value-inline, widget-editable-list-value-create)
16552 (widget-editable-list-entry-create)
16553 (widget-documentation-link-add)
16554 (widget-documentation-string-value-create)
16555 (widget-regexp-validate, widget-file-complete)
16556 (widget-sexp-validate, widget-plist-convert-widget)
16557 (widget-plist-convert-widget, widget-alist-convert-widget)
16558 (widget-alist-convert-widget, widget-color-complete): Simplify,
16559 particularly to avoid bindings which aren't optimized out.
16560
16561 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16562 Doc fix.
16563 (down-list, backward-up-list, up-list, kill-sexp)
16564 (backward-kill-sexp, mark-sexp): Make arg optional.
16565 (lisp-complete-symbol): Add optional arg PREDICATE.
16566
16567 * cus-start.el: Add display-buffer-reuse-frames,
16568 file-coding-system-alist.
16569
16570 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16571
16572 * startup.el (command-line): Clear realized faces after
16573 modifying TTY color mappings.
16574
16575 2000-08-20 Miles Bader <miles@gnu.org>
16576
16577 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16578 merely a subset of FACE's attributes.
16579
16580 2000-08-19 Miles Bader <miles@gnu.org>
16581
16582 * comint.el (comint-output-filter): Save the point with a marker,
16583 not just a buffer position.
16584
16585 * international/mule.el (set-buffer-process-coding-system): Make
16586 interactive prompt less confusing.
16587
16588 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16589
16590 * hilit-chg.el: General cleanup of doc strings, comments and
16591 code formatting.
16592
16593 2000-08-19 Miles Bader <miles@gnu.org>
16594
16595 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16596 Compiler macro removed; beginning-of-line is no longer always
16597 equivalent to forward-line, in the presence of fields.
16598
16599 * comint.el (comint-output-filter): Remove ad-hoc saving of
16600 restriction, and just use save-restriction, now that it works
16601 correctly. Don't adjust comint-last-input-start to account for
16602 our insertion; it shouldn't have moved because we don't use
16603 insert-before-markers anymore. Comment out call to
16604 `force-mode-line-update'; why is it here?
16605
16606 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16607 while checking for prompt to delete. Use `forward-line 0'
16608 instead of beginning-of-line.
16609 (gud-filter): Temporarily widen gud comint buffer while
16610 examining output.
16611
16612 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16613
16614 * progmodes/sh-script.el: Big bag of typos.
16615
16616 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16617 check since ispell-process is not bound when ispell is not yet loaded.
16618
16619 2000-08-18 Dave Love <fx@gnu.org>
16620
16621 * image.el (find-image): Copy `spec' before using plist-put.
16622
16623 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16624
16625 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16626 `portugues'.
16627
16628 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16629 backward-kill-sexp, analogous to kill-sexp.
16630
16631 * progmodes/icon.el (icon-indent-line)
16632 (icon-is-continuation-line): Handle comments specially.
16633
16634 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16635
16636 * ispell.el: Set to standard author/maintainer/keyword fields.
16637 Fine tuning to menu map appearance and operation, and added help.
16638 Remove `start' and `end' error messages when compiling.
16639 (ispell-choices-win-default-height): Fixed comment string.
16640 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16641 castellano8 dictionaries.
16642 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16643 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16644 dictionary, added italiano dictionary.
16645 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16646 word character
16647 (ispell-tex-skip-alists): Added psfig support.
16648 (ispell-skip-html): Renamed from ispell-skip-sgml.
16649 (ispell-begin-skip-region-regexp, ispell-skip-region)
16650 (ispell-minor-check): Improved html skipping support to skip across
16651 code, and recognize `&' commands without propper `;' syntax;
16652 (ispell-process-line): Fix alignment error when manually
16653 correcting spelling.
16654 (ispell): Fix comment string.
16655 (ispell-add-per-file-word-list): Always put word list on new line.
16656
16657 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16658
16659 * format.el (format-encode-run-method): Fix error message to say
16660 `encode' instead of `decode'. Use save-window-excursion around
16661 shell-command-on-region as in format-decode-run-method because
16662 shell-command-on-region can display a buffer with error output.
16663 (format-decode): Don't record undo information for the decoding.
16664 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16665 that number part of the temporary buffer name so that more than
16666 one decoding using a temporary buffer can happen safely.
16667
16668 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16669 of `A-z' in the regexp.
16670
16671 * hilit-chg.el: Fix typos in commentary.
16672
16673 * help.el (view-emacs-news): Rewritten for new naming scheme
16674 for old NEWS files.
16675
16676 * startup.el (command-line): Pop to *Messages* in case an error
16677 is signaled while loading user-init-file.
16678
16679 2000-08-17 Andreas Schwab <schwab@suse.de>
16680
16681 * files.el (insert-directory): Don't lose original file name,
16682 undoing an undocumented change.
16683
16684 2000-08-17 Alex Schroeder <alex@gnu.org>
16685
16686 * sql.el (sql-magic-go): Use comint-bol.
16687 (sql-copy-column): Use comint-line-beginning-position.
16688 (comint-line-beginning-position): Define a replacement for
16689 comint-line-beginning-position if it is not fboundp.
16690
16691 2000-08-17 Alex Schroeder <alex@gnu.org>
16692
16693 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16694 it didn't have any effect anyway.
16695
16696 2000-08-17 Alex Schroeder <alex@gnu.org>
16697
16698 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16699 --pset and pager=off instead of sending \\o|cat at the beginning
16700 of the session.
16701
16702 2000-08-17 Miles Bader <miles@gnu.org>
16703
16704 * progmodes/octave-inf.el: Add compatibility definition of
16705 comint-line-beginning-position.
16706
16707 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16708
16709 * startup.el (normal-top-level): Look in each dir in load-path for
16710 a leim-list.el file too. This assures of loading leim-list.el
16711 that is created at Emacs installation time even if a user have his
16712 own leim-list.el.
16713
16714 2000-08-17 Miles Bader <miles@gnu.org>
16715
16716 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16717 foreground color to black if the background is dark.
16718
16719 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16720
16721 * loadhist.el (unload-feature): Typo.
16722
16723 * finder.el (finder-compile-keywords):
16724 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16725 to the generated file.
16726
16727 * mail/mh-e.el (mh-make-local-vars):
16728 Replace make-variable-buffer-local with make-local-variable.
16729
16730 * play/landmark.el:
16731 * options.el (Edit-options-{set,toggle,t,nil}):
16732 * mail/mailabbrev.el (mail-abbrevs-mode):
16733 * textmodes/tex-mode.el (tex-expand-files):
16734 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16735
16736 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16737
16738 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16739 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16740 Allow going past the last element.
16741 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16742 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16743 (cvs-mouse-toggle-mark): Don't move point.
16744 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16745
16746 * progmodes/compile.el (grep): Provide a default set of files.
16747 (next-error): Docstring fix.
16748 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16749
16750 * emacs-lisp/easy-mmode.el (define-minor-mode):
16751 Use `symbol-value' to keep the byte-compiler quiet.
16752
16753 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16754 (diff-find-source-location): New fun, extracted from diff-goto-source.
16755 (diff-goto-source): Use it.
16756 (diff-next-complex-hunk, diff-filter-lines): New function.
16757 (diff-apply-hunk): New command.
16758
16759 * smerge-mode.el (smerge-mode-menu): Doc fix.
16760
16761 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16762
16763 2000-08-16 Dave Love <fx@gnu.org>
16764
16765 * windmove.el (windmove) <defgroup>: Add :version.
16766
16767 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16768 (goto-address-fontify-p, goto-address-highlight-p)
16769 (goto-address-url-face, goto-address-url-mouse-face)
16770 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16771 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16772 (goto-address-fontify, goto-address-at-mouse): Simplify,
16773 (goto-address-at-point): browse-url-url-at-point,
16774 goto-address-find-address-at-point can return nil.
16775 (goto-address-find-address-at-point): Return nil on failure.
16776
16777 * align.el (align) <defgroup>: Add :version.
16778
16779 * calculator.el (calculator): Add :version.
16780 (calculator): Use two lines for calculator window if `modeline'
16781 face is boxed.
16782
16783 * play/5x5.el: Doc fixes.
16784 (5x5) <defgroup>: Add :version.
16785
16786 * play/fortune.el (fortune) <defgroup>: Add :version.
16787 (fortune-append): Fix error message.
16788 (fortune-from-region): Doc fix.
16789
16790 * play/pong.el (pong): Doc fix.
16791
16792 * play/morse.el: Keywords, commentary, autoloads.
16793
16794 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16795
16796 * desktop.el (desktop-save): Don't look at symbol-value of a
16797 member of minor-mode-alist, unless it is boundp.
16798
16799 2000-08-16 Sam Steingold <sds@gnu.org>
16800
16801 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16802 `while'; use `with-current-buffer' instead of `save-excursion'.
16803 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16804
16805 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16806
16807 * international/ccl.el (declare-ccl-program): Docstring modified.
16808 (ccl-execute-with-args): Likewise.
16809
16810 2000-08-16 Miles Bader <miles@gnu.org>
16811
16812 * progmodes/sql.el: Add compatibility definition of
16813 comint-line-beginning-position.
16814
16815 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16816
16817 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16818 'buffer-menu' property.
16819 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16820 fails.
16821 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16822 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16823 wasn't killed.
16824
16825 * buff-menu.el (list-buffers-noselect): Don't display the
16826 *Buffer List* buffer.
16827
16828 * font-lock.el: Require jit-lock to prevent a very late
16829 `Loading jit-lock' message.
16830
16831 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16832 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16833 mail address.
16834
16835 2000-08-15 Miles Bader <miles@gnu.org>
16836
16837 * textmodes/ispell.el (ispell-graphic-p): New constant.
16838 (ispell-choices-win-default-height, ispell-help): Use
16839 `ispell-graphic-p' instead of `xemacsp'.
16840
16841 2000-08-15 Dave Love <fx@gnu.org>
16842
16843 * simple.el: Autoload widget-convert when compiling.
16844 (mail-user-agent): Doc fix.
16845
16846 * help.el (function-called-at-point, variable-at-point): Use
16847 with-syntax-table.
16848 (help-manyarg-func-alist): Add insert-and-inherit.
16849
16850 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16851
16852 * delsel.el (delsel-unload-hook): New function.
16853
16854 * find-file.el: Doc fixes. Move provide to end.
16855 (ff) <defgroup>: Add :link.
16856 (ff-goto-click): Deleted.
16857 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16858 Use mouse-set-point.
16859
16860 * textmodes/tildify.el: Doc fixes.
16861 (tildify) <defgroup>: Add:version.
16862
16863 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16864 (glasses-custom-set): Use set-default, not set.
16865 (minor-mode-alist): Propertize the lighter.
16866 (glasses-mode): Provide optional arg.
16867
16868 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16869 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16870 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16871 option. Provide :type.
16872 (cwarn-configuration): Provide :type.
16873 (cwarn-mode): Doc fix.
16874
16875 * add-log.el (change-log-merge): Doc fix.
16876 (change-log-redate): New command.
16877
16878 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16879 Doze and Dog.
16880 (browse-url): Use dolist, not mapcar.
16881 (browse-url-at-point): Check for null url.
16882 (browse-url-event-buffer, browse-url-event-point): Functions
16883 deleted.
16884 (browse-url-at-mouse, browse-url-netscape): Simplify.
16885
16886 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16887 modes.
16888 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16889 Fix previous change to mapcan.
16890 (msb--init-file-alist, msb--add-separators)
16891 (msb--make-keymap-menu): Simplify.
16892 (msb--choose-file-menu): Use copy-sequence.
16893 (msb-mode-map): Add title to keymap.
16894 (msb-unload-hook): New function.
16895
16896 * bs.el: Fix indentation.
16897 (bs) <defgroup>: Add :links.
16898 (bs-show): Doc fix.
16899 (bs-apply-sort-faces): Don't use window-system.
16900 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16901
16902 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16903
16904 * calendar/timeclock.el (timeclock-file): Run .timelog through
16905 convert-standard-filename.
16906
16907 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16908
16909 * emacs-lisp/authors.el: New file.
16910
16911 * paren.el (show-paren-priority): New user option.
16912 (show-paren-function): Set overlay priorities to
16913 show-paren-priority.
16914
16915 2000-08-14 Miles Bader <miles@gnu.org>
16916
16917 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16918 beginning-of-line with inhibit-field-text-motion bound.
16919
16920 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16921
16922 * calendar/timeclock.el: New file.
16923
16924 2000-08-14 David Ponce <david@dponce.com>
16925
16926 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16927 `widget-button-click'. so that one can use left mouse button to
16928 click on dialog buttons.
16929
16930 2000-08-14 Emmanuel Briot <briot@gnat.com>
16931
16932 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16933 identifiers, since XML is case sensitive
16934
16935 2000-08-12 Miles Bader <miles@gnu.org>
16936
16937 * comint.el (comint-output-filter): Don't bother frobbing
16938 window-start, it doesn't seem to be necessary.
16939
16940 * comint.el (comint-send-string, comint-send-region): Make into
16941 real functions. Snapshot the prompt before sending.
16942
16943 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16944
16945 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16946 technique similar to Info-index, instead of relying on specific
16947 names of relevant Index nodes.
16948 (Info-goto-emacs-command-node): Bind Info-history to nil when
16949 going to the first node found by Info-find-emacs-command-nodes.
16950
16951 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16952
16953 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16954
16955 2000-08-10 Miles Bader <miles@gnu.org>
16956
16957 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16958
16959 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16960
16961 * info.el (Info-file-list-for-emacs): More elements for the
16962 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16963 and woman manuals.
16964
16965 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16966
16967 * comint.el (comint-send-input): Make the newline boundary overlay
16968 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16969 (comint-output-filter): Use `insert' instead of
16970 `insert-before-markers'. Extend comint-last-output-overlay when
16971 necessary since we can't rely on insert-before-markers to do it.
16972 * gud.el (gud-filter): Use `with-current-buffer' instead of
16973 save-excursion when inserting the output, so that point gets
16974 updated correctly; the old method relied on a rather dodgy
16975 side-effect of comint-output-filter to avoid the effect of
16976 save-excursion.
16977
16978 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16979
16980 * files.el (recover-file): Call insert-directory instead of
16981 invoking `ls' directly.
16982
16983 2000-08-10 Miles Bader <miles@gnu.org>
16984
16985 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16986 (comint-last-prompt-overlay): New variables.
16987 (comint-output-filter): Implement prompt highlighting.
16988 (comint-snapshot-last-prompt): New function.
16989 (comint-send-input): Snapshot the last prompt.
16990 Use comint-highlight-input-face.
16991 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16992 Use defface instead of defcustom.
16993 (send-invisible, comint-send-eof): Snapshot the last prompt.
16994 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16995 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16996
16997 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16998
16999 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
17000 (regexp-opt-group): Use a list of chars for `letters'.
17001 (regexp-opt-charset): `chars' is now a list of chars.
17002 Use a char-table rather than a vector so it works for multibyte chars.
17003
17004 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
17005 Set cvs-minor-current-files to the selected fileinfo.
17006 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
17007 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
17008
17009 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
17010
17011 * files.el (insert-directory): Don't call access-file on
17012 directories on DOS and Windows.
17013
17014 2000-08-09 Kenichi Handa <handa@etl.go.jp>
17015
17016 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17017 longer if necessary.
17018 (ccl-embed-code): Call ccl-embed-data to store CODE in
17019 ccl-program-vector.
17020
17021 2000-08-09 Miles Bader <miles@gnu.org>
17022
17023 * comint.el (comint-output-filter): Properly handle the case where
17024 the text surrounded by comint-last-output-overlay was deleted.
17025
17026 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17027
17028 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17029 non-nil.
17030 (Info-file-list-for-emacs): Remove "info" from the list because
17031 that leads to trying to use the documentation from file `info'
17032 in various situations where it isn't appropriate, for instance
17033 C-h C-k C-h i.
17034
17035 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17036 DIR and/or STRING are nil.
17037
17038 * progmodes/compile.el (compilation-setup): Make variable
17039 compilation-error-screen-columns buffer-local, as some comment
17040 in the code suggests it should be.
17041
17042 * files.el (auto-mode-interpreter-regexp): New variable.
17043 (set-auto-mode): Use it.
17044
17045 * indent.el (indent-for-tab-command): Doc fix.
17046
17047 * mouse-sel.el (mouse-sel-mode): Doc fix.
17048
17049 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17050 labels.
17051
17052 * help.el (print-help-return-message): When
17053 display-buffer-reuse-frames is set, let the help window been quit,
17054 instead of deleting it, which might delete a reused frame.
17055
17056 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17057
17058 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17059 rename a directory to a name that differs only by its letter case.
17060
17061 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17062
17063 * international/quail.el (quail-define-rules): Handle Quail decode
17064 map correctly. Add code for supporting annotations.
17065 (quail-install-decode-map): New function.
17066 (quail-defrule-internal): New optional arguments decode-map and
17067 props.
17068 (quail-advice): New function.
17069
17070 2000-08-07 Sam Steingold <sds@gnu.org>
17071
17072 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17073 `defconst', `define-condition', `with-slots'.
17074 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17075
17076 2000-08-03 Miles Bader <miles@gnu.org>
17077
17078 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17079 New variable.
17080 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17081 comint-use-prompt-regexp-instead-of-fields.
17082 (comint-send-input): Add `input' field property to stuff we send to
17083 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17084 (comint-output-filter): Add `output' field property to process
17085 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17086 (comint-replace-by-expanded-history)
17087 (comint-get-old-input-default, comint-show-output)
17088 (comint-backward-matching-input, comint-forward-matching-input)
17089 (comint-next-prompt, comint-previous-prompt): Use field
17090 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17091 (comint-line-beginning-position): New function.
17092 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17093 (comint-replace-by-expanded-history-before-point): Use
17094 comint-line-beginning-position and line-end-position.
17095 (comint-last-output-overlay): New variable.
17096 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17097
17098 * shell.el (shell-prompt-pattern): Doc change.
17099 (shell-backward-command): Use line-beginning-position.
17100
17101 * gud.el (gud-gdb-complete-command): Use
17102 comint-line-beginning-position.
17103
17104 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17105 comint-bol doesn't actually go to the beginning of the line.
17106
17107 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17108 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17109 (try-expand-line-all-buffers): Likewise.
17110
17111 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17112 explicitly matching comint-prompt-regexp.
17113 (sql-copy-column): Use comint-line-beginning-position instead of
17114 explicitly matching comint-prompt-regexp.
17115
17116 * progmodes/octave-inf.el (inferior-octave-complete): Use
17117 comint-line-beginning-position.
17118
17119 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17120
17121 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17122 looking for a prompt, use `forward-line 0' instead of
17123 `beginning-of-line', to avoid getting caught by an input field.
17124
17125 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17126
17127 * files.el (shell-quote-wildcard-pattern): Make sure to return
17128 PATTERN, in the Unix case.
17129
17130 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17131
17132 * play/zone.el (zone): Discard any pending input before running
17133 the randomly-chosen pgm.
17134
17135 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17136
17137 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17138 checking the existence of any multibyte characters.
17139
17140 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17141
17142 * help.el (describe-mode): Test minor-mode symbol for being
17143 bound before testing its value for being nil.
17144
17145 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17146 `first', `second', and `third'.
17147
17148 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17149 (second): Make it an alias for `cadr'.
17150
17151 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17152
17153 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17154 types of display support faces now.
17155
17156 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17157
17158 * pcvs.el (require): Require `cl' during compilation, only.
17159
17160 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17161 (toplevel): Remove `remq' and `remove' from autoloads.
17162 (cl-fake-autoloads): New variable. If set, arrange for an error
17163 when CL functions etc. are autoloaded.
17164
17165 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17166
17167 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17168
17169 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17170 popped up, but the user clicks outside the menu, return an empty
17171 regexp (that causes unhighlight-regexp to have no effect).
17172
17173 * menu-bar.el (menu-bar-games-menu): Add Zone.
17174
17175 * hi-lock.el (toplevel): Require font-lock.
17176
17177 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17178
17179 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17180 (ebnf-8-bit-chars): New var for bug fix.
17181 (ebnf-string): Bug fix.
17182
17183 2000-08-03 Sam Steingold <sds@gnu.org>
17184
17185 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17186 instead of `buffer-string'.
17187 (require 'cl): Always, not just when compiling.
17188 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17189 necessary.
17190
17191 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17192
17193 * international/mule-cmds.el (select-safe-coding-system): Make
17194 the message text about selecting a safe coding system more clear.
17195
17196 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17197
17198 * hi-lock.el: New file.
17199
17200 * play/zone.el: New file.
17201
17202 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17203 value of tab-width in the original buffer. Choose a line number
17204 format that's a multiple of the original buffer's tab width, so
17205 that lines appear right.
17206
17207 * textmodes/ispell.el (ispell): New function, replacing an alias.
17208 Spell-check active region if in transient-mark-mode and mark
17209 is active; otherwise spell-check buffer.
17210
17211 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17212
17213 * ps-mule.el: Fix a customization problem on
17214 ps-mule-font-info-database-default.
17215
17216 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17217
17218 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17219 display-mouse-p instead of window-system.
17220 (ebrowse-member-mode-map): Ditto.
17221
17222 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17223
17224 * progmodes/ebnf2ps.el: Update ps-print functions call.
17225 Indentation fix. Doc fix.
17226 (ebnf-version): New version number (3.2).
17227 (ebnf-format-color, ebnf-begin-job): Code fix.
17228
17229 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17230
17231 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17232 font lock support on window-system.
17233 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17234
17235 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17236 display-color-p, if fboundp, instead of window-system.
17237
17238 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17239
17240 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17241 instead of window-system.
17242
17243 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17244 window-system.
17245 (widget-choice-mouse-down-action): Use display-popup-menus-p
17246 instead of window-system.
17247
17248 * strokes.el (strokes-file): Run the file name through
17249 convert-standard-filename.
17250 (strokes-mode): Call display-mouse-p instead of looking at
17251 window-system. Change the error message accordingly.
17252
17253 * progmodes/cpp.el (toplevel): Support faces on tty's.
17254
17255 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17256 (lm-plot-square, lm-init-display): Don't use window-system.
17257
17258 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17259 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17260
17261 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17262 instead of looking at window-system.
17263
17264 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17265
17266 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17267 of testing if iswitchb-prepost-hooks is bound, because the
17268 latter will always be true when invoking a recursive minibuffer
17269 from an active Iswitchb buffer.
17270
17271 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17272
17273 * files.el (shell-quote-wildcard-pattern): New function.
17274 (insert-directory): Call it. Only prepend "\" to command on Unix
17275 and GNU/Linux systems.
17276
17277 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17278
17279 * eshell/esh-groups.el: Change custom :link file names
17280 from `eshell.info' to `eshell'.
17281
17282 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17283
17284 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17285 correctly in recursive ange-ftp listings.
17286
17287 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17288
17289 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17290 ps-header-font-size-internal and
17291 ps-header-title-font-size-internal variables are not set,
17292 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17293 face text property is (foreground-color . COLOR) or
17294 `(background-color . COLOR)', ps-print crashes. Doc fix.
17295 (ps-print-version): New version number (5.2.4).
17296 (ps-plot-region): Code fix.
17297 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17298 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17299 Bug fix 2.
17300
17301 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17302
17303 * glasses.el (glasses-make-readable): Fix uncapitalization of
17304 identifiers like `myXMLDocument'.
17305
17306 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17307
17308 * mail/mail-hist.el (mail-hist-previous-input)
17309 (mail-hist-next-input): Do the obvious code factorization.
17310 (mail-hist-retrieve-and-insert): New func, contains common
17311 code of above two.
17312 If inserting a message body, leave point at top.
17313
17314 2000-07-28 Sam Steingold <sds@gnu.org>
17315
17316 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17317 Use `<=', not `<' to compare times!
17318 (ange-ftp-ls): Remove.
17319
17320 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17321
17322 * play/cookie1.el: Add explanation of how to make cookie.el
17323 compatible with strfile(1) to comment.
17324
17325 * subr.el (remove, remq): New functions.
17326
17327 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17328 escape `*' in regexps.
17329 (midnight-find): Reverse order of arguments in the funcall of
17330 TEST.
17331
17332 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17333 and `.class'.
17334
17335 * play/meese.el: Add Commentary section.
17336
17337 2000-07-27 Alex Schroeder <alex@gnu.org>
17338
17339 * sql.el (sql-ms): Added autoload cookie.
17340 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17341 (sql-oracle): Ditto.
17342 (sql-help): Doc change.
17343
17344 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17345 types and exceptions.
17346
17347 2000-07-27 Alex Schroeder <alex@gnu.org>
17348
17349 * sql.el (sql-placeholder-history): New variable.
17350 (sql-query-placeholders-and-send): New function that will query
17351 the user and replace placeholders with user input.
17352 (sql-oracle): If running on NT, set comint-input-sender to
17353 sql-query-placeholders-and-send.
17354
17355 (sql-stop): If in the SQLi buffer, insert stop notification, else
17356 present it as a message.
17357
17358 2000-07-27 Alex Schroeder <alex@gnu.org>
17359
17360 * sql.el (sql-input-ring-separator): Doc change.
17361 (sql-input-ring-file-name): Doc change.
17362 (sql-interactive-mode): Use `sql-input-ring-separator' and
17363 `sql-input-ring-file-name' to set the comint-mode equivalents
17364 without making them local variables.
17365 (sql-stop): Don't bind `sql-input-ring-separator' and
17366 `sql-input-ring-file-name' dynamically to their comint-mode
17367 equivalents.
17368
17369 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17370
17371 * international/mule.el (register-char-codings): New function.
17372 (make-coding-system): Handle `safe-chars' specification in the arg
17373 PROPERTY.
17374
17375 * international/mule-cmds.el
17376 (find-coding-systems-region-subset-p): This function deleted.
17377 (sort-coding-systems-predicate): New variable.
17378 (sort-coding-systems): New function.
17379 (find-coding-systems-region): Use
17380 find-coding-systems-region-internal.
17381 (find-coding-systems-string): Use find-coding-systems-region.
17382 (find-coding-systems-for-charsets): Check
17383 char-coding-system-table.
17384 (select-safe-coding-system-accept-default-p): New variable.
17385 (select-safe-coding-system): Mostly rewritten. New argument
17386 ACCEPT-DEFAULT-P.
17387 (select-message-coding-system): Call select-safe-coding-system
17388 with ACCEPT-DEFAULT-P arg.
17389 (reset-language-environment): Reset default-sendmail-coding-system
17390 to the default value iso-latin-1.
17391 (set-language-environment): Don't set the obsolete variable
17392 charset-origin-alist.
17393
17394 * international/codepage.el (cp-coding-system-for-codepage-1):
17395 Give `safe-chars' property to make-coding-system.
17396
17397 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17398 calling select-message-coding-system twice.
17399
17400 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17401 instead of `safe-charsets'.
17402 (cyrillic-alternativnyj): Likewise.
17403 (ccl-encode-alternativnyj): Don't check the charset
17404 cyrillic-iso8859-5.
17405
17406 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17407
17408 * composite.el (compose-chars-after): Preserve match data.
17409
17410 2000-07-26 Sam Steingold <sds@gnu.org>
17411
17412 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17413 (ange-ftp-real-file-newer-than-file-p): New function.
17414 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17415 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17416
17417 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17418 * midnight.el (midnight-float-time): Ditto.
17419
17420 2000-07-26 Andreas Schwab <schwab@suse.de>
17421
17422 * files.el (normal-backup-enable-predicate): Correct
17423 interpretation of the return value of compare-strings.
17424
17425 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17426
17427 * isearch.el (isearch-resume): New function.
17428 (isearch-done): Add something to command-history to resume
17429 the search.
17430 (isearch-yank-line, isearch-yank-word): Use
17431 buffer-substring-no-properties instead of buffer-substring.
17432
17433 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17434 of flyspell-mouse-map.
17435
17436 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17437 duplicate definition.
17438 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17439
17440 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17441 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17442
17443 2000-07-25 Sam Steingold <sds@gnu.org>
17444
17445 * net/ange-ftp.el: Get modtime over the net.
17446 (ange-ftp-file-modtime): New function.
17447 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17448 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17449 Use it.
17450 (ange-ftp-dot-to-slash): New function.
17451 (ange-ftp-fix-name-for-vms): Use it.
17452
17453 * midnight.el (midnight-buffer-display-time): Use
17454 `with-current-buffer'.
17455
17456 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17457
17458 * find-dired.el: Update copyright notice.
17459 (find-dired): Offer to kill a running `find'.
17460
17461 * enriched.el (enriched-face-ans): For a `foreground-color'
17462 property, return '(("x-color" COLOR))' so that COLOR will be
17463 output as a parameter of the x-color annotation. Likewise for the
17464 `background-color' property. In the case of normal face
17465 properties, don't return annotations for unspecified foreground
17466 and background face attributes.
17467
17468 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17469
17470 * language/japan-util.el (japanese-katakana-region): Fix handling
17471 HANKAKU argument.
17472
17473 2000-07-25 Miles Bader <miles@gnu.org>
17474
17475 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17476 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17477 constrain-to-field.
17478
17479 2000-07-24 Andrew Innes <andrewi@gnu.org>
17480
17481 * timer.el (timer-activate-when-idle): Add optional parameter
17482 DONT-WAIT. Update docstring.
17483 (run-with-idle-timer): Specify extra parameter to
17484 timer-activate-when-idle, so that timer will be activated
17485 immediately if Emacs is already idle.
17486
17487 * w32-fns.el (w32-using-nt): Fix docstring.
17488
17489 2000-07-24 Dave Love <fx@gnu.org>
17490
17491 * mouse.el (popup-menu): Set last-command-event.
17492 (mouse-major-mode-menu-prefix): Declare.
17493
17494 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17495
17496 * textmodes/flyspell.el: Update to author's version 1.5d.
17497
17498 * progmodes/hideshow.el: Update copyright notice.
17499
17500 * vcursor.el: Set maintainer to FSF, since author cannot
17501 be reached.
17502
17503 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17504
17505 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17506 the prompt.
17507
17508 * mouse.el (popup-menu): Run the keymap through indirect-function,
17509 in case it was defined with define-prefix-key. If the menu is a
17510 list of keymaps, look up the binding of user's choice in each one
17511 of the keymaps.
17512 (mouse-popup-menubar): If the global and local menu-bar keymaps
17513 don't have a prompt string, create one and insert it into the
17514 keymap. Don't barf if current-local-map returns nil.
17515
17516 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17517
17518 * dired.el (dired-sort-R-check): Added to allow recursive listing
17519 to be undone.
17520 (dired-sort-other): Use it.
17521
17522 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17523
17524 * Release of cc-mode 5.27
17525
17526 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17527
17528 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17529 c-beginning-of-statement-1 that caused a bad case of recursion
17530 which could consume a lot of CPU in large classes in languages
17531 that have in-expression classes (i.e. Java and Pike).
17532
17533 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17534 statements before top level constructs (i.e. case 6 is moved
17535 before case 5 and is now case 4) to catch in-expression
17536 classes in top level expressions correctly.
17537
17538 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17539
17540 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17541 objc-method-intro. Case 4 removed and case 5I added.
17542
17543 * cc-langs.el (c-append-paragraph-start): New variable used by
17544 c-common-init to get paragraph-start correct.
17545 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17546 initialize paragraph-start to make it correct both with and
17547 without the javadoc special case.
17548
17549 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17550 initialize paragraph-start for javadoc markup.
17551
17552 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17553 change by defaulting this to t. It's motivated by the
17554 confusing behavior that otherwise arise from the style system
17555 when editing both java and non-java files at the same time
17556 (see the comments about style setting in c-common-init).
17557
17558 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17559
17560 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17561 similar to the one in c-fill-paragraph to check the fill
17562 prefix from the adaptive fill function for sanity.
17563
17564 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17565
17566 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17567 defun block.
17568
17569 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17570
17571 * cc-align.el (c-lineup-multi-inher): Handle lines with
17572 leading comma nicely. Extended to handle member initializers
17573 too.
17574
17575 * cc-engine.el: (c-beginning-of-inheritance-list,
17576 c-guess-basic-syntax): Fixed recognition of inheritance lists
17577 when the lines begins with a comma.
17578
17579 * cc-vars.el (c-offsets-alist): Changed default for
17580 member-init-cont to c-lineup-multi-inher since it now handles
17581 member initializers and indents better for leading commas.
17582
17583 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17584
17585 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17586 handling that caused class open lines to be recognized as
17587 statement-conts in some cases.
17588
17589 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17590 guessed by the adaptive fill function unless point is on the
17591 first line of a block comment.
17592
17593 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17594 when the buffer ends with a macro continuation char.
17595
17596 * cc-engine.el (c-guess-basic-syntax): Added support for
17597 function definitions as statements in Pike. The first
17598 statement in a lambda block is now labeled defun-block-intro
17599 instead of statement-block-intro.
17600
17601 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17602 so that the class surrounding point is selected, not the one
17603 innermost in the state.
17604
17605 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17606 recognition of switch labels having hanging multiline
17607 statements.
17608
17609 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17610 some code in c-guess-basic-syntax to a separate function.
17611 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17612 recognition of member inits with multiple line arglists.
17613 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17614 member-init-cont when the commas are in funny places.
17615
17616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17617
17618 * cc-defs.el (c-auto-newline): Removed this macro since it's
17619 not used anymore.
17620
17621 * cc-engine.el (c-looking-at-bos): New helper function.
17622 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17623 inexpr and toplevel classes apart in Pike.
17624
17625 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17626 of case 9A.
17627
17628 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17629 constant, since "class" can introduce an in-expression class
17630 in Pike nowadays.
17631
17632 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17633
17634 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17635 indentation on cpp-macro lines.
17636
17637 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17638 a syntax modifier like comment-intro, to make it possible to
17639 get syntactic indentation for preprocessor directives. It's
17640 incompatible wrt to lineup functions on cpp-macro, but it has
17641 no observable effect in the 99.9% common case where cpp-macro
17642 is set to -1000.
17643
17644 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17645
17646 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17647 member-init-cont when the preceding arglist is several lines.
17648
17649 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17650
17651 * cc-styles.el (c-style-alist): The basic offset for the BSD
17652 style corrected to 8.
17653
17654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17655
17656 * cc-styles.el (c-style-alist): Adjusted the indentation of
17657 brace list openers in the gnu style.
17658
17659 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17660
17661 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17662
17663 * cc-cmds.el (c-electric-brace, c-electric-slash,
17664 c-electric-star, c-electric-semi&comma, c-electric-colon,
17665 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17666 when c-syntactic-indentation is nil.
17667
17668 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17669 we were left at comments preceding the first statement when
17670 reaching the beginning of the buffer.
17671
17672 * cc-vars.el (c-syntactic-indentation): New variable to turn
17673 off all syntactic indentation.
17674
17675 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17676
17677 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17678 between the text and the block comment ender when it hangs,
17679 depending on how many there are before the fill.
17680
17681 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17682
17683 * cc-engine.el (c-beginning-of-closest-statement): New helper
17684 function to go back to the closest preceding statement start,
17685 which could be inside a conditional statement.
17686 * cc-engine.el (c-guess-basic-syntax): Use
17687 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17688
17689 * cc-engine.el (c-guess-basic-syntax): Better handling of
17690 arglist-intro, arglist-cont-nonempty and arglist-close when
17691 the arglist is nested inside parens. Cases 7A, 7C and 7F
17692 changed.
17693
17694 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17695 up-to-date with javadoc 1.2.
17696
17697 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17698
17699 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17700 multiline Pike type decls.
17701
17702 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17703
17704 * cc-cmds.el (c-indent-new-comment-line): Always break
17705 multiline comments in multiline mode, regardless of
17706 comment-multi-line.
17707
17708 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17709
17710 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17711 fully::qualified::names in C++ member init lists. Preamble in
17712 case 5D changed.
17713
17714 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17715
17716 * cc-langs.el (c-common-init): Handling of obsolete variables
17717 moved to c-initialize-cc-mode. More compatible style override
17718 when using global style variables.
17719 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17720 variables moved here.
17721
17722 * cc-styles.el (c-make-styles-buffer-local): Flag style
17723 variable localness in c-style-variables-are-local-p to make
17724 the compatibility measure in c-common-init work well.
17725
17726 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17727 longer contain set-from-style.
17728 * cc-styles.el (c-initialize-builtin-style): Don't check for
17729 set-from-style on c-special-indent-hook.
17730 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17731 copy-alist is sufficient now.
17732
17733 * cc-styles.el (c-set-style, c-set-style-1,
17734 c-get-style-variables): Fixes to variable initialization so
17735 that duplicate entries in styles have the same effect
17736 regardless of DONT-OVERRIDE.
17737
17738 * cc-styles.el (c-set-style-2): Fixed bug where the
17739 initialization of inheriting styles failed when the
17740 dont-override flag is set.
17741
17742 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17743 on this.
17744
17745 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17746
17747 * cc-defs.el (c-forward-comment): Removed the workaround
17748 introduced in 5.38 since it had worse side-effects. If a line
17749 contains the string "//\"", it regarded the // as a comment
17750 start since the \ temporarily doesn't have escape syntax.
17751
17752 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17753
17754 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17755 ada-xref.el before ada-prj.el, so that the Project menu is created
17756 when ada-prj tries to add to it.
17757 (ada-activate-keys-for-case): Suppress the characters that are not
17758 part of the Ada syntax. Better compatibility with else-mode
17759 (ada-adjust-case-interactive): When auto-casing is not active,
17760 correctly insert newlines (used to insert only ^M). Prevent the
17761 syntax table from being changed in case of an error
17762 (or '_' becomes part of a word and some commands are confused).
17763 Do nothing if ada-auto-case is nil.
17764 (ada-after-keyword-p): Ignore keywords that are also attributes
17765 (ada-batch-reformat): Update usage comment
17766 (ada-call-from-contextual-menu): New function
17767 (ada-case-read-exceptions): Reinitialize the casing exception list
17768 first to nil first, so that the casing exception file can be
17769 shared.
17770 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17771 files.
17772 (ada-compile-goto-error): Fix regexp used to detect a file:line
17773 anywhere in the error message
17774 (ada-contextual-menu-last-point): New variable
17775 (ada-create-keymap): If the variable delete-key-deletes-forward is
17776 t on XEmacs, it means that DEL should delete one character
17777 forward.
17778 (ada-create-menu): Use :included instead of :visible for XEmacs.
17779 New submenu "Options".
17780 (ada-end-stmt-re): Correctly indent "select ... then abort"
17781 statements.
17782 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17783 even if they don't match ada-fill-comment-prefix Fix handling of
17784 paragraphs on the first or last line of a file.
17785 (ada-format-paramlist): Fix handling of default parameter values.
17786 (ada-get-body-name): New function.
17787 (ada-get-current-indent): Optimized by searchling directly for an
17788 existing generic part or a statement outside of it. Handle
17789 ada-indent-align-comments when indenting comments Replaced some
17790 regexps by testing directly the next character. This results in a
17791 huge speedup on some files. New indentation scheme for renames
17792 statements. Stop looking for the 'while' or 'for' associated with
17793 a 'loop' at the first semicolon encountered. A "return" can also
17794 match an anonymous access subprogram declaration.
17795 (ada-get-indent-noindent): Ignore strings and comments when
17796 looking for the keywords "record" and "private".
17797 (ada-goto-matching-decl-start): When matching "if", make sure we
17798 are not in fact seeing "end if". Ignore "when" statements except
17799 when initial keyword was "begin". Fix handling of nested
17800 procedures. Add a recursive call to this function to skip over
17801 other 'end' statmts. Fix indentation for "when .. => begin"
17802 (ada-in-open-paren-p): Fix indentation for complex boolean
17803 expressions, where 'and then', 'or else' and parenthesis
17804 statements are mixed up.
17805 (ada-in-paramlist-p): Skip comments while searching for the
17806 beginning Fix handling of operator declarations.
17807 (ada-indent-align-comments): New variable
17808 (ada-indent-current): Change the syntax table only in the
17809 protected section, so that we are sure it is restored correctly.
17810 (ada-indent-on-previous-lines): Use ada-use-indent and
17811 ada-with-indent Correctly indent "select ... then"
17812 (ada-indent-region): Slight speedup.
17813 (ada-indent-renames): New variable.
17814 (ada-last-which-function-subprog, ada-last-which-function-line):
17815 New variables
17816 (ada-looking-at-semi-private): Correctly indent the 'private'
17817 keyword when it is the first word in a package declaration.
17818 (ada-loose-case-word): Stop searching if at the end of the buffer.
17819 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17820 even if point is not initially at the end of the word.
17821 (ada-matching-decl-start-re): Add "when".
17822 (ada-mode): Add support for abbrev-mode, outline-mode and
17823 which-func-mode Override the old find-file.el entry in
17824 ff-special-constructs since it is using the obsolete
17825 ada-spec-suffix variable
17826 (ada-no-auto-case): New function
17827 (ada-scan-paramlist): When parsing the argument type, accept
17828 spaces (as in "X 'Class", generated by Rational Rose).
17829 (ada-other-file-name): No longer loads the other file.
17830 (ada-popup-menu): Save and restore the current buffer and cursor
17831 position before and after displaying the menu.
17832 (ada-search-ignore-complex-boolean): New function.
17833 (ada-uncomment-region): Emacs21 already knows how to delete
17834 comments not starting in the first column.
17835 (ada-use-indent): New variable
17836 (ada-which-function): New function.
17837 (ada-with-indent): New variable
17838 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17839 can be batch-compiled from the command line.
17840
17841 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17842 Add to the menu when the file is loaded, not in ada-mode-hook.
17843 Add -toolbar to the default ddd command Switches moved from
17844 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17845 ada-prj-default-comp-opt
17846 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17847 Reference Manual to the menu
17848 (ada-check-current): rewritten as a call to ada-compile-current
17849 (ada-compile): Removed.
17850 (ada-compile-application, ada-compile-current, ada-check-current):
17851 Set the compilation-search-path so that compile.el automatically
17852 finds the sources in src_dir. Automatic scrollong of the
17853 compilation buffer. C-uC-cC-c asks for confirmation before
17854 compiling
17855 (ada-compile-current): New parameter, prj-field
17856 (ada-complete-identifier): Load the .ali file before doing
17857 processing
17858 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17859 conform to gnatmake's behavior.
17860 (ada-find-file-in-dir): New function
17861 (ada-find-references): Set the environment variables for gnatfind
17862 (ada-find-src-file-in-dir): New function.
17863 (ada-first-non-nil): Removed
17864 (ada-gdb-application): Add support for jdb, the java debugger.
17865 (ada-get-ada-file-name): Load the original-file first if not done
17866 yet.
17867 (ada-get-all-references): Handles the new ali syntax (parent types
17868 are found between <>).
17869 (ada-initialize-runtime-library): New function
17870 (ada-mode-hook): Always load a project file when a file is opened,
17871 so that the casing exceptions are correctly read.
17872 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17873 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17874 to open the project file, since the latter does not work with
17875 speedbar Get default values before loading the prj file, or the
17876 default executable file name is wrong. Use the absolute value of
17877 src_dir to initialize ada-search-directories and
17878 compilation-search-path,... Add the standard runtime library to
17879 the search path for find-file.
17880 (ada-prj-default-debugger): Was missing an opening '{'
17881 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17882 variables.
17883 (ada-prj-default-gnatmake-opt): New variable
17884 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17885 buffers, the project file is the default one Save the windows
17886 configuration before displaying the menu.
17887 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17888 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17889 ...) regexp-quote identifiers names to support operators +,
17890 -,... in regexps.
17891 (ada-remote): New function.
17892 (ada-run-application): Erase the output buffer before starting the
17893 run Support remote execution of the application. Use
17894 call-process, or the arguments are incorrectly parsed
17895 (ada-set-default-project-file): Reread the content of the active
17896 project file, not the one from the current buffer When a project
17897 file is set as the default project, all directories are
17898 automatically associated with it.
17899 (ada-set-environment): New function
17900 (ada-treat-cmd-string): New special variable ${current}
17901 (ada-treat-cmd-string): Revised. The substitution is now done for
17902 any ${...} substring
17903 (ada-xref-current): If no body was found, compiles the spec
17904 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17905 compiler to get rid of command line length limitations.
17906 (ada-xref-get-project-field): New function
17907 (ada-xref-project-files): New variable
17908 (ada-xref-runtime-library-specs-path)
17909 (ada-xref-runtime-library-ali-path): New variables
17910 (ada-xref-set-default-prj-values): Default run command now does a
17911 cd to the build directory. New field: main_unit Provide a default
17912 file name even if the current buffer has no prj file.
17913
17914 * ada-prj.el:
17915 Rewritten to show a tabbed-dialog.
17916 (ada-prj-add-ada-menu): Remove the map and name parameters.
17917 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17918 New function
17919 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17920 (ada-prj-load-from-file): New function
17921 (ada-prj-save): Always save fields that depend on the current buffer
17922 (ada-prj-show-value): New function
17923
17924 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17925 Ada mode. This will allow us to display the Ada menu in any buffer
17926 we want (for project items).
17927 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17928 number of spaces in the header.
17929
17930 2000-07-24 Dave Love <fx@gnu.org>
17931
17932 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17933
17934 2000-07-23 Noah Friedman <friedman@splode.com>
17935
17936 * type-break.el (type-break): perform autosave.
17937 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17938 (type-break-do-query): Cancel query schedule while performing
17939 actual query, to avoid possibility of a second query being made
17940 while first one is already in progress.
17941 (type-break-time-stamp-format): New variable.
17942 (type-break-time-stamp): New function.
17943 (type-break-time-warning): Use it.
17944 (type-break-keystroke-warning): Use it.
17945 (type-break-noninteractive-query): Use it.
17946
17947 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17948 cookie.
17949 Use add-minor-mode to set minor-mode-alist, if available.
17950 (eldoc-echo-area-use-multiline-p): New user option.
17951 (eldoc-echo-area-multiline-supported-p): New variable.
17952 (eldoc-docstring-format-sym-doc): Use them.
17953 (eldoc-mode): If not using idle timers, append to local post and
17954 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17955 (eldoc-display-message-no-interference-p): Don't interfere with
17956 edebug.
17957 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17958 (eldoc-function-arglist): New function.
17959 (eldoc-function-argstring): Use it.
17960
17961 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17962 auto save directory exists before calling directory-files.
17963
17964 2000-07-23 Dave Love <fx@gnu.org>
17965
17966 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17967 ^o, ^u.
17968
17969 2000-07-21 Dave Love <fx@gnu.org>
17970
17971 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17972 now passed to the function. It now works properly.
17973
17974 * smerge-mode.el (smerge-mode-menu): Fill it out.
17975
17976 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17977
17978 * info-look.el (info-lookup): If *info* is shown in another frame
17979 on the same display, select that frame, instead of switching to
17980 the Info buffer in another window of the selected frame.
17981
17982 * simple.el (universal-argument-map): Bind numeric keypad keys
17983 kp-0 to kp-9 and kp-subtract.
17984 (digit-argument): Handle these keys.
17985
17986 2000-07-20 Dave Love <fx@gnu.org>
17987
17988 * net/goto-addr.el (goto-address-fontify): Don't bother with
17989 buffer-modified and read-only stuff -- irrelevant with overlays.
17990 Put an extra property on the overlays and use it to clean up in
17991 case goto-address is re-run.
17992
17993 2000-07-19 Richard M. Stallman <rms@gnu.org>
17994
17995 * timer.el (run-with-idle-timer): Doc fix.
17996
17997 * mail/mail-utils.el (mail-strip-quoted-names):
17998 Handle case where <...> appears inside "...".
17999 Use replace-match to edit the string more simply.
18000 (rmail-dont-reply-to): Cope with an unmatched ".
18001
18002 2000-07-19 Dave Love <fx@gnu.org>
18003
18004 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
18005 implementation.
18006
18007 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
18008 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
18009 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
18010
18011 2000-07-19 Gerd Moellmann <gerd@gnu.org>
18012
18013 * textmodes/refer.el: Correct maintainer's email address.
18014
18015 * progmodes/hideif.el: Correct author's email address.
18016 Fix typo in comment.
18017
18018 * xml.el: New file.
18019
18020 * mail/mailheader.el: Correct author's mail address.
18021
18022 * gnus/parse-time.el: Correct author's mail address.
18023
18024 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18025
18026 * comint.el (comint-highlight-input, comint-highlight-face):
18027 New user options.
18028 (comint-input-ring-file-name): Change custom type.
18029 (comint-mode-map): Bind mouse-2.
18030 (comint-insert-clicked-input): New function.
18031 (comint-send-input): Handle input highlighting.
18032
18033 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18034
18035 * mouse.el (popup-menu): New function.
18036 (mouse-major-mode-menu): Use it.
18037
18038 2000-07-18 Dave Love <fx@gnu.org>
18039
18040 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18041 improvements.
18042
18043 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18044
18045 * faces.el (face-font-selection-order)
18046 (face-font-family-alternatives): Add custom type.
18047
18048 2000-07-18 Dave Love <fx@gnu.org>
18049
18050 * cus-edit.el (custom-variable-reset-saved)
18051 (custom-variable-reset-standard): Remove unused bindings.
18052
18053 * rect.el (open-rectangle-line): Remove unused let.
18054
18055 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18056
18057 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18058
18059 * cdl.el: Fix `Maintainer' keyword.
18060
18061 * play/pong.el: Add author's email address.
18062
18063 2000-07-17 Sam Steingold <sds@gnu.org>
18064
18065 * files.el (insert-directory): Call `split-string' instead of
18066 re-implementing it.
18067
18068 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18069
18070 * mail/vms-pmail.el: Change maintainer to FSF.
18071
18072 * net/goto-addr.el: Change maintainer to FSF.
18073
18074 * info.el (Info-title-face-alist): Removed.
18075
18076 2000-07-18 David Ponce <david@dponce.com>
18077
18078 * recentf.el (recentf-open-files): New command that works like
18079 `recentf-open-more-files', but shows the whole list of files (not just
18080 those omitted from the menu). Useful if you don't use a menu-bar!
18081 (recentf-open-more-files) Modified to use `recentf-open-files'.
18082
18083 (recentf-open-files, recentf-open-more-files)
18084 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18085
18086 (recentf-dialog-mode): New mode for dialogs. You can now just type
18087 "q" to cancel the dialogs.
18088
18089 2000-07-18 David Ponce <david@dponce.com>
18090
18091 * recentf.el: This is a major update of recentf.el. It adds new
18092 features to better organize the recentf menu and "More..." buffer.
18093
18094 Using new provided menu filtering functions you can now organize the
18095 recent files list:
18096
18097 - by major modes
18098 - by directories
18099 - by user defined rules
18100
18101 Finally, with the new `recentf-filter-changer' customizable filter you
18102 can define a ring of filters and dynamically (via the menu) cycle on
18103 each menu organization in the ring (a la msb).
18104
18105 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18106
18107 * eshell/eshell.el (eshell): Replace links to eshell.info with
18108 links to eshell, to avoid problems on systems where the manual is
18109 installed as `eshell'.
18110 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18111 * eshell/em-smart.el (eshell-smart): Ditto.
18112 * eshell/em-banner.el (eshell-banner): Ditto.
18113 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18114
18115 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18116 same-file check in the MS-DOS version (it does support inodes).
18117
18118 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18119
18120 * eshell/eshell.el (eshell-directory-name):
18121 Run default directory name through convert-standard-filename.
18122
18123 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18124
18125 * international/mule-cmds.el (select-safe-coding-system):
18126 Fix typo in the comment.
18127
18128 * language/european.el (compound-text):
18129 Force katakana-jisx0201 to be designated to G1.
18130
18131 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18132 Don't translate some national variant characters of latin-jisx0201.
18133 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18134
18135 * international/kkc.el (kkc-after-update-conversion-functions):
18136 New variable.
18137 (kkc-update-conversion): Run functions in it at the tail.
18138
18139 2000-07-16 John Wiegley <johnw@gnu.org>
18140
18141 * lisp/align.el (align-newline-and-indent):
18142 Adding new function. for auto-aligning blocks of code on RET.
18143 (align-region): Fixed badly formatted minibuffer message.
18144
18145 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18146
18147 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18148 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18149 the conversion list at first if appropriate.
18150 (kkc-next): Don't update kkc-next-count here.
18151 (kkc-prev): Don't update kkc-prev-count here.
18152 (kkc-show-conversion-list-update): Fix setting up of conversion
18153 list message.
18154
18155 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18156
18157 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18158
18159 2000-07-16 Dave Love <fx@gnu.org>
18160
18161 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18162 function to be more specific.
18163
18164 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18165 non-string help-echo.
18166 (widget-types-convert-widget): Defsubst it.
18167 (widget-echo-help): Try to cope with a help-echo function of two
18168 possible sorts.
18169
18170 2000-07-15 Jason Rumney <jasonr@gnu.org>
18171
18172 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18173 Declare as obsolete.
18174
18175 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18176
18177 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18178
18179 * hilit-chg.el: Fix typo.
18180
18181 2000-07-14 Dave Love <fx@gnu.org>
18182
18183 * info.el (Info-mode-menu): Fix use of :help, :enable.
18184
18185 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18186
18187 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18188
18189 2000-07-13 Dave Love <fx@gnu.org>
18190
18191 * emacs-lisp/easymenu.el: Doc fixes.
18192 (easy-menu-remove): Defalias to ignore.
18193
18194 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18195 Call throw correctly.
18196
18197 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18198
18199 * faces.el (frame-background-mode): Doc fix.
18200
18201 * simple.el (eval-expression-print-length): Change custom type to
18202 allow entering nil as value.
18203
18204 2000-07-13 Dave Love <fx@gnu.org>
18205
18206 * progmodes/fortran.el (fortran-imenu-generic-expression):
18207 Change definition layout.
18208 (fortran-mode-menu): Reinstate customize entries.
18209
18210 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18211 Use :filter, per old XEmacs code.
18212
18213 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18214
18215 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18216 event when deciding what to send to the terminal.
18217
18218 2000-07-12 Dave Love <fx@gnu.org>
18219
18220 * cus-start.el: Add optional version as 4th element of specs and
18221 use it for several things new in v21. Remove load-path. Fix type
18222 of line-number-display-limit.
18223
18224 2000-07-11 Dave Love <fx@gnu.org>
18225
18226 * progmodes/fortran.el: Don't require easymenu.
18227 Use repeat counts in various regexps.
18228 (fortran-mode-syntax-table): Defvar directly.
18229 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18230 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18231 Use defvar, not defconst.
18232 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18233 (fortran-mode): Set fortran-comment-line-start-skip,
18234 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18235 (fortran-comment-indent): Use defsubst.
18236 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18237 Use fortran-comment-indent, not fortran-comment-indent-function.
18238 (fortran-comment-region, fortran-electric-line-number): Simplify.
18239 (fortran-auto-fill): New function.
18240 (fortran-do-auto-fill): Deleted.
18241 (fortran-find-comment-start-skip):
18242 Check for non-null comment-start-skip.
18243 (fortran-auto-fill-mode, fortran-fill-statement):
18244 Use fortran-auto-fill.
18245 (fortran-fill): Use fortran-auto-fill. Check for null
18246 comment-start-skip. Simplify final clause and use end-of-line finally.
18247
18248 * widget.el (widget-plist-member): New alias.
18249
18250 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18251
18252 * eshell/esh-module.el (toplevel): Reference
18253 byte-compile-current-file only if it is bound.
18254
18255 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18256
18257 * dired.el: Don't require `dired-aux'.
18258
18259 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18260
18261 * dired-aux.el (dired-show-file-type): New function.
18262 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18263 (dired-show-file-type): Add autoload.
18264
18265 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18266
18267 * international/mule-diag.el (describe-font): Adjusted for the
18268 change of fontset-info.
18269 (print-fontset): Likewise.
18270
18271 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18272
18273 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18274
18275 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18276
18277 * bindings.el: Bind `[delete]' to delete-char.
18278
18279 * dired.el (dired-find-alternate-file): New function.
18280 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18281 (toplevel): Require dired-aux when compiling.
18282 (dired-buffers): Move defvar within file to avoid compiler warning.
18283
18284 * info.el (Info-last-search): Variable removed.
18285 (Info-search-history): New variable.
18286 (Info-search): New Info-search-history.
18287
18288 * battery.el, info-look.el: Change author's mail address.
18289
18290 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18291
18292 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18293 if rmail-ignored-headers is nil.
18294 (rmail-retry-failure): Bind rmail-ignored-headers and
18295 rmail-displayed-headers to nil.
18296
18297 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18298
18299 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18300 (print-region-1): Don't hard code `-h' here.
18301
18302 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18303
18304 2000-07-01 Francesco Potorti` <pot@gnu.org>
18305
18306 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18307 exim can use "your message" instead of "the message".
18308
18309 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18310
18311 * facemenu.el: Docstrings fixes.
18312 (facemenu-get-face): Don't use internal-find-face.
18313 (facemenu-iterate): Rename arg to match the docstring.
18314
18315 * newcomment.el (uncomment-region): Be more careful when skipping
18316 backwards over `=' not to bump into BOBP.
18317
18318 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18319
18320 * ediff-diff.el (ediff-wordify): Use syntax table.
18321 * ediff-init.el (ediff-has-face-support-p): Use
18322 ediff-color-display-p.
18323 (ediff-color-display-p): Use display-color-p, changed to defun
18324 from defsubst.
18325 Got rid of special cases for NeXT and OS/2.
18326 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18327 face.
18328
18329 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18330
18331 * emacs-lisp/lucid.el: Require CL.
18332 (copy-tree, remprop): Remove, it's provided by CL.
18333 (map-keymap): Define in terms of cl-map-keymap.
18334 (extent-property, set-extent-end-glyph): New functions.
18335
18336 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18337
18338 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18339
18340 * Makefile.in (DONTCOMPILE): Add comment that the name may
18341 not be changed without changing the make-dist script.
18342
18343 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18344 (cl-mapc): Use mapc instead of cl-old-mapc.
18345
18346 2000-07-05 Andrew Innes <andrewi@gnu.org>
18347
18348 * makefile.nt: Add support for `bootstrap' and related targets.
18349
18350 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18351
18352 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18353 (easy-menu-do-define): Use `menu-item' format.
18354 Handle case where easy-menu-create-menu returns a symbol.
18355 Manually call the potential top-level filter in the function binding.
18356 (easy-menu-filter-return): New arg NAME.
18357 Convert to a keymap if MENU is an XEmacs menu.
18358 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18359 (easy-menu-converted-items-table, easy-menu-convert-item):
18360 New var and fun to memoize easy-menu-convert-item-1.
18361 (easy-menu-do-add-item): Use it.
18362 (easy-menu-create-menu): Use easy-menu-convert-item.
18363 Wrap easy-menu-filter-return around any :filter specification.
18364 Don't convert the menu if a filter was specified.
18365 Tell easy-menu-make-symbol not to check for MENU being an expression.
18366 (easy-menu-make-symbol): New arg NOEXP.
18367
18368 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18369
18370 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18371 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18372 (eval-defun): If called with prefix arg, instrument code for
18373 Edebug.
18374
18375 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18376 similar to that of eval-defun.
18377
18378 2000-07-04 Dave Love <fx@gnu.org>
18379
18380 * hl-line.el (hl-line-overlay): Make it permanent-local.
18381
18382 * calendar/todo-mode.el: Replaced with a working version, based on
18383 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18384
18385 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18386
18387 * paths.el (prune-directory-list): New function.
18388 (Info-default-directory-list): Rewritten to more methodically
18389 enumerate a big list of possible info directories (based on the
18390 list used by the standalone info reader).
18391
18392 * info.el (info-initialize): Use prune-directory-list to remove
18393 non-existent directories from Info-directory-list.
18394
18395 * paths.el (Info-default-directory-list): Try a list of possible
18396 info-directories instead of a single one. Add the possible
18397 info directory "/usr/share/info".
18398
18399 * woman.el (woman-man.conf-path): Explicitly include the debian
18400 man-db config file "/etc/manpath.config".
18401 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18402 are present in `manpath.config'.
18403 (woman-manpath): Include "/usr/share/man".
18404
18405 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18406
18407 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18408
18409 * startup.el (command-line): Initialize blink-cursor based
18410 on window-system.
18411
18412 * frame.el (blink-cursor): Default to nil if not running under
18413 a window-system.
18414
18415 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18416 (face-x-resources): Remove duplicate entry for :font.
18417
18418 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18419 instead of cycling through windows with next-window.
18420
18421 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18422 of cycling through windows with next-window.
18423
18424 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18425 of cycling through windows with next-window.
18426
18427 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18428 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18429 instead of cycling through windows with next-window.
18430
18431 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18432 instead of cycling through windows with next-window.
18433
18434 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18435 of cycling through windows with next-window.
18436
18437 * terminal.el (te-process-output): Use walk-windows instead of
18438 cycling through windows with next-window.
18439
18440 * server.el (server-switch-buffer): Use some-window instead of
18441 cycling through windows with next-window.
18442
18443 * window.el (some-window): New function.
18444 (walk-windows): Remove reference to walk-windows-start.
18445
18446 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18447
18448 2000-07-03 Richard Stallman <rms@gnu.org>
18449
18450 * window.el (walk-windows): Guarantee termination by keeping a list
18451 of all the windows already handled.
18452
18453 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18454
18455 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18456 window-system.
18457
18458 * man.el (Man-notify-when-ready): Don't use window-system. If
18459 Man-notify-method is newframe, and the display is not
18460 multi-frame, select the frame created for the man page.
18461 (Man-init-defvars): Doc fix.
18462
18463 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18464
18465 * faces.el (region): Change background color for light background.
18466
18467 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18468 attribute from mode-line face of Ediff control frame.
18469
18470 * replace.el (query-replace-map): Bind `e' like `E'.
18471
18472 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18473
18474 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18475 Change name to "Select All".
18476
18477 * dos-fns.el (convert-standard-filename): Fix last change.
18478
18479 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18480
18481 * help.el (describe-variable): Don't insert a second `'s' in front
18482 of the string `value is shown below'. Since the syntax-table is
18483 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18484 an existing `'s', so that this won't be deleted.
18485
18486 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18487 * pcmpl-unix.el: New files.
18488
18489 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18490
18491 * wid-edit.el (widget-member): Use the new plist-member.
18492
18493 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18494
18495 * replace.el (perform-replace): Undo change of 2000-04-04.
18496 Instead, move backward 1 character at the end of the loop when
18497 necessary.
18498
18499 * faces.el (fringe): Change face for different backgrounds.
18500
18501 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18502 patch from John.
18503
18504 * eshell/*.el: Change spelling of the Free Software Foundation.
18505
18506 * eshell/esh-toggle.el: Removed.
18507
18508 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18509
18510 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18511 interactively.
18512
18513 2000-06-26 Alex Schroeder <alex@gnu.org>
18514
18515 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18516 `define-key'; instead of checking `(emacs-version)' check for
18517 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18518 for `;' and `o' which might be electric.
18519
18520 (sql-electric-stuff): New user option.
18521 (sql-magic-go): New function which uses `sql-electric-stuff'.
18522 (sql-magic-semicolon): New function which uses
18523 `sql-electric-stuff'.
18524
18525 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18526 is not fboundp.
18527
18528 (sql-oracle-options): New variable.
18529 (sql-oracle): Use it.
18530
18531 (sql-imenu-generic-expression): Doc change.
18532 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18533 is used.
18534
18535 (sql-informix): Added command line parameter "-" to force
18536 sql-informix-program to use stdout.
18537
18538 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18539
18540 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18541 (cp864-decode-table): Doc fix.
18542 (cp720-decode-table): New variable, supports the Arabic OEM
18543 codepage used by Windows.
18544 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18545
18546 2000-06-23 Dave Love <fx@gnu.org>
18547
18548 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18549 (font-lock-fontify-anchored-keywords): Use
18550 line-beginning-position.
18551 (global-font-lock-mode): Use mapc.
18552
18553 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18554
18555 * eshell/esh-module.el: Require CL when compiling.
18556
18557 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18558
18559 * comint.el (comint-substitute-in-file-name): Call replace-match
18560 with second and third arg t.
18561
18562 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18563 Specify foreground color.
18564
18565 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18566 color.
18567
18568 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18569
18570 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18571 cddr instead of cdddr.
18572
18573 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18574 instead of copy-list.
18575
18576 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18577 of copy-list.
18578
18579 * subdirs.el: Add eshell subdirectory.
18580
18581 * eshell: New subdirectory containing the Eshell package.
18582
18583 * pcomplete.el: New file.
18584
18585 2000-06-23 Paul Eggert <eggert@twinsun.com>
18586
18587 * mail/mailpost.el (post-mail-send-it): Make sure file has
18588 proper permissions from birth.
18589
18590 * files.el (basic-save-buffer-2): When temporarily setting
18591 file modes, set them to current modes plus 0200, not to 0777.
18592
18593 * emerge.el (emerge-make-temp-file): Make sure file has proper
18594 permissions from birth.
18595
18596 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18597
18598 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18599 backup file name through convert-standard-filename.
18600
18601 * dos-fns.el (convert-standard-filename): Convert leading
18602 directories as well. When long file names are supported, convert
18603 characters that are invalid in Windows file names.
18604
18605 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18606
18607 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18608 ps-print crashes. New feature: page selection for printing. Create
18609 raw-text-unix coding system for XEmacs. Doc fix.
18610 (ps-print-version): New version number (5.2.3).
18611 (ps-plot-region): Bug fix.
18612 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18613 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18614 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18615 funs.
18616 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18617 (ps-last-page): New vars.
18618
18619 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18620
18621 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18622 empty option string.
18623
18624 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18625
18626 * man.el (man): Doc fix.
18627
18628 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18629
18630 * international/mule-cmds.el (set-language-info-alist): Docstring
18631 fixed.
18632
18633 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18634
18635 * version.el (emacs-version): Use ISO date format.
18636
18637 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18638 instead of `M-backspace'.
18639
18640 * simple.el (turn-off-auto-fill): New function.
18641
18642 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18643
18644 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18645 Renamed from with-buffer-prepared-for-font-lock and use
18646 inhibit-modification-hooks rather than setting *-change-functions.
18647 Update all functions to use the new name.
18648 (jit-lock-first-unfontify-pos): New semantics (and doc).
18649 (jit-lock-mode): Make non-interactive.
18650 Don't automatically turn on font-lock.
18651 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18652 Always use jit-lock-after-change.
18653 Remove and restore font-lock-after-change-function.
18654 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18655 (jit-lock-after-unfontify-buffer): Remove.
18656 (jit-lock-stealth-fontify):
18657 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18658 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18659
18660 2000-06-20 Sam Steingold <sds@gnu.org>
18661
18662 * emacs-lisp/cl-indent.el (toplevel): Indent
18663 `print-unreadable-object' properly. Untabify.
18664
18665 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18666
18667 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18668 Support for bibentry.
18669 (reftex-compile-variables): Fixed problem with end of section-re.
18670
18671 * texmodes/reftex-dcr.el (reftex-view-crossref,
18672 reftex-view-crossref-from-bibtex):
18673 Deal with changed `reftex-find-citation-regexp-format'.
18674 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18675 Replaced `remprop' with `put'.
18676 (reftex-view-crossref, reftex-view-crossref-when-idle):
18677 Support for bibentry.
18678
18679 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18680 New entry for bibentry package.
18681
18682 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18683 Regexp also matches "\nobibliography".
18684
18685 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18686 Call `reftex-ensure-write-access' before doing anything.
18687 (reftex-ensure-write-access): New function.
18688
18689 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18690
18691 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18692
18693 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18694
18695 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18696
18697 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18698
18699
18700 2000-06-20 Dave Love <fx@gnu.org>
18701
18702 * faces.el (frame-background-mode): Use set-default, not set, in
18703 setter.
18704 (frame-update-faces, frame-update-face-colors): Define with
18705 defalias.
18706
18707 * enriched.el (enriched-decode-foreground)
18708 (enriched-decode-background): Don't use internal-find-face.
18709
18710 * apropos.el: Doc fixes.
18711
18712 * cus-edit.el (customize-changed-options): Check arg.
18713 (customize-version-lessp): Don't require decimal point.
18714
18715 * custom.el (defcustom, defgroup): Doc fix.
18716
18717 * newcomment.el (comment) <defgroup>: Add :version.
18718 (comment-multi-line): Doc fix.
18719
18720 * emulation/mlsupport.el (define-hooked-local-abbrev,
18721 define-hooked-global-abbrev): Fix, using define-abbrev.
18722
18723 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18724
18725 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18726 the whole buffer.
18727
18728 2000-06-19 Dave Love <fx@gnu.org>
18729
18730 * menu-bar.el (menu-bar-options-save): New function.
18731 (menu-bar-options-menu): Use it.
18732 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18733 Simplify.
18734
18735 2000-06-19 Andreas Schwab <schwab@suse.de>
18736
18737 * progmodes/etags.el (tags-query-replace): Put new parameters
18738 START and END at the end, for backward compatibility.
18739
18740 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18741
18742 * international/codepage.el:
18743 (cp-coding-system-for-codepage-1): Delete special codes for
18744 generating xxx-dos coding system because now a CCL based coding
18745 system can handle EOL conversion by default.
18746
18747 * international/mule.el (make-coding-system): Generate subsidiary
18748 coding systems for EOL handling variants even for a CCL based
18749 coding system.
18750
18751 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18752
18753 * international/isearch-x.el (isearch-minibuffer-input-method)
18754 (isearch-minibuffer-input-method-function): These variables
18755 deleted.
18756 (isearch-with-input-method): Don't use the above variables.
18757 (isearch-process-search-multibyte-characters): Likewise. Call
18758 read-string with the arg INHERIT-INPUT-METHOD t.
18759
18760 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18761
18762 * font-lock.el (font-lock-after-fontify-buffer)
18763 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18764
18765 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18766 Use consistent make-local-variable style for font-lock-fontified.
18767 (jit-lock-fontify-buffer):
18768 Don't bother checking for font-lock-mode and jit-lock-mode.
18769
18770 * time.el: Remove trailing ^M that prevent CVS-merging.
18771
18772 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18773
18774 * Makefile.in (distclean): New target.
18775
18776 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18777
18778 * Makefile.in (srcdir): Define for update-subdirs.
18779
18780 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18781
18782 * find-lisp.el: New file.
18783
18784 2000-06-16 Andrew Innes <andrewi@gnu.org>
18785
18786 * time.el (display-time-mail-function): New variable, to allow
18787 external packages to indicate when new mail is available.
18788 (display-time-update): Use it.
18789
18790 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18791
18792 * international/mule.el (mule-version): Change version name to
18793 SAKAKI. AOI has already been used by Meadow.
18794
18795 * international/quail.el (quail-show-guidance-buf): To find the
18796 bottom window (but minibuffer), pay attention to the height of
18797 minibuffer.
18798
18799 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18800
18801 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18802 menu-bar menus. Add help strings. Don't remove the Edit menu
18803 from the menu bar, as the menu bar has enough space now.
18804
18805 * Makefile.in (SHELL): Make sure /bin/sh is used.
18806
18807 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18808 characters, which use series of two ^H characters instead of one.
18809
18810 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18811
18812 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18813 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18814 functions.
18815 (Info-find-node-2): Try a case-sensitive search first, then
18816 do a case-insensitive search.
18817
18818 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18819 tutorials.
18820
18821 * complete.el (PC-env-vars-alist): New variable.
18822 (PC-complete-as-file-name): New function.
18823 (partial-completion-mode): Initialize PC-env-vars-alist from
18824 process-environment.
18825 (PC-do-completion): Handle completion of env vars.
18826
18827 * info.el (Info-set-mode-line): Show file name in mode line,
18828 use `*Info*' instead of `Info:'.
18829
18830 * startup.el (command-line-1): Change copyright messages to year
18831 2000.
18832
18833 2000-06-15 Dave Love <fx@gnu.org>
18834
18835 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18836 not local-map.
18837
18838 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18839
18840 * international/mule.el (set-buffer-file-coding-system): Almost
18841 rewritten to handle `undecided' as no-op.
18842
18843 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18844
18845 * Makefile.in: New file.
18846
18847 * Makefile: Removed.
18848
18849 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18850 (goto-address-highlight-keymap): Bind C-c RET.
18851
18852 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18853
18854 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18855 inherits buffer-file-coding-system of the current buffer.
18856
18857 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18858 0. Give correct argument to set-auto-coding-function.
18859 (tar-expunge): For goto-char, use (point-min), not 0.
18860 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18861 (tar-subfile-save-buffer): Likewize.
18862
18863 * international/mule.el
18864 (after-insert-file-set-buffer-file-coding-system): Call
18865 set-buffer-file-coding-system with the arg FORCE t.
18866
18867 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18868
18869 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18870 nil. Contemporary sendmails issue an X-Authentication-Warning if
18871 the sender is set with `-f'.
18872
18873 2000-06-13 Dave Love <fx@gnu.org>
18874
18875 * help.el (describe-function-1): Kluge around cases of functions
18876 fset to subrs whose doc doesn't match their symbol-name.
18877
18878 * image.el (insert-image): Default STRING to a space.
18879
18880 * info.el Doc fixes.
18881 (Info-build-node-completions): Match Ref tags.
18882
18883 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18884
18885 * frame.el (display-multi-frame-p, display-multi-font-p): New
18886 defaliases for display-graphic-p.
18887
18888 * hl-line.el: Fixed a typo in commentary.
18889
18890 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18891
18892 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18893 fixed.
18894
18895 2000-06-12 Dave Love <fx@gnu.org>
18896
18897 * image.el (insert-image): Save a little consing.
18898
18899 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18900
18901 * language/tibet-util.el: Convert all tibetan-1-column characters
18902 to the corresponding tibetan characters.
18903 (tibetan-add-components): Delete code for the special treatment of
18904 'a chung.
18905
18906 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18907 change.
18908 (tibetan-vowel-transcription-alist): More rules added.
18909 (tibetan-composite-vowel-alist): New variable.
18910 (tibetan-precomposition-rule-alist): More rules added.
18911
18912 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18913
18914 * startup.el (command-line): Only call menu-bar-mode if interactive.
18915
18916 * thingatpt.el (toplevel symbol-properties):
18917 * textmodes/makeinfo.el (makeinfo-compile):
18918 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18919 * progmodes/hideif.el (hif-compress-define-list)
18920 (hide-ifdef-use-define-alist):
18921 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18922 (ange-ftp-vms-add-file-entry):
18923 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18924 * man.el (Man-build-man-command):
18925 * mail/rnewspost.el (news-reply-header-hook):
18926 * info.el (Info-insert-dir):
18927 * emulation/mlconvert.el (backward-word, forward-word, setq):
18928 * emacs-lisp/gulp.el (gulp-send-requests):
18929 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18930 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18931 (byte-optimize-apply, end of file):
18932 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18933 (ad-make-freeze-definition):
18934 * startup.el (command-line, command-line-1): Don't quote lambdas.
18935
18936 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18937 (cvs-cleanup-removed): New function.
18938 (cvs-cleanup-functions): New var.
18939 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18940 some flexibility in specifying additional entries to auto-cleanup.
18941 (cvs-quickdir): New function.
18942 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18943 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18944 (cvs-mode-find-file): Check that we are on a filename or dirname
18945 when invoked through a mouse-click.
18946 (cvs-full-path): Remove.
18947 (cvs-dired-action): Re-introduced.
18948 (cvs-dired-noselect): Use it.
18949 (vc-post-command-functions): use this new hook if available.
18950
18951 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18952 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18953 (cvs-filename-map, cvs-dirname-map): Remove.
18954 (cvs-default-action): Remove.
18955 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18956 if the arg is really a keymap.
18957 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18958 Don't hardcode the mapping from state (aka type) to face, but check
18959 the var cvs-fi-<type>-face instead.
18960 (cvs-fileinfo-from-entries): New function.
18961
18962 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18963 Docstring fix.
18964 (cvs-find-file-and-jump): Change default to be safer.
18965 (cvs-mode-diff-map): Define it as a function as well.
18966 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18967 Bind mouse-2 in this global map rather than with text-properties.
18968
18969 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18970 file to resolve the ambiguity between C(conflict) and C(need-merge).
18971
18972 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18973
18974 * international/mule.el (set-buffer-file-coding-system): If
18975 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18976 unconditionally.
18977
18978 2000-06-12 Dave Love <fx@gnu.org>
18979
18980 * wid-edit.el (widget-specify-button): Really suppress the face if
18981 required.
18982
18983 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18984
18985 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18986
18987 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18988
18989 * imenu.el (imenu-generic-expression): Docstring fix.
18990
18991 * composite.el (composition-function-table): Move the `put'
18992 below the autoload cookie so we can load the file before loaddefs.
18993
18994 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18995
18996 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18997 Handle easy-mmode-define-global-mode.
18998 For complex macros like define-minor-mode that can generate
18999 several autoload entries, try to autoload entries in the
19000 macroexpanded code.
19001
19002 * emacs-lisp/easy-mmode.el (define-minor-mode):
19003 If KEYMAP is a symbol, just use it.
19004 Use byte-compile-current-file and load-file-name to infer the
19005 proper :require to pass to defcustom.
19006 Wrap the hook var into `progn' so as not to autoload it.
19007 Add a :autoload-end cookie.
19008 Be more careful about the evaluation of KEYMAP.
19009 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
19010 (define-derived-mode): Move define-abbrev-table outside of defvar.
19011
19012 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
19013
19014 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
19015 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19016 (backup-compiled-files): Ignore errors during `tar'.
19017 (bootstrap): Make autoloads before elc files.
19018
19019 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19020
19021 * international/mule.el (set-buffer-file-coding-system): If one of
19022 undecided-XXX is specified, change only EOL conversion.
19023
19024 * international/mule-conf.el (unix): New alias for the coding
19025 system undecided-unix.
19026
19027 2000-06-09 Dave Love <fx@gnu.org>
19028
19029 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19030
19031 * progmodes/executable.el: Byte compile dynamic.
19032 (executable-insert): Change custom type.
19033 (executable-find): Add autoload cookie.
19034 (executable-make-buffer-file-executable-if-script-p): New
19035 function. After Noah Friedman.
19036
19037 * files.el (after-save-hook): Customize, with
19038 executable-make-buffer-file-executable-if-script-p as an option.
19039
19040 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19041
19042 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19043 "tib24p-mule.bdf" for Tibetan.
19044
19045 * composite.el (decompose-composite-char): Declare it as obsolete.
19046
19047 * man.el (Man-fontify-manpage): Pay attention to underline and
19048 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19049
19050 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19051
19052 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19053 Set maintainer to FSF since author isn't reachable.
19054
19055 2000-06-08 Dave Love <fx@gnu.org>
19056
19057 * international/mule-cmds.el (select-safe-coding-system): If
19058 DEFAULT-CODING-SYSTEM is not specified, also check the most
19059 preferred coding-system if buffer-file-coding-system is
19060 `undecided'. From Handa.
19061
19062 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19063
19064 * international/mule.el
19065 (after-insert-file-set-buffer-file-coding-system): If the buffer
19066 size is greater than INSERTED, judget that we are not visiting.
19067
19068 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19069
19070 * whitespace.el (defgroup whitespace): Comment out `:version'.
19071 XEmacs 20.4 has problems defining the group with this present.
19072 We'll have this commented out till get resolve the problem.
19073
19074 2000-06-07 John Wiegley <johnw@gnu.org>
19075
19076 * align.el (align-dq-string-modes, align-sq-string-modes)
19077 (align-open-comment-modes): Add pyhton-mode.
19078 (align-rules-list): Use get-text-property instead of
19079 text-properties-at.
19080 (align-rules-list): Add python-assignment.
19081 (align-rules-list): Change perl-comma-delimiter to
19082 basic-comma-delimiter. Use if for Perl modes and python-mode.
19083 (align-rules-list): Add python-chain-logic and
19084 basic-line-continuation.
19085
19086 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19087
19088 * apropos.el (apropos-mode-hook): New user variable.
19089 (apropos-mode): Run apropos-mode-hook.
19090
19091 2000-06-07 David Ponce <david@dponce.com>
19092
19093 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19094 commands. Require `wid-edit' at run-time.
19095
19096 2000-06-07 David Ponce <david@dponce.com>
19097
19098 * recentf.el: Added some "Commentary".
19099 (recentf-open-more-files, recentf-edit-list): Minor changes to
19100 move the point at the top of the file list. This behaviour is
19101 consistent with the menu one when the list contains a lot of
19102 files.
19103 (recentf-cleanup): Now displays the number of items removed from
19104 the list.
19105 (recentf-relative-filter) New menu filter to show filenames
19106 relative to `default-directory'.
19107
19108 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19109
19110 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19111 with/without giving an error if PostScript printer doesn't have this
19112 kind of page size. Zebra Stripe continues or restarts on next page.
19113 Manual/automatic paper feeding. Switch or not the header.
19114 (ps-print-version): New version number (5.2.2).
19115 (ps-windows-system): Include emx as a Windows system.
19116 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19117 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19118 (ps-background-text): Code fix.
19119 (ps-error-handler-message, ps-user-defined-prologue)
19120 (ps-print-prologue-header, ps-printer-name)
19121 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19122 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19123 (ps-use-face-background): Customization fix.
19124 (ps-n-up-database): Data fix.
19125 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19126 (ps-switch-header): New vars.
19127 (ps-xemacs-color-name, ps-face-foreground-name)
19128 (ps-face-background-name, ps-boolean-constant): New funs.
19129
19130 2000-06-07 Dave Love <fx@gnu.org>
19131
19132 * allout.el: New version from Manheimer.
19133
19134 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19135
19136 * textmodes/fill.el (fill-find-break-point): Check the validity of
19137 charset.
19138
19139 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19140
19141 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19142 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19143 Call display-color-p and display-mouse-p instead of looking at
19144 window-system.
19145
19146 2000-06-06 Dave Love <fx@gnu.org>
19147
19148 * image.el (find-image): Doc fix. Return nil if image not found.
19149 (put-image, insert-image): Make STRING arg optional.
19150
19151 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19152
19153 * language/vietnamese.el: Remove eval-when-compile.
19154 (viet-viscii-nonascii-translation-table): Define it as a
19155 translation table made from viet-viscii-decode-table.
19156 (viet-viscii-encode-table): Define it as a translation table made
19157 from the reverse map of above.
19158 (viet-vscii-nonascii-translation-table): Define it as a
19159 translation table made from viet-vscii-decode-table.
19160 (viet-vscii-encode-table): Define it as a translation table made
19161 from the reverse map of above.
19162 (ccl-decode-viscii): Use translate-character.
19163 (ccl-encode-viscii, ccl-encode-viscii-font)
19164 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19165 Likewize.
19166
19167 * language/cyrillic.el: Remove eval-when-compile.
19168 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19169 translation table made from cyrillic-koi8-r-decode-table.
19170 (cyrillic-koi8-r-encode-table): Define it as a translation table
19171 made from the reverse map of above.
19172 (ccl-decode-koi8): Use translate-character.
19173 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19174 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19175 a translation table made from cyrillic-alternativnyj-decode-table.
19176 (cyrillic-alternativnyj-encode-table): Define it as a translation
19177 table made from the reverse map of above.
19178 (ccl-decode-alternativnyj): Use translate-character.
19179 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19180 Likewize
19181
19182 * international/mule-diag.el (non-iso-charset-alist): Specify
19183 translation table symbol instead of translation table itself.
19184 (list-block-of-chars): CHARSET may be a translation table symbol.
19185
19186 * international/mule.el (make-coding-system): If CODING-SYSTEM
19187 already exists, override it.
19188
19189 * international/fontset.el: Use family `proportional' for Tibetan
19190 fonts.
19191
19192 * international/ccl.el (ccl-compile-translate-character): Don't
19193 check if Rrr has property translation-table.
19194 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19195
19196 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19197
19198 * info.el: Bind case-fold-search to t when searching in case
19199 a user sets it to nil in a hook.
19200
19201 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19202
19203 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19204 * hl-line.el (hl-line-mode): Use the new :global key argument.
19205
19206 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19207 (tar-clip-time-string): Prepend a space.
19208 (tar-grind-file-mode): Construct a string rather than modifying one.
19209 (tar-header-block-summarize): Fix docstring.
19210 Use `format' rather than an error-prone set of copy-loops.
19211
19212 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19213 (diff-goto-source, diff-unified->context, diff-context->unified)
19214 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19215 understand the format output by the `-p' argument to diff.
19216
19217 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19218 (sh-re-done): Use defconst.
19219 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19220 (sh-help-string-for-variable, sh-guess-basic-offset):
19221 Don't quote lambdas.
19222 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19223 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19224
19225 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19226 (mh-letter-mode): Derive from text-mode.
19227 This implicitly means that it now calls kill-all-local-variables.
19228 Also remove the Emacs-18 compatibility code.
19229
19230 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19231 Make use of symbol-property doc-string-elt.
19232 Use memq rather than a sequence of eq.
19233 (doc-string-elt): Fix the wrong or missing previously unused values.
19234 (autoload-print-form): New function extracted from
19235 generate-file-autoloads to allow recursion when handling progn
19236 so that defvar's and defun's docstrings are properly printed.
19237 (generate-file-autoloads): Use it.
19238
19239 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19240 Use find-file-hooks in the minor-mode function.
19241 Be careful not to loop indefinitely in the post-command-hook function.
19242
19243 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19244
19245 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19246 tty's.
19247 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19248 differences whenever appropriate.
19249 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19250 * viper.el (find-file, find-file-other-window): Get viper to do
19251 wildcards.
19252
19253 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19254
19255 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19256 (jit-lock-fontify-buffer): New function for JIT refontification.
19257 (jit-lock-mode): Fix docstring.
19258 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19259 Remove jit-lock-after-change from the _local_ hook.
19260 (jit-lock-function-1): Fix docstring.
19261
19262 * info.el (Info-on-current-buffer): Initialize info.
19263
19264 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19265
19266 * progmodes/tcl.el (tcl-indent-for-comment):
19267 Ignore comment-indent-hook.
19268
19269 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19270 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19271 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19272 and improve to use the lighter to guess the capitalization.
19273 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19274 Add keyword arguments to specify global-ness or the custom group.
19275 Add local-map and help-echo properties to the lighter.
19276 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19277 (easy-mmode-define-global-mode): New macro.
19278
19279 2000-06-02 Dave Love <fx@gnu.org>
19280
19281 * wid-edit.el: byte-compile-dynamic since we typically don't use
19282 all the widgets. Don't require cl or widget. Remove
19283 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19284 (widget-read-event): Removed. Callers changed to use read-event.
19285 (widget-button-release-event-p): Renamed from
19286 button-release-event-p.
19287 (widget-field-add-space, widget-field-use-before-change):
19288 Uncustomize.
19289 (widget-specify-field): Use keymap property, not local-map.
19290 (widget-specify-button): Obey :suppress-face.
19291 (widget-specify-insert): Use modern backquote syntax.
19292 (widget-image-directory): Renamed from widget-glyph-directory.
19293 (widget-image-enable): Renamed from widget-glyph-enable.
19294 (widget-image-find): Replaces widget-glyph-find.
19295 (widget-button-pressed-face): Move defvar.
19296 (widget-image-insert): Replaces widget-glyph-insert.
19297 (widget-convert): Use keywordp.
19298 (widget-leave-text, widget-children-value-delete): Use mapc.
19299 (widget-keymap): Remove XEmacs stuff.
19300 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19301 (widget-button-click): Don't set point at the click, but re-centre
19302 if we scroll out of window. Rewritten for images v. glyphs &c.
19303 (widget-tabable-at): Use POS arg, not point.
19304 (widget-beginning-of-line, widget-end-of-line)
19305 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19306 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19307 (widget-default-create): Use widget-image-insert; some rewriting.
19308 (widget-visibility-value-create)
19309 (widget-push-button-value-create, widget-toggle-value-create): Use
19310 widget-image-insert.
19311 (checkbox): Create on and off images dynamically.
19312 (documentation-link): Change :help-echo.
19313 (widget-documentation-link-echo-help): Remove.
19314
19315 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19316
19317 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19318
19319 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19320 (easy-mmode-define-toggle, define-minor-mode): Use it.
19321 (easy-mmode-define-keymap): Docstring fix.
19322 (define-derived-mode): Default PARENT to fundamental-mode.
19323 Add the derived-mode-parent symbol-property.
19324 (easy-mmode-derived-mode-p): New function.
19325
19326 2000-06-02 Dave Love <fx@gnu.org>
19327
19328 * files.el (convert-standard-filename): Doc fix.
19329 (normal-backup-enable-predicate): New function.
19330 (backup-enable-predicate): Use it to replace the lambda form.
19331
19332 * calendar/todo-mode.el: [This needs more work on the outline
19333 stuff.] Doc fixes.
19334 (todo) <defgroup>: Add :version.
19335 (todo-add-category): Don't use pushnew.
19336 (todo-cmd-raise): Fix typo.
19337 (todo-top-priorities): Change temp buffer name.
19338 (todo-category-alist): Avoid redundant lambda.
19339 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19340 Use outline-next-heading.
19341
19342 * autoarg.el: Rewritten to use define-minor-mode.
19343 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19344 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19345
19346 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19347
19348 * isearch.el (isearch-other-meta-char): Fix previous change.
19349
19350 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19351
19352 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19353 (log-edit-done): Only add the comment to the ring if it's different
19354 from the last comment entered.
19355
19356 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19357
19358 2000-06-01 Dave Love <fx@gnu.org>
19359
19360 * hl-line.el: Rewritten using define-minor-mode.
19361
19362 * help.el (describe-function-1): Distinguish special form from
19363 builtin function. Sanity-check presence of arglist for builtins.
19364
19365 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19366
19367 * international/characters.el: Fix syntax/category setting of
19368 Tibetan characters.
19369
19370 * language/tibet-util.el (tibetan-add-components): Fixes for new
19371 encoding of Tibetan characters.
19372 (tibetan-decompose-precomposition-alist): New variable.
19373 (tibetan-decompose-region): Convert precomposed characters to
19374 non-precomposed characters.
19375 (tibetan-decompose-string): Likewise.
19376 (tibetan-composition-function): Fix args to
19377 thibetan-compose-string.
19378
19379 * language/tibetan.el (tibetan-composable-pattern): More
19380 characters included.
19381 (tibetan-consonant-transcription-alist): Rule for "R" added.
19382 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19383 "+R" added.
19384 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19385
19386 * language/lao-util.el (lao-composition-function): Fix args to
19387 compose-string.
19388
19389 * language/thai-util.el (thai-composition-function): Fix args to
19390 compose-string.
19391
19392 * isearch.el (isearch-update): Set disable-point-adjustment to t
19393 to prevent the point moving to the end of a composition when a
19394 part of a composition is searched.
19395 (isearch-other-meta-char): If the key invoking this command can be
19396 mapped by function-key-map to a printing char, call
19397 isearch-process-search-char directly.
19398
19399 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19400
19401 * emacs-lisp/bytecomp.el:
19402 * frame.el:
19403 * international/mule-cmds.el:
19404 * international/mule-util.el:
19405 * international/mule.el:
19406 * mouse.el:
19407 * subr.el:
19408 * faces.el: Update calls to make-obsolete with a WHEN argument.
19409
19410 * byte-run.el (make-obsolete, make-obsolete-variable):
19411 Add an optional WHEN argument and change the format of the
19412 symbol-property information.
19413 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19414 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19415 new obsolete-symbol-property format and print WHEN if it is provided.
19416
19417 2000-05-31 Dave Love <fx@gnu.org>
19418
19419 * loadhist.el (loadhist-hook-functions): Remove
19420 before-change-function, after-change-function.
19421 (unload-feature): Deal with symbols which are both bound and
19422 fbound.
19423
19424 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19425 before-change-function, after-change-function.
19426
19427 * simple.el (newline): Don't bind before-change-function,
19428 after-change-function.
19429
19430 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19431
19432 * whitespace.el (whitespace-rescan-timer-time): Update interval
19433 set to 600 seconds (10 minutes) instead of 60 seconds since
19434 a large number of whitespace buffers causes emacs to `freeze'
19435 for a considerable amount of time.
19436
19437 * whitespace.el: Updated email address
19438
19439 2000-05-31 Dave Love <fx@gnu.org>
19440
19441 * add-log.el (change-log-font-lock-keywords) <function>: Add
19442 pattern for function of change.
19443 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19444 acknowledgements patterns.
19445
19446 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19447
19448 * isearch.el (isearch-printing-char): If keyboard coding system is
19449 being used, call isearch-process-search-multibyte-characters.
19450
19451 * international/isearch-x.el: Mostly rewritten.
19452
19453 * international/quail.el (quail-start-conversion): Don't include
19454 unhandled events in the returned events, but set them in
19455 unread-command-events. Exit if all inputs are deleted.
19456
19457 2000-05-30 Jason Rumney <jasonr@gnu.org>
19458
19459 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19460
19461 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19462 Reenable code to create initial fontsets.
19463 Use set-fontset-font in place of put-charset-property.
19464
19465 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19466
19467 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19468 label, ensure that the first colon isn't followed by another.
19469
19470 * paths.el (Info-default-directory-list): Doc fix.
19471
19472 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19473 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19474 send a query containing USER only, not USER@HOST.
19475
19476 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19477 and rmail-msgend to compute the restriction at the end, instead of
19478 computing it.
19479
19480 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19481
19482 * dabbrev.el (dabbrev-expand): Don't display messages in the
19483 echo area if the minibuffer window is active.
19484
19485 * jit-lock.el (jit-lock-mode): Add after change function to
19486 local hook.
19487
19488 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19489
19490 * antlr-mode.el: New commands: hide/unhide actions,
19491 upcase/downcase literals.
19492 (antlr-tiny-action-length): New user option.
19493 (antlr-hide-actions): New command. Suggested by
19494 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19495 (antlr-mode-map): New binding [C-c C-v].
19496 (antlr-mode-menu): New entries.
19497 (antlr-downcase-literals): New command.
19498 (antlr-upcase-literals): Ditto.
19499
19500 * antlr-mode.el: Minor changes: indendation, mode-name.
19501 (antlr-indent-line): Indent cpp directive at column 0.
19502 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19503
19504 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19505 (antlr-font-lock-additional-keywords): Workaround for intentional
19506 bug in XEmacs version of font-lock.
19507 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19508 be used by a smarter version of `buffers-menu-grouping-function'.
19509
19510 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19511
19512 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19513 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19514
19515 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19516
19517 * international/encoded-kb.el
19518 (encoded-kbd-iso2022-designation-map): Pay attention to that
19519 charset-iso-final-char return -1 for eight-bit-control and
19520 eight-bit-graphic.
19521
19522 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19523
19524 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19525 (speedbar-easymenu-definition-base): Use display-graphic-p where
19526 available, instead of window-system.
19527
19528 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19529
19530 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19531 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19532 coding systems.
19533
19534 2000-05-26 Dave Love <fx@gnu.org>
19535
19536 * disp-table.el (standard-display-underline): Don't use
19537 internal-find-face.
19538
19539 * mail/reporter.el: Maintainer change. Doc fixes.
19540 (reporter-version): Deleted.
19541
19542 * emacs-lisp/elp.el: Maintainer change.
19543 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19544
19545 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19546
19547 * add-log.el (add-change-log-entry): Merge the current entry with the
19548 previous one if the previous one is empty.
19549
19550 2000-05-26 Dave Love <fx@gnu.org>
19551
19552 * loadhist.el (unload-feature): Fix interactive spec [from
19553 lijnzaad@ebi.ac.uk].
19554
19555 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19556 subr-arity to check primitives.
19557 (byte-compile-flush-pending, byte-compile-file-form-progn)
19558 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19559 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19560 mapcar.
19561
19562 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19563
19564 * international/fontset.el: Set family names of non-latin charsets
19565 in default fontset to "*".
19566
19567 * international/mule-diag.el (print-fontset): Combine family part
19568 and registry part of the fontname by "-*-" instead of "-".
19569
19570 * international/mule-cmds.el (encode-coding-char): Make strings
19571 multibyte before calling encode-coding-string.
19572
19573 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19574
19575 * derived.el: Fix keywords.
19576 (define-derived-mode): Only define if needed.
19577
19578 * simple.el (fill-comment, comment-column, comment-start)
19579 (comment-start-skip, comment-end, comment-indent-function)
19580 (block-comment-start, block-comment-end, indent-for-comment)
19581 (set-comment-column, kill-comment, comment-padding, comment-region)
19582 (comment-multi-line, indent-new-comment-line): Remove.
19583
19584 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19585 function names for comment operations.
19586
19587 * newcomment.el: Add abundant autoload cookies.
19588 (comment-style): Don't depend on runtime data at compile-time.
19589 (comment-indent-hook): Remove.
19590 (comment-indent): Check if comment-indent-hook is bound.
19591 (comment-region): Docstring fix.
19592
19593 2000-05-25 Dave Love <fx@gnu.org>
19594
19595 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19596 byte-code-function-p.
19597
19598 * mail/rmailsum.el: Add provide.
19599
19600 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19601
19602 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19603 defcustom.
19604
19605 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19606
19607 * ediff-diff.el (ediff-exec-process): delete --binary option from
19608 non-buffer ediff jobs.
19609
19610 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19611
19612 * hilit-chg.el (highlight-changes-mode): Ask about color or
19613 grayscale support, not about window-system.
19614
19615 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19616 window-system.
19617 (ffap-highlight): Always default to t.
19618
19619 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19620 display-popup-menus-p instead of looking at window-system.
19621
19622 * disp-table.el (standard-display-g1, standard-display-graphic):
19623 Only refuse to use string glyphs on X and MS-Windows.
19624
19625 * avoid.el: Remove window-system from commentary, suggest to use
19626 display-*-p instead.
19627
19628 * apropos.el (apropos-print): Use display-mouse-p instead of
19629 window-system.
19630
19631 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19632
19633 * international/codepage.el (cp-decoding-vector-for-codepage):
19634 Fill up unsupported characters with their own codes. From Kenichi
19635 Handa.
19636
19637 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19638
19639 * international/mule-diag.el (describe-char-after): Use
19640 display-graphic-p instead of window-system, so that this function
19641 works on MS-DOS.
19642
19643 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19644
19645 * international/codepage.el (cp-make-coding-systems-for-codepage):
19646 Remove the eight-bit-graphic and eight-bit-control charsets from
19647 the list of charsets which we convert into `?'.
19648
19649 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19650
19651 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19652 private charsets.
19653 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19654 japanese-jisx0213-2): New charsets.
19655
19656 * international/fontset.el: Setup default fontset for new charsets.
19657
19658 2000-05-24 Dave Love <fx@gnu.org>
19659
19660 * info.el (Info-find-node-2): Restructure [following "Vadim
19661 S. Solomin" <sovs@uic.nnov.ru>].
19662
19663 * icomplete.el: Fix header for Finder.
19664
19665 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19666
19667 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19668 STAY.
19669
19670 * rmail.el (rmail-automatic-folder-directives): New user variable.
19671 (rmail-show-message): Add call to `rmail-auto-file' during
19672 display.
19673 (rmail-auto-file): New function.
19674
19675 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19676
19677 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19678 account.
19679 (ediff-test-utility,ediff-diff-mandatory-option)
19680 (ediff-reset-diff-options): Utilities for proper initialization of
19681 ediff-diff-options and ediff-diff3-options on Windows.
19682
19683 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19684 variable.
19685
19686 * ediff-mult.el (ediff-filegroup-action): Use
19687 ediff-merge-filename-prefix.
19688
19689 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19690
19691 * viper-ex.el (ex-write): Set selective display to nil.
19692
19693 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19694
19695 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19696 aliases for hebrew-iso-8bit.
19697
19698 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19699
19700 * woman.el: New version from Francis J. Wright
19701 <F.J.Wright@Maths.QMW.ac.uk>.
19702 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19703 names in environment variables regardless of the path separator.
19704 (woman-topic-all-completions-1): Don't call file-name-directory-p
19705 on all files, since woman-file-regexp already filters out any
19706 directories.
19707
19708 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19709
19710 * international/quail.el (quail-start-translation): Don't change
19711 modified-p of the current buffer.
19712 (quail-start-conversion): Likewise.
19713
19714 * international/kkc.el (kkc-region): Don't change modified-p of
19715 the current buffer.
19716
19717 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19718 conform to RFC1468.
19719 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19720
19721 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19722
19723 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19724 (speedbar-insert-button): Invisible text property fix.
19725 (speedbar-directory-plus): Renamed from speedbar-directory-+
19726 (speedbar-directory-minus): Renamed from speedbar-directory--
19727 (speedbar-page-plus): Renamed from speedbar-file-+
19728 (speedbar-page-minus): Renamed from speedbar-file--
19729 (speedbar-page): Renamed from speedbar-file-
19730 (speedbar-tag): Renamed from speedbar-tag-
19731 (speedbar-tag-plus): Renamed from speedbar-tag-+
19732 (speedbar-tag-minus): Renamed from speedbar-tag--
19733 (speedbar-expand-image-button-alist): Use above renames.
19734
19735 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19736 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19737 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19738 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19739 * sb-pg.xpm: Renamed from sb-file.xpm
19740 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19741 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19742
19743 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19744
19745 * international/quail.el (quail-show-guidance-buf): Set
19746 current-input-method of the guidance buffer to the name of the
19747 curren input method.
19748
19749 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19750
19751 * progmodes/compile.el (compile-internal): Style typo.
19752
19753 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19754 quote vars and functions in the docstring.
19755
19756 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19757
19758 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19759 Don't quote lambdas.
19760
19761 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19762
19763 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19764
19765 * startup.el (command-line): Determine source file of compiled
19766 user init file differently. Warn if compiled user init file
19767 is older than its source file.
19768
19769 * ffap.el (ffap-url-regexp): Add `https'.
19770
19771 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19772
19773 * files.el (make-backup-file-name-1): Replace slashes with `!'
19774 rather than `|' (which is not allowed on Windows). Replace the
19775 drive letters with a string "drive_X".
19776
19777 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19778
19779 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19780
19781 * files.el (interpreter-mode-alist): Add `bash2'.
19782
19783 2000-05-22 Dave Love <fx@gnu.org>
19784
19785 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19786 mapc.
19787 (feature-file): Avoid calling symbol-name. Doc fix.
19788 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19789 (loadhist-hook-functions): Add mouse-position-function.
19790 (unload-feature): Change uses of mapcar.
19791
19792 * files.el (parse-colon-path): Doc fix.
19793 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19794 (set-auto-mode): Use mapc.
19795
19796 * complete.el (PC-look-for-include-file): Use :alnum: character
19797 class.
19798 (partial-completion-mode): Add autoload cookie.
19799
19800 2000-05-22 Sam Steingold <sds@gnu.org>
19801
19802 * info.el (Info-fontify-node): Fixed the call to
19803 `add-text-properties' (bug introduced on 2000-05-18).
19804
19805 2000-05-22 Dave Love <fx@gnu.org>
19806
19807 * bindings.el: Remove debug-ignored-errors set in other files.
19808
19809 * progmodes/etags.el: Add to debug-ignored-errors.
19810 (visit-tags-table-buffer): Clear out buffers holding old tables
19811 when making a new list.
19812 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19813 mapc.
19814
19815 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19816 quote keywords.
19817 (cmpl-string-case-type): Use character classes.
19818
19819 * comint.el:
19820 * textmodes/ispell.el:
19821 * imenu.el:
19822 * mail/mh-e.el:
19823 * progmodes/compile.el: Add to debug-ignored-errors.
19824
19825 * dabbrev.el: Add to debug-ignored-errors.
19826 (dabbrev-completion): Use mapc.
19827
19828 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19829
19830 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19831 (woman-mapcan, woman-parse-man.conf)
19832 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19833 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19834 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19835 path syntax better.
19836 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19837 (woman-manpath): Call woman-parse-man.conf.
19838 (woman-emulation): New defcustom, defaults to nroff.
19839 (woman-font-support): New defconst.
19840 (woman-use-symbol-font): New defcustom.
19841 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19842 "Emulation".
19843 Many functions: Doc fix.
19844
19845 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19846
19847 * international/quail.el (quail-simple-translation-keymap): Map
19848 128..255 to quail-self-insert-command.
19849 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19850
19851 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19852
19853 * help.el (help-manyarg-func-alist): Typo.
19854
19855 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19856 intervals which makes it heaps simpler.
19857
19858 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19859 the nested comment markers.
19860
19861 * subr.el (remove-hook): Don't turn the hook's value into a list.
19862
19863 2000-05-21 Dave Love <fx@gnu.org>
19864
19865 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19866 are invalid characters.
19867
19868 * international/mule-util.el (detect-coding-with-priority): Use
19869 mapc. Remove redundant lambda.
19870
19871 * international/mule-diag.el (list-non-iso-charset-chars)
19872 (describe-fontset): Remove redundant lambda.
19873
19874 * emulation/crisp.el (brief-mode): New alias.
19875
19876 * emacs-lisp/ring.el (ring-elements): New function.
19877
19878 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19879 (easy-menu-do-add-item): Use keywordp.
19880
19881 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19882
19883 * replace.el: Doc and error message fixes.
19884 (replace-highlight): Use facep, not internal-find-face.
19885
19886 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19887
19888 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19889
19890 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19891 (log-edit-insert-changelog): Drop `:' as well.
19892
19893 * log-view.el: Fix file description.
19894 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19895 available.
19896 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19897 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19898
19899 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19900 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19901 Print a status message if the toggle is called interactively.
19902 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19903 for global minor modes and use `defcustom' for them.
19904 Use add-minor-mode.
19905 (easy-mmode-define-derived-mode): Remove.
19906 (define-derived-mode): Fancier default docstring.
19907 (easy-mmode-define-navigation): Signal an error rather than (ding).
19908
19909 * newcomment.el (comment-styles): New `box-multi'.
19910 (comment-normalize-vars): Better default for comment-continue to
19911 avoid whitespace-only continuations.
19912 (comment-search-forward): Always move even in the no-syntax case.
19913 (comment-padright): Only obey N if it's only obeyed for padleft.
19914 (comment-make-extra-lines): Better handling of empty continuations.
19915 Use `=' for the filler if comment-start has only one character.
19916 (uncomment-region): Try handling the special `=' filler.
19917 (comment-region): Allow LINES even if MULTI is nil.
19918 (comment-box): Choose box style based on comment-style.
19919
19920 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19921
19922 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19923 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19924
19925 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19926
19927 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19928 and insert, not subst-char-in-region.
19929
19930 * international/mule-diag.el (list-character-sets-1): Handle
19931 charsets eight-bit-control and eight-bit-graphic.
19932 (list-iso-charset-chars): Likewise.
19933 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19934 charactes as is. Use indent-to to align characters.
19935
19936 * international/mule-cmds.el (find-multibyte-characters): Never
19937 exclude charsets eight-bit-control and eight-bit-graphic.
19938
19939 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19940
19941 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19942 Don't quote lambdas.
19943
19944 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19945
19946 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19947
19948 * gud.el (gud-jdb-directories): Doc fix.
19949
19950 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19951
19952 * newcomment.el: New file.
19953
19954 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19955
19956 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19957
19958 2000-05-18 Andreas Schwab <schwab@suse.de>
19959
19960 * dired.el (dired-between-files): Also skip lines beginning with
19961 `used'.
19962
19963 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19964
19965 * msb.el (msb-menu-cond): Add choice `user'.
19966
19967 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19968
19969 * ps-print.el: Compatibility, customization and doc fix.
19970 (ps-printer-name-option): Replace defconst by defvar.
19971 (ps-postscript-code-directory): XEmacs compatibility.
19972 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19973 fix.
19974 (ps-user-defined-prologue, ps-print-prologue-header)
19975 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19976 compatibility and code fix.
19977 (ps-print-background-image, ps-print-background-text):
19978 Customization fix.
19979 (ps-line-number-start, ps-n-up-on): New vars.
19980
19981 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19982
19983 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19984 the indent-comment function to just return the appropriate indent.
19985
19986 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19987
19988 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19989 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19990 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19991
19992 2000-05-18 Dave Love <fx@gnu.org>
19993
19994 * info.el (Info-fontify-node): Add intangible property as well as
19995 invisible.
19996
19997 * calendar/appt.el (appt-make-list): Match all lines of entry.
19998 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19999
20000 2000-05-18 Kenichi Handa <handa@etl.go.jp>
20001
20002 * international/mule-diag.el (describe-char-after): Call
20003 internal-char-font, not char-font. If internal-char-font returns
20004 nil, display "-- none --".
20005
20006 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20007
20008 * image.el (image-type-available-p): Don't reference image-types
20009 if it isn't bound.
20010
20011 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
20012
20013 * autoarg.el (autoarg-mode): Typo in the :set argument.
20014
20015 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20016
20017 * startup.el (command-line-1): Don't signal an error if the
20018 directory for auto-save-list files does not yet exist.
20019
20020 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20021
20022 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20023
20024 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20025
20026 * subr.el (remove-hook): `setq' hook-value, not `set'.
20027
20028 2000-05-16 Sam Steingold <sds@gnu.org>
20029
20030 * info.el (debug-ignored-errors): More errors to ignore.
20031
20032 2000-05-16 Dave Love <fx@gnu.org>
20033
20034 * cus-edit.el: Don't require cl or easymenu.
20035 (custom-variable-prompt): Test standard-value property, not
20036 user-variable-p.
20037
20038 2000-05-16 Sam Steingold <sds@gnu.org>
20039
20040 * subr.el (add-hook): `setq' hook-value, not `set'.
20041
20042 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20043
20044 * startup.el (command-line-1): Mention the FAQ in the startup
20045 message.
20046
20047 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20048
20049 * progmodes/compile.el (compilation-parse-errors): Collect
20050 `nomessage' regexps last.
20051
20052 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20053
20054 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20055 to the function name.
20056
20057 2000-05-15 Dave Love <fx@gnu.org>
20058
20059 * speedbar.el (speedbar-recenter): Typo.
20060 (speedbar-expand-line): Make arg optional.
20061 (speedbar-mode): Avoid a compiler warning.
20062
20063 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20064
20065 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20066 user-specified option string is empty.
20067
20068 * mouse.el (mouse-yank-at-click): Doc fix.
20069
20070 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20071
20072 * term/internal.el (IT-character-translations): More updates of
20073 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20074 documents.
20075
20076 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20077
20078 * env.el (getenv): New function, interactively callable.
20079 (setenv, getenv): Remove autoload cookies.
20080
20081 * loadup.el: Load `env'.
20082
20083 * progmodes/f90.el: Change author's mail address.
20084
20085 2000-05-14 Dave Love <fx@gnu.org>
20086
20087 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20088 goto-addr as an option.
20089
20090 * help.el (help-xref-stack): Doc fix.
20091 (help-xref-following): New variable.
20092 (help-make-xrefs): Use it.
20093 (help-xref-go-back): Use position information from stack element.
20094 (help-follow): Make position in stack element a pair. Use
20095 help-xref-following.
20096
20097 * autoarg.el: New file.
20098
20099 * faces.el: Declare more functions obsolete.
20100
20101 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20102 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20103 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20104 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20105 Remove all the setup-...-environment functions.
20106
20107 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20108
20109 * speedbar.el: Updated the commentary section. xemacs20p now uses
20110 >= when detecting. Require `defimage' safely.
20111 (speedbar-easymenu-definition-base): Add toggle for images.
20112 (speedbar-easymenu-definition-special): Add flush cache & expand.
20113 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20114 (speedbar-reconfigure-keymaps-hook): New variable.
20115 (speedbar-frame-parameters): Updated documentation.
20116 (speedbar-use-imenu-flag): Updated custom tag
20117 (speedbar-dynamic-tags-function-list): New variable.
20118 (speedbar-tag-hierarchy-method): Updated doc & custom.
20119 (speedbar-indentation-width, speedbar-indentation-width) New
20120 variables.
20121 (speedbar-hide-button-brackets-flag): Customizable.
20122 (speedbar-vc-indicator): Doc update.
20123 (speedbar-ignored-path-expressions): Updated default value.
20124 (speedbar-supported-extension-expressions): Updated default value.
20125 (speedbar-syntax-table): Remove {} paren status.
20126 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20127 as "+". Added overlay aliases.
20128 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20129 `force-mode-line-update'.
20130 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20131 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20132 `mouse-set-point'
20133 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20134 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20135 of arbitrary text, and new helper functions.
20136 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20137 filename finder.
20138 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20139 (speedbar-directory-buttons): Update path search/expansion.
20140 (speedbar-make-tag-line): Pay attention to
20141 `speedbar-indentation-width'. Use more care w/ invisible
20142 properties.
20143 (speedbar-change-expand-button-char): Call
20144 `speedbar-insert-image-button-maybe'.
20145 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20146 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20147 (speedbar-trim-words-tag-hierarchy)
20148 (speedbar-simple-group-tag-hierarchy): New functions
20149 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20150 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20151 functions.
20152 (speedbar-mouse-set-point): New function
20153 (speedbar-power-click): Updated documentation.
20154 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20155 of tag prefix text.
20156 (speedbar-expand-line, speedbar-contract-line): Make more robust
20157 to strange text.
20158 (speedbar-expand-line): Takes universal argument to flush the
20159 cache.
20160 (speedbar-flush-expand-line): New function.
20161 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20162 Use new generator insertion method.
20163 (speedbar-fetch-dynamic-tags): New function.
20164 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20165 `speedbar-fetch-dynamic-imenu'.
20166 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20167 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20168 "Revert Buffer" menu items.
20169 (speedbar-buffer-buttons-engine): Be smarter when creating a
20170 filename tag (for expansion purposes.).
20171 (speedbar-highlight-one-tag-line,
20172 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20173 (speedbar-recenter): New functions.
20174 (defimage-speedbar): Image loading abstraction.
20175 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20176 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20177 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20178 (speedbar-tag-type, speedbar-tag-mail): New images.
20179 (speedbar-expand-image-button-alist): New variable.
20180 (speedbar-insert-image-button-maybe): Insert an image over some
20181 buttons.
20182
20183 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20184
20185 * international/mule-cmds.el (encode-coding-char): An ASCII
20186 character is always encodable.
20187
20188 * international/mule-conf.el: Add more information in descriptions
20189 of character sets.
20190
20191 * international/mule-diag.el (describe-char-after): New function.
20192 (describe-font-internal): Adjusted for the change of font-info.
20193 (describe-font): Likewise.
20194 (print-fontset): Rewritten for the new fontset implementation.
20195 (describe-fontset): Include fontset alias names in completion.
20196 (list-fontsets): Adjusted for the change of print-fontset.
20197
20198 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20199 describe-char-after instead of displaying the detail in the echo
20200 area.
20201 (syntax-code-table): Format changed.
20202 (string-to-syntax): Adjusted for the above change.
20203
20204 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20205
20206 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20207
20208 2000-05-12 Dave Love <fx@gnu.org>
20209
20210 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20211 dependence. Use line-{beginning,end}-position, not
20212 point-at{b,e}ol. Some doc fixes.
20213 (todo-position): New function. Fix callers of position to use it.
20214 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20215
20216 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20217
20218 * time.el (display-time-mail-icon): Use `:ascent center'.
20219
20220 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20221 handling FTP security extensions.
20222
20223 2000-05-11 Dave Love <fx@gnu.org>
20224
20225 * calendar/todo-mode.el: New file.
20226
20227 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20228
20229 * comint.el (comint-read-input-ring): Move reference to
20230 comint-input-ring-size outside of the save-excursion. It was
20231 causing the default value to be the only one ever seen.
20232
20233 * font-lock.el: Update copyright. Remove Simon Marshall's email
20234 address on request from him.
20235
20236 * subr.el (substitute-key-definition): Add comment describing
20237 the meaning of PREFIX.
20238
20239 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20240
20241 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20242
20243 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20244 (add-minor-mode): Don't make the variable buffer-local and add a
20245 reference to define-minor-mode in the docstring.
20246
20247 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20248 HEADER/FOOTER and fix bug with trailing empty directory.
20249 (cvs-append-to-ignore): Use vc-editable-p if available.
20250 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20251 (vc-do-command): Tweak advice to handle the new VC.
20252
20253 * log-view.el (log-view-goto-rev): New function for the new VC.
20254 (log-view-minor-wrap): Use mark-active.
20255
20256 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20257 (log-edit-changelog-full-paragraphs): New var.
20258 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20259 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20260 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20261 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20262 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20263 Replace the `cvs' prefix with `log-edit'.
20264
20265 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20266
20267 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20268 (diff-font-lock-defaults): Explicitly turn off multiline.
20269 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20270 (diff-ediff-patch): Fix call to ediff-patch-file.
20271 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20272 Handle comments.
20273
20274 * frame.el (automatic-hscrolling): Typo.
20275
20276 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20277
20278 2000-05-09 Sam Steingold <sds@goems.com>
20279
20280 * apropos.el (apropos-print): use `describe-face' instead of
20281 `customize-face-other-window'.
20282
20283 2000-05-09 Dave Love <fx@gnu.org>
20284
20285 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20286
20287 * help.el (describe-variable): Have customize button pop the
20288 help-xref stack when invoked.
20289 (help-xref-symbol-regexp): Add `face'.
20290 (help-make-xrefs): Check for quoted face names and adapt regexp
20291 submatch numbers to cope.
20292 (help-xref-interned): Maybe insert face doc too. Separate
20293 sections with a line of hyphens.
20294
20295 * faces.el: Some doc fixes. Declare some functions obsolete.
20296 (describe-face): Add customize button. Return the help
20297 text. Fix prompt.
20298
20299 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20300
20301 * term/internal.el (IT-character-translations): Fix last change.
20302
20303 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20304
20305 * woman.el: New file
20306 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20307
20308 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20309
20310 * term/internal.el (IT-character-translations): Update ASCII
20311 simulations for greek-iso8859-7, add latin-iso8859-14 and
20312 latin-iso8859-15.
20313
20314 * international/mule-cmds.el (set-language-info-alist): Call
20315 define-prefix-command with 3 arguments, to make the map suitable
20316 for a menu.
20317
20318 2000-05-07 Dave Love <fx@gnu.org>
20319
20320 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20321
20322 2000-05-05 Dave Love <fx@gnu.org>
20323
20324 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20325 list in doc string. Don't quote keyword symbols.
20326 * emacs-lisp/cl.el: Likewise
20327 * emacs-lisp/cl-seq.el: Likewise
20328
20329 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20330
20331 * abbrev.el (abbrev-mode): Make ARG optional.
20332
20333 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20334
20335 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20336
20337 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20338
20339 * subr.el (substitute-key-definition): Clarify documentation.
20340
20341 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20342
20343 * glasses.el (glasses-convert-to-unreadable): Use
20344 `glasses-separator' instead of the hard-wired "_".
20345 (glasses-mode): Call `glasses-make-unreadable' only in a single
20346 place.
20347
20348 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20349
20350 * term/internal.el (cjk-codepages-alist): Add associations for
20351 Chinese and Korean codepages. Remove FIXME comment.
20352
20353 2000-05-03 Dave Love <fx@gnu.org>
20354
20355 * time.el (display-time-mail-face, display-time-use-mail-icon):
20356 New option.
20357 (display-time-mail-icon): New variable.
20358 (display-time-string-forms): Use the above. Fix the local-map.
20359
20360 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20361
20362 * replace.el (query-replace-map): Add binding for `E'.
20363 (query-replace-help): Extend help text.
20364 (perform-replace): Allow editing the replacement string.
20365
20366 * make-mode.el (makefile-mode-abbrev-table): New variable.
20367 (makefile-mode): Set local abbrev table to
20368 makefile-mode-abbrev-table.
20369 (makefile-font-lock-keywords): Fontify includes and conditionals.
20370
20371 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20372 set TOGGLE's value.
20373
20374 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20375 mail-interactive-insert-alias.
20376 (mail-abbrev-complete-alias): New command.
20377 (mail-mode-map): Bind it to `M-TAB'.
20378
20379 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20380
20381 * language/lao-util.el (lao-compose-region): New function.
20382
20383 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20384
20385 * files.el (recover-session): Make directories as necessary
20386 if they don't exist yet.
20387
20388 * calendar/cal-french.el
20389 (french-calendar-multibyte-special-days-array)
20390 (french-calendar-special-days-array): Change French text.
20391 (calendar-french-date-string): Change output.
20392 (calendar-goto-french-date): Likewise.
20393
20394 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20395
20396 * wid-edit.el (widget-default-active): Obey `:always-active'.
20397 (widget-documentation-string-value-create): Set `:always-active'.
20398
20399 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20400
20401 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20402 default prefix to `~/_emacs.d/auto-save.list/_s'.
20403 (normal-top-level): Create the directory for auto-save files, if
20404 it doesn't already exist (in the ms-dos case only).
20405
20406 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20407
20408 * international/mule-cmds.el (set-language-environment): Don't
20409 concat an integer (dos-codepage), use format instead.
20410
20411 2000-05-02 Dave Love <fx@gnu.org>
20412
20413 * help.el (help-xref-on-pp): Check for constant symbols.
20414
20415 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20416
20417 * startup.el (normal-top-level): Put a condition-case around
20418 the code loading subdirs.el.
20419
20420 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20421
20422 * ps-print.el: Upside-down and face background color printing,
20423 line number step, doc fix.
20424 (ps-print-version): New version number (5.2).
20425 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20426 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20427 (ps-spool-config): Var fix.
20428 (ps-printer-name-option): Const fix.
20429 (ps-print-upside-down, ps-use-face-background)
20430 (ps-line-number-step): New vars.
20431 (ps-window-system, ps-lp-system): New consts.
20432 (ps-face-background): New fun.
20433
20434 2000-04-28 Richard Stallman <rms@gnu.org>
20435
20436 * files.el (make-auto-save-file-name):
20437 Apply auto-save-file-name-transforms to visited file name
20438 before generating auto save file name.
20439 (auto-save-file-name-transforms): New variable.
20440
20441 * files.el (backup-enable-predicate):
20442 Correctly test for a file under a temporary directory.
20443
20444 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20445
20446 * subr.el (add-minor-mode): Rewritten.
20447
20448 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20449
20450 * mail/sendmail.el (sendmail-send-it): Set
20451 buffer-file-coding-system to the selected coding system for MIME
20452 header.
20453
20454 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20455
20456 * dired.el (dired-move-to-filename-regexp): Allow format where
20457 YYYY is followed by two spaces.
20458
20459 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20460 in the second character class of the regexp.
20461
20462 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20463 mh-etc, too.
20464
20465 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20466 nil.
20467
20468 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20469
20470 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20471 argument.
20472
20473 2000-04-27 Sen Nagata <sen@eccosys.com>
20474
20475 * emacs-lisp/crm.el (crm-completion-table): New variable.
20476 (crm-collection-fn, crm-test-completion)
20477 (completing-read-multiple): Use it.
20478
20479 2000-04-27 Dave Love <fx@gnu.org>
20480
20481 * help.el (locate-library): Use mapc.
20482 (help-manyarg-func-alist): Add call-process-region.
20483
20484 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20485
20486 * subr.el (add-minor-mode): Make argument MAP optional.
20487
20488 * desktop.el (desktop-save): Save list of minor modes.
20489 (desktop-create-buffer): Restore minor modes.
20490 (desktop-minor-mode-table): New user-option.
20491
20492 * subr.el (add-minor-mode): New function.
20493
20494 * image.el (find-image): New function.
20495 (defimage): Rewritten to find image at load time.
20496
20497 * startup.el (normal-top-level-add-to-load-path): Handle
20498 case that the default directory is not in load-path.
20499
20500 * help.el: Old patch from Stefan Monnier.
20501 (help-xref-on-pp): New function.
20502 (describe-variable): Use it to display xrefs in a symbol's value.
20503
20504 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20505
20506 * cus-edit.el (custom-face): Fix parenthesis.
20507
20508 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20509
20510 * mail/rmail.el (rmail-expunge): When there are no deleted
20511 messages, do nothing.
20512
20513 2000-04-26 Dave Love <fx@gnu.org>
20514
20515 * international/mule-cmds.el (locale-translation-file-name):
20516 Defvar to nil.
20517 (set-locale-environment): Set it here (at runtime).
20518
20519 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20520
20521 * replace.el (perform-replace): Add parameters START and END. Use
20522 them instead of the check for a region in Transient Mark mode.
20523 (query-replace-read-args): Return two more list elements for the
20524 start and end of the region in Transient Mark mode.
20525 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20526 (map-query-replace-regexp, replace-string, replace-regexp): Add
20527 optional last arguments START and END and pass them to
20528 perform-replace.
20529
20530 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20531 form with additional arguments for perform-replace.
20532
20533 * progmodes/etags.el (tags-query-replace): Add parameters START
20534 and END. Construct a form with additional arguments for
20535 perform-replace.
20536
20537 * simple.el (shell-command): Set default directory for "*Shell
20538 Command Output" buffer.
20539
20540 * language/european.el (iso-latin-4): Fix typo.
20541
20542 * emacs-lisp/crm.el: New file.
20543
20544 2000-04-24 Dave Love <fx@gnu.org>
20545
20546 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20547 (Custom-reset-saved, Custom-reset-standard)
20548 (custom-group-value-create, custom-group-set, custom-group-save)
20549 (custom-group-reset-current, custom-group-reset-saved)
20550 (custom-group-reset-standard): Use mapc.
20551 (custom-buffer-create-internal): Disable undo when creating items.
20552 Use mapc.
20553 (custom-face): Avoid redundant lambda.
20554
20555 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20556
20557 * startup.el (auto-save-list-file-prefix): Set default to
20558 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20559
20560 2000-04-24 Sam Steingold <sds@gnu.org>
20561
20562 * time-stamp.el (time-stamp-string-preprocess): Always convert
20563 `field-result' to a string.
20564
20565 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20566
20567 * frame.el (scrolling): New group.
20568 (automatic-hscrolling): New user-option.
20569
20570 * startup.el (command-line-x-option-alist): Add `-lsp' and
20571 `--line-spacing'.
20572
20573 2000-04-19 Dave Love <fx@gnu.org>
20574
20575 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20576 (cl-mapc): Rename from mapc. Fix the funcall.
20577
20578 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20579
20580 * simple.el (clone-indirect-buffer-other-window): New command.
20581 (clone-indirect-buffer): Add optional arg NORECROD.
20582 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20583
20584 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20585
20586 * window.el (count-screen-lines): New function.
20587 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20588 instead of window-buffer-height.
20589
20590 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20591 non-existing variable comint-input-sentinel.
20592 (inferior-lisp-args-to-list): Removed.
20593 (inferior-lisp): Use split-string instead of
20594 inferior-lisp-args-to-list.
20595
20596 * hexl.el (hexl-insert-hex-string): New command.
20597
20598 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20599 instead of concat.
20600
20601 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20602
20603 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20604 at the start of an existing but empty folder.
20605
20606 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20607
20608 * ps-mule.el: Customization fix, doc fix.
20609 (ps-multibyte-buffer): Customization fix.
20610
20611 2000-04-17 Richard M. Stallman <rms@gnu.org>
20612
20613 * subr.el (read-passwd): Use read-char-exclusive.
20614
20615 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20616
20617 * textmodes/texinfo.el (texinfo-insert-@email)
20618 (texinfo-insert-@emph, texinfo-insert-@quotation)
20619 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20620 (texinfo-mode-map): Add key bindings for them.
20621
20622 * files.el (basic-save-buffer-2): Use a template with `$'
20623 instead of `#' for VMS.
20624
20625 * simple.el (clone-indirect-buffer): New function.
20626
20627 2000-04-16 Stephen Eglen <stephen@gnu.org>
20628
20629 * iswitchb.el (iswitchb-case): New function. If the user input
20630 contains any upper-case characters, the search is made
20631 case-sensitive.
20632
20633 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20634
20635 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20636 comment-end.
20637 (texinfo-font-lock-syntactic-keywords): New var.
20638 (texinfo-font-lock-keywords): Remove comment regexp.
20639 (texinfo-insert-block): New function.
20640 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20641 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20642 and font-lock-defaults. Use regexp-opt for outline-regexp.
20643 (texinfo-environments): New var.
20644 (texinfo-environment-regexp): Use regexp-opt and
20645 texinfo-environments.
20646
20647 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20648 ispell-process is bound since this might be eval'd before ispell
20649 is loaded.
20650 (ispell-message): Use a tiny bit less magic and a bit more hard
20651 data to figure out what kind of sc-cite-regexp to use.
20652
20653 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20654
20655 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20656 (insert-cyclic-diary-entry): Unquote the lambda.
20657
20658 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20659
20660 * files.el (backup-enable-predicate): Unquote the lambda.
20661
20662 * cus-edit.el (custom-face, face): Unquote the lambda.
20663
20664 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20665
20666 * ps-print.el: Check for line-beginning-position definition.
20667
20668 * ps-print.el: Fix counting lines in a region.
20669 (ps-print-version): New version number (5.1.5).
20670 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20671 (ps-printing-region): Fun code fix.
20672
20673 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20674
20675 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20676 to file-directory-p.
20677
20678 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20679
20680 * gud.el (gud-jdb-build-source-files-list): Check that directory
20681 exists before calling directory-files.
20682
20683 2000-04-13 Dave Love <fx@gnu.org>
20684
20685 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20686 syntax.
20687
20688 * emacs-lisp/cl-specs.el: Remove when, unless.
20689
20690 * emacs-lisp/cl-extra.el: Don't quote keywords.
20691 (cl-old-mapc): New variable.
20692 (mapc): Use it.
20693 (cl-map-intervals): Use with-current-buffer. Don't check for
20694 next-property-change.
20695 (cl-map-overlays): Use with-current-buffer.
20696 (cl-expt): Remove.
20697 (copy-tree, remprop): Define unconditionally.
20698
20699 * emacs-lisp/cl-compat.el (keywordp): Remove.
20700
20701 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20702 to use keywordp.
20703 (edebug-spec): Enable keywordp.
20704
20705 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20706 string-lessp.
20707
20708 * cus-start.el: Use keywordp.
20709
20710 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20711
20712 * diary-lib.el (include-other-diary-files): Fix the fix of
20713 2000-02-18 by doing a save-excursion.
20714
20715 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20716
20717 * ps-print.el: Customization fix, doc fix.
20718 (ps-print-version): New version number (5.1.4).
20719 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20720 (ps-print-preprint): Adjust code.
20721 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20722 (ps-print-prologue-header, ps-print-control-characters)
20723 (ps-spool-config): Customization fix.
20724
20725 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20726
20727 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20728 converted to the new menu-item format, names silightly changed,
20729 help strings added.
20730
20731 Support for spelling without async subprocesses:
20732
20733 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20734 (ispell-session-buffer): New variables.
20735 (ispell-start-process, ispell-process-status,
20736 ispell-accept-output, ispell-send-string): New functions, for
20737 Ispell invocation when async subprocesses aren't supported.
20738 (ispell-word, ispell-pdict-save, ispell-command-loop,
20739 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20740 to process-send-string with calls to ispell-send-string, and
20741 accept-process-output with ispell-accept-output.
20742 (ispell-init-process): Call ispell-process-status instead of
20743 process-status with.
20744 (ispell-init-process): Call ispell-start-process. Call
20745 ispell-accept-output and ispell-send-string. Don't call
20746 process-kill-without-query and kill-process if they are unbound.
20747 (ispell-async-processp): New function.
20748
20749 2000-04-12 Dave Love <fx@gnu.org>
20750
20751 * info.el: Add debug-ignored-errors.
20752 (Info-mode-menu): Add some items.
20753 (Info-directory): Add autoload cookie.
20754
20755 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20756 Modify `truncate-lines'. Make `describe-language-environment'
20757 always visible and add help. Modify `describe-key' help. Invoke
20758 Info-directory from `info'. New entry `emacs-manual'.
20759
20760 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20761
20762 * progmodes/ebrowse.el (ebrowse-tree-mode):
20763 Use propertized-buffer-identification.
20764 (ebrowse-update-member-buffer-mode-line): Likewise.
20765 (ebrowse--mode-strings): Removed.
20766 (ebrowse--mode-line-props): Removed.
20767
20768 * files.el (auto-mode-alist): Add `EBROWSE'.
20769
20770 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20771 space before testing for end of buffer.
20772 (ebrowse-load): Removed.
20773 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20774 (ebrowse-create-tree-buffer): Rewritten.
20775 (ebrowse-tree-mode): Read tree from buffer.
20776
20777 * progmodes/ebrowse-ffh.el: Removed.
20778
20779 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20780
20781 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20782
20783 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20784
20785 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20786 at the wrong place.
20787
20788 2000-04-09 Dave Love <fx@gnu.org>
20789
20790 * files.el (backup-enable-predicate):
20791 Use temporary-file-directory, small-temporary-file-directory.
20792 (make-backup-file-name-function, backup-directory-alist): New vars.
20793 (make-backup-file-name-1): New function.
20794 (make-backup-file-name): Use it.
20795 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20796 (file-newest-backup): Use make-backup-file-name.
20797
20798 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20799
20800 * progmodes/ebrowse-ffh.el: New file.
20801
20802 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20803 Moved to ebrowse-ffh.el.
20804 (ebrowse-load): Add autoload.
20805
20806 * finder.el (finder-commentary): Add autoload cookie.
20807
20808 * mail/rfc2368.el: Correct author's email address.
20809
20810 * progmodes/ebrowse.el: New file.
20811
20812 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20813 item help string.
20814 (easy-menu-do-add-item): Ditto.
20815 (easy-menu-define): Extend doc string.
20816
20817 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20818 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20819 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20820 with-buffer-unmodified.
20821
20822 2000-04-08 Dave Love <fx@gnu.org>
20823
20824 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20825 unless, when.
20826
20827 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20828
20829 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20830 (viper-flash-search-pattern): No operation when using Emacs
20831 doesn't support face.
20832 Use `viper-put-on-search-overlay'.
20833
20834 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20835
20836 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20837 like C-r.
20838
20839 * progmodes/make-mode.el: Some doc fixes.
20840 (makefile-mode-abbrev-table): New variable.
20841 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20842 (makefile-font-lock-keywords): Fontify includes and conditionals.
20843 (toplevel): Require `dabbrev' and `add-log' when compiling.
20844
20845 * replace.el (perform-replace): Don't move forward one char
20846 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20847 to do that because it leaves point 1 position after the last
20848 replacement, after everything has been replaced.
20849
20850 * jit-lock.el (with-buffer-unmodified): New macro.
20851 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20852 modified state.
20853 (jit-lock-function-1): Extracted from jit-lock-function; not
20854 preserving buffer's modified state.
20855 (jit-lock-function, jit-lock-stealth-fontify):
20856 Call jit-lock-function-1.
20857
20858 * mail/rfc2368.el: Remove supernumerary copyright line.
20859
20860 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20861
20862 * glasses.el: Provide facilities for inserting space before left
20863 parentheses and uncapitalization of identifiers.
20864 (glasses-mode): Try to remove old overlays in all cases.
20865
20866 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20867
20868 * progmodes/compile.el (compile-internal): Display the compilation
20869 buffer in a different frame, if it's already displayed there.
20870
20871 * mail/rfc2368.el: New file.
20872
20873 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20874 header and insert its value as mail body.
20875
20876 * subr.el (member-ignore-case): New function.
20877
20878 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20879 (dabbrev--find-expansion): Ignore buffers matching a regexp
20880 from dabbrev-ignored-regexps.
20881
20882 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20883 to extensions handled by gzip.
20884
20885 2000-04-03 Richard M. Stallman <rms@gnu.org>
20886
20887 * files.el (insert-directory): List the total free space
20888 along with the used space.
20889
20890 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20891 line is followed by one that matches CITATION-REGEXP, end the
20892 paragraph.
20893
20894 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20895
20896 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20897 (rmail-make-basic-summary-line): Use that option.
20898
20899 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20900
20901 * international/mule-cmds.el (encoded-string-description):
20902 Rewritten. Try pretty description for ISO 2022 escape sequences
20903 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20904 for hexadecimal format.
20905
20906 2000-04-01 Dave Love <fx@gnu.org>
20907
20908 * cpp.el: Change customization group to `c' from `C'.
20909
20910 * vcursor.el (vcursor-move): Use display-color-p.
20911
20912 * international/mule-util.el: Provide mule-utils.
20913 (string-to-sequence): Simplify and speed up.
20914
20915 * international/mule.el (make-coding-system): Purecopy doc-string.
20916
20917 * international/mule-cmds.el: Various menu changes.
20918 (describe-specified-language-support): Handle `Default'.
20919 (set-language-info): Purecopy `info'.
20920
20921 2000-03-31 Andrew Innes <andrewi@gnu.org>
20922
20923 * vc.el (vc-backend-diff): Return the correct status if we had to
20924 retry the rcsdiff command without the --brief option.
20925
20926 2000-03-31 Dave Love <fx@gnu.org>
20927
20928 * help.el (help-manyarg-func-alist): Correct several omissions.
20929
20930 * add-log.el: Don't require cl, fortran.
20931 (add-log-current-defun-function): Doc fix.
20932 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20933 (change-log-version-rcs): Function deleted.
20934 (change-log-version-number-search): Doc fix.
20935 Use vc-workfile-version. Avoid CL dolist.
20936 (add-change-log-entry): Just call add-log-current-defun to get
20937 defun. Simplify somewhat.
20938 (change-log-get-method-definition-1): Likewise.
20939 (add-log-current-defun): Return nil if calling
20940 add-log-current-defun-function does so. Move Fortran stuff to
20941 fortran.el. Return string without properties.
20942
20943 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20944 and :alpha: char classes.
20945
20946 * mail/supercite.el: Defvar curline when compiling.
20947 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20948 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20949 rather than a-zA-Z0-9 to allow non-ASCII characters.
20950
20951 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20952
20953 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20954
20955 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20956 Re-enable new code.
20957
20958 * lpr.el (print-region-1): Use -d to specify printer name for
20959 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20960
20961 2000-03-31 Dave Love <fx@gnu.org>
20962
20963 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20964 Look for function definition in symbol's function value slot first
20965 instead of first consulting byte-compile-function-environment.
20966
20967 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20968
20969 * language/european.el ("Polish"): New language environment.
20970 (setup-polish-environment): New function.
20971
20972 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20973
20974 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20975 Disable new code.
20976
20977 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20978 trying to `load' the symbol of an autoload instead of the file
20979 recorded in the autoload. Fix error messages.
20980
20981 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20982
20983 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20984 (ps-print-version): New version number (5.1.3).
20985 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20986 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20987 (ps-generate-postscript-with-faces): Code fix.
20988 (ps-color-values): XEmacs compatibility.
20989 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20990 (ps-default-fg, ps-default-bg): Adjust customization.
20991 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20992 (ps-color-scale): Renaming old ps-color-value fun.
20993 (ps-print-headers): Replace ps-print-header group to avoid conflict
20994 with ps-print-header variable.
20995 (ps-print-miscellany): New group.
20996 (ps-format-color, ps-rgb-color): New funs.
20997 (ps-default-foreground): New var.
20998 (ps-printer-name-option): New const.
20999
21000 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
21001
21002 * net/net-utils.el:
21003 (network-connection-host, network-connection-service): New variables
21004 (network-connection-mode): New mode, derived from comint-mode
21005 (network-connection-mode-setup): New function, saves host and
21006 service information in local variables.
21007
21008 * lisp/locate.el:
21009 (locate-word-at-point): Added this function
21010 (locate): Default to using locate-word-at-point as input
21011 Run dired-mode-hook
21012
21013 2000-03-29 Dave Love <fx@gnu.org>
21014
21015 * calendar/appt.el: Doc fixes.
21016 (appt-check): Convert min-to-app to a string before passing to
21017 appt-disp-window-function or concat.
21018 (appt-delete-window): Remove test for frame-root-window.
21019 (appt-select-lowest-window, appt-convert-time): Simplify.
21020
21021 * emacs-lisp/bytecomp.el: Doc fixes.
21022 (byte-compile-file-form-autoload):
21023 Update byte-compile-function-environment.
21024
21025 2000-03-29 Andreas Schwab <schwab@suse.de>
21026
21027 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21028
21029 * dired.el (dired-insert-directory): If dired-free-space-program
21030 failed just delete its output.
21031
21032 2000-03-29 Dave Love <fx@gnu.org>
21033
21034 * international/iso-cvt.el: Move provide to end. Doc fixes.
21035 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21036 (iso-iso2sgml, iso-sgml2iso): New functions.
21037 (iso-cvt-define-menu): Fix some entries and use backquote for
21038 clarity.
21039
21040 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21041
21042 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21043
21044 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21045 ISO-DATE. If non-nil, return date in ISO 8601 format.
21046
21047 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21048
21049 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21050 if it ever becomes used.
21051 (log-edit-mode-hook): Default to vc-log-mode-hook.
21052 (log-edit-mode): Fix the docstring.
21053
21054 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21055 the code.
21056
21057 2000-03-26 Dave Love <fx@gnu.org>
21058
21059 * net/browse-url.el (browse-url): Re-fix case of
21060 browse-url-browser-function being an alist.
21061 (browse-url): Add :link to defgroup.
21062
21063 * files.el: Doc fixes.
21064 (file-truename): Include `[' in wildcard characters.
21065 (automount-dir-prefix): Customize.
21066 (find-file-wildcards): Add :version.
21067 (find-file-noselect): Simplify a mapcar call.
21068
21069 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21070 compatible with inf-lisp version.
21071 (eval-defun-1): Fix custom-declare-variable case.
21072
21073 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21074
21075 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21076
21077 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21078
21079 * Makefile (COMPILE_FIRST): New macro.
21080 (compile-files): Compile files from COMPILE_FIRST first.
21081
21082 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21083
21084 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21085 matching open parenthesis in column 0 to defun-prompt-regexp
21086 only if open-paren-in-column-0-is-defun-start is set.
21087
21088 * sun-curs.el: Require CL at compile-time only.
21089
21090 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21091 instead of copy-list which is a function from CL.
21092 (msb--choose-menu, msb--mode-menu-cond)
21093 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21094 (msb--init-file-alist): Use mapcar instead of mapcan.
21095 (msb--aggregate-alist): Use mapcar instead of mapcan.
21096 Fix `(' in column 0 in doc string.
21097 (msb--add-separators): Use mapcar instead of mapcan.
21098
21099 * cus-dep.el: Require CL at compile-time only.
21100
21101 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21102
21103 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21104 (byte-compile-warnings): New warning `noruntime'.
21105 (byte-compile-constants, byte-compile-variables): Fix docstring.
21106 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21107 execute `eval-whenc-compile's body.
21108 (byte-compile-unresolved-functions): Fix docstring.
21109 (byte-compile-eval): New function.
21110 (byte-compile-callargs-warn): Check if the function will be available
21111 at runtime (via property `byte-compile-noruntime').
21112 (byte-compile-print-syms): New function.
21113 (byte-compile-warn-about-unresolved-functions): Also warn about
21114 `noruntime' functions (and use `byte-compile-print-syms').
21115 (byte-compile-file): Capitalize the message.
21116
21117 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21118
21119 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21120 (rmail-expunge): Ask for confirmation depending on the setting
21121 of rmail-confirm-expunge.
21122
21123 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21124
21125 * Makefile (bootstrap-clean): If $(emacs) exists, build
21126 loaddefs.el first. A loaddefs.el that's not up-to-date might
21127 cause a bootstrap failure because things don't autoload as expected.
21128
21129 2000-03-23 Dave Love <fx@gnu.org>
21130
21131 * net/browse-url.el: Restore previous use of
21132 browse-url-maybe-new-window.
21133
21134 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21135
21136 * ps-print.el: Skip banner page fix.
21137 (ps-print-version): New version number (5.1.2).
21138 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21139
21140 2000-03-23 Dave Pearson <davep@davep.org>
21141
21142 * net/quickurl.el Changed the type of parameter passed to the
21143 function defined by `quickurl-format-function'. Before only the
21144 text of the URL was passed. Now the whole URL structure is passed
21145 and the function is responsible for extracting the parts it requires.
21146 Changed the default of `quickurl-format-function' accordingly.
21147 (quickurl-insert): Changed the `funcall' of
21148 `quickurl-format-function' to match the above change.
21149 (quickurl-list-insert): Changed the `url' case so that it makes
21150 use of `quickurl-format-function', previous to this the format was
21151 hard wired.
21152
21153 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21154
21155 * startup.el: Change some spellings for the X Window System.
21156
21157 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21158
21159 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21160 Clean up the code and the regexp and make sure the cursor is
21161 temporarily moved to the suspicious line while querying the user.
21162
21163 2000-03-22 Jason Rumney <jasonr@gnu.org>
21164
21165 * w32-fns.el (w32-charset-info-alist): Initialize.
21166
21167 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21168
21169 * ps-print.el: N-up last page fix.
21170 (ps-print-version): New version number (5.1.1).
21171 (ps-end-file, ps-end-job, ps-generate): Code fix.
21172
21173 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21174
21175 * files.el (find-file-run-dired): Update docstring.
21176 (find-directory-functions): New hook.
21177 (find-file-noselect): Run find-directory-functions rather than
21178 calling dired directly.
21179
21180 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21181
21182 * pcvs.el: Add a minimal leading commentary.
21183 (cvs-make-cvs-buffer): Change the header part by removing the startup
21184 message and adding a `Module' entry. Also replace the FOOTER and
21185 HEADER special fileinfos with the new support in ewoc for updating
21186 its own footer and header.
21187 (cvs-update-header): Update to use the header/footer of the ewoc.
21188 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21189 (cvs-is-within-p): New function.
21190 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21191 to only examine some subset of the buffers.
21192
21193 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21194 `format' instead of our own ad-hoc functions.
21195 Remove HEADER and FOOTER cases, now handled in the EWOC.
21196 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21197
21198 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21199 output to avoid scaring the user.
21200 (cvs-parse-table): Catch message for non-up-to-date commits.
21201
21202 * pcvs-defs.el (cvs-startup-message): Remove.
21203 (cvs-global-menu): New autoloaded menu.
21204
21205 * pcvs-util.el (cvs-string-fill): Remove.
21206
21207 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21208 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21209 PP part of it and also make it work for footers and headers.
21210 (ewoc-create): Drop POS and BUFFER arguments.
21211 Use the DLL's dummy node to store the end-of-footer position.
21212 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21213 (ewoc-refresh): Remove unused `header' variable.
21214 (ewoc-(get|set)-hf): New functions.
21215
21216 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21217 log-view-*-(message|file) and use easy-mmode-define-navigation.
21218 (log-view-message-re): Match SCCS format as well.
21219 And match the revision line rather than the dashed separator line.
21220 (log-view-mode): Use the new define-derived-mode.
21221 (log-view-current-tag): Fill in with an actual implementation.
21222
21223 * cvs-status.el (cvs-status-(prev|next)): Rename from
21224 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21225 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21226 to let the output "breathe" a little more (more readable).
21227 (cvs-status-mode): Use the new define-derived-mode.
21228
21229 * smerge-mode.el (smerge-auto-leave): New function and variable.
21230 (smerge-basic-map): Rename from smerge-basic-keymap.
21231 Change the bindings for smerge-diff-*.
21232 (smerge-*-map): Use easy-mmode-defmap.
21233 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21234 (smerge-keep-*): Use smerge-auto-leave.
21235
21236 2000-03-21 Jason Rumney <jasonr@gnu.org>
21237
21238 * cus-edit.el (custom-button-face): Use 3D look for w32.
21239 (custom-button-pressed-face): Likewise.
21240
21241 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21242
21243 * progmodes/etags.el (tags-case-fold-search): New user-option.
21244 (tags-loop-eval): New function. Bind case-fold-search around eval
21245 depending on the value of tags-case-fold-search.
21246 (tags-loop-continue): Use tags-loop-eval.
21247 (find-tag-in-order): Bind case-fold-search depending on the value
21248 of tags-case-fold-search.
21249
21250 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21251
21252 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21253 (diff-end-of-hunk): Return the end position for use in
21254 `easy-mmode-define-navigation'.
21255 (diff-recenter): Remove.
21256 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21257 of `easy-mmode-define-navigation'.
21258 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21259 previous renaming) and fix to use new names.
21260 (diff-merge-strings): Use \n as separator: simpler, faster.
21261 (diff-mode): Use `define-derived-mode'.
21262
21263 * derived.el (define-derived-mode): Don't autoload anymore.
21264 Prefer the macro-only version provided by easy-mmode.el.
21265
21266 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21267 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21268 (easy-mmode-define-navigation): New macro.
21269
21270 * subr.el (combine-run-hooks): New function.
21271
21272 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21273
21274 * term/x-win.el: Fontsets related initialization is simplified.
21275
21276 * international/mule-diag.el (describe-font): Don't refer to
21277 global-fontset-alist, instead call font-list.
21278 (describe-fontset, list-fontsets, mule-diag): Likewise.
21279 (print-fontset): Adjusted for the change of fontset implementation.
21280
21281 * international/fontset.el (x-charset-registries): Variable removed,
21282 instead the corresponding data is stored in the default fontset.
21283 (register-alternate-fontnames): Function removed.
21284 (resolved-ascii-font): Variable removed.
21285 (x-compose-font-name): Ignore the second argument REDOCE.
21286 (x-complement-fontset-spec): Complement only an ASCII font and
21287 element for those charsets than can use that ASCII font.
21288 (generate-fontset-menu): Don't refer to global-fontset-alist,
21289 instead call fontset-list.
21290 (uninstantiated-fontset-alist): Variable removed.
21291 (x-style-funcs-alist): Likewise.
21292 (fontset-default-styles): Likewise.
21293 (x-modify-font-name): Function removed.
21294 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21295 (create-fontset-from-ascii-font): Docsting adjusted for the above
21296 change.
21297 (instantiate-fontset, resolve-fontset-name): Functions removed.
21298 (fontset-list): Now implemented by C code.
21299
21300 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21301 (describe-face): Include `font' attribute in the description.
21302
21303 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21304
21305 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21306
21307 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21308
21309 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21310 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21311 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21312
21313 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21314 about behavior of set-buffer-modified-p wrt redisplay.
21315
21316 2000-03-19 Richard M. Stallman <rms@gnu.org>
21317
21318 * view.el (view-mode-disable): Kill local binding of view-read-only.
21319
21320 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21321
21322 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21323 is a string, convert it to a syntax cell using string-to-syntax.
21324
21325 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21326 (string-to-syntax): New function.
21327
21328 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21329 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21330 try to use passive ftp mode.
21331
21332 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21333
21334 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21335
21336 * simple.el (append-to-buffer): Update point of windows after
21337 insertion.
21338
21339 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21340 forward then moving backward. Reindent.
21341
21342 * frame.el (other-frame): Call x-focus-frame only if
21343 focus-follows-mouse is off.
21344
21345 2000-03-17 Dave Love <fx@gnu.org>
21346
21347 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21348
21349 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21350
21351 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21352 regexp for labels cannot span several lines.
21353
21354 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21355 `(setq :<key> ':<key>)' to the macro expansion.
21356
21357 2000-03-16 Dave Love <fx@gnu.org>
21358
21359 * progmodes/f90.el (f90): Put custom group under `languages', not
21360 `fortran'.
21361 (f90-mode-hook): Customize.
21362 (f90-mode): Set add-log-current-defun-function.
21363 (f90-current-defun): New function.
21364
21365 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21366
21367 * cus-edit.el (custom-variable-tag-face): Handle case that
21368 default face's height is not a number.
21369 (custom-face-tag-face, custom-group-tag-face-1)
21370 (custom-group-tag-face): Ditto.
21371 (custom-group-tag-face-1): Add :group.
21372
21373 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21374
21375 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21376
21377 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21378 requiring easymenu.
21379
21380 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21381
21382 * ps-print.el: PostScript user-defined prologue, PostScript error
21383 handler, doc fix.
21384 (ps-print-version): New version number (5.1).
21385 (ps-user-defined-prologue, ps-error-handler-message)
21386 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21387 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21388 (ps-insert-string): New function.
21389
21390 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21391
21392 * international/ccl.el (ccl-compile-expression): Don't generate
21393 invalid self-assignment code.
21394
21395 2000-03-14 Dave Love <fx@gnu.org>
21396
21397 * subr.el (replace-regexp-in-string): Renamed from
21398 replace-regexps-in-string. Doc fix.
21399
21400 2000-03-12 Dave Love <fx@gnu.org>
21401
21402 * cus-edit.el: Doc fixes.
21403 (customize-set-variable, customize-save-variable): Rename args for doc.
21404 (custom-variable-tag-face, custom-face-tag-face)
21405 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21406 style which user identify as hyperlink.
21407 (hook): Don't add undefined functions to the hook.
21408 (debug-ignored-errors): Transfer message from bindings.el.
21409
21410 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21411
21412 * recentf.el (recentf-keep-non-readable-files-p):
21413 Remove double/nested definition.
21414
21415 2000-03-12 Dave Love <fx@gnu.org>
21416
21417 * facemenu.el (facemenu-get-face): Use display-color-p.
21418 * enriched.el (enriched-decode-foreground): Likewise.
21419 (enriched-decode-background): Likewise.
21420 * isearch.el (isearch-highlight): Likewise.
21421 * info-look.el (info-lookup): Likewise.
21422 * simple.el (completion-setup-function): Likewise.
21423
21424 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21425 :options.
21426
21427 * bindings.el (mode-line-format): Fix line-number and
21428 column-number items. Add help-echo for the background.
21429 (mode-line-mule-info): Modify help-echo.
21430
21431 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21432
21433 * files.el (load-file): Allow completion to .elc.
21434
21435 * man.el: Doc fixes.
21436 (Man-init-defvars): Use display-color-p to set fontification.
21437
21438 * play/hanoi.el (hanoi-internal): Don't use oddp.
21439
21440 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21441
21442 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21443
21444 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21445
21446 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21447
21448 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21449 Fix comment.
21450
21451 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21452
21453 * font-lock.el (font-lock-keywords): Fix the doc now that
21454 regexp-opt-depth is unnecessary.
21455 (save-buffer-state): Set an edebug spec.
21456 (font-lock-fontify-anchored-keywords): Properly handle the case when
21457 the matcher goes past the limit.
21458
21459 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21460 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21461
21462 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21463 dll.el and cookie.el (from Elib) with heavy renaming and other
21464 massaging.
21465
21466 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21467 Autoload the functions used.
21468 (easy-mmode-define-syntax): Fix CL typo.
21469 (easy-mmode-define-derived-mode): Improve the docstring generation.
21470
21471 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21472
21473 * textmodes/texinfo.el (texinfo-version): Variable and function
21474 removed.
21475
21476 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21477
21478 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21479 allow more flexibility.
21480 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21481 (easy-mmode-defmap, easy-mmode-defsyntax)
21482 (easy-mmode-define-derived-mode): New macros.
21483
21484 2000-03-09 Didier Verna <didier@xemacs.org>
21485
21486 * rect.el (replace-rectangle): New function.
21487
21488 2000-03-09 Dave Love <fx@gnu.org>
21489
21490 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21491 (fortran-comment-line-start-skip): Don't match cpp stuff.
21492 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21493 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21494 (fortran-mode): Don't set fortran-comment-line-start-skip,
21495 fortran-comment-line-start here. Set comment-start,
21496 add-log-current-defun.
21497 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21498 (fortran-current-defun): New function.
21499
21500 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21501
21502 * emacs-lisp/re-builder.el: New file.
21503
21504 * mouse.el (mouse-drag-region): Don't run up-event handler
21505 if hscroll has changed.
21506
21507 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21508 builtin operators, use `font-lock-builtin-face' for Emacs and
21509 `font-lock-preprocessor-face' otherwise.
21510
21511 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21512 `(defun (setf foo)' differently.
21513
21514 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21515
21516 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21517 (regexp-opt): Update comment and adapt the code the new meaning of
21518 the `paren' argument of regex-opt-group for shy-groups.
21519 (regexp-opt-depth): Handle shy groups as well as backslashed
21520 backslashes.
21521 (regexp-opt-group): Turn the leading comment into a docstring.
21522 Allow `paren' to be a string (the string to use to open a group).
21523 Remove open-presuf and close-presuf. Instead of checking for `all
21524 one-char' and then later on check for `several one-char', handle
21525 both cases close together. Also apply a more generic algorithm
21526 for suffixes (the mirror image of the algorithm used for
21527 prefixes). Use shy-groups. Use nreverse rather than reverse.
21528 (regexp-opt-try-suffix): Removed.
21529
21530 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21531 from comint-mode-map, so we can just inherit from it. Also, move
21532 the initialization into the `defvar' since there's no docstring
21533 anyway and it's fairly short.
21534 (inferior-scheme-mode): Define it as derived-mode: the code is
21535 shorter and this way we inherit from comint-mode-map rather than
21536 copying it.
21537
21538 * subr.el (replace-regexps-in-string): Properly handle the case
21539 where we match an empty string.
21540
21541 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21542 when the command has a directory component (such as "./testml").
21543 Also fix a typo in the comment.
21544
21545 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21546
21547 * Makefile (compile-files): Compile files one by one because
21548 that's the only way to ensure a clean compilation environment for
21549 each individual file.
21550
21551 * frame.el (other-frame): Call x-focus-frame.
21552
21553 2000-03-07 Dave Love <fx@gnu.org>
21554
21555 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21556 :require to defcustom.
21557
21558 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21559
21560 * files.el (auto-mode-alist): Add configure.in.
21561
21562 * progmodes/autoconf.el: New file.
21563
21564 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21565
21566 * mail/mh-e.el: Change maintainer to `none'.
21567
21568 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21569 to remove-hook and add-hook.
21570
21571 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21572
21573 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21574 it as the default.
21575 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21576 (sendmail-send-it): Conditionally add MIME headers specifying the
21577 used character set.
21578
21579 2000-03-07 Dave Love <fx@gnu.org>
21580
21581 * winner.el: Fix keywords, autoload cookies.
21582 Split eval-when-compile form to avoid compilation failure.
21583
21584 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21585
21586 * international/mule.el: Modify comment about coding system
21587 property `coding-category'.
21588 (make-coding-system): New argument EOL-TYPE. Pay attention to
21589 coding-category property of PROPERTIES.
21590
21591 * international/mule-conf.el (coding-category-utf-8)
21592 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21593 categories. Include them in the argument for set-coding-priority.
21594
21595 * international/mule-cmds.el (reset-language-environment):
21596 Include coding-category-utf-8, coding-category-utf-16-be, and
21597 coding-category-utf-16-le in the argument for set-coding-priority.
21598 (reset-language-environment): Initialize coding-category-utf-8,
21599 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21600
21601 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21602
21603 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21604 code abstracted out of `bookmark-jump-noselect'. Now tries info
21605 extensions as well as compression extensions.
21606 (bookmark-jump-noselect): Use above new func.
21607
21608 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21609
21610 * strokes.el: Change maintainer's mail address.
21611
21612 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21613
21614 * international/mule-diag.el (list-character-sets): Make help-echo
21615 string by substitute-command-keys.
21616 (list-character-sets): Likewise.
21617 (sort-listed-character-sets): Call help-setup-xref.
21618
21619 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21620
21621 * time.el (display-time-mail-file): Add `none' to the list of choices.
21622
21623 2000-03-01 Dave Love <fx@gnu.org>
21624
21625 * help.el (help-xref-go-back): Don't try to set position.
21626
21627 * international/mule-diag.el (list-character-sets):
21628 Call help-setup-xref. Add help-echo to xrefs.
21629 (list-character-sets-1): Add help-echo to xrefs.
21630
21631 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21632
21633 * frame.el (blink-cursor-mode): Switch cursor on when turning
21634 the mode off.
21635
21636 * add-log.el (add-log-current-defun): Add support for
21637 Autoconf mode.
21638
21639 * mail/rmail.el (rmail-quit-hook): New variable.
21640
21641 2000-03-01 Dave Love <fx@gnu.org>
21642
21643 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21644
21645 * help.el (help-xref-button): Add help-echo arg.
21646 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21647
21648 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21649
21650 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21651
21652 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21653
21654 * image.el (defimage): Look for image files in load-path.
21655
21656 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21657
21658 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21659
21660 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21661
21662 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21663
21664 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21665 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21666 action to select/unselect a file.
21667 (recentf-edit-list): Code cleanup and improvement.
21668 (recentf-open-more-files-action): `recentf-open-more-files' button
21669 widget action to open a file.
21670 (recentf-open-more-files): No more use standard completion but widgets.
21671 (recentf-more-collection): Deleted.
21672 (recentf-more-history): Deleted.
21673 (recentf-setup-more-completion): Deleted.
21674
21675 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21676
21677 * recentf.el (recentf-mode): No more needs that Emacs is running
21678 under a window-system.
21679
21680 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21681
21682 * recentf.el (recentf-edit-list): New command to edit the recent
21683 list which allow the user to remove files.
21684 (recentf-edit-selected-items): New global variable, used by
21685 `recentf-edit-list' to hold the list of files to be removed from
21686 the recent list.
21687 (recentf-make-menu-items): Updated to display a "Edit list..."
21688 menu item. Minor code cleanup.
21689
21690 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21691
21692 * recentf.el (recentf-open-more-files): New command to open files
21693 that are not displayed in the menu.
21694 (recentf-more-collection): New global variable holding the set of
21695 permissible completions used by `recentf-open-more-files'.
21696 (recentf-more-history): New global variable holding the history list
21697 used by `recentf-open-more-files' completion.
21698 (recentf-setup-more-completion): New function to setup completion for
21699 `recentf-open-more-files'.
21700 (recentf-make-menu-items): Updated to display a "More..." menu item.
21701
21702 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21703
21704 * recentf.el (recentf-menu-action): Doc fixed.
21705
21706 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21707
21708 * recentf.el (recentf-menu-filter): Doc updated.
21709 (recentf-update-menu-hook): Allow menu filters to force menu update.
21710 (recentf-make-menu-items): New menu filter handling.
21711 (recentf-make-menu-item): New helper function.
21712 (recentf-menu-elements): New menu handling function.
21713 (recentf-sort-ascending): Updated to new menu filter handling.
21714 (recentf-sort-descending): Updated to new menu filter handling.
21715 (recentf-sort-basenames-ascending): New menu filter function.
21716 (recentf-sort-basenames-descending): New menu filter function.
21717 (recentf-show-basenames): New menu filter function.
21718 (recentf-show-basenames-ascending): New menu filter function.
21719 (recentf-show-basenames-descending): New menu filter function.
21720
21721 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21722
21723 * diary-lib.el (list-diary-entries): Don't try to go forward at
21724 the end of the buffer.
21725
21726 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21727
21728 * international/mule-diag.el (list-character-sets):
21729 Completely rewritten.
21730 (sort-listed-character-sets): New function.
21731 (list-character-sets-1): Completely rewritten.
21732 (list-character-sets-2): New function.
21733 (non-iso-charset-alist): New variable.
21734 (decode-codepage-char): New function.
21735 (charset-history): New variable.
21736 (read-charset) (list-block-of-chars)
21737 (list-iso-charset-chars)
21738 (list-non-iso-charset-chars)
21739 (list-charset-chars): New functions.
21740 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21741 (dump-charsets): Likewise.
21742
21743 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21744
21745 * dired-x.el (dired-filename-at-point): Add `@' to valid
21746 file name characters.
21747 (dired-filename-at-point): Handle ange-ftp file names.
21748
21749 * frame.el (frame-notice-user-settings): Use assq-delete-all
21750 instead of assoc-delete-all.
21751 (frame-notice-user-settings): Ditto.
21752
21753 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21754 Don't copy alist.
21755
21756 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21757
21758 * calculator.el (calculator-use-menu): New option.
21759 (calculator-initial-bindings): Changed some bindings to work as macros.
21760 (calculator-forced-input): Removed.
21761 (calculator-restart-other-mode): New variable.
21762 (calculator-mode-map): Set up menu.
21763
21764 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21765
21766 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21767
21768 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21769
21770 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21771 translate all ESC key sequences.
21772 (viper-goto-mark-subr): Restore markers for files for which
21773 they were saved.
21774 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21775 * viper-util.el (viper-set-replace-overlay-glyphs)
21776 (viper-set-replace-overlay): Always check if the replacement
21777 overlay is live.
21778 * viper.el (viper-vi-state-mode-list): Add major modes.
21779 * ediff-wind.el: Minor comment changes.
21780 * ediff.el: Copyright notice date fix.
21781
21782 2000-02-27 Jason Rumney <jasonr@gnu.org>
21783
21784 * faces.el (face-font-family-alternatives): Add arial to helv.
21785 (mode-line, header-line, tool-bar): Same default as x for w32.
21786 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21787 face-font-family-alternatives from working.
21788 * term/w32-win.el (mouse-set-font): Do not build fontset from
21789 chosen font.
21790
21791 2000-02-25 Sam Steingold <sds@goems.com>
21792
21793 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21794 properly.
21795
21796 2000-02-25 Richard M. Stallman <rms@gnu.org>
21797
21798 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21799
21800 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21801
21802 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21803
21804 * frame.el (busy-cursor-delay-seconds): New option.
21805
21806 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21807
21808 * frame.el (show-cursor-in-non-selected-windows): New option.
21809
21810 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21811
21812 * diary-lib.el (include-other-diary-files): Undo the selective
21813 display in any included file and don't kill it.
21814
21815 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21816
21817 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21818 Menu items converted to (menu-item format, help strings added.
21819 [downcase, upcase]: Don't enable on MS-DOS.
21820 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21821 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21822
21823 2000-02-23 Dave Love <fx@gnu.org>
21824
21825 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21826 (backward-kill-word): Revert addition of * to interactive spec --
21827 it's a feature.
21828
21829 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21830 (backward-kill-sentence, kill-sentence): Likewise.
21831
21832 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21833 scratch buffer name.
21834 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21835
21836 * term/w32-win.el (internal-face-interactive): Update prompt for
21837 new read-face-name.
21838
21839 * mail/footnote.el (footnote): Add :version to defgroup.
21840 (footnote-section-tag-regexp): Customize.
21841 (footnote-start-tag, footnote-end-tag): New option.
21842 (footnote-latin-regexp): New variable.
21843 (Footnote-latin): New function.
21844 (footnote-style-alist): Add element for latin style.
21845 (footnote-style): Moved.
21846 (Footnote-goto-footnote): Use eq to test arg.
21847
21848 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21849
21850 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21851 (byte-compile-trueconstp): Include keywords.
21852 (byte-optimize-quote, byte-optimize-lapcode):
21853 Use byte-compile-const-symbol-p.
21854 (byte-optimize-char-before): New optimization.
21855
21856 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21857 (byte-compile-const-symbol-p): New function.
21858 (byte-compile-constp, byte-compile-out-toplevel)
21859 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21860 Use it.
21861
21862 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21863
21864 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21865
21866 * international/encoded-kb.el: Be sure to update minor-mode-alist
21867 and minor-mode-map-alist.
21868 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21869 codes SS2 and SS3 correctly.
21870 (encoded-kbd-self-insert-ccl): New function.
21871 (encoded-kbd-setup-keymap): New function.
21872 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21873 by calling encoded-kbd-setup-keymap.
21874
21875 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21876 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21877
21878 2000-02-22 Dave Love <fx@gnu.org>
21879
21880 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21881 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21882 (lisp-mode-syntax-table): Set up for #|...|# comments.
21883 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21884 classes. Match `defface'.
21885 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21886 (eval-defun-1): Fix for defcustom.
21887 (lisp-indent-region): Doc fix.
21888
21889 * subr.el (when, unless, split-string): Doc fix.
21890 (read-passwd): Move call of clear-this-command-keys to the right place.
21891 (replace-regexps-in-string): New function.
21892
21893 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21894
21895 * help.el (describe-variable): Set syntax table to
21896 emacs-lisp-mode-syntax-table when moving forward over the
21897 symbol's name.
21898
21899 2000-02-22 Dave Love <fx@gnu.org>
21900
21901 * xt-mouse.el: Doc fixes.
21902 (xterm-mouse-position-function): New function, replacing advice of
21903 mouse-position.
21904 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21905
21906 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21907
21908 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21909
21910 * format.el (format-annotate-single-property-change):
21911 Handle properties.with dotted-list values.
21912 (format-proper-list-p): New function.
21913
21914 * enriched.el (enriched-face-ans): Handle '(foreground-color
21915 . COLOR) and (background-color . COLOR).
21916
21917 2000-02-20 Dave Love <fx@gnu.org>
21918
21919 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21920 and assignments to it.
21921 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21922 current local map.
21923 (make-flyspell-overlay): Use it.
21924 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21925
21926 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21927 (lm-get-header-re): Defun, not defsubst.
21928 (lm-get-package-name): Defun, not defsubst. Simplify.
21929 (lm-version): Doc fix. Simplify.
21930 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21931 (lm-crack-address, lm-last-modified-date, lm-commentary)
21932 (lm-verify, lm-synopsis): Simplify.
21933 (lm-report-bug): Require emacsbug. Use compose-mail.
21934
21935 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21936
21937 * dired.el (dired-mode): Call propertized-buffer-identification
21938 to set mode-line-buffer-identification to something having
21939 the right text properties.
21940
21941 * bindings.el (propertized-buffer-identification): New function.
21942
21943 2000-02-20 Dave Love <fx@gnu.org>
21944
21945 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21946 check for t-mouse too.
21947
21948 * cus-start.el: Make echo-keystrokes `number'.
21949
21950 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21951
21952 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21953 Don't call ring-empty-p unless tags-location-ring is bound.
21954 From Noah Friedman <friedman@splode.com>.
21955
21956 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21957
21958 * progmodes/hideshow.el (hs-flag-region): No longer use
21959 `intangible' overlay property.
21960
21961 (hs-toggle-hiding): New command.
21962 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21963
21964 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21965 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21966 and deactivation.
21967
21968 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21969
21970 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21971
21972 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21973
21974 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21975
21976 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21977 of `*' to handle `(* ... *)' comments.
21978
21979 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21980
21981 * faces.el (list-faces-display): Use display-mouse-p instead of
21982 window-system.
21983
21984 * menu-bar.el (global-map): Menu-bar items converted to the new
21985 format (menu-item..., rearranged for better CUA compliance, and
21986 their names changed for better clarity. Help strings added.
21987
21988 * international/mule-cmds.el (mule-menu-keymap)
21989 (describe-language-environment-map, set-coding-system-map)
21990 (setup-language-environment-map): Convert to new (menu-item...
21991 form, add help strings. Change names of menu items for better clarity.
21992 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21993
21994 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21995
21996 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21997 within the code.
21998
21999 2000-02-16 Dave Love <fx@gnu.org>
22000
22001 * faces.el: Don't require custom. Add more specific :groups to
22002 various deffaces.
22003 (set-face-attribute): Purecopy args.
22004 (read-face-name): Default to name at point and use it in prompt.
22005 Remove colon from arg in all callers.
22006 (list-faces-display): Hyperlink to face descriptions and customize
22007 buffers.
22008
22009 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
22010
22011 * wid-edit.el (widget-match-inline): An atom never matches a list.
22012
22013 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22014
22015 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22016 at ':' characters by call to split-string.
22017
22018 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22019
22020 * textmodes/bibtex.el: Added RCS version identification.
22021
22022 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22023
22024 * textmodes/bibtex.el: Some temporary comments removed.
22025 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22026 (bibtex-field-const): Allow capital letters.
22027 (bibtex-start-of-string): Deleted because unused.
22028
22029 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22030 use the term 'reference' to describe a bibtex entry as a whole.
22031 Further, reference keys are no longer called 'labels'.
22032 (bibtex-keys): Renamed to bibtex-reference-keys.
22033 (bibtex-reformat-previous-labels): Renamed to
22034 bibtex-reformat-previous-reference-keys.
22035 (bibtex-reference-type): Renamed to bibtex-entry-type.
22036 (bibtex-reference-head): Renamed to bibtex-entry-head.
22037 (bibtex-reference-maybe-empty-head): Renamed to
22038 bibtex-entry-maybe-empty-head.
22039 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22040 (bibtex-search-reference): Renamed to bibtex-search-entry.
22041 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22042 bibtex-enclosing-entry-maybe-empty-head.
22043 (bibtex-entry-field-alist, bibtex-entry-head)
22044 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22045 (bibtex-map-entries, bibtex-search-entry)
22046 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22047 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22048 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22049 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22050 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22051 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22052 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22053
22054 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22055
22056 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22057 comment.
22058 (bibtex-format-field-delimiters): New function, functionality
22059 extracted from bibtex-format-entry.
22060 (bibtex-autokey-get-yearfield-digits): New function, functionality
22061 extracted from bibtex-autokey-get-yearfield.
22062
22063 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22064 entries in order to avoid stack overflow in the regexp matcher if
22065 field contents become large.
22066 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22067 (bibtex-field-string-part-not-braced)
22068 (bibtex-field-string-part-no-inner-braces)
22069 (bibtex-field-string-part-1-inner-brace)
22070 (bibtex-field-string-part-2-inner-braces)
22071 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22072 (bibtex-field-string-quoted, bibtex-field-string)
22073 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22074 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22075 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22076 Deleted as parsing is now performed by the following functions.
22077 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22078 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22079 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22080 (bibtex-parse-association, bibtex-field-name-for-parsing)
22081 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22082 (bibtex-search-forward-field, bibtex-search-backward-field)
22083 (bibtex-start-of-field, bibtex-end-of-field)
22084 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22085 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22086 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22087 (bibtex-parse-string, bibtex-search-forward-string)
22088 (bibtex-search-backward-string, bibtex-start-of-string)
22089 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22090 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22091 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22092 entries. Instead of reporting the results of the parsing by
22093 match-beginning or match-end, these functions return data structures
22094 that hold the corresponding positions.
22095 (bibtex-enclosing-field): Changed to also report field boundaries by
22096 return values rather than by match-beginning or match-end.
22097 The following functions have been adapted to use the new
22098 parsing functions.
22099 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22100 (bibtex-enclosing-field, bibtex-format-entry)
22101 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22102 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22103 (bibtex-print-help-message, bibtex-end-of-entry)
22104 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22105 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22106 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22107 Use the new method for parsing.
22108 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22109 (bibtex-map-entries, bibtex-flash-head)
22110 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22111 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22112 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22113 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22114 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22115 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22116 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22117 order to make the new binding of case-fold-search immediately visible.
22118
22119 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22120
22121 * textmodes/bibtex.el: Copyright notice is up to date.
22122 Added constant 'bibtex-maintainer-salutation.
22123
22124 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22125 than make-temp-name, use match-string-no-properties and eliminate
22126 a quadratic behavior when building bibtex-strings.
22127
22128 * bibtex.el (bibtex-reference-key): Accept string entries whose
22129 reference key contains upper case letters.
22130
22131 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22132
22133 * bibtex.el (bibtex-reference-head): Allow entries to start with
22134 a new line.
22135
22136 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22137
22138 * bibtex.el: Hiding of entry bodies is not longer provided by
22139 bibtex.el directly. Instead the hideshow package can be used.
22140 Added a special bibtex entry to hs-special-modes-alist.
22141 (bibtex-hs-forward-sexp): Added for hideshow.el.
22142
22143 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22144
22145 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22146 proceedings entry type (for cross referencing). Thanks to Wagner
22147 Toledo Correa for the suggestion.
22148
22149 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22150
22151 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22152
22153 * international/characters.el: Setup case table for Vietnamese.
22154
22155 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22156
22157 * uniquify.el (toplevel): Require CL at compile time.
22158 (uniquify-push): Removed.
22159
22160 * shadowfile.el (shadow-when): Removed.
22161
22162 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22163 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22164
22165 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22166 regexp for paragraph-start.
22167
22168 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22169 commas as well.
22170
22171 2000-02-10 Dave Love <fx@gnu.org>
22172
22173 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22174 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22175 Deleted.
22176 (widget-specify-field, widget-specify-button): Don't use
22177 widget-mouse-help as help-echo property.
22178 (default): Use #'ignore for :validate and :mouse-down-action.
22179 (checkbox): Add help-echo.
22180 (widget-sexp-validate): Rewritten to clarify error messages.
22181 (character): Use char-valid-p in :match function.
22182 (widget-color-complete): Use facemenu-color-alist.
22183 (widget-color-action): Use facemenu-read-color.
22184
22185 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22186 set up `caar' &c that we now have.
22187
22188 2000-02-09 Ray Blaak <blaak@gnu.org>
22189
22190 * delphi.el: Make resourcestring a declaration region, like const
22191 and var.
22192
22193 2000-02-09 Dave Love <fx@gnu.org>
22194
22195 * bindings.el (mode-line-input-method-map): New variable.
22196 (mode-line-mule-info): Use it; fix last change.
22197 (mode-line-mode-menu): Move definition.
22198 (mode-line-mouse-sensitive-p): Deleted.
22199 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22200 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22201
22202 * startup.el (command-line-1): Don't call
22203 make-mode-line-mouse-sensitive.
22204
22205 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22206
22207 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22208 before rmail-toggle-header, because the former toggles headers.
22209
22210 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22211
22212 * diff-mode.el (diff-kill-junk): New interactive function.
22213 (diff-reverse-direction): Use delete-and-extract-region.
22214 (diff-post-command-hook): Restrict the area so that the hook also works
22215 outside of any diff hunk. This is necessary for the minor-mode.
22216 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22217 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22218
22219 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22220 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22221 so that it can be used more easily in <foo>-mode-hook. Also make sure
22222 to avoid duplicate entries.
22223 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22224 (font-lock-remove-keywords): Just as was done for `add', allow it to
22225 work even if font-lock-mode is nil. Also make sure we don't modify
22226 any pre-existing list by forcing a copy-sequence. Finally rename
22227 `major-mode' to `mode'.
22228 (font-lock-fontify-syntactic-anchored-keywords)
22229 (font-lock-fontify-anchored-keywords)
22230 (font-lock-fontify-keywords-region): Use line-end-position.
22231 Don't make `font-lock-multiline' local (it's now done in
22232 font-lock-set-defaults).
22233 (font-lock-set-defaults): Make `font-lock-multiline' local.
22234 Move the `font-lock-fontified' creation to inside the `unless'.
22235
22236 2000-02-06 Andrew Innes <andrewi@gnu.org>
22237
22238 * term/w32-win.el (x-handle-args): Comment out call to message,
22239 which occurs before window system is initialized.
22240
22241 * makefile.nt: Add support for recompiling lisp code.
22242
22243 2000-02-04 Dave Love <fx@gnu.org>
22244
22245 * bindings.el (mode-line-mule-info): Fix/extend last change.
22246
22247 * completion.el: Replace completion-dolist with dolist.
22248
22249 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22250
22251 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22252
22253 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22254 environment names before they go into the section regexp.
22255
22256 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22257 char class in regexp.
22258
22259 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22260 Bind `case-fold-search' to nil.
22261
22262 * progmodes/idlwave.el (idlwave-template):
22263 Respect `idlwave-abbrev-change-case'.
22264 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22265 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22266 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22267 (idlwave-rw-case): New function.
22268 (idlwave-statement-match): Fixed problem with assignment regexp.
22269 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22270 (idlwave-surround): New argument LENGTH to support padding of
22271 operators longer than 1 char.
22272
22273 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22274 idlwave-shell-expression-overlay. Implemented printing of
22275 expressions on higher levels of the calling stack.
22276 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22277 (idlwave-retrieve-expression-from-level): New function.
22278 (idlwave-shell-last-calling-stack): Variable removed.
22279 (idlwave-shell-reset): Argument action reversed (`visible' to
22280 `hidden'). Also remove stop-line overlay.
22281 (idlwave-shell-calling-stack-routine): New variable.
22282 (idlwave-shell-parse-stack-and-display): Messages now display
22283 negative level numbers.
22284 (idlwave-shell-mode): Set `modeline-format'.
22285 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22286 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22287 (idlwave-shell-print-expression-function): New option.
22288
22289 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22290 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22291 `tool-bar' instead of `toolbar'.
22292
22293 2000-02-02 Dave Love <fx@gnu.org>
22294
22295 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22296 emacs-lisp-mode-hook. Don't check for defalias being defined.
22297
22298 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22299 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22300 Use the new builtins directly.
22301
22302 * whitespace.el (whitespace): Add :version to defgroup.
22303
22304 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22305 Doc fix.
22306
22307 * thingatpt.el (sexp-at-point, symbol-at-point)
22308 (number-at-point, list-at-point): Add autoload cookie.
22309
22310 * recentf.el (recentf): Add :version to defgroup.
22311
22312 * quickurl.el (quickurl): Add :version to defgroup.
22313
22314 * elide-head.el (elide-head): Use point-marker more.
22315
22316 * bs.el (bs): Add :version to defgroup.
22317
22318 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22319
22320 * progmodes/delphi.el (delphi): Add :version to defgroup.
22321
22322 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22323
22324 * ange-ftp.el (ange-ftp-write-region): Handle case that
22325 succeeding process operation sets a different coding system.
22326
22327 * calculator.el: New file.
22328
22329 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22330
22331 * frame.el (frames-on-display-list, framep-on-display): New functions.
22332 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22333 (display-selections-p, display-screens, display-pixel-width)
22334 (display-pixel-height, display-mm-width, display-mm-height)
22335 (display-backing-store, display-save-under, display-planes)
22336 (display-color-cells, display-visual-class): New functions.
22337
22338 * term/tty-colors.el (tty-color-gray-shades): New function.
22339
22340 * faces.el (display-color-p): Use framep-on-display.
22341 (display-grayscale-p): New function.
22342
22343 2000-01-31 Dave Love <fx@gnu.org>
22344
22345 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22346 (create-fontset-from-x-resource): Don't concat integers.
22347
22348 2000-01-31 Inge Frick <inge@nada.kth.se>
22349
22350 * view.el: Some changes in documentation. Removed some trailing
22351 whitespace. Changed some parameter names to agree with documentation.
22352 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22353 window is not deleted. Modifies change 1998-04-26.
22354
22355 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22356
22357 * windmove.el: New file.
22358
22359 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22360 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22361 progmodes/ebnf-yac.el: Update copyright and license info.
22362
22363 * jit-lock.el (jit-lock-function): Widen before calculating
22364 end position.
22365 (jit-lock-stealth-chunk-start): Rewritten.
22366
22367 * info.el (Info-title-face-alist): Removed.
22368 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22369 (Info-fontify-node): Use these faces.
22370
22371 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22372
22373 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22374 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22375 `&allow-other-keywords'.
22376
22377 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22378 the list of directories scanned heuristically.
22379
22380 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22381
22382 2000-01-30 Jason Rumney <jasonr@gnu.org>
22383
22384 * w32-fns.el: Define w32-tty-standard-colors.
22385
22386 * startup.el (command-line): Use w32-tty-standard-colors when in
22387 w32 console mode.
22388
22389 2000-01-30 Dave Love <fx@gnu.org>
22390
22391 * jka-compr.el (jka-compr-load): Fix up load-history.
22392
22393 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22394
22395 * emacs-lisp/cl-macs.el: Revert previous change.
22396
22397 2000-01-29 Dave Love <fx@gnu.org>
22398
22399 * facemenu.el: Purecopy various strings.
22400
22401 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22402 years. Deal with three-digit years.
22403
22404 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22405 Use defconst, purecopy.
22406 (help-back-label): Purecopy it.
22407
22408 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22409
22410 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22411 variable. If non-nil, order the buffer list according to the
22412 currently selected frame.
22413 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22414 non-nil, pass the selected frame to function buffer-list.
22415
22416 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22417
22418 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22419
22420 2000-01-28 Dave Love <fx@gnu.org>
22421
22422 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22423
22424 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22425 Don't use lisp-indent-hook property.
22426 (cl-abs): Remove.
22427
22428 * subr.el: Move out indent and edebug specs for when and unless.
22429
22430 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22431 when, unless.
22432
22433 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22434 unless, when.
22435
22436 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22437
22438 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22439 `collecting' as synonym for `collect'.
22440
22441 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22442 for the case it contains spaces.
22443
22444 * simple.el (what-cursor-position): Change formatting of messages.
22445
22446 * frame.el (delete-other-frames): New function.
22447 (toplevel): Bind it to C-x 5 1.
22448
22449 * sort.el (sort-numeric-base): New option.
22450 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22451 interpret it as octal or hexadecimal. Use sort-numeric-base
22452 as default base.
22453
22454 * progmodes/glasses.el: New file.
22455
22456 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22457
22458 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22459 userids differently.
22460
22461 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22462 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22463 progmodes/ebnf-yac.el: New files.
22464
22465 2000-01-26 Dave Love <fx@gnu.org>
22466
22467 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22468 on a function with an empty body. [From Eric Ludlam.]
22469
22470 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22471
22472 * vc.el (vc-version-diff): Make sure file name is expanded.
22473
22474 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22475
22476 * scroll-bar.el (scroll-bar-timer): Variable removed.
22477 (scroll-bar-toolkit-scroll): Don't use a timer.
22478
22479 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22480
22481 * language/thai-util.el (thai-composition-function):
22482 Delete superfluous `a'.
22483
22484 2000-01-24 Dave Love <fx@gnu.org>
22485
22486 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22487 end-of-defun-function.
22488
22489 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22490
22491 2000-01-22 Jason Rumney <jasonr@gnu.org>
22492
22493 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22494 conflicts with new face support.
22495
22496 2000-01-22 Richard M. Stallman <rms@gnu.org>
22497
22498 * replace.el (query-replace): Rename last arg to DELIMITED.
22499 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22500 (query-replace-regexp): Likewise.
22501
22502 2000-01-20 Richard M. Stallman <rms@gnu.org>
22503
22504 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22505
22506 * emacs-lisp/lisp.el (beginning-of-defun-function):
22507 Variable renamed from beginning-of-defun.
22508 Do not call make-variable-buffer-local.
22509 (beginning-of-defun-raw): Use new variable name; doc fix.
22510 (beginning-of-defun): Doc fix.
22511 (end-of-defun-function): Variable renamed from end-of-defun.
22512 Do not call make-variable-buffer-local.
22513 (end-of-defun): Use new variable name; doc fix.
22514
22515 * subr.el (dolist, dotimes): Copied from cl-macs.el
22516 and made to work.
22517
22518 * mail/undigest.el (rmail-digest-end-regexps):
22519 Variable replaces rmail-digest-end-regexp.
22520 Allows multiple regexps for detecting the end line.
22521 (undigestify-rmail-message): Corresponding changes.
22522
22523 2000-01-19 Dave Love <fx@gnu.org>
22524
22525 * files.el (user-init-file): Don't declare here -- is primitive.
22526
22527 * startup.el (command-line): Check for compiled user-init-file and
22528 set to uncompiled version if necessary.
22529
22530 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22531
22532 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22533 (undigestify-rmail-message): Use it.
22534
22535 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22536
22537 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22538
22539 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22540 of mini-buffer.
22541
22542 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22543
22544 * emacs-lisp/copyright.el (copyright-update): Removed the
22545 requirement for a trailing space from `copyright-regexp', to
22546 support copyrights with owner specified on a separate line..
22547
22548 * align.el: New file.
22549
22550 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22551
22552 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22553
22554 2000-01-13 Dave Love <fx@gnu.org>
22555
22556 * ph.el: Removed. (Obsoleted by EUDC.)
22557
22558 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22559
22560 * net/eudc.el (toplevel): Remove autoloaded code installing
22561 menu with easymenu, because that causes build problems.
22562
22563 * frame.el (frame-notice-user-settings): New variable.
22564 (frame-notice-user-settings): Don't modify frame parameters
22565 if called a second time.
22566
22567 2000-01-13 Richard M. Stallman <rms@gnu.org>
22568
22569 * frame.el (frame-notice-user-settings):
22570 Notice default-frame-parameters even for non-window frames.
22571
22572 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22573
22574 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22575 for Emacs.
22576 (eudc-bob-can-display-inline-images): Extend for Emacs.
22577 (eudc-bob-toggle-inline-display): Ditto.
22578 (eudc-bob-display-jpeg): Ditto.
22579
22580 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22581
22582 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22583 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22584 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22585
22586 * add-log.el (add-change-log-entry): Fix error trying an
22587 `(insert nil)'.
22588
22589 * subdirs.el: Add `net' directory.
22590
22591 * net: New directory.
22592
22593 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22594 eval-last-sexp. Don't bind debug-on-error here.
22595 (eval-last-sexp): New function. Bind debug-on-error if
22596 eval-expression-debug-on-error is non-nil.
22597 (eval-defun-2, eval-defun): Likewise.
22598
22599 * simple.el (eval-expression): Don't bind debug-on-error if
22600 eval-expression-debug-on-error is nil. Detect changed
22601 debug-on-error, and propagate new value to global binding, if
22602 eval-expression-debug-on-error is non-nil,
22603 (eval-expression-debug-on-error): Change doc string.
22604
22605 2000-01-11 Richard M. Stallman <rms@gnu.org>
22606
22607 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22608
22609 * emacs-lisp/lisp-mode.el (with-syntax-table):
22610 Set up lisp-indent-function property.
22611
22612 * subr.el (with-syntax-table): Moved from simple.el.
22613
22614 * simple.el (with-syntax-table): Moved to subr.el.
22615
22616 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22617
22618 * tmm.el (tmm-shortcut): Delete region after prompt instead
22619 of erasing buffer.
22620
22621 * textmodes/fill.el (fill-common-string-prefix): New function.
22622 (fill-context-prefix): Use the longest common prefix of first
22623 and second line fill prefix, if there is one.
22624
22625 2000-01-11 Richard M. Stallman <rms@gnu.org>
22626
22627 * array.el (array-mode): Don't use make-variable-buffer-local.
22628 Use make-local-variable for `truncate-lines'.
22629
22630 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22631
22632 * add-log.el (add-log-current-defun): Handle user-defined
22633 add-log-current-function returning nil,
22634
22635 * add-log.el (add-change-log-entry): Insert version number
22636 if having found a current function
22637
22638 * add-log.el (add-log-current-defun):
22639 Call `add-log-current-defun-function'. Try matches at level 0 and
22640 level 1. Strip whitespace from defun found.
22641
22642 2000-01-10 John Wiegley <johnw@gnu.org>
22643
22644 * allout.el (isearch-done/outline-provisions): Added `edit'
22645 argument to correspond with the current definition of `isearch-done'.
22646
22647 2000-01-10 Dave Love <fx@gnu.org>
22648
22649 * elide-head.el (elide-head): Use point-marker, not point.
22650
22651 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22652
22653 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22654 before and after the year 2000.
22655
22656 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22657 Add ispell- prefix.
22658
22659 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22660
22661 * ispell.el: Only define dictionaries in menus when they exist.
22662 (version18p): New variable.
22663 (version20p): New variable.
22664 (xemacsp): New variable.
22665 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22666 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22667 (ispell-dictionary-alist6): Russian command lines no longer accept
22668 run-together words.
22669 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22670 (ispell-dictionary-alist): Add koi8-r to customize definition.
22671 (check-ispell-version): Added documentation string. Return library
22672 path when called non-interactively.
22673 (ispell-menu-map-needed): Uses new variables.
22674 (ispell-library-path): New variable.
22675 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22676 (ispell-word): Improved documentation string. Test for valid
22677 character mappings. Correctly check typed in word changes that can
22678 result in single words split into multiple words.
22679 Return replacement word.
22680 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22681 replace in recursive query replace mode. Help message for
22682 recursive edit mode.
22683 (ispell-show-choices): Protect against bad framepop bindings.
22684 (ispell-help): Fix to work with XEmacs.
22685 (ispell-highlight-spelling-error): Use new variables.
22686 (ispell-overlay-window): Fix to work with XEmacs.
22687 (ispell-parse-output): Passed and returns location information
22688 tracking spelling corrections. Doesn't recheck same word on
22689 current line.
22690 (ispell-init-process): Protect against bogus XEmacs variable binding.
22691 Fix call to single argument in sleep-for. Use new variables.
22692 (ispell-region): Passed and returns location information tracking
22693 spelling corrections. Doesn't check same word on current line.
22694 Improved documentation string. Doesn't resend a line already
22695 checked to the ispell process - fixes bug in LaTeX parsing.
22696 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22697 (ispell-skip-region): No longer skips <TT> in SGML.
22698 (ispell-process-line): Tracks location information with spelling
22699 corrections. Added documentation string. Accounts for words
22700 already accepted on this line. Don't allow query-replace on line
22701 starting with math characters. Doesn't resend a line already sent
22702 to ispell process. Fixes alignment error bug.
22703
22704 2000-01-10 Richard M. Stallman <rms@gnu.org>
22705
22706 * dired-x.el (dired-guess-shell-alist-default):
22707 Suggest xloadimage, which is free, not xv, which isn't.
22708
22709 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22710 Don't ever include the host name or user name in the value.
22711
22712 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22713
22714 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22715 of a real newline.
22716
22717 2000-01-09 Stephen Eglen <stephen@gnu.org>
22718
22719 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22720 for .png files.
22721
22722 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22723
22724 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22725
22726 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22727
22728 * progmodes/cperl-mode.el: Replace ^F with ^L.
22729
22730 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22731 `require'ing rmail and mailalias to prevent infinite recursion.
22732
22733 2000-01-08 Dave Love <fx@gnu.org>
22734
22735 * emacs-lisp/backquote.el: Remove inappropriate customization
22736 (allowing custom.el to use backquote).
22737
22738 2000-01-07 Dave Love <fx@gnu.org>
22739
22740 * add-log.el (add-log-debugging): Deleted.
22741 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22742 file. Remove debugging code.
22743 (change-log-get-method-definition, change-log-name): Add doc.
22744 (change-log-sortable-date-at): New function.
22745 (change-log-merge): New command.
22746
22747 * time.el (display-time-string-forms): Make the Mail string active.
22748 (display-time-update): Provide help-echo for load average.
22749
22750 * bindings.el (make-mode-line-mouse2-map): New function.
22751 (mode-line-modified): Use it and simplify.
22752 (mode-line-mule-info): Provide help-echo info.
22753 (minor-mode-alist): Activate the strings.
22754 (make-mode-line-mouse-sensitive): Simplify for
22755 mode-line-buffer-identification.
22756
22757 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22758
22759 * play/pong.el: New file.
22760
22761 2000-01-06 Dave Love <fx@gnu.org>
22762
22763 * array.el: Assorted cleanups for compiler warnings, doc strings,
22764 `array-' prefix for symbols.
22765
22766 2000-01-05 Dave Love <fx@gnu.org>
22767
22768 * textmodes/outline.el (outline-mode-menu-bar-map):
22769 Add outline-headers-as-kill.
22770 (outline-mode): Define imenu-generic-expression.
22771 (outline-headers-as-kill): New command.
22772
22773 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22774 from paragraph-start.
22775 (paragraph-indent-minor-mode): New command.
22776
22777 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22778 M-C-e, M-C-h, C-j, C-xnd, TAB.
22779 (fortran-mode): Set beginning-of-defun, end-of-defun.
22780 (fortran-column-ruler): Simplify.
22781 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22782 (fortran-with-subprogram-narrowing): Likewise.
22783 (fortran-indent-subprogram): Call mark-defun.
22784 (fortran-check-for-matching-do): Change narrowing.
22785
22786 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22787 (cl-lucid-hash-tag): Delete.
22788 (cl-hash-table-p): Correct test for native table.
22789 (cl-hash-table-count): Use hash-table-count.
22790
22791 * browse-url.el (browse-url): Fix case of
22792 browse-url-browser-function being an alist.
22793
22794 2000-01-05 Carsten Dominik <cd@gnu.org>
22795
22796 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22797 (reftex-index-phrase-file-extension): New options.
22798
22799 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22800 Use new option `reftex-index-phrase-file-extension'.
22801
22802 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22803 `reftex-parse-file-extension'.
22804
22805 2000-01-05 Dave Love <fx@gnu.org>
22806
22807 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22808 (beginning-of-defun-raw): Use it.
22809 (end-of-defun): New variable.
22810 (end-of-defun): Use it.
22811 (check-parens): New command.
22812
22813 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22814
22815 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22816 (hs-show-block): Don't use `mapcar' when not accumulating.
22817
22818 Fix buglet in local variables initialization.
22819
22820 2000-01-05 Andreas Schwab <schwab@suse.de>
22821
22822 * hscroll.el (hscroll): Doc fix.
22823
22824 2000-01-05 Carsten Dominik <cd@gnu.org>
22825
22826 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22827 Require idlw-toolbar.
22828
22829 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22830 file idlw-rinfo.el.
22831 (idlwave-customize): Load must read file idlw-shell.el.
22832 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22833
22834 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22835
22836 * progmodes/idlw-shell.el: Also provide idlwave-shell
22837 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22838 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22839
22840 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22841 both reftex-dcr and reftex-vcr.
22842
22843 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22844
22845 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22846
22847 * ps-print.el: PostScript code now is in separate files, doc fix.
22848 (ps-print-version): New version number (5.0.3).
22849 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22850 local.
22851 (ps-spool-config): Initialization fix.
22852 (ps-print-prologue-1, ps-print-prologue-2)
22853 (ps-print-duplex-feature): PostScript code moved to separated file.
22854 (ps-background-image): Little code reformating.
22855 (ps-begin-file, ps-begin-job): Fix code.
22856 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22857 (ps-prologue-file): New fun.
22858
22859 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22860
22861 * ps-vars.el: Eliminated.
22862
22863 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22864 `;;;###autoload'.
22865
22866 * ps-print.el: ps-vars eliminated, doc fix.
22867 (ps-print-version): New version number (5.0.2).
22868 (ps-spool-config): Initialization fix.
22869 (ps-print-customize): New fun.
22870
22871 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22872
22873 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22874
22875 2000-01-04 Dave Love <fx@gnu.org>
22876
22877 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22878 menu items.
22879
22880 2000-01-03 Dave Love <fx@gnu.org>
22881
22882 * elide-head.el (elide-head) [defgroup]: Add :version.
22883
22884 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22885 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22886 Use `cl-hash-table-p', not `hash-table-p'.
22887 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22888
22889 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22890
22891 * faces.el (face-read-integer, read-face-attribute)
22892 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22893
22894 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22895
22896 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22897 at comment end, and re-insert them after filling.
22898
22899 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22900
22901 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22902 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22903 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22904
22905 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22906
22907 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22908 the new name of face-color-supported-p.
22909
22910 * term/w32-win.el (xw-defined-colors): Likewise.
22911
22912 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22913
22914 * simple.el (completion-setup-function): Count completion-size
22915 from minibuffer-prompt-end, not from point-min.
22916
22917 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22918
22919 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22920 Pass the frame to tty-color-* functions.
22921 (display-color-p, frame-set-background-mode): Pass the frame to
22922 tty-display-color-p.
22923
22924 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22925 tty-color-alist.
22926 (tty-color-alist, tty-modify-color-alist): New functions.
22927 (tty-color-define, tty-color-clear, tty-color-approximate)
22928 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22929 optional parameter FRAME.
22930
22931 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22932
22933 * image.el (create-image, defimage): Don't assume image data is
22934 a string.
22935
22936 * image.el (defimage): Handle specifications containing :data
22937 instead of :file.
22938 (image-type-from-data): New function.
22939 (image-type-from-file-header): Use it.
22940 (create-image): Add parameter DATA-P.
22941
22942 See ChangeLog.8 for earlier changes.
22943
22944 ;; Local Variables:
22945 ;; coding: iso-2022-7bit
22946 ;; End:
22947
22948 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22949 Copying and distribution of this file, with or without modification,
22950 are permitted provided the copyright notice and this notice are preserved.