Fix a typo in the last entry for ccl.c.
[emacs.git] / lisp / ChangeLog
blob9b4b8bd9849b66370281061a2e387f95e7298386
1 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
3         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5 2001-01-24  Sam Steingold  <sds@gnu.org>
7         * dired.el (dired-replace-in-string): Removed.
8         (dired-sort-toggle): Use `replace-regexps-in-string'
9         instead of `dired-replace-in-string'.
10         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir,
11         dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
12         * gs.el (gs-replace-in-string): Removed.
13         (gs-options): Use `replace-regexps-in-string'
14         instead of `gs-replace-in-string'.
16 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
18         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
19         bug report is mailed to an email list and posted to a news group.
21 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
23         * comint.el (comint-replace-by-expanded-history-before-point): Fix
24         change of 2000-08-03 to move point to the start of the line again.
26         * startup.el (tool-bar-images-pixel-height): New variable.
27         (command-line): After loading the user's init file, when
28         tool-bar-mode is on, increase the frame's size by some lines for
29         the tool-bar.
31         * frame.el (frame-initialize): Create the initial frame invisible.
33 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
35         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
36         (chinese-big5): MIME:Big5.
38 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
40         * international/mule-cmds.el (universal-coding-system-argument):
41         Handle commands with prefix args.
43 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
45         * calendar/diary-lib.el (diary-float): Fix case of MONTH
46         being a list of numbers.
47         (diary-mail-entries): Rewritten.
49 2001-01-23  Dave Love  <fx@gnu.org>
51         * international/mule.el (make-coding-system): Fix typo.
53         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
54         backward-paragraph as font-lock-beginning-of-syntax-function.
56 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
58         * font-lock.el (font-lock-mode): Doc fix.
60 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
62         * international/mule.el (make-translation-table): Fix docstring.
64 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
66         * mail/rmail.el (rmail-redecode-body): New function.
68         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
70 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
72         * isearch.el (isearch-lazy-highlight-case-fold-search)
73         (isearch-lazy-highlight-regexp): New variables.
74         (isearch-lazy-highlight-cleanup): Update lazy highlight if
75         case-fold search or regexp search has been toggled.
77         * wid-edit.el (widget-button-click): Avoid a save-excursion
78         around running a global binding.
80         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
81         to 0.25.
83 2001-01-20  Miles Bader  <miles@gnu.org>
85         * cus-edit.el (custom-face-save): Do post-processing on the face's
86         new value like `custom-face-set' does.
88 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
90         * mail/emacsbug.el (report-emacs-bug): Report the value of
91         LC_CTYPE, not LC_TYPE.
93         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
94         isearch-toggle-regexp and isearch-edit-string to doc string.
96 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
98         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
99         as font-lock-beginning-of-syntax-function in font-lock-defaults.
101         * jit-lock.el (jit-lock-fontify-now): Don't bind
102         font-lock-beginning-of-syntax-function to nil.
104 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
106         * mail/emacsbug.el (report-emacs-bug): Report values of
107         locale-coding-system, default-enable-multibyte-characters, and the
108         environment variables LC_ALL, LC_TYPE, and LANG.
110 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
112         * font-lock.el (font-lock-default-fontify-region): Fix last
113         change.
115         * font-lock.el (font-lock-multiline): Default to nil.
116         (font-lock-default-fontify-region): If font-lock-multiline is
117         nil, don't check the property `font-lock-multiline'.
119         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
120         is nil, don't check the `font-lock-multiline' text property.
122 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
124         * viper.el: Call initial-major-mode on startup.
126         * ediff.el (ediff-patch-file): Use better defaults.
128         * ediff-vers.el: Fix for 8+3 DOS file systems.
130 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
132         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
133         diff mode, if available.
135 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
137         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
139         * ediff-init.el (subst-char-in-string): Define and use it, unless
140         it's already defined.
142 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
144         * tooltip.el (tooltip-hide-delay): New user-option.
145         (tooltip-show): Use tooltip-hide-delay instead of the default.
147 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
149         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
150         kill-local-variable doesn't work for enable-multibyte-characters.
152 2001-01-17  Dave Love  <fx@gnu.org>
154         * ediff-init.el (ediff-before-setup-hook)
155         (ediff-merge-filename-prefix): Add :version.
157         * international/latin1-disp.el: Require disp-table.
158         (latin1-display): Fix :set.
160         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
162 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
164         * isearch.el (isearch-lazy-highlight-initial-delay)
165         (isearch-lazy-highlight-interval): Default to 0.
167 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
169         * isearch.el (isearch-highlight): Set isearch-overlay priority to
170         1 here rather than each time through
171         isearch-lazy-highlight-new-loop.
172         (isearch-lazy-highlight-max): Variable deleted.
173         (isearch-lazy-highlight-max-at-a-time): New user variable, like
174         isearch-lazy-highlight-max but controls a single invocation of
175         isearch-lazy-highlight-update.
176         (isearch-lazy-highlight-wrapped): Variable recreated.
177         (isearch-lazy-highlight-window-start): New variable.
178         (isearch-lazy-highlight-cleanup): Restored to behavior of
179         before 2-Jan.
180         (isearch-lazy-highlight-remove-overlays): Function deleted;
181         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
182         behavior removed.
183         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
184         isearch-lazy-highlight-update in a loop rather than just once.
185         Test isearch-invalid-regexp here and decide not to start a new
186         loop, rather than testing it each time through
187         isearch-lazy-highlight-update.
188         (isearch-lazy-highlight-search): Function restored.
189         (isearch-lazy-highlight-update): Get called in a timer loop again,
190         but this time highlight more than one match each time through.
191         Only highlight matches in the visible part of the window.  Start
192         at point, move in the direction of the search, and wrap around at
193         the edge of the window.  Use sit-for to force redisplay and ensure
194         window-start is credible.  "Face suppressing" behavior removed;
195         overlay priorities should make it unnecessary, right?
196         (isearch-highlight): Face suppressing behavior removed.
197         (isearch-dehighlight): Face suppressing behavior removed.
198         (isearch-set-lazy-highlight-faces-at): Removed.
200 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
202         * language/european.el ("Latin-1"): Make the format of description
203         about additional language environments same as that of Latin-2.
205 2001-01-16  Dave Love  <fx@gnu.org>
207         * isearch.el (isearch-lazy-highlight): Add :version.
209         * simple.el (backward-delete-char-untabify-method)
210         (next-line-add-newlines): Add :version.
212 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
214         * bindings.el: Bind <backspace> and <delete> via function-key-map.
215         Don't bind <delete> otherwise.
217         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
218         and <delete> via function-key-map.
220         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
221         Subject line only if point is after the `Subject:'.
223 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
225         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
226         japanese-jisx0213-2 in `charset' property of this lang. env.
228         * language/european.el ("Latin-1"): Add description for Dutch and
229         Spanish lang. env.
231         * international/mule.el (decode-char): Fix conditions.
232         (encode-char): Handle eight-bit-control too.
233         (transform-make-coding-system-args): New function.
234         (make-coding-system): Accept XEmacs style arguments for CCL base
235         coding system.
237 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
239         * progmodes/etags.el (find-tag-noselect): Save the value of
240         tags-file-name before switching buffers, for the case it has a
241         buffer-local value.
243 2001-01-15  Alex Schroeder  <alex@gnu.org>
245         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
246         From Dave Love <fx@gnu.org>.
247         (ansi-color-for-comint-mode): Fix :version.
249 2001-01-15  Alex Schroeder  <alex@gnu.org>
251         * ansi-color.el (ansi-color-unfontify-region): Doc change.
253 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
255         * dired.el (dired-insert-directory): If file-system-info fails,
256         remove the " free " part, but don't signal an error.
258 2001-01-12  Sam Steingold  <sds@gnu.org>
260         * bookmark.el (bookmark-maybe-historicize-string):
261         Use new backquote syntax.
263 2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
265         * subr.el (last): Handle a list that doesn't end in nil.
267 2001-01-12  Sam Steingold  <sds@gnu.org>
269         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
270         to `backward-delete-char-untabify'.
272 2001-01-12  Dave Love  <fx@gnu.org>
274         * cus-edit.el (customize-menu-create): Fix the :filter following
275         easymenu change.
277         * wid-edit.el (function): Add :match-alternatives.
278         (widget-color-action): Doc fix.
280 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
282         * calendar/calendar.el (calendar-basic-setup): Doc fix.
284 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
286         * international/mule-cmds.el (prefer-coding-system): Fix
287         docstring.
289         * international/ccl.el (define-ccl-program): Fix docstring.
291 2001-01-11  Dave Love  <fx@gnu.org>
293         * international/mule-cmds.el (standard-display-european-internal):
294         Set display table for 2208 as for 160.
296         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
298         * progmodes/fortran.el (fortran-mode-map): Modify Customization
299         entry for custom-menu-create change.
300         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
301         don't cons it in the search loop.
303         * imenu.el (imenu--truncate-items): Revert last change.
305 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
307         * info.el (Info-setup-header-line): If the node header includes
308         either Next: or Prev: links, don't show the File: and Node: parts
309         in the header line.
311 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
313         * comint.el (comint-goto-process-mark): Don't print a message
314         when running in batch mode.
316         * isearch.el (isearch-search): In the condition-case handler for
317         `error', set isearch-invalid-regexp to the whole error message.
319         * subr.el (eval-after-load): Call load-symbol-file-load-history to
320         ensure that eval-after-load works for files dumped with Emacs.
322         * help.el (load-symbol-file-load-history): New function extracted
323         from function symbol-file.
324         (symbol-file): Use it.
326         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
327         exit.xpm.
329 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
331         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
332         behave as if there were no prefix argument.
333         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
334         argument were nil.
336 2001-01-11  Richard M. Stallman  <rms@gnu.org>
338         * isearch.el (isearch-lazy-highlight-update):
339         Don't look for more potential matches once maximum is exceeded.
340         Use overlays-in to check correctly for overlap with current match.
341         Ignore empty matches.
343 2001-01-11  Miles Bader  <miles@gnu.org>
345         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
346         (ispell-overlay-window, ispell-help, ispell-show-choices)
347         (ispell-command-loop): Use it instead of `window-height'.
349 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
351         * files.el (confirm-kill-emacs): New user-option.
352         (save-buffers-kill-emacs): Ask for final confirmation before
353         killing Emacs.
355         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
356         to nil.
358 2001-01-10  Dave Love  <fx@gnu.org>
360         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
362         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
363         :type.
365         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
367         * calculator.el (calculator-number-digits): Fix :type.
369         * vc-cvs.el (vc-cvs-header): Fix :type.
370         * vc-rcs.el (vc-rcs-header): Fix :type.
371         * vc-sccs.el (vc-sccs-header): Fix :type.
373         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
375         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
377         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
379 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
381         * simple.el (set-variable): Force a thorough redisplay for the
382         case that the variable has an effect on the display, like
383         `tab-width' has.
385 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
387         * vc.el: Add documentation for backend interface.
389 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
391         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
393         * international/mule-conf.el (latin-extra-code-table): Set to t
394         for \223 and \224.
396 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
398         * international/mule-cmds.el (locale-language-names): Map "es" to
399         "Spanish" and "nl" to "Dutch".
401 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
403         * bindings.el (global-map): Bind <home> to beginning-of-line,
404         <end> to end-of-line, C-<home> to beginning-of-buffer, and
405         C-<end> to end-of-buffer.
407         * language/european.el: Add Dutch and Spanish language info
408         to be able to use the appropriate tutorials.
410 2001-01-09  Alex Schroeder  <alex@gnu.org>
412         * ansi-color.el (ansi-color-process-output): Use markers instead
413         of positions for start and end of region.
414         (ansi-color-apply-on-region): Rewrote code to make it more robust.
415         Previously, occasional mistakes happend when fontifying many
416         chunks of output (eg. ls --color=yes /dev).  This happened
417         whenever an overlay was created up to the end of the region, which
418         coincided with the process-mark.  New text would then be added
419         within that overlay instead of after it.
420         (ansi-color-make-extent): Overlays are created with the property
421         `modification-hooks' set to '(ansi-color-freeze-overlay).
422         (ansi-color-freeze-overlay): New function.  When inserting text at
423         the end of the overlay, the overlay will resize.
425 2000-01-09  Alex Schroeder  <alex@gnu.org>
427         * ansi-color.el (ansi-color-process-output): Doc change.
428         (ansi-color-unfontify-region): Doc change.  No longer installed
429         automatically in font-lock-unfontify-region-function.
430         (ansi-color-apply): Doc change.
431         (ansi-color-apply-on-region): Use extents or overlays instead of
432         text-properties.
433         (ansi-color-make-extent): New function.
434         (ansi-color-set-extent-face): New function.
436 2000-01-09  Alex Schroeder  <alex@gnu.org>
438         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
439         both use ansi-color-process-output, now.
440         (ansi-color-process-output): Doesn't return string anymore.  It is
441         installed in comint-output-filter-functions for both Emacs and
442         XEmacs, now.
443         (ansi-color-unfontify-region): Simplified code removing variables
444         pos and start-ansi.
445         (ansi-color-apply): Put text-property ansi-color before putting
446         text-property face because ansi-color-unfontify-region is called
447         immediately after the call to put-text-property.
448         (ansi-color-context-region): Doc change.
449         (ansi-color-filter-region): Simplified code.
450         (ansi-color-apply-on-region): Changed start to start-marker, using
451         a marker explicitly.  Put text-property ansi-color before putting
452         text-property face because ansi-color-unfontify-region is called
453         immediately after the call to put-text-property.
455 2000-01-09  Alex Schroeder  <alex@gnu.org>
457         * ansi-color.el (ansi-color-faces-vector): Doc change.
458         (ansi-color-for-comint-mode): Changed :type property to choice.
459         (ansi-color-last-context): Removed.
460         (ansi-color-process-output): Don't use ansi-color-last-context, as
461         the main functions will store their context now.
462         (ansi-color-context): Doc change.
463         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
464         Uses ansi-color-context such that repeated calls will strip
465         partial escape sequences, too.
466         (ansi-color-apply): Simplified code.  Colorize end of string if
467         face is not null.  Store context in new (FACE STRING) format, such
468         that repeated calls will strip partial escape sequences, too.
469         Append faces to face property using ansi-color-apply-sequence such
470         that cumulative mode actually works.
471         (ansi-color-context-region): New variable.
472         (ansi-color-filter-region): Rewrote it based on
473         ansi-color-apply-on-region.  Uses ansi-color-context-region such
474         that repeated calls will strip partial escape sequences, too.
475         (ansi-color-apply-on-region): Simplified code.  Colorize end of
476         region if face is not null.  Store context in new (FACE POS)
477         format, such that repeated calls will strip partial escape
478         sequences, too.  Append faces to face property using
479         ansi-color-apply-sequence such that cumulative mode actually
480         works.
481         (ansi-color-apply-sequence): New function.
482         (ansi-color-get-face): When the default face is added to the list
483         of faces, all previous settings are discarded and the list of
484         faces is set to '(default).
486 2000-01-09  Alex Schroeder  <alex@gnu.org>
488         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
489         face, such that ansi-color-apply and ansi-color-apply-on-region
490         will do the right thing.
491         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
492         returns nil, set the list of faces back to nil instead of
493         appending the result of ansi-color-get-face to the front of the
494         list.
496 2000-01-09  Alex Schroeder  <alex@gnu.org>
498         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
499         (ansi-color-process): Doc change.
500         (ansi-color-last-context): New buffer-local variable.
501         (ansi-color-process-output): New function.  It is automatically
502         added to comint-output-filter-functions if this is XEmacs.
503         (ansi-color-unfontify-region): New optional parameter for XEmacs
504         compatibility.  Check wether font-lock-syntactic-keywords is
505         boundp before removing the syntax table text property, as XEmacs
506         doesn't have it.
507         (ansi-color-filter-region): Doc change.
508         (ansi-color-apply-on-region): Doc change.
509         (ansi-color-make-face): New function.  Compatibility layer for
510         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
511         (ansi-color-make-color-map): Use ansi-color-make-face.
512         (ansi-color-get-face): Avoid face text property '(nil) as results
513         in an errow for XEmacs.
515 2000-01-09  Alex Schroeder  <alex@gnu.org>
517         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
518         text-property ansi-color in order to preserve fontification by
519         ansi-color.  When the package is loaded, a lambda expression is
520         put onto font-lock-mode-hook.  This lambda expression will check
521         font-lock-unfontify-region-function and replace
522         font-lock-default-unfontify-region with
523         ansi-color-unfontify-region.
524         (ansi-color-apply): Add text-property ansi-color in addition to
525         text-property face.
526         (ansi-color-apply-on-region): Add text-property ansi-color in
527         addition to text-property face.
528         (save-buffer-state): Copy of the macro that is also used by
529         lazy-lock and font-lock.
531         (ansi-color-for-comint-mode): New option.
532         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
533         (ansi-color-for-comint-mode-off): Ditto.
534         (ansi-color-for-comint-mode-filter): Ditto.
535         (ansi-color-process): New function.  Uses
536         ansi-color-for-comint-mode to decide what to do.  This function is
537         added to comint-preoutput-filter-functions when the package is
538         loaded.
540         (ansi-color-for-shell-mode-set): Removed.
541         (ansi-color-for-shell-mode): Removed.
543 2000-01-09  Alex Schroeder  <alex@gnu.org>
545         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
546         the lambda expression from the ansi-color-for-shell-mode :set
547         property.  Additionally, modify shell-mode-hook to enable or
548         disable font-lock-mode for future shell buffers.
549         (ansi-color-for-shell-mode): The :set property calls
550         ansi-color-for-shell-mode-set instead of a lambda expression.
552 2000-01-09  Alex Schroeder  <alex@gnu.org>
554         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
555         (ansi-color-context): New variable.
556         (ansi-color-apply): Save context between calls.
558 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
560         * isearch.el (isearch, isearch-lazy-highlight-face): New
561         definitions for face colors and attributes.
563         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
564         of display-mouse-p.
566 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
568         * international/mule.el (make-coding-system): If the coding system
569         accepts extra latin codes, register such codes as safe for the
570         coding system.
572 2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
574         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
575         don't mention the file name or the date here, because they are
576         logged at the start of the file.
578 2001-01-08  Richard M. Stallman  <rms@gnu.org>
580         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
581         Change screen-width to frame-width.
583 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
585         * info.el (Info-search): Print the default as part of the prompt.
587 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
589         * vc.el (vc-default-latest-on-branch-p): New function, replaces
590         constant implementations in backends.
592         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
593         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
595         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
596         WRITABLE to EDITABLE.
598         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
599         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
600         to EDITABLE.
602 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
604         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
605         (copyright, copyright-update): Compute the current year at run
606         time.
608 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
610         * isearch.el (isearch-old-signal-hook): Removed.
611         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
612         instead of setting signal-hook-function.
613         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
615 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
617         * emulation/edt.el: Update to version 4.0.  Provide support for
618         EDT scroll margins at top and bottom of the window.  Provide an
619         emulation of the EDT SUBS command (bound to GOLD-Enter, by
620         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
621         user when file-related buffer modifications exist.  Provide
622         support for running EDT Emulation in XEmacs.  Provide customize
623         access to some user updatable variables.  Add Commentary section
624         to file header.  Fixed a few minor bugs and cleaned up some code.
626         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
627         for detecting a keypress that generates an ASCII key sequence.
628         (Previously, only a keypress that generates a vector was
629         recognized.)  Embed Window Manager name into name of the generated
630         EDT Emulation initialization file since the initialization file is
631         Window Manager specific.  Add Commentary section to file header.
633 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
635         * mail/sendmail.el (mail-mode): Doc fix.
637         * info.el (Info-goto-emacs-command-node): Doc fix.
638         (Info-goto-emacs-key-command-node): Doc fix.
640 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
642         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
643         systems without long file-name support.
645 2001-01-06  Andrew Innes  <andrewi@gnu.org>
647         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
649 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
651         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
652         (isearch-lazy-highlight-update): Doc fix.
654         * ffap.el (ffap-bindings): Doc fix.
656         * dired-x.el (dired-virtual-guess-dir): Doc fix.
658 2001-01-05  Dave Love  <fx@gnu.org>
660         * emacs-lisp/cl-seq.el (remove, remq): Remove.
662 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
664         * mouse-drag.el (mouse-drag-safe-scroll): Bind
665         scroll-preserve-screen-position to nil.
667         * isearch.el (isearch-old-signal-hook): New variable.
668         (isearch-mode): Set signal-hook-function to isearch-done.
669         (isearch-done): Restore old signal-hook-function.
671         * info.el (Info-fontify-node): Mark one more char as intangible.
673 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
675         * composite.el (compose-last-chars): New argument COMPONENTS.  If
676         it is non-nil, compose preceding characters by compose-region with
677         COMPONENTS.
679         * international/quail.el (quail-input-string-to-events): New function.
680         (quail-input-method): Convert input string to events here.
681         (quail-start-translation): Return input string, not event list.
682         (quail-start-conversion): Likewise.
684 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
686         * tooltip.el (tooltip-cancel-delayed-tip)
687         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
688         and tooltip-add-timeout.
689         (tooltip-show): Set border color from faces's foreground.
690         (tooltip-show-help-function): If called with the same help string
691         as last time, do nothing.
692         (tooltip-help-tips): Don't set tooltip-help-message to nil.
694         * startup.el (fancy-splash-screens): Don't bind show-help-function
695         to nil.
697         * tooltip.el (tooltip-frame-parameters): Remove colors.
698         (tooltip): New face
699         (tooltip-set-param): New function.
700         (tooltip-show): Set up color frame parameters from face `tooltip'.
701         Display the tooltip text in face `tooltip'.
703 2001-01-04  Dave Love  <fx@gnu.org>
705         * whitespace.el (whitespace-global-mode): Fix typo.
707         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
709 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
711         * help.el (help-for-help): Fix a typo in a doc string.  From
712         kwzh@gnu.org (Karl Heuer).
714 2001-01-03  Dave Love  <fx@gnu.org>
716         * dired-x.el: Doc fixes.  Maintainer change.
717         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
718         :type.
719         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
720         (dired-guess-shell-alist-user): Customize.
721         (dired-x-help-address): Set to bug-gnu-emacs.
722         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
723         (dired-default-directory): Renamed from default-directory.
725         * hl-line.el (hl-line): Doc fix.
727 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
729         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
731 2001-01-02  Richard M. Stallman  <rms@gnu.org>
733         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
734         to remove all the current alternative-match highlighting.
735         If nil, remove only what's outside the current window.
736         (isearch-lazy-highlight-remove-overlays): Take optional
737         region within which NOT to remove them.
738         (isearch-lazy-highlight-new-loop): Greatly simplified.
739         (isearch-lazy-highlight-update): Find all the other occurrences
740         visible in the window, in just one call.
741         (isearch-lazy-highlight-start): Now holds start of region to scan.
742         (isearch-lazy-highlight-end): Now holds end of region to scan.
743         (isearch-lazy-highlight-wrapped): Variable deleted.
744         (isearch-lazy-highlight-search): Function deleted.
746 2000-01-02  Andrew Innes  <andrewi@gnu.org>
748         * w32-fns.el (convert-standard-filename): Do length check on name
749         before aref.
751 2001-01-02  Dave Love  <fx@gnu.org>
753         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
754         value.
755         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
757         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
759         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
760         read syntax.
762         * calendar/todo-mode.el (todo): Add :link, :version.
763         (todo-save-top-priorities): Remove autoload cookie.
764         (todo-add-category, todo-add-item-non-interactively)
765         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
766         cookie.
768 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
770         * comint.el (comint-input-history-ignore): New variable.
771         (comint-read-input-ring): Ignore entries matching
772         comint-input-history-ignore.
774 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
776         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
777         (lm-copyright-mark): New function.
778         (lm-crack-copyright): New function.
779         (lm-verify): Check that the file has a copyright.
780         Check that the file is copyright Free Software Foundation.
782 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
784         * international/mule-diag.el (print-fontset): Indent font name by
785         24 columns, not 25.
787 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
789         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
790         in Subject line.
792         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
793         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
794         continuing an interrupted message with C-u C-x m for instence,
795         winds up in Mail mode without abbrevs.
797 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
799         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
800         non-nil.  Adding almost all customization variables on ps-setup.  Doc
801         fix.
802         (ps-print-version): New version number (6.3.3).
803         (ps-end-with-control-d): Initialization fix.
804         (ps-lines-printed): New var.
805         (ps-skip-newline): New fun.
806         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
807         (ps-next-line, ps-continue-line, ps-plot-region)
808         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
810 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
812         * international/fontset.el (x-complement-fontset-spec): Resolve
813         ASCII font name so that the same family name is used for fonts
814         registered in x-font-name-charset-alist.
815         (create-fontset-from-fontset-spec): Adjusted for the above change.
816         The name of fontset alias should be a unresolved ASCII font name.
818 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
820         * simple.el (delete-key-deletes-forward-mode): Bind backspace
821         and delete in isearch-mode-map.
823 2000-12-28  Richard M. Stallman  <rms@gnu.org>
825         * dired-x.el (dired-guess-shell-alist-default):
826         Use xpdf instead of acroread.
828 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
830         * textmodes/artist.el (artist-butlast): Deleted.
831         (artist-ellipse-mirror-quadrant): Use butlast instead of
832         artist-butlast.
834         * subr.el (butlast, nbutlast): Moved from cl.el to here.
836         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
838 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
840         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
842         * ls-lisp.el: Better support for the Mac and MS-Windows.
843         (ls-lisp): New defgroup.
844         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
845         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
846         (ls-lisp-support-shell-wildcards): New defcustoms.
847         (ls-lisp-parse-symlink): New function.
848         (insert-directory): Code to convert switches to a list and set up
849         the wildcard argument copied from ls-lisp-insert-directory.
850         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
851         for -C and -R switches.
852         (ls-lisp-column-format): New function.
853         (ls-lisp-delete-matching, ls-lisp-handle-switches)
854         (ls-lisp-format-time): Add doc strings.
855         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
856         Support ls-lisp-dirs-first.
857         (ls-lisp-classify, ls-lisp-extension): New functions.
858         (ls-lisp-format): Optionally support emulation of symlinks.
859         Support -i, -s, and -G switches.
861 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
863         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
865         * version.el (emacs-version): Print X scroll bar information.
867         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
868         instead of x-toolkit-scroll-bars-p.
870         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
871         of x-toolkit-scroll-bars-p.
873 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
875         * ffap.el (ffap-bindings): Make interactive and add an autoload
876         cookie.
877         (ffap-bindings): Doc fix, to reflect the above change.
879 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
881         * term.el (term-char-mode): Define all non-ascii self-inserting
882         characters to 'term-send-raw in term-raw-map.
884 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
886         * viper-init (viper-restore-cursor-type): Added condition-case
887         guard.
889         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
890         initialization; use add-hook.
891         (ediff-file-remote-p): Use file-local-copy.
893         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
895         * ediff.el (ediff-patch-buffer): Bug fix.
896         (ediff-revision): Allow selection of the file at the prompt.
898 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
900         * subr.el (combine-run-hooks): Remove.
902         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
903         and remove the rogue second spec.
905 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
907         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
909 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
911         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
912         Use minibuffer menu prompt for the `=' prefix.
913         (smerge-command-prefix): Change default to C-^.
914         (smerge-mode): Don't assume font-lock doesn't move point.
916         * skeleton.el (skeleton-internal-1): Make sure the first line of
917         the region is also re-indented.
918         (skeleton-end-newline): New var.
919         (skeleton-end-hook): Use it.
921 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
923         * comint.el (comint-password-prompt-regexp): Support CVS.
925 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
927         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
928         backspace key combinations, depending on
929         delete-key-deletes-forward.
931         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
933         * simple.el (delete-key-deletes-forward): Doc fix.
935 2000-08-22  Emmanuel Briot  <briot@gnat.com>
937         * xml.el (top level comment): Updated to reflect the fact that
938         white spaces are relevant in the XML file.
939         (xml-parse-file): Do not kill an existing Emacs buffer if the file
940         to parse was already edited. This allows for on-the-fly analysis
941         of XML files.
942         (xml-parse-tag): Check that the casing is the same in the start
943         tag and end tag, since XML is case-sensitive.  Allows for spaces
944         in the end tag, after the name of the tag.
945         (xml-parse-attlist): Allow for the character '-' in the name of
946         attributes, as in the standard http-equiv attribute Do not save
947         the properties in the XML tree, since they are not relevant.
949 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
951         * generic.el (generic-read-type): Undo last change, inline into
952         `generic-mode' and then remove.
953         (generic-mode): Inline generic-read-type.
954         (define-generic-mode): Push the symbol name rather than the symbol
955         onto generic-mode-list.
957 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
959         * generic.el (generic-read-type): Build an alist for
960         completing-read as in 20.7.
962         * play/landmark.el (lm): Use interactive spec `P'.
963         (toplevel): Don't set debug-on-error.
965         * server.el (server-switch-buffer): Choose a window on a visible
966         frame.
968 2000-12-21  Dave Pearson  <davep@davep.org>
970         * quickurl.el: Commentry change, I've moved my web site.
972 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
974         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
975         ranges like \177-\237, but accepts the character sequence from \177 to
976         \237.  Doc fix.
977         (ebnf-version): New version (3.4).
978         (ebnf-setup): Code fix.
979         (ebnf-range-regexp): New fun.
980         (ebnf-8-bit-chars): Const fix.
982         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
983         entry.  Doc fix.
984         (ebnf-bnf-lex): Code fix.
985         (ebnf-bnf-comment-chars): Const fix.
987         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
988         entry.  Doc fix.
989         (ebnf-iso-comment-chars): Const fix.
991         * ebnf-otz.el: Doc fix.
993         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
994         entry.  Doc fix.
995         (ebnf-yac-skip-code): Code fix.
996         (ebnf-yac-comment-chars): Const fix.
998 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1000         * files.el (insert-directory-safely): New function.
1001         (recover-file): Use it instead of insert-directory.  From Markus
1002         Rost <markus.rost@mathematik.uni-regensburg.de>
1004 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1006         * international/mule-cmds.el (select-safe-coding-system): Check
1007         coding-category-list more rigidly.  Improve help message.
1009         * dired.el (dired-move-to-filename-regexp): Fix previous change.
1011 2000-12-21  Miles Bader  <miles@gnu.org>
1013         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1014         prefix.
1016 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
1018         * international/mule-diag.el (describe-char-after): Make *Help*
1019         buffer inherit multibyteness of the current buffer.
1021         * international/mule.el (make-char): Docstring adjusted for the
1022         change of make-char-internal.
1024 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
1026         * international/iso-cvt.el: Docstrings fix.
1028 2000-12-20  Dave Love  <fx@gnu.org>
1030         * subr.el (eval-after-load): Doc fix.
1032 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
1034         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1035         for numbers.
1037 2000-12-20  Miles Bader  <miles@gnu.org>
1039         * international/quail.el (quail-help): Resize the help window
1040         again after it has all its contents.  Remove unneeded progn.
1042 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1044         * pcmpl-linux.el: Fix copy/paste error.
1046 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1048         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1049         docstring.
1051 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1053         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1055         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1057         * progmodes/idlw-shell.el: Fixed copyright notice.
1059         * progmodes/idlwave.el: Fixed copyright notice.
1061         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1062         TAB as key separators.
1064 2000-12-19  Alex Schroeder  <alex@gnu.org>
1066         * sql.el (sql-sybase-options): New option.
1067         (sql-sybase): Use it.  Add sql-database to the list of parameters
1068         provided for login.  The options -w 2048 -n are not used any more.
1069         (sql-postgres-options): Changed default from "--pset" to "-P".
1070         (sql-mysql-options): Doc change.
1071         (sql-stop): Doc change.
1073 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1075         * international/quail.el (quail-input-method): Always hide
1076         the guidance buffer on exiting.
1078 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1080         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1081         isn't fboundp.
1083         * server.el (server-buffer-done): Bury the buffer before
1084         killing it.
1086         * faces.el (face-spec-set): Interpret a nil in specs for
1087         foreground and background colors as `unspecified', for
1088         compatibility with 20.x.
1090 2000-12-18  Dave Love  <fx@gnu.org>
1092         * simple.el (mail-user-agent): Doc fix.
1093         (input-mode-8-bit): Removed.
1095         * international/mule.el (set-keyboard-coding-system): Doc fix.
1096         (keyboard-coding-system): New option.
1098         * mail/sendmail.el (send-mail-function): Customize.
1100 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1102         * international/codepage.el (cp866-decode-table): New table.
1104 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1106         * version.el (emacs-version): Remove `%a' from the time format
1107         because the weekday doesn't fit well into each locale.
1109 2000-12-18  Miles Bader  <miles@gnu.org>
1111         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1113         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1114         Check that emacs-major-version is `=' to 20, not `>='.
1115         (artist-replace-chars): Use `make-string' instead of a loop.
1117 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1119         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1120         (cvs-execute-single-file): Don't change directory.
1121         Patch from Per Cederqvist.
1123 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1125         * textmodes/ispell.el (check-ispell-version): If
1126         `ispell-program-name' is "aspell", pass it the -v switch instead
1127         of -vv.
1129 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1131         * international/mule-diag.el (mule-diag): Insert information about
1132         configure options, multibyte awareness, language env.
1134         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1135         regexp to search for candidates.
1137 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1139         * info.el (Info-forward-node): If the node has an
1140         Info-header-line, widen the buffer before searching for "next:"
1141         and "up:" pointers, and set the search limit to stay in the
1142         current node.
1144 2000-12-16  Miles Bader  <miles@gnu.org>
1146         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1148 2000-12-15  Miles Bader  <miles@gnu.org>
1150         * comint.el (comint-send-string, comint-send-region): Also accept
1151         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1152         process-send-string/region.
1154 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1156         * isearch.el (isearch-lazy-highlight-max): New user-option.
1157         (isearch-lazy-highlight-update): Don't highlight more than
1158         isearch-lazy-highlight-max matches.
1160         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1162 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1164         * sort.el (sort-columns): Fix error message.
1166         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1167         `upcase' or `downcase' or nil.
1168         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1169         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1170         (dabbrev--substitute-expansion): New arg record-case-pattern.
1171         If it is non-nil, set dabbrev--last-case-pattern.
1172         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1174         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1176 2000-12-15  Miles Bader  <miles@gnu.org>
1178         * paths.el (Info-default-directory-list): Don't delete
1179         configure-info-directory from the list of standard info
1180         directories when appending it to the end -- their order is
1181         important.
1183         * faces.el (read-face-attribute): If there's no entry for the
1184         user's input in VALID, just use it as-is (this will often result
1185         in an error, but it may be OK for e.g. colors using hexadecimal
1186         notation, and at least will yield a better error message).
1188         * window.el (mode-line-window-height-fudge): Function removed.
1189         (height-affecting-face-attributes, mode-line-window-height-fudge):
1190         Variables removed.
1191         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1192         window is really the right size.  Use vertical-motion
1193         rather than forward-line.
1194         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1195         (ispell-command-loop, ispell-show-choices): Use the variable
1196         ispell-choices-win-default-height, rather than the function.
1197         (ispell-choices-win-default-height): Function removed.
1198         (ispell-mode-line-window-height-fudge): Function removed.
1200 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1202         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1204 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1206         * paths.el (Info-default-directory-list): If
1207         configure-info-directory is not one of the standard directories,
1208         put it first in the list; otherwise put it last.  Doc string
1209         changed accordingly.
1211         * info.el (Info-directory-list): Change doc string to reflect the
1212         change in Info-default-directory-list.
1214         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1215         windows-nt as windowed environments, even under -nw.
1217         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1218         if not fboundp.  Switch delete-forward mode for the <delete> key
1219         on all PC platforms, even under -nw.
1221         * term/internal.el ([M-delete]): Remap to M-d.
1223 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1225         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1227 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1229         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1231 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1233         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1234         if appropriate.
1236         * simple.el (delete-key-deletes-forward): New user-option.
1237         (delete-key-deletes-forward-mode): New function.
1239         * bindings.el: Bind `delete' to backward-delete-char.
1241         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1242         if symbol is bound before getting its value.
1244         * tooltip.el (tooltip-show): If an error is signaled in
1245         x-show-tip, display that error, and display the help in the
1246         echo area.
1248 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
1250         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1251         "... entries" messages for every 10000 entries, not 10.
1253 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
1255         * bookmark.el: Provide a generic exit hook, as suggested by
1256         Ovidiu Predescu <ovidiu@cup.hp.com>:
1257         (bookmark-exit-hook): New var.
1258         (bookmark-exit-hook-internal): New func, replaces
1259         old raw lambda form in `kill-emacs-hook', and runs new
1260         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
1261         as logically that feature must have been provided if this function
1262         is running.
1263         Removed ;;;###autoload before the `add-hook' call.
1265 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1267         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1268         (easy-menu-current-active-maps): New function.
1269         (easy-menu-get-map): Use it.
1270         Make a proper menu entry when creating a new keymap.
1272 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
1274         * international/characters.el: Fix cases and syntaxes for
1275         mule-unicode-0100-24ff.
1277         * dired.el (dired-move-to-filename-regexp): Fixed for the case
1278         that a Japanese character is not appended after day and year.
1280         * info.el (Info-suffix-list): Change format for a command that
1281         requires arguments.
1282         (info-insert-file-contents): Adjusted for the above change.
1284 2000-12-12  Andreas Schwab  <schwab@suse.de>
1286         * tar-mode.el (tar-extract): Base the name of the subfile buffer
1287         on the name of the tar buffer.  Verify that the existing buffer is
1288         visiting the same subfile.
1290 2000-12-12  Dave Love  <fx@gnu.org>
1292         * subdirs.el: Add obsolete.
1294 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
1296         * mail/rmailsum.el (rmail-summary-expunge)
1297         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1298         instead of rmail-confirm-expunge.
1300         * replace.el (perform-replace): Don't use an empty match adjacent
1301         to a non-empty match when computing the next match before the
1302         replacement is performed.
1304 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
1306         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1307         definition (patch by Stefan Monnier).
1308         (glasses-mode): Use jit-lock instead of `after-change-functions'
1309         (patch by Stefan Monnier).
1311 2000-12-12  Miles Bader  <miles@gnu.org>
1313         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1314         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1316 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
1318         * term/mac-win.el: Remove load for ls-lisp.
1320         * loadup.el: Load ls-lisp for system-type `macos'.
1322 2000-12-12  Miles Bader  <miles@gnu.org>
1324         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1325         Respect field end too.
1326         (just-one-space): Respect fields as `delete-horizontal-space'.
1327         (newline-and-indent, reindent-then-newline-and-indent): Use
1328         `delete-horizontal-space'.
1330 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
1332         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1333         (so as to obey the field property in the minibuffer).
1335         * obsolete/c-mode.el: Moved from lisp/progmodes.
1336         * obsolete/auto-show.el: Moved from lisp.
1337         * obsolete/ooutline.el: Moved from lisp/textmodes.
1339 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1341         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
1342         changes to list them here.
1344         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
1345         many changes to list them here.
1347         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
1348         many changes to list them here.
1350         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1352 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
1354         * simple.el (kill-new): Don't try to setcar kill-ring if it is
1355         nil.
1357         * cus-edit.el (custom-save-variables, custom-save-faces):
1358         Comment fix.
1360         * hscroll.el: Moved to `obsolete' subdir.
1362 2000-12-11  Miles Bader  <miles@gnu.org>
1364         * window.el (window-text-height): Function removed (now in C).
1366 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
1368         * log-edit.el (log-edit-parent-buffer): New var.
1369         (log-edit): Set it.  Add BUFFER argument.
1370         (log-edit-done): Use char-before.
1371         Don't bother checking validity of vc-comment-ring.
1372         Only bury the buffer if log-edit popped it up.
1374         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1375         (cvs-mode-diff-help): Remove.
1376         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1377         (cvs-mode-marked): Set up the default for CMD manually.
1379         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1380         Remove binding for ? now made unnecessary.
1382 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1384         * textmodes/reftex.el (reftex-scanning-info-available-p): New
1385         function
1386         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1388         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1389         when master file is not open.
1391 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1393         * progmodes/ada-stmt.el: Update `maintainer'.
1395 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
1397         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1398         choices to match documentation string.
1400 2000-12-09  Miles Bader  <miles@gnu.org>
1402         * minibuf-eldef.el: New file.
1404         * window.el (fit-window-to-buffer): Don't pass last argument to
1405         pos-visible-in-window-p, now that its meaning is inverted.
1407 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
1409         * image.el (create-image): Doc fix; spotted by Per Cederqvist
1410         <ceder@lysator.liu.se>.
1412 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
1414         * autoinsert.el (auto-insert-alist): Add missing final \n.
1416         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
1417         (cvs-menu-map): Remove.
1418         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1419         (cvs-mode-quit): Turn it back into a plain function.
1421         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1422         (texinfo-filter): Remove (move to texinfo.el).
1424         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1425         file where it's more visible.
1426         (texinfo-filter, texinfo-chapter-level-regexp): New variables
1427         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1428         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1429         (texinfo-inside-macro-p): Only catch `scan-error's.
1430         (texinfo-inside-env-p): Make better use of the match info.
1431         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1432         (texinfo-insert-@end): Slight re-organization.
1433         Also remove useless `looking-at' call.
1435 2000-12-08  Andrew Innes  <andrewi@gnu.org>
1437         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1438         accessible in -nw mode.
1440         * term/w32-win.el: Remove stuff about selection timeout, which is
1441         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
1442         it is accessible in -nw mode.
1444 2000-12-08  Dave Love  <fx@gnu.org>
1446         * emacs-lisp/lisp-mode.el (lisp-mode): Set
1447         font-lock-keywords-case-fold-search.
1449 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
1451         * textmodes/ispell.el (ispell): Doc fix.
1453 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
1455         * international/quail.el (quail-insert-decode-map): Check the
1456         frame width of a window displaying the current buffer, not that of
1457         the selected frame.
1458         (quail-help): Make sure that the help buffer has window before
1459         inserting text in it.
1461 2000-12-07  Sam Steingold  <sds@gnu.org>
1463         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1464         Backquote is used in isearch.el, so autoloading saves nothing.
1466 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1468         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1469         the CVS and RCS subdirectories case-insensitively.
1471         * dired.el (dired-insert-directory): If file-system-info is
1472         fboundp, call it instead of invoking dired-free-space-program.
1474 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
1476         * server.el (server-visit-files): Push files on file-name-history.
1478         * progmodes/cc-langs.el: Update copyright.
1480         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1482         * bindings.el (mode-line-mode-menu): Add glasses-mode.
1484         * bindings.el (mode-line-mode-menu): Reverse the order
1485         of define-keys so that the menu appears in alphabetical order.
1487 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
1489         * progmodes/glasses.el (glasses-mode): Update mode line at the end
1490         of the function.
1492 2000-12-07  Dave Love  <fx@gnu.org>
1494         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1496         * facemenu.el (facemenu-unlisted-faces): Fix value.
1498 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
1500         * font-lock.el (font-lock-default-fontify-region):
1501         Include the terminating \n (off-by-one error).
1502         (font-lock-set-defaults): Use dolist.
1504         * derived.el (define-derived-mode): Don't use combine-run-hooks.
1506 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
1508         * international/mule-cmds.el (describe-language-environment): Fix
1509         for the case that an input method title is not string but a list.
1511         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1512         of wrong SIZE record.
1514 2000-12-06  Dave Love  <fx@gnu.org>
1516         * newcomment.el (comment-region, comment-dwim): Doc fix.
1518         * textmodes/texinfo.el: Require tex-mode when compiling.
1519         (texinfo-update-node): Doc fix.
1520         (texinfo-imenu-generic-expression): Add @anchor.
1521         (texinfo-font-lock-keywords): Add @uref.
1522         (texinfo-inside-macro-p): Don't use ignore-errors.
1523         (texinfo-insert-quote): Match more contexts.
1525         * international/mule.el (decode-char, encode-char): Doc fix.
1526         (auto-coding-alist): Customize.
1528         * files.el (load-file): Fix change of 2000-03-12.
1530         * wid-edit.el (widget-text-keymap): Doc fix.
1532 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1534         * makefile.w32-in (lisp): Set to an absolute directory, namely
1535         $(CURDIR).
1537 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1539         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1540         read generated-autoload-file, and set buffer-file-coding-system to
1541         raw-text-unix after reading the file.
1543         * international/mule-conf.el (file-coding-system-alist): Use
1544         raw-text for reading loaddefs.el and raw-text-unix for writing
1545         it.
1547 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
1549         * replace.el (occur): Make line-number-width 1 smaller for the
1550         colon following the line number.
1552         * startup.el (fancy-splash-text, command-line-1): Use
1553         `File' for the menu name instead of `Files'.
1555         * tmm.el: Update copyright.
1557         * cus-start.el: Add entry for even-window-heights.
1559 2000-12-06  Miles Bader  <miles@gnu.org>
1561         * faces.el (frame-set-background-mode): Avoid stomping on
1562         locally modified faces.
1564 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
1566         * international/fontset.el: Correct the font registries for
1567         japanese-jisx0213-1 and japanese-jisx0213-2.
1569 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
1571         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1573         * iswitchb.el: Update customization commentary.
1575 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
1577         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1578         (tpu-search-highlight): Fixed comparison of overlay end positions.
1579         (tpu-trim-line-ends): Implemented trimming logic locally.
1581         * emulation/tpu-extras.el (tpu-write-file-hook)
1582         (tpu-set-cursor-bound): Replaced picture-clean with
1583         tpu-trim-line-ends.
1585 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
1587         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1588         to cn-gb.
1589         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1591 2000-12-04  Dave Love  <fx@gnu.org>
1593         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1595 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1597         * mail/rmailsum.el (rmail-summary-expunge)
1598         (rmail-summary-expunge-and-save): Ask for confirmation with
1599         rmail-expunge-confirmed.
1601         * mail/rmail.el (rmail-expunge-confirmed): New function.
1602         (rmail-expunge): Use it.
1604         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1605         (etags-recognize-tags-table, find-tag-in-order): New
1606         functionality: interpret file names as tags.
1608 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
1610         * info.el (Info-scroll-prefer-subnodes): New defcustom.
1611         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1612         visit the first subnode until the bottom of the current node is
1613         visible.
1615 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1617         * format.el (format-decode): Don't change buffer's undo list.
1619 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
1621         * faces.el (face-font-registry-alternatives): Add entries for CJK
1622         fonts.  Doc-string adjusted for the actual usage of this data.
1624         * international/fontset.el: Change the font registries for CJK
1625         fonts in the default fontset.  Don't append '*' to registries.
1627 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
1629         * emacs-lisp/easy-mmode.el (define-derived-mode)
1630         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1632         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1633         (derived-mode-p): New function.
1634         (derived-mode-make-docstring): Add `docstring' argument.
1635         Use it if available and complete it if necessary.
1637 2000-12-03  Andreas Schwab  <schwab@suse.de>
1639         * type-break.el (type-break): Don't make parent of itself.
1641 2000-12-03  Miles Bader  <miles@gnu.org>
1643         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1645 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
1647         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1648         (tex-main-file, tex-file): Simplify.
1649         (tex-generate-zap-file-name): Use subst-char-in-string.
1650         (tex-strip-dots): Remove.
1652         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1654         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1655         to check if the match succeeded.
1657 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1659         * startup.el (use-fancy-splash-screens-p): New function.
1660         (command-line-1): Use it to determine whether or not to use
1661         a fancy splash screen.
1663 2000-12-02  Andreas Schwab  <schwab@suse.de>
1665         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1667 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1669         * international/mule.el (make-char): Fix last change.
1671         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1672         New defcustoms.
1673         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1674         autoloading tex-mode; instead, do the same manually.  Use
1675         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
1676         with numeric argument.  Docstring fix.
1677         (toplevel): Require cl when compiling.
1679         * international/mule.el (make-char): Doc fix.
1681 2000-12-02  Jason Rumney  <jasonr@gnu.org>
1683         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1684         the Emacs Lisp manual)
1686 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1688         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1690         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1691         the Emacs Lisp manual).
1693 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1695         * simple.el (next-line-add-newlines): Change default to nil.
1697 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
1699         * files.el (revert-buffer, recover-file): Bind
1700         coding-system-for-read to emacs-mule-unix, not to no-conversion.
1702 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
1704         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1706 2000-12-01  Miles Bader  <miles@gnu.org>
1708         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1710 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
1712         * international/mule-diag.el (describe-char-after): Fix typo.
1713         (describe-character-set, non-iso-charset-alist): Fix typo.
1715 2000-12-01  Miles Bader  <miles@gnu.org>
1717         * image-file.el (image-file-name-regexp): Automatically add
1718         upper-case variants of each filename extension in
1719         `image-file-name-extensions', since they seem to be common.
1721         * simple.el (minibuffer-contents)
1722         (minibuffer-contents-no-properties, delete-minibuffer-contents):
1723         New functions.
1724         * filecache.el (file-cache-directory-name)
1725         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1727 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1729         * filecache.el (file-cache-minibuffer-complete): Don't try to
1730         delete the minibuffer prompt.
1732 2000-11-30  Dave Love  <fx@gnu.org>
1734         * cus-start.el: Fix read-buffer-function type.
1736 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1738         * md5.el: Removed.  There's a built-in function, now.
1740 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
1742         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1743         as dummy 0-th char of rmail-deleted-vector.
1745 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
1747         * ps-print.el (ps-end-job): Bind case-fold-search only after
1748         switching to ps-spool-buffer.
1750 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1752         * ps-print.el: Line number font customization.  PostScript: Lines and
1753         PageCount are initialized on each page.  Doc Fix.
1754         (ps-print-version): New version number (6.3.2).
1755         (ps-lpr-switches, ps-font-info-database, ps-font-size)
1756         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1757         (ps-right-header): Customization fix.
1758         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1759         Fix code.
1760         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1761         New vars.
1763 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1765         * bs.el: Fix typos and spelling errors.
1766         (bs-appearance) <defgroup>: Renamed from bs-appearence.
1767         (bs-configuration): Doc fix.
1769         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
1771 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
1773         * emulation/tpu-edt.el (tpu-version): New version.
1774         (tpu-search-overlay, tpu-replace-overlay): New initial range.
1775         (tpu-original-mode-line): Variable deleted.
1776         (tpu-mark-flag): New initial value.
1777         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
1778         tpu-mark-flag to minor-mode-alist.
1779         (tpu-update-mode-line): New mark flag logic.
1780         (tpu-get): Use find-file-wildcards.
1781         (tpu-search-highlight): Move overlay less, reset overlay properly.
1782         (tpu-unselect): Deactivate mark.
1783         (tpu-lm-replace): Reset overlay properly.
1784         (tpu-forward-line): Use forward-visible-line.
1785         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
1787         * emulation/tpu-extras.el (tpu-forward-line): Use
1788         forward-visible-line.
1790 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1792         * cus-edit.el (custom-face-value-create): Always emphasize tag.
1794 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1796         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1797         and skip whitespace and newlines.
1799 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
1801         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1803 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
1805         * help.el (describe-function-1): Regexp-quote function name
1806         when used as part of a regexp.
1808         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1809         face-attribute instead of face-foreground and face-background.
1810         (tool-bar-add-item): Likewise, and handle unspecified colors.
1812         * enriched.el (enriched-face-ans): Use face-attribute instead
1813         of face-foreground and face-background.
1815         * faces.el (face-foreground, face-background, face-stipple):
1816         Return nil if attribute is unspecified, for backward
1817         compatibility.
1819         * files.el (auto-mode-alist): Add an entry for antlr-mode.
1821         * play/5x5.el: Remove version info.
1823         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1825         * frame.el (blink-cursor-mode): Doc fix.
1827 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1829         * antlr-mode.el: New commands to run ANTLR from within Emacs and
1830         to create Makefile rules.
1831         (antlr-tool-command): New user option.
1832         (antlr-ask-about-save): New user option.
1833         (antlr-makefile-specification): New user option.
1834         (antlr-file-formats-alist): New variable.
1835         (antlr-special-file-formats): New variable.
1836         (antlr-unknown-file-formats): New user option.
1837         (antlr-help-unknown-file-text): New variable.
1838         (antlr-help-rules-intro): New variable.
1839         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1840         (antlr-mode-menu): Add entries.
1841         (antlr-file-dependencies): New function.
1842         (antlr-directory-dependencies): New function.
1843         (antlr-superclasses-glibs): New function.
1844         (antlr-run-tool): New command.
1845         (antlr-makefile-insert-variable): New function.
1846         (antlr-insert-makefile-rules): New function.
1847         (antlr-show-makefile-rules): New command.
1849         * antlr-mode.el: More Emacs/XEmacs stuff.
1850         (antlr-no-action-keywords): New constant with value nil.
1851         (antlr-font-lock-keywords-alist): Use it.  Old value would break
1852         syntax highlighting in Emacs-21.0.
1853         (antlr-default-directory): Emacs/XEmacs dependend function.
1854         (antlr-read-shell-command): Ditto.
1855         (antlr-with-displaying-help-buffer): Ditto.
1857 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1859         * antlr-mode.el: imenu, parsing and highlighting changes.
1860         (antlr-imenu-create-index-function): Don't create extra submenus
1861         for definitions in different grammar classes.  It is not necessary
1862         for the menu and would make command `imenu' awkward to use.
1863         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1864         header actions and more than one.
1865         (antlr-font-lock-tokendef-face): Changed color.
1866         (antlr-font-lock-tokenref-face): Changed color.
1867         (antlr-font-lock-additional-keywords): Also highlight lowercase.
1868         (antlr-mode-syntax-table): New variable.
1869         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1870         (antlr-with-syntax-table): Don't copy syntax table.
1872 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1874         * antlr-mode.el: Minor changes: language setting.
1875         (antlr-language-alist): The value for file option "language" can
1876         be both an identifier and a string.
1877         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1878         (antlr-language-limit-n-regexp): Change accordingly.
1880 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1882         * antlr-mode.el: Minor changes: tabs, hiding.
1883         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1884         (antlr-action-visibility): Also allow value nil to also hide the
1885         braces.  Renamed from `antlr-tiny-action-length'.
1886         Suggested by Jay@aol.com.
1887         (antlr-hide-actions): Change accordingly.  Hide line if completely
1888         hidden action is on a line of its own.
1890 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1892         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1894         * sort.el (sort-columns): Don't concat strings with numbers.
1896 2000-11-29  Dave Love  <fx@gnu.org>
1898         * cus-edit.el (face): Fix :format.
1900         * mail/feedmail.el: Require smtpmail when compiling.
1901         (mail-do-fcc): Autoload.
1902         (feedmail) <defgroup>: Fix :link.
1903         (feedmail-nuke-body-in-fcc): Fix :type.
1904         (feedmail-send-it): Add autoload cookie.
1906 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1908         * newcomment.el (comment-indent): Save excursion around call to
1909         comment-indent-function.
1911 2000-11-29  Miles Bader  <miles@gnu.org>
1913         * subr.el (member-ignore-case): Return the tail of the list who's
1914         car matches, like `member', not the matching element itself.
1916 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
1918         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
1919         should not contain `\n'.
1921 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1923         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1925         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1927         * dired-aux.el (dired-do-create-files): Construct default file
1928         name for dired-mark-read-file-name so that when the user enters
1929         just RET, the target file will end up in the target directory.
1931         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1932         local-abbrev-table before changing buffers because it might
1933         have a buffer-local binding.
1935 2000-11-28  Miles Bader  <miles@gnu.org>
1937         * simple.el (delete-horizontal-space): Handle fields more generally.
1939 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1941         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1943 2000-11-28  Dave Love  <fx@gnu.org>
1945         * progmodes/ps-mode.el (ps-mode): Set comment-start and
1946         comment-start-skip locally.
1948         * progmodes/fortran.el (fortran-mode): Don't set
1949         fortran-comment-line-start-skip.  Set comment-start to
1950         fortran-comment-line-start.
1951         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1952         (fortran-comment-line-start-skip): Simplify slightly.
1954 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1956         * play/5x5.el: Remove RCS keyword.
1958         * bs.el: Mistaken commit, undone 2000-11-30.
1960 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
1962         * textmodes/tildify.el (tildify-string-alist): Add
1963         `plain-tex-mode' here.
1965 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
1967         * chistory.el (Command-history-setup): Remove extraneous `keymap'
1968         reference.
1970 2000-11-28  Miles Bader  <miles@gnu.org>
1972         * cus-face.el (custom-face-attributes): Add post-filter function
1973         for :box.  Make pre-filter function for :box handle all cases.
1975         * wid-edit.el (widget-choose): Make sure pop-up window is large
1976         enough to display all the choices, as there's no way to scroll it.
1978 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
1980         * international/mule-conf.el: Make the coding system no-conversion
1981         safe for all characters.
1983 2000-11-27  Dave Love  <fx@gnu.org>
1985         * net/ldap.el (ldap) <defgroup>: Add :version.
1987         * tooltip.el (tooltip-use-echo-area): Doc fix.
1989         * cus-start.el <minibuffer-prompt-properties>: Add version.
1990         <read-buffer-function>: Add.
1992         * apropos.el (apropos-print): Add help-echo to active text.
1994         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1996 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
1998         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1999         type, group and version.
2001 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
2003         * select.el (x-get-selection): Docstring fix.
2005 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
2007         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
2009 2000-11-27  Andrew Innes  <andrewi@gnu.org>
2011         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2013         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2015 2000-11-27  Miles Bader  <miles@gnu.org>
2017         * dired.el (dired-get-filename): Return filename verbatim if
2018         LOCALP is `verbatim'.
2019         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2020         `verbatim' so that we don't inadvertently delete a non-existant
2021         directory name.
2023 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
2025         * international/characters.el: Specify cases and syntaxes for
2026         mule-unicode-0100-24ff.
2028 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
2030         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2031         that foreground and/or background colors of the face `tool-bar'
2032         are unspecified.
2034 2000-11-27  Miles Bader  <miles@gnu.org>
2036         * wid-edit.el (widget-field-buffer, widget-field-start)
2037         (widget-field-end): Handle widget field `pseudo-overlays'.
2038         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2039         if it's there instead of in `widget-field-list'.
2041         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2042         (help-make-xrefs): Delete extraneous newlines at the end of the
2043         docstring.
2045 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2047         * startup.el (command-line): Call set-locale-environment after
2048         Window System init file is read, as it can result in a call to
2049         redraw-frame.
2051 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2053         * simple.el (shell-command): Mention the effect of the prefix
2054         argument in the doc string.
2056 2000-11-25  Miles Bader  <miles@gnu.org>
2058         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2060         * wid-edit.el (widget-field-value-delete): Don't try to delete
2061         overlay when it's the `pseudo-overlay' that exists at some points.
2063 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2065         * international/mule-cmds.el (locale-language-names): Add "jp" as
2066         a non-standard alternative for Japanese.
2068 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2070         * vc-hooks.el: Require 'cl during compilation.
2072 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2074         * faces.el (face-set-after-frame-default): Let face attributes
2075         specified for new frames override frame parameters.
2077         * startup.el (command-line): Fix computation of the source file
2078         for user-init-file when user-init-file is a compiled file.
2080 2000-11-24  Miles Bader  <miles@gnu.org>
2082         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2083         (custom-post-filter-face-spec): New functions.
2084         (custom-face-set, custom-face-value-create): Filter the face spec
2085         before and after customization.
2086         (custom-face-set): If VALUE specifies a null face, pass a
2087         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2088         * cus-face.el (custom-face-attributes): Remove SET and GET
2089         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2090         cases they're needed.
2092         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2093         that it's distinguishable from the :off-glyph on dark-background
2094         displays.  Set its background color too.
2096         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2097         so that people can easily turn it off.
2099 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2101         * ediff-diff.el: Moved variables around to have it compile under NT.
2103         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2105         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2107         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2108         redundant skip-small-frames test.
2110         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2111         (viper-downgrade-to-insert): protect against errors in hooks.
2113         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2114         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2115         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2116         functions.
2118         * viper-util.el (viper-memq-char): Bug fixes.
2120         * viper.el (viper-mode): Fix cursor handling.
2122 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2124         * international/mule-diag.el (list-iso-charset-chars): For
2125         two-byte charset, fix the `while' condition.
2126         (list-non-iso-charset-chars): Fix the `while' condition.
2128 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2130         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2131         if the variable is make-variable-buffer-local.
2133         * progmodes/ada-stmt.el (ada-template-map): Initialize
2134         and bind it to C-c t in ada-mode-map.
2135         (ada-stmt-mode-hook): New function extracted from old code.
2136         Only change the buffer-local side of skeleton-*.
2137         (ada-mode-hook): Use it.
2139 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2141         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2142         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2143         we expect to be returned by minibuffer-depth once we prompt the
2144         user in the minibuffer.
2145         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2146         as recorded in iswitchb-minibuf-depth, return non-nil.
2148 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2150         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2151         (hscroll-window-maybe): Docstring fix.
2153 2000-11-23  Dave Love  <fx@gnu.org>
2155         * rect.el (string-rectangle): Don't test delete-selection-mode.
2157 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2159         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2160         is in the tool bar.
2162         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2163         with `no-dir'; we want the directory part to be able to remove
2164         it.
2166 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2168         * textmodes/outline.el (outline-flag-region):
2169         Don't bind inhibit-read-only since we don't modify the buffer.
2170         (outline-isearch-open-invisible): Don't jump to overlay-start
2171         since we're trying to unhide text around point.
2172         (outline-discard-overlays): Use dolist.
2174         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2176 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2178         * mail/rmail.el (rmail-confirm-expunge): Default to
2179         y-or-n-p.
2181 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2183         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2184         Fix ARG regexp to skip quoted braces.
2185         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2186         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2187         are (correctly) handled separately).
2188         Remove `caption' and `footnote' from `citations': they contain text.
2189         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2190         (latex-skeleton-end-hook): New function.
2191         (latex-mode): Use it.
2192         (tex-start-tex-marker): Remove.
2193         (tex-send-tex-command): Don't set tex-start-tex-marker.
2194         (tex-error-parse-syntax-table): New var.
2195         (tex-compilation-parse-errors): Use it.
2196         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2197         (tex-validate-buffer): Don't bother with marker-position.
2199         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2200         (flyspell-generic-progmode-verify): Use it.
2202 2000-11-22  Sam Steingold  <sds@gnu.org>
2204         * simple.el (delete-trailing-whitespace): New interactive
2205         function.
2207         * progmodes/ada-mode.el (ada-mode): Use it instead of
2208         `ada-remove-trailing-spaces'.
2209         (ada-remove-trailing-spaces): Removed.
2211         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2213         * textmodes/picture.el (picture-clean): Removed.
2214         (picture-mode-exit): Call it instead of `picture-clean'.
2216 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2218         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2220         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2221         jit-lock-fontify-buffer; it should anyway be unneccessary to
2222         do anything special when jit-lock is active.
2223         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2225 2000-11-22  Dave Love  <fx@gnu.org>
2227         * calendar/todo-mode.el (todo-top-priorities): Use
2228         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2230         * language/chinese.el, language/cyrillic.el:
2231         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2232         * language/hebrew.el, language/indian.el, language/japanese.el:
2233         * language/korean.el, language/lao.el, language/misc-lang.el:
2234         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2235         Use provide.
2237         * cus-edit.el (custom-buffer-create-internal): Save some consing.
2238         (custom-variable-set): Improve validation error mesage.
2240         * rect.el (string-rectangle): Revert last change.
2241         (string-rectangle-line): New arg DELETE.
2242         (string-rectangle): Check delete-selection-mode.
2244         * emacs-lisp/edebug.el (edebug-version)
2245         (edebug-maintainer-address): Deleted.
2246         (edebug-submit-bug-report): Just alias to report-emacs-bug.
2247         (edebug-read-function): Account for other `'#' read forms.
2248         (edebug-mode-menus): Make some items toggles.
2249         (edebug-outside-unread-command-event, unread-command-event):
2250         Remove these to avoid warnings.
2252 2000-11-22  David Ponce  <david@dponce.com>
2254         * recentf.el (recentf-menu-items-for-commands)
2255         (recentf-make-menu-items, recentf-make-menu-item)
2256         (recentf-filter-changer): Added :help and :active menu-item properties.
2258         (recentf-build-dir-rules, recentf-dump-variable)
2259         (recentf-edit-list, recentf-open-files-item)
2260         (recentf-open-files): Replaced unnecessary `mapcar' with new
2261         built-in `mapc'.
2263 2000-11-23  Miles Bader  <miles@gnu.org>
2265         * faces.el (menu): Make inverse-video on ttys too.
2267 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2269         * simple.el (comment-line-break-function): Use the new name
2270         indent-new-comment-line -> comment-indent-new-line.
2271         (clone-indirect-buffer): Don't ignore NORECORD.
2272         (next-completion): Properly handle the case where items are adjacent.
2274         * mouse.el (popup-menu): Stupid typo.
2276 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2278         * emacs-lisp/authors.el: Remove autoload cookies, add author,
2279         maintainer, keywords tags.
2281         * rect.el (replace-rectangle): Don't call string-rectangle-line
2282         with too many arguments.
2284 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
2286         * ediff-util.el (ediff-file-checked-out-p)
2287         (ediff-file-checked-in-p): Call vc-state instead of
2288         vc-locking-user, which no longer exists.
2290         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2292 2000-11-22  Dave Love  <fx@gnu.org>
2294         * md5.el (md5): Provide.
2295         (md5): Fix error call.
2297 2000-11-22  Miles Bader  <miles@gnu.org>
2299         * textmodes/refill.el (refill-adjust-ignorable-overlay)
2300         (refill-fill-paragraph-at): Remove debugging code.
2302         * calendar/calendar.el (generate-calendar-window): When we don't
2303         call `fit-window-to-buffer', make sure the top line is fully visible.
2305         * image-file.el (insert-image-file): Don't make `read-only'
2306         property rear-nonsticky.
2308         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2309         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2310         stashing away its original value.
2311         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2312         in the recursive edit.
2313         Bind `isearch-original-minibuffer-message-timeout' to protect it.
2314         (isearch-done): Restore `minibuffer-message-timeout'.
2316         * cus-start.el: Remove entry for `mode-line-inverse-video'.
2318 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
2320         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2322         * find-lisp.el (find-lisp-find-files-internal):
2323         Use dolist, when and file-name-as-directory.
2325         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2326         (define-derived-mode, define-minor-mode): Add specs.
2328         * window.el: General comment and spacing fixes.
2329         (save-selected-window): Use backquotes.
2330         (window-safely-shrinkable-p): New function.
2331         (shrink-window-if-larger-than-buffer): Use it.
2333         * subr.el (make-local-hook): Docstring fix.
2335         * shell.el (shell-mode): Use define-derived-mode.
2337         * newcomment.el (comment-indent): Insert comment before calling
2338         comment-indent-function.  Don't insert in column 0.
2339         (comment-dwim): Indent before inserting comment.
2341         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
2342         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
2343         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2344         Use mapc rather than map.
2346         * files.el (find-buffer-visiting): Compare all attributes before
2347         declaring two files identical (rather than just their inode-no).
2348         (auto-mode-alist): Use \' rather than $.
2350         * which-func.el: Update maintainer line.
2352         * pcvs.el (uniquify-buffer-file-name): Remove advice.
2353         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2354         (uniquify-buffer-file-name): Use it.
2356 2000-11-22  Miles Bader  <miles@gnu.org>
2358         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2359         * simple.el (minibuffer-avoid-prompt): New function.
2361 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
2363         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2365 2000-11-21  Miles Bader  <miles@gnu.org>
2367         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2368         inclusion of `track-mouse'.
2370         * textmodes/refill.el (refill-ignorable-overlay): New variable.
2371         (refill-adjust-ignorable-overlay): New function.
2372         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2373         only the paragraph's tail if possible.
2374         Update `refill-ignorable-overlay'.
2375         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2377         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2378         point inside the fill-prefix.
2380         * textmodes/refill.el (refill-post-command-function): Don't reset
2381         refill-doit in the case where a self-insertion command doesn't
2382         case a refill.  Use `refill-fill-paragraph-at', getting position
2383         from `refill-doit'.
2384         (refill-after-change-function): Set `refill-doit' to END.
2385         (refill-fill-paragraph-at): New function, mostly from old
2386         refill-fill-paragraph.
2387         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2388         (refill-pre-command-function): New function.
2389         (refill-mode): Add it to `pre-command-hook'.
2391 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
2393         * textmodes/artist.el (artist-mode): Fix autoload cookie.
2395         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2396         javadoc tags.
2398 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
2400         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2401         vc.el).
2403         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2404         require vc.
2406         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2407         checkouts.
2409 2000-11-20  Dave Love  <fx@gnu.org>
2411         * Makefile.in (DONTCOMPILE): Omit bindings.el.
2413 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
2415         * calculator.el (calculator-paste): Use `if' instead of `and'
2416         and `or'.
2417         (calculator-help): Don't use electric-describe-mode for XEmacs.
2419 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
2421         * info.el (info-menu-5): Doc fix.
2423         * textmodes/artist.el: New file.
2425 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
2427         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2428         and differentiate according to checkout model.
2429         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2430         since this function is only concerned with master state.
2432         * vc-hooks.el (vc-workfile-unchanged-p,
2433         vc-default-workfile-unchanged-p): Moved here from vc.el.
2435         * vc.el (vc-workfile-unchanged-p,
2436         vc-default-workfile-unchanged-p): See above.
2438 2000-11-19  Miles Bader  <miles@gnu.org>
2440         * image-file.el (insert-image-file): Make `intangible' and
2441         `read-only' properties rear-nonsticky too.
2443 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
2445         * ps-print.el: Update copyright notice.
2447         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2448         (tooltip-show): Use the offsets.
2450         * bindings.el (mode-line-modified): Fix a typo.
2451         (mode-line-toggle-modified, mode-line-widen)
2452         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2454 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
2456         * ps-print.el (toplevel): Test for find-coding-system being
2457         fboundp before calling ps-x-find-coding-system.
2459 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2461         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2462         (vc-version-backup-file): Docstring fix.
2464 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2466         * files.el (basic-save-buffer): Don't add a newline if
2467         find-file-literally is non-nil.
2468         (find-file-literally): Extend doc string.
2470         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2471         sort(1) with the `-f' argument.
2473 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
2475         * vc.el: Updated backend documentation.
2476         (vc-default-check-headers): New function.
2478         * vc-{cvs,rcs,sccs}.el: Functions reordered.
2480         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2481         up-to-date.
2482         (vc-do-command): In the asynchronous case, output messages only if
2483         the minibuffer is not active.
2485         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2486         `vc-cvs-use-edit' is on.
2487         (vc-cvs-checkout): When this is used for reverting the workfile,
2488         make a backup of the original contents and revert to that in case
2489         of error.
2490         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2491         remote repositories.
2493         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2494         for both version and ratio in the minibuffer.
2496         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2497         Use vc-do-command to perform the annotation, not call-process.
2499 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2501         * international/quail.el (quail-start-translation): Don't call
2502         `message' before reading key sequence.
2504 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
2506         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2508 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2510         * window.el (fit-window-to-buffer): Be sure to acquire at least
2511         one text line even if the buffer is empty.
2513 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2515         * net/ange-ftp.el (ange-ftp-file-writable-p)
2516         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2517         ange-ftp-process-verbose to nil.
2519 2000-11-15  Dave Love  <fx@gnu.org>
2521         * wid-edit.el (widget-specify-field, widget-specify-button): If
2522         :help-echo is a function, set help-echo of overlay to
2523         widget-mouse-help.
2524         (widget-mouse-help): New function.
2525         (widget-echo-help): Rewritten for :help-echo functions only taking
2526         a widget arg.
2528         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2529         display-graphic-p.
2530         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2531         and that JPEG is available.
2532         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2534         * international/mule-cmds.el (locale-charset-language-names):
2535         Match @euro.
2537 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
2539         * faces.el (face-set-after-frame-default): If
2540         `inhibit-default-face-x-resources' is bound, don't intialize the
2541         default face from X resources.
2543 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2545         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2546         Don't set EMACSLOADPATH.
2548 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2550         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2551         texinfo-insert-@url.
2552         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2553         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2555 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2557         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2558         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2559         (checkdoc-minor-keymap): Backward compatibility.
2560         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2561         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2562         (checkdoc-this-string-valid-engine): Be a bit more strict
2563         to avoid matching substrings of `...' quoted vars/funs.
2564         (checkdoc-defun-info): Only look for `interactive' if alone.
2565         (debug-ignored-errors): Add "arg doesn't appear in docstring".
2567         * progmodes/compile.el (grep): `tag-default' can be nil.
2569         * newcomment.el (comment-indent): Paren typo.
2571 2000-11-14  Dave Love  <fx@gnu.org>
2573         * calculator.el: New maintainer version.
2575         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2577         * cmuscheme.el: Doc fixes.
2578         (cmuscheme) <defgroup>: Use `scheme' as parent.
2579         (cmuscheme-program-name): Remove.  Change uses to
2580         scheme-program-name.
2582         * xscheme.el (scheme-program-name): Don't define here.
2584         * progmodes/scheme.el (scheme-program-name): New variable
2585         (originally in cmuscheme).
2587 2000-11-14  Miles Bader  <miles@gnu.org>
2589         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2590         Handle header-lines.  Don't loop forever if we can't enlarge the
2591         window anymore.  Simplify a bit.
2593 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
2595         * window.el (fit-window-to-buffer): Don't check
2596         window-text-height.  Assure that the last line is fully visible.
2598         * international/quail.el (quail-show-guidance-buf): Call
2599         fit-window-to-buffer to assure the enough height of the guidance
2600         buffer.
2601         (quail-update-guidance): Avoid making the guidance buffer shorter.
2603 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2605         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2606         rather than `prepend' and add an interesting comment.
2607         (tex-math-face, tex-font-lock-syntactic-face-function):
2608         New face and function to use it.
2609         (tex-define-common-keys, tex-mode-map): Use menu-item rather
2610         than `menu-enable' symbol property.
2611         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2612         (tex-mode): Add some latex-mode commands for auto-selection.
2613         Use tex-font-lock-syntactic-face-function.
2614         (tex-insert-quote): Simplify.
2615         (tex-shell): New mode.
2616         (tex-start-shell): Use it.
2617         (tex-shell-proc, tex-shell-buf): New functions.
2618         (tex-send-command): Use it.
2619         (tex-main-file): Fix the meaning of the new arg REALFILE.
2620         (tex-send-tex-command): New function split from `tex-start-tex'.
2621         Set compilation-last-buffer and compilation-parsing-end.
2623         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2624         when it follows non-comment text on the line.
2626         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2627         Set font-lock-defaults.
2628         (lisp-mode-shared-map): Init inside the defvar.
2629         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2630         Use define-derived-mode.
2632 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
2634         * faces.el (header-line): Use `:box nil' for color/gs displays too.
2636 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
2638         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2639         recursively optimize body because that can lead to infinite
2640         recursion; see comment there.
2642 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
2644         * faces.el (face-spec-set-match-display): Revert the change from
2645         2000-10-24.  Add a FIXME for after v21.1.
2647 2000-11-13  Miles Bader  <miles@gnu.org>
2649         * textmodes/fill.el (skip-line-prefix): New function.
2650         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
2651         (fill-paragraph): Don't leave point inside the fill-prefix.
2652         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2653         point inside the fill-prefix.
2655 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
2657         * calendar/calendar.el (generate-calendar-window): Use
2658         `fit-window-to-buffer'.
2660 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
2662         * gud.el (gud-minor-mode): New var.
2663         (gud-symbol, gud-val): New functions.
2664         (gud-find-file): Copy gud-minor-mode to the new buffer.
2665         (gud-menu-map): Include entries for commands that are not always
2666         available, using :enable to (de)activate them.
2667         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
2668         (gud-mode-map): New map.
2669         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2670         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2671         Don't set up gud's menu (it's done by the minor-mode).
2672         (gud-minibuffer-local-map): New.
2673         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2674         (gud-query-cmdline): New function.
2675         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
2676         (gud-mode): Use define-derived-mode.
2677         Don't set up gud's menu (it's done by the minor-mode).
2678         (gud-chop-words): Remove.
2679         (gud-common-init): Use split-string instead.
2680         (gud-new-keymap, gud-make-debug-menu): Eradicate.
2682         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2683         Add keyword arg :name.
2685         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2686         (diff-count-matches, diff-split-hunk): New functions.
2687         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2689         * pcvs-info.el (cvs-fi-conflict-face): New var.
2691         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2692         Make it into a simple syntax-table, shared among all submodes.
2693         (sh-heredoc-face): Re-introduce.
2694         (sh-font-lock-syntactic-face-function): New function.
2695         (sh-mode): Use it.  Also use define-derived-mode.
2696         Remove old bogus setting of indent-region-function.
2697         (sh-set-shell): Don't set the syntax-table any more.
2698         (sh-mode-syntax-table) <defun>: Remove.
2700 2000-11-12  Miles Bader  <miles@gnu.org>
2702         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2703         message if interactive.
2705 2000-11-12  Dave Love  <fx@gnu.org>
2707         * mail/feedmail.el: Fix header,
2708         (feedmail) <defgroup>: Add :link.
2710         * view.el: Use local-map property, not keymap on mode-line string.
2712         * scroll-all.el (scroll-all-mode): Customize variable.  Add
2713         autoload cookie to function.
2715         * lazy-lock.el: Remove compatibility code.
2717         * finder.el (finder-known-keywords): Add `files', remove `vms'.
2718         (finder-help-echo): New variable.
2719         (finder-mouse-face-on-line): Add help-echo stuff.
2720         (finder-list-keywords, finder-list-matches): Use mapc.
2722         * faces.el (face-font-registry-alternatives): Add :version.
2724         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2725         tags-table-list.
2727         * net/browse-url.el (browse-url-browser-function): Update :version.
2729         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2730         (mail-mode): Use [:alnum:] in some regexps.
2732 2000-11-10  Dave Love  <fx@gnu.org>
2734         * ediff.el (ediff-regions-internal, ediff-documentation):
2735         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2736         fundamental mode.
2738         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2739         buffer into fundamental mode.
2740         (ediff-set-difference): Use copy-sequence if available.
2742         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2743         ediff-patch-map non-nil.
2744         (ediff-fixup-patch-map, ediff-fixup-patch-map)
2745         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2746         buffer into fundamental mode.
2748         * ediff-merg.el (state-or-merge): Defvar when compiling.
2750 2000-11-10  Jason Rumney  <jasonr@gnu.org>
2752         * w32-fns.el (w32-add-charset-info): New function.
2753         (w32-charset-info-alist): Use it.
2755 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2757         * faces.el (face-font-registry-alternatives): New user-option.
2759 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
2761         * textmodes/texinfo.el (texinfo-block-default): New var.
2762         (texinfo-insert-block): Use it.  Insert a newline if needed.
2764         * textmodes/fill.el (fill-indent-according-to-mode): New var.
2765         (fill-region-as-paragraph): Use it.
2767         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2768         (latex-mode): Tweak tex-*-(head|trail)er regexps.
2769         Tweak paragraph regexps to allow a leading [ \t]*.
2770         (tex-latex-block): Insert a newline if necessary.
2771         (latex-insert-item): Only insert a newline if necessary.
2772         (tex-guess-main-file): New function.
2773         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
2774         Set tex-main-file if TeX-master is provided.
2775         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2777 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2779         * startup.el (command-line): Set the default tooltip-mode
2780         to t for graphical displays which implement x-show-tip.
2782         * tooltip.el (tooltip-mode): Add a comment about startup.el
2783         setting the default value of this user-option.
2785 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
2787         * font-lock.el (font-lock-*-face) <defvar>: Move.
2788         (font-lock-defaults-alist): Mark obsolete.
2789         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2790         (font-lock-mode): Use define-minor-mode.
2791         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2792         (font-lock-turn-off-thing-lock): Be more explicit.
2793         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2794         (font-lock-syntactic-face-function): New var.
2795         (font-lock-fontify-syntactically-region): Use it.
2796         (font-lock-doc-face): New.
2798         * pcvs.el (cvs-enabledp): Ignore errors.
2799         (cvs-commit-filelist): Never query.
2800         (cvs-mode-insert): Always add a terminating / in the initial prompt.
2801         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2802         (cvs-do-removal): Use cvs-partition rather than delete-if.
2803         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2804         cvs-bury-buffer.
2806         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2807         Allow `next' to jump to after the end of the last match.
2809 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
2811         * simple.el (byte-compiling-files-p): New function.
2813         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2814         if it is there.
2816         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2817         nil again.
2819         * textmodes/ispell.el (ispell-library-path): Don't call
2820         check-ispell-version when byte-compiling because that starts
2821         an ispell process, and ispell might not be installed.
2822         (toplevel): Don't set up a menu when byte-compiling.
2824         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2825         it, so that a boundp test can be used to determine if we're
2826         currently byte-compiling.
2828 2000-11-09  Dave Love  <fx@gnu.org>
2830         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2831         eval-after-load.
2833 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2835         * ps-print.el: Patch for variable initialization when spooling.  Doc
2836         fix.
2837         (ps-output-list): Fun eliminated.
2838         (ps-begin-file, ps-begin-job): Code fix.
2840 2000-11-08  Dave Love  <fx@gnu.org>
2842         * ediff-wind.el (ediff-control-frame-parameters): Zero
2843         tool-bar-lines.
2845 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
2847         * simple.el (shell-command, display-message-or-buffer)
2848         (shell-command-on-region): Mention resize-mini-windows in the doc
2849         string.
2850         (display-message-or-buffer): Take the value of resize-mini-windows
2851         into account.
2853 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
2855         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2857         * dired.el (dired-between-files): Add `^. find' as an alternative
2858         to the regular expression, for find-dired.
2860 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2862         * textmodes/texnfo-upd.el: Require texinfo.
2863         (defmacro, defgroup): Remove.
2864         (texinfo-section-to-generic-alist): Remove.
2865         Use texinfo-section-list instead (i.e. level is changed string->int).
2866         (texinfo-filter): New function.
2867         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2868         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2869         Use it.  And use regexp-opt.
2870         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2871         (texinfo-update-menu-region-beginning)
2872         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2873         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2874         (texinfo-update-menu-same-level-regexps): Update.
2875         (texinfo-update-node, texinfo-every-node-update)
2876         (texinfo-sequential-node-update): Remove autoload cookie.
2878         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2879         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2880         (texinfo-chapter-level-regexp): Remove.
2881         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2883 2000-11-06  Dave Love  <fx@gnu.org>
2885         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2887         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2888         Match defun*.
2890 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2892         * composite.el (composition-function-table): Variable declaration
2893         moved to src/composite.c.
2894         (compose-chars-after): New optional arg object.
2896 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
2898         * bindings.el (mode-line-toggle-read-only)
2899         (mode-line-toggle-modified, mode-line-widen)
2900         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2901         (make-mode-line-mouse2-map): Rewritten.
2902         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2903         functions so that C-h k can show something with a doc string.
2905         * startup.el (fancy-splash-delay): Set to 10 seconds.
2906         (fancy-splash-max-time): New user-option.
2907         (fancy-splash-stop-time): New variable.
2908         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
2909         (fancy-splash-screens-1): Throw `stop-splashing' when current
2910         time is greater than fancy-splash-stop-time.
2912 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2914         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2916         * pcvs.el (cvs-mode-marked): New arg `noquery'.
2917         Prompt user for a file rather than raising an error.
2918         (cvs-enabledp): Fix call to cvs-mode-marked.
2919         (cvs-insert-file): New function (extracted from cvs-mode-insert).
2920         (cvs-mode-insert): Use it.  Change the init prompt' value.
2921         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2923         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2924         Don't pass default arg to ewoc-locate.
2925         (ewoc-collect): Return result in the right order.
2927         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2929         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2930         (cvs-status-get-tags): Fix regexp.
2931         (cvs-status-trees, cvs-status-cvstrees):
2932         Combine after change hooks and don't sit-for.
2933         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2934         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2935         Use make-char rather than hard-coded cryptic data.
2936         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2938         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2940         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2941         (cvs-insert-strings): New function.
2943 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
2945         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2946         `mwheel-scroll-amount'.
2947         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2948         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2949         string-matching against the version string.
2951 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2953         * language/thai.el ("Thai"): Set a lisp form that produces
2954         composed string in `sample-text' language info.
2956         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2957         composed string in `sample-text' language info.
2959         * international/mule-cmds.el (describe-language-environment): Eval
2960         `sample-text' data and insert the result.
2962         * international/mule-conf.el (compound-text): Define this coding
2963         system here.  Make x-ctext and ctext aliases of it.
2965         * language/european.el (compound-text, ctext): Moved to
2966         international/mule-conf.el.
2968 2000-11-05  Andrew Innes  <andrewi@gnu.org>
2970         * w32-fns.el (w32-version): New function.
2972 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
2974         * progmodes/awk-mode.el: Update copyright.
2975         (awk-mode-abbrev-table): Remove.
2976         (awk-font-lock-keywords): Use regexp-opt.
2977         (awk-mode): Use define-derived-mode.
2979         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2980         when extracting a suffix.
2982 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
2984         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
2985         auto-save-mode.
2987 2000-11-04  Jason Rumney  <jasonr@gnu.org>
2989         * language/european.el (decode-mac-roman): Test against r1 not r0.
2991 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
2993         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2994         (icon-mode): Define indent-line-function.
2995         (icon-comment-indent): Simplify.
2996         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2998         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3000         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3001         Bind change-log-default-mode to defeat the caching done on it.
3002         Don't bother saving excursion any more.
3004         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3006         * frame.el (after-setting-font-hook): Rename hooks -> hook.
3007         (set-frame-font): Use the new name (and the old for compatibility).
3009         * toolbar/tool-bar.el (tool-bar-mode):
3010         * time.el (display-time-mode):
3011         * recentf.el (recentf-mode):
3012         * paren.el (show-paren-mode):
3013         * mwheel.el (mouse-wheel-mode):
3014         * msb.el (msb-mode):
3015         * jka-compr.el (auto-compression-mode):
3016         * image-file.el (auto-image-file-mode):
3017         * hl-line.el (hl-line-mode):
3018         * delsel.el (delete-selection-mode):
3019         * autoinsert.el (auto-insert-mode):
3020         * complete.el (partial-completion-mode): Drop unneeded positional args.
3022         * info.el (Info-mode):
3023         * comint.el (comint-mode): Don't bother with make-local-hook.
3025         * log-edit.el (log-edit-menu): New menu.
3027 2000-11-03  Miles Bader  <miles@gnu.org>
3029         * wid-edit.el (widget-end-of-line): Reinstate, with a new
3030         definition, so that trailing spaces are handled properly.
3031         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3033 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
3035         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3036         tab character.
3037         (fancy-splash-screens): Set tab-width to 20.
3039 2000-11-03  Dave Love  <fx@gnu.org>
3041         * comint.el (comint-completion-addsuffix): Fix custom type.
3043 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3045         * font-lock.el (font-lock-buffers): Remove.
3046         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3047         (font-lock-change-major-mode): Remove.
3048         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3049         (font-lock-default-fontify-region): Extend the multiline
3050         fontification to whole lines.
3051         (font-lock-fontify-anchored-keywords)
3052         (font-lock-fontify-keywords-region): If matching just one
3053         line (with \n) only mark the \n as multiline.
3055         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3056         Correctly handle the case where several :group args are supplied.
3057         Allow :extra-args.
3058         (easy-mmode-define-global-mode): Allow :extra-args.
3059         Correctly handle the case where several :group args are supplied.
3061 2000-11-02  Miles Bader  <miles@gnu.org>
3063         * calendar/calendar.el (diary-face, calendar-today-face)
3064         (holiday-face): Remove dependency on `window-system'.
3066 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3068         * Makefile.in (emacs): Set EMACSLOADPATH always.
3069         (update-authors, .el.elc, compile-files): Don't do it explicitly
3070         here.
3071         (compile-files): Bomb out if compilation of a file fails.
3073 2000-11-02  Dave Love  <fx@gnu.org>
3075         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3077 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3079         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3080         punctuation in the warning inserted into the *mail* buffer.
3082 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3084         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3085         (authors-public-domain-p): New function.
3086         (authors-print): Use it.
3088         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3090         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3092 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3094         * ps-print.el: Extension for even/odd printing.  Doc fix.
3095         (ps-print-version): New version number (6.3.1).
3096         (ps-even-or-odd-pages): Customization fix.
3097         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3098         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3099         (ps-page-count): Var replaced by `ps-page-column'.
3100         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3101         (ps-print-sheet-p): New fun.
3103 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3105         * tooltip.el (tooltip-gud-tips-setup): New function.
3106         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3107         (tooltip-mode): Call tooltip-gud-tips-setup.
3108         (tooltip-gud-tips): Use `gud-basic-call' instead of
3109         process-send-string, so the prompt gets frobbed appropriately.
3110         Handle nil return value from `tooltip-gud-print-command'.
3112 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3114         * comint.el (comint-add-to-input-history): New function.
3115         (comint-send-input): Use `comint-add-to-input-history'.
3117 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3119         * info.el (info-menu-header): New face.
3120         (Info-fontify-menu-headers): New function.
3121         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3123         * info.el (Info-insert-dir): Don't include blank lines at
3124         beginning of additional dir files (one is added automatically).
3126 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3128         * emacs-lisp/easy-mmode.el (define-minor-mode):
3129         Revert the latest changes.
3130         Allow the three positional arguments to be skipped and replaced
3131         by keyword arguments.
3132         Add a :toggle argument to determine whether a nil arg means toggle
3133         or means turn-on.  The default is unchanged.
3134         Add a call to force-mode-line-update.
3136 2000-11-01  Dave Love  <fx@gnu.org>
3138         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3139         cookie.
3141 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3143         * calendar/calendar.el (diary-face, holiday-face): Add
3144         dark-background variants.
3146 2000-10-31  Sam Steingold  <sds@gnu.org>
3148         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3149         `tex-main-file' does not have directory in it.
3151 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3153         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3155 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3157         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3158         functional change.
3160 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3162         * files.el (find-file-noselect): When we expand a wildcard, return
3163         a list of buffers, as we should do according to the doc string.
3165 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3167         * loadup.el (top level): Adjust load path if program name is
3168         "../src/bootstrap-emacs", in case it's not dumped and thus the
3169         load path adjustment hasn't already been done.
3171 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3173         * ps-print.el: Fix bug on selected pages for printing.  Use
3174         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3175         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3176         (ps-print-version): New version number (6.3).
3177         (ps-color-device): Use `color-values' to determine if device
3178         supports color.
3179         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3180         (ps-print-page-p): Changed from defsubst to defun.
3181         (ps-page-number): Changed from defmacro to defun.
3182         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3183         printing.
3184         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3185         (ps-end-file, ps-dummy-page): Funs eliminated.
3186         (ps-print-color-scale): Changed default value.
3187         (ps-page-n-up, ps-print-page-p): New internal vars.
3188         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3189         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3191         * delim-col.el: Little programming improvement.
3192         (delimit-columns-str): New macro.
3193         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3195 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3197         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3198         Moved to european.el.
3199         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3200         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3201         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3202         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3204 2000-10-30  Dave Love  <fx@gnu.org>
3206         * progmodes/cc-menus.el (imenu-generic-expression)
3207         (imenu-progress-message): Only defvar when compiling.
3209         * emacs-lisp/elp.el (elp-unload-hook): New function.
3211         * loadhist.el (unload-feature): Call elp-restore-function,
3212         checking for symbols; don't use elp-restore-all.
3213         (loadhist-hook-functions): Doc fix.
3215 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3217         * log-edit.el (log-edit-confirm): Fix the default.
3219 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3221         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3222         delimit-columns-format.
3223         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3225 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3227         * comint.el (comint-replace-by-expanded-history): Don't use
3228         comint-get-old-input (we're not looking at *old* input).
3229         (comint-get-old-input-default): If using fields, signal an error
3230         when the point is not in an input field.
3232 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3234         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3235         and mule-unicode-e000-ffff.
3237         * international/mule.el (decode-char, encode-char): New functions.
3238         (make-coding-system): Accept a symbol of translation table as a
3239         value of property `safe-chars'.
3241         * international/mule-cmds.el (encode-coding-char): Check property
3242         safe-chars instead of safe-charsets.
3244         * international/fontset.el (fontset-default): Modified for
3245         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3246         (x-font-name-charset-alist): Likewise.
3247         (ccl-encode-unicode-font): New CCL program.  Record it in
3248         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3250         * language/european.el (mac-roman-decoder, mac-roman-encoder):
3251         New translation tables.
3252         (decode-mac-roman, encode-mac-roman): Definition of these CCL
3253         programs are modified and moved from mac-win.el.
3254         (mac-roman): Definition of this coding system is modified and
3255         moved from mac-win.el.
3257 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3259         * ediff-wind.el (ediff-setup-control-frame): Enclose
3260         face-attribute in condition-case to avoid errors in older emacsen.
3262 2000-10-29  Miles Bader  <miles@gnu.org>
3264         * custom.el (custom-add-to-group): Allow multiple entries for a
3265         given value OPTION, as long as their widget types are different.
3266         * cus-edit.el (custom-face-value-create): If face name doesn't end
3267         with "face", add such here (similar to custom group widgets).
3269         * comint.el (comint-highlight-prompt): Add :type.
3271 2000-10-28  John Wiegley  <johnw@gnu.org>
3273         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3274         Changed this function to operate on a temporary buffer instead of
3275         the main buffer.  This not only keeps flyspell from marking a
3276         buffer as changed that wasn't, but it solves the jumpy cursor
3277         problem when attempts are made to edit incorrect words.
3278         (flyspell-maybe-correct-doubling): Same change as for
3279         `flyspell-maybe-correct-transposition'.
3281         * calendar/timeclock.el (timeclock-log): Doc fix.
3282         (timeclock-last-event): Doc fix.
3283         (timeclock-log): Kill the timelog buffer after appending a new
3284         event.
3285         (timeclock-find-discrep): Use a temp buffer to read in the
3286         timelog, instead of visiting the file.
3287         (timeclock-log-data): A new function, along with a host of helper
3288         functions, for the purpose of making timelog data accessible to
3289         programmers.
3291         * eshell/esh-mode.el (window-height test): Make certain that
3292         `eshell-stringify-t' is non-nil.
3293         (eshell-password-prompt-regexp): Changed to a much simpler
3294         password regexp.
3295         (eshell-send-input): If `eshell-invoke-directly' returns t,
3296         directly invoke the parsed command using `eval'.  This improves
3297         turn-around time on simple commands by a factor of three or
3298         greater, such as cd, ls, pwd, etc. -- which get used very often.
3299         It also conserves thousands of cons cells per call (since
3300         `eshell-do-eval' consumes memory like a Cookie Monster set loose
3301         in the Pacific Cookie Company).
3303         * eshell/esh-test.el (eshell-test): Whitespace fix.
3305         * eshell/em-ls.el (eshell-ls-insert-directory): Make
3306         `eshell-ls-initial-args' nil when inserting directory contents.
3308         * eshell/em-script.el (eshell-script-initialize): Add names to
3309         `eshell-complex-commands, since `source' and `.' are complex.
3311         * eshell/esh-cmd.el (eshell-rewrite-for-command)
3312         (eshell-rewrite-while-command): Use `eshell-protect' instead of
3313         `eshell-copy-handles'.
3314         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3315         bodies.
3316         (eshell-separate-commands): Whitespace fix.
3317         (eshell-complex-commands): Added a new list of names, for
3318         determining whether a given command is as simple as it looks.
3319         (eshell-invoke-directly): New function.  Returns t if a command
3320         should be invoked directly (using `eval'), rather than indirectly
3321         using `eshell-do-eval'.
3322         (eshell-do-eval): Whitespace fix.
3324         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3325         which provides an emulation of the DOS shell behavior of assuming
3326         that cp/mv/ln should copy/move/link to the current directory.
3327         (eshell-remove-entries): Added a doc string.
3328         (eshell-shuffle-files): Removed the check for `target' being null.
3329         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3330         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3331         it to do a smarter check of whether a destination was provided.
3332         (eshell/mv, eshell/cp): Enable `:preserve-args'.
3333         (eshell/ln): Enable `:preserve-args', and use
3334         `eshell-mvcpln-template' to implement the body of the function.
3335         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3336         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3337         list after flattening it.  This makes it possible to cat files
3338         with numerical names.
3339         (eshell-unix-initialize): Added several names to
3340         `eshell-complex-commands.
3341         (eshell-unix-command-complex-p): Return t if a given command name
3342         may result in external processes being invoked.
3344         * eshell/em-glob.el (eshell-glob-show-progress): Make this
3345         variable nil by default, since it slows down glob processing by a
3346         factor of two or more, and increases memory consumption.
3348         * eshell/em-smart.el: Added a note about how memory consumptive
3349         smart display mode can be (at least this is true in Emacs 21).
3350         (eshell-smart-initialize): Whitespace fix.
3351         (eshell-refresh-windows): Use `if' instead of `when'.
3352         (eshell-smart-scroll-window): Calling `save-current-buffer' was
3353         not necessary.
3354         (eshell-currently-handling-window): Added a missing global
3355         variable.
3357         * eshell/em-ls.el (eshell-do-ls): Code simplification.
3358         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3359         Whitespace fix.
3360         (eshell-ls-exclude-hidden): Added this variable in addition to
3361         `eshell-ls-exclude-regexp'.  This one prevents files beginning
3362         with . from even being read, which can improve memory consumption
3363         quite a bit.
3364         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3365         read file entries beginning with a dot.  In home directories with
3366         lots of hidden files, fully two-thirds of the time spent in ls is
3367         used to read directory entries that are immediately thrown away.
3368         (eshell-ls-initial-args): Added back this configuration variable,
3369         for specifying default initial arguments to every call to ls.
3370         Much faster than using an alias to do the same thing.
3371         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3372         (eshell-ls-dir): Whitespace change.
3374         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3376         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3377         available.
3378         (eshell-stringify-t): Added a customization variable, to indicate
3379         whether `t' should be rendered as a string at all.  If not, one
3380         can still determine if the result of an expression is true using
3381         "file-exists-p FILE && echo true".
3382         (eshell-stringify): If `eshell-stringify-t' is nil, don't
3383         stringify t!
3385         * eshell/esh-module.el: Whitespace fix.
3387         * eshell/em-alias.el (eshell-alias-initialize): Added
3388         `eshell-command-aliased-p' to `eshell-complex-commands'.
3389         (eshell-command-aliased-p): New function that returns t if a
3390         command name names an aliased.
3392 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3394         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3395         redrawing the screen when changing cursor color.
3396         (viper-insert-state-pre-command-sentinel)
3397         (viper-replace-state-pre-command-sentinel)
3398         (viper-replace-state-post-command-sentinel):
3399         Use viper-preserve-cursor-color.
3400         Many functions changed to use viper= instead of = when comparing
3401         characters.
3402         * viper-util.el (viper-memq-char,viper=): New functions for
3403         working with characters.
3404         (viper-change-cursor-color): Fixed buglet.
3405         Many functions changed to use viper= instead of = when comparing
3406         characters.
3407         * viper.el (viper-insert-state-mode-list): Added eshell.
3409         * ediff-init.el (ediff-before-setup-hook): New hook.
3410         Several typos fixed in various docstrings.
3411         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3412         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3413         hook.
3414         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3415         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3416         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3417         (ediff-get-selected-buffers): New function.
3418         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3419         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3420         save-window-excursion.
3421         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3422         termination check in while loop.
3423         * ediff.el (ediff-get-default-file-name): Better defaults when in
3424         dired buffer.
3425         (ediff-files,ediff-merge-files,ediff-files3)
3426         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3428 2000-10-28  Dave Love  <fx@gnu.org>
3430         * info.el (Info-fontify-node): Add help-echo for menu items.
3432 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3434         * startup.el (normal-top-level): If the value of $TERM indicates
3435         we are running from xterm or one of its work-alikes, default to a
3436         light background mode.
3438         Support for -fg, -bg, and -rv command-line arguments for TTYs:
3439         * faces.el (tty-handle-reverse-video): New function.
3440         (tty-create-frame-with-faces): Call it.
3442         * frame.el (frame-notice-user-settings): Don't apply
3443         default-frame-alist and initial-frame-alist to MS-DOS frames.
3444         Call tty-handle-reverse-video, frame-set-background-mode, and
3445         face-set-after-frame-default for non-MS-DOS frames.
3447         * startup.el (tty-long-option-alist): New variable.
3448         (tty-handle-args): New function.
3449         (command-line): Call tty-handle-args.
3451         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3452         startup.el now does that for all character-terminal frames.
3454 2000-10-28  Miles Bader  <miles@gnu.org>
3456         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3457         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3458         global.  If :global is followed by a non-nil but non-t value,
3459         make the mode buffer-local, but also generate a `global-MODE'
3460         version using `easy-mmode-define-global-mode'.  Add
3461         :conditional-turn-on keyword argument.
3463 2000-10-28  Dave Love  <fx@gnu.org>
3465         * international/latin1-disp.el (latin1-char-displayable-p): Don't
3466         use window-system.
3468 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
3470         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3471         Don't call find-buffer-file-type-coding-system.  Instead, just
3472         set eol-type to -unix if inhibit-eol-conversion is in effect, or
3473         if the file is on an untranslated filesystem.
3474         (add-untranslated-filesystem): Use "D" instead of "f" inside
3475         interactive.
3477 2000-10-27  Dave Love  <fx@gnu.org>
3479         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3480         (refill-mode): Use it.
3482 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3484         * international/quail.el (quail-activate): Don't make-local-hook.
3486 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
3488         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3489         manual backups and file.~<rev>.~ for automatic ones.
3490         (vc-make-version-backup): Don't do it on MS-DOS without long file
3491         names.
3493         * vc.el (vc-version-other-window): If an automatic backup of the
3494         desired version exists, rename it instead of copying it.
3496         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3497         after command.  If there's an unexpected error, signal it instead
3498         of being silent.
3499         (vc-cvs-merge-news): Be prepared for no news at all.
3501 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
3503         * shell.el (shell): Add BUFFER argument.
3504         * comint.el (make-comint-in-buffer): New function.
3505         (make-comint): Use it.
3507         * faces.el (face-spec-choose): Change syntax so that the list of
3508         attribute-value pairs is now the cdr of each clause, not the cadr.
3509         Detect old-style entries, and handle them.  Use pop.
3511 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
3513         * cus-edit.el (custom-mode-map): Use a sparse map.
3514         (custom-mode): Don't bother with make-local-hook.
3516         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3518         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3520 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3522         * ps-print.el: Avoid compilation gripes.
3523         (ps-print-version): New version number (6.2.1).
3525 2000-10-26  Dave Love  <fx@gnu.org>
3527         * menu-bar.el: Modify some menu item help strings.
3528         (menu-bar-help-menu): Add link to MORE.STUFF.
3530         * cus-edit.el (custom-mode): Add `special' mode-class property.
3532         * wid-browse.el (widget-browse-mode): Likewise.
3534         * wid-edit.el (widget-specify-field): Revert to using local-map
3535         property, not keymap.
3537 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
3539         * wid-edit.el (widget-field-end): When checking for a `boundary'
3540         field, do so in the correct buffer.
3542         * simple.el (undo): Correctly distinguish between numeric and
3543         non-numeric prefix args in non-transient-mark-mode, as per the doc
3544         string.  When in transient-mark-mode, treat all prefix-args as
3545         numeric.
3547         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3548         Position point on match.  Handle N == 0 correctly.
3550         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3551         (comint-mode-map): Reverse order of `comint-write-output' and
3552         `comint-append-output-to-file'.
3553         (comint-append-output-to-file): Reinstate this function, for the
3554         benefit of the menu.
3556 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3558         * vc.el (vc-version-other-window): Bind `file'.
3560 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3562         * Makefile.in (update-authors): New target for maintenance purposes.
3564         * emacs-lisp/authors.el (batch-update-authors): New function.
3565         (authors-fixed-entries): New defconst.
3566         (authors-add-fixed-entries): New function.
3567         (authors): Call it.: Don't process lispref/.
3569 2000-10-25  Jason Rumney  <jasonr@gnu.org>
3571         * cus-edit.el (custom-button-face, custom-button-pressed-face):
3572         Merge x w32 and mac definitions.
3574 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3576         * menu-bar.el (menu-bar-options-menu): Add a help string for
3577         `uniquify'.
3579 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
3581         * time-stamp.el (time-stamp-string-preprocess):
3582         Fix a wrong type argument error.
3584 2000-10-25  Miles Bader  <miles@gnu.org>
3586         * recentf.el (recentf-mode): Variable removed.
3587         (recentf-mode): Use `define-minor-mode'.
3589         * mwheel.el (mouse-wheel-mode): New global minor mode.
3590         (mwheel-install): Use `mouse-wheel-mode'.
3592 2000-10-25  Dave Love  <fx@gnu.org>
3594         * progmodes/cperl-mode.el (cperl-mode):
3595         Set normal-auto-fill-function correctly.
3597         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3598         inherit from global-map and don't nullify menu-bar and tool-bar
3599         bindings.
3601 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
3603         * wid-edit.el (widget-field-at): New function.
3604         (widget-at, widget-field-activate): Use it.
3605         (widget-tabable-at): Use `widget-at'.
3606         (widget-specify-field): If the terminating character of the widget
3607         field (which is read-only) is a newline, put it into a special
3608         `boundary' field so that C-n/C-p act more naturally.
3609         (widget-field-end): Also don't subtract one if a special
3610         `boundary' field has been added after the widget field.
3612         * comint.el (comint-output-filter, comint-send-input): Don't
3613         bother adding stickiness fields to overlays to fool the field
3614         code, since it should notice the overlay insertion-types now.
3616         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3617         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3618         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3620 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3622         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3623         (authors): Set file coding system to iso-2022-7bit.  Add
3624         file-local variables to output buffer.
3626         * files.el (after-find-file): Don't print any warnings if
3627         WARN is nil.
3629 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3631         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3633         * delim-col.el: Now there is a column formatting mechanism.
3634         Modified to customization mechanisms convention.  Doc fix.
3635         (columns): New group for delim-col.
3636         (delimit-columns-before, delimit-columns-after)
3637         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3638         (delimit-columns-end): New vars.
3639         (delimit-columns-customize, delimit-columns-format): New funs.
3640         (delimit-columns-region, delimit-columns-rectangle)
3641         (delimit-columns-rectangle-line): Modified to support column
3642         formatting.
3644 2000-10-24  Dave Love  <fx@gnu.org>
3646         * log-edit.el (log-edit): Add :version and a :group for vc.
3648 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3650         * files.el (after-find-file): Don't print a message ``New file''
3651         if WARN is nil.
3653         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3654         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
3655         get duplicate tool-bar entries because we'll see the global ones
3656         on more than one path through keymaps.
3658         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3660         * progmodes/cmacexp.el: Change Francesco's email address.
3662 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3664         * window.el (fit-window-to-buffer): Adjust point of the window
3665         buffer, not that of the current buffer.
3667 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
3669         * progmodes/cmacexp.el: Update the euthor's email address.
3671 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3673         * faces.el (face-spec-set-match-display): Add `graphic' display
3674         type (the inverse of `tty').  Use `display-graphic-p' instead of
3675         the window-system variable.
3677 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3679         * international/isearch-x.el (isearch-with-input-method): Call
3680         input-method-function with the first event in
3681         unread-command-events.
3683 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3685         * faces.el (face-default-spec, face-user-default-spec): Make
3686         defsubsts.
3688 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
3690         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3691         New charsets.
3693         * term/mac-win.el: Remove definitions of mac-roman-lower and
3694         mac-roman-upper, require dired, and define instead of set
3695         mac-ready-for-drag-n-drop to avoid compilation error.
3697 2000-10-23  Andrew Innes  <andrewi@gnu.org>
3699         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3700         superfluous calls to subst-char-in-string; instead apply
3701         expand-file-name after convert-standard-filename to ensure
3702         expected directory separators are used.
3704 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3706         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3708 2000-10-23  Dave Love  <fx@gnu.org>
3710         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3711         (tool-bar-add-item): Set foreground and background for XBM icons.
3713         * international/latin1-disp.el (latin1-char-displayable-p): New
3714         function (from Handa).
3715         (latin1-display-check-font): Use it.
3717         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3718         using :key-sequence, making it much more usable.  Use nconc, not
3719         append.
3720         (imenu--create-keymap-1): Avoid append.
3722         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3724 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3726         [the following changes fix a bug where `define-minor-mode' didn't
3727         correctly generate :require clauses for defcustoms in compiled files]
3728         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3729         (byte-compile-log-file, byte-compile-log-1): Don't set
3730         `byte-compile-current-file' to nil.  Instead set
3731         `byte-compile-last-logged-file' to it.  Test whether
3732         byte-compile-current-file equals byte-compile-last-logged-file
3733         instead of whether its nil.
3734         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3736 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
3738         * textmodes/refill.el: Fix var names in doc.
3739         (refill-mode): Don't bother with make-local-hook anymore.
3741 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3743         * faces.el (face-user-default-spec, face-default-spec): New functions.
3744         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3745         (frame-set-background-mode, face-set-after-frame-default):
3746         Use `face-user-default-spec'.  Simplify code slightly.
3748         * woman.el (woman-italic-face, woman-bold-face)
3749         (woman-unknown-face): Add dark-background variants.
3750         (woman-default-faces): Renamed from `woman-colour-faces'.
3751         Set using the stored defaults, rather than using hard-wired colors.
3752         (woman-monochrome-faces): Renamed from `woman-black-faces'.
3753         Just make the foreground `unspecified' rather than "black".
3754         (woman-menu): Rename menu entries accordingly.
3756         * faces.el (header-line): Make more reasonable on mono/grayscale
3757         displays.
3759 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
3761         * cus-edit.el (custom-button-face): Use 3D look for mac.
3762         (custom-button-pressed-face): Likewise.
3764         * faces.el (set-face-attributes-from-resources): Handle mac frames
3765         in the same way as x and w32 frames.
3766         (face-valid-attribute-values): Likewise.
3767         (read-face-attribute): Likewise.
3768         (defined-colors): Likewise.
3769         (color-defined-p): Likewise.
3770         (color-values): Likewise.
3771         (display-grayscale-p): Likewise.
3772         (face-set-after-frame-default): Likewise.
3773         (mode-line): Same default face as for x and w32.
3774         (tool-bar): Likewise.
3776         * frame.el: Remove call to frame-notice-user-settings at end of
3777         the file.
3779         * info.el (Info-fontify-node): make underlines invisible for mac
3780         as for x, pc, and w32 frame types.
3782         * term/mac-win.el: New file.
3784 2000-10-22  Dave Love  <fx@gnu.org>
3786         * textmodes/refill.el: New file.
3788 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
3790         * vc-hooks.el (vc-version-backup-file-name): New optional args
3791         MANUAL and REGEXP.
3792         (vc-delete-automatic-version-backups, vc-make-version-backup):
3793         New functions.
3794         (vc-before-save): Use the latter.
3795         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3796         confusion.
3798         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3799         expected by vc[-hooks].el.
3801         * vc.el (vc-checkout): Added `-p' suffix in call to
3802         vc-make-version-backups-p; use vc-make-version-backup to actually
3803         make the backup.
3804         (vc-version-other-window, vc-version-backup-file): Handle both
3805         automatic and manual backups.
3806         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3807         of all of them.
3809 2000-10-22  Miles Bader  <miles@gnu.org>
3811         * comint.el (comint-highlight-input, comint-highlight-prompt):
3812         Renamed, `-face' at end removed.
3813         (comint-send-input, comint-output-filter): Use renamed faces.
3815         * window.el (fit-window-to-buffer): Change defaulting of
3816         MAX-HEIGHT slightly.
3818         * faces.el (color-values, color-defined-p): Use `member', not
3819         `memq', because it works correctly for strings.
3820         (frame-set-background-mode): Actually, "unspecified-fg" and
3821         "unspecified-bg" *are* strings.  Use `member', not `memq', and
3822         `equal', not `eq', when a string value is possible.
3824 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3826         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3828 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
3830         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3831         sh-electric-rparen, sh-electric-less and sh-electric-hash.
3832         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3833         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3834         (sh-font-lock-syntactic-keywords): Use them.
3835         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3836         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3837         (sh-mode): Don't override font-lock-unfontify-region-function.
3838         Use a copy of sh-font-lock-syntactic-keywords.
3839         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3840         Don't call sh-scan-buffer since font-lock does it on the fly.
3841         (sh-get-indent-info): Use `face' rather than `syntax-table'
3842         text-property to detect here-documents.
3843         Replace sh-special-syntax with sh-st-punc.
3844         (sh-prev-line): Use `face' rather than `syntax-table'
3845         text-property to skip over here-documents.
3846         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3847         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3848         (sh-electric-less, sh-set-here-doc-region)
3849         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3850         (sh-scan-buffer, sh-rescan-buffer): Remove.
3852 2000-10-21  Andrew Innes  <andrewi@gnu.org>
3854         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3855         remote (ange-ftp) file names.
3857 2000-10-21  Miles Bader  <miles@gnu.org>
3859         * window.el (fit-window-to-buffer): New function.
3860         (shrink-window-if-larger-than-buffer): Use it.
3861         (window-text-height): Don't expect minibuffers to have mode-lines.
3863         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3864         * international/quail.el (quail-update-guidance): Use
3865         `fit-window-to-buffer' instead of `set-window-text-height'.
3867         * international/quail.el (quail-show-guidance-buf): Make sure
3868         guidance window really has enough room.
3869         (quail-update-guidance): If quail-guidance-win is already shown,
3870         make sure its height is OK.
3872         * window.el (window-text-height, set-window-text-height):
3873         New functions.
3874         (shrink-window-if-larger-than-buffer): Use `window-text-height'
3875         instead of `window-height' & `mode-line-window-height-fudge'.
3876         (mode-line-window-height-fudge): Add FACE parameter.
3877         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3878         instead of `enlarge-window' & `mode-line-window-height-fudge'.
3880 2000-10-20  Miles Bader  <miles@gnu.org>
3882         * window.el (height-affecting-face-attributes): Use `defconst'.
3884         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3885         New function, conditionally aliased to `mode-line-window-height-fudge'.
3886         (ispell-help): Use it.
3887         (ispell-choices-win-default-height): Don't include mode-line fudge.
3888         (ispell-choices-win-default-height): New function.
3889         (ispell-show-choices, ispell-command-loop): Use function
3890         `ispell-choices-win-default-height' instead of variable.
3892 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
3894         * window.el (mode-line-window-height-fudge): New variable.
3895         (height-affecting-face-attributes): New variable.
3896         (mode-line-window-height-fudge): New function.
3897         (shrink-window-if-larger-than-buffer): Use it.
3898         * help.el (resize-temp-buffer-window): Likewise.
3900         * info.el (Info-fontify-node): Add support for @subsubsection
3901         titles, which use `Info-title-4-face'.
3902         (Info-title-4-face): New face.
3903         (Info-title-3-face): Inherit from Info-title-4-face instead of
3904         variable-pitch.
3906 2000-10-19  Jason Rumney  <jasonr@gnu.org>
3908         * dired.el (dired-insert-directory): Do not let errors signalled by
3909         attempt to run dired-free-space-program prevent dired from working.
3911 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3913         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3915 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
3917         * dirtrack.el (dirtrack): Fix call to run-hooks.
3919         * cmuscheme.el (cmuscheme-program-name): Renamed from
3920         scheme-program-name because xscheme.el contains a defcustom with
3921         the same name.  As a consequence, customizing group `cmuscheme'
3922         loaded `xscheme' which redefined run-scheme.
3923         (run-scheme): Use cmuscheme-program-name.
3925         * ps-print.el (ps-print-emacs-type): Move into the
3926         eval-and-compile.
3928         * play/doctor.el (doctor-death): Update the Samaritans'
3929         anonymous address, and add a website for Befrienders International.
3931 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3933         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
3934         Avoid compilation gripes.  Doc fix.
3935         (ps-print-version): New version number (6.2).
3936         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3937         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3938         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3939         (ps-x-extent-priority, ps-x-extent-start-position)
3940         (ps-x-face-font-instance, ps-x-find-coding-system)
3941         (ps-x-font-instance-properties, ps-x-make-color-instance)
3942         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3943         avoid compilation gripes without defining functions.
3944         (ps-e-find-composition): Alias for function find-composition, to have a
3945         suitable function depending on Emacs version.
3946         (ps-color-device, ps-color-values, ps-face-foreground-name)
3947         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3948         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3949         (ps-print-ensure-fontified): Function definitions surrounded by
3950         `eval-and-compile' to avoid compilation gripes.
3951         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3952         by symbol-value to avoid compilation gripes.
3953         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3954         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3956 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3958         * startup.el (normal-top-level): Call `frame-set-background-mode'
3959         after `frame-notice-user-settings' because the latter doesn't call
3960         the former on a tty.
3962         * faces.el (frame-set-background-mode): `unspecified' &c are
3963         symbols, not strings.
3965 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3967         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3968         why some "light*" colors are deliberately absent from the alist.
3970         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3971         Change colors for tty's, as suggested by Miles Bader.
3973 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
3975         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3976         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
3977         for ISO10646-1 fonts.
3978         (x-font-name-charset-alist): Add an entry for "iso10646-1".
3980 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3982         * faces.el (frame-set-background-mode): If a tty frame defines a
3983         background color, use that to compute the background mode, instead
3984         of always defaulting to "dark".
3986 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3988         * comint.el (comint-write-output): New function.
3989         (comint-mode-map): Add it to the menu.
3990         Bind `C-c C-s' to comint-write-output.
3992 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
3994         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3995         Use fancy-splash-delay.
3997 2000-10-18  Alex Schroeder  <alex@gnu.org>
3999         * progmodes/sql.el (sql-sybase-options): New option.
4000         (sql-sybase): Use it.  Add sql-database to the list of parameters
4001         provided for login.  The options -w 2048 -n are not used any more.
4003         * comint.el (comint-read-input-ring): Bugfix such that the first
4004         and the last entry of the input ring file are not lost.
4006 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4008         * ps-print.el: Internal variable changes to defcustom,
4009         make-local-hook changes to defvar.  Doc fix.
4010         (ps-print-version): New version number (6.1).
4011         (ps-setup, ps-do-despool): Code fix.
4012         (ps-printer-name): Customization fix.
4013         (ps-printer-name-option): Now is a defcustom instead of an
4014         internal variable.
4015         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4016         (ps-print-begin-column-hook): Now are defvar instead of
4017         make-local-hook.
4019 2000-10-18  Miles Bader  <miles@gnu.org>
4021         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4022         (comint-kill-output): Changed into an alias for `comint-delete-output',
4023         and made obsolete.
4024         (comint-mode-map): Rename references to comint-kill-output.
4026 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
4028         * diff-mode.el (diff-header-face, diff-file-header-face)
4029         (diff-changed-face): Add bold and italic attributes to tty faces.
4030         (diff-function-face): New face.
4031         (diff-font-lock-keywords): Use it.
4033 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
4035         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4036         Remove commented-out call to force-mode-line-update.
4037         (comint-kill-output): Use `forward-line 0' instead of
4038         beginning-of-line to make sure we get past the prompt.
4040 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4042         * diff-mode.el (diff-header-face, diff-file-header-face):
4043         Add specific setting for dark background.
4044         (diff-context-face): Renamed from diff-comment-face.
4045         Set explicitly rather than inheriting from font-lock-comment-face.
4047 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4049         * startup.el (command-line): Move the code which sets the default
4050         TTY colors to before before-init-hook.
4052 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4054         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4056 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4058         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4059         extensions, for MS-DOS.
4061         * diff-mode.el (diff-header-face, diff-file-header-face)
4062         (diff-changed-face): Define tty-specific colors.
4064 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4066         * startup.el (fancy-splash-text): Realign the text.
4068 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4070         * font-lock.el (font-lock-comment-face): Define a separate default
4071         for dark-background tty's.
4073 2000-10-17  Miles Bader  <miles@gnu.org>
4075         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4076         being obscured by whizzy mode-lines on graphics displays.
4078 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4080         * info.el (Info-title-1-face, Info-title-2-face)
4081         (Info-title-3-face): Define colors for tty's.
4082         (info-header-node): Remove unneeded tty-specific definition.
4084 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4086         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4087         reverse from the frame parameters, and don't invert foreground and
4088         background colors.
4090 2000-10-16  Miles Bader  <miles@gnu.org>
4092         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4093         string "*Info*".  Call propertized-buffer-identification to spruce
4094         up the result.
4096 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4098         * help.el: Provide `help' for the sake of define-minor-mode
4099         which generates defcustoms with requires.
4101         * jit-lock.el (jit-lock-after-change): If we're in text that
4102         matches a multi-line font-lock pattern, make sure the whole text
4103         will be redisplayed.
4105         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4106         author's name is unknown.
4108         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4109         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4110         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4111         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4112         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4113         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4114         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4115         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4116         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4117         Add author information.
4119 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4121         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4122         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4123         full-color version (using the Gimp) to eliminate dithering artifacts.
4125 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4127         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4129         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4131 2000-10-15  Dave Love  <fx@gnu.org>
4133         * progmodes/sh-script.el: Require skeleton and comint when
4134         compiling.
4136         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4138         * whitespace.el: Doc fixes.
4139         (top-level): Don't add hooks here.
4140         (whitespace-running-emacs): Deleted.
4141         (timer): Don't require.
4142         (whitespace): Add back :version conditional on xemacs test.
4143         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4144         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4145         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4146         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4147         Avoid specific xemacs test.
4148         (whitespace-global-mode): New option.
4149         (whitespace-global-mode): New command.
4150         (whitespace-unload-hook): New function.
4152         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4153         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4154         (Info-fontify-node): `Goto' goes to `Go to'.
4155         (Info-fontify-node): Add help-echo to xref links.
4157 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4159         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4161 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4163         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4164         Use plist-get and allow :inherit.
4166         * emacs-lisp/cl-macs.el (cl-do-arglist):
4167         Use plist-get and plist-member instead of memq.
4169         * emacs-lisp/ewoc.el (ewoc-location): New function.
4170         (ewoc-enter-after, ewoc-enter-before): Document return value.
4171         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4172         Don't need make-local-hook any more.
4173         (cvs-addto-collection): Return the new tin.
4174         (cvs-mode-insert): Jump to the new line.
4176         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4178         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4180         * font-lock.el (font-lock-syntactically-fontified): New var.
4181         (font-lock-fontify-syntactic-keywords-region): Use it.
4182         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4184         * diff-mode.el (diff-find-file-name): Fix regexp.
4186         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4187         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4189         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4190         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4191         (sh-mode): Don't make all vars local here.
4192         (sh-kw): Reformat.
4193         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4194         (sh-mode-syntax-table): Use pop.
4195         (sh-remember-variable): Use push.
4196         (sh-help-string-for-variable): Use memq.
4197         (sh-safe-backward-sexp): Remove.
4198         (sh-safe-forward-sexp): Add ARG.
4199         (sh-get-indent-info, sh-prev-stmt): Use it.
4200         (sh-prev-line): Simplify by using forward-comment.
4201         (sh-this-is-a-continuation): Simplify.
4202         (sh-learn-buffer-indent): Use dolist.
4203         (sh-do-nothing): Remove.
4204         (sh-set-char-syntax, sh-set-here-doc-region):
4205         Use inhibit-modification-hooks.
4206         (sh-name-style): Use mapcar and push.
4207         (sh-load-style): Use dolist.
4208         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4209         (sh-case, sh-while-getopts): Use propertize directly rather
4210         than sh-electric-rparen.
4212 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4214         * textmodes/tex-mode.el: Require CL when compiling.
4215         (tex-mode-syntax-table): Init immediately.
4216         (tex-mode-map): Bind M-RET to latex-insert-item.
4217         (latex-mode): Set indent-line-function to latex-indent.
4218         (tex-common-initialization): Don't setup the syntax-table any more.
4219         (latex-insert-item): New skeleton.
4220         (tex-next-unmatched-end): Fix copy/paste braino.
4221         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4222         (latex-indent, latex-find-indent): New functions.
4223         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4224         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4225         (tex-compilation-parse-errors): Use with-syntax-table.
4227 2000-10-15  Miles Bader  <miles@gnu.org>
4229         * font-lock.el (font-lock-comment-face): Change dark-background,
4230         color, non-tty, default to `chocolate1'.
4232 2000-10-13  John Wiegley  <johnw@gnu.org>
4234         * eshell/esh-util.el (require): Added a missing `require' form,
4235         needed when compiling (for an ange-ftp macro definition).
4237 2000-10-13  Dave Love  <fx@gnu.org>
4239         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4241 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
4243         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4244         fix.
4246         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4247         transparent -colors 8).
4249 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
4251         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4252         that breaks with old list format timestamps.
4253         (time-stamp-warn-inactive, time-stamp-old-format-warn)
4254         (time-stamp-count, time-stamp-conversion-warn): Improved doc
4255         strings.
4257 2000-10-13  John Wiegley  <johnw@gnu.org>
4259         * align.el, pcomplete.el, calendar/timeclock.el,
4260         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4262         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4263         faulty math, where holiday hours were being computing as seconds.
4265 2000-10-13  John Wiegley  <johnw@gnu.org>
4267         * desktop.el (desktop-buffer-modes-to-save): Added a global for
4268         specifying what "other" kinds of buffers should be saved.  This
4269         used to be hard-coded.
4270         (desktop-buffer-misc-functions): A global for specifying how
4271         auxiliary data should be determined for special buffer types.
4272         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4273         instead of hard-coding the special buffer types.
4274         (desktop-save): Run `desktop-buffer-misc-functions' to gather
4275         auxiliary data, instead of hard-coding for Info buffers and dired.
4276         (desktop-buffer-info-misc-data): Aux function for determining Info
4277         buffer auxiliary info.
4278         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4279         (desktop-buffer-info): Changed this function to use the info
4280         gathered above.
4281         (desktop-create-buffer): Be a little more careful about what
4282         `minor-mode' means before calling it.  This is important for some
4283         buffer types.
4285 2000-10-13  John Wiegley  <johnw@gnu.org>
4287         * eshell/esh-util.el: Added a global form which declares an
4288         autoload for `parse-time-string', if that function is not already
4289         defined, and if parse-time.el is available on the user's system.
4291         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4292         to be aware of ange-ftp user info.
4293         (eshell-do-ls): Bind `ange-cache'.  Also, use
4294         `eshell-file-attributes'.
4295         (eshell-ls-annotate): Use `eshell-file-attributes'.
4296         (eshell-ls-file): Made the user-id printing code a bit smarter.
4298         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4299         allow identification of alias user ids in remote directories.
4300         It's manual, but there's no other way to know when the current
4301         user on the local machine, is also the owning user on the remote
4302         machine.
4303         (fboundp): Bind `ange-cache'.
4304         (eshell-directory-files-and-attributes): Re-organized the logic a
4305         bit to use `eshell-file-attributes' instead of `file-attributes'.
4306         The former is more sensitive to directories that are read via FTP,
4307         and knows how to use ange-ftp to determine full attribute
4308         information, instead of just the name and last modtime.
4309         (eshell-current-ange-uids): Return the current user id when in a
4310         remote directory.
4311         (eshell-parse-ange-ls): Parse a full directory listing that has
4312         been returned by ange-ftp.
4313         (eshell-file-attributes): This beefed up version of
4314         `file-attributes' is only special if the user is currently in a
4315         remote directory, in which case it does a lot of work to find out
4316         what the real attributes of a file are, as they appear on the
4317         remote machine.  This makes usage of remote directories (i.e.,
4318         ange-ftp pathnames) much more useful.  You can now use Eshell as a
4319         full-fledged FTP client, with much more manipulation ability than
4320         most other clients.
4322         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4323         variable, which means that Eshell's du should always be preferred
4324         in remote directories.
4325         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4326         just `file-attributes'.
4327         (eshell-mvcp-template): Bind `ange-cache', to improve performance
4328         when reading remote directories.  This is an Eshell-specific
4329         variable (not part of ange-ftp).
4330         (eshell/ln): Bind `ange-cache'.
4331         (eshell/du): Added some extra logic for determining when to use
4332         Eshell's du (which is slow), and when to use the external version
4333         (which may or may not exist).
4335         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4336         `eshell-interactive-process', rather than using
4337         `get-buffer-process', since backgrounded processes don't count in
4338         the context of this function's logic.
4340         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4341         `forward-char', so that null strings are parsed correctly.
4343 2000-09-13  John Wiegley  <johnw@gnu.org>
4345         * eshell/em-pred.el (eshell-pred-file-type,
4346         eshell-pred-file-links, eshell-pred-file-size): Use
4347         `eshell-file-attributes'.  This is more correct over ange-ftp.
4349         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4350         that remote file globbing is more efficient.
4352         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4353         gathering the files and attributes within a directory.
4355         * eshell/em-unix.el (eshell/cat): If any of the files passed on
4356         the command line is a special file (not a regular file, directory
4357         or symlink), always attempt to call the external version of cat.
4359 2000-09-13  John Wiegley  <johnw@gnu.org>
4361         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4362         Eshell-friendly version of find-tag.
4364 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
4366         * image-file.el (image-file-name-extensions)
4367         (image-file-name-regexps): Add autoload cookies.
4369 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
4371         * international/mule-cmds.el (select-safe-coding-system): If FROM
4372         is string, show it in *Warning* buffer.
4374 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4376         * startup.el (normal-top-level): Use display-popup-menus-p instead
4377         of window-system.
4378         (command-line): Use display-graphic-p instead of window-system.
4379         (command-line-1): Use display-popup-menus-p and display-mouse-p
4380         instead of window-system.
4382 2000-10-12  Sam Steingold  <sds@gnu.org>
4384         * tooltip.el (tooltip-use-echo-area): New user variable.
4385         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4387 2000-10-12  Dave Love  <fx@gnu.org>
4389         * recentf.el: Maintainer's checkdoc fixes.
4391         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4392         character class, not ASCII when matching file names.
4393         (fancy-splash-head): Add trailing slash to URL.
4394         (command-line): Don't require XPM support for toolbar.
4396         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4397         (cperl-invalid-face): Revert last change.
4398         (cperl-init-faces): Quote cperl-invalid-face.
4400 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4402         * startup.el (fancy-splash-text): Remove superfluous quote.
4404 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4406         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4407         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4408         (command-line-1): Don't use fancy-splash-pending-command.
4409         (fancy-splash-screens-1): Goto point-min after inserting text.
4411         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4413         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4414         instead of shared-lisp-mode-map.
4416 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
4418         * faces.el (header-line): Change tty-variant to use underlining.
4420         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4421         (isearch-highlight): Restore lazy-isearch face properties at old
4422         position, and suppress them at new position.
4423         (isearch-dehighlight): Restore lazy-isearch face properties.
4424         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4425         over the real isearch overlay, but in that case, don't give it a
4426         face property.  Use `push'.
4428 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4430         * man.el (Man-getpage-in-background): Fix previous change.
4431         Decode the process output only when we are in multibyte mode.
4433 2000-10-11  Dave Love  <fx@gnu.org>
4435         * info.el (Info-mode-menu): Fix some help.
4436         (info-tool-bar-map): Add entry for Info-last.
4438         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4439         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4440         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4441         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4442         * toolbar/search-replace.xpm, toolbar/exit.xpm:
4443         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4444         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4445         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4446         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4447         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4448         Reduce colour requirements to 25 overall.  (Probably wants
4449         revisiting from the originals to reduce further.)
4451 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
4453         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4454         buffer-file-coding-system, instead of raw-text.
4455         (dehexlify-buffer): Bind coding-system-for-read to
4456         buffer-file-coding-system, instead of raw-text.
4458 2000-10-11  Sam Steingold  <sds@gnu.org>
4460         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4461         `underline' - fixes the bug introduced on 2000-09-21.
4463 2000-10-11  Dave Love  <fx@gnu.org>
4465         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4466         compiler warnings.
4467         (scheme-mode): Doc fix.
4468         (scheme-font-lock-keywords-1): Match `define-syntax'.
4470 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
4472         * faces.el (frame-set-background-mode): Pay attention to saved
4473         face specs as well as default ones.  Only do anything if the
4474         bg-mode or display-type has actually changed.  Use `dolist'.
4475         (region): Make dark-background `region' face less in-your-face.
4477 2000-10-10  Sam Steingold  <sds@gnu.org>
4479         * chistory.el, ielm.el, ledit.el:
4480         * progmodes/inf-lisp.el, progmodes/scheme.el:
4481         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4483 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4485         * textmodes/texinfo.el: Update copyright and fix typo.
4487         * desktop.el (desktop-modes-not-to-save): New var.
4488         (desktop-save-buffer-p): Use it.
4489         Also, obey desktop-buffers-not-to-save even for non-file buffers.
4490         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4492 2000-10-10  Dave Love  <fx@gnu.org>
4494         * toolbar/tool-bar.el (tool-bar-add-item)
4495         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4496         display.
4498         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4499         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4500         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4501         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4502         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4503         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4504         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4505         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4506         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4507         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4508         the .xpms; probably need retouching.
4510 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
4512         * subr.el (add-to-list): Add optional argument APPEND.
4513         * battery.el (display-battery): Use `add-to-list'.
4515 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
4517         * play/zone.el (zone-timer, zone-wc-tbl): Rework
4518         these vars as symbol properties.
4519         (zone, zone-when-idle, zone-leave-me-alone)
4520         (zone-pgm-whack-chars): Use new symbol properties.
4522         * battery.el (display-battery): Doc spelling fix.
4524         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4525         property.
4527 2000-10-09  Dave Love  <fx@gnu.org>
4529         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4530         has been initialized before calling tool-bar-setup.
4531         (tool-bar-add-item-from-menu): Add autoload cookie.
4533 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
4535         * menu-bar.el (send-mail-item-name): New function.
4536         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4537         of mail-user-agent in the menu.  Don't display the "Send Mail"
4538         item if mail-user-agent is nil or its value is ignore.
4539         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4540         if read-mail-command is nil or its value is ignore.
4542         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4544 2000-10-09  Miles Bader  <miles@gnu.org>
4546         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4547         Correct image size.
4548         * toolbar/left_arrow.xpm: Correct image size.
4550         * jka-compr.el: Don't call `jka-compr-install' when loading (it
4551         will be done by the definition of `auto-compression-mode' if
4552         necessary.  Move code to uninstall existing file-name handler
4553         before definition of `auto-compression-mode'.
4555         * image-file.el (auto-image-file-mode): Move to the end of the
4556         file, because `define-minor-mode' actually calls the mode-function
4557         if the associated variable is non-nil, which requires that all
4558         needed functions be already defined.
4560         * mouse.el (popup-menu): Balance parens.
4562 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
4564         * mouse.el (popup-menu): Move the command call outside the loop
4565         so that popup-menu returns whatever the command returns.
4567         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
4568         (initialize-new-tags-table): Use run-hook-with-args-until-success.
4569         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4570         (tags-table-format-functions): Renamed from tags-table-format-hooks.
4572         * vc.el (vc-version-diff): diff-switches can be a list.
4573         Use relative filenames for prettier output.
4575         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4576         (vc-post-command-functions): Remove old-VC compatibility code.
4578         * newcomment.el (comment-indent-default): Autoload.
4580         * font-lock.el (font-lock-defaults): Make buffer-local.
4581         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4582         (font-lock-choose-keywords):
4583         Ignore LEVEL unless KEYWORDS is a list of syms.
4584         (c-keywords, c++-keywords, objc-keywords, java-keywords):
4585         Don't wrap regexp-opt things in \(...\) unnecessarily.
4587         * jit-lock.el: Don't require font-lock any more.
4588         (jit-lock-functions): Make buffer-local.
4589         (jit-lock-saved-fontify-buffer-function): Remove.
4590         (jit-lock-mode): Remove autoload cookie.
4591         Remove font-lock specific code.
4592         (jit-lock-unregister): Don't bother handling complex hooks any more.
4593         (jit-lock-refontify): New function.
4594         (jit-lock-fontify-buffer): Use it.
4595         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4596         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4597         Add optional args START and END.
4598         Never call font-lock-fontify-region directly.
4599         (jit-lock-function, jit-lock-stealth-fontify): Use it.
4601         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4603 2000-10-08  Dave Love  <fx@gnu.org>
4605         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4607         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4609         * play/studly.el (studlify-region, studlify-word): Add autoload
4610         cookie.
4612         * play/morse.el (morse-region, unmorse-region): Add autoload
4613         cookie.
4615         * play/spook.el (spook-phrases-file): Use expand-file-name, not
4616         concat.
4618         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4619         insist on symbols starting with word syntax.
4620         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4621         (eval-defun-1): Doc fix.
4622         (indent-sexp): Use nconc to build up indent-stack.
4624         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4625         Gnus with little use.
4626         (mail-setup-hook): Add mail-abbrevs-setup to options.
4628         * recentf.el: Doc fixes.
4630         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4631         Clean up remainder.
4633         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
4634         without timezone and (8) with timezone to enforce some whitespace.
4635         Simplify code somewhat.
4637         * options.el (list-options): Doc that you should use customize.
4639         * iswitchb.el (iswitchb-mode): Add :require.
4641         * info.el (Info-goto-node, Info-menu): Doc fix.
4642         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4643         (info-tool-bar-map): New variable.
4644         (Info-mode): Use it.
4645         (Info-edit-map): Define all in defvar.
4646         (speedbar-attached-frame): Avoid compiler warning.
4648         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4649         (global-map): Bind [tool-bar] to a filtered map.
4650         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
4651         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4652         Allow PBM icons.
4653         (tool-bar-setup): Adjust calls of tool-bar-add-item.
4655         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4656         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4657         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
4658         icons, except up_arrow, which is left-arrow rotated.
4660         * imenu.el (imenu-add-to-menubar): Fix last change.
4662 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
4664         * generic-x.el (rul-generic-mode): Remove eval-when-compile
4665         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
4667 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4669         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4670         typos in doc strings.
4672         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4673         the doc strings how to customize Font Lock faces.
4675         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4676         computing growth when dragging the header line.
4678 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4680         * simple.el (kill-line): Doc fix.
4682 2000-10-08  Miles Bader  <miles@gnu.org>
4684         * faces.el (secondary-selection): Make foreground visible on tty.
4686         * jka-compr.el (auto-compression-mode): Move to the end of the
4687         file, because `define-minor-mode' actually calls the mode-function
4688         if the associated variable is non-nil, which requires that all
4689         needed functions be already defined.
4690         (with-auto-compression-mode): Add autoload cookie.
4692 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
4694         * files.el (find-backup-file-name) [ms-dos]: If support for long
4695         file names is not available, behave as if version-control were set
4696         to never.
4698 2000-10-07  Dave Love  <fx@gnu.org>
4700         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4701         (browse-url-gnome-moz): New function.
4702         (browse-url-browser-function): Use it.
4703         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4705 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
4707         * indent.el (tab-always-indent): New var.
4708         (indent-for-tab-command): Use it.
4710         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4711         raise an error.  This way it can still default to a sane value.
4713 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4715         * startup.el (fancy-splash-screens): Use local rather than global map.
4716         Don't use `update-menu-bindings' any more.
4717         Get rid of assumptions about keymap representation.
4719 2000-10-06  Dave Love  <fx@gnu.org>
4721         * textmodes/fill.el (sentence-end-double-space)
4722         (sentence-end-without-period):  Doc fix.
4723         (adaptive-fill-regexp): Purecopy.
4724         (unjustify-current-line): Use line-end-position.
4725         (fill-individual-paragraphs-prefix): Use line-beginning-position.
4727         * net/eudc-vars.el (eudc): Add :version, :link.
4729         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4731         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4732         Fix for define-minor-mode.
4733         (function-at-point): Alias to function-called-at-point.
4735         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4737         * simple.el (backward-word): Doc fix.
4739         * image-file.el (image-file-name-regexp): image-file-regexps ->
4740         image-file-name-regexps.
4741         (image-file-name-extensions): Add pbm.
4743 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4745         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4746         and add filename to the names so that diff-mode can jump to source.
4748         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4749         (tex-font-lock-keywords, tex-font-lock-keywords-2)
4750         (tex-font-lock-keywords-1): Remove.
4751         (font-lock-turn-on-thing-lock): Use jit-lock-register.
4752         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4753         (font-lock-default-fontify-region):
4754         Expand beg..end correctly when just following a multiline region.
4755         (font-lock-fontify-anchored-keywords):
4756         Include the anchor text as part of the multiline.
4758 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
4760         * loadup.el (toplevel): Load `loaddefs' before `help' because the
4761         latter needs the autoloaded define-minor-mode macro during the
4762         bootstrap.
4764         * startup.el (command-line): For now, activate tool-bar-mode only
4765         if XPM images are supported.
4767         * mouse.el (mouse-drag-header-line): Don't allow resizing a
4768         window by dragging a header-line at the top of the frame; that's
4769         confusing because the header-line doesn't move.
4770         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4771         of treating the event as a list.  Some cleanup.
4773 2000-10-06  Miles Bader  <miles@gnu.org>
4775         * simple.el (display-message-or-buffer): New function.
4776         (shell-command-on-region): Use `display-message-or-buffer'.
4778         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4779         docstring parts.
4781         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4782         (smbclient-prompt-regexp): Add usage note to doc string.
4783         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4784         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4785         Use add-hook for adding the comint filter function, and only do so
4786         if it's not already in the global hook list.
4787         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4788         to `make-local-variable'.
4789         (nslookup-font-lock-keywords): Remove prompt entry.
4790         (nslookup): Don't set the process-filter.
4791         (finger): Exit the loop correctly when the regexps list runs out.
4792         (ftp, smbclient, smbclient-list-shares):
4793         Set the real major mode immediately, not after execing.
4794         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4796         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4798 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
4800         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4802         * which-func.el (which-func-format): Remove spurious space.
4803         (which-func-mode): Don't make it permanent-local.
4804         (which-func-ff-hook): Allow which-func-maxout to be nil.
4805         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
4806         (which-func-mode): Simplify.
4807         Use post-command-idle-hook rather than post-command-hook.
4808         Go through all buffers and update their state.
4809         (which-function): Also try add-log-current-defun-function.
4811         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4812         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4813         Update call to with-vc-properties accordingly.
4814         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4815         (vc-revert-buffer): More careful about window selection and deletion.
4816         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4818         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4819         (cvs-retrieve-revision): Reuse a pre-existing buffer.
4820         (cvs-dired-action): Change the default to quickdir.
4822         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4823         if comment-indent-function returns nil.
4824         (comment-indent-default): New function.
4825         (comment-indent-function): Use it and document the new semantics.
4827         * image-file.el: Docstring fixes.
4829         * help.el (help-xref-on-pp): Use match-string.
4830         (describe-variable): New arg BUFFER.
4831         Store the current buffer in the help-xref-stack.
4832         (temp-buffer-resize-mode): Use define-minor-mode.
4834         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4835         consistently with its docstring.
4836         Set jit-lock-first-unfontify-pos in an idempotent way.
4837         (jit-lock-register): Autoload and add arg CONTEXTUAL.
4839 2000-10-05  Alex Schroeder  <alex@gnu.org>
4841         * sql.el (sql-mysql-options): New variable.
4842         (sql-mysql): Use it.
4844 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
4846         * image.el (image): New group.
4848         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4849         (smerge-base-face, smerge-markers-face): Add dark-background variants.
4851 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4853         * net/net-utils.el (nslookup-font-lock-keywords)
4854         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4855         Ignore the value of wqindow-system; always define keywords
4857 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
4859         * startup.el (fancy-splash-screens): Remove the code for
4860         debugging; `(trace-to-stderr "EXITTT\n")'.
4862 2000-10-05  Miles Bader  <miles@gnu.org>
4864         * diff-mode.el (diff-goto-source): Update call to
4865         `diff-hunk-status-msg' to reflect new REV variable.
4867 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
4869         * progmodes/icon.el (icon-mode):
4870         Don't gratuitously override the default for comment-column.
4872         * vc-hooks.el (vc-mode-line): Fix interactive spec.
4874         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4875         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4876         (jit-lock-functions): New var.
4877         (jit-lock-function-1): Use it if non-nil.
4878         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
4879         Set the `fontified' property before doing the fontification to avoid
4880         repeatedly going through the same error.
4881         Don't turn errors into messages.
4882         (jit-lock-register, jit-lock-unregister): New functions.
4884         * dired.el (dired-mark-pop-up): Turn comment into docstring.
4885         Use with-current-buffer.
4887         * dired-aux.el (dired-do-create-files, dired-kill-tree):
4888         Turn comment into docstring.
4890         * apropos.el (apropos-mode): Use define-derived-mode.
4892 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
4894         * startup.el (fancy-splash-pending-command): New variable.
4895         (fancy-splash-pre-command): New function.
4896         (fancy-splash-screens): Rewritten.
4897         (command-line-1): If fancy-splash-pending-command is set, call it
4898         interactively.
4900 2000-10-04  Dave Love  <fx@gnu.org>
4902         * toolbar/tool-bar.el (tool-bar-setup): New function.
4903         (tool-bar-mode): Use it.
4905         * subr.el (substitute-key-definition): Doc fix.
4906         (play-sound-file): New command.
4908 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
4910         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4911         vc-version-backup-file-name): New functions.
4913         * files.el (basic-save-buffer): Call vc-before-save before saving.
4915         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4916         vc-cvs-stay-local-p.
4918         * vc.el (vc-revert-buffer): Handle empty diff properly.
4919         (vc-version-backup-file): New function.
4920         (vc-checkout): Create a version backup if necessary.
4921         (vc-checkin): If a version backup file exists, delete it.
4922         (vc-version-diff): Diff locally using version backups, if available.
4923         (vc-revert-file): If there's a version backup, revert locally.
4924         (vc-transfer-file): Use version backup for base version, if
4925         available.  If not, ask for confirmation whether to get it from the
4926         server.  Update mode line before check-in.
4928 2000-10-04  Dave Love  <fx@gnu.org>
4930         * toolbar/tool-bar.el (tool-bar-setup): New function.
4931         (tool-bar-mode): Use it.
4933 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4935         * net/net-utils.el (nslookup-font-lock-keywords)
4936         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4937         Only set if window-system is non-nil
4938         (net-utils-run-program): Returns buffer.
4939         (network-connection-reconnect): Added this function.
4941         * generic.el:
4942         Incorporates extensive cleanup and docfixes by
4943         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4944         Uses cl compile-time macros.
4945         (generic-mode-name, generic-comment-list)
4946         (generic-keywords-list, generic-font-lock-expressions)
4947         (generic-mode-function-list, generic-mode-syntax-table):
4948         Removed variables.
4949         (generic-mode-alist): Renamed to generic-mode-list.
4950         (generic-find-file-regexp): Default changed to "^#".
4951         (generic-read-type): Uses completing read on generic-mode-list.
4952         (generic-mode-sanity-check): removed this function.
4953         (generic-add-to-auto-mode): Removed this function
4954         (generic-mode-internal): Bind mode-specific definitions
4955         into function instead of putting them in alist.
4956         (generic-mode-set-comments): Reworked extensively.
4957         (generic-mode-find-file-hook): Simplified regexp searching
4958         (generic-make-keywords-list): Omit extra pair of parens
4960         * find-lisp.el (find-lisp-find-files-internal):
4961         Make sure directory name ends with "/".
4963         * generic-x.el (apache-conf-generic-mode):
4964         Regexp now allows leading whitespace.
4965         (rc-generic-mode): Added eval-when-compile
4966         around generic-make-keywords-list.
4967         Deleted duplicate regexp
4968         (rul-generic-mode): Added eval-when-compile
4969         around generic-make-keywords-list.
4970         (etc-fstab-generic-mode): New generic mode.
4971         (rul-generic-mode): Removed one eval-when-compile
4972         which caused a max-specpdl-size exceeded error.
4974 2000-10-04  Miles Bader  <miles@gnu.org>
4976         * simple.el (minibuffer-temporary-goal-position): New variable.
4977         (next-history-element): Try to keep the position of point in the
4978         input string constant.
4980         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4981         (dired-do-create-files): If there's only one file, pass it in as
4982         the DEFAULT arg to dired-mark-read-file-name.
4984 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
4986         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4987         (diff-goto-source): Be smarter when choosing REVERSE or not.
4989         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4990         (texinfo-mode-menu): Add an explicit shortcut for update all.
4992 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
4994         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4995         factorize backend-specific code cleanly (this was essentially
4996         conceived by Stefan Monnier).
4997         (vc-unregister): Function removed.
4998         (vc-revert-file): New function.
4999         (vc-revert-buffer): Delegate some of the work to it.
5001         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5002         default branch unconditionally.
5003         (vc-rcs-set-default-branch): New function.
5004         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5005         (vc-rcs-checkin): If an appropriate default branch has been set,
5006         force creation of that branch.
5007         (vc-rcs-receive-file): Rewritten to contain only backend-specific
5008         code (as suggested by Stefan Monnier).
5010 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5012         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5013         highlighting overlay with a different face over the overlay
5014         isearch uses to highlight the current match because that can lead
5015         to bad face combinations.
5017         * loadup.el (toplevel): Load faces before isearch.
5019         * isearch.el (isearch-faces): New custom group.
5020         (isearch): New defface; was already tested for in the code.
5021         (isearch-lazy-highlight-face): Changed to defface from defcustom.
5022         (isearch-highlight): Always use face `isearch'.
5024 2000-10-02  Dave Love  <fx@gnu.org>
5026         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5027         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
5028         comparison of opcode with operand.
5030 2000-10-03  Miles Bader  <miles@gnu.org>
5032         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5033         buffer, since the echo area will now grow to accommodate them.
5035 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
5037         * vc-hooks.el (vc-registered): If FILE used to be registered under
5038         a certain backend, try that one first.
5040         * vc.el (vc-responsible-backend): Undo the previous change in the
5041         argument list.  Handle multiple backends correctly.
5042         (vc-find-new-backend): Function removed.
5043         (vc-register): Use vc-responsible-backend, as before.
5044         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5046 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5048         * startup.el (fancy-splash-head): Change message below the
5049         logo.
5051 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5053         * diff-mode.el (diff-goto-source): Emit a status message.
5054         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5055         (diff-test-hunk): Fix doc string.
5056         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5057         (diff-advance-after-apply-hunk): New variable.
5058         (diff-apply-hunk): Don't return a value.
5060 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5062         * vc.el (vc-editable-p): Minor optimization.
5063         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5064         (vc-find-new-backend): New function split from vc-responsible-backend.
5065         (vc-register): Use it.
5066         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5067         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5068         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5069         (vc-clear-headers): Don't use find-file.
5070         (vc-revert-buffer): Use `and' again (must have been a braino).
5071         (vc-switch-backend): Only prompt if requested.
5072         Short circuit if nothing is to be done.
5073         Don't use vc-resynch-buffer which could lose unsaved editing.
5074         (vc-default-receive-file): Update call to vc-unregister.
5075         (with-vc-file, vc-next-action-on-file):
5076         Use vc-backend rather than vc-registered.
5077         (vc-next-action-on-file): Use intern-soft.
5078         Deal with read-only *vc-diff* buffer.
5079         (vc-transfer-file): Docstring fix.
5081         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5082         (vc-rcs-receive-file): Avoid with-vc-properties.
5083         Update call to vc-unregister.
5084         Use constant `RCS' rather than (dynamically bound) var `backend'.
5086 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5088         * vc.el (vc-next-action-on-file): Update mode line only if file
5089         is visited.
5090         (vc-start-entry): New argument initial-contents.  Don't visit the file
5091         if it isn't already visited.  Brought documentation up-to-date.
5092         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5093         (vc-checkin): New optional arg initial-contents, which is passed to
5094         vc-start-entry.
5095         (vc-finish-logentry): Make sure to bury log buffer only if there
5096         really is one.  Call `vc-resynch-buffer' on log-file, not
5097         buffer-file-name.
5098         (vc-default-comment-history, vc-default-wash-log): New functions.
5099         (vc-index-of): Removed.
5100         (vc-transfer-file): Make do without the above.
5101         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5102         the resulting string to vc-checkin, instead of inserting it into the
5103         comment ring.
5105         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5106         unconditionally.  Use the comments as initial contents of the log
5107         entry buffer.  Document the trick to force branch creation with no
5108         changes.
5110 2000-10-01  Miles Bader  <miles@gnu.org>
5112         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5113         `recenter' with an arg to prevent redrawing the display.
5115 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5117         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5119         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5121         * progmodes/c-mode.el (c-mode):
5122         Don't gratuitously override the default for comment-column.
5124         * textmodes/tex-mode.el (latex-metasection-list): New var.
5125         (latex-imenu-create-index): Use it.
5126         Move the regexp construction outside loops (and use push).
5127         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5128         (tex-font-lock-keywords): Moved from font-lock.el.
5129         (tex-comment-indent): Remove.
5130         (tex-common-initialization): Don't set comment-indent-function.
5131         (latex-block-default): New var.
5132         (tex-latex-block): Use it to provide a default choice.
5133         Add any unknown choice to latex-block-names.
5134         Insert [...] after {...}.
5135         (tex-last-unended-begin): Simplify regexp.
5136         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5137         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5138         (latex-mode): Set forward-sexp-function.
5140         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5141         Add regexp for @ignore ... @end ignore.
5142         (texinfo-heading-face): New face.
5143         (texinfo-font-lock-keywords): Use it.
5144         (texinfo-mode-menu): New menu.
5145         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5146         New functions.
5147         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5148         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5149         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5150         Remove declaration.
5151         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5153         * delsel.el (delete-selection-mode): Use define-minor-mode.
5155         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5157 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5159         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5161 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5163         * replace.el (keep-lines-read-args): New function.
5164         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5165         read arguments interactively.  Add parameters RSTART and REND.
5166         Operate on the active region in Transient Mark mode.
5168         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5170         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5171         (authors-obsolete-files-regexps): New variable.
5172         (authors-add): Don't record changes in obsolete files.
5174 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5176         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5178         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5179         (comment-indent): Make sure there's a space between code and comment.
5180         Shift comments left to avoid going past fill-column.
5182 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5184         * startup.el (startup-echo-area-message): New function.
5185         (display-startup-echo-area-message): Use it.
5186         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5187         (fancy-splash-default-action): New function.
5188         (fancy-splash-screens-1): New function.
5189         (fancy-splash-head): Put a help-echo and a keymap under the image.
5191 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5193         * diff-mode.el (diff-add-log-file-name): Remove.
5194         (diff-mode): Use add-log-buffer-file-name-function.
5196         * add-log.el (find-change-log): New arg BUFFER-FILE.
5197         (add-log-file-name): Obey add-log-file-name-function.
5198         (add-log-buffer-file-name-function): New var.
5199         (add-change-log-entry): Use it.
5201 2000-09-29  Miles Bader  <miles@gnu.org>
5203         * image-file.el (image-file-name-extensions): New variable.
5204         (image-file-name-regexps): Renamed from `image-file-regexps'.
5205         New default value is nil.  Call `auto-image-file-mode'.
5206         (image-file-name-regexp): New function.
5207         (auto-image-file-mode): New minor mode.
5208         (insert-image-file): Don't make conditional on the image-file
5209         handler being enabled.
5210         (image-file-handler): Make the call here conditional instead.
5211         (set-image-file-handler-enabled, enable-image-file-handler)
5212         (disable-image-file-handler): Functions removed.
5214         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5215         string.
5217 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5219         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5220         it's a function from CL.
5221         (latex-imenu-create-index): Replace eval-when-compile with progn
5222         because latex-section-alist is not bound while compiling.
5224 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5226         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5227         (outline-mode): Use define-derived-mode.
5229         * progmodes/perl-mode.el (perl-mode):
5230         * progmodes/awk-mode.el (awk-mode):
5231         * progmodes/asm-mode.el (asm-mode):
5232         Don't gratuitously override the default for comment-column.
5234         * emacs-lisp/lisp.el (lisp-complete-symbol):
5235         Distinguish the let-binding case from the funcall case.
5236         (forward-sexp-function): New variable.
5237         (forward-sexp): Use it.
5239         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5240         (easy-mmode-defmap): Remove the now useless autoload.
5242         * time.el (display-time-mode): Use define-minor-mode.
5244         * subr.el (add-minor-mode): Don't eval NAME.
5245         Don't depend on the presence of TOGGLE-FUN for any special behavior.
5246         Use if rather than cond.
5248         * simple.el (read-expression-map): Define more properly.
5249         (comment-indent-hook): Remove.
5250         (string-to-syntax): Bug fix.
5252         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5253         (cvs-ediff-diff): Fix typo.
5254         (cvs-revert-if-needed): Don't bother preserving read-only.
5256         * paren.el (show-paren-mode): Use define-minor-mode.
5258         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5259         (toggle-auto-compression): Remove.
5260         (jka-compr-build-file-regexp): Remove useless grouping.
5262         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5263         Avoid user-reserved bindings.
5264         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5265         (diff-header-face): Revert to grey85.
5267         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5269         * complete.el (partial-completion-mode) <defcustom>: Remove.
5270         (partial-completion-mode): Use define-minor-mode.
5271         (PC-do-completion): Understand `completion-auto-help = delay'
5272         to mean to popup the completion buffer only the second time.
5273         (PC-include-file-all-completions, PC-include-file-all-completions)
5274         (PC-include-file-all-completions): Don't quote lambda.
5276         * comint.el (comint-mode-hook): Docstring fix.
5277         (comint-mode): Use define-derived-mode.
5278         (comint-mode-map): Remove obsolete comment.
5279         (make-comint): Minor stylistic change.
5280         (comint-insert-clicked-input): Be more careful to find the overlay.
5281         Use this-command-keys rather than hardcoding mouse-2.
5283         * font-lock.el: Replace confusing (,@ with ,
5284         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5285         Don't use regexp-opt-depth.  Spice up the regexp for args.
5286         Don't distinguish between cmds that can take an opt arg or not.
5287         Use `append' and `prepend' rather than `keep'.
5289         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5290         (latex-outline-regexp): New var.
5291         (latex-outline-level): New fun.
5292         (latex-section-alist): New var.
5293         (latex-imenu-create-index): Use it.  Use `push' as well.
5294         (tex-shell-map): Initialize it properly.
5295         (tex-mode): Minor stylistic change.
5296         (plain-tex-mode): Use define-derived-mode.
5297         (latex-mode): Use define-derived-mode.
5298         Construct the paragraph regexps in a more readable way.
5299         Set the buffer-local outline-{level,regexp} vars.
5300         (slitex-mode): Derive from latex-mode.
5301         (tex-common-initialization): Don't kill-all-vars anymore.
5302         Add setting for comment-add and font-lock-defaults.
5303         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5304         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
5305         (tex-start-tex): New arg DIR (and send a chdir command for it).
5306         Also display the shell buffer and save it in tex-last-buffer-texed.
5307         (tex-region): Use expand-file-name rather than concat.
5308         Remove code made useless by changes in tex-start-tex.
5309         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5311         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5313 2000-09-28  Dave Love  <fx@gnu.org>
5315         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5317 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5319         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5320         `append'.
5322 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5324         * info.el (Info-extract-pointer): Undo last change.
5325         Instead, fix the position of the `bound' arg to re-search-backward.
5327 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5329         * info.el (Info-extract-pointer):
5330         Widen more carefully, to avoid finding pointers in other nodes.
5331         (Info-index): Use push.
5333 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5335         * frame.el (set-frame-font): Remove call to obsolete function
5336         frame-update-faces.
5337         (set-foreground-color, set-background-color): Likewise for
5338         frame-update-face-colors.
5340 2000-09-27  Miles Bader  <miles@gnu.org>
5342         * image-file.el: New file.
5344 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5346         * frame.el (frame-notice-user-settings): Don't call
5347         frame-update-faces, which is a no-op now.
5349         * ediff-wind.el (ediff-control-frame-parameters): Add zero
5350         tool-bar-lines.
5352 2000-09-27  Dave Love  <fx@gnu.org>
5354         * mouse.el: Fix last change.
5356 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
5358         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5360 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
5362         * international/quail.el (quail-help): The output message is
5363         improved.
5365 2000-09-26  Dave Love  <fx@gnu.org>
5367         * mouse.el (popup-menu): If POSITION is nil, set it using
5368         mouse-position.
5370 2000-09-25  Sam Steingold  <sds@gnu.org>
5372         * net/browse-url.el (browse-url-file-url): Check for null maps.
5374 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5376         * frame.el (frame-notice-user-settings): Don't add a
5377         tool-bar-lines frame parameter to default-frame-alist in batch mode.
5379         * frame.el (frame-notice-user-settings):
5380         Make tool-bar-mode and default-frame-alist consistent.
5382         * toolbar/tool-bar.el (tool-bar-help): New function.
5384 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5386         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5387         current-load-list in top-level forms.  Else this leaks a cons cell
5388         every time a defun is called.
5390         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5392 2000-09-25  Dave Love  <fx@gnu.org>
5394         * startup.el (fancy-splash-head): Check XPM is available.
5396         * autoinsert.el (auto-insert): Doc fix.
5397         (auto-insert-alist): Following GNU notices, don't say `copyright
5398         _by_'.  Use line-beginning-position.
5399         (auto-insert): Check buffer-file-name is non-nil before use.
5401 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5403         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5404         starting with `@def' or `@multitable', in addition to ones
5405         specified by the user in auto-fill-inhibit-regexp.
5407 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
5409         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5410         rmail-dont-reply-to-names matches the empty string.
5412 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5414         * startup.el (command-line-1, fancy-splash-text): Change the
5415         text to sound more friendly.
5417 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
5419         * progmodes/hideshow.el: Update author email address.
5420         Generally, sync w/ maintainer version 5.22.
5421         (hs-hide-all-non-comment-function): New var.
5422         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5423         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5424         (hs-show-region): Delete this command.
5425         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5427 2000-09-22  Dave Love  <fx@gnu.org>
5429         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5430         (hl-line-highlight): Specify buffer when moving overlay.
5432         * progmodes/fortran.el (fortran-mode): Locally set
5433         normal-auto-fill-function.
5434         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5435         (fortran-mode-map): Adjust auto-fill menu entry.
5437 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5439         * vc-rcs.el (toplevel): Require `vc' when compiling.
5441         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5443 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
5445         * vc.el (vc-switch-backend): Signal an error if the file is not
5446         registered under the new backend.
5448         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5449         without explicit revision number.
5451 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
5453         * diff-mode.el (diff-file-header-face): Reset to its previous value.
5454         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5455         (diff-xor): New function.
5456         (diff-find-source-location): Use it.  Fix a stupid name clash.
5457         (diff-hunk-status-msg): New function.
5458         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5459         (diff-test-hunk): Use diff-find-source-location.
5460         (diff-goto-source): Favor the `reverse'.
5461         (diff-hunk-text): Properly handle one-sided context diffs.
5462         (diff-apply-hunk): When done, advance to the next hunk.
5464 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5466         * startup.el (command-line): If frame was created with a non-zero
5467         tool-bar-lines parameter, switch tool-bar-mode on.
5469         * add-log.el (change-log-date-face, change-log-name-face)
5470         (change-log-email-face, change-log-file-face)
5471         (change-log-list-face, change-log-conditionals-face)
5472         (change-log-function-face, change-log-acknowledgement-face):
5473         New faces, inheriting from font-lock faces.
5474         (change-log-font-lock-keywords): Use them.
5476 2000-09-21  Dave Love  <fx@gnu.org>
5478         * progmodes/cperl-mode.el (top-level): Clean up
5479         `eval-when-compile's and assorted defvars.
5480         (cperl-invalid-face): Don't double-quote value.  Change custom
5481         type.
5482         (cperl-mode): Set normal-auto-fill-function and don't zap
5483         auto-fill-function.
5484         (cperl-imenu--function-name-regexp-perl): Renamed from
5485         imenu-example--function-name-regexp-perl.
5486         (cperl-imenu--create-perl-index): Renamed from
5487         imenu-example--create-perl-index.
5488         (cperl-xsub-scan): Don't require cl.
5490         * msb.el (msb-mode-map): Use substitute-key-definition.
5491         (msb-mode): Use msb-mode-map.
5493 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
5495         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5496         New functions.
5497         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5498         (vc-switch-backend): New function.
5499         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5500         (vc-register): Fix prompt.
5501         (vc-unregister, vc-default-unregister): New functions.
5502         (vc-version-diff): Handle empty buffer in sentinel.
5504         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5505         (vc-rcs-state-heuristic): Use it to guess the state of files with
5506         non-strict locking.
5507         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5508         been set with -b, but not created yet.
5509         (vc-rcs-fetch-master-state): With non-strict locking, compare file
5510         contents in order to find the state.
5511         (vc-rcs-checkin): Allow creation of branches with no changes.
5512         (vc-rcs-unregister, vc-rcs-receive-file)
5513         (vc-rcs-set-non-strict-locking): New functions.
5515         * vc-hooks.el (vc-name): Force correct computation of the value
5516         in case it is missing.
5518 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5520         * startup.el (fancy-splash-tail): Use a different foreground
5521         color on a dark frame background.
5523 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
5525         * info.el: Use the correct capitalization when making Info-mode
5526         and Info-edit-mode `special' modes.
5528 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
5530         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5531         (diff-mode): Add support for add-log.el.
5532         (diff-hunk-text): Use char offsets rather than line offsets.
5533         (diff-find-source-location): Replace LINE with line-offset (nil
5534         if not found) and always set POS to a meaningful position.
5535         Adapt to the new char-offsets.
5536         (diff-apply-hunk): Drop support for the unused `select' POPUP.
5537         Adapt to the new diff-find-source-location.
5538         (diff-goto-source): Adapt to the new diff-find-source-location.
5540         * add-log.el (add-log-file-name): New function (split out of
5541         add-change-log-entry).
5542         (add-change-log-entry): Use it.
5543         Call add-log-file-name-function with the changelog file name if
5544         the current buffer is not associated with any file.
5545         Avoid find-file if the selected window is dedicated.
5547         * diff-mode.el (diff-find-source-location):
5548         Move code from diff-apply-hunk.  Return buffer rather than file.
5549         (diff-apply-hunk): Use the new result from  diff-find-source-location.
5550         (diff-goto-source): Use the new diff-find-source-location.
5552 2000-09-20  Dave Love  <fx@gnu.org>
5554         * iswitchb.el: Some doc fixes.
5555         (iswitchb-mode-map): Define completely initially.  Inherit
5556         minibuffer-local-map.
5557         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5558         fundamental-mode.
5559         (iswitchb-global-map): New variable.
5560         (iswitchb-summaries-to-end): Amalgamate regexps.
5561         (iswitchb-mode): New.
5562         (iswitchb-mode-hook): New variable.
5563         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
5564         `extensions'.
5566 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
5568         * ehelp.el (electric-help): New defgroup.
5569         (electric-help-shrink-window): New user-option.
5570         (with-electric-help): Use it.
5572         * window.el (shrink-window-if-larger-than-buffer): If face
5573         `mode-line' has a :box, and we're on a graphical frame, add 1
5574         to the needed window height.
5576         * frame.el (frame-notice-user-settings): Add a last parameter nil
5577         to a call to `append', because the last list passed to `append' is
5578         not copied, and so subsequent calls to assq-delete-all will modify
5579         default-frame-alist.
5581         * startup.el (fancy-splash-image): Change :type.
5582         (fancy-splash-head): Use an XBM image if appropriate.
5583         (command-line-1): Show splash screens in more cases.
5585         * startup.el (fancy-splash-text): Don't quote faces.
5587         * dired.el (dired-font-lock-keywords): Undo last change.
5588         (dired-readin): Bind indent-tabs-mode to nil.
5590         * startup.el (fancy-splash-head): If frame's background mode
5591         is `dark', change the black background of the image to gray.
5592         (fancy-splash-screens): Display startup echo area message.
5593         (display-startup-echo-area-message): New function.
5595 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
5597         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5599         * info.el (info-header-node): Tweak for color ttys.
5601         * faces.el (face-valid-attribute-values): Make sure directories we
5602         search for stipples both exist and are readable before trying to
5603         search them.
5605         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5606         in the dry-run case.
5608         * jka-compr.el (with-auto-compression-mode): New macro.
5610         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5611         (custom-group-tag-face, custom-variable-tag-face): Use relative
5612         :height and inherit from `variable-pitch' face instead of
5613         hardwiring :family.
5614         * hi-lock.el (hi-black-hb): Likewise.
5616         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5617         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5618         toolbar-add-item, if image doesn't have a mask add a `:mask
5619         heuristic'.
5621 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
5623         * diff-mode.el: Docstring fixes.
5624         (diff-header-face, diff-comment-face): New faces.
5625         (diff-font-lock-keywords): Highlight a bit differently.
5626         (diff-find-source-location): Don't return SPAN any more.
5627         (diff-hunk-text): Don't bother erasing the temp buffer.
5628         (diff-find-text): Drop argument LINE.
5629         (diff-apply-hunk): Update calls to diff-find-text.
5630         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5632         * calendar/calendar.el: Docstring fixes.
5633         (calendar-make-alist): Don't quote lambda.
5634         (calendar-star-date): Use make-local-variable.
5636 2000-09-19  Dave Love  <fx@gnu.org>
5638         * toolbar/tool-bar.el: Renamed from toolbar.el.
5639         Change `toolbar' to `tool-bar' generally in symbols.
5640         Make some items invisible in `special' major modes.
5641         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5642         Add arg PROPS.
5644         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5645         Add :version here.
5646         (fancy-splash-delay, fancy-splash-image): Remove :version here.
5648 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5650         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5652         * files.el (find-file-suppress-same-file-warnings): New user-option.
5653         (find-file-noselect): Use it.
5655         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5656         (fancy-splash-screen): Defgroup.
5658         * add-log.el (change-log-font-lock-keywords): Match names
5659         more exactly for the case that font-lock-constant-face is
5660         underlined.
5662 2000-09-19  Richard M. Stallman  <rms@gnu.org>
5664         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5666 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
5668         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5670 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5672         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5673         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5674         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5675         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5676         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5677         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5678         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5679         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5680         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5681         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5682         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5683         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5685         * startup.el (fancy-splash-text): New variable.
5686         (fancy-splash-delay, fancy-splash-image): New user-options.
5687         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5688         (fancy-splash-screens): New functions.
5689         (command-line-1): If display has a `display' frame parameter, has
5690         colors, and we have XPM support, show more fancy splash screens.
5692 2000-09-19  Dave Love  <fx@gnu.org>
5694         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
5695         with null `help'.  Use modern backquote syntax.
5697 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5699         * font-lock.el (font-lock-mode): Change message telling the user
5700         that ``the buffer is too big''.
5702         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5703         for instance for the case that tab-width is 2.
5705 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
5707         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5708         toolbar-add-item, if image doesn't have a mask add a `:mask
5709         heuristic'.
5711 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
5713         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5714         and return a cons if it's non-nil.
5715         (diff-apply-hunk): Try to jump to the line in the source text
5716         corresponding to the position of point in the in the hunk.
5718         * info.el (Info-title-3-face, Info-title-2-face)
5719         (Info-title-1-face): Use face inheritance and relative sizes
5720         instead of hard-wiring things.
5722         * faces.el (secondary-selection): Make dark-background variant sane.
5724 2000-09-16  Andrew Innes  <andrewi@gnu.org>
5726         * makefile.w32-in (compile-files-CMD): No need to make .elc files
5727         read-only, since they aren't under VC now.
5729 2000-09-17  Dave Love  <fx@gnu.org>
5731         * tmm.el: Replace mapcar with mapc in several places.
5733         * loadhist.el (unload-feature): Maybe call elp-restore-list and
5734         ad-unadvise.
5736         * international/latin1-disp.el: New file.
5738         * calendar/cal-move.el (scroll-calendar-left)
5739         (scroll-calendar-right): Make arg optional (for active mode line).
5741         * calendar/calendar.el (calendar-mode-line-format): Make fields
5742         mouse-sensitive.
5743         (calendar-read-date, calendar-read-date, calendar-window-list):
5744         Unquote lambda.
5745         (calendar-month-name): Use aref, not sref.
5747         * view.el (minor-mode-alist): Propertize the string.
5749         * international/characters.el (standard-case-table): Add entries
5750         for Greek.
5752 2000-09-18  Miles Bader  <miles@gnu.org>
5754         * info.el (info-node, info-xref): Add dark-background variants.
5756         * faces.el (header-line): Change defaults to be less confusing
5757         when mixed with mode-lines.
5759         * info.el (Info-fontify-node): Make a few cleanups.
5760         Add extra `help-echo' and `local-map' props to node xrefs.
5761         Use header-specific faces for node-names & xrefs.
5762         (Info-use-header-line): New variable.
5763         (info-header-xref, info-header-node): New faces.
5764         (Info-setup-header-line): New function.
5765         (Info-select-node): Call Info-setup-header-line when enabled.
5766         (Info-extract-pointer): Work even if the header line is hidden.
5767         (Info-header-line): New variable.
5769 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
5771         * vms-patch.el (print-region-function): Don't quote lambda.
5773         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5775         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5776         (lm-get-header-re): Allow spaces between the header and the colon.
5777         (lm-header): Allow $ in non-RCS headers.
5778         (lm-header-multiline): Put the strings back into order.
5779         Stop at an empty line.  Don't require two space chars if the
5780         line is clearly not another header line.
5782         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5783         (popup-menu-popup): Remove.
5785 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5787         * toolbar/toolbar.el (toolbar-add-item): Use the same image
5788         specification if or if not tool-bar item contains an `:enabled'
5789         property.
5791         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5792         current buffer has no file name.
5794 2000-09-15  Dave Love  <fx@gnu.org>
5796         * strokes.el: Sync with maintainer's current version with changes
5797         for Emacs, but avoid runtime cl and levents.
5798         (toplevel):  Change autoloads and compilation requires.
5799         (strokes-version, strokes-bug-address, strokes-lift): Values
5800         changed.
5801         (strokes-xpm-header, strokes-insinuated): New variable.
5802         (strokes): Add :link.
5803         (strokes-mode): Customized.
5804         (strokes-while-inhibiting-garbage-collector): New macro.
5805         (strokes-remassoc): Avoid remove-if.
5806         (strokes-fix-button2-command): Don't use ad-do-it.
5807         (strokes-insinuate): New function.
5808         (strokes-button-press-event-p, strokes-button-release-event-p):
5809         New functions, used instead of non-`strokes-' versions..
5810         (strokes-mouse-event-p): Rewritten.
5811         (strokes-event-closest-point): Avoid event-point.
5812         (strokes-get-grid-position): Avoid cdadr, caadr
5813         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5814         functions.
5815         (strokes-help): Use with-output-to-temp-buffer.
5816         (strokes-window-configuration-changed-p): New function.
5817         (strokes-update-window-configuration): Use buffer-live-p,
5818         strokes-window-configuration-changed-p.
5819         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
5820         (strokes-char-face): New face.
5821         (strokes-char-table, strokes-base64-chars): New variable.
5822         (strokes-xpm-for-stroke, strokes-list-strokes)
5823         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5824         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5825         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5826         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5827         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5828         functions.
5830 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5832         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5834         * image.el (create-image): Doc fix.
5836         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5837         instead of `:heuristic-mask t'.
5839 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5841         * makefile.w32-in: Revert to Unix line endings.
5843 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5845         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
5846         when installing.
5848         * makefile.nt (DONTCOMPILE): Fix typo.
5850         * shell.el (shell-write-history-on-exit): New function.
5851         (shell-dumb-shell-regexp): New custom variable.
5852         (shell-mode): Make shell-write-history-on-exit the process
5853         sentinel if shell name matches shell-dumb-shell-regexp.
5855         * w32-fns.el: Comment out before-init-hook function which resets
5856         source-directory based; this breaks bootstrap.
5858 2000-09-14  Dave Love  <fx@gnu.org>
5860         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5861         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5862         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5863         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5864         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5865         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5866         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
5867         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
5868         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5870         * toolbar/toolbar.el: New.
5872         * subdirs.el: Add toolbar.
5874 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
5876         * indent.el (indent-for-tab-command): Doc fix.
5878 2000-09-14  Alex Schroeder  <alex@gnu.org>
5880         * ansi-color.el (ansi-colors): Doc change.
5881         (ansi-color-get-face): Simplified regexp.
5882         (ansi-color-faces-vector): Added more faces, doc change.
5883         (ansi-color-names-vector): Doc change.
5884         (ansi-color-regexp): Simplified regexp.
5885         (ansi-color-parameter-regexp): New regexp.
5886         (ansi-color-filter-apply): Doc change.
5887         (ansi-color-filter-region): Doc change.
5888         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5889         deal with zero length parameters.
5890         (ansi-color-apply-on-region): Doc change.
5891         (ansi-color-map): Doc change.
5892         (ansi-color-map-update): Removed debugging message.
5893         (ansi-color-get-face-1): Added condition-case to trap
5894         args-out-of-range errors.
5895         (ansi-color-get-face): Doc change.
5896         (ansi-color-make-face): Removed.
5897         (ansi-color-for-shell-mode): New option.
5899 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
5901         * international/quail.el (quail-start-translation): Translate KEY
5902         if necessary even if it doesn't have any mapping in the current
5903         input method.
5904         (quail-start-conversion): Likewise.
5905         (quail-help): The output message is improved.
5907 2000-09-13  Miles Bader  <miles@gnu.org>
5909         * comint.el (comint-output-filter): Revert to using
5910         `insert-before-markers'.  Add bletcherous hack to undo damage
5911         caused by `insert-before-markers'.  Put `front-sticky' property on
5912         overlays created here so that the field code understands how the
5913         overlay works.  Use a let when making comint-last-prompt-overlay,
5914         so that the code is easier to read.
5916 2000-09-13  Dave Love  <fx@gnu.org>
5918         * wid-edit.el (widget-default-format-handler): DTRT when
5919         doc-property is a function.
5921 2000-09-12  Francesco Potorti`  <pot@gnu.org>
5923         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5924         filed name if it's not there.
5926 2000-09-12  Dave Love  <fx@gnu.org>
5928         * simple.el (read-mail-command): Doc fix.
5929         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5931         * vc.el (vc-dired-listing-switches): Fix :version.
5933         * vc-hooks.el: Doc fixes.
5935         * subr.el (add-minor-mode): Use toggle-fun arg.
5937         * speedbar.el: Add :version to several defcustoms.
5939         * imenu.el (imenu--truncate-items, imenu--cleanup)
5940         (imenu--generic-function): Avoid mapcar.
5941         (imenu--replace-spaces): Function removed.
5942         (imenu--completion-buffer): Use subst-char-in-string.
5943         (imenu-add-to-menubar): Use keymap inheritance.
5945 2000-09-12  Miles Bader  <miles@gnu.org>
5947         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5948         (diff-mode-map): Bind `diff-test-hunk'.
5949         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5951 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5953         * bytecomp.el (byte-compile-defvar): Undo last change
5954         because it breaks '(make-variable-buffer-local (defvar ...)'
5955         which is used at least in dired.
5957 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5959         * international/quail.el (quail-define-package): Docstring
5960         modified.
5962 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5964         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5965         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5966         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
5967         docstring of "chinese-py".
5969         * international/quail.el (quail-translation-docstring): New
5970         variable.
5971         (quail-show-keyboard-layout): Docstring modified.
5972         (quail-select-current): Likewise.
5973         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5974         infinite recursive call.
5975         (quail-help): Check quail-translation-docstring.  Format of the
5976         output changed.
5977         (quail-help-insert-keymap-description): Adjusted for the above
5978         change.
5980 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5982         * bytecomp.el (byte-compile-defvar): Only cons onto
5983         current-load-list in top-level forms.  Else this leaks a cons cell
5984         every time a defun is called.
5986 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
5988         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5989         Now understands non-unified diffs.  Some functionality moved into
5990         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
5991         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
5992         modify anything.  Only reposition point in the patched file if the
5993         patch succeeds.  Only pop up another window if POPUP is true.
5994         Emit a message describing what happened if successful, and at what
5995         line-offset.  Automatically detect reversed hunks and do something
5996         appropriate.
5997         (diff-hunk-text, diff-find-text): New functions.
5998         (diff-filter-lines): Function removed.
5999         (diff-test-hunk): New function.
6000         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6002 2000-09-10  Dave Love  <fx@gnu.org>
6004         * textmodes/tildify.el: Minor doc/commentary fixes.
6005         (tildify) <defgroup>: Add :version.
6007         * faces.el (face-x-resources): Make custom type more specific.
6008         (frame-background-mode): Use mapc.
6009         (region) <defcustom>: Add :version.
6011 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
6013         * vc-sccs.el (vc-sccs-register):
6014         * vc-rcs.el (vc-rcs-register):
6015         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6016         * vc.el (vc-register): Clear file's properties.
6018 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
6020         * faces.el (face-spec-set): Only face-spec-reset-face when
6021         ATTRS is non-nil.
6023 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
6025         * help.el (help-insert-xref-button): Fix a typo in doc string.
6027 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
6029         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6030         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6031         methods.
6033         * menu-bar.el (read-mail-item-name): New function.
6034         (menu-bar-tools-menu): Use it to compute and display the package
6035         used to read email.
6036         (menu-bar-tools-menu): Fix typo in GUD's help string.
6038 2000-09-07  Dave Love  <fx@gnu.org>
6040         * diff-mode.el (diff-mouse-goto-source): New function.
6042         * vc-sccs.el: Doc fixes.
6043         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6045         * vc-rcs.el: Doc fixes.
6046         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6047         (vc-rcs-checkout-switches, vc-rcs-header)
6048         (vc-rcs-master-templates): Add or change :version.
6050         * vc-cvs.el: Doc fixes.
6051         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6052         (vc-cvs-stay-local): Add :version.
6054         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6056 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6058         * international/quail.el (quail-help): Fix previous change.
6060 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6062         * faces.el (color-values): Doc fix.
6064         * faces.el (frame-set-background-mode): Use frame-parameter
6065         instead of frame-parameters.
6067         * frame.el (filtered-frame-list): Reduce consing.
6068         (frames-on-display-list): Call frame-parameter instead of
6069         frame-parameters.
6071 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6073         * language/devan-util.el (devanagari-to-indian-region): In the
6074         loop, change the following char, not preceding char.
6076 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6078         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6079         instead of frame-parameters.
6081         * faces.el (set-face-attribute): Simplify by calling
6082         internal-set-lisp-face-attribute with FRAME being 0.
6084         * vc.el: Remove `Id' version control keyword.
6086 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6088         * help.el (help-make-xrefs): Adjusted for the change of
6089         help-xref-mule-regexp.
6090         (help-insert-xref-button): New function.
6092         * international/mule-cmds.el (help-xref-mule-regexp-template):
6093         Include the pattern for character set.
6094         (leim): New group.
6096         * international/quail.el: Don't require face.
6097         (quail): New group.
6098         (quail-other-command): Dummy command to make quail-help work better.
6099         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6100         (quail-keyboard-layout-substitution): New variable.
6101         (quail-update-keyboard-layout): New function.
6102         (quail-keyboard-layout-type): New customizable variable.
6103         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6104         (quail-keyboard-translate): Pay attention to
6105         quail-keyboard-layout-substitution.
6106         (quail-insert-kbd-layout): New function.
6107         (quail-show-keyboard-layout): New function.
6108         (quail-get-translation): If the definition is a vector of length
6109         1, and the element is a string of length 1, return the character
6110         in that string.
6111         (quail-update-current-translations): Fix the case of
6112         relative-index out of range.
6113         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6114         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6115         Show key sequences for all available characters.
6116         (quail-help-insert-keymap-description): Don't show such verbose
6117         key bindings as quail-self-insert-command.
6119         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6120         Format changed, and each element now have extra documentations.
6121         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6122         Adjusted for the change of quail-cxterm-package-ext-info.
6124 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6126         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6127         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6128         during bootstrap.
6130 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6132         * vc.el: (toplevel): Don't require `dired' at run-time.
6133         (vc-dired-resynch-file): Remove autoload cookie.
6135 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6137         * vc.el: Made several backend functions optional.
6138         (vc-default-responsible-p): New function.
6139         (vc-merge): Use RET for first version to trigger merge-news, not
6140         prefix arg.
6141         (vc-annotate): Handle backends that do not support annotation.
6142         (vc-default-merge-news): Removed.  The existence of a merge-news
6143         implementation is now checked on caller sites.
6145         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6146         case.
6148         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6149         special case that has been removed from the default in vc-hooks.el.
6151 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6153         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6155 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6157         * vc-hooks.el: Require vc during compilation.
6158         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6159         macro `with-vc-properties' in vc.el.
6160         (vc-file-getprop): Doc fix.
6161         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6163         * vc.el: Require dired-aux during compilation.
6164         (vc-name-assoc-file): Moved to vc-sccs.el.
6165         (with-vc-properties): New macro.
6166         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6167         vc-finish-steal): Use it.
6168         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6169         to the backend-specific function is now supposed to do the checkout,
6170         too.
6171         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6173         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6174         set file properties; that gets done in the generic code now.
6176         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6177         Changed parameter list, added code from vc.el that does the
6178         checkout, possibly with a double-take.
6180         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6181         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6182         the above under the new name.
6183         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6184         parameter list, added checkout command.
6185         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6186         properties; that gets done in the generic code now.
6188 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6190         * vc.el: Docstring fixes (courtesy of checkdoc).
6192 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6194         * vc.el (vc-checkout-writable-buffer-hook)
6195         (vc-checkout-writable-buffer): Remove.
6196         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6197         (vc-log-mode): Make it into a clean derived major mode.
6198         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6199         vc-log-mode if log-edit is not available.
6200         (vc-dired-mode-map): Don't set-keymap-parent yet.
6201         (vc-dired-mode): Do set-keymap-parent here.
6202         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6204 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6206         * faces.el (set-face-attribute, face-spec-reset-face)
6207         (face-spec-set): Avoid consing by removing calls to `apply'.
6209         * frame.el (frame-parameter): Move to C code.
6211 2000-09-05  Dave Love  <fx@gnu.org>
6213         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6214         insert-before-markers-and-inherit.  Now checked systematically!
6216 2000-09-05  Alex Schroeder  <alex@gnu.org>
6218         * sql.el (sql-postgres): Use sql-postgres-options.
6219         (sql-postgres-options): New variable.
6221 2000-09-05  Alex Schroeder  <alex@gnu.org>
6223         * sql.el (sql-mode-menu): Work around missing variable mark-active
6224         in XEmacs.
6225         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6226         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6227         compatibility.
6229 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6231         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6233         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6235         * Makefile.in (DONTCOMPILE): Fix typo in file name.
6237 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6239         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6240         don't support anything else under SCCS yet.
6242         * vc-hooks.el: Minor doc fixes.
6244 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6246         * vc.el (vc-next-action-on-file): Do not visit the file if it's
6247         not necessary.  If verbose in state `needs-patch', do the same as
6248         under `up-to-date'.  When NOT verbose and `needs-patch', check out
6249         latest version instead of `merge-news'.
6250         (vc-next-action-dired): Don't mess with default-directory here; it
6251         breaks other parts of dired.  It is the job of the
6252         backend-specific functions to adjust it temporarily if they need it.
6253         (vc-next-action): Remove a special CVS case.
6254         (vc-clear-headers): New optional arg FILE.
6255         (vc-checkin, vc-checkout): Set properties vc-state and
6256         vc-checkout-time properly.
6257         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6258         (vc-print-log): Use new backend function `show-log-entry'.
6259         (vc-cancel-version): Do the checks in a different order.  Added a
6260         FIXME concerning RCS-only code.
6262         * vc-rcs.el (vc-rcs-show-log-entry): New function.
6263         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6265         * vc-cvs.el (vc-cvs-show-log-entry): New function.
6267         * vc-hooks.el (vc-default-mode-line-string): Show state
6268         `needs-patch' as a `-' too.
6270 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6272         * vc.el (vc-responsible-backend): New optional arg REGISTER.
6273         (vc-default-could-register): New function.
6274         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6275         (vc-resynch-buffer): Call vc-dired-resynch-file.
6276         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6277         vc-resynch-buffer instead of vc-resynch-window.
6278         (vc-next-action-dired): Don't redisplay here, that gets done as a
6279         result of the individual file operations.
6280         (vc-retrieve-snapshot): Corrected prompt order.
6282         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6284         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6285         as well.
6286         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
6287         hostname regexps.  Updated all callers.
6288         (vc-cvs-responsible-p): Handle directories as well.
6289         (vc-cvs-could-register): New function.
6290         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6291         properties up-to-date.
6293         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6294         user whether to create one.
6296 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6298         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6299         check out a non-existing file.
6301         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6302         workfile does not exist.
6304         * vc.el (vc-version-diff): Use `require' to check for existence of
6305         diff-mode.
6307 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6309         * vc-cvs.el (vc-cvs-registered): Use new function
6310         vc-cvs-parse-entry to do the actual work.
6312 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6314         * vc-hooks.el (vc-find-backend-function): If function doesn't
6315         exist, return nil instead of error.
6316         (vc-call-backend): Doc fix.
6318         * vc.el (vc-do-command): Doc fix.
6319         (vc-finish-logentry): When checking in from vc-dired, choose the
6320         right backend for logentry check.
6321         (vc-dired-mode-map): Inherit from dired-mode-map.
6322         (vc-dired-mode): Local value of dired-move-to-filename-regexp
6323         simplified.
6324         (vc-dired-state-info): Removed, updated caller.
6325         (vc-default-dired-state-info): Use parentheses instead of hyphens.
6326         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6327         (vc-dired-listing-switches): New variable.
6328         (vc-directory): Use it, instead of dired-listing-switches.
6330         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6331         (vc-cvs-dir-state): New function.
6332         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6333         (vc-cvs-parse-entry): New function, also to be used in
6334         vc-cvs-registered.
6336 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6338         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6339         *or* single-window-frames.
6341 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6343         * vc.el (vc-update-changelog): Split into generic part and default
6344         implementation.  Doc string adapted.
6345         (vc-default-update-changelog): New function.  Call the `rcs2log'
6346         script in exec-directory, to fix a long-standing nuisance.
6348         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6349         simply signals an error.
6351 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6353         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6354         control-flow more clear and to avoid running `cvs' twice.
6356         * vc.el (vc-next-action-on-file): Doc fix.
6357         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6358         (vc-print-log): Eval `file' before constructing the continuation.
6360 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6362         * vc.el (vc-next-action-on-file): Corrected several messages.
6363         (vc-merge): Add prefix arg `merge-news'; handle it.
6365         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6366         is not reached.  It is.
6367         (vc-cvs-merge): Set state to 'edited after merge.
6368         (vc-cvs-merge-news): Set workfile version to nil if not known.
6369         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
6371         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6372         via stdout. (Merge from main line.)
6374 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6376         * vc.el (vc-finish-logentry): Thinko in the "same comment"
6377         detection.
6379 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6381         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6382         against kill-all-local-variables.
6383         (vc-log-edit): Don't save vc-parent-buffer any more.
6384         (vc-last-comment-match): Initialize to an empty string.
6385         (vc-post-command-functions): New hook.
6386         (vc-do-command): Run it.
6387         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6388         (vc-finish-logentry): Only add the comment to the ring if it's
6389         different from the last comment entered.
6390         (vc-new-comment-index): New function.
6391         (vc-previous-comment): Use it.  Make the minibuffer message
6392         slightly less terse.
6393         (vc-comment-search-reverse): Make it work forward as well.  Don't
6394         set vc-comment-ring-index if no match is found.  Use
6395         vc-new-comment-index.
6396         (vc-comment-search-forward): Use vc-comment-search-reverse.
6397         (vc-dired-mode-map): Don't inherit from dired-mode-map since
6398         define-derived-mode will do it for us.  Bind `v' to a keymap that
6399         inherits from vc-prefix-map so that we can bind `vt' without
6400         binding C-x v t.
6401         (vc-retrieve-snapshot): Parenthesis typo.
6403         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6404         to 1.  Make sure to switch to *vc* before looking for an error
6405         message.  Use vc-parse-buffer.
6407 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6409         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6410         and NAME.
6411         (vc-retrieve-snapshot): Split into two parts.
6412         (vc-default-retrieve-snapshot): New function.
6414         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6415         (vc-cvs-retrieve-snapshot): New function (untested).
6416         (vc-cvs-stay-local): Default to t.
6417         (vc-cvs-remote-p): New function and property.
6418         (vc-cvs-state): Stay local only if the above is t.
6419         (vc-handle-cvs): Removed.
6420         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6421         done via vc-handled-backends now.
6422         (vc-cvs-header): Escape Id.
6424 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6426         * vc.el (vc-do-command): Remove unused commands.
6427         (vc-version-diff): Make sure default-directory ends with a slash.
6428         Move the window commands into a vc-exec-after.
6429         (vc-print-log): Move more of the code into the `vc-exec-after'.
6431 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6433         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6434         (vc-print-log): Search current revision from beginning of buffer.
6435         (vc-revert-buffer): Clear echo area after the diff is finished.
6436         (vc-prefix-map): Removed definition of "t" for terse display in vc
6437         dired.
6438         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
6439         definition of "vt" for terse display.
6440         (vc-dired-mode): Fix dired-move-to-filename-regexp.
6442 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6444         * vc.el (vc-exec-after): Avoid caddr.
6446 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6448         * vc.el (vc-exec-after): New function.
6449         (vc-do-command): Use it to add a termination message for async
6450         procs.
6451         (vc-checkout): Try to handle a missing-backend situation.
6452         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6453         of a directory with a backend using async diffs.
6454         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6455         present.
6457         * vc-sccs.el (vc-sccs-state-heuristic): Use
6458         file-ownership-preserved-p.
6460         * vc-rcs.el (vc-rcs-state-heuristic): Use
6461         file-ownership-preserved-p.
6462         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6464 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6466         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6467         vc-do-command.
6469         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6470         when there are no changes.
6472 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6474         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6476         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6478 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6480         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6482         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6483         the `fset' outside of the defvar so that it works even if
6484         vc-prefix-map was already defined.
6485         (vc-setup-buffer): New function, split out of vc-do-command.
6486         (vc-do-command): Allow BUFFER to be t to mean `just use the
6487         current buffer without any fuss'.
6488         (vc-version-diff): Change the `diff' backend operation to just put
6489         the diff in the current buffer without erasing it.  Always use
6490         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
6491         shrink-window-if-larger-than-buffer.
6492         (vc-print-log): Change the `print-log' backend operation to just
6493         put the log in the current buffer without erasing it.  Protect
6494         shrink-window-if-larger-than-buffer.
6495         (vc-update-change-log): Fix setd typo.
6497         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6498         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6500         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6501         (vc-rcs-diff): Insert in the current buffer and remove unused arg
6502         CMP.
6504         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6505         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
6506         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6508 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6510         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6511         not possible, use vc-BACKEND-workfile-unchanged-p.
6512         (vc-default-workfile-unchanged-p): New function.  Delegates to a
6513         full vc-BACKEND-diff.
6515         * vc-hooks.el (vc-simple-command): Removed.
6517         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6518         instead of vc-simple-command.
6519         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6520         avoid doing a diff when opening a file.
6521         (vc-rcs-state): Added check for unlocked-changes.
6522         (vc-rcs-header): Escape Id.
6523         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6524         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6525         version.
6527         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6528         (vc-sccs-diff): Remove optional arg CMP.
6529         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6530         SCCS-specific function.
6532         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6533         vc-simple-command.
6535 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6537         * vc.el (vc-editable-p): Renamed from vc-writable-p.
6538         (with-vc-file, vc-merge): Use vc-editable-p.
6539         (vc-do-command): Remove unused var vc-file and fix the
6540         doubly-defined `status' var.  Add a user message when starting an
6541         async command.
6542         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6543         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6544         Use with-current-buffer.
6545         (vc-buffer-sync): Use unless.
6546         (vc-next-action-on-file): If the file is 'edited by read-only,
6547         make it read-write instead of trying to commit.
6548         (vc-version-diff, vc-update-change-log): Use `setq
6549         default-directory' rather than `cd'.
6550         (vc-log-edit): Don't forget to set default-directory in the
6551         buffer.
6553         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6554         (vc-sccs-state-heuristic): Use file-writable-p instead of
6555         comparing userids.
6556         (vc-sccs-checkout): Use `unless'.
6558         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6559         of comparing userids.
6560         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6561         Simplify the logic by eliminating unreachable code.
6562         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6563         just do a recursive call if we need to retry.
6564         (vc-rcs-checkout): Handle the case where rcs is missing by making
6565         the buffer read-write if requested and re-signalling the error.
6567         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6569 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6571         * vc-hooks.el (vc-handled-backends): Docstring change.
6572         (vc-ignore-vc-files): Mark obsolete.
6573         (vc-registered): Check vc-ignore-vc-files.
6574         (vc-find-file-hook, vc-file-not-found-hook): Don't check
6575         vc-ignore-vc-files.
6577         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6579 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6581         * vc.el (vc-checkout): Don't do anything special for ange-ftp
6582         files since ange-ftp already has vc-registered return nil.
6584         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6585         (vc-sccs-workfile-version): Use with-temp-buffer and new
6586         vc-parse-buffer and don't bother setting the property.
6587         (vc-sccs-add-triple): Use with-current-buffer and
6588         find-file-noselect.
6589         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6591         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
6592         derives from the old vc-parse-buffer but uses the revision number
6593         rather than the date (much easier to compare robustly).
6594         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
6595         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
6596         locking-user more directly.  Check strict locking and set
6597         checkout-model appropriately.
6598         (vc-rcs-parse-locks): Remove.
6599         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6600         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6601         (vc-rcs-system-release): Use with-current-buffer and
6602         vc-parse-buffer.
6603         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6605         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6606         (vc-simple-command): Docstring fix.
6607         (vc-registered): Align the way the file-handler is called with the
6608         way the function itself works.
6609         (vc-file-owner): Remove.
6611         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
6612         extraction of fields and call to file-attributes because of a
6613         temporary bug in rcp.el.
6614         (vc-cvs-fetch-status): Use with-current-buffer.
6616 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6618         * vc.el (vc-do-command): Use file-relative-name.
6619         (vc-responsible-backend): Use vc-backend if possible.
6620         (vc-create-snapshot): Improve the `interactive' spec. Add support
6621         for branches and dispatch to backend-specific `create-snapshot'.
6622         (vc-default-create-snapshot): New function, containing the bulk of
6623         the old vc-create-snapshot.
6624         (vc-retrieve-snapshot): Improve the interactive spec.
6626         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6627         (vc-backend-hook-functions): Remove.
6628         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6629         (vc-backend): Reintroduce the test for `file = nil' now that I
6630         know why it was there (and added a comment to better remember).
6632         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6633         code from vc-sccs-hooks.el.
6634         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
6635         'vc anymore.
6636         (vc-sccs-responsible-p): Use expand-file-name instead of concat
6637         and file-directory-p instead of file-exists-p.
6638         (vc-sccs-check-headers): Simplify the regexp.
6640         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6641         from vc-rcs-hooks.el.  Don't require 'vc anymore.
6642         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6643         file-directory-p instead of file-exists-p.
6645         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6646         from vc-cvs-hooks.el.
6647         (proto vc-cvs-registered): Require 'vc-cvs instead of
6648         'vc-cvs-hooks.  Don't require 'vc anymore.
6649         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6650         file-directory-p instead of file-exists-p.
6651         (vc-cvs-create-snapshot): New function, replacing
6652         vc-cvs-assign-name.
6653         (vc-cvs-assign-name): Remove.
6655 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6657         * vc-cvs.el (vc-cvs-header): New var.
6659         * vc-rcs.el (vc-rcs-exists): Remove.
6660         (vc-rcs-header): New var.
6662         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6663         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6664         (vc-sccs-header): New var.
6666         * vc.el (vc-do-command): Get rid of the `last' argument.
6667         (vc-header-alist): Remove, replaced by vc-X-header.
6668         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6669         (vc-dired-hook): Use expand-file-name instead of concat.
6670         (vc-directory): Use file-name-as-directory.
6671         (vc-snapshot-precondition, vc-create-snapshot)
6672         (vc-retrieve-snapshot): Allow the command to operate on any
6673         directory.
6675         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6676         just removing the 'WORKFILE argument or by removing the 'MASTER
6677         argument and replacing `file' with (vc-name file).
6679 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6681         * vc.el: Update Copyright and add a crude list of backend funs.
6682         (vc-writable-p): New function.
6683         (with-vc-file): Use vc-writable-p.
6684         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6685         (vc-register): Avoid vc-name.
6686         (vc-locking-user): Remove.
6687         (vc-steal-lock): Make the `owner' arg non-optional.
6688         (vc-merge): Use vc-writable-p instead of vc-locking-user and
6689         vc-checkout-model.
6690         (vc-default-dired-state-info): Use vc-state instead of
6691         vc-locking-user and return special strings for special states.
6692         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6693         and get rid of one of the special CVS cases.
6694         (vc-cancel-version): prettify error message with \\[...].
6695         (vc-rename-master): New function.
6696         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6697         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
6698         the CVS special case generic.
6699         (vc-default-record-rename): Remove.
6700         (vc-file-tree-walk-internal): Only call FUNC for files that are
6701         under control of some VC backend and replace `concat' with
6702         expand-file-name.
6703         (vc-file-tree-walk): Update docstring.
6704         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6705         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6707         * vc-sccs.el (vc-sccs-rename-file): Renamed from
6708         vc-sccs-record-rename.  Use `find-file-noselect' rather than
6709         `find-file' and call `vc-rename-master' to do the actual move.
6710         (vc-sccs-diff): Remove unused `backend' variable.
6712         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6713         to delay loading of vc-sccs until it is really used.
6714         (vc-sccs-master-templates): Preload.
6715         (vc-sccs-state): Update call to vc-sccs-parse-locks.
6716         (vc-sccs-project-dir): Remove (merged into
6717         vc-sccs-search-project-dir).
6718         (vc-sccs-search-project-dir): Rewrite using file name handling ops
6719         rather than `concat', make sure it is preloaded and don't bother
6720         to check that the file actually exists.
6721         (vc-sccs-parse-locks): Remove unused `file' argument, remove
6722         `locks' argument (use buffer's content instead) and eliminate n^2
6723         behavior.
6725         * vc-rcs.el: Update Copyright.
6726         (vc-rcs-rename-file): New function.
6727         (vc-rcs-diff): Remove unused `backend' variable.
6729         * vc-hooks.el: Update Copyright.
6730         (vc-backend): Don't accept a nil argument any more.
6731         (vc-up-to-date-p): Turn into a defsubst.
6732         (vc-possible-master): New function.
6733         (vc-check-master-templates): Use `vc-possible-master' and allow
6734         funs in vc-X-master-templates to return a non-existent file.
6736         * vc-cvs.el: Update Copyright.
6737         (vc-cvs-diff): Remove unused `backend' variable.
6738         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6740         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6742 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6744         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6745         since it can be called from vc-rcs.el.
6746         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6748 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6750         * vc.el (vc-version-diff): Expand file name read from the
6751         minibuffer.  Handle the case when a previous version number can't
6752         be guessed.  Give suitable messages when there were no differences
6753         found.
6754         (vc-clear-headers): Call backend-specific implementation, if one
6755         exists.
6756         (vc-cancel-version): Made error checks generic.  When done, clear
6757         headers generically, too.
6759         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6760         from vc-clear-headers in vc.el.
6762         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6763         correctly.
6764         (vc-rcs-latest-on-branch-p): Made second argument VERSION
6765         optional.  Handle the case when it's not there.
6767 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6769         * vc.el (vc-locking-user): Moved from vc-hooks.el.
6771 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6773         * vc-hooks.el (vc-loadup): Remove.
6774         (vc-find-backend-function): Use `require'.  Also, handle the case
6775         where vc-BACKEND-hooks.el doesn't exist.
6776         (vc-call-backend): Cleanup.
6778 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6780         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6781         vc-rcs-grab-templates)
6782         (vc-rcs-registered): Remove.  The default function works as well.
6783         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6784         vc-sccs-grab-templates)
6785         (vc-sccs-registered): Remove.  The default function works as well.
6787         * vc.el (vc-version-diff): Left out a vc- in call to
6788         vc-call-backend.
6789         (vc-default-dired-state-info, vc-default-record-rename)
6790         (vc-default-merge-news): Update for the new backend argument.
6792         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6793         using the default function.
6794         (vc-call-backend): If calling the default function, pass it the
6795         backend as first argument.  Update the docstring accordingly.
6796         (vc-default-state-heuristic, vc-default-mode-line-string): Update
6797         for the new backend argument.
6798         (vc-make-backend-sym): Renamed from vc-make-backend-function.
6799         (vc-find-backend-function): Use the new name.
6800         (vc-default-registered): New function.
6802 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6804         * vc.el (vc-merge): Use vc-find-backend-function.
6806         * vc-hooks.el (vc-backend-functions): Remove.
6807         (vc-loadup): Don't setup 'vc-functions.
6808         (vc-find-backend-function): New function.
6809         (vc-call-backend): Use above fun and populate 'vc-functions
6810         lazily.
6811         (vc-backend-defines): Remove.
6813 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6815         * vc.el (vc-register): Put a FIXME note for a newly found bug.
6816         Call vc-call-backend without the leading vc-.
6817         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6818         (vc-check-headers): Call vc-call-backend without the leading vc-.
6819         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6820         (vc-annotate-display): Replace confusing use of `cond' with `or'.
6821         Call vc-call-backend without the leading vc-.
6823         * vc-cvs.el (tail): Provide vc-cvs.
6824         * vc-sccs.el (tail): Provide vc-sccs.
6825         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6827         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6828         (vc-make-backend-function, vc-call): Pass names without leading
6829         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6830         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6831         (vc-call-backend): Always try to load vc-X-hooks.
6832         (vc-registered): Remove vc- in call to vc-call-backend.
6834 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6836         * vc.el (vc-process-filter): New function.
6837         (vc-do-command): Setup `vc-process-filter' for the async process.
6838         (vc-maybe-resolve-conflicts): New function to reduce
6839         code-duplication.  Additionally, it puts the buffer in
6840         `smerge-mode' if applicable.
6841         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6842         calling `merge-news'.
6843         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6844         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
6845         interfacing to log-edit.el.
6846         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6847         log-edit is available.
6848         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6850 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6852         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6853         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6854         defvar and the initialization.
6855         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6857         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6858         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6860         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6862 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6864         * vc.el (vc-file-clear-masterprops): Removed.
6865         (vc-checkin, vc-revert-buffer): Removed calls to the above.
6866         (vc-version-diff): Use buffer-size without argument.
6867         (vc-register): Heed vc-initial-comment.
6869         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6870         default branch.
6872         * vc-rcs.el (vc-rcs-register): Parse command output to find master
6873         file name and workfile version.
6874         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6876         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6877         vc-file-clear-masterprops.
6879         * vc-sccs.el (vc-sccs-checkout): Removed call to
6880         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
6881         rather than user login name.
6884 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6886         * vc.el (vc-workfile-unchanged-p): Remove unused argument
6887         `want-differences-if-changed' and simplify.
6888         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6889         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6890         output (which is invalid for async vc-diff) to decide whether to
6891         do the revert silently or not.
6893 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6895         * vc-hooks.el (vc-loadup): Load files quietly.
6896         (vc-call-backend): Oops, brain fart.
6898 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6900         * vc-cvs.el (vc-cvs-state): Typo.
6901         (vc-cvs-merge-news): Return the status code rather than the error msg.
6903 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6905         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6906         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6907         vc-state or vc-up-to-date-p.
6908         (vc-merge): Use vc-backend-defines to check whether merging is
6909         possible.  Set state to 'edited after successful merge.
6911         * vc-hooks.el (vc-locking-user): If locked by the calling user,
6912         return that name.  Redocumented.
6914 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6916         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6917         new `vc-state' semantics.
6918         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6919         'vc-locking-user to the current user.
6920         (vc-merge): Inline vc-backend-merge.  Comment out code that I
6921         don't understand and hence can't adapt to the new `vc-state' and
6922         `vc-locking-user' semantics.
6923         (vc-backend-merge): Remove.
6925         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6926         rather than 'vc-locking-user.
6928         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6930         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6931         (vc-state): Don't use 'reserved any more.  Just use the same
6932         convention as the one used for vc-<backend>-state where the
6933         locking user (as a string) is returned.
6934         (vc-locking-user): Update, based on the above convention. The
6935         'vc-locking-user property has disappeared.
6936         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6938         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6939         with a heuristic one.
6940         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6941         (vc-cvs-checkin): Do a trivial parse to set the state in case of
6942         error.  That allows us to get to 'needs-merge even in the
6943         stay-local case.  There's still no way to detect 'needs-patch in
6944         such a setup (or to force an update for that matter).
6945         (vc-cvs-logentry-check): Remove, the default works as well.
6947 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6949         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6951         * vc.el (vc-do-command): kill-all-local-variables, to reset any
6952         major-mode in which the buffer might have been put earlier.  Use
6953         `remove' and `when'.  Allow `okstatus' to be `async' and use
6954         `start-process' in this case.
6955         (vc-version-diff): Handle the case where the diff looks empty
6956         because of the use of an async process.
6958 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6960         * vc.el (vc-next-action-on-file): Removed optional parameter
6961         `simple'.  Recompute state unconditionally.
6962         (vc-default-toggle-read-only): Removed.
6964         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6965         (vc-toggle-read-only): Undid prev change.
6967         * vc-cvs.el (vc-cvs-stay-local): Renamed from
6968         vc-cvs-simple-toggle.  Redocumented.
6969         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6970         (vc-cvs-toggle-read-only): Removed.
6972 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6974         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6975         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6976         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6977         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
6978         still is. So maybe it should be removed.
6979         (vc-head-version, vc-find-binary): Remove.
6980         (vc-recompute-state): Move from vc-hooks.el.
6981         (vc-next-action-on-file): Add a `simple' argument to allow
6982         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6983         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6984         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6985         (vc-dired-mode-map): Properly defvar it.
6986         (vc-print-log): Call log-view-mode if available.
6987         (small-temporary-file-directory): defvar instead of use boundp.
6988         (vc-merge-news): Moved to vc-cvs.el.
6989         (vc-default-merge-news): New function.
6991         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6992         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6993         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6994         unknown `vc-latest-version' function.  It should probably refer to
6995         vc-workfile-version or somesuch, but it's very unclear to me and I
6996         don't have SCCS to test things.
6998         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6999         (vc-sccs-state-heuristic): Fix typo.
7000         (vc-sccs-workfile-unchanged-p): Add missing argument.
7002         * vc-rcs.el: Require vc and vc-rcs-hooks.
7003         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7004         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7005         (vc-release-greater-or-equal-p): Move from vc.
7006         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7007         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7008         (vc-rcs-checkout): Add a missing `new-version' argument in the
7009         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
7011         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7012         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7013         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7014         than the apparently unbound `workfile-version'.
7016         * vc-hooks.el (vc-master-templates): Def the obsolete var.
7017         (vc-file-prop-obarray): Use `make-vector'.
7018         (vc-backend-functions): Add new hookable functions
7019         vc-toggle-read-only, vc-record-rename and vc-merge-news.
7020         (vc-loadup): If neither backend nor default functions exist, use
7021         the backend function rather than nil.
7022         (vc-call-backend): If the function if not bound yet, try to load
7023         the non-hook file to see if it provides it.
7024         (vc-call): New macro plus use it wherever possible.
7025         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7026         nor `vc-find-binary' since it's only called from
7027         vc-mistrust-permission which is only used once the backend is known.
7028         (vc-checkout-model): Fix parenthesis.
7029         (vc-recompute-state, vc-prefix-map): Move to vc.el.
7031         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7032         (vc-cvs-release, vc-cvs-system-release): Remove.
7033         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7034         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7035         status symbols.
7036         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7037         (vc-cvs-toggle-read-only): First cut at a function to allow a
7038         cvs-status-free vc-toggle-read-only.
7039         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7040         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7041         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7042         (vc-cvs-checkout): Modify access rights directly if the user
7043         requested not to use `cvs edit'.  And refresh the mode line.
7045         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7046         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7048 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7050         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7051         workfile' that got lost when the code was extracted from vc.el.
7052         And merged the tail with the rest of the code (not possible in the
7053         old vc.el where the tail was shared among all backends).  And
7054         explicitly set the state to 'edited if `writable' is set.
7056         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7057         (vc-cvs-state): Be careful to return the value from
7058         vc-cvs-parse-state.
7059         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7060         property but return it instead.  Also be careful to handle a nil
7061         or "" `rev' when workfile is non-nil (it was handled properly when
7062         workfile was nil).
7064         * vc.el: Removed those pesky unnecessary `(function' quotes.
7065         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7066         directly in the defvar.
7067         (vc-do-command): Bind inhibit-read-only so as to properly handle
7068         the case where the destination buffer has been made read-only.
7069         (vc-diff): Delegate to vc-version-diff in all cases.
7070         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7071         (vc-annotate-mode-variables): Removed (code moved partly to
7072         defvars and partly to vc-annotate-add-menu).
7073         (vc-annotate-mode): Turned into a derived-mode.
7074         (vc-annotate-add-menu): Moved in code in
7075         vc-annotate-mode-variables.
7076         (vc-update-change-log): Use make-temp-file if available.
7078 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7080         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7081         `vc-checkout-model' updated to `vc-cvs-update-model'.
7083 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7085         * vc.el (vc-next-action-on-file): Added handling of state
7086         `unlocked-changes'.
7087         (vc-checkout-carefully): Is now practically obsolete, unless the
7088         above is too slow to be enabled unconditionally.
7089         (vc-update-change-log): Fixed typo.
7091         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7093         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7094         Now handles state `unlocked-changes'.
7095         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7097         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7099         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7100         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7101         `unlocked-changes'.
7102         (vc-rcs-workfile-unchanged-p): Renamed from
7103         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7104         function yet, but supposed to become one soon.
7106         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7107         `vc-steal-lock'.
7108         (vc-call-backend): Changed error message.
7109         (vc-state): Added description of state `unlocked-changes'.
7111 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7113         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7114         always return t in CVS-controlled directories.
7116         * vc.el (vc-responsible-backend): New function.
7117         (vc-register): Largely rewritten.
7118         (vc-admin): Removed (implementation moved into vc-register).
7119         (vc-checkin): Redocumented.
7120         (vc-finish-logentry): If no backend defined yet (because we are in
7121         the process of registering), use the responsible backend.
7123         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7124         Updated function lists.
7125         (vc-call-backend): Fixed typo.
7127         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7128         New functions.
7129         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7130         Removed query option.  Redocumented.
7132 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7134         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7136         * vc.el: Updated callers of `vc-checkout-required' to use
7137         `vc-checkout-model'.
7139 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7141         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7142         stuff updated to reference this function instead of the old
7143         `vc-backend-release-p'.
7145 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7147         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7148         vc-checkout-model.  Return appropriate values.  Updated callers.
7150 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7152         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7153         (vc-backend-revert): Function moved into `vc-revert';
7154         `vc-next-action' must be updated to accomodate this change.
7155         (vc-backend-steal): Function moved into `vc-finish-steal'.
7156         (vc-backend-logentry-check): Function moved into
7157         `vc-finish-logentry'.
7158         (vc-backend-printlog): Function moved into `vc-print-log'.
7159         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7160         (vc-backend-assign-name): Function moved into
7161         `vc-create-snapshot'.
7163 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7165         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7166         Rename to vc-checkout-model.  Return appropriate values.
7167         Update callers.
7169         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7170         to vc-checkout-model.
7171         (vc-checkout-required): Rename to vc-checkout-model.
7172         Re-implement and re-comment.
7173         (vc-after-save): Use vc-checkout-model.
7175 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7177         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7178         Update to use the vc-BACKEND-diff functions instead.
7179         `vc-diff' is now working.
7181         * vc-rcs.el (vc-rcs-logentry-check): New function.
7183         * vc-cvs.el (vc-cvs-logentry-check): New function.
7185         * vc-sccs.el (vc-sccs-diff): Function changed name from
7186         `vc-backend-diff'.  This makes `vc-diff' work.
7188         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7189         of functions possibly implemented in a vc-BACKEND library.
7190         (vc-checkout-required): Fix bug that caused an error to be
7191         signaled during `vc-after-save'.
7193         * vc.el: Fix typo.
7194         This checkin is made with our new VC code base for the very first time.
7195         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7197         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7198         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7200         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7201         updated to `vc-uses-locking'.
7202         (vc-checkout-required): Call to backend function.
7203         `vc-checkout-required' updated to `vc-uses-locking' instead.
7205         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7206         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7208         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7209         to match the split into various backends.
7210         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7211         (vc-retrieve-snapshot): Bug fix.
7213 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7215         * vc-sccs.el (vc-sccs-release): Doc fix.
7217 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7219         * vc.el (vc-next-action-on-file): Bug found and fixed.
7220         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7221         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7223         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7224         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7225         crunching function names that are not prefixed with vc-rcs.
7226         (vc-rcs-checkout-model): Function added.  References to
7227         `vc-checkout-model' replaced.
7229 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7231         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7232         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7233         still need to be split, and implemented for RCS).
7235 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7237         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7239         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7240         required by the vc.el file.
7242         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7243         required by the vc.el file.
7244         (vc-rcs-exists): Function added.
7246         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7247         required by the vc.el file.
7249         * vc.el (vc-admin): Updated to handle selection of appropriate
7250         backend.  Current implementation is crufty and need re-thinking.
7252         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7254 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7256         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7257         beginning of annotate buffers correctly.
7259         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7260         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7261         functionality updated quite a lot to support multiple backends.
7262         Variables `vc-annotate-mode', `vc-annotate-buffers',
7263         `vc-annotate-backend' added.
7265         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7266         `vc-annotate-difference' added to supported backend functions.
7268 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7270         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7271         Use with-temp-file instead of /bin/sh.  Merged from mainline
7273 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7275         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7277         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7279         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7281 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7283         * vc-hooks.el: vc-state-heuristic added to
7284         vc-backend-hook-functions.
7286         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7288         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7290         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7291         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
7292         state to `reserved'.
7294         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7295         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
7297 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7299         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
7300         untouched.
7302         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7304         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7305         if defined.  (Merged from main line, slightly adapted.)
7307         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7308         millenium problem (merged from mainline).
7310 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7312         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7313         part and moved the non-BACKEND stuff to vc.el.
7315         * vc.el: Split the annotate feature into a BACKEND specific part
7316         and moved it from the vc-cvs.el file to this one.
7318 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7320         * vc-hooks.el: Implement new state model.
7321         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7322         (vc-locking-user): Simplify.  Now only needed if the file is
7323         locked by somebody else.
7324         (vc-lock-from-permissions): Remove.  Functionality is in
7325         vc-sccs-hooks.el and vc-rcs-hooks.el now.
7326         (vc-mode-line-string): New name for former vc-status.  Adapted.
7327         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
7329         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7330         Various simplifications and adaptations all over the place.
7332         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7333         Simplify and adapt the rest.
7335         * vc.el (vc-resynch-window): Add TODO comment: check for
7336         interaction with view mode according to recent RCS change.
7337         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7339 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7341         * vc.el: Convert the remaining function comments to docstrings.
7343 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7345         * vc.el (vc-backend-release, vc-release-greater-or-equal)
7346         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7347         (vc-minor-part, vc-previous-version): Functions that operate and
7348         compare revision numbers got proper documentation.  Comments added
7349         about their possible removal.
7351 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7353         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7354         the vc-backend.el files.
7356         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7358         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7359         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7360         (vc-rcs-previous-version): Functions added.
7362         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7364         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7366 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7368         * vc-hooks.el (vc-master-templates): Is really obsolete.
7369         Comment out the definition for now.  What is the right procedure
7370         to get rid of it?
7371         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7372         rewritten.
7373         (vc-default-registered): Remove.
7374         (vc-check-master-templates): New function; does mostly what the
7375         above did before.
7376         (vc-locking-user): Don't rely on the backend to set the property.
7378         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7379         Rewrite documentation.
7380         (vc-rcs-templates-grabbed): New variable.
7381         (vc-rcs-grab-templates): New function.
7382         (vc-rcs-registered): Rewrite to use above mechanism.
7384         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7385         Rewrite documentation.
7386         (vc-sccs-templates-grabbed): New variable.
7387         (vc-sccs-grab-templates): New function.
7388         (vc-sccs-registered): Rewrite to use above mechanism.
7389         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7390         Don't throw the result, simply return it.
7392         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7393         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
7394         (vc-cvs-registered): Does the check itself now.  Simplify.
7396         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7397         from main line.
7399 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7401         * vc-cvs.el (vc-cvs-diff): New function.
7403         * vc-sccs.el (vc-sccs-diff): New function.
7405         * vc-rcs.el (vc-rcs-diff): New function.
7406         (vc-rcs-checkout): Bug (typo) found and fixed.
7407         (vc-rcs-register-switches): New variable.
7409         * vc.el (vc-backend-diff): Function removed and placed in the
7410         backend files.
7412 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7414         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7416         * vc.el (vc-backend-checkout): Function removed and replaced in
7417         the vc-backend.el files.
7419         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7421         * vc.el (vc-backend-admin): Removed and replaced in the
7422         vc-backend.el files.
7424         * vc.el (Martin): Removed all the annotate functionality since it
7425         is CVS backend specific.
7427 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7429         * spec.txt: Added specification of vc-state.
7431         * vc-sccs-hooks.el (vc-sccs-master-properties):
7432         Remove handling of vc-latest-version and
7433         vc-your-latest-version.  What used to be vc-latest-version, is now
7434         returned as vc-workfile-version.
7435         (vc-sccs-workfile-version): Adapt.
7437 2000-09-04  Dave Love  <fx@gnu.org>
7439         * vc.el: [Merged from mainline.]
7440         (vc-dired-mode): Make the dired-move-to-filename-regexp
7441         regexp match the date, to avoid treating date as file size.
7442         Add YYYY S option to WESTERN/
7444 2000-09-04  Dave Love  <fx@gnu.org>
7446         * vc.el: Require `compile' when compiling.
7447         (vc-logentry-check-hook): New option.
7448         (vc-steal-lock): Use compose-mail.
7449         (vc-dired-mode-map): Defvar when compiling.
7450         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7451         vc-sccs.el and renamed.  Callers changed.
7452         (vc-backend-checkout, vc-backend-logentry-check)
7453         (vc-backend-merge-news): Doc fix.
7454         (vc-default-logentry-check): New function.
7455         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7456         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7457         (vc-backend-merge): Doc fix.  Use backend functions.
7458         (vc-check-headers): Use backend functions.
7460         * vc-cvs.el: Require vc when compiling.
7461         (vc-cvs-register-switches): Doc fix.
7462         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7463         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7464         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7465         New functions (code from vc.el).
7466         (vc-annotate-display-default): Fix interactive spec.
7467         (vc-annotate-time-span): Doc fix.
7469         * vc-rcs.el: Require vc when compiling.
7470         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7471         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7472         (vc-rcs-checkin): New functions (code from vc.el).
7473         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7474         Doc fix.
7475         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
7477         * vc-sccs.el: Require vc when compiling.
7478         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7479         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7480         (vc-sccs-revert)
7481         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7482         from vc.el).
7483         (vc-sccs-add-triple, vc-sccs-record-rename)
7484         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7485         (vc-sccs-admin): Doc fix.
7487 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7489         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7490         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7491         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7492         from vc.el.
7494         * vc-sccs.el (vc-admin-sccs): Added from vc.el
7496         * vc-cvs.el: Moved the annotate functionality from vc.el.
7497         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7499 2000-09-04  Dave Love  <fx@gnu.org>
7501         * vc.el (vc-backend-release): Call vc-system-release.
7503         * vc-sccs.el (vc-sccs-system-release):
7504         Renamed from vc-sccs-backend-release.
7506         * vc-rcs.el (vc-rcs-system-release):
7507         Renamed from vc-rcs-backend-release.
7509         * vc-cvs.el (vc-cvs-system-release):
7510         Renamed from vc-cvs-backend-release.
7512 2000-09-04  Dave Love  <fx@gnu.org>
7514         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7515         backend files.
7516         (vc-backend-release): Dispatch to backend functions.
7517         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
7518         probably needs attention.]
7520         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7521         (vc-sccs-backend-release): New function.
7523         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7524         (vc-cvs-backend-release): New function.
7526         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7527         Doc fix.
7528         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7529         (vc-default-dired-state-info): New function.
7530         (vc-dired-state-info): Dispatch to backends.
7531         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
7533         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7534         from vc.el and renamed.
7536 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7538         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7539         (vc-version-other-window, vc-backend-assign-name): Removed
7540         references to vc-latest-version; sometimes changed into
7541         vc-workfile-version.
7543         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7544         vc-rcs-master-workfile-version.
7545         (vc-rcs-workfile-version): Use the above.  Don't call
7546         vc-latest-version (that was unreachable code, anyway).
7547         (vc-rcs-fetch-master-properties): Doc fix.
7549         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7550         (vc-backend-hook-functions): Removed them from this list, too.
7551         (vc-fetch-properties): Removed.
7552         (vc-workfile-version): Doc fix.
7554         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7555         (vc-rcs-workfile-version, vc-rcs-locking-user)
7556         (vc-rcs-uses-locking): Use it.
7558         * vc-hooks.el (vc-consult-rcs-headers):
7559         Moved into vc-rcs-hooks.el, under the name
7560         vc-rcs-consult-headers.
7562         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7563         headers.
7564         (vc-cvs-find-master): Use this name only; correct different
7565         versions of the name.
7567         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7568         New functions.
7569         (vc-sccs-locking-user): Use the latter.
7571         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7572         New functions.
7574         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7575         Moved into both
7576         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
7577         functions are implementation details of those two backends.
7579 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7581         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7582         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7584         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7585         (vc-sccs-parse-locks): SCCS-specific code moved here from
7586         vc-hooks.
7588         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7589         code moved here from vc-hooks.
7591         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7592         into back-end specific parts and removed.  Callers not updated
7593         yet; because I guess these callers will disappear into back-end
7594         specific files anyway.
7596 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7598         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7599         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7600         `vc-uses-locking'.
7602         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7603         Store yes/no in the property, and return t/nil.  Updated all
7604         callers.
7606         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7607         vc-sccs-uses-locking.  Don't set property.
7608         (vc-sccs-locking-user): Don't set property.
7610         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7611         vc-cvs-uses-locking.  Don't set property here; leave that to
7612         vc-hooks.
7613         (vc-cvs-locking-user): Reflect above change.  Streamlined.
7615         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7616         vc-rcs-uses-locking.
7617         (vc-rcs-locking-user): Reflect above change.
7619 2000-09-04  Dave Love  <fx@gnu.org>
7621         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7623         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7625         * vc-hooks.el (vc-checkout-model): Punt to backends.
7627         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7629         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7631         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7632         New functions.
7634         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7635         New functions.
7637         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7638         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7640         * vc-hooks.el (vc-default-locking-user): New function.
7641         (vc-locking-user, vc-workfile-version): Punt to backends.
7643 2000-09-04  Dave Love  <fx@gnu.org>
7645         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7646         (vc-master-workfile-version): Moved from vc-hooks.
7648         * vc-rcs-hooks.el: Fix duplicate code in last change.
7650         * vc-rcs-hooks.el: Require vc-hooks when compiling.
7651         (vc-rcs-master-templates): Improve :type.
7652         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7653         vc-master-workfile-version): Moved from vc-hooks.
7655         * vc-sccs-hooks.el: Require vc-hooks when compiling.
7656         (vc-sccs-master-templates): Improve :type.
7657         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7659         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7661         * vc-cvs-hooks.el: Require vc-hooks when compiling.
7662         (vc-cvs-master-templates): Improve :type.  Use
7663         vc-cvs-find-cvs-master.
7664         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7665         from vc-hooks.
7666         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7668         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7669         Moved to vc-cvs-hooks.
7671         * vc-hooks.el: Add doc strings in various places.  Simplify the
7672         minor mode setup.
7673         (vc-handled-backends): New user variable.
7674         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7675         simplification.
7677 2000-09-04  Dave Love  <fx@gnu.org>
7679         * vc.el: Some doc fixes for autoloaded and interactive functions.
7680         Fix compilation warnings from ediff stuff.
7681         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7683         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7685         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7687         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7689 2000-09-04  Dave Love  <fx@gnu.org>
7691         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7692         New variable.
7693         (vc-make-backend-function, vc-loadup, vc-call-backend)
7694         (vc-backend-defines): New functions.
7696         * vc-hooks.el: Various doc fixes.
7697         (vc-default-back-end, vc-follow-symlinks): Custom fix.
7698         (vc-match-substring): Function removed.  Callers changed to use
7699         match-string.
7700         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7701         Simplify.
7703 2000-09-04  Dave Love  <fx@gnu.org>
7705         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7706         type.
7707         (vc-sccs-project-dir, vc-search-sccs-project-dir)
7708         (vc-sccs-registered): Doc fix.
7710         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7711         (vc-cvs-registered): Doc fix.
7713         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7714         (vc-rcs-registered): Doc fix.
7716 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7718         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7720         * vc-hooks.el: vc-registered has been renamed
7721         vc-default-registered.  Some functions have been moved to the
7722         backend specific files.  they all support the
7723         vc-BACKEND-registered functions.
7725 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7727         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7729         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7731 2000-09-04  Dave Love  <fx@gnu.org>
7733         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7734         menu-bar-update-hook.
7736         * help.el (help-manyarg-func-alist): Add
7737         find-operation-coding-system.
7739         * wid-edit.el (widget-sexp-validate): Fix garbled code.
7741         * custom.el (custom-set-variables): Print message about errors in
7742         setting.
7744 2000-09-03  Andrew Innes  <andrewi@gnu.org>
7746         * makefile.w32-in: Change to DOS line endings.
7748 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7750         * mouse.el (mouse-popup-menubar): Supply the prompt string for
7751         minor-mode keymaps, if they don't have one.
7753 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7755         * eshell/esh-module.el (eval-when-compile): Don't lose if
7756         esh-module.el's file name is truncated to DOS 8+3 limits.
7758 2000-09-01  John Wiegley  <johnw@gnu.org>
7760         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7761         predicate, which caused entries in the completion list to be
7762         doubled.
7764 2000-08-30  John Wiegley  <johnw@gnu.org>
7766         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7767         sending to subprocesses.  Also, hook pre-command-hook if
7768         `eshell-send-direct-to-subprocesses' is non-nil.
7769         (eshell-send-direct-to-subprocesses): New config variable.  If t,
7770         subprocess input is send immediately.
7771         (eshell-toggle-direct-send): New function.
7772         (eshell-self-insert-command): New function.
7773         (eshell-intercept-commands): New function.
7774         (eshell-send-input): If direct subprocess sending is enabled,
7775         don't echo any input to the Eshell buffer.  Let the subprocess
7776         handle that.  This requires "stty echo" in bash, for example.
7778 2000-08-28  John Wiegley  <johnw@gnu.org>
7780         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7781         completion function for Eshell's implementation of `unset'.
7783 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7785         * info.el (Info-directory-list): Doc fix.
7787 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
7789         * filecache.el (file-cache-add-directory-using-find): Don't quote
7790         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7792 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
7794         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7795         coding systems.
7797 2000-08-30  Andrew Innes  <andrewi@gnu.org>
7799         * timer.el (run-with-idle-timer): Undo last change, so that timer
7800         is not activated immediately if Emacs is already idle.  Some
7801         existing code relies on this behaviour.
7803 2000-08-30  Miles Bader  <miles@gnu.org>
7805         * frame.el (set-frame-font): Do completion of font-name for
7806         interactive use.
7808 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
7810         * international/quail.el (quail-start-translation): Bind locally
7811         last-command-event, last-command, and this-command.
7812         (quail-start-conversion): Likewise.
7813         (quail-self-insert-command): Fix docstring.
7815 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
7817         * progmodes/executable.el
7818         (executable-make-buffer-file-executable-if-script-p): Check that
7819         buffer contains at least 2 characters.
7821 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
7823         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7825 2000-08-29  Dave Love  <fx@gnu.org>
7827         * diff-mode.el (diff-mode) <defgroup>: Add :version.
7828         (diff-mode-shared-map): Bind mouse-2.
7829         (diff-imenu-generic-expression): New variable.
7830         (diff-mode): Use it.
7832         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7833         (mouse-popup-menubar): Add minor mode menus.
7834         (popup-menu): Check for lookup-key returning number.
7836 2000-08-29  Miles Bader  <miles@gnu.org>
7838         * comint.el (comint-send-input): Create overlays using the proper
7839         front/read-advance arguments.
7841 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7843         * ps-print.el: Even/odd pages printing.  Doc fix.
7844         (ps-print-version): New version number (6.0).
7845         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7846         (ps-background, ps-begin-file, ps-begin-job): Code fix.
7847         (ps-print-duplex-feature): Variable eliminated.
7848         (ps-even-or-odd-pages): New variable.
7850         * progmodes/ebnf2ps.el: Doc fix.
7851         (ebnf-version): New version (3.3).
7852         (ebnf-user-arrow): Change variable customization to sexp.
7853         (ebnf-user-arrow): Function eliminated.
7854         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7856 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
7858         * help.el (help-xref-mule-regexp): New variable.
7859         (help-make-xrefs): Handle help-xref-mule-regexp.
7861         * international/mule-cmds.el (help-xref-mule-regexp-template): New
7862         variable.
7863         (describe-input-method): Temporarily activate the specfied input
7864         method to display the information.
7865         (describe-language-environment): Hyperlinks to mule related items.
7867         * international/mule-diag.el (charset-multibyte-form-string): New
7868         function.
7869         (list-character-sets-1): Use charset-multibyte-form-string.
7870         (describe-character-set): New function.
7871         (describe-coding-system): Hyperlinks to safe character sets.
7873         * international/quail.el (quail-help): New arg PACKAGE.
7874         Hyperlinks to mule related items.
7875         (quail-help-insert-keymap-description): Use
7876         substitute-command-keys instead of describe-bindings.
7877         (quail-translation-help): Hyperlinks to mule related items.
7879 2000-08-28  John Wiegley  <johnw@gnu.org>
7881         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7882         have a defsubst call itself.  Made `eshell-flatten-list' back into
7883         a function again.
7885         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7886         catch, in case re-centering point at bottom messes up the display.
7887         This happens frequently in Emacs 21, due I believe to variable
7888         line heights.
7890         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7891         to call `find-tag-interactive'.
7893         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7894         the list of remember directories.
7896 2000-08-28  John Wiegley  <johnw@gnu.org>
7898         * align.el: Test align-region-separate to see if it's a symbol.
7900 2000-08-28  John Wiegley  <johnw@gnu.org>
7902         * eshell/esh-util.el (eshell-flatten-list): Made this function
7903         into a defsubst form.  It gets used very frequently, although
7904         calls don't occur all that often.
7906         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7907         examining it.
7909         * eshell/esh-cmd.el (eshell-rewrite-while-command):
7910         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7911         `eshell-protect'.
7912         (eshell-copy-handles): Created a new macro for duplicating the
7913         current set of open handles.  This is needed by the looping
7914         functions.
7915         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7916         is not incorrectly stomped on.
7918         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7919         declaration for pcomplete-use-paring.
7920         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7921         value of eshell-cmpl-use-paring.
7922         * pcomplete.el (pcomplete-use-paring): New config variable, to
7923         indicate whether paring should be used.
7924         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7925         completion alternatives that have already been used.
7927         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7928         bound to C-c C-y, which will repeat the previous N arguments
7929         (based on prefix argument).
7930         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7932         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7933         if there is no *Help* buffer.  This is for XEmacs, which renames
7934         its help buffers uniquely.  TODO: Find out what the current buffer
7935         name to delete is.
7937         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7938         first entry that correlates to a passwd/group number.  Later
7939         entries (used for group/user name aliasing to multiple IDs) are
7940         ignored.
7942         * eshell/em-xtra.el (eshell/expr):
7943         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7944         (eshell-grep, eshell/diff, eshell/locate):
7945         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7946         argument list, before passing it to the system command.
7948         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7949         `find-tag' for use at final position in Eshell buffers (which
7950         otherwise triggers an error on Emacs 21).
7951         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7952         buffer, if it is currently bound to `find-tag'.
7954         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7955         in the list of matched Makefile names.
7956         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7957         directory, prefer its contents to Makefile.
7959         * eshell/em-dirs.el (eshell/cd): cd commands that look up
7960         directory parts (like "cd old new", or "cd =regexp"), are now case
7961         sensitive on non-Windows/DOS platforms.
7963         * eshell/esh-mode.el (eshell-parse-command-input): When a user
7964         types RET after an open delimiter (like "), display a message
7965         indicating that Eshell is waiting for the closing delimiter.
7967         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7968         environment variables.
7970         * eshell/em-unix.el (eshell/diff): Added logic to fail more
7971         gracefully if the user enters incorrect arguments.
7973         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7974         Eshell buffers.
7976         * eshell/esh-var.el (eshell-interpolate-variable):
7977         * eshell/esh-mode.el (eshell-move-argument):
7978         * eshell/em-unix.el (eshell-du-sum-directory):
7979         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7980         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7981         (not (= ...)).
7983         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7984         to ensure the `preserve' flag gets propagated when doing recursive
7985         directory copies.
7987 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
7989         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7990         Don't convert \n into \0177 in memory.
7991         (eshell-read-history, eshell-write-history): Convert \n to \0177,
7992         and back again, when reading and writing.
7994 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
7996         * eshell/esh-util.el (eshell-processp): Added to relieve constant
7997         testing of `fboundp' on `processp'.
7999         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8000         (eshell/jobs): Don't call process-list if it is not bound.
8001         (eshell-gather-process-output): Support systems where async
8002         subprocesses aren't supported.
8003         (eshell-scratch-buffer, eshell-last-sync-output-start): New
8004         variables.
8006         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8007         eshell-do-eval returns t.
8008         (eshell-do-pipelines-synchronously): New defmacro.
8009         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8010         when async subprocesses aren't supported.
8011         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
8012         if async subprocesses aren't supported.
8013         (eshell-resume-command): Don't assume STATUS is a string.
8015         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8017         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8018         (eshell-close-target, eshell-get-target): Use eshell-processp.
8019         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8020         fix.
8021         (eshell-get-target, eshell-create-handles): Doc fix.
8023 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
8025         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8026         criterion to include commands that output something, as long as it
8027         leaves both the command and the end-of-buffer visible when the
8028         command has exited.
8029         (eshell-review-quick-commands): Adjust the help doc string
8030         accordingly.
8032 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
8034         * locate.el (locate): Cleaned up locate command's interactive prompting
8035         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8037         * filecache.el (file-cache-case-fold-search): New variable
8038         (file-cache-assoc-function): New variable
8039         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8040         Use file-cache-case-fold-search variable
8041         (file-cache-add-file): Use file-cache-assoc-function
8042         (file-cache-delete-file): likewise
8043         (file-cache-directory-name): likewise
8044         (file-cache-debug-read-from-minibuffer): likewise
8046 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8048         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8049         (abbrev-table-name): New function.
8050         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8051         If non-nil list local abbrev, only.
8053 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8055         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8056         from Gnus support code, and use special article copy buffer
8057         `(gnus-original-article-buffer)' instead.  This allows to get rid
8058         of article-hide-headers usage (which breaks in the latest Gnus
8059         version).  Thanks to Detlev Zundel.
8061 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8063         * international/quail.el (quail-use-package): Hide "... loaded"
8064         message.
8065         (quail-start-translation, quail-start-conversion): Likewise.
8067         * international/kkc.el (kkc-region): Hide "... loaded" message.
8069 2000-08-27  Dave Love  <fx@gnu.org>
8071         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8073 2000-08-27  Miles Bader  <miles@gnu.org>
8075         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8077 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8079         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8080         'ja-dic-cnv), not (require 'skkdic-cnv).
8082 2000-08-26  Miles Bader  <miles@gnu.org>
8084         * faces.el (face-x-resources): Add entry for :inherit.
8085         * cus-face.el (custom-face-attributes): Add support for :inherit
8086         attribute.  Add support for relative face heights.
8087         (custom-face-attributes-get): Treat `nil' as being a default value
8088         for :inherit (as well as `unspecified').
8090         * faces.el (set-face-attribute): Update doc string.
8091         (face-attribute-name-alist): Add :inherit.
8092         (face-valid-attribute-values): Handle :inherit.
8093         (face-read-string): Rephrase prompt to be less confusing.
8094         Assume that DEFAULT is a string, since we must return a string.
8095         (face-read-integer): Use `format' to turn DEFAULT into an
8096         acceptable default for face-read-string.  Match NEW-VALUE against
8097         the string "unspecified", not the symbol `unspecified', since
8098         that's what face-read-string returns.
8099         (read-face-attribute): Lookup a name for old-value in valid, and
8100         use it as a default if we find one.  Treat all values from
8101         face-read-string as strings.  If the default is used, don't do any
8102         more processing on the value, just use the old value directly.
8103         (read-face-and-attribute, modify-face): Tweak prompt.
8104         (read-face-name): Don't assume prompt ends with a space.
8106         * faces.el (describe-face): Add support for :inherit attribute.
8108 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8110         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8111         concat doesn't accept interger.
8113         * international/kkc.el: Remove SKK from Keywords.  Require
8114         ja-dic-utl instead of skkdic-utl.
8116         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8117         Provide ja-dic-cnv instead of skkdic-cnv.
8118         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8119         (iso-2022-7bit-short): Add safe-charsets property.
8120         (skkdic-convert-postfix): Search Japanese chou-on character in
8121         addition to Hiragana character.
8122         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8123         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8124         (batch-skkdic-convert): Likewise.
8126         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8127         Provide ja-dic-utl instead of skkdic-utl.
8128         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8130 2000-08-24  Dave Love  <fx@gnu.org>
8132         * disp-table.el (standard-display-default): Make the test of `l'
8133         useful.
8135         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8136         mod sample text.
8138         * international/iso-ascii.el: Make pilcrow convenient string
8139         consistent with section.
8140         (iso-ascii-display): Set up multibyte characters as well as
8141         unibyte.
8143 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8145         * international/mule-cmds.el (reset-language-environment): Set
8146         default-process-coding-system to '(undecided . iso-latin-1), which
8147         makes process I/O almost consistent with file I/O.   Call this
8148         function when mule-cmds.el[c] is loaded.
8150 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8152         * makefile.w32-in: New file.
8154 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8156         * comint.el (comint-output-filter): Compare end of
8157         comint-last-output-overlay with the start of the newly inserted
8158         text, not the end, when deciding whether to extend it.
8159         Set saved-point's insertion type to advance after insertion.
8161         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8162         since this is now done independently of font-lock mode.
8164 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8166         * server.el (server-kill-new-buffers): New user option.
8167         (server-existing-buffer): New buffer-local variable.
8168         (server-visit-files): When using an existing buffer, set
8169         server-existing-buffer to t.
8170         (server-buffer-done): If server-kill-new-buffers is t, kill the
8171         buffer, unless it was already present before visiting it with
8172         Emacs server.
8174 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8176         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8177         even if the display doesn't support colors: some displays will
8178         support bold/underline faces.
8180 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8182         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8184         * startup.el (command-line): If user's init file had an error,
8185         add explanatory text to *Messages*.
8187 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8189         * man.el (Man-getpage-in-background): Decode the process output by
8190         the system locale coding system.
8192 2000-08-20  Dave Love  <fx@gnu.org>
8194         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8195         Don't test x-popup-menu.
8196         (function) <complete-function>: Complete only fbound symbols.
8197         <validate, value>: New.
8198         (variable) <complete-function>: Complete only bound symbols.
8199         (coding-system): Add :base-only, :complete-function, :validate,
8200         :value, :prompt-match.
8201         (widget-coding-system-prompt-value): Use read-coding-system and
8202         act on :base-only.
8203         (editable-field): Add :help-echo.
8204         (widget-push-button-gui, widget-push-button-cache)
8205         (widget-gui-action, widget-editable-list-gui): COmment out, along
8206         with uses.
8207         (widget-at): Make arg optional.
8208         (widget-echo-help): Adjust for current help-echo calling sequence.
8209         (widget-specify-field, widget-specify-button)
8210         (widget-specify-insert, widget-get-sibling, widget-image-find)
8211         (widget-convert, widget-insert, widget-leave-text)
8212         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8213         (widget-setup, widget-field-find, widget-before-change)
8214         (widget-after-change, widget-default-complete)
8215         (widget-default-create, widget-default-delete)
8216         (widget-push-button-value-create, editable-field)
8217         (widget-field-prompt-value, widget-field-validate)
8218         (widget-choice-value-create, widget-choice-action)
8219         (widget-choice-validate, widget-checklist-add-item)
8220         (widget-radio-add-item, widget-radio-chosen)
8221         (widget-radio-value-inline, widget-editable-list-value-create)
8222         (widget-editable-list-entry-create)
8223         (widget-documentation-link-add)
8224         (widget-documentation-string-value-create)
8225         (widget-regexp-validate, widget-file-complete)
8226         (widget-sexp-validate, widget-plist-convert-widget)
8227         (widget-plist-convert-widget, widget-alist-convert-widget)
8228         (widget-alist-convert-widget, widget-color-complete): Simplify,
8229         particularly to avoid bindings which aren't optimized out.
8231         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8232         Doc fix.
8233         (down-list, backward-up-list, up-list, kill-sexp)
8234         (backward-kill-sexp, mark-sexp): Make arg optional.
8235         (lisp-complete-symbol): Add optional arg PREDICATE.
8237         * cus-start.el: Add display-buffer-reuse-frames,
8238         file-coding-system-alist.
8240 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
8242         * startup.el (command-line): Clear realized faces after
8243         modifying TTY color mappings.
8245 2000-08-20  Miles Bader  <miles@gnu.org>
8247         * faces.el (face-attr-match-p): Don't return true if ATTRS are
8248         merely a subset of FACE's attributes.
8250 2000-08-19  Miles Bader  <miles@gnu.org>
8252         * comint.el (comint-output-filter): Save the point with a marker,
8253         not just a buffer position.
8255         * international/mule.el (set-buffer-process-coding-system): Make
8256         interactive prompt less confusing.
8258 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
8260         * hilit-chg.el: General cleanup of doc strings, comments and
8261         code formatting.
8263 2000-08-19  Miles Bader  <miles@gnu.org>
8265         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8266         Compiler macro removed; beginning-of-line is no longer always
8267         equivalent to forward-line, in the presence of fields.
8269         * comint.el (comint-output-filter): Remove ad-hoc saving of
8270         restriction, and just use save-restriction, now that it works
8271         correctly.  Don't adjust comint-last-input-start to account for
8272         our insertion; it shouldn't have moved because we don't use
8273         insert-before-markers anymore.  Comment out call to
8274         `force-mode-line-update'; why is it here?
8276         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8277         while checking for prompt to delete.  Use `forward-line 0'
8278         instead of beginning-of-line.
8279         (gud-filter): Temporarily widen gud comint buffer while
8280         examining output.
8282 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
8284         * progmodes/sh-script.el: Big bag of typos.
8286         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8287         check since ispell-process is not bound when ispell is not yet loaded.
8289 2000-08-18  Dave Love  <fx@gnu.org>
8291         * image.el (find-image): Copy `spec' before using plist-put.
8293 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
8295         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8296         `portugues'.
8298         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8299         backward-kill-sexp, analogous to kill-sexp.
8301         * progmodes/icon.el (icon-indent-line)
8302         (icon-is-continuation-line): Handle comments specially.
8304 2000-08-17  Ken Stevens <k.stevens@ieee.org>
8306         * ispell.el: Set to standard author/maintainer/keyword fields.
8307         Fine tuning to menu map appearance and operation, and added help.
8308         Remove `start' and `end' error messages when compiling.
8309         (ispell-choices-win-default-height): Fixed comment string.
8310         (ispell-dictionary-alist-1): Fixed regexp in castellano and
8311         castellano8 dictionaries.
8312         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8313         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8314         dictionary, added italiano dictionary.
8315         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8316         word character
8317         (ispell-tex-skip-alists): Added psfig support.
8318         (ispell-skip-html): Renamed from ispell-skip-sgml.
8319         (ispell-begin-skip-region-regexp, ispell-skip-region)
8320         (ispell-minor-check): Improved html skipping support to skip across
8321         code, and recognize `&' commands without propper `;' syntax;
8322         (ispell-process-line): Fix alignment error when manually
8323         correcting spelling.
8324         (ispell): Fix comment string.
8325         (ispell-add-per-file-word-list): Always put word list on new line.
8327 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
8329         * format.el (format-encode-run-method): Fix error message to say
8330         `encode' instead of `decode'.  Use save-window-excursion around
8331         shell-command-on-region as in format-decode-run-method because
8332         shell-command-on-region can display a buffer with error output.
8333         (format-decode): Don't record undo information for the decoding.
8334         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
8335         that number part of the temporary buffer name so that more than
8336         one decoding using a temporary buffer can happen safely.
8338         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8339         of `A-z' in the regexp.
8341         * hilit-chg.el: Fix typos in commentary.
8343         * help.el (view-emacs-news): Rewritten for new naming scheme
8344         for old NEWS files.
8346         * startup.el (command-line): Pop to *Messages* in case an error
8347         is signaled while loading user-init-file.
8349 2000-08-17  Andreas Schwab  <schwab@suse.de>
8351         * files.el (insert-directory): Don't lose original file name,
8352         undoing an undocumented change.
8354 2000-08-17  Alex Schroeder  <alex@gnu.org>
8356         * sql.el (sql-magic-go): Use comint-bol.
8357         (sql-copy-column): Use comint-line-beginning-position.
8358         (comint-line-beginning-position): Define a replacement for
8359         comint-line-beginning-position if it is not fboundp.
8361 2000-08-17  Alex Schroeder  <alex@gnu.org>
8363         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8364         it didn't have any effect anyway.
8366 2000-08-17  Alex Schroeder  <alex@gnu.org>
8368         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8369         --pset and pager=off instead of sending \\o|cat at the beginning
8370         of the session.
8372 2000-08-17  Miles Bader  <miles@gnu.org>
8374         * progmodes/octave-inf.el: Add compatibility definition of
8375         comint-line-beginning-position.
8377 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
8379         * startup.el (normal-top-level): Look in each dir in load-path for
8380         a leim-list.el file too.  This assures of loading leim-list.el
8381         that is created at Emacs installation time even if a user have his
8382         own leim-list.el.
8384 2000-08-17  Miles Bader  <miles@gnu.org>
8386         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8387         foreground color to black if the background is dark.
8389 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
8391         * loadhist.el (unload-feature): Typo.
8393         * finder.el (finder-compile-keywords):
8394         * cus-dep.el (custom-make-dependencies): Add local-variable settings
8395         to the generated file.
8397         * mail/mh-e.el (mh-make-local-vars):
8398         Replace make-variable-buffer-local with make-local-variable.
8400         * play/landmark.el:
8401         * options.el (Edit-options-{set,toggle,t,nil}):
8402         * mail/mailabbrev.el (mail-abbrevs-mode):
8403         * textmodes/tex-mode.el (tex-expand-files):
8404         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8406         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8408         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8409         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8410         Allow going past the last element.
8411         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8412         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8413         (cvs-mouse-toggle-mark): Don't move point.
8414         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8416         * progmodes/compile.el (grep): Provide a default set of files.
8417         (next-error): Docstring fix.
8418         (compilation-find-file): Avoid find-file (fails in a dedicated window).
8420         * emacs-lisp/easy-mmode.el (define-minor-mode):
8421         Use `symbol-value' to keep the byte-compiler quiet.
8423         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8424         (diff-find-source-location): New fun, extracted from diff-goto-source.
8425         (diff-goto-source): Use it.
8426         (diff-next-complex-hunk, diff-filter-lines): New function.
8427         (diff-apply-hunk): New command.
8429         * smerge-mode.el (smerge-mode-menu): Doc fix.
8431         * msb.el (msb-mode): Define it in terms of define-minor-mode.
8433 2000-08-16  Dave Love  <fx@gnu.org>
8435         * windmove.el (windmove) <defgroup>: Add :version.
8437         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
8438         (goto-address-fontify-p, goto-address-highlight-p)
8439         (goto-address-url-face, goto-address-url-mouse-face)
8440         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8441         (goto-address-url-regexp): Use thing-at-point-url-regexp.
8442         (goto-address-fontify, goto-address-at-mouse): Simplify,
8443         (goto-address-at-point): browse-url-url-at-point,
8444         goto-address-find-address-at-point can return nil.
8445         (goto-address-find-address-at-point): Return nil on failure.
8447         * align.el (align) <defgroup>: Add :version.
8449         * calculator.el (calculator): Add :version.
8450         (calculator): Use two lines for calculator window if `modeline'
8451         face is boxed.
8453         * play/5x5.el: Doc fixes.
8454         (5x5) <defgroup>: Add :version.
8456         * play/fortune.el (fortune) <defgroup>: Add :version.
8457         (fortune-append): Fix error message.
8458         (fortune-from-region): Doc fix.
8460         * play/pong.el (pong): Doc fix.
8462         * play/morse.el: Keywords, commentary, autoloads.
8464 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
8466         * desktop.el (desktop-save): Don't look at symbol-value of a
8467         member of minor-mode-alist, unless it is boundp.
8469 2000-08-16  Sam Steingold  <sds@gnu.org>
8471         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8472         `while'; use `with-current-buffer' instead of `save-excursion'.
8473         Removed unnecessary kludges now that "*Buffer List*" is excluded.
8475 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
8477         * international/ccl.el (declare-ccl-program): Docstring modified.
8478         (ccl-execute-with-args): Likewise.
8480 2000-08-16  Miles Bader  <miles@gnu.org>
8482         * progmodes/sql.el: Add compatibility definition of
8483         comint-line-beginning-position.
8485 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
8487         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8488         'buffer-menu' property.
8489         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8490         fails.
8491         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8492         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8493         wasn't killed.
8495         * buff-menu.el (list-buffers-noselect): Don't display the
8496         *Buffer List* buffer.
8498         * font-lock.el: Require jit-lock to prevent a very late
8499         `Loading jit-lock' message.
8501         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8502         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8503         mail address.
8505 2000-08-15  Miles Bader  <miles@gnu.org>
8507         * textmodes/ispell.el (ispell-graphic-p): New constant.
8508         (ispell-choices-win-default-height, ispell-help): Use
8509         `ispell-graphic-p' instead of `xemacsp'.
8511 2000-08-15  Dave Love  <fx@gnu.org>
8513         * simple.el: Autoload widget-convert when compiling.
8514         (mail-user-agent): Doc fix.
8516         * help.el (function-called-at-point, variable-at-point): Use
8517         with-syntax-table.
8518         (help-manyarg-func-alist): Add insert-and-inherit.
8520         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8522         * delsel.el (delsel-unload-hook): New function.
8524         * find-file.el: Doc fixes.  Move provide to end.
8525         (ff) <defgroup>: Add :link.
8526         (ff-goto-click): Deleted.
8527         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8528         Use mouse-set-point.
8530         * textmodes/tildify.el: Doc fixes.
8531         (tildify) <defgroup>: Add:version.
8533         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8534         (glasses-custom-set): Use set-default, not set.
8535         (minor-mode-alist): Propertize the lighter.
8536         (glasses-mode): Provide optional arg.
8538         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8539         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
8540         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8541         option.  Provide :type.
8542         (cwarn-configuration): Provide :type.
8543         (cwarn-mode): Doc fix.
8545         * add-log.el (change-log-merge): Doc fix.
8546         (change-log-redate): New command.
8548         * net/browse-url.el (browse-url-filename-alist): Add a clause for
8549         Doze and Dog.
8550         (browse-url): Use dolist, not mapcar.
8551         (browse-url-at-point): Check for null url.
8552         (browse-url-event-buffer, browse-url-event-point): Functions
8553         deleted.
8554         (browse-url-at-mouse, browse-url-netscape): Simplify.
8556         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8557         modes.
8558         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8559         Fix previous change to mapcan.
8560         (msb--init-file-alist, msb--add-separators)
8561         (msb--make-keymap-menu): Simplify.
8562         (msb--choose-file-menu): Use copy-sequence.
8563         (msb-mode-map): Add title to keymap.
8564         (msb-unload-hook): New function.
8566         * bs.el: Fix indentation.
8567         (bs) <defgroup>: Add :links.
8568         (bs-show): Doc fix.
8569         (bs-apply-sort-faces): Don't use window-system.
8570         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8572 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
8574         * calendar/timeclock.el (timeclock-file): Run .timelog through
8575         convert-standard-filename.
8577 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8579         * emacs-lisp/authors.el: New file.
8581         * paren.el (show-paren-priority): New user option.
8582         (show-paren-function): Set overlay priorities to
8583         show-paren-priority.
8585 2000-08-14  Miles Bader  <miles@gnu.org>
8587         * comint.el (comint-bol): Use `forward-line 0' instead of calling
8588         beginning-of-line with inhibit-field-text-motion bound.
8590 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8592         * calendar/timeclock.el: New file.
8594 2000-08-14  David Ponce  <david@dponce.com>
8596         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8597         `widget-button-click'. so that one can use left mouse button to
8598         click on dialog buttons.
8600 2000-08-14  Emmanuel Briot  <briot@gnat.com>
8602         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8603         identifiers, since XML is case sensitive
8605 2000-08-12  Miles Bader  <miles@gnu.org>
8607         * comint.el (comint-output-filter): Don't bother frobbing
8608         window-start, it doesn't seem to be necessary.
8610         * comint.el (comint-send-string, comint-send-region): Make into
8611         real functions.  Snapshot the prompt before sending.
8613 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8615         * info.el (Info-find-emacs-command-nodes): Rewrite to use
8616         technique similar to Info-index, instead of relying on specific
8617         names of relevant Index nodes.
8618         (Info-goto-emacs-command-node): Bind Info-history to nil when
8619         going to the first node found by Info-find-emacs-command-nodes.
8621 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8623         * menu-bar.el (menu-bar-help-menu): Add a :help string.
8625 2000-08-10  Miles Bader  <miles@gnu.org>
8627         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8629 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8631         * info.el (Info-file-list-for-emacs): More elements for the
8632         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8633         and woman manuals.
8635 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
8637         * comint.el (comint-send-input): Make the newline boundary overlay
8638         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
8639         (comint-output-filter): Use `insert' instead of
8640         `insert-before-markers'.  Extend comint-last-output-overlay when
8641         necessary since we can't rely on insert-before-markers to do it.
8642         * gud.el (gud-filter): Use `with-current-buffer' instead of
8643         save-excursion when inserting the output, so that point gets
8644         updated correctly; the old method relied on a rather dodgy
8645         side-effect of comint-output-filter to avoid the effect of
8646         save-excursion.
8648 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8650         * files.el (recover-file): Call insert-directory instead of
8651         invoking `ls' directly.
8653 2000-08-10  Miles Bader  <miles@gnu.org>
8655         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8656         (comint-last-prompt-overlay): New variables.
8657         (comint-output-filter): Implement prompt highlighting.
8658         (comint-snapshot-last-prompt): New function.
8659         (comint-send-input): Snapshot the last prompt.
8660         Use comint-highlight-input-face.
8661         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8662         Use defface instead of defcustom.
8663         (send-invisible, comint-send-eof): Snapshot the last prompt.
8664         (comint-delchar-or-maybe-eof): Use comint-send-eof.
8665         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8667 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
8669         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8670         (regexp-opt-group): Use a list of chars for `letters'.
8671         (regexp-opt-charset): `chars' is now a list of chars.
8672         Use a char-table rather than a vector so it works for multibyte chars.
8674         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
8675         Set cvs-minor-current-files to the selected fileinfo.
8676         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8677         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8679 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
8681         * files.el (insert-directory): Don't call access-file on
8682         directories on DOS and Windows.
8684 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
8686         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8687         longer if necessary.
8688         (ccl-embed-code): Call ccl-embed-data to store CODE in
8689         ccl-program-vector.
8691 2000-08-09  Miles Bader  <miles@gnu.org>
8693         * comint.el (comint-output-filter): Properly handle the case where
8694         the text surrounded by comint-last-output-overlay was deleted.
8696 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
8698         * info.el (Info-insert-dir): Use Info-additional-directory-list if
8699         non-nil.
8700         (Info-file-list-for-emacs): Remove "info" from the list because
8701         that leads to trying to use the documentation from file `info'
8702         in various situations where it isn't appropriate, for instance
8703         C-h C-k C-h i.
8705         * ffap.el (ffap-read-file-or-url-internal): Handle case that
8706         DIR and/or STRING are nil.
8708         * progmodes/compile.el (compilation-setup): Make variable
8709         compilation-error-screen-columns buffer-local, as some comment
8710         in the code suggests it should be.
8712         * files.el (auto-mode-interpreter-regexp): New variable.
8713         (set-auto-mode): Use it.
8715         * indent.el (indent-for-tab-command): Doc fix.
8717         * mouse-sel.el (mouse-sel-mode): Doc fix.
8719         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8720         labels.
8722         * help.el (print-help-return-message): When
8723         display-buffer-reuse-frames is set, let the help window been quit,
8724         instead of deleting it, which might delete a reused frame.
8726 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
8728         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8729         rename a directory to a name that differs only by its letter case.
8731 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
8733         * international/quail.el (quail-define-rules): Handle Quail decode
8734         map correctly.  Add code for supporting annotations.
8735         (quail-install-decode-map): New function.
8736         (quail-defrule-internal): New optional arguments decode-map and
8737         props.
8738         (quail-advice): New function.
8740 2000-08-07  Sam Steingold  <sds@gnu.org>
8742         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8743         `defconst', `define-condition', `with-slots'.
8744         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8746 2000-08-03  Miles Bader  <miles@gnu.org>
8748         * comint.el (comint-use-prompt-regexp-instead-of-fields):
8749         New variable.
8750         (comint-prompt-regexp, comint-get-old-input): Document dependence on
8751         comint-use-prompt-regexp-instead-of-fields.
8752         (comint-send-input): Add `input' field property to stuff we send to
8753         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8754         (comint-output-filter): Add `output' field property to process
8755         output, if comint-use-prompt-regexp-instead-of-fields is nil.
8756         (comint-replace-by-expanded-history)
8757         (comint-get-old-input-default, comint-show-output)
8758         (comint-backward-matching-input, comint-forward-matching-input)
8759         (comint-next-prompt, comint-previous-prompt):  Use field
8760         properties if comint-use-prompt-regexp-instead-of-fields is nil.
8761         (comint-line-beginning-position): New function.
8762         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
8763         (comint-replace-by-expanded-history-before-point): Use
8764         comint-line-beginning-position and line-end-position.
8765         (comint-last-output-overlay): New variable.
8766         (comint-mode): Make `comint-last-output-overlay' buffer-local.
8768         * shell.el (shell-prompt-pattern): Doc change.
8769         (shell-backward-command): Use line-beginning-position.
8771         * gud.el (gud-gdb-complete-command): Use
8772         comint-line-beginning-position.
8774         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8775         comint-bol doesn't actually go to the beginning of the line.
8777         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8778         if comint-use-prompt-regexp-instead-of-fields is non-nil.
8779         (try-expand-line-all-buffers): Likewise.
8781         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8782         explicitly matching comint-prompt-regexp.
8783         (sql-copy-column): Use comint-line-beginning-position instead of
8784         explicitly matching comint-prompt-regexp.
8786         * progmodes/octave-inf.el (inferior-octave-complete): Use
8787         comint-line-beginning-position.
8789         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8791         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8792         looking for a prompt, use `forward-line 0' instead of
8793         `beginning-of-line', to avoid getting caught by an input field.
8795 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
8797         * files.el (shell-quote-wildcard-pattern): Make sure to return
8798         PATTERN, in the Unix case.
8800 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
8802         * play/zone.el (zone): Discard any pending input before running
8803         the randomly-chosen pgm.
8805 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
8807         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8808         checking the existence of any multibyte characters.
8810 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
8812         * help.el (describe-mode): Test minor-mode symbol for being
8813         bound before testing its value for being nil.
8815         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8816         `first', `second', and `third'.
8818         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8819         (second): Make it an alias for `cadr'.
8821 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
8823         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8824         types of display support faces now.
8826 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
8828         * pcvs.el (require): Require `cl' during compilation, only.
8830         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8831         (toplevel): Remove `remq' and `remove' from autoloads.
8832         (cl-fake-autoloads): New variable.  If set, arrange for an error
8833         when CL functions etc. are autoloaded.
8835 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
8837         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8839         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8840         popped up, but the user clicks outside the menu, return an empty
8841         regexp (that causes unhighlight-regexp to have no effect).
8843         * menu-bar.el (menu-bar-games-menu): Add Zone.
8845         * hi-lock.el (toplevel): Require font-lock.
8847 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8849         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8850         (ebnf-8-bit-chars): New var for bug fix.
8851         (ebnf-string): Bug fix.
8853 2000-08-03  Sam Steingold  <sds@gnu.org>
8855         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8856         instead of `buffer-string'.
8857         (require 'cl): Always, not just when compiling.
8858         `ignore-errors' in `interactive', `list*', `defun*' &c make this
8859         necessary.
8861 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
8863         * international/mule-cmds.el (select-safe-coding-system): Make
8864         the message text about selecting a safe coding system more clear.
8866 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
8868         * hi-lock.el: New file.
8870         * play/zone.el: New file.
8872         * replace.el (occur): Set tab-width in the *Occur* buffer to the
8873         value of tab-width in the original buffer.  Choose a line number
8874         format that's a multiple of the original buffer's tab width, so
8875         that lines appear right.
8877         * textmodes/ispell.el (ispell): New function, replacing an alias.
8878         Spell-check active region if in transient-mark-mode and mark
8879         is active; otherwise spell-check buffer.
8881 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8883         * ps-mule.el: Fix a customization problem on
8884         ps-mule-font-info-database-default.
8886 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
8888         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8889         display-mouse-p instead of window-system.
8890         (ebrowse-member-mode-map): Ditto.
8892 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8894         * progmodes/ebnf2ps.el: Update ps-print functions call.
8895         Indentation fix.  Doc fix.
8896         (ebnf-version): New version number (3.2).
8897         (ebnf-format-color, ebnf-begin-job): Code fix.
8899 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
8901         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8902         font lock support on window-system.
8903         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8905         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8906         display-color-p, if fboundp, instead of window-system.
8908 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
8910         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8911         instead of window-system.
8913         * wid-edit.el (widget-choose): Use display-mouse-p instead of
8914         window-system.
8915         (widget-choice-mouse-down-action): Use display-popup-menus-p
8916         instead of window-system.
8918         * strokes.el (strokes-file): Run the file name through
8919         convert-standard-filename.
8920         (strokes-mode): Call display-mouse-p instead of looking at
8921         window-system.  Change the error message accordingly.
8923         * progmodes/cpp.el (toplevel): Support faces on tty's.
8925         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8926         (lm-plot-square, lm-init-display): Don't use window-system.
8928         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8929         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8931         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8932         instead of looking at window-system.
8934 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8936         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8937         of testing if iswitchb-prepost-hooks is bound, because the
8938         latter will always be true when invoking a recursive minibuffer
8939         from an active Iswitchb buffer.
8941 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
8943         * files.el (shell-quote-wildcard-pattern): New function.
8944         (insert-directory): Call it.  Only prepend "\" to command on Unix
8945         and GNU/Linux systems.
8947 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8949         * eshell/esh-groups.el: Change custom :link file names
8950         from `eshell.info' to `eshell'.
8952 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
8954         * dired.el (dired-build-subdir-alist): Expand subdirectory names
8955         correctly in recursive ange-ftp listings.
8957 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8959         * ps-print.el: Fix bug 1: if ps-font-size-internal,
8960         ps-header-font-size-internal and
8961         ps-header-title-font-size-internal variables are not set,
8962         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
8963         face text property is (foreground-color . COLOR) or
8964         `(background-color . COLOR)', ps-print crashes.  Doc fix.
8965         (ps-print-version): New version number (5.2.4).
8966         (ps-plot-region): Code fix.
8967         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8968         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8969         Bug fix 2.
8971 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
8973         * glasses.el (glasses-make-readable): Fix uncapitalization of
8974         identifiers like `myXMLDocument'.
8976 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
8978         * mail/mail-hist.el (mail-hist-previous-input)
8979         (mail-hist-next-input): Do the obvious code factorization.
8980         (mail-hist-retrieve-and-insert): New func, contains common
8981         code of above two.
8982         If inserting a message body, leave point at top.
8984 2000-07-28  Sam Steingold  <sds@gnu.org>
8986         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8987         Use `<=', not `<' to compare times!
8988         (ange-ftp-ls): Remove.
8990 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
8992         * play/cookie1.el: Add explanation of how to make cookie.el
8993         compatible with strfile(1) to comment.
8995         * subr.el (remove, remq): New functions.
8997         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8998         escape `*' in regexps.
8999         (midnight-find): Reverse order of arguments in the funcall of
9000         TEST.
9002         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9003         and `.class'.
9005         * play/meese.el: Add Commentary section.
9007 2000-07-27  Alex Schroeder  <alex@gnu.org>
9009         * sql.el (sql-ms): Added autoload cookie.
9010         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9011         (sql-oracle): Ditto.
9012         (sql-help): Doc change.
9014         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9015         types and exceptions.
9017 2000-07-27  Alex Schroeder  <alex@gnu.org>
9019         * sql.el (sql-placeholder-history): New variable.
9020         (sql-query-placeholders-and-send): New function that will query
9021         the user and replace placeholders with user input.
9022         (sql-oracle): If running on NT, set comint-input-sender to
9023         sql-query-placeholders-and-send.
9025         (sql-stop): If in the SQLi buffer, insert stop notification, else
9026         present it as a message.
9028 2000-07-27  Alex Schroeder  <alex@gnu.org>
9030         * sql.el (sql-input-ring-separator): Doc change.
9031         (sql-input-ring-file-name): Doc change.
9032         (sql-interactive-mode): Use `sql-input-ring-separator' and
9033         `sql-input-ring-file-name' to set the comint-mode equivalents
9034         without making them local variables.
9035         (sql-stop): Don't bind `sql-input-ring-separator' and
9036         `sql-input-ring-file-name' dynamically to their comint-mode
9037         equivalents.
9039 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9041         * international/mule.el (register-char-codings): New function.
9042         (make-coding-system): Handle `safe-chars' specification in the arg
9043         PROPERTY.
9045         * international/mule-cmds.el
9046         (find-coding-systems-region-subset-p): This function deleted.
9047         (sort-coding-systems-predicate): New variable.
9048         (sort-coding-systems): New function.
9049         (find-coding-systems-region): Use
9050         find-coding-systems-region-internal.
9051         (find-coding-systems-string): Use find-coding-systems-region.
9052         (find-coding-systems-for-charsets): Check
9053         char-coding-system-table.
9054         (select-safe-coding-system-accept-default-p): New variable.
9055         (select-safe-coding-system): Mostly rewritten.  New argument
9056         ACCEPT-DEFAULT-P.
9057         (select-message-coding-system): Call select-safe-coding-system
9058         with ACCEPT-DEFAULT-P arg.
9059         (reset-language-environment): Reset default-sendmail-coding-system
9060         to the default value iso-latin-1.
9061         (set-language-environment): Don't set the obsolete variable
9062         charset-origin-alist.
9064         * international/codepage.el (cp-coding-system-for-codepage-1):
9065         Give `safe-chars' property to make-coding-system.
9067         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9068         calling select-message-coding-system twice.
9070         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9071         instead of `safe-charsets'.
9072         (cyrillic-alternativnyj): Likewise.
9073         (ccl-encode-alternativnyj): Don't check the charset
9074         cyrillic-iso8859-5.
9076 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9078         * composite.el (compose-chars-after): Preserve match data.
9080 2000-07-26  Sam Steingold  <sds@gnu.org>
9082         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9083         (ange-ftp-real-file-newer-than-file-p): New function.
9084         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9085         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9087         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9088         * midnight.el (midnight-float-time): Ditto.
9090 2000-07-26  Andreas Schwab  <schwab@suse.de>
9092         * files.el (normal-backup-enable-predicate): Correct
9093         interpretation of the return value of compare-strings.
9095 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9097         * isearch.el (isearch-resume): New function.
9098         (isearch-done): Add something to command-history to resume
9099         the search.
9100         (isearch-yank-line, isearch-yank-word): Use
9101         buffer-substring-no-properties instead of buffer-substring.
9103         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9104         of flyspell-mouse-map.
9106         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9107         duplicate definition.
9108         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9110         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9111         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9113 2000-07-25  Sam Steingold  <sds@gnu.org>
9115         * net/ange-ftp.el: Get modtime over the net.
9116         (ange-ftp-file-modtime): New function.
9117         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9118         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9119         Use it.
9120         (ange-ftp-dot-to-slash): New function.
9121         (ange-ftp-fix-name-for-vms): Use it.
9123         * midnight.el (midnight-buffer-display-time): Use
9124         `with-current-buffer'.
9126 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9128         * find-dired.el: Update copyright notice.
9129         (find-dired): Offer to kill a running `find'.
9131         * enriched.el (enriched-face-ans): For a `foreground-color'
9132         property, return '(("x-color" COLOR))' so that COLOR will be
9133         output as a parameter of the x-color annotation.  Likewise for the
9134         `background-color' property.  In the case of normal face
9135         properties, don't return annotations for unspecified foreground
9136         and background face attributes.
9138 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9140         * language/japan-util.el (japanese-katakana-region): Fix handling
9141         HANKAKU argument.
9143 2000-07-25  Miles Bader  <miles@gnu.org>
9145         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9146         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9147         constrain-to-field.
9149 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9151         * timer.el (timer-activate-when-idle): Add optional parameter
9152         DONT-WAIT.  Update docstring.
9153         (run-with-idle-timer): Specify extra parameter to
9154         timer-activate-when-idle, so that timer will be activated
9155         immediately if Emacs is already idle.
9157         * w32-fns.el (w32-using-nt): Fix docstring.
9159 2000-07-24  Dave Love  <fx@gnu.org>
9161         * mouse.el (popup-menu): Set last-command-event.
9162         (mouse-major-mode-menu-prefix): Declare.
9164 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9166         * textmodes/flyspell.el: Update to author's version 1.5d.
9168         * progmodes/hideshow.el: Update copyright notice.
9170         * vcursor.el: Set maintainer to FSF, since author cannot
9171         be reached.
9173 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9175         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9176         the prompt.
9178         * mouse.el (popup-menu): Run the keymap through indirect-function,
9179         in case it was defined with define-prefix-key.  If the menu is a
9180         list of keymaps, look up the binding of user's choice in each one
9181         of the keymaps.
9182         (mouse-popup-menubar): If the global and local menu-bar keymaps
9183         don't have a prompt string, create one and insert it into the
9184         keymap.  Don't barf if current-local-map returns nil.
9186 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9188         * dired.el (dired-sort-R-check): Added to allow recursive listing
9189         to be undone.
9190         (dired-sort-other): Use it.
9192 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9194         * Release of cc-mode 5.27
9196 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9198         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9199         c-beginning-of-statement-1 that caused a bad case of recursion
9200         which could consume a lot of CPU in large classes in languages
9201         that have in-expression classes (i.e. Java and Pike).
9203         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9204         statements before top level constructs (i.e. case 6 is moved
9205         before case 5 and is now case 4) to catch in-expression
9206         classes in top level expressions correctly.
9208 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9210         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9211         objc-method-intro. Case 4 removed and case 5I added.
9213         * cc-langs.el (c-append-paragraph-start): New variable used by
9214         c-common-init to get paragraph-start correct.
9215         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9216         initialize paragraph-start to make it correct both with and
9217         without the javadoc special case.
9219         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9220         initialize paragraph-start for javadoc markup.
9222         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9223         change by defaulting this to t.  It's motivated by the
9224         confusing behavior that otherwise arise from the style system
9225         when editing both java and non-java files at the same time
9226         (see the comments about style setting in c-common-init).
9228 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9230         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9231         similar to the one in c-fill-paragraph to check the fill
9232         prefix from the adaptive fill function for sanity.
9234 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9236         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9237         defun block.
9239 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9241         * cc-mode.texi Documented the change of cpp-macro.
9243 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9245         * cc-align.el (c-lineup-multi-inher): Handle lines with
9246         leading comma nicely. Extended to handle member initializers
9247         too.
9249         * cc-engine.el: (c-beginning-of-inheritance-list,
9250         c-guess-basic-syntax): Fixed recognition of inheritance lists
9251         when the lines begins with a comma.
9253         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9255         * cc-vars.el (c-offsets-alist): Changed default for
9256         member-init-cont to c-lineup-multi-inher since it now handles
9257         member initializers and indents better for leading commas.
9259 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9261         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9262         handling that caused class open lines to be recognized as
9263         statement-conts in some cases.
9265         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9266         guessed by the adaptive fill function unless point is on the
9267         first line of a block comment.
9269         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9270         when the buffer ends with a macro continuation char.
9272         * cc-engine.el (c-guess-basic-syntax): Added support for
9273         function definitions as statements in Pike.  The first
9274         statement in a lambda block is now labeled defun-block-intro
9275         instead of statement-block-intro.
9277         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9278         so that the class surrounding point is selected, not the one
9279         innermost in the state.
9281         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9282         recognition of switch labels having hanging multiline
9283         statements.
9285         * cc-engine.el (c-beginning-of-member-init-list): Broke out
9286         some code in c-guess-basic-syntax to a separate function.
9287         * cc-engine.el (c-just-after-func-arglist-p): Fixed
9288         recognition of member inits with multiple line arglists.
9289         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9290         member-init-cont when the commas are in funny places.
9292 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9294         * cc-defs.el (c-auto-newline): Removed this macro since it's
9295         not used anymore.
9297         * cc-engine.el (c-looking-at-bos): New helper function.
9298         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9299         inexpr and toplevel classes apart in Pike.
9301         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9302         of case 9A.
9304         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9305         constant, since "class" can introduce an in-expression class
9306         in Pike nowadays.
9308 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9310         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9311         indentation on cpp-macro lines.
9313         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9314         a syntax modifier like comment-intro, to make it possible to
9315         get syntactic indentation for preprocessor directives.  It's
9316         incompatible wrt to lineup functions on cpp-macro, but it has
9317         no observable effect in the 99.9% common case where cpp-macro
9318         is set to -1000.
9320 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9322         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9323         member-init-cont when the preceding arglist is several lines.
9325 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9327         * cc-styles.el (c-style-alist): The basic offset for the BSD
9328         style corrected to 8.
9330 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9332         * cc-styles.el (c-style-alist): Adjusted the indentation of
9333         brace list openers in the gnu style.
9335 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9337         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9339         * cc-cmds.el (c-electric-brace, c-electric-slash,
9340         c-electric-star, c-electric-semi&comma, c-electric-colon,
9341         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9342         when c-syntactic-indentation is nil.
9344         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9345         we were left at comments preceding the first statement when
9346         reaching the beginning of the buffer.
9348         * cc-vars.el (c-syntactic-indentation): New variable to turn
9349         off all syntactic indentation.
9351 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9353         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9354         between the text and the block comment ender when it hangs,
9355         depending on how many there are before the fill.
9357 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9359         * cc-engine.el (c-beginning-of-closest-statement): New helper
9360         function to go back to the closest preceding statement start,
9361         which could be inside a conditional statement.
9362         * cc-engine.el (c-guess-basic-syntax): Use
9363         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9365         * cc-engine.el (c-guess-basic-syntax): Better handling of
9366         arglist-intro, arglist-cont-nonempty and arglist-close when
9367         the arglist is nested inside parens.  Cases 7A, 7C and 7F
9368         changed.
9370         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9371         up-to-date with javadoc 1.2.
9373 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9375         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9376         multiline Pike type decls.
9378 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9380         * cc-cmds.el (c-indent-new-comment-line): Always break
9381         multiline comments in multiline mode, regardless of
9382         comment-multi-line.
9384 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9386         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9387         fully::qualified::names in C++ member init lists.  Preamble in
9388         case 5D changed.
9390 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9392         * cc-langs.el (c-common-init): Handling of obsolete variables
9393         moved to c-initialize-cc-mode.  More compatible style override
9394         when using global style variables.
9395         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9396         variables moved here.
9398         * cc-mode.texi: Documented the special behavior of
9399         c-special-indent-hook as a style variable.  Don't talk about
9400         doing (c-make-styles-buffer-local t) in a mode hook, since
9401         that's already too late to work right.
9403         * cc-styles.el (c-make-styles-buffer-local): Flag style
9404         variable localness in c-style-variables-are-local-p to make
9405         the compatibility measure in c-common-init work well.
9407         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9408         longer contain set-from-style.
9409         * cc-styles.el (c-initialize-builtin-style): Don't check for
9410         set-from-style on c-special-indent-hook.
9411         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
9412         copy-alist is sufficient now.
9414         * cc-styles.el (c-set-style, c-set-style-1,
9415         c-get-style-variables): Fixes to variable initialization so
9416         that duplicate entries in styles have the same effect
9417         regardless of DONT-OVERRIDE.
9419         * cc-styles.el (c-set-style-2): Fixed bug where the
9420         initialization of inheriting styles failed when the
9421         dont-override flag is set.
9423         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9424         on this.
9426 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9428         * cc-defs.el (c-forward-comment): Removed the workaround
9429         introduced in 5.38 since it had worse side-effects.  If a line
9430         contains the string "//\"", it regarded the // as a comment
9431         start since the \ temporarily doesn't have escape syntax.
9433 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9435         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9436         ada-xref.el before ada-prj.el, so that the Project menu is created
9437         when ada-prj tries to add to it.
9438         (ada-activate-keys-for-case): Suppress the characters that are not
9439         part of the Ada syntax. Better compatibility with else-mode
9440         (ada-adjust-case-interactive): When auto-casing is not active,
9441         correctly insert newlines (used to insert only ^M).  Prevent the
9442         syntax table from being changed in case of an error
9443         (or '_' becomes part of a word and some commands are confused).
9444         Do nothing if ada-auto-case is nil.
9445         (ada-after-keyword-p): Ignore keywords that are also attributes
9446         (ada-batch-reformat): Update usage comment
9447         (ada-call-from-contextual-menu): New function
9448         (ada-case-read-exceptions): Reinitialize the casing exception list
9449         first to nil first, so that the casing exception file can be
9450         shared.
9451         (ada-check-defun-name): Handles "configure" keyword for gnatdist
9452         files.
9453         (ada-compile-goto-error): Fix regexp used to detect a file:line
9454         anywhere in the error message
9455         (ada-contextual-menu-last-point): New variable
9456         (ada-create-keymap): If the variable delete-key-deletes-forward is
9457         t on XEmacs, it means that DEL should delete one character
9458         forward.
9459         (ada-create-menu): Use :included instead of :visible for XEmacs.
9460         New submenu "Options".
9461         (ada-end-stmt-re): Correctly indent "select ... then abort"
9462         statements.
9463         (ada-fill-comment-paragraph): Correctly delete all leading '--'
9464         even if they don't match ada-fill-comment-prefix Fix handling of
9465         paragraphs on the first or last line of a file.
9466         (ada-format-paramlist): Fix handling of default parameter values.
9467         (ada-get-body-name): New function.
9468         (ada-get-current-indent): Optimized by searchling directly for an
9469         existing generic part or a statement outside of it.  Handle
9470         ada-indent-align-comments when indenting comments Replaced some
9471         regexps by testing directly the next character. This results in a
9472         huge speedup on some files.  New indentation scheme for renames
9473         statements.  Stop looking for the 'while' or 'for' associated with
9474         a 'loop' at the first semicolon encountered.  A "return" can also
9475         match an anonymous access subprogram declaration.
9476         (ada-get-indent-noindent): Ignore strings and comments when
9477         looking for the keywords "record" and "private".
9478         (ada-goto-matching-decl-start): When matching "if", make sure we
9479         are not in fact seeing "end if".  Ignore "when" statements except
9480         when initial keyword was "begin".  Fix handling of nested
9481         procedures.  Add a recursive call to this function to skip over
9482         other 'end' statmts.  Fix indentation for "when .. => begin"
9483         (ada-in-open-paren-p): Fix indentation for complex boolean
9484         expressions, where 'and then', 'or else' and parenthesis
9485         statements are mixed up.
9486         (ada-in-paramlist-p): Skip comments while searching for the
9487         beginning Fix handling of operator declarations.
9488         (ada-indent-align-comments): New variable
9489         (ada-indent-current): Change the syntax table only in the
9490         protected section, so that we are sure it is restored correctly.
9491         (ada-indent-on-previous-lines): Use ada-use-indent and
9492         ada-with-indent Correctly indent "select ... then"
9493         (ada-indent-region): Slight speedup.
9494         (ada-indent-renames): New variable.
9495         (ada-last-which-function-subprog, ada-last-which-function-line):
9496         New variables
9497         (ada-looking-at-semi-private): Correctly indent the 'private'
9498         keyword when it is the first word in a package declaration.
9499         (ada-loose-case-word): Stop searching if at the end of the buffer.
9500         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9501         even if point is not initially at the end of the word.
9502         (ada-matching-decl-start-re): Add "when".
9503         (ada-mode): Add support for abbrev-mode, outline-mode and
9504         which-func-mode Override the old find-file.el entry in
9505         ff-special-constructs since it is using the obsolete
9506         ada-spec-suffix variable
9507         (ada-no-auto-case): New function
9508         (ada-scan-paramlist): When parsing the argument type, accept
9509         spaces (as in "X 'Class", generated by Rational Rose).
9510         (ada-other-file-name): No longer loads the other file.
9511         (ada-popup-menu): Save and restore the current buffer and cursor
9512         position before and after displaying the menu.
9513         (ada-search-ignore-complex-boolean): New function.
9514         (ada-uncomment-region): Emacs21 already knows how to delete
9515         comments not starting in the first column.
9516         (ada-use-indent): New variable
9517         (ada-which-function): New function.
9518         (ada-with-indent): New variable
9519         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9520         can be batch-compiled from the command line.
9522         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9523         Add to the menu when the file is loaded, not in ada-mode-hook.
9524         Add -toolbar to the default ddd command Switches moved from
9525         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9526         ada-prj-default-comp-opt
9527         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9528         Reference Manual to the menu
9529         (ada-check-current): rewritten as a call to ada-compile-current
9530         (ada-compile): Removed.
9531         (ada-compile-application, ada-compile-current, ada-check-current):
9532         Set the compilation-search-path so that compile.el automatically
9533         finds the sources in src_dir.  Automatic scrollong of the
9534         compilation buffer.  C-uC-cC-c asks for confirmation before
9535         compiling
9536         (ada-compile-current): New parameter, prj-field
9537         (ada-complete-identifier): Load the .ali file before doing
9538         processing
9539         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9540         conform to gnatmake's behavior.
9541         (ada-find-file-in-dir): New function
9542         (ada-find-references): Set the environment variables for gnatfind
9543         (ada-find-src-file-in-dir): New function.
9544         (ada-first-non-nil): Removed
9545         (ada-gdb-application): Add support for jdb, the java debugger.
9546         (ada-get-ada-file-name): Load the original-file first if not done
9547         yet.
9548         (ada-get-all-references): Handles the new ali syntax (parent types
9549         are found between <>).
9550         (ada-initialize-runtime-library): New function
9551         (ada-mode-hook): Always load a project file when a file is opened,
9552         so that the casing exceptions are correctly read.
9553         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9554         (ada-parse-prj-file): Use find-file-noselect instead of find-file
9555         to open the project file, since the latter does not work with
9556         speedbar Get default values before loading the prj file, or the
9557         default executable file name is wrong.  Use the absolute value of
9558         src_dir to initialize ada-search-directories and
9559         compilation-search-path,...  Add the standard runtime library to
9560         the search path for find-file.
9561         (ada-prj-default-debugger): Was missing an opening '{'
9562         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9563         variables.
9564         (ada-prj-default-gnatmake-opt): New variable
9565         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9566         buffers, the project file is the default one Save the windows
9567         configuration before displaying the menu.
9568         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9569         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9570         ...)  regexp-quote identifiers names to support operators +,
9571         -,... in regexps.
9572         (ada-remote): New function.
9573         (ada-run-application): Erase the output buffer before starting the
9574         run Support remote execution of the application.  Use
9575         call-process, or the arguments are incorrectly parsed
9576         (ada-set-default-project-file): Reread the content of the active
9577         project file, not the one from the current buffer When a project
9578         file is set as the default project, all directories are
9579         automatically associated with it.
9580         (ada-set-environment): New function
9581         (ada-treat-cmd-string): New special variable ${current}
9582         (ada-treat-cmd-string): Revised.  The substitution is now done for
9583         any ${...} substring
9584         (ada-xref-current): If no body was found, compiles the spec
9585         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9586         compiler to get rid of command line length limitations.
9587         (ada-xref-get-project-field): New function
9588         (ada-xref-project-files): New variable
9589         (ada-xref-runtime-library-specs-path)
9590         (ada-xref-runtime-library-ali-path): New variables
9591         (ada-xref-set-default-prj-values): Default run command now does a
9592         cd to the build directory.  New field: main_unit Provide a default
9593         file name even if the current buffer has no prj file.
9595         * ada-prj.el:
9596         Rewritten to show a tabbed-dialog.
9597         (ada-prj-add-ada-menu): Remove the map and name parameters.
9598         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9599         New function
9600         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9601         (ada-prj-load-from-file): New function
9602         (ada-prj-save): Always save fields that depend on the current buffer
9603         (ada-prj-show-value): New function
9605         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9606         Ada mode. This will allow us to display the Ada menu in any buffer
9607         we want (for project items).
9608         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9609         number of spaces in the header.
9611 2000-07-24  Dave Love  <fx@gnu.org>
9613         * ediff-init.el (ediff-region-help-echo): Bind face-help.
9615 2000-07-23  Noah Friedman  <friedman@splode.com>
9617         * type-break.el (type-break): perform autosave.
9618         Suggested by Stephen Gildea <gildea@intouchsys.com>.
9619         (type-break-do-query): Cancel query schedule while performing
9620         actual query, to avoid possibility of a second query being made
9621         while first one is already in progress.
9622         (type-break-time-stamp-format): New variable.
9623         (type-break-time-stamp): New function.
9624         (type-break-time-warning): Use it.
9625         (type-break-keystroke-warning): Use it.
9626         (type-break-noninteractive-query): Use it.
9628         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9629         cookie.
9630         Use add-minor-mode to set minor-mode-alist, if available.
9631         (eldoc-echo-area-use-multiline-p): New user option.
9632         (eldoc-echo-area-multiline-supported-p): New variable.
9633         (eldoc-docstring-format-sym-doc): Use them.
9634         (eldoc-mode): If not using idle timers, append to local post and
9635         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
9636         (eldoc-display-message-no-interference-p): Don't interfere with
9637         edebug.
9638         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9639         (eldoc-function-arglist): New function.
9640         (eldoc-function-argstring): Use it.
9642         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9643         auto save directory exists before calling directory-files.
9645 2000-07-23  Dave Love  <fx@gnu.org>
9647         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9648         ^o, ^u.
9650 2000-07-21  Dave Love  <fx@gnu.org>
9652         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9653         now passed to the function.  It now works properly.
9655         * smerge-mode.el (smerge-mode-menu): Fill it out.
9657 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
9659         * info-look.el (info-lookup): If *info* is shown in another frame
9660         on the same display, select that frame, instead of switching to
9661         the Info buffer in another window of the selected frame.
9663         * simple.el (universal-argument-map): Bind numeric keypad keys
9664         kp-0 to kp-9 and kp-subtract.
9665         (digit-argument): Handle these keys.
9667 2000-07-20  Dave Love  <fx@gnu.org>
9669         * net/goto-addr.el (goto-address-fontify): Don't bother with
9670         buffer-modified and read-only stuff -- irrelevant with overlays.
9671         Put an extra property on the overlays and use it to clean up in
9672         case goto-address is re-run.
9674 2000-07-19  Richard M. Stallman  <rms@gnu.org>
9676         * timer.el (run-with-idle-timer): Doc fix.
9678         * mail/mail-utils.el (mail-strip-quoted-names):
9679         Handle case where <...> appears inside "...".
9680         Use replace-match to edit the string more simply.
9681         (rmail-dont-reply-to): Cope with an unmatched ".
9683 2000-07-19  Dave Love  <fx@gnu.org>
9685         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9686         implementation.
9688         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9689         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9690         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9692 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
9694         * textmodes/refer.el: Correct maintainer's email address.
9696         * progmodes/hideif.el: Correct author's email address.
9697         Fix typo in comment.
9699         * xml.el: New file.
9701         * mail/mailheader.el: Correct author's mail address.
9703         * gnus/parse-time.el: Correct author's mail address.
9705 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
9707         * comint.el (comint-highlight-input, comint-highlight-face):
9708         New user options.
9709         (comint-input-ring-file-name): Change custom type.
9710         (comint-mode-map): Bind mouse-2.
9711         (comint-insert-clicked-input): New function.
9712         (comint-send-input): Handle input highlighting.
9714 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
9716         * mouse.el (popup-menu): New function.
9717         (mouse-major-mode-menu): Use it.
9719 2000-07-18  Dave Love  <fx@gnu.org>
9721         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9722         improvements.
9724 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9726         * faces.el (face-font-selection-order)
9727         (face-font-family-alternatives): Add custom type.
9729 2000-07-18  Dave Love  <fx@gnu.org>
9731         * cus-edit.el (custom-variable-reset-saved)
9732         (custom-variable-reset-standard): Remove unused bindings.
9734         * rect.el (open-rectangle-line): Remove unused let.
9736         * hl-line.el (hl-line-highlight): Check hl-line-mode.
9738 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9740         * cdl.el: Fix `Maintainer' keyword.
9742         * play/pong.el: Add author's email address.
9744 2000-07-17  Sam Steingold  <sds@gnu.org>
9746         * files.el (insert-directory): Call `split-string' instead of
9747         re-implementing it.
9749 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9751         * mail/vms-pmail.el: Change maintainer to FSF.
9753         * net/goto-addr.el: Change maintainer to FSF.
9755         * info.el (Info-title-face-alist): Removed.
9757 2000-07-18  David Ponce  <david@dponce.com>
9759         * recentf.el (recentf-open-files): New command that works like
9760         `recentf-open-more-files', but shows the whole list of files (not just
9761         those omitted from the menu). Useful if you don't use a menu-bar!
9762         (recentf-open-more-files) Modified to use `recentf-open-files'.
9764         (recentf-open-files, recentf-open-more-files)
9765         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9767         (recentf-dialog-mode): New mode for dialogs. You can now just type
9768         "q" to cancel the dialogs.
9770 2000-07-18  David Ponce  <david@dponce.com>
9772         * recentf.el: This is a major update of recentf.el. It adds new
9773         features to better organize the recentf menu and "More..." buffer.
9775         Using new provided menu filtering functions you can now organize the
9776         recent files list:
9778         - by major modes
9779         - by directories
9780         - by user defined rules
9782         Finally, with the new `recentf-filter-changer' customizable filter you
9783         can define a ring of filters and dynamically (via the menu) cycle on
9784         each menu organization in the ring (a la msb).
9786 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
9788         * eshell/eshell.el (eshell): Replace links to eshell.info with
9789         links to eshell, to avoid problems on systems where the manual is
9790         installed as `eshell'.
9791         * eshell/esh-cmd.el (eshell-cmd): Ditto.
9792         * eshell/em-smart.el (eshell-smart): Ditto.
9793         * eshell/em-banner.el (eshell-banner): Ditto.
9794         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9796         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9797         same-file check in the MS-DOS version (it does support inodes).
9799         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9801         * eshell/eshell.el (eshell-directory-name):
9802         Run default directory name through convert-standard-filename.
9804 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
9806         * international/mule-cmds.el (select-safe-coding-system):
9807         Fix typo in the comment.
9809         * language/european.el (compound-text):
9810         Force katakana-jisx0201 to be designated to G1.
9812         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9813         Don't translate some national variant characters of latin-jisx0201.
9814         (x-ctext): Force katakana-jisx0201 to be designated to G1.
9816         * international/kkc.el (kkc-after-update-conversion-functions):
9817         New variable.
9818         (kkc-update-conversion): Run functions in it at the tail.
9820 2000-07-16  John Wiegley  <johnw@gnu.org>
9822         * lisp/align.el (align-newline-and-indent):
9823         Adding new function.  for auto-aligning blocks of code on RET.
9824         (align-region): Fixed badly formatted minibuffer message.
9826 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
9828         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9829         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
9830         the conversion list at first if appropriate.
9831         (kkc-next): Don't update kkc-next-count here.
9832         (kkc-prev): Don't update kkc-prev-count here.
9833         (kkc-show-conversion-list-update): Fix setting up of conversion
9834         list message.
9836 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9838         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9840 2000-07-16  Dave Love  <fx@gnu.org>
9842         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9843         function to be more specific.
9845         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9846         non-string help-echo.
9847         (widget-types-convert-widget): Defsubst it.
9848         (widget-echo-help): Try to cope with a help-echo function of two
9849         possible sorts.
9851 2000-07-15  Jason Rumney  <jasonr@gnu.org>
9853         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9854         Declare as obsolete.
9856         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9858 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
9860         * hilit-chg.el: Fix typo.
9862 2000-07-14  Dave Love  <fx@gnu.org>
9864         * info.el (Info-mode-menu): Fix use of :help, :enable.
9866 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9868         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9870 2000-07-13  Dave Love  <fx@gnu.org>
9872         * emacs-lisp/easymenu.el: Doc fixes.
9873         (easy-menu-remove): Defalias to ignore.
9875         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9876         Call throw correctly.
9878 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
9880         * faces.el (frame-background-mode): Doc fix.
9882         * simple.el (eval-expression-print-length): Change custom type to
9883         allow entering nil as value.
9885 2000-07-13  Dave Love  <fx@gnu.org>
9887         * progmodes/fortran.el (fortran-imenu-generic-expression):
9888         Change definition layout.
9889         (fortran-mode-menu): Reinstate customize entries.
9891         * cus-edit.el (custom-group-menu-create, customize-menu-create):
9892         Use :filter, per old XEmacs code.
9894 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
9896         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9897         event when deciding what to send to the terminal.
9899 2000-07-12  Dave Love  <fx@gnu.org>
9901         * cus-start.el: Add optional version as 4th element of specs and
9902         use it for several things new in v21.  Remove load-path.  Fix type
9903         of line-number-display-limit.
9905 2000-07-11  Dave Love  <fx@gnu.org>
9907         * progmodes/fortran.el: Don't require easymenu.
9908         Use repeat counts in various regexps.
9909         (fortran-mode-syntax-table): Defvar directly.
9910         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9911         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9912         Use defvar, not defconst.
9913         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
9914         (fortran-mode): Set fortran-comment-line-start-skip,
9915         fortran-comment-line-start-skip, dabbrev-case-fold-search.
9916         (fortran-comment-indent): Use defsubst.
9917         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9918         Use fortran-comment-indent, not fortran-comment-indent-function.
9919         (fortran-comment-region, fortran-electric-line-number): Simplify.
9920         (fortran-auto-fill): New function.
9921         (fortran-do-auto-fill): Deleted.
9922         (fortran-find-comment-start-skip):
9923         Check for non-null comment-start-skip.
9924         (fortran-auto-fill-mode, fortran-fill-statement):
9925         Use fortran-auto-fill.
9926         (fortran-fill): Use fortran-auto-fill.  Check for null
9927         comment-start-skip.  Simplify final clause and use end-of-line finally.
9929         * widget.el (widget-plist-member): New alias.
9931 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
9933         * eshell/esh-module.el (toplevel): Reference
9934         byte-compile-current-file only if it is bound.
9936 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
9938         * dired.el: Don't require `dired-aux'.
9940 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
9942         * dired-aux.el (dired-show-file-type): New function.
9943         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9944         (dired-show-file-type): Add autoload.
9946 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
9948         * international/mule-diag.el (describe-font): Adjusted for the
9949         change of fontset-info.
9950         (print-fontset): Likewise.
9952 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
9954         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9956 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
9958         * bindings.el: Bind `[delete]' to delete-char.
9960         * dired.el (dired-find-alternate-file): New function.
9961         (dired-mode-map): Bind `a' to dired-find-alternate-file.
9962         (toplevel): Require dired-aux when compiling.
9963         (dired-buffers): Move defvar within file to avoid compiler warning.
9965         * info.el (Info-last-search): Variable removed.
9966         (Info-search-history): New variable.
9967         (Info-search): New Info-search-history.
9969         * battery.el, info-look.el: Change author's mail address.
9971 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9973         * mail/rmail.el (rmail-clear-headers): Don't throw an error
9974         if rmail-ignored-headers is nil.
9975         (rmail-retry-failure): Bind rmail-ignored-headers and
9976         rmail-displayed-headers to nil.
9978 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
9980         * lpr.el (lpr-page-header-switches): Add `-h' switch.
9981         (print-region-1): Don't hard code `-h' here.
9983         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9985 2000-07-01  Francesco Potorti`  <pot@gnu.org>
9987         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9988         exim can use "your message" instead of "the message".
9990 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
9992         * facemenu.el: Docstrings fixes.
9993         (facemenu-get-face): Don't use internal-find-face.
9994         (facemenu-iterate): Rename arg to match the docstring.
9996         * newcomment.el (uncomment-region): Be more careful when skipping
9997         backwards over `=' not to bump into BOBP.
9999 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
10001         * ediff-diff.el (ediff-wordify): Use syntax table.
10002         * ediff-init.el (ediff-has-face-support-p): Use
10003         ediff-color-display-p.
10004         (ediff-color-display-p): Use display-color-p, changed to defun
10005         from defsubst.
10006         Got rid of special cases for NeXT and OS/2.
10007         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10008         face.
10010 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10012         * emacs-lisp/lucid.el: Require CL.
10013         (copy-tree, remprop): Remove, it's provided by CL.
10014         (map-keymap): Define in terms of cl-map-keymap.
10015         (extent-property, set-extent-end-glyph): New functions.
10017         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10019 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10021         * Makefile.in (DONTCOMPILE): Add comment that the name may
10022         not be changed without changing the make-dist script.
10024         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10025         (cl-mapc): Use mapc instead of cl-old-mapc.
10027 2000-07-05  Andrew Innes  <andrewi@gnu.org>
10029         * makefile.nt: Add support for `bootstrap' and related targets.
10031 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
10033         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10034         (easy-menu-do-define): Use `menu-item' format.
10035         Handle case where easy-menu-create-menu returns a symbol.
10036         Manually call the potential top-level filter in the function binding.
10037         (easy-menu-filter-return): New arg NAME.
10038         Convert to a keymap if MENU is an XEmacs menu.
10039         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10040         (easy-menu-converted-items-table, easy-menu-convert-item):
10041         New var and fun to memoize easy-menu-convert-item-1.
10042         (easy-menu-do-add-item): Use it.
10043         (easy-menu-create-menu): Use easy-menu-convert-item.
10044         Wrap easy-menu-filter-return around any :filter specification.
10045         Don't convert the menu if a filter was specified.
10046         Tell easy-menu-make-symbol not to check for MENU being an expression.
10047         (easy-menu-make-symbol): New arg NOEXP.
10049 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10051         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10052         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10053         (eval-defun): If called with prefix arg, instrument code for
10054         Edebug.
10056         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10057         similar to that of eval-defun.
10059 2000-07-04  Dave Love  <fx@gnu.org>
10061         * hl-line.el (hl-line-overlay): Make it permanent-local.
10063         * calendar/todo-mode.el: Replaced with a working version, based on
10064         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10066 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10068         * paths.el (prune-directory-list): New function.
10069         (Info-default-directory-list): Rewritten to more methodically
10070         enumerate a big list of possible info directories (based on the
10071         list used by the standalone info reader).
10073         * info.el (info-initialize): Use prune-directory-list to remove
10074         non-existent directories from Info-directory-list.
10076         * paths.el (Info-default-directory-list): Try a list of possible
10077         info-directories instead of a single one.  Add the possible
10078         info directory "/usr/share/info".
10080         * woman.el (woman-man.conf-path): Explicitly include the debian
10081         man-db config file "/etc/manpath.config".
10082         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10083         are present in `manpath.config'.
10084         (woman-manpath): Include "/usr/share/man".
10086 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10088         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10090         * startup.el (command-line): Initialize blink-cursor based
10091         on window-system.
10093         * frame.el (blink-cursor): Default to nil if not running under
10094         a window-system.
10096         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10097         (face-x-resources): Remove duplicate entry for :font.
10099         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10100         instead of cycling through windows with next-window.
10102         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10103         of cycling through windows with next-window.
10105         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10106         of cycling through windows with next-window.
10108         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10109         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10110         instead of cycling through windows with next-window.
10112         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10113         instead of cycling through windows with next-window.
10115         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10116         of cycling through windows with next-window.
10118         * terminal.el (te-process-output): Use walk-windows instead of
10119         cycling through windows with next-window.
10121         * server.el (server-switch-buffer): Use some-window instead of
10122         cycling through windows with next-window.
10124         * window.el (some-window): New function.
10125         (walk-windows): Remove reference to walk-windows-start.
10127         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10129 2000-07-03  Richard Stallman  <rms@gnu.org>
10131         * window.el (walk-windows): Guarantee termination by keeping a list
10132         of all the windows already handled.
10134 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10136         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10137         window-system.
10139         * man.el (Man-notify-when-ready): Don't use window-system.  If
10140         Man-notify-method is newframe, and the display is not
10141         multi-frame, select the frame created for the man page.
10142         (Man-init-defvars): Doc fix.
10144 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10146         * faces.el (region): Change background color for light background.
10148         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10149         attribute from mode-line face of Ediff control frame.
10151         * replace.el (query-replace-map): Bind `e' like `E'.
10153 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10155         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10156         Change name to "Select All".
10158         * dos-fns.el (convert-standard-filename): Fix last change.
10160 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10162         * help.el (describe-variable): Don't insert a second `'s' in front
10163         of the string `value is shown below'.  Since the syntax-table is
10164         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10165         an existing `'s', so that this won't be deleted.
10167         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10168         * pcmpl-unix.el: New files.
10170 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10172         * wid-edit.el (widget-member): Use the new plist-member.
10174 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10176         * replace.el (perform-replace): Undo change of 2000-04-04.
10177         Instead, move backward 1 character at the end of the loop when
10178         necessary.
10180         * faces.el (fringe): Change face for different backgrounds.
10182         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10183         patch from John.
10185         * eshell/*.el: Change spelling of the Free Software Foundation.
10187         * eshell/esh-toggle.el: Removed.
10189         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10191         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10192         interactively.
10194 2000-06-26  Alex Schroeder  <alex@gnu.org>
10196         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10197         `define-key'; instead of checking `(emacs-version)' check for
10198         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10199         for `;' and `o' which might be electric.
10201         (sql-electric-stuff): New user option.
10202         (sql-magic-go): New function which uses `sql-electric-stuff'.
10203         (sql-magic-semicolon): New function which uses
10204         `sql-electric-stuff'.
10206         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10207         is not fboundp.
10209         (sql-oracle-options): New variable.
10210         (sql-oracle): Use it.
10212         (sql-imenu-generic-expression): Doc change.
10213         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10214         is used.
10216         (sql-informix): Added command line parameter "-" to force
10217         sql-informix-program to use stdout.
10219 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10221         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10222         (cp864-decode-table): Doc fix.
10223         (cp720-decode-table): New variable, supports the Arabic OEM
10224         codepage used by Windows.
10225         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10227 2000-06-23  Dave Love  <fx@gnu.org>
10229         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10230         (font-lock-fontify-anchored-keywords): Use
10231         line-beginning-position.
10232         (global-font-lock-mode): Use mapc.
10234 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10236         * eshell/esh-module.el: Require CL when compiling.
10238 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
10240         * comint.el (comint-substitute-in-file-name): Call replace-match
10241         with second and third arg t.
10243         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10244         Specify foreground color.
10246         * faces.el (tool-bar, mode-line, header-line): Specify foreground
10247         color.
10249         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10251         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10252         cddr instead of cdddr.
10254         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10255         instead of copy-list.
10257         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10258         of copy-list.
10260         * subdirs.el: Add eshell subdirectory.
10262         * eshell: New subdirectory containing the Eshell package.
10264         * pcomplete.el: New file.
10266 2000-06-23  Paul Eggert  <eggert@twinsun.com>
10268         * mail/mailpost.el (post-mail-send-it): Make sure file has
10269         proper permissions from birth.
10271         * files.el (basic-save-buffer-2): When temporarily setting
10272         file modes, set them to current modes plus 0200, not to 0777.
10274         * emerge.el (emerge-make-temp-file): Make sure file has proper
10275         permissions from birth.
10277 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
10279         * files.el (make-backup-file-name-1): On DOS/Windows, run the
10280         backup file name through convert-standard-filename.
10282         * dos-fns.el (convert-standard-filename): Convert leading
10283         directories as well.  When long file names are supported, convert
10284         characters that are invalid in Windows file names.
10286 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10288         * ps-print.el: Fix bug: if ^L is the very first buffer character,
10289         ps-print crashes.  New feature: page selection for printing.  Create
10290         raw-text-unix coding system for XEmacs.  Doc fix.
10291         (ps-print-version): New version number (5.2.3).
10292         (ps-plot-region): Bug fix.
10293         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10294         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10295         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10296         funs.
10297         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10298         (ps-last-page): New vars.
10300 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
10302         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10303         empty option string.
10305 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
10307         * man.el (man): Doc fix.
10309 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
10311         * international/mule-cmds.el (set-language-info-alist): Docstring
10312         fixed.
10314 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
10316         * version.el (emacs-version): Use ISO date format.
10318         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10319         instead of `M-backspace'.
10321         * simple.el (turn-off-auto-fill): New function.
10323 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
10325         * jit-lock.el (with-buffer-prepared-for-jit-lock):
10326         Renamed from with-buffer-prepared-for-font-lock and use
10327         inhibit-modification-hooks rather than setting *-change-functions.
10328         Update all functions to use the new name.
10329         (jit-lock-first-unfontify-pos): New semantics (and doc).
10330         (jit-lock-mode): Make non-interactive.
10331         Don't automatically turn on font-lock.
10332         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10333         Always use jit-lock-after-change.
10334         Remove and restore font-lock-after-change-function.
10335         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10336         (jit-lock-after-unfontify-buffer): Remove.
10337         (jit-lock-stealth-fontify):
10338         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10339         (jit-lock-after-change): Set the `fontified' text-prop to nil.
10341 2000-06-20  Sam Steingold  <sds@gnu.org>
10343         * emacs-lisp/cl-indent.el (toplevel): Indent
10344         `print-unreadable-object' properly.  Untabify.
10346 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10348         * textmodes/reftex.el (reftex-find-citation-regexp-format):
10349         Support for bibentry.
10350         (reftex-compile-variables): Fixed problem with end of section-re.
10352         * texmodes/reftex-dcr.el (reftex-view-crossref,
10353         reftex-view-crossref-from-bibtex):
10354         Deal with changed `reftex-find-citation-regexp-format'.
10355         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10356         Replaced `remprop' with `put'.
10357         (reftex-view-crossref, reftex-view-crossref-when-idle):
10358         Support for bibentry.
10360         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10361         New entry for bibentry package.
10363         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10364         Regexp also matches "\nobibliography".
10366         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10367         Call `reftex-ensure-write-access' before doing anything.
10368         (reftex-ensure-write-access): New function.
10370 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10372         * progmodes/idlwave.el: File re-installed (update to version 4.2)
10374         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10376         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10378         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10381 2000-06-20  Dave Love  <fx@gnu.org>
10383         * faces.el (frame-background-mode): Use set-default, not set, in
10384         setter.
10385         (frame-update-faces, frame-update-face-colors): Define with
10386         defalias.
10388         * enriched.el (enriched-decode-foreground)
10389         (enriched-decode-background): Don't use internal-find-face.
10391         * apropos.el: Doc fixes.
10393         * cus-edit.el (customize-changed-options): Check arg.
10394         (customize-version-lessp): Don't require decimal point.
10396         * custom.el (defcustom, defgroup): Doc fix.
10398         * newcomment.el (comment) <defgroup>: Add :version.
10399         (comment-multi-line): Doc fix.
10401         * emulation/mlsupport.el (define-hooked-local-abbrev,
10402         define-hooked-global-abbrev): Fix, using define-abbrev.
10404 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
10406         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10407         the whole buffer.
10409 2000-06-19  Dave Love  <fx@gnu.org>
10411         * menu-bar.el (menu-bar-options-save): New function.
10412         (menu-bar-options-menu): Use it.
10413         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10414         Simplify.
10416 2000-06-19  Andreas Schwab  <schwab@suse.de>
10418         * progmodes/etags.el (tags-query-replace): Put new parameters
10419         START and END at the end, for backward compatibility.
10421 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10423         * international/codepage.el:
10424         (cp-coding-system-for-codepage-1): Delete special codes for
10425         generating xxx-dos coding system because now a CCL based coding
10426         system can handle EOL conversion by default.
10428         * international/mule.el (make-coding-system): Generate subsidiary
10429         coding systems for EOL handling variants even for a CCL based
10430         coding system.
10432 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10434         * international/isearch-x.el (isearch-minibuffer-input-method)
10435         (isearch-minibuffer-input-method-function): These variables
10436         deleted.
10437         (isearch-with-input-method): Don't use the above variables.
10438         (isearch-process-search-multibyte-characters): Likewise.  Call
10439         read-string with the arg INHERIT-INPUT-METHOD t.
10441 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
10443         * font-lock.el (font-lock-after-fontify-buffer)
10444         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10446         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10447         Use consistent make-local-variable style for font-lock-fontified.
10448         (jit-lock-fontify-buffer):
10449         Don't bother checking for font-lock-mode and jit-lock-mode.
10451         * time.el: Remove trailing ^M that prevent CVS-merging.
10453 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10455         * Makefile.in (distclean): New target.
10457 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
10459         * Makefile.in (srcdir): Define for update-subdirs.
10461 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10463         * find-lisp.el: New file.
10465 2000-06-16  Andrew Innes  <andrewi@gnu.org>
10467         * time.el (display-time-mail-function): New variable, to allow
10468         external packages to indicate when new mail is available.
10469         (display-time-update): Use it.
10471 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
10473         * international/mule.el (mule-version): Change version name to
10474         SAKAKI.  AOI has already been used by Meadow.
10476         * international/quail.el (quail-show-guidance-buf): To find the
10477         bottom window (but minibuffer), pay attention to the height of
10478         minibuffer.
10480 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10482         * arc-mode.el (archive-mode-map): Use the new menu-item format for
10483         menu-bar menus.  Add help strings.  Don't remove the Edit menu
10484         from the menu bar, as the menu bar has enough space now.
10486         * Makefile.in (SHELL): Make sure /bin/sh is used.
10488         * woman.el (woman-man-buffer): Fix bold and underlined CJK
10489         characters, which use series of two ^H characters instead of one.
10491 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
10493         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10494         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10495         functions.
10496         (Info-find-node-2): Try a case-sensitive search first, then
10497         do a case-insensitive search.
10499         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10500         tutorials.
10502         * complete.el (PC-env-vars-alist): New variable.
10503         (PC-complete-as-file-name): New function.
10504         (partial-completion-mode): Initialize PC-env-vars-alist from
10505         process-environment.
10506         (PC-do-completion): Handle completion of env vars.
10508         * info.el (Info-set-mode-line): Show file name in mode line,
10509         use `*Info*' instead of `Info:'.
10511         * startup.el (command-line-1): Change copyright messages to year
10512         2000.
10514 2000-06-15  Dave Love  <fx@gnu.org>
10516         * net/goto-addr.el (goto-address-fontify): Use keymap property,
10517         not local-map.
10519 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
10521         * international/mule.el (set-buffer-file-coding-system): Almost
10522         rewritten to handle `undecided' as no-op.
10524 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
10526         * Makefile.in: New file.
10528         * Makefile: Removed.
10530         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10531         (goto-address-highlight-keymap): Bind C-c RET.
10533 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
10535         * mail/sendmail.el (sendmail-send-it): The temporary buffer
10536         inherits buffer-file-coding-system of the current buffer.
10538         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10539         0.  Give correct argument to set-auto-coding-function.
10540         (tar-expunge): For goto-char, use (point-min), not 0.
10541         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10542         (tar-subfile-save-buffer): Likewize.
10544         * international/mule.el
10545         (after-insert-file-set-buffer-file-coding-system): Call
10546         set-buffer-file-coding-system with the arg FORCE t.
10548 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
10550         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10551         nil.  Contemporary sendmails issue an X-Authentication-Warning if
10552         the sender is set with `-f'.
10554 2000-06-13  Dave Love  <fx@gnu.org>
10556         * help.el (describe-function-1): Kluge around cases of functions
10557         fset to subrs whose doc doesn't match their symbol-name.
10559         * image.el (insert-image): Default STRING to a space.
10561         * info.el Doc fixes.
10562         (Info-build-node-completions): Match Ref tags.
10564 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
10566         * frame.el (display-multi-frame-p, display-multi-font-p): New
10567         defaliases for display-graphic-p.
10569         * hl-line.el: Fixed a typo in commentary.
10571 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
10573         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10574         fixed.
10576 2000-06-12  Dave Love  <fx@gnu.org>
10578         * image.el (insert-image): Save a little consing.
10580 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10582         * language/tibet-util.el: Convert all tibetan-1-column characters
10583         to the corresponding tibetan characters.
10584         (tibetan-add-components): Delete code for the special treatment of
10585         'a chung.
10587         * language/tibetan.el (tibetan-composable-pattern): Fix previous
10588         change.
10589         (tibetan-vowel-transcription-alist): More rules added.
10590         (tibetan-composite-vowel-alist): New variable.
10591         (tibetan-precomposition-rule-alist): More rules added.
10593 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
10595         * startup.el (command-line): Only call menu-bar-mode if interactive.
10597         * thingatpt.el (toplevel symbol-properties):
10598         * textmodes/makeinfo.el (makeinfo-compile):
10599         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10600         * progmodes/hideif.el (hif-compress-define-list)
10601         (hide-ifdef-use-define-alist):
10602         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10603         (ange-ftp-vms-add-file-entry):
10604         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10605         * man.el (Man-build-man-command):
10606         * mail/rnewspost.el (news-reply-header-hook):
10607         * info.el (Info-insert-dir):
10608         * emulation/mlconvert.el (backward-word, forward-word, setq):
10609         * emacs-lisp/gulp.el (gulp-send-requests):
10610         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10611         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10612         (byte-optimize-apply, end of file):
10613         * emacs-lisp/advice.el (ad-advice-class-completion-table)
10614         (ad-make-freeze-definition):
10615         * startup.el (command-line, command-line-1): Don't quote lambdas.
10617         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10618         (cvs-cleanup-removed): New function.
10619         (cvs-cleanup-functions): New var.
10620         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10621         some flexibility in specifying additional entries to auto-cleanup.
10622         (cvs-quickdir): New function.
10623         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10624         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10625         (cvs-mode-find-file): Check that we are on a filename or dirname
10626         when invoked through a mouse-click.
10627         (cvs-full-path): Remove.
10628         (cvs-dired-action): Re-introduced.
10629         (cvs-dired-noselect): Use it.
10630         (vc-post-command-functions): use this new hook if available.
10632         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10633         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10634         (cvs-filename-map, cvs-dirname-map): Remove.
10635         (cvs-default-action): Remove.
10636         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10637         if the arg is really a keymap.
10638         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10639         Don't hardcode the mapping from state (aka type) to face, but check
10640         the var cvs-fi-<type>-face instead.
10641         (cvs-fileinfo-from-entries): New function.
10643         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10644         Docstring fix.
10645         (cvs-find-file-and-jump): Change default to be safer.
10646         (cvs-mode-diff-map): Define it as a function as well.
10647         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10648         Bind mouse-2 in this global map rather than with text-properties.
10650         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10651         file to resolve the ambiguity between C(conflict) and C(need-merge).
10653 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10655         * international/mule.el (set-buffer-file-coding-system): If
10656         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10657         unconditionally.
10659 2000-06-12  Dave Love  <fx@gnu.org>
10661         * wid-edit.el (widget-specify-button): Really suppress the face if
10662         required.
10664 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
10666         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10668 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
10670         * imenu.el (imenu-generic-expression): Docstring fix.
10672         * composite.el (composition-function-table): Move the `put'
10673         below the autoload cookie so we can load the file before loaddefs.
10675         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10677         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10678         Handle easy-mmode-define-global-mode.
10679         For complex macros like define-minor-mode that can generate
10680         several autoload entries, try to autoload entries in the
10681         macroexpanded code.
10683         * emacs-lisp/easy-mmode.el (define-minor-mode):
10684         If KEYMAP is a symbol, just use it.
10685         Use byte-compile-current-file and load-file-name to infer the
10686         proper :require to pass to defcustom.
10687         Wrap the hook var into `progn' so as not to autoload it.
10688         Add a :autoload-end cookie.
10689         Be more careful about the evaluation of KEYMAP.
10690         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10691         (define-derived-mode): Move define-abbrev-table outside of defvar.
10693 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
10695         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10696         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10697         (backup-compiled-files): Ignore errors during `tar'.
10698         (bootstrap): Make autoloads before elc files.
10700 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
10702         * international/mule.el (set-buffer-file-coding-system): If one of
10703         undecided-XXX is specified, change only EOL conversion.
10705         * international/mule-conf.el (unix): New alias for the coding
10706         system undecided-unix.
10708 2000-06-09  Dave Love  <fx@gnu.org>
10710         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10712         * progmodes/executable.el: Byte compile dynamic.
10713         (executable-insert): Change custom type.
10714         (executable-find): Add autoload cookie.
10715         (executable-make-buffer-file-executable-if-script-p): New
10716         function.  After Noah Friedman.
10718         * files.el (after-save-hook): Customize, with
10719         executable-make-buffer-file-executable-if-script-p as an option.
10721 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
10723         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10724         "tib24p-mule.bdf" for Tibetan.
10726         * composite.el (decompose-composite-char): Declare it as obsolete.
10728         * man.el (Man-fontify-manpage): Pay attention to underline and
10729         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10731 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
10733         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10734         Set maintainer to FSF since author isn't reachable.
10736 2000-06-08  Dave Love  <fx@gnu.org>
10738         * international/mule-cmds.el (select-safe-coding-system): If
10739         DEFAULT-CODING-SYSTEM is not specified, also check the most
10740         preferred coding-system if buffer-file-coding-system is
10741         `undecided'.  From Handa.
10743 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
10745         * international/mule.el
10746         (after-insert-file-set-buffer-file-coding-system): If the buffer
10747         size is greater than INSERTED, judget that we are not visiting.
10749 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
10751         * whitespace.el (defgroup whitespace): Comment out `:version'.
10752         XEmacs 20.4 has problems defining the group with this present.
10753         We'll have this commented out till get resolve the problem.
10755 2000-06-07  John Wiegley  <johnw@gnu.org>
10757         * align.el (align-dq-string-modes, align-sq-string-modes)
10758         (align-open-comment-modes): Add pyhton-mode.
10759         (align-rules-list): Use get-text-property instead of
10760         text-properties-at.
10761         (align-rules-list): Add python-assignment.
10762         (align-rules-list): Change perl-comma-delimiter to
10763         basic-comma-delimiter.  Use if for Perl modes and python-mode.
10764         (align-rules-list): Add python-chain-logic and
10765         basic-line-continuation.
10767 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
10769         * apropos.el (apropos-mode-hook): New user variable.
10770         (apropos-mode): Run apropos-mode-hook.
10772 2000-06-07  David Ponce  <david@dponce.com>
10774         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10775         commands.  Require `wid-edit' at run-time.
10777 2000-06-07  David Ponce  <david@dponce.com>
10779         * recentf.el: Added some "Commentary".
10780         (recentf-open-more-files, recentf-edit-list): Minor changes to
10781         move the point at the top of the file list.  This behaviour is
10782         consistent with the menu one when the list contains a lot of
10783         files.
10784         (recentf-cleanup): Now displays the number of items removed from
10785         the list.
10786         (recentf-relative-filter) New menu filter to show filenames
10787         relative to `default-directory'.
10789 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10791         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
10792         with/without giving an error if PostScript printer doesn't have this
10793         kind of page size.  Zebra Stripe continues or restarts on next page.
10794         Manual/automatic paper feeding.  Switch or not the header.
10795         (ps-print-version): New version number (5.2.2).
10796         (ps-windows-system): Include emx as a Windows system.
10797         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10798         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10799         (ps-background-text): Code fix.
10800         (ps-error-handler-message, ps-user-defined-prologue)
10801         (ps-print-prologue-header, ps-printer-name)
10802         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10803         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10804         (ps-use-face-background): Customization fix.
10805         (ps-n-up-database): Data fix.
10806         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10807         (ps-switch-header): New vars.
10808         (ps-xemacs-color-name, ps-face-foreground-name)
10809         (ps-face-background-name, ps-boolean-constant): New funs.
10811 2000-06-07  Dave Love  <fx@gnu.org>
10813         * allout.el: New version from Manheimer.
10815 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
10817         * textmodes/fill.el (fill-find-break-point): Check the validity of
10818         charset.
10820 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10822         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10823         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10824         Call display-color-p and display-mouse-p instead of looking at
10825         window-system.
10827 2000-06-06  Dave Love  <fx@gnu.org>
10829         * image.el (find-image): Doc fix.  Return nil if image not found.
10830         (put-image, insert-image): Make STRING arg optional.
10832 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
10834         * language/vietnamese.el: Remove eval-when-compile.
10835         (viet-viscii-nonascii-translation-table): Define it as a
10836         translation table made from viet-viscii-decode-table.
10837         (viet-viscii-encode-table): Define it as a translation table made
10838         from the reverse map of above.
10839         (viet-vscii-nonascii-translation-table): Define it as a
10840         translation table made from viet-vscii-decode-table.
10841         (viet-vscii-encode-table): Define it as a translation table made
10842         from the reverse map of above.
10843         (ccl-decode-viscii): Use translate-character.
10844         (ccl-encode-viscii, ccl-encode-viscii-font)
10845         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10846         Likewize.
10848         * language/cyrillic.el: Remove eval-when-compile.
10849         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10850         translation table made from cyrillic-koi8-r-decode-table.
10851         (cyrillic-koi8-r-encode-table): Define it as a translation table
10852         made from the reverse map of above.
10853         (ccl-decode-koi8): Use translate-character.
10854         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10855         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10856         a translation table made from cyrillic-alternativnyj-decode-table.
10857         (cyrillic-alternativnyj-encode-table): Define it as a translation
10858         table made from the reverse map of above.
10859         (ccl-decode-alternativnyj): Use translate-character.
10860         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10861         Likewize
10863         * international/mule-diag.el (non-iso-charset-alist): Specify
10864         translation table symbol instead of translation table itself.
10865         (list-block-of-chars): CHARSET may be a translation table symbol.
10867         * international/mule.el (make-coding-system): If CODING-SYSTEM
10868         already exists, override it.
10870         * international/fontset.el: Use family `proportional' for Tibetan
10871         fonts.
10873         * international/ccl.el (ccl-compile-translate-character): Don't
10874         check if Rrr has property translation-table.
10875         (ccl-compile-map-multiple): Modified to avoid compiler warning.
10877 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
10879         * info.el: Bind case-fold-search to t when searching in case
10880         a user sets it to nil in a hook.
10882 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
10884         * autoarg.el (autoarg-mode, autoarg-kp-mode):
10885         * hl-line.el (hl-line-mode): Use the new :global key argument.
10887         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10888         (tar-clip-time-string): Prepend a space.
10889         (tar-grind-file-mode): Construct a string rather than modifying one.
10890         (tar-header-block-summarize): Fix docstring.
10891         Use `format' rather than an error-prone set of copy-loops.
10893         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10894         (diff-goto-source, diff-unified->context, diff-context->unified)
10895         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10896         understand the format output by the `-p' argument to diff.
10898         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10899         (sh-re-done): Use defconst.
10900         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10901         (sh-help-string-for-variable, sh-guess-basic-offset):
10902         Don't quote lambdas.
10903         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10904         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10906         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10907         (mh-letter-mode): Derive from text-mode.
10908         This implicitly means that it now calls kill-all-local-variables.
10909         Also remove the Emacs-18 compatibility code.
10911         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10912         Make use of symbol-property doc-string-elt.
10913         Use memq rather than a sequence of eq.
10914         (doc-string-elt): Fix the wrong or missing previously unused values.
10915         (autoload-print-form): New function extracted from
10916         generate-file-autoloads to allow recursion when handling progn
10917         so that defvar's and defun's docstrings are properly printed.
10918         (generate-file-autoloads): Use it.
10920         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10921         Use find-file-hooks in the minor-mode function.
10922         Be careful not to loop indefinitely in the post-command-hook function.
10924 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
10926         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10927         tty's.
10928         * ediff-diff.el (ediff-exec-process): Use --binary for fine
10929         differences whenever appropriate.
10930         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10931         * viper.el (find-file, find-file-other-window): Get viper to do
10932         wildcards.
10934 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
10936         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10937         (jit-lock-fontify-buffer): New function for JIT refontification.
10938         (jit-lock-mode): Fix docstring.
10939         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10940         Remove jit-lock-after-change from the _local_ hook.
10941         (jit-lock-function-1): Fix docstring.
10943         * info.el (Info-on-current-buffer): Initialize info.
10945         * newcomment.el (comment-indent): Ignore comment-indent-hook.
10947         * progmodes/tcl.el (tcl-indent-for-comment):
10948         Ignore comment-indent-hook.
10950         * emacs-lisp/easy-mmode.el: Require CL during compilation.
10951         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10952         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10953         and improve to use the lighter to guess the capitalization.
10954         (define-minor-mode): Inline code from easy-mmode-define-toggle.
10955         Add keyword arguments to specify global-ness or the custom group.
10956         Add local-map and help-echo properties to the lighter.
10957         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10958         (easy-mmode-define-global-mode): New macro.
10960 2000-06-02  Dave Love  <fx@gnu.org>
10962         * wid-edit.el: byte-compile-dynamic since we typically don't use
10963         all the widgets.  Don't require cl or widget.  Remove
10964         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
10965         (widget-read-event): Removed.  Callers changed to use read-event.
10966         (widget-button-release-event-p): Renamed from
10967         button-release-event-p.
10968         (widget-field-add-space, widget-field-use-before-change):
10969         Uncustomize.
10970         (widget-specify-field): Use keymap property, not local-map.
10971         (widget-specify-button): Obey :suppress-face.
10972         (widget-specify-insert): Use modern backquote syntax.
10973         (widget-image-directory): Renamed from widget-glyph-directory.
10974         (widget-image-enable): Renamed from widget-glyph-enable.
10975         (widget-image-find): Replaces widget-glyph-find.
10976         (widget-button-pressed-face): Move defvar.
10977         (widget-image-insert): Replaces widget-glyph-insert.
10978         (widget-convert): Use keywordp.
10979         (widget-leave-text, widget-children-value-delete): Use mapc.
10980         (widget-keymap): Remove XEmacs stuff.
10981         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10982         (widget-button-click): Don't set point at the click, but re-centre
10983         if we scroll out of window.  Rewritten for images v. glyphs &c.
10984         (widget-tabable-at): Use POS arg, not point.
10985         (widget-beginning-of-line, widget-end-of-line)
10986         (widget-item-value-create, widget-sublist, widget-princ-to-string)
10987         (widget-sexp-prompt-value, widget-echo-help): Simplify.
10988         (widget-default-create): Use widget-image-insert; some rewriting.
10989         (widget-visibility-value-create)
10990         (widget-push-button-value-create, widget-toggle-value-create): Use
10991         widget-image-insert.
10992         (checkbox): Create on and off images dynamically.
10993         (documentation-link): Change :help-echo.
10994         (widget-documentation-link-echo-help): Remove.
10996 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
10998         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11000         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11001         (easy-mmode-define-toggle, define-minor-mode): Use it.
11002         (easy-mmode-define-keymap): Docstring fix.
11003         (define-derived-mode): Default PARENT to fundamental-mode.
11004         Add the derived-mode-parent symbol-property.
11005         (easy-mmode-derived-mode-p): New function.
11007 2000-06-02  Dave Love  <fx@gnu.org>
11009         * files.el (convert-standard-filename): Doc fix.
11010         (normal-backup-enable-predicate): New function.
11011         (backup-enable-predicate): Use it to replace the lambda form.
11013         * calendar/todo-mode.el: [This needs more work on the outline
11014         stuff.]  Doc fixes.
11015         (todo) <defgroup>: Add :version.
11016         (todo-add-category): Don't use pushnew.
11017         (todo-cmd-raise): Fix typo.
11018         (todo-top-priorities): Change temp buffer name.
11019         (todo-category-alist): Avoid redundant lambda.
11020         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11021         Use outline-next-heading.
11023         * autoarg.el: Rewritten to use define-minor-mode.
11024         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11025         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11027 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
11029         * isearch.el (isearch-other-meta-char): Fix previous change.
11031 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11033         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11034         (log-edit-done): Only add the comment to the ring if it's different
11035         from the last comment entered.
11037         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11039 2000-06-01  Dave Love  <fx@gnu.org>
11041         * hl-line.el: Rewritten using define-minor-mode.
11043         * help.el (describe-function-1): Distinguish special form from
11044         builtin function.  Sanity-check presence of arglist for builtins.
11046 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11048         * international/characters.el: Fix syntax/category setting of
11049         Tibetan characters.
11051         * language/tibet-util.el (tibetan-add-components): Fixes for new
11052         encoding of Tibetan characters.
11053         (tibetan-decompose-precomposition-alist): New variable.
11054         (tibetan-decompose-region): Convert precomposed characters to
11055         non-precomposed characters.
11056         (tibetan-decompose-string): Likewise.
11057         (tibetan-composition-function): Fix args to
11058         thibetan-compose-string.
11060         * language/tibetan.el (tibetan-composable-pattern): More
11061         characters included.
11062         (tibetan-consonant-transcription-alist): Rule for "R" added.
11063         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11064         "+R" added.
11065         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11067         * language/lao-util.el (lao-composition-function): Fix args to
11068         compose-string.
11070         * language/thai-util.el (thai-composition-function): Fix args to
11071         compose-string.
11073         * isearch.el (isearch-update): Set disable-point-adjustment to t
11074         to prevent the point moving to the end of a composition when a
11075         part of a composition is searched.
11076         (isearch-other-meta-char): If the key invoking this command can be
11077         mapped by function-key-map to a printing char, call
11078         isearch-process-search-char directly.
11080 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11082         * emacs-lisp/bytecomp.el:
11083         * frame.el:
11084         * international/mule-cmds.el:
11085         * international/mule-util.el:
11086         * international/mule.el:
11087         * mouse.el:
11088         * subr.el:
11089         * faces.el: Update calls to make-obsolete with a WHEN argument.
11091         * byte-run.el (make-obsolete, make-obsolete-variable):
11092         Add an optional WHEN argument and change the format of the
11093         symbol-property information.
11094         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11095         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11096         new obsolete-symbol-property format and print WHEN if it is provided.
11098 2000-05-31  Dave Love  <fx@gnu.org>
11100         * loadhist.el (loadhist-hook-functions): Remove
11101         before-change-function, after-change-function.
11102         (unload-feature): Deal with symbols which are both bound and
11103         fbound.
11105         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11106         before-change-function, after-change-function.
11108         * simple.el (newline): Don't bind before-change-function,
11109         after-change-function.
11111 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11113         * whitespace.el (whitespace-rescan-timer-time): Update interval
11114         set to 600 seconds (10 minutes) instead of 60 seconds since
11115         a large number of whitespace buffers causes emacs to `freeze'
11116         for a considerable amount of time.
11118         * whitespace.el: Updated email address
11120 2000-05-31  Dave Love  <fx@gnu.org>
11122         * add-log.el (change-log-font-lock-keywords) <function>: Add
11123         pattern for function of change.
11124         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11125         acknowledgements patterns.
11127 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11129         * isearch.el (isearch-printing-char): If keyboard coding system is
11130         being used, call isearch-process-search-multibyte-characters.
11132         * international/isearch-x.el: Mostly rewritten.
11134         * international/quail.el (quail-start-conversion): Don't include
11135         unhandled events in the returned events, but set them in
11136         unread-command-events.  Exit if all inputs are deleted.
11138 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11140         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11142         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11143         Reenable code to create initial fontsets.
11144         Use set-fontset-font in place of put-charset-property.
11146 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11148         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11149         label, ensure that the first colon isn't followed by another.
11151         * paths.el (Info-default-directory-list): Doc fix.
11153         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11154         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11155         send a query containing USER only, not USER@HOST.
11157         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11158         and rmail-msgend to compute the restriction at the end, instead of
11159         computing it.
11161 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11163         * dabbrev.el (dabbrev-expand): Don't display messages in the
11164         echo area if the minibuffer window is active.
11166         * jit-lock.el (jit-lock-mode): Add after change function to
11167         local hook.
11169 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11171         * antlr-mode.el: New commands: hide/unhide actions,
11172         upcase/downcase literals.
11173         (antlr-tiny-action-length): New user option.
11174         (antlr-hide-actions): New command.  Suggested by
11175         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11176         (antlr-mode-map): New binding [C-c C-v].
11177         (antlr-mode-menu): New entries.
11178         (antlr-downcase-literals): New command.
11179         (antlr-upcase-literals): Ditto.
11181         * antlr-mode.el: Minor changes: indendation, mode-name.
11182         (antlr-indent-line): Indent cpp directive at column 0.
11183         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11185         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11186         (antlr-font-lock-additional-keywords): Workaround for intentional
11187         bug in XEmacs version of font-lock.
11188         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11189         be used by a smarter version of `buffers-menu-grouping-function'.
11191 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11193         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11194         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11196 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11198         * international/encoded-kb.el
11199         (encoded-kbd-iso2022-designation-map): Pay attention to that
11200         charset-iso-final-char return -1 for eight-bit-control and
11201         eight-bit-graphic.
11203 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11205         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11206         (speedbar-easymenu-definition-base): Use display-graphic-p where
11207         available, instead of window-system.
11209 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11211         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11212         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11213         coding systems.
11215 2000-05-26  Dave Love  <fx@gnu.org>
11217         * disp-table.el (standard-display-underline): Don't use
11218         internal-find-face.
11220         * mail/reporter.el: Maintainer change.  Doc fixes.
11221         (reporter-version): Deleted.
11223         * emacs-lisp/elp.el: Maintainer change.
11224         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11226 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11228         * add-log.el (add-change-log-entry): Merge the current entry with the
11229         previous one if the previous one is empty.
11231 2000-05-26  Dave Love  <fx@gnu.org>
11233         * loadhist.el (unload-feature): Fix interactive spec [from
11234         lijnzaad@ebi.ac.uk].
11236         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11237         subr-arity to check primitives.
11238         (byte-compile-flush-pending, byte-compile-file-form-progn)
11239         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11240         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11241         mapcar.
11243 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
11245         * international/fontset.el: Set family names of non-latin charsets
11246         in default fontset to "*".
11248         * international/mule-diag.el (print-fontset): Combine family part
11249         and registry part of the fontname by "-*-" instead of "-".
11251         * international/mule-cmds.el (encode-coding-char): Make strings
11252         multibyte before calling encode-coding-string.
11254 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
11256         * derived.el: Fix keywords.
11257         (define-derived-mode): Only define if needed.
11259         * simple.el (fill-comment, comment-column, comment-start)
11260         (comment-start-skip, comment-end, comment-indent-function)
11261         (block-comment-start, block-comment-end, indent-for-comment)
11262         (set-comment-column, kill-comment, comment-padding, comment-region)
11263         (comment-multi-line, indent-new-comment-line): Remove.
11265         * bindings.el (esc-map): Change ; to comment-dwim and use the new
11266         function names for comment operations.
11268         * newcomment.el: Add abundant autoload cookies.
11269         (comment-style): Don't depend on runtime data at compile-time.
11270         (comment-indent-hook): Remove.
11271         (comment-indent): Check if comment-indent-hook is bound.
11272         (comment-region): Docstring fix.
11274 2000-05-25  Dave Love  <fx@gnu.org>
11276         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11277         byte-code-function-p.
11279         * mail/rmailsum.el: Add provide.
11281         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11283         * smerge-mode.el (smerge-diff-switches): Don't use list* in
11284         defcustom.
11286 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
11288         * ediff-diff.el (ediff-exec-process): delete --binary option from
11289         non-buffer ediff jobs.
11291 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11293         * hilit-chg.el (highlight-changes-mode): Ask about color or
11294         grayscale support, not about window-system.
11296         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11297         window-system.
11298         (ffap-highlight): Always default to t.
11300         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11301         display-popup-menus-p instead of looking at window-system.
11303         * disp-table.el (standard-display-g1, standard-display-graphic):
11304         Only refuse to use string glyphs on X and MS-Windows.
11306         * avoid.el: Remove window-system from commentary, suggest to use
11307         display-*-p instead.
11309         * apropos.el (apropos-print): Use display-mouse-p instead of
11310         window-system.
11312 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11314         * international/codepage.el (cp-decoding-vector-for-codepage):
11315         Fill up unsupported characters with their own codes.  From Kenichi
11316         Handa.
11318 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11320         * international/mule-diag.el (describe-char-after): Use
11321         display-graphic-p instead of window-system, so that this function
11322         works on MS-DOS.
11324 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11326         * international/codepage.el (cp-make-coding-systems-for-codepage):
11327         Remove the eight-bit-graphic and eight-bit-control charsets from
11328         the list of charsets which we convert into `?'.
11330 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
11332         * international/mule-conf.el: Specify CHARSET-ID explicitely for
11333         private charsets.
11334         (mule-unicode-0100-24ff, japanese-jisx0213-1,
11335         japanese-jisx0213-2): New charsets.
11337         * international/fontset.el: Setup default fontset for new charsets.
11339 2000-05-24  Dave Love  <fx@gnu.org>
11341         * info.el (Info-find-node-2): Restructure [following "Vadim
11342         S. Solomin" <sovs@uic.nnov.ru>].
11344         * icomplete.el: Fix header for Finder.
11346 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
11348         * rmailout.el (rmail-output-to-rmail-file): Added optional param
11349         STAY.
11351         * rmail.el (rmail-automatic-folder-directives): New user variable.
11352         (rmail-show-message): Add call to `rmail-auto-file' during
11353         display.
11354         (rmail-auto-file): New function.
11356 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11358         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11359         account.
11360         (ediff-test-utility,ediff-diff-mandatory-option)
11361         (ediff-reset-diff-options): Utilities for proper initialization of
11362         ediff-diff-options and ediff-diff3-options on Windows.
11364         * ediff-init.el (ediff-merge-filename-prefix): New customizable
11365         variable.
11367         * ediff-mult.el (ediff-filegroup-action): Use
11368         ediff-merge-filename-prefix.
11370 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11372         * viper-ex.el (ex-write): Set selective display to nil.
11374 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11376         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11377         aliases for hebrew-iso-8bit.
11379 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11381         * woman.el: New version from Francis J. Wright
11382         <F.J.Wright@Maths.QMW.ac.uk>.
11383         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11384         names in environment variables regardless of the path separator.
11385         (woman-topic-all-completions-1): Don't call file-name-directory-p
11386         on all files, since woman-file-regexp already filters out any
11387         directories.
11389 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11391         * international/quail.el (quail-start-translation): Don't change
11392         modified-p of the current buffer.
11393         (quail-start-conversion): Likewise.
11395         * international/kkc.el (kkc-region): Don't change modified-p of
11396         the current buffer.
11398         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11399         conform to RFC1468.
11400         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11402 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
11404         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11405         (speedbar-insert-button): Invisible text property fix.
11406         (speedbar-directory-plus): Renamed from speedbar-directory-+
11407         (speedbar-directory-minus): Renamed from speedbar-directory--
11408         (speedbar-page-plus): Renamed from speedbar-file-+
11409         (speedbar-page-minus): Renamed from speedbar-file--
11410         (speedbar-page): Renamed from speedbar-file-
11411         (speedbar-tag): Renamed from speedbar-tag-
11412         (speedbar-tag-plus): Renamed from speedbar-tag-+
11413         (speedbar-tag-minus): Renamed from speedbar-tag--
11414         (speedbar-expand-image-button-alist): Use above renames.
11416         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11417         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11418         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11419         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11420         * sb-pg.xpm: Renamed from sb-file.xpm
11421         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11422         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11424 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11426         * international/quail.el (quail-show-guidance-buf): Set
11427         current-input-method of the guidance buffer to the name of the
11428         curren input method.
11430 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
11432         * progmodes/compile.el (compile-internal): Style typo.
11434         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11435         quote vars and functions in the docstring.
11437         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11439         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11440         Don't quote lambdas.
11442         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11444 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11446         * startup.el (command-line): Determine source file of compiled
11447         user init file differently.  Warn if compiled user init file
11448         is older than its source file.
11450         * ffap.el (ffap-url-regexp): Add `https'.
11452 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
11454         * files.el (make-backup-file-name-1): Replace slashes with `!'
11455         rather than `|' (which is not allowed on Windows).  Replace the
11456         drive letters with a string "drive_X".
11458 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11460         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11462         * files.el (interpreter-mode-alist): Add `bash2'.
11464 2000-05-22  Dave Love  <fx@gnu.org>
11466         * loadhist.el (feature-symbols, file-provides, file-requires): Use
11467         mapc.
11468         (feature-file): Avoid calling symbol-name.  Doc fix.
11469         (file-set-intersect, file-dependents): Use dolist, not mapcar.
11470         (loadhist-hook-functions): Add mouse-position-function.
11471         (unload-feature): Change uses of mapcar.
11473         * files.el (parse-colon-path): Doc fix.
11474         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11475         (set-auto-mode): Use mapc.
11477         * complete.el (PC-look-for-include-file): Use :alnum: character
11478         class.
11479         (partial-completion-mode): Add autoload cookie.
11481 2000-05-22  Sam Steingold  <sds@gnu.org>
11483         * info.el (Info-fontify-node): Fixed the call to
11484         `add-text-properties' (bug introduced on 2000-05-18).
11486 2000-05-22  Dave Love  <fx@gnu.org>
11488         * bindings.el: Remove debug-ignored-errors set in other files.
11490         * progmodes/etags.el: Add to debug-ignored-errors.
11491         (visit-tags-table-buffer): Clear out buffers holding old tables
11492         when making a new list.
11493         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11494         mapc.
11496         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
11497         quote keywords.
11498         (cmpl-string-case-type): Use character classes.
11500         * comint.el:
11501         * textmodes/ispell.el:
11502         * imenu.el:
11503         * mail/mh-e.el:
11504         * progmodes/compile.el: Add to debug-ignored-errors.
11506         * dabbrev.el: Add to debug-ignored-errors.
11507         (dabbrev-completion): Use mapc.
11509 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
11511         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11512         (woman-mapcan, woman-parse-man.conf)
11513         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11514         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11515         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
11516         path syntax better.
11517         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11518         (woman-manpath): Call woman-parse-man.conf.
11519         (woman-emulation): New defcustom, defaults to nroff.
11520         (woman-font-support): New defconst.
11521         (woman-use-symbol-font): New defcustom.
11522         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11523         "Emulation".
11524         Many functions: Doc fix.
11526 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
11528         * international/quail.el (quail-simple-translation-keymap): Map
11529         128..255 to quail-self-insert-command.
11530         (quail-keyboard-layout-alist): Add definition for "pc102-de".
11532 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
11534         * help.el (help-manyarg-func-alist): Typo.
11536         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11537         intervals which makes it heaps simpler.
11539         * newcomment.el (comment-region-internal): Go back to BEG after quoting
11540         the nested comment markers.
11542         * subr.el (remove-hook): Don't turn the hook's value into a list.
11544 2000-05-21  Dave Love  <fx@gnu.org>
11546         * edmacro.el (edmacro-parse-keys): Return vector if any elements
11547         are invalid characters.
11549         * international/mule-util.el (detect-coding-with-priority): Use
11550         mapc.  Remove redundant lambda.
11552         * international/mule-diag.el (list-non-iso-charset-chars)
11553         (describe-fontset): Remove redundant lambda.
11555         * emulation/crisp.el (brief-mode): New alias.
11557         * emacs-lisp/ring.el (ring-elements): New function.
11559         * emacs-lisp/easymenu.el (easy-menu-create-menu)
11560         (easy-menu-do-add-item): Use keywordp.
11562         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11564         * replace.el: Doc and error message fixes.
11565         (replace-highlight): Use facep, not internal-find-face.
11567 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
11569         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11571         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11572         (log-edit-insert-changelog): Drop `:' as well.
11574         * log-view.el: Fix file description.
11575         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11576         available.
11577         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11578         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11580         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11581         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11582         Print a status message if the toggle is called interactively.
11583         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11584         for global minor modes and use `defcustom' for them.
11585         Use add-minor-mode.
11586         (easy-mmode-define-derived-mode): Remove.
11587         (define-derived-mode): Fancier default docstring.
11588         (easy-mmode-define-navigation): Signal an error rather than (ding).
11590         * newcomment.el (comment-styles): New `box-multi'.
11591         (comment-normalize-vars): Better default for comment-continue to
11592         avoid whitespace-only continuations.
11593         (comment-search-forward): Always move even in the no-syntax case.
11594         (comment-padright): Only obey N if it's only obeyed for padleft.
11595         (comment-make-extra-lines): Better handling of empty continuations.
11596         Use `=' for the filler if comment-start has only one character.
11597         (uncomment-region): Try handling the special `=' filler.
11598         (comment-region): Allow LINES even if MULTI is nil.
11599         (comment-box): Choose box style based on comment-style.
11601 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
11603         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11604         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11606 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
11608         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11609         and insert, not subst-char-in-region.
11611         * international/mule-diag.el (list-character-sets-1): Handle
11612         charsets eight-bit-control and eight-bit-graphic.
11613         (list-iso-charset-chars): Likewise.
11614         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11615         charactes as is.  Use indent-to to align characters.
11617         * international/mule-cmds.el (find-multibyte-characters): Never
11618         exclude charsets eight-bit-control and eight-bit-graphic.
11620 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11622         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11623         Don't quote lambdas.
11625         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11627 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11629         * gud.el (gud-jdb-directories): Doc fix.
11631 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11633         * newcomment.el: New file.
11635 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11637         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11639 2000-05-18  Andreas Schwab  <schwab@suse.de>
11641         * dired.el (dired-between-files): Also skip lines beginning with
11642         `used'.
11644 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
11646         * msb.el (msb-menu-cond): Add choice `user'.
11648 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11650         * ps-print.el: Compatibility, customization and doc fix.
11651         (ps-printer-name-option): Replace defconst by defvar.
11652         (ps-postscript-code-directory): XEmacs compatibility.
11653         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11654         fix.
11655         (ps-user-defined-prologue, ps-print-prologue-header)
11656         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11657         compatibility and code fix.
11658         (ps-print-background-image, ps-print-background-text):
11659         Customization fix.
11660         (ps-line-number-start, ps-n-up-on): New vars.
11662 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
11664         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11665         the indent-comment function to just return the appropriate indent.
11667 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
11669         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11670         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11671         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11673 2000-05-18  Dave Love  <fx@gnu.org>
11675         * info.el (Info-fontify-node): Add intangible property as well as
11676         invisible.
11678         * calendar/appt.el (appt-make-list): Match all lines of entry.
11679         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11681 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
11683         * international/mule-diag.el (describe-char-after): Call
11684         internal-char-font, not char-font.  If internal-char-font returns
11685         nil, display "-- none --".
11687 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11689         * image.el (image-type-available-p): Don't reference image-types
11690         if it isn't bound.
11692 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
11694         * autoarg.el (autoarg-mode): Typo in the :set argument.
11696 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11698         * startup.el (command-line-1): Don't signal an error if the
11699         directory for auto-save-list files does not yet exist.
11701 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
11703         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11705 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
11707         * subr.el (remove-hook): `setq' hook-value, not `set'.
11709 2000-05-16  Sam Steingold  <sds@gnu.org>
11711         * info.el (debug-ignored-errors): More errors to ignore.
11713 2000-05-16  Dave Love  <fx@gnu.org>
11715         * cus-edit.el: Don't require cl or easymenu.
11716         (custom-variable-prompt): Test standard-value property, not
11717         user-variable-p.
11719 2000-05-16  Sam Steingold  <sds@gnu.org>
11721         * subr.el (add-hook): `setq' hook-value, not `set'.
11723 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
11725         * startup.el (command-line-1): Mention the FAQ in the startup
11726         message.
11728         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11730         * progmodes/compile.el (compilation-parse-errors): Collect
11731         `nomessage' regexps last.
11733         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11735         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11736         to the function name.
11738 2000-05-15  Dave Love  <fx@gnu.org>
11740         * speedbar.el (speedbar-recenter): Typo.
11741         (speedbar-expand-line): Make arg optional.
11742         (speedbar-mode): Avoid a compiler warning.
11744 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11746         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11747         user-specified option string is empty.
11749         * mouse.el (mouse-yank-at-click): Doc fix.
11751 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11753         * term/internal.el (IT-character-translations): More updates of
11754         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11755         documents.
11757 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11759         * env.el (getenv): New function, interactively callable.
11760         (setenv, getenv): Remove autoload cookies.
11762         * loadup.el: Load `env'.
11764         * progmodes/f90.el: Change author's mail address.
11766 2000-05-14  Dave Love  <fx@gnu.org>
11768         * mail/rmail.el (rmail-show-message-hook): Customize and offer
11769         goto-addr as an option.
11771         * help.el (help-xref-stack): Doc fix.
11772         (help-xref-following): New variable.
11773         (help-make-xrefs): Use it.
11774         (help-xref-go-back): Use position information from stack element.
11775         (help-follow): Make position in stack element a pair.  Use
11776         help-xref-following.
11778         * autoarg.el: New file.
11780         * faces.el: Declare more functions obsolete.
11782         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11783         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11784         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11785         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11786         Remove all the setup-...-environment functions.
11788 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
11790         * speedbar.el: Updated the commentary section.  xemacs20p now uses
11791         >= when detecting.  Require `defimage' safely.
11792         (speedbar-easymenu-definition-base): Add toggle for images.
11793         (speedbar-easymenu-definition-special): Add flush cache & expand.
11794         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
11795         (speedbar-reconfigure-keymaps-hook): New variable.
11796         (speedbar-frame-parameters): Updated documentation.
11797         (speedbar-use-imenu-flag): Updated custom tag
11798         (speedbar-dynamic-tags-function-list): New variable.
11799         (speedbar-tag-hierarchy-method): Updated doc & custom.
11800         (speedbar-indentation-width, speedbar-indentation-width) New
11801         variables.
11802         (speedbar-hide-button-brackets-flag): Customizable.
11803         (speedbar-vc-indicator): Doc update.
11804         (speedbar-ignored-path-expressions): Updated default value.
11805         (speedbar-supported-extension-expressions): Updated default value.
11806         (speedbar-syntax-table): Remove {} paren status.
11807         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11808         as "+".  Added overlay aliases.
11809         (speedbar-mode): Use `speedbar-mode-line-update' instead of
11810         `force-mode-line-update'.
11811         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11812         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11813         `mouse-set-point'
11814         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11815         (speedbar-item-info-tag-helper): Revamped to handle a wider range
11816         of arbitrary text, and new helper functions.
11817         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11818         filename finder.
11819         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11820         (speedbar-directory-buttons): Update path search/expansion.
11821         (speedbar-make-tag-line): Pay attention to
11822         `speedbar-indentation-width'.  Use more care w/ invisible
11823         properties.
11824         (speedbar-change-expand-button-char): Call
11825         `speedbar-insert-image-button-maybe'.
11826         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11827         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11828         (speedbar-trim-words-tag-hierarchy)
11829         (speedbar-simple-group-tag-hierarchy): New functions
11830         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11831         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11832         functions.
11833         (speedbar-mouse-set-point): New function
11834         (speedbar-power-click): Updated documentation.
11835         (speedbar-line-token, speedbar-goto-this-file): Handle more types
11836         of tag prefix text.
11837         (speedbar-expand-line, speedbar-contract-line): Make more robust
11838         to strange text.
11839         (speedbar-expand-line): Takes universal argument to flush the
11840         cache.
11841         (speedbar-flush-expand-line): New function.
11842         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11843         Use new generator insertion method.
11844         (speedbar-fetch-dynamic-tags): New function.
11845         (speedbar-fetch-dynamic-imenu): Removed code now handled in
11846         `speedbar-fetch-dynamic-imenu'.
11847         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11848         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11849         "Revert Buffer" menu items.
11850         (speedbar-buffer-buttons-engine): Be smarter when creating a
11851         filename tag (for expansion purposes.).
11852         (speedbar-highlight-one-tag-line,
11853         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11854         (speedbar-recenter): New functions.
11855         (defimage-speedbar): Image loading abstraction.
11856         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11857         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11858         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11859         (speedbar-tag-type, speedbar-tag-mail): New images.
11860         (speedbar-expand-image-button-alist): New variable.
11861         (speedbar-insert-image-button-maybe): Insert an image over some
11862         buttons.
11864 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
11866         * international/mule-cmds.el (encode-coding-char): An ASCII
11867         character is always encodable.
11869         * international/mule-conf.el: Add more information in descriptions
11870         of character sets.
11872         * international/mule-diag.el (describe-char-after): New function.
11873         (describe-font-internal): Adjusted for the change of font-info.
11874         (describe-font): Likewise.
11875         (print-fontset): Rewritten for the new fontset implementation.
11876         (describe-fontset): Include fontset alias names in completion.
11877         (list-fontsets): Adjusted for the change of print-fontset.
11879         * simple.el (what-cursor-position): If DETAIL is non-nil, call
11880         describe-char-after instead of displaying the detail in the echo
11881         area.
11882         (syntax-code-table): Format changed.
11883         (string-to-syntax): Adjusted for the above change.
11885 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
11887         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11889 2000-05-12  Dave Love  <fx@gnu.org>
11891         * calendar/todo-mode.el: Remove some compatibility stuff and CL
11892         dependence.  Use line-{beginning,end}-position, not
11893         point-at{b,e}ol.  Some doc fixes.
11894         (todo-position): New function.  Fix callers of position to use it.
11895         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11897 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
11899         * time.el (display-time-mail-icon): Use `:ascent center'.
11901         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11902         handling FTP security extensions.
11904 2000-05-11  Dave Love  <fx@gnu.org>
11906         * calendar/todo-mode.el: New file.
11908 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
11910         * comint.el (comint-read-input-ring): Move reference to
11911         comint-input-ring-size outside of the save-excursion.  It was
11912         causing the default value to be the only one ever seen.
11914         * font-lock.el: Update copyright.  Remove Simon Marshall's email
11915         address on request from him.
11917         * subr.el (substitute-key-definition): Add comment describing
11918         the meaning of PREFIX.
11920 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
11922         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11924         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11925         (add-minor-mode): Don't make the variable buffer-local and add a
11926         reference to define-minor-mode in the docstring.
11928         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11929         HEADER/FOOTER and fix bug with trailing empty directory.
11930         (cvs-append-to-ignore): Use vc-editable-p if available.
11931         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11932         (vc-do-command): Tweak advice to handle the new VC.
11934         * log-view.el (log-view-goto-rev): New function for the new VC.
11935         (log-view-minor-wrap): Use mark-active.
11937         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11938         (log-edit-changelog-full-paragraphs): New var.
11939         (log-edit-insert-changelog): Remove a lonely leading `* file'.
11940         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11941         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11942         (log-edit-changelog-ours-p, log-edit-changelog-entries)
11943         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11944         Replace the `cvs' prefix with `log-edit'.
11946         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11948         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11949         (diff-font-lock-defaults): Explicitly turn off multiline.
11950         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11951         (diff-ediff-patch): Fix call to ediff-patch-file.
11952         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11953         Handle comments.
11955         * frame.el (automatic-hscrolling): Typo.
11957         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11959 2000-05-09  Sam Steingold  <sds@goems.com>
11961         * apropos.el (apropos-print): use `describe-face' instead of
11962         `customize-face-other-window'.
11964 2000-05-09  Dave Love  <fx@gnu.org>
11966         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11968         * help.el (describe-variable): Have customize button pop the
11969         help-xref stack when invoked.
11970         (help-xref-symbol-regexp): Add `face'.
11971         (help-make-xrefs): Check for quoted face names and adapt regexp
11972         submatch numbers to cope.
11973         (help-xref-interned): Maybe insert face doc too.  Separate
11974         sections with a line of hyphens.
11976         * faces.el:  Some doc fixes.  Declare some functions obsolete.
11977         (describe-face): Add customize button.  Return the help
11978         text.  Fix prompt.
11980 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
11982         * term/internal.el (IT-character-translations): Fix last change.
11984 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11986         * woman.el: New file
11987         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11989 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11991         * term/internal.el (IT-character-translations): Update ASCII
11992         simulations for greek-iso8859-7, add latin-iso8859-14 and
11993         latin-iso8859-15.
11995         * international/mule-cmds.el (set-language-info-alist): Call
11996         define-prefix-command with 3 arguments, to make the map suitable
11997         for a menu.
11999 2000-05-07  Dave Love  <fx@gnu.org>
12001         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12003 2000-05-05  Dave Love  <fx@gnu.org>
12005         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12006         list in doc string.  Don't quote keyword symbols.
12007         * emacs-lisp/cl.el: Likewise
12008         * emacs-lisp/cl-seq.el: Likewise
12010 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
12012         * abbrev.el (abbrev-mode): Make ARG optional.
12014 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
12016         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12018         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12020         * subr.el (substitute-key-definition): Clarify documentation.
12022 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
12024         * glasses.el (glasses-convert-to-unreadable): Use
12025         `glasses-separator' instead of the hard-wired "_".
12026         (glasses-mode): Call `glasses-make-unreadable' only in a single
12027         place.
12029 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
12031         * term/internal.el (cjk-codepages-alist): Add associations for
12032         Chinese and Korean codepages.  Remove FIXME comment.
12034 2000-05-03  Dave Love  <fx@gnu.org>
12036         * time.el (display-time-mail-face, display-time-use-mail-icon):
12037         New option.
12038         (display-time-mail-icon): New variable.
12039         (display-time-string-forms): Use the above.  Fix the local-map.
12041 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12043         * replace.el (query-replace-map): Add binding for `E'.
12044         (query-replace-help): Extend help text.
12045         (perform-replace): Allow editing the replacement string.
12047         * make-mode.el (makefile-mode-abbrev-table): New variable.
12048         (makefile-mode): Set local abbrev table to
12049         makefile-mode-abbrev-table.
12050         (makefile-font-lock-keywords): Fontify includes and conditionals.
12052         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12053         set TOGGLE's value.
12055         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12056         mail-interactive-insert-alias.
12057         (mail-abbrev-complete-alias): New command.
12058         (mail-mode-map): Bind it to `M-TAB'.
12060 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12062         * language/lao-util.el (lao-compose-region): New function.
12064 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12066         * files.el (recover-session): Make directories as necessary
12067         if they don't exist yet.
12069         * calendar/cal-french.el
12070         (french-calendar-multibyte-special-days-array)
12071         (french-calendar-special-days-array): Change French text.
12072         (calendar-french-date-string): Change output.
12073         (calendar-goto-french-date): Likewise.
12075 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12077         * wid-edit.el (widget-default-active): Obey `:always-active'.
12078         (widget-documentation-string-value-create): Set `:always-active'.
12080 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12082         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12083         default prefix to `~/_emacs.d/auto-save.list/_s'.
12084         (normal-top-level): Create the directory for auto-save files, if
12085         it doesn't already exist (in the ms-dos case only).
12087 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12089         * international/mule-cmds.el (set-language-environment): Don't
12090         concat an integer (dos-codepage), use format instead.
12092 2000-05-02  Dave Love  <fx@gnu.org>
12094         * help.el (help-xref-on-pp): Check for constant symbols.
12096 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12098         * startup.el (normal-top-level): Put a condition-case around
12099         the code loading subdirs.el.
12101 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12103         * ps-print.el: Upside-down and face background color printing,
12104         line number step, doc fix.
12105         (ps-print-version): New version number (5.2).
12106         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12107         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12108         (ps-spool-config): Var fix.
12109         (ps-printer-name-option): Const fix.
12110         (ps-print-upside-down, ps-use-face-background)
12111         (ps-line-number-step): New vars.
12112         (ps-window-system, ps-lp-system): New consts.
12113         (ps-face-background): New fun.
12115 2000-04-28  Richard Stallman  <rms@gnu.org>
12117         * files.el (make-auto-save-file-name):
12118         Apply auto-save-file-name-transforms to visited file name
12119         before generating auto save file name.
12120         (auto-save-file-name-transforms): New variable.
12122         * files.el (backup-enable-predicate):
12123         Correctly test for a file under a temporary directory.
12125 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12127         * subr.el (add-minor-mode): Rewritten.
12129 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12131         * mail/sendmail.el (sendmail-send-it): Set
12132         buffer-file-coding-system to the selected coding system for MIME
12133         header.
12135 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12137         * dired.el (dired-move-to-filename-regexp): Allow format where
12138         YYYY is followed by two spaces.
12140         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12141         in the second character class of the regexp.
12143         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12144         mh-etc, too.
12146         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12147         nil.
12149         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12151         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12152         argument.
12154 2000-04-27  Sen Nagata <sen@eccosys.com>
12156         * emacs-lisp/crm.el (crm-completion-table): New variable.
12157         (crm-collection-fn, crm-test-completion)
12158         (completing-read-multiple): Use it.
12160 2000-04-27  Dave Love  <fx@gnu.org>
12162         * help.el (locate-library): Use mapc.
12163         (help-manyarg-func-alist): Add call-process-region.
12165 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12167         * subr.el (add-minor-mode): Make argument MAP optional.
12169         * desktop.el (desktop-save): Save list of minor modes.
12170         (desktop-create-buffer): Restore minor modes.
12171         (desktop-minor-mode-table): New user-option.
12173         * subr.el (add-minor-mode): New function.
12175         * image.el (find-image): New function.
12176         (defimage): Rewritten to find image at load time.
12178         * startup.el (normal-top-level-add-to-load-path): Handle
12179         case that the default directory is not in load-path.
12181         * help.el: Old patch from Stefan Monnier.
12182         (help-xref-on-pp): New function.
12183         (describe-variable): Use it to display xrefs in a symbol's value.
12185 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12187         * cus-edit.el (custom-face): Fix parenthesis.
12189 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12191         * mail/rmail.el (rmail-expunge): When there are no deleted
12192         messages, do nothing.
12194 2000-04-26  Dave Love  <fx@gnu.org>
12196         * international/mule-cmds.el (locale-translation-file-name):
12197         Defvar to nil.
12198         (set-locale-environment): Set it here (at runtime).
12200 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12202         * replace.el (perform-replace): Add parameters START and END.  Use
12203         them instead of the check for a region in Transient Mark mode.
12204         (query-replace-read-args): Return two more list elements for the
12205         start and end of the region in Transient Mark mode.
12206         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12207         (map-query-replace-regexp, replace-string, replace-regexp): Add
12208         optional last arguments START and END and pass them to
12209         perform-replace.
12211         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12212         form with additional arguments for perform-replace.
12214         * progmodes/etags.el (tags-query-replace): Add parameters START
12215         and END.  Construct a form with additional arguments for
12216         perform-replace.
12218         * simple.el (shell-command): Set default directory for "*Shell
12219         Command Output" buffer.
12221         * language/european.el (iso-latin-4): Fix typo.
12223         * emacs-lisp/crm.el: New file.
12225 2000-04-24  Dave Love  <fx@gnu.org>
12227         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12228         (Custom-reset-saved, Custom-reset-standard)
12229         (custom-group-value-create, custom-group-set, custom-group-save)
12230         (custom-group-reset-current, custom-group-reset-saved)
12231         (custom-group-reset-standard): Use mapc.
12232         (custom-buffer-create-internal): Disable undo when creating items.
12233         Use mapc.
12234         (custom-face): Avoid redundant lambda.
12236 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12238         * startup.el (auto-save-list-file-prefix): Set default to
12239         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12241 2000-04-24  Sam Steingold  <sds@gnu.org>
12243         * time-stamp.el (time-stamp-string-preprocess): Always convert
12244         `field-result' to a string.
12246 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12248         * frame.el (scrolling): New group.
12249         (automatic-hscrolling): New user-option.
12251         * startup.el (command-line-x-option-alist): Add `-lsp' and
12252         `--line-spacing'.
12254 2000-04-19  Dave Love  <fx@gnu.org>
12256         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12257         (cl-mapc): Rename from mapc.  Fix the funcall.
12259 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
12261         * simple.el (clone-indirect-buffer-other-window): New command.
12262         (clone-indirect-buffer): Add optional arg NORECROD.
12263         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12265         * help.el (resize-temp-buffer-window): Use count-screen-lines.
12267         * window.el (count-screen-lines): New function.
12268         (shrink-window-if-larger-than-buffer): Use count-screen-lines
12269         instead of window-buffer-height.
12271         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12272         non-existing variable comint-input-sentinel.
12273         (inferior-lisp-args-to-list): Removed.
12274         (inferior-lisp): Use split-string instead of
12275         inferior-lisp-args-to-list.
12277         * hexl.el (hexl-insert-hex-string): New command.
12279         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12280         instead of concat.
12282 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
12284         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12285         at the start of an existing but empty folder.
12287 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12289         * ps-mule.el: Customization fix, doc fix.
12290         (ps-multibyte-buffer): Customization fix.
12292 2000-04-17  Richard M. Stallman  <rms@gnu.org>
12294         * subr.el (read-passwd): Use read-char-exclusive.
12296 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
12298         * textmodes/texinfo.el (texinfo-insert-@email)
12299         (texinfo-insert-@emph, texinfo-insert-@quotation)
12300         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12301         (texinfo-mode-map): Add key bindings for them.
12303         * files.el (basic-save-buffer-2): Use a template with `$'
12304         instead of `#' for VMS.
12306         * simple.el (clone-indirect-buffer): New function.
12308 2000-04-16  Stephen Eglen  <stephen@gnu.org>
12310         * iswitchb.el (iswitchb-case): New function.  If the user input
12311         contains any upper-case characters, the search is made
12312         case-sensitive.
12314 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
12316         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12317         comment-end.
12318         (texinfo-font-lock-syntactic-keywords): New var.
12319         (texinfo-font-lock-keywords): Remove comment regexp.
12320         (texinfo-insert-block): New function.
12321         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12322         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
12323         and font-lock-defaults.  Use regexp-opt for outline-regexp.
12324         (texinfo-environments): New var.
12325         (texinfo-environment-regexp): Use regexp-opt and
12326         texinfo-environments.
12328         * textmodes/ispell.el (ispell-menu-map-needed): Check that
12329         ispell-process is bound since this might be eval'd before ispell
12330         is loaded.
12331         (ispell-message): Use a tiny bit less magic and a bit more hard
12332         data to figure out what kind of sc-cite-regexp to use.
12334         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12336         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12337         (insert-cyclic-diary-entry): Unquote the lambda.
12339         * gud.el (gud-jdb-build-source-files-list): Fix typo.
12341         * files.el (backup-enable-predicate): Unquote the lambda.
12343         * cus-edit.el (custom-face, face): Unquote the lambda.
12345 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12347         * ps-print.el: Check for line-beginning-position definition.
12349         * ps-print.el: Fix counting lines in a region.
12350         (ps-print-version): New version number (5.1.5).
12351         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12352         (ps-printing-region): Fun code fix.
12354 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
12356         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12357         to file-directory-p.
12359 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
12361         * gud.el (gud-jdb-build-source-files-list): Check that directory
12362         exists before calling directory-files.
12364 2000-04-13  Dave Love  <fx@gnu.org>
12366         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
12367         syntax.
12369         * emacs-lisp/cl-specs.el: Remove when, unless.
12371         * emacs-lisp/cl-extra.el: Don't quote keywords.
12372         (cl-old-mapc): New variable.
12373         (mapc): Use it.
12374         (cl-map-intervals): Use with-current-buffer.  Don't check for
12375         next-property-change.
12376         (cl-map-overlays): Use with-current-buffer.
12377         (cl-expt): Remove.
12378         (copy-tree, remprop): Define unconditionally.
12380         * emacs-lisp/cl-compat.el (keywordp): Remove.
12382         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
12383         to use keywordp.
12384         (edebug-spec): Enable keywordp.
12386         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12387         string-lessp.
12389         * cus-start.el: Use keywordp.
12391 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12393         * diary-lib.el (include-other-diary-files): Fix the fix of
12394         2000-02-18 by doing a save-excursion.
12396 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12398         * ps-print.el: Customization fix, doc fix.
12399         (ps-print-version): New version number (5.1.4).
12400         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12401         (ps-print-preprint): Adjust code.
12402         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12403         (ps-print-prologue-header, ps-print-control-characters)
12404         (ps-spool-config): Customization fix.
12406 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
12408         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12409         converted to the new menu-item format, names silightly changed,
12410         help strings added.
12412         Support for spelling without async subprocesses:
12414         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12415         (ispell-session-buffer): New variables.
12416         (ispell-start-process, ispell-process-status,
12417         ispell-accept-output, ispell-send-string): New functions, for
12418         Ispell invocation when async subprocesses aren't supported.
12419         (ispell-word, ispell-pdict-save, ispell-command-loop,
12420         ispell-process-line, ispell-buffer-local-parsing): Replace calls
12421         to process-send-string with calls to ispell-send-string, and
12422         accept-process-output with ispell-accept-output.
12423         (ispell-init-process): Call ispell-process-status instead of
12424         process-status with.
12425         (ispell-init-process): Call ispell-start-process.  Call
12426         ispell-accept-output and ispell-send-string.  Don't call
12427         process-kill-without-query and kill-process if they are unbound.
12428         (ispell-async-processp): New function.
12430 2000-04-12  Dave Love  <fx@gnu.org>
12432         * info.el: Add debug-ignored-errors.
12433         (Info-mode-menu): Add some items.
12434         (Info-directory): Add autoload cookie.
12436         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12437         Modify `truncate-lines'.  Make `describe-language-environment'
12438         always visible and add help.  Modify `describe-key' help.  Invoke
12439         Info-directory from `info'.  New entry `emacs-manual'.
12441 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12443         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12444         propertized-buffer-identification.
12445         (ebrowse-update-member-buffer-mode-line): Likewise.
12446         (ebrowse--mode-strings): Removed.
12447         (ebrowse--mode-line-props): Removed.
12449         * files.el (auto-mode-alist): Add `EBROWSE'.
12451         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12452         space before testing for end of buffer.
12453         (ebrowse-load): Removed.
12454         (ebrowse-revert-tree-buffer-from-file): Rewritten.
12455         (ebrowse-create-tree-buffer): Rewritten.
12456         (ebrowse-tree-mode): Read tree from buffer.
12458         * progmodes/ebrowse-ffh.el: Removed.
12460 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
12462         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12464 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12466         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12467         at the wrong place.
12469 2000-04-09  Dave Love  <fx@gnu.org>
12471         * files.el (backup-enable-predicate): Use
12472         temporary-file-directory, small-temporary-file-directory.
12473         (make-backup-file-name-function, backup-directory-alist): New
12474         variables.
12475         (make-backup-file-name-1): New function.
12476         (make-backup-file-name): Use it.
12477         (find-backup-file-name): Likewise.  Use format for clarity, not
12478         concat.
12479         (file-newest-backup): Use make-backup-file-name.
12481 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
12483         * progmodes/ebrowse-ffh.el: New file.
12485         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12486         to ebrowse-ffh.el.
12487         (ebrowse-load): Add autoload.
12489         * finder.el (finder-commentary): Add autoload cookie.
12491         * mail/rfc2368.el: Correct author's email address.
12493         * progmodes/ebrowse.el: New file.
12495         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12496         item help string.
12497         (easy-menu-do-add-item): Ditto.
12498         (easy-menu-define): Extend doc string.
12500         * jit-lock.el (with-buffer-unmodified): Use
12501         restore-buffer-modified-p.
12502         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12503         (jit-lock-function, jit-lock-stealth-fontify): Don't use
12504         with-buffer-unmodified.
12506 2000-04-08  Dave Love  <fx@gnu.org>
12508         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12509         unless, when.
12511 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
12513         * viper-util.el (viper-put-on-search-overlay): New subroutine.
12514         (viper-flash-search-pattern): No operation when using Emacs
12515         doesn't support face.
12516         Use `viper-put-on-search-overlay'.
12518 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
12520         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12521         like C-r.
12523         * progmodes/make-mode.el: Some doc fixes.
12524         (makefile-mode-abbrev-table): New variable.
12525         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12526         (makefile-font-lock-keywords): Fontify includes and conditionals.
12527         (toplevel): Require `dabbrev' and `add-log' when compiling.
12529         * replace.el (perform-replace): Don't move forward one char
12530         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
12531         to do that because it leaves point 1 position after the last
12532         replacement, after everything has been replaced.
12534         * jit-lock.el (with-buffer-unmodified): New macro.
12535         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12536         modified state.
12537         (jit-lock-function-1): Extracted from jit-lock-function; not
12538         preserving buffer's modified state.
12539         (jit-lock-function, jit-lock-stealth-fontify): Call
12540         jit-lock-function-1.
12542         * mail/rfc2368.el: Remove supernumerary copyright line.
12544 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
12546         * glasses.el: Provide facilities for inserting space before left
12547         parentheses and uncapitalization of identifiers.
12548         (glasses-mode): Try to remove old overlays in all cases.
12550 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
12552         * progmodes/compile.el (compile-internal): Display the compilation
12553         buffer in a different frame, if it's already displayed there.
12555         * mail/rfc2368.el: New file.
12557         * simple.el (sendmail-user-agent-compose): Recognize a `body'
12558         header and insert its value as mail body.
12560         * subr.el (member-ignore-case): New function.
12562         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12563         (dabbrev--find-expansion): Ignore buffers matching a regexp
12564         from dabbrev-ignored-regexps.
12566         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12567         to extensions handled by gzip.
12569 2000-04-03  Richard M. Stallman  <rms@gnu.org>
12571         * files.el (insert-directory): List the total free space
12572         along with the used space.
12574         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12575         line is followed by one that matches CITATION-REGEXP, end the
12576         paragraph.
12578 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
12580         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12581         (rmail-make-basic-summary-line): Use that option.
12583 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
12585         * international/mule-cmds.el (encoded-string-description):
12586         Rewritten.   Try pretty description for ISO 2022 escape sequences
12587         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
12588         for hexadecimal format.
12590 2000-04-01  Dave Love  <fx@gnu.org>
12592         * cpp.el: Change customization group to `c' from `C'.
12594         * vcursor.el (vcursor-move): Use display-color-p.
12596         * international/mule-util.el: Provide mule-utils.
12597         (string-to-sequence): Simplify and speed up.
12599         * international/mule.el (make-coding-system): Purecopy doc-string.
12601         * international/mule-cmds.el: Various menu changes.
12602         (describe-specified-language-support): Handle `Default'.
12603         (set-language-info): Purecopy `info'.
12605 2000-03-31  Andrew Innes  <andrewi@gnu.org>
12607         * vc.el (vc-backend-diff): Return the correct status if we had to
12608         retry the rcsdiff command without the --brief option.
12610 2000-03-31  Dave Love  <fx@gnu.org>
12612         * help.el (help-manyarg-func-alist): Correct several omissions.
12614         * add-log.el: Don't require cl, fortran.
12615         (add-log-current-defun-function): Doc fix.
12616         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
12617         fix.
12618         (change-log-version-rcs): Function deleted.
12619         (change-log-version-number-search): Doc fix.  Use
12620         vc-workfile-version.  Avoid CL dolist.
12621         (add-change-log-entry): Just call add-log-current-defun to get
12622         defun.  Simplify somewhat.
12623         (change-log-get-method-definition-1): Likewise.
12624         (add-log-current-defun): Return nil if calling
12625         add-log-current-defun-function does so.  Move Fortran stuff to
12626         fortran.el.  Return string without properties.
12628         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12629         and :alpha: char classes.
12631         * mail/supercite.el: Defvar curline when compiling.
12632         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12633         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12634         rather than a-zA-Z0-9 to allow non-ASCII characters.
12636 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
12638         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12640         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12641         Re-enable new code.
12643         * lpr.el (print-region-1): Use -d to specify printer name for
12644         systems `usg-unix-v*, `dgux', `hpux', `irix'.
12646 2000-03-31  Dave Love  <fx@gnu.org>
12648         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12649         for function definition in symbol's function value slot first
12650         instead of first consulting byte-compile-function-environment.
12652 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
12654         * language/european.el ("Polish"): New language environment.
12655         (setup-polish-environment): New function.
12657 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
12659         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12660         Disable new code.
12662         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12663         trying to `load' the symbol of an autoload instead of the file
12664         recorded in the autoload.  Fix error messages.
12666 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12668         * ps-print.el: PostScript programming fix for ghostview, doc fix.
12669         (ps-print-version): New version number (5.1.3).
12670         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12671         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12672         (ps-generate-postscript-with-faces): Code fix.
12673         (ps-color-values): XEmacs compatibility.
12674         (ps-print-background-image, ps-print-background-text, ps-printer-name)
12675         (ps-default-fg, ps-default-bg): Adjust customization.
12676         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12677         (ps-color-scale): Renaming old ps-color-value fun.
12678         (ps-print-headers): Replace ps-print-header group to avoid conflict
12679         with ps-print-header variable.
12680         (ps-print-miscellany): New group.
12681         (ps-format-color, ps-rgb-color): New funs.
12682         (ps-default-foreground): New var.
12683         (ps-printer-name-option): New const.
12685 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
12687         * net/net-utils.el:
12688         (network-connection-host, network-connection-service): New variables
12689         (network-connection-mode): New mode, derived from comint-mode
12690         (network-connection-mode-setup): New function, saves host and
12691         service information in local variables.
12693         * lisp/locate.el:
12694         (locate-word-at-point): Added this function
12695         (locate): Default to using locate-word-at-point as input
12696         Run dired-mode-hook
12698 2000-03-29  Dave Love  <fx@gnu.org>
12700         * calendar/appt.el: Doc fixes.
12701         (appt-check): Convert min-to-app to a string before passing to
12702         appt-disp-window-function or concat.
12703         (appt-delete-window): Remove test for frame-root-window.
12704         (appt-select-lowest-window, appt-convert-time): Simplify.
12706         * emacs-lisp/bytecomp.el: Doc fixes.
12707         (byte-compile-file-form-autoload): Update
12708         byte-compile-function-environment.
12710 2000-03-29  Andreas Schwab  <schwab@suse.de>
12712         * emacs-lisp/autoload.el: Also print defsubst doc string
12713         specially.
12715         * dired.el (dired-insert-directory): If dired-free-space-program
12716         failed just delete its output.
12718 2000-03-29  Dave Love  <fx@gnu.org>
12720         * international/iso-cvt.el: Move provide to end.  Doc fixes.
12721         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12722         (iso-iso2sgml, iso-sgml2iso): New functions.
12723         (iso-cvt-define-menu): Fix some entries and use backquote for
12724         clarity.
12726         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12728 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
12730         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12731         ISO-DATE.  If non-nil, return date in ISO 8601 format.
12733 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
12735         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12736         if it ever becomes used.
12737         (log-edit-mode-hook): Default to vc-log-mode-hook.
12738         (log-edit-mode): Fix the docstring.
12740         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12741         the code.
12743 2000-03-26  Dave Love  <fx@gnu.org>
12745         * net/browse-url.el (browse-url): Re-fix case of
12746         browse-url-browser-function being an alist.
12747         (browse-url): Add :link to defgroup.
12749         * files.el: Doc fixes.
12750         (file-truename): Include `[' in wildcard characters.
12751         (automount-dir-prefix): Customize.
12752         (find-file-wildcards): Add :version.
12753         (find-file-noselect): Simplify a mapcar call.
12755         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12756         compatible with inf-lisp version.
12757         (eval-defun-1): Fix custom-declare-variable case.
12759 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
12761         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12763 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12765         * Makefile (COMPILE_FIRST): New macro.
12766         (compile-files): Compile files from COMPILE_FIRST first.
12768         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12769         code.
12771         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12772         matching open parenthesis in column 0 to defun-prompt-regexp
12773         only if open-paren-in-column-0-is-defun-start is set.
12775         * sun-curs.el: Require CL at compile-time only.
12777         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12778         instead of copy-list which is a function from CL.
12779         (msb--choose-menu, msb--mode-menu-cond)
12780         (msb--create-buffer-menu-2): Use dolist instead of mapc.
12781         (msb--init-file-alist): Use mapcar instead of mapcan.
12782         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
12783         `(' in column 0 in doc string.
12784         (msb--add-separators): Use mapcar instead of mapcan.
12786         * cus-dep.el: Require CL at compile-time only.
12788 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
12790         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12791         (byte-compile-warnings): New warning `noruntime'.
12792         (byte-compile-constants, byte-compile-variables): Fix docstring.
12793         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12794         execute `eval-whenc-compile's body.
12795         (byte-compile-unresolved-functions): Fix docstring.
12796         (byte-compile-eval): New function.
12797         (byte-compile-callargs-warn): Check if the function will be available
12798         at runtime (via property `byte-compile-noruntime').
12799         (byte-compile-print-syms): New function.
12800         (byte-compile-warn-about-unresolved-functions): Also warn about
12801         `noruntime' functions (and use `byte-compile-print-syms').
12802         (byte-compile-file): Capitalize the message.
12804 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12806         * mail/rmail.el (rmail-confirm-expunge): New user-option.
12807         (rmail-expunge): Ask for confirmation depending on the setting
12808         of rmail-confirm-expunge.
12810 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
12812         * Makefile (bootstrap-clean): If $(emacs) exists, build
12813         loaddefs.el first.  A loaddefs.el that's not up-to-date might
12814         cause a bootstrap failure because things don't autoload as
12815         expected.
12817 2000-03-23  Dave Love  <fx@gnu.org>
12819         * net/browse-url.el: Restore previous use of
12820         browse-url-maybe-new-window.
12822 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12824         * ps-print.el: Skip banner page fix.
12825         (ps-print-version): New version number (5.1.2).
12826         (ps-begin-file, ps-end-file, ps-generate): Code fix.
12828 2000-03-23  Dave Pearson  <davep@davep.org>
12830         * net/quickurl.el Changed the type of parameter passed to the
12831         function defined by `quickurl-format-function'. Before only the
12832         text of the URL was passed. Now the whole URL structure is passed
12833         and the function is responsible for extracting the parts it
12834         requires.  Changed the default of `quickurl-format-function'
12835         accordingly.
12836         (quickurl-insert): Changed the `funcall' of
12837         `quickurl-format-function' to match the above change.
12838         (quickurl-list-insert): Changed the `url' case so that it makes
12839         use of `quickurl-format-function', previous to this the format was
12840         hard wired.
12842 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
12844         * startup.el: Change some spellings for the X Window System.
12846 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
12848         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12849         up the code and the regexp and make sure the cursor is temporarily
12850         moved to the suspicious line while querying the user.
12852 2000-03-22  Jason Rumney  <jasonr@gnu.org>
12854         * w32-fns.el (w32-charset-info-alist): Initialize.
12856 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12858         * ps-print.el: N-up last page fix.
12859         (ps-print-version): New version number (5.1.1).
12860         (ps-end-file, ps-end-job, ps-generate): Code fix.
12862 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12864         * files.el (find-file-run-dired): Update docstring.
12865         (find-directory-functions): New hook.
12866         (find-file-noselect): Run find-directory-functions rather than
12867         calling dired directly.
12869         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12871         * pcvs.el: Add a minimal leading commentary.
12872         (cvs-make-cvs-buffer): Change the header part by removing the startup
12873         message and adding a `Module' entry.  Also replace the FOOTER and
12874         HEADER special fileinfos with the new support in ewoc for updating
12875         its own footer and header.
12876         (cvs-update-header): Update to use the header/footer of the ewoc.
12877         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12878         (cvs-is-within-p): New function.
12879         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12880         to only examine some subset of the buffers.
12882         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12883         `format' instead of our own ad-hoc functions.
12884         Remove HEADER and FOOTER cases, now handled in the EWOC.
12885         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12887         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12888         output to avoid scaring the user.
12889         (cvs-parse-table): Catch message for non-up-to-date commits.
12891         * pcvs-defs.el (cvs-startup-message): Remove.
12892         (cvs-global-menu): New autoloaded menu.
12894         * pcvs-util.el (cvs-string-fill): Remove.
12896         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12897         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12898         PP part of it and also make it work for footers and headers.
12899         (ewoc-create): Drop POS and BUFFER arguments.
12900         Use the DLL's dummy node to store the end-of-footer position.
12901         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12902         (ewoc-refresh): Remove unused `header' variable.
12903         (ewoc-(get|set)-hf): New functions.
12905         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12906         log-view-*-(message|file) and use easy-mmode-define-navigation.
12907         (log-view-message-re): Match SCCS format as well.
12908         And match the revision line rather than the dashed separator line.
12909         (log-view-mode): Use the new define-derived-mode.
12910         (log-view-current-tag): Fill in with an actual implementation.
12912         * cvs-status.el (cvs-status-(prev|next)): Rename from
12913         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12914         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12915         to let the output "breathe" a little more (more readable).
12916         (cvs-status-mode): Use the new define-derived-mode.
12918         * smerge-mode.el (smerge-auto-leave): New function and variable.
12919         (smerge-basic-map): Rename from smerge-basic-keymap.
12920         Change the bindings for smerge-diff-*.
12921         (smerge-*-map): Use easy-mmode-defmap.
12922         (smerge-(next|prev)): Use easy-mmode-define-navigation.
12923         (smerge-keep-*): Use smerge-auto-leave.
12925 2000-03-21  Jason Rumney  <jasonr@gnu.org>
12927         * cus-edit.el (custom-button-face): Use 3D look for w32.
12928         (custom-button-pressed-face): Likewise.
12930 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
12932         * progmodes/etags.el (tags-case-fold-search): New user-option.
12933         (tags-loop-eval): New function.  Bind case-fold-search around eval
12934         depending on the value of tags-case-fold-search.
12935         (tags-loop-continue): Use tags-loop-eval.
12936         (find-tag-in-order): Bind case-fold-search depending on the value
12937         of tags-case-fold-search.
12939 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12941         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12942         (diff-end-of-hunk): Return the end position for use in
12943         `easy-mmode-define-navigation'.
12944         (diff-recenter): Remove.
12945         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12946         of `easy-mmode-define-navigation'.
12947         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12948         previous renaming) and fix to use new names.
12949         (diff-merge-strings): Use \n as separator: simpler, faster.
12950         (diff-mode): Use `define-derived-mode'.
12952         * derived.el (define-derived-mode): Don't autoload anymore.
12953         Prefer the macro-only version provided by easy-mmode.el.
12955         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12956         `easy-mmode-define-derived-mode'.
12957         Use `combine-run-hooks'.
12958         (easy-mmode-define-navigation): New macro.
12960         * subr.el (combine-run-hooks): New function.
12962 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
12964         * term/x-win.el: Fontsets related initialization is simplified.
12966         * international/mule-diag.el (describe-font): Don't refer to
12967         global-fontset-alist, instead call font-list.
12968         (describe-fontset, list-fontsets, mule-diag): Likewise.
12969         (print-fontset): Adjusted for the change of fontset
12970         implementation.
12972         * international/fontset.el (x-charset-registries): Variable
12973         removed, instead the corresponding data is stored in the default
12974         fontset.
12975         (register-alternate-fontnames): Function removed.
12976         (resolved-ascii-font): Variable removed.
12977         (x-compose-font-name): Ignore the second argument REDOCE.
12978         (x-complement-fontset-spec): Complement only an ASCII font and
12979         element for those charsets than can use that ASCII font.
12980         (generate-fontset-menu): Don't refer to global-fontset-alist,
12981         instead call fontset-list.
12982         (uninstantiated-fontset-alist): Variable removed.
12983         (x-style-funcs-alist): Likewise.
12984         (fontset-default-styles): Likewise.
12985         (x-modify-font-name): Function removed.
12986         (create-fontset-from-fontset-spec): Ignore the argument
12987         STYLE-VARIANT.
12988         (create-fontset-from-ascii-font): Docsting adjusted for the above
12989         change.
12990         (instantiate-fontset, resolve-fontset-name): Functions removed.
12991         (fontset-list): Now implemented by C code.
12993         * faces.el (read-face-font): Fix TABLE arg to completing-read.
12994         (describe-face): Include `font' attribute in the description.
12996 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
12998         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13000 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
13002         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13003         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13004         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13006         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13007         about behavior of set-buffer-modified-p wrt redisplay.
13009 2000-03-19  Richard M. Stallman  <rms@gnu.org>
13011         * view.el (view-mode-disable): Kill local binding of view-read-only.
13013 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
13015         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13016         is a string, convert it to a syntax cell using string-to-syntax.
13018         * simple.el (syntax-code-table, syntax-flag-table): New variables.
13019         (string-to-syntax): New function.
13021         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13022         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13023         try to use passive ftp mode.
13025 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
13027         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13029         * simple.el (append-to-buffer): Update point of windows after
13030         insertion.
13032         * abbrev.el (inverse-add-abbrev): Identify word by first moving
13033         forward then moving backward.  Reindent.
13035         * frame.el (other-frame): Call x-focus-frame only if
13036         focus-follows-mouse is off.
13038 2000-03-17  Dave Love  <fx@gnu.org>
13040         * pcvs-util.el (cvs-strings->string): Rename
13041         replace-regexps-in-string.
13043 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13045         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13046         regexp for labels cannot span several lines.
13048         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13049         `(setq :<key> ':<key>)' to the macro expansion.
13051 2000-03-16  Dave Love  <fx@gnu.org>
13053         * progmodes/f90.el (f90): Put custom group under `languages', not
13054         `fortran'.
13055         (f90-mode-hook): Customize.
13056         (f90-mode): Set add-log-current-defun-function.
13057         (f90-current-defun): New function.
13059 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13061         * cus-edit.el (custom-variable-tag-face): Handle case that
13062         default face's height is not a number.
13063         (custom-face-tag-face, custom-group-tag-face-1)
13064         (custom-group-tag-face): Ditto.
13065         (custom-group-tag-face-1): Add :group.
13067         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13069 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13071         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13072         requiring easymenu.
13074 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13076         * ps-print.el: PostScript user-defined prologue, PostScript error
13077         handler, doc fix.
13078         (ps-print-version): New version number (5.1).
13079         (ps-user-defined-prologue, ps-error-handler-message)
13080         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13081         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13082         (ps-insert-string): New function.
13084 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13086         * international/ccl.el (ccl-compile-expression): Don't generate
13087         invalid self-assignment code.
13089 2000-03-14  Dave Love  <fx@gnu.org>
13091         * subr.el (replace-regexp-in-string): Renamed from
13092         replace-regexps-in-string.  Doc fix.
13094 2000-03-12  Dave Love  <fx@gnu.org>
13096         * cus-edit.el: Doc fixes.
13097         (customize-set-variable, customize-save-variable): Rename args for
13098         doc.
13099         (custom-variable-tag-face, custom-face-tag-face)
13100         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13101         style which user identify as hyperlink.
13102         (hook): Don't add undefined functions to the hook.
13103         (debug-ignored-errors): Transfer message from bindings.el.
13105 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13107         * recentf.el (recentf-keep-non-readable-files-p): Remove
13108         double/nested definition.
13110 2000-03-12  Dave Love  <fx@gnu.org>
13112         * facemenu.el (facemenu-get-face): Use display-color-p.
13113         * enriched.el (enriched-decode-foreground): Likewise.
13114         (enriched-decode-background): Likewise.
13115         * isearch.el (isearch-highlight): Likewise.
13116         * info-look.el (info-lookup): Likewise.
13117         * simple.el (completion-setup-function): Likewise.
13119         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13120         :options.
13122         * bindings.el (mode-line-format): Fix line-number and
13123         column-number items.  Add help-echo for the background.
13124         (mode-line-mule-info): Modify help-echo.
13126         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13128         * files.el (load-file): Allow completion to .elc.
13130         * man.el: Doc fixes.
13131         (Man-init-defvars): Use display-color-p to set fontification.
13133         * play/hanoi.el (hanoi-internal): Don't use oddp.
13135 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13137         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13139         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13141 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13143         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13144         Fix comment.
13146 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13148         * font-lock.el (font-lock-keywords): Fix the doc now that
13149         regexp-opt-depth is unnecessary.
13150         (save-buffer-state): Set an edebug spec.
13151         (font-lock-fontify-anchored-keywords): Properly handle the case when
13152         the matcher goes past the limit.
13154         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13155         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13157         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13158         dll.el and cookie.el (from Elib) with heavy renaming and other
13159         massaging.
13161         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13162         Autoload the functions used.
13163         (easy-mmode-define-syntax): Fix CL typo.
13164         (easy-mmode-define-derived-mode): Improve the docstring generation.
13166 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13168         * textmodes/texinfo.el (texinfo-version): Variable and function
13169         removed.
13171 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13173         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13174         allow more flexibility.
13175         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13176         fns.
13177         (easy-mmode-defmap, easy-mmode-defsyntax)
13178         (easy-mmode-define-derived-mode): New macros.
13180 2000-03-09  Didier Verna  <didier@xemacs.org>
13182         * rect.el (replace-rectangle): New function.
13184 2000-03-09  Dave Love  <fx@gnu.org>
13186         * progmodes/fortran.el (fortran-comment-line-start): Define as
13187         "C".
13188         (fortran-comment-line-start-skip): Don't match cpp stuff.
13189         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13190         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13191         (fortran-mode): Don't set fortran-comment-line-start-skip,
13192         fortran-comment-line-start here.  Set comment-start,
13193         add-log-current-defun.
13194         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13195         (fortran-current-defun): New function.
13197 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13199         * emacs-lisp/re-builder.el: New file.
13201         * mouse.el (mouse-drag-region): Don't run up-event handler
13202         if hscroll has changed.
13204         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13205         builtin operators, use `font-lock-builtin-face' for Emacs and
13206         `font-lock-preprocessor-face' otherwise.
13208         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13209         `(defun (setf foo)' differently.
13211 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13213         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13214         (regexp-opt): Update comment and adapt the code the new meaning of
13215         the `paren' argument of regex-opt-group for shy-groups.
13216         (regexp-opt-depth): Handle shy groups as well as backslashed
13217         backslashes.
13218         (regexp-opt-group): Turn the leading comment into a docstring.
13219         Allow `paren' to be a string (the string to use to open a group).
13220         Remove open-presuf and close-presuf.  Instead of checking for `all
13221         one-char' and then later on check for `several one-char', handle
13222         both cases close together.  Also apply a more generic algorithm
13223         for suffixes (the mirror image of the algorithm used for
13224         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13225         (regexp-opt-try-suffix): Removed.
13227         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13228         from comint-mode-map, so we can just inherit from it.  Also, move
13229         the initialization into the `defvar' since there's no docstring
13230         anyway and it's fairly short.
13231         (inferior-scheme-mode): Define it as derived-mode: the code is
13232         shorter and this way we inherit from comint-mode-map rather than
13233         copying it.
13235         * subr.el (replace-regexps-in-string): Properly handle the case
13236         where we match an empty string.
13238         * comint.el (comint-exec-1): Add the current-dir to the exec-path
13239         when the command has a directory component (such as "./testml").
13240         Also fix a typo in the comment.
13242 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
13244         * Makefile (compile-files): Compile files one by one because
13245         that's the only way to ensure a clean compilation environment for
13246         each individual file.
13248         * frame.el (other-frame): Call x-focus-frame.
13250 2000-03-07  Dave Love  <fx@gnu.org>
13252         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13253         :require to defcustom.
13255         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13256         lists.
13258         * files.el (auto-mode-alist): Add configure.in.
13260         * progmodes/autoconf.el: New file.
13262 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
13264         * mail/mh-e.el: Change maintainer to `none'.
13266         * recentf.el (recentf-keep-non-readable-files-p): Quote args
13267         to remove-hook and add-hook.
13269 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13271         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13272         it as the default.
13273         (mail-send): Test mail-send-nonascii also for the new `mime' value.
13274         (sendmail-send-it): Conditionally add MIME headers specifying the
13275         used character set.
13277 2000-03-07  Dave Love  <fx@gnu.org>
13279         * winner.el: Fix keywords, autoload cookies.  Split
13280         eval-when-compile form to avoid compilation failure.
13282 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
13284         * international/mule.el: Modify comment about coding system
13285         property `coding-category'.
13286         (make-coding-system): New argument EOL-TYPE.  Pay attention to
13287         coding-category property of PROPERTIES.
13289         * international/mule-conf.el (coding-category-utf-8,
13290         coding-category-utf-16-be, coding-category-utf-16-le): New coding
13291         categories.  Include them in the argument for set-coding-priority.
13293         * international/mule-cmds.el (reset-language-environment): Include
13294         coding-category-utf-8, coding-category-utf-16-be, and
13295         coding-category-utf-16-le in the argument for set-coding-priority.
13296         (reset-language-environment): Initialize coding-category-utf-8,
13297         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13299 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
13301         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13302         code abstracted out of `bookmark-jump-noselect'.  Now tries info
13303         extensions as well as compression extensions.
13304         (bookmark-jump-noselect): Use above new func.
13306 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
13308         * strokes.el: Change maintainer's mail address.
13310 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
13312         * international/mule-diag.el (list-character-sets): Make help-echo
13313         string by substitute-command-keys.
13314         (list-character-sets): Likewise.
13315         (sort-listed-character-sets): Call help-setup-xref.
13317 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13319         * time.el (display-time-mail-file): Add `none' to the list of
13320         choices.
13322 2000-03-01  Dave Love  <fx@gnu.org>
13324         * help.el (help-xref-go-back): Don't try to set position.
13326         * international/mule-diag.el (list-character-sets): Call
13327         help-setup-xref.  Add help-echo to xrefs.
13328         (list-character-sets-1): Add help-echo to xrefs.
13330 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13332         * frame.el (blink-cursor-mode): Switch cursor on when turning
13333         the mode off.
13335         * add-log.el (add-log-current-defun): Add support for
13336         Autoconf mode.
13338         * mail/rmail.el (rmail-quit-hook): New variable.
13340 2000-03-01  Dave Love  <fx@gnu.org>
13342         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13344         * help.el (help-xref-button): Add help-echo arg.
13345         (describe-function-1, describe-variable, help-make-xrefs): Use it.
13347         * faces.el (list-faces-display): Supply help-echo with
13348         help-make-xrefs.
13350         * facemenu.el (list-text-properties-at): Set help-xref-stack to
13351         nil.
13353 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
13355         * image.el (defimage): Look for image files in load-path.
13357         * frame.el (busy-cursor-delay-seconds): Change type to
13358         `number'.
13360 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13362         * recentf.el (recentf): Added version tag to the defgroup of
13363         recentf.
13365 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13367         * recentf.el (recentf-cleanup): Changed to remove excluded file
13368         too.
13369         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13370         action to select/unselect a file.
13371         (recentf-edit-list): Code cleanup and improvement.
13372         (recentf-open-more-files-action): `recentf-open-more-files' button
13373         widget action to open a file.
13374         (recentf-open-more-files): No more use standard completion but
13375         widgets.
13376         (recentf-more-collection): Deleted.
13377         (recentf-more-history): Deleted.
13378         (recentf-setup-more-completion): Deleted.
13380 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13382         * recentf.el (recentf-mode): No more needs that Emacs is running
13383         under a window-system.
13385 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13387         * recentf.el (recentf-edit-list): New command to edit the recent
13388         list which allow the user to remove files.
13389         (recentf-edit-selected-items): New global variable, used by
13390         `recentf-edit-list' to hold the list of files to be removed from
13391         the recent list.
13392         (recentf-make-menu-items): Updated to display a "Edit list..."
13393         menu item.  Minor code cleanup.
13395 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13397         * recentf.el (recentf-open-more-files): New command to open files
13398         that are not displayed in the menu.
13399         (recentf-more-collection): New global variable holding the set of
13400         permissible completions used by `recentf-open-more-files'.
13401         (recentf-more-history): New global variable holding the history list
13402         used by `recentf-open-more-files' completion.
13403         (recentf-setup-more-completion): New function to setup completion for
13404         `recentf-open-more-files'.
13405         (recentf-make-menu-items): Updated to display a "More..." menu item.
13407 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13409         * recentf.el (recentf-menu-action): Doc fixed.
13411 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13413         * recentf.el (recentf-menu-filter): Doc updated.
13414         (recentf-update-menu-hook): Allow menu filters to force menu update.
13415         (recentf-make-menu-items): New menu filter handling.
13416         (recentf-make-menu-item): New helper function.
13417         (recentf-menu-elements): New menu handling function.
13418         (recentf-sort-ascending): Updated to new menu filter handling.
13419         (recentf-sort-descending): Updated to new menu filter handling.
13420         (recentf-sort-basenames-ascending): New menu filter function.
13421         (recentf-sort-basenames-descending): New menu filter function.
13422         (recentf-show-basenames): New menu filter function.
13423         (recentf-show-basenames-ascending): New menu filter function.
13424         (recentf-show-basenames-descending): New menu filter function.
13426 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13428         * diary-lib.el (list-diary-entries): Don't try to go forward at
13429         the end of the buffer.
13431 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
13433         * international/mule-diag.el (list-character-sets): Completely
13434         rewritten.
13435         (sort-listed-character-sets): New function.
13436         (list-character-sets-1): Completely rewritten.
13437         (list-character-sets-2): New function.
13438         (non-iso-charset-alist): New variable.
13439         (decode-codepage-char): New function.
13440         (charset-history): New variable.
13441         (read-charset) (list-block-of-chars)
13442         (list-iso-charset-chars)
13443         (list-non-iso-charset-chars)
13444         (list-charset-chars): New functions.
13445         (mule-diag): Call list-character-sets-2, not
13446         list-character-sets-2.
13447         (dump-charsets): Likewise.
13449 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
13451         * dired-x.el (dired-filename-at-point): Add `@' to valid
13452         file name characters.
13453         (dired-filename-at-point): Handle ange-ftp file names.
13455         * frame.el (frame-notice-user-settings): Use assq-delete-all
13456         instead of assoc-delete-all.
13457         (frame-notice-user-settings): Ditto.
13459         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13460         Don't copy alist.
13462 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
13464         * calculator.el (calculator-use-menu): New option.
13465         (calculator-initial-bindings): Changed some bindings to work as
13466         macros.
13467         (calculator-forced-input): Removed.
13468         (calculator-restart-other-mode): New variable.
13469         (calculator-mode-map): Set up menu.
13471 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
13473         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13474         tags.
13476 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
13478         * viper-cmd.el (viper-envelop-ESC-key): added the option to
13479         translate all ESC key sequences.
13480         (viper-goto-mark-subr): restore markers for files for which
13481         they were saved.
13482         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13483         * viper-util.el (viper-set-replace-overlay-glyphs,
13484         viper-set-replace-overlay): always check if the replacement
13485         overlay is live.
13486         * viper.el (viper-vi-state-mode-list): added major modes.
13487         * ediff-wind.el: minor comment changes.
13488         * ediff.el: copyright notice date fix.
13490 2000-02-27  Jason Rumney  <jasonr@gnu.org>
13492         * faces.el (face-font-family-alternatives): Add arial to helv.
13493         (mode-line, header-line, tool-bar): Same default as x for w32.
13494         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13495         face-font-family-alternatives from working.
13496         * term/w32-win.el (mouse-set-font): Do not build fontset from
13497         chosen font.
13499 2000-02-25  Sam Steingold  <sds@goems.com>
13501         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13502         properly.
13504 2000-02-25  Richard M. Stallman  <rms@gnu.org>
13506         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13508 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
13510         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13511         writable.
13513         * frame.el (busy-cursor-delay-seconds): New option.
13515 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
13517         * frame.el (show-cursor-in-non-selected-windows): New option.
13519 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13521         * diary-lib.el (include-other-diary-files): Undo the selective
13522         display in any included file and don't kill it.
13524 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
13526         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13527         bar.  Menu items converted to (menu-item format, help strings
13528         added.
13529         [downcase, upcase]: Don't enable on MS-DOS.
13530         [symlink, symlinks]: Don't show if make-symbolic-link is not
13531         bound.
13532         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13534 2000-02-23  Dave Love  <fx@gnu.org>
13536         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13537         (backward-kill-word): Revert addition of * to interactive spec --
13538         it's a feature.
13540         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13541         (backward-kill-sentence, kill-sentence): Likewise.
13543         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13544         scratch buffer name.
13545         (gud-format-command): Use int-to-string in ?l case.  Simplify
13546         slightly.
13548         * term/w32-win.el (internal-face-interactive): Update prompt for
13549         new read-face-name.
13551         * mail/footnote.el (footnote): Add :version to defgroup.
13552         (footnote-section-tag-regexp): Customize.
13553         (footnote-start-tag, footnote-end-tag): New option.
13554         (footnote-latin-regexp): New variable.
13555         (Footnote-latin): New function.
13556         (footnote-style-alist): Add element for latin style.
13557         (footnote-style): Moved.
13558         (Footnote-goto-footnote): Use eq to test arg.
13560         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13562         * emacs-lisp/byte-opt.el: Change old backquote syntax.
13563         (byte-compile-trueconstp): Include keywords.
13564         (byte-optimize-quote, byte-optimize-lapcode): Use
13565         byte-compile-const-symbol-p.
13566         (byte-optimize-char-before): New optimization.
13568         * emacs-lisp/bytecomp.el: Change old backquote syntax.
13569         (byte-compile-const-symbol-p): New function.
13570         (byte-compile-constp, byte-compile-out-toplevel)
13571         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13572         Use it.
13574         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
13576 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
13578         * international/encoded-kb.el: Be sure to update minor-mode-alist
13579         and minor-mode-map-alist.
13580         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13581         codes SS2 and SS3 correctly.
13582         (encoded-kbd-self-insert-ccl): New function.
13583         (encoded-kbd-setup-keymap): New function.
13584         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
13585         by calling encoded-kbd-setup-keymap.
13587         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13588         characters.
13589         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13590         locally.
13592 2000-02-22  Dave Love  <fx@gnu.org>
13594         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13595         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13596         defvar.
13597         (lisp-mode-syntax-table): Set up for #|...|# comments.
13598         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
13599         classes.  Match `defface'.
13600         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13601         (eval-defun-1): Fix for defcustom.
13602         (lisp-indent-region): Doc fix.
13604         * subr.el (when, unless, split-string): Doc fix.
13605         (read-passwd): Move call of clear-this-command-keys to the right
13606         place.
13607         (replace-regexps-in-string): New function.
13609 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
13611         * help.el (describe-variable): Set syntax table to
13612         emacs-lisp-mode-syntax-table when moving forward over the
13613         symbol's name.
13615 2000-02-22  Dave Love  <fx@gnu.org>
13617         * xt-mouse.el: Doc fixes.
13618         (xterm-mouse-position-function): New function, replacing advice of
13619         mouse-position.
13620         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
13622         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13624 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
13626         * format.el (format-annotate-single-property-change): Handle
13627         properties.with dotted-list values.
13628         (format-proper-list-p): New function.
13630         * enriched.el (enriched-face-ans): Handle '(foreground-color
13631         . COLOR) and (background-color . COLOR).
13633 2000-02-20  Dave Love  <fx@gnu.org>
13635         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13636         and assignments to it.
13637         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13638         current local map.
13639         (make-flyspell-overlay): Use it.
13640         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13642         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13643         (lm-get-header-re): Defun, not defsubst.
13644         (lm-get-package-name): Defun, not defsubst.  Simplify.
13645         (lm-version): Doc fix.  Simplify.
13646         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13647         (lm-crack-address, lm-last-modified-date, lm-commentary)
13648         (lm-verify, lm-synopsis): Simplify.
13649         (lm-report-bug): Require emacsbug.  Use compose-mail.
13651 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
13653         * dired.el (dired-mode): Call propertized-buffer-identification
13654         to set mode-line-buffer-identification to something having
13655         the right text properties.
13657         * bindings.el (propertized-buffer-identification): New function.
13659 2000-02-20  Dave Love  <fx@gnu.org>
13661         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13662         check for t-mouse too.
13664         * cus-start.el: Make echo-keystrokes `number'.
13666 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
13668         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13669         Don't call ring-empty-p unless tags-location-ring is bound.
13670         From Noah Friedman <friedman@splode.com>.
13672 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
13674         * progmodes/hideshow.el (hs-flag-region): No longer use
13675         `intangible' overlay property.
13677         (hs-toggle-hiding): New command.
13678         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13680         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13681         Fix omission bug: Run `hs-minor-mode-hook' for both activation
13682         and deactivation.
13684 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
13686         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13688 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13690         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13692         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13693         of `*' to handle `(* ... *)' comments.
13695 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
13697         * faces.el (list-faces-display): Use display-mouse-p instead of
13698         window-system.
13700         * menu-bar.el (global-map): Menu-bar items converted to the new
13701         format (menu-item..., rearranged for better CUA compliance, and
13702         their names changed for better clarity.  Help strings added.
13704         * international/mule-cmds.el (mule-menu-keymap)
13705         (describe-language-environment-map, set-coding-system-map)
13706         (setup-language-environment-map): Convert to new (menu-item...
13707         form, add help strings.  Change names of menu items for better
13708         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
13709         submenu).
13711 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13713         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13714         within the code.
13716 2000-02-16  Dave Love  <fx@gnu.org>
13718         * faces.el: Don't require custom.  Add more specific :groups to
13719         various deffaces.
13720         (set-face-attribute): Purecopy args.
13721         (read-face-name): Default to name at point and use it in prompt.
13722         Remove colon from arg in all callers.
13723         (list-faces-display): Hyperlink to face descriptions and customize
13724         buffers.
13726 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
13728         * wid-edit.el (widget-match-inline): An atom never matches a
13729         list.
13731 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13733         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13734         at ':' characters by call to split-string.
13736 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13738         * textmodes/bibtex.el: Added RCS version identification.
13740 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13742         * textmodes/bibtex.el: Some temporary comments removed.
13743         (bibtex-field-name, bibtex-entry-type): Made the relationship
13744         explicit.
13745         (bibtex-field-const): Allow capital letters.
13746         (bibtex-start-of-string): Deleted because unused.
13748         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13749         use the term 'reference' to describe a bibtex entry as a whole.
13750         Further, reference keys are no longer called 'labels'.
13751         (bibtex-keys): Renamed to bibtex-reference-keys.
13752         (bibtex-reformat-previous-labels): Renamed to
13753         bibtex-reformat-previous-reference-keys.
13754         (bibtex-reference-type): Renamed to bibtex-entry-type.
13755         (bibtex-reference-head): Renamed to bibtex-entry-head.
13756         (bibtex-reference-maybe-empty-head): Renamed to
13757         bibtex-entry-maybe-empty-head.
13758         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13759         (bibtex-search-reference): Renamed to bibtex-search-entry.
13760         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13761         bibtex-enclosing-entry-maybe-empty-head.
13762         (bibtex-entry-field-alist, bibtex-entry-head,
13763         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13764         bibtex-map-entries, bibtex-search-entry,
13765         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13766         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13767         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13768         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13769         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13770         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13771         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13773 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13775         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13776         comment.
13777         (bibtex-format-field-delimiters): New function, functionality
13778         extracted from bibtex-format-entry.
13779         (bibtex-autokey-get-yearfield-digits): New function, functionality
13780         extracted from bibtex-autokey-get-yearfield.
13782         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13783         entries in order to avoid stack overflow in the regexp matcher if
13784         field contents become large.
13785         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13786         bibtex-field-string-part-not-braced,
13787         bibtex-field-string-part-no-inner-braces,
13788         bibtex-field-string-part-1-inner-brace,
13789         bibtex-field-string-part-2-inner-braces,
13790         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13791         bibtex-field-string-quoted, bibtex-field-string,
13792         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13793         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13794         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13795         as parsing is now performed by the following functions.
13796         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13797         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13798         bibtex-parse-field-string, bibtex-search-forward-field-string,
13799         bibtex-parse-association, bibtex-field-name-for-parsing,
13800         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13801         bibtex-search-forward-field, bibtex-search-backward-field,
13802         bibtex-start-of-field, bibtex-end-of-field,
13803         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13804         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13805         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13806         bibtex-parse-string, bibtex-search-forward-string,
13807         bibtex-search-backward-string, bibtex-start-of-string,
13808         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13809         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13810         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13811         entries.  Instead of reporting the results of the parsing by
13812         match-beginning or match-end, these functions return data structures
13813         that hold the corresponding positions.
13814         (bibtex-enclosing-field): Changed to also report field boundaries by
13815         return values rather than by match-beginning or match-end.  The
13816         following functions have been adapted to use the new parsing
13817         functions.
13818         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13819         bibtex-enclosing-field, bibtex-format-entry,
13820         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13821         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13822         bibtex-print-help-message, bibtex-end-of-entry,
13823         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13824         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13825         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13826         method for parsing.
13827         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13828         bibtex-map-entries, bibtex-flash-head,
13829         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13830         bibtex-autokey-change, bibtex-autokey-get-namefield,
13831         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13832         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13833         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13834         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13835         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13836         order to make the new binding of case-fold-search immediately
13837         visible.
13839 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13841         * textmodes/bibtex.el: Copyright notice is up to date.
13842         Added constant 'bibtex-maintainer-salutation.
13844         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13845         than make-temp-name, use match-string-no-properties and eliminate
13846         a quadratic behavior when building bibtex-strings.
13848         * bibtex.el (bibtex-reference-key): Accept string entries whose
13849         reference key contains upper case letters.
13851 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13853         * bibtex.el (bibtex-reference-head): Allow entries to start with
13854         a new line.
13856 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13858         * bibtex.el: Hiding of entry bodies is not longer provided by
13859         bibtex.el directly.  Instead the hideshow package can be used.
13860         Added a special bibtex entry to hs-special-modes-alist.
13861         (bibtex-hs-forward-sexp): Added for hideshow.el.
13863 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13865         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13866         at ':' characters by call to split-string.
13868 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13870         * textmodes/bibtex.el: Added RCS version identification.
13872 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13874         * textmodes/bibtex.el: Some temporary comments removed.
13875         (bibtex-field-name, bibtex-entry-type): Made the relationship
13876         explicit.
13877         (bibtex-field-const): Allow capital letters.
13878         (bibtex-start-of-string): Deleted because unused.
13880         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13881         use the term 'reference' to describe a bibtex entry as a whole.
13882         Further, reference keys are no longer called 'labels'.
13883         (bibtex-keys): Renamed to bibtex-reference-keys.
13884         (bibtex-reformat-previous-labels): Renamed to
13885         bibtex-reformat-previous-reference-keys.
13886         (bibtex-reference-type): Renamed to bibtex-entry-type.
13887         (bibtex-reference-head): Renamed to bibtex-entry-head.
13888         (bibtex-reference-maybe-empty-head): Renamed to
13889         bibtex-entry-maybe-empty-head.
13890         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13891         (bibtex-search-reference): Renamed to bibtex-search-entry.
13892         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13893         bibtex-enclosing-entry-maybe-empty-head.
13894         (bibtex-entry-field-alist, bibtex-entry-head,
13895         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13896         bibtex-map-entries, bibtex-search-entry,
13897         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13898         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13899         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13900         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13901         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13902         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13903         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13905 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13907         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13908         comment.
13909         (bibtex-format-field-delimiters): New function, functionality
13910         extracted from bibtex-format-entry.
13911         (bibtex-autokey-get-yearfield-digits): New function, functionality
13912         extracted from bibtex-autokey-get-yearfield.
13914         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13915         entries in order to avoid stack overflow in the regexp matcher if
13916         field contents become large.
13917         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13918         bibtex-field-string-part-not-braced,
13919         bibtex-field-string-part-no-inner-braces,
13920         bibtex-field-string-part-1-inner-brace,
13921         bibtex-field-string-part-2-inner-braces,
13922         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13923         bibtex-field-string-quoted, bibtex-field-string,
13924         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13925         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13926         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13927         as parsing is now performed by the following functions.
13928         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13929         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13930         bibtex-parse-field-string, bibtex-search-forward-field-string,
13931         bibtex-parse-association, bibtex-field-name-for-parsing,
13932         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13933         bibtex-search-forward-field, bibtex-search-backward-field,
13934         bibtex-start-of-field, bibtex-end-of-field,
13935         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13936         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13937         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13938         bibtex-parse-string, bibtex-search-forward-string,
13939         bibtex-search-backward-string, bibtex-start-of-string,
13940         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13941         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13942         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13943         entries.  Instead of reporting the results of the parsing by
13944         match-beginning or match-end, these functions return data structures
13945         that hold the corresponding positions.
13946         (bibtex-enclosing-field): Changed to also report field boundaries by
13947         return values rather than by match-beginning or match-end.  The
13948         following functions have been adapted to use the new parsing
13949         functions.
13950         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13951         bibtex-enclosing-field, bibtex-format-entry,
13952         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13953         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13954         bibtex-print-help-message, bibtex-end-of-entry,
13955         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13956         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13957         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13958         method for parsing.
13959         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13960         bibtex-map-entries, bibtex-flash-head,
13961         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13962         bibtex-autokey-change, bibtex-autokey-get-namefield,
13963         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13964         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13965         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13966         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13967         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13968         order to make the new binding of case-fold-search immediately
13969         visible.
13971 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13973         * textmodes/bibtex.el: Copyright notice is up to date.
13974         Added constant 'bibtex-maintainer-salutation.
13976         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13977         than make-temp-name, use match-string-no-properties and eliminate
13978         a quadratic behavior when building bibtex-strings.
13980         * bibtex.el (bibtex-reference-key): Accept string entries whose
13981         reference key contains upper case letters.
13983 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13985         * bibtex.el (bibtex-reference-head): Allow entries to start with
13986         a new line.
13988 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13990         * bibtex.el: Hiding of entry bodies is not longer provided by
13991         bibtex.el directly.  Instead the hideshow package can be used.
13992         Added a special bibtex entry to hs-special-modes-alist.
13993         (bibtex-hs-forward-sexp): Added for hideshow.el.
13995 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13997         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13998         proceedings entry type (for cross referencing). Thanks to Wagner
13999         Toledo Correa for the suggestion.
14001         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14003 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
14005         * international/characters.el: Setup case table for Vietnamese.
14007 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
14009         * uniquify.el (toplevel): Require CL at compile time.
14010         (uniquify-push): Removed.
14012         * shadowfile.el (shadow-when): Removed.
14014         * tempo.el (tempo-dolist, tempo-mapc): Removed.
14015         (tempo-process-and-insert-string): Use dolist instead of
14016         tempo-dolist.
14018         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14019         regexp for paragraph-start.
14021         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14022         commas as well.
14024 2000-02-10  Dave Love  <fx@gnu.org>
14026         * wid-edit.el: (widgets) [defgroup]: Remove url link.
14027         (widget-color-choice-list, widget-color-history, widget-mouse-help):
14028         Deleted.
14029         (widget-specify-field, widget-specify-button): Don't use
14030         widget-mouse-help as help-echo property.
14031         (default): Use #'ignore for :validate and :mouse-down-action.
14032         (checkbox): Add help-echo.
14033         (widget-sexp-validate): Rewritten to clarify error messages.
14034         (character): Use char-valid-p in :match function.
14035         (widget-color-complete): Use facemenu-color-alist.
14036         (widget-color-action): Use facemenu-read-color.
14038         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
14039         set up `caar' &c that we now have.
14041 2000-02-09  Ray Blaak  <blaak@gnu.org>
14043         * delphi.el: Make resourcestring a declaration region, like const
14044         and var.
14046 2000-02-09  Dave Love  <fx@gnu.org>
14048         * bindings.el (mode-line-input-method-map): New variable.
14049         (mode-line-mule-info): Use it; fix last change.
14050         (mode-line-mode-menu): Move definition.
14051         (mode-line-mouse-sensitive-p): Deleted.
14052         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14053         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14054         level.
14056         * startup.el (command-line-1): Don't call
14057         make-mode-line-mouse-sensitive.
14059 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14061         * mail/rmail.el (rmail-retry-failure): Use
14062         rmail-beginning-of-message before rmail-toggle-header, because the
14063         former toggles headers.
14065 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14067         * diff-mode.el (diff-kill-junk): New interactive function.
14068         (diff-reverse-direction): Use delete-and-extract-region.
14069         (diff-post-command-hook): Restrict the area so that the hook also works
14070         outside of any diff hunk.  This is necessary for the minor-mode.
14071         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14072         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14074         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14075         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14076         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14077         to avoid duplicate entries.
14078         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14079         (font-lock-remove-keywords): Just as was done for `add', allow it to
14080         work even if font-lock-mode is nil.  Also make sure we don't modify
14081         any pre-existing list by forcing a copy-sequence.  Finally rename
14082         `major-mode' to `mode'.
14083         (font-lock-fontify-syntactic-anchored-keywords)
14084         (font-lock-fontify-anchored-keywords)
14085         (font-lock-fontify-keywords-region): Use line-end-position.
14086         Don't make `font-lock-multiline' local (it's now done in
14087         font-lock-set-defaults).
14088         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14089         move the `font-lock-fontified' creation to inside the `unless'.
14091 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14093         * term/w32-win.el (x-handle-args): Comment out call to message,
14094         which occurs before window system is initialized.
14096         * makefile.nt: Add support for recompiling lisp code.
14098 2000-02-04  Dave Love  <fx@gnu.org>
14100         * bindings.el (mode-line-mule-info): Fix/extend last change.
14102         * completion.el: Replace completion-dolist with dolist.
14104         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14105         dotimes.
14107 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14109         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14110         environment names before they go into the section regexp.
14112         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14113         char class in regexp.
14115         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14116         `case-fold-search' to nil.
14118         * progmodes/idlwave.el (idlwave-template): Respect
14119         `idlwave-abbrev-change-case'.
14120         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14121         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14122         idlwave-while): respect `idlwave-reserved-word-upcase'.
14123         (idlwave-rw-case): New function.
14124         (idlwave-statement-match): Fixed problem with assignment regexp.
14125         (idlwave-font-lock-keywords): Improved regexp for keyword
14126         parameters.
14127         (idlwave-surround): New argument LENGTH to support padding of
14128         operators longer than 1 char.
14130         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14131         idlwave-shell-expression-overlay.  Implemented printing of
14132         expressions on higher levels of the calling stack.
14133         (idlwave-shell-display-level-in-calling-stack): Restore stack
14134         level.
14135         (idlwave-retrieve-expression-from-level): New function.
14136         (idlwave-shell-last-calling-stack): Variable removed.
14137         (idlwave-shell-reset): Argument action reversed (`visible' to
14138         `hidden').  Also remove stop-line overlay.
14139         (idlwave-shell-calling-stack-routine): New variable.
14140         (idlwave-shell-parse-stack-and-display): Messages now display
14141         negative level numbers.
14142         (idlwave-shell-mode): Set `modeline-format'.
14143         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14144         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14145         21.
14146         (idlwave-shell-print-expression-function): New option.
14148         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14149         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14150         `tool-bar' instead of `toolbar'.
14152 2000-02-02  Dave Love  <fx@gnu.org>
14154         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14155         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14157         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14158         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14159         the new builtins directly.
14161         * whitespace.el (whitespace): Add :version to defgroup.
14163         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14164         Doc fix.
14166         * thingatpt.el (sexp-at-point, symbol-at-point)
14167         (number-at-point, list-at-point): Add autoload cookie.
14169         * recentf.el (recentf): Add :version to defgroup.
14171         * quickurl.el (quickurl): Add :version to defgroup.
14173         * elide-head.el (elide-head): Use point-marker more.
14175         * bs.el (bs): Add :version to defgroup.
14177         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14179         * progmodes/delphi.el (delphi): Add :version to defgroup.
14181 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14183         * ange-ftp.el (ange-ftp-write-region): Handle case that
14184         succeeding process operation sets a different coding system.
14186         * calculator.el: New file.
14188 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14190         * frame.el (frames-on-display-list, framep-on-display): New
14191         functions.
14192         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14193         (display-selections-p, display-screens, display-pixel-width)
14194         (display-pixel-height, display-mm-width, display-mm-height)
14195         (display-backing-store, display-save-under, display-planes)
14196         (display-color-cells, display-visual-class): New functions.
14198         * term/tty-colors.el (tty-color-gray-shades): New function.
14200         * faces.el (display-color-p): Use framep-on-display.
14201         (display-grayscale-p): New function.
14203 2000-01-31  Dave Love  <fx@gnu.org>
14205         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14206         (create-fontset-from-x-resource): Don't concat integers.
14208 2000-01-31  Inge Frick  <inge@nada.kth.se>
14210         * view.el: Some changes in documentation.  Removed some trailing
14211         whitespace. Changed some parameter names to agree with
14212         documentation.
14213         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14214         window is not deleted.  Modifies change 1998-04-26.
14216 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14218         * windmove.el: New file.
14220         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14221         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14222         progmodes/ebnf-yac.el: Update copyright and license info.
14224         * jit-lock.el (jit-lock-function): Widen before calculating end
14225         position.
14226         (jit-lock-stealth-chunk-start): Rewritten.
14228         * info.el (Info-title-face-alist): Removed.
14229         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14230         faces.
14231         (Info-fontify-node): Use these faces.
14233 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14235         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14236         (cl-macro-list1): Recognize `&allow-other-keys' instead of
14237         `&allow-other-keywords'.
14239         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14240         the list of directories scanned heuristically.
14242         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14243         exist.
14245 2000-01-30  Jason Rumney  <jasonr@gnu.org>
14247         * w32-fns.el: Define w32-tty-standard-colors.
14249         * startup.el (command-line): Use w32-tty-standard-colors when in
14250         w32 console mode.
14252 2000-01-30  Dave Love  <fx@gnu.org>
14254         * jka-compr.el (jka-compr-load): Fix up load-history.
14256         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14258         * emacs-lisp/cl-macs.el: Revert previous change.
14260 2000-01-29  Dave Love  <fx@gnu.org>
14262         * facemenu.el: Purecopy various strings.
14264         * timezone.el (timezone-fix-time): Window against 69 for two-digit
14265         years.  Deal with three-digit years.
14267         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14268         defconst, purecopy.
14269         (help-back-label): Purecopy it.
14271 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14273         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14274         variable. If non-nil, order the buffer list according to the
14275         currently selected frame.
14276         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14277         non-nil, pass the selected frame to function buffer-list.
14279 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14281         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14283 2000-01-28  Dave Love  <fx@gnu.org>
14285         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14287         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14288         Don't use lisp-indent-hook property.
14289         (cl-abs): Remove.
14291         * subr.el: Move out indent and edebug specs for when and unless.
14293         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14294         when, unless.
14296         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14297         unless, when.
14299 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
14301         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14302         `collecting' as synonym for `collect'.
14304         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14305         for the case it contains spaces.
14307         * simple.el (what-cursor-position): Change formatting of
14308         messages.
14310         * frame.el (delete-other-frames): New function.
14311         (toplevel): Bind it to C-x 5 1.
14313         * sort.el (sort-numeric-base): New option.
14314         (sort-numeric-fields): If number starts with `0' or `0[xX[',
14315         interpret it as octal or hexadecimal.  Use sort-numeric-base
14316         as default base.
14318         * progmodes/glasses.el: New file.
14320 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
14322         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14323         userids differently.
14325         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14326         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14327         progmodes/ebnf-yac.el: New files.
14329 2000-01-26  Dave Love  <fx@gnu.org>
14331         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14332         on a function with an empty body.  [From Eric Ludlam.]
14334 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
14336         * vc.el (vc-version-diff): Make sure file name is expanded.
14338 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
14340         * scroll-bar.el (scroll-bar-timer): Variable removed.
14341         (scroll-bar-toolkit-scroll): Don't use a timer.
14343 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
14345         * language/thai-util.el (thai-composition-function): Delete
14346         superfluous `a'.
14348 2000-01-24  Dave Love  <fx@gnu.org>
14350         * fortran.el (fortran-mode): Use beginning-of-defun-function,
14351         end-of-defun-function.
14353         * font-lock.el (turn-on-font-lock): Don't depend on window-system
14354         &c.
14356 2000-01-22  Jason Rumney  <jasonr@gnu.org>
14358         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14359         conflicts with new face support.
14361 2000-01-22  Richard M. Stallman  <rms@gnu.org>
14363         * replace.el (query-replace): Rename last arg to DELIMITED.
14364         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14365         (query-replace-regexp): Likewise.
14367 2000-01-20  Richard M. Stallman  <rms@gnu.org>
14369         * subr.el (with-syntax-table): Use make-symbol, not gensym.
14371         * emacs-lisp/lisp.el (beginning-of-defun-function):
14372         Variable renamed from beginning-of-defun.
14373         Do not call make-variable-buffer-local.
14374         (beginning-of-defun-raw): Use new variable name; doc fix.
14375         (beginning-of-defun): Doc fix.
14376         (end-of-defun-function): Variable renamed from end-of-defun.
14377         Do not call make-variable-buffer-local.
14378         (end-of-defun): Use new variable name; doc fix.
14380         * subr.el (dolist, dotimes): Copied from cl-macs.el
14381         and made to work.
14383         * mail/undigest.el (rmail-digest-end-regexps):
14384         Variable replaces rmail-digest-end-regexp.
14385         Allows multiple regexps for detecting the end line.
14386         (undigestify-rmail-message): Corresponding changes.
14388 2000-01-19  Dave Love  <fx@gnu.org>
14390         * files.el (user-init-file): Don't declare here -- is primitive.
14392         * startup.el (command-line): Check for compiled user-init-file and
14393         set to uncompiled version if necessary.
14395 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14397         * mail/undigest.el (rmail-digest-end-regexp): New user option.
14398         (undigestify-rmail-message): Use it.
14400         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14402 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
14404         * tmm.el (tmm-goto-completions): Adapt to prompt being part
14405         of mini-buffer.
14407 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
14409         * emacs-lisp/copyright.el (copyright-update): Removed the
14410         requirement for a trailing space from `copyright-regexp', to
14411         support copyrights with owner specified on a separate line..
14413         * align.el: New file.
14415         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14417         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14419 2000-01-13  Dave Love  <fx@gnu.org>
14421         * ph.el: Removed.  (Obsoleted by EUDC.)
14423 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14425         * net/eudc.el (toplevel): Remove autoloaded code installing
14426         menu with easymenu, because that causes build problems.
14428         * frame.el (frame-notice-user-settings): New variable.
14429         (frame-notice-user-settings): Don't modify frame parameters
14430         if called a second time.
14432 2000-01-13  Richard M. Stallman  <rms@gnu.org>
14434         * frame.el (frame-notice-user-settings):
14435         Notice default-frame-parameters even for non-window frames.
14437 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14439         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14440         for Emacs.
14441         (eudc-bob-can-display-inline-images): Extend for Emacs.
14442         (eudc-bob-toggle-inline-display): Ditto.
14443         (eudc-bob-display-jpeg): Ditto.
14445 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
14447         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14448         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14449         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14451         * add-log.el (add-change-log-entry): Fix error trying an `(insert
14452         nil)'.
14454         * subdirs.el: Add `net' directory.
14456         * net: New directory.
14458         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14459         eval-last-sexp.  Don't bind debug-on-error here.
14460         (eval-last-sexp): New function.  Bind debug-on-error if
14461         eval-expression-debug-on-error is non-nil.
14462         (eval-defun-2, eval-defun): Likewise.
14464         * simple.el (eval-expression): Don't bind debug-on-error if
14465         eval-expression-debug-on-error is nil.  Detect changed
14466         debug-on-error, and propagate new value to global binding, if
14467         eval-expression-debug-on-error is non-nil,
14468         (eval-expression-debug-on-error): Change doc string.
14470 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14472         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14474         * emacs-lisp/lisp-mode.el (with-syntax-table):
14475         Set up lisp-indent-function property.
14477         * subr.el (with-syntax-table): Moved from simple.el.
14479         * simple.el (with-syntax-table): Moved to subr.el.
14481 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
14483         * tmm.el (tmm-shortcut): Delete region after prompt instead
14484         of erasing buffer.
14486         * textmodes/fill.el (fill-common-string-prefix): New function.
14487         (fill-context-prefix): Use the longest common prefix of first
14488         and second line fill prefix, if there is one.
14490 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14492         * array.el (array-mode): Don't use make-variable-buffer-local.
14493         Use make-local-variable for `truncate-lines'.
14495 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
14497         * add-log.el (add-log-current-defun): Handle user-defined
14498         add-log-current-function returning nil,
14500         * add-log.el (add-change-log-entry): Insert version number
14501         if having found a current function
14503         * add-log.el (add-log-current-defun): Call
14504         `add-log-current-defun-function'.  Try matches at level 0 and
14505         level 1.  Strip whitespace from defun found.
14507 2000-01-10  John Wiegley  <johnw@gnu.org>
14509         * allout.el (isearch-done/outline-provisions): Added `edit'
14510         argument to correspond with the current definition of
14511         `isearch-done'.
14513 2000-01-10  Dave Love  <fx@gnu.org>
14515         * elide-head.el (elide-head): Use point-marker, not point.
14517 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
14519         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14520         before and after the year 2000.
14522         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14523         Add ispell- prefix.
14525 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
14527         * ispell.el:  Only define dictionaries in menus when they exist.
14528         (version18p): New variable.
14529         (version20p): New variable.
14530         (xemacsp): New variable.
14531         (ispell-choices-win-default-height): Fix for XEmacs visibility.
14532         (ispell-dictionary-alist1): Added Brasileiro dictionary.
14533         (ispell-dictionary-alist6): Russian command lines no longer accept
14534         run-together words.
14535         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14536         (ispell-dictionary-alist): Add koi8-r to customize definition.
14537         (check-ispell-version): Added documentation string.  Returns
14538         library path when called non-interactively.
14539         (ispell-menu-map-needed): Uses new variables.
14540         (ispell-library-path): New variable.
14541         (ispell-decode-string): XEmacs fix for bogus variable bindings.
14542         (ispell-word): Improved documentation string.  Test for valid
14543         character mappings.  Correctly check typed in word changes that can
14544         result in single words split into multiple words.  Returns
14545         replacement word.
14546         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
14547         replace in recursive query replace mode.  Help message for
14548         recursive edit mode.
14549         (ispell-show-choices): Protect against bad framepop bindings.
14550         (ispell-help): Fix to work with XEmacs.
14551         (ispell-highlight-spelling-error): Use new variables.
14552         (ispell-overlay-window): Fix to work with XEmacs.
14553         (ispell-parse-output): Passed and returns location information
14554         tracking spelling corrections.  Doesn't recheck same word on
14555         current line.
14556         (ispell-init-process): Protect against bogus XEmacs variable binding.
14557         Fix call to single argument in sleep-for.  Use new variables.
14558         (ispell-region): Passed and returns location information tracking
14559         spelling corrections.  Doesn't check same word on current line.
14560         Improved documentation string.  Doesn't resend a line already
14561         checked to the ispell process - fixes bug in LaTeX parsing.
14562         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14563         (ispell-skip-region): No longer skips <TT> in SGML.
14564         (ispell-process-line): Tracks location information with spelling
14565         corrections.  Added documentation string.  Accounts for words
14566         already accepted on this line.  Don't allow query-replace on line
14567         starting with math characters.  Doesn't resend a line already sent
14568         to ispell process.  Fixes alignment error bug.
14570 2000-01-10  Richard M. Stallman  <rms@gnu.org>
14572         * dired-x.el (dired-guess-shell-alist-default):
14573         Suggest xloadimage, which is free, not xv, which isn't.
14575         * ange-ftp.el (ange-ftp-file-name-nondirectory):
14576         Don't ever include the host name or user name in the value.
14578 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14580         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14581         of a real newline.
14583 2000-01-09  Stephen Eglen  <stephen@gnu.org>
14585         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14586         for .png files.
14588 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
14590         * cus-edit.el (custom-hook-convert-widget): Fix comment.
14592 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14594         * progmodes/cperl-mode.el: Replace ^F with ^L.
14596         * sendmail.el (toplevel): Provide `sendmail' when compiling
14597         before `require'ing rmail and mailalias to prevent infinite
14598         recursion.
14600 2000-01-08  Dave Love  <fx@gnu.org>
14602         * emacs-lisp/backquote.el: Remove inappropriate customization
14603         (allowing custom.el to use backquote).
14605 2000-01-07  Dave Love  <fx@gnu.org>
14607         * add-log.el (add-log-debugging): Deleted.
14608         (add-change-log-entry): Treat a backup FILE-NAME as its parent
14609         file.  Remove debugging code.
14610         (change-log-get-method-definition, change-log-name): Add doc.
14611         (change-log-sortable-date-at): New function.
14612         (change-log-merge): New command.
14614         * time.el (display-time-string-forms): Make the Mail string active.
14615         (display-time-update): Provide help-echo for load average.
14617         * bindings.el (make-mode-line-mouse2-map): New function.
14618         (mode-line-modified): Use it and simplify.
14619         (mode-line-mule-info): Provide help-echo info.
14620         (minor-mode-alist): Activate the strings.
14621         (make-mode-line-mouse-sensitive): Simplify for
14622         mode-line-buffer-identification.
14624 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
14626         * play/pong.el: New file.
14628 2000-01-06  Dave Love  <fx@gnu.org>
14630         * array.el: Assorted cleanups for compiler warnings, doc strings,
14631         `array-' prefix for symbols.
14633 2000-01-05  Dave Love  <fx@gnu.org>
14635         * textmodes/outline.el (outline-mode-menu-bar-map): Add
14636         outline-headers-as-kill.
14637         (outline-mode): Define imenu-generic-expression.
14638         (outline-headers-as-kill): New command.
14640         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14641         from paragraph-start.
14642         (paragraph-indent-minor-mode): New command.
14644         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14645         M-C-e, M-C-h, C-j, C-xnd, TAB.
14646         (fortran-mode): Set beginning-of-defun, end-of-defun.
14647         (fortran-column-ruler): Simplify.
14648         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14649         (fortran-with-subprogram-narrowing): Likewise.
14650         (fortran-indent-subprogram): Call mark-defun.
14651         (fortran-check-for-matching-do): Change narrowing.
14653         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14654         (cl-lucid-hash-tag): Delete.
14655         (cl-hash-table-p): Correct test for native table.
14656         (cl-hash-table-count): Use hash-table-count.
14658         * browse-url.el (browse-url): Fix case of
14659         browse-url-browser-function being an alist.
14661 2000-01-05  Carsten Dominik  <cd@gnu.org>
14663         * textmodes/reftex-vars.el (reftex-parse-file-extension)
14664         (reftex-index-phrase-file-extension): New options.
14666         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14667         Use new option `reftex-index-phrase-file-extension'.
14669         * textmodes/reftex.el (reftex-access-parse-file): Use new option
14670         `reftex-parse-file-extension'.
14672 2000-01-05  Dave Love  <fx@gnu.org>
14674         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14675         (beginning-of-defun-raw): Use it.
14676         (end-of-defun): New variable.
14677         (end-of-defun): Use it.
14678         (check-parens): New command.
14680 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
14682         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14683         (hs-show-block): Don't use `mapcar' when not accumulating.
14685         Fix buglet in local variables initialization.
14687 2000-01-05  Andreas Schwab  <schwab@suse.de>
14689         * hscroll.el (hscroll): Doc fix.
14691 2000-01-05  Carsten Dominik  <cd@gnu.org>
14693         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14694         idlw-toolbar.
14696         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14697         file idlw-rinfo.el.
14698         (idlwave-customize): load must read file idlw-shell.el.
14699         (idlwave-create-customize-menu): load must read file idlw-shell.el.
14701 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
14703         * progmodes/idlw-shell.el: Also provide idlwave-shell
14704         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14705         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14707         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14708         both reftex-dcr and reftex-vcr.
14710         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14712 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14714         * ps-print.el: PostScript code now is in separate files, doc fix.
14715         (ps-print-version): New version number (5.0.3).
14716         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14717         local.
14718         (ps-spool-config): Initialization fix.
14719         (ps-print-prologue-1, ps-print-prologue-2)
14720         (ps-print-duplex-feature): PostScript code moved to separated file.
14721         (ps-background-image): Little code reformating.
14722         (ps-begin-file, ps-begin-job): Fix code.
14723         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14724         (ps-prologue-file): New fun.
14726 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14728         * ps-vars.el: Eliminated.
14730         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14731         `;;;###autoload'.
14733         * ps-print.el: ps-vars eliminated, doc fix.
14734         (ps-print-version): New version number (5.0.2).
14735         (ps-spool-config): Initialization fix.
14736         (ps-print-customize): New fun.
14738 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
14740         * autorevert.el (auto-revert-mode): Return value of
14741         auto-revert-mode.
14743 2000-01-04  Dave Love  <fx@gnu.org>
14745         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14746         menu items.
14748 2000-01-03  Dave Love  <fx@gnu.org>
14750         * elide-head.el (elide-head) [defgroup]: Add :version.
14752         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14753         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14754         `cl-hash-table-p', not `hash-table-p'.
14755         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14757 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14759         * faces.el (face-read-integer, read-face-attribute)
14760         (color-defined-p, color-values): unspecified-{f,b}g are now
14761         strings.
14763 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14765         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14766         at comment end, and re-insert them after filling.
14768 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14770         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14771         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14772         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14774 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14776         * term/x-win.el (xw-defined-colors): Call color-supported-p,
14777         the new name of face-color-supported-p.
14779         * term/w32-win.el (xw-defined-colors): Likewise.
14781 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14783         * simple.el (completion-setup-function): Count completion-size
14784         from minibuffer-prompt-end, not from point-min.
14786 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
14788         * faces.el (read-face-attribute, defined-colors, color-defined-p):
14789         Pass the frame to tty-color-* functions.
14790         (display-color-p, frame-set-background-mode): Pass the frame to
14791         tty-display-color-p.
14793         * term/tty-colors.el (tty-defined-color-alist): Renamed from
14794         tty-color-alist.
14795         (tty-color-alist, tty-modify-color-alist): New functions.
14796         (tty-color-define,  tty-color-clear, tty-color-approximate)
14797         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14798         an optional parameter FRAME.
14800 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
14802         * image.el (create-image, defimage): Don't assume image data is a
14803         string.
14805         * image.el (defimage): Handle specifications containing :data
14806         instead of :file.
14807         (image-type-from-data): New function.
14808         (image-type-from-file-header): Use it.
14809         (create-image): Add parameter DATA-P.
14811 See ChangeLog.8 for earlier changes.
14813 ;; Local Variables:
14814 ;; coding: iso-2022-7bit
14815 ;; End: