*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobf31141ac6ede85c54a40148fae9e9572d5424751
1 2001-01-26  Dave Love  <fx@gnu.org>
3         * progmodes/delphi.el (delphi-comment-face, delphi-string-face) 
4         (delphi-keyword-face, delphi-other-face): Fix :type.
6         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
8         * mail/feedmail.el (feedmail): Add :link.
9         (feedmail-send-it): Doc fix.
11         * mail/sendmail.el: Doc fixes.
12         (sendmail-send-it): Fix the non-ASCII regexp and use
13         rfc2047-encode-string.
15         * dired.el, dired-aux.el: Revert last change.
17 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
19         * makefile.w32-in (DONTCOMPILE): Add various term files.
21 2001-01-26  Dave Love  <fx@gnu.org>
23         * Makefile.in (DONTCOMPILE): Add various term files.
25 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
27         * man.el (Man-default-man-entry, Man-mode): Doc fix.
29         * startup.el (display-startup-echo-area-message): Make sure
30         the echo area is resized to fit the size of the startup
31         message.
33         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
34         part of which is a constant.
36 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
38         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
39         twice.
41 2001-01-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
43         * simple.el (next-line): Don't let `newline' expand abbrevs.
44         Simplify slightly.
45         (open-line): Don't let `newline' expand abbrevs.
47 2001-01-25  John Wiegley  <johnw@gnu.org>
49         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
50         to `repeat' in the :type field.
52         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
53         allow a choice of regexp or nil.
54         (pcomplete-dir-ignore): Same.
56         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
57         a command) to always fail.
59 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
61         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
62         discard the result.
63         (iswitchb-to-end): Likewise.
65 2001-01-25  Sam Steingold  <sds@gnu.org>
67         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
68         Require vc.
70 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
72         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
74         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
76 2001-01-25  Dave Love  <fx@gnu.org>
78         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
79         (describe-coding-system): Tweak the English text.
81         * loadup.el: Preload international/ccl for utf-8.
83 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
85         * mail/rmail.el (rmail-redecode-body): Doc fix.
87 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
89         * international/mule-cmds.el (reset-language-environment): Reset
90         coding-category-utf-8 to mule-utf-8.
92         * international/mule-conf.el (coding-category-utf-8): Initialize
93         to mule-utf-8.
95         * loadup.el: Preload international/utf-8.
97         * international/utf-8.el: New file.
99 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
101         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
103 2001-01-24  Sam Steingold  <sds@gnu.org>
105         * dired.el (dired-replace-in-string): Removed.
106         (dired-sort-toggle): Use `replace-regexps-in-string'
107         instead of `dired-replace-in-string'.
109         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
110         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
112         * gs.el (gs-replace-in-string): Removed.
113         (gs-options): Use `replace-regexps-in-string'
114         instead of `gs-replace-in-string'.
116 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
118         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
119         bug report is mailed to an email list and posted to a news group.
121 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
123         * comint.el (comint-replace-by-expanded-history-before-point): Fix
124         change of 2000-08-03 to move point to the start of the line again.
126         * startup.el (tool-bar-images-pixel-height): New variable.
127         (command-line): After loading the user's init file, when
128         tool-bar-mode is on, increase the frame's size by some lines for
129         the tool-bar.
131         * frame.el (frame-initialize): Create the initial frame invisible.
133 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
135         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
136         (chinese-big5): MIME:Big5.
138 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
140         * international/mule-cmds.el (universal-coding-system-argument):
141         Handle commands with prefix args.
143 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
145         * calendar/diary-lib.el (diary-float): Fix case of MONTH
146         being a list of numbers.
147         (diary-mail-entries): Rewritten.
149 2001-01-23  Dave Love  <fx@gnu.org>
151         * international/mule.el (make-coding-system): Fix typo.
153         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
154         backward-paragraph as font-lock-beginning-of-syntax-function.
156 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
158         * font-lock.el (font-lock-mode): Doc fix.
160 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
162         * international/mule.el (make-translation-table): Fix docstring.
164 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
166         * mail/rmail.el (rmail-redecode-body): New function.
168         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
170 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
172         * isearch.el (isearch-lazy-highlight-case-fold-search)
173         (isearch-lazy-highlight-regexp): New variables.
174         (isearch-lazy-highlight-cleanup): Update lazy highlight if
175         case-fold search or regexp search has been toggled.
177         * wid-edit.el (widget-button-click): Avoid a save-excursion
178         around running a global binding.
180         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
181         to 0.25.
183 2001-01-20  Miles Bader  <miles@gnu.org>
185         * cus-edit.el (custom-face-save): Do post-processing on the face's
186         new value like `custom-face-set' does.
188 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
190         * mail/emacsbug.el (report-emacs-bug): Report the value of
191         LC_CTYPE, not LC_TYPE.
193         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
194         isearch-toggle-regexp and isearch-edit-string to doc string.
196 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
198         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
199         as font-lock-beginning-of-syntax-function in font-lock-defaults.
201         * jit-lock.el (jit-lock-fontify-now): Don't bind
202         font-lock-beginning-of-syntax-function to nil.
204 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
206         * mail/emacsbug.el (report-emacs-bug): Report values of
207         locale-coding-system, default-enable-multibyte-characters, and the
208         environment variables LC_ALL, LC_TYPE, and LANG.
210 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
212         * font-lock.el (font-lock-default-fontify-region): Fix last
213         change.
215         * font-lock.el (font-lock-multiline): Default to nil.
216         (font-lock-default-fontify-region): If font-lock-multiline is
217         nil, don't check the property `font-lock-multiline'.
219         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
220         is nil, don't check the `font-lock-multiline' text property.
222 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
224         * viper.el: Call initial-major-mode on startup.
226         * ediff.el (ediff-patch-file): Use better defaults.
228         * ediff-vers.el: Fix for 8+3 DOS file systems.
230 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
232         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
233         diff mode, if available.
235 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
237         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
239         * ediff-init.el (subst-char-in-string): Define and use it, unless
240         it's already defined.
242 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
244         * tooltip.el (tooltip-hide-delay): New user-option.
245         (tooltip-show): Use tooltip-hide-delay instead of the default.
247 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
249         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
250         kill-local-variable doesn't work for enable-multibyte-characters.
252 2001-01-17  Dave Love  <fx@gnu.org>
254         * ediff-init.el (ediff-before-setup-hook)
255         (ediff-merge-filename-prefix): Add :version.
257         * international/latin1-disp.el: Require disp-table.
258         (latin1-display): Fix :set.
260         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
262 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
264         * isearch.el (isearch-lazy-highlight-initial-delay)
265         (isearch-lazy-highlight-interval): Default to 0.
267 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
269         * isearch.el (isearch-highlight): Set isearch-overlay priority to
270         1 here rather than each time through
271         isearch-lazy-highlight-new-loop.
272         (isearch-lazy-highlight-max): Variable deleted.
273         (isearch-lazy-highlight-max-at-a-time): New user variable, like
274         isearch-lazy-highlight-max but controls a single invocation of
275         isearch-lazy-highlight-update.
276         (isearch-lazy-highlight-wrapped): Variable recreated.
277         (isearch-lazy-highlight-window-start): New variable.
278         (isearch-lazy-highlight-cleanup): Restored to behavior of
279         before 2-Jan.
280         (isearch-lazy-highlight-remove-overlays): Function deleted;
281         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
282         behavior removed.
283         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
284         isearch-lazy-highlight-update in a loop rather than just once.
285         Test isearch-invalid-regexp here and decide not to start a new
286         loop, rather than testing it each time through
287         isearch-lazy-highlight-update.
288         (isearch-lazy-highlight-search): Function restored.
289         (isearch-lazy-highlight-update): Get called in a timer loop again,
290         but this time highlight more than one match each time through.
291         Only highlight matches in the visible part of the window.  Start
292         at point, move in the direction of the search, and wrap around at
293         the edge of the window.  Use sit-for to force redisplay and ensure
294         window-start is credible.  "Face suppressing" behavior removed;
295         overlay priorities should make it unnecessary, right?
296         (isearch-highlight): Face suppressing behavior removed.
297         (isearch-dehighlight): Face suppressing behavior removed.
298         (isearch-set-lazy-highlight-faces-at): Removed.
300 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
302         * language/european.el ("Latin-1"): Make the format of description
303         about additional language environments same as that of Latin-2.
305 2001-01-16  Dave Love  <fx@gnu.org>
307         * isearch.el (isearch-lazy-highlight): Add :version.
309         * simple.el (backward-delete-char-untabify-method)
310         (next-line-add-newlines): Add :version.
312 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
314         * bindings.el: Bind <backspace> and <delete> via function-key-map.
315         Don't bind <delete> otherwise.
317         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
318         and <delete> via function-key-map.
320         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
321         Subject line only if point is after the `Subject:'.
323 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
325         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
326         japanese-jisx0213-2 in `charset' property of this lang. env.
328         * language/european.el ("Latin-1"): Add description for Dutch and
329         Spanish lang. env.
331         * international/mule.el (decode-char): Fix conditions.
332         (encode-char): Handle eight-bit-control too.
333         (transform-make-coding-system-args): New function.
334         (make-coding-system): Accept XEmacs style arguments for CCL base
335         coding system.
337 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
339         * progmodes/etags.el (find-tag-noselect): Save the value of
340         tags-file-name before switching buffers, for the case it has a
341         buffer-local value.
343 2001-01-15  Alex Schroeder  <alex@gnu.org>
345         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
346         From Dave Love <fx@gnu.org>.
347         (ansi-color-for-comint-mode): Fix :version.
349 2001-01-15  Alex Schroeder  <alex@gnu.org>
351         * ansi-color.el (ansi-color-unfontify-region): Doc change.
353 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
355         * dired.el (dired-insert-directory): If file-system-info fails,
356         remove the " free " part, but don't signal an error.
358 2001-01-12  Sam Steingold  <sds@gnu.org>
360         * bookmark.el (bookmark-maybe-historicize-string):
361         Use new backquote syntax.
363 2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
365         * subr.el (last): Handle a list that doesn't end in nil.
367 2001-01-12  Sam Steingold  <sds@gnu.org>
369         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
370         to `backward-delete-char-untabify'.
372 2001-01-12  Dave Love  <fx@gnu.org>
374         * cus-edit.el (customize-menu-create): Fix the :filter following
375         easymenu change.
377         * wid-edit.el (function): Add :match-alternatives.
378         (widget-color-action): Doc fix.
380 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
382         * calendar/calendar.el (calendar-basic-setup): Doc fix.
384 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
386         * international/mule-cmds.el (prefer-coding-system): Fix
387         docstring.
389         * international/ccl.el (define-ccl-program): Fix docstring.
391 2001-01-11  Dave Love  <fx@gnu.org>
393         * international/mule-cmds.el (standard-display-european-internal):
394         Set display table for 2208 as for 160.
396         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
398         * progmodes/fortran.el (fortran-mode-map): Modify Customization
399         entry for custom-menu-create change.
400         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
401         don't cons it in the search loop.
403         * imenu.el (imenu--truncate-items): Revert last change.
405 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
407         * info.el (Info-setup-header-line): If the node header includes
408         either Next: or Prev: links, don't show the File: and Node: parts
409         in the header line.
411 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
413         * comint.el (comint-goto-process-mark): Don't print a message
414         when running in batch mode.
416         * isearch.el (isearch-search): In the condition-case handler for
417         `error', set isearch-invalid-regexp to the whole error message.
419         * subr.el (eval-after-load): Call load-symbol-file-load-history to
420         ensure that eval-after-load works for files dumped with Emacs.
422         * help.el (load-symbol-file-load-history): New function extracted
423         from function symbol-file.
424         (symbol-file): Use it.
426         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
427         exit.xpm.
429 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
431         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
432         behave as if there were no prefix argument.
433         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
434         argument were nil.
436 2001-01-11  Richard M. Stallman  <rms@gnu.org>
438         * isearch.el (isearch-lazy-highlight-update):
439         Don't look for more potential matches once maximum is exceeded.
440         Use overlays-in to check correctly for overlap with current match.
441         Ignore empty matches.
443 2001-01-11  Miles Bader  <miles@gnu.org>
445         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
446         (ispell-overlay-window, ispell-help, ispell-show-choices)
447         (ispell-command-loop): Use it instead of `window-height'.
449 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
451         * files.el (confirm-kill-emacs): New user-option.
452         (save-buffers-kill-emacs): Ask for final confirmation before
453         killing Emacs.
455         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
456         to nil.
458 2001-01-10  Dave Love  <fx@gnu.org>
460         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
462         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
463         :type.
465         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
467         * calculator.el (calculator-number-digits): Fix :type.
469         * vc-cvs.el (vc-cvs-header): Fix :type.
470         * vc-rcs.el (vc-rcs-header): Fix :type.
471         * vc-sccs.el (vc-sccs-header): Fix :type.
473         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
475         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
477         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
479 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
481         * simple.el (set-variable): Force a thorough redisplay for the
482         case that the variable has an effect on the display, like
483         `tab-width' has.
485 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
487         * vc.el: Add documentation for backend interface.
489 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
491         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
493         * international/mule-conf.el (latin-extra-code-table): Set to t
494         for \223 and \224.
496 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
498         * international/mule-cmds.el (locale-language-names): Map "es" to
499         "Spanish" and "nl" to "Dutch".
501 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
503         * bindings.el (global-map): Bind <home> to beginning-of-line,
504         <end> to end-of-line, C-<home> to beginning-of-buffer, and
505         C-<end> to end-of-buffer.
507         * language/european.el: Add Dutch and Spanish language info
508         to be able to use the appropriate tutorials.
510 2001-01-09  Alex Schroeder  <alex@gnu.org>
512         * ansi-color.el (ansi-color-process-output): Use markers instead
513         of positions for start and end of region.
514         (ansi-color-apply-on-region): Rewrote code to make it more robust.
515         Previously, occasional mistakes happend when fontifying many
516         chunks of output (eg. ls --color=yes /dev).  This happened
517         whenever an overlay was created up to the end of the region, which
518         coincided with the process-mark.  New text would then be added
519         within that overlay instead of after it.
520         (ansi-color-make-extent): Overlays are created with the property
521         `modification-hooks' set to '(ansi-color-freeze-overlay).
522         (ansi-color-freeze-overlay): New function.  When inserting text at
523         the end of the overlay, the overlay will resize.
525 2000-01-09  Alex Schroeder  <alex@gnu.org>
527         * ansi-color.el (ansi-color-process-output): Doc change.
528         (ansi-color-unfontify-region): Doc change.  No longer installed
529         automatically in font-lock-unfontify-region-function.
530         (ansi-color-apply): Doc change.
531         (ansi-color-apply-on-region): Use extents or overlays instead of
532         text-properties.
533         (ansi-color-make-extent): New function.
534         (ansi-color-set-extent-face): New function.
536 2000-01-09  Alex Schroeder  <alex@gnu.org>
538         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
539         both use ansi-color-process-output, now.
540         (ansi-color-process-output): Doesn't return string anymore.  It is
541         installed in comint-output-filter-functions for both Emacs and
542         XEmacs, now.
543         (ansi-color-unfontify-region): Simplified code removing variables
544         pos and start-ansi.
545         (ansi-color-apply): Put text-property ansi-color before putting
546         text-property face because ansi-color-unfontify-region is called
547         immediately after the call to put-text-property.
548         (ansi-color-context-region): Doc change.
549         (ansi-color-filter-region): Simplified code.
550         (ansi-color-apply-on-region): Changed start to start-marker, using
551         a marker explicitly.  Put text-property ansi-color before putting
552         text-property face because ansi-color-unfontify-region is called
553         immediately after the call to put-text-property.
555 2000-01-09  Alex Schroeder  <alex@gnu.org>
557         * ansi-color.el (ansi-color-faces-vector): Doc change.
558         (ansi-color-for-comint-mode): Changed :type property to choice.
559         (ansi-color-last-context): Removed.
560         (ansi-color-process-output): Don't use ansi-color-last-context, as
561         the main functions will store their context now.
562         (ansi-color-context): Doc change.
563         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
564         Uses ansi-color-context such that repeated calls will strip
565         partial escape sequences, too.
566         (ansi-color-apply): Simplified code.  Colorize end of string if
567         face is not null.  Store context in new (FACE STRING) format, such
568         that repeated calls will strip partial escape sequences, too.
569         Append faces to face property using ansi-color-apply-sequence such
570         that cumulative mode actually works.
571         (ansi-color-context-region): New variable.
572         (ansi-color-filter-region): Rewrote it based on
573         ansi-color-apply-on-region.  Uses ansi-color-context-region such
574         that repeated calls will strip partial escape sequences, too.
575         (ansi-color-apply-on-region): Simplified code.  Colorize end of
576         region if face is not null.  Store context in new (FACE POS)
577         format, such that repeated calls will strip partial escape
578         sequences, too.  Append faces to face property using
579         ansi-color-apply-sequence such that cumulative mode actually
580         works.
581         (ansi-color-apply-sequence): New function.
582         (ansi-color-get-face): When the default face is added to the list
583         of faces, all previous settings are discarded and the list of
584         faces is set to '(default).
586 2000-01-09  Alex Schroeder  <alex@gnu.org>
588         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
589         face, such that ansi-color-apply and ansi-color-apply-on-region
590         will do the right thing.
591         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
592         returns nil, set the list of faces back to nil instead of
593         appending the result of ansi-color-get-face to the front of the
594         list.
596 2000-01-09  Alex Schroeder  <alex@gnu.org>
598         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
599         (ansi-color-process): Doc change.
600         (ansi-color-last-context): New buffer-local variable.
601         (ansi-color-process-output): New function.  It is automatically
602         added to comint-output-filter-functions if this is XEmacs.
603         (ansi-color-unfontify-region): New optional parameter for XEmacs
604         compatibility.  Check wether font-lock-syntactic-keywords is
605         boundp before removing the syntax table text property, as XEmacs
606         doesn't have it.
607         (ansi-color-filter-region): Doc change.
608         (ansi-color-apply-on-region): Doc change.
609         (ansi-color-make-face): New function.  Compatibility layer for
610         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
611         (ansi-color-make-color-map): Use ansi-color-make-face.
612         (ansi-color-get-face): Avoid face text property '(nil) as results
613         in an errow for XEmacs.
615 2000-01-09  Alex Schroeder  <alex@gnu.org>
617         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
618         text-property ansi-color in order to preserve fontification by
619         ansi-color.  When the package is loaded, a lambda expression is
620         put onto font-lock-mode-hook.  This lambda expression will check
621         font-lock-unfontify-region-function and replace
622         font-lock-default-unfontify-region with
623         ansi-color-unfontify-region.
624         (ansi-color-apply): Add text-property ansi-color in addition to
625         text-property face.
626         (ansi-color-apply-on-region): Add text-property ansi-color in
627         addition to text-property face.
628         (save-buffer-state): Copy of the macro that is also used by
629         lazy-lock and font-lock.
631         (ansi-color-for-comint-mode): New option.
632         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
633         (ansi-color-for-comint-mode-off): Ditto.
634         (ansi-color-for-comint-mode-filter): Ditto.
635         (ansi-color-process): New function.  Uses
636         ansi-color-for-comint-mode to decide what to do.  This function is
637         added to comint-preoutput-filter-functions when the package is
638         loaded.
640         (ansi-color-for-shell-mode-set): Removed.
641         (ansi-color-for-shell-mode): Removed.
643 2000-01-09  Alex Schroeder  <alex@gnu.org>
645         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
646         the lambda expression from the ansi-color-for-shell-mode :set
647         property.  Additionally, modify shell-mode-hook to enable or
648         disable font-lock-mode for future shell buffers.
649         (ansi-color-for-shell-mode): The :set property calls
650         ansi-color-for-shell-mode-set instead of a lambda expression.
652 2000-01-09  Alex Schroeder  <alex@gnu.org>
654         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
655         (ansi-color-context): New variable.
656         (ansi-color-apply): Save context between calls.
658 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
660         * isearch.el (isearch, isearch-lazy-highlight-face): New
661         definitions for face colors and attributes.
663         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
664         of display-mouse-p.
666 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
668         * international/mule.el (make-coding-system): If the coding system
669         accepts extra latin codes, register such codes as safe for the
670         coding system.
672 2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
674         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
675         don't mention the file name or the date here, because they are
676         logged at the start of the file.
678 2001-01-08  Richard M. Stallman  <rms@gnu.org>
680         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
681         Change screen-width to frame-width.
683 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
685         * info.el (Info-search): Print the default as part of the prompt.
687 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
689         * vc.el (vc-default-latest-on-branch-p): New function, replaces
690         constant implementations in backends.
692         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
693         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
695         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
696         WRITABLE to EDITABLE.
698         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
699         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
700         to EDITABLE.
702 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
704         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
705         (copyright, copyright-update): Compute the current year at run
706         time.
708 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
710         * isearch.el (isearch-old-signal-hook): Removed.
711         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
712         instead of setting signal-hook-function.
713         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
715 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
717         * emulation/edt.el: Update to version 4.0.  Provide support for
718         EDT scroll margins at top and bottom of the window.  Provide an
719         emulation of the EDT SUBS command (bound to GOLD-Enter, by
720         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
721         user when file-related buffer modifications exist.  Provide
722         support for running EDT Emulation in XEmacs.  Provide customize
723         access to some user updatable variables.  Add Commentary section
724         to file header.  Fixed a few minor bugs and cleaned up some code.
726         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
727         for detecting a keypress that generates an ASCII key sequence.
728         (Previously, only a keypress that generates a vector was
729         recognized.)  Embed Window Manager name into name of the generated
730         EDT Emulation initialization file since the initialization file is
731         Window Manager specific.  Add Commentary section to file header.
733 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
735         * mail/sendmail.el (mail-mode): Doc fix.
737         * info.el (Info-goto-emacs-command-node): Doc fix.
738         (Info-goto-emacs-key-command-node): Doc fix.
740 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
742         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
743         systems without long file-name support.
745 2001-01-06  Andrew Innes  <andrewi@gnu.org>
747         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
749 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
751         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
752         (isearch-lazy-highlight-update): Doc fix.
754         * ffap.el (ffap-bindings): Doc fix.
756         * dired-x.el (dired-virtual-guess-dir): Doc fix.
758 2001-01-05  Dave Love  <fx@gnu.org>
760         * emacs-lisp/cl-seq.el (remove, remq): Remove.
762 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
764         * mouse-drag.el (mouse-drag-safe-scroll): Bind
765         scroll-preserve-screen-position to nil.
767         * isearch.el (isearch-old-signal-hook): New variable.
768         (isearch-mode): Set signal-hook-function to isearch-done.
769         (isearch-done): Restore old signal-hook-function.
771         * info.el (Info-fontify-node): Mark one more char as intangible.
773 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
775         * composite.el (compose-last-chars): New argument COMPONENTS.  If
776         it is non-nil, compose preceding characters by compose-region with
777         COMPONENTS.
779         * international/quail.el (quail-input-string-to-events): New function.
780         (quail-input-method): Convert input string to events here.
781         (quail-start-translation): Return input string, not event list.
782         (quail-start-conversion): Likewise.
784 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
786         * tooltip.el (tooltip-cancel-delayed-tip)
787         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
788         and tooltip-add-timeout.
789         (tooltip-show): Set border color from faces's foreground.
790         (tooltip-show-help-function): If called with the same help string
791         as last time, do nothing.
792         (tooltip-help-tips): Don't set tooltip-help-message to nil.
794         * startup.el (fancy-splash-screens): Don't bind show-help-function
795         to nil.
797         * tooltip.el (tooltip-frame-parameters): Remove colors.
798         (tooltip): New face
799         (tooltip-set-param): New function.
800         (tooltip-show): Set up color frame parameters from face `tooltip'.
801         Display the tooltip text in face `tooltip'.
803 2001-01-04  Dave Love  <fx@gnu.org>
805         * whitespace.el (whitespace-global-mode): Fix typo.
807         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
809 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
811         * help.el (help-for-help): Fix a typo in a doc string.  From
812         kwzh@gnu.org (Karl Heuer).
814 2001-01-03  Dave Love  <fx@gnu.org>
816         * dired-x.el: Doc fixes.  Maintainer change.
817         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
818         :type.
819         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
820         (dired-guess-shell-alist-user): Customize.
821         (dired-x-help-address): Set to bug-gnu-emacs.
822         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
823         (dired-default-directory): Renamed from default-directory.
825         * hl-line.el (hl-line): Doc fix.
827 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
829         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
831 2001-01-02  Richard M. Stallman  <rms@gnu.org>
833         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
834         to remove all the current alternative-match highlighting.
835         If nil, remove only what's outside the current window.
836         (isearch-lazy-highlight-remove-overlays): Take optional
837         region within which NOT to remove them.
838         (isearch-lazy-highlight-new-loop): Greatly simplified.
839         (isearch-lazy-highlight-update): Find all the other occurrences
840         visible in the window, in just one call.
841         (isearch-lazy-highlight-start): Now holds start of region to scan.
842         (isearch-lazy-highlight-end): Now holds end of region to scan.
843         (isearch-lazy-highlight-wrapped): Variable deleted.
844         (isearch-lazy-highlight-search): Function deleted.
846 2000-01-02  Andrew Innes  <andrewi@gnu.org>
848         * w32-fns.el (convert-standard-filename): Do length check on name
849         before aref.
851 2001-01-02  Dave Love  <fx@gnu.org>
853         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
854         value.
855         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
857         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
859         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
860         read syntax.
862         * calendar/todo-mode.el (todo): Add :link, :version.
863         (todo-save-top-priorities): Remove autoload cookie.
864         (todo-add-category, todo-add-item-non-interactively)
865         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
866         cookie.
868 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
870         * comint.el (comint-input-history-ignore): New variable.
871         (comint-read-input-ring): Ignore entries matching
872         comint-input-history-ignore.
874 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
876         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
877         (lm-copyright-mark): New function.
878         (lm-crack-copyright): New function.
879         (lm-verify): Check that the file has a copyright.
880         Check that the file is copyright Free Software Foundation.
882 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
884         * international/mule-diag.el (print-fontset): Indent font name by
885         24 columns, not 25.
887 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
889         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
890         in Subject line.
892         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
893         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
894         continuing an interrupted message with C-u C-x m for instence,
895         winds up in Mail mode without abbrevs.
897 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
899         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
900         non-nil.  Adding almost all customization variables on ps-setup.  Doc
901         fix.
902         (ps-print-version): New version number (6.3.3).
903         (ps-end-with-control-d): Initialization fix.
904         (ps-lines-printed): New var.
905         (ps-skip-newline): New fun.
906         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
907         (ps-next-line, ps-continue-line, ps-plot-region)
908         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
910 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
912         * international/fontset.el (x-complement-fontset-spec): Resolve
913         ASCII font name so that the same family name is used for fonts
914         registered in x-font-name-charset-alist.
915         (create-fontset-from-fontset-spec): Adjusted for the above change.
916         The name of fontset alias should be a unresolved ASCII font name.
918 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
920         * simple.el (delete-key-deletes-forward-mode): Bind backspace
921         and delete in isearch-mode-map.
923 2000-12-28  Richard M. Stallman  <rms@gnu.org>
925         * dired-x.el (dired-guess-shell-alist-default):
926         Use xpdf instead of acroread.
928 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
930         * textmodes/artist.el (artist-butlast): Deleted.
931         (artist-ellipse-mirror-quadrant): Use butlast instead of
932         artist-butlast.
934         * subr.el (butlast, nbutlast): Moved from cl.el to here.
936         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
938 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
940         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
942         * ls-lisp.el: Better support for the Mac and MS-Windows.
943         (ls-lisp): New defgroup.
944         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
945         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
946         (ls-lisp-support-shell-wildcards): New defcustoms.
947         (ls-lisp-parse-symlink): New function.
948         (insert-directory): Code to convert switches to a list and set up
949         the wildcard argument copied from ls-lisp-insert-directory.
950         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
951         for -C and -R switches.
952         (ls-lisp-column-format): New function.
953         (ls-lisp-delete-matching, ls-lisp-handle-switches)
954         (ls-lisp-format-time): Add doc strings.
955         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
956         Support ls-lisp-dirs-first.
957         (ls-lisp-classify, ls-lisp-extension): New functions.
958         (ls-lisp-format): Optionally support emulation of symlinks.
959         Support -i, -s, and -G switches.
961 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
963         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
965         * version.el (emacs-version): Print X scroll bar information.
967         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
968         instead of x-toolkit-scroll-bars-p.
970         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
971         of x-toolkit-scroll-bars-p.
973 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
975         * ffap.el (ffap-bindings): Make interactive and add an autoload
976         cookie.
977         (ffap-bindings): Doc fix, to reflect the above change.
979 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
981         * term.el (term-char-mode): Define all non-ascii self-inserting
982         characters to 'term-send-raw in term-raw-map.
984 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
986         * viper-init (viper-restore-cursor-type): Added condition-case
987         guard.
989         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
990         initialization; use add-hook.
991         (ediff-file-remote-p): Use file-local-copy.
993         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
995         * ediff.el (ediff-patch-buffer): Bug fix.
996         (ediff-revision): Allow selection of the file at the prompt.
998 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
1000         * subr.el (combine-run-hooks): Remove.
1002         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1003         and remove the rogue second spec.
1005 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
1007         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1009 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
1011         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1012         Use minibuffer menu prompt for the `=' prefix.
1013         (smerge-command-prefix): Change default to C-^.
1014         (smerge-mode): Don't assume font-lock doesn't move point.
1016         * skeleton.el (skeleton-internal-1): Make sure the first line of
1017         the region is also re-indented.
1018         (skeleton-end-newline): New var.
1019         (skeleton-end-hook): Use it.
1021 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
1023         * comint.el (comint-password-prompt-regexp): Support CVS.
1025 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
1027         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
1028         backspace key combinations, depending on
1029         delete-key-deletes-forward.
1031         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1033         * simple.el (delete-key-deletes-forward): Doc fix.
1035 2000-08-22  Emmanuel Briot  <briot@gnat.com>
1037         * xml.el (top level comment): Updated to reflect the fact that
1038         white spaces are relevant in the XML file.
1039         (xml-parse-file): Do not kill an existing Emacs buffer if the file
1040         to parse was already edited. This allows for on-the-fly analysis
1041         of XML files.
1042         (xml-parse-tag): Check that the casing is the same in the start
1043         tag and end tag, since XML is case-sensitive.  Allows for spaces
1044         in the end tag, after the name of the tag.
1045         (xml-parse-attlist): Allow for the character '-' in the name of
1046         attributes, as in the standard http-equiv attribute Do not save
1047         the properties in the XML tree, since they are not relevant.
1049 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
1051         * generic.el (generic-read-type): Undo last change, inline into
1052         `generic-mode' and then remove.
1053         (generic-mode): Inline generic-read-type.
1054         (define-generic-mode): Push the symbol name rather than the symbol
1055         onto generic-mode-list.
1057 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
1059         * generic.el (generic-read-type): Build an alist for
1060         completing-read as in 20.7.
1062         * play/landmark.el (lm): Use interactive spec `P'.
1063         (toplevel): Don't set debug-on-error.
1065         * server.el (server-switch-buffer): Choose a window on a visible
1066         frame.
1068 2000-12-21  Dave Pearson  <davep@davep.org>
1070         * quickurl.el: Commentry change, I've moved my web site.
1072 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1074         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1075         ranges like \177-\237, but accepts the character sequence from \177 to
1076         \237.  Doc fix.
1077         (ebnf-version): New version (3.4).
1078         (ebnf-setup): Code fix.
1079         (ebnf-range-regexp): New fun.
1080         (ebnf-8-bit-chars): Const fix.
1082         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1083         entry.  Doc fix.
1084         (ebnf-bnf-lex): Code fix.
1085         (ebnf-bnf-comment-chars): Const fix.
1087         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1088         entry.  Doc fix.
1089         (ebnf-iso-comment-chars): Const fix.
1091         * ebnf-otz.el: Doc fix.
1093         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1094         entry.  Doc fix.
1095         (ebnf-yac-skip-code): Code fix.
1096         (ebnf-yac-comment-chars): Const fix.
1098 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1100         * files.el (insert-directory-safely): New function.
1101         (recover-file): Use it instead of insert-directory.  From Markus
1102         Rost <markus.rost@mathematik.uni-regensburg.de>
1104 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1106         * international/mule-cmds.el (select-safe-coding-system): Check
1107         coding-category-list more rigidly.  Improve help message.
1109         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1111 2000-12-21  Miles Bader  <miles@gnu.org>
1113         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1114         prefix.
1116 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1118         * international/mule-diag.el (describe-char-after): Make *Help*
1119         buffer inherit multibyteness of the current buffer.
1121         * international/mule.el (make-char): Docstring adjusted for the
1122         change of make-char-internal.
1124 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1126         * international/iso-cvt.el: Docstrings fix.
1128 2000-12-20  Dave Love  <fx@gnu.org>
1130         * subr.el (eval-after-load): Doc fix.
1132 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1134         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1135         for numbers.
1137 2000-12-20  Miles Bader  <miles@gnu.org>
1139         * international/quail.el (quail-help): Resize the help window
1140         again after it has all its contents.  Remove unneeded progn.
1142 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1144         * pcmpl-linux.el: Fix copy/paste error.
1146 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1148         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1149         docstring.
1151 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1153         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1155         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1157         * progmodes/idlw-shell.el: Fixed copyright notice.
1159         * progmodes/idlwave.el: Fixed copyright notice.
1161         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1162         TAB as key separators.
1164 2000-12-19  Alex Schroeder  <alex@gnu.org>
1166         * sql.el (sql-sybase-options): New option.
1167         (sql-sybase): Use it.  Add sql-database to the list of parameters
1168         provided for login.  The options -w 2048 -n are not used any more.
1169         (sql-postgres-options): Changed default from "--pset" to "-P".
1170         (sql-mysql-options): Doc change.
1171         (sql-stop): Doc change.
1173 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1175         * international/quail.el (quail-input-method): Always hide
1176         the guidance buffer on exiting.
1178 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1180         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1181         isn't fboundp.
1183         * server.el (server-buffer-done): Bury the buffer before
1184         killing it.
1186         * faces.el (face-spec-set): Interpret a nil in specs for
1187         foreground and background colors as `unspecified', for
1188         compatibility with 20.x.
1190 2000-12-18  Dave Love  <fx@gnu.org>
1192         * simple.el (mail-user-agent): Doc fix.
1193         (input-mode-8-bit): Removed.
1195         * international/mule.el (set-keyboard-coding-system): Doc fix.
1196         (keyboard-coding-system): New option.
1198         * mail/sendmail.el (send-mail-function): Customize.
1200 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1202         * international/codepage.el (cp866-decode-table): New table.
1204 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1206         * version.el (emacs-version): Remove `%a' from the time format
1207         because the weekday doesn't fit well into each locale.
1209 2000-12-18  Miles Bader  <miles@gnu.org>
1211         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1213         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1214         Check that emacs-major-version is `=' to 20, not `>='.
1215         (artist-replace-chars): Use `make-string' instead of a loop.
1217 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1219         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1220         (cvs-execute-single-file): Don't change directory.
1221         Patch from Per Cederqvist.
1223 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1225         * textmodes/ispell.el (check-ispell-version): If
1226         `ispell-program-name' is "aspell", pass it the -v switch instead
1227         of -vv.
1229 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1231         * international/mule-diag.el (mule-diag): Insert information about
1232         configure options, multibyte awareness, language env.
1234         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1235         regexp to search for candidates.
1237 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1239         * info.el (Info-forward-node): If the node has an
1240         Info-header-line, widen the buffer before searching for "next:"
1241         and "up:" pointers, and set the search limit to stay in the
1242         current node.
1244 2000-12-16  Miles Bader  <miles@gnu.org>
1246         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1248 2000-12-15  Miles Bader  <miles@gnu.org>
1250         * comint.el (comint-send-string, comint-send-region): Also accept
1251         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1252         process-send-string/region.
1254 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1256         * isearch.el (isearch-lazy-highlight-max): New user-option.
1257         (isearch-lazy-highlight-update): Don't highlight more than
1258         isearch-lazy-highlight-max matches.
1260         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1262 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1264         * sort.el (sort-columns): Fix error message.
1266         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1267         `upcase' or `downcase' or nil.
1268         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1269         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1270         (dabbrev--substitute-expansion): New arg record-case-pattern.
1271         If it is non-nil, set dabbrev--last-case-pattern.
1272         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1274         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1276 2000-12-15  Miles Bader  <miles@gnu.org>
1278         * paths.el (Info-default-directory-list): Don't delete
1279         configure-info-directory from the list of standard info
1280         directories when appending it to the end -- their order is
1281         important.
1283         * faces.el (read-face-attribute): If there's no entry for the
1284         user's input in VALID, just use it as-is (this will often result
1285         in an error, but it may be OK for e.g. colors using hexadecimal
1286         notation, and at least will yield a better error message).
1288         * window.el (mode-line-window-height-fudge): Function removed.
1289         (height-affecting-face-attributes, mode-line-window-height-fudge):
1290         Variables removed.
1291         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1292         window is really the right size.  Use vertical-motion
1293         rather than forward-line.
1294         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1295         (ispell-command-loop, ispell-show-choices): Use the variable
1296         ispell-choices-win-default-height, rather than the function.
1297         (ispell-choices-win-default-height): Function removed.
1298         (ispell-mode-line-window-height-fudge): Function removed.
1300 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1302         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1304 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1306         * paths.el (Info-default-directory-list): If
1307         configure-info-directory is not one of the standard directories,
1308         put it first in the list; otherwise put it last.  Doc string
1309         changed accordingly.
1311         * info.el (Info-directory-list): Change doc string to reflect the
1312         change in Info-default-directory-list.
1314         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1315         windows-nt as windowed environments, even under -nw.
1317         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1318         if not fboundp.  Switch delete-forward mode for the <delete> key
1319         on all PC platforms, even under -nw.
1321         * term/internal.el ([M-delete]): Remap to M-d.
1323 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1325         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1327 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1329         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1331 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1333         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1334         if appropriate.
1336         * simple.el (delete-key-deletes-forward): New user-option.
1337         (delete-key-deletes-forward-mode): New function.
1339         * bindings.el: Bind `delete' to backward-delete-char.
1341         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1342         if symbol is bound before getting its value.
1344         * tooltip.el (tooltip-show): If an error is signaled in
1345         x-show-tip, display that error, and display the help in the
1346         echo area.
1348 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
1350         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1351         "... entries" messages for every 10000 entries, not 10.
1353 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
1355         * bookmark.el: Provide a generic exit hook, as suggested by
1356         Ovidiu Predescu <ovidiu@cup.hp.com>:
1357         (bookmark-exit-hook): New var.
1358         (bookmark-exit-hook-internal): New func, replaces
1359         old raw lambda form in `kill-emacs-hook', and runs new
1360         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
1361         as logically that feature must have been provided if this function
1362         is running.
1363         Removed ;;;###autoload before the `add-hook' call.
1365 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1367         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1368         (easy-menu-current-active-maps): New function.
1369         (easy-menu-get-map): Use it.
1370         Make a proper menu entry when creating a new keymap.
1372 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
1374         * international/characters.el: Fix cases and syntaxes for
1375         mule-unicode-0100-24ff.
1377         * dired.el (dired-move-to-filename-regexp): Fixed for the case
1378         that a Japanese character is not appended after day and year.
1380         * info.el (Info-suffix-list): Change format for a command that
1381         requires arguments.
1382         (info-insert-file-contents): Adjusted for the above change.
1384 2000-12-12  Andreas Schwab  <schwab@suse.de>
1386         * tar-mode.el (tar-extract): Base the name of the subfile buffer
1387         on the name of the tar buffer.  Verify that the existing buffer is
1388         visiting the same subfile.
1390 2000-12-12  Dave Love  <fx@gnu.org>
1392         * subdirs.el: Add obsolete.
1394 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
1396         * mail/rmailsum.el (rmail-summary-expunge)
1397         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1398         instead of rmail-confirm-expunge.
1400         * replace.el (perform-replace): Don't use an empty match adjacent
1401         to a non-empty match when computing the next match before the
1402         replacement is performed.
1404 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
1406         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1407         definition (patch by Stefan Monnier).
1408         (glasses-mode): Use jit-lock instead of `after-change-functions'
1409         (patch by Stefan Monnier).
1411 2000-12-12  Miles Bader  <miles@gnu.org>
1413         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1414         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1416 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
1418         * term/mac-win.el: Remove load for ls-lisp.
1420         * loadup.el: Load ls-lisp for system-type `macos'.
1422 2000-12-12  Miles Bader  <miles@gnu.org>
1424         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1425         Respect field end too.
1426         (just-one-space): Respect fields as `delete-horizontal-space'.
1427         (newline-and-indent, reindent-then-newline-and-indent): Use
1428         `delete-horizontal-space'.
1430 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
1432         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1433         (so as to obey the field property in the minibuffer).
1435         * obsolete/c-mode.el: Moved from lisp/progmodes.
1436         * obsolete/auto-show.el: Moved from lisp.
1437         * obsolete/ooutline.el: Moved from lisp/textmodes.
1439 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1441         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
1442         changes to list them here.
1444         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
1445         many changes to list them here.
1447         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
1448         many changes to list them here.
1450         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1452 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
1454         * simple.el (kill-new): Don't try to setcar kill-ring if it is
1455         nil.
1457         * cus-edit.el (custom-save-variables, custom-save-faces):
1458         Comment fix.
1460         * hscroll.el: Moved to `obsolete' subdir.
1462 2000-12-11  Miles Bader  <miles@gnu.org>
1464         * window.el (window-text-height): Function removed (now in C).
1466 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
1468         * log-edit.el (log-edit-parent-buffer): New var.
1469         (log-edit): Set it.  Add BUFFER argument.
1470         (log-edit-done): Use char-before.
1471         Don't bother checking validity of vc-comment-ring.
1472         Only bury the buffer if log-edit popped it up.
1474         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1475         (cvs-mode-diff-help): Remove.
1476         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1477         (cvs-mode-marked): Set up the default for CMD manually.
1479         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1480         Remove binding for ? now made unnecessary.
1482 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1484         * textmodes/reftex.el (reftex-scanning-info-available-p): New
1485         function
1486         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1488         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1489         when master file is not open.
1491 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1493         * progmodes/ada-stmt.el: Update `maintainer'.
1495 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
1497         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1498         choices to match documentation string.
1500 2000-12-09  Miles Bader  <miles@gnu.org>
1502         * minibuf-eldef.el: New file.
1504         * window.el (fit-window-to-buffer): Don't pass last argument to
1505         pos-visible-in-window-p, now that its meaning is inverted.
1507 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
1509         * image.el (create-image): Doc fix; spotted by Per Cederqvist
1510         <ceder@lysator.liu.se>.
1512 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
1514         * autoinsert.el (auto-insert-alist): Add missing final \n.
1516         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
1517         (cvs-menu-map): Remove.
1518         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1519         (cvs-mode-quit): Turn it back into a plain function.
1521         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1522         (texinfo-filter): Remove (move to texinfo.el).
1524         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1525         file where it's more visible.
1526         (texinfo-filter, texinfo-chapter-level-regexp): New variables
1527         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1528         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1529         (texinfo-inside-macro-p): Only catch `scan-error's.
1530         (texinfo-inside-env-p): Make better use of the match info.
1531         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1532         (texinfo-insert-@end): Slight re-organization.
1533         Also remove useless `looking-at' call.
1535 2000-12-08  Andrew Innes  <andrewi@gnu.org>
1537         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1538         accessible in -nw mode.
1540         * term/w32-win.el: Remove stuff about selection timeout, which is
1541         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
1542         it is accessible in -nw mode.
1544 2000-12-08  Dave Love  <fx@gnu.org>
1546         * emacs-lisp/lisp-mode.el (lisp-mode): Set
1547         font-lock-keywords-case-fold-search.
1549 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
1551         * textmodes/ispell.el (ispell): Doc fix.
1553 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
1555         * international/quail.el (quail-insert-decode-map): Check the
1556         frame width of a window displaying the current buffer, not that of
1557         the selected frame.
1558         (quail-help): Make sure that the help buffer has window before
1559         inserting text in it.
1561 2000-12-07  Sam Steingold  <sds@gnu.org>
1563         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1564         Backquote is used in isearch.el, so autoloading saves nothing.
1566 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1568         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1569         the CVS and RCS subdirectories case-insensitively.
1571         * dired.el (dired-insert-directory): If file-system-info is
1572         fboundp, call it instead of invoking dired-free-space-program.
1574 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
1576         * server.el (server-visit-files): Push files on file-name-history.
1578         * progmodes/cc-langs.el: Update copyright.
1580         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1582         * bindings.el (mode-line-mode-menu): Add glasses-mode.
1584         * bindings.el (mode-line-mode-menu): Reverse the order
1585         of define-keys so that the menu appears in alphabetical order.
1587 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
1589         * progmodes/glasses.el (glasses-mode): Update mode line at the end
1590         of the function.
1592 2000-12-07  Dave Love  <fx@gnu.org>
1594         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1596         * facemenu.el (facemenu-unlisted-faces): Fix value.
1598 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
1600         * font-lock.el (font-lock-default-fontify-region):
1601         Include the terminating \n (off-by-one error).
1602         (font-lock-set-defaults): Use dolist.
1604         * derived.el (define-derived-mode): Don't use combine-run-hooks.
1606 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
1608         * international/mule-cmds.el (describe-language-environment): Fix
1609         for the case that an input method title is not string but a list.
1611         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1612         of wrong SIZE record.
1614 2000-12-06  Dave Love  <fx@gnu.org>
1616         * newcomment.el (comment-region, comment-dwim): Doc fix.
1618         * textmodes/texinfo.el: Require tex-mode when compiling.
1619         (texinfo-update-node): Doc fix.
1620         (texinfo-imenu-generic-expression): Add @anchor.
1621         (texinfo-font-lock-keywords): Add @uref.
1622         (texinfo-inside-macro-p): Don't use ignore-errors.
1623         (texinfo-insert-quote): Match more contexts.
1625         * international/mule.el (decode-char, encode-char): Doc fix.
1626         (auto-coding-alist): Customize.
1628         * files.el (load-file): Fix change of 2000-03-12.
1630         * wid-edit.el (widget-text-keymap): Doc fix.
1632 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1634         * makefile.w32-in (lisp): Set to an absolute directory, namely
1635         $(CURDIR).
1637 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1639         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1640         read generated-autoload-file, and set buffer-file-coding-system to
1641         raw-text-unix after reading the file.
1643         * international/mule-conf.el (file-coding-system-alist): Use
1644         raw-text for reading loaddefs.el and raw-text-unix for writing
1645         it.
1647 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
1649         * replace.el (occur): Make line-number-width 1 smaller for the
1650         colon following the line number.
1652         * startup.el (fancy-splash-text, command-line-1): Use
1653         `File' for the menu name instead of `Files'.
1655         * tmm.el: Update copyright.
1657         * cus-start.el: Add entry for even-window-heights.
1659 2000-12-06  Miles Bader  <miles@gnu.org>
1661         * faces.el (frame-set-background-mode): Avoid stomping on
1662         locally modified faces.
1664 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
1666         * international/fontset.el: Correct the font registries for
1667         japanese-jisx0213-1 and japanese-jisx0213-2.
1669 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
1671         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1673         * iswitchb.el: Update customization commentary.
1675 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
1677         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1678         (tpu-search-highlight): Fixed comparison of overlay end positions.
1679         (tpu-trim-line-ends): Implemented trimming logic locally.
1681         * emulation/tpu-extras.el (tpu-write-file-hook)
1682         (tpu-set-cursor-bound): Replaced picture-clean with
1683         tpu-trim-line-ends.
1685 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
1687         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1688         to cn-gb.
1689         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1691 2000-12-04  Dave Love  <fx@gnu.org>
1693         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1695 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1697         * mail/rmailsum.el (rmail-summary-expunge)
1698         (rmail-summary-expunge-and-save): Ask for confirmation with
1699         rmail-expunge-confirmed.
1701         * mail/rmail.el (rmail-expunge-confirmed): New function.
1702         (rmail-expunge): Use it.
1704         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1705         (etags-recognize-tags-table, find-tag-in-order): New
1706         functionality: interpret file names as tags.
1708 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
1710         * info.el (Info-scroll-prefer-subnodes): New defcustom.
1711         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1712         visit the first subnode until the bottom of the current node is
1713         visible.
1715 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1717         * format.el (format-decode): Don't change buffer's undo list.
1719 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
1721         * faces.el (face-font-registry-alternatives): Add entries for CJK
1722         fonts.  Doc-string adjusted for the actual usage of this data.
1724         * international/fontset.el: Change the font registries for CJK
1725         fonts in the default fontset.  Don't append '*' to registries.
1727 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
1729         * emacs-lisp/easy-mmode.el (define-derived-mode)
1730         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1732         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1733         (derived-mode-p): New function.
1734         (derived-mode-make-docstring): Add `docstring' argument.
1735         Use it if available and complete it if necessary.
1737 2000-12-03  Andreas Schwab  <schwab@suse.de>
1739         * type-break.el (type-break): Don't make parent of itself.
1741 2000-12-03  Miles Bader  <miles@gnu.org>
1743         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1745 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
1747         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1748         (tex-main-file, tex-file): Simplify.
1749         (tex-generate-zap-file-name): Use subst-char-in-string.
1750         (tex-strip-dots): Remove.
1752         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1754         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1755         to check if the match succeeded.
1757 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1759         * startup.el (use-fancy-splash-screens-p): New function.
1760         (command-line-1): Use it to determine whether or not to use
1761         a fancy splash screen.
1763 2000-12-02  Andreas Schwab  <schwab@suse.de>
1765         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1767 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1769         * international/mule.el (make-char): Fix last change.
1771         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1772         New defcustoms.
1773         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1774         autoloading tex-mode; instead, do the same manually.  Use
1775         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
1776         with numeric argument.  Docstring fix.
1777         (toplevel): Require cl when compiling.
1779         * international/mule.el (make-char): Doc fix.
1781 2000-12-02  Jason Rumney  <jasonr@gnu.org>
1783         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1784         the Emacs Lisp manual)
1786 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1788         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1790         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1791         the Emacs Lisp manual).
1793 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1795         * simple.el (next-line-add-newlines): Change default to nil.
1797 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
1799         * files.el (revert-buffer, recover-file): Bind
1800         coding-system-for-read to emacs-mule-unix, not to no-conversion.
1802 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
1804         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1806 2000-12-01  Miles Bader  <miles@gnu.org>
1808         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1810 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
1812         * international/mule-diag.el (describe-char-after): Fix typo.
1813         (describe-character-set, non-iso-charset-alist): Fix typo.
1815 2000-12-01  Miles Bader  <miles@gnu.org>
1817         * image-file.el (image-file-name-regexp): Automatically add
1818         upper-case variants of each filename extension in
1819         `image-file-name-extensions', since they seem to be common.
1821         * simple.el (minibuffer-contents)
1822         (minibuffer-contents-no-properties, delete-minibuffer-contents):
1823         New functions.
1824         * filecache.el (file-cache-directory-name)
1825         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1827 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1829         * filecache.el (file-cache-minibuffer-complete): Don't try to
1830         delete the minibuffer prompt.
1832 2000-11-30  Dave Love  <fx@gnu.org>
1834         * cus-start.el: Fix read-buffer-function type.
1836 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1838         * md5.el: Removed.  There's a built-in function, now.
1840 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
1842         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1843         as dummy 0-th char of rmail-deleted-vector.
1845 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
1847         * ps-print.el (ps-end-job): Bind case-fold-search only after
1848         switching to ps-spool-buffer.
1850 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1852         * ps-print.el: Line number font customization.  PostScript: Lines and
1853         PageCount are initialized on each page.  Doc Fix.
1854         (ps-print-version): New version number (6.3.2).
1855         (ps-lpr-switches, ps-font-info-database, ps-font-size)
1856         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1857         (ps-right-header): Customization fix.
1858         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1859         Fix code.
1860         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1861         New vars.
1863 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1865         * bs.el: Fix typos and spelling errors.
1866         (bs-appearance) <defgroup>: Renamed from bs-appearence.
1867         (bs-configuration): Doc fix.
1869         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
1871 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
1873         * emulation/tpu-edt.el (tpu-version): New version.
1874         (tpu-search-overlay, tpu-replace-overlay): New initial range.
1875         (tpu-original-mode-line): Variable deleted.
1876         (tpu-mark-flag): New initial value.
1877         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
1878         tpu-mark-flag to minor-mode-alist.
1879         (tpu-update-mode-line): New mark flag logic.
1880         (tpu-get): Use find-file-wildcards.
1881         (tpu-search-highlight): Move overlay less, reset overlay properly.
1882         (tpu-unselect): Deactivate mark.
1883         (tpu-lm-replace): Reset overlay properly.
1884         (tpu-forward-line): Use forward-visible-line.
1885         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
1887         * emulation/tpu-extras.el (tpu-forward-line): Use
1888         forward-visible-line.
1890 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1892         * cus-edit.el (custom-face-value-create): Always emphasize tag.
1894 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1896         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1897         and skip whitespace and newlines.
1899 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
1901         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1903 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
1905         * help.el (describe-function-1): Regexp-quote function name
1906         when used as part of a regexp.
1908         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1909         face-attribute instead of face-foreground and face-background.
1910         (tool-bar-add-item): Likewise, and handle unspecified colors.
1912         * enriched.el (enriched-face-ans): Use face-attribute instead
1913         of face-foreground and face-background.
1915         * faces.el (face-foreground, face-background, face-stipple):
1916         Return nil if attribute is unspecified, for backward
1917         compatibility.
1919         * files.el (auto-mode-alist): Add an entry for antlr-mode.
1921         * play/5x5.el: Remove version info.
1923         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1925         * frame.el (blink-cursor-mode): Doc fix.
1927 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1929         * antlr-mode.el: New commands to run ANTLR from within Emacs and
1930         to create Makefile rules.
1931         (antlr-tool-command): New user option.
1932         (antlr-ask-about-save): New user option.
1933         (antlr-makefile-specification): New user option.
1934         (antlr-file-formats-alist): New variable.
1935         (antlr-special-file-formats): New variable.
1936         (antlr-unknown-file-formats): New user option.
1937         (antlr-help-unknown-file-text): New variable.
1938         (antlr-help-rules-intro): New variable.
1939         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1940         (antlr-mode-menu): Add entries.
1941         (antlr-file-dependencies): New function.
1942         (antlr-directory-dependencies): New function.
1943         (antlr-superclasses-glibs): New function.
1944         (antlr-run-tool): New command.
1945         (antlr-makefile-insert-variable): New function.
1946         (antlr-insert-makefile-rules): New function.
1947         (antlr-show-makefile-rules): New command.
1949         * antlr-mode.el: More Emacs/XEmacs stuff.
1950         (antlr-no-action-keywords): New constant with value nil.
1951         (antlr-font-lock-keywords-alist): Use it.  Old value would break
1952         syntax highlighting in Emacs-21.0.
1953         (antlr-default-directory): Emacs/XEmacs dependend function.
1954         (antlr-read-shell-command): Ditto.
1955         (antlr-with-displaying-help-buffer): Ditto.
1957 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1959         * antlr-mode.el: imenu, parsing and highlighting changes.
1960         (antlr-imenu-create-index-function): Don't create extra submenus
1961         for definitions in different grammar classes.  It is not necessary
1962         for the menu and would make command `imenu' awkward to use.
1963         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1964         header actions and more than one.
1965         (antlr-font-lock-tokendef-face): Changed color.
1966         (antlr-font-lock-tokenref-face): Changed color.
1967         (antlr-font-lock-additional-keywords): Also highlight lowercase.
1968         (antlr-mode-syntax-table): New variable.
1969         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1970         (antlr-with-syntax-table): Don't copy syntax table.
1972 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1974         * antlr-mode.el: Minor changes: language setting.
1975         (antlr-language-alist): The value for file option "language" can
1976         be both an identifier and a string.
1977         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1978         (antlr-language-limit-n-regexp): Change accordingly.
1980 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1982         * antlr-mode.el: Minor changes: tabs, hiding.
1983         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1984         (antlr-action-visibility): Also allow value nil to also hide the
1985         braces.  Renamed from `antlr-tiny-action-length'.
1986         Suggested by Jay@aol.com.
1987         (antlr-hide-actions): Change accordingly.  Hide line if completely
1988         hidden action is on a line of its own.
1990 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1992         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1994         * sort.el (sort-columns): Don't concat strings with numbers.
1996 2000-11-29  Dave Love  <fx@gnu.org>
1998         * cus-edit.el (face): Fix :format.
2000         * mail/feedmail.el: Require smtpmail when compiling.
2001         (mail-do-fcc): Autoload.
2002         (feedmail) <defgroup>: Fix :link.
2003         (feedmail-nuke-body-in-fcc): Fix :type.
2004         (feedmail-send-it): Add autoload cookie.
2006 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2008         * newcomment.el (comment-indent): Save excursion around call to
2009         comment-indent-function.
2011 2000-11-29  Miles Bader  <miles@gnu.org>
2013         * subr.el (member-ignore-case): Return the tail of the list who's
2014         car matches, like `member', not the matching element itself.
2016 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
2018         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
2019         should not contain `\n'.
2021 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2023         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2025         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2027         * dired-aux.el (dired-do-create-files): Construct default file
2028         name for dired-mark-read-file-name so that when the user enters
2029         just RET, the target file will end up in the target directory.
2031         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2032         local-abbrev-table before changing buffers because it might
2033         have a buffer-local binding.
2035 2000-11-28  Miles Bader  <miles@gnu.org>
2037         * simple.el (delete-horizontal-space): Handle fields more generally.
2039 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2041         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2043 2000-11-28  Dave Love  <fx@gnu.org>
2045         * progmodes/ps-mode.el (ps-mode): Set comment-start and
2046         comment-start-skip locally.
2048         * progmodes/fortran.el (fortran-mode): Don't set
2049         fortran-comment-line-start-skip.  Set comment-start to
2050         fortran-comment-line-start.
2051         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2052         (fortran-comment-line-start-skip): Simplify slightly.
2054 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
2056         * play/5x5.el: Remove RCS keyword.
2058         * bs.el: Mistaken commit, undone 2000-11-30.
2060 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
2062         * textmodes/tildify.el (tildify-string-alist): Add
2063         `plain-tex-mode' here.
2065 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
2067         * chistory.el (Command-history-setup): Remove extraneous `keymap'
2068         reference.
2070 2000-11-28  Miles Bader  <miles@gnu.org>
2072         * cus-face.el (custom-face-attributes): Add post-filter function
2073         for :box.  Make pre-filter function for :box handle all cases.
2075         * wid-edit.el (widget-choose): Make sure pop-up window is large
2076         enough to display all the choices, as there's no way to scroll it.
2078 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
2080         * international/mule-conf.el: Make the coding system no-conversion
2081         safe for all characters.
2083 2000-11-27  Dave Love  <fx@gnu.org>
2085         * net/ldap.el (ldap) <defgroup>: Add :version.
2087         * tooltip.el (tooltip-use-echo-area): Doc fix.
2089         * cus-start.el <minibuffer-prompt-properties>: Add version.
2090         <read-buffer-function>: Add.
2092         * apropos.el (apropos-print): Add help-echo to active text.
2094         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2096 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2098         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2099         type, group and version.
2101 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2103         * select.el (x-get-selection): Docstring fix.
2105 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2107         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2109 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2111         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2113         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2115 2000-11-27  Miles Bader  <miles@gnu.org>
2117         * dired.el (dired-get-filename): Return filename verbatim if
2118         LOCALP is `verbatim'.
2119         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2120         `verbatim' so that we don't inadvertently delete a non-existant
2121         directory name.
2123 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2125         * international/characters.el: Specify cases and syntaxes for
2126         mule-unicode-0100-24ff.
2128 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2130         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2131         that foreground and/or background colors of the face `tool-bar'
2132         are unspecified.
2134 2000-11-27  Miles Bader  <miles@gnu.org>
2136         * wid-edit.el (widget-field-buffer, widget-field-start)
2137         (widget-field-end): Handle widget field `pseudo-overlays'.
2138         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2139         if it's there instead of in `widget-field-list'.
2141         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2142         (help-make-xrefs): Delete extraneous newlines at the end of the
2143         docstring.
2145 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2147         * startup.el (command-line): Call set-locale-environment after
2148         Window System init file is read, as it can result in a call to
2149         redraw-frame.
2151 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2153         * simple.el (shell-command): Mention the effect of the prefix
2154         argument in the doc string.
2156 2000-11-25  Miles Bader  <miles@gnu.org>
2158         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2160         * wid-edit.el (widget-field-value-delete): Don't try to delete
2161         overlay when it's the `pseudo-overlay' that exists at some points.
2163 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2165         * international/mule-cmds.el (locale-language-names): Add "jp" as
2166         a non-standard alternative for Japanese.
2168 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2170         * vc-hooks.el: Require 'cl during compilation.
2172 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2174         * faces.el (face-set-after-frame-default): Let face attributes
2175         specified for new frames override frame parameters.
2177         * startup.el (command-line): Fix computation of the source file
2178         for user-init-file when user-init-file is a compiled file.
2180 2000-11-24  Miles Bader  <miles@gnu.org>
2182         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2183         (custom-post-filter-face-spec): New functions.
2184         (custom-face-set, custom-face-value-create): Filter the face spec
2185         before and after customization.
2186         (custom-face-set): If VALUE specifies a null face, pass a
2187         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2188         * cus-face.el (custom-face-attributes): Remove SET and GET
2189         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2190         cases they're needed.
2192         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2193         that it's distinguishable from the :off-glyph on dark-background
2194         displays.  Set its background color too.
2196         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2197         so that people can easily turn it off.
2199 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2201         * ediff-diff.el: Moved variables around to have it compile under NT.
2203         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2205         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2207         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2208         redundant skip-small-frames test.
2210         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2211         (viper-downgrade-to-insert): protect against errors in hooks.
2213         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2214         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2215         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2216         functions.
2218         * viper-util.el (viper-memq-char): Bug fixes.
2220         * viper.el (viper-mode): Fix cursor handling.
2222 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2224         * international/mule-diag.el (list-iso-charset-chars): For
2225         two-byte charset, fix the `while' condition.
2226         (list-non-iso-charset-chars): Fix the `while' condition.
2228 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2230         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2231         if the variable is make-variable-buffer-local.
2233         * progmodes/ada-stmt.el (ada-template-map): Initialize
2234         and bind it to C-c t in ada-mode-map.
2235         (ada-stmt-mode-hook): New function extracted from old code.
2236         Only change the buffer-local side of skeleton-*.
2237         (ada-mode-hook): Use it.
2239 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2241         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2242         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2243         we expect to be returned by minibuffer-depth once we prompt the
2244         user in the minibuffer.
2245         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2246         as recorded in iswitchb-minibuf-depth, return non-nil.
2248 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2250         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2251         (hscroll-window-maybe): Docstring fix.
2253 2000-11-23  Dave Love  <fx@gnu.org>
2255         * rect.el (string-rectangle): Don't test delete-selection-mode.
2257 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2259         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2260         is in the tool bar.
2262         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2263         with `no-dir'; we want the directory part to be able to remove
2264         it.
2266 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2268         * textmodes/outline.el (outline-flag-region):
2269         Don't bind inhibit-read-only since we don't modify the buffer.
2270         (outline-isearch-open-invisible): Don't jump to overlay-start
2271         since we're trying to unhide text around point.
2272         (outline-discard-overlays): Use dolist.
2274         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2276 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2278         * mail/rmail.el (rmail-confirm-expunge): Default to
2279         y-or-n-p.
2281 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2283         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2284         Fix ARG regexp to skip quoted braces.
2285         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2286         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2287         are (correctly) handled separately).
2288         Remove `caption' and `footnote' from `citations': they contain text.
2289         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2290         (latex-skeleton-end-hook): New function.
2291         (latex-mode): Use it.
2292         (tex-start-tex-marker): Remove.
2293         (tex-send-tex-command): Don't set tex-start-tex-marker.
2294         (tex-error-parse-syntax-table): New var.
2295         (tex-compilation-parse-errors): Use it.
2296         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2297         (tex-validate-buffer): Don't bother with marker-position.
2299         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2300         (flyspell-generic-progmode-verify): Use it.
2302 2000-11-22  Sam Steingold  <sds@gnu.org>
2304         * simple.el (delete-trailing-whitespace): New interactive
2305         function.
2307         * progmodes/ada-mode.el (ada-mode): Use it instead of
2308         `ada-remove-trailing-spaces'.
2309         (ada-remove-trailing-spaces): Removed.
2311         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2313         * textmodes/picture.el (picture-clean): Removed.
2314         (picture-mode-exit): Call it instead of `picture-clean'.
2316 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2318         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2320         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2321         jit-lock-fontify-buffer; it should anyway be unneccessary to
2322         do anything special when jit-lock is active.
2323         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2325 2000-11-22  Dave Love  <fx@gnu.org>
2327         * calendar/todo-mode.el (todo-top-priorities): Use
2328         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2330         * language/chinese.el, language/cyrillic.el:
2331         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2332         * language/hebrew.el, language/indian.el, language/japanese.el:
2333         * language/korean.el, language/lao.el, language/misc-lang.el:
2334         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2335         Use provide.
2337         * cus-edit.el (custom-buffer-create-internal): Save some consing.
2338         (custom-variable-set): Improve validation error mesage.
2340         * rect.el (string-rectangle): Revert last change.
2341         (string-rectangle-line): New arg DELETE.
2342         (string-rectangle): Check delete-selection-mode.
2344         * emacs-lisp/edebug.el (edebug-version)
2345         (edebug-maintainer-address): Deleted.
2346         (edebug-submit-bug-report): Just alias to report-emacs-bug.
2347         (edebug-read-function): Account for other `'#' read forms.
2348         (edebug-mode-menus): Make some items toggles.
2349         (edebug-outside-unread-command-event, unread-command-event):
2350         Remove these to avoid warnings.
2352 2000-11-22  David Ponce  <david@dponce.com>
2354         * recentf.el (recentf-menu-items-for-commands)
2355         (recentf-make-menu-items, recentf-make-menu-item)
2356         (recentf-filter-changer): Added :help and :active menu-item properties.
2358         (recentf-build-dir-rules, recentf-dump-variable)
2359         (recentf-edit-list, recentf-open-files-item)
2360         (recentf-open-files): Replaced unnecessary `mapcar' with new
2361         built-in `mapc'.
2363 2000-11-23  Miles Bader  <miles@gnu.org>
2365         * faces.el (menu): Make inverse-video on ttys too.
2367 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2369         * simple.el (comment-line-break-function): Use the new name
2370         indent-new-comment-line -> comment-indent-new-line.
2371         (clone-indirect-buffer): Don't ignore NORECORD.
2372         (next-completion): Properly handle the case where items are adjacent.
2374         * mouse.el (popup-menu): Stupid typo.
2376 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2378         * emacs-lisp/authors.el: Remove autoload cookies, add author,
2379         maintainer, keywords tags.
2381         * rect.el (replace-rectangle): Don't call string-rectangle-line
2382         with too many arguments.
2384 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
2386         * ediff-util.el (ediff-file-checked-out-p)
2387         (ediff-file-checked-in-p): Call vc-state instead of
2388         vc-locking-user, which no longer exists.
2390         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2392 2000-11-22  Dave Love  <fx@gnu.org>
2394         * md5.el (md5): Provide.
2395         (md5): Fix error call.
2397 2000-11-22  Miles Bader  <miles@gnu.org>
2399         * textmodes/refill.el (refill-adjust-ignorable-overlay)
2400         (refill-fill-paragraph-at): Remove debugging code.
2402         * calendar/calendar.el (generate-calendar-window): When we don't
2403         call `fit-window-to-buffer', make sure the top line is fully visible.
2405         * image-file.el (insert-image-file): Don't make `read-only'
2406         property rear-nonsticky.
2408         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2409         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2410         stashing away its original value.
2411         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2412         in the recursive edit.
2413         Bind `isearch-original-minibuffer-message-timeout' to protect it.
2414         (isearch-done): Restore `minibuffer-message-timeout'.
2416         * cus-start.el: Remove entry for `mode-line-inverse-video'.
2418 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
2420         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2422         * find-lisp.el (find-lisp-find-files-internal):
2423         Use dolist, when and file-name-as-directory.
2425         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2426         (define-derived-mode, define-minor-mode): Add specs.
2428         * window.el: General comment and spacing fixes.
2429         (save-selected-window): Use backquotes.
2430         (window-safely-shrinkable-p): New function.
2431         (shrink-window-if-larger-than-buffer): Use it.
2433         * subr.el (make-local-hook): Docstring fix.
2435         * shell.el (shell-mode): Use define-derived-mode.
2437         * newcomment.el (comment-indent): Insert comment before calling
2438         comment-indent-function.  Don't insert in column 0.
2439         (comment-dwim): Indent before inserting comment.
2441         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
2442         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
2443         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2444         Use mapc rather than map.
2446         * files.el (find-buffer-visiting): Compare all attributes before
2447         declaring two files identical (rather than just their inode-no).
2448         (auto-mode-alist): Use \' rather than $.
2450         * which-func.el: Update maintainer line.
2452         * pcvs.el (uniquify-buffer-file-name): Remove advice.
2453         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2454         (uniquify-buffer-file-name): Use it.
2456 2000-11-22  Miles Bader  <miles@gnu.org>
2458         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2459         * simple.el (minibuffer-avoid-prompt): New function.
2461 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
2463         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2465 2000-11-21  Miles Bader  <miles@gnu.org>
2467         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2468         inclusion of `track-mouse'.
2470         * textmodes/refill.el (refill-ignorable-overlay): New variable.
2471         (refill-adjust-ignorable-overlay): New function.
2472         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2473         only the paragraph's tail if possible.
2474         Update `refill-ignorable-overlay'.
2475         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2477         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2478         point inside the fill-prefix.
2480         * textmodes/refill.el (refill-post-command-function): Don't reset
2481         refill-doit in the case where a self-insertion command doesn't
2482         case a refill.  Use `refill-fill-paragraph-at', getting position
2483         from `refill-doit'.
2484         (refill-after-change-function): Set `refill-doit' to END.
2485         (refill-fill-paragraph-at): New function, mostly from old
2486         refill-fill-paragraph.
2487         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2488         (refill-pre-command-function): New function.
2489         (refill-mode): Add it to `pre-command-hook'.
2491 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
2493         * textmodes/artist.el (artist-mode): Fix autoload cookie.
2495         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2496         javadoc tags.
2498 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
2500         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2501         vc.el).
2503         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2504         require vc.
2506         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2507         checkouts.
2509 2000-11-20  Dave Love  <fx@gnu.org>
2511         * Makefile.in (DONTCOMPILE): Omit bindings.el.
2513 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
2515         * calculator.el (calculator-paste): Use `if' instead of `and'
2516         and `or'.
2517         (calculator-help): Don't use electric-describe-mode for XEmacs.
2519 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
2521         * info.el (info-menu-5): Doc fix.
2523         * textmodes/artist.el: New file.
2525 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
2527         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2528         and differentiate according to checkout model.
2529         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2530         since this function is only concerned with master state.
2532         * vc-hooks.el (vc-workfile-unchanged-p,
2533         vc-default-workfile-unchanged-p): Moved here from vc.el.
2535         * vc.el (vc-workfile-unchanged-p,
2536         vc-default-workfile-unchanged-p): See above.
2538 2000-11-19  Miles Bader  <miles@gnu.org>
2540         * image-file.el (insert-image-file): Make `intangible' and
2541         `read-only' properties rear-nonsticky too.
2543 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
2545         * ps-print.el: Update copyright notice.
2547         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2548         (tooltip-show): Use the offsets.
2550         * bindings.el (mode-line-modified): Fix a typo.
2551         (mode-line-toggle-modified, mode-line-widen)
2552         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2554 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
2556         * ps-print.el (toplevel): Test for find-coding-system being
2557         fboundp before calling ps-x-find-coding-system.
2559 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2561         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2562         (vc-version-backup-file): Docstring fix.
2564 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2566         * files.el (basic-save-buffer): Don't add a newline if
2567         find-file-literally is non-nil.
2568         (find-file-literally): Extend doc string.
2570         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2571         sort(1) with the `-f' argument.
2573 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
2575         * vc.el: Updated backend documentation.
2576         (vc-default-check-headers): New function.
2578         * vc-{cvs,rcs,sccs}.el: Functions reordered.
2580         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2581         up-to-date.
2582         (vc-do-command): In the asynchronous case, output messages only if
2583         the minibuffer is not active.
2585         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2586         `vc-cvs-use-edit' is on.
2587         (vc-cvs-checkout): When this is used for reverting the workfile,
2588         make a backup of the original contents and revert to that in case
2589         of error.
2590         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2591         remote repositories.
2593         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2594         for both version and ratio in the minibuffer.
2596         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2597         Use vc-do-command to perform the annotation, not call-process.
2599 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2601         * international/quail.el (quail-start-translation): Don't call
2602         `message' before reading key sequence.
2604 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
2606         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2608 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2610         * window.el (fit-window-to-buffer): Be sure to acquire at least
2611         one text line even if the buffer is empty.
2613 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2615         * net/ange-ftp.el (ange-ftp-file-writable-p)
2616         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2617         ange-ftp-process-verbose to nil.
2619 2000-11-15  Dave Love  <fx@gnu.org>
2621         * wid-edit.el (widget-specify-field, widget-specify-button): If
2622         :help-echo is a function, set help-echo of overlay to
2623         widget-mouse-help.
2624         (widget-mouse-help): New function.
2625         (widget-echo-help): Rewritten for :help-echo functions only taking
2626         a widget arg.
2628         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2629         display-graphic-p.
2630         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2631         and that JPEG is available.
2632         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2634         * international/mule-cmds.el (locale-charset-language-names):
2635         Match @euro.
2637 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
2639         * faces.el (face-set-after-frame-default): If
2640         `inhibit-default-face-x-resources' is bound, don't intialize the
2641         default face from X resources.
2643 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2645         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2646         Don't set EMACSLOADPATH.
2648 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2650         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2651         texinfo-insert-@url.
2652         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2653         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2655 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2657         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2658         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2659         (checkdoc-minor-keymap): Backward compatibility.
2660         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2661         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2662         (checkdoc-this-string-valid-engine): Be a bit more strict
2663         to avoid matching substrings of `...' quoted vars/funs.
2664         (checkdoc-defun-info): Only look for `interactive' if alone.
2665         (debug-ignored-errors): Add "arg doesn't appear in docstring".
2667         * progmodes/compile.el (grep): `tag-default' can be nil.
2669         * newcomment.el (comment-indent): Paren typo.
2671 2000-11-14  Dave Love  <fx@gnu.org>
2673         * calculator.el: New maintainer version.
2675         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2677         * cmuscheme.el: Doc fixes.
2678         (cmuscheme) <defgroup>: Use `scheme' as parent.
2679         (cmuscheme-program-name): Remove.  Change uses to
2680         scheme-program-name.
2682         * xscheme.el (scheme-program-name): Don't define here.
2684         * progmodes/scheme.el (scheme-program-name): New variable
2685         (originally in cmuscheme).
2687 2000-11-14  Miles Bader  <miles@gnu.org>
2689         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2690         Handle header-lines.  Don't loop forever if we can't enlarge the
2691         window anymore.  Simplify a bit.
2693 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
2695         * window.el (fit-window-to-buffer): Don't check
2696         window-text-height.  Assure that the last line is fully visible.
2698         * international/quail.el (quail-show-guidance-buf): Call
2699         fit-window-to-buffer to assure the enough height of the guidance
2700         buffer.
2701         (quail-update-guidance): Avoid making the guidance buffer shorter.
2703 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2705         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2706         rather than `prepend' and add an interesting comment.
2707         (tex-math-face, tex-font-lock-syntactic-face-function):
2708         New face and function to use it.
2709         (tex-define-common-keys, tex-mode-map): Use menu-item rather
2710         than `menu-enable' symbol property.
2711         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2712         (tex-mode): Add some latex-mode commands for auto-selection.
2713         Use tex-font-lock-syntactic-face-function.
2714         (tex-insert-quote): Simplify.
2715         (tex-shell): New mode.
2716         (tex-start-shell): Use it.
2717         (tex-shell-proc, tex-shell-buf): New functions.
2718         (tex-send-command): Use it.
2719         (tex-main-file): Fix the meaning of the new arg REALFILE.
2720         (tex-send-tex-command): New function split from `tex-start-tex'.
2721         Set compilation-last-buffer and compilation-parsing-end.
2723         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2724         when it follows non-comment text on the line.
2726         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2727         Set font-lock-defaults.
2728         (lisp-mode-shared-map): Init inside the defvar.
2729         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2730         Use define-derived-mode.
2732 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
2734         * faces.el (header-line): Use `:box nil' for color/gs displays too.
2736 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
2738         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2739         recursively optimize body because that can lead to infinite
2740         recursion; see comment there.
2742 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
2744         * faces.el (face-spec-set-match-display): Revert the change from
2745         2000-10-24.  Add a FIXME for after v21.1.
2747 2000-11-13  Miles Bader  <miles@gnu.org>
2749         * textmodes/fill.el (skip-line-prefix): New function.
2750         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
2751         (fill-paragraph): Don't leave point inside the fill-prefix.
2752         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2753         point inside the fill-prefix.
2755 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
2757         * calendar/calendar.el (generate-calendar-window): Use
2758         `fit-window-to-buffer'.
2760 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
2762         * gud.el (gud-minor-mode): New var.
2763         (gud-symbol, gud-val): New functions.
2764         (gud-find-file): Copy gud-minor-mode to the new buffer.
2765         (gud-menu-map): Include entries for commands that are not always
2766         available, using :enable to (de)activate them.
2767         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
2768         (gud-mode-map): New map.
2769         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2770         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2771         Don't set up gud's menu (it's done by the minor-mode).
2772         (gud-minibuffer-local-map): New.
2773         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2774         (gud-query-cmdline): New function.
2775         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
2776         (gud-mode): Use define-derived-mode.
2777         Don't set up gud's menu (it's done by the minor-mode).
2778         (gud-chop-words): Remove.
2779         (gud-common-init): Use split-string instead.
2780         (gud-new-keymap, gud-make-debug-menu): Eradicate.
2782         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2783         Add keyword arg :name.
2785         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2786         (diff-count-matches, diff-split-hunk): New functions.
2787         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2789         * pcvs-info.el (cvs-fi-conflict-face): New var.
2791         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2792         Make it into a simple syntax-table, shared among all submodes.
2793         (sh-heredoc-face): Re-introduce.
2794         (sh-font-lock-syntactic-face-function): New function.
2795         (sh-mode): Use it.  Also use define-derived-mode.
2796         Remove old bogus setting of indent-region-function.
2797         (sh-set-shell): Don't set the syntax-table any more.
2798         (sh-mode-syntax-table) <defun>: Remove.
2800 2000-11-12  Miles Bader  <miles@gnu.org>
2802         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2803         message if interactive.
2805 2000-11-12  Dave Love  <fx@gnu.org>
2807         * mail/feedmail.el: Fix header,
2808         (feedmail) <defgroup>: Add :link.
2810         * view.el: Use local-map property, not keymap on mode-line string.
2812         * scroll-all.el (scroll-all-mode): Customize variable.  Add
2813         autoload cookie to function.
2815         * lazy-lock.el: Remove compatibility code.
2817         * finder.el (finder-known-keywords): Add `files', remove `vms'.
2818         (finder-help-echo): New variable.
2819         (finder-mouse-face-on-line): Add help-echo stuff.
2820         (finder-list-keywords, finder-list-matches): Use mapc.
2822         * faces.el (face-font-registry-alternatives): Add :version.
2824         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2825         tags-table-list.
2827         * net/browse-url.el (browse-url-browser-function): Update :version.
2829         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2830         (mail-mode): Use [:alnum:] in some regexps.
2832 2000-11-10  Dave Love  <fx@gnu.org>
2834         * ediff.el (ediff-regions-internal, ediff-documentation):
2835         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2836         fundamental mode.
2838         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2839         buffer into fundamental mode.
2840         (ediff-set-difference): Use copy-sequence if available.
2842         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2843         ediff-patch-map non-nil.
2844         (ediff-fixup-patch-map, ediff-fixup-patch-map)
2845         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2846         buffer into fundamental mode.
2848         * ediff-merg.el (state-or-merge): Defvar when compiling.
2850 2000-11-10  Jason Rumney  <jasonr@gnu.org>
2852         * w32-fns.el (w32-add-charset-info): New function.
2853         (w32-charset-info-alist): Use it.
2855 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2857         * faces.el (face-font-registry-alternatives): New user-option.
2859 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
2861         * textmodes/texinfo.el (texinfo-block-default): New var.
2862         (texinfo-insert-block): Use it.  Insert a newline if needed.
2864         * textmodes/fill.el (fill-indent-according-to-mode): New var.
2865         (fill-region-as-paragraph): Use it.
2867         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2868         (latex-mode): Tweak tex-*-(head|trail)er regexps.
2869         Tweak paragraph regexps to allow a leading [ \t]*.
2870         (tex-latex-block): Insert a newline if necessary.
2871         (latex-insert-item): Only insert a newline if necessary.
2872         (tex-guess-main-file): New function.
2873         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
2874         Set tex-main-file if TeX-master is provided.
2875         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2877 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2879         * startup.el (command-line): Set the default tooltip-mode
2880         to t for graphical displays which implement x-show-tip.
2882         * tooltip.el (tooltip-mode): Add a comment about startup.el
2883         setting the default value of this user-option.
2885 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
2887         * font-lock.el (font-lock-*-face) <defvar>: Move.
2888         (font-lock-defaults-alist): Mark obsolete.
2889         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2890         (font-lock-mode): Use define-minor-mode.
2891         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2892         (font-lock-turn-off-thing-lock): Be more explicit.
2893         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2894         (font-lock-syntactic-face-function): New var.
2895         (font-lock-fontify-syntactically-region): Use it.
2896         (font-lock-doc-face): New.
2898         * pcvs.el (cvs-enabledp): Ignore errors.
2899         (cvs-commit-filelist): Never query.
2900         (cvs-mode-insert): Always add a terminating / in the initial prompt.
2901         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2902         (cvs-do-removal): Use cvs-partition rather than delete-if.
2903         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2904         cvs-bury-buffer.
2906         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2907         Allow `next' to jump to after the end of the last match.
2909 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
2911         * simple.el (byte-compiling-files-p): New function.
2913         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2914         if it is there.
2916         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2917         nil again.
2919         * textmodes/ispell.el (ispell-library-path): Don't call
2920         check-ispell-version when byte-compiling because that starts
2921         an ispell process, and ispell might not be installed.
2922         (toplevel): Don't set up a menu when byte-compiling.
2924         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2925         it, so that a boundp test can be used to determine if we're
2926         currently byte-compiling.
2928 2000-11-09  Dave Love  <fx@gnu.org>
2930         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2931         eval-after-load.
2933 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2935         * ps-print.el: Patch for variable initialization when spooling.  Doc
2936         fix.
2937         (ps-output-list): Fun eliminated.
2938         (ps-begin-file, ps-begin-job): Code fix.
2940 2000-11-08  Dave Love  <fx@gnu.org>
2942         * ediff-wind.el (ediff-control-frame-parameters): Zero
2943         tool-bar-lines.
2945 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
2947         * simple.el (shell-command, display-message-or-buffer)
2948         (shell-command-on-region): Mention resize-mini-windows in the doc
2949         string.
2950         (display-message-or-buffer): Take the value of resize-mini-windows
2951         into account.
2953 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
2955         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2957         * dired.el (dired-between-files): Add `^. find' as an alternative
2958         to the regular expression, for find-dired.
2960 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2962         * textmodes/texnfo-upd.el: Require texinfo.
2963         (defmacro, defgroup): Remove.
2964         (texinfo-section-to-generic-alist): Remove.
2965         Use texinfo-section-list instead (i.e. level is changed string->int).
2966         (texinfo-filter): New function.
2967         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2968         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2969         Use it.  And use regexp-opt.
2970         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2971         (texinfo-update-menu-region-beginning)
2972         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2973         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2974         (texinfo-update-menu-same-level-regexps): Update.
2975         (texinfo-update-node, texinfo-every-node-update)
2976         (texinfo-sequential-node-update): Remove autoload cookie.
2978         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2979         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2980         (texinfo-chapter-level-regexp): Remove.
2981         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2983 2000-11-06  Dave Love  <fx@gnu.org>
2985         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2987         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2988         Match defun*.
2990 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2992         * composite.el (composition-function-table): Variable declaration
2993         moved to src/composite.c.
2994         (compose-chars-after): New optional arg object.
2996 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
2998         * bindings.el (mode-line-toggle-read-only)
2999         (mode-line-toggle-modified, mode-line-widen)
3000         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3001         (make-mode-line-mouse2-map): Rewritten.
3002         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3003         functions so that C-h k can show something with a doc string.
3005         * startup.el (fancy-splash-delay): Set to 10 seconds.
3006         (fancy-splash-max-time): New user-option.
3007         (fancy-splash-stop-time): New variable.
3008         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
3009         (fancy-splash-screens-1): Throw `stop-splashing' when current
3010         time is greater than fancy-splash-stop-time.
3012 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3014         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3016         * pcvs.el (cvs-mode-marked): New arg `noquery'.
3017         Prompt user for a file rather than raising an error.
3018         (cvs-enabledp): Fix call to cvs-mode-marked.
3019         (cvs-insert-file): New function (extracted from cvs-mode-insert).
3020         (cvs-mode-insert): Use it.  Change the init prompt' value.
3021         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3023         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3024         Don't pass default arg to ewoc-locate.
3025         (ewoc-collect): Return result in the right order.
3027         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3029         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3030         (cvs-status-get-tags): Fix regexp.
3031         (cvs-status-trees, cvs-status-cvstrees):
3032         Combine after change hooks and don't sit-for.
3033         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3034         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
3035         Use make-char rather than hard-coded cryptic data.
3036         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3038         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3040         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3041         (cvs-insert-strings): New function.
3043 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
3045         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3046         `mwheel-scroll-amount'.
3047         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3048         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3049         string-matching against the version string.
3051 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
3053         * language/thai.el ("Thai"): Set a lisp form that produces
3054         composed string in `sample-text' language info.
3056         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3057         composed string in `sample-text' language info.
3059         * international/mule-cmds.el (describe-language-environment): Eval
3060         `sample-text' data and insert the result.
3062         * international/mule-conf.el (compound-text): Define this coding
3063         system here.  Make x-ctext and ctext aliases of it.
3065         * language/european.el (compound-text, ctext): Moved to
3066         international/mule-conf.el.
3068 2000-11-05  Andrew Innes  <andrewi@gnu.org>
3070         * w32-fns.el (w32-version): New function.
3072 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
3074         * progmodes/awk-mode.el: Update copyright.
3075         (awk-mode-abbrev-table): Remove.
3076         (awk-font-lock-keywords): Use regexp-opt.
3077         (awk-mode): Use define-derived-mode.
3079         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3080         when extracting a suffix.
3082 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
3084         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
3085         auto-save-mode.
3087 2000-11-04  Jason Rumney  <jasonr@gnu.org>
3089         * language/european.el (decode-mac-roman): Test against r1 not r0.
3091 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3093         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3094         (icon-mode): Define indent-line-function.
3095         (icon-comment-indent): Simplify.
3096         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3098         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3100         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3101         Bind change-log-default-mode to defeat the caching done on it.
3102         Don't bother saving excursion any more.
3104         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3106         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3107         (set-frame-font): Use the new name (and the old for compatibility).
3109         * toolbar/tool-bar.el (tool-bar-mode):
3110         * time.el (display-time-mode):
3111         * recentf.el (recentf-mode):
3112         * paren.el (show-paren-mode):
3113         * mwheel.el (mouse-wheel-mode):
3114         * msb.el (msb-mode):
3115         * jka-compr.el (auto-compression-mode):
3116         * image-file.el (auto-image-file-mode):
3117         * hl-line.el (hl-line-mode):
3118         * delsel.el (delete-selection-mode):
3119         * autoinsert.el (auto-insert-mode):
3120         * complete.el (partial-completion-mode): Drop unneeded positional args.
3122         * info.el (Info-mode):
3123         * comint.el (comint-mode): Don't bother with make-local-hook.
3125         * log-edit.el (log-edit-menu): New menu.
3127 2000-11-03  Miles Bader  <miles@gnu.org>
3129         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3130         definition, so that trailing spaces are handled properly.
3131         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3133 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3135         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3136         tab character.
3137         (fancy-splash-screens): Set tab-width to 20.
3139 2000-11-03  Dave Love  <fx@gnu.org>
3141         * comint.el (comint-completion-addsuffix): Fix custom type.
3143 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3145         * font-lock.el (font-lock-buffers): Remove.
3146         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3147         (font-lock-change-major-mode): Remove.
3148         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3149         (font-lock-default-fontify-region): Extend the multiline
3150         fontification to whole lines.
3151         (font-lock-fontify-anchored-keywords)
3152         (font-lock-fontify-keywords-region): If matching just one
3153         line (with \n) only mark the \n as multiline.
3155         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3156         Correctly handle the case where several :group args are supplied.
3157         Allow :extra-args.
3158         (easy-mmode-define-global-mode): Allow :extra-args.
3159         Correctly handle the case where several :group args are supplied.
3161 2000-11-02  Miles Bader  <miles@gnu.org>
3163         * calendar/calendar.el (diary-face, calendar-today-face)
3164         (holiday-face): Remove dependency on `window-system'.
3166 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3168         * Makefile.in (emacs): Set EMACSLOADPATH always.
3169         (update-authors, .el.elc, compile-files): Don't do it explicitly
3170         here.
3171         (compile-files): Bomb out if compilation of a file fails.
3173 2000-11-02  Dave Love  <fx@gnu.org>
3175         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3177 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3179         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3180         punctuation in the warning inserted into the *mail* buffer.
3182 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3184         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3185         (authors-public-domain-p): New function.
3186         (authors-print): Use it.
3188         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3190         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3192 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3194         * ps-print.el: Extension for even/odd printing.  Doc fix.
3195         (ps-print-version): New version number (6.3.1).
3196         (ps-even-or-odd-pages): Customization fix.
3197         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3198         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3199         (ps-page-count): Var replaced by `ps-page-column'.
3200         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3201         (ps-print-sheet-p): New fun.
3203 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3205         * tooltip.el (tooltip-gud-tips-setup): New function.
3206         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3207         (tooltip-mode): Call tooltip-gud-tips-setup.
3208         (tooltip-gud-tips): Use `gud-basic-call' instead of
3209         process-send-string, so the prompt gets frobbed appropriately.
3210         Handle nil return value from `tooltip-gud-print-command'.
3212 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3214         * comint.el (comint-add-to-input-history): New function.
3215         (comint-send-input): Use `comint-add-to-input-history'.
3217 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3219         * info.el (info-menu-header): New face.
3220         (Info-fontify-menu-headers): New function.
3221         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3223         * info.el (Info-insert-dir): Don't include blank lines at
3224         beginning of additional dir files (one is added automatically).
3226 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3228         * emacs-lisp/easy-mmode.el (define-minor-mode):
3229         Revert the latest changes.
3230         Allow the three positional arguments to be skipped and replaced
3231         by keyword arguments.
3232         Add a :toggle argument to determine whether a nil arg means toggle
3233         or means turn-on.  The default is unchanged.
3234         Add a call to force-mode-line-update.
3236 2000-11-01  Dave Love  <fx@gnu.org>
3238         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3239         cookie.
3241 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3243         * calendar/calendar.el (diary-face, holiday-face): Add
3244         dark-background variants.
3246 2000-10-31  Sam Steingold  <sds@gnu.org>
3248         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3249         `tex-main-file' does not have directory in it.
3251 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3253         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3255 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3257         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3258         functional change.
3260 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3262         * files.el (find-file-noselect): When we expand a wildcard, return
3263         a list of buffers, as we should do according to the doc string.
3265 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3267         * loadup.el (top level): Adjust load path if program name is
3268         "../src/bootstrap-emacs", in case it's not dumped and thus the
3269         load path adjustment hasn't already been done.
3271 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3273         * ps-print.el: Fix bug on selected pages for printing.  Use
3274         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3275         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3276         (ps-print-version): New version number (6.3).
3277         (ps-color-device): Use `color-values' to determine if device
3278         supports color.
3279         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3280         (ps-print-page-p): Changed from defsubst to defun.
3281         (ps-page-number): Changed from defmacro to defun.
3282         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3283         printing.
3284         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3285         (ps-end-file, ps-dummy-page): Funs eliminated.
3286         (ps-print-color-scale): Changed default value.
3287         (ps-page-n-up, ps-print-page-p): New internal vars.
3288         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3289         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3291         * delim-col.el: Little programming improvement.
3292         (delimit-columns-str): New macro.
3293         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3295 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3297         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3298         Moved to european.el.
3299         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3300         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3301         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3302         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3304 2000-10-30  Dave Love  <fx@gnu.org>
3306         * progmodes/cc-menus.el (imenu-generic-expression)
3307         (imenu-progress-message): Only defvar when compiling.
3309         * emacs-lisp/elp.el (elp-unload-hook): New function.
3311         * loadhist.el (unload-feature): Call elp-restore-function,
3312         checking for symbols; don't use elp-restore-all.
3313         (loadhist-hook-functions): Doc fix.
3315 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3317         * log-edit.el (log-edit-confirm): Fix the default.
3319 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3321         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3322         delimit-columns-format.
3323         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3325 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3327         * comint.el (comint-replace-by-expanded-history): Don't use
3328         comint-get-old-input (we're not looking at *old* input).
3329         (comint-get-old-input-default): If using fields, signal an error
3330         when the point is not in an input field.
3332 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3334         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3335         and mule-unicode-e000-ffff.
3337         * international/mule.el (decode-char, encode-char): New functions.
3338         (make-coding-system): Accept a symbol of translation table as a
3339         value of property `safe-chars'.
3341         * international/mule-cmds.el (encode-coding-char): Check property
3342         safe-chars instead of safe-charsets.
3344         * international/fontset.el (fontset-default): Modified for
3345         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3346         (x-font-name-charset-alist): Likewise.
3347         (ccl-encode-unicode-font): New CCL program.  Record it in
3348         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3350         * language/european.el (mac-roman-decoder, mac-roman-encoder):
3351         New translation tables.
3352         (decode-mac-roman, encode-mac-roman): Definition of these CCL
3353         programs are modified and moved from mac-win.el.
3354         (mac-roman): Definition of this coding system is modified and
3355         moved from mac-win.el.
3357 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3359         * ediff-wind.el (ediff-setup-control-frame): Enclose
3360         face-attribute in condition-case to avoid errors in older emacsen.
3362 2000-10-29  Miles Bader  <miles@gnu.org>
3364         * custom.el (custom-add-to-group): Allow multiple entries for a
3365         given value OPTION, as long as their widget types are different.
3366         * cus-edit.el (custom-face-value-create): If face name doesn't end
3367         with "face", add such here (similar to custom group widgets).
3369         * comint.el (comint-highlight-prompt): Add :type.
3371 2000-10-28  John Wiegley  <johnw@gnu.org>
3373         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3374         Changed this function to operate on a temporary buffer instead of
3375         the main buffer.  This not only keeps flyspell from marking a
3376         buffer as changed that wasn't, but it solves the jumpy cursor
3377         problem when attempts are made to edit incorrect words.
3378         (flyspell-maybe-correct-doubling): Same change as for
3379         `flyspell-maybe-correct-transposition'.
3381         * calendar/timeclock.el (timeclock-log): Doc fix.
3382         (timeclock-last-event): Doc fix.
3383         (timeclock-log): Kill the timelog buffer after appending a new
3384         event.
3385         (timeclock-find-discrep): Use a temp buffer to read in the
3386         timelog, instead of visiting the file.
3387         (timeclock-log-data): A new function, along with a host of helper
3388         functions, for the purpose of making timelog data accessible to
3389         programmers.
3391         * eshell/esh-mode.el (window-height test): Make certain that
3392         `eshell-stringify-t' is non-nil.
3393         (eshell-password-prompt-regexp): Changed to a much simpler
3394         password regexp.
3395         (eshell-send-input): If `eshell-invoke-directly' returns t,
3396         directly invoke the parsed command using `eval'.  This improves
3397         turn-around time on simple commands by a factor of three or
3398         greater, such as cd, ls, pwd, etc. -- which get used very often.
3399         It also conserves thousands of cons cells per call (since
3400         `eshell-do-eval' consumes memory like a Cookie Monster set loose
3401         in the Pacific Cookie Company).
3403         * eshell/esh-test.el (eshell-test): Whitespace fix.
3405         * eshell/em-ls.el (eshell-ls-insert-directory): Make
3406         `eshell-ls-initial-args' nil when inserting directory contents.
3408         * eshell/em-script.el (eshell-script-initialize): Add names to
3409         `eshell-complex-commands, since `source' and `.' are complex.
3411         * eshell/esh-cmd.el (eshell-rewrite-for-command)
3412         (eshell-rewrite-while-command): Use `eshell-protect' instead of
3413         `eshell-copy-handles'.
3414         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3415         bodies.
3416         (eshell-separate-commands): Whitespace fix.
3417         (eshell-complex-commands): Added a new list of names, for
3418         determining whether a given command is as simple as it looks.
3419         (eshell-invoke-directly): New function.  Returns t if a command
3420         should be invoked directly (using `eval'), rather than indirectly
3421         using `eshell-do-eval'.
3422         (eshell-do-eval): Whitespace fix.
3424         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3425         which provides an emulation of the DOS shell behavior of assuming
3426         that cp/mv/ln should copy/move/link to the current directory.
3427         (eshell-remove-entries): Added a doc string.
3428         (eshell-shuffle-files): Removed the check for `target' being null.
3429         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3430         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3431         it to do a smarter check of whether a destination was provided.
3432         (eshell/mv, eshell/cp): Enable `:preserve-args'.
3433         (eshell/ln): Enable `:preserve-args', and use
3434         `eshell-mvcpln-template' to implement the body of the function.
3435         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3436         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3437         list after flattening it.  This makes it possible to cat files
3438         with numerical names.
3439         (eshell-unix-initialize): Added several names to
3440         `eshell-complex-commands.
3441         (eshell-unix-command-complex-p): Return t if a given command name
3442         may result in external processes being invoked.
3444         * eshell/em-glob.el (eshell-glob-show-progress): Make this
3445         variable nil by default, since it slows down glob processing by a
3446         factor of two or more, and increases memory consumption.
3448         * eshell/em-smart.el: Added a note about how memory consumptive
3449         smart display mode can be (at least this is true in Emacs 21).
3450         (eshell-smart-initialize): Whitespace fix.
3451         (eshell-refresh-windows): Use `if' instead of `when'.
3452         (eshell-smart-scroll-window): Calling `save-current-buffer' was
3453         not necessary.
3454         (eshell-currently-handling-window): Added a missing global
3455         variable.
3457         * eshell/em-ls.el (eshell-do-ls): Code simplification.
3458         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3459         Whitespace fix.
3460         (eshell-ls-exclude-hidden): Added this variable in addition to
3461         `eshell-ls-exclude-regexp'.  This one prevents files beginning
3462         with . from even being read, which can improve memory consumption
3463         quite a bit.
3464         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3465         read file entries beginning with a dot.  In home directories with
3466         lots of hidden files, fully two-thirds of the time spent in ls is
3467         used to read directory entries that are immediately thrown away.
3468         (eshell-ls-initial-args): Added back this configuration variable,
3469         for specifying default initial arguments to every call to ls.
3470         Much faster than using an alias to do the same thing.
3471         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3472         (eshell-ls-dir): Whitespace change.
3474         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3476         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3477         available.
3478         (eshell-stringify-t): Added a customization variable, to indicate
3479         whether `t' should be rendered as a string at all.  If not, one
3480         can still determine if the result of an expression is true using
3481         "file-exists-p FILE && echo true".
3482         (eshell-stringify): If `eshell-stringify-t' is nil, don't
3483         stringify t!
3485         * eshell/esh-module.el: Whitespace fix.
3487         * eshell/em-alias.el (eshell-alias-initialize): Added
3488         `eshell-command-aliased-p' to `eshell-complex-commands'.
3489         (eshell-command-aliased-p): New function that returns t if a
3490         command name names an aliased.
3492 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3494         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3495         redrawing the screen when changing cursor color.
3496         (viper-insert-state-pre-command-sentinel)
3497         (viper-replace-state-pre-command-sentinel)
3498         (viper-replace-state-post-command-sentinel):
3499         Use viper-preserve-cursor-color.
3500         Many functions changed to use viper= instead of = when comparing
3501         characters.
3502         * viper-util.el (viper-memq-char,viper=): New functions for
3503         working with characters.
3504         (viper-change-cursor-color): Fixed buglet.
3505         Many functions changed to use viper= instead of = when comparing
3506         characters.
3507         * viper.el (viper-insert-state-mode-list): Added eshell.
3509         * ediff-init.el (ediff-before-setup-hook): New hook.
3510         Several typos fixed in various docstrings.
3511         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3512         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3513         hook.
3514         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3515         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3516         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3517         (ediff-get-selected-buffers): New function.
3518         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3519         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3520         save-window-excursion.
3521         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3522         termination check in while loop.
3523         * ediff.el (ediff-get-default-file-name): Better defaults when in
3524         dired buffer.
3525         (ediff-files,ediff-merge-files,ediff-files3)
3526         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3528 2000-10-28  Dave Love  <fx@gnu.org>
3530         * info.el (Info-fontify-node): Add help-echo for menu items.
3532 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3534         * startup.el (normal-top-level): If the value of $TERM indicates
3535         we are running from xterm or one of its work-alikes, default to a
3536         light background mode.
3538         Support for -fg, -bg, and -rv command-line arguments for TTYs:
3539         * faces.el (tty-handle-reverse-video): New function.
3540         (tty-create-frame-with-faces): Call it.
3542         * frame.el (frame-notice-user-settings): Don't apply
3543         default-frame-alist and initial-frame-alist to MS-DOS frames.
3544         Call tty-handle-reverse-video, frame-set-background-mode, and
3545         face-set-after-frame-default for non-MS-DOS frames.
3547         * startup.el (tty-long-option-alist): New variable.
3548         (tty-handle-args): New function.
3549         (command-line): Call tty-handle-args.
3551         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3552         startup.el now does that for all character-terminal frames.
3554 2000-10-28  Miles Bader  <miles@gnu.org>
3556         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3557         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3558         global.  If :global is followed by a non-nil but non-t value,
3559         make the mode buffer-local, but also generate a `global-MODE'
3560         version using `easy-mmode-define-global-mode'.  Add
3561         :conditional-turn-on keyword argument.
3563 2000-10-28  Dave Love  <fx@gnu.org>
3565         * international/latin1-disp.el (latin1-char-displayable-p): Don't
3566         use window-system.
3568 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
3570         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3571         Don't call find-buffer-file-type-coding-system.  Instead, just
3572         set eol-type to -unix if inhibit-eol-conversion is in effect, or
3573         if the file is on an untranslated filesystem.
3574         (add-untranslated-filesystem): Use "D" instead of "f" inside
3575         interactive.
3577 2000-10-27  Dave Love  <fx@gnu.org>
3579         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3580         (refill-mode): Use it.
3582 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3584         * international/quail.el (quail-activate): Don't make-local-hook.
3586 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
3588         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3589         manual backups and file.~<rev>.~ for automatic ones.
3590         (vc-make-version-backup): Don't do it on MS-DOS without long file
3591         names.
3593         * vc.el (vc-version-other-window): If an automatic backup of the
3594         desired version exists, rename it instead of copying it.
3596         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3597         after command.  If there's an unexpected error, signal it instead
3598         of being silent.
3599         (vc-cvs-merge-news): Be prepared for no news at all.
3601 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
3603         * shell.el (shell): Add BUFFER argument.
3604         * comint.el (make-comint-in-buffer): New function.
3605         (make-comint): Use it.
3607         * faces.el (face-spec-choose): Change syntax so that the list of
3608         attribute-value pairs is now the cdr of each clause, not the cadr.
3609         Detect old-style entries, and handle them.  Use pop.
3611 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
3613         * cus-edit.el (custom-mode-map): Use a sparse map.
3614         (custom-mode): Don't bother with make-local-hook.
3616         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3618         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3620 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3622         * ps-print.el: Avoid compilation gripes.
3623         (ps-print-version): New version number (6.2.1).
3625 2000-10-26  Dave Love  <fx@gnu.org>
3627         * menu-bar.el: Modify some menu item help strings.
3628         (menu-bar-help-menu): Add link to MORE.STUFF.
3630         * cus-edit.el (custom-mode): Add `special' mode-class property.
3632         * wid-browse.el (widget-browse-mode): Likewise.
3634         * wid-edit.el (widget-specify-field): Revert to using local-map
3635         property, not keymap.
3637 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
3639         * wid-edit.el (widget-field-end): When checking for a `boundary'
3640         field, do so in the correct buffer.
3642         * simple.el (undo): Correctly distinguish between numeric and
3643         non-numeric prefix args in non-transient-mark-mode, as per the doc
3644         string.  When in transient-mark-mode, treat all prefix-args as
3645         numeric.
3647         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3648         Position point on match.  Handle N == 0 correctly.
3650         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3651         (comint-mode-map): Reverse order of `comint-write-output' and
3652         `comint-append-output-to-file'.
3653         (comint-append-output-to-file): Reinstate this function, for the
3654         benefit of the menu.
3656 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3658         * vc.el (vc-version-other-window): Bind `file'.
3660 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3662         * Makefile.in (update-authors): New target for maintenance purposes.
3664         * emacs-lisp/authors.el (batch-update-authors): New function.
3665         (authors-fixed-entries): New defconst.
3666         (authors-add-fixed-entries): New function.
3667         (authors): Call it.: Don't process lispref/.
3669 2000-10-25  Jason Rumney  <jasonr@gnu.org>
3671         * cus-edit.el (custom-button-face, custom-button-pressed-face):
3672         Merge x w32 and mac definitions.
3674 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3676         * menu-bar.el (menu-bar-options-menu): Add a help string for
3677         `uniquify'.
3679 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
3681         * time-stamp.el (time-stamp-string-preprocess):
3682         Fix a wrong type argument error.
3684 2000-10-25  Miles Bader  <miles@gnu.org>
3686         * recentf.el (recentf-mode): Variable removed.
3687         (recentf-mode): Use `define-minor-mode'.
3689         * mwheel.el (mouse-wheel-mode): New global minor mode.
3690         (mwheel-install): Use `mouse-wheel-mode'.
3692 2000-10-25  Dave Love  <fx@gnu.org>
3694         * progmodes/cperl-mode.el (cperl-mode):
3695         Set normal-auto-fill-function correctly.
3697         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3698         inherit from global-map and don't nullify menu-bar and tool-bar
3699         bindings.
3701 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
3703         * wid-edit.el (widget-field-at): New function.
3704         (widget-at, widget-field-activate): Use it.
3705         (widget-tabable-at): Use `widget-at'.
3706         (widget-specify-field): If the terminating character of the widget
3707         field (which is read-only) is a newline, put it into a special
3708         `boundary' field so that C-n/C-p act more naturally.
3709         (widget-field-end): Also don't subtract one if a special
3710         `boundary' field has been added after the widget field.
3712         * comint.el (comint-output-filter, comint-send-input): Don't
3713         bother adding stickiness fields to overlays to fool the field
3714         code, since it should notice the overlay insertion-types now.
3716         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3717         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3718         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3720 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3722         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3723         (authors): Set file coding system to iso-2022-7bit.  Add
3724         file-local variables to output buffer.
3726         * files.el (after-find-file): Don't print any warnings if
3727         WARN is nil.
3729 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3731         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3733         * delim-col.el: Now there is a column formatting mechanism.
3734         Modified to customization mechanisms convention.  Doc fix.
3735         (columns): New group for delim-col.
3736         (delimit-columns-before, delimit-columns-after)
3737         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3738         (delimit-columns-end): New vars.
3739         (delimit-columns-customize, delimit-columns-format): New funs.
3740         (delimit-columns-region, delimit-columns-rectangle)
3741         (delimit-columns-rectangle-line): Modified to support column
3742         formatting.
3744 2000-10-24  Dave Love  <fx@gnu.org>
3746         * log-edit.el (log-edit): Add :version and a :group for vc.
3748 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3750         * files.el (after-find-file): Don't print a message ``New file''
3751         if WARN is nil.
3753         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3754         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
3755         get duplicate tool-bar entries because we'll see the global ones
3756         on more than one path through keymaps.
3758         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3760         * progmodes/cmacexp.el: Change Francesco's email address.
3762 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3764         * window.el (fit-window-to-buffer): Adjust point of the window
3765         buffer, not that of the current buffer.
3767 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
3769         * progmodes/cmacexp.el: Update the euthor's email address.
3771 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3773         * faces.el (face-spec-set-match-display): Add `graphic' display
3774         type (the inverse of `tty').  Use `display-graphic-p' instead of
3775         the window-system variable.
3777 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3779         * international/isearch-x.el (isearch-with-input-method): Call
3780         input-method-function with the first event in
3781         unread-command-events.
3783 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3785         * faces.el (face-default-spec, face-user-default-spec): Make
3786         defsubsts.
3788 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
3790         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3791         New charsets.
3793         * term/mac-win.el: Remove definitions of mac-roman-lower and
3794         mac-roman-upper, require dired, and define instead of set
3795         mac-ready-for-drag-n-drop to avoid compilation error.
3797 2000-10-23  Andrew Innes  <andrewi@gnu.org>
3799         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3800         superfluous calls to subst-char-in-string; instead apply
3801         expand-file-name after convert-standard-filename to ensure
3802         expected directory separators are used.
3804 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3806         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3808 2000-10-23  Dave Love  <fx@gnu.org>
3810         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3811         (tool-bar-add-item): Set foreground and background for XBM icons.
3813         * international/latin1-disp.el (latin1-char-displayable-p): New
3814         function (from Handa).
3815         (latin1-display-check-font): Use it.
3817         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3818         using :key-sequence, making it much more usable.  Use nconc, not
3819         append.
3820         (imenu--create-keymap-1): Avoid append.
3822         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3824 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3826         [the following changes fix a bug where `define-minor-mode' didn't
3827         correctly generate :require clauses for defcustoms in compiled files]
3828         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3829         (byte-compile-log-file, byte-compile-log-1): Don't set
3830         `byte-compile-current-file' to nil.  Instead set
3831         `byte-compile-last-logged-file' to it.  Test whether
3832         byte-compile-current-file equals byte-compile-last-logged-file
3833         instead of whether its nil.
3834         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3836 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
3838         * textmodes/refill.el: Fix var names in doc.
3839         (refill-mode): Don't bother with make-local-hook anymore.
3841 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3843         * faces.el (face-user-default-spec, face-default-spec): New functions.
3844         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3845         (frame-set-background-mode, face-set-after-frame-default):
3846         Use `face-user-default-spec'.  Simplify code slightly.
3848         * woman.el (woman-italic-face, woman-bold-face)
3849         (woman-unknown-face): Add dark-background variants.
3850         (woman-default-faces): Renamed from `woman-colour-faces'.
3851         Set using the stored defaults, rather than using hard-wired colors.
3852         (woman-monochrome-faces): Renamed from `woman-black-faces'.
3853         Just make the foreground `unspecified' rather than "black".
3854         (woman-menu): Rename menu entries accordingly.
3856         * faces.el (header-line): Make more reasonable on mono/grayscale
3857         displays.
3859 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
3861         * cus-edit.el (custom-button-face): Use 3D look for mac.
3862         (custom-button-pressed-face): Likewise.
3864         * faces.el (set-face-attributes-from-resources): Handle mac frames
3865         in the same way as x and w32 frames.
3866         (face-valid-attribute-values): Likewise.
3867         (read-face-attribute): Likewise.
3868         (defined-colors): Likewise.
3869         (color-defined-p): Likewise.
3870         (color-values): Likewise.
3871         (display-grayscale-p): Likewise.
3872         (face-set-after-frame-default): Likewise.
3873         (mode-line): Same default face as for x and w32.
3874         (tool-bar): Likewise.
3876         * frame.el: Remove call to frame-notice-user-settings at end of
3877         the file.
3879         * info.el (Info-fontify-node): make underlines invisible for mac
3880         as for x, pc, and w32 frame types.
3882         * term/mac-win.el: New file.
3884 2000-10-22  Dave Love  <fx@gnu.org>
3886         * textmodes/refill.el: New file.
3888 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
3890         * vc-hooks.el (vc-version-backup-file-name): New optional args
3891         MANUAL and REGEXP.
3892         (vc-delete-automatic-version-backups, vc-make-version-backup):
3893         New functions.
3894         (vc-before-save): Use the latter.
3895         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3896         confusion.
3898         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3899         expected by vc[-hooks].el.
3901         * vc.el (vc-checkout): Added `-p' suffix in call to
3902         vc-make-version-backups-p; use vc-make-version-backup to actually
3903         make the backup.
3904         (vc-version-other-window, vc-version-backup-file): Handle both
3905         automatic and manual backups.
3906         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3907         of all of them.
3909 2000-10-22  Miles Bader  <miles@gnu.org>
3911         * comint.el (comint-highlight-input, comint-highlight-prompt):
3912         Renamed, `-face' at end removed.
3913         (comint-send-input, comint-output-filter): Use renamed faces.
3915         * window.el (fit-window-to-buffer): Change defaulting of
3916         MAX-HEIGHT slightly.
3918         * faces.el (color-values, color-defined-p): Use `member', not
3919         `memq', because it works correctly for strings.
3920         (frame-set-background-mode): Actually, "unspecified-fg" and
3921         "unspecified-bg" *are* strings.  Use `member', not `memq', and
3922         `equal', not `eq', when a string value is possible.
3924 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3926         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3928 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
3930         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3931         sh-electric-rparen, sh-electric-less and sh-electric-hash.
3932         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3933         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3934         (sh-font-lock-syntactic-keywords): Use them.
3935         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3936         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3937         (sh-mode): Don't override font-lock-unfontify-region-function.
3938         Use a copy of sh-font-lock-syntactic-keywords.
3939         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3940         Don't call sh-scan-buffer since font-lock does it on the fly.
3941         (sh-get-indent-info): Use `face' rather than `syntax-table'
3942         text-property to detect here-documents.
3943         Replace sh-special-syntax with sh-st-punc.
3944         (sh-prev-line): Use `face' rather than `syntax-table'
3945         text-property to skip over here-documents.
3946         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3947         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3948         (sh-electric-less, sh-set-here-doc-region)
3949         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3950         (sh-scan-buffer, sh-rescan-buffer): Remove.
3952 2000-10-21  Andrew Innes  <andrewi@gnu.org>
3954         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3955         remote (ange-ftp) file names.
3957 2000-10-21  Miles Bader  <miles@gnu.org>
3959         * window.el (fit-window-to-buffer): New function.
3960         (shrink-window-if-larger-than-buffer): Use it.
3961         (window-text-height): Don't expect minibuffers to have mode-lines.
3963         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3964         * international/quail.el (quail-update-guidance): Use
3965         `fit-window-to-buffer' instead of `set-window-text-height'.
3967         * international/quail.el (quail-show-guidance-buf): Make sure
3968         guidance window really has enough room.
3969         (quail-update-guidance): If quail-guidance-win is already shown,
3970         make sure its height is OK.
3972         * window.el (window-text-height, set-window-text-height):
3973         New functions.
3974         (shrink-window-if-larger-than-buffer): Use `window-text-height'
3975         instead of `window-height' & `mode-line-window-height-fudge'.
3976         (mode-line-window-height-fudge): Add FACE parameter.
3977         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3978         instead of `enlarge-window' & `mode-line-window-height-fudge'.
3980 2000-10-20  Miles Bader  <miles@gnu.org>
3982         * window.el (height-affecting-face-attributes): Use `defconst'.
3984         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3985         New function, conditionally aliased to `mode-line-window-height-fudge'.
3986         (ispell-help): Use it.
3987         (ispell-choices-win-default-height): Don't include mode-line fudge.
3988         (ispell-choices-win-default-height): New function.
3989         (ispell-show-choices, ispell-command-loop): Use function
3990         `ispell-choices-win-default-height' instead of variable.
3992 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
3994         * window.el (mode-line-window-height-fudge): New variable.
3995         (height-affecting-face-attributes): New variable.
3996         (mode-line-window-height-fudge): New function.
3997         (shrink-window-if-larger-than-buffer): Use it.
3998         * help.el (resize-temp-buffer-window): Likewise.
4000         * info.el (Info-fontify-node): Add support for @subsubsection
4001         titles, which use `Info-title-4-face'.
4002         (Info-title-4-face): New face.
4003         (Info-title-3-face): Inherit from Info-title-4-face instead of
4004         variable-pitch.
4006 2000-10-19  Jason Rumney  <jasonr@gnu.org>
4008         * dired.el (dired-insert-directory): Do not let errors signalled by
4009         attempt to run dired-free-space-program prevent dired from working.
4011 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4013         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4015 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
4017         * dirtrack.el (dirtrack): Fix call to run-hooks.
4019         * cmuscheme.el (cmuscheme-program-name): Renamed from
4020         scheme-program-name because xscheme.el contains a defcustom with
4021         the same name.  As a consequence, customizing group `cmuscheme'
4022         loaded `xscheme' which redefined run-scheme.
4023         (run-scheme): Use cmuscheme-program-name.
4025         * ps-print.el (ps-print-emacs-type): Move into the
4026         eval-and-compile.
4028         * play/doctor.el (doctor-death): Update the Samaritans'
4029         anonymous address, and add a website for Befrienders International.
4031 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4033         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
4034         Avoid compilation gripes.  Doc fix.
4035         (ps-print-version): New version number (6.2).
4036         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4037         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4038         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4039         (ps-x-extent-priority, ps-x-extent-start-position)
4040         (ps-x-face-font-instance, ps-x-find-coding-system)
4041         (ps-x-font-instance-properties, ps-x-make-color-instance)
4042         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4043         avoid compilation gripes without defining functions.
4044         (ps-e-find-composition): Alias for function find-composition, to have a
4045         suitable function depending on Emacs version.
4046         (ps-color-device, ps-color-values, ps-face-foreground-name)
4047         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4048         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4049         (ps-print-ensure-fontified): Function definitions surrounded by
4050         `eval-and-compile' to avoid compilation gripes.
4051         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4052         by symbol-value to avoid compilation gripes.
4053         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4054         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4056 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4058         * startup.el (normal-top-level): Call `frame-set-background-mode'
4059         after `frame-notice-user-settings' because the latter doesn't call
4060         the former on a tty.
4062         * faces.el (frame-set-background-mode): `unspecified' &c are
4063         symbols, not strings.
4065 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4067         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4068         why some "light*" colors are deliberately absent from the alist.
4070         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4071         Change colors for tty's, as suggested by Miles Bader.
4073 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
4075         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
4076         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
4077         for ISO10646-1 fonts.
4078         (x-font-name-charset-alist): Add an entry for "iso10646-1".
4080 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4082         * faces.el (frame-set-background-mode): If a tty frame defines a
4083         background color, use that to compute the background mode, instead
4084         of always defaulting to "dark".
4086 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
4088         * comint.el (comint-write-output): New function.
4089         (comint-mode-map): Add it to the menu.
4090         Bind `C-c C-s' to comint-write-output.
4092 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
4094         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4095         Use fancy-splash-delay.
4097 2000-10-18  Alex Schroeder  <alex@gnu.org>
4099         * progmodes/sql.el (sql-sybase-options): New option.
4100         (sql-sybase): Use it.  Add sql-database to the list of parameters
4101         provided for login.  The options -w 2048 -n are not used any more.
4103         * comint.el (comint-read-input-ring): Bugfix such that the first
4104         and the last entry of the input ring file are not lost.
4106 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4108         * ps-print.el: Internal variable changes to defcustom,
4109         make-local-hook changes to defvar.  Doc fix.
4110         (ps-print-version): New version number (6.1).
4111         (ps-setup, ps-do-despool): Code fix.
4112         (ps-printer-name): Customization fix.
4113         (ps-printer-name-option): Now is a defcustom instead of an
4114         internal variable.
4115         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4116         (ps-print-begin-column-hook): Now are defvar instead of
4117         make-local-hook.
4119 2000-10-18  Miles Bader  <miles@gnu.org>
4121         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4122         (comint-kill-output): Changed into an alias for `comint-delete-output',
4123         and made obsolete.
4124         (comint-mode-map): Rename references to comint-kill-output.
4126 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4128         * diff-mode.el (diff-header-face, diff-file-header-face)
4129         (diff-changed-face): Add bold and italic attributes to tty faces.
4130         (diff-function-face): New face.
4131         (diff-font-lock-keywords): Use it.
4133 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4135         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4136         Remove commented-out call to force-mode-line-update.
4137         (comint-kill-output): Use `forward-line 0' instead of
4138         beginning-of-line to make sure we get past the prompt.
4140 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4142         * diff-mode.el (diff-header-face, diff-file-header-face):
4143         Add specific setting for dark background.
4144         (diff-context-face): Renamed from diff-comment-face.
4145         Set explicitly rather than inheriting from font-lock-comment-face.
4147 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4149         * startup.el (command-line): Move the code which sets the default
4150         TTY colors to before before-init-hook.
4152 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4154         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4156 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4158         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4159         extensions, for MS-DOS.
4161         * diff-mode.el (diff-header-face, diff-file-header-face)
4162         (diff-changed-face): Define tty-specific colors.
4164 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4166         * startup.el (fancy-splash-text): Realign the text.
4168 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4170         * font-lock.el (font-lock-comment-face): Define a separate default
4171         for dark-background tty's.
4173 2000-10-17  Miles Bader  <miles@gnu.org>
4175         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4176         being obscured by whizzy mode-lines on graphics displays.
4178 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4180         * info.el (Info-title-1-face, Info-title-2-face)
4181         (Info-title-3-face): Define colors for tty's.
4182         (info-header-node): Remove unneeded tty-specific definition.
4184 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4186         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4187         reverse from the frame parameters, and don't invert foreground and
4188         background colors.
4190 2000-10-16  Miles Bader  <miles@gnu.org>
4192         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4193         string "*Info*".  Call propertized-buffer-identification to spruce
4194         up the result.
4196 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4198         * help.el: Provide `help' for the sake of define-minor-mode
4199         which generates defcustoms with requires.
4201         * jit-lock.el (jit-lock-after-change): If we're in text that
4202         matches a multi-line font-lock pattern, make sure the whole text
4203         will be redisplayed.
4205         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4206         author's name is unknown.
4208         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4209         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4210         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4211         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4212         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4213         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4214         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4215         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4216         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4217         Add author information.
4219 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4221         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4222         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4223         full-color version (using the Gimp) to eliminate dithering artifacts.
4225 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4227         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4229         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4231 2000-10-15  Dave Love  <fx@gnu.org>
4233         * progmodes/sh-script.el: Require skeleton and comint when
4234         compiling.
4236         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4238         * whitespace.el: Doc fixes.
4239         (top-level): Don't add hooks here.
4240         (whitespace-running-emacs): Deleted.
4241         (timer): Don't require.
4242         (whitespace): Add back :version conditional on xemacs test.
4243         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4244         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4245         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4246         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4247         Avoid specific xemacs test.
4248         (whitespace-global-mode): New option.
4249         (whitespace-global-mode): New command.
4250         (whitespace-unload-hook): New function.
4252         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4253         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4254         (Info-fontify-node): `Goto' goes to `Go to'.
4255         (Info-fontify-node): Add help-echo to xref links.
4257 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4259         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4261 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4263         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4264         Use plist-get and allow :inherit.
4266         * emacs-lisp/cl-macs.el (cl-do-arglist):
4267         Use plist-get and plist-member instead of memq.
4269         * emacs-lisp/ewoc.el (ewoc-location): New function.
4270         (ewoc-enter-after, ewoc-enter-before): Document return value.
4271         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4272         Don't need make-local-hook any more.
4273         (cvs-addto-collection): Return the new tin.
4274         (cvs-mode-insert): Jump to the new line.
4276         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4278         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4280         * font-lock.el (font-lock-syntactically-fontified): New var.
4281         (font-lock-fontify-syntactic-keywords-region): Use it.
4282         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4284         * diff-mode.el (diff-find-file-name): Fix regexp.
4286         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4287         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4289         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4290         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4291         (sh-mode): Don't make all vars local here.
4292         (sh-kw): Reformat.
4293         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4294         (sh-mode-syntax-table): Use pop.
4295         (sh-remember-variable): Use push.
4296         (sh-help-string-for-variable): Use memq.
4297         (sh-safe-backward-sexp): Remove.
4298         (sh-safe-forward-sexp): Add ARG.
4299         (sh-get-indent-info, sh-prev-stmt): Use it.
4300         (sh-prev-line): Simplify by using forward-comment.
4301         (sh-this-is-a-continuation): Simplify.
4302         (sh-learn-buffer-indent): Use dolist.
4303         (sh-do-nothing): Remove.
4304         (sh-set-char-syntax, sh-set-here-doc-region):
4305         Use inhibit-modification-hooks.
4306         (sh-name-style): Use mapcar and push.
4307         (sh-load-style): Use dolist.
4308         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4309         (sh-case, sh-while-getopts): Use propertize directly rather
4310         than sh-electric-rparen.
4312 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4314         * textmodes/tex-mode.el: Require CL when compiling.
4315         (tex-mode-syntax-table): Init immediately.
4316         (tex-mode-map): Bind M-RET to latex-insert-item.
4317         (latex-mode): Set indent-line-function to latex-indent.
4318         (tex-common-initialization): Don't setup the syntax-table any more.
4319         (latex-insert-item): New skeleton.
4320         (tex-next-unmatched-end): Fix copy/paste braino.
4321         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4322         (latex-indent, latex-find-indent): New functions.
4323         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4324         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4325         (tex-compilation-parse-errors): Use with-syntax-table.
4327 2000-10-15  Miles Bader  <miles@gnu.org>
4329         * font-lock.el (font-lock-comment-face): Change dark-background,
4330         color, non-tty, default to `chocolate1'.
4332 2000-10-13  John Wiegley  <johnw@gnu.org>
4334         * eshell/esh-util.el (require): Added a missing `require' form,
4335         needed when compiling (for an ange-ftp macro definition).
4337 2000-10-13  Dave Love  <fx@gnu.org>
4339         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4341 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
4343         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4344         fix.
4346         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4347         transparent -colors 8).
4349 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
4351         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4352         that breaks with old list format timestamps.
4353         (time-stamp-warn-inactive, time-stamp-old-format-warn)
4354         (time-stamp-count, time-stamp-conversion-warn): Improved doc
4355         strings.
4357 2000-10-13  John Wiegley  <johnw@gnu.org>
4359         * align.el, pcomplete.el, calendar/timeclock.el,
4360         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4362         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4363         faulty math, where holiday hours were being computing as seconds.
4365 2000-10-13  John Wiegley  <johnw@gnu.org>
4367         * desktop.el (desktop-buffer-modes-to-save): Added a global for
4368         specifying what "other" kinds of buffers should be saved.  This
4369         used to be hard-coded.
4370         (desktop-buffer-misc-functions): A global for specifying how
4371         auxiliary data should be determined for special buffer types.
4372         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4373         instead of hard-coding the special buffer types.
4374         (desktop-save): Run `desktop-buffer-misc-functions' to gather
4375         auxiliary data, instead of hard-coding for Info buffers and dired.
4376         (desktop-buffer-info-misc-data): Aux function for determining Info
4377         buffer auxiliary info.
4378         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4379         (desktop-buffer-info): Changed this function to use the info
4380         gathered above.
4381         (desktop-create-buffer): Be a little more careful about what
4382         `minor-mode' means before calling it.  This is important for some
4383         buffer types.
4385 2000-10-13  John Wiegley  <johnw@gnu.org>
4387         * eshell/esh-util.el: Added a global form which declares an
4388         autoload for `parse-time-string', if that function is not already
4389         defined, and if parse-time.el is available on the user's system.
4391         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4392         to be aware of ange-ftp user info.
4393         (eshell-do-ls): Bind `ange-cache'.  Also, use
4394         `eshell-file-attributes'.
4395         (eshell-ls-annotate): Use `eshell-file-attributes'.
4396         (eshell-ls-file): Made the user-id printing code a bit smarter.
4398         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4399         allow identification of alias user ids in remote directories.
4400         It's manual, but there's no other way to know when the current
4401         user on the local machine, is also the owning user on the remote
4402         machine.
4403         (fboundp): Bind `ange-cache'.
4404         (eshell-directory-files-and-attributes): Re-organized the logic a
4405         bit to use `eshell-file-attributes' instead of `file-attributes'.
4406         The former is more sensitive to directories that are read via FTP,
4407         and knows how to use ange-ftp to determine full attribute
4408         information, instead of just the name and last modtime.
4409         (eshell-current-ange-uids): Return the current user id when in a
4410         remote directory.
4411         (eshell-parse-ange-ls): Parse a full directory listing that has
4412         been returned by ange-ftp.
4413         (eshell-file-attributes): This beefed up version of
4414         `file-attributes' is only special if the user is currently in a
4415         remote directory, in which case it does a lot of work to find out
4416         what the real attributes of a file are, as they appear on the
4417         remote machine.  This makes usage of remote directories (i.e.,
4418         ange-ftp pathnames) much more useful.  You can now use Eshell as a
4419         full-fledged FTP client, with much more manipulation ability than
4420         most other clients.
4422         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4423         variable, which means that Eshell's du should always be preferred
4424         in remote directories.
4425         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4426         just `file-attributes'.
4427         (eshell-mvcp-template): Bind `ange-cache', to improve performance
4428         when reading remote directories.  This is an Eshell-specific
4429         variable (not part of ange-ftp).
4430         (eshell/ln): Bind `ange-cache'.
4431         (eshell/du): Added some extra logic for determining when to use
4432         Eshell's du (which is slow), and when to use the external version
4433         (which may or may not exist).
4435         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4436         `eshell-interactive-process', rather than using
4437         `get-buffer-process', since backgrounded processes don't count in
4438         the context of this function's logic.
4440         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4441         `forward-char', so that null strings are parsed correctly.
4443 2000-09-13  John Wiegley  <johnw@gnu.org>
4445         * eshell/em-pred.el (eshell-pred-file-type,
4446         eshell-pred-file-links, eshell-pred-file-size): Use
4447         `eshell-file-attributes'.  This is more correct over ange-ftp.
4449         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4450         that remote file globbing is more efficient.
4452         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4453         gathering the files and attributes within a directory.
4455         * eshell/em-unix.el (eshell/cat): If any of the files passed on
4456         the command line is a special file (not a regular file, directory
4457         or symlink), always attempt to call the external version of cat.
4459 2000-09-13  John Wiegley  <johnw@gnu.org>
4461         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4462         Eshell-friendly version of find-tag.
4464 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
4466         * image-file.el (image-file-name-extensions)
4467         (image-file-name-regexps): Add autoload cookies.
4469 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
4471         * international/mule-cmds.el (select-safe-coding-system): If FROM
4472         is string, show it in *Warning* buffer.
4474 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4476         * startup.el (normal-top-level): Use display-popup-menus-p instead
4477         of window-system.
4478         (command-line): Use display-graphic-p instead of window-system.
4479         (command-line-1): Use display-popup-menus-p and display-mouse-p
4480         instead of window-system.
4482 2000-10-12  Sam Steingold  <sds@gnu.org>
4484         * tooltip.el (tooltip-use-echo-area): New user variable.
4485         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4487 2000-10-12  Dave Love  <fx@gnu.org>
4489         * recentf.el: Maintainer's checkdoc fixes.
4491         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4492         character class, not ASCII when matching file names.
4493         (fancy-splash-head): Add trailing slash to URL.
4494         (command-line): Don't require XPM support for toolbar.
4496         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4497         (cperl-invalid-face): Revert last change.
4498         (cperl-init-faces): Quote cperl-invalid-face.
4500 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4502         * startup.el (fancy-splash-text): Remove superfluous quote.
4504 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4506         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4507         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4508         (command-line-1): Don't use fancy-splash-pending-command.
4509         (fancy-splash-screens-1): Goto point-min after inserting text.
4511         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4513         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4514         instead of shared-lisp-mode-map.
4516 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
4518         * faces.el (header-line): Change tty-variant to use underlining.
4520         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4521         (isearch-highlight): Restore lazy-isearch face properties at old
4522         position, and suppress them at new position.
4523         (isearch-dehighlight): Restore lazy-isearch face properties.
4524         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4525         over the real isearch overlay, but in that case, don't give it a
4526         face property.  Use `push'.
4528 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4530         * man.el (Man-getpage-in-background): Fix previous change.
4531         Decode the process output only when we are in multibyte mode.
4533 2000-10-11  Dave Love  <fx@gnu.org>
4535         * info.el (Info-mode-menu): Fix some help.
4536         (info-tool-bar-map): Add entry for Info-last.
4538         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4539         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4540         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4541         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4542         * toolbar/search-replace.xpm, toolbar/exit.xpm:
4543         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4544         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4545         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4546         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4547         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4548         Reduce colour requirements to 25 overall.  (Probably wants
4549         revisiting from the originals to reduce further.)
4551 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
4553         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4554         buffer-file-coding-system, instead of raw-text.
4555         (dehexlify-buffer): Bind coding-system-for-read to
4556         buffer-file-coding-system, instead of raw-text.
4558 2000-10-11  Sam Steingold  <sds@gnu.org>
4560         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4561         `underline' - fixes the bug introduced on 2000-09-21.
4563 2000-10-11  Dave Love  <fx@gnu.org>
4565         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4566         compiler warnings.
4567         (scheme-mode): Doc fix.
4568         (scheme-font-lock-keywords-1): Match `define-syntax'.
4570 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
4572         * faces.el (frame-set-background-mode): Pay attention to saved
4573         face specs as well as default ones.  Only do anything if the
4574         bg-mode or display-type has actually changed.  Use `dolist'.
4575         (region): Make dark-background `region' face less in-your-face.
4577 2000-10-10  Sam Steingold  <sds@gnu.org>
4579         * chistory.el, ielm.el, ledit.el:
4580         * progmodes/inf-lisp.el, progmodes/scheme.el:
4581         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4583 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4585         * textmodes/texinfo.el: Update copyright and fix typo.
4587         * desktop.el (desktop-modes-not-to-save): New var.
4588         (desktop-save-buffer-p): Use it.
4589         Also, obey desktop-buffers-not-to-save even for non-file buffers.
4590         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4592 2000-10-10  Dave Love  <fx@gnu.org>
4594         * toolbar/tool-bar.el (tool-bar-add-item)
4595         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4596         display.
4598         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4599         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4600         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4601         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4602         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4603         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4604         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4605         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4606         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4607         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4608         the .xpms; probably need retouching.
4610 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
4612         * subr.el (add-to-list): Add optional argument APPEND.
4613         * battery.el (display-battery): Use `add-to-list'.
4615 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
4617         * play/zone.el (zone-timer, zone-wc-tbl): Rework
4618         these vars as symbol properties.
4619         (zone, zone-when-idle, zone-leave-me-alone)
4620         (zone-pgm-whack-chars): Use new symbol properties.
4622         * battery.el (display-battery): Doc spelling fix.
4624         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4625         property.
4627 2000-10-09  Dave Love  <fx@gnu.org>
4629         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4630         has been initialized before calling tool-bar-setup.
4631         (tool-bar-add-item-from-menu): Add autoload cookie.
4633 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
4635         * menu-bar.el (send-mail-item-name): New function.
4636         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4637         of mail-user-agent in the menu.  Don't display the "Send Mail"
4638         item if mail-user-agent is nil or its value is ignore.
4639         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4640         if read-mail-command is nil or its value is ignore.
4642         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4644 2000-10-09  Miles Bader  <miles@gnu.org>
4646         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4647         Correct image size.
4648         * toolbar/left_arrow.xpm: Correct image size.
4650         * jka-compr.el: Don't call `jka-compr-install' when loading (it
4651         will be done by the definition of `auto-compression-mode' if
4652         necessary.  Move code to uninstall existing file-name handler
4653         before definition of `auto-compression-mode'.
4655         * image-file.el (auto-image-file-mode): Move to the end of the
4656         file, because `define-minor-mode' actually calls the mode-function
4657         if the associated variable is non-nil, which requires that all
4658         needed functions be already defined.
4660         * mouse.el (popup-menu): Balance parens.
4662 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
4664         * mouse.el (popup-menu): Move the command call outside the loop
4665         so that popup-menu returns whatever the command returns.
4667         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
4668         (initialize-new-tags-table): Use run-hook-with-args-until-success.
4669         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4670         (tags-table-format-functions): Renamed from tags-table-format-hooks.
4672         * vc.el (vc-version-diff): diff-switches can be a list.
4673         Use relative filenames for prettier output.
4675         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4676         (vc-post-command-functions): Remove old-VC compatibility code.
4678         * newcomment.el (comment-indent-default): Autoload.
4680         * font-lock.el (font-lock-defaults): Make buffer-local.
4681         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4682         (font-lock-choose-keywords):
4683         Ignore LEVEL unless KEYWORDS is a list of syms.
4684         (c-keywords, c++-keywords, objc-keywords, java-keywords):
4685         Don't wrap regexp-opt things in \(...\) unnecessarily.
4687         * jit-lock.el: Don't require font-lock any more.
4688         (jit-lock-functions): Make buffer-local.
4689         (jit-lock-saved-fontify-buffer-function): Remove.
4690         (jit-lock-mode): Remove autoload cookie.
4691         Remove font-lock specific code.
4692         (jit-lock-unregister): Don't bother handling complex hooks any more.
4693         (jit-lock-refontify): New function.
4694         (jit-lock-fontify-buffer): Use it.
4695         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4696         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4697         Add optional args START and END.
4698         Never call font-lock-fontify-region directly.
4699         (jit-lock-function, jit-lock-stealth-fontify): Use it.
4701         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4703 2000-10-08  Dave Love  <fx@gnu.org>
4705         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4707         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4709         * play/studly.el (studlify-region, studlify-word): Add autoload
4710         cookie.
4712         * play/morse.el (morse-region, unmorse-region): Add autoload
4713         cookie.
4715         * play/spook.el (spook-phrases-file): Use expand-file-name, not
4716         concat.
4718         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4719         insist on symbols starting with word syntax.
4720         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4721         (eval-defun-1): Doc fix.
4722         (indent-sexp): Use nconc to build up indent-stack.
4724         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4725         Gnus with little use.
4726         (mail-setup-hook): Add mail-abbrevs-setup to options.
4728         * recentf.el: Doc fixes.
4730         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4731         Clean up remainder.
4733         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
4734         without timezone and (8) with timezone to enforce some whitespace.
4735         Simplify code somewhat.
4737         * options.el (list-options): Doc that you should use customize.
4739         * iswitchb.el (iswitchb-mode): Add :require.
4741         * info.el (Info-goto-node, Info-menu): Doc fix.
4742         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4743         (info-tool-bar-map): New variable.
4744         (Info-mode): Use it.
4745         (Info-edit-map): Define all in defvar.
4746         (speedbar-attached-frame): Avoid compiler warning.
4748         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4749         (global-map): Bind [tool-bar] to a filtered map.
4750         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
4751         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4752         Allow PBM icons.
4753         (tool-bar-setup): Adjust calls of tool-bar-add-item.
4755         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4756         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4757         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
4758         icons, except up_arrow, which is left-arrow rotated.
4760         * imenu.el (imenu-add-to-menubar): Fix last change.
4762 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
4764         * generic-x.el (rul-generic-mode): Remove eval-when-compile
4765         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
4767 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4769         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4770         typos in doc strings.
4772         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4773         the doc strings how to customize Font Lock faces.
4775         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4776         computing growth when dragging the header line.
4778 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4780         * simple.el (kill-line): Doc fix.
4782 2000-10-08  Miles Bader  <miles@gnu.org>
4784         * faces.el (secondary-selection): Make foreground visible on tty.
4786         * jka-compr.el (auto-compression-mode): Move to the end of the
4787         file, because `define-minor-mode' actually calls the mode-function
4788         if the associated variable is non-nil, which requires that all
4789         needed functions be already defined.
4790         (with-auto-compression-mode): Add autoload cookie.
4792 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
4794         * files.el (find-backup-file-name) [ms-dos]: If support for long
4795         file names is not available, behave as if version-control were set
4796         to never.
4798 2000-10-07  Dave Love  <fx@gnu.org>
4800         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4801         (browse-url-gnome-moz): New function.
4802         (browse-url-browser-function): Use it.
4803         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4805 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
4807         * indent.el (tab-always-indent): New var.
4808         (indent-for-tab-command): Use it.
4810         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4811         raise an error.  This way it can still default to a sane value.
4813 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4815         * startup.el (fancy-splash-screens): Use local rather than global map.
4816         Don't use `update-menu-bindings' any more.
4817         Get rid of assumptions about keymap representation.
4819 2000-10-06  Dave Love  <fx@gnu.org>
4821         * textmodes/fill.el (sentence-end-double-space)
4822         (sentence-end-without-period):  Doc fix.
4823         (adaptive-fill-regexp): Purecopy.
4824         (unjustify-current-line): Use line-end-position.
4825         (fill-individual-paragraphs-prefix): Use line-beginning-position.
4827         * net/eudc-vars.el (eudc): Add :version, :link.
4829         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4831         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4832         Fix for define-minor-mode.
4833         (function-at-point): Alias to function-called-at-point.
4835         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4837         * simple.el (backward-word): Doc fix.
4839         * image-file.el (image-file-name-regexp): image-file-regexps ->
4840         image-file-name-regexps.
4841         (image-file-name-extensions): Add pbm.
4843 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4845         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4846         and add filename to the names so that diff-mode can jump to source.
4848         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4849         (tex-font-lock-keywords, tex-font-lock-keywords-2)
4850         (tex-font-lock-keywords-1): Remove.
4851         (font-lock-turn-on-thing-lock): Use jit-lock-register.
4852         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4853         (font-lock-default-fontify-region):
4854         Expand beg..end correctly when just following a multiline region.
4855         (font-lock-fontify-anchored-keywords):
4856         Include the anchor text as part of the multiline.
4858 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
4860         * loadup.el (toplevel): Load `loaddefs' before `help' because the
4861         latter needs the autoloaded define-minor-mode macro during the
4862         bootstrap.
4864         * startup.el (command-line): For now, activate tool-bar-mode only
4865         if XPM images are supported.
4867         * mouse.el (mouse-drag-header-line): Don't allow resizing a
4868         window by dragging a header-line at the top of the frame; that's
4869         confusing because the header-line doesn't move.
4870         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4871         of treating the event as a list.  Some cleanup.
4873 2000-10-06  Miles Bader  <miles@gnu.org>
4875         * simple.el (display-message-or-buffer): New function.
4876         (shell-command-on-region): Use `display-message-or-buffer'.
4878         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4879         docstring parts.
4881         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4882         (smbclient-prompt-regexp): Add usage note to doc string.
4883         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4884         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4885         Use add-hook for adding the comint filter function, and only do so
4886         if it's not already in the global hook list.
4887         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4888         to `make-local-variable'.
4889         (nslookup-font-lock-keywords): Remove prompt entry.
4890         (nslookup): Don't set the process-filter.
4891         (finger): Exit the loop correctly when the regexps list runs out.
4892         (ftp, smbclient, smbclient-list-shares):
4893         Set the real major mode immediately, not after execing.
4894         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4896         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4898 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
4900         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4902         * which-func.el (which-func-format): Remove spurious space.
4903         (which-func-mode): Don't make it permanent-local.
4904         (which-func-ff-hook): Allow which-func-maxout to be nil.
4905         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
4906         (which-func-mode): Simplify.
4907         Use post-command-idle-hook rather than post-command-hook.
4908         Go through all buffers and update their state.
4909         (which-function): Also try add-log-current-defun-function.
4911         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4912         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4913         Update call to with-vc-properties accordingly.
4914         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4915         (vc-revert-buffer): More careful about window selection and deletion.
4916         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4918         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4919         (cvs-retrieve-revision): Reuse a pre-existing buffer.
4920         (cvs-dired-action): Change the default to quickdir.
4922         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4923         if comment-indent-function returns nil.
4924         (comment-indent-default): New function.
4925         (comment-indent-function): Use it and document the new semantics.
4927         * image-file.el: Docstring fixes.
4929         * help.el (help-xref-on-pp): Use match-string.
4930         (describe-variable): New arg BUFFER.
4931         Store the current buffer in the help-xref-stack.
4932         (temp-buffer-resize-mode): Use define-minor-mode.
4934         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4935         consistently with its docstring.
4936         Set jit-lock-first-unfontify-pos in an idempotent way.
4937         (jit-lock-register): Autoload and add arg CONTEXTUAL.
4939 2000-10-05  Alex Schroeder  <alex@gnu.org>
4941         * sql.el (sql-mysql-options): New variable.
4942         (sql-mysql): Use it.
4944 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
4946         * image.el (image): New group.
4948         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4949         (smerge-base-face, smerge-markers-face): Add dark-background variants.
4951 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4953         * net/net-utils.el (nslookup-font-lock-keywords)
4954         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4955         Ignore the value of wqindow-system; always define keywords
4957 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
4959         * startup.el (fancy-splash-screens): Remove the code for
4960         debugging; `(trace-to-stderr "EXITTT\n")'.
4962 2000-10-05  Miles Bader  <miles@gnu.org>
4964         * diff-mode.el (diff-goto-source): Update call to
4965         `diff-hunk-status-msg' to reflect new REV variable.
4967 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
4969         * progmodes/icon.el (icon-mode):
4970         Don't gratuitously override the default for comment-column.
4972         * vc-hooks.el (vc-mode-line): Fix interactive spec.
4974         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4975         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4976         (jit-lock-functions): New var.
4977         (jit-lock-function-1): Use it if non-nil.
4978         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
4979         Set the `fontified' property before doing the fontification to avoid
4980         repeatedly going through the same error.
4981         Don't turn errors into messages.
4982         (jit-lock-register, jit-lock-unregister): New functions.
4984         * dired.el (dired-mark-pop-up): Turn comment into docstring.
4985         Use with-current-buffer.
4987         * dired-aux.el (dired-do-create-files, dired-kill-tree):
4988         Turn comment into docstring.
4990         * apropos.el (apropos-mode): Use define-derived-mode.
4992 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
4994         * startup.el (fancy-splash-pending-command): New variable.
4995         (fancy-splash-pre-command): New function.
4996         (fancy-splash-screens): Rewritten.
4997         (command-line-1): If fancy-splash-pending-command is set, call it
4998         interactively.
5000 2000-10-04  Dave Love  <fx@gnu.org>
5002         * toolbar/tool-bar.el (tool-bar-setup): New function.
5003         (tool-bar-mode): Use it.
5005         * subr.el (substitute-key-definition): Doc fix.
5006         (play-sound-file): New command.
5008 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
5010         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5011         vc-version-backup-file-name): New functions.
5013         * files.el (basic-save-buffer): Call vc-before-save before saving.
5015         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5016         vc-cvs-stay-local-p.
5018         * vc.el (vc-revert-buffer): Handle empty diff properly.
5019         (vc-version-backup-file): New function.
5020         (vc-checkout): Create a version backup if necessary.
5021         (vc-checkin): If a version backup file exists, delete it.
5022         (vc-version-diff): Diff locally using version backups, if available.
5023         (vc-revert-file): If there's a version backup, revert locally.
5024         (vc-transfer-file): Use version backup for base version, if
5025         available.  If not, ask for confirmation whether to get it from the
5026         server.  Update mode line before check-in.
5028 2000-10-04  Dave Love  <fx@gnu.org>
5030         * toolbar/tool-bar.el (tool-bar-setup): New function.
5031         (tool-bar-mode): Use it.
5033 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
5035         * net/net-utils.el (nslookup-font-lock-keywords)
5036         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5037         Only set if window-system is non-nil
5038         (net-utils-run-program): Returns buffer.
5039         (network-connection-reconnect): Added this function.
5041         * generic.el:
5042         Incorporates extensive cleanup and docfixes by
5043         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5044         Uses cl compile-time macros.
5045         (generic-mode-name, generic-comment-list)
5046         (generic-keywords-list, generic-font-lock-expressions)
5047         (generic-mode-function-list, generic-mode-syntax-table):
5048         Removed variables.
5049         (generic-mode-alist): Renamed to generic-mode-list.
5050         (generic-find-file-regexp): Default changed to "^#".
5051         (generic-read-type): Uses completing read on generic-mode-list.
5052         (generic-mode-sanity-check): removed this function.
5053         (generic-add-to-auto-mode): Removed this function
5054         (generic-mode-internal): Bind mode-specific definitions
5055         into function instead of putting them in alist.
5056         (generic-mode-set-comments): Reworked extensively.
5057         (generic-mode-find-file-hook): Simplified regexp searching
5058         (generic-make-keywords-list): Omit extra pair of parens
5060         * find-lisp.el (find-lisp-find-files-internal):
5061         Make sure directory name ends with "/".
5063         * generic-x.el (apache-conf-generic-mode):
5064         Regexp now allows leading whitespace.
5065         (rc-generic-mode): Added eval-when-compile
5066         around generic-make-keywords-list.
5067         Deleted duplicate regexp
5068         (rul-generic-mode): Added eval-when-compile
5069         around generic-make-keywords-list.
5070         (etc-fstab-generic-mode): New generic mode.
5071         (rul-generic-mode): Removed one eval-when-compile
5072         which caused a max-specpdl-size exceeded error.
5074 2000-10-04  Miles Bader  <miles@gnu.org>
5076         * simple.el (minibuffer-temporary-goal-position): New variable.
5077         (next-history-element): Try to keep the position of point in the
5078         input string constant.
5080         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5081         (dired-do-create-files): If there's only one file, pass it in as
5082         the DEFAULT arg to dired-mark-read-file-name.
5084 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5086         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5087         (diff-goto-source): Be smarter when choosing REVERSE or not.
5089         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5090         (texinfo-mode-menu): Add an explicit shortcut for update all.
5092 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
5094         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5095         factorize backend-specific code cleanly (this was essentially
5096         conceived by Stefan Monnier).
5097         (vc-unregister): Function removed.
5098         (vc-revert-file): New function.
5099         (vc-revert-buffer): Delegate some of the work to it.
5101         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5102         default branch unconditionally.
5103         (vc-rcs-set-default-branch): New function.
5104         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5105         (vc-rcs-checkin): If an appropriate default branch has been set,
5106         force creation of that branch.
5107         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5108         code (as suggested by Stefan Monnier).
5110 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5112         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5113         highlighting overlay with a different face over the overlay
5114         isearch uses to highlight the current match because that can lead
5115         to bad face combinations.
5117         * loadup.el (toplevel): Load faces before isearch.
5119         * isearch.el (isearch-faces): New custom group.
5120         (isearch): New defface; was already tested for in the code.
5121         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5122         (isearch-highlight): Always use face `isearch'.
5124 2000-10-02  Dave Love  <fx@gnu.org>
5126         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5127         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5128         comparison of opcode with operand.
5130 2000-10-03  Miles Bader  <miles@gnu.org>
5132         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5133         buffer, since the echo area will now grow to accommodate them.
5135 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5137         * vc-hooks.el (vc-registered): If FILE used to be registered under
5138         a certain backend, try that one first.
5140         * vc.el (vc-responsible-backend): Undo the previous change in the
5141         argument list.  Handle multiple backends correctly.
5142         (vc-find-new-backend): Function removed.
5143         (vc-register): Use vc-responsible-backend, as before.
5144         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5146 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5148         * startup.el (fancy-splash-head): Change message below the
5149         logo.
5151 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5153         * diff-mode.el (diff-goto-source): Emit a status message.
5154         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5155         (diff-test-hunk): Fix doc string.
5156         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5157         (diff-advance-after-apply-hunk): New variable.
5158         (diff-apply-hunk): Don't return a value.
5160 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5162         * vc.el (vc-editable-p): Minor optimization.
5163         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5164         (vc-find-new-backend): New function split from vc-responsible-backend.
5165         (vc-register): Use it.
5166         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5167         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5168         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5169         (vc-clear-headers): Don't use find-file.
5170         (vc-revert-buffer): Use `and' again (must have been a braino).
5171         (vc-switch-backend): Only prompt if requested.
5172         Short circuit if nothing is to be done.
5173         Don't use vc-resynch-buffer which could lose unsaved editing.
5174         (vc-default-receive-file): Update call to vc-unregister.
5175         (with-vc-file, vc-next-action-on-file):
5176         Use vc-backend rather than vc-registered.
5177         (vc-next-action-on-file): Use intern-soft.
5178         Deal with read-only *vc-diff* buffer.
5179         (vc-transfer-file): Docstring fix.
5181         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5182         (vc-rcs-receive-file): Avoid with-vc-properties.
5183         Update call to vc-unregister.
5184         Use constant `RCS' rather than (dynamically bound) var `backend'.
5186 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5188         * vc.el (vc-next-action-on-file): Update mode line only if file
5189         is visited.
5190         (vc-start-entry): New argument initial-contents.  Don't visit the file
5191         if it isn't already visited.  Brought documentation up-to-date.
5192         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5193         (vc-checkin): New optional arg initial-contents, which is passed to
5194         vc-start-entry.
5195         (vc-finish-logentry): Make sure to bury log buffer only if there
5196         really is one.  Call `vc-resynch-buffer' on log-file, not
5197         buffer-file-name.
5198         (vc-default-comment-history, vc-default-wash-log): New functions.
5199         (vc-index-of): Removed.
5200         (vc-transfer-file): Make do without the above.
5201         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5202         the resulting string to vc-checkin, instead of inserting it into the
5203         comment ring.
5205         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5206         unconditionally.  Use the comments as initial contents of the log
5207         entry buffer.  Document the trick to force branch creation with no
5208         changes.
5210 2000-10-01  Miles Bader  <miles@gnu.org>
5212         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5213         `recenter' with an arg to prevent redrawing the display.
5215 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5217         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5219         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5221         * progmodes/c-mode.el (c-mode):
5222         Don't gratuitously override the default for comment-column.
5224         * textmodes/tex-mode.el (latex-metasection-list): New var.
5225         (latex-imenu-create-index): Use it.
5226         Move the regexp construction outside loops (and use push).
5227         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5228         (tex-font-lock-keywords): Moved from font-lock.el.
5229         (tex-comment-indent): Remove.
5230         (tex-common-initialization): Don't set comment-indent-function.
5231         (latex-block-default): New var.
5232         (tex-latex-block): Use it to provide a default choice.
5233         Add any unknown choice to latex-block-names.
5234         Insert [...] after {...}.
5235         (tex-last-unended-begin): Simplify regexp.
5236         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5237         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5238         (latex-mode): Set forward-sexp-function.
5240         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5241         Add regexp for @ignore ... @end ignore.
5242         (texinfo-heading-face): New face.
5243         (texinfo-font-lock-keywords): Use it.
5244         (texinfo-mode-menu): New menu.
5245         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5246         New functions.
5247         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5248         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5249         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5250         Remove declaration.
5251         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5253         * delsel.el (delete-selection-mode): Use define-minor-mode.
5255         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5257 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5259         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5261 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5263         * replace.el (keep-lines-read-args): New function.
5264         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5265         read arguments interactively.  Add parameters RSTART and REND.
5266         Operate on the active region in Transient Mark mode.
5268         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5270         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5271         (authors-obsolete-files-regexps): New variable.
5272         (authors-add): Don't record changes in obsolete files.
5274 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5276         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5278         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5279         (comment-indent): Make sure there's a space between code and comment.
5280         Shift comments left to avoid going past fill-column.
5282 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5284         * startup.el (startup-echo-area-message): New function.
5285         (display-startup-echo-area-message): Use it.
5286         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5287         (fancy-splash-default-action): New function.
5288         (fancy-splash-screens-1): New function.
5289         (fancy-splash-head): Put a help-echo and a keymap under the image.
5291 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5293         * diff-mode.el (diff-add-log-file-name): Remove.
5294         (diff-mode): Use add-log-buffer-file-name-function.
5296         * add-log.el (find-change-log): New arg BUFFER-FILE.
5297         (add-log-file-name): Obey add-log-file-name-function.
5298         (add-log-buffer-file-name-function): New var.
5299         (add-change-log-entry): Use it.
5301 2000-09-29  Miles Bader  <miles@gnu.org>
5303         * image-file.el (image-file-name-extensions): New variable.
5304         (image-file-name-regexps): Renamed from `image-file-regexps'.
5305         New default value is nil.  Call `auto-image-file-mode'.
5306         (image-file-name-regexp): New function.
5307         (auto-image-file-mode): New minor mode.
5308         (insert-image-file): Don't make conditional on the image-file
5309         handler being enabled.
5310         (image-file-handler): Make the call here conditional instead.
5311         (set-image-file-handler-enabled, enable-image-file-handler)
5312         (disable-image-file-handler): Functions removed.
5314         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5315         string.
5317 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5319         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5320         it's a function from CL.
5321         (latex-imenu-create-index): Replace eval-when-compile with progn
5322         because latex-section-alist is not bound while compiling.
5324 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5326         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5327         (outline-mode): Use define-derived-mode.
5329         * progmodes/perl-mode.el (perl-mode):
5330         * progmodes/awk-mode.el (awk-mode):
5331         * progmodes/asm-mode.el (asm-mode):
5332         Don't gratuitously override the default for comment-column.
5334         * emacs-lisp/lisp.el (lisp-complete-symbol):
5335         Distinguish the let-binding case from the funcall case.
5336         (forward-sexp-function): New variable.
5337         (forward-sexp): Use it.
5339         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5340         (easy-mmode-defmap): Remove the now useless autoload.
5342         * time.el (display-time-mode): Use define-minor-mode.
5344         * subr.el (add-minor-mode): Don't eval NAME.
5345         Don't depend on the presence of TOGGLE-FUN for any special behavior.
5346         Use if rather than cond.
5348         * simple.el (read-expression-map): Define more properly.
5349         (comment-indent-hook): Remove.
5350         (string-to-syntax): Bug fix.
5352         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5353         (cvs-ediff-diff): Fix typo.
5354         (cvs-revert-if-needed): Don't bother preserving read-only.
5356         * paren.el (show-paren-mode): Use define-minor-mode.
5358         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5359         (toggle-auto-compression): Remove.
5360         (jka-compr-build-file-regexp): Remove useless grouping.
5362         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5363         Avoid user-reserved bindings.
5364         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5365         (diff-header-face): Revert to grey85.
5367         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5369         * complete.el (partial-completion-mode) <defcustom>: Remove.
5370         (partial-completion-mode): Use define-minor-mode.
5371         (PC-do-completion): Understand `completion-auto-help = delay'
5372         to mean to popup the completion buffer only the second time.
5373         (PC-include-file-all-completions, PC-include-file-all-completions)
5374         (PC-include-file-all-completions): Don't quote lambda.
5376         * comint.el (comint-mode-hook): Docstring fix.
5377         (comint-mode): Use define-derived-mode.
5378         (comint-mode-map): Remove obsolete comment.
5379         (make-comint): Minor stylistic change.
5380         (comint-insert-clicked-input): Be more careful to find the overlay.
5381         Use this-command-keys rather than hardcoding mouse-2.
5383         * font-lock.el: Replace confusing (,@ with ,
5384         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5385         Don't use regexp-opt-depth.  Spice up the regexp for args.
5386         Don't distinguish between cmds that can take an opt arg or not.
5387         Use `append' and `prepend' rather than `keep'.
5389         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5390         (latex-outline-regexp): New var.
5391         (latex-outline-level): New fun.
5392         (latex-section-alist): New var.
5393         (latex-imenu-create-index): Use it.  Use `push' as well.
5394         (tex-shell-map): Initialize it properly.
5395         (tex-mode): Minor stylistic change.
5396         (plain-tex-mode): Use define-derived-mode.
5397         (latex-mode): Use define-derived-mode.
5398         Construct the paragraph regexps in a more readable way.
5399         Set the buffer-local outline-{level,regexp} vars.
5400         (slitex-mode): Derive from latex-mode.
5401         (tex-common-initialization): Don't kill-all-vars anymore.
5402         Add setting for comment-add and font-lock-defaults.
5403         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5404         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
5405         (tex-start-tex): New arg DIR (and send a chdir command for it).
5406         Also display the shell buffer and save it in tex-last-buffer-texed.
5407         (tex-region): Use expand-file-name rather than concat.
5408         Remove code made useless by changes in tex-start-tex.
5409         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5411         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5413 2000-09-28  Dave Love  <fx@gnu.org>
5415         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5417 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5419         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5420         `append'.
5422 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5424         * info.el (Info-extract-pointer): Undo last change.
5425         Instead, fix the position of the `bound' arg to re-search-backward.
5427 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5429         * info.el (Info-extract-pointer):
5430         Widen more carefully, to avoid finding pointers in other nodes.
5431         (Info-index): Use push.
5433 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5435         * frame.el (set-frame-font): Remove call to obsolete function
5436         frame-update-faces.
5437         (set-foreground-color, set-background-color): Likewise for
5438         frame-update-face-colors.
5440 2000-09-27  Miles Bader  <miles@gnu.org>
5442         * image-file.el: New file.
5444 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5446         * frame.el (frame-notice-user-settings): Don't call
5447         frame-update-faces, which is a no-op now.
5449         * ediff-wind.el (ediff-control-frame-parameters): Add zero
5450         tool-bar-lines.
5452 2000-09-27  Dave Love  <fx@gnu.org>
5454         * mouse.el: Fix last change.
5456 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
5458         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5460 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
5462         * international/quail.el (quail-help): The output message is
5463         improved.
5465 2000-09-26  Dave Love  <fx@gnu.org>
5467         * mouse.el (popup-menu): If POSITION is nil, set it using
5468         mouse-position.
5470 2000-09-25  Sam Steingold  <sds@gnu.org>
5472         * net/browse-url.el (browse-url-file-url): Check for null maps.
5474 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5476         * frame.el (frame-notice-user-settings): Don't add a
5477         tool-bar-lines frame parameter to default-frame-alist in batch mode.
5479         * frame.el (frame-notice-user-settings):
5480         Make tool-bar-mode and default-frame-alist consistent.
5482         * toolbar/tool-bar.el (tool-bar-help): New function.
5484 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5486         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5487         current-load-list in top-level forms.  Else this leaks a cons cell
5488         every time a defun is called.
5490         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5492 2000-09-25  Dave Love  <fx@gnu.org>
5494         * startup.el (fancy-splash-head): Check XPM is available.
5496         * autoinsert.el (auto-insert): Doc fix.
5497         (auto-insert-alist): Following GNU notices, don't say `copyright
5498         _by_'.  Use line-beginning-position.
5499         (auto-insert): Check buffer-file-name is non-nil before use.
5501 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5503         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5504         starting with `@def' or `@multitable', in addition to ones
5505         specified by the user in auto-fill-inhibit-regexp.
5507 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
5509         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5510         rmail-dont-reply-to-names matches the empty string.
5512 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5514         * startup.el (command-line-1, fancy-splash-text): Change the
5515         text to sound more friendly.
5517 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
5519         * progmodes/hideshow.el: Update author email address.
5520         Generally, sync w/ maintainer version 5.22.
5521         (hs-hide-all-non-comment-function): New var.
5522         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5523         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5524         (hs-show-region): Delete this command.
5525         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5527 2000-09-22  Dave Love  <fx@gnu.org>
5529         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5530         (hl-line-highlight): Specify buffer when moving overlay.
5532         * progmodes/fortran.el (fortran-mode): Locally set
5533         normal-auto-fill-function.
5534         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5535         (fortran-mode-map): Adjust auto-fill menu entry.
5537 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5539         * vc-rcs.el (toplevel): Require `vc' when compiling.
5541         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5543 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
5545         * vc.el (vc-switch-backend): Signal an error if the file is not
5546         registered under the new backend.
5548         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5549         without explicit revision number.
5551 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
5553         * diff-mode.el (diff-file-header-face): Reset to its previous value.
5554         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5555         (diff-xor): New function.
5556         (diff-find-source-location): Use it.  Fix a stupid name clash.
5557         (diff-hunk-status-msg): New function.
5558         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5559         (diff-test-hunk): Use diff-find-source-location.
5560         (diff-goto-source): Favor the `reverse'.
5561         (diff-hunk-text): Properly handle one-sided context diffs.
5562         (diff-apply-hunk): When done, advance to the next hunk.
5564 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5566         * startup.el (command-line): If frame was created with a non-zero
5567         tool-bar-lines parameter, switch tool-bar-mode on.
5569         * add-log.el (change-log-date-face, change-log-name-face)
5570         (change-log-email-face, change-log-file-face)
5571         (change-log-list-face, change-log-conditionals-face)
5572         (change-log-function-face, change-log-acknowledgement-face):
5573         New faces, inheriting from font-lock faces.
5574         (change-log-font-lock-keywords): Use them.
5576 2000-09-21  Dave Love  <fx@gnu.org>
5578         * progmodes/cperl-mode.el (top-level): Clean up
5579         `eval-when-compile's and assorted defvars.
5580         (cperl-invalid-face): Don't double-quote value.  Change custom
5581         type.
5582         (cperl-mode): Set normal-auto-fill-function and don't zap
5583         auto-fill-function.
5584         (cperl-imenu--function-name-regexp-perl): Renamed from
5585         imenu-example--function-name-regexp-perl.
5586         (cperl-imenu--create-perl-index): Renamed from
5587         imenu-example--create-perl-index.
5588         (cperl-xsub-scan): Don't require cl.
5590         * msb.el (msb-mode-map): Use substitute-key-definition.
5591         (msb-mode): Use msb-mode-map.
5593 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
5595         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5596         New functions.
5597         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5598         (vc-switch-backend): New function.
5599         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5600         (vc-register): Fix prompt.
5601         (vc-unregister, vc-default-unregister): New functions.
5602         (vc-version-diff): Handle empty buffer in sentinel.
5604         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5605         (vc-rcs-state-heuristic): Use it to guess the state of files with
5606         non-strict locking.
5607         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5608         been set with -b, but not created yet.
5609         (vc-rcs-fetch-master-state): With non-strict locking, compare file
5610         contents in order to find the state.
5611         (vc-rcs-checkin): Allow creation of branches with no changes.
5612         (vc-rcs-unregister, vc-rcs-receive-file)
5613         (vc-rcs-set-non-strict-locking): New functions.
5615         * vc-hooks.el (vc-name): Force correct computation of the value
5616         in case it is missing.
5618 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5620         * startup.el (fancy-splash-tail): Use a different foreground
5621         color on a dark frame background.
5623 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
5625         * info.el: Use the correct capitalization when making Info-mode
5626         and Info-edit-mode `special' modes.
5628 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
5630         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5631         (diff-mode): Add support for add-log.el.
5632         (diff-hunk-text): Use char offsets rather than line offsets.
5633         (diff-find-source-location): Replace LINE with line-offset (nil
5634         if not found) and always set POS to a meaningful position.
5635         Adapt to the new char-offsets.
5636         (diff-apply-hunk): Drop support for the unused `select' POPUP.
5637         Adapt to the new diff-find-source-location.
5638         (diff-goto-source): Adapt to the new diff-find-source-location.
5640         * add-log.el (add-log-file-name): New function (split out of
5641         add-change-log-entry).
5642         (add-change-log-entry): Use it.
5643         Call add-log-file-name-function with the changelog file name if
5644         the current buffer is not associated with any file.
5645         Avoid find-file if the selected window is dedicated.
5647         * diff-mode.el (diff-find-source-location):
5648         Move code from diff-apply-hunk.  Return buffer rather than file.
5649         (diff-apply-hunk): Use the new result from  diff-find-source-location.
5650         (diff-goto-source): Use the new diff-find-source-location.
5652 2000-09-20  Dave Love  <fx@gnu.org>
5654         * iswitchb.el: Some doc fixes.
5655         (iswitchb-mode-map): Define completely initially.  Inherit
5656         minibuffer-local-map.
5657         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5658         fundamental-mode.
5659         (iswitchb-global-map): New variable.
5660         (iswitchb-summaries-to-end): Amalgamate regexps.
5661         (iswitchb-mode): New.
5662         (iswitchb-mode-hook): New variable.
5663         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
5664         `extensions'.
5666 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
5668         * ehelp.el (electric-help): New defgroup.
5669         (electric-help-shrink-window): New user-option.
5670         (with-electric-help): Use it.
5672         * window.el (shrink-window-if-larger-than-buffer): If face
5673         `mode-line' has a :box, and we're on a graphical frame, add 1
5674         to the needed window height.
5676         * frame.el (frame-notice-user-settings): Add a last parameter nil
5677         to a call to `append', because the last list passed to `append' is
5678         not copied, and so subsequent calls to assq-delete-all will modify
5679         default-frame-alist.
5681         * startup.el (fancy-splash-image): Change :type.
5682         (fancy-splash-head): Use an XBM image if appropriate.
5683         (command-line-1): Show splash screens in more cases.
5685         * startup.el (fancy-splash-text): Don't quote faces.
5687         * dired.el (dired-font-lock-keywords): Undo last change.
5688         (dired-readin): Bind indent-tabs-mode to nil.
5690         * startup.el (fancy-splash-head): If frame's background mode
5691         is `dark', change the black background of the image to gray.
5692         (fancy-splash-screens): Display startup echo area message.
5693         (display-startup-echo-area-message): New function.
5695 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
5697         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5699         * info.el (info-header-node): Tweak for color ttys.
5701         * faces.el (face-valid-attribute-values): Make sure directories we
5702         search for stipples both exist and are readable before trying to
5703         search them.
5705         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5706         in the dry-run case.
5708         * jka-compr.el (with-auto-compression-mode): New macro.
5710         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5711         (custom-group-tag-face, custom-variable-tag-face): Use relative
5712         :height and inherit from `variable-pitch' face instead of
5713         hardwiring :family.
5714         * hi-lock.el (hi-black-hb): Likewise.
5716         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5717         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5718         toolbar-add-item, if image doesn't have a mask add a `:mask
5719         heuristic'.
5721 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
5723         * diff-mode.el: Docstring fixes.
5724         (diff-header-face, diff-comment-face): New faces.
5725         (diff-font-lock-keywords): Highlight a bit differently.
5726         (diff-find-source-location): Don't return SPAN any more.
5727         (diff-hunk-text): Don't bother erasing the temp buffer.
5728         (diff-find-text): Drop argument LINE.
5729         (diff-apply-hunk): Update calls to diff-find-text.
5730         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5732         * calendar/calendar.el: Docstring fixes.
5733         (calendar-make-alist): Don't quote lambda.
5734         (calendar-star-date): Use make-local-variable.
5736 2000-09-19  Dave Love  <fx@gnu.org>
5738         * toolbar/tool-bar.el: Renamed from toolbar.el.
5739         Change `toolbar' to `tool-bar' generally in symbols.
5740         Make some items invisible in `special' major modes.
5741         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5742         Add arg PROPS.
5744         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5745         Add :version here.
5746         (fancy-splash-delay, fancy-splash-image): Remove :version here.
5748 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5750         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5752         * files.el (find-file-suppress-same-file-warnings): New user-option.
5753         (find-file-noselect): Use it.
5755         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5756         (fancy-splash-screen): Defgroup.
5758         * add-log.el (change-log-font-lock-keywords): Match names
5759         more exactly for the case that font-lock-constant-face is
5760         underlined.
5762 2000-09-19  Richard M. Stallman  <rms@gnu.org>
5764         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5766 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
5768         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5770 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5772         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5773         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5774         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5775         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5776         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5777         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5778         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5779         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5780         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5781         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5782         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5783         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5785         * startup.el (fancy-splash-text): New variable.
5786         (fancy-splash-delay, fancy-splash-image): New user-options.
5787         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5788         (fancy-splash-screens): New functions.
5789         (command-line-1): If display has a `display' frame parameter, has
5790         colors, and we have XPM support, show more fancy splash screens.
5792 2000-09-19  Dave Love  <fx@gnu.org>
5794         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
5795         with null `help'.  Use modern backquote syntax.
5797 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5799         * font-lock.el (font-lock-mode): Change message telling the user
5800         that ``the buffer is too big''.
5802         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5803         for instance for the case that tab-width is 2.
5805 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
5807         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5808         toolbar-add-item, if image doesn't have a mask add a `:mask
5809         heuristic'.
5811 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
5813         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5814         and return a cons if it's non-nil.
5815         (diff-apply-hunk): Try to jump to the line in the source text
5816         corresponding to the position of point in the in the hunk.
5818         * info.el (Info-title-3-face, Info-title-2-face)
5819         (Info-title-1-face): Use face inheritance and relative sizes
5820         instead of hard-wiring things.
5822         * faces.el (secondary-selection): Make dark-background variant sane.
5824 2000-09-16  Andrew Innes  <andrewi@gnu.org>
5826         * makefile.w32-in (compile-files-CMD): No need to make .elc files
5827         read-only, since they aren't under VC now.
5829 2000-09-17  Dave Love  <fx@gnu.org>
5831         * tmm.el: Replace mapcar with mapc in several places.
5833         * loadhist.el (unload-feature): Maybe call elp-restore-list and
5834         ad-unadvise.
5836         * international/latin1-disp.el: New file.
5838         * calendar/cal-move.el (scroll-calendar-left)
5839         (scroll-calendar-right): Make arg optional (for active mode line).
5841         * calendar/calendar.el (calendar-mode-line-format): Make fields
5842         mouse-sensitive.
5843         (calendar-read-date, calendar-read-date, calendar-window-list):
5844         Unquote lambda.
5845         (calendar-month-name): Use aref, not sref.
5847         * view.el (minor-mode-alist): Propertize the string.
5849         * international/characters.el (standard-case-table): Add entries
5850         for Greek.
5852 2000-09-18  Miles Bader  <miles@gnu.org>
5854         * info.el (info-node, info-xref): Add dark-background variants.
5856         * faces.el (header-line): Change defaults to be less confusing
5857         when mixed with mode-lines.
5859         * info.el (Info-fontify-node): Make a few cleanups.
5860         Add extra `help-echo' and `local-map' props to node xrefs.
5861         Use header-specific faces for node-names & xrefs.
5862         (Info-use-header-line): New variable.
5863         (info-header-xref, info-header-node): New faces.
5864         (Info-setup-header-line): New function.
5865         (Info-select-node): Call Info-setup-header-line when enabled.
5866         (Info-extract-pointer): Work even if the header line is hidden.
5867         (Info-header-line): New variable.
5869 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
5871         * vms-patch.el (print-region-function): Don't quote lambda.
5873         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5875         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5876         (lm-get-header-re): Allow spaces between the header and the colon.
5877         (lm-header): Allow $ in non-RCS headers.
5878         (lm-header-multiline): Put the strings back into order.
5879         Stop at an empty line.  Don't require two space chars if the
5880         line is clearly not another header line.
5882         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5883         (popup-menu-popup): Remove.
5885 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5887         * toolbar/toolbar.el (toolbar-add-item): Use the same image
5888         specification if or if not tool-bar item contains an `:enabled'
5889         property.
5891         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5892         current buffer has no file name.
5894 2000-09-15  Dave Love  <fx@gnu.org>
5896         * strokes.el: Sync with maintainer's current version with changes
5897         for Emacs, but avoid runtime cl and levents.
5898         (toplevel):  Change autoloads and compilation requires.
5899         (strokes-version, strokes-bug-address, strokes-lift): Values
5900         changed.
5901         (strokes-xpm-header, strokes-insinuated): New variable.
5902         (strokes): Add :link.
5903         (strokes-mode): Customized.
5904         (strokes-while-inhibiting-garbage-collector): New macro.
5905         (strokes-remassoc): Avoid remove-if.
5906         (strokes-fix-button2-command): Don't use ad-do-it.
5907         (strokes-insinuate): New function.
5908         (strokes-button-press-event-p, strokes-button-release-event-p):
5909         New functions, used instead of non-`strokes-' versions..
5910         (strokes-mouse-event-p): Rewritten.
5911         (strokes-event-closest-point): Avoid event-point.
5912         (strokes-get-grid-position): Avoid cdadr, caadr
5913         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5914         functions.
5915         (strokes-help): Use with-output-to-temp-buffer.
5916         (strokes-window-configuration-changed-p): New function.
5917         (strokes-update-window-configuration): Use buffer-live-p,
5918         strokes-window-configuration-changed-p.
5919         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
5920         (strokes-char-face): New face.
5921         (strokes-char-table, strokes-base64-chars): New variable.
5922         (strokes-xpm-for-stroke, strokes-list-strokes)
5923         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5924         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5925         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5926         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5927         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5928         functions.
5930 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5932         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5934         * image.el (create-image): Doc fix.
5936         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5937         instead of `:heuristic-mask t'.
5939 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5941         * makefile.w32-in: Revert to Unix line endings.
5943 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5945         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
5946         when installing.
5948         * makefile.nt (DONTCOMPILE): Fix typo.
5950         * shell.el (shell-write-history-on-exit): New function.
5951         (shell-dumb-shell-regexp): New custom variable.
5952         (shell-mode): Make shell-write-history-on-exit the process
5953         sentinel if shell name matches shell-dumb-shell-regexp.
5955         * w32-fns.el: Comment out before-init-hook function which resets
5956         source-directory based; this breaks bootstrap.
5958 2000-09-14  Dave Love  <fx@gnu.org>
5960         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5961         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5962         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5963         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5964         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5965         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5966         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
5967         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
5968         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5970         * toolbar/toolbar.el: New.
5972         * subdirs.el: Add toolbar.
5974 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
5976         * indent.el (indent-for-tab-command): Doc fix.
5978 2000-09-14  Alex Schroeder  <alex@gnu.org>
5980         * ansi-color.el (ansi-colors): Doc change.
5981         (ansi-color-get-face): Simplified regexp.
5982         (ansi-color-faces-vector): Added more faces, doc change.
5983         (ansi-color-names-vector): Doc change.
5984         (ansi-color-regexp): Simplified regexp.
5985         (ansi-color-parameter-regexp): New regexp.
5986         (ansi-color-filter-apply): Doc change.
5987         (ansi-color-filter-region): Doc change.
5988         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5989         deal with zero length parameters.
5990         (ansi-color-apply-on-region): Doc change.
5991         (ansi-color-map): Doc change.
5992         (ansi-color-map-update): Removed debugging message.
5993         (ansi-color-get-face-1): Added condition-case to trap
5994         args-out-of-range errors.
5995         (ansi-color-get-face): Doc change.
5996         (ansi-color-make-face): Removed.
5997         (ansi-color-for-shell-mode): New option.
5999 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
6001         * international/quail.el (quail-start-translation): Translate KEY
6002         if necessary even if it doesn't have any mapping in the current
6003         input method.
6004         (quail-start-conversion): Likewise.
6005         (quail-help): The output message is improved.
6007 2000-09-13  Miles Bader  <miles@gnu.org>
6009         * comint.el (comint-output-filter): Revert to using
6010         `insert-before-markers'.  Add bletcherous hack to undo damage
6011         caused by `insert-before-markers'.  Put `front-sticky' property on
6012         overlays created here so that the field code understands how the
6013         overlay works.  Use a let when making comint-last-prompt-overlay,
6014         so that the code is easier to read.
6016 2000-09-13  Dave Love  <fx@gnu.org>
6018         * wid-edit.el (widget-default-format-handler): DTRT when
6019         doc-property is a function.
6021 2000-09-12  Francesco Potorti`  <pot@gnu.org>
6023         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6024         filed name if it's not there.
6026 2000-09-12  Dave Love  <fx@gnu.org>
6028         * simple.el (read-mail-command): Doc fix.
6029         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6031         * vc.el (vc-dired-listing-switches): Fix :version.
6033         * vc-hooks.el: Doc fixes.
6035         * subr.el (add-minor-mode): Use toggle-fun arg.
6037         * speedbar.el: Add :version to several defcustoms.
6039         * imenu.el (imenu--truncate-items, imenu--cleanup)
6040         (imenu--generic-function): Avoid mapcar.
6041         (imenu--replace-spaces): Function removed.
6042         (imenu--completion-buffer): Use subst-char-in-string.
6043         (imenu-add-to-menubar): Use keymap inheritance.
6045 2000-09-12  Miles Bader  <miles@gnu.org>
6047         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6048         (diff-mode-map): Bind `diff-test-hunk'.
6049         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6051 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6053         * bytecomp.el (byte-compile-defvar): Undo last change
6054         because it breaks '(make-variable-buffer-local (defvar ...)'
6055         which is used at least in dired.
6057 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6059         * international/quail.el (quail-define-package): Docstring
6060         modified.
6062 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
6064         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6065         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6066         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
6067         docstring of "chinese-py".
6069         * international/quail.el (quail-translation-docstring): New
6070         variable.
6071         (quail-show-keyboard-layout): Docstring modified.
6072         (quail-select-current): Likewise.
6073         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6074         infinite recursive call.
6075         (quail-help): Check quail-translation-docstring.  Format of the
6076         output changed.
6077         (quail-help-insert-keymap-description): Adjusted for the above
6078         change.
6080 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
6082         * bytecomp.el (byte-compile-defvar): Only cons onto
6083         current-load-list in top-level forms.  Else this leaks a cons cell
6084         every time a defun is called.
6086 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
6088         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6089         Now understands non-unified diffs.  Some functionality moved into
6090         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
6091         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
6092         modify anything.  Only reposition point in the patched file if the
6093         patch succeeds.  Only pop up another window if POPUP is true.
6094         Emit a message describing what happened if successful, and at what
6095         line-offset.  Automatically detect reversed hunks and do something
6096         appropriate.
6097         (diff-hunk-text, diff-find-text): New functions.
6098         (diff-filter-lines): Function removed.
6099         (diff-test-hunk): New function.
6100         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6102 2000-09-10  Dave Love  <fx@gnu.org>
6104         * textmodes/tildify.el: Minor doc/commentary fixes.
6105         (tildify) <defgroup>: Add :version.
6107         * faces.el (face-x-resources): Make custom type more specific.
6108         (frame-background-mode): Use mapc.
6109         (region) <defcustom>: Add :version.
6111 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6113         * vc-sccs.el (vc-sccs-register):
6114         * vc-rcs.el (vc-rcs-register):
6115         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6116         * vc.el (vc-register): Clear file's properties.
6118 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6120         * faces.el (face-spec-set): Only face-spec-reset-face when
6121         ATTRS is non-nil.
6123 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6125         * help.el (help-insert-xref-button): Fix a typo in doc string.
6127 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6129         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6130         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6131         methods.
6133         * menu-bar.el (read-mail-item-name): New function.
6134         (menu-bar-tools-menu): Use it to compute and display the package
6135         used to read email.
6136         (menu-bar-tools-menu): Fix typo in GUD's help string.
6138 2000-09-07  Dave Love  <fx@gnu.org>
6140         * diff-mode.el (diff-mouse-goto-source): New function.
6142         * vc-sccs.el: Doc fixes.
6143         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6145         * vc-rcs.el: Doc fixes.
6146         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6147         (vc-rcs-checkout-switches, vc-rcs-header)
6148         (vc-rcs-master-templates): Add or change :version.
6150         * vc-cvs.el: Doc fixes.
6151         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6152         (vc-cvs-stay-local): Add :version.
6154         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6156 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6158         * international/quail.el (quail-help): Fix previous change.
6160 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6162         * faces.el (color-values): Doc fix.
6164         * faces.el (frame-set-background-mode): Use frame-parameter
6165         instead of frame-parameters.
6167         * frame.el (filtered-frame-list): Reduce consing.
6168         (frames-on-display-list): Call frame-parameter instead of
6169         frame-parameters.
6171 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6173         * language/devan-util.el (devanagari-to-indian-region): In the
6174         loop, change the following char, not preceding char.
6176 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6178         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6179         instead of frame-parameters.
6181         * faces.el (set-face-attribute): Simplify by calling
6182         internal-set-lisp-face-attribute with FRAME being 0.
6184         * vc.el: Remove `Id' version control keyword.
6186 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6188         * help.el (help-make-xrefs): Adjusted for the change of
6189         help-xref-mule-regexp.
6190         (help-insert-xref-button): New function.
6192         * international/mule-cmds.el (help-xref-mule-regexp-template):
6193         Include the pattern for character set.
6194         (leim): New group.
6196         * international/quail.el: Don't require face.
6197         (quail): New group.
6198         (quail-other-command): Dummy command to make quail-help work better.
6199         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6200         (quail-keyboard-layout-substitution): New variable.
6201         (quail-update-keyboard-layout): New function.
6202         (quail-keyboard-layout-type): New customizable variable.
6203         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6204         (quail-keyboard-translate): Pay attention to
6205         quail-keyboard-layout-substitution.
6206         (quail-insert-kbd-layout): New function.
6207         (quail-show-keyboard-layout): New function.
6208         (quail-get-translation): If the definition is a vector of length
6209         1, and the element is a string of length 1, return the character
6210         in that string.
6211         (quail-update-current-translations): Fix the case of
6212         relative-index out of range.
6213         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6214         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6215         Show key sequences for all available characters.
6216         (quail-help-insert-keymap-description): Don't show such verbose
6217         key bindings as quail-self-insert-command.
6219         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6220         Format changed, and each element now have extra documentations.
6221         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6222         Adjusted for the change of quail-cxterm-package-ext-info.
6224 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6226         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6227         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6228         during bootstrap.
6230 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6232         * vc.el: (toplevel): Don't require `dired' at run-time.
6233         (vc-dired-resynch-file): Remove autoload cookie.
6235 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6237         * vc.el: Made several backend functions optional.
6238         (vc-default-responsible-p): New function.
6239         (vc-merge): Use RET for first version to trigger merge-news, not
6240         prefix arg.
6241         (vc-annotate): Handle backends that do not support annotation.
6242         (vc-default-merge-news): Removed.  The existence of a merge-news
6243         implementation is now checked on caller sites.
6245         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6246         case.
6248         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6249         special case that has been removed from the default in vc-hooks.el.
6251 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6253         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6255 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6257         * vc-hooks.el: Require vc during compilation.
6258         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6259         macro `with-vc-properties' in vc.el.
6260         (vc-file-getprop): Doc fix.
6261         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6263         * vc.el: Require dired-aux during compilation.
6264         (vc-name-assoc-file): Moved to vc-sccs.el.
6265         (with-vc-properties): New macro.
6266         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6267         vc-finish-steal): Use it.
6268         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6269         to the backend-specific function is now supposed to do the checkout,
6270         too.
6271         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6273         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6274         set file properties; that gets done in the generic code now.
6276         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6277         Changed parameter list, added code from vc.el that does the
6278         checkout, possibly with a double-take.
6280         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6281         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6282         the above under the new name.
6283         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6284         parameter list, added checkout command.
6285         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6286         properties; that gets done in the generic code now.
6288 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6290         * vc.el: Docstring fixes (courtesy of checkdoc).
6292 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6294         * vc.el (vc-checkout-writable-buffer-hook)
6295         (vc-checkout-writable-buffer): Remove.
6296         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6297         (vc-log-mode): Make it into a clean derived major mode.
6298         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6299         vc-log-mode if log-edit is not available.
6300         (vc-dired-mode-map): Don't set-keymap-parent yet.
6301         (vc-dired-mode): Do set-keymap-parent here.
6302         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6304 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6306         * faces.el (set-face-attribute, face-spec-reset-face)
6307         (face-spec-set): Avoid consing by removing calls to `apply'.
6309         * frame.el (frame-parameter): Move to C code.
6311 2000-09-05  Dave Love  <fx@gnu.org>
6313         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6314         insert-before-markers-and-inherit.  Now checked systematically!
6316 2000-09-05  Alex Schroeder  <alex@gnu.org>
6318         * sql.el (sql-postgres): Use sql-postgres-options.
6319         (sql-postgres-options): New variable.
6321 2000-09-05  Alex Schroeder  <alex@gnu.org>
6323         * sql.el (sql-mode-menu): Work around missing variable mark-active
6324         in XEmacs.
6325         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6326         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6327         compatibility.
6329 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6331         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6333         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6335         * Makefile.in (DONTCOMPILE): Fix typo in file name.
6337 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6339         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6340         don't support anything else under SCCS yet.
6342         * vc-hooks.el: Minor doc fixes.
6344 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6346         * vc.el (vc-next-action-on-file): Do not visit the file if it's
6347         not necessary.  If verbose in state `needs-patch', do the same as
6348         under `up-to-date'.  When NOT verbose and `needs-patch', check out
6349         latest version instead of `merge-news'.
6350         (vc-next-action-dired): Don't mess with default-directory here; it
6351         breaks other parts of dired.  It is the job of the
6352         backend-specific functions to adjust it temporarily if they need it.
6353         (vc-next-action): Remove a special CVS case.
6354         (vc-clear-headers): New optional arg FILE.
6355         (vc-checkin, vc-checkout): Set properties vc-state and
6356         vc-checkout-time properly.
6357         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6358         (vc-print-log): Use new backend function `show-log-entry'.
6359         (vc-cancel-version): Do the checks in a different order.  Added a
6360         FIXME concerning RCS-only code.
6362         * vc-rcs.el (vc-rcs-show-log-entry): New function.
6363         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6365         * vc-cvs.el (vc-cvs-show-log-entry): New function.
6367         * vc-hooks.el (vc-default-mode-line-string): Show state
6368         `needs-patch' as a `-' too.
6370 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6372         * vc.el (vc-responsible-backend): New optional arg REGISTER.
6373         (vc-default-could-register): New function.
6374         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6375         (vc-resynch-buffer): Call vc-dired-resynch-file.
6376         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6377         vc-resynch-buffer instead of vc-resynch-window.
6378         (vc-next-action-dired): Don't redisplay here, that gets done as a
6379         result of the individual file operations.
6380         (vc-retrieve-snapshot): Corrected prompt order.
6382         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6384         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6385         as well.
6386         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
6387         hostname regexps.  Updated all callers.
6388         (vc-cvs-responsible-p): Handle directories as well.
6389         (vc-cvs-could-register): New function.
6390         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6391         properties up-to-date.
6393         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6394         user whether to create one.
6396 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6398         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6399         check out a non-existing file.
6401         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6402         workfile does not exist.
6404         * vc.el (vc-version-diff): Use `require' to check for existence of
6405         diff-mode.
6407 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6409         * vc-cvs.el (vc-cvs-registered): Use new function
6410         vc-cvs-parse-entry to do the actual work.
6412 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6414         * vc-hooks.el (vc-find-backend-function): If function doesn't
6415         exist, return nil instead of error.
6416         (vc-call-backend): Doc fix.
6418         * vc.el (vc-do-command): Doc fix.
6419         (vc-finish-logentry): When checking in from vc-dired, choose the
6420         right backend for logentry check.
6421         (vc-dired-mode-map): Inherit from dired-mode-map.
6422         (vc-dired-mode): Local value of dired-move-to-filename-regexp
6423         simplified.
6424         (vc-dired-state-info): Removed, updated caller.
6425         (vc-default-dired-state-info): Use parentheses instead of hyphens.
6426         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6427         (vc-dired-listing-switches): New variable.
6428         (vc-directory): Use it, instead of dired-listing-switches.
6430         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6431         (vc-cvs-dir-state): New function.
6432         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6433         (vc-cvs-parse-entry): New function, also to be used in
6434         vc-cvs-registered.
6436 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6438         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6439         *or* single-window-frames.
6441 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6443         * vc.el (vc-update-changelog): Split into generic part and default
6444         implementation.  Doc string adapted.
6445         (vc-default-update-changelog): New function.  Call the `rcs2log'
6446         script in exec-directory, to fix a long-standing nuisance.
6448         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6449         simply signals an error.
6451 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6453         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6454         control-flow more clear and to avoid running `cvs' twice.
6456         * vc.el (vc-next-action-on-file): Doc fix.
6457         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6458         (vc-print-log): Eval `file' before constructing the continuation.
6460 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6462         * vc.el (vc-next-action-on-file): Corrected several messages.
6463         (vc-merge): Add prefix arg `merge-news'; handle it.
6465         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6466         is not reached.  It is.
6467         (vc-cvs-merge): Set state to 'edited after merge.
6468         (vc-cvs-merge-news): Set workfile version to nil if not known.
6469         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
6471         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6472         via stdout. (Merge from main line.)
6474 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6476         * vc.el (vc-finish-logentry): Thinko in the "same comment"
6477         detection.
6479 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6481         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6482         against kill-all-local-variables.
6483         (vc-log-edit): Don't save vc-parent-buffer any more.
6484         (vc-last-comment-match): Initialize to an empty string.
6485         (vc-post-command-functions): New hook.
6486         (vc-do-command): Run it.
6487         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6488         (vc-finish-logentry): Only add the comment to the ring if it's
6489         different from the last comment entered.
6490         (vc-new-comment-index): New function.
6491         (vc-previous-comment): Use it.  Make the minibuffer message
6492         slightly less terse.
6493         (vc-comment-search-reverse): Make it work forward as well.  Don't
6494         set vc-comment-ring-index if no match is found.  Use
6495         vc-new-comment-index.
6496         (vc-comment-search-forward): Use vc-comment-search-reverse.
6497         (vc-dired-mode-map): Don't inherit from dired-mode-map since
6498         define-derived-mode will do it for us.  Bind `v' to a keymap that
6499         inherits from vc-prefix-map so that we can bind `vt' without
6500         binding C-x v t.
6501         (vc-retrieve-snapshot): Parenthesis typo.
6503         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6504         to 1.  Make sure to switch to *vc* before looking for an error
6505         message.  Use vc-parse-buffer.
6507 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6509         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6510         and NAME.
6511         (vc-retrieve-snapshot): Split into two parts.
6512         (vc-default-retrieve-snapshot): New function.
6514         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6515         (vc-cvs-retrieve-snapshot): New function (untested).
6516         (vc-cvs-stay-local): Default to t.
6517         (vc-cvs-remote-p): New function and property.
6518         (vc-cvs-state): Stay local only if the above is t.
6519         (vc-handle-cvs): Removed.
6520         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6521         done via vc-handled-backends now.
6522         (vc-cvs-header): Escape Id.
6524 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6526         * vc.el (vc-do-command): Remove unused commands.
6527         (vc-version-diff): Make sure default-directory ends with a slash.
6528         Move the window commands into a vc-exec-after.
6529         (vc-print-log): Move more of the code into the `vc-exec-after'.
6531 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6533         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6534         (vc-print-log): Search current revision from beginning of buffer.
6535         (vc-revert-buffer): Clear echo area after the diff is finished.
6536         (vc-prefix-map): Removed definition of "t" for terse display in vc
6537         dired.
6538         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
6539         definition of "vt" for terse display.
6540         (vc-dired-mode): Fix dired-move-to-filename-regexp.
6542 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6544         * vc.el (vc-exec-after): Avoid caddr.
6546 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6548         * vc.el (vc-exec-after): New function.
6549         (vc-do-command): Use it to add a termination message for async
6550         procs.
6551         (vc-checkout): Try to handle a missing-backend situation.
6552         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6553         of a directory with a backend using async diffs.
6554         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6555         present.
6557         * vc-sccs.el (vc-sccs-state-heuristic): Use
6558         file-ownership-preserved-p.
6560         * vc-rcs.el (vc-rcs-state-heuristic): Use
6561         file-ownership-preserved-p.
6562         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6564 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6566         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6567         vc-do-command.
6569         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6570         when there are no changes.
6572 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6574         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6576         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6578 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6580         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6582         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6583         the `fset' outside of the defvar so that it works even if
6584         vc-prefix-map was already defined.
6585         (vc-setup-buffer): New function, split out of vc-do-command.
6586         (vc-do-command): Allow BUFFER to be t to mean `just use the
6587         current buffer without any fuss'.
6588         (vc-version-diff): Change the `diff' backend operation to just put
6589         the diff in the current buffer without erasing it.  Always use
6590         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
6591         shrink-window-if-larger-than-buffer.
6592         (vc-print-log): Change the `print-log' backend operation to just
6593         put the log in the current buffer without erasing it.  Protect
6594         shrink-window-if-larger-than-buffer.
6595         (vc-update-change-log): Fix setd typo.
6597         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6598         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6600         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6601         (vc-rcs-diff): Insert in the current buffer and remove unused arg
6602         CMP.
6604         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6605         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
6606         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6608 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6610         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6611         not possible, use vc-BACKEND-workfile-unchanged-p.
6612         (vc-default-workfile-unchanged-p): New function.  Delegates to a
6613         full vc-BACKEND-diff.
6615         * vc-hooks.el (vc-simple-command): Removed.
6617         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6618         instead of vc-simple-command.
6619         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6620         avoid doing a diff when opening a file.
6621         (vc-rcs-state): Added check for unlocked-changes.
6622         (vc-rcs-header): Escape Id.
6623         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6624         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6625         version.
6627         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6628         (vc-sccs-diff): Remove optional arg CMP.
6629         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6630         SCCS-specific function.
6632         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6633         vc-simple-command.
6635 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6637         * vc.el (vc-editable-p): Renamed from vc-writable-p.
6638         (with-vc-file, vc-merge): Use vc-editable-p.
6639         (vc-do-command): Remove unused var vc-file and fix the
6640         doubly-defined `status' var.  Add a user message when starting an
6641         async command.
6642         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6643         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6644         Use with-current-buffer.
6645         (vc-buffer-sync): Use unless.
6646         (vc-next-action-on-file): If the file is 'edited by read-only,
6647         make it read-write instead of trying to commit.
6648         (vc-version-diff, vc-update-change-log): Use `setq
6649         default-directory' rather than `cd'.
6650         (vc-log-edit): Don't forget to set default-directory in the
6651         buffer.
6653         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6654         (vc-sccs-state-heuristic): Use file-writable-p instead of
6655         comparing userids.
6656         (vc-sccs-checkout): Use `unless'.
6658         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6659         of comparing userids.
6660         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6661         Simplify the logic by eliminating unreachable code.
6662         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6663         just do a recursive call if we need to retry.
6664         (vc-rcs-checkout): Handle the case where rcs is missing by making
6665         the buffer read-write if requested and re-signalling the error.
6667         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6669 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6671         * vc-hooks.el (vc-handled-backends): Docstring change.
6672         (vc-ignore-vc-files): Mark obsolete.
6673         (vc-registered): Check vc-ignore-vc-files.
6674         (vc-find-file-hook, vc-file-not-found-hook): Don't check
6675         vc-ignore-vc-files.
6677         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6679 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6681         * vc.el (vc-checkout): Don't do anything special for ange-ftp
6682         files since ange-ftp already has vc-registered return nil.
6684         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6685         (vc-sccs-workfile-version): Use with-temp-buffer and new
6686         vc-parse-buffer and don't bother setting the property.
6687         (vc-sccs-add-triple): Use with-current-buffer and
6688         find-file-noselect.
6689         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6691         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
6692         derives from the old vc-parse-buffer but uses the revision number
6693         rather than the date (much easier to compare robustly).
6694         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
6695         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
6696         locking-user more directly.  Check strict locking and set
6697         checkout-model appropriately.
6698         (vc-rcs-parse-locks): Remove.
6699         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6700         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6701         (vc-rcs-system-release): Use with-current-buffer and
6702         vc-parse-buffer.
6703         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6705         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6706         (vc-simple-command): Docstring fix.
6707         (vc-registered): Align the way the file-handler is called with the
6708         way the function itself works.
6709         (vc-file-owner): Remove.
6711         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
6712         extraction of fields and call to file-attributes because of a
6713         temporary bug in rcp.el.
6714         (vc-cvs-fetch-status): Use with-current-buffer.
6716 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6718         * vc.el (vc-do-command): Use file-relative-name.
6719         (vc-responsible-backend): Use vc-backend if possible.
6720         (vc-create-snapshot): Improve the `interactive' spec. Add support
6721         for branches and dispatch to backend-specific `create-snapshot'.
6722         (vc-default-create-snapshot): New function, containing the bulk of
6723         the old vc-create-snapshot.
6724         (vc-retrieve-snapshot): Improve the interactive spec.
6726         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6727         (vc-backend-hook-functions): Remove.
6728         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6729         (vc-backend): Reintroduce the test for `file = nil' now that I
6730         know why it was there (and added a comment to better remember).
6732         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6733         code from vc-sccs-hooks.el.
6734         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
6735         'vc anymore.
6736         (vc-sccs-responsible-p): Use expand-file-name instead of concat
6737         and file-directory-p instead of file-exists-p.
6738         (vc-sccs-check-headers): Simplify the regexp.
6740         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6741         from vc-rcs-hooks.el.  Don't require 'vc anymore.
6742         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6743         file-directory-p instead of file-exists-p.
6745         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6746         from vc-cvs-hooks.el.
6747         (proto vc-cvs-registered): Require 'vc-cvs instead of
6748         'vc-cvs-hooks.  Don't require 'vc anymore.
6749         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6750         file-directory-p instead of file-exists-p.
6751         (vc-cvs-create-snapshot): New function, replacing
6752         vc-cvs-assign-name.
6753         (vc-cvs-assign-name): Remove.
6755 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6757         * vc-cvs.el (vc-cvs-header): New var.
6759         * vc-rcs.el (vc-rcs-exists): Remove.
6760         (vc-rcs-header): New var.
6762         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6763         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6764         (vc-sccs-header): New var.
6766         * vc.el (vc-do-command): Get rid of the `last' argument.
6767         (vc-header-alist): Remove, replaced by vc-X-header.
6768         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6769         (vc-dired-hook): Use expand-file-name instead of concat.
6770         (vc-directory): Use file-name-as-directory.
6771         (vc-snapshot-precondition, vc-create-snapshot)
6772         (vc-retrieve-snapshot): Allow the command to operate on any
6773         directory.
6775         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6776         just removing the 'WORKFILE argument or by removing the 'MASTER
6777         argument and replacing `file' with (vc-name file).
6779 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6781         * vc.el: Update Copyright and add a crude list of backend funs.
6782         (vc-writable-p): New function.
6783         (with-vc-file): Use vc-writable-p.
6784         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6785         (vc-register): Avoid vc-name.
6786         (vc-locking-user): Remove.
6787         (vc-steal-lock): Make the `owner' arg non-optional.
6788         (vc-merge): Use vc-writable-p instead of vc-locking-user and
6789         vc-checkout-model.
6790         (vc-default-dired-state-info): Use vc-state instead of
6791         vc-locking-user and return special strings for special states.
6792         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6793         and get rid of one of the special CVS cases.
6794         (vc-cancel-version): prettify error message with \\[...].
6795         (vc-rename-master): New function.
6796         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6797         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
6798         the CVS special case generic.
6799         (vc-default-record-rename): Remove.
6800         (vc-file-tree-walk-internal): Only call FUNC for files that are
6801         under control of some VC backend and replace `concat' with
6802         expand-file-name.
6803         (vc-file-tree-walk): Update docstring.
6804         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6805         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6807         * vc-sccs.el (vc-sccs-rename-file): Renamed from
6808         vc-sccs-record-rename.  Use `find-file-noselect' rather than
6809         `find-file' and call `vc-rename-master' to do the actual move.
6810         (vc-sccs-diff): Remove unused `backend' variable.
6812         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6813         to delay loading of vc-sccs until it is really used.
6814         (vc-sccs-master-templates): Preload.
6815         (vc-sccs-state): Update call to vc-sccs-parse-locks.
6816         (vc-sccs-project-dir): Remove (merged into
6817         vc-sccs-search-project-dir).
6818         (vc-sccs-search-project-dir): Rewrite using file name handling ops
6819         rather than `concat', make sure it is preloaded and don't bother
6820         to check that the file actually exists.
6821         (vc-sccs-parse-locks): Remove unused `file' argument, remove
6822         `locks' argument (use buffer's content instead) and eliminate n^2
6823         behavior.
6825         * vc-rcs.el: Update Copyright.
6826         (vc-rcs-rename-file): New function.
6827         (vc-rcs-diff): Remove unused `backend' variable.
6829         * vc-hooks.el: Update Copyright.
6830         (vc-backend): Don't accept a nil argument any more.
6831         (vc-up-to-date-p): Turn into a defsubst.
6832         (vc-possible-master): New function.
6833         (vc-check-master-templates): Use `vc-possible-master' and allow
6834         funs in vc-X-master-templates to return a non-existent file.
6836         * vc-cvs.el: Update Copyright.
6837         (vc-cvs-diff): Remove unused `backend' variable.
6838         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6840         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6842 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6844         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6845         since it can be called from vc-rcs.el.
6846         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6848 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6850         * vc.el (vc-version-diff): Expand file name read from the
6851         minibuffer.  Handle the case when a previous version number can't
6852         be guessed.  Give suitable messages when there were no differences
6853         found.
6854         (vc-clear-headers): Call backend-specific implementation, if one
6855         exists.
6856         (vc-cancel-version): Made error checks generic.  When done, clear
6857         headers generically, too.
6859         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6860         from vc-clear-headers in vc.el.
6862         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6863         correctly.
6864         (vc-rcs-latest-on-branch-p): Made second argument VERSION
6865         optional.  Handle the case when it's not there.
6867 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6869         * vc.el (vc-locking-user): Moved from vc-hooks.el.
6871 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6873         * vc-hooks.el (vc-loadup): Remove.
6874         (vc-find-backend-function): Use `require'.  Also, handle the case
6875         where vc-BACKEND-hooks.el doesn't exist.
6876         (vc-call-backend): Cleanup.
6878 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6880         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6881         vc-rcs-grab-templates)
6882         (vc-rcs-registered): Remove.  The default function works as well.
6883         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6884         vc-sccs-grab-templates)
6885         (vc-sccs-registered): Remove.  The default function works as well.
6887         * vc.el (vc-version-diff): Left out a vc- in call to
6888         vc-call-backend.
6889         (vc-default-dired-state-info, vc-default-record-rename)
6890         (vc-default-merge-news): Update for the new backend argument.
6892         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6893         using the default function.
6894         (vc-call-backend): If calling the default function, pass it the
6895         backend as first argument.  Update the docstring accordingly.
6896         (vc-default-state-heuristic, vc-default-mode-line-string): Update
6897         for the new backend argument.
6898         (vc-make-backend-sym): Renamed from vc-make-backend-function.
6899         (vc-find-backend-function): Use the new name.
6900         (vc-default-registered): New function.
6902 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6904         * vc.el (vc-merge): Use vc-find-backend-function.
6906         * vc-hooks.el (vc-backend-functions): Remove.
6907         (vc-loadup): Don't setup 'vc-functions.
6908         (vc-find-backend-function): New function.
6909         (vc-call-backend): Use above fun and populate 'vc-functions
6910         lazily.
6911         (vc-backend-defines): Remove.
6913 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6915         * vc.el (vc-register): Put a FIXME note for a newly found bug.
6916         Call vc-call-backend without the leading vc-.
6917         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6918         (vc-check-headers): Call vc-call-backend without the leading vc-.
6919         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6920         (vc-annotate-display): Replace confusing use of `cond' with `or'.
6921         Call vc-call-backend without the leading vc-.
6923         * vc-cvs.el (tail): Provide vc-cvs.
6924         * vc-sccs.el (tail): Provide vc-sccs.
6925         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6927         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6928         (vc-make-backend-function, vc-call): Pass names without leading
6929         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6930         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6931         (vc-call-backend): Always try to load vc-X-hooks.
6932         (vc-registered): Remove vc- in call to vc-call-backend.
6934 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6936         * vc.el (vc-process-filter): New function.
6937         (vc-do-command): Setup `vc-process-filter' for the async process.
6938         (vc-maybe-resolve-conflicts): New function to reduce
6939         code-duplication.  Additionally, it puts the buffer in
6940         `smerge-mode' if applicable.
6941         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6942         calling `merge-news'.
6943         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6944         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
6945         interfacing to log-edit.el.
6946         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6947         log-edit is available.
6948         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6950 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6952         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6953         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6954         defvar and the initialization.
6955         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6957         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6958         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6960         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6962 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6964         * vc.el (vc-file-clear-masterprops): Removed.
6965         (vc-checkin, vc-revert-buffer): Removed calls to the above.
6966         (vc-version-diff): Use buffer-size without argument.
6967         (vc-register): Heed vc-initial-comment.
6969         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6970         default branch.
6972         * vc-rcs.el (vc-rcs-register): Parse command output to find master
6973         file name and workfile version.
6974         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6976         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6977         vc-file-clear-masterprops.
6979         * vc-sccs.el (vc-sccs-checkout): Removed call to
6980         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
6981         rather than user login name.
6984 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6986         * vc.el (vc-workfile-unchanged-p): Remove unused argument
6987         `want-differences-if-changed' and simplify.
6988         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6989         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6990         output (which is invalid for async vc-diff) to decide whether to
6991         do the revert silently or not.
6993 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6995         * vc-hooks.el (vc-loadup): Load files quietly.
6996         (vc-call-backend): Oops, brain fart.
6998 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7000         * vc-cvs.el (vc-cvs-state): Typo.
7001         (vc-cvs-merge-news): Return the status code rather than the error msg.
7003 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7005         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7006         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7007         vc-state or vc-up-to-date-p.
7008         (vc-merge): Use vc-backend-defines to check whether merging is
7009         possible.  Set state to 'edited after successful merge.
7011         * vc-hooks.el (vc-locking-user): If locked by the calling user,
7012         return that name.  Redocumented.
7014 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7016         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7017         new `vc-state' semantics.
7018         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7019         'vc-locking-user to the current user.
7020         (vc-merge): Inline vc-backend-merge.  Comment out code that I
7021         don't understand and hence can't adapt to the new `vc-state' and
7022         `vc-locking-user' semantics.
7023         (vc-backend-merge): Remove.
7025         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7026         rather than 'vc-locking-user.
7028         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7030         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7031         (vc-state): Don't use 'reserved any more.  Just use the same
7032         convention as the one used for vc-<backend>-state where the
7033         locking user (as a string) is returned.
7034         (vc-locking-user): Update, based on the above convention. The
7035         'vc-locking-user property has disappeared.
7036         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7038         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7039         with a heuristic one.
7040         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7041         (vc-cvs-checkin): Do a trivial parse to set the state in case of
7042         error.  That allows us to get to 'needs-merge even in the
7043         stay-local case.  There's still no way to detect 'needs-patch in
7044         such a setup (or to force an update for that matter).
7045         (vc-cvs-logentry-check): Remove, the default works as well.
7047 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7049         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7051         * vc.el (vc-do-command): kill-all-local-variables, to reset any
7052         major-mode in which the buffer might have been put earlier.  Use
7053         `remove' and `when'.  Allow `okstatus' to be `async' and use
7054         `start-process' in this case.
7055         (vc-version-diff): Handle the case where the diff looks empty
7056         because of the use of an async process.
7058 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
7060         * vc.el (vc-next-action-on-file): Removed optional parameter
7061         `simple'.  Recompute state unconditionally.
7062         (vc-default-toggle-read-only): Removed.
7064         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7065         (vc-toggle-read-only): Undid prev change.
7067         * vc-cvs.el (vc-cvs-stay-local): Renamed from
7068         vc-cvs-simple-toggle.  Redocumented.
7069         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7070         (vc-cvs-toggle-read-only): Removed.
7072 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7074         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7075         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7076         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7077         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
7078         still is. So maybe it should be removed.
7079         (vc-head-version, vc-find-binary): Remove.
7080         (vc-recompute-state): Move from vc-hooks.el.
7081         (vc-next-action-on-file): Add a `simple' argument to allow
7082         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7083         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7084         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7085         (vc-dired-mode-map): Properly defvar it.
7086         (vc-print-log): Call log-view-mode if available.
7087         (small-temporary-file-directory): defvar instead of use boundp.
7088         (vc-merge-news): Moved to vc-cvs.el.
7089         (vc-default-merge-news): New function.
7091         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7092         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7093         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7094         unknown `vc-latest-version' function.  It should probably refer to
7095         vc-workfile-version or somesuch, but it's very unclear to me and I
7096         don't have SCCS to test things.
7098         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7099         (vc-sccs-state-heuristic): Fix typo.
7100         (vc-sccs-workfile-unchanged-p): Add missing argument.
7102         * vc-rcs.el: Require vc and vc-rcs-hooks.
7103         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7104         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7105         (vc-release-greater-or-equal-p): Move from vc.
7106         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7107         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7108         (vc-rcs-checkout): Add a missing `new-version' argument in the
7109         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7111         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7112         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7113         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7114         than the apparently unbound `workfile-version'.
7116         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7117         (vc-file-prop-obarray): Use `make-vector'.
7118         (vc-backend-functions): Add new hookable functions
7119         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7120         (vc-loadup): If neither backend nor default functions exist, use
7121         the backend function rather than nil.
7122         (vc-call-backend): If the function if not bound yet, try to load
7123         the non-hook file to see if it provides it.
7124         (vc-call): New macro plus use it wherever possible.
7125         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7126         nor `vc-find-binary' since it's only called from
7127         vc-mistrust-permission which is only used once the backend is known.
7128         (vc-checkout-model): Fix parenthesis.
7129         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7131         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7132         (vc-cvs-release, vc-cvs-system-release): Remove.
7133         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7134         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7135         status symbols.
7136         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7137         (vc-cvs-toggle-read-only): First cut at a function to allow a
7138         cvs-status-free vc-toggle-read-only.
7139         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7140         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7141         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7142         (vc-cvs-checkout): Modify access rights directly if the user
7143         requested not to use `cvs edit'.  And refresh the mode line.
7145         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7146         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7148 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7150         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7151         workfile' that got lost when the code was extracted from vc.el.
7152         And merged the tail with the rest of the code (not possible in the
7153         old vc.el where the tail was shared among all backends).  And
7154         explicitly set the state to 'edited if `writable' is set.
7156         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7157         (vc-cvs-state): Be careful to return the value from
7158         vc-cvs-parse-state.
7159         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7160         property but return it instead.  Also be careful to handle a nil
7161         or "" `rev' when workfile is non-nil (it was handled properly when
7162         workfile was nil).
7164         * vc.el: Removed those pesky unnecessary `(function' quotes.
7165         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7166         directly in the defvar.
7167         (vc-do-command): Bind inhibit-read-only so as to properly handle
7168         the case where the destination buffer has been made read-only.
7169         (vc-diff): Delegate to vc-version-diff in all cases.
7170         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7171         (vc-annotate-mode-variables): Removed (code moved partly to
7172         defvars and partly to vc-annotate-add-menu).
7173         (vc-annotate-mode): Turned into a derived-mode.
7174         (vc-annotate-add-menu): Moved in code in
7175         vc-annotate-mode-variables.
7176         (vc-update-change-log): Use make-temp-file if available.
7178 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7180         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7181         `vc-checkout-model' updated to `vc-cvs-update-model'.
7183 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7185         * vc.el (vc-next-action-on-file): Added handling of state
7186         `unlocked-changes'.
7187         (vc-checkout-carefully): Is now practically obsolete, unless the
7188         above is too slow to be enabled unconditionally.
7189         (vc-update-change-log): Fixed typo.
7191         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7193         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7194         Now handles state `unlocked-changes'.
7195         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7197         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7199         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7200         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7201         `unlocked-changes'.
7202         (vc-rcs-workfile-unchanged-p): Renamed from
7203         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7204         function yet, but supposed to become one soon.
7206         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7207         `vc-steal-lock'.
7208         (vc-call-backend): Changed error message.
7209         (vc-state): Added description of state `unlocked-changes'.
7211 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7213         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7214         always return t in CVS-controlled directories.
7216         * vc.el (vc-responsible-backend): New function.
7217         (vc-register): Largely rewritten.
7218         (vc-admin): Removed (implementation moved into vc-register).
7219         (vc-checkin): Redocumented.
7220         (vc-finish-logentry): If no backend defined yet (because we are in
7221         the process of registering), use the responsible backend.
7223         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7224         Updated function lists.
7225         (vc-call-backend): Fixed typo.
7227         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7228         New functions.
7229         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7230         Removed query option.  Redocumented.
7232 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7234         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7236         * vc.el: Updated callers of `vc-checkout-required' to use
7237         `vc-checkout-model'.
7239 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7241         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7242         stuff updated to reference this function instead of the old
7243         `vc-backend-release-p'.
7245 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7247         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7248         vc-checkout-model.  Return appropriate values.  Updated callers.
7250 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7252         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7253         (vc-backend-revert): Function moved into `vc-revert';
7254         `vc-next-action' must be updated to accomodate this change.
7255         (vc-backend-steal): Function moved into `vc-finish-steal'.
7256         (vc-backend-logentry-check): Function moved into
7257         `vc-finish-logentry'.
7258         (vc-backend-printlog): Function moved into `vc-print-log'.
7259         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7260         (vc-backend-assign-name): Function moved into
7261         `vc-create-snapshot'.
7263 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7265         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7266         Rename to vc-checkout-model.  Return appropriate values.
7267         Update callers.
7269         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7270         to vc-checkout-model.
7271         (vc-checkout-required): Rename to vc-checkout-model.
7272         Re-implement and re-comment.
7273         (vc-after-save): Use vc-checkout-model.
7275 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7277         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7278         Update to use the vc-BACKEND-diff functions instead.
7279         `vc-diff' is now working.
7281         * vc-rcs.el (vc-rcs-logentry-check): New function.
7283         * vc-cvs.el (vc-cvs-logentry-check): New function.
7285         * vc-sccs.el (vc-sccs-diff): Function changed name from
7286         `vc-backend-diff'.  This makes `vc-diff' work.
7288         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7289         of functions possibly implemented in a vc-BACKEND library.
7290         (vc-checkout-required): Fix bug that caused an error to be
7291         signaled during `vc-after-save'.
7293         * vc.el: Fix typo.
7294         This checkin is made with our new VC code base for the very first time.
7295         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7297         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7298         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7300         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7301         updated to `vc-uses-locking'.
7302         (vc-checkout-required): Call to backend function.
7303         `vc-checkout-required' updated to `vc-uses-locking' instead.
7305         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7306         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7308         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7309         to match the split into various backends.
7310         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7311         (vc-retrieve-snapshot): Bug fix.
7313 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7315         * vc-sccs.el (vc-sccs-release): Doc fix.
7317 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7319         * vc.el (vc-next-action-on-file): Bug found and fixed.
7320         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7321         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7323         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7324         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7325         crunching function names that are not prefixed with vc-rcs.
7326         (vc-rcs-checkout-model): Function added.  References to
7327         `vc-checkout-model' replaced.
7329 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7331         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7332         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7333         still need to be split, and implemented for RCS).
7335 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7337         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7339         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7340         required by the vc.el file.
7342         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7343         required by the vc.el file.
7344         (vc-rcs-exists): Function added.
7346         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7347         required by the vc.el file.
7349         * vc.el (vc-admin): Updated to handle selection of appropriate
7350         backend.  Current implementation is crufty and need re-thinking.
7352         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7354 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7356         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7357         beginning of annotate buffers correctly.
7359         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7360         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7361         functionality updated quite a lot to support multiple backends.
7362         Variables `vc-annotate-mode', `vc-annotate-buffers',
7363         `vc-annotate-backend' added.
7365         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7366         `vc-annotate-difference' added to supported backend functions.
7368 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7370         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7371         Use with-temp-file instead of /bin/sh.  Merged from mainline
7373 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7375         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7377         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7379         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7381 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7383         * vc-hooks.el: vc-state-heuristic added to
7384         vc-backend-hook-functions.
7386         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7388         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7390         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7391         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
7392         state to `reserved'.
7394         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7395         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
7397 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7399         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
7400         untouched.
7402         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7404         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7405         if defined.  (Merged from main line, slightly adapted.)
7407         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7408         millenium problem (merged from mainline).
7410 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7412         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7413         part and moved the non-BACKEND stuff to vc.el.
7415         * vc.el: Split the annotate feature into a BACKEND specific part
7416         and moved it from the vc-cvs.el file to this one.
7418 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7420         * vc-hooks.el: Implement new state model.
7421         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7422         (vc-locking-user): Simplify.  Now only needed if the file is
7423         locked by somebody else.
7424         (vc-lock-from-permissions): Remove.  Functionality is in
7425         vc-sccs-hooks.el and vc-rcs-hooks.el now.
7426         (vc-mode-line-string): New name for former vc-status.  Adapted.
7427         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
7429         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7430         Various simplifications and adaptations all over the place.
7432         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7433         Simplify and adapt the rest.
7435         * vc.el (vc-resynch-window): Add TODO comment: check for
7436         interaction with view mode according to recent RCS change.
7437         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7439 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7441         * vc.el: Convert the remaining function comments to docstrings.
7443 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7445         * vc.el (vc-backend-release, vc-release-greater-or-equal)
7446         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7447         (vc-minor-part, vc-previous-version): Functions that operate and
7448         compare revision numbers got proper documentation.  Comments added
7449         about their possible removal.
7451 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7453         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7454         the vc-backend.el files.
7456         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7458         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7459         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7460         (vc-rcs-previous-version): Functions added.
7462         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7464         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7466 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7468         * vc-hooks.el (vc-master-templates): Is really obsolete.
7469         Comment out the definition for now.  What is the right procedure
7470         to get rid of it?
7471         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7472         rewritten.
7473         (vc-default-registered): Remove.
7474         (vc-check-master-templates): New function; does mostly what the
7475         above did before.
7476         (vc-locking-user): Don't rely on the backend to set the property.
7478         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7479         Rewrite documentation.
7480         (vc-rcs-templates-grabbed): New variable.
7481         (vc-rcs-grab-templates): New function.
7482         (vc-rcs-registered): Rewrite to use above mechanism.
7484         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7485         Rewrite documentation.
7486         (vc-sccs-templates-grabbed): New variable.
7487         (vc-sccs-grab-templates): New function.
7488         (vc-sccs-registered): Rewrite to use above mechanism.
7489         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7490         Don't throw the result, simply return it.
7492         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7493         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
7494         (vc-cvs-registered): Does the check itself now.  Simplify.
7496         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7497         from main line.
7499 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7501         * vc-cvs.el (vc-cvs-diff): New function.
7503         * vc-sccs.el (vc-sccs-diff): New function.
7505         * vc-rcs.el (vc-rcs-diff): New function.
7506         (vc-rcs-checkout): Bug (typo) found and fixed.
7507         (vc-rcs-register-switches): New variable.
7509         * vc.el (vc-backend-diff): Function removed and placed in the
7510         backend files.
7512 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7514         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7516         * vc.el (vc-backend-checkout): Function removed and replaced in
7517         the vc-backend.el files.
7519         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7521         * vc.el (vc-backend-admin): Removed and replaced in the
7522         vc-backend.el files.
7524         * vc.el (Martin): Removed all the annotate functionality since it
7525         is CVS backend specific.
7527 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7529         * spec.txt: Added specification of vc-state.
7531         * vc-sccs-hooks.el (vc-sccs-master-properties):
7532         Remove handling of vc-latest-version and
7533         vc-your-latest-version.  What used to be vc-latest-version, is now
7534         returned as vc-workfile-version.
7535         (vc-sccs-workfile-version): Adapt.
7537 2000-09-04  Dave Love  <fx@gnu.org>
7539         * vc.el: [Merged from mainline.]
7540         (vc-dired-mode): Make the dired-move-to-filename-regexp
7541         regexp match the date, to avoid treating date as file size.
7542         Add YYYY S option to WESTERN/
7544 2000-09-04  Dave Love  <fx@gnu.org>
7546         * vc.el: Require `compile' when compiling.
7547         (vc-logentry-check-hook): New option.
7548         (vc-steal-lock): Use compose-mail.
7549         (vc-dired-mode-map): Defvar when compiling.
7550         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7551         vc-sccs.el and renamed.  Callers changed.
7552         (vc-backend-checkout, vc-backend-logentry-check)
7553         (vc-backend-merge-news): Doc fix.
7554         (vc-default-logentry-check): New function.
7555         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7556         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7557         (vc-backend-merge): Doc fix.  Use backend functions.
7558         (vc-check-headers): Use backend functions.
7560         * vc-cvs.el: Require vc when compiling.
7561         (vc-cvs-register-switches): Doc fix.
7562         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7563         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7564         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7565         New functions (code from vc.el).
7566         (vc-annotate-display-default): Fix interactive spec.
7567         (vc-annotate-time-span): Doc fix.
7569         * vc-rcs.el: Require vc when compiling.
7570         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7571         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7572         (vc-rcs-checkin): New functions (code from vc.el).
7573         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7574         Doc fix.
7575         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
7577         * vc-sccs.el: Require vc when compiling.
7578         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7579         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7580         (vc-sccs-revert)
7581         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7582         from vc.el).
7583         (vc-sccs-add-triple, vc-sccs-record-rename)
7584         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7585         (vc-sccs-admin): Doc fix.
7587 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7589         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7590         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7591         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7592         from vc.el.
7594         * vc-sccs.el (vc-admin-sccs): Added from vc.el
7596         * vc-cvs.el: Moved the annotate functionality from vc.el.
7597         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7599 2000-09-04  Dave Love  <fx@gnu.org>
7601         * vc.el (vc-backend-release): Call vc-system-release.
7603         * vc-sccs.el (vc-sccs-system-release):
7604         Renamed from vc-sccs-backend-release.
7606         * vc-rcs.el (vc-rcs-system-release):
7607         Renamed from vc-rcs-backend-release.
7609         * vc-cvs.el (vc-cvs-system-release):
7610         Renamed from vc-cvs-backend-release.
7612 2000-09-04  Dave Love  <fx@gnu.org>
7614         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7615         backend files.
7616         (vc-backend-release): Dispatch to backend functions.
7617         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
7618         probably needs attention.]
7620         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7621         (vc-sccs-backend-release): New function.
7623         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7624         (vc-cvs-backend-release): New function.
7626         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7627         Doc fix.
7628         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7629         (vc-default-dired-state-info): New function.
7630         (vc-dired-state-info): Dispatch to backends.
7631         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
7633         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7634         from vc.el and renamed.
7636 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7638         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7639         (vc-version-other-window, vc-backend-assign-name): Removed
7640         references to vc-latest-version; sometimes changed into
7641         vc-workfile-version.
7643         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7644         vc-rcs-master-workfile-version.
7645         (vc-rcs-workfile-version): Use the above.  Don't call
7646         vc-latest-version (that was unreachable code, anyway).
7647         (vc-rcs-fetch-master-properties): Doc fix.
7649         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7650         (vc-backend-hook-functions): Removed them from this list, too.
7651         (vc-fetch-properties): Removed.
7652         (vc-workfile-version): Doc fix.
7654         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7655         (vc-rcs-workfile-version, vc-rcs-locking-user)
7656         (vc-rcs-uses-locking): Use it.
7658         * vc-hooks.el (vc-consult-rcs-headers):
7659         Moved into vc-rcs-hooks.el, under the name
7660         vc-rcs-consult-headers.
7662         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7663         headers.
7664         (vc-cvs-find-master): Use this name only; correct different
7665         versions of the name.
7667         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7668         New functions.
7669         (vc-sccs-locking-user): Use the latter.
7671         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7672         New functions.
7674         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7675         Moved into both
7676         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
7677         functions are implementation details of those two backends.
7679 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7681         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7682         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7684         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7685         (vc-sccs-parse-locks): SCCS-specific code moved here from
7686         vc-hooks.
7688         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7689         code moved here from vc-hooks.
7691         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7692         into back-end specific parts and removed.  Callers not updated
7693         yet; because I guess these callers will disappear into back-end
7694         specific files anyway.
7696 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7698         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7699         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7700         `vc-uses-locking'.
7702         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7703         Store yes/no in the property, and return t/nil.  Updated all
7704         callers.
7706         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7707         vc-sccs-uses-locking.  Don't set property.
7708         (vc-sccs-locking-user): Don't set property.
7710         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7711         vc-cvs-uses-locking.  Don't set property here; leave that to
7712         vc-hooks.
7713         (vc-cvs-locking-user): Reflect above change.  Streamlined.
7715         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7716         vc-rcs-uses-locking.
7717         (vc-rcs-locking-user): Reflect above change.
7719 2000-09-04  Dave Love  <fx@gnu.org>
7721         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7723         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7725         * vc-hooks.el (vc-checkout-model): Punt to backends.
7727         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7729         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7731         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7732         New functions.
7734         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7735         New functions.
7737         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7738         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7740         * vc-hooks.el (vc-default-locking-user): New function.
7741         (vc-locking-user, vc-workfile-version): Punt to backends.
7743 2000-09-04  Dave Love  <fx@gnu.org>
7745         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7746         (vc-master-workfile-version): Moved from vc-hooks.
7748         * vc-rcs-hooks.el: Fix duplicate code in last change.
7750         * vc-rcs-hooks.el: Require vc-hooks when compiling.
7751         (vc-rcs-master-templates): Improve :type.
7752         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7753         vc-master-workfile-version): Moved from vc-hooks.
7755         * vc-sccs-hooks.el: Require vc-hooks when compiling.
7756         (vc-sccs-master-templates): Improve :type.
7757         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7759         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7761         * vc-cvs-hooks.el: Require vc-hooks when compiling.
7762         (vc-cvs-master-templates): Improve :type.  Use
7763         vc-cvs-find-cvs-master.
7764         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7765         from vc-hooks.
7766         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7768         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7769         Moved to vc-cvs-hooks.
7771         * vc-hooks.el: Add doc strings in various places.  Simplify the
7772         minor mode setup.
7773         (vc-handled-backends): New user variable.
7774         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7775         simplification.
7777 2000-09-04  Dave Love  <fx@gnu.org>
7779         * vc.el: Some doc fixes for autoloaded and interactive functions.
7780         Fix compilation warnings from ediff stuff.
7781         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7783         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7785         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7787         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7789 2000-09-04  Dave Love  <fx@gnu.org>
7791         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7792         New variable.
7793         (vc-make-backend-function, vc-loadup, vc-call-backend)
7794         (vc-backend-defines): New functions.
7796         * vc-hooks.el: Various doc fixes.
7797         (vc-default-back-end, vc-follow-symlinks): Custom fix.
7798         (vc-match-substring): Function removed.  Callers changed to use
7799         match-string.
7800         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7801         Simplify.
7803 2000-09-04  Dave Love  <fx@gnu.org>
7805         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7806         type.
7807         (vc-sccs-project-dir, vc-search-sccs-project-dir)
7808         (vc-sccs-registered): Doc fix.
7810         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7811         (vc-cvs-registered): Doc fix.
7813         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7814         (vc-rcs-registered): Doc fix.
7816 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7818         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7820         * vc-hooks.el: vc-registered has been renamed
7821         vc-default-registered.  Some functions have been moved to the
7822         backend specific files.  they all support the
7823         vc-BACKEND-registered functions.
7825 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7827         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7829         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7831 2000-09-04  Dave Love  <fx@gnu.org>
7833         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7834         menu-bar-update-hook.
7836         * help.el (help-manyarg-func-alist): Add
7837         find-operation-coding-system.
7839         * wid-edit.el (widget-sexp-validate): Fix garbled code.
7841         * custom.el (custom-set-variables): Print message about errors in
7842         setting.
7844 2000-09-03  Andrew Innes  <andrewi@gnu.org>
7846         * makefile.w32-in: Change to DOS line endings.
7848 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7850         * mouse.el (mouse-popup-menubar): Supply the prompt string for
7851         minor-mode keymaps, if they don't have one.
7853 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7855         * eshell/esh-module.el (eval-when-compile): Don't lose if
7856         esh-module.el's file name is truncated to DOS 8+3 limits.
7858 2000-09-01  John Wiegley  <johnw@gnu.org>
7860         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7861         predicate, which caused entries in the completion list to be
7862         doubled.
7864 2000-08-30  John Wiegley  <johnw@gnu.org>
7866         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7867         sending to subprocesses.  Also, hook pre-command-hook if
7868         `eshell-send-direct-to-subprocesses' is non-nil.
7869         (eshell-send-direct-to-subprocesses): New config variable.  If t,
7870         subprocess input is send immediately.
7871         (eshell-toggle-direct-send): New function.
7872         (eshell-self-insert-command): New function.
7873         (eshell-intercept-commands): New function.
7874         (eshell-send-input): If direct subprocess sending is enabled,
7875         don't echo any input to the Eshell buffer.  Let the subprocess
7876         handle that.  This requires "stty echo" in bash, for example.
7878 2000-08-28  John Wiegley  <johnw@gnu.org>
7880         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7881         completion function for Eshell's implementation of `unset'.
7883 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7885         * info.el (Info-directory-list): Doc fix.
7887 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
7889         * filecache.el (file-cache-add-directory-using-find): Don't quote
7890         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7892 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
7894         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7895         coding systems.
7897 2000-08-30  Andrew Innes  <andrewi@gnu.org>
7899         * timer.el (run-with-idle-timer): Undo last change, so that timer
7900         is not activated immediately if Emacs is already idle.  Some
7901         existing code relies on this behaviour.
7903 2000-08-30  Miles Bader  <miles@gnu.org>
7905         * frame.el (set-frame-font): Do completion of font-name for
7906         interactive use.
7908 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
7910         * international/quail.el (quail-start-translation): Bind locally
7911         last-command-event, last-command, and this-command.
7912         (quail-start-conversion): Likewise.
7913         (quail-self-insert-command): Fix docstring.
7915 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
7917         * progmodes/executable.el
7918         (executable-make-buffer-file-executable-if-script-p): Check that
7919         buffer contains at least 2 characters.
7921 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
7923         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7925 2000-08-29  Dave Love  <fx@gnu.org>
7927         * diff-mode.el (diff-mode) <defgroup>: Add :version.
7928         (diff-mode-shared-map): Bind mouse-2.
7929         (diff-imenu-generic-expression): New variable.
7930         (diff-mode): Use it.
7932         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7933         (mouse-popup-menubar): Add minor mode menus.
7934         (popup-menu): Check for lookup-key returning number.
7936 2000-08-29  Miles Bader  <miles@gnu.org>
7938         * comint.el (comint-send-input): Create overlays using the proper
7939         front/read-advance arguments.
7941 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7943         * ps-print.el: Even/odd pages printing.  Doc fix.
7944         (ps-print-version): New version number (6.0).
7945         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7946         (ps-background, ps-begin-file, ps-begin-job): Code fix.
7947         (ps-print-duplex-feature): Variable eliminated.
7948         (ps-even-or-odd-pages): New variable.
7950         * progmodes/ebnf2ps.el: Doc fix.
7951         (ebnf-version): New version (3.3).
7952         (ebnf-user-arrow): Change variable customization to sexp.
7953         (ebnf-user-arrow): Function eliminated.
7954         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7956 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
7958         * help.el (help-xref-mule-regexp): New variable.
7959         (help-make-xrefs): Handle help-xref-mule-regexp.
7961         * international/mule-cmds.el (help-xref-mule-regexp-template): New
7962         variable.
7963         (describe-input-method): Temporarily activate the specfied input
7964         method to display the information.
7965         (describe-language-environment): Hyperlinks to mule related items.
7967         * international/mule-diag.el (charset-multibyte-form-string): New
7968         function.
7969         (list-character-sets-1): Use charset-multibyte-form-string.
7970         (describe-character-set): New function.
7971         (describe-coding-system): Hyperlinks to safe character sets.
7973         * international/quail.el (quail-help): New arg PACKAGE.
7974         Hyperlinks to mule related items.
7975         (quail-help-insert-keymap-description): Use
7976         substitute-command-keys instead of describe-bindings.
7977         (quail-translation-help): Hyperlinks to mule related items.
7979 2000-08-28  John Wiegley  <johnw@gnu.org>
7981         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7982         have a defsubst call itself.  Made `eshell-flatten-list' back into
7983         a function again.
7985         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7986         catch, in case re-centering point at bottom messes up the display.
7987         This happens frequently in Emacs 21, due I believe to variable
7988         line heights.
7990         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7991         to call `find-tag-interactive'.
7993         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7994         the list of remember directories.
7996 2000-08-28  John Wiegley  <johnw@gnu.org>
7998         * align.el: Test align-region-separate to see if it's a symbol.
8000 2000-08-28  John Wiegley  <johnw@gnu.org>
8002         * eshell/esh-util.el (eshell-flatten-list): Made this function
8003         into a defsubst form.  It gets used very frequently, although
8004         calls don't occur all that often.
8006         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8007         examining it.
8009         * eshell/esh-cmd.el (eshell-rewrite-while-command):
8010         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8011         `eshell-protect'.
8012         (eshell-copy-handles): Created a new macro for duplicating the
8013         current set of open handles.  This is needed by the looping
8014         functions.
8015         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8016         is not incorrectly stomped on.
8018         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8019         declaration for pcomplete-use-paring.
8020         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8021         value of eshell-cmpl-use-paring.
8022         * pcomplete.el (pcomplete-use-paring): New config variable, to
8023         indicate whether paring should be used.
8024         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8025         completion alternatives that have already been used.
8027         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8028         bound to C-c C-y, which will repeat the previous N arguments
8029         (based on prefix argument).
8030         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8032         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8033         if there is no *Help* buffer.  This is for XEmacs, which renames
8034         its help buffers uniquely.  TODO: Find out what the current buffer
8035         name to delete is.
8037         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8038         first entry that correlates to a passwd/group number.  Later
8039         entries (used for group/user name aliasing to multiple IDs) are
8040         ignored.
8042         * eshell/em-xtra.el (eshell/expr):
8043         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8044         (eshell-grep, eshell/diff, eshell/locate):
8045         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8046         argument list, before passing it to the system command.
8048         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8049         `find-tag' for use at final position in Eshell buffers (which
8050         otherwise triggers an error on Emacs 21).
8051         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8052         buffer, if it is currently bound to `find-tag'.
8054         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8055         in the list of matched Makefile names.
8056         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8057         directory, prefer its contents to Makefile.
8059         * eshell/em-dirs.el (eshell/cd): cd commands that look up
8060         directory parts (like "cd old new", or "cd =regexp"), are now case
8061         sensitive on non-Windows/DOS platforms.
8063         * eshell/esh-mode.el (eshell-parse-command-input): When a user
8064         types RET after an open delimiter (like "), display a message
8065         indicating that Eshell is waiting for the closing delimiter.
8067         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8068         environment variables.
8070         * eshell/em-unix.el (eshell/diff): Added logic to fail more
8071         gracefully if the user enters incorrect arguments.
8073         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8074         Eshell buffers.
8076         * eshell/esh-var.el (eshell-interpolate-variable):
8077         * eshell/esh-mode.el (eshell-move-argument):
8078         * eshell/em-unix.el (eshell-du-sum-directory):
8079         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8080         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8081         (not (= ...)).
8083         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8084         to ensure the `preserve' flag gets propagated when doing recursive
8085         directory copies.
8087 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
8089         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8090         Don't convert \n into \0177 in memory.
8091         (eshell-read-history, eshell-write-history): Convert \n to \0177,
8092         and back again, when reading and writing.
8094 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
8096         * eshell/esh-util.el (eshell-processp): Added to relieve constant
8097         testing of `fboundp' on `processp'.
8099         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8100         (eshell/jobs): Don't call process-list if it is not bound.
8101         (eshell-gather-process-output): Support systems where async
8102         subprocesses aren't supported.
8103         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8104         variables.
8106         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8107         eshell-do-eval returns t.
8108         (eshell-do-pipelines-synchronously): New defmacro.
8109         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8110         when async subprocesses aren't supported.
8111         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8112         if async subprocesses aren't supported.
8113         (eshell-resume-command): Don't assume STATUS is a string.
8115         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8117         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8118         (eshell-close-target, eshell-get-target): Use eshell-processp.
8119         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8120         fix.
8121         (eshell-get-target, eshell-create-handles): Doc fix.
8123 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8125         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8126         criterion to include commands that output something, as long as it
8127         leaves both the command and the end-of-buffer visible when the
8128         command has exited.
8129         (eshell-review-quick-commands): Adjust the help doc string
8130         accordingly.
8132 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8134         * locate.el (locate): Cleaned up locate command's interactive prompting
8135         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8137         * filecache.el (file-cache-case-fold-search): New variable
8138         (file-cache-assoc-function): New variable
8139         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8140         Use file-cache-case-fold-search variable
8141         (file-cache-add-file): Use file-cache-assoc-function
8142         (file-cache-delete-file): likewise
8143         (file-cache-directory-name): likewise
8144         (file-cache-debug-read-from-minibuffer): likewise
8146 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8148         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8149         (abbrev-table-name): New function.
8150         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8151         If non-nil list local abbrev, only.
8153 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8155         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8156         from Gnus support code, and use special article copy buffer
8157         `(gnus-original-article-buffer)' instead.  This allows to get rid
8158         of article-hide-headers usage (which breaks in the latest Gnus
8159         version).  Thanks to Detlev Zundel.
8161 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8163         * international/quail.el (quail-use-package): Hide "... loaded"
8164         message.
8165         (quail-start-translation, quail-start-conversion): Likewise.
8167         * international/kkc.el (kkc-region): Hide "... loaded" message.
8169 2000-08-27  Dave Love  <fx@gnu.org>
8171         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8173 2000-08-27  Miles Bader  <miles@gnu.org>
8175         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8177 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8179         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8180         'ja-dic-cnv), not (require 'skkdic-cnv).
8182 2000-08-26  Miles Bader  <miles@gnu.org>
8184         * faces.el (face-x-resources): Add entry for :inherit.
8185         * cus-face.el (custom-face-attributes): Add support for :inherit
8186         attribute.  Add support for relative face heights.
8187         (custom-face-attributes-get): Treat `nil' as being a default value
8188         for :inherit (as well as `unspecified').
8190         * faces.el (set-face-attribute): Update doc string.
8191         (face-attribute-name-alist): Add :inherit.
8192         (face-valid-attribute-values): Handle :inherit.
8193         (face-read-string): Rephrase prompt to be less confusing.
8194         Assume that DEFAULT is a string, since we must return a string.
8195         (face-read-integer): Use `format' to turn DEFAULT into an
8196         acceptable default for face-read-string.  Match NEW-VALUE against
8197         the string "unspecified", not the symbol `unspecified', since
8198         that's what face-read-string returns.
8199         (read-face-attribute): Lookup a name for old-value in valid, and
8200         use it as a default if we find one.  Treat all values from
8201         face-read-string as strings.  If the default is used, don't do any
8202         more processing on the value, just use the old value directly.
8203         (read-face-and-attribute, modify-face): Tweak prompt.
8204         (read-face-name): Don't assume prompt ends with a space.
8206         * faces.el (describe-face): Add support for :inherit attribute.
8208 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8210         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8211         concat doesn't accept interger.
8213         * international/kkc.el: Remove SKK from Keywords.  Require
8214         ja-dic-utl instead of skkdic-utl.
8216         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8217         Provide ja-dic-cnv instead of skkdic-cnv.
8218         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8219         (iso-2022-7bit-short): Add safe-charsets property.
8220         (skkdic-convert-postfix): Search Japanese chou-on character in
8221         addition to Hiragana character.
8222         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8223         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8224         (batch-skkdic-convert): Likewise.
8226         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8227         Provide ja-dic-utl instead of skkdic-utl.
8228         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8230 2000-08-24  Dave Love  <fx@gnu.org>
8232         * disp-table.el (standard-display-default): Make the test of `l'
8233         useful.
8235         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8236         mod sample text.
8238         * international/iso-ascii.el: Make pilcrow convenient string
8239         consistent with section.
8240         (iso-ascii-display): Set up multibyte characters as well as
8241         unibyte.
8243 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8245         * international/mule-cmds.el (reset-language-environment): Set
8246         default-process-coding-system to '(undecided . iso-latin-1), which
8247         makes process I/O almost consistent with file I/O.   Call this
8248         function when mule-cmds.el[c] is loaded.
8250 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8252         * makefile.w32-in: New file.
8254 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8256         * comint.el (comint-output-filter): Compare end of
8257         comint-last-output-overlay with the start of the newly inserted
8258         text, not the end, when deciding whether to extend it.
8259         Set saved-point's insertion type to advance after insertion.
8261         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8262         since this is now done independently of font-lock mode.
8264 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8266         * server.el (server-kill-new-buffers): New user option.
8267         (server-existing-buffer): New buffer-local variable.
8268         (server-visit-files): When using an existing buffer, set
8269         server-existing-buffer to t.
8270         (server-buffer-done): If server-kill-new-buffers is t, kill the
8271         buffer, unless it was already present before visiting it with
8272         Emacs server.
8274 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8276         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8277         even if the display doesn't support colors: some displays will
8278         support bold/underline faces.
8280 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8282         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8284         * startup.el (command-line): If user's init file had an error,
8285         add explanatory text to *Messages*.
8287 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8289         * man.el (Man-getpage-in-background): Decode the process output by
8290         the system locale coding system.
8292 2000-08-20  Dave Love  <fx@gnu.org>
8294         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8295         Don't test x-popup-menu.
8296         (function) <complete-function>: Complete only fbound symbols.
8297         <validate, value>: New.
8298         (variable) <complete-function>: Complete only bound symbols.
8299         (coding-system): Add :base-only, :complete-function, :validate,
8300         :value, :prompt-match.
8301         (widget-coding-system-prompt-value): Use read-coding-system and
8302         act on :base-only.
8303         (editable-field): Add :help-echo.
8304         (widget-push-button-gui, widget-push-button-cache)
8305         (widget-gui-action, widget-editable-list-gui): COmment out, along
8306         with uses.
8307         (widget-at): Make arg optional.
8308         (widget-echo-help): Adjust for current help-echo calling sequence.
8309         (widget-specify-field, widget-specify-button)
8310         (widget-specify-insert, widget-get-sibling, widget-image-find)
8311         (widget-convert, widget-insert, widget-leave-text)
8312         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8313         (widget-setup, widget-field-find, widget-before-change)
8314         (widget-after-change, widget-default-complete)
8315         (widget-default-create, widget-default-delete)
8316         (widget-push-button-value-create, editable-field)
8317         (widget-field-prompt-value, widget-field-validate)
8318         (widget-choice-value-create, widget-choice-action)
8319         (widget-choice-validate, widget-checklist-add-item)
8320         (widget-radio-add-item, widget-radio-chosen)
8321         (widget-radio-value-inline, widget-editable-list-value-create)
8322         (widget-editable-list-entry-create)
8323         (widget-documentation-link-add)
8324         (widget-documentation-string-value-create)
8325         (widget-regexp-validate, widget-file-complete)
8326         (widget-sexp-validate, widget-plist-convert-widget)
8327         (widget-plist-convert-widget, widget-alist-convert-widget)
8328         (widget-alist-convert-widget, widget-color-complete): Simplify,
8329         particularly to avoid bindings which aren't optimized out.
8331         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8332         Doc fix.
8333         (down-list, backward-up-list, up-list, kill-sexp)
8334         (backward-kill-sexp, mark-sexp): Make arg optional.
8335         (lisp-complete-symbol): Add optional arg PREDICATE.
8337         * cus-start.el: Add display-buffer-reuse-frames,
8338         file-coding-system-alist.
8340 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
8342         * startup.el (command-line): Clear realized faces after
8343         modifying TTY color mappings.
8345 2000-08-20  Miles Bader  <miles@gnu.org>
8347         * faces.el (face-attr-match-p): Don't return true if ATTRS are
8348         merely a subset of FACE's attributes.
8350 2000-08-19  Miles Bader  <miles@gnu.org>
8352         * comint.el (comint-output-filter): Save the point with a marker,
8353         not just a buffer position.
8355         * international/mule.el (set-buffer-process-coding-system): Make
8356         interactive prompt less confusing.
8358 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
8360         * hilit-chg.el: General cleanup of doc strings, comments and
8361         code formatting.
8363 2000-08-19  Miles Bader  <miles@gnu.org>
8365         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8366         Compiler macro removed; beginning-of-line is no longer always
8367         equivalent to forward-line, in the presence of fields.
8369         * comint.el (comint-output-filter): Remove ad-hoc saving of
8370         restriction, and just use save-restriction, now that it works
8371         correctly.  Don't adjust comint-last-input-start to account for
8372         our insertion; it shouldn't have moved because we don't use
8373         insert-before-markers anymore.  Comment out call to
8374         `force-mode-line-update'; why is it here?
8376         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8377         while checking for prompt to delete.  Use `forward-line 0'
8378         instead of beginning-of-line.
8379         (gud-filter): Temporarily widen gud comint buffer while
8380         examining output.
8382 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
8384         * progmodes/sh-script.el: Big bag of typos.
8386         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8387         check since ispell-process is not bound when ispell is not yet loaded.
8389 2000-08-18  Dave Love  <fx@gnu.org>
8391         * image.el (find-image): Copy `spec' before using plist-put.
8393 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
8395         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8396         `portugues'.
8398         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8399         backward-kill-sexp, analogous to kill-sexp.
8401         * progmodes/icon.el (icon-indent-line)
8402         (icon-is-continuation-line): Handle comments specially.
8404 2000-08-17  Ken Stevens <k.stevens@ieee.org>
8406         * ispell.el: Set to standard author/maintainer/keyword fields.
8407         Fine tuning to menu map appearance and operation, and added help.
8408         Remove `start' and `end' error messages when compiling.
8409         (ispell-choices-win-default-height): Fixed comment string.
8410         (ispell-dictionary-alist-1): Fixed regexp in castellano and
8411         castellano8 dictionaries.
8412         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8413         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8414         dictionary, added italiano dictionary.
8415         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8416         word character
8417         (ispell-tex-skip-alists): Added psfig support.
8418         (ispell-skip-html): Renamed from ispell-skip-sgml.
8419         (ispell-begin-skip-region-regexp, ispell-skip-region)
8420         (ispell-minor-check): Improved html skipping support to skip across
8421         code, and recognize `&' commands without propper `;' syntax;
8422         (ispell-process-line): Fix alignment error when manually
8423         correcting spelling.
8424         (ispell): Fix comment string.
8425         (ispell-add-per-file-word-list): Always put word list on new line.
8427 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
8429         * format.el (format-encode-run-method): Fix error message to say
8430         `encode' instead of `decode'.  Use save-window-excursion around
8431         shell-command-on-region as in format-decode-run-method because
8432         shell-command-on-region can display a buffer with error output.
8433         (format-decode): Don't record undo information for the decoding.
8434         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
8435         that number part of the temporary buffer name so that more than
8436         one decoding using a temporary buffer can happen safely.
8438         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8439         of `A-z' in the regexp.
8441         * hilit-chg.el: Fix typos in commentary.
8443         * help.el (view-emacs-news): Rewritten for new naming scheme
8444         for old NEWS files.
8446         * startup.el (command-line): Pop to *Messages* in case an error
8447         is signaled while loading user-init-file.
8449 2000-08-17  Andreas Schwab  <schwab@suse.de>
8451         * files.el (insert-directory): Don't lose original file name,
8452         undoing an undocumented change.
8454 2000-08-17  Alex Schroeder  <alex@gnu.org>
8456         * sql.el (sql-magic-go): Use comint-bol.
8457         (sql-copy-column): Use comint-line-beginning-position.
8458         (comint-line-beginning-position): Define a replacement for
8459         comint-line-beginning-position if it is not fboundp.
8461 2000-08-17  Alex Schroeder  <alex@gnu.org>
8463         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8464         it didn't have any effect anyway.
8466 2000-08-17  Alex Schroeder  <alex@gnu.org>
8468         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8469         --pset and pager=off instead of sending \\o|cat at the beginning
8470         of the session.
8472 2000-08-17  Miles Bader  <miles@gnu.org>
8474         * progmodes/octave-inf.el: Add compatibility definition of
8475         comint-line-beginning-position.
8477 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
8479         * startup.el (normal-top-level): Look in each dir in load-path for
8480         a leim-list.el file too.  This assures of loading leim-list.el
8481         that is created at Emacs installation time even if a user have his
8482         own leim-list.el.
8484 2000-08-17  Miles Bader  <miles@gnu.org>
8486         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8487         foreground color to black if the background is dark.
8489 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
8491         * loadhist.el (unload-feature): Typo.
8493         * finder.el (finder-compile-keywords):
8494         * cus-dep.el (custom-make-dependencies): Add local-variable settings
8495         to the generated file.
8497         * mail/mh-e.el (mh-make-local-vars):
8498         Replace make-variable-buffer-local with make-local-variable.
8500         * play/landmark.el:
8501         * options.el (Edit-options-{set,toggle,t,nil}):
8502         * mail/mailabbrev.el (mail-abbrevs-mode):
8503         * textmodes/tex-mode.el (tex-expand-files):
8504         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8506         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8508         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8509         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8510         Allow going past the last element.
8511         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8512         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8513         (cvs-mouse-toggle-mark): Don't move point.
8514         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8516         * progmodes/compile.el (grep): Provide a default set of files.
8517         (next-error): Docstring fix.
8518         (compilation-find-file): Avoid find-file (fails in a dedicated window).
8520         * emacs-lisp/easy-mmode.el (define-minor-mode):
8521         Use `symbol-value' to keep the byte-compiler quiet.
8523         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8524         (diff-find-source-location): New fun, extracted from diff-goto-source.
8525         (diff-goto-source): Use it.
8526         (diff-next-complex-hunk, diff-filter-lines): New function.
8527         (diff-apply-hunk): New command.
8529         * smerge-mode.el (smerge-mode-menu): Doc fix.
8531         * msb.el (msb-mode): Define it in terms of define-minor-mode.
8533 2000-08-16  Dave Love  <fx@gnu.org>
8535         * windmove.el (windmove) <defgroup>: Add :version.
8537         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
8538         (goto-address-fontify-p, goto-address-highlight-p)
8539         (goto-address-url-face, goto-address-url-mouse-face)
8540         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8541         (goto-address-url-regexp): Use thing-at-point-url-regexp.
8542         (goto-address-fontify, goto-address-at-mouse): Simplify,
8543         (goto-address-at-point): browse-url-url-at-point,
8544         goto-address-find-address-at-point can return nil.
8545         (goto-address-find-address-at-point): Return nil on failure.
8547         * align.el (align) <defgroup>: Add :version.
8549         * calculator.el (calculator): Add :version.
8550         (calculator): Use two lines for calculator window if `modeline'
8551         face is boxed.
8553         * play/5x5.el: Doc fixes.
8554         (5x5) <defgroup>: Add :version.
8556         * play/fortune.el (fortune) <defgroup>: Add :version.
8557         (fortune-append): Fix error message.
8558         (fortune-from-region): Doc fix.
8560         * play/pong.el (pong): Doc fix.
8562         * play/morse.el: Keywords, commentary, autoloads.
8564 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
8566         * desktop.el (desktop-save): Don't look at symbol-value of a
8567         member of minor-mode-alist, unless it is boundp.
8569 2000-08-16  Sam Steingold  <sds@gnu.org>
8571         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8572         `while'; use `with-current-buffer' instead of `save-excursion'.
8573         Removed unnecessary kludges now that "*Buffer List*" is excluded.
8575 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
8577         * international/ccl.el (declare-ccl-program): Docstring modified.
8578         (ccl-execute-with-args): Likewise.
8580 2000-08-16  Miles Bader  <miles@gnu.org>
8582         * progmodes/sql.el: Add compatibility definition of
8583         comint-line-beginning-position.
8585 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
8587         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8588         'buffer-menu' property.
8589         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8590         fails.
8591         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8592         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8593         wasn't killed.
8595         * buff-menu.el (list-buffers-noselect): Don't display the
8596         *Buffer List* buffer.
8598         * font-lock.el: Require jit-lock to prevent a very late
8599         `Loading jit-lock' message.
8601         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8602         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8603         mail address.
8605 2000-08-15  Miles Bader  <miles@gnu.org>
8607         * textmodes/ispell.el (ispell-graphic-p): New constant.
8608         (ispell-choices-win-default-height, ispell-help): Use
8609         `ispell-graphic-p' instead of `xemacsp'.
8611 2000-08-15  Dave Love  <fx@gnu.org>
8613         * simple.el: Autoload widget-convert when compiling.
8614         (mail-user-agent): Doc fix.
8616         * help.el (function-called-at-point, variable-at-point): Use
8617         with-syntax-table.
8618         (help-manyarg-func-alist): Add insert-and-inherit.
8620         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8622         * delsel.el (delsel-unload-hook): New function.
8624         * find-file.el: Doc fixes.  Move provide to end.
8625         (ff) <defgroup>: Add :link.
8626         (ff-goto-click): Deleted.
8627         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8628         Use mouse-set-point.
8630         * textmodes/tildify.el: Doc fixes.
8631         (tildify) <defgroup>: Add:version.
8633         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8634         (glasses-custom-set): Use set-default, not set.
8635         (minor-mode-alist): Propertize the lighter.
8636         (glasses-mode): Provide optional arg.
8638         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8639         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
8640         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8641         option.  Provide :type.
8642         (cwarn-configuration): Provide :type.
8643         (cwarn-mode): Doc fix.
8645         * add-log.el (change-log-merge): Doc fix.
8646         (change-log-redate): New command.
8648         * net/browse-url.el (browse-url-filename-alist): Add a clause for
8649         Doze and Dog.
8650         (browse-url): Use dolist, not mapcar.
8651         (browse-url-at-point): Check for null url.
8652         (browse-url-event-buffer, browse-url-event-point): Functions
8653         deleted.
8654         (browse-url-at-mouse, browse-url-netscape): Simplify.
8656         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8657         modes.
8658         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8659         Fix previous change to mapcan.
8660         (msb--init-file-alist, msb--add-separators)
8661         (msb--make-keymap-menu): Simplify.
8662         (msb--choose-file-menu): Use copy-sequence.
8663         (msb-mode-map): Add title to keymap.
8664         (msb-unload-hook): New function.
8666         * bs.el: Fix indentation.
8667         (bs) <defgroup>: Add :links.
8668         (bs-show): Doc fix.
8669         (bs-apply-sort-faces): Don't use window-system.
8670         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8672 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
8674         * calendar/timeclock.el (timeclock-file): Run .timelog through
8675         convert-standard-filename.
8677 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8679         * emacs-lisp/authors.el: New file.
8681         * paren.el (show-paren-priority): New user option.
8682         (show-paren-function): Set overlay priorities to
8683         show-paren-priority.
8685 2000-08-14  Miles Bader  <miles@gnu.org>
8687         * comint.el (comint-bol): Use `forward-line 0' instead of calling
8688         beginning-of-line with inhibit-field-text-motion bound.
8690 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8692         * calendar/timeclock.el: New file.
8694 2000-08-14  David Ponce  <david@dponce.com>
8696         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8697         `widget-button-click'. so that one can use left mouse button to
8698         click on dialog buttons.
8700 2000-08-14  Emmanuel Briot  <briot@gnat.com>
8702         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8703         identifiers, since XML is case sensitive
8705 2000-08-12  Miles Bader  <miles@gnu.org>
8707         * comint.el (comint-output-filter): Don't bother frobbing
8708         window-start, it doesn't seem to be necessary.
8710         * comint.el (comint-send-string, comint-send-region): Make into
8711         real functions.  Snapshot the prompt before sending.
8713 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8715         * info.el (Info-find-emacs-command-nodes): Rewrite to use
8716         technique similar to Info-index, instead of relying on specific
8717         names of relevant Index nodes.
8718         (Info-goto-emacs-command-node): Bind Info-history to nil when
8719         going to the first node found by Info-find-emacs-command-nodes.
8721 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8723         * menu-bar.el (menu-bar-help-menu): Add a :help string.
8725 2000-08-10  Miles Bader  <miles@gnu.org>
8727         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8729 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8731         * info.el (Info-file-list-for-emacs): More elements for the
8732         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8733         and woman manuals.
8735 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
8737         * comint.el (comint-send-input): Make the newline boundary overlay
8738         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
8739         (comint-output-filter): Use `insert' instead of
8740         `insert-before-markers'.  Extend comint-last-output-overlay when
8741         necessary since we can't rely on insert-before-markers to do it.
8742         * gud.el (gud-filter): Use `with-current-buffer' instead of
8743         save-excursion when inserting the output, so that point gets
8744         updated correctly; the old method relied on a rather dodgy
8745         side-effect of comint-output-filter to avoid the effect of
8746         save-excursion.
8748 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8750         * files.el (recover-file): Call insert-directory instead of
8751         invoking `ls' directly.
8753 2000-08-10  Miles Bader  <miles@gnu.org>
8755         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8756         (comint-last-prompt-overlay): New variables.
8757         (comint-output-filter): Implement prompt highlighting.
8758         (comint-snapshot-last-prompt): New function.
8759         (comint-send-input): Snapshot the last prompt.
8760         Use comint-highlight-input-face.
8761         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8762         Use defface instead of defcustom.
8763         (send-invisible, comint-send-eof): Snapshot the last prompt.
8764         (comint-delchar-or-maybe-eof): Use comint-send-eof.
8765         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8767 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
8769         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8770         (regexp-opt-group): Use a list of chars for `letters'.
8771         (regexp-opt-charset): `chars' is now a list of chars.
8772         Use a char-table rather than a vector so it works for multibyte chars.
8774         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
8775         Set cvs-minor-current-files to the selected fileinfo.
8776         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8777         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8779 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
8781         * files.el (insert-directory): Don't call access-file on
8782         directories on DOS and Windows.
8784 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
8786         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8787         longer if necessary.
8788         (ccl-embed-code): Call ccl-embed-data to store CODE in
8789         ccl-program-vector.
8791 2000-08-09  Miles Bader  <miles@gnu.org>
8793         * comint.el (comint-output-filter): Properly handle the case where
8794         the text surrounded by comint-last-output-overlay was deleted.
8796 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
8798         * info.el (Info-insert-dir): Use Info-additional-directory-list if
8799         non-nil.
8800         (Info-file-list-for-emacs): Remove "info" from the list because
8801         that leads to trying to use the documentation from file `info'
8802         in various situations where it isn't appropriate, for instance
8803         C-h C-k C-h i.
8805         * ffap.el (ffap-read-file-or-url-internal): Handle case that
8806         DIR and/or STRING are nil.
8808         * progmodes/compile.el (compilation-setup): Make variable
8809         compilation-error-screen-columns buffer-local, as some comment
8810         in the code suggests it should be.
8812         * files.el (auto-mode-interpreter-regexp): New variable.
8813         (set-auto-mode): Use it.
8815         * indent.el (indent-for-tab-command): Doc fix.
8817         * mouse-sel.el (mouse-sel-mode): Doc fix.
8819         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8820         labels.
8822         * help.el (print-help-return-message): When
8823         display-buffer-reuse-frames is set, let the help window been quit,
8824         instead of deleting it, which might delete a reused frame.
8826 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
8828         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8829         rename a directory to a name that differs only by its letter case.
8831 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
8833         * international/quail.el (quail-define-rules): Handle Quail decode
8834         map correctly.  Add code for supporting annotations.
8835         (quail-install-decode-map): New function.
8836         (quail-defrule-internal): New optional arguments decode-map and
8837         props.
8838         (quail-advice): New function.
8840 2000-08-07  Sam Steingold  <sds@gnu.org>
8842         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8843         `defconst', `define-condition', `with-slots'.
8844         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8846 2000-08-03  Miles Bader  <miles@gnu.org>
8848         * comint.el (comint-use-prompt-regexp-instead-of-fields):
8849         New variable.
8850         (comint-prompt-regexp, comint-get-old-input): Document dependence on
8851         comint-use-prompt-regexp-instead-of-fields.
8852         (comint-send-input): Add `input' field property to stuff we send to
8853         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8854         (comint-output-filter): Add `output' field property to process
8855         output, if comint-use-prompt-regexp-instead-of-fields is nil.
8856         (comint-replace-by-expanded-history)
8857         (comint-get-old-input-default, comint-show-output)
8858         (comint-backward-matching-input, comint-forward-matching-input)
8859         (comint-next-prompt, comint-previous-prompt):  Use field
8860         properties if comint-use-prompt-regexp-instead-of-fields is nil.
8861         (comint-line-beginning-position): New function.
8862         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
8863         (comint-replace-by-expanded-history-before-point): Use
8864         comint-line-beginning-position and line-end-position.
8865         (comint-last-output-overlay): New variable.
8866         (comint-mode): Make `comint-last-output-overlay' buffer-local.
8868         * shell.el (shell-prompt-pattern): Doc change.
8869         (shell-backward-command): Use line-beginning-position.
8871         * gud.el (gud-gdb-complete-command): Use
8872         comint-line-beginning-position.
8874         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8875         comint-bol doesn't actually go to the beginning of the line.
8877         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8878         if comint-use-prompt-regexp-instead-of-fields is non-nil.
8879         (try-expand-line-all-buffers): Likewise.
8881         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8882         explicitly matching comint-prompt-regexp.
8883         (sql-copy-column): Use comint-line-beginning-position instead of
8884         explicitly matching comint-prompt-regexp.
8886         * progmodes/octave-inf.el (inferior-octave-complete): Use
8887         comint-line-beginning-position.
8889         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8891         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8892         looking for a prompt, use `forward-line 0' instead of
8893         `beginning-of-line', to avoid getting caught by an input field.
8895 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
8897         * files.el (shell-quote-wildcard-pattern): Make sure to return
8898         PATTERN, in the Unix case.
8900 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
8902         * play/zone.el (zone): Discard any pending input before running
8903         the randomly-chosen pgm.
8905 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
8907         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8908         checking the existence of any multibyte characters.
8910 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
8912         * help.el (describe-mode): Test minor-mode symbol for being
8913         bound before testing its value for being nil.
8915         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8916         `first', `second', and `third'.
8918         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8919         (second): Make it an alias for `cadr'.
8921 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
8923         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8924         types of display support faces now.
8926 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
8928         * pcvs.el (require): Require `cl' during compilation, only.
8930         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8931         (toplevel): Remove `remq' and `remove' from autoloads.
8932         (cl-fake-autoloads): New variable.  If set, arrange for an error
8933         when CL functions etc. are autoloaded.
8935 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
8937         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8939         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8940         popped up, but the user clicks outside the menu, return an empty
8941         regexp (that causes unhighlight-regexp to have no effect).
8943         * menu-bar.el (menu-bar-games-menu): Add Zone.
8945         * hi-lock.el (toplevel): Require font-lock.
8947 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8949         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8950         (ebnf-8-bit-chars): New var for bug fix.
8951         (ebnf-string): Bug fix.
8953 2000-08-03  Sam Steingold  <sds@gnu.org>
8955         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8956         instead of `buffer-string'.
8957         (require 'cl): Always, not just when compiling.
8958         `ignore-errors' in `interactive', `list*', `defun*' &c make this
8959         necessary.
8961 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
8963         * international/mule-cmds.el (select-safe-coding-system): Make
8964         the message text about selecting a safe coding system more clear.
8966 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
8968         * hi-lock.el: New file.
8970         * play/zone.el: New file.
8972         * replace.el (occur): Set tab-width in the *Occur* buffer to the
8973         value of tab-width in the original buffer.  Choose a line number
8974         format that's a multiple of the original buffer's tab width, so
8975         that lines appear right.
8977         * textmodes/ispell.el (ispell): New function, replacing an alias.
8978         Spell-check active region if in transient-mark-mode and mark
8979         is active; otherwise spell-check buffer.
8981 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8983         * ps-mule.el: Fix a customization problem on
8984         ps-mule-font-info-database-default.
8986 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
8988         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8989         display-mouse-p instead of window-system.
8990         (ebrowse-member-mode-map): Ditto.
8992 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8994         * progmodes/ebnf2ps.el: Update ps-print functions call.
8995         Indentation fix.  Doc fix.
8996         (ebnf-version): New version number (3.2).
8997         (ebnf-format-color, ebnf-begin-job): Code fix.
8999 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
9001         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9002         font lock support on window-system.
9003         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9005         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9006         display-color-p, if fboundp, instead of window-system.
9008 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
9010         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9011         instead of window-system.
9013         * wid-edit.el (widget-choose): Use display-mouse-p instead of
9014         window-system.
9015         (widget-choice-mouse-down-action): Use display-popup-menus-p
9016         instead of window-system.
9018         * strokes.el (strokes-file): Run the file name through
9019         convert-standard-filename.
9020         (strokes-mode): Call display-mouse-p instead of looking at
9021         window-system.  Change the error message accordingly.
9023         * progmodes/cpp.el (toplevel): Support faces on tty's.
9025         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9026         (lm-plot-square, lm-init-display): Don't use window-system.
9028         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9029         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9031         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9032         instead of looking at window-system.
9034 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9036         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9037         of testing if iswitchb-prepost-hooks is bound, because the
9038         latter will always be true when invoking a recursive minibuffer
9039         from an active Iswitchb buffer.
9041 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
9043         * files.el (shell-quote-wildcard-pattern): New function.
9044         (insert-directory): Call it.  Only prepend "\" to command on Unix
9045         and GNU/Linux systems.
9047 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
9049         * eshell/esh-groups.el: Change custom :link file names
9050         from `eshell.info' to `eshell'.
9052 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
9054         * dired.el (dired-build-subdir-alist): Expand subdirectory names
9055         correctly in recursive ange-ftp listings.
9057 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9059         * ps-print.el: Fix bug 1: if ps-font-size-internal,
9060         ps-header-font-size-internal and
9061         ps-header-title-font-size-internal variables are not set,
9062         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
9063         face text property is (foreground-color . COLOR) or
9064         `(background-color . COLOR)', ps-print crashes.  Doc fix.
9065         (ps-print-version): New version number (5.2.4).
9066         (ps-plot-region): Code fix.
9067         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9068         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9069         Bug fix 2.
9071 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
9073         * glasses.el (glasses-make-readable): Fix uncapitalization of
9074         identifiers like `myXMLDocument'.
9076 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
9078         * mail/mail-hist.el (mail-hist-previous-input)
9079         (mail-hist-next-input): Do the obvious code factorization.
9080         (mail-hist-retrieve-and-insert): New func, contains common
9081         code of above two.
9082         If inserting a message body, leave point at top.
9084 2000-07-28  Sam Steingold  <sds@gnu.org>
9086         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9087         Use `<=', not `<' to compare times!
9088         (ange-ftp-ls): Remove.
9090 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
9092         * play/cookie1.el: Add explanation of how to make cookie.el
9093         compatible with strfile(1) to comment.
9095         * subr.el (remove, remq): New functions.
9097         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9098         escape `*' in regexps.
9099         (midnight-find): Reverse order of arguments in the funcall of
9100         TEST.
9102         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9103         and `.class'.
9105         * play/meese.el: Add Commentary section.
9107 2000-07-27  Alex Schroeder  <alex@gnu.org>
9109         * sql.el (sql-ms): Added autoload cookie.
9110         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9111         (sql-oracle): Ditto.
9112         (sql-help): Doc change.
9114         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9115         types and exceptions.
9117 2000-07-27  Alex Schroeder  <alex@gnu.org>
9119         * sql.el (sql-placeholder-history): New variable.
9120         (sql-query-placeholders-and-send): New function that will query
9121         the user and replace placeholders with user input.
9122         (sql-oracle): If running on NT, set comint-input-sender to
9123         sql-query-placeholders-and-send.
9125         (sql-stop): If in the SQLi buffer, insert stop notification, else
9126         present it as a message.
9128 2000-07-27  Alex Schroeder  <alex@gnu.org>
9130         * sql.el (sql-input-ring-separator): Doc change.
9131         (sql-input-ring-file-name): Doc change.
9132         (sql-interactive-mode): Use `sql-input-ring-separator' and
9133         `sql-input-ring-file-name' to set the comint-mode equivalents
9134         without making them local variables.
9135         (sql-stop): Don't bind `sql-input-ring-separator' and
9136         `sql-input-ring-file-name' dynamically to their comint-mode
9137         equivalents.
9139 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9141         * international/mule.el (register-char-codings): New function.
9142         (make-coding-system): Handle `safe-chars' specification in the arg
9143         PROPERTY.
9145         * international/mule-cmds.el
9146         (find-coding-systems-region-subset-p): This function deleted.
9147         (sort-coding-systems-predicate): New variable.
9148         (sort-coding-systems): New function.
9149         (find-coding-systems-region): Use
9150         find-coding-systems-region-internal.
9151         (find-coding-systems-string): Use find-coding-systems-region.
9152         (find-coding-systems-for-charsets): Check
9153         char-coding-system-table.
9154         (select-safe-coding-system-accept-default-p): New variable.
9155         (select-safe-coding-system): Mostly rewritten.  New argument
9156         ACCEPT-DEFAULT-P.
9157         (select-message-coding-system): Call select-safe-coding-system
9158         with ACCEPT-DEFAULT-P arg.
9159         (reset-language-environment): Reset default-sendmail-coding-system
9160         to the default value iso-latin-1.
9161         (set-language-environment): Don't set the obsolete variable
9162         charset-origin-alist.
9164         * international/codepage.el (cp-coding-system-for-codepage-1):
9165         Give `safe-chars' property to make-coding-system.
9167         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9168         calling select-message-coding-system twice.
9170         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9171         instead of `safe-charsets'.
9172         (cyrillic-alternativnyj): Likewise.
9173         (ccl-encode-alternativnyj): Don't check the charset
9174         cyrillic-iso8859-5.
9176 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9178         * composite.el (compose-chars-after): Preserve match data.
9180 2000-07-26  Sam Steingold  <sds@gnu.org>
9182         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9183         (ange-ftp-real-file-newer-than-file-p): New function.
9184         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9185         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9187         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9188         * midnight.el (midnight-float-time): Ditto.
9190 2000-07-26  Andreas Schwab  <schwab@suse.de>
9192         * files.el (normal-backup-enable-predicate): Correct
9193         interpretation of the return value of compare-strings.
9195 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9197         * isearch.el (isearch-resume): New function.
9198         (isearch-done): Add something to command-history to resume
9199         the search.
9200         (isearch-yank-line, isearch-yank-word): Use
9201         buffer-substring-no-properties instead of buffer-substring.
9203         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9204         of flyspell-mouse-map.
9206         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9207         duplicate definition.
9208         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9210         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9211         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9213 2000-07-25  Sam Steingold  <sds@gnu.org>
9215         * net/ange-ftp.el: Get modtime over the net.
9216         (ange-ftp-file-modtime): New function.
9217         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9218         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9219         Use it.
9220         (ange-ftp-dot-to-slash): New function.
9221         (ange-ftp-fix-name-for-vms): Use it.
9223         * midnight.el (midnight-buffer-display-time): Use
9224         `with-current-buffer'.
9226 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9228         * find-dired.el: Update copyright notice.
9229         (find-dired): Offer to kill a running `find'.
9231         * enriched.el (enriched-face-ans): For a `foreground-color'
9232         property, return '(("x-color" COLOR))' so that COLOR will be
9233         output as a parameter of the x-color annotation.  Likewise for the
9234         `background-color' property.  In the case of normal face
9235         properties, don't return annotations for unspecified foreground
9236         and background face attributes.
9238 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9240         * language/japan-util.el (japanese-katakana-region): Fix handling
9241         HANKAKU argument.
9243 2000-07-25  Miles Bader  <miles@gnu.org>
9245         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9246         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9247         constrain-to-field.
9249 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9251         * timer.el (timer-activate-when-idle): Add optional parameter
9252         DONT-WAIT.  Update docstring.
9253         (run-with-idle-timer): Specify extra parameter to
9254         timer-activate-when-idle, so that timer will be activated
9255         immediately if Emacs is already idle.
9257         * w32-fns.el (w32-using-nt): Fix docstring.
9259 2000-07-24  Dave Love  <fx@gnu.org>
9261         * mouse.el (popup-menu): Set last-command-event.
9262         (mouse-major-mode-menu-prefix): Declare.
9264 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9266         * textmodes/flyspell.el: Update to author's version 1.5d.
9268         * progmodes/hideshow.el: Update copyright notice.
9270         * vcursor.el: Set maintainer to FSF, since author cannot
9271         be reached.
9273 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9275         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9276         the prompt.
9278         * mouse.el (popup-menu): Run the keymap through indirect-function,
9279         in case it was defined with define-prefix-key.  If the menu is a
9280         list of keymaps, look up the binding of user's choice in each one
9281         of the keymaps.
9282         (mouse-popup-menubar): If the global and local menu-bar keymaps
9283         don't have a prompt string, create one and insert it into the
9284         keymap.  Don't barf if current-local-map returns nil.
9286 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9288         * dired.el (dired-sort-R-check): Added to allow recursive listing
9289         to be undone.
9290         (dired-sort-other): Use it.
9292 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9294         * Release of cc-mode 5.27
9296 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9298         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9299         c-beginning-of-statement-1 that caused a bad case of recursion
9300         which could consume a lot of CPU in large classes in languages
9301         that have in-expression classes (i.e. Java and Pike).
9303         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9304         statements before top level constructs (i.e. case 6 is moved
9305         before case 5 and is now case 4) to catch in-expression
9306         classes in top level expressions correctly.
9308 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9310         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9311         objc-method-intro. Case 4 removed and case 5I added.
9313         * cc-langs.el (c-append-paragraph-start): New variable used by
9314         c-common-init to get paragraph-start correct.
9315         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9316         initialize paragraph-start to make it correct both with and
9317         without the javadoc special case.
9319         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9320         initialize paragraph-start for javadoc markup.
9322         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9323         change by defaulting this to t.  It's motivated by the
9324         confusing behavior that otherwise arise from the style system
9325         when editing both java and non-java files at the same time
9326         (see the comments about style setting in c-common-init).
9328 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9330         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9331         similar to the one in c-fill-paragraph to check the fill
9332         prefix from the adaptive fill function for sanity.
9334 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9336         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9337         defun block.
9339 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9341         * cc-mode.texi Documented the change of cpp-macro.
9343 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9345         * cc-align.el (c-lineup-multi-inher): Handle lines with
9346         leading comma nicely. Extended to handle member initializers
9347         too.
9349         * cc-engine.el: (c-beginning-of-inheritance-list,
9350         c-guess-basic-syntax): Fixed recognition of inheritance lists
9351         when the lines begins with a comma.
9353         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9355         * cc-vars.el (c-offsets-alist): Changed default for
9356         member-init-cont to c-lineup-multi-inher since it now handles
9357         member initializers and indents better for leading commas.
9359 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9361         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9362         handling that caused class open lines to be recognized as
9363         statement-conts in some cases.
9365         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9366         guessed by the adaptive fill function unless point is on the
9367         first line of a block comment.
9369         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9370         when the buffer ends with a macro continuation char.
9372         * cc-engine.el (c-guess-basic-syntax): Added support for
9373         function definitions as statements in Pike.  The first
9374         statement in a lambda block is now labeled defun-block-intro
9375         instead of statement-block-intro.
9377         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9378         so that the class surrounding point is selected, not the one
9379         innermost in the state.
9381         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9382         recognition of switch labels having hanging multiline
9383         statements.
9385         * cc-engine.el (c-beginning-of-member-init-list): Broke out
9386         some code in c-guess-basic-syntax to a separate function.
9387         * cc-engine.el (c-just-after-func-arglist-p): Fixed
9388         recognition of member inits with multiple line arglists.
9389         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9390         member-init-cont when the commas are in funny places.
9392 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9394         * cc-defs.el (c-auto-newline): Removed this macro since it's
9395         not used anymore.
9397         * cc-engine.el (c-looking-at-bos): New helper function.
9398         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9399         inexpr and toplevel classes apart in Pike.
9401         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9402         of case 9A.
9404         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9405         constant, since "class" can introduce an in-expression class
9406         in Pike nowadays.
9408 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9410         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9411         indentation on cpp-macro lines.
9413         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9414         a syntax modifier like comment-intro, to make it possible to
9415         get syntactic indentation for preprocessor directives.  It's
9416         incompatible wrt to lineup functions on cpp-macro, but it has
9417         no observable effect in the 99.9% common case where cpp-macro
9418         is set to -1000.
9420 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9422         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9423         member-init-cont when the preceding arglist is several lines.
9425 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9427         * cc-styles.el (c-style-alist): The basic offset for the BSD
9428         style corrected to 8.
9430 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9432         * cc-styles.el (c-style-alist): Adjusted the indentation of
9433         brace list openers in the gnu style.
9435 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9437         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9439         * cc-cmds.el (c-electric-brace, c-electric-slash,
9440         c-electric-star, c-electric-semi&comma, c-electric-colon,
9441         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9442         when c-syntactic-indentation is nil.
9444         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9445         we were left at comments preceding the first statement when
9446         reaching the beginning of the buffer.
9448         * cc-vars.el (c-syntactic-indentation): New variable to turn
9449         off all syntactic indentation.
9451 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9453         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9454         between the text and the block comment ender when it hangs,
9455         depending on how many there are before the fill.
9457 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9459         * cc-engine.el (c-beginning-of-closest-statement): New helper
9460         function to go back to the closest preceding statement start,
9461         which could be inside a conditional statement.
9462         * cc-engine.el (c-guess-basic-syntax): Use
9463         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9465         * cc-engine.el (c-guess-basic-syntax): Better handling of
9466         arglist-intro, arglist-cont-nonempty and arglist-close when
9467         the arglist is nested inside parens.  Cases 7A, 7C and 7F
9468         changed.
9470         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9471         up-to-date with javadoc 1.2.
9473 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9475         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9476         multiline Pike type decls.
9478 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9480         * cc-cmds.el (c-indent-new-comment-line): Always break
9481         multiline comments in multiline mode, regardless of
9482         comment-multi-line.
9484 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9486         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9487         fully::qualified::names in C++ member init lists.  Preamble in
9488         case 5D changed.
9490 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9492         * cc-langs.el (c-common-init): Handling of obsolete variables
9493         moved to c-initialize-cc-mode.  More compatible style override
9494         when using global style variables.
9495         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9496         variables moved here.
9498         * cc-mode.texi: Documented the special behavior of
9499         c-special-indent-hook as a style variable.  Don't talk about
9500         doing (c-make-styles-buffer-local t) in a mode hook, since
9501         that's already too late to work right.
9503         * cc-styles.el (c-make-styles-buffer-local): Flag style
9504         variable localness in c-style-variables-are-local-p to make
9505         the compatibility measure in c-common-init work well.
9507         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9508         longer contain set-from-style.
9509         * cc-styles.el (c-initialize-builtin-style): Don't check for
9510         set-from-style on c-special-indent-hook.
9511         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
9512         copy-alist is sufficient now.
9514         * cc-styles.el (c-set-style, c-set-style-1,
9515         c-get-style-variables): Fixes to variable initialization so
9516         that duplicate entries in styles have the same effect
9517         regardless of DONT-OVERRIDE.
9519         * cc-styles.el (c-set-style-2): Fixed bug where the
9520         initialization of inheriting styles failed when the
9521         dont-override flag is set.
9523         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9524         on this.
9526 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9528         * cc-defs.el (c-forward-comment): Removed the workaround
9529         introduced in 5.38 since it had worse side-effects.  If a line
9530         contains the string "//\"", it regarded the // as a comment
9531         start since the \ temporarily doesn't have escape syntax.
9533 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9535         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9536         ada-xref.el before ada-prj.el, so that the Project menu is created
9537         when ada-prj tries to add to it.
9538         (ada-activate-keys-for-case): Suppress the characters that are not
9539         part of the Ada syntax. Better compatibility with else-mode
9540         (ada-adjust-case-interactive): When auto-casing is not active,
9541         correctly insert newlines (used to insert only ^M).  Prevent the
9542         syntax table from being changed in case of an error
9543         (or '_' becomes part of a word and some commands are confused).
9544         Do nothing if ada-auto-case is nil.
9545         (ada-after-keyword-p): Ignore keywords that are also attributes
9546         (ada-batch-reformat): Update usage comment
9547         (ada-call-from-contextual-menu): New function
9548         (ada-case-read-exceptions): Reinitialize the casing exception list
9549         first to nil first, so that the casing exception file can be
9550         shared.
9551         (ada-check-defun-name): Handles "configure" keyword for gnatdist
9552         files.
9553         (ada-compile-goto-error): Fix regexp used to detect a file:line
9554         anywhere in the error message
9555         (ada-contextual-menu-last-point): New variable
9556         (ada-create-keymap): If the variable delete-key-deletes-forward is
9557         t on XEmacs, it means that DEL should delete one character
9558         forward.
9559         (ada-create-menu): Use :included instead of :visible for XEmacs.
9560         New submenu "Options".
9561         (ada-end-stmt-re): Correctly indent "select ... then abort"
9562         statements.
9563         (ada-fill-comment-paragraph): Correctly delete all leading '--'
9564         even if they don't match ada-fill-comment-prefix Fix handling of
9565         paragraphs on the first or last line of a file.
9566         (ada-format-paramlist): Fix handling of default parameter values.
9567         (ada-get-body-name): New function.
9568         (ada-get-current-indent): Optimized by searchling directly for an
9569         existing generic part or a statement outside of it.  Handle
9570         ada-indent-align-comments when indenting comments Replaced some
9571         regexps by testing directly the next character. This results in a
9572         huge speedup on some files.  New indentation scheme for renames
9573         statements.  Stop looking for the 'while' or 'for' associated with
9574         a 'loop' at the first semicolon encountered.  A "return" can also
9575         match an anonymous access subprogram declaration.
9576         (ada-get-indent-noindent): Ignore strings and comments when
9577         looking for the keywords "record" and "private".
9578         (ada-goto-matching-decl-start): When matching "if", make sure we
9579         are not in fact seeing "end if".  Ignore "when" statements except
9580         when initial keyword was "begin".  Fix handling of nested
9581         procedures.  Add a recursive call to this function to skip over
9582         other 'end' statmts.  Fix indentation for "when .. => begin"
9583         (ada-in-open-paren-p): Fix indentation for complex boolean
9584         expressions, where 'and then', 'or else' and parenthesis
9585         statements are mixed up.
9586         (ada-in-paramlist-p): Skip comments while searching for the
9587         beginning Fix handling of operator declarations.
9588         (ada-indent-align-comments): New variable
9589         (ada-indent-current): Change the syntax table only in the
9590         protected section, so that we are sure it is restored correctly.
9591         (ada-indent-on-previous-lines): Use ada-use-indent and
9592         ada-with-indent Correctly indent "select ... then"
9593         (ada-indent-region): Slight speedup.
9594         (ada-indent-renames): New variable.
9595         (ada-last-which-function-subprog, ada-last-which-function-line):
9596         New variables
9597         (ada-looking-at-semi-private): Correctly indent the 'private'
9598         keyword when it is the first word in a package declaration.
9599         (ada-loose-case-word): Stop searching if at the end of the buffer.
9600         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9601         even if point is not initially at the end of the word.
9602         (ada-matching-decl-start-re): Add "when".
9603         (ada-mode): Add support for abbrev-mode, outline-mode and
9604         which-func-mode Override the old find-file.el entry in
9605         ff-special-constructs since it is using the obsolete
9606         ada-spec-suffix variable
9607         (ada-no-auto-case): New function
9608         (ada-scan-paramlist): When parsing the argument type, accept
9609         spaces (as in "X 'Class", generated by Rational Rose).
9610         (ada-other-file-name): No longer loads the other file.
9611         (ada-popup-menu): Save and restore the current buffer and cursor
9612         position before and after displaying the menu.
9613         (ada-search-ignore-complex-boolean): New function.
9614         (ada-uncomment-region): Emacs21 already knows how to delete
9615         comments not starting in the first column.
9616         (ada-use-indent): New variable
9617         (ada-which-function): New function.
9618         (ada-with-indent): New variable
9619         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9620         can be batch-compiled from the command line.
9622         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9623         Add to the menu when the file is loaded, not in ada-mode-hook.
9624         Add -toolbar to the default ddd command Switches moved from
9625         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9626         ada-prj-default-comp-opt
9627         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9628         Reference Manual to the menu
9629         (ada-check-current): rewritten as a call to ada-compile-current
9630         (ada-compile): Removed.
9631         (ada-compile-application, ada-compile-current, ada-check-current):
9632         Set the compilation-search-path so that compile.el automatically
9633         finds the sources in src_dir.  Automatic scrollong of the
9634         compilation buffer.  C-uC-cC-c asks for confirmation before
9635         compiling
9636         (ada-compile-current): New parameter, prj-field
9637         (ada-complete-identifier): Load the .ali file before doing
9638         processing
9639         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9640         conform to gnatmake's behavior.
9641         (ada-find-file-in-dir): New function
9642         (ada-find-references): Set the environment variables for gnatfind
9643         (ada-find-src-file-in-dir): New function.
9644         (ada-first-non-nil): Removed
9645         (ada-gdb-application): Add support for jdb, the java debugger.
9646         (ada-get-ada-file-name): Load the original-file first if not done
9647         yet.
9648         (ada-get-all-references): Handles the new ali syntax (parent types
9649         are found between <>).
9650         (ada-initialize-runtime-library): New function
9651         (ada-mode-hook): Always load a project file when a file is opened,
9652         so that the casing exceptions are correctly read.
9653         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9654         (ada-parse-prj-file): Use find-file-noselect instead of find-file
9655         to open the project file, since the latter does not work with
9656         speedbar Get default values before loading the prj file, or the
9657         default executable file name is wrong.  Use the absolute value of
9658         src_dir to initialize ada-search-directories and
9659         compilation-search-path,...  Add the standard runtime library to
9660         the search path for find-file.
9661         (ada-prj-default-debugger): Was missing an opening '{'
9662         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9663         variables.
9664         (ada-prj-default-gnatmake-opt): New variable
9665         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9666         buffers, the project file is the default one Save the windows
9667         configuration before displaying the menu.
9668         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9669         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9670         ...)  regexp-quote identifiers names to support operators +,
9671         -,... in regexps.
9672         (ada-remote): New function.
9673         (ada-run-application): Erase the output buffer before starting the
9674         run Support remote execution of the application.  Use
9675         call-process, or the arguments are incorrectly parsed
9676         (ada-set-default-project-file): Reread the content of the active
9677         project file, not the one from the current buffer When a project
9678         file is set as the default project, all directories are
9679         automatically associated with it.
9680         (ada-set-environment): New function
9681         (ada-treat-cmd-string): New special variable ${current}
9682         (ada-treat-cmd-string): Revised.  The substitution is now done for
9683         any ${...} substring
9684         (ada-xref-current): If no body was found, compiles the spec
9685         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9686         compiler to get rid of command line length limitations.
9687         (ada-xref-get-project-field): New function
9688         (ada-xref-project-files): New variable
9689         (ada-xref-runtime-library-specs-path)
9690         (ada-xref-runtime-library-ali-path): New variables
9691         (ada-xref-set-default-prj-values): Default run command now does a
9692         cd to the build directory.  New field: main_unit Provide a default
9693         file name even if the current buffer has no prj file.
9695         * ada-prj.el:
9696         Rewritten to show a tabbed-dialog.
9697         (ada-prj-add-ada-menu): Remove the map and name parameters.
9698         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9699         New function
9700         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9701         (ada-prj-load-from-file): New function
9702         (ada-prj-save): Always save fields that depend on the current buffer
9703         (ada-prj-show-value): New function
9705         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9706         Ada mode. This will allow us to display the Ada menu in any buffer
9707         we want (for project items).
9708         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9709         number of spaces in the header.
9711 2000-07-24  Dave Love  <fx@gnu.org>
9713         * ediff-init.el (ediff-region-help-echo): Bind face-help.
9715 2000-07-23  Noah Friedman  <friedman@splode.com>
9717         * type-break.el (type-break): perform autosave.
9718         Suggested by Stephen Gildea <gildea@intouchsys.com>.
9719         (type-break-do-query): Cancel query schedule while performing
9720         actual query, to avoid possibility of a second query being made
9721         while first one is already in progress.
9722         (type-break-time-stamp-format): New variable.
9723         (type-break-time-stamp): New function.
9724         (type-break-time-warning): Use it.
9725         (type-break-keystroke-warning): Use it.
9726         (type-break-noninteractive-query): Use it.
9728         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9729         cookie.
9730         Use add-minor-mode to set minor-mode-alist, if available.
9731         (eldoc-echo-area-use-multiline-p): New user option.
9732         (eldoc-echo-area-multiline-supported-p): New variable.
9733         (eldoc-docstring-format-sym-doc): Use them.
9734         (eldoc-mode): If not using idle timers, append to local post and
9735         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
9736         (eldoc-display-message-no-interference-p): Don't interfere with
9737         edebug.
9738         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9739         (eldoc-function-arglist): New function.
9740         (eldoc-function-argstring): Use it.
9742         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9743         auto save directory exists before calling directory-files.
9745 2000-07-23  Dave Love  <fx@gnu.org>
9747         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9748         ^o, ^u.
9750 2000-07-21  Dave Love  <fx@gnu.org>
9752         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9753         now passed to the function.  It now works properly.
9755         * smerge-mode.el (smerge-mode-menu): Fill it out.
9757 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
9759         * info-look.el (info-lookup): If *info* is shown in another frame
9760         on the same display, select that frame, instead of switching to
9761         the Info buffer in another window of the selected frame.
9763         * simple.el (universal-argument-map): Bind numeric keypad keys
9764         kp-0 to kp-9 and kp-subtract.
9765         (digit-argument): Handle these keys.
9767 2000-07-20  Dave Love  <fx@gnu.org>
9769         * net/goto-addr.el (goto-address-fontify): Don't bother with
9770         buffer-modified and read-only stuff -- irrelevant with overlays.
9771         Put an extra property on the overlays and use it to clean up in
9772         case goto-address is re-run.
9774 2000-07-19  Richard M. Stallman  <rms@gnu.org>
9776         * timer.el (run-with-idle-timer): Doc fix.
9778         * mail/mail-utils.el (mail-strip-quoted-names):
9779         Handle case where <...> appears inside "...".
9780         Use replace-match to edit the string more simply.
9781         (rmail-dont-reply-to): Cope with an unmatched ".
9783 2000-07-19  Dave Love  <fx@gnu.org>
9785         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9786         implementation.
9788         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9789         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9790         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9792 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
9794         * textmodes/refer.el: Correct maintainer's email address.
9796         * progmodes/hideif.el: Correct author's email address.
9797         Fix typo in comment.
9799         * xml.el: New file.
9801         * mail/mailheader.el: Correct author's mail address.
9803         * gnus/parse-time.el: Correct author's mail address.
9805 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
9807         * comint.el (comint-highlight-input, comint-highlight-face):
9808         New user options.
9809         (comint-input-ring-file-name): Change custom type.
9810         (comint-mode-map): Bind mouse-2.
9811         (comint-insert-clicked-input): New function.
9812         (comint-send-input): Handle input highlighting.
9814 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
9816         * mouse.el (popup-menu): New function.
9817         (mouse-major-mode-menu): Use it.
9819 2000-07-18  Dave Love  <fx@gnu.org>
9821         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9822         improvements.
9824 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9826         * faces.el (face-font-selection-order)
9827         (face-font-family-alternatives): Add custom type.
9829 2000-07-18  Dave Love  <fx@gnu.org>
9831         * cus-edit.el (custom-variable-reset-saved)
9832         (custom-variable-reset-standard): Remove unused bindings.
9834         * rect.el (open-rectangle-line): Remove unused let.
9836         * hl-line.el (hl-line-highlight): Check hl-line-mode.
9838 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9840         * cdl.el: Fix `Maintainer' keyword.
9842         * play/pong.el: Add author's email address.
9844 2000-07-17  Sam Steingold  <sds@gnu.org>
9846         * files.el (insert-directory): Call `split-string' instead of
9847         re-implementing it.
9849 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9851         * mail/vms-pmail.el: Change maintainer to FSF.
9853         * net/goto-addr.el: Change maintainer to FSF.
9855         * info.el (Info-title-face-alist): Removed.
9857 2000-07-18  David Ponce  <david@dponce.com>
9859         * recentf.el (recentf-open-files): New command that works like
9860         `recentf-open-more-files', but shows the whole list of files (not just
9861         those omitted from the menu). Useful if you don't use a menu-bar!
9862         (recentf-open-more-files) Modified to use `recentf-open-files'.
9864         (recentf-open-files, recentf-open-more-files)
9865         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9867         (recentf-dialog-mode): New mode for dialogs. You can now just type
9868         "q" to cancel the dialogs.
9870 2000-07-18  David Ponce  <david@dponce.com>
9872         * recentf.el: This is a major update of recentf.el. It adds new
9873         features to better organize the recentf menu and "More..." buffer.
9875         Using new provided menu filtering functions you can now organize the
9876         recent files list:
9878         - by major modes
9879         - by directories
9880         - by user defined rules
9882         Finally, with the new `recentf-filter-changer' customizable filter you
9883         can define a ring of filters and dynamically (via the menu) cycle on
9884         each menu organization in the ring (a la msb).
9886 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
9888         * eshell/eshell.el (eshell): Replace links to eshell.info with
9889         links to eshell, to avoid problems on systems where the manual is
9890         installed as `eshell'.
9891         * eshell/esh-cmd.el (eshell-cmd): Ditto.
9892         * eshell/em-smart.el (eshell-smart): Ditto.
9893         * eshell/em-banner.el (eshell-banner): Ditto.
9894         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9896         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9897         same-file check in the MS-DOS version (it does support inodes).
9899         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9901         * eshell/eshell.el (eshell-directory-name):
9902         Run default directory name through convert-standard-filename.
9904 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
9906         * international/mule-cmds.el (select-safe-coding-system):
9907         Fix typo in the comment.
9909         * language/european.el (compound-text):
9910         Force katakana-jisx0201 to be designated to G1.
9912         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9913         Don't translate some national variant characters of latin-jisx0201.
9914         (x-ctext): Force katakana-jisx0201 to be designated to G1.
9916         * international/kkc.el (kkc-after-update-conversion-functions):
9917         New variable.
9918         (kkc-update-conversion): Run functions in it at the tail.
9920 2000-07-16  John Wiegley  <johnw@gnu.org>
9922         * lisp/align.el (align-newline-and-indent):
9923         Adding new function.  for auto-aligning blocks of code on RET.
9924         (align-region): Fixed badly formatted minibuffer message.
9926 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
9928         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9929         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
9930         the conversion list at first if appropriate.
9931         (kkc-next): Don't update kkc-next-count here.
9932         (kkc-prev): Don't update kkc-prev-count here.
9933         (kkc-show-conversion-list-update): Fix setting up of conversion
9934         list message.
9936 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9938         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9940 2000-07-16  Dave Love  <fx@gnu.org>
9942         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9943         function to be more specific.
9945         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9946         non-string help-echo.
9947         (widget-types-convert-widget): Defsubst it.
9948         (widget-echo-help): Try to cope with a help-echo function of two
9949         possible sorts.
9951 2000-07-15  Jason Rumney  <jasonr@gnu.org>
9953         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9954         Declare as obsolete.
9956         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9958 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
9960         * hilit-chg.el: Fix typo.
9962 2000-07-14  Dave Love  <fx@gnu.org>
9964         * info.el (Info-mode-menu): Fix use of :help, :enable.
9966 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9968         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9970 2000-07-13  Dave Love  <fx@gnu.org>
9972         * emacs-lisp/easymenu.el: Doc fixes.
9973         (easy-menu-remove): Defalias to ignore.
9975         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9976         Call throw correctly.
9978 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
9980         * faces.el (frame-background-mode): Doc fix.
9982         * simple.el (eval-expression-print-length): Change custom type to
9983         allow entering nil as value.
9985 2000-07-13  Dave Love  <fx@gnu.org>
9987         * progmodes/fortran.el (fortran-imenu-generic-expression):
9988         Change definition layout.
9989         (fortran-mode-menu): Reinstate customize entries.
9991         * cus-edit.el (custom-group-menu-create, customize-menu-create):
9992         Use :filter, per old XEmacs code.
9994 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
9996         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9997         event when deciding what to send to the terminal.
9999 2000-07-12  Dave Love  <fx@gnu.org>
10001         * cus-start.el: Add optional version as 4th element of specs and
10002         use it for several things new in v21.  Remove load-path.  Fix type
10003         of line-number-display-limit.
10005 2000-07-11  Dave Love  <fx@gnu.org>
10007         * progmodes/fortran.el: Don't require easymenu.
10008         Use repeat counts in various regexps.
10009         (fortran-mode-syntax-table): Defvar directly.
10010         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10011         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10012         Use defvar, not defconst.
10013         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
10014         (fortran-mode): Set fortran-comment-line-start-skip,
10015         fortran-comment-line-start-skip, dabbrev-case-fold-search.
10016         (fortran-comment-indent): Use defsubst.
10017         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10018         Use fortran-comment-indent, not fortran-comment-indent-function.
10019         (fortran-comment-region, fortran-electric-line-number): Simplify.
10020         (fortran-auto-fill): New function.
10021         (fortran-do-auto-fill): Deleted.
10022         (fortran-find-comment-start-skip):
10023         Check for non-null comment-start-skip.
10024         (fortran-auto-fill-mode, fortran-fill-statement):
10025         Use fortran-auto-fill.
10026         (fortran-fill): Use fortran-auto-fill.  Check for null
10027         comment-start-skip.  Simplify final clause and use end-of-line finally.
10029         * widget.el (widget-plist-member): New alias.
10031 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
10033         * eshell/esh-module.el (toplevel): Reference
10034         byte-compile-current-file only if it is bound.
10036 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
10038         * dired.el: Don't require `dired-aux'.
10040 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
10042         * dired-aux.el (dired-show-file-type): New function.
10043         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10044         (dired-show-file-type): Add autoload.
10046 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
10048         * international/mule-diag.el (describe-font): Adjusted for the
10049         change of fontset-info.
10050         (print-fontset): Likewise.
10052 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
10054         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10056 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
10058         * bindings.el: Bind `[delete]' to delete-char.
10060         * dired.el (dired-find-alternate-file): New function.
10061         (dired-mode-map): Bind `a' to dired-find-alternate-file.
10062         (toplevel): Require dired-aux when compiling.
10063         (dired-buffers): Move defvar within file to avoid compiler warning.
10065         * info.el (Info-last-search): Variable removed.
10066         (Info-search-history): New variable.
10067         (Info-search): New Info-search-history.
10069         * battery.el, info-look.el: Change author's mail address.
10071 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10073         * mail/rmail.el (rmail-clear-headers): Don't throw an error
10074         if rmail-ignored-headers is nil.
10075         (rmail-retry-failure): Bind rmail-ignored-headers and
10076         rmail-displayed-headers to nil.
10078 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
10080         * lpr.el (lpr-page-header-switches): Add `-h' switch.
10081         (print-region-1): Don't hard code `-h' here.
10083         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10085 2000-07-01  Francesco Potorti`  <pot@gnu.org>
10087         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10088         exim can use "your message" instead of "the message".
10090 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
10092         * facemenu.el: Docstrings fixes.
10093         (facemenu-get-face): Don't use internal-find-face.
10094         (facemenu-iterate): Rename arg to match the docstring.
10096         * newcomment.el (uncomment-region): Be more careful when skipping
10097         backwards over `=' not to bump into BOBP.
10099 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10101         * ediff-diff.el (ediff-wordify): Use syntax table.
10102         * ediff-init.el (ediff-has-face-support-p): Use
10103         ediff-color-display-p.
10104         (ediff-color-display-p): Use display-color-p, changed to defun
10105         from defsubst.
10106         Got rid of special cases for NeXT and OS/2.
10107         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10108         face.
10110 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10112         * emacs-lisp/lucid.el: Require CL.
10113         (copy-tree, remprop): Remove, it's provided by CL.
10114         (map-keymap): Define in terms of cl-map-keymap.
10115         (extent-property, set-extent-end-glyph): New functions.
10117         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10119 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10121         * Makefile.in (DONTCOMPILE): Add comment that the name may
10122         not be changed without changing the make-dist script.
10124         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10125         (cl-mapc): Use mapc instead of cl-old-mapc.
10127 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10129         * makefile.nt: Add support for `bootstrap' and related targets.
10131 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10133         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10134         (easy-menu-do-define): Use `menu-item' format.
10135         Handle case where easy-menu-create-menu returns a symbol.
10136         Manually call the potential top-level filter in the function binding.
10137         (easy-menu-filter-return): New arg NAME.
10138         Convert to a keymap if MENU is an XEmacs menu.
10139         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10140         (easy-menu-converted-items-table, easy-menu-convert-item):
10141         New var and fun to memoize easy-menu-convert-item-1.
10142         (easy-menu-do-add-item): Use it.
10143         (easy-menu-create-menu): Use easy-menu-convert-item.
10144         Wrap easy-menu-filter-return around any :filter specification.
10145         Don't convert the menu if a filter was specified.
10146         Tell easy-menu-make-symbol not to check for MENU being an expression.
10147         (easy-menu-make-symbol): New arg NOEXP.
10149 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10151         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10152         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10153         (eval-defun): If called with prefix arg, instrument code for
10154         Edebug.
10156         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10157         similar to that of eval-defun.
10159 2000-07-04  Dave Love  <fx@gnu.org>
10161         * hl-line.el (hl-line-overlay): Make it permanent-local.
10163         * calendar/todo-mode.el: Replaced with a working version, based on
10164         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10166 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10168         * paths.el (prune-directory-list): New function.
10169         (Info-default-directory-list): Rewritten to more methodically
10170         enumerate a big list of possible info directories (based on the
10171         list used by the standalone info reader).
10173         * info.el (info-initialize): Use prune-directory-list to remove
10174         non-existent directories from Info-directory-list.
10176         * paths.el (Info-default-directory-list): Try a list of possible
10177         info-directories instead of a single one.  Add the possible
10178         info directory "/usr/share/info".
10180         * woman.el (woman-man.conf-path): Explicitly include the debian
10181         man-db config file "/etc/manpath.config".
10182         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10183         are present in `manpath.config'.
10184         (woman-manpath): Include "/usr/share/man".
10186 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10188         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10190         * startup.el (command-line): Initialize blink-cursor based
10191         on window-system.
10193         * frame.el (blink-cursor): Default to nil if not running under
10194         a window-system.
10196         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10197         (face-x-resources): Remove duplicate entry for :font.
10199         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10200         instead of cycling through windows with next-window.
10202         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10203         of cycling through windows with next-window.
10205         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10206         of cycling through windows with next-window.
10208         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10209         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10210         instead of cycling through windows with next-window.
10212         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10213         instead of cycling through windows with next-window.
10215         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10216         of cycling through windows with next-window.
10218         * terminal.el (te-process-output): Use walk-windows instead of
10219         cycling through windows with next-window.
10221         * server.el (server-switch-buffer): Use some-window instead of
10222         cycling through windows with next-window.
10224         * window.el (some-window): New function.
10225         (walk-windows): Remove reference to walk-windows-start.
10227         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10229 2000-07-03  Richard Stallman  <rms@gnu.org>
10231         * window.el (walk-windows): Guarantee termination by keeping a list
10232         of all the windows already handled.
10234 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10236         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10237         window-system.
10239         * man.el (Man-notify-when-ready): Don't use window-system.  If
10240         Man-notify-method is newframe, and the display is not
10241         multi-frame, select the frame created for the man page.
10242         (Man-init-defvars): Doc fix.
10244 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10246         * faces.el (region): Change background color for light background.
10248         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10249         attribute from mode-line face of Ediff control frame.
10251         * replace.el (query-replace-map): Bind `e' like `E'.
10253 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10255         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10256         Change name to "Select All".
10258         * dos-fns.el (convert-standard-filename): Fix last change.
10260 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10262         * help.el (describe-variable): Don't insert a second `'s' in front
10263         of the string `value is shown below'.  Since the syntax-table is
10264         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10265         an existing `'s', so that this won't be deleted.
10267         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10268         * pcmpl-unix.el: New files.
10270 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10272         * wid-edit.el (widget-member): Use the new plist-member.
10274 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10276         * replace.el (perform-replace): Undo change of 2000-04-04.
10277         Instead, move backward 1 character at the end of the loop when
10278         necessary.
10280         * faces.el (fringe): Change face for different backgrounds.
10282         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10283         patch from John.
10285         * eshell/*.el: Change spelling of the Free Software Foundation.
10287         * eshell/esh-toggle.el: Removed.
10289         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10291         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10292         interactively.
10294 2000-06-26  Alex Schroeder  <alex@gnu.org>
10296         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10297         `define-key'; instead of checking `(emacs-version)' check for
10298         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10299         for `;' and `o' which might be electric.
10301         (sql-electric-stuff): New user option.
10302         (sql-magic-go): New function which uses `sql-electric-stuff'.
10303         (sql-magic-semicolon): New function which uses
10304         `sql-electric-stuff'.
10306         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10307         is not fboundp.
10309         (sql-oracle-options): New variable.
10310         (sql-oracle): Use it.
10312         (sql-imenu-generic-expression): Doc change.
10313         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10314         is used.
10316         (sql-informix): Added command line parameter "-" to force
10317         sql-informix-program to use stdout.
10319 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10321         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10322         (cp864-decode-table): Doc fix.
10323         (cp720-decode-table): New variable, supports the Arabic OEM
10324         codepage used by Windows.
10325         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10327 2000-06-23  Dave Love  <fx@gnu.org>
10329         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10330         (font-lock-fontify-anchored-keywords): Use
10331         line-beginning-position.
10332         (global-font-lock-mode): Use mapc.
10334 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10336         * eshell/esh-module.el: Require CL when compiling.
10338 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
10340         * comint.el (comint-substitute-in-file-name): Call replace-match
10341         with second and third arg t.
10343         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10344         Specify foreground color.
10346         * faces.el (tool-bar, mode-line, header-line): Specify foreground
10347         color.
10349         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10351         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10352         cddr instead of cdddr.
10354         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10355         instead of copy-list.
10357         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10358         of copy-list.
10360         * subdirs.el: Add eshell subdirectory.
10362         * eshell: New subdirectory containing the Eshell package.
10364         * pcomplete.el: New file.
10366 2000-06-23  Paul Eggert  <eggert@twinsun.com>
10368         * mail/mailpost.el (post-mail-send-it): Make sure file has
10369         proper permissions from birth.
10371         * files.el (basic-save-buffer-2): When temporarily setting
10372         file modes, set them to current modes plus 0200, not to 0777.
10374         * emerge.el (emerge-make-temp-file): Make sure file has proper
10375         permissions from birth.
10377 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
10379         * files.el (make-backup-file-name-1): On DOS/Windows, run the
10380         backup file name through convert-standard-filename.
10382         * dos-fns.el (convert-standard-filename): Convert leading
10383         directories as well.  When long file names are supported, convert
10384         characters that are invalid in Windows file names.
10386 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10388         * ps-print.el: Fix bug: if ^L is the very first buffer character,
10389         ps-print crashes.  New feature: page selection for printing.  Create
10390         raw-text-unix coding system for XEmacs.  Doc fix.
10391         (ps-print-version): New version number (5.2.3).
10392         (ps-plot-region): Bug fix.
10393         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10394         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10395         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10396         funs.
10397         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10398         (ps-last-page): New vars.
10400 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
10402         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10403         empty option string.
10405 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
10407         * man.el (man): Doc fix.
10409 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
10411         * international/mule-cmds.el (set-language-info-alist): Docstring
10412         fixed.
10414 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
10416         * version.el (emacs-version): Use ISO date format.
10418         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10419         instead of `M-backspace'.
10421         * simple.el (turn-off-auto-fill): New function.
10423 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
10425         * jit-lock.el (with-buffer-prepared-for-jit-lock):
10426         Renamed from with-buffer-prepared-for-font-lock and use
10427         inhibit-modification-hooks rather than setting *-change-functions.
10428         Update all functions to use the new name.
10429         (jit-lock-first-unfontify-pos): New semantics (and doc).
10430         (jit-lock-mode): Make non-interactive.
10431         Don't automatically turn on font-lock.
10432         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10433         Always use jit-lock-after-change.
10434         Remove and restore font-lock-after-change-function.
10435         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10436         (jit-lock-after-unfontify-buffer): Remove.
10437         (jit-lock-stealth-fontify):
10438         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10439         (jit-lock-after-change): Set the `fontified' text-prop to nil.
10441 2000-06-20  Sam Steingold  <sds@gnu.org>
10443         * emacs-lisp/cl-indent.el (toplevel): Indent
10444         `print-unreadable-object' properly.  Untabify.
10446 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10448         * textmodes/reftex.el (reftex-find-citation-regexp-format):
10449         Support for bibentry.
10450         (reftex-compile-variables): Fixed problem with end of section-re.
10452         * texmodes/reftex-dcr.el (reftex-view-crossref,
10453         reftex-view-crossref-from-bibtex):
10454         Deal with changed `reftex-find-citation-regexp-format'.
10455         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10456         Replaced `remprop' with `put'.
10457         (reftex-view-crossref, reftex-view-crossref-when-idle):
10458         Support for bibentry.
10460         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10461         New entry for bibentry package.
10463         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10464         Regexp also matches "\nobibliography".
10466         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10467         Call `reftex-ensure-write-access' before doing anything.
10468         (reftex-ensure-write-access): New function.
10470 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10472         * progmodes/idlwave.el: File re-installed (update to version 4.2)
10474         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10476         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10478         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10481 2000-06-20  Dave Love  <fx@gnu.org>
10483         * faces.el (frame-background-mode): Use set-default, not set, in
10484         setter.
10485         (frame-update-faces, frame-update-face-colors): Define with
10486         defalias.
10488         * enriched.el (enriched-decode-foreground)
10489         (enriched-decode-background): Don't use internal-find-face.
10491         * apropos.el: Doc fixes.
10493         * cus-edit.el (customize-changed-options): Check arg.
10494         (customize-version-lessp): Don't require decimal point.
10496         * custom.el (defcustom, defgroup): Doc fix.
10498         * newcomment.el (comment) <defgroup>: Add :version.
10499         (comment-multi-line): Doc fix.
10501         * emulation/mlsupport.el (define-hooked-local-abbrev,
10502         define-hooked-global-abbrev): Fix, using define-abbrev.
10504 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
10506         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10507         the whole buffer.
10509 2000-06-19  Dave Love  <fx@gnu.org>
10511         * menu-bar.el (menu-bar-options-save): New function.
10512         (menu-bar-options-menu): Use it.
10513         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10514         Simplify.
10516 2000-06-19  Andreas Schwab  <schwab@suse.de>
10518         * progmodes/etags.el (tags-query-replace): Put new parameters
10519         START and END at the end, for backward compatibility.
10521 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10523         * international/codepage.el:
10524         (cp-coding-system-for-codepage-1): Delete special codes for
10525         generating xxx-dos coding system because now a CCL based coding
10526         system can handle EOL conversion by default.
10528         * international/mule.el (make-coding-system): Generate subsidiary
10529         coding systems for EOL handling variants even for a CCL based
10530         coding system.
10532 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10534         * international/isearch-x.el (isearch-minibuffer-input-method)
10535         (isearch-minibuffer-input-method-function): These variables
10536         deleted.
10537         (isearch-with-input-method): Don't use the above variables.
10538         (isearch-process-search-multibyte-characters): Likewise.  Call
10539         read-string with the arg INHERIT-INPUT-METHOD t.
10541 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
10543         * font-lock.el (font-lock-after-fontify-buffer)
10544         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10546         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10547         Use consistent make-local-variable style for font-lock-fontified.
10548         (jit-lock-fontify-buffer):
10549         Don't bother checking for font-lock-mode and jit-lock-mode.
10551         * time.el: Remove trailing ^M that prevent CVS-merging.
10553 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10555         * Makefile.in (distclean): New target.
10557 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
10559         * Makefile.in (srcdir): Define for update-subdirs.
10561 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10563         * find-lisp.el: New file.
10565 2000-06-16  Andrew Innes  <andrewi@gnu.org>
10567         * time.el (display-time-mail-function): New variable, to allow
10568         external packages to indicate when new mail is available.
10569         (display-time-update): Use it.
10571 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
10573         * international/mule.el (mule-version): Change version name to
10574         SAKAKI.  AOI has already been used by Meadow.
10576         * international/quail.el (quail-show-guidance-buf): To find the
10577         bottom window (but minibuffer), pay attention to the height of
10578         minibuffer.
10580 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10582         * arc-mode.el (archive-mode-map): Use the new menu-item format for
10583         menu-bar menus.  Add help strings.  Don't remove the Edit menu
10584         from the menu bar, as the menu bar has enough space now.
10586         * Makefile.in (SHELL): Make sure /bin/sh is used.
10588         * woman.el (woman-man-buffer): Fix bold and underlined CJK
10589         characters, which use series of two ^H characters instead of one.
10591 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
10593         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10594         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10595         functions.
10596         (Info-find-node-2): Try a case-sensitive search first, then
10597         do a case-insensitive search.
10599         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10600         tutorials.
10602         * complete.el (PC-env-vars-alist): New variable.
10603         (PC-complete-as-file-name): New function.
10604         (partial-completion-mode): Initialize PC-env-vars-alist from
10605         process-environment.
10606         (PC-do-completion): Handle completion of env vars.
10608         * info.el (Info-set-mode-line): Show file name in mode line,
10609         use `*Info*' instead of `Info:'.
10611         * startup.el (command-line-1): Change copyright messages to year
10612         2000.
10614 2000-06-15  Dave Love  <fx@gnu.org>
10616         * net/goto-addr.el (goto-address-fontify): Use keymap property,
10617         not local-map.
10619 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
10621         * international/mule.el (set-buffer-file-coding-system): Almost
10622         rewritten to handle `undecided' as no-op.
10624 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
10626         * Makefile.in: New file.
10628         * Makefile: Removed.
10630         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10631         (goto-address-highlight-keymap): Bind C-c RET.
10633 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
10635         * mail/sendmail.el (sendmail-send-it): The temporary buffer
10636         inherits buffer-file-coding-system of the current buffer.
10638         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10639         0.  Give correct argument to set-auto-coding-function.
10640         (tar-expunge): For goto-char, use (point-min), not 0.
10641         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10642         (tar-subfile-save-buffer): Likewize.
10644         * international/mule.el
10645         (after-insert-file-set-buffer-file-coding-system): Call
10646         set-buffer-file-coding-system with the arg FORCE t.
10648 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
10650         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10651         nil.  Contemporary sendmails issue an X-Authentication-Warning if
10652         the sender is set with `-f'.
10654 2000-06-13  Dave Love  <fx@gnu.org>
10656         * help.el (describe-function-1): Kluge around cases of functions
10657         fset to subrs whose doc doesn't match their symbol-name.
10659         * image.el (insert-image): Default STRING to a space.
10661         * info.el Doc fixes.
10662         (Info-build-node-completions): Match Ref tags.
10664 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
10666         * frame.el (display-multi-frame-p, display-multi-font-p): New
10667         defaliases for display-graphic-p.
10669         * hl-line.el: Fixed a typo in commentary.
10671 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
10673         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10674         fixed.
10676 2000-06-12  Dave Love  <fx@gnu.org>
10678         * image.el (insert-image): Save a little consing.
10680 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10682         * language/tibet-util.el: Convert all tibetan-1-column characters
10683         to the corresponding tibetan characters.
10684         (tibetan-add-components): Delete code for the special treatment of
10685         'a chung.
10687         * language/tibetan.el (tibetan-composable-pattern): Fix previous
10688         change.
10689         (tibetan-vowel-transcription-alist): More rules added.
10690         (tibetan-composite-vowel-alist): New variable.
10691         (tibetan-precomposition-rule-alist): More rules added.
10693 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
10695         * startup.el (command-line): Only call menu-bar-mode if interactive.
10697         * thingatpt.el (toplevel symbol-properties):
10698         * textmodes/makeinfo.el (makeinfo-compile):
10699         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10700         * progmodes/hideif.el (hif-compress-define-list)
10701         (hide-ifdef-use-define-alist):
10702         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10703         (ange-ftp-vms-add-file-entry):
10704         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10705         * man.el (Man-build-man-command):
10706         * mail/rnewspost.el (news-reply-header-hook):
10707         * info.el (Info-insert-dir):
10708         * emulation/mlconvert.el (backward-word, forward-word, setq):
10709         * emacs-lisp/gulp.el (gulp-send-requests):
10710         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10711         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10712         (byte-optimize-apply, end of file):
10713         * emacs-lisp/advice.el (ad-advice-class-completion-table)
10714         (ad-make-freeze-definition):
10715         * startup.el (command-line, command-line-1): Don't quote lambdas.
10717         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10718         (cvs-cleanup-removed): New function.
10719         (cvs-cleanup-functions): New var.
10720         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10721         some flexibility in specifying additional entries to auto-cleanup.
10722         (cvs-quickdir): New function.
10723         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10724         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10725         (cvs-mode-find-file): Check that we are on a filename or dirname
10726         when invoked through a mouse-click.
10727         (cvs-full-path): Remove.
10728         (cvs-dired-action): Re-introduced.
10729         (cvs-dired-noselect): Use it.
10730         (vc-post-command-functions): use this new hook if available.
10732         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10733         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10734         (cvs-filename-map, cvs-dirname-map): Remove.
10735         (cvs-default-action): Remove.
10736         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10737         if the arg is really a keymap.
10738         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10739         Don't hardcode the mapping from state (aka type) to face, but check
10740         the var cvs-fi-<type>-face instead.
10741         (cvs-fileinfo-from-entries): New function.
10743         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10744         Docstring fix.
10745         (cvs-find-file-and-jump): Change default to be safer.
10746         (cvs-mode-diff-map): Define it as a function as well.
10747         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10748         Bind mouse-2 in this global map rather than with text-properties.
10750         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10751         file to resolve the ambiguity between C(conflict) and C(need-merge).
10753 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10755         * international/mule.el (set-buffer-file-coding-system): If
10756         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10757         unconditionally.
10759 2000-06-12  Dave Love  <fx@gnu.org>
10761         * wid-edit.el (widget-specify-button): Really suppress the face if
10762         required.
10764 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
10766         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10768 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
10770         * imenu.el (imenu-generic-expression): Docstring fix.
10772         * composite.el (composition-function-table): Move the `put'
10773         below the autoload cookie so we can load the file before loaddefs.
10775         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10777         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10778         Handle easy-mmode-define-global-mode.
10779         For complex macros like define-minor-mode that can generate
10780         several autoload entries, try to autoload entries in the
10781         macroexpanded code.
10783         * emacs-lisp/easy-mmode.el (define-minor-mode):
10784         If KEYMAP is a symbol, just use it.
10785         Use byte-compile-current-file and load-file-name to infer the
10786         proper :require to pass to defcustom.
10787         Wrap the hook var into `progn' so as not to autoload it.
10788         Add a :autoload-end cookie.
10789         Be more careful about the evaluation of KEYMAP.
10790         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10791         (define-derived-mode): Move define-abbrev-table outside of defvar.
10793 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
10795         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10796         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10797         (backup-compiled-files): Ignore errors during `tar'.
10798         (bootstrap): Make autoloads before elc files.
10800 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
10802         * international/mule.el (set-buffer-file-coding-system): If one of
10803         undecided-XXX is specified, change only EOL conversion.
10805         * international/mule-conf.el (unix): New alias for the coding
10806         system undecided-unix.
10808 2000-06-09  Dave Love  <fx@gnu.org>
10810         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10812         * progmodes/executable.el: Byte compile dynamic.
10813         (executable-insert): Change custom type.
10814         (executable-find): Add autoload cookie.
10815         (executable-make-buffer-file-executable-if-script-p): New
10816         function.  After Noah Friedman.
10818         * files.el (after-save-hook): Customize, with
10819         executable-make-buffer-file-executable-if-script-p as an option.
10821 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
10823         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10824         "tib24p-mule.bdf" for Tibetan.
10826         * composite.el (decompose-composite-char): Declare it as obsolete.
10828         * man.el (Man-fontify-manpage): Pay attention to underline and
10829         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10831 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
10833         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10834         Set maintainer to FSF since author isn't reachable.
10836 2000-06-08  Dave Love  <fx@gnu.org>
10838         * international/mule-cmds.el (select-safe-coding-system): If
10839         DEFAULT-CODING-SYSTEM is not specified, also check the most
10840         preferred coding-system if buffer-file-coding-system is
10841         `undecided'.  From Handa.
10843 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
10845         * international/mule.el
10846         (after-insert-file-set-buffer-file-coding-system): If the buffer
10847         size is greater than INSERTED, judget that we are not visiting.
10849 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
10851         * whitespace.el (defgroup whitespace): Comment out `:version'.
10852         XEmacs 20.4 has problems defining the group with this present.
10853         We'll have this commented out till get resolve the problem.
10855 2000-06-07  John Wiegley  <johnw@gnu.org>
10857         * align.el (align-dq-string-modes, align-sq-string-modes)
10858         (align-open-comment-modes): Add pyhton-mode.
10859         (align-rules-list): Use get-text-property instead of
10860         text-properties-at.
10861         (align-rules-list): Add python-assignment.
10862         (align-rules-list): Change perl-comma-delimiter to
10863         basic-comma-delimiter.  Use if for Perl modes and python-mode.
10864         (align-rules-list): Add python-chain-logic and
10865         basic-line-continuation.
10867 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
10869         * apropos.el (apropos-mode-hook): New user variable.
10870         (apropos-mode): Run apropos-mode-hook.
10872 2000-06-07  David Ponce  <david@dponce.com>
10874         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10875         commands.  Require `wid-edit' at run-time.
10877 2000-06-07  David Ponce  <david@dponce.com>
10879         * recentf.el: Added some "Commentary".
10880         (recentf-open-more-files, recentf-edit-list): Minor changes to
10881         move the point at the top of the file list.  This behaviour is
10882         consistent with the menu one when the list contains a lot of
10883         files.
10884         (recentf-cleanup): Now displays the number of items removed from
10885         the list.
10886         (recentf-relative-filter) New menu filter to show filenames
10887         relative to `default-directory'.
10889 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10891         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
10892         with/without giving an error if PostScript printer doesn't have this
10893         kind of page size.  Zebra Stripe continues or restarts on next page.
10894         Manual/automatic paper feeding.  Switch or not the header.
10895         (ps-print-version): New version number (5.2.2).
10896         (ps-windows-system): Include emx as a Windows system.
10897         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10898         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10899         (ps-background-text): Code fix.
10900         (ps-error-handler-message, ps-user-defined-prologue)
10901         (ps-print-prologue-header, ps-printer-name)
10902         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10903         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10904         (ps-use-face-background): Customization fix.
10905         (ps-n-up-database): Data fix.
10906         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10907         (ps-switch-header): New vars.
10908         (ps-xemacs-color-name, ps-face-foreground-name)
10909         (ps-face-background-name, ps-boolean-constant): New funs.
10911 2000-06-07  Dave Love  <fx@gnu.org>
10913         * allout.el: New version from Manheimer.
10915 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
10917         * textmodes/fill.el (fill-find-break-point): Check the validity of
10918         charset.
10920 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10922         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10923         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10924         Call display-color-p and display-mouse-p instead of looking at
10925         window-system.
10927 2000-06-06  Dave Love  <fx@gnu.org>
10929         * image.el (find-image): Doc fix.  Return nil if image not found.
10930         (put-image, insert-image): Make STRING arg optional.
10932 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
10934         * language/vietnamese.el: Remove eval-when-compile.
10935         (viet-viscii-nonascii-translation-table): Define it as a
10936         translation table made from viet-viscii-decode-table.
10937         (viet-viscii-encode-table): Define it as a translation table made
10938         from the reverse map of above.
10939         (viet-vscii-nonascii-translation-table): Define it as a
10940         translation table made from viet-vscii-decode-table.
10941         (viet-vscii-encode-table): Define it as a translation table made
10942         from the reverse map of above.
10943         (ccl-decode-viscii): Use translate-character.
10944         (ccl-encode-viscii, ccl-encode-viscii-font)
10945         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10946         Likewize.
10948         * language/cyrillic.el: Remove eval-when-compile.
10949         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10950         translation table made from cyrillic-koi8-r-decode-table.
10951         (cyrillic-koi8-r-encode-table): Define it as a translation table
10952         made from the reverse map of above.
10953         (ccl-decode-koi8): Use translate-character.
10954         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10955         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10956         a translation table made from cyrillic-alternativnyj-decode-table.
10957         (cyrillic-alternativnyj-encode-table): Define it as a translation
10958         table made from the reverse map of above.
10959         (ccl-decode-alternativnyj): Use translate-character.
10960         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10961         Likewize
10963         * international/mule-diag.el (non-iso-charset-alist): Specify
10964         translation table symbol instead of translation table itself.
10965         (list-block-of-chars): CHARSET may be a translation table symbol.
10967         * international/mule.el (make-coding-system): If CODING-SYSTEM
10968         already exists, override it.
10970         * international/fontset.el: Use family `proportional' for Tibetan
10971         fonts.
10973         * international/ccl.el (ccl-compile-translate-character): Don't
10974         check if Rrr has property translation-table.
10975         (ccl-compile-map-multiple): Modified to avoid compiler warning.
10977 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
10979         * info.el: Bind case-fold-search to t when searching in case
10980         a user sets it to nil in a hook.
10982 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
10984         * autoarg.el (autoarg-mode, autoarg-kp-mode):
10985         * hl-line.el (hl-line-mode): Use the new :global key argument.
10987         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10988         (tar-clip-time-string): Prepend a space.
10989         (tar-grind-file-mode): Construct a string rather than modifying one.
10990         (tar-header-block-summarize): Fix docstring.
10991         Use `format' rather than an error-prone set of copy-loops.
10993         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10994         (diff-goto-source, diff-unified->context, diff-context->unified)
10995         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10996         understand the format output by the `-p' argument to diff.
10998         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10999         (sh-re-done): Use defconst.
11000         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11001         (sh-help-string-for-variable, sh-guess-basic-offset):
11002         Don't quote lambdas.
11003         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11004         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11006         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11007         (mh-letter-mode): Derive from text-mode.
11008         This implicitly means that it now calls kill-all-local-variables.
11009         Also remove the Emacs-18 compatibility code.
11011         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11012         Make use of symbol-property doc-string-elt.
11013         Use memq rather than a sequence of eq.
11014         (doc-string-elt): Fix the wrong or missing previously unused values.
11015         (autoload-print-form): New function extracted from
11016         generate-file-autoloads to allow recursion when handling progn
11017         so that defvar's and defun's docstrings are properly printed.
11018         (generate-file-autoloads): Use it.
11020         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11021         Use find-file-hooks in the minor-mode function.
11022         Be careful not to loop indefinitely in the post-command-hook function.
11024 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
11026         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11027         tty's.
11028         * ediff-diff.el (ediff-exec-process): Use --binary for fine
11029         differences whenever appropriate.
11030         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11031         * viper.el (find-file, find-file-other-window): Get viper to do
11032         wildcards.
11034 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
11036         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11037         (jit-lock-fontify-buffer): New function for JIT refontification.
11038         (jit-lock-mode): Fix docstring.
11039         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11040         Remove jit-lock-after-change from the _local_ hook.
11041         (jit-lock-function-1): Fix docstring.
11043         * info.el (Info-on-current-buffer): Initialize info.
11045         * newcomment.el (comment-indent): Ignore comment-indent-hook.
11047         * progmodes/tcl.el (tcl-indent-for-comment):
11048         Ignore comment-indent-hook.
11050         * emacs-lisp/easy-mmode.el: Require CL during compilation.
11051         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11052         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11053         and improve to use the lighter to guess the capitalization.
11054         (define-minor-mode): Inline code from easy-mmode-define-toggle.
11055         Add keyword arguments to specify global-ness or the custom group.
11056         Add local-map and help-echo properties to the lighter.
11057         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11058         (easy-mmode-define-global-mode): New macro.
11060 2000-06-02  Dave Love  <fx@gnu.org>
11062         * wid-edit.el: byte-compile-dynamic since we typically don't use
11063         all the widgets.  Don't require cl or widget.  Remove
11064         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
11065         (widget-read-event): Removed.  Callers changed to use read-event.
11066         (widget-button-release-event-p): Renamed from
11067         button-release-event-p.
11068         (widget-field-add-space, widget-field-use-before-change):
11069         Uncustomize.
11070         (widget-specify-field): Use keymap property, not local-map.
11071         (widget-specify-button): Obey :suppress-face.
11072         (widget-specify-insert): Use modern backquote syntax.
11073         (widget-image-directory): Renamed from widget-glyph-directory.
11074         (widget-image-enable): Renamed from widget-glyph-enable.
11075         (widget-image-find): Replaces widget-glyph-find.
11076         (widget-button-pressed-face): Move defvar.
11077         (widget-image-insert): Replaces widget-glyph-insert.
11078         (widget-convert): Use keywordp.
11079         (widget-leave-text, widget-children-value-delete): Use mapc.
11080         (widget-keymap): Remove XEmacs stuff.
11081         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11082         (widget-button-click): Don't set point at the click, but re-centre
11083         if we scroll out of window.  Rewritten for images v. glyphs &c.
11084         (widget-tabable-at): Use POS arg, not point.
11085         (widget-beginning-of-line, widget-end-of-line)
11086         (widget-item-value-create, widget-sublist, widget-princ-to-string)
11087         (widget-sexp-prompt-value, widget-echo-help): Simplify.
11088         (widget-default-create): Use widget-image-insert; some rewriting.
11089         (widget-visibility-value-create)
11090         (widget-push-button-value-create, widget-toggle-value-create): Use
11091         widget-image-insert.
11092         (checkbox): Create on and off images dynamically.
11093         (documentation-link): Change :help-echo.
11094         (widget-documentation-link-echo-help): Remove.
11096 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
11098         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11100         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11101         (easy-mmode-define-toggle, define-minor-mode): Use it.
11102         (easy-mmode-define-keymap): Docstring fix.
11103         (define-derived-mode): Default PARENT to fundamental-mode.
11104         Add the derived-mode-parent symbol-property.
11105         (easy-mmode-derived-mode-p): New function.
11107 2000-06-02  Dave Love  <fx@gnu.org>
11109         * files.el (convert-standard-filename): Doc fix.
11110         (normal-backup-enable-predicate): New function.
11111         (backup-enable-predicate): Use it to replace the lambda form.
11113         * calendar/todo-mode.el: [This needs more work on the outline
11114         stuff.]  Doc fixes.
11115         (todo) <defgroup>: Add :version.
11116         (todo-add-category): Don't use pushnew.
11117         (todo-cmd-raise): Fix typo.
11118         (todo-top-priorities): Change temp buffer name.
11119         (todo-category-alist): Avoid redundant lambda.
11120         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11121         Use outline-next-heading.
11123         * autoarg.el: Rewritten to use define-minor-mode.
11124         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11125         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11127 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11129         * isearch.el (isearch-other-meta-char): Fix previous change.
11131 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11133         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11134         (log-edit-done): Only add the comment to the ring if it's different
11135         from the last comment entered.
11137         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11139 2000-06-01  Dave Love  <fx@gnu.org>
11141         * hl-line.el: Rewritten using define-minor-mode.
11143         * help.el (describe-function-1): Distinguish special form from
11144         builtin function.  Sanity-check presence of arglist for builtins.
11146 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11148         * international/characters.el: Fix syntax/category setting of
11149         Tibetan characters.
11151         * language/tibet-util.el (tibetan-add-components): Fixes for new
11152         encoding of Tibetan characters.
11153         (tibetan-decompose-precomposition-alist): New variable.
11154         (tibetan-decompose-region): Convert precomposed characters to
11155         non-precomposed characters.
11156         (tibetan-decompose-string): Likewise.
11157         (tibetan-composition-function): Fix args to
11158         thibetan-compose-string.
11160         * language/tibetan.el (tibetan-composable-pattern): More
11161         characters included.
11162         (tibetan-consonant-transcription-alist): Rule for "R" added.
11163         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11164         "+R" added.
11165         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11167         * language/lao-util.el (lao-composition-function): Fix args to
11168         compose-string.
11170         * language/thai-util.el (thai-composition-function): Fix args to
11171         compose-string.
11173         * isearch.el (isearch-update): Set disable-point-adjustment to t
11174         to prevent the point moving to the end of a composition when a
11175         part of a composition is searched.
11176         (isearch-other-meta-char): If the key invoking this command can be
11177         mapped by function-key-map to a printing char, call
11178         isearch-process-search-char directly.
11180 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11182         * emacs-lisp/bytecomp.el:
11183         * frame.el:
11184         * international/mule-cmds.el:
11185         * international/mule-util.el:
11186         * international/mule.el:
11187         * mouse.el:
11188         * subr.el:
11189         * faces.el: Update calls to make-obsolete with a WHEN argument.
11191         * byte-run.el (make-obsolete, make-obsolete-variable):
11192         Add an optional WHEN argument and change the format of the
11193         symbol-property information.
11194         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11195         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11196         new obsolete-symbol-property format and print WHEN if it is provided.
11198 2000-05-31  Dave Love  <fx@gnu.org>
11200         * loadhist.el (loadhist-hook-functions): Remove
11201         before-change-function, after-change-function.
11202         (unload-feature): Deal with symbols which are both bound and
11203         fbound.
11205         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11206         before-change-function, after-change-function.
11208         * simple.el (newline): Don't bind before-change-function,
11209         after-change-function.
11211 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11213         * whitespace.el (whitespace-rescan-timer-time): Update interval
11214         set to 600 seconds (10 minutes) instead of 60 seconds since
11215         a large number of whitespace buffers causes emacs to `freeze'
11216         for a considerable amount of time.
11218         * whitespace.el: Updated email address
11220 2000-05-31  Dave Love  <fx@gnu.org>
11222         * add-log.el (change-log-font-lock-keywords) <function>: Add
11223         pattern for function of change.
11224         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11225         acknowledgements patterns.
11227 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11229         * isearch.el (isearch-printing-char): If keyboard coding system is
11230         being used, call isearch-process-search-multibyte-characters.
11232         * international/isearch-x.el: Mostly rewritten.
11234         * international/quail.el (quail-start-conversion): Don't include
11235         unhandled events in the returned events, but set them in
11236         unread-command-events.  Exit if all inputs are deleted.
11238 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11240         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11242         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11243         Reenable code to create initial fontsets.
11244         Use set-fontset-font in place of put-charset-property.
11246 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11248         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11249         label, ensure that the first colon isn't followed by another.
11251         * paths.el (Info-default-directory-list): Doc fix.
11253         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11254         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11255         send a query containing USER only, not USER@HOST.
11257         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11258         and rmail-msgend to compute the restriction at the end, instead of
11259         computing it.
11261 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11263         * dabbrev.el (dabbrev-expand): Don't display messages in the
11264         echo area if the minibuffer window is active.
11266         * jit-lock.el (jit-lock-mode): Add after change function to
11267         local hook.
11269 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11271         * antlr-mode.el: New commands: hide/unhide actions,
11272         upcase/downcase literals.
11273         (antlr-tiny-action-length): New user option.
11274         (antlr-hide-actions): New command.  Suggested by
11275         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11276         (antlr-mode-map): New binding [C-c C-v].
11277         (antlr-mode-menu): New entries.
11278         (antlr-downcase-literals): New command.
11279         (antlr-upcase-literals): Ditto.
11281         * antlr-mode.el: Minor changes: indendation, mode-name.
11282         (antlr-indent-line): Indent cpp directive at column 0.
11283         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11285         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11286         (antlr-font-lock-additional-keywords): Workaround for intentional
11287         bug in XEmacs version of font-lock.
11288         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11289         be used by a smarter version of `buffers-menu-grouping-function'.
11291 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11293         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11294         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11296 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11298         * international/encoded-kb.el
11299         (encoded-kbd-iso2022-designation-map): Pay attention to that
11300         charset-iso-final-char return -1 for eight-bit-control and
11301         eight-bit-graphic.
11303 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11305         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11306         (speedbar-easymenu-definition-base): Use display-graphic-p where
11307         available, instead of window-system.
11309 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11311         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11312         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11313         coding systems.
11315 2000-05-26  Dave Love  <fx@gnu.org>
11317         * disp-table.el (standard-display-underline): Don't use
11318         internal-find-face.
11320         * mail/reporter.el: Maintainer change.  Doc fixes.
11321         (reporter-version): Deleted.
11323         * emacs-lisp/elp.el: Maintainer change.
11324         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11326 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11328         * add-log.el (add-change-log-entry): Merge the current entry with the
11329         previous one if the previous one is empty.
11331 2000-05-26  Dave Love  <fx@gnu.org>
11333         * loadhist.el (unload-feature): Fix interactive spec [from
11334         lijnzaad@ebi.ac.uk].
11336         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11337         subr-arity to check primitives.
11338         (byte-compile-flush-pending, byte-compile-file-form-progn)
11339         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11340         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11341         mapcar.
11343 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
11345         * international/fontset.el: Set family names of non-latin charsets
11346         in default fontset to "*".
11348         * international/mule-diag.el (print-fontset): Combine family part
11349         and registry part of the fontname by "-*-" instead of "-".
11351         * international/mule-cmds.el (encode-coding-char): Make strings
11352         multibyte before calling encode-coding-string.
11354 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
11356         * derived.el: Fix keywords.
11357         (define-derived-mode): Only define if needed.
11359         * simple.el (fill-comment, comment-column, comment-start)
11360         (comment-start-skip, comment-end, comment-indent-function)
11361         (block-comment-start, block-comment-end, indent-for-comment)
11362         (set-comment-column, kill-comment, comment-padding, comment-region)
11363         (comment-multi-line, indent-new-comment-line): Remove.
11365         * bindings.el (esc-map): Change ; to comment-dwim and use the new
11366         function names for comment operations.
11368         * newcomment.el: Add abundant autoload cookies.
11369         (comment-style): Don't depend on runtime data at compile-time.
11370         (comment-indent-hook): Remove.
11371         (comment-indent): Check if comment-indent-hook is bound.
11372         (comment-region): Docstring fix.
11374 2000-05-25  Dave Love  <fx@gnu.org>
11376         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11377         byte-code-function-p.
11379         * mail/rmailsum.el: Add provide.
11381         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11383         * smerge-mode.el (smerge-diff-switches): Don't use list* in
11384         defcustom.
11386 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
11388         * ediff-diff.el (ediff-exec-process): delete --binary option from
11389         non-buffer ediff jobs.
11391 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11393         * hilit-chg.el (highlight-changes-mode): Ask about color or
11394         grayscale support, not about window-system.
11396         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11397         window-system.
11398         (ffap-highlight): Always default to t.
11400         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11401         display-popup-menus-p instead of looking at window-system.
11403         * disp-table.el (standard-display-g1, standard-display-graphic):
11404         Only refuse to use string glyphs on X and MS-Windows.
11406         * avoid.el: Remove window-system from commentary, suggest to use
11407         display-*-p instead.
11409         * apropos.el (apropos-print): Use display-mouse-p instead of
11410         window-system.
11412 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11414         * international/codepage.el (cp-decoding-vector-for-codepage):
11415         Fill up unsupported characters with their own codes.  From Kenichi
11416         Handa.
11418 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11420         * international/mule-diag.el (describe-char-after): Use
11421         display-graphic-p instead of window-system, so that this function
11422         works on MS-DOS.
11424 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11426         * international/codepage.el (cp-make-coding-systems-for-codepage):
11427         Remove the eight-bit-graphic and eight-bit-control charsets from
11428         the list of charsets which we convert into `?'.
11430 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
11432         * international/mule-conf.el: Specify CHARSET-ID explicitely for
11433         private charsets.
11434         (mule-unicode-0100-24ff, japanese-jisx0213-1,
11435         japanese-jisx0213-2): New charsets.
11437         * international/fontset.el: Setup default fontset for new charsets.
11439 2000-05-24  Dave Love  <fx@gnu.org>
11441         * info.el (Info-find-node-2): Restructure [following "Vadim
11442         S. Solomin" <sovs@uic.nnov.ru>].
11444         * icomplete.el: Fix header for Finder.
11446 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
11448         * rmailout.el (rmail-output-to-rmail-file): Added optional param
11449         STAY.
11451         * rmail.el (rmail-automatic-folder-directives): New user variable.
11452         (rmail-show-message): Add call to `rmail-auto-file' during
11453         display.
11454         (rmail-auto-file): New function.
11456 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11458         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11459         account.
11460         (ediff-test-utility,ediff-diff-mandatory-option)
11461         (ediff-reset-diff-options): Utilities for proper initialization of
11462         ediff-diff-options and ediff-diff3-options on Windows.
11464         * ediff-init.el (ediff-merge-filename-prefix): New customizable
11465         variable.
11467         * ediff-mult.el (ediff-filegroup-action): Use
11468         ediff-merge-filename-prefix.
11470 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11472         * viper-ex.el (ex-write): Set selective display to nil.
11474 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11476         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11477         aliases for hebrew-iso-8bit.
11479 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11481         * woman.el: New version from Francis J. Wright
11482         <F.J.Wright@Maths.QMW.ac.uk>.
11483         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11484         names in environment variables regardless of the path separator.
11485         (woman-topic-all-completions-1): Don't call file-name-directory-p
11486         on all files, since woman-file-regexp already filters out any
11487         directories.
11489 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11491         * international/quail.el (quail-start-translation): Don't change
11492         modified-p of the current buffer.
11493         (quail-start-conversion): Likewise.
11495         * international/kkc.el (kkc-region): Don't change modified-p of
11496         the current buffer.
11498         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11499         conform to RFC1468.
11500         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11502 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
11504         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11505         (speedbar-insert-button): Invisible text property fix.
11506         (speedbar-directory-plus): Renamed from speedbar-directory-+
11507         (speedbar-directory-minus): Renamed from speedbar-directory--
11508         (speedbar-page-plus): Renamed from speedbar-file-+
11509         (speedbar-page-minus): Renamed from speedbar-file--
11510         (speedbar-page): Renamed from speedbar-file-
11511         (speedbar-tag): Renamed from speedbar-tag-
11512         (speedbar-tag-plus): Renamed from speedbar-tag-+
11513         (speedbar-tag-minus): Renamed from speedbar-tag--
11514         (speedbar-expand-image-button-alist): Use above renames.
11516         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11517         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11518         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11519         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11520         * sb-pg.xpm: Renamed from sb-file.xpm
11521         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11522         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11524 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11526         * international/quail.el (quail-show-guidance-buf): Set
11527         current-input-method of the guidance buffer to the name of the
11528         curren input method.
11530 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
11532         * progmodes/compile.el (compile-internal): Style typo.
11534         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11535         quote vars and functions in the docstring.
11537         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11539         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11540         Don't quote lambdas.
11542         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11544 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11546         * startup.el (command-line): Determine source file of compiled
11547         user init file differently.  Warn if compiled user init file
11548         is older than its source file.
11550         * ffap.el (ffap-url-regexp): Add `https'.
11552 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
11554         * files.el (make-backup-file-name-1): Replace slashes with `!'
11555         rather than `|' (which is not allowed on Windows).  Replace the
11556         drive letters with a string "drive_X".
11558 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11560         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11562         * files.el (interpreter-mode-alist): Add `bash2'.
11564 2000-05-22  Dave Love  <fx@gnu.org>
11566         * loadhist.el (feature-symbols, file-provides, file-requires): Use
11567         mapc.
11568         (feature-file): Avoid calling symbol-name.  Doc fix.
11569         (file-set-intersect, file-dependents): Use dolist, not mapcar.
11570         (loadhist-hook-functions): Add mouse-position-function.
11571         (unload-feature): Change uses of mapcar.
11573         * files.el (parse-colon-path): Doc fix.
11574         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11575         (set-auto-mode): Use mapc.
11577         * complete.el (PC-look-for-include-file): Use :alnum: character
11578         class.
11579         (partial-completion-mode): Add autoload cookie.
11581 2000-05-22  Sam Steingold  <sds@gnu.org>
11583         * info.el (Info-fontify-node): Fixed the call to
11584         `add-text-properties' (bug introduced on 2000-05-18).
11586 2000-05-22  Dave Love  <fx@gnu.org>
11588         * bindings.el: Remove debug-ignored-errors set in other files.
11590         * progmodes/etags.el: Add to debug-ignored-errors.
11591         (visit-tags-table-buffer): Clear out buffers holding old tables
11592         when making a new list.
11593         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11594         mapc.
11596         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
11597         quote keywords.
11598         (cmpl-string-case-type): Use character classes.
11600         * comint.el:
11601         * textmodes/ispell.el:
11602         * imenu.el:
11603         * mail/mh-e.el:
11604         * progmodes/compile.el: Add to debug-ignored-errors.
11606         * dabbrev.el: Add to debug-ignored-errors.
11607         (dabbrev-completion): Use mapc.
11609 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
11611         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11612         (woman-mapcan, woman-parse-man.conf)
11613         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11614         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11615         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
11616         path syntax better.
11617         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11618         (woman-manpath): Call woman-parse-man.conf.
11619         (woman-emulation): New defcustom, defaults to nroff.
11620         (woman-font-support): New defconst.
11621         (woman-use-symbol-font): New defcustom.
11622         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11623         "Emulation".
11624         Many functions: Doc fix.
11626 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
11628         * international/quail.el (quail-simple-translation-keymap): Map
11629         128..255 to quail-self-insert-command.
11630         (quail-keyboard-layout-alist): Add definition for "pc102-de".
11632 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
11634         * help.el (help-manyarg-func-alist): Typo.
11636         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11637         intervals which makes it heaps simpler.
11639         * newcomment.el (comment-region-internal): Go back to BEG after quoting
11640         the nested comment markers.
11642         * subr.el (remove-hook): Don't turn the hook's value into a list.
11644 2000-05-21  Dave Love  <fx@gnu.org>
11646         * edmacro.el (edmacro-parse-keys): Return vector if any elements
11647         are invalid characters.
11649         * international/mule-util.el (detect-coding-with-priority): Use
11650         mapc.  Remove redundant lambda.
11652         * international/mule-diag.el (list-non-iso-charset-chars)
11653         (describe-fontset): Remove redundant lambda.
11655         * emulation/crisp.el (brief-mode): New alias.
11657         * emacs-lisp/ring.el (ring-elements): New function.
11659         * emacs-lisp/easymenu.el (easy-menu-create-menu)
11660         (easy-menu-do-add-item): Use keywordp.
11662         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11664         * replace.el: Doc and error message fixes.
11665         (replace-highlight): Use facep, not internal-find-face.
11667 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
11669         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11671         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11672         (log-edit-insert-changelog): Drop `:' as well.
11674         * log-view.el: Fix file description.
11675         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11676         available.
11677         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11678         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11680         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11681         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11682         Print a status message if the toggle is called interactively.
11683         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11684         for global minor modes and use `defcustom' for them.
11685         Use add-minor-mode.
11686         (easy-mmode-define-derived-mode): Remove.
11687         (define-derived-mode): Fancier default docstring.
11688         (easy-mmode-define-navigation): Signal an error rather than (ding).
11690         * newcomment.el (comment-styles): New `box-multi'.
11691         (comment-normalize-vars): Better default for comment-continue to
11692         avoid whitespace-only continuations.
11693         (comment-search-forward): Always move even in the no-syntax case.
11694         (comment-padright): Only obey N if it's only obeyed for padleft.
11695         (comment-make-extra-lines): Better handling of empty continuations.
11696         Use `=' for the filler if comment-start has only one character.
11697         (uncomment-region): Try handling the special `=' filler.
11698         (comment-region): Allow LINES even if MULTI is nil.
11699         (comment-box): Choose box style based on comment-style.
11701 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
11703         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11704         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11706 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
11708         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11709         and insert, not subst-char-in-region.
11711         * international/mule-diag.el (list-character-sets-1): Handle
11712         charsets eight-bit-control and eight-bit-graphic.
11713         (list-iso-charset-chars): Likewise.
11714         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11715         charactes as is.  Use indent-to to align characters.
11717         * international/mule-cmds.el (find-multibyte-characters): Never
11718         exclude charsets eight-bit-control and eight-bit-graphic.
11720 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11722         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11723         Don't quote lambdas.
11725         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11727 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11729         * gud.el (gud-jdb-directories): Doc fix.
11731 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11733         * newcomment.el: New file.
11735 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11737         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11739 2000-05-18  Andreas Schwab  <schwab@suse.de>
11741         * dired.el (dired-between-files): Also skip lines beginning with
11742         `used'.
11744 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
11746         * msb.el (msb-menu-cond): Add choice `user'.
11748 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11750         * ps-print.el: Compatibility, customization and doc fix.
11751         (ps-printer-name-option): Replace defconst by defvar.
11752         (ps-postscript-code-directory): XEmacs compatibility.
11753         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11754         fix.
11755         (ps-user-defined-prologue, ps-print-prologue-header)
11756         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11757         compatibility and code fix.
11758         (ps-print-background-image, ps-print-background-text):
11759         Customization fix.
11760         (ps-line-number-start, ps-n-up-on): New vars.
11762 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
11764         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11765         the indent-comment function to just return the appropriate indent.
11767 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
11769         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11770         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11771         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11773 2000-05-18  Dave Love  <fx@gnu.org>
11775         * info.el (Info-fontify-node): Add intangible property as well as
11776         invisible.
11778         * calendar/appt.el (appt-make-list): Match all lines of entry.
11779         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11781 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
11783         * international/mule-diag.el (describe-char-after): Call
11784         internal-char-font, not char-font.  If internal-char-font returns
11785         nil, display "-- none --".
11787 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11789         * image.el (image-type-available-p): Don't reference image-types
11790         if it isn't bound.
11792 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
11794         * autoarg.el (autoarg-mode): Typo in the :set argument.
11796 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11798         * startup.el (command-line-1): Don't signal an error if the
11799         directory for auto-save-list files does not yet exist.
11801 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
11803         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11805 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
11807         * subr.el (remove-hook): `setq' hook-value, not `set'.
11809 2000-05-16  Sam Steingold  <sds@gnu.org>
11811         * info.el (debug-ignored-errors): More errors to ignore.
11813 2000-05-16  Dave Love  <fx@gnu.org>
11815         * cus-edit.el: Don't require cl or easymenu.
11816         (custom-variable-prompt): Test standard-value property, not
11817         user-variable-p.
11819 2000-05-16  Sam Steingold  <sds@gnu.org>
11821         * subr.el (add-hook): `setq' hook-value, not `set'.
11823 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
11825         * startup.el (command-line-1): Mention the FAQ in the startup
11826         message.
11828         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11830         * progmodes/compile.el (compilation-parse-errors): Collect
11831         `nomessage' regexps last.
11833         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11835         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11836         to the function name.
11838 2000-05-15  Dave Love  <fx@gnu.org>
11840         * speedbar.el (speedbar-recenter): Typo.
11841         (speedbar-expand-line): Make arg optional.
11842         (speedbar-mode): Avoid a compiler warning.
11844 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11846         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11847         user-specified option string is empty.
11849         * mouse.el (mouse-yank-at-click): Doc fix.
11851 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11853         * term/internal.el (IT-character-translations): More updates of
11854         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11855         documents.
11857 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11859         * env.el (getenv): New function, interactively callable.
11860         (setenv, getenv): Remove autoload cookies.
11862         * loadup.el: Load `env'.
11864         * progmodes/f90.el: Change author's mail address.
11866 2000-05-14  Dave Love  <fx@gnu.org>
11868         * mail/rmail.el (rmail-show-message-hook): Customize and offer
11869         goto-addr as an option.
11871         * help.el (help-xref-stack): Doc fix.
11872         (help-xref-following): New variable.
11873         (help-make-xrefs): Use it.
11874         (help-xref-go-back): Use position information from stack element.
11875         (help-follow): Make position in stack element a pair.  Use
11876         help-xref-following.
11878         * autoarg.el: New file.
11880         * faces.el: Declare more functions obsolete.
11882         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11883         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11884         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11885         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11886         Remove all the setup-...-environment functions.
11888 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
11890         * speedbar.el: Updated the commentary section.  xemacs20p now uses
11891         >= when detecting.  Require `defimage' safely.
11892         (speedbar-easymenu-definition-base): Add toggle for images.
11893         (speedbar-easymenu-definition-special): Add flush cache & expand.
11894         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
11895         (speedbar-reconfigure-keymaps-hook): New variable.
11896         (speedbar-frame-parameters): Updated documentation.
11897         (speedbar-use-imenu-flag): Updated custom tag
11898         (speedbar-dynamic-tags-function-list): New variable.
11899         (speedbar-tag-hierarchy-method): Updated doc & custom.
11900         (speedbar-indentation-width, speedbar-indentation-width) New
11901         variables.
11902         (speedbar-hide-button-brackets-flag): Customizable.
11903         (speedbar-vc-indicator): Doc update.
11904         (speedbar-ignored-path-expressions): Updated default value.
11905         (speedbar-supported-extension-expressions): Updated default value.
11906         (speedbar-syntax-table): Remove {} paren status.
11907         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11908         as "+".  Added overlay aliases.
11909         (speedbar-mode): Use `speedbar-mode-line-update' instead of
11910         `force-mode-line-update'.
11911         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11912         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11913         `mouse-set-point'
11914         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11915         (speedbar-item-info-tag-helper): Revamped to handle a wider range
11916         of arbitrary text, and new helper functions.
11917         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11918         filename finder.
11919         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11920         (speedbar-directory-buttons): Update path search/expansion.
11921         (speedbar-make-tag-line): Pay attention to
11922         `speedbar-indentation-width'.  Use more care w/ invisible
11923         properties.
11924         (speedbar-change-expand-button-char): Call
11925         `speedbar-insert-image-button-maybe'.
11926         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11927         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11928         (speedbar-trim-words-tag-hierarchy)
11929         (speedbar-simple-group-tag-hierarchy): New functions
11930         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11931         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11932         functions.
11933         (speedbar-mouse-set-point): New function
11934         (speedbar-power-click): Updated documentation.
11935         (speedbar-line-token, speedbar-goto-this-file): Handle more types
11936         of tag prefix text.
11937         (speedbar-expand-line, speedbar-contract-line): Make more robust
11938         to strange text.
11939         (speedbar-expand-line): Takes universal argument to flush the
11940         cache.
11941         (speedbar-flush-expand-line): New function.
11942         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11943         Use new generator insertion method.
11944         (speedbar-fetch-dynamic-tags): New function.
11945         (speedbar-fetch-dynamic-imenu): Removed code now handled in
11946         `speedbar-fetch-dynamic-imenu'.
11947         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11948         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11949         "Revert Buffer" menu items.
11950         (speedbar-buffer-buttons-engine): Be smarter when creating a
11951         filename tag (for expansion purposes.).
11952         (speedbar-highlight-one-tag-line,
11953         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11954         (speedbar-recenter): New functions.
11955         (defimage-speedbar): Image loading abstraction.
11956         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11957         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11958         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11959         (speedbar-tag-type, speedbar-tag-mail): New images.
11960         (speedbar-expand-image-button-alist): New variable.
11961         (speedbar-insert-image-button-maybe): Insert an image over some
11962         buttons.
11964 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
11966         * international/mule-cmds.el (encode-coding-char): An ASCII
11967         character is always encodable.
11969         * international/mule-conf.el: Add more information in descriptions
11970         of character sets.
11972         * international/mule-diag.el (describe-char-after): New function.
11973         (describe-font-internal): Adjusted for the change of font-info.
11974         (describe-font): Likewise.
11975         (print-fontset): Rewritten for the new fontset implementation.
11976         (describe-fontset): Include fontset alias names in completion.
11977         (list-fontsets): Adjusted for the change of print-fontset.
11979         * simple.el (what-cursor-position): If DETAIL is non-nil, call
11980         describe-char-after instead of displaying the detail in the echo
11981         area.
11982         (syntax-code-table): Format changed.
11983         (string-to-syntax): Adjusted for the above change.
11985 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
11987         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11989 2000-05-12  Dave Love  <fx@gnu.org>
11991         * calendar/todo-mode.el: Remove some compatibility stuff and CL
11992         dependence.  Use line-{beginning,end}-position, not
11993         point-at{b,e}ol.  Some doc fixes.
11994         (todo-position): New function.  Fix callers of position to use it.
11995         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11997 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
11999         * time.el (display-time-mail-icon): Use `:ascent center'.
12001         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12002         handling FTP security extensions.
12004 2000-05-11  Dave Love  <fx@gnu.org>
12006         * calendar/todo-mode.el: New file.
12008 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
12010         * comint.el (comint-read-input-ring): Move reference to
12011         comint-input-ring-size outside of the save-excursion.  It was
12012         causing the default value to be the only one ever seen.
12014         * font-lock.el: Update copyright.  Remove Simon Marshall's email
12015         address on request from him.
12017         * subr.el (substitute-key-definition): Add comment describing
12018         the meaning of PREFIX.
12020 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
12022         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12024         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12025         (add-minor-mode): Don't make the variable buffer-local and add a
12026         reference to define-minor-mode in the docstring.
12028         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12029         HEADER/FOOTER and fix bug with trailing empty directory.
12030         (cvs-append-to-ignore): Use vc-editable-p if available.
12031         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12032         (vc-do-command): Tweak advice to handle the new VC.
12034         * log-view.el (log-view-goto-rev): New function for the new VC.
12035         (log-view-minor-wrap): Use mark-active.
12037         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12038         (log-edit-changelog-full-paragraphs): New var.
12039         (log-edit-insert-changelog): Remove a lonely leading `* file'.
12040         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12041         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12042         (log-edit-changelog-ours-p, log-edit-changelog-entries)
12043         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12044         Replace the `cvs' prefix with `log-edit'.
12046         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12048         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12049         (diff-font-lock-defaults): Explicitly turn off multiline.
12050         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12051         (diff-ediff-patch): Fix call to ediff-patch-file.
12052         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12053         Handle comments.
12055         * frame.el (automatic-hscrolling): Typo.
12057         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12059 2000-05-09  Sam Steingold  <sds@goems.com>
12061         * apropos.el (apropos-print): use `describe-face' instead of
12062         `customize-face-other-window'.
12064 2000-05-09  Dave Love  <fx@gnu.org>
12066         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12068         * help.el (describe-variable): Have customize button pop the
12069         help-xref stack when invoked.
12070         (help-xref-symbol-regexp): Add `face'.
12071         (help-make-xrefs): Check for quoted face names and adapt regexp
12072         submatch numbers to cope.
12073         (help-xref-interned): Maybe insert face doc too.  Separate
12074         sections with a line of hyphens.
12076         * faces.el:  Some doc fixes.  Declare some functions obsolete.
12077         (describe-face): Add customize button.  Return the help
12078         text.  Fix prompt.
12080 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
12082         * term/internal.el (IT-character-translations): Fix last change.
12084 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12086         * woman.el: New file
12087         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12089 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12091         * term/internal.el (IT-character-translations): Update ASCII
12092         simulations for greek-iso8859-7, add latin-iso8859-14 and
12093         latin-iso8859-15.
12095         * international/mule-cmds.el (set-language-info-alist): Call
12096         define-prefix-command with 3 arguments, to make the map suitable
12097         for a menu.
12099 2000-05-07  Dave Love  <fx@gnu.org>
12101         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12103 2000-05-05  Dave Love  <fx@gnu.org>
12105         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12106         list in doc string.  Don't quote keyword symbols.
12107         * emacs-lisp/cl.el: Likewise
12108         * emacs-lisp/cl-seq.el: Likewise
12110 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12112         * abbrev.el (abbrev-mode): Make ARG optional.
12114 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12116         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12118         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12120         * subr.el (substitute-key-definition): Clarify documentation.
12122 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12124         * glasses.el (glasses-convert-to-unreadable): Use
12125         `glasses-separator' instead of the hard-wired "_".
12126         (glasses-mode): Call `glasses-make-unreadable' only in a single
12127         place.
12129 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12131         * term/internal.el (cjk-codepages-alist): Add associations for
12132         Chinese and Korean codepages.  Remove FIXME comment.
12134 2000-05-03  Dave Love  <fx@gnu.org>
12136         * time.el (display-time-mail-face, display-time-use-mail-icon):
12137         New option.
12138         (display-time-mail-icon): New variable.
12139         (display-time-string-forms): Use the above.  Fix the local-map.
12141 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12143         * replace.el (query-replace-map): Add binding for `E'.
12144         (query-replace-help): Extend help text.
12145         (perform-replace): Allow editing the replacement string.
12147         * make-mode.el (makefile-mode-abbrev-table): New variable.
12148         (makefile-mode): Set local abbrev table to
12149         makefile-mode-abbrev-table.
12150         (makefile-font-lock-keywords): Fontify includes and conditionals.
12152         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12153         set TOGGLE's value.
12155         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12156         mail-interactive-insert-alias.
12157         (mail-abbrev-complete-alias): New command.
12158         (mail-mode-map): Bind it to `M-TAB'.
12160 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12162         * language/lao-util.el (lao-compose-region): New function.
12164 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12166         * files.el (recover-session): Make directories as necessary
12167         if they don't exist yet.
12169         * calendar/cal-french.el
12170         (french-calendar-multibyte-special-days-array)
12171         (french-calendar-special-days-array): Change French text.
12172         (calendar-french-date-string): Change output.
12173         (calendar-goto-french-date): Likewise.
12175 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12177         * wid-edit.el (widget-default-active): Obey `:always-active'.
12178         (widget-documentation-string-value-create): Set `:always-active'.
12180 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12182         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12183         default prefix to `~/_emacs.d/auto-save.list/_s'.
12184         (normal-top-level): Create the directory for auto-save files, if
12185         it doesn't already exist (in the ms-dos case only).
12187 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12189         * international/mule-cmds.el (set-language-environment): Don't
12190         concat an integer (dos-codepage), use format instead.
12192 2000-05-02  Dave Love  <fx@gnu.org>
12194         * help.el (help-xref-on-pp): Check for constant symbols.
12196 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12198         * startup.el (normal-top-level): Put a condition-case around
12199         the code loading subdirs.el.
12201 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12203         * ps-print.el: Upside-down and face background color printing,
12204         line number step, doc fix.
12205         (ps-print-version): New version number (5.2).
12206         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12207         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12208         (ps-spool-config): Var fix.
12209         (ps-printer-name-option): Const fix.
12210         (ps-print-upside-down, ps-use-face-background)
12211         (ps-line-number-step): New vars.
12212         (ps-window-system, ps-lp-system): New consts.
12213         (ps-face-background): New fun.
12215 2000-04-28  Richard Stallman  <rms@gnu.org>
12217         * files.el (make-auto-save-file-name):
12218         Apply auto-save-file-name-transforms to visited file name
12219         before generating auto save file name.
12220         (auto-save-file-name-transforms): New variable.
12222         * files.el (backup-enable-predicate):
12223         Correctly test for a file under a temporary directory.
12225 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12227         * subr.el (add-minor-mode): Rewritten.
12229 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12231         * mail/sendmail.el (sendmail-send-it): Set
12232         buffer-file-coding-system to the selected coding system for MIME
12233         header.
12235 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12237         * dired.el (dired-move-to-filename-regexp): Allow format where
12238         YYYY is followed by two spaces.
12240         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12241         in the second character class of the regexp.
12243         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12244         mh-etc, too.
12246         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12247         nil.
12249         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12251         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12252         argument.
12254 2000-04-27  Sen Nagata <sen@eccosys.com>
12256         * emacs-lisp/crm.el (crm-completion-table): New variable.
12257         (crm-collection-fn, crm-test-completion)
12258         (completing-read-multiple): Use it.
12260 2000-04-27  Dave Love  <fx@gnu.org>
12262         * help.el (locate-library): Use mapc.
12263         (help-manyarg-func-alist): Add call-process-region.
12265 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12267         * subr.el (add-minor-mode): Make argument MAP optional.
12269         * desktop.el (desktop-save): Save list of minor modes.
12270         (desktop-create-buffer): Restore minor modes.
12271         (desktop-minor-mode-table): New user-option.
12273         * subr.el (add-minor-mode): New function.
12275         * image.el (find-image): New function.
12276         (defimage): Rewritten to find image at load time.
12278         * startup.el (normal-top-level-add-to-load-path): Handle
12279         case that the default directory is not in load-path.
12281         * help.el: Old patch from Stefan Monnier.
12282         (help-xref-on-pp): New function.
12283         (describe-variable): Use it to display xrefs in a symbol's value.
12285 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12287         * cus-edit.el (custom-face): Fix parenthesis.
12289 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12291         * mail/rmail.el (rmail-expunge): When there are no deleted
12292         messages, do nothing.
12294 2000-04-26  Dave Love  <fx@gnu.org>
12296         * international/mule-cmds.el (locale-translation-file-name):
12297         Defvar to nil.
12298         (set-locale-environment): Set it here (at runtime).
12300 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12302         * replace.el (perform-replace): Add parameters START and END.  Use
12303         them instead of the check for a region in Transient Mark mode.
12304         (query-replace-read-args): Return two more list elements for the
12305         start and end of the region in Transient Mark mode.
12306         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12307         (map-query-replace-regexp, replace-string, replace-regexp): Add
12308         optional last arguments START and END and pass them to
12309         perform-replace.
12311         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12312         form with additional arguments for perform-replace.
12314         * progmodes/etags.el (tags-query-replace): Add parameters START
12315         and END.  Construct a form with additional arguments for
12316         perform-replace.
12318         * simple.el (shell-command): Set default directory for "*Shell
12319         Command Output" buffer.
12321         * language/european.el (iso-latin-4): Fix typo.
12323         * emacs-lisp/crm.el: New file.
12325 2000-04-24  Dave Love  <fx@gnu.org>
12327         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12328         (Custom-reset-saved, Custom-reset-standard)
12329         (custom-group-value-create, custom-group-set, custom-group-save)
12330         (custom-group-reset-current, custom-group-reset-saved)
12331         (custom-group-reset-standard): Use mapc.
12332         (custom-buffer-create-internal): Disable undo when creating items.
12333         Use mapc.
12334         (custom-face): Avoid redundant lambda.
12336 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12338         * startup.el (auto-save-list-file-prefix): Set default to
12339         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12341 2000-04-24  Sam Steingold  <sds@gnu.org>
12343         * time-stamp.el (time-stamp-string-preprocess): Always convert
12344         `field-result' to a string.
12346 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12348         * frame.el (scrolling): New group.
12349         (automatic-hscrolling): New user-option.
12351         * startup.el (command-line-x-option-alist): Add `-lsp' and
12352         `--line-spacing'.
12354 2000-04-19  Dave Love  <fx@gnu.org>
12356         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12357         (cl-mapc): Rename from mapc.  Fix the funcall.
12359 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
12361         * simple.el (clone-indirect-buffer-other-window): New command.
12362         (clone-indirect-buffer): Add optional arg NORECROD.
12363         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12365         * help.el (resize-temp-buffer-window): Use count-screen-lines.
12367         * window.el (count-screen-lines): New function.
12368         (shrink-window-if-larger-than-buffer): Use count-screen-lines
12369         instead of window-buffer-height.
12371         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12372         non-existing variable comint-input-sentinel.
12373         (inferior-lisp-args-to-list): Removed.
12374         (inferior-lisp): Use split-string instead of
12375         inferior-lisp-args-to-list.
12377         * hexl.el (hexl-insert-hex-string): New command.
12379         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12380         instead of concat.
12382 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
12384         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12385         at the start of an existing but empty folder.
12387 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12389         * ps-mule.el: Customization fix, doc fix.
12390         (ps-multibyte-buffer): Customization fix.
12392 2000-04-17  Richard M. Stallman  <rms@gnu.org>
12394         * subr.el (read-passwd): Use read-char-exclusive.
12396 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
12398         * textmodes/texinfo.el (texinfo-insert-@email)
12399         (texinfo-insert-@emph, texinfo-insert-@quotation)
12400         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12401         (texinfo-mode-map): Add key bindings for them.
12403         * files.el (basic-save-buffer-2): Use a template with `$'
12404         instead of `#' for VMS.
12406         * simple.el (clone-indirect-buffer): New function.
12408 2000-04-16  Stephen Eglen  <stephen@gnu.org>
12410         * iswitchb.el (iswitchb-case): New function.  If the user input
12411         contains any upper-case characters, the search is made
12412         case-sensitive.
12414 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
12416         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12417         comment-end.
12418         (texinfo-font-lock-syntactic-keywords): New var.
12419         (texinfo-font-lock-keywords): Remove comment regexp.
12420         (texinfo-insert-block): New function.
12421         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12422         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
12423         and font-lock-defaults.  Use regexp-opt for outline-regexp.
12424         (texinfo-environments): New var.
12425         (texinfo-environment-regexp): Use regexp-opt and
12426         texinfo-environments.
12428         * textmodes/ispell.el (ispell-menu-map-needed): Check that
12429         ispell-process is bound since this might be eval'd before ispell
12430         is loaded.
12431         (ispell-message): Use a tiny bit less magic and a bit more hard
12432         data to figure out what kind of sc-cite-regexp to use.
12434         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12436         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12437         (insert-cyclic-diary-entry): Unquote the lambda.
12439         * gud.el (gud-jdb-build-source-files-list): Fix typo.
12441         * files.el (backup-enable-predicate): Unquote the lambda.
12443         * cus-edit.el (custom-face, face): Unquote the lambda.
12445 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12447         * ps-print.el: Check for line-beginning-position definition.
12449         * ps-print.el: Fix counting lines in a region.
12450         (ps-print-version): New version number (5.1.5).
12451         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12452         (ps-printing-region): Fun code fix.
12454 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
12456         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12457         to file-directory-p.
12459 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
12461         * gud.el (gud-jdb-build-source-files-list): Check that directory
12462         exists before calling directory-files.
12464 2000-04-13  Dave Love  <fx@gnu.org>
12466         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
12467         syntax.
12469         * emacs-lisp/cl-specs.el: Remove when, unless.
12471         * emacs-lisp/cl-extra.el: Don't quote keywords.
12472         (cl-old-mapc): New variable.
12473         (mapc): Use it.
12474         (cl-map-intervals): Use with-current-buffer.  Don't check for
12475         next-property-change.
12476         (cl-map-overlays): Use with-current-buffer.
12477         (cl-expt): Remove.
12478         (copy-tree, remprop): Define unconditionally.
12480         * emacs-lisp/cl-compat.el (keywordp): Remove.
12482         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
12483         to use keywordp.
12484         (edebug-spec): Enable keywordp.
12486         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12487         string-lessp.
12489         * cus-start.el: Use keywordp.
12491 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12493         * diary-lib.el (include-other-diary-files): Fix the fix of
12494         2000-02-18 by doing a save-excursion.
12496 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12498         * ps-print.el: Customization fix, doc fix.
12499         (ps-print-version): New version number (5.1.4).
12500         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12501         (ps-print-preprint): Adjust code.
12502         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12503         (ps-print-prologue-header, ps-print-control-characters)
12504         (ps-spool-config): Customization fix.
12506 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
12508         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12509         converted to the new menu-item format, names silightly changed,
12510         help strings added.
12512         Support for spelling without async subprocesses:
12514         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12515         (ispell-session-buffer): New variables.
12516         (ispell-start-process, ispell-process-status,
12517         ispell-accept-output, ispell-send-string): New functions, for
12518         Ispell invocation when async subprocesses aren't supported.
12519         (ispell-word, ispell-pdict-save, ispell-command-loop,
12520         ispell-process-line, ispell-buffer-local-parsing): Replace calls
12521         to process-send-string with calls to ispell-send-string, and
12522         accept-process-output with ispell-accept-output.
12523         (ispell-init-process): Call ispell-process-status instead of
12524         process-status with.
12525         (ispell-init-process): Call ispell-start-process.  Call
12526         ispell-accept-output and ispell-send-string.  Don't call
12527         process-kill-without-query and kill-process if they are unbound.
12528         (ispell-async-processp): New function.
12530 2000-04-12  Dave Love  <fx@gnu.org>
12532         * info.el: Add debug-ignored-errors.
12533         (Info-mode-menu): Add some items.
12534         (Info-directory): Add autoload cookie.
12536         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12537         Modify `truncate-lines'.  Make `describe-language-environment'
12538         always visible and add help.  Modify `describe-key' help.  Invoke
12539         Info-directory from `info'.  New entry `emacs-manual'.
12541 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12543         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12544         propertized-buffer-identification.
12545         (ebrowse-update-member-buffer-mode-line): Likewise.
12546         (ebrowse--mode-strings): Removed.
12547         (ebrowse--mode-line-props): Removed.
12549         * files.el (auto-mode-alist): Add `EBROWSE'.
12551         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12552         space before testing for end of buffer.
12553         (ebrowse-load): Removed.
12554         (ebrowse-revert-tree-buffer-from-file): Rewritten.
12555         (ebrowse-create-tree-buffer): Rewritten.
12556         (ebrowse-tree-mode): Read tree from buffer.
12558         * progmodes/ebrowse-ffh.el: Removed.
12560 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
12562         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12564 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12566         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12567         at the wrong place.
12569 2000-04-09  Dave Love  <fx@gnu.org>
12571         * files.el (backup-enable-predicate): Use
12572         temporary-file-directory, small-temporary-file-directory.
12573         (make-backup-file-name-function, backup-directory-alist): New
12574         variables.
12575         (make-backup-file-name-1): New function.
12576         (make-backup-file-name): Use it.
12577         (find-backup-file-name): Likewise.  Use format for clarity, not
12578         concat.
12579         (file-newest-backup): Use make-backup-file-name.
12581 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
12583         * progmodes/ebrowse-ffh.el: New file.
12585         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12586         to ebrowse-ffh.el.
12587         (ebrowse-load): Add autoload.
12589         * finder.el (finder-commentary): Add autoload cookie.
12591         * mail/rfc2368.el: Correct author's email address.
12593         * progmodes/ebrowse.el: New file.
12595         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12596         item help string.
12597         (easy-menu-do-add-item): Ditto.
12598         (easy-menu-define): Extend doc string.
12600         * jit-lock.el (with-buffer-unmodified): Use
12601         restore-buffer-modified-p.
12602         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12603         (jit-lock-function, jit-lock-stealth-fontify): Don't use
12604         with-buffer-unmodified.
12606 2000-04-08  Dave Love  <fx@gnu.org>
12608         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12609         unless, when.
12611 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
12613         * viper-util.el (viper-put-on-search-overlay): New subroutine.
12614         (viper-flash-search-pattern): No operation when using Emacs
12615         doesn't support face.
12616         Use `viper-put-on-search-overlay'.
12618 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
12620         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12621         like C-r.
12623         * progmodes/make-mode.el: Some doc fixes.
12624         (makefile-mode-abbrev-table): New variable.
12625         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12626         (makefile-font-lock-keywords): Fontify includes and conditionals.
12627         (toplevel): Require `dabbrev' and `add-log' when compiling.
12629         * replace.el (perform-replace): Don't move forward one char
12630         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
12631         to do that because it leaves point 1 position after the last
12632         replacement, after everything has been replaced.
12634         * jit-lock.el (with-buffer-unmodified): New macro.
12635         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12636         modified state.
12637         (jit-lock-function-1): Extracted from jit-lock-function; not
12638         preserving buffer's modified state.
12639         (jit-lock-function, jit-lock-stealth-fontify): Call
12640         jit-lock-function-1.
12642         * mail/rfc2368.el: Remove supernumerary copyright line.
12644 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
12646         * glasses.el: Provide facilities for inserting space before left
12647         parentheses and uncapitalization of identifiers.
12648         (glasses-mode): Try to remove old overlays in all cases.
12650 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
12652         * progmodes/compile.el (compile-internal): Display the compilation
12653         buffer in a different frame, if it's already displayed there.
12655         * mail/rfc2368.el: New file.
12657         * simple.el (sendmail-user-agent-compose): Recognize a `body'
12658         header and insert its value as mail body.
12660         * subr.el (member-ignore-case): New function.
12662         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12663         (dabbrev--find-expansion): Ignore buffers matching a regexp
12664         from dabbrev-ignored-regexps.
12666         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12667         to extensions handled by gzip.
12669 2000-04-03  Richard M. Stallman  <rms@gnu.org>
12671         * files.el (insert-directory): List the total free space
12672         along with the used space.
12674         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12675         line is followed by one that matches CITATION-REGEXP, end the
12676         paragraph.
12678 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
12680         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12681         (rmail-make-basic-summary-line): Use that option.
12683 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
12685         * international/mule-cmds.el (encoded-string-description):
12686         Rewritten.   Try pretty description for ISO 2022 escape sequences
12687         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
12688         for hexadecimal format.
12690 2000-04-01  Dave Love  <fx@gnu.org>
12692         * cpp.el: Change customization group to `c' from `C'.
12694         * vcursor.el (vcursor-move): Use display-color-p.
12696         * international/mule-util.el: Provide mule-utils.
12697         (string-to-sequence): Simplify and speed up.
12699         * international/mule.el (make-coding-system): Purecopy doc-string.
12701         * international/mule-cmds.el: Various menu changes.
12702         (describe-specified-language-support): Handle `Default'.
12703         (set-language-info): Purecopy `info'.
12705 2000-03-31  Andrew Innes  <andrewi@gnu.org>
12707         * vc.el (vc-backend-diff): Return the correct status if we had to
12708         retry the rcsdiff command without the --brief option.
12710 2000-03-31  Dave Love  <fx@gnu.org>
12712         * help.el (help-manyarg-func-alist): Correct several omissions.
12714         * add-log.el: Don't require cl, fortran.
12715         (add-log-current-defun-function): Doc fix.
12716         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
12717         fix.
12718         (change-log-version-rcs): Function deleted.
12719         (change-log-version-number-search): Doc fix.  Use
12720         vc-workfile-version.  Avoid CL dolist.
12721         (add-change-log-entry): Just call add-log-current-defun to get
12722         defun.  Simplify somewhat.
12723         (change-log-get-method-definition-1): Likewise.
12724         (add-log-current-defun): Return nil if calling
12725         add-log-current-defun-function does so.  Move Fortran stuff to
12726         fortran.el.  Return string without properties.
12728         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12729         and :alpha: char classes.
12731         * mail/supercite.el: Defvar curline when compiling.
12732         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12733         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12734         rather than a-zA-Z0-9 to allow non-ASCII characters.
12736 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
12738         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12740         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12741         Re-enable new code.
12743         * lpr.el (print-region-1): Use -d to specify printer name for
12744         systems `usg-unix-v*, `dgux', `hpux', `irix'.
12746 2000-03-31  Dave Love  <fx@gnu.org>
12748         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12749         for function definition in symbol's function value slot first
12750         instead of first consulting byte-compile-function-environment.
12752 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
12754         * language/european.el ("Polish"): New language environment.
12755         (setup-polish-environment): New function.
12757 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
12759         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12760         Disable new code.
12762         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12763         trying to `load' the symbol of an autoload instead of the file
12764         recorded in the autoload.  Fix error messages.
12766 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12768         * ps-print.el: PostScript programming fix for ghostview, doc fix.
12769         (ps-print-version): New version number (5.1.3).
12770         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12771         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12772         (ps-generate-postscript-with-faces): Code fix.
12773         (ps-color-values): XEmacs compatibility.
12774         (ps-print-background-image, ps-print-background-text, ps-printer-name)
12775         (ps-default-fg, ps-default-bg): Adjust customization.
12776         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12777         (ps-color-scale): Renaming old ps-color-value fun.
12778         (ps-print-headers): Replace ps-print-header group to avoid conflict
12779         with ps-print-header variable.
12780         (ps-print-miscellany): New group.
12781         (ps-format-color, ps-rgb-color): New funs.
12782         (ps-default-foreground): New var.
12783         (ps-printer-name-option): New const.
12785 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
12787         * net/net-utils.el:
12788         (network-connection-host, network-connection-service): New variables
12789         (network-connection-mode): New mode, derived from comint-mode
12790         (network-connection-mode-setup): New function, saves host and
12791         service information in local variables.
12793         * lisp/locate.el:
12794         (locate-word-at-point): Added this function
12795         (locate): Default to using locate-word-at-point as input
12796         Run dired-mode-hook
12798 2000-03-29  Dave Love  <fx@gnu.org>
12800         * calendar/appt.el: Doc fixes.
12801         (appt-check): Convert min-to-app to a string before passing to
12802         appt-disp-window-function or concat.
12803         (appt-delete-window): Remove test for frame-root-window.
12804         (appt-select-lowest-window, appt-convert-time): Simplify.
12806         * emacs-lisp/bytecomp.el: Doc fixes.
12807         (byte-compile-file-form-autoload): Update
12808         byte-compile-function-environment.
12810 2000-03-29  Andreas Schwab  <schwab@suse.de>
12812         * emacs-lisp/autoload.el: Also print defsubst doc string
12813         specially.
12815         * dired.el (dired-insert-directory): If dired-free-space-program
12816         failed just delete its output.
12818 2000-03-29  Dave Love  <fx@gnu.org>
12820         * international/iso-cvt.el: Move provide to end.  Doc fixes.
12821         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12822         (iso-iso2sgml, iso-sgml2iso): New functions.
12823         (iso-cvt-define-menu): Fix some entries and use backquote for
12824         clarity.
12826         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12828 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
12830         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12831         ISO-DATE.  If non-nil, return date in ISO 8601 format.
12833 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
12835         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12836         if it ever becomes used.
12837         (log-edit-mode-hook): Default to vc-log-mode-hook.
12838         (log-edit-mode): Fix the docstring.
12840         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12841         the code.
12843 2000-03-26  Dave Love  <fx@gnu.org>
12845         * net/browse-url.el (browse-url): Re-fix case of
12846         browse-url-browser-function being an alist.
12847         (browse-url): Add :link to defgroup.
12849         * files.el: Doc fixes.
12850         (file-truename): Include `[' in wildcard characters.
12851         (automount-dir-prefix): Customize.
12852         (find-file-wildcards): Add :version.
12853         (find-file-noselect): Simplify a mapcar call.
12855         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12856         compatible with inf-lisp version.
12857         (eval-defun-1): Fix custom-declare-variable case.
12859 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
12861         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12863 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12865         * Makefile (COMPILE_FIRST): New macro.
12866         (compile-files): Compile files from COMPILE_FIRST first.
12868         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12869         code.
12871         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12872         matching open parenthesis in column 0 to defun-prompt-regexp
12873         only if open-paren-in-column-0-is-defun-start is set.
12875         * sun-curs.el: Require CL at compile-time only.
12877         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12878         instead of copy-list which is a function from CL.
12879         (msb--choose-menu, msb--mode-menu-cond)
12880         (msb--create-buffer-menu-2): Use dolist instead of mapc.
12881         (msb--init-file-alist): Use mapcar instead of mapcan.
12882         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
12883         `(' in column 0 in doc string.
12884         (msb--add-separators): Use mapcar instead of mapcan.
12886         * cus-dep.el: Require CL at compile-time only.
12888 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
12890         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12891         (byte-compile-warnings): New warning `noruntime'.
12892         (byte-compile-constants, byte-compile-variables): Fix docstring.
12893         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12894         execute `eval-whenc-compile's body.
12895         (byte-compile-unresolved-functions): Fix docstring.
12896         (byte-compile-eval): New function.
12897         (byte-compile-callargs-warn): Check if the function will be available
12898         at runtime (via property `byte-compile-noruntime').
12899         (byte-compile-print-syms): New function.
12900         (byte-compile-warn-about-unresolved-functions): Also warn about
12901         `noruntime' functions (and use `byte-compile-print-syms').
12902         (byte-compile-file): Capitalize the message.
12904 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12906         * mail/rmail.el (rmail-confirm-expunge): New user-option.
12907         (rmail-expunge): Ask for confirmation depending on the setting
12908         of rmail-confirm-expunge.
12910 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
12912         * Makefile (bootstrap-clean): If $(emacs) exists, build
12913         loaddefs.el first.  A loaddefs.el that's not up-to-date might
12914         cause a bootstrap failure because things don't autoload as
12915         expected.
12917 2000-03-23  Dave Love  <fx@gnu.org>
12919         * net/browse-url.el: Restore previous use of
12920         browse-url-maybe-new-window.
12922 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12924         * ps-print.el: Skip banner page fix.
12925         (ps-print-version): New version number (5.1.2).
12926         (ps-begin-file, ps-end-file, ps-generate): Code fix.
12928 2000-03-23  Dave Pearson  <davep@davep.org>
12930         * net/quickurl.el Changed the type of parameter passed to the
12931         function defined by `quickurl-format-function'. Before only the
12932         text of the URL was passed. Now the whole URL structure is passed
12933         and the function is responsible for extracting the parts it
12934         requires.  Changed the default of `quickurl-format-function'
12935         accordingly.
12936         (quickurl-insert): Changed the `funcall' of
12937         `quickurl-format-function' to match the above change.
12938         (quickurl-list-insert): Changed the `url' case so that it makes
12939         use of `quickurl-format-function', previous to this the format was
12940         hard wired.
12942 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
12944         * startup.el: Change some spellings for the X Window System.
12946 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
12948         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12949         up the code and the regexp and make sure the cursor is temporarily
12950         moved to the suspicious line while querying the user.
12952 2000-03-22  Jason Rumney  <jasonr@gnu.org>
12954         * w32-fns.el (w32-charset-info-alist): Initialize.
12956 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12958         * ps-print.el: N-up last page fix.
12959         (ps-print-version): New version number (5.1.1).
12960         (ps-end-file, ps-end-job, ps-generate): Code fix.
12962 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12964         * files.el (find-file-run-dired): Update docstring.
12965         (find-directory-functions): New hook.
12966         (find-file-noselect): Run find-directory-functions rather than
12967         calling dired directly.
12969         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12971         * pcvs.el: Add a minimal leading commentary.
12972         (cvs-make-cvs-buffer): Change the header part by removing the startup
12973         message and adding a `Module' entry.  Also replace the FOOTER and
12974         HEADER special fileinfos with the new support in ewoc for updating
12975         its own footer and header.
12976         (cvs-update-header): Update to use the header/footer of the ewoc.
12977         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12978         (cvs-is-within-p): New function.
12979         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12980         to only examine some subset of the buffers.
12982         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12983         `format' instead of our own ad-hoc functions.
12984         Remove HEADER and FOOTER cases, now handled in the EWOC.
12985         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12987         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12988         output to avoid scaring the user.
12989         (cvs-parse-table): Catch message for non-up-to-date commits.
12991         * pcvs-defs.el (cvs-startup-message): Remove.
12992         (cvs-global-menu): New autoloaded menu.
12994         * pcvs-util.el (cvs-string-fill): Remove.
12996         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12997         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12998         PP part of it and also make it work for footers and headers.
12999         (ewoc-create): Drop POS and BUFFER arguments.
13000         Use the DLL's dummy node to store the end-of-footer position.
13001         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13002         (ewoc-refresh): Remove unused `header' variable.
13003         (ewoc-(get|set)-hf): New functions.
13005         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13006         log-view-*-(message|file) and use easy-mmode-define-navigation.
13007         (log-view-message-re): Match SCCS format as well.
13008         And match the revision line rather than the dashed separator line.
13009         (log-view-mode): Use the new define-derived-mode.
13010         (log-view-current-tag): Fill in with an actual implementation.
13012         * cvs-status.el (cvs-status-(prev|next)): Rename from
13013         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13014         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13015         to let the output "breathe" a little more (more readable).
13016         (cvs-status-mode): Use the new define-derived-mode.
13018         * smerge-mode.el (smerge-auto-leave): New function and variable.
13019         (smerge-basic-map): Rename from smerge-basic-keymap.
13020         Change the bindings for smerge-diff-*.
13021         (smerge-*-map): Use easy-mmode-defmap.
13022         (smerge-(next|prev)): Use easy-mmode-define-navigation.
13023         (smerge-keep-*): Use smerge-auto-leave.
13025 2000-03-21  Jason Rumney  <jasonr@gnu.org>
13027         * cus-edit.el (custom-button-face): Use 3D look for w32.
13028         (custom-button-pressed-face): Likewise.
13030 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
13032         * progmodes/etags.el (tags-case-fold-search): New user-option.
13033         (tags-loop-eval): New function.  Bind case-fold-search around eval
13034         depending on the value of tags-case-fold-search.
13035         (tags-loop-continue): Use tags-loop-eval.
13036         (find-tag-in-order): Bind case-fold-search depending on the value
13037         of tags-case-fold-search.
13039 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13041         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13042         (diff-end-of-hunk): Return the end position for use in
13043         `easy-mmode-define-navigation'.
13044         (diff-recenter): Remove.
13045         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13046         of `easy-mmode-define-navigation'.
13047         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13048         previous renaming) and fix to use new names.
13049         (diff-merge-strings): Use \n as separator: simpler, faster.
13050         (diff-mode): Use `define-derived-mode'.
13052         * derived.el (define-derived-mode): Don't autoload anymore.
13053         Prefer the macro-only version provided by easy-mmode.el.
13055         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13056         `easy-mmode-define-derived-mode'.
13057         Use `combine-run-hooks'.
13058         (easy-mmode-define-navigation): New macro.
13060         * subr.el (combine-run-hooks): New function.
13062 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
13064         * term/x-win.el: Fontsets related initialization is simplified.
13066         * international/mule-diag.el (describe-font): Don't refer to
13067         global-fontset-alist, instead call font-list.
13068         (describe-fontset, list-fontsets, mule-diag): Likewise.
13069         (print-fontset): Adjusted for the change of fontset
13070         implementation.
13072         * international/fontset.el (x-charset-registries): Variable
13073         removed, instead the corresponding data is stored in the default
13074         fontset.
13075         (register-alternate-fontnames): Function removed.
13076         (resolved-ascii-font): Variable removed.
13077         (x-compose-font-name): Ignore the second argument REDOCE.
13078         (x-complement-fontset-spec): Complement only an ASCII font and
13079         element for those charsets than can use that ASCII font.
13080         (generate-fontset-menu): Don't refer to global-fontset-alist,
13081         instead call fontset-list.
13082         (uninstantiated-fontset-alist): Variable removed.
13083         (x-style-funcs-alist): Likewise.
13084         (fontset-default-styles): Likewise.
13085         (x-modify-font-name): Function removed.
13086         (create-fontset-from-fontset-spec): Ignore the argument
13087         STYLE-VARIANT.
13088         (create-fontset-from-ascii-font): Docsting adjusted for the above
13089         change.
13090         (instantiate-fontset, resolve-fontset-name): Functions removed.
13091         (fontset-list): Now implemented by C code.
13093         * faces.el (read-face-font): Fix TABLE arg to completing-read.
13094         (describe-face): Include `font' attribute in the description.
13096 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
13098         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13100 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13102         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13103         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13104         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13106         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13107         about behavior of set-buffer-modified-p wrt redisplay.
13109 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13111         * view.el (view-mode-disable): Kill local binding of view-read-only.
13113 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13115         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13116         is a string, convert it to a syntax cell using string-to-syntax.
13118         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13119         (string-to-syntax): New function.
13121         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13122         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13123         try to use passive ftp mode.
13125 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13127         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13129         * simple.el (append-to-buffer): Update point of windows after
13130         insertion.
13132         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13133         forward then moving backward.  Reindent.
13135         * frame.el (other-frame): Call x-focus-frame only if
13136         focus-follows-mouse is off.
13138 2000-03-17  Dave Love  <fx@gnu.org>
13140         * pcvs-util.el (cvs-strings->string): Rename
13141         replace-regexps-in-string.
13143 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13145         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13146         regexp for labels cannot span several lines.
13148         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13149         `(setq :<key> ':<key>)' to the macro expansion.
13151 2000-03-16  Dave Love  <fx@gnu.org>
13153         * progmodes/f90.el (f90): Put custom group under `languages', not
13154         `fortran'.
13155         (f90-mode-hook): Customize.
13156         (f90-mode): Set add-log-current-defun-function.
13157         (f90-current-defun): New function.
13159 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13161         * cus-edit.el (custom-variable-tag-face): Handle case that
13162         default face's height is not a number.
13163         (custom-face-tag-face, custom-group-tag-face-1)
13164         (custom-group-tag-face): Ditto.
13165         (custom-group-tag-face-1): Add :group.
13167         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13169 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13171         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13172         requiring easymenu.
13174 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13176         * ps-print.el: PostScript user-defined prologue, PostScript error
13177         handler, doc fix.
13178         (ps-print-version): New version number (5.1).
13179         (ps-user-defined-prologue, ps-error-handler-message)
13180         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13181         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13182         (ps-insert-string): New function.
13184 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13186         * international/ccl.el (ccl-compile-expression): Don't generate
13187         invalid self-assignment code.
13189 2000-03-14  Dave Love  <fx@gnu.org>
13191         * subr.el (replace-regexp-in-string): Renamed from
13192         replace-regexps-in-string.  Doc fix.
13194 2000-03-12  Dave Love  <fx@gnu.org>
13196         * cus-edit.el: Doc fixes.
13197         (customize-set-variable, customize-save-variable): Rename args for
13198         doc.
13199         (custom-variable-tag-face, custom-face-tag-face)
13200         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13201         style which user identify as hyperlink.
13202         (hook): Don't add undefined functions to the hook.
13203         (debug-ignored-errors): Transfer message from bindings.el.
13205 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13207         * recentf.el (recentf-keep-non-readable-files-p): Remove
13208         double/nested definition.
13210 2000-03-12  Dave Love  <fx@gnu.org>
13212         * facemenu.el (facemenu-get-face): Use display-color-p.
13213         * enriched.el (enriched-decode-foreground): Likewise.
13214         (enriched-decode-background): Likewise.
13215         * isearch.el (isearch-highlight): Likewise.
13216         * info-look.el (info-lookup): Likewise.
13217         * simple.el (completion-setup-function): Likewise.
13219         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13220         :options.
13222         * bindings.el (mode-line-format): Fix line-number and
13223         column-number items.  Add help-echo for the background.
13224         (mode-line-mule-info): Modify help-echo.
13226         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13228         * files.el (load-file): Allow completion to .elc.
13230         * man.el: Doc fixes.
13231         (Man-init-defvars): Use display-color-p to set fontification.
13233         * play/hanoi.el (hanoi-internal): Don't use oddp.
13235 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13237         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13239         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13241 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13243         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13244         Fix comment.
13246 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13248         * font-lock.el (font-lock-keywords): Fix the doc now that
13249         regexp-opt-depth is unnecessary.
13250         (save-buffer-state): Set an edebug spec.
13251         (font-lock-fontify-anchored-keywords): Properly handle the case when
13252         the matcher goes past the limit.
13254         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13255         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13257         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13258         dll.el and cookie.el (from Elib) with heavy renaming and other
13259         massaging.
13261         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13262         Autoload the functions used.
13263         (easy-mmode-define-syntax): Fix CL typo.
13264         (easy-mmode-define-derived-mode): Improve the docstring generation.
13266 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13268         * textmodes/texinfo.el (texinfo-version): Variable and function
13269         removed.
13271 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13273         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13274         allow more flexibility.
13275         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13276         fns.
13277         (easy-mmode-defmap, easy-mmode-defsyntax)
13278         (easy-mmode-define-derived-mode): New macros.
13280 2000-03-09  Didier Verna  <didier@xemacs.org>
13282         * rect.el (replace-rectangle): New function.
13284 2000-03-09  Dave Love  <fx@gnu.org>
13286         * progmodes/fortran.el (fortran-comment-line-start): Define as
13287         "C".
13288         (fortran-comment-line-start-skip): Don't match cpp stuff.
13289         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13290         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13291         (fortran-mode): Don't set fortran-comment-line-start-skip,
13292         fortran-comment-line-start here.  Set comment-start,
13293         add-log-current-defun.
13294         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13295         (fortran-current-defun): New function.
13297 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13299         * emacs-lisp/re-builder.el: New file.
13301         * mouse.el (mouse-drag-region): Don't run up-event handler
13302         if hscroll has changed.
13304         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13305         builtin operators, use `font-lock-builtin-face' for Emacs and
13306         `font-lock-preprocessor-face' otherwise.
13308         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13309         `(defun (setf foo)' differently.
13311 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13313         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13314         (regexp-opt): Update comment and adapt the code the new meaning of
13315         the `paren' argument of regex-opt-group for shy-groups.
13316         (regexp-opt-depth): Handle shy groups as well as backslashed
13317         backslashes.
13318         (regexp-opt-group): Turn the leading comment into a docstring.
13319         Allow `paren' to be a string (the string to use to open a group).
13320         Remove open-presuf and close-presuf.  Instead of checking for `all
13321         one-char' and then later on check for `several one-char', handle
13322         both cases close together.  Also apply a more generic algorithm
13323         for suffixes (the mirror image of the algorithm used for
13324         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13325         (regexp-opt-try-suffix): Removed.
13327         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13328         from comint-mode-map, so we can just inherit from it.  Also, move
13329         the initialization into the `defvar' since there's no docstring
13330         anyway and it's fairly short.
13331         (inferior-scheme-mode): Define it as derived-mode: the code is
13332         shorter and this way we inherit from comint-mode-map rather than
13333         copying it.
13335         * subr.el (replace-regexps-in-string): Properly handle the case
13336         where we match an empty string.
13338         * comint.el (comint-exec-1): Add the current-dir to the exec-path
13339         when the command has a directory component (such as "./testml").
13340         Also fix a typo in the comment.
13342 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
13344         * Makefile (compile-files): Compile files one by one because
13345         that's the only way to ensure a clean compilation environment for
13346         each individual file.
13348         * frame.el (other-frame): Call x-focus-frame.
13350 2000-03-07  Dave Love  <fx@gnu.org>
13352         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13353         :require to defcustom.
13355         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13356         lists.
13358         * files.el (auto-mode-alist): Add configure.in.
13360         * progmodes/autoconf.el: New file.
13362 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
13364         * mail/mh-e.el: Change maintainer to `none'.
13366         * recentf.el (recentf-keep-non-readable-files-p): Quote args
13367         to remove-hook and add-hook.
13369 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13371         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13372         it as the default.
13373         (mail-send): Test mail-send-nonascii also for the new `mime' value.
13374         (sendmail-send-it): Conditionally add MIME headers specifying the
13375         used character set.
13377 2000-03-07  Dave Love  <fx@gnu.org>
13379         * winner.el: Fix keywords, autoload cookies.  Split
13380         eval-when-compile form to avoid compilation failure.
13382 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
13384         * international/mule.el: Modify comment about coding system
13385         property `coding-category'.
13386         (make-coding-system): New argument EOL-TYPE.  Pay attention to
13387         coding-category property of PROPERTIES.
13389         * international/mule-conf.el (coding-category-utf-8,
13390         coding-category-utf-16-be, coding-category-utf-16-le): New coding
13391         categories.  Include them in the argument for set-coding-priority.
13393         * international/mule-cmds.el (reset-language-environment): Include
13394         coding-category-utf-8, coding-category-utf-16-be, and
13395         coding-category-utf-16-le in the argument for set-coding-priority.
13396         (reset-language-environment): Initialize coding-category-utf-8,
13397         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13399 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
13401         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13402         code abstracted out of `bookmark-jump-noselect'.  Now tries info
13403         extensions as well as compression extensions.
13404         (bookmark-jump-noselect): Use above new func.
13406 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
13408         * strokes.el: Change maintainer's mail address.
13410 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
13412         * international/mule-diag.el (list-character-sets): Make help-echo
13413         string by substitute-command-keys.
13414         (list-character-sets): Likewise.
13415         (sort-listed-character-sets): Call help-setup-xref.
13417 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13419         * time.el (display-time-mail-file): Add `none' to the list of
13420         choices.
13422 2000-03-01  Dave Love  <fx@gnu.org>
13424         * help.el (help-xref-go-back): Don't try to set position.
13426         * international/mule-diag.el (list-character-sets): Call
13427         help-setup-xref.  Add help-echo to xrefs.
13428         (list-character-sets-1): Add help-echo to xrefs.
13430 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13432         * frame.el (blink-cursor-mode): Switch cursor on when turning
13433         the mode off.
13435         * add-log.el (add-log-current-defun): Add support for
13436         Autoconf mode.
13438         * mail/rmail.el (rmail-quit-hook): New variable.
13440 2000-03-01  Dave Love  <fx@gnu.org>
13442         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13444         * help.el (help-xref-button): Add help-echo arg.
13445         (describe-function-1, describe-variable, help-make-xrefs): Use it.
13447         * faces.el (list-faces-display): Supply help-echo with
13448         help-make-xrefs.
13450         * facemenu.el (list-text-properties-at): Set help-xref-stack to
13451         nil.
13453 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
13455         * image.el (defimage): Look for image files in load-path.
13457         * frame.el (busy-cursor-delay-seconds): Change type to
13458         `number'.
13460 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13462         * recentf.el (recentf): Added version tag to the defgroup of
13463         recentf.
13465 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13467         * recentf.el (recentf-cleanup): Changed to remove excluded file
13468         too.
13469         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13470         action to select/unselect a file.
13471         (recentf-edit-list): Code cleanup and improvement.
13472         (recentf-open-more-files-action): `recentf-open-more-files' button
13473         widget action to open a file.
13474         (recentf-open-more-files): No more use standard completion but
13475         widgets.
13476         (recentf-more-collection): Deleted.
13477         (recentf-more-history): Deleted.
13478         (recentf-setup-more-completion): Deleted.
13480 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13482         * recentf.el (recentf-mode): No more needs that Emacs is running
13483         under a window-system.
13485 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13487         * recentf.el (recentf-edit-list): New command to edit the recent
13488         list which allow the user to remove files.
13489         (recentf-edit-selected-items): New global variable, used by
13490         `recentf-edit-list' to hold the list of files to be removed from
13491         the recent list.
13492         (recentf-make-menu-items): Updated to display a "Edit list..."
13493         menu item.  Minor code cleanup.
13495 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13497         * recentf.el (recentf-open-more-files): New command to open files
13498         that are not displayed in the menu.
13499         (recentf-more-collection): New global variable holding the set of
13500         permissible completions used by `recentf-open-more-files'.
13501         (recentf-more-history): New global variable holding the history list
13502         used by `recentf-open-more-files' completion.
13503         (recentf-setup-more-completion): New function to setup completion for
13504         `recentf-open-more-files'.
13505         (recentf-make-menu-items): Updated to display a "More..." menu item.
13507 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13509         * recentf.el (recentf-menu-action): Doc fixed.
13511 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13513         * recentf.el (recentf-menu-filter): Doc updated.
13514         (recentf-update-menu-hook): Allow menu filters to force menu update.
13515         (recentf-make-menu-items): New menu filter handling.
13516         (recentf-make-menu-item): New helper function.
13517         (recentf-menu-elements): New menu handling function.
13518         (recentf-sort-ascending): Updated to new menu filter handling.
13519         (recentf-sort-descending): Updated to new menu filter handling.
13520         (recentf-sort-basenames-ascending): New menu filter function.
13521         (recentf-sort-basenames-descending): New menu filter function.
13522         (recentf-show-basenames): New menu filter function.
13523         (recentf-show-basenames-ascending): New menu filter function.
13524         (recentf-show-basenames-descending): New menu filter function.
13526 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13528         * diary-lib.el (list-diary-entries): Don't try to go forward at
13529         the end of the buffer.
13531 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
13533         * international/mule-diag.el (list-character-sets): Completely
13534         rewritten.
13535         (sort-listed-character-sets): New function.
13536         (list-character-sets-1): Completely rewritten.
13537         (list-character-sets-2): New function.
13538         (non-iso-charset-alist): New variable.
13539         (decode-codepage-char): New function.
13540         (charset-history): New variable.
13541         (read-charset) (list-block-of-chars)
13542         (list-iso-charset-chars)
13543         (list-non-iso-charset-chars)
13544         (list-charset-chars): New functions.
13545         (mule-diag): Call list-character-sets-2, not
13546         list-character-sets-2.
13547         (dump-charsets): Likewise.
13549 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
13551         * dired-x.el (dired-filename-at-point): Add `@' to valid
13552         file name characters.
13553         (dired-filename-at-point): Handle ange-ftp file names.
13555         * frame.el (frame-notice-user-settings): Use assq-delete-all
13556         instead of assoc-delete-all.
13557         (frame-notice-user-settings): Ditto.
13559         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13560         Don't copy alist.
13562 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
13564         * calculator.el (calculator-use-menu): New option.
13565         (calculator-initial-bindings): Changed some bindings to work as
13566         macros.
13567         (calculator-forced-input): Removed.
13568         (calculator-restart-other-mode): New variable.
13569         (calculator-mode-map): Set up menu.
13571 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
13573         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13574         tags.
13576 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
13578         * viper-cmd.el (viper-envelop-ESC-key): added the option to
13579         translate all ESC key sequences.
13580         (viper-goto-mark-subr): restore markers for files for which
13581         they were saved.
13582         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13583         * viper-util.el (viper-set-replace-overlay-glyphs,
13584         viper-set-replace-overlay): always check if the replacement
13585         overlay is live.
13586         * viper.el (viper-vi-state-mode-list): added major modes.
13587         * ediff-wind.el: minor comment changes.
13588         * ediff.el: copyright notice date fix.
13590 2000-02-27  Jason Rumney  <jasonr@gnu.org>
13592         * faces.el (face-font-family-alternatives): Add arial to helv.
13593         (mode-line, header-line, tool-bar): Same default as x for w32.
13594         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13595         face-font-family-alternatives from working.
13596         * term/w32-win.el (mouse-set-font): Do not build fontset from
13597         chosen font.
13599 2000-02-25  Sam Steingold  <sds@goems.com>
13601         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13602         properly.
13604 2000-02-25  Richard M. Stallman  <rms@gnu.org>
13606         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13608 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
13610         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13611         writable.
13613         * frame.el (busy-cursor-delay-seconds): New option.
13615 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
13617         * frame.el (show-cursor-in-non-selected-windows): New option.
13619 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13621         * diary-lib.el (include-other-diary-files): Undo the selective
13622         display in any included file and don't kill it.
13624 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
13626         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13627         bar.  Menu items converted to (menu-item format, help strings
13628         added.
13629         [downcase, upcase]: Don't enable on MS-DOS.
13630         [symlink, symlinks]: Don't show if make-symbolic-link is not
13631         bound.
13632         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13634 2000-02-23  Dave Love  <fx@gnu.org>
13636         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13637         (backward-kill-word): Revert addition of * to interactive spec --
13638         it's a feature.
13640         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13641         (backward-kill-sentence, kill-sentence): Likewise.
13643         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13644         scratch buffer name.
13645         (gud-format-command): Use int-to-string in ?l case.  Simplify
13646         slightly.
13648         * term/w32-win.el (internal-face-interactive): Update prompt for
13649         new read-face-name.
13651         * mail/footnote.el (footnote): Add :version to defgroup.
13652         (footnote-section-tag-regexp): Customize.
13653         (footnote-start-tag, footnote-end-tag): New option.
13654         (footnote-latin-regexp): New variable.
13655         (Footnote-latin): New function.
13656         (footnote-style-alist): Add element for latin style.
13657         (footnote-style): Moved.
13658         (Footnote-goto-footnote): Use eq to test arg.
13660         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13662         * emacs-lisp/byte-opt.el: Change old backquote syntax.
13663         (byte-compile-trueconstp): Include keywords.
13664         (byte-optimize-quote, byte-optimize-lapcode): Use
13665         byte-compile-const-symbol-p.
13666         (byte-optimize-char-before): New optimization.
13668         * emacs-lisp/bytecomp.el: Change old backquote syntax.
13669         (byte-compile-const-symbol-p): New function.
13670         (byte-compile-constp, byte-compile-out-toplevel)
13671         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13672         Use it.
13674         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
13676 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
13678         * international/encoded-kb.el: Be sure to update minor-mode-alist
13679         and minor-mode-map-alist.
13680         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13681         codes SS2 and SS3 correctly.
13682         (encoded-kbd-self-insert-ccl): New function.
13683         (encoded-kbd-setup-keymap): New function.
13684         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
13685         by calling encoded-kbd-setup-keymap.
13687         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13688         characters.
13689         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13690         locally.
13692 2000-02-22  Dave Love  <fx@gnu.org>
13694         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13695         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13696         defvar.
13697         (lisp-mode-syntax-table): Set up for #|...|# comments.
13698         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
13699         classes.  Match `defface'.
13700         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13701         (eval-defun-1): Fix for defcustom.
13702         (lisp-indent-region): Doc fix.
13704         * subr.el (when, unless, split-string): Doc fix.
13705         (read-passwd): Move call of clear-this-command-keys to the right
13706         place.
13707         (replace-regexps-in-string): New function.
13709 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
13711         * help.el (describe-variable): Set syntax table to
13712         emacs-lisp-mode-syntax-table when moving forward over the
13713         symbol's name.
13715 2000-02-22  Dave Love  <fx@gnu.org>
13717         * xt-mouse.el: Doc fixes.
13718         (xterm-mouse-position-function): New function, replacing advice of
13719         mouse-position.
13720         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
13722         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13724 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
13726         * format.el (format-annotate-single-property-change): Handle
13727         properties.with dotted-list values.
13728         (format-proper-list-p): New function.
13730         * enriched.el (enriched-face-ans): Handle '(foreground-color
13731         . COLOR) and (background-color . COLOR).
13733 2000-02-20  Dave Love  <fx@gnu.org>
13735         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13736         and assignments to it.
13737         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13738         current local map.
13739         (make-flyspell-overlay): Use it.
13740         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13742         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13743         (lm-get-header-re): Defun, not defsubst.
13744         (lm-get-package-name): Defun, not defsubst.  Simplify.
13745         (lm-version): Doc fix.  Simplify.
13746         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13747         (lm-crack-address, lm-last-modified-date, lm-commentary)
13748         (lm-verify, lm-synopsis): Simplify.
13749         (lm-report-bug): Require emacsbug.  Use compose-mail.
13751 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
13753         * dired.el (dired-mode): Call propertized-buffer-identification
13754         to set mode-line-buffer-identification to something having
13755         the right text properties.
13757         * bindings.el (propertized-buffer-identification): New function.
13759 2000-02-20  Dave Love  <fx@gnu.org>
13761         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13762         check for t-mouse too.
13764         * cus-start.el: Make echo-keystrokes `number'.
13766 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
13768         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13769         Don't call ring-empty-p unless tags-location-ring is bound.
13770         From Noah Friedman <friedman@splode.com>.
13772 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
13774         * progmodes/hideshow.el (hs-flag-region): No longer use
13775         `intangible' overlay property.
13777         (hs-toggle-hiding): New command.
13778         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13780         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13781         Fix omission bug: Run `hs-minor-mode-hook' for both activation
13782         and deactivation.
13784 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
13786         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13788 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13790         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13792         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13793         of `*' to handle `(* ... *)' comments.
13795 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
13797         * faces.el (list-faces-display): Use display-mouse-p instead of
13798         window-system.
13800         * menu-bar.el (global-map): Menu-bar items converted to the new
13801         format (menu-item..., rearranged for better CUA compliance, and
13802         their names changed for better clarity.  Help strings added.
13804         * international/mule-cmds.el (mule-menu-keymap)
13805         (describe-language-environment-map, set-coding-system-map)
13806         (setup-language-environment-map): Convert to new (menu-item...
13807         form, add help strings.  Change names of menu items for better
13808         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
13809         submenu).
13811 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13813         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13814         within the code.
13816 2000-02-16  Dave Love  <fx@gnu.org>
13818         * faces.el: Don't require custom.  Add more specific :groups to
13819         various deffaces.
13820         (set-face-attribute): Purecopy args.
13821         (read-face-name): Default to name at point and use it in prompt.
13822         Remove colon from arg in all callers.
13823         (list-faces-display): Hyperlink to face descriptions and customize
13824         buffers.
13826 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
13828         * wid-edit.el (widget-match-inline): An atom never matches a
13829         list.
13831 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13833         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13834         at ':' characters by call to split-string.
13836 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13838         * textmodes/bibtex.el: Added RCS version identification.
13840 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13842         * textmodes/bibtex.el: Some temporary comments removed.
13843         (bibtex-field-name, bibtex-entry-type): Made the relationship
13844         explicit.
13845         (bibtex-field-const): Allow capital letters.
13846         (bibtex-start-of-string): Deleted because unused.
13848         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13849         use the term 'reference' to describe a bibtex entry as a whole.
13850         Further, reference keys are no longer called 'labels'.
13851         (bibtex-keys): Renamed to bibtex-reference-keys.
13852         (bibtex-reformat-previous-labels): Renamed to
13853         bibtex-reformat-previous-reference-keys.
13854         (bibtex-reference-type): Renamed to bibtex-entry-type.
13855         (bibtex-reference-head): Renamed to bibtex-entry-head.
13856         (bibtex-reference-maybe-empty-head): Renamed to
13857         bibtex-entry-maybe-empty-head.
13858         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13859         (bibtex-search-reference): Renamed to bibtex-search-entry.
13860         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13861         bibtex-enclosing-entry-maybe-empty-head.
13862         (bibtex-entry-field-alist, bibtex-entry-head,
13863         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13864         bibtex-map-entries, bibtex-search-entry,
13865         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13866         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13867         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13868         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13869         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13870         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13871         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13873 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13875         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13876         comment.
13877         (bibtex-format-field-delimiters): New function, functionality
13878         extracted from bibtex-format-entry.
13879         (bibtex-autokey-get-yearfield-digits): New function, functionality
13880         extracted from bibtex-autokey-get-yearfield.
13882         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13883         entries in order to avoid stack overflow in the regexp matcher if
13884         field contents become large.
13885         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13886         bibtex-field-string-part-not-braced,
13887         bibtex-field-string-part-no-inner-braces,
13888         bibtex-field-string-part-1-inner-brace,
13889         bibtex-field-string-part-2-inner-braces,
13890         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13891         bibtex-field-string-quoted, bibtex-field-string,
13892         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13893         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13894         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13895         as parsing is now performed by the following functions.
13896         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13897         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13898         bibtex-parse-field-string, bibtex-search-forward-field-string,
13899         bibtex-parse-association, bibtex-field-name-for-parsing,
13900         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13901         bibtex-search-forward-field, bibtex-search-backward-field,
13902         bibtex-start-of-field, bibtex-end-of-field,
13903         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13904         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13905         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13906         bibtex-parse-string, bibtex-search-forward-string,
13907         bibtex-search-backward-string, bibtex-start-of-string,
13908         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13909         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13910         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13911         entries.  Instead of reporting the results of the parsing by
13912         match-beginning or match-end, these functions return data structures
13913         that hold the corresponding positions.
13914         (bibtex-enclosing-field): Changed to also report field boundaries by
13915         return values rather than by match-beginning or match-end.  The
13916         following functions have been adapted to use the new parsing
13917         functions.
13918         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13919         bibtex-enclosing-field, bibtex-format-entry,
13920         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13921         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13922         bibtex-print-help-message, bibtex-end-of-entry,
13923         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13924         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13925         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13926         method for parsing.
13927         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13928         bibtex-map-entries, bibtex-flash-head,
13929         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13930         bibtex-autokey-change, bibtex-autokey-get-namefield,
13931         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13932         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13933         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13934         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13935         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13936         order to make the new binding of case-fold-search immediately
13937         visible.
13939 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13941         * textmodes/bibtex.el: Copyright notice is up to date.
13942         Added constant 'bibtex-maintainer-salutation.
13944         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13945         than make-temp-name, use match-string-no-properties and eliminate
13946         a quadratic behavior when building bibtex-strings.
13948         * bibtex.el (bibtex-reference-key): Accept string entries whose
13949         reference key contains upper case letters.
13951 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13953         * bibtex.el (bibtex-reference-head): Allow entries to start with
13954         a new line.
13956 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13958         * bibtex.el: Hiding of entry bodies is not longer provided by
13959         bibtex.el directly.  Instead the hideshow package can be used.
13960         Added a special bibtex entry to hs-special-modes-alist.
13961         (bibtex-hs-forward-sexp): Added for hideshow.el.
13963 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13965         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13966         at ':' characters by call to split-string.
13968 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13970         * textmodes/bibtex.el: Added RCS version identification.
13972 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13974         * textmodes/bibtex.el: Some temporary comments removed.
13975         (bibtex-field-name, bibtex-entry-type): Made the relationship
13976         explicit.
13977         (bibtex-field-const): Allow capital letters.
13978         (bibtex-start-of-string): Deleted because unused.
13980         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13981         use the term 'reference' to describe a bibtex entry as a whole.
13982         Further, reference keys are no longer called 'labels'.
13983         (bibtex-keys): Renamed to bibtex-reference-keys.
13984         (bibtex-reformat-previous-labels): Renamed to
13985         bibtex-reformat-previous-reference-keys.
13986         (bibtex-reference-type): Renamed to bibtex-entry-type.
13987         (bibtex-reference-head): Renamed to bibtex-entry-head.
13988         (bibtex-reference-maybe-empty-head): Renamed to
13989         bibtex-entry-maybe-empty-head.
13990         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13991         (bibtex-search-reference): Renamed to bibtex-search-entry.
13992         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13993         bibtex-enclosing-entry-maybe-empty-head.
13994         (bibtex-entry-field-alist, bibtex-entry-head,
13995         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13996         bibtex-map-entries, bibtex-search-entry,
13997         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13998         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13999         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14000         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14001         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14002         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14003         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14005 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14007         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14008         comment.
14009         (bibtex-format-field-delimiters): New function, functionality
14010         extracted from bibtex-format-entry.
14011         (bibtex-autokey-get-yearfield-digits): New function, functionality
14012         extracted from bibtex-autokey-get-yearfield.
14014         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14015         entries in order to avoid stack overflow in the regexp matcher if
14016         field contents become large.
14017         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14018         bibtex-field-string-part-not-braced,
14019         bibtex-field-string-part-no-inner-braces,
14020         bibtex-field-string-part-1-inner-brace,
14021         bibtex-field-string-part-2-inner-braces,
14022         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14023         bibtex-field-string-quoted, bibtex-field-string,
14024         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14025         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14026         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14027         as parsing is now performed by the following functions.
14028         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14029         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14030         bibtex-parse-field-string, bibtex-search-forward-field-string,
14031         bibtex-parse-association, bibtex-field-name-for-parsing,
14032         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14033         bibtex-search-forward-field, bibtex-search-backward-field,
14034         bibtex-start-of-field, bibtex-end-of-field,
14035         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14036         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14037         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14038         bibtex-parse-string, bibtex-search-forward-string,
14039         bibtex-search-backward-string, bibtex-start-of-string,
14040         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14041         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14042         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14043         entries.  Instead of reporting the results of the parsing by
14044         match-beginning or match-end, these functions return data structures
14045         that hold the corresponding positions.
14046         (bibtex-enclosing-field): Changed to also report field boundaries by
14047         return values rather than by match-beginning or match-end.  The
14048         following functions have been adapted to use the new parsing
14049         functions.
14050         (bibtex-skip-to-valid-entry, bibtex-search-reference,
14051         bibtex-enclosing-field, bibtex-format-entry,
14052         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14053         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14054         bibtex-print-help-message, bibtex-end-of-entry,
14055         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14056         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14057         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14058         method for parsing.
14059         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14060         bibtex-map-entries, bibtex-flash-head,
14061         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14062         bibtex-autokey-change, bibtex-autokey-get-namefield,
14063         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14064         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14065         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14066         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14067         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14068         order to make the new binding of case-fold-search immediately
14069         visible.
14071 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14073         * textmodes/bibtex.el: Copyright notice is up to date.
14074         Added constant 'bibtex-maintainer-salutation.
14076         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14077         than make-temp-name, use match-string-no-properties and eliminate
14078         a quadratic behavior when building bibtex-strings.
14080         * bibtex.el (bibtex-reference-key): Accept string entries whose
14081         reference key contains upper case letters.
14083 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14085         * bibtex.el (bibtex-reference-head): Allow entries to start with
14086         a new line.
14088 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14090         * bibtex.el: Hiding of entry bodies is not longer provided by
14091         bibtex.el directly.  Instead the hideshow package can be used.
14092         Added a special bibtex entry to hs-special-modes-alist.
14093         (bibtex-hs-forward-sexp): Added for hideshow.el.
14095 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
14097         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14098         proceedings entry type (for cross referencing). Thanks to Wagner
14099         Toledo Correa for the suggestion.
14101         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14103 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14105         * international/characters.el: Setup case table for Vietnamese.
14107 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14109         * uniquify.el (toplevel): Require CL at compile time.
14110         (uniquify-push): Removed.
14112         * shadowfile.el (shadow-when): Removed.
14114         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14115         (tempo-process-and-insert-string): Use dolist instead of
14116         tempo-dolist.
14118         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14119         regexp for paragraph-start.
14121         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14122         commas as well.
14124 2000-02-10  Dave Love  <fx@gnu.org>
14126         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14127         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14128         Deleted.
14129         (widget-specify-field, widget-specify-button): Don't use
14130         widget-mouse-help as help-echo property.
14131         (default): Use #'ignore for :validate and :mouse-down-action.
14132         (checkbox): Add help-echo.
14133         (widget-sexp-validate): Rewritten to clarify error messages.
14134         (character): Use char-valid-p in :match function.
14135         (widget-color-complete): Use facemenu-color-alist.
14136         (widget-color-action): Use facemenu-read-color.
14138         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14139         set up `caar' &c that we now have.
14141 2000-02-09  Ray Blaak  <blaak@gnu.org>
14143         * delphi.el: Make resourcestring a declaration region, like const
14144         and var.
14146 2000-02-09  Dave Love  <fx@gnu.org>
14148         * bindings.el (mode-line-input-method-map): New variable.
14149         (mode-line-mule-info): Use it; fix last change.
14150         (mode-line-mode-menu): Move definition.
14151         (mode-line-mouse-sensitive-p): Deleted.
14152         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14153         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14154         level.
14156         * startup.el (command-line-1): Don't call
14157         make-mode-line-mouse-sensitive.
14159 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14161         * mail/rmail.el (rmail-retry-failure): Use
14162         rmail-beginning-of-message before rmail-toggle-header, because the
14163         former toggles headers.
14165 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14167         * diff-mode.el (diff-kill-junk): New interactive function.
14168         (diff-reverse-direction): Use delete-and-extract-region.
14169         (diff-post-command-hook): Restrict the area so that the hook also works
14170         outside of any diff hunk.  This is necessary for the minor-mode.
14171         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14172         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14174         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14175         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14176         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14177         to avoid duplicate entries.
14178         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14179         (font-lock-remove-keywords): Just as was done for `add', allow it to
14180         work even if font-lock-mode is nil.  Also make sure we don't modify
14181         any pre-existing list by forcing a copy-sequence.  Finally rename
14182         `major-mode' to `mode'.
14183         (font-lock-fontify-syntactic-anchored-keywords)
14184         (font-lock-fontify-anchored-keywords)
14185         (font-lock-fontify-keywords-region): Use line-end-position.
14186         Don't make `font-lock-multiline' local (it's now done in
14187         font-lock-set-defaults).
14188         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14189         move the `font-lock-fontified' creation to inside the `unless'.
14191 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14193         * term/w32-win.el (x-handle-args): Comment out call to message,
14194         which occurs before window system is initialized.
14196         * makefile.nt: Add support for recompiling lisp code.
14198 2000-02-04  Dave Love  <fx@gnu.org>
14200         * bindings.el (mode-line-mule-info): Fix/extend last change.
14202         * completion.el: Replace completion-dolist with dolist.
14204         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14205         dotimes.
14207 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14209         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14210         environment names before they go into the section regexp.
14212         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14213         char class in regexp.
14215         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14216         `case-fold-search' to nil.
14218         * progmodes/idlwave.el (idlwave-template): Respect
14219         `idlwave-abbrev-change-case'.
14220         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14221         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14222         idlwave-while): respect `idlwave-reserved-word-upcase'.
14223         (idlwave-rw-case): New function.
14224         (idlwave-statement-match): Fixed problem with assignment regexp.
14225         (idlwave-font-lock-keywords): Improved regexp for keyword
14226         parameters.
14227         (idlwave-surround): New argument LENGTH to support padding of
14228         operators longer than 1 char.
14230         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14231         idlwave-shell-expression-overlay.  Implemented printing of
14232         expressions on higher levels of the calling stack.
14233         (idlwave-shell-display-level-in-calling-stack): Restore stack
14234         level.
14235         (idlwave-retrieve-expression-from-level): New function.
14236         (idlwave-shell-last-calling-stack): Variable removed.
14237         (idlwave-shell-reset): Argument action reversed (`visible' to
14238         `hidden').  Also remove stop-line overlay.
14239         (idlwave-shell-calling-stack-routine): New variable.
14240         (idlwave-shell-parse-stack-and-display): Messages now display
14241         negative level numbers.
14242         (idlwave-shell-mode): Set `modeline-format'.
14243         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14244         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14245         21.
14246         (idlwave-shell-print-expression-function): New option.
14248         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14249         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14250         `tool-bar' instead of `toolbar'.
14252 2000-02-02  Dave Love  <fx@gnu.org>
14254         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14255         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14257         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14258         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14259         the new builtins directly.
14261         * whitespace.el (whitespace): Add :version to defgroup.
14263         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14264         Doc fix.
14266         * thingatpt.el (sexp-at-point, symbol-at-point)
14267         (number-at-point, list-at-point): Add autoload cookie.
14269         * recentf.el (recentf): Add :version to defgroup.
14271         * quickurl.el (quickurl): Add :version to defgroup.
14273         * elide-head.el (elide-head): Use point-marker more.
14275         * bs.el (bs): Add :version to defgroup.
14277         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14279         * progmodes/delphi.el (delphi): Add :version to defgroup.
14281 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14283         * ange-ftp.el (ange-ftp-write-region): Handle case that
14284         succeeding process operation sets a different coding system.
14286         * calculator.el: New file.
14288 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14290         * frame.el (frames-on-display-list, framep-on-display): New
14291         functions.
14292         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14293         (display-selections-p, display-screens, display-pixel-width)
14294         (display-pixel-height, display-mm-width, display-mm-height)
14295         (display-backing-store, display-save-under, display-planes)
14296         (display-color-cells, display-visual-class): New functions.
14298         * term/tty-colors.el (tty-color-gray-shades): New function.
14300         * faces.el (display-color-p): Use framep-on-display.
14301         (display-grayscale-p): New function.
14303 2000-01-31  Dave Love  <fx@gnu.org>
14305         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14306         (create-fontset-from-x-resource): Don't concat integers.
14308 2000-01-31  Inge Frick  <inge@nada.kth.se>
14310         * view.el: Some changes in documentation.  Removed some trailing
14311         whitespace. Changed some parameter names to agree with
14312         documentation.
14313         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14314         window is not deleted.  Modifies change 1998-04-26.
14316 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14318         * windmove.el: New file.
14320         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14321         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14322         progmodes/ebnf-yac.el: Update copyright and license info.
14324         * jit-lock.el (jit-lock-function): Widen before calculating end
14325         position.
14326         (jit-lock-stealth-chunk-start): Rewritten.
14328         * info.el (Info-title-face-alist): Removed.
14329         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14330         faces.
14331         (Info-fontify-node): Use these faces.
14333 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14335         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14336         (cl-macro-list1): Recognize `&allow-other-keys' instead of
14337         `&allow-other-keywords'.
14339         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14340         the list of directories scanned heuristically.
14342         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14343         exist.
14345 2000-01-30  Jason Rumney  <jasonr@gnu.org>
14347         * w32-fns.el: Define w32-tty-standard-colors.
14349         * startup.el (command-line): Use w32-tty-standard-colors when in
14350         w32 console mode.
14352 2000-01-30  Dave Love  <fx@gnu.org>
14354         * jka-compr.el (jka-compr-load): Fix up load-history.
14356         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14358         * emacs-lisp/cl-macs.el: Revert previous change.
14360 2000-01-29  Dave Love  <fx@gnu.org>
14362         * facemenu.el: Purecopy various strings.
14364         * timezone.el (timezone-fix-time): Window against 69 for two-digit
14365         years.  Deal with three-digit years.
14367         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14368         defconst, purecopy.
14369         (help-back-label): Purecopy it.
14371 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14373         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14374         variable. If non-nil, order the buffer list according to the
14375         currently selected frame.
14376         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14377         non-nil, pass the selected frame to function buffer-list.
14379 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14381         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14383 2000-01-28  Dave Love  <fx@gnu.org>
14385         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14387         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14388         Don't use lisp-indent-hook property.
14389         (cl-abs): Remove.
14391         * subr.el: Move out indent and edebug specs for when and unless.
14393         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14394         when, unless.
14396         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14397         unless, when.
14399 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
14401         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14402         `collecting' as synonym for `collect'.
14404         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14405         for the case it contains spaces.
14407         * simple.el (what-cursor-position): Change formatting of
14408         messages.
14410         * frame.el (delete-other-frames): New function.
14411         (toplevel): Bind it to C-x 5 1.
14413         * sort.el (sort-numeric-base): New option.
14414         (sort-numeric-fields): If number starts with `0' or `0[xX[',
14415         interpret it as octal or hexadecimal.  Use sort-numeric-base
14416         as default base.
14418         * progmodes/glasses.el: New file.
14420 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
14422         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14423         userids differently.
14425         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14426         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14427         progmodes/ebnf-yac.el: New files.
14429 2000-01-26  Dave Love  <fx@gnu.org>
14431         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14432         on a function with an empty body.  [From Eric Ludlam.]
14434 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
14436         * vc.el (vc-version-diff): Make sure file name is expanded.
14438 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
14440         * scroll-bar.el (scroll-bar-timer): Variable removed.
14441         (scroll-bar-toolkit-scroll): Don't use a timer.
14443 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
14445         * language/thai-util.el (thai-composition-function): Delete
14446         superfluous `a'.
14448 2000-01-24  Dave Love  <fx@gnu.org>
14450         * fortran.el (fortran-mode): Use beginning-of-defun-function,
14451         end-of-defun-function.
14453         * font-lock.el (turn-on-font-lock): Don't depend on window-system
14454         &c.
14456 2000-01-22  Jason Rumney  <jasonr@gnu.org>
14458         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14459         conflicts with new face support.
14461 2000-01-22  Richard M. Stallman  <rms@gnu.org>
14463         * replace.el (query-replace): Rename last arg to DELIMITED.
14464         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14465         (query-replace-regexp): Likewise.
14467 2000-01-20  Richard M. Stallman  <rms@gnu.org>
14469         * subr.el (with-syntax-table): Use make-symbol, not gensym.
14471         * emacs-lisp/lisp.el (beginning-of-defun-function):
14472         Variable renamed from beginning-of-defun.
14473         Do not call make-variable-buffer-local.
14474         (beginning-of-defun-raw): Use new variable name; doc fix.
14475         (beginning-of-defun): Doc fix.
14476         (end-of-defun-function): Variable renamed from end-of-defun.
14477         Do not call make-variable-buffer-local.
14478         (end-of-defun): Use new variable name; doc fix.
14480         * subr.el (dolist, dotimes): Copied from cl-macs.el
14481         and made to work.
14483         * mail/undigest.el (rmail-digest-end-regexps):
14484         Variable replaces rmail-digest-end-regexp.
14485         Allows multiple regexps for detecting the end line.
14486         (undigestify-rmail-message): Corresponding changes.
14488 2000-01-19  Dave Love  <fx@gnu.org>
14490         * files.el (user-init-file): Don't declare here -- is primitive.
14492         * startup.el (command-line): Check for compiled user-init-file and
14493         set to uncompiled version if necessary.
14495 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14497         * mail/undigest.el (rmail-digest-end-regexp): New user option.
14498         (undigestify-rmail-message): Use it.
14500         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14502 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
14504         * tmm.el (tmm-goto-completions): Adapt to prompt being part
14505         of mini-buffer.
14507 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
14509         * emacs-lisp/copyright.el (copyright-update): Removed the
14510         requirement for a trailing space from `copyright-regexp', to
14511         support copyrights with owner specified on a separate line..
14513         * align.el: New file.
14515         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14517         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14519 2000-01-13  Dave Love  <fx@gnu.org>
14521         * ph.el: Removed.  (Obsoleted by EUDC.)
14523 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14525         * net/eudc.el (toplevel): Remove autoloaded code installing
14526         menu with easymenu, because that causes build problems.
14528         * frame.el (frame-notice-user-settings): New variable.
14529         (frame-notice-user-settings): Don't modify frame parameters
14530         if called a second time.
14532 2000-01-13  Richard M. Stallman  <rms@gnu.org>
14534         * frame.el (frame-notice-user-settings):
14535         Notice default-frame-parameters even for non-window frames.
14537 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14539         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14540         for Emacs.
14541         (eudc-bob-can-display-inline-images): Extend for Emacs.
14542         (eudc-bob-toggle-inline-display): Ditto.
14543         (eudc-bob-display-jpeg): Ditto.
14545 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
14547         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14548         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14549         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14551         * add-log.el (add-change-log-entry): Fix error trying an `(insert
14552         nil)'.
14554         * subdirs.el: Add `net' directory.
14556         * net: New directory.
14558         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14559         eval-last-sexp.  Don't bind debug-on-error here.
14560         (eval-last-sexp): New function.  Bind debug-on-error if
14561         eval-expression-debug-on-error is non-nil.
14562         (eval-defun-2, eval-defun): Likewise.
14564         * simple.el (eval-expression): Don't bind debug-on-error if
14565         eval-expression-debug-on-error is nil.  Detect changed
14566         debug-on-error, and propagate new value to global binding, if
14567         eval-expression-debug-on-error is non-nil,
14568         (eval-expression-debug-on-error): Change doc string.
14570 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14572         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14574         * emacs-lisp/lisp-mode.el (with-syntax-table):
14575         Set up lisp-indent-function property.
14577         * subr.el (with-syntax-table): Moved from simple.el.
14579         * simple.el (with-syntax-table): Moved to subr.el.
14581 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
14583         * tmm.el (tmm-shortcut): Delete region after prompt instead
14584         of erasing buffer.
14586         * textmodes/fill.el (fill-common-string-prefix): New function.
14587         (fill-context-prefix): Use the longest common prefix of first
14588         and second line fill prefix, if there is one.
14590 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14592         * array.el (array-mode): Don't use make-variable-buffer-local.
14593         Use make-local-variable for `truncate-lines'.
14595 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
14597         * add-log.el (add-log-current-defun): Handle user-defined
14598         add-log-current-function returning nil,
14600         * add-log.el (add-change-log-entry): Insert version number
14601         if having found a current function
14603         * add-log.el (add-log-current-defun): Call
14604         `add-log-current-defun-function'.  Try matches at level 0 and
14605         level 1.  Strip whitespace from defun found.
14607 2000-01-10  John Wiegley  <johnw@gnu.org>
14609         * allout.el (isearch-done/outline-provisions): Added `edit'
14610         argument to correspond with the current definition of
14611         `isearch-done'.
14613 2000-01-10  Dave Love  <fx@gnu.org>
14615         * elide-head.el (elide-head): Use point-marker, not point.
14617 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
14619         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14620         before and after the year 2000.
14622         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14623         Add ispell- prefix.
14625 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
14627         * ispell.el:  Only define dictionaries in menus when they exist.
14628         (version18p): New variable.
14629         (version20p): New variable.
14630         (xemacsp): New variable.
14631         (ispell-choices-win-default-height): Fix for XEmacs visibility.
14632         (ispell-dictionary-alist1): Added Brasileiro dictionary.
14633         (ispell-dictionary-alist6): Russian command lines no longer accept
14634         run-together words.
14635         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14636         (ispell-dictionary-alist): Add koi8-r to customize definition.
14637         (check-ispell-version): Added documentation string.  Returns
14638         library path when called non-interactively.
14639         (ispell-menu-map-needed): Uses new variables.
14640         (ispell-library-path): New variable.
14641         (ispell-decode-string): XEmacs fix for bogus variable bindings.
14642         (ispell-word): Improved documentation string.  Test for valid
14643         character mappings.  Correctly check typed in word changes that can
14644         result in single words split into multiple words.  Returns
14645         replacement word.
14646         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
14647         replace in recursive query replace mode.  Help message for
14648         recursive edit mode.
14649         (ispell-show-choices): Protect against bad framepop bindings.
14650         (ispell-help): Fix to work with XEmacs.
14651         (ispell-highlight-spelling-error): Use new variables.
14652         (ispell-overlay-window): Fix to work with XEmacs.
14653         (ispell-parse-output): Passed and returns location information
14654         tracking spelling corrections.  Doesn't recheck same word on
14655         current line.
14656         (ispell-init-process): Protect against bogus XEmacs variable binding.
14657         Fix call to single argument in sleep-for.  Use new variables.
14658         (ispell-region): Passed and returns location information tracking
14659         spelling corrections.  Doesn't check same word on current line.
14660         Improved documentation string.  Doesn't resend a line already
14661         checked to the ispell process - fixes bug in LaTeX parsing.
14662         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14663         (ispell-skip-region): No longer skips <TT> in SGML.
14664         (ispell-process-line): Tracks location information with spelling
14665         corrections.  Added documentation string.  Accounts for words
14666         already accepted on this line.  Don't allow query-replace on line
14667         starting with math characters.  Doesn't resend a line already sent
14668         to ispell process.  Fixes alignment error bug.
14670 2000-01-10  Richard M. Stallman  <rms@gnu.org>
14672         * dired-x.el (dired-guess-shell-alist-default):
14673         Suggest xloadimage, which is free, not xv, which isn't.
14675         * ange-ftp.el (ange-ftp-file-name-nondirectory):
14676         Don't ever include the host name or user name in the value.
14678 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14680         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14681         of a real newline.
14683 2000-01-09  Stephen Eglen  <stephen@gnu.org>
14685         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14686         for .png files.
14688 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
14690         * cus-edit.el (custom-hook-convert-widget): Fix comment.
14692 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14694         * progmodes/cperl-mode.el: Replace ^F with ^L.
14696         * sendmail.el (toplevel): Provide `sendmail' when compiling
14697         before `require'ing rmail and mailalias to prevent infinite
14698         recursion.
14700 2000-01-08  Dave Love  <fx@gnu.org>
14702         * emacs-lisp/backquote.el: Remove inappropriate customization
14703         (allowing custom.el to use backquote).
14705 2000-01-07  Dave Love  <fx@gnu.org>
14707         * add-log.el (add-log-debugging): Deleted.
14708         (add-change-log-entry): Treat a backup FILE-NAME as its parent
14709         file.  Remove debugging code.
14710         (change-log-get-method-definition, change-log-name): Add doc.
14711         (change-log-sortable-date-at): New function.
14712         (change-log-merge): New command.
14714         * time.el (display-time-string-forms): Make the Mail string active.
14715         (display-time-update): Provide help-echo for load average.
14717         * bindings.el (make-mode-line-mouse2-map): New function.
14718         (mode-line-modified): Use it and simplify.
14719         (mode-line-mule-info): Provide help-echo info.
14720         (minor-mode-alist): Activate the strings.
14721         (make-mode-line-mouse-sensitive): Simplify for
14722         mode-line-buffer-identification.
14724 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
14726         * play/pong.el: New file.
14728 2000-01-06  Dave Love  <fx@gnu.org>
14730         * array.el: Assorted cleanups for compiler warnings, doc strings,
14731         `array-' prefix for symbols.
14733 2000-01-05  Dave Love  <fx@gnu.org>
14735         * textmodes/outline.el (outline-mode-menu-bar-map): Add
14736         outline-headers-as-kill.
14737         (outline-mode): Define imenu-generic-expression.
14738         (outline-headers-as-kill): New command.
14740         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14741         from paragraph-start.
14742         (paragraph-indent-minor-mode): New command.
14744         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14745         M-C-e, M-C-h, C-j, C-xnd, TAB.
14746         (fortran-mode): Set beginning-of-defun, end-of-defun.
14747         (fortran-column-ruler): Simplify.
14748         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14749         (fortran-with-subprogram-narrowing): Likewise.
14750         (fortran-indent-subprogram): Call mark-defun.
14751         (fortran-check-for-matching-do): Change narrowing.
14753         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14754         (cl-lucid-hash-tag): Delete.
14755         (cl-hash-table-p): Correct test for native table.
14756         (cl-hash-table-count): Use hash-table-count.
14758         * browse-url.el (browse-url): Fix case of
14759         browse-url-browser-function being an alist.
14761 2000-01-05  Carsten Dominik  <cd@gnu.org>
14763         * textmodes/reftex-vars.el (reftex-parse-file-extension)
14764         (reftex-index-phrase-file-extension): New options.
14766         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14767         Use new option `reftex-index-phrase-file-extension'.
14769         * textmodes/reftex.el (reftex-access-parse-file): Use new option
14770         `reftex-parse-file-extension'.
14772 2000-01-05  Dave Love  <fx@gnu.org>
14774         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14775         (beginning-of-defun-raw): Use it.
14776         (end-of-defun): New variable.
14777         (end-of-defun): Use it.
14778         (check-parens): New command.
14780 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
14782         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14783         (hs-show-block): Don't use `mapcar' when not accumulating.
14785         Fix buglet in local variables initialization.
14787 2000-01-05  Andreas Schwab  <schwab@suse.de>
14789         * hscroll.el (hscroll): Doc fix.
14791 2000-01-05  Carsten Dominik  <cd@gnu.org>
14793         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14794         idlw-toolbar.
14796         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14797         file idlw-rinfo.el.
14798         (idlwave-customize): load must read file idlw-shell.el.
14799         (idlwave-create-customize-menu): load must read file idlw-shell.el.
14801 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
14803         * progmodes/idlw-shell.el: Also provide idlwave-shell
14804         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14805         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14807         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14808         both reftex-dcr and reftex-vcr.
14810         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14812 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14814         * ps-print.el: PostScript code now is in separate files, doc fix.
14815         (ps-print-version): New version number (5.0.3).
14816         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14817         local.
14818         (ps-spool-config): Initialization fix.
14819         (ps-print-prologue-1, ps-print-prologue-2)
14820         (ps-print-duplex-feature): PostScript code moved to separated file.
14821         (ps-background-image): Little code reformating.
14822         (ps-begin-file, ps-begin-job): Fix code.
14823         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14824         (ps-prologue-file): New fun.
14826 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14828         * ps-vars.el: Eliminated.
14830         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14831         `;;;###autoload'.
14833         * ps-print.el: ps-vars eliminated, doc fix.
14834         (ps-print-version): New version number (5.0.2).
14835         (ps-spool-config): Initialization fix.
14836         (ps-print-customize): New fun.
14838 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
14840         * autorevert.el (auto-revert-mode): Return value of
14841         auto-revert-mode.
14843 2000-01-04  Dave Love  <fx@gnu.org>
14845         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14846         menu items.
14848 2000-01-03  Dave Love  <fx@gnu.org>
14850         * elide-head.el (elide-head) [defgroup]: Add :version.
14852         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14853         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14854         `cl-hash-table-p', not `hash-table-p'.
14855         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14857 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14859         * faces.el (face-read-integer, read-face-attribute)
14860         (color-defined-p, color-values): unspecified-{f,b}g are now
14861         strings.
14863 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14865         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14866         at comment end, and re-insert them after filling.
14868 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14870         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14871         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14872         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14874 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14876         * term/x-win.el (xw-defined-colors): Call color-supported-p,
14877         the new name of face-color-supported-p.
14879         * term/w32-win.el (xw-defined-colors): Likewise.
14881 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14883         * simple.el (completion-setup-function): Count completion-size
14884         from minibuffer-prompt-end, not from point-min.
14886 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
14888         * faces.el (read-face-attribute, defined-colors, color-defined-p):
14889         Pass the frame to tty-color-* functions.
14890         (display-color-p, frame-set-background-mode): Pass the frame to
14891         tty-display-color-p.
14893         * term/tty-colors.el (tty-defined-color-alist): Renamed from
14894         tty-color-alist.
14895         (tty-color-alist, tty-modify-color-alist): New functions.
14896         (tty-color-define,  tty-color-clear, tty-color-approximate)
14897         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14898         an optional parameter FRAME.
14900 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
14902         * image.el (create-image, defimage): Don't assume image data is a
14903         string.
14905         * image.el (defimage): Handle specifications containing :data
14906         instead of :file.
14907         (image-type-from-data): New function.
14908         (image-type-from-file-header): Use it.
14909         (create-image): Add parameter DATA-P.
14911 See ChangeLog.8 for earlier changes.
14913 ;; Local Variables:
14914 ;; coding: iso-2022-7bit
14915 ;; End: