(diary-float): Fix case of MONTH
[emacs.git] / lisp / ChangeLog
blobbac8e169de236828ffabba2f6e14e0376f42b91a
1 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4         being a list of numbers.
5         (diary-mail-entries): Rewritten.
7 2001-01-23  Dave Love  <fx@gnu.org>
9         * international/mule.el (make-coding-system): Fix typo.
11         * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
12         backward-paragraph as font-lock-beginning-of-syntax-function.
14 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
16         * font-lock.el (font-lock-mode): Doc fix.
18 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
20         * international/mule.el (make-translation-table): Fix docstring.
22 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
24         * mail/rmail.el (rmail-redecode-body): New function.
26         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
28 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
30         * isearch.el (isearch-lazy-highlight-case-fold-search)
31         (isearch-lazy-highlight-regexp): New variables.
32         (isearch-lazy-highlight-cleanup): Update lazy highlight if
33         case-fold search or regexp search has been toggled.
35         * wid-edit.el (widget-button-click): Avoid a save-excursion
36         around running a global binding.
38         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
39         to 0.25.
41 2001-01-20  Miles Bader  <miles@gnu.org>
43         * cus-edit.el (custom-face-save): Do post-processing on the face's
44         new value like `custom-face-set' does.
46 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
48         * mail/emacsbug.el (report-emacs-bug): Report the value of
49         LC_CTYPE, not LC_TYPE.
51         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
52         isearch-toggle-regexp and isearch-edit-string to doc string.
54 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
56         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
57         as font-lock-beginning-of-syntax-function in font-lock-defaults.
59         * jit-lock.el (jit-lock-fontify-now): Don't bind 
60         font-lock-beginning-of-syntax-function to nil.
62 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
64         * mail/emacsbug.el (report-emacs-bug): Report values of
65         locale-coding-system, default-enable-multibyte-characters, and the
66         environment variables LC_ALL, LC_TYPE, and LANG.
68 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
70         * font-lock.el (font-lock-default-fontify-region): Fix last
71         change.
72         
73         * font-lock.el (font-lock-multiline): Default to nil.
74         (font-lock-default-fontify-region): If font-lock-multiline is
75         nil, don't check the property `font-lock-multiline'.
77         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
78         is nil, don't check the `font-lock-multiline' text property.
80 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
82         * viper.el: Call initial-major-mode on startup.
83         
84         * ediff.el (ediff-patch-file): Use better defaults.
85         
86         * ediff-vers.el: Fix for 8+3 DOS file systems.
87         
88 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
89         
90         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
91         diff mode, if available.
92         
93 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
94         
95         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
96         
97         * ediff-init.el (subst-char-in-string): Define and use it, unless
98         it's already defined.
99         
100 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
102         * tooltip.el (tooltip-hide-delay): New user-option.
103         (tooltip-show): Use tooltip-hide-delay instead of the default.
105 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
107         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
108         kill-local-variable doesn't work for enable-multibyte-characters.
110 2001-01-17  Dave Love  <fx@gnu.org>
112         * ediff-init.el (ediff-before-setup-hook)
113         (ediff-merge-filename-prefix): Add :version.
115         * international/latin1-disp.el: Require disp-table.
116         (latin1-display): Fix :set.
118         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
120 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
122         * isearch.el (isearch-lazy-highlight-initial-delay)
123         (isearch-lazy-highlight-interval): Default to 0.
125 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
127         * isearch.el (isearch-highlight): Set isearch-overlay priority to
128         1 here rather than each time through
129         isearch-lazy-highlight-new-loop.
130         (isearch-lazy-highlight-max): Variable deleted.
131         (isearch-lazy-highlight-max-at-a-time): New user variable, like
132         isearch-lazy-highlight-max but controls a single invocation of
133         isearch-lazy-highlight-update.
134         (isearch-lazy-highlight-wrapped): Variable recreated.
135         (isearch-lazy-highlight-window-start): New variable.
136         (isearch-lazy-highlight-cleanup): Restored to behavior of
137         before 2-Jan.
138         (isearch-lazy-highlight-remove-overlays): Function deleted;
139         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
140         behavior removed.
141         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
142         isearch-lazy-highlight-update in a loop rather than just once.
143         Test isearch-invalid-regexp here and decide not to start a new
144         loop, rather than testing it each time through
145         isearch-lazy-highlight-update.
146         (isearch-lazy-highlight-search): Function restored.
147         (isearch-lazy-highlight-update): Get called in a timer loop again,
148         but this time highlight more than one match each time through.
149         Only highlight matches in the visible part of the window.  Start
150         at point, move in the direction of the search, and wrap around at
151         the edge of the window.  Use sit-for to force redisplay and ensure
152         window-start is credible.  "Face suppressing" behavior removed;
153         overlay priorities should make it unnecessary, right?
154         (isearch-highlight): Face suppressing behavior removed.
155         (isearch-dehighlight): Face suppressing behavior removed.
156         (isearch-set-lazy-highlight-faces-at): Removed.
158 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
160         * language/european.el ("Latin-1"): Make the format of description
161         about additional language environments same as that of Latin-2.
163 2001-01-16  Dave Love  <fx@gnu.org>
165         * isearch.el (isearch-lazy-highlight): Add :version.
167         * simple.el (backward-delete-char-untabify-method)
168         (next-line-add-newlines): Add :version.
170 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
172         * bindings.el: Bind <backspace> and <delete> via function-key-map.
173         Don't bind <delete> otherwise.
175         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
176         and <delete> via function-key-map.
178         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
179         Subject line only if point is after the `Subject:'.
181 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
183         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
184         japanese-jisx0213-2 in `charset' property of this lang. env.
186         * language/european.el ("Latin-1"): Add description for Dutch and
187         Spanish lang. env.
189         * international/mule.el (decode-char): Fix conditions.
190         (encode-char): Handle eight-bit-control too.
191         (transform-make-coding-system-args): New function.
192         (make-coding-system): Accept XEmacs style arguments for CCL base
193         coding system.
195 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
197         * progmodes/etags.el (find-tag-noselect): Save the value of
198         tags-file-name before switching buffers, for the case it has a
199         buffer-local value.
201 2001-01-15  Alex Schroeder  <alex@gnu.org>
203         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
204         From Dave Love <fx@gnu.org>.
205         (ansi-color-for-comint-mode): Fix :version.
207 2001-01-15  Alex Schroeder  <alex@gnu.org>
209         * ansi-color.el (ansi-color-unfontify-region): Doc change.
211 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
213         * dired.el (dired-insert-directory): If file-system-info fails,
214         remove the " free " part, but don't signal an error.
216 2001-01-12  Sam Steingold  <sds@gnu.org>
218         * bookmark.el (bookmark-maybe-historicize-string):
219         Use new backquote syntax.
221 2001-01-12  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
223         * subr.el (last): Handle a list that doesn't end in nil.
225 2001-01-12  Sam Steingold  <sds@gnu.org>
227         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
228         to `backward-delete-char-untabify'.
230 2001-01-12  Dave Love  <fx@gnu.org>
232         * cus-edit.el (customize-menu-create): Fix the :filter following
233         easymenu change.
235         * wid-edit.el (function): Add :match-alternatives.
236         (widget-color-action): Doc fix.
238 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
240         * calendar/calendar.el (calendar-basic-setup): Doc fix.
242 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
244         * international/mule-cmds.el (prefer-coding-system): Fix
245         docstring.
247         * international/ccl.el (define-ccl-program): Fix docstring.
249 2001-01-11  Dave Love  <fx@gnu.org>
251         * international/mule-cmds.el (standard-display-european-internal):
252         Set display table for 2208 as for 160.
254         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
256         * progmodes/fortran.el (fortran-mode-map): Modify Customization
257         entry for custom-menu-create change.
258         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
259         don't cons it in the search loop.
261         * imenu.el (imenu--truncate-items): Revert last change.
263 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
265         * info.el (Info-setup-header-line): If the node header includes
266         either Next: or Prev: links, don't show the File: and Node: parts
267         in the header line.
269 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
271         * comint.el (comint-goto-process-mark): Don't print a message
272         when running in batch mode.
274         * isearch.el (isearch-search): In the condition-case handler for
275         `error', set isearch-invalid-regexp to the whole error message.
277         * subr.el (eval-after-load): Call load-symbol-file-load-history to
278         ensure that eval-after-load works for files dumped with Emacs.
280         * help.el (load-symbol-file-load-history): New function extracted
281         from function symbol-file.
282         (symbol-file): Use it.
284         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
285         exit.xpm.
287 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
289         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
290         behave as if there were no prefix argument.
291         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
292         argument were nil.
294 2001-01-11  Richard M. Stallman  <rms@gnu.org>
296         * isearch.el (isearch-lazy-highlight-update):
297         Don't look for more potential matches once maximum is exceeded.
298         Use overlays-in to check correctly for overlap with current match.
299         Ignore empty matches.
301 2001-01-11  Miles Bader  <miles@gnu.org>
303         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
304         (ispell-overlay-window, ispell-help, ispell-show-choices)
305         (ispell-command-loop): Use it instead of `window-height'.
307 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
309         * files.el (confirm-kill-emacs): New user-option.
310         (save-buffers-kill-emacs): Ask for final confirmation before
311         killing Emacs.
313         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
314         to nil.
316 2001-01-10  Dave Love  <fx@gnu.org>
318         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
320         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
321         :type.
323         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
325         * calculator.el (calculator-number-digits): Fix :type.
327         * vc-cvs.el (vc-cvs-header): Fix :type.
328         * vc-rcs.el (vc-rcs-header): Fix :type.
329         * vc-sccs.el (vc-sccs-header): Fix :type.
331         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
333         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
335         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
337 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
339         * simple.el (set-variable): Force a thorough redisplay for the
340         case that the variable has an effect on the display, like
341         `tab-width' has.
343 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
345         * vc.el: Add documentation for backend interface.
347 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
349         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
351         * international/mule-conf.el (latin-extra-code-table): Set to t
352         for \223 and \224.
354 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
356         * international/mule-cmds.el (locale-language-names): Map "es" to
357         "Spanish" and "nl" to "Dutch".
359 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
361         * bindings.el (global-map): Bind <home> to beginning-of-line,
362         <end> to end-of-line, C-<home> to beginning-of-buffer, and
363         C-<end> to end-of-buffer.
365         * language/european.el: Add Dutch and Spanish language info
366         to be able to use the appropriate tutorials.
368 2001-01-09  Alex Schroeder  <alex@gnu.org>
370         * ansi-color.el (ansi-color-process-output): Use markers instead
371         of positions for start and end of region.
372         (ansi-color-apply-on-region): Rewrote code to make it more robust.
373         Previously, occasional mistakes happend when fontifying many
374         chunks of output (eg. ls --color=yes /dev).  This happened
375         whenever an overlay was created up to the end of the region, which
376         coincided with the process-mark.  New text would then be added
377         within that overlay instead of after it.
378         (ansi-color-make-extent): Overlays are created with the property
379         `modification-hooks' set to '(ansi-color-freeze-overlay).
380         (ansi-color-freeze-overlay): New function.  When inserting text at
381         the end of the overlay, the overlay will resize.
383 2000-01-09  Alex Schroeder  <alex@gnu.org>
385         * ansi-color.el (ansi-color-process-output): Doc change.
386         (ansi-color-unfontify-region): Doc change.  No longer installed
387         automatically in font-lock-unfontify-region-function.
388         (ansi-color-apply): Doc change.
389         (ansi-color-apply-on-region): Use extents or overlays instead of
390         text-properties.
391         (ansi-color-make-extent): New function.
392         (ansi-color-set-extent-face): New function.
394 2000-01-09  Alex Schroeder  <alex@gnu.org>
396         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
397         both use ansi-color-process-output, now.
398         (ansi-color-process-output): Doesn't return string anymore.  It is
399         installed in comint-output-filter-functions for both Emacs and
400         XEmacs, now.
401         (ansi-color-unfontify-region): Simplified code removing variables
402         pos and start-ansi.
403         (ansi-color-apply): Put text-property ansi-color before putting
404         text-property face because ansi-color-unfontify-region is called
405         immediately after the call to put-text-property.
406         (ansi-color-context-region): Doc change.
407         (ansi-color-filter-region): Simplified code.
408         (ansi-color-apply-on-region): Changed start to start-marker, using
409         a marker explicitly.  Put text-property ansi-color before putting
410         text-property face because ansi-color-unfontify-region is called
411         immediately after the call to put-text-property.
413 2000-01-09  Alex Schroeder  <alex@gnu.org>
415         * ansi-color.el (ansi-color-faces-vector): Doc change.
416         (ansi-color-for-comint-mode): Changed :type property to choice.
417         (ansi-color-last-context): Removed.
418         (ansi-color-process-output): Don't use ansi-color-last-context, as
419         the main functions will store their context now.
420         (ansi-color-context): Doc change.
421         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
422         Uses ansi-color-context such that repeated calls will strip
423         partial escape sequences, too.
424         (ansi-color-apply): Simplified code.  Colorize end of string if
425         face is not null.  Store context in new (FACE STRING) format, such
426         that repeated calls will strip partial escape sequences, too.
427         Append faces to face property using ansi-color-apply-sequence such
428         that cumulative mode actually works.
429         (ansi-color-context-region): New variable.
430         (ansi-color-filter-region): Rewrote it based on
431         ansi-color-apply-on-region.  Uses ansi-color-context-region such
432         that repeated calls will strip partial escape sequences, too.
433         (ansi-color-apply-on-region): Simplified code.  Colorize end of
434         region if face is not null.  Store context in new (FACE POS)
435         format, such that repeated calls will strip partial escape
436         sequences, too.  Append faces to face property using
437         ansi-color-apply-sequence such that cumulative mode actually
438         works.
439         (ansi-color-apply-sequence): New function.
440         (ansi-color-get-face): When the default face is added to the list
441         of faces, all previous settings are discarded and the list of
442         faces is set to '(default).
444 2000-01-09  Alex Schroeder  <alex@gnu.org>
446         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
447         face, such that ansi-color-apply and ansi-color-apply-on-region
448         will do the right thing.
449         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
450         returns nil, set the list of faces back to nil instead of
451         appending the result of ansi-color-get-face to the front of the
452         list.
454 2000-01-09  Alex Schroeder  <alex@gnu.org>
456         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
457         (ansi-color-process): Doc change.
458         (ansi-color-last-context): New buffer-local variable.
459         (ansi-color-process-output): New function.  It is automatically
460         added to comint-output-filter-functions if this is XEmacs.
461         (ansi-color-unfontify-region): New optional parameter for XEmacs
462         compatibility.  Check wether font-lock-syntactic-keywords is
463         boundp before removing the syntax table text property, as XEmacs
464         doesn't have it.
465         (ansi-color-filter-region): Doc change.
466         (ansi-color-apply-on-region): Doc change.
467         (ansi-color-make-face): New function.  Compatibility layer for
468         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
469         (ansi-color-make-color-map): Use ansi-color-make-face.
470         (ansi-color-get-face): Avoid face text property '(nil) as results
471         in an errow for XEmacs.
473 2000-01-09  Alex Schroeder  <alex@gnu.org>
475         * ansi-color.el (ansi-color-unfontify-region): New function.  Uses
476         text-property ansi-color in order to preserve fontification by
477         ansi-color.  When the package is loaded, a lambda expression is
478         put onto font-lock-mode-hook.  This lambda expression will check
479         font-lock-unfontify-region-function and replace
480         font-lock-default-unfontify-region with
481         ansi-color-unfontify-region.
482         (ansi-color-apply): Add text-property ansi-color in addition to
483         text-property face.
484         (ansi-color-apply-on-region): Add text-property ansi-color in
485         addition to text-property face.
486         (save-buffer-state): Copy of the macro that is also used by
487         lazy-lock and font-lock.
489         (ansi-color-for-comint-mode): New option.
490         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
491         (ansi-color-for-comint-mode-off): Ditto.
492         (ansi-color-for-comint-mode-filter): Ditto.
493         (ansi-color-process): New function.  Uses
494         ansi-color-for-comint-mode to decide what to do.  This function is
495         added to comint-preoutput-filter-functions when the package is
496         loaded.
498         (ansi-color-for-shell-mode-set): Removed.
499         (ansi-color-for-shell-mode): Removed.
501 2000-01-09  Alex Schroeder  <alex@gnu.org>
503         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
504         the lambda expression from the ansi-color-for-shell-mode :set
505         property.  Additionally, modify shell-mode-hook to enable or
506         disable font-lock-mode for future shell buffers.
507         (ansi-color-for-shell-mode): The :set property calls
508         ansi-color-for-shell-mode-set instead of a lambda expression.
510 2000-01-09  Alex Schroeder  <alex@gnu.org>
512         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
513         (ansi-color-context): New variable.
514         (ansi-color-apply): Save context between calls.
516 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
518         * isearch.el (isearch, isearch-lazy-highlight-face): New
519         definitions for face colors and attributes.
521         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
522         of display-mouse-p.
524 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
526         * international/mule.el (make-coding-system): If the coding system
527         accepts extra latin codes, register such codes as safe for the
528         coding system.
530 2001-01-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
532         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
533         don't mention the file name or the date here, because they are
534         logged at the start of the file.
536 2001-01-08  Richard M. Stallman  <rms@gnu.org>
538         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
539         Change screen-width to frame-width.
541 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
543         * info.el (Info-search): Print the default as part of the prompt.
545 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
547         * vc.el (vc-default-latest-on-branch-p): New function, replaces
548         constant implementations in backends.
550         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
551         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
553         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
554         WRITABLE to EDITABLE.
556         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
557         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
558         to EDITABLE.
560 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
562         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
563         (copyright, copyright-update): Compute the current year at run
564         time.
566 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
568         * isearch.el (isearch-old-signal-hook): Removed.
569         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
570         instead of setting signal-hook-function.
571         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
573 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
575         * emulation/edt.el: Update to version 4.0.  Provide support for
576         EDT scroll margins at top and bottom of the window.  Provide an
577         emulation of the EDT SUBS command (bound to GOLD-Enter, by
578         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
579         user when file-related buffer modifications exist.  Provide
580         support for running EDT Emulation in XEmacs.  Provide customize
581         access to some user updatable variables.  Add Commentary section
582         to file header.  Fixed a few minor bugs and cleaned up some code.
584         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
585         for detecting a keypress that generates an ASCII key sequence.
586         (Previously, only a keypress that generates a vector was
587         recognized.)  Embed Window Manager name into name of the generated
588         EDT Emulation initialization file since the initialization file is
589         Window Manager specific.  Add Commentary section to file header.
591 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
593         * mail/sendmail.el (mail-mode): Doc fix.
595         * info.el (Info-goto-emacs-command-node): Doc fix.
596         (Info-goto-emacs-key-command-node): Doc fix.
598 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
600         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
601         systems without long file-name support.
603 2001-01-06  Andrew Innes  <andrewi@gnu.org>
605         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
607 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
609         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
610         (isearch-lazy-highlight-update): Doc fix.
612         * ffap.el (ffap-bindings): Doc fix.
614         * dired-x.el (dired-virtual-guess-dir): Doc fix.
616 2001-01-05  Dave Love  <fx@gnu.org>
618         * emacs-lisp/cl-seq.el (remove, remq): Remove.
620 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
622         * mouse-drag.el (mouse-drag-safe-scroll): Bind
623         scroll-preserve-screen-position to nil.
625         * isearch.el (isearch-old-signal-hook): New variable.
626         (isearch-mode): Set signal-hook-function to isearch-done.
627         (isearch-done): Restore old signal-hook-function.
629         * info.el (Info-fontify-node): Mark one more char as intangible.
631 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
633         * composite.el (compose-last-chars): New argument COMPONENTS.  If
634         it is non-nil, compose preceding characters by compose-region with
635         COMPONENTS.
637         * international/quail.el (quail-input-string-to-events): New function.
638         (quail-input-method): Convert input string to events here.
639         (quail-start-translation): Return input string, not event list.
640         (quail-start-conversion): Likewise.
642 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
644         * tooltip.el (tooltip-cancel-delayed-tip)
645         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
646         and tooltip-add-timeout.
647         (tooltip-show): Set border color from faces's foreground.
648         (tooltip-show-help-function): If called with the same help string
649         as last time, do nothing.
650         (tooltip-help-tips): Don't set tooltip-help-message to nil.
652         * startup.el (fancy-splash-screens): Don't bind show-help-function
653         to nil.
655         * tooltip.el (tooltip-frame-parameters): Remove colors.
656         (tooltip): New face
657         (tooltip-set-param): New function.
658         (tooltip-show): Set up color frame parameters from face `tooltip'.
659         Display the tooltip text in face `tooltip'.
661 2001-01-04  Dave Love  <fx@gnu.org>
663         * whitespace.el (whitespace-global-mode): Fix typo.
665         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
667 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
669         * help.el (help-for-help): Fix a typo in a doc string.  From
670         kwzh@gnu.org (Karl Heuer).
672 2001-01-03  Dave Love  <fx@gnu.org>
674         * dired-x.el: Doc fixes.  Maintainer change.
675         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
676         :type.
677         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
678         (dired-guess-shell-alist-user): Customize.
679         (dired-x-help-address): Set to bug-gnu-emacs.
680         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
681         (dired-default-directory): Renamed from default-directory.
683         * hl-line.el (hl-line): Doc fix.
685 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
687         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
689 2001-01-02  Richard M. Stallman  <rms@gnu.org>
691         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
692         to remove all the current alternative-match highlighting.
693         If nil, remove only what's outside the current window.
694         (isearch-lazy-highlight-remove-overlays): Take optional
695         region within which NOT to remove them.
696         (isearch-lazy-highlight-new-loop): Greatly simplified.
697         (isearch-lazy-highlight-update): Find all the other occurrences
698         visible in the window, in just one call.
699         (isearch-lazy-highlight-start): Now holds start of region to scan.
700         (isearch-lazy-highlight-end): Now holds end of region to scan.
701         (isearch-lazy-highlight-wrapped): Variable deleted.
702         (isearch-lazy-highlight-search): Function deleted.
704 2000-01-02  Andrew Innes  <andrewi@gnu.org>
706         * w32-fns.el (convert-standard-filename): Do length check on name
707         before aref.
709 2001-01-02  Dave Love  <fx@gnu.org>
711         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
712         value.
713         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
715         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
717         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
718         read syntax.
720         * calendar/todo-mode.el (todo): Add :link, :version.
721         (todo-save-top-priorities): Remove autoload cookie.
722         (todo-add-category, todo-add-item-non-interactively)
723         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
724         cookie.
726 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
728         * comint.el (comint-input-history-ignore): New variable.
729         (comint-read-input-ring): Ignore entries matching
730         comint-input-history-ignore.
732 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
734         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
735         (lm-copyright-mark): New function.
736         (lm-crack-copyright): New function.
737         (lm-verify): Check that the file has a copyright.
738         Check that the file is copyright Free Software Foundation.
740 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
742         * international/mule-diag.el (print-fontset): Indent font name by
743         24 columns, not 25.
745 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
747         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
748         in Subject line.
750         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
751         Use mail-mode-hook instead of mail-setup-hook.  Otherwise
752         continuing an interrupted message with C-u C-x m for instence,
753         winds up in Mail mode without abbrevs.
755 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
757         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
758         non-nil.  Adding almost all customization variables on ps-setup.  Doc
759         fix.
760         (ps-print-version): New version number (6.3.3).
761         (ps-end-with-control-d): Initialization fix.
762         (ps-lines-printed): New var.
763         (ps-skip-newline): New fun.
764         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
765         (ps-next-line, ps-continue-line, ps-plot-region)
766         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
768 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
770         * international/fontset.el (x-complement-fontset-spec): Resolve
771         ASCII font name so that the same family name is used for fonts
772         registered in x-font-name-charset-alist.
773         (create-fontset-from-fontset-spec): Adjusted for the above change.
774         The name of fontset alias should be a unresolved ASCII font name.
776 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
778         * simple.el (delete-key-deletes-forward-mode): Bind backspace
779         and delete in isearch-mode-map.
781 2000-12-28  Richard M. Stallman  <rms@gnu.org>
783         * dired-x.el (dired-guess-shell-alist-default):
784         Use xpdf instead of acroread.
786 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
788         * textmodes/artist.el (artist-butlast): Deleted.
789         (artist-ellipse-mirror-quadrant): Use butlast instead of
790         artist-butlast.
792         * subr.el (butlast, nbutlast): Moved from cl.el to here.
794         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
796 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
798         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
800         * ls-lisp.el: Better support for the Mac and MS-Windows.
801         (ls-lisp): New defgroup.
802         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
803         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
804         (ls-lisp-support-shell-wildcards): New defcustoms.
805         (ls-lisp-parse-symlink): New function.
806         (insert-directory): Code to convert switches to a list and set up
807         the wildcard argument copied from ls-lisp-insert-directory.
808         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
809         for -C and -R switches.
810         (ls-lisp-column-format): New function.
811         (ls-lisp-delete-matching, ls-lisp-handle-switches)
812         (ls-lisp-format-time): Add doc strings.
813         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
814         Support ls-lisp-dirs-first.
815         (ls-lisp-classify, ls-lisp-extension): New functions.
816         (ls-lisp-format): Optionally support emulation of symlinks.
817         Support -i, -s, and -G switches.
819 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
821         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
823         * version.el (emacs-version): Print X scroll bar information.
825         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
826         instead of x-toolkit-scroll-bars-p.
828         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
829         of x-toolkit-scroll-bars-p.
831 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
833         * ffap.el (ffap-bindings): Make interactive and add an autoload
834         cookie.
835         (ffap-bindings): Doc fix, to reflect the above change.
837 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
839         * term.el (term-char-mode): Define all non-ascii self-inserting
840         characters to 'term-send-raw in term-raw-map.
842 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
844         * viper-init (viper-restore-cursor-type): Added condition-case
845         guard.
847         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
848         initialization; use add-hook.
849         (ediff-file-remote-p): Use file-local-copy.
851         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
853         * ediff.el (ediff-patch-buffer): Bug fix.
854         (ediff-revision): Allow selection of the file at the prompt.
856 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
858         * subr.el (combine-run-hooks): Remove.
860         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
861         and remove the rogue second spec.
863 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
865         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
867 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
869         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
870         Use minibuffer menu prompt for the `=' prefix.
871         (smerge-command-prefix): Change default to C-^.
872         (smerge-mode): Don't assume font-lock doesn't move point.
874         * skeleton.el (skeleton-internal-1): Make sure the first line of
875         the region is also re-indented.
876         (skeleton-end-newline): New var.
877         (skeleton-end-hook): Use it.
879 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
881         * comint.el (comint-password-prompt-regexp): Support CVS.
883 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
885         * simple.el (delete-key-deletes-forward-mode): Simplify.  Also
886         backspace key combinations, depending on
887         delete-key-deletes-forward.
889         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
891         * simple.el (delete-key-deletes-forward): Doc fix.
893 2000-08-22  Emmanuel Briot  <briot@gnat.com>
895         * xml.el (top level comment): Updated to reflect the fact that
896         white spaces are relevant in the XML file.
897         (xml-parse-file): Do not kill an existing Emacs buffer if the file
898         to parse was already edited. This allows for on-the-fly analysis
899         of XML files.
900         (xml-parse-tag): Check that the casing is the same in the start
901         tag and end tag, since XML is case-sensitive.  Allows for spaces
902         in the end tag, after the name of the tag.
903         (xml-parse-attlist): Allow for the character '-' in the name of
904         attributes, as in the standard http-equiv attribute Do not save
905         the properties in the XML tree, since they are not relevant.
907 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
909         * generic.el (generic-read-type): Undo last change, inline into
910         `generic-mode' and then remove.
911         (generic-mode): Inline generic-read-type.
912         (define-generic-mode): Push the symbol name rather than the symbol
913         onto generic-mode-list.
915 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
917         * generic.el (generic-read-type): Build an alist for
918         completing-read as in 20.7.
920         * play/landmark.el (lm): Use interactive spec `P'.
921         (toplevel): Don't set debug-on-error.
923         * server.el (server-switch-buffer): Choose a window on a visible
924         frame.
926 2000-12-21  Dave Pearson  <davep@davep.org>
928         * quickurl.el: Commentry change, I've moved my web site.
930 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
932         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
933         ranges like \177-\237, but accepts the character sequence from \177 to
934         \237.  Doc fix.
935         (ebnf-version): New version (3.4).
936         (ebnf-setup): Code fix.
937         (ebnf-range-regexp): New fun.
938         (ebnf-8-bit-chars): Const fix.
940         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
941         entry.  Doc fix.
942         (ebnf-bnf-lex): Code fix.
943         (ebnf-bnf-comment-chars): Const fix.
945         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
946         entry.  Doc fix.
947         (ebnf-iso-comment-chars): Const fix.
949         * ebnf-otz.el: Doc fix.
951         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
952         entry.  Doc fix.
953         (ebnf-yac-skip-code): Code fix.
954         (ebnf-yac-comment-chars): Const fix.
956 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
958         * files.el (insert-directory-safely): New function.
959         (recover-file): Use it instead of insert-directory.  From Markus
960         Rost <markus.rost@mathematik.uni-regensburg.de>
962 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
964         * international/mule-cmds.el (select-safe-coding-system): Check
965         coding-category-list more rigidly.  Improve help message.
967         * dired.el (dired-move-to-filename-regexp): Fix previous change.
969 2000-12-21  Miles Bader  <miles@gnu.org>
971         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
972         prefix.
974 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
976         * international/mule-diag.el (describe-char-after): Make *Help*
977         buffer inherit multibyteness of the current buffer.
979         * international/mule.el (make-char): Docstring adjusted for the
980         change of make-char-internal.
982 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
984         * international/iso-cvt.el: Docstrings fix.
986 2000-12-20  Dave Love  <fx@gnu.org>
988         * subr.el (eval-after-load): Doc fix.
990 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
992         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
993         for numbers.
995 2000-12-20  Miles Bader  <miles@gnu.org>
997         * international/quail.el (quail-help): Resize the help window
998         again after it has all its contents.  Remove unneeded progn.
1000 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
1002         * pcmpl-linux.el: Fix copy/paste error.
1004 2000-12-19  Andrew Innes  <andrewi@gnu.org>
1006         * simple.el (delete-key-deletes-forward-mode): Fix typo in
1007         docstring.
1009 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1011         * progmodes/idlw-rinfo.el: Fixed copyright notice.
1013         * progmodes/idlw-toolbar.el: Fixed copyright notice.
1015         * progmodes/idlw-shell.el: Fixed copyright notice.
1017         * progmodes/idlwave.el: Fixed copyright notice.
1019         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
1020         TAB as key separators.
1022 2000-12-19  Alex Schroeder  <alex@gnu.org>
1024         * sql.el (sql-sybase-options): New option.
1025         (sql-sybase): Use it.  Add sql-database to the list of parameters
1026         provided for login.  The options -w 2048 -n are not used any more.
1027         (sql-postgres-options): Changed default from "--pset" to "-P".
1028         (sql-mysql-options): Doc change.
1029         (sql-stop): Doc change.
1031 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
1033         * international/quail.el (quail-input-method): Always hide
1034         the guidance buffer on exiting.
1036 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1038         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1039         isn't fboundp.
1041         * server.el (server-buffer-done): Bury the buffer before
1042         killing it.
1044         * faces.el (face-spec-set): Interpret a nil in specs for
1045         foreground and background colors as `unspecified', for
1046         compatibility with 20.x.
1048 2000-12-18  Dave Love  <fx@gnu.org>
1050         * simple.el (mail-user-agent): Doc fix.
1051         (input-mode-8-bit): Removed.
1053         * international/mule.el (set-keyboard-coding-system): Doc fix.
1054         (keyboard-coding-system): New option.
1056         * mail/sendmail.el (send-mail-function): Customize.
1058 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1060         * international/codepage.el (cp866-decode-table): New table.
1062 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
1064         * version.el (emacs-version): Remove `%a' from the time format
1065         because the weekday doesn't fit well into each locale.
1067 2000-12-18  Miles Bader  <miles@gnu.org>
1069         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1071         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1072         Check that emacs-major-version is `=' to 20, not `>='.
1073         (artist-replace-chars): Use `make-string' instead of a loop.
1075 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
1077         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1078         (cvs-execute-single-file): Don't change directory.
1079         Patch from Per Cederqvist.
1081 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1083         * textmodes/ispell.el (check-ispell-version): If
1084         `ispell-program-name' is "aspell", pass it the -v switch instead
1085         of -vv.
1087 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
1089         * international/mule-diag.el (mule-diag): Insert information about
1090         configure options, multibyte awareness, language env.
1092         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1093         regexp to search for candidates.
1095 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1097         * info.el (Info-forward-node): If the node has an
1098         Info-header-line, widen the buffer before searching for "next:"
1099         and "up:" pointers, and set the search limit to stay in the
1100         current node.
1102 2000-12-16  Miles Bader  <miles@gnu.org>
1104         * simple.el (delete-trailing-whitespace): Remove extraneous let.
1106 2000-12-15  Miles Bader  <miles@gnu.org>
1108         * comint.el (comint-send-string, comint-send-region): Also accept
1109         a buffer, buffer-name, or nil for PROCESS, for compatibility with
1110         process-send-string/region.
1112 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
1114         * isearch.el (isearch-lazy-highlight-max): New user-option.
1115         (isearch-lazy-highlight-update): Don't highlight more than
1116         isearch-lazy-highlight-max matches.
1118         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1120 2000-12-15  Richard M. Stallman  <rms@gnu.org>
1122         * sort.el (sort-columns): Fix error message.
1124         * dabbrev.el (dabbrev--last-case-pattern): Value is now
1125         `upcase' or `downcase' or nil.
1126         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1127         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1128         (dabbrev--substitute-expansion): New arg record-case-pattern.
1129         If it is non-nil, set dabbrev--last-case-pattern.
1130         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1132         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1134 2000-12-15  Miles Bader  <miles@gnu.org>
1136         * paths.el (Info-default-directory-list): Don't delete
1137         configure-info-directory from the list of standard info
1138         directories when appending it to the end -- their order is
1139         important.
1141         * faces.el (read-face-attribute): If there's no entry for the
1142         user's input in VALID, just use it as-is (this will often result
1143         in an error, but it may be OK for e.g. colors using hexadecimal
1144         notation, and at least will yield a better error message).
1146         * window.el (mode-line-window-height-fudge): Function removed.
1147         (height-affecting-face-attributes, mode-line-window-height-fudge):
1148         Variables removed.
1149         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1150         window is really the right size.  Use vertical-motion
1151         rather than forward-line.
1152         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1153         (ispell-command-loop, ispell-show-choices): Use the variable
1154         ispell-choices-win-default-height, rather than the function.
1155         (ispell-choices-win-default-height): Function removed.
1156         (ispell-mode-line-window-height-fudge): Function removed.
1158 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1160         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1162 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1164         * paths.el (Info-default-directory-list): If
1165         configure-info-directory is not one of the standard directories,
1166         put it first in the list; otherwise put it last.  Doc string
1167         changed accordingly.
1169         * info.el (Info-directory-list): Change doc string to reflect the
1170         change in Info-default-directory-list.
1172         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1173         windows-nt as windowed environments, even under -nw.
1175         * startup.el (command-line): Don't call x-backspace-delete-keys-p
1176         if not fboundp.  Switch delete-forward mode for the <delete> key
1177         on all PC platforms, even under -nw.
1179         * term/internal.el ([M-delete]): Remap to M-d.
1181 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1183         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1185 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
1187         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1189 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
1191         * startup.el (command-line): Call delete-key-deletes-forward-mode,
1192         if appropriate.
1194         * simple.el (delete-key-deletes-forward): New user-option.
1195         (delete-key-deletes-forward-mode): New function.
1197         * bindings.el: Bind `delete' to backward-delete-char.
1199         * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1200         if symbol is bound before getting its value.
1202         * tooltip.el (tooltip-show): If an error is signaled in
1203         x-show-tip, display that error, and display the help in the
1204         echo area.
1206 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
1208         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1209         "... entries" messages for every 10000 entries, not 10.
1211 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
1213         * bookmark.el: Provide a generic exit hook, as suggested by
1214         Ovidiu Predescu <ovidiu@cup.hp.com>:
1215         (bookmark-exit-hook): New var.
1216         (bookmark-exit-hook-internal): New func, replaces
1217         old raw lambda form in `kill-emacs-hook', and runs new
1218         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
1219         as logically that feature must have been provided if this function
1220         is running.
1221         Removed ;;;###autoload before the `add-hook' call.
1223 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1225         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1226         (easy-menu-current-active-maps): New function.
1227         (easy-menu-get-map): Use it.
1228         Make a proper menu entry when creating a new keymap.
1230 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
1232         * international/characters.el: Fix cases and syntaxes for
1233         mule-unicode-0100-24ff.
1235         * dired.el (dired-move-to-filename-regexp): Fixed for the case
1236         that a Japanese character is not appended after day and year.
1238         * info.el (Info-suffix-list): Change format for a command that
1239         requires arguments.
1240         (info-insert-file-contents): Adjusted for the above change.
1242 2000-12-12  Andreas Schwab  <schwab@suse.de>
1244         * tar-mode.el (tar-extract): Base the name of the subfile buffer
1245         on the name of the tar buffer.  Verify that the existing buffer is
1246         visiting the same subfile.
1248 2000-12-12  Dave Love  <fx@gnu.org>
1250         * subdirs.el: Add obsolete.
1252 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
1254         * mail/rmailsum.el (rmail-summary-expunge)
1255         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1256         instead of rmail-confirm-expunge.
1258         * replace.el (perform-replace): Don't use an empty match adjacent
1259         to a non-empty match when computing the next match before the
1260         replacement is performed.
1262 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
1264         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1265         definition (patch by Stefan Monnier).
1266         (glasses-mode): Use jit-lock instead of `after-change-functions'
1267         (patch by Stefan Monnier).
1269 2000-12-12  Miles Bader  <miles@gnu.org>
1271         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1272         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1274 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
1276         * term/mac-win.el: Remove load for ls-lisp.
1278         * loadup.el: Load ls-lisp for system-type `macos'.
1280 2000-12-12  Miles Bader  <miles@gnu.org>
1282         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1283         Respect field end too.
1284         (just-one-space): Respect fields as `delete-horizontal-space'.
1285         (newline-and-indent, reindent-then-newline-and-indent): Use
1286         `delete-horizontal-space'.
1288 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
1290         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1291         (so as to obey the field property in the minibuffer).
1293         * obsolete/c-mode.el: Moved from lisp/progmodes.
1294         * obsolete/auto-show.el: Moved from lisp.
1295         * obsolete/ooutline.el: Moved from lisp/textmodes.
1297 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1299         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
1300         changes to list them here.
1302         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.  Too
1303         many changes to list them here.
1305         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.  Too
1306         many changes to list them here.
1308         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1310 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
1312         * simple.el (kill-new): Don't try to setcar kill-ring if it is
1313         nil.
1315         * cus-edit.el (custom-save-variables, custom-save-faces):
1316         Comment fix.
1318         * hscroll.el: Moved to `obsolete' subdir.
1320 2000-12-11  Miles Bader  <miles@gnu.org>
1322         * window.el (window-text-height): Function removed (now in C).
1324 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
1326         * log-edit.el (log-edit-parent-buffer): New var.
1327         (log-edit): Set it.  Add BUFFER argument.
1328         (log-edit-done): Use char-before.
1329         Don't bother checking validity of vc-comment-ring.
1330         Only bury the buffer if log-edit popped it up.
1332         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1333         (cvs-mode-diff-help): Remove.
1334         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1335         (cvs-mode-marked): Set up the default for CMD manually.
1337         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1338         Remove binding for ? now made unnecessary.
1340 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1342         * textmodes/reftex.el (reftex-scanning-info-available-p): New
1343         function
1344         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1346         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1347         when master file is not open.
1349 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
1351         * progmodes/ada-stmt.el: Update `maintainer'.
1353 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
1355         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1356         choices to match documentation string.
1358 2000-12-09  Miles Bader  <miles@gnu.org>
1360         * minibuf-eldef.el: New file.
1362         * window.el (fit-window-to-buffer): Don't pass last argument to
1363         pos-visible-in-window-p, now that its meaning is inverted.
1365 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
1367         * image.el (create-image): Doc fix; spotted by Per Cederqvist
1368         <ceder@lysator.liu.se>.
1370 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
1372         * autoinsert.el (auto-insert-alist): Add missing final \n.
1374         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
1375         (cvs-menu-map): Remove.
1376         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1377         (cvs-mode-quit): Turn it back into a plain function.
1379         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1380         (texinfo-filter): Remove (move to texinfo.el).
1382         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1383         file where it's more visible.
1384         (texinfo-filter, texinfo-chapter-level-regexp): New variables
1385         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1386         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1387         (texinfo-inside-macro-p): Only catch `scan-error's.
1388         (texinfo-inside-env-p): Make better use of the match info.
1389         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1390         (texinfo-insert-@end): Slight re-organization.
1391         Also remove useless `looking-at' call.
1393 2000-12-08  Andrew Innes  <andrewi@gnu.org>
1395         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1396         accessible in -nw mode.
1398         * term/w32-win.el: Remove stuff about selection timeout, which is
1399         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
1400         it is accessible in -nw mode.
1402 2000-12-08  Dave Love  <fx@gnu.org>
1404         * emacs-lisp/lisp-mode.el (lisp-mode): Set
1405         font-lock-keywords-case-fold-search.
1407 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
1409         * textmodes/ispell.el (ispell): Doc fix.
1411 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
1413         * international/quail.el (quail-insert-decode-map): Check the
1414         frame width of a window displaying the current buffer, not that of
1415         the selected frame.
1416         (quail-help): Make sure that the help buffer has window before
1417         inserting text in it.
1419 2000-12-07  Sam Steingold  <sds@gnu.org>
1421         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1422         Backquote is used in isearch.el, so autoloading saves nothing.
1424 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
1426         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1427         the CVS and RCS subdirectories case-insensitively.
1429         * dired.el (dired-insert-directory): If file-system-info is
1430         fboundp, call it instead of invoking dired-free-space-program.
1432 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
1434         * server.el (server-visit-files): Push files on file-name-history.
1436         * progmodes/cc-langs.el: Update copyright.
1438         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1440         * bindings.el (mode-line-mode-menu): Add glasses-mode.
1442         * bindings.el (mode-line-mode-menu): Reverse the order
1443         of define-keys so that the menu appears in alphabetical order.
1445 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
1447         * progmodes/glasses.el (glasses-mode): Update mode line at the end
1448         of the function.
1450 2000-12-07  Dave Love  <fx@gnu.org>
1452         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1454         * facemenu.el (facemenu-unlisted-faces): Fix value.
1456 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
1458         * font-lock.el (font-lock-default-fontify-region):
1459         Include the terminating \n (off-by-one error).
1460         (font-lock-set-defaults): Use dolist.
1462         * derived.el (define-derived-mode): Don't use combine-run-hooks.
1464 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
1466         * international/mule-cmds.el (describe-language-environment): Fix
1467         for the case that an input method title is not string but a list.
1469         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1470         of wrong SIZE record.
1472 2000-12-06  Dave Love  <fx@gnu.org>
1474         * newcomment.el (comment-region, comment-dwim): Doc fix.
1476         * textmodes/texinfo.el: Require tex-mode when compiling.
1477         (texinfo-update-node): Doc fix.
1478         (texinfo-imenu-generic-expression): Add @anchor.
1479         (texinfo-font-lock-keywords): Add @uref.
1480         (texinfo-inside-macro-p): Don't use ignore-errors.
1481         (texinfo-insert-quote): Match more contexts.
1483         * international/mule.el (decode-char, encode-char): Doc fix.
1484         (auto-coding-alist): Customize.
1486         * files.el (load-file): Fix change of 2000-03-12.
1488         * wid-edit.el (widget-text-keymap): Doc fix.
1490 2000-12-06  Andrew Innes  <andrewi@gnu.org>
1492         * makefile.w32-in (lisp): Set to an absolute directory, namely
1493         $(CURDIR).
1495 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1497         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1498         read generated-autoload-file, and set buffer-file-coding-system to
1499         raw-text-unix after reading the file.
1501         * international/mule-conf.el (file-coding-system-alist): Use
1502         raw-text for reading loaddefs.el and raw-text-unix for writing
1503         it.
1505 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
1507         * replace.el (occur): Make line-number-width 1 smaller for the
1508         colon following the line number.
1510         * startup.el (fancy-splash-text, command-line-1): Use
1511         `File' for the menu name instead of `Files'.
1513         * tmm.el: Update copyright.
1515         * cus-start.el: Add entry for even-window-heights.
1517 2000-12-06  Miles Bader  <miles@gnu.org>
1519         * faces.el (frame-set-background-mode): Avoid stomping on
1520         locally modified faces.
1522 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
1524         * international/fontset.el: Correct the font registries for
1525         japanese-jisx0213-1 and japanese-jisx0213-2.
1527 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
1529         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1531         * iswitchb.el: Update customization commentary.
1533 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
1535         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1536         (tpu-search-highlight): Fixed comparison of overlay end positions.
1537         (tpu-trim-line-ends): Implemented trimming logic locally.
1539         * emulation/tpu-extras.el (tpu-write-file-hook)
1540         (tpu-set-cursor-bound): Replaced picture-clean with
1541         tpu-trim-line-ends.
1543 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
1545         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1546         to cn-gb.
1547         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1549 2000-12-04  Dave Love  <fx@gnu.org>
1551         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1553 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1555         * mail/rmailsum.el (rmail-summary-expunge)
1556         (rmail-summary-expunge-and-save): Ask for confirmation with
1557         rmail-expunge-confirmed.
1559         * mail/rmail.el (rmail-expunge-confirmed): New function.
1560         (rmail-expunge): Use it.
1562         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1563         (etags-recognize-tags-table, find-tag-in-order): New
1564         functionality: interpret file names as tags.
1566 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
1568         * info.el (Info-scroll-prefer-subnodes): New defcustom.
1569         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1570         visit the first subnode until the bottom of the current node is
1571         visible.
1573 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
1575         * format.el (format-decode): Don't change buffer's undo list.
1577 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
1579         * faces.el (face-font-registry-alternatives): Add entries for CJK
1580         fonts.  Doc-string adjusted for the actual usage of this data.
1582         * international/fontset.el: Change the font registries for CJK
1583         fonts in the default fontset.  Don't append '*' to registries.
1585 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
1587         * emacs-lisp/easy-mmode.el (define-derived-mode)
1588         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1590         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1591         (derived-mode-p): New function.
1592         (derived-mode-make-docstring): Add `docstring' argument.
1593         Use it if available and complete it if necessary.
1595 2000-12-03  Andreas Schwab  <schwab@suse.de>
1597         * type-break.el (type-break): Don't make parent of itself.
1599 2000-12-03  Miles Bader  <miles@gnu.org>
1601         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1603 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
1605         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1606         (tex-main-file, tex-file): Simplify.
1607         (tex-generate-zap-file-name): Use subst-char-in-string.
1608         (tex-strip-dots): Remove.
1610         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1612         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1613         to check if the match succeeded.
1615 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1617         * startup.el (use-fancy-splash-screens-p): New function.
1618         (command-line-1): Use it to determine whether or not to use
1619         a fancy splash screen.
1621 2000-12-02  Andreas Schwab  <schwab@suse.de>
1623         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1625 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1627         * international/mule.el (make-char): Fix last change.
1629         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1630         New defcustoms.
1631         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1632         autoloading tex-mode; instead, do the same manually.  Use
1633         texinfo-open-quote and texinfo-close-quote.  Insert literal quote
1634         with numeric argument.  Docstring fix.
1635         (toplevel): Require cl when compiling.
1637         * international/mule.el (make-char): Doc fix.
1639 2000-12-02  Jason Rumney  <jasonr@gnu.org>
1641         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1642         the Emacs Lisp manual)
1644 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
1646         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1648         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1649         the Emacs Lisp manual).
1651 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
1653         * simple.el (next-line-add-newlines): Change default to nil.
1655 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
1657         * files.el (revert-buffer, recover-file): Bind
1658         coding-system-for-read to emacs-mule-unix, not to no-conversion.
1660 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
1662         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1664 2000-12-01  Miles Bader  <miles@gnu.org>
1666         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1668 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
1670         * international/mule-diag.el (describe-char-after): Fix typo.
1671         (describe-character-set, non-iso-charset-alist): Fix typo.
1673 2000-12-01  Miles Bader  <miles@gnu.org>
1675         * image-file.el (image-file-name-regexp): Automatically add
1676         upper-case variants of each filename extension in
1677         `image-file-name-extensions', since they seem to be common.
1679         * simple.el (minibuffer-contents)
1680         (minibuffer-contents-no-properties, delete-minibuffer-contents):
1681         New functions.
1682         * filecache.el (file-cache-directory-name)
1683         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1685 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1687         * filecache.el (file-cache-minibuffer-complete): Don't try to
1688         delete the minibuffer prompt.
1690 2000-11-30  Dave Love  <fx@gnu.org>
1692         * cus-start.el: Fix read-buffer-function type.
1694 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1696         * md5.el: Removed.  There's a built-in function, now.
1698 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
1700         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1701         as dummy 0-th char of rmail-deleted-vector.
1703 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
1705         * ps-print.el (ps-end-job): Bind case-fold-search only after
1706         switching to ps-spool-buffer.
1708 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1710         * ps-print.el: Line number font customization.  PostScript: Lines and
1711         PageCount are initialized on each page.  Doc Fix.
1712         (ps-print-version): New version number (6.3.2).
1713         (ps-lpr-switches, ps-font-info-database, ps-font-size)
1714         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1715         (ps-right-header): Customization fix.
1716         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1717         Fix code.
1718         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1719         New vars.
1721 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
1723         * bs.el: Fix typos and spelling errors.
1724         (bs-appearance) <defgroup>: Renamed from bs-appearence.
1725         (bs-configuration): Doc fix.
1727         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
1729 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
1731         * emulation/tpu-edt.el (tpu-version): New version.
1732         (tpu-search-overlay, tpu-replace-overlay): New initial range.
1733         (tpu-original-mode-line): Variable deleted.
1734         (tpu-mark-flag): New initial value.
1735         (tpu-set-mode-line): Don't redefine mode-line-format.  Add
1736         tpu-mark-flag to minor-mode-alist.
1737         (tpu-update-mode-line): New mark flag logic.
1738         (tpu-get): Use find-file-wildcards.
1739         (tpu-search-highlight): Move overlay less, reset overlay properly.
1740         (tpu-unselect): Deactivate mark.
1741         (tpu-lm-replace): Reset overlay properly.
1742         (tpu-forward-line): Use forward-visible-line.
1743         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
1745         * emulation/tpu-extras.el (tpu-forward-line): Use
1746         forward-visible-line.
1748 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1750         * cus-edit.el (custom-face-value-create): Always emphasize tag.
1752 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1754         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1755         and skip whitespace and newlines.
1757 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
1759         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1761 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
1763         * help.el (describe-function-1): Regexp-quote function name
1764         when used as part of a regexp.
1766         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1767         face-attribute instead of face-foreground and face-background.
1768         (tool-bar-add-item): Likewise, and handle unspecified colors.
1770         * enriched.el (enriched-face-ans): Use face-attribute instead
1771         of face-foreground and face-background.
1773         * faces.el (face-foreground, face-background, face-stipple):
1774         Return nil if attribute is unspecified, for backward
1775         compatibility.
1777         * files.el (auto-mode-alist): Add an entry for antlr-mode.
1779         * play/5x5.el: Remove version info.
1781         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1783         * frame.el (blink-cursor-mode): Doc fix.
1785 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1787         * antlr-mode.el: New commands to run ANTLR from within Emacs and
1788         to create Makefile rules.
1789         (antlr-tool-command): New user option.
1790         (antlr-ask-about-save): New user option.
1791         (antlr-makefile-specification): New user option.
1792         (antlr-file-formats-alist): New variable.
1793         (antlr-special-file-formats): New variable.
1794         (antlr-unknown-file-formats): New user option.
1795         (antlr-help-unknown-file-text): New variable.
1796         (antlr-help-rules-intro): New variable.
1797         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1798         (antlr-mode-menu): Add entries.
1799         (antlr-file-dependencies): New function.
1800         (antlr-directory-dependencies): New function.
1801         (antlr-superclasses-glibs): New function.
1802         (antlr-run-tool): New command.
1803         (antlr-makefile-insert-variable): New function.
1804         (antlr-insert-makefile-rules): New function.
1805         (antlr-show-makefile-rules): New command.
1807         * antlr-mode.el: More Emacs/XEmacs stuff.
1808         (antlr-no-action-keywords): New constant with value nil.
1809         (antlr-font-lock-keywords-alist): Use it.  Old value would break
1810         syntax highlighting in Emacs-21.0.
1811         (antlr-default-directory): Emacs/XEmacs dependend function.
1812         (antlr-read-shell-command): Ditto.
1813         (antlr-with-displaying-help-buffer): Ditto.
1815 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1817         * antlr-mode.el: imenu, parsing and highlighting changes.
1818         (antlr-imenu-create-index-function): Don't create extra submenus
1819         for definitions in different grammar classes.  It is not necessary
1820         for the menu and would make command `imenu' awkward to use.
1821         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1822         header actions and more than one.
1823         (antlr-font-lock-tokendef-face): Changed color.
1824         (antlr-font-lock-tokenref-face): Changed color.
1825         (antlr-font-lock-additional-keywords): Also highlight lowercase.
1826         (antlr-mode-syntax-table): New variable.
1827         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1828         (antlr-with-syntax-table): Don't copy syntax table.
1830 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1832         * antlr-mode.el: Minor changes: language setting.
1833         (antlr-language-alist): The value for file option "language" can
1834         be both an identifier and a string.
1835         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1836         (antlr-language-limit-n-regexp): Change accordingly.
1838 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1840         * antlr-mode.el: Minor changes: tabs, hiding.
1841         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1842         (antlr-action-visibility): Also allow value nil to also hide the
1843         braces.  Renamed from `antlr-tiny-action-length'.
1844         Suggested by Jay@aol.com.
1845         (antlr-hide-actions): Change accordingly.  Hide line if completely
1846         hidden action is on a line of its own.
1848 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1850         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1852         * sort.el (sort-columns): Don't concat strings with numbers.
1854 2000-11-29  Dave Love  <fx@gnu.org>
1856         * cus-edit.el (face): Fix :format.
1858         * mail/feedmail.el: Require smtpmail when compiling.
1859         (mail-do-fcc): Autoload.
1860         (feedmail) <defgroup>: Fix :link.
1861         (feedmail-nuke-body-in-fcc): Fix :type.
1862         (feedmail-send-it): Add autoload cookie.
1864 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
1866         * newcomment.el (comment-indent): Save excursion around call to
1867         comment-indent-function.
1869 2000-11-29  Miles Bader  <miles@gnu.org>
1871         * subr.el (member-ignore-case): Return the tail of the list who's
1872         car matches, like `member', not the matching element itself.
1874 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
1876         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
1877         should not contain `\n'.
1879 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1881         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1883         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1885         * dired-aux.el (dired-do-create-files): Construct default file
1886         name for dired-mark-read-file-name so that when the user enters
1887         just RET, the target file will end up in the target directory.
1889         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1890         local-abbrev-table before changing buffers because it might
1891         have a buffer-local binding.
1893 2000-11-28  Miles Bader  <miles@gnu.org>
1895         * simple.el (delete-horizontal-space): Handle fields more generally.
1897 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1899         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1901 2000-11-28  Dave Love  <fx@gnu.org>
1903         * progmodes/ps-mode.el (ps-mode): Set comment-start and
1904         comment-start-skip locally.
1906         * progmodes/fortran.el (fortran-mode): Don't set
1907         fortran-comment-line-start-skip.  Set comment-start to
1908         fortran-comment-line-start.
1909         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1910         (fortran-comment-line-start-skip): Simplify slightly.
1912 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
1914         * play/5x5.el: Remove RCS keyword.
1916         * bs.el: Mistaken commit, undone 2000-11-30.
1918 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
1920         * textmodes/tildify.el (tildify-string-alist): Add
1921         `plain-tex-mode' here.
1923 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
1925         * chistory.el (Command-history-setup): Remove extraneous `keymap'
1926         reference.
1928 2000-11-28  Miles Bader  <miles@gnu.org>
1930         * cus-face.el (custom-face-attributes): Add post-filter function
1931         for :box.  Make pre-filter function for :box handle all cases.
1933         * wid-edit.el (widget-choose): Make sure pop-up window is large
1934         enough to display all the choices, as there's no way to scroll it.
1936 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
1938         * international/mule-conf.el: Make the coding system no-conversion
1939         safe for all characters.
1941 2000-11-27  Dave Love  <fx@gnu.org>
1943         * net/ldap.el (ldap) <defgroup>: Add :version.
1945         * tooltip.el (tooltip-use-echo-area): Doc fix.
1947         * cus-start.el <minibuffer-prompt-properties>: Add version.
1948         <read-buffer-function>: Add.
1950         * apropos.el (apropos-print): Add help-echo to active text.
1952         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1954 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
1956         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1957         type, group and version.
1959 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
1961         * select.el (x-get-selection): Docstring fix.
1963 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
1965         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1967 2000-11-27  Andrew Innes  <andrewi@gnu.org>
1969         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1971         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1973 2000-11-27  Miles Bader  <miles@gnu.org>
1975         * dired.el (dired-get-filename): Return filename verbatim if
1976         LOCALP is `verbatim'.
1977         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1978         `verbatim' so that we don't inadvertently delete a non-existant
1979         directory name.
1981 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
1983         * international/characters.el: Specify cases and syntaxes for
1984         mule-unicode-0100-24ff.
1986 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
1988         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1989         that foreground and/or background colors of the face `tool-bar'
1990         are unspecified.
1992 2000-11-27  Miles Bader  <miles@gnu.org>
1994         * wid-edit.el (widget-field-buffer, widget-field-start)
1995         (widget-field-end): Handle widget field `pseudo-overlays'.
1996         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1997         if it's there instead of in `widget-field-list'.
1999         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
2000         (help-make-xrefs): Delete extraneous newlines at the end of the
2001         docstring.
2003 2000-11-25  Jason Rumney  <jasonr@gnu.org>
2005         * startup.el (command-line): Call set-locale-environment after
2006         Window System init file is read, as it can result in a call to
2007         redraw-frame.
2009 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2011         * simple.el (shell-command): Mention the effect of the prefix
2012         argument in the doc string.
2014 2000-11-25  Miles Bader  <miles@gnu.org>
2016         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2018         * wid-edit.el (widget-field-value-delete): Don't try to delete
2019         overlay when it's the `pseudo-overlay' that exists at some points.
2021 2000-11-24  Jason Rumney  <jasonr@gnu.org>
2023         * international/mule-cmds.el (locale-language-names): Add "jp" as
2024         a non-standard alternative for Japanese.
2026 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
2028         * vc-hooks.el: Require 'cl during compilation.
2030 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
2032         * faces.el (face-set-after-frame-default): Let face attributes
2033         specified for new frames override frame parameters.
2035         * startup.el (command-line): Fix computation of the source file
2036         for user-init-file when user-init-file is a compiled file.
2038 2000-11-24  Miles Bader  <miles@gnu.org>
2040         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2041         (custom-post-filter-face-spec): New functions.
2042         (custom-face-set, custom-face-value-create): Filter the face spec
2043         before and after customization.
2044         (custom-face-set): If VALUE specifies a null face, pass a
2045         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2046         * cus-face.el (custom-face-attributes): Remove SET and GET
2047         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
2048         cases they're needed.
2050         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2051         that it's distinguishable from the :off-glyph on dark-background
2052         displays.  Set its background color too.
2054         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2055         so that people can easily turn it off.
2057 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2059         * ediff-diff.el: Moved variables around to have it compile under NT.
2061         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2063         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2065         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2066         redundant skip-small-frames test.
2068         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2069         (viper-downgrade-to-insert): protect against errors in hooks.
2071         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2072         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2073         (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2074         functions.
2076         * viper-util.el (viper-memq-char): Bug fixes.
2078         * viper.el (viper-mode): Fix cursor handling.
2080 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
2082         * international/mule-diag.el (list-iso-charset-chars): For
2083         two-byte charset, fix the `while' condition.
2084         (list-non-iso-charset-chars): Fix the `while' condition.
2086 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
2088         * subr.el (add-hook, remove-hook): Don't call make-local-hook
2089         if the variable is make-variable-buffer-local.
2091         * progmodes/ada-stmt.el (ada-template-map): Initialize
2092         and bind it to C-c t in ada-mode-map.
2093         (ada-stmt-mode-hook): New function extracted from old code.
2094         Only change the buffer-local side of skeleton-*.
2095         (ada-mode-hook): Use it.
2097 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2099         * iswitchb.el (iswitchb-minibuf-depth): New variable.
2100         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2101         we expect to be returned by minibuffer-depth once we prompt the
2102         user in the minibuffer.
2103         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2104         as recorded in iswitchb-minibuf-depth, return non-nil.
2106 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
2108         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2109         (hscroll-window-maybe): Docstring fix.
2111 2000-11-23  Dave Love  <fx@gnu.org>
2113         * rect.el (string-rectangle): Don't test delete-selection-mode.
2115 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
2117         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2118         is in the tool bar.
2120         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2121         with `no-dir'; we want the directory part to be able to remove
2122         it.
2124 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2126         * textmodes/outline.el (outline-flag-region):
2127         Don't bind inhibit-read-only since we don't modify the buffer.
2128         (outline-isearch-open-invisible): Don't jump to overlay-start
2129         since we're trying to unhide text around point.
2130         (outline-discard-overlays): Use dolist.
2132         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2134 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2136         * mail/rmail.el (rmail-confirm-expunge): Default to
2137         y-or-n-p.
2139 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2141         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2142         Fix ARG regexp to skip quoted braces.
2143         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2144         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2145         are (correctly) handled separately).
2146         Remove `caption' and `footnote' from `citations': they contain text.
2147         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2148         (latex-skeleton-end-hook): New function.
2149         (latex-mode): Use it.
2150         (tex-start-tex-marker): Remove.
2151         (tex-send-tex-command): Don't set tex-start-tex-marker.
2152         (tex-error-parse-syntax-table): New var.
2153         (tex-compilation-parse-errors): Use it.
2154         Ignore tex-start-tex-marker.  Don't bother with marker-position.
2155         (tex-validate-buffer): Don't bother with marker-position.
2157         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2158         (flyspell-generic-progmode-verify): Use it.
2160 2000-11-22  Sam Steingold  <sds@gnu.org>
2162         * simple.el (delete-trailing-whitespace): New interactive
2163         function.
2165         * progmodes/ada-mode.el (ada-mode): Use it instead of
2166         `ada-remove-trailing-spaces'.
2167         (ada-remove-trailing-spaces): Removed.
2169         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2171         * textmodes/picture.el (picture-clean): Removed.
2172         (picture-mode-exit): Call it instead of `picture-clean'.
2174 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2176         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2178         * hi-lock.el (hi-lock-refontify): Don't call non-existent
2179         jit-lock-fontify-buffer; it should anyway be unneccessary to
2180         do anything special when jit-lock is active.
2181         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2183 2000-11-22  Dave Love  <fx@gnu.org>
2185         * calendar/todo-mode.el (todo-top-priorities): Use
2186         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2188         * language/chinese.el, language/cyrillic.el:
2189         * language/devanagari.el, language/ethiopic.el, language/greek.el:
2190         * language/hebrew.el, language/indian.el, language/japanese.el:
2191         * language/korean.el, language/lao.el, language/misc-lang.el:
2192         * language/thai.el, language/tibetan.el, language/vietnamese.el:
2193         Use provide.
2195         * cus-edit.el (custom-buffer-create-internal): Save some consing.
2196         (custom-variable-set): Improve validation error mesage.
2198         * rect.el (string-rectangle): Revert last change.
2199         (string-rectangle-line): New arg DELETE.
2200         (string-rectangle): Check delete-selection-mode.
2202         * emacs-lisp/edebug.el (edebug-version)
2203         (edebug-maintainer-address): Deleted.
2204         (edebug-submit-bug-report): Just alias to report-emacs-bug.
2205         (edebug-read-function): Account for other `'#' read forms.
2206         (edebug-mode-menus): Make some items toggles.
2207         (edebug-outside-unread-command-event, unread-command-event):
2208         Remove these to avoid warnings.
2210 2000-11-22  David Ponce  <david@dponce.com>
2212         * recentf.el (recentf-menu-items-for-commands)
2213         (recentf-make-menu-items, recentf-make-menu-item)
2214         (recentf-filter-changer): Added :help and :active menu-item properties.
2216         (recentf-build-dir-rules, recentf-dump-variable)
2217         (recentf-edit-list, recentf-open-files-item)
2218         (recentf-open-files): Replaced unnecessary `mapcar' with new
2219         built-in `mapc'.
2221 2000-11-23  Miles Bader  <miles@gnu.org>
2223         * faces.el (menu): Make inverse-video on ttys too.
2225 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
2227         * simple.el (comment-line-break-function): Use the new name
2228         indent-new-comment-line -> comment-indent-new-line.
2229         (clone-indirect-buffer): Don't ignore NORECORD.
2230         (next-completion): Properly handle the case where items are adjacent.
2232         * mouse.el (popup-menu): Stupid typo.
2234 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
2236         * emacs-lisp/authors.el: Remove autoload cookies, add author,
2237         maintainer, keywords tags.
2239         * rect.el (replace-rectangle): Don't call string-rectangle-line
2240         with too many arguments.
2242 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
2244         * ediff-util.el (ediff-file-checked-out-p)
2245         (ediff-file-checked-in-p): Call vc-state instead of
2246         vc-locking-user, which no longer exists.
2248         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2250 2000-11-22  Dave Love  <fx@gnu.org>
2252         * md5.el (md5): Provide.
2253         (md5): Fix error call.
2255 2000-11-22  Miles Bader  <miles@gnu.org>
2257         * textmodes/refill.el (refill-adjust-ignorable-overlay)
2258         (refill-fill-paragraph-at): Remove debugging code.
2260         * calendar/calendar.el (generate-calendar-window): When we don't
2261         call `fit-window-to-buffer', make sure the top line is fully visible.
2263         * image-file.el (insert-image-file): Don't make `read-only'
2264         property rear-nonsticky.
2266         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2267         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2268         stashing away its original value.
2269         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2270         in the recursive edit.
2271         Bind `isearch-original-minibuffer-message-timeout' to protect it.
2272         (isearch-done): Restore `minibuffer-message-timeout'.
2274         * cus-start.el: Remove entry for `mode-line-inverse-video'.
2276 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
2278         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2280         * find-lisp.el (find-lisp-find-files-internal):
2281         Use dolist, when and file-name-as-directory.
2283         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2284         (define-derived-mode, define-minor-mode): Add specs.
2286         * window.el: General comment and spacing fixes.
2287         (save-selected-window): Use backquotes.
2288         (window-safely-shrinkable-p): New function.
2289         (shrink-window-if-larger-than-buffer): Use it.
2291         * subr.el (make-local-hook): Docstring fix.
2293         * shell.el (shell-mode): Use define-derived-mode.
2295         * newcomment.el (comment-indent): Insert comment before calling
2296         comment-indent-function.  Don't insert in column 0.
2297         (comment-dwim): Indent before inserting comment.
2299         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
2300         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
2301         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2302         Use mapc rather than map.
2304         * files.el (find-buffer-visiting): Compare all attributes before
2305         declaring two files identical (rather than just their inode-no).
2306         (auto-mode-alist): Use \' rather than $.
2308         * which-func.el: Update maintainer line.
2310         * pcvs.el (uniquify-buffer-file-name): Remove advice.
2311         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2312         (uniquify-buffer-file-name): Use it.
2314 2000-11-22  Miles Bader  <miles@gnu.org>
2316         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2317         * simple.el (minibuffer-avoid-prompt): New function.
2319 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
2321         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2323 2000-11-21  Miles Bader  <miles@gnu.org>
2325         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2326         inclusion of `track-mouse'.
2328         * textmodes/refill.el (refill-ignorable-overlay): New variable.
2329         (refill-adjust-ignorable-overlay): New function.
2330         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2331         only the paragraph's tail if possible.
2332         Update `refill-ignorable-overlay'.
2333         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2335         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2336         point inside the fill-prefix.
2338         * textmodes/refill.el (refill-post-command-function): Don't reset
2339         refill-doit in the case where a self-insertion command doesn't
2340         case a refill.  Use `refill-fill-paragraph-at', getting position
2341         from `refill-doit'.
2342         (refill-after-change-function): Set `refill-doit' to END.
2343         (refill-fill-paragraph-at): New function, mostly from old
2344         refill-fill-paragraph.
2345         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2346         (refill-pre-command-function): New function.
2347         (refill-mode): Add it to `pre-command-hook'.
2349 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
2351         * textmodes/artist.el (artist-mode): Fix autoload cookie.
2353         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2354         javadoc tags.
2356 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
2358         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2359         vc.el).
2361         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2362         require vc.
2364         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2365         checkouts.
2367 2000-11-20  Dave Love  <fx@gnu.org>
2369         * Makefile.in (DONTCOMPILE): Omit bindings.el.
2371 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
2373         * calculator.el (calculator-paste): Use `if' instead of `and'
2374         and `or'.
2375         (calculator-help): Don't use electric-describe-mode for XEmacs.
2377 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
2379         * info.el (info-menu-5): Doc fix.
2381         * textmodes/artist.el: New file.
2383 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
2385         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2386         and differentiate according to checkout model.
2387         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2388         since this function is only concerned with master state.
2390         * vc-hooks.el (vc-workfile-unchanged-p,
2391         vc-default-workfile-unchanged-p): Moved here from vc.el.
2393         * vc.el (vc-workfile-unchanged-p,
2394         vc-default-workfile-unchanged-p): See above.
2396 2000-11-19  Miles Bader  <miles@gnu.org>
2398         * image-file.el (insert-image-file): Make `intangible' and
2399         `read-only' properties rear-nonsticky too.
2401 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
2403         * ps-print.el: Update copyright notice.
2405         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2406         (tooltip-show): Use the offsets.
2408         * bindings.el (mode-line-modified): Fix a typo.
2409         (mode-line-toggle-modified, mode-line-widen)
2410         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2412 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
2414         * ps-print.el (toplevel): Test for find-coding-system being
2415         fboundp before calling ps-x-find-coding-system.
2417 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2419         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2420         (vc-version-backup-file): Docstring fix.
2422 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2424         * files.el (basic-save-buffer): Don't add a newline if
2425         find-file-literally is non-nil.
2426         (find-file-literally): Extend doc string.
2428         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2429         sort(1) with the `-f' argument.
2431 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
2433         * vc.el: Updated backend documentation.
2434         (vc-default-check-headers): New function.
2436         * vc-{cvs,rcs,sccs}.el: Functions reordered.
2438         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2439         up-to-date.
2440         (vc-do-command): In the asynchronous case, output messages only if
2441         the minibuffer is not active.
2443         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2444         `vc-cvs-use-edit' is on.
2445         (vc-cvs-checkout): When this is used for reverting the workfile,
2446         make a backup of the original contents and revert to that in case
2447         of error.
2448         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2449         remote repositories.
2451         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2452         for both version and ratio in the minibuffer.
2454         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2455         Use vc-do-command to perform the annotation, not call-process.
2457 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2459         * international/quail.el (quail-start-translation): Don't call
2460         `message' before reading key sequence.
2462 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
2464         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2466 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
2468         * window.el (fit-window-to-buffer): Be sure to acquire at least
2469         one text line even if the buffer is empty.
2471 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
2473         * net/ange-ftp.el (ange-ftp-file-writable-p)
2474         (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2475         ange-ftp-process-verbose to nil.
2477 2000-11-15  Dave Love  <fx@gnu.org>
2479         * wid-edit.el (widget-specify-field, widget-specify-button): If
2480         :help-echo is a function, set help-echo of overlay to
2481         widget-mouse-help.
2482         (widget-mouse-help): New function.
2483         (widget-echo-help): Rewritten for :help-echo functions only taking
2484         a widget arg.
2486         * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2487         display-graphic-p.
2488         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2489         and that JPEG is available.
2490         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2492         * international/mule-cmds.el (locale-charset-language-names):
2493         Match @euro.
2495 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
2497         * faces.el (face-set-after-frame-default): If
2498         `inhibit-default-face-x-resources' is bound, don't intialize the
2499         default face from X resources.
2501 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2503         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2504         Don't set EMACSLOADPATH.
2506 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
2508         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2509         texinfo-insert-@url.
2510         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2511         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2513 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2515         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2516         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2517         (checkdoc-minor-keymap): Backward compatibility.
2518         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2519         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2520         (checkdoc-this-string-valid-engine): Be a bit more strict
2521         to avoid matching substrings of `...' quoted vars/funs.
2522         (checkdoc-defun-info): Only look for `interactive' if alone.
2523         (debug-ignored-errors): Add "arg doesn't appear in docstring".
2525         * progmodes/compile.el (grep): `tag-default' can be nil.
2527         * newcomment.el (comment-indent): Paren typo.
2529 2000-11-14  Dave Love  <fx@gnu.org>
2531         * calculator.el: New maintainer version.
2533         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2535         * cmuscheme.el: Doc fixes.
2536         (cmuscheme) <defgroup>: Use `scheme' as parent.
2537         (cmuscheme-program-name): Remove.  Change uses to
2538         scheme-program-name.
2540         * xscheme.el (scheme-program-name): Don't define here.
2542         * progmodes/scheme.el (scheme-program-name): New variable
2543         (originally in cmuscheme).
2545 2000-11-14  Miles Bader  <miles@gnu.org>
2547         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2548         Handle header-lines.  Don't loop forever if we can't enlarge the
2549         window anymore.  Simplify a bit.
2551 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
2553         * window.el (fit-window-to-buffer): Don't check
2554         window-text-height.  Assure that the last line is fully visible.
2556         * international/quail.el (quail-show-guidance-buf): Call
2557         fit-window-to-buffer to assure the enough height of the guidance
2558         buffer.
2559         (quail-update-guidance): Avoid making the guidance buffer shorter.
2561 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
2563         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2564         rather than `prepend' and add an interesting comment.
2565         (tex-math-face, tex-font-lock-syntactic-face-function):
2566         New face and function to use it.
2567         (tex-define-common-keys, tex-mode-map): Use menu-item rather
2568         than `menu-enable' symbol property.
2569         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2570         (tex-mode): Add some latex-mode commands for auto-selection.
2571         Use tex-font-lock-syntactic-face-function.
2572         (tex-insert-quote): Simplify.
2573         (tex-shell): New mode.
2574         (tex-start-shell): Use it.
2575         (tex-shell-proc, tex-shell-buf): New functions.
2576         (tex-send-command): Use it.
2577         (tex-main-file): Fix the meaning of the new arg REALFILE.
2578         (tex-send-tex-command): New function split from `tex-start-tex'.
2579         Set compilation-last-buffer and compilation-parsing-end.
2581         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2582         when it follows non-comment text on the line.
2584         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2585         Set font-lock-defaults.
2586         (lisp-mode-shared-map): Init inside the defvar.
2587         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2588         Use define-derived-mode.
2590 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
2592         * faces.el (header-line): Use `:box nil' for color/gs displays too.
2594 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
2596         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2597         recursively optimize body because that can lead to infinite
2598         recursion; see comment there.
2600 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
2602         * faces.el (face-spec-set-match-display): Revert the change from
2603         2000-10-24.  Add a FIXME for after v21.1.
2605 2000-11-13  Miles Bader  <miles@gnu.org>
2607         * textmodes/fill.el (skip-line-prefix): New function.
2608         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
2609         (fill-paragraph): Don't leave point inside the fill-prefix.
2610         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2611         point inside the fill-prefix.
2613 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
2615         * calendar/calendar.el (generate-calendar-window): Use
2616         `fit-window-to-buffer'.
2618 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
2620         * gud.el (gud-minor-mode): New var.
2621         (gud-symbol, gud-val): New functions.
2622         (gud-find-file): Copy gud-minor-mode to the new buffer.
2623         (gud-menu-map): Include entries for commands that are not always
2624         available, using :enable to (de)activate them.
2625         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
2626         (gud-mode-map): New map.
2627         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2628         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2629         Don't set up gud's menu (it's done by the minor-mode).
2630         (gud-minibuffer-local-map): New.
2631         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2632         (gud-query-cmdline): New function.
2633         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
2634         (gud-mode): Use define-derived-mode.
2635         Don't set up gud's menu (it's done by the minor-mode).
2636         (gud-chop-words): Remove.
2637         (gud-common-init): Use split-string instead.
2638         (gud-new-keymap, gud-make-debug-menu): Eradicate.
2640         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2641         Add keyword arg :name.
2643         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2644         (diff-count-matches, diff-split-hunk): New functions.
2645         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2647         * pcvs-info.el (cvs-fi-conflict-face): New var.
2649         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2650         Make it into a simple syntax-table, shared among all submodes.
2651         (sh-heredoc-face): Re-introduce.
2652         (sh-font-lock-syntactic-face-function): New function.
2653         (sh-mode): Use it.  Also use define-derived-mode.
2654         Remove old bogus setting of indent-region-function.
2655         (sh-set-shell): Don't set the syntax-table any more.
2656         (sh-mode-syntax-table) <defun>: Remove.
2658 2000-11-12  Miles Bader  <miles@gnu.org>
2660         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2661         message if interactive.
2663 2000-11-12  Dave Love  <fx@gnu.org>
2665         * mail/feedmail.el: Fix header,
2666         (feedmail) <defgroup>: Add :link.
2668         * view.el: Use local-map property, not keymap on mode-line string.
2670         * scroll-all.el (scroll-all-mode): Customize variable.  Add
2671         autoload cookie to function.
2673         * lazy-lock.el: Remove compatibility code.
2675         * finder.el (finder-known-keywords): Add `files', remove `vms'.
2676         (finder-help-echo): New variable.
2677         (finder-mouse-face-on-line): Add help-echo stuff.
2678         (finder-list-keywords, finder-list-matches): Use mapc.
2680         * faces.el (face-font-registry-alternatives): Add :version.
2682         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2683         tags-table-list.
2685         * net/browse-url.el (browse-url-browser-function): Update :version.
2687         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2688         (mail-mode): Use [:alnum:] in some regexps.
2690 2000-11-10  Dave Love  <fx@gnu.org>
2692         * ediff.el (ediff-regions-internal, ediff-documentation):
2693         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2694         fundamental mode.
2696         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2697         buffer into fundamental mode.
2698         (ediff-set-difference): Use copy-sequence if available.
2700         * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2701         ediff-patch-map non-nil.
2702         (ediff-fixup-patch-map, ediff-fixup-patch-map)
2703         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2704         buffer into fundamental mode.
2706         * ediff-merg.el (state-or-merge): Defvar when compiling.
2708 2000-11-10  Jason Rumney  <jasonr@gnu.org>
2710         * w32-fns.el (w32-add-charset-info): New function.
2711         (w32-charset-info-alist): Use it.
2713 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2715         * faces.el (face-font-registry-alternatives): New user-option.
2717 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
2719         * textmodes/texinfo.el (texinfo-block-default): New var.
2720         (texinfo-insert-block): Use it.  Insert a newline if needed.
2722         * textmodes/fill.el (fill-indent-according-to-mode): New var.
2723         (fill-region-as-paragraph): Use it.
2725         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2726         (latex-mode): Tweak tex-*-(head|trail)er regexps.
2727         Tweak paragraph regexps to allow a leading [ \t]*.
2728         (tex-latex-block): Insert a newline if necessary.
2729         (latex-insert-item): Only insert a newline if necessary.
2730         (tex-guess-main-file): New function.
2731         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
2732         Set tex-main-file if TeX-master is provided.
2733         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2735 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
2737         * startup.el (command-line): Set the default tooltip-mode
2738         to t for graphical displays which implement x-show-tip.
2740         * tooltip.el (tooltip-mode): Add a comment about startup.el
2741         setting the default value of this user-option.
2743 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
2745         * font-lock.el (font-lock-*-face) <defvar>: Move.
2746         (font-lock-defaults-alist): Mark obsolete.
2747         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2748         (font-lock-mode): Use define-minor-mode.
2749         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2750         (font-lock-turn-off-thing-lock): Be more explicit.
2751         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2752         (font-lock-syntactic-face-function): New var.
2753         (font-lock-fontify-syntactically-region): Use it.
2754         (font-lock-doc-face): New.
2756         * pcvs.el (cvs-enabledp): Ignore errors.
2757         (cvs-commit-filelist): Never query.
2758         (cvs-mode-insert): Always add a terminating / in the initial prompt.
2759         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2760         (cvs-do-removal): Use cvs-partition rather than delete-if.
2761         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2762         cvs-bury-buffer.
2764         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2765         Allow `next' to jump to after the end of the last match.
2767 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
2769         * simple.el (byte-compiling-files-p): New function.
2771         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2772         if it is there.
2774         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2775         nil again.
2777         * textmodes/ispell.el (ispell-library-path): Don't call
2778         check-ispell-version when byte-compiling because that starts
2779         an ispell process, and ispell might not be installed.
2780         (toplevel): Don't set up a menu when byte-compiling.
2782         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2783         it, so that a boundp test can be used to determine if we're
2784         currently byte-compiling.
2786 2000-11-09  Dave Love  <fx@gnu.org>
2788         * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2789         eval-after-load.
2791 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2793         * ps-print.el: Patch for variable initialization when spooling.  Doc
2794         fix.
2795         (ps-output-list): Fun eliminated.
2796         (ps-begin-file, ps-begin-job): Code fix.
2798 2000-11-08  Dave Love  <fx@gnu.org>
2800         * ediff-wind.el (ediff-control-frame-parameters): Zero
2801         tool-bar-lines.
2803 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
2805         * simple.el (shell-command, display-message-or-buffer)
2806         (shell-command-on-region): Mention resize-mini-windows in the doc
2807         string.
2808         (display-message-or-buffer): Take the value of resize-mini-windows
2809         into account.
2811 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
2813         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2815         * dired.el (dired-between-files): Add `^. find' as an alternative
2816         to the regular expression, for find-dired.
2818 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2820         * textmodes/texnfo-upd.el: Require texinfo.
2821         (defmacro, defgroup): Remove.
2822         (texinfo-section-to-generic-alist): Remove.
2823         Use texinfo-section-list instead (i.e. level is changed string->int).
2824         (texinfo-filter): New function.
2825         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2826         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2827         Use it.  And use regexp-opt.
2828         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2829         (texinfo-update-menu-region-beginning)
2830         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2831         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2832         (texinfo-update-menu-same-level-regexps): Update.
2833         (texinfo-update-node, texinfo-every-node-update)
2834         (texinfo-sequential-node-update): Remove autoload cookie.
2836         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2837         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2838         (texinfo-chapter-level-regexp): Remove.
2839         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2841 2000-11-06  Dave Love  <fx@gnu.org>
2843         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2845         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2846         Match defun*.
2848 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2850         * composite.el (composition-function-table): Variable declaration
2851         moved to src/composite.c.
2852         (compose-chars-after): New optional arg object.
2854 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
2856         * bindings.el (mode-line-toggle-read-only)
2857         (mode-line-toggle-modified, mode-line-widen)
2858         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2859         (make-mode-line-mouse2-map): Rewritten.
2860         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2861         functions so that C-h k can show something with a doc string.
2863         * startup.el (fancy-splash-delay): Set to 10 seconds.
2864         (fancy-splash-max-time): New user-option.
2865         (fancy-splash-stop-time): New variable.
2866         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
2867         (fancy-splash-screens-1): Throw `stop-splashing' when current
2868         time is greater than fancy-splash-stop-time.
2870 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2872         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2874         * pcvs.el (cvs-mode-marked): New arg `noquery'.
2875         Prompt user for a file rather than raising an error.
2876         (cvs-enabledp): Fix call to cvs-mode-marked.
2877         (cvs-insert-file): New function (extracted from cvs-mode-insert).
2878         (cvs-mode-insert): Use it.  Change the init prompt' value.
2879         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2881         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2882         Don't pass default arg to ewoc-locate.
2883         (ewoc-collect): Return result in the right order.
2885         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2887         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2888         (cvs-status-get-tags): Fix regexp.
2889         (cvs-status-trees, cvs-status-cvstrees):
2890         Combine after change hooks and don't sit-for.
2891         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2892         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2893         Use make-char rather than hard-coded cryptic data.
2894         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2896         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2898         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2899         (cvs-insert-strings): New function.
2901 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
2903         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2904         `mwheel-scroll-amount'.
2905         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2906         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2907         string-matching against the version string.
2909 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
2911         * language/thai.el ("Thai"): Set a lisp form that produces
2912         composed string in `sample-text' language info.
2914         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2915         composed string in `sample-text' language info.
2917         * international/mule-cmds.el (describe-language-environment): Eval
2918         `sample-text' data and insert the result.
2920         * international/mule-conf.el (compound-text): Define this coding
2921         system here.  Make x-ctext and ctext aliases of it.
2923         * language/european.el (compound-text, ctext): Moved to
2924         international/mule-conf.el.
2926 2000-11-05  Andrew Innes  <andrewi@gnu.org>
2928         * w32-fns.el (w32-version): New function.
2930 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
2932         * progmodes/awk-mode.el: Update copyright.
2933         (awk-mode-abbrev-table): Remove.
2934         (awk-font-lock-keywords): Use regexp-opt.
2935         (awk-mode): Use define-derived-mode.
2937         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2938         when extracting a suffix.
2940 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
2942         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
2943         auto-save-mode.
2945 2000-11-04  Jason Rumney  <jasonr@gnu.org>
2947         * language/european.el (decode-mac-roman): Test against r1 not r0.
2949 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
2951         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2952         (icon-mode): Define indent-line-function.
2953         (icon-comment-indent): Simplify.
2954         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2956         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2958         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2959         Bind change-log-default-mode to defeat the caching done on it.
2960         Don't bother saving excursion any more.
2962         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2964         * frame.el (after-setting-font-hook): Rename hooks -> hook.
2965         (set-frame-font): Use the new name (and the old for compatibility).
2967         * toolbar/tool-bar.el (tool-bar-mode):
2968         * time.el (display-time-mode):
2969         * recentf.el (recentf-mode):
2970         * paren.el (show-paren-mode):
2971         * mwheel.el (mouse-wheel-mode):
2972         * msb.el (msb-mode):
2973         * jka-compr.el (auto-compression-mode):
2974         * image-file.el (auto-image-file-mode):
2975         * hl-line.el (hl-line-mode):
2976         * delsel.el (delete-selection-mode):
2977         * autoinsert.el (auto-insert-mode):
2978         * complete.el (partial-completion-mode): Drop unneeded positional args.
2980         * info.el (Info-mode):
2981         * comint.el (comint-mode): Don't bother with make-local-hook.
2983         * log-edit.el (log-edit-menu): New menu.
2985 2000-11-03  Miles Bader  <miles@gnu.org>
2987         * wid-edit.el (widget-end-of-line): Reinstate, with a new
2988         definition, so that trailing spaces are handled properly.
2989         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2991 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
2993         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2994         tab character.
2995         (fancy-splash-screens): Set tab-width to 20.
2997 2000-11-03  Dave Love  <fx@gnu.org>
2999         * comint.el (comint-completion-addsuffix): Fix custom type.
3001 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3003         * font-lock.el (font-lock-buffers): Remove.
3004         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3005         (font-lock-change-major-mode): Remove.
3006         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3007         (font-lock-default-fontify-region): Extend the multiline
3008         fontification to whole lines.
3009         (font-lock-fontify-anchored-keywords)
3010         (font-lock-fontify-keywords-region): If matching just one
3011         line (with \n) only mark the \n as multiline.
3013         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3014         Correctly handle the case where several :group args are supplied.
3015         Allow :extra-args.
3016         (easy-mmode-define-global-mode): Allow :extra-args.
3017         Correctly handle the case where several :group args are supplied.
3019 2000-11-02  Miles Bader  <miles@gnu.org>
3021         * calendar/calendar.el (diary-face, calendar-today-face)
3022         (holiday-face): Remove dependency on `window-system'.
3024 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
3026         * Makefile.in (emacs): Set EMACSLOADPATH always.
3027         (update-authors, .el.elc, compile-files): Don't do it explicitly
3028         here.
3029         (compile-files): Bomb out if compilation of a file fails.
3031 2000-11-02  Dave Love  <fx@gnu.org>
3033         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3035 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
3037         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3038         punctuation in the warning inserted into the *mail* buffer.
3040 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
3042         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3043         (authors-public-domain-p): New function.
3044         (authors-print): Use it.
3046         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3048         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3050 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3052         * ps-print.el: Extension for even/odd printing.  Doc fix.
3053         (ps-print-version): New version number (6.3.1).
3054         (ps-even-or-odd-pages): Customization fix.
3055         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3056         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3057         (ps-page-count): Var replaced by `ps-page-column'.
3058         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3059         (ps-print-sheet-p): New fun.
3061 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3063         * tooltip.el (tooltip-gud-tips-setup): New function.
3064         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3065         (tooltip-mode): Call tooltip-gud-tips-setup.
3066         (tooltip-gud-tips): Use `gud-basic-call' instead of
3067         process-send-string, so the prompt gets frobbed appropriately.
3068         Handle nil return value from `tooltip-gud-print-command'.
3070 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
3072         * comint.el (comint-add-to-input-history): New function.
3073         (comint-send-input): Use `comint-add-to-input-history'.
3075 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
3077         * info.el (info-menu-header): New face.
3078         (Info-fontify-menu-headers): New function.
3079         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3081         * info.el (Info-insert-dir): Don't include blank lines at
3082         beginning of additional dir files (one is added automatically).
3084 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3086         * emacs-lisp/easy-mmode.el (define-minor-mode):
3087         Revert the latest changes.
3088         Allow the three positional arguments to be skipped and replaced
3089         by keyword arguments.
3090         Add a :toggle argument to determine whether a nil arg means toggle
3091         or means turn-on.  The default is unchanged.
3092         Add a call to force-mode-line-update.
3094 2000-11-01  Dave Love  <fx@gnu.org>
3096         * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3097         cookie.
3099 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
3101         * calendar/calendar.el (diary-face, holiday-face): Add
3102         dark-background variants.
3104 2000-10-31  Sam Steingold  <sds@gnu.org>
3106         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3107         `tex-main-file' does not have directory in it.
3109 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
3111         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3113 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
3115         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3116         functional change.
3118 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
3120         * files.el (find-file-noselect): When we expand a wildcard, return
3121         a list of buffers, as we should do according to the doc string.
3123 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
3125         * loadup.el (top level): Adjust load path if program name is
3126         "../src/bootstrap-emacs", in case it's not dumped and thus the
3127         load path adjustment hasn't already been done.
3129 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3131         * ps-print.el: Fix bug on selected pages for printing.  Use
3132         `color-values' for Emacs 21.  Ensure fontification when jit-lock
3133         is on.  Try to avoid warning messages when compiling.  Doc Fix.
3134         (ps-print-version): New version number (6.3).
3135         (ps-color-device): Use `color-values' to determine if device
3136         supports color.
3137         (ps-color-values): Try to use `x-color-values' when using XEmacs.
3138         (ps-print-page-p): Changed from defsubst to defun.
3139         (ps-page-number): Changed from defmacro to defun.
3140         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3141         printing.
3142         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3143         (ps-end-file, ps-dummy-page): Funs eliminated.
3144         (ps-print-color-scale): Changed default value.
3145         (ps-page-n-up, ps-print-page-p): New internal vars.
3146         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3147         (ps-plot-region, ps-generate, ps-end-job): Code fix.
3149         * delim-col.el: Little programming improvement.
3150         (delimit-columns-str): New macro.
3151         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3153 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
3155         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3156         Moved to european.el.
3157         (ccl-encode-mac-roman-font, fontset-mac): Modified for
3158         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3159         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3160         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3162 2000-10-30  Dave Love  <fx@gnu.org>
3164         * progmodes/cc-menus.el (imenu-generic-expression)
3165         (imenu-progress-message): Only defvar when compiling.
3167         * emacs-lisp/elp.el (elp-unload-hook): New function.
3169         * loadhist.el (unload-feature): Call elp-restore-function,
3170         checking for symbols; don't use elp-restore-all.
3171         (loadhist-hook-functions): Doc fix.
3173 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3175         * log-edit.el (log-edit-confirm): Fix the default.
3177 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3179         * delim-col.el: Little fix: replace delimit-columns-align-columns by
3180         delimit-columns-format.
3181         (delimit-columns-region, delimit-columns-rectangle): Code fix.
3183 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
3185         * comint.el (comint-replace-by-expanded-history): Don't use
3186         comint-get-old-input (we're not looking at *old* input).
3187         (comint-get-old-input-default): If using fields, signal an error
3188         when the point is not in an input field.
3190 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
3192         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3193         and mule-unicode-e000-ffff.
3195         * international/mule.el (decode-char, encode-char): New functions.
3196         (make-coding-system): Accept a symbol of translation table as a
3197         value of property `safe-chars'.
3199         * international/mule-cmds.el (encode-coding-char): Check property
3200         safe-chars instead of safe-charsets.
3202         * international/fontset.el (fontset-default): Modified for
3203         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3204         (x-font-name-charset-alist): Likewise.
3205         (ccl-encode-unicode-font): New CCL program.  Record it in
3206         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3208         * language/european.el (mac-roman-decoder, mac-roman-encoder):
3209         New translation tables.
3210         (decode-mac-roman, encode-mac-roman): Definition of these CCL
3211         programs are modified and moved from mac-win.el.
3212         (mac-roman): Definition of this coding system is modified and
3213         moved from mac-win.el.
3215 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3217         * ediff-wind.el (ediff-setup-control-frame): Enclose
3218         face-attribute in condition-case to avoid errors in older emacsen.
3220 2000-10-29  Miles Bader  <miles@gnu.org>
3222         * custom.el (custom-add-to-group): Allow multiple entries for a
3223         given value OPTION, as long as their widget types are different.
3224         * cus-edit.el (custom-face-value-create): If face name doesn't end
3225         with "face", add such here (similar to custom group widgets).
3227         * comint.el (comint-highlight-prompt): Add :type.
3229 2000-10-28  John Wiegley  <johnw@gnu.org>
3231         * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3232         Changed this function to operate on a temporary buffer instead of
3233         the main buffer.  This not only keeps flyspell from marking a
3234         buffer as changed that wasn't, but it solves the jumpy cursor
3235         problem when attempts are made to edit incorrect words.
3236         (flyspell-maybe-correct-doubling): Same change as for
3237         `flyspell-maybe-correct-transposition'.
3239         * calendar/timeclock.el (timeclock-log): Doc fix.
3240         (timeclock-last-event): Doc fix.
3241         (timeclock-log): Kill the timelog buffer after appending a new
3242         event.
3243         (timeclock-find-discrep): Use a temp buffer to read in the
3244         timelog, instead of visiting the file.
3245         (timeclock-log-data): A new function, along with a host of helper
3246         functions, for the purpose of making timelog data accessible to
3247         programmers.
3249         * eshell/esh-mode.el (window-height test): Make certain that
3250         `eshell-stringify-t' is non-nil.
3251         (eshell-password-prompt-regexp): Changed to a much simpler
3252         password regexp.
3253         (eshell-send-input): If `eshell-invoke-directly' returns t,
3254         directly invoke the parsed command using `eval'.  This improves
3255         turn-around time on simple commands by a factor of three or
3256         greater, such as cd, ls, pwd, etc. -- which get used very often.
3257         It also conserves thousands of cons cells per call (since
3258         `eshell-do-eval' consumes memory like a Cookie Monster set loose
3259         in the Pacific Cookie Company).
3261         * eshell/esh-test.el (eshell-test): Whitespace fix.
3263         * eshell/em-ls.el (eshell-ls-insert-directory): Make
3264         `eshell-ls-initial-args' nil when inserting directory contents.
3266         * eshell/em-script.el (eshell-script-initialize): Add names to
3267         `eshell-complex-commands, since `source' and `.' are complex.
3269         * eshell/esh-cmd.el (eshell-rewrite-for-command)
3270         (eshell-rewrite-while-command): Use `eshell-protect' instead of
3271         `eshell-copy-handles'.
3272         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3273         bodies.
3274         (eshell-separate-commands): Whitespace fix.
3275         (eshell-complex-commands): Added a new list of names, for
3276         determining whether a given command is as simple as it looks.
3277         (eshell-invoke-directly): New function.  Returns t if a command
3278         should be invoked directly (using `eval'), rather than indirectly
3279         using `eshell-do-eval'.
3280         (eshell-do-eval): Whitespace fix.
3282         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3283         which provides an emulation of the DOS shell behavior of assuming
3284         that cp/mv/ln should copy/move/link to the current directory.
3285         (eshell-remove-entries): Added a doc string.
3286         (eshell-shuffle-files): Removed the check for `target' being null.
3287         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3288         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3289         it to do a smarter check of whether a destination was provided.
3290         (eshell/mv, eshell/cp): Enable `:preserve-args'.
3291         (eshell/ln): Enable `:preserve-args', and use
3292         `eshell-mvcpln-template' to implement the body of the function.
3293         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3294         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3295         list after flattening it.  This makes it possible to cat files
3296         with numerical names.
3297         (eshell-unix-initialize): Added several names to
3298         `eshell-complex-commands.
3299         (eshell-unix-command-complex-p): Return t if a given command name
3300         may result in external processes being invoked.
3302         * eshell/em-glob.el (eshell-glob-show-progress): Make this
3303         variable nil by default, since it slows down glob processing by a
3304         factor of two or more, and increases memory consumption.
3306         * eshell/em-smart.el: Added a note about how memory consumptive
3307         smart display mode can be (at least this is true in Emacs 21).
3308         (eshell-smart-initialize): Whitespace fix.
3309         (eshell-refresh-windows): Use `if' instead of `when'.
3310         (eshell-smart-scroll-window): Calling `save-current-buffer' was
3311         not necessary.
3312         (eshell-currently-handling-window): Added a missing global
3313         variable.
3315         * eshell/em-ls.el (eshell-do-ls): Code simplification.
3316         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3317         Whitespace fix.
3318         (eshell-ls-exclude-hidden): Added this variable in addition to
3319         `eshell-ls-exclude-regexp'.  This one prevents files beginning
3320         with . from even being read, which can improve memory consumption
3321         quite a bit.
3322         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3323         read file entries beginning with a dot.  In home directories with
3324         lots of hidden files, fully two-thirds of the time spent in ls is
3325         used to read directory entries that are immediately thrown away.
3326         (eshell-ls-initial-args): Added back this configuration variable,
3327         for specifying default initial arguments to every call to ls.
3328         Much faster than using an alias to do the same thing.
3329         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3330         (eshell-ls-dir): Whitespace change.
3332         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3334         * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3335         available.
3336         (eshell-stringify-t): Added a customization variable, to indicate
3337         whether `t' should be rendered as a string at all.  If not, one
3338         can still determine if the result of an expression is true using
3339         "file-exists-p FILE && echo true".
3340         (eshell-stringify): If `eshell-stringify-t' is nil, don't
3341         stringify t!
3343         * eshell/esh-module.el: Whitespace fix.
3345         * eshell/em-alias.el (eshell-alias-initialize): Added
3346         `eshell-command-aliased-p' to `eshell-complex-commands'.
3347         (eshell-command-aliased-p): New function that returns t if a
3348         command name names an aliased.
3350 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
3352         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3353         redrawing the screen when changing cursor color.
3354         (viper-insert-state-pre-command-sentinel)
3355         (viper-replace-state-pre-command-sentinel)
3356         (viper-replace-state-post-command-sentinel):
3357         Use viper-preserve-cursor-color.
3358         Many functions changed to use viper= instead of = when comparing
3359         characters.
3360         * viper-util.el (viper-memq-char,viper=): New functions for
3361         working with characters.
3362         (viper-change-cursor-color): Fixed buglet.
3363         Many functions changed to use viper= instead of = when comparing
3364         characters.
3365         * viper.el (viper-insert-state-mode-list): Added eshell.
3367         * ediff-init.el (ediff-before-setup-hook): New hook.
3368         Several typos fixed in various docstrings.
3369         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3370         * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3371         hook.
3372         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3373         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3374         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3375         (ediff-get-selected-buffers): New function.
3376         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3377         (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3378         save-window-excursion.
3379         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3380         termination check in while loop.
3381         * ediff.el (ediff-get-default-file-name): Better defaults when in
3382         dired buffer.
3383         (ediff-files,ediff-merge-files,ediff-files3)
3384         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3386 2000-10-28  Dave Love  <fx@gnu.org>
3388         * info.el (Info-fontify-node): Add help-echo for menu items.
3390 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3392         * startup.el (normal-top-level): If the value of $TERM indicates
3393         we are running from xterm or one of its work-alikes, default to a
3394         light background mode.
3396         Support for -fg, -bg, and -rv command-line arguments for TTYs:
3397         * faces.el (tty-handle-reverse-video): New function.
3398         (tty-create-frame-with-faces): Call it.
3400         * frame.el (frame-notice-user-settings): Don't apply
3401         default-frame-alist and initial-frame-alist to MS-DOS frames.
3402         Call tty-handle-reverse-video, frame-set-background-mode, and
3403         face-set-after-frame-default for non-MS-DOS frames.
3405         * startup.el (tty-long-option-alist): New variable.
3406         (tty-handle-args): New function.
3407         (command-line): Call tty-handle-args.
3409         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3410         startup.el now does that for all character-terminal frames.
3412 2000-10-28  Miles Bader  <miles@gnu.org>
3414         * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3415         `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3416         global.  If :global is followed by a non-nil but non-t value,
3417         make the mode buffer-local, but also generate a `global-MODE'
3418         version using `easy-mmode-define-global-mode'.  Add
3419         :conditional-turn-on keyword argument.
3421 2000-10-28  Dave Love  <fx@gnu.org>
3423         * international/latin1-disp.el (latin1-char-displayable-p): Don't
3424         use window-system.
3426 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
3428         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3429         Don't call find-buffer-file-type-coding-system.  Instead, just
3430         set eol-type to -unix if inhibit-eol-conversion is in effect, or
3431         if the file is on an untranslated filesystem.
3432         (add-untranslated-filesystem): Use "D" instead of "f" inside
3433         interactive.
3435 2000-10-27  Dave Love  <fx@gnu.org>
3437         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3438         (refill-mode): Use it.
3440 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3442         * international/quail.el (quail-activate): Don't make-local-hook.
3444 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
3446         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3447         manual backups and file.~<rev>.~ for automatic ones.
3448         (vc-make-version-backup): Don't do it on MS-DOS without long file
3449         names.
3451         * vc.el (vc-version-other-window): If an automatic backup of the
3452         desired version exists, rename it instead of copying it.
3454         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3455         after command.  If there's an unexpected error, signal it instead
3456         of being silent.
3457         (vc-cvs-merge-news): Be prepared for no news at all.
3459 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
3461         * shell.el (shell): Add BUFFER argument.
3462         * comint.el (make-comint-in-buffer): New function.
3463         (make-comint): Use it.
3465         * faces.el (face-spec-choose): Change syntax so that the list of
3466         attribute-value pairs is now the cdr of each clause, not the cadr.
3467         Detect old-style entries, and handle them.  Use pop.
3469 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
3471         * cus-edit.el (custom-mode-map): Use a sparse map.
3472         (custom-mode): Don't bother with make-local-hook.
3474         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3476         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3478 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3480         * ps-print.el: Avoid compilation gripes.
3481         (ps-print-version): New version number (6.2.1).
3483 2000-10-26  Dave Love  <fx@gnu.org>
3485         * menu-bar.el: Modify some menu item help strings.
3486         (menu-bar-help-menu): Add link to MORE.STUFF.
3488         * cus-edit.el (custom-mode): Add `special' mode-class property.
3490         * wid-browse.el (widget-browse-mode): Likewise.
3492         * wid-edit.el (widget-specify-field): Revert to using local-map
3493         property, not keymap.
3495 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
3497         * wid-edit.el (widget-field-end): When checking for a `boundary'
3498         field, do so in the correct buffer.
3500         * simple.el (undo): Correctly distinguish between numeric and
3501         non-numeric prefix args in non-transient-mark-mode, as per the doc
3502         string.  When in transient-mark-mode, treat all prefix-args as
3503         numeric.
3505         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3506         Position point on match.  Handle N == 0 correctly.
3508         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3509         (comint-mode-map): Reverse order of `comint-write-output' and
3510         `comint-append-output-to-file'.
3511         (comint-append-output-to-file): Reinstate this function, for the
3512         benefit of the menu.
3514 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3516         * vc.el (vc-version-other-window): Bind `file'.
3518 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3520         * Makefile.in (update-authors): New target for maintenance purposes.
3522         * emacs-lisp/authors.el (batch-update-authors): New function.
3523         (authors-fixed-entries): New defconst.
3524         (authors-add-fixed-entries): New function.
3525         (authors): Call it.: Don't process lispref/.
3527 2000-10-25  Jason Rumney  <jasonr@gnu.org>
3529         * cus-edit.el (custom-button-face, custom-button-pressed-face):
3530         Merge x w32 and mac definitions.
3532 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
3534         * menu-bar.el (menu-bar-options-menu): Add a help string for
3535         `uniquify'.
3537 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
3539         * time-stamp.el (time-stamp-string-preprocess):
3540         Fix a wrong type argument error.
3542 2000-10-25  Miles Bader  <miles@gnu.org>
3544         * recentf.el (recentf-mode): Variable removed.
3545         (recentf-mode): Use `define-minor-mode'.
3547         * mwheel.el (mouse-wheel-mode): New global minor mode.
3548         (mwheel-install): Use `mouse-wheel-mode'.
3550 2000-10-25  Dave Love  <fx@gnu.org>
3552         * progmodes/cperl-mode.el (cperl-mode):
3553         Set normal-auto-fill-function correctly.
3555         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3556         inherit from global-map and don't nullify menu-bar and tool-bar
3557         bindings.
3559 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
3561         * wid-edit.el (widget-field-at): New function.
3562         (widget-at, widget-field-activate): Use it.
3563         (widget-tabable-at): Use `widget-at'.
3564         (widget-specify-field): If the terminating character of the widget
3565         field (which is read-only) is a newline, put it into a special
3566         `boundary' field so that C-n/C-p act more naturally.
3567         (widget-field-end): Also don't subtract one if a special
3568         `boundary' field has been added after the widget field.
3570         * comint.el (comint-output-filter, comint-send-input): Don't
3571         bother adding stickiness fields to overlays to fool the field
3572         code, since it should notice the overlay insertion-types now.
3574         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3575         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3576         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3578 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3580         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3581         (authors): Set file coding system to iso-2022-7bit.  Add
3582         file-local variables to output buffer.
3584         * files.el (after-find-file): Don't print any warnings if
3585         WARN is nil.
3587 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3589         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3591         * delim-col.el: Now there is a column formatting mechanism.
3592         Modified to customization mechanisms convention.  Doc fix.
3593         (columns): New group for delim-col.
3594         (delimit-columns-before, delimit-columns-after)
3595         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3596         (delimit-columns-end): New vars.
3597         (delimit-columns-customize, delimit-columns-format): New funs.
3598         (delimit-columns-region, delimit-columns-rectangle)
3599         (delimit-columns-rectangle-line): Modified to support column
3600         formatting.
3602 2000-10-24  Dave Love  <fx@gnu.org>
3604         * log-edit.el (log-edit): Add :version and a :group for vc.
3606 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
3608         * files.el (after-find-file): Don't print a message ``New file''
3609         if WARN is nil.
3611         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3612         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
3613         get duplicate tool-bar entries because we'll see the global ones
3614         on more than one path through keymaps.
3616         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3618         * progmodes/cmacexp.el: Change Francesco's email address.
3620 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3622         * window.el (fit-window-to-buffer): Adjust point of the window
3623         buffer, not that of the current buffer.
3625 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
3627         * progmodes/cmacexp.el: Update the euthor's email address.
3629 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3631         * faces.el (face-spec-set-match-display): Add `graphic' display
3632         type (the inverse of `tty').  Use `display-graphic-p' instead of
3633         the window-system variable.
3635 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3637         * international/isearch-x.el (isearch-with-input-method): Call
3638         input-method-function with the first event in
3639         unread-command-events.
3641 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
3643         * faces.el (face-default-spec, face-user-default-spec): Make
3644         defsubsts.
3646 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
3648         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3649         New charsets.
3651         * term/mac-win.el: Remove definitions of mac-roman-lower and
3652         mac-roman-upper, require dired, and define instead of set
3653         mac-ready-for-drag-n-drop to avoid compilation error.
3655 2000-10-23  Andrew Innes  <andrewi@gnu.org>
3657         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3658         superfluous calls to subst-char-in-string; instead apply
3659         expand-file-name after convert-standard-filename to ensure
3660         expected directory separators are used.
3662 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3664         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3666 2000-10-23  Dave Love  <fx@gnu.org>
3668         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3669         (tool-bar-add-item): Set foreground and background for XBM icons.
3671         * international/latin1-disp.el (latin1-char-displayable-p): New
3672         function (from Handa).
3673         (latin1-display-check-font): Use it.
3675         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3676         using :key-sequence, making it much more usable.  Use nconc, not
3677         append.
3678         (imenu--create-keymap-1): Avoid append.
3680         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3682 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3684         [the following changes fix a bug where `define-minor-mode' didn't
3685         correctly generate :require clauses for defcustoms in compiled files]
3686         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3687         (byte-compile-log-file, byte-compile-log-1): Don't set
3688         `byte-compile-current-file' to nil.  Instead set
3689         `byte-compile-last-logged-file' to it.  Test whether
3690         byte-compile-current-file equals byte-compile-last-logged-file
3691         instead of whether its nil.
3692         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3694 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
3696         * textmodes/refill.el: Fix var names in doc.
3697         (refill-mode): Don't bother with make-local-hook anymore.
3699 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
3701         * faces.el (face-user-default-spec, face-default-spec): New functions.
3702         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3703         (frame-set-background-mode, face-set-after-frame-default):
3704         Use `face-user-default-spec'.  Simplify code slightly.
3706         * woman.el (woman-italic-face, woman-bold-face)
3707         (woman-unknown-face): Add dark-background variants.
3708         (woman-default-faces): Renamed from `woman-colour-faces'.
3709         Set using the stored defaults, rather than using hard-wired colors.
3710         (woman-monochrome-faces): Renamed from `woman-black-faces'.
3711         Just make the foreground `unspecified' rather than "black".
3712         (woman-menu): Rename menu entries accordingly.
3714         * faces.el (header-line): Make more reasonable on mono/grayscale
3715         displays.
3717 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
3719         * cus-edit.el (custom-button-face): Use 3D look for mac.
3720         (custom-button-pressed-face): Likewise.
3722         * faces.el (set-face-attributes-from-resources): Handle mac frames
3723         in the same way as x and w32 frames.
3724         (face-valid-attribute-values): Likewise.
3725         (read-face-attribute): Likewise.
3726         (defined-colors): Likewise.
3727         (color-defined-p): Likewise.
3728         (color-values): Likewise.
3729         (display-grayscale-p): Likewise.
3730         (face-set-after-frame-default): Likewise.
3731         (mode-line): Same default face as for x and w32.
3732         (tool-bar): Likewise.
3734         * frame.el: Remove call to frame-notice-user-settings at end of
3735         the file.
3737         * info.el (Info-fontify-node): make underlines invisible for mac
3738         as for x, pc, and w32 frame types.
3740         * term/mac-win.el: New file.
3742 2000-10-22  Dave Love  <fx@gnu.org>
3744         * textmodes/refill.el: New file.
3746 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
3748         * vc-hooks.el (vc-version-backup-file-name): New optional args
3749         MANUAL and REGEXP.
3750         (vc-delete-automatic-version-backups, vc-make-version-backup):
3751         New functions.
3752         (vc-before-save): Use the latter.
3753         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3754         confusion.
3756         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3757         expected by vc[-hooks].el.
3759         * vc.el (vc-checkout): Added `-p' suffix in call to
3760         vc-make-version-backups-p; use vc-make-version-backup to actually
3761         make the backup.
3762         (vc-version-other-window, vc-version-backup-file): Handle both
3763         automatic and manual backups.
3764         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3765         of all of them.
3767 2000-10-22  Miles Bader  <miles@gnu.org>
3769         * comint.el (comint-highlight-input, comint-highlight-prompt):
3770         Renamed, `-face' at end removed.
3771         (comint-send-input, comint-output-filter): Use renamed faces.
3773         * window.el (fit-window-to-buffer): Change defaulting of
3774         MAX-HEIGHT slightly.
3776         * faces.el (color-values, color-defined-p): Use `member', not
3777         `memq', because it works correctly for strings.
3778         (frame-set-background-mode): Actually, "unspecified-fg" and
3779         "unspecified-bg" *are* strings.  Use `member', not `memq', and
3780         `equal', not `eq', when a string value is possible.
3782 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3784         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3786 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
3788         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3789         sh-electric-rparen, sh-electric-less and sh-electric-hash.
3790         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3791         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3792         (sh-font-lock-syntactic-keywords): Use them.
3793         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3794         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3795         (sh-mode): Don't override font-lock-unfontify-region-function.
3796         Use a copy of sh-font-lock-syntactic-keywords.
3797         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3798         Don't call sh-scan-buffer since font-lock does it on the fly.
3799         (sh-get-indent-info): Use `face' rather than `syntax-table'
3800         text-property to detect here-documents.
3801         Replace sh-special-syntax with sh-st-punc.
3802         (sh-prev-line): Use `face' rather than `syntax-table'
3803         text-property to skip over here-documents.
3804         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3805         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3806         (sh-electric-less, sh-set-here-doc-region)
3807         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3808         (sh-scan-buffer, sh-rescan-buffer): Remove.
3810 2000-10-21  Andrew Innes  <andrewi@gnu.org>
3812         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3813         remote (ange-ftp) file names.
3815 2000-10-21  Miles Bader  <miles@gnu.org>
3817         * window.el (fit-window-to-buffer): New function.
3818         (shrink-window-if-larger-than-buffer): Use it.
3819         (window-text-height): Don't expect minibuffers to have mode-lines.
3821         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3822         * international/quail.el (quail-update-guidance): Use
3823         `fit-window-to-buffer' instead of `set-window-text-height'.
3825         * international/quail.el (quail-show-guidance-buf): Make sure
3826         guidance window really has enough room.
3827         (quail-update-guidance): If quail-guidance-win is already shown,
3828         make sure its height is OK.
3830         * window.el (window-text-height, set-window-text-height):
3831         New functions.
3832         (shrink-window-if-larger-than-buffer): Use `window-text-height'
3833         instead of `window-height' & `mode-line-window-height-fudge'.
3834         (mode-line-window-height-fudge): Add FACE parameter.
3835         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3836         instead of `enlarge-window' & `mode-line-window-height-fudge'.
3838 2000-10-20  Miles Bader  <miles@gnu.org>
3840         * window.el (height-affecting-face-attributes): Use `defconst'.
3842         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3843         New function, conditionally aliased to `mode-line-window-height-fudge'.
3844         (ispell-help): Use it.
3845         (ispell-choices-win-default-height): Don't include mode-line fudge.
3846         (ispell-choices-win-default-height): New function.
3847         (ispell-show-choices, ispell-command-loop): Use function
3848         `ispell-choices-win-default-height' instead of variable.
3850 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
3852         * window.el (mode-line-window-height-fudge): New variable.
3853         (height-affecting-face-attributes): New variable.
3854         (mode-line-window-height-fudge): New function.
3855         (shrink-window-if-larger-than-buffer): Use it.
3856         * help.el (resize-temp-buffer-window): Likewise.
3858         * info.el (Info-fontify-node): Add support for @subsubsection
3859         titles, which use `Info-title-4-face'.
3860         (Info-title-4-face): New face.
3861         (Info-title-3-face): Inherit from Info-title-4-face instead of
3862         variable-pitch.
3864 2000-10-19  Jason Rumney  <jasonr@gnu.org>
3866         * dired.el (dired-insert-directory): Do not let errors signalled by
3867         attempt to run dired-free-space-program prevent dired from working.
3869 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3871         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3873 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
3875         * dirtrack.el (dirtrack): Fix call to run-hooks.
3877         * cmuscheme.el (cmuscheme-program-name): Renamed from
3878         scheme-program-name because xscheme.el contains a defcustom with
3879         the same name.  As a consequence, customizing group `cmuscheme'
3880         loaded `xscheme' which redefined run-scheme.
3881         (run-scheme): Use cmuscheme-program-name.
3883         * ps-print.el (ps-print-emacs-type): Move into the
3884         eval-and-compile.
3886         * play/doctor.el (doctor-death): Update the Samaritans'
3887         anonymous address, and add a website for Befrienders International.
3889 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3891         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
3892         Avoid compilation gripes.  Doc fix.
3893         (ps-print-version): New version number (6.2).
3894         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3895         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3896         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3897         (ps-x-extent-priority, ps-x-extent-start-position)
3898         (ps-x-face-font-instance, ps-x-find-coding-system)
3899         (ps-x-font-instance-properties, ps-x-make-color-instance)
3900         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3901         avoid compilation gripes without defining functions.
3902         (ps-e-find-composition): Alias for function find-composition, to have a
3903         suitable function depending on Emacs version.
3904         (ps-color-device, ps-color-values, ps-face-foreground-name)
3905         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3906         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3907         (ps-print-ensure-fontified): Function definitions surrounded by
3908         `eval-and-compile' to avoid compilation gripes.
3909         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3910         by symbol-value to avoid compilation gripes.
3911         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3912         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3914 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3916         * startup.el (normal-top-level): Call `frame-set-background-mode'
3917         after `frame-notice-user-settings' because the latter doesn't call
3918         the former on a tty.
3920         * faces.el (frame-set-background-mode): `unspecified' &c are
3921         symbols, not strings.
3923 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3925         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3926         why some "light*" colors are deliberately absent from the alist.
3928         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3929         Change colors for tty's, as suggested by Miles Bader.
3931 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
3933         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3934         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
3935         for ISO10646-1 fonts.
3936         (x-font-name-charset-alist): Add an entry for "iso10646-1".
3938 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
3940         * faces.el (frame-set-background-mode): If a tty frame defines a
3941         background color, use that to compute the background mode, instead
3942         of always defaulting to "dark".
3944 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
3946         * comint.el (comint-write-output): New function.
3947         (comint-mode-map): Add it to the menu.
3948         Bind `C-c C-s' to comint-write-output.
3950 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
3952         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3953         Use fancy-splash-delay.
3955 2000-10-18  Alex Schroeder  <alex@gnu.org>
3957         * progmodes/sql.el (sql-sybase-options): New option.
3958         (sql-sybase): Use it.  Add sql-database to the list of parameters
3959         provided for login.  The options -w 2048 -n are not used any more.
3961         * comint.el (comint-read-input-ring): Bugfix such that the first
3962         and the last entry of the input ring file are not lost.
3964 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3966         * ps-print.el: Internal variable changes to defcustom,
3967         make-local-hook changes to defvar.  Doc fix.
3968         (ps-print-version): New version number (6.1).
3969         (ps-setup, ps-do-despool): Code fix.
3970         (ps-printer-name): Customization fix.
3971         (ps-printer-name-option): Now is a defcustom instead of an
3972         internal variable.
3973         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3974         (ps-print-begin-column-hook): Now are defvar instead of
3975         make-local-hook.
3977 2000-10-18  Miles Bader  <miles@gnu.org>
3979         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3980         (comint-kill-output): Changed into an alias for `comint-delete-output',
3981         and made obsolete.
3982         (comint-mode-map): Rename references to comint-kill-output.
3984 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
3986         * diff-mode.el (diff-header-face, diff-file-header-face)
3987         (diff-changed-face): Add bold and italic attributes to tty faces.
3988         (diff-function-face): New face.
3989         (diff-font-lock-keywords): Use it.
3991 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
3993         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3994         Remove commented-out call to force-mode-line-update.
3995         (comint-kill-output): Use `forward-line 0' instead of
3996         beginning-of-line to make sure we get past the prompt.
3998 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
4000         * diff-mode.el (diff-header-face, diff-file-header-face):
4001         Add specific setting for dark background.
4002         (diff-context-face): Renamed from diff-comment-face.
4003         Set explicitly rather than inheriting from font-lock-comment-face.
4005 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4007         * startup.el (command-line): Move the code which sets the default
4008         TTY colors to before before-init-hook.
4010 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4012         * jit-lock.el (jit-lock-stealth-time): Doc fix.
4014 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4016         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4017         extensions, for MS-DOS.
4019         * diff-mode.el (diff-header-face, diff-file-header-face)
4020         (diff-changed-face): Define tty-specific colors.
4022 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
4024         * startup.el (fancy-splash-text): Realign the text.
4026 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4028         * font-lock.el (font-lock-comment-face): Define a separate default
4029         for dark-background tty's.
4031 2000-10-17  Miles Bader  <miles@gnu.org>
4033         * help.el (resize-temp-buffer-window): Add hack to avoid last line
4034         being obscured by whizzy mode-lines on graphics displays.
4036 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4038         * info.el (Info-title-1-face, Info-title-2-face)
4039         (Info-title-3-face): Define colors for tty's.
4040         (info-header-node): Remove unneeded tty-specific definition.
4042 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4044         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4045         reverse from the frame parameters, and don't invert foreground and
4046         background colors.
4048 2000-10-16  Miles Bader  <miles@gnu.org>
4050         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4051         string "*Info*".  Call propertized-buffer-identification to spruce
4052         up the result.
4054 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4056         * help.el: Provide `help' for the sake of define-minor-mode
4057         which generates defcustoms with requires.
4059         * jit-lock.el (jit-lock-after-change): If we're in text that
4060         matches a multi-line font-lock pattern, make sure the whole text
4061         will be redisplayed.
4063         * emacs-lisp/authors.el (authors-add): Don't add an entry if
4064         author's name is unknown.
4066         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4067         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4068         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4069         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4070         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4071         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4072         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4073         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4074         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4075         Add author information.
4077 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
4079         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4080         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4081         full-color version (using the Gimp) to eliminate dithering artifacts.
4083 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4085         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4087         * simple.el (syntax-flag-table, string-to-syntax): Remove.
4089 2000-10-15  Dave Love  <fx@gnu.org>
4091         * progmodes/sh-script.el: Require skeleton and comint when
4092         compiling.
4094         * pcomplete.el (pcomplete) <defgroup>: Add :version.
4096         * whitespace.el: Doc fixes.
4097         (top-level): Don't add hooks here.
4098         (whitespace-running-emacs): Deleted.
4099         (timer): Don't require.
4100         (whitespace): Add back :version conditional on xemacs test.
4101         (whitespace-spacetab-regexp, whitespace-indent-regexp)
4102         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4103         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4104         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4105         Avoid specific xemacs test.
4106         (whitespace-global-mode): New option.
4107         (whitespace-global-mode): New command.
4108         (whitespace-unload-hook): New function.
4110         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4111         (Info-fontify-node, Info-goto-node, Info-mode-menu)
4112         (Info-fontify-node): `Goto' goes to `Go to'.
4113         (Info-fontify-node): Add help-echo to xref links.
4115 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
4117         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4119 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
4121         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4122         Use plist-get and allow :inherit.
4124         * emacs-lisp/cl-macs.el (cl-do-arglist):
4125         Use plist-get and plist-member instead of memq.
4127         * emacs-lisp/ewoc.el (ewoc-location): New function.
4128         (ewoc-enter-after, ewoc-enter-before): Document return value.
4129         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4130         Don't need make-local-hook any more.
4131         (cvs-addto-collection): Return the new tin.
4132         (cvs-mode-insert): Jump to the new line.
4134         * jit-lock.el (jit-lock-fontify-buffer): Remove.
4136         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4138         * font-lock.el (font-lock-syntactically-fontified): New var.
4139         (font-lock-fontify-syntactic-keywords-region): Use it.
4140         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
4142         * diff-mode.el (diff-find-file-name): Fix regexp.
4144         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4145         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4147         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4148         (sh-mode-syntax-table): Add punctuation syntax for < and >.
4149         (sh-mode): Don't make all vars local here.
4150         (sh-kw): Reformat.
4151         (sh-set-shell): Use dolist.  Don't set indent-region-function.
4152         (sh-mode-syntax-table): Use pop.
4153         (sh-remember-variable): Use push.
4154         (sh-help-string-for-variable): Use memq.
4155         (sh-safe-backward-sexp): Remove.
4156         (sh-safe-forward-sexp): Add ARG.
4157         (sh-get-indent-info, sh-prev-stmt): Use it.
4158         (sh-prev-line): Simplify by using forward-comment.
4159         (sh-this-is-a-continuation): Simplify.
4160         (sh-learn-buffer-indent): Use dolist.
4161         (sh-do-nothing): Remove.
4162         (sh-set-char-syntax, sh-set-here-doc-region):
4163         Use inhibit-modification-hooks.
4164         (sh-name-style): Use mapcar and push.
4165         (sh-load-style): Use dolist.
4166         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4167         (sh-case, sh-while-getopts): Use propertize directly rather
4168         than sh-electric-rparen.
4170 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4172         * textmodes/tex-mode.el: Require CL when compiling.
4173         (tex-mode-syntax-table): Init immediately.
4174         (tex-mode-map): Bind M-RET to latex-insert-item.
4175         (latex-mode): Set indent-line-function to latex-indent.
4176         (tex-common-initialization): Don't setup the syntax-table any more.
4177         (latex-insert-item): New skeleton.
4178         (tex-next-unmatched-end): Fix copy/paste braino.
4179         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4180         (latex-indent, latex-find-indent): New functions.
4181         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4182         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4183         (tex-compilation-parse-errors): Use with-syntax-table.
4185 2000-10-15  Miles Bader  <miles@gnu.org>
4187         * font-lock.el (font-lock-comment-face): Change dark-background,
4188         color, non-tty, default to `chocolate1'.
4190 2000-10-13  John Wiegley  <johnw@gnu.org>
4192         * eshell/esh-util.el (require): Added a missing `require' form,
4193         needed when compiling (for an ange-ftp macro definition).
4195 2000-10-13  Dave Love  <fx@gnu.org>
4197         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4199 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
4201         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4202         fix.
4204         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4205         transparent -colors 8).
4207 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
4209         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4210         that breaks with old list format timestamps.
4211         (time-stamp-warn-inactive, time-stamp-old-format-warn)
4212         (time-stamp-count, time-stamp-conversion-warn): Improved doc
4213         strings.
4215 2000-10-13  John Wiegley  <johnw@gnu.org>
4217         * align.el, pcomplete.el, calendar/timeclock.el,
4218         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4220         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4221         faulty math, where holiday hours were being computing as seconds.
4223 2000-10-13  John Wiegley  <johnw@gnu.org>
4225         * desktop.el (desktop-buffer-modes-to-save): Added a global for
4226         specifying what "other" kinds of buffers should be saved.  This
4227         used to be hard-coded.
4228         (desktop-buffer-misc-functions): A global for specifying how
4229         auxiliary data should be determined for special buffer types.
4230         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4231         instead of hard-coding the special buffer types.
4232         (desktop-save): Run `desktop-buffer-misc-functions' to gather
4233         auxiliary data, instead of hard-coding for Info buffers and dired.
4234         (desktop-buffer-info-misc-data): Aux function for determining Info
4235         buffer auxiliary info.
4236         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4237         (desktop-buffer-info): Changed this function to use the info
4238         gathered above.
4239         (desktop-create-buffer): Be a little more careful about what
4240         `minor-mode' means before calling it.  This is important for some
4241         buffer types.
4243 2000-10-13  John Wiegley  <johnw@gnu.org>
4245         * eshell/esh-util.el: Added a global form which declares an
4246         autoload for `parse-time-string', if that function is not already
4247         defined, and if parse-time.el is available on the user's system.
4249         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4250         to be aware of ange-ftp user info.
4251         (eshell-do-ls): Bind `ange-cache'.  Also, use
4252         `eshell-file-attributes'.
4253         (eshell-ls-annotate): Use `eshell-file-attributes'.
4254         (eshell-ls-file): Made the user-id printing code a bit smarter.
4256         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4257         allow identification of alias user ids in remote directories.
4258         It's manual, but there's no other way to know when the current
4259         user on the local machine, is also the owning user on the remote
4260         machine.
4261         (fboundp): Bind `ange-cache'.
4262         (eshell-directory-files-and-attributes): Re-organized the logic a
4263         bit to use `eshell-file-attributes' instead of `file-attributes'.
4264         The former is more sensitive to directories that are read via FTP,
4265         and knows how to use ange-ftp to determine full attribute
4266         information, instead of just the name and last modtime.
4267         (eshell-current-ange-uids): Return the current user id when in a
4268         remote directory.
4269         (eshell-parse-ange-ls): Parse a full directory listing that has
4270         been returned by ange-ftp.
4271         (eshell-file-attributes): This beefed up version of
4272         `file-attributes' is only special if the user is currently in a
4273         remote directory, in which case it does a lot of work to find out
4274         what the real attributes of a file are, as they appear on the
4275         remote machine.  This makes usage of remote directories (i.e.,
4276         ange-ftp pathnames) much more useful.  You can now use Eshell as a
4277         full-fledged FTP client, with much more manipulation ability than
4278         most other clients.
4280         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4281         variable, which means that Eshell's du should always be preferred
4282         in remote directories.
4283         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4284         just `file-attributes'.
4285         (eshell-mvcp-template): Bind `ange-cache', to improve performance
4286         when reading remote directories.  This is an Eshell-specific
4287         variable (not part of ange-ftp).
4288         (eshell/ln): Bind `ange-cache'.
4289         (eshell/du): Added some extra logic for determining when to use
4290         Eshell's du (which is slow), and when to use the external version
4291         (which may or may not exist).
4293         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4294         `eshell-interactive-process', rather than using
4295         `get-buffer-process', since backgrounded processes don't count in
4296         the context of this function's logic.
4298         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4299         `forward-char', so that null strings are parsed correctly.
4301 2000-09-13  John Wiegley  <johnw@gnu.org>
4303         * eshell/em-pred.el (eshell-pred-file-type,
4304         eshell-pred-file-links, eshell-pred-file-size): Use
4305         `eshell-file-attributes'.  This is more correct over ange-ftp.
4307         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4308         that remote file globbing is more efficient.
4310         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4311         gathering the files and attributes within a directory.
4313         * eshell/em-unix.el (eshell/cat): If any of the files passed on
4314         the command line is a special file (not a regular file, directory
4315         or symlink), always attempt to call the external version of cat.
4317 2000-09-13  John Wiegley  <johnw@gnu.org>
4319         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4320         Eshell-friendly version of find-tag.
4322 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
4324         * image-file.el (image-file-name-extensions)
4325         (image-file-name-regexps): Add autoload cookies.
4327 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
4329         * international/mule-cmds.el (select-safe-coding-system): If FROM
4330         is string, show it in *Warning* buffer.
4332 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4334         * startup.el (normal-top-level): Use display-popup-menus-p instead
4335         of window-system.
4336         (command-line): Use display-graphic-p instead of window-system.
4337         (command-line-1): Use display-popup-menus-p and display-mouse-p
4338         instead of window-system.
4340 2000-10-12  Sam Steingold  <sds@gnu.org>
4342         * tooltip.el (tooltip-use-echo-area): New user variable.
4343         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4345 2000-10-12  Dave Love  <fx@gnu.org>
4347         * recentf.el: Maintainer's checkdoc fixes.
4349         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4350         character class, not ASCII when matching file names.
4351         (fancy-splash-head): Add trailing slash to URL.
4352         (command-line): Don't require XPM support for toolbar.
4354         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4355         (cperl-invalid-face): Revert last change.
4356         (cperl-init-faces): Quote cperl-invalid-face.
4358 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4360         * startup.el (fancy-splash-text): Remove superfluous quote.
4362 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4364         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4365         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4366         (command-line-1): Don't use fancy-splash-pending-command.
4367         (fancy-splash-screens-1): Goto point-min after inserting text.
4369         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4371         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4372         instead of shared-lisp-mode-map.
4374 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
4376         * faces.el (header-line): Change tty-variant to use underlining.
4378         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4379         (isearch-highlight): Restore lazy-isearch face properties at old
4380         position, and suppress them at new position.
4381         (isearch-dehighlight): Restore lazy-isearch face properties.
4382         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4383         over the real isearch overlay, but in that case, don't give it a
4384         face property.  Use `push'.
4386 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
4388         * man.el (Man-getpage-in-background): Fix previous change.
4389         Decode the process output only when we are in multibyte mode.
4391 2000-10-11  Dave Love  <fx@gnu.org>
4393         * info.el (Info-mode-menu): Fix some help.
4394         (info-tool-bar-map): Add entry for Info-last.
4396         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4397         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4398         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4399         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4400         * toolbar/search-replace.xpm, toolbar/exit.xpm:
4401         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4402         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4403         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4404         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4405         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4406         Reduce colour requirements to 25 overall.  (Probably wants
4407         revisiting from the originals to reduce further.)
4409 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
4411         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4412         buffer-file-coding-system, instead of raw-text.
4413         (dehexlify-buffer): Bind coding-system-for-read to
4414         buffer-file-coding-system, instead of raw-text.
4416 2000-10-11  Sam Steingold  <sds@gnu.org>
4418         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4419         `underline' - fixes the bug introduced on 2000-09-21.
4421 2000-10-11  Dave Love  <fx@gnu.org>
4423         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4424         compiler warnings.
4425         (scheme-mode): Doc fix.
4426         (scheme-font-lock-keywords-1): Match `define-syntax'.
4428 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
4430         * faces.el (frame-set-background-mode): Pay attention to saved
4431         face specs as well as default ones.  Only do anything if the
4432         bg-mode or display-type has actually changed.  Use `dolist'.
4433         (region): Make dark-background `region' face less in-your-face.
4435 2000-10-10  Sam Steingold  <sds@gnu.org>
4437         * chistory.el, ielm.el, ledit.el:
4438         * progmodes/inf-lisp.el, progmodes/scheme.el:
4439         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4441 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4443         * textmodes/texinfo.el: Update copyright and fix typo.
4445         * desktop.el (desktop-modes-not-to-save): New var.
4446         (desktop-save-buffer-p): Use it.
4447         Also, obey desktop-buffers-not-to-save even for non-file buffers.
4448         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4450 2000-10-10  Dave Love  <fx@gnu.org>
4452         * toolbar/tool-bar.el (tool-bar-add-item)
4453         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4454         display.
4456         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4457         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4458         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4459         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4460         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4461         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4462         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4463         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4464         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4465         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4466         the .xpms; probably need retouching.
4468 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
4470         * subr.el (add-to-list): Add optional argument APPEND.
4471         * battery.el (display-battery): Use `add-to-list'.
4473 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
4475         * play/zone.el (zone-timer, zone-wc-tbl): Rework
4476         these vars as symbol properties.
4477         (zone, zone-when-idle, zone-leave-me-alone)
4478         (zone-pgm-whack-chars): Use new symbol properties.
4480         * battery.el (display-battery): Doc spelling fix.
4482         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4483         property.
4485 2000-10-09  Dave Love  <fx@gnu.org>
4487         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4488         has been initialized before calling tool-bar-setup.
4489         (tool-bar-add-item-from-menu): Add autoload cookie.
4491 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
4493         * menu-bar.el (send-mail-item-name): New function.
4494         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4495         of mail-user-agent in the menu.  Don't display the "Send Mail"
4496         item if mail-user-agent is nil or its value is ignore.
4497         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4498         if read-mail-command is nil or its value is ignore.
4500         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4502 2000-10-09  Miles Bader  <miles@gnu.org>
4504         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4505         Correct image size.
4506         * toolbar/left_arrow.xpm: Correct image size.
4508         * jka-compr.el: Don't call `jka-compr-install' when loading (it
4509         will be done by the definition of `auto-compression-mode' if
4510         necessary.  Move code to uninstall existing file-name handler
4511         before definition of `auto-compression-mode'.
4513         * image-file.el (auto-image-file-mode): Move to the end of the
4514         file, because `define-minor-mode' actually calls the mode-function
4515         if the associated variable is non-nil, which requires that all
4516         needed functions be already defined.
4518         * mouse.el (popup-menu): Balance parens.
4520 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
4522         * mouse.el (popup-menu): Move the command call outside the loop
4523         so that popup-menu returns whatever the command returns.
4525         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
4526         (initialize-new-tags-table): Use run-hook-with-args-until-success.
4527         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4528         (tags-table-format-functions): Renamed from tags-table-format-hooks.
4530         * vc.el (vc-version-diff): diff-switches can be a list.
4531         Use relative filenames for prettier output.
4533         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4534         (vc-post-command-functions): Remove old-VC compatibility code.
4536         * newcomment.el (comment-indent-default): Autoload.
4538         * font-lock.el (font-lock-defaults): Make buffer-local.
4539         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4540         (font-lock-choose-keywords):
4541         Ignore LEVEL unless KEYWORDS is a list of syms.
4542         (c-keywords, c++-keywords, objc-keywords, java-keywords):
4543         Don't wrap regexp-opt things in \(...\) unnecessarily.
4545         * jit-lock.el: Don't require font-lock any more.
4546         (jit-lock-functions): Make buffer-local.
4547         (jit-lock-saved-fontify-buffer-function): Remove.
4548         (jit-lock-mode): Remove autoload cookie.
4549         Remove font-lock specific code.
4550         (jit-lock-unregister): Don't bother handling complex hooks any more.
4551         (jit-lock-refontify): New function.
4552         (jit-lock-fontify-buffer): Use it.
4553         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4554         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4555         Add optional args START and END.
4556         Never call font-lock-fontify-region directly.
4557         (jit-lock-function, jit-lock-stealth-fontify): Use it.
4559         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4561 2000-10-08  Dave Love  <fx@gnu.org>
4563         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4565         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4567         * play/studly.el (studlify-region, studlify-word): Add autoload
4568         cookie.
4570         * play/morse.el (morse-region, unmorse-region): Add autoload
4571         cookie.
4573         * play/spook.el (spook-phrases-file): Use expand-file-name, not
4574         concat.
4576         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4577         insist on symbols starting with word syntax.
4578         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4579         (eval-defun-1): Doc fix.
4580         (indent-sexp): Use nconc to build up indent-stack.
4582         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4583         Gnus with little use.
4584         (mail-setup-hook): Add mail-abbrevs-setup to options.
4586         * recentf.el: Doc fixes.
4588         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4589         Clean up remainder.
4591         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
4592         without timezone and (8) with timezone to enforce some whitespace.
4593         Simplify code somewhat.
4595         * options.el (list-options): Doc that you should use customize.
4597         * iswitchb.el (iswitchb-mode): Add :require.
4599         * info.el (Info-goto-node, Info-menu): Doc fix.
4600         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4601         (info-tool-bar-map): New variable.
4602         (Info-mode): Use it.
4603         (Info-edit-map): Define all in defvar.
4604         (speedbar-attached-frame): Avoid compiler warning.
4606         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4607         (global-map): Bind [tool-bar] to a filtered map.
4608         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
4609         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4610         Allow PBM icons.
4611         (tool-bar-setup): Adjust calls of tool-bar-add-item.
4613         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4614         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4615         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
4616         icons, except up_arrow, which is left-arrow rotated.
4618         * imenu.el (imenu-add-to-menubar): Fix last change.
4620 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
4622         * generic-x.el (rul-generic-mode): Remove eval-when-compile
4623         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
4625 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4627         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4628         typos in doc strings.
4630         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4631         the doc strings how to customize Font Lock faces.
4633         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4634         computing growth when dragging the header line.
4636 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
4638         * simple.el (kill-line): Doc fix.
4640 2000-10-08  Miles Bader  <miles@gnu.org>
4642         * faces.el (secondary-selection): Make foreground visible on tty.
4644         * jka-compr.el (auto-compression-mode): Move to the end of the
4645         file, because `define-minor-mode' actually calls the mode-function
4646         if the associated variable is non-nil, which requires that all
4647         needed functions be already defined.
4648         (with-auto-compression-mode): Add autoload cookie.
4650 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
4652         * files.el (find-backup-file-name) [ms-dos]: If support for long
4653         file names is not available, behave as if version-control were set
4654         to never.
4656 2000-10-07  Dave Love  <fx@gnu.org>
4658         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4659         (browse-url-gnome-moz): New function.
4660         (browse-url-browser-function): Use it.
4661         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4663 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
4665         * indent.el (tab-always-indent): New var.
4666         (indent-for-tab-command): Use it.
4668         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4669         raise an error.  This way it can still default to a sane value.
4671 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4673         * startup.el (fancy-splash-screens): Use local rather than global map.
4674         Don't use `update-menu-bindings' any more.
4675         Get rid of assumptions about keymap representation.
4677 2000-10-06  Dave Love  <fx@gnu.org>
4679         * textmodes/fill.el (sentence-end-double-space)
4680         (sentence-end-without-period):  Doc fix.
4681         (adaptive-fill-regexp): Purecopy.
4682         (unjustify-current-line): Use line-end-position.
4683         (fill-individual-paragraphs-prefix): Use line-beginning-position.
4685         * net/eudc-vars.el (eudc): Add :version, :link.
4687         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4689         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4690         Fix for define-minor-mode.
4691         (function-at-point): Alias to function-called-at-point.
4693         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4695         * simple.el (backward-word): Doc fix.
4697         * image-file.el (image-file-name-regexp): image-file-regexps ->
4698         image-file-name-regexps.
4699         (image-file-name-extensions): Add pbm.
4701 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
4703         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4704         and add filename to the names so that diff-mode can jump to source.
4706         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4707         (tex-font-lock-keywords, tex-font-lock-keywords-2)
4708         (tex-font-lock-keywords-1): Remove.
4709         (font-lock-turn-on-thing-lock): Use jit-lock-register.
4710         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4711         (font-lock-default-fontify-region):
4712         Expand beg..end correctly when just following a multiline region.
4713         (font-lock-fontify-anchored-keywords):
4714         Include the anchor text as part of the multiline.
4716 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
4718         * loadup.el (toplevel): Load `loaddefs' before `help' because the
4719         latter needs the autoloaded define-minor-mode macro during the
4720         bootstrap.
4722         * startup.el (command-line): For now, activate tool-bar-mode only
4723         if XPM images are supported.
4725         * mouse.el (mouse-drag-header-line): Don't allow resizing a
4726         window by dragging a header-line at the top of the frame; that's
4727         confusing because the header-line doesn't move.
4728         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4729         of treating the event as a list.  Some cleanup.
4731 2000-10-06  Miles Bader  <miles@gnu.org>
4733         * simple.el (display-message-or-buffer): New function.
4734         (shell-command-on-region): Use `display-message-or-buffer'.
4736         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4737         docstring parts.
4739         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4740         (smbclient-prompt-regexp): Add usage note to doc string.
4741         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4742         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4743         Use add-hook for adding the comint filter function, and only do so
4744         if it's not already in the global hook list.
4745         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4746         to `make-local-variable'.
4747         (nslookup-font-lock-keywords): Remove prompt entry.
4748         (nslookup): Don't set the process-filter.
4749         (finger): Exit the loop correctly when the regexps list runs out.
4750         (ftp, smbclient, smbclient-list-shares):
4751         Set the real major mode immediately, not after execing.
4752         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4754         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4756 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
4758         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4760         * which-func.el (which-func-format): Remove spurious space.
4761         (which-func-mode): Don't make it permanent-local.
4762         (which-func-ff-hook): Allow which-func-maxout to be nil.
4763         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
4764         (which-func-mode): Simplify.
4765         Use post-command-idle-hook rather than post-command-hook.
4766         Go through all buffers and update their state.
4767         (which-function): Also try add-log-current-defun-function.
4769         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4770         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4771         Update call to with-vc-properties accordingly.
4772         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4773         (vc-revert-buffer): More careful about window selection and deletion.
4774         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4776         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4777         (cvs-retrieve-revision): Reuse a pre-existing buffer.
4778         (cvs-dired-action): Change the default to quickdir.
4780         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4781         if comment-indent-function returns nil.
4782         (comment-indent-default): New function.
4783         (comment-indent-function): Use it and document the new semantics.
4785         * image-file.el: Docstring fixes.
4787         * help.el (help-xref-on-pp): Use match-string.
4788         (describe-variable): New arg BUFFER.
4789         Store the current buffer in the help-xref-stack.
4790         (temp-buffer-resize-mode): Use define-minor-mode.
4792         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4793         consistently with its docstring.
4794         Set jit-lock-first-unfontify-pos in an idempotent way.
4795         (jit-lock-register): Autoload and add arg CONTEXTUAL.
4797 2000-10-05  Alex Schroeder  <alex@gnu.org>
4799         * sql.el (sql-mysql-options): New variable.
4800         (sql-mysql): Use it.
4802 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
4804         * image.el (image): New group.
4806         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4807         (smerge-base-face, smerge-markers-face): Add dark-background variants.
4809 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4811         * net/net-utils.el (nslookup-font-lock-keywords)
4812         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4813         Ignore the value of wqindow-system; always define keywords
4815 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
4817         * startup.el (fancy-splash-screens): Remove the code for
4818         debugging; `(trace-to-stderr "EXITTT\n")'.
4820 2000-10-05  Miles Bader  <miles@gnu.org>
4822         * diff-mode.el (diff-goto-source): Update call to
4823         `diff-hunk-status-msg' to reflect new REV variable.
4825 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
4827         * progmodes/icon.el (icon-mode):
4828         Don't gratuitously override the default for comment-column.
4830         * vc-hooks.el (vc-mode-line): Fix interactive spec.
4832         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4833         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4834         (jit-lock-functions): New var.
4835         (jit-lock-function-1): Use it if non-nil.
4836         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
4837         Set the `fontified' property before doing the fontification to avoid
4838         repeatedly going through the same error.
4839         Don't turn errors into messages.
4840         (jit-lock-register, jit-lock-unregister): New functions.
4842         * dired.el (dired-mark-pop-up): Turn comment into docstring.
4843         Use with-current-buffer.
4845         * dired-aux.el (dired-do-create-files, dired-kill-tree):
4846         Turn comment into docstring.
4848         * apropos.el (apropos-mode): Use define-derived-mode.
4850 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
4852         * startup.el (fancy-splash-pending-command): New variable.
4853         (fancy-splash-pre-command): New function.
4854         (fancy-splash-screens): Rewritten.
4855         (command-line-1): If fancy-splash-pending-command is set, call it
4856         interactively.
4858 2000-10-04  Dave Love  <fx@gnu.org>
4860         * toolbar/tool-bar.el (tool-bar-setup): New function.
4861         (tool-bar-mode): Use it.
4863         * subr.el (substitute-key-definition): Doc fix.
4864         (play-sound-file): New command.
4866 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
4868         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4869         vc-version-backup-file-name): New functions.
4871         * files.el (basic-save-buffer): Call vc-before-save before saving.
4873         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4874         vc-cvs-stay-local-p.
4876         * vc.el (vc-revert-buffer): Handle empty diff properly.
4877         (vc-version-backup-file): New function.
4878         (vc-checkout): Create a version backup if necessary.
4879         (vc-checkin): If a version backup file exists, delete it.
4880         (vc-version-diff): Diff locally using version backups, if available.
4881         (vc-revert-file): If there's a version backup, revert locally.
4882         (vc-transfer-file): Use version backup for base version, if
4883         available.  If not, ask for confirmation whether to get it from the
4884         server.  Update mode line before check-in.
4886 2000-10-04  Dave Love  <fx@gnu.org>
4888         * toolbar/tool-bar.el (tool-bar-setup): New function.
4889         (tool-bar-mode): Use it.
4891 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
4893         * net/net-utils.el (nslookup-font-lock-keywords)
4894         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4895         Only set if window-system is non-nil
4896         (net-utils-run-program): Returns buffer.
4897         (network-connection-reconnect): Added this function.
4899         * generic.el:
4900         Incorporates extensive cleanup and docfixes by
4901         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4902         Uses cl compile-time macros.
4903         (generic-mode-name, generic-comment-list)
4904         (generic-keywords-list, generic-font-lock-expressions)
4905         (generic-mode-function-list, generic-mode-syntax-table):
4906         Removed variables.
4907         (generic-mode-alist): Renamed to generic-mode-list.
4908         (generic-find-file-regexp): Default changed to "^#".
4909         (generic-read-type): Uses completing read on generic-mode-list.
4910         (generic-mode-sanity-check): removed this function.
4911         (generic-add-to-auto-mode): Removed this function
4912         (generic-mode-internal): Bind mode-specific definitions
4913         into function instead of putting them in alist.
4914         (generic-mode-set-comments): Reworked extensively.
4915         (generic-mode-find-file-hook): Simplified regexp searching
4916         (generic-make-keywords-list): Omit extra pair of parens
4918         * find-lisp.el (find-lisp-find-files-internal):
4919         Make sure directory name ends with "/".
4921         * generic-x.el (apache-conf-generic-mode):
4922         Regexp now allows leading whitespace.
4923         (rc-generic-mode): Added eval-when-compile
4924         around generic-make-keywords-list.
4925         Deleted duplicate regexp
4926         (rul-generic-mode): Added eval-when-compile
4927         around generic-make-keywords-list.
4928         (etc-fstab-generic-mode): New generic mode.
4929         (rul-generic-mode): Removed one eval-when-compile
4930         which caused a max-specpdl-size exceeded error.
4932 2000-10-04  Miles Bader  <miles@gnu.org>
4934         * simple.el (minibuffer-temporary-goal-position): New variable.
4935         (next-history-element): Try to keep the position of point in the
4936         input string constant.
4938         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4939         (dired-do-create-files): If there's only one file, pass it in as
4940         the DEFAULT arg to dired-mark-read-file-name.
4942 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
4944         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4945         (diff-goto-source): Be smarter when choosing REVERSE or not.
4947         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4948         (texinfo-mode-menu): Add an explicit shortcut for update all.
4950 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
4952         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4953         factorize backend-specific code cleanly (this was essentially
4954         conceived by Stefan Monnier).
4955         (vc-unregister): Function removed.
4956         (vc-revert-file): New function.
4957         (vc-revert-buffer): Delegate some of the work to it.
4959         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4960         default branch unconditionally.
4961         (vc-rcs-set-default-branch): New function.
4962         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4963         (vc-rcs-checkin): If an appropriate default branch has been set,
4964         force creation of that branch.
4965         (vc-rcs-receive-file): Rewritten to contain only backend-specific
4966         code (as suggested by Stefan Monnier).
4968 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
4970         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4971         highlighting overlay with a different face over the overlay
4972         isearch uses to highlight the current match because that can lead
4973         to bad face combinations.
4975         * loadup.el (toplevel): Load faces before isearch.
4977         * isearch.el (isearch-faces): New custom group.
4978         (isearch): New defface; was already tested for in the code.
4979         (isearch-lazy-highlight-face): Changed to defface from defcustom.
4980         (isearch-highlight): Always use face `isearch'.
4982 2000-10-02  Dave Love  <fx@gnu.org>
4984         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4985         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
4986         comparison of opcode with operand.
4988 2000-10-03  Miles Bader  <miles@gnu.org>
4990         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4991         buffer, since the echo area will now grow to accommodate them.
4993 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
4995         * vc-hooks.el (vc-registered): If FILE used to be registered under
4996         a certain backend, try that one first.
4998         * vc.el (vc-responsible-backend): Undo the previous change in the
4999         argument list.  Handle multiple backends correctly.
5000         (vc-find-new-backend): Function removed.
5001         (vc-register): Use vc-responsible-backend, as before.
5002         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5004 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
5006         * startup.el (fancy-splash-head): Change message below the
5007         logo.
5009 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
5011         * diff-mode.el (diff-goto-source): Emit a status message.
5012         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5013         (diff-test-hunk): Fix doc string.
5014         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5015         (diff-advance-after-apply-hunk): New variable.
5016         (diff-apply-hunk): Don't return a value.
5018 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
5020         * vc.el (vc-editable-p): Minor optimization.
5021         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5022         (vc-find-new-backend): New function split from vc-responsible-backend.
5023         (vc-register): Use it.
5024         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5025         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5026         (vc-default-unregister, vc-revert-buffer): Docstring fix.
5027         (vc-clear-headers): Don't use find-file.
5028         (vc-revert-buffer): Use `and' again (must have been a braino).
5029         (vc-switch-backend): Only prompt if requested.
5030         Short circuit if nothing is to be done.
5031         Don't use vc-resynch-buffer which could lose unsaved editing.
5032         (vc-default-receive-file): Update call to vc-unregister.
5033         (with-vc-file, vc-next-action-on-file):
5034         Use vc-backend rather than vc-registered.
5035         (vc-next-action-on-file): Use intern-soft.
5036         Deal with read-only *vc-diff* buffer.
5037         (vc-transfer-file): Docstring fix.
5039         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5040         (vc-rcs-receive-file): Avoid with-vc-properties.
5041         Update call to vc-unregister.
5042         Use constant `RCS' rather than (dynamically bound) var `backend'.
5044 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
5046         * vc.el (vc-next-action-on-file): Update mode line only if file
5047         is visited.
5048         (vc-start-entry): New argument initial-contents.  Don't visit the file
5049         if it isn't already visited.  Brought documentation up-to-date.
5050         (vc-next-action, vc-register): Updated calls to vc-start-entry.
5051         (vc-checkin): New optional arg initial-contents, which is passed to
5052         vc-start-entry.
5053         (vc-finish-logentry): Make sure to bury log buffer only if there
5054         really is one.  Call `vc-resynch-buffer' on log-file, not
5055         buffer-file-name.
5056         (vc-default-comment-history, vc-default-wash-log): New functions.
5057         (vc-index-of): Removed.
5058         (vc-transfer-file): Make do without the above.
5059         (vc-default-receive-file): Call comment-history unconditionally.  Pass
5060         the resulting string to vc-checkin, instead of inserting it into the
5061         comment ring.
5063         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5064         unconditionally.  Use the comments as initial contents of the log
5065         entry buffer.  Document the trick to force branch creation with no
5066         changes.
5068 2000-10-01  Miles Bader  <miles@gnu.org>
5070         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5071         `recenter' with an arg to prevent redrawing the display.
5073 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
5075         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5077         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5079         * progmodes/c-mode.el (c-mode):
5080         Don't gratuitously override the default for comment-column.
5082         * textmodes/tex-mode.el (latex-metasection-list): New var.
5083         (latex-imenu-create-index): Use it.
5084         Move the regexp construction outside loops (and use push).
5085         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5086         (tex-font-lock-keywords): Moved from font-lock.el.
5087         (tex-comment-indent): Remove.
5088         (tex-common-initialization): Don't set comment-indent-function.
5089         (latex-block-default): New var.
5090         (tex-latex-block): Use it to provide a default choice.
5091         Add any unknown choice to latex-block-names.
5092         Insert [...] after {...}.
5093         (tex-last-unended-begin): Simplify regexp.
5094         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5095         (latex-forward-sexp-1, latex-forward-sexp): New functions.
5096         (latex-mode): Set forward-sexp-function.
5098         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5099         Add regexp for @ignore ... @end ignore.
5100         (texinfo-heading-face): New face.
5101         (texinfo-font-lock-keywords): Use it.
5102         (texinfo-mode-menu): New menu.
5103         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5104         New functions.
5105         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5106         (texinfo-section-types-regexp, texinfo-section-level-regexp)
5107         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5108         Remove declaration.
5109         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5111         * delsel.el (delete-selection-mode): Use define-minor-mode.
5113         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5115 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5117         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5119 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5121         * replace.el (keep-lines-read-args): New function.
5122         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5123         read arguments interactively.  Add parameters RSTART and REND.
5124         Operate on the active region in Transient Mark mode.
5126         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5128         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5129         (authors-obsolete-files-regexps): New variable.
5130         (authors-add): Don't record changes in obsolete files.
5132 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5134         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5136         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5137         (comment-indent): Make sure there's a space between code and comment.
5138         Shift comments left to avoid going past fill-column.
5140 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5142         * startup.el (startup-echo-area-message): New function.
5143         (display-startup-echo-area-message): Use it.
5144         (fancy-splash-screens): Rewritten to use keymaps and a timer.
5145         (fancy-splash-default-action): New function.
5146         (fancy-splash-screens-1): New function.
5147         (fancy-splash-head): Put a help-echo and a keymap under the image.
5149 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
5151         * diff-mode.el (diff-add-log-file-name): Remove.
5152         (diff-mode): Use add-log-buffer-file-name-function.
5154         * add-log.el (find-change-log): New arg BUFFER-FILE.
5155         (add-log-file-name): Obey add-log-file-name-function.
5156         (add-log-buffer-file-name-function): New var.
5157         (add-change-log-entry): Use it.
5159 2000-09-29  Miles Bader  <miles@gnu.org>
5161         * image-file.el (image-file-name-extensions): New variable.
5162         (image-file-name-regexps): Renamed from `image-file-regexps'.
5163         New default value is nil.  Call `auto-image-file-mode'.
5164         (image-file-name-regexp): New function.
5165         (auto-image-file-mode): New minor mode.
5166         (insert-image-file): Don't make conditional on the image-file
5167         handler being enabled.
5168         (image-file-handler): Make the call here conditional instead.
5169         (set-image-file-handler-enabled, enable-image-file-handler)
5170         (disable-image-file-handler): Functions removed.
5172         * emacs-lisp/authors.el (authors-print): Rephrase many-files
5173         string.
5175 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5177         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5178         it's a function from CL.
5179         (latex-imenu-create-index): Replace eval-when-compile with progn
5180         because latex-section-alist is not bound while compiling.
5182 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5184         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5185         (outline-mode): Use define-derived-mode.
5187         * progmodes/perl-mode.el (perl-mode):
5188         * progmodes/awk-mode.el (awk-mode):
5189         * progmodes/asm-mode.el (asm-mode):
5190         Don't gratuitously override the default for comment-column.
5192         * emacs-lisp/lisp.el (lisp-complete-symbol):
5193         Distinguish the let-binding case from the funcall case.
5194         (forward-sexp-function): New variable.
5195         (forward-sexp): Use it.
5197         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5198         (easy-mmode-defmap): Remove the now useless autoload.
5200         * time.el (display-time-mode): Use define-minor-mode.
5202         * subr.el (add-minor-mode): Don't eval NAME.
5203         Don't depend on the presence of TOGGLE-FUN for any special behavior.
5204         Use if rather than cond.
5206         * simple.el (read-expression-map): Define more properly.
5207         (comment-indent-hook): Remove.
5208         (string-to-syntax): Bug fix.
5210         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5211         (cvs-ediff-diff): Fix typo.
5212         (cvs-revert-if-needed): Don't bother preserving read-only.
5214         * paren.el (show-paren-mode): Use define-minor-mode.
5216         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5217         (toggle-auto-compression): Remove.
5218         (jka-compr-build-file-regexp): Remove useless grouping.
5220         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5221         Avoid user-reserved bindings.
5222         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5223         (diff-header-face): Revert to grey85.
5225         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5227         * complete.el (partial-completion-mode) <defcustom>: Remove.
5228         (partial-completion-mode): Use define-minor-mode.
5229         (PC-do-completion): Understand `completion-auto-help = delay'
5230         to mean to popup the completion buffer only the second time.
5231         (PC-include-file-all-completions, PC-include-file-all-completions)
5232         (PC-include-file-all-completions): Don't quote lambda.
5234         * comint.el (comint-mode-hook): Docstring fix.
5235         (comint-mode): Use define-derived-mode.
5236         (comint-mode-map): Remove obsolete comment.
5237         (make-comint): Minor stylistic change.
5238         (comint-insert-clicked-input): Be more careful to find the overlay.
5239         Use this-command-keys rather than hardcoding mouse-2.
5241         * font-lock.el: Replace confusing (,@ with ,
5242         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5243         Don't use regexp-opt-depth.  Spice up the regexp for args.
5244         Don't distinguish between cmds that can take an opt arg or not.
5245         Use `append' and `prepend' rather than `keep'.
5247         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5248         (latex-outline-regexp): New var.
5249         (latex-outline-level): New fun.
5250         (latex-section-alist): New var.
5251         (latex-imenu-create-index): Use it.  Use `push' as well.
5252         (tex-shell-map): Initialize it properly.
5253         (tex-mode): Minor stylistic change.
5254         (plain-tex-mode): Use define-derived-mode.
5255         (latex-mode): Use define-derived-mode.
5256         Construct the paragraph regexps in a more readable way.
5257         Set the buffer-local outline-{level,regexp} vars.
5258         (slitex-mode): Derive from latex-mode.
5259         (tex-common-initialization): Don't kill-all-vars anymore.
5260         Add setting for comment-add and font-lock-defaults.
5261         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5262         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
5263         (tex-start-tex): New arg DIR (and send a chdir command for it).
5264         Also display the shell buffer and save it in tex-last-buffer-texed.
5265         (tex-region): Use expand-file-name rather than concat.
5266         Remove code made useless by changes in tex-start-tex.
5267         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5269         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5271 2000-09-28  Dave Love  <fx@gnu.org>
5273         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5275 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
5277         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5278         `append'.
5280 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
5282         * info.el (Info-extract-pointer): Undo last change.
5283         Instead, fix the position of the `bound' arg to re-search-backward.
5285 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5287         * info.el (Info-extract-pointer):
5288         Widen more carefully, to avoid finding pointers in other nodes.
5289         (Info-index): Use push.
5291 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5293         * frame.el (set-frame-font): Remove call to obsolete function
5294         frame-update-faces.
5295         (set-foreground-color, set-background-color): Likewise for
5296         frame-update-face-colors.
5298 2000-09-27  Miles Bader  <miles@gnu.org>
5300         * image-file.el: New file.
5302 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
5304         * frame.el (frame-notice-user-settings): Don't call
5305         frame-update-faces, which is a no-op now.
5307         * ediff-wind.el (ediff-control-frame-parameters): Add zero
5308         tool-bar-lines.
5310 2000-09-27  Dave Love  <fx@gnu.org>
5312         * mouse.el: Fix last change.
5314 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
5316         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5318 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
5320         * international/quail.el (quail-help): The output message is
5321         improved.
5323 2000-09-26  Dave Love  <fx@gnu.org>
5325         * mouse.el (popup-menu): If POSITION is nil, set it using
5326         mouse-position.
5328 2000-09-25  Sam Steingold  <sds@gnu.org>
5330         * net/browse-url.el (browse-url-file-url): Check for null maps.
5332 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5334         * frame.el (frame-notice-user-settings): Don't add a
5335         tool-bar-lines frame parameter to default-frame-alist in batch mode.
5337         * frame.el (frame-notice-user-settings):
5338         Make tool-bar-mode and default-frame-alist consistent.
5340         * toolbar/tool-bar.el (tool-bar-help): New function.
5342 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5344         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5345         current-load-list in top-level forms.  Else this leaks a cons cell
5346         every time a defun is called.
5348         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5350 2000-09-25  Dave Love  <fx@gnu.org>
5352         * startup.el (fancy-splash-head): Check XPM is available.
5354         * autoinsert.el (auto-insert): Doc fix.
5355         (auto-insert-alist): Following GNU notices, don't say `copyright
5356         _by_'.  Use line-beginning-position.
5357         (auto-insert): Check buffer-file-name is non-nil before use.
5359 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5361         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5362         starting with `@def' or `@multitable', in addition to ones
5363         specified by the user in auto-fill-inhibit-regexp.
5365 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
5367         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5368         rmail-dont-reply-to-names matches the empty string.
5370 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
5372         * startup.el (command-line-1, fancy-splash-text): Change the
5373         text to sound more friendly.
5375 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
5377         * progmodes/hideshow.el: Update author email address.
5378         Generally, sync w/ maintainer version 5.22.
5379         (hs-hide-all-non-comment-function): New var.
5380         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5381         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5382         (hs-show-region): Delete this command.
5383         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5385 2000-09-22  Dave Love  <fx@gnu.org>
5387         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5388         (hl-line-highlight): Specify buffer when moving overlay.
5390         * progmodes/fortran.el (fortran-mode): Locally set
5391         normal-auto-fill-function.
5392         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5393         (fortran-mode-map): Adjust auto-fill menu entry.
5395 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
5397         * vc-rcs.el (toplevel): Require `vc' when compiling.
5399         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5401 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
5403         * vc.el (vc-switch-backend): Signal an error if the file is not
5404         registered under the new backend.
5406         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5407         without explicit revision number.
5409 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
5411         * diff-mode.el (diff-file-header-face): Reset to its previous value.
5412         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5413         (diff-xor): New function.
5414         (diff-find-source-location): Use it.  Fix a stupid name clash.
5415         (diff-hunk-status-msg): New function.
5416         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5417         (diff-test-hunk): Use diff-find-source-location.
5418         (diff-goto-source): Favor the `reverse'.
5419         (diff-hunk-text): Properly handle one-sided context diffs.
5420         (diff-apply-hunk): When done, advance to the next hunk.
5422 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5424         * startup.el (command-line): If frame was created with a non-zero
5425         tool-bar-lines parameter, switch tool-bar-mode on.
5427         * add-log.el (change-log-date-face, change-log-name-face)
5428         (change-log-email-face, change-log-file-face)
5429         (change-log-list-face, change-log-conditionals-face)
5430         (change-log-function-face, change-log-acknowledgement-face):
5431         New faces, inheriting from font-lock faces.
5432         (change-log-font-lock-keywords): Use them.
5434 2000-09-21  Dave Love  <fx@gnu.org>
5436         * progmodes/cperl-mode.el (top-level): Clean up
5437         `eval-when-compile's and assorted defvars.
5438         (cperl-invalid-face): Don't double-quote value.  Change custom
5439         type.
5440         (cperl-mode): Set normal-auto-fill-function and don't zap
5441         auto-fill-function.
5442         (cperl-imenu--function-name-regexp-perl): Renamed from
5443         imenu-example--function-name-regexp-perl.
5444         (cperl-imenu--create-perl-index): Renamed from
5445         imenu-example--create-perl-index.
5446         (cperl-xsub-scan): Don't require cl.
5448         * msb.el (msb-mode-map): Use substitute-key-definition.
5449         (msb-mode): Use msb-mode-map.
5451 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
5453         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5454         New functions.
5455         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5456         (vc-switch-backend): New function.
5457         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5458         (vc-register): Fix prompt.
5459         (vc-unregister, vc-default-unregister): New functions.
5460         (vc-version-diff): Handle empty buffer in sentinel.
5462         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5463         (vc-rcs-state-heuristic): Use it to guess the state of files with
5464         non-strict locking.
5465         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5466         been set with -b, but not created yet.
5467         (vc-rcs-fetch-master-state): With non-strict locking, compare file
5468         contents in order to find the state.
5469         (vc-rcs-checkin): Allow creation of branches with no changes.
5470         (vc-rcs-unregister, vc-rcs-receive-file)
5471         (vc-rcs-set-non-strict-locking): New functions.
5473         * vc-hooks.el (vc-name): Force correct computation of the value
5474         in case it is missing.
5476 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
5478         * startup.el (fancy-splash-tail): Use a different foreground
5479         color on a dark frame background.
5481 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
5483         * info.el: Use the correct capitalization when making Info-mode
5484         and Info-edit-mode `special' modes.
5486 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
5488         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5489         (diff-mode): Add support for add-log.el.
5490         (diff-hunk-text): Use char offsets rather than line offsets.
5491         (diff-find-source-location): Replace LINE with line-offset (nil
5492         if not found) and always set POS to a meaningful position.
5493         Adapt to the new char-offsets.
5494         (diff-apply-hunk): Drop support for the unused `select' POPUP.
5495         Adapt to the new diff-find-source-location.
5496         (diff-goto-source): Adapt to the new diff-find-source-location.
5498         * add-log.el (add-log-file-name): New function (split out of
5499         add-change-log-entry).
5500         (add-change-log-entry): Use it.
5501         Call add-log-file-name-function with the changelog file name if
5502         the current buffer is not associated with any file.
5503         Avoid find-file if the selected window is dedicated.
5505         * diff-mode.el (diff-find-source-location):
5506         Move code from diff-apply-hunk.  Return buffer rather than file.
5507         (diff-apply-hunk): Use the new result from  diff-find-source-location.
5508         (diff-goto-source): Use the new diff-find-source-location.
5510 2000-09-20  Dave Love  <fx@gnu.org>
5512         * iswitchb.el: Some doc fixes.
5513         (iswitchb-mode-map): Define completely initially.  Inherit
5514         minibuffer-local-map.
5515         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5516         fundamental-mode.
5517         (iswitchb-global-map): New variable.
5518         (iswitchb-summaries-to-end): Amalgamate regexps.
5519         (iswitchb-mode): New.
5520         (iswitchb-mode-hook): New variable.
5521         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
5522         `extensions'.
5524 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
5526         * ehelp.el (electric-help): New defgroup.
5527         (electric-help-shrink-window): New user-option.
5528         (with-electric-help): Use it.
5530         * window.el (shrink-window-if-larger-than-buffer): If face
5531         `mode-line' has a :box, and we're on a graphical frame, add 1
5532         to the needed window height.
5534         * frame.el (frame-notice-user-settings): Add a last parameter nil
5535         to a call to `append', because the last list passed to `append' is
5536         not copied, and so subsequent calls to assq-delete-all will modify
5537         default-frame-alist.
5539         * startup.el (fancy-splash-image): Change :type.
5540         (fancy-splash-head): Use an XBM image if appropriate.
5541         (command-line-1): Show splash screens in more cases.
5543         * startup.el (fancy-splash-text): Don't quote faces.
5545         * dired.el (dired-font-lock-keywords): Undo last change.
5546         (dired-readin): Bind indent-tabs-mode to nil.
5548         * startup.el (fancy-splash-head): If frame's background mode
5549         is `dark', change the black background of the image to gray.
5550         (fancy-splash-screens): Display startup echo area message.
5551         (display-startup-echo-area-message): New function.
5553 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
5555         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5557         * info.el (info-header-node): Tweak for color ttys.
5559         * faces.el (face-valid-attribute-values): Make sure directories we
5560         search for stipples both exist and are readable before trying to
5561         search them.
5563         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5564         in the dry-run case.
5566         * jka-compr.el (with-auto-compression-mode): New macro.
5568         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5569         (custom-group-tag-face, custom-variable-tag-face): Use relative
5570         :height and inherit from `variable-pitch' face instead of
5571         hardwiring :family.
5572         * hi-lock.el (hi-black-hb): Likewise.
5574         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5575         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5576         toolbar-add-item, if image doesn't have a mask add a `:mask
5577         heuristic'.
5579 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
5581         * diff-mode.el: Docstring fixes.
5582         (diff-header-face, diff-comment-face): New faces.
5583         (diff-font-lock-keywords): Highlight a bit differently.
5584         (diff-find-source-location): Don't return SPAN any more.
5585         (diff-hunk-text): Don't bother erasing the temp buffer.
5586         (diff-find-text): Drop argument LINE.
5587         (diff-apply-hunk): Update calls to diff-find-text.
5588         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5590         * calendar/calendar.el: Docstring fixes.
5591         (calendar-make-alist): Don't quote lambda.
5592         (calendar-star-date): Use make-local-variable.
5594 2000-09-19  Dave Love  <fx@gnu.org>
5596         * toolbar/tool-bar.el: Renamed from toolbar.el.
5597         Change `toolbar' to `tool-bar' generally in symbols.
5598         Make some items invisible in `special' major modes.
5599         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5600         Add arg PROPS.
5602         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5603         Add :version here.
5604         (fancy-splash-delay, fancy-splash-image): Remove :version here.
5606 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5608         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5610         * files.el (find-file-suppress-same-file-warnings): New user-option.
5611         (find-file-noselect): Use it.
5613         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5614         (fancy-splash-screen): Defgroup.
5616         * add-log.el (change-log-font-lock-keywords): Match names
5617         more exactly for the case that font-lock-constant-face is
5618         underlined.
5620 2000-09-19  Richard M. Stallman  <rms@gnu.org>
5622         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5624 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
5626         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5628 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5630         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5631         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5632         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5633         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5634         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5635         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5636         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5637         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5638         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5639         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5640         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5641         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5643         * startup.el (fancy-splash-text): New variable.
5644         (fancy-splash-delay, fancy-splash-image): New user-options.
5645         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5646         (fancy-splash-screens): New functions.
5647         (command-line-1): If display has a `display' frame parameter, has
5648         colors, and we have XPM support, show more fancy splash screens.
5650 2000-09-19  Dave Love  <fx@gnu.org>
5652         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
5653         with null `help'.  Use modern backquote syntax.
5655 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5657         * font-lock.el (font-lock-mode): Change message telling the user
5658         that ``the buffer is too big''.
5660         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5661         for instance for the case that tab-width is 2.
5663 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
5665         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5666         toolbar-add-item, if image doesn't have a mask add a `:mask
5667         heuristic'.
5669 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
5671         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5672         and return a cons if it's non-nil.
5673         (diff-apply-hunk): Try to jump to the line in the source text
5674         corresponding to the position of point in the in the hunk.
5676         * info.el (Info-title-3-face, Info-title-2-face)
5677         (Info-title-1-face): Use face inheritance and relative sizes
5678         instead of hard-wiring things.
5680         * faces.el (secondary-selection): Make dark-background variant sane.
5682 2000-09-16  Andrew Innes  <andrewi@gnu.org>
5684         * makefile.w32-in (compile-files-CMD): No need to make .elc files
5685         read-only, since they aren't under VC now.
5687 2000-09-17  Dave Love  <fx@gnu.org>
5689         * tmm.el: Replace mapcar with mapc in several places.
5691         * loadhist.el (unload-feature): Maybe call elp-restore-list and
5692         ad-unadvise.
5694         * international/latin1-disp.el: New file.
5696         * calendar/cal-move.el (scroll-calendar-left)
5697         (scroll-calendar-right): Make arg optional (for active mode line).
5699         * calendar/calendar.el (calendar-mode-line-format): Make fields
5700         mouse-sensitive.
5701         (calendar-read-date, calendar-read-date, calendar-window-list):
5702         Unquote lambda.
5703         (calendar-month-name): Use aref, not sref.
5705         * view.el (minor-mode-alist): Propertize the string.
5707         * international/characters.el (standard-case-table): Add entries
5708         for Greek.
5710 2000-09-18  Miles Bader  <miles@gnu.org>
5712         * info.el (info-node, info-xref): Add dark-background variants.
5714         * faces.el (header-line): Change defaults to be less confusing
5715         when mixed with mode-lines.
5717         * info.el (Info-fontify-node): Make a few cleanups.
5718         Add extra `help-echo' and `local-map' props to node xrefs.
5719         Use header-specific faces for node-names & xrefs.
5720         (Info-use-header-line): New variable.
5721         (info-header-xref, info-header-node): New faces.
5722         (Info-setup-header-line): New function.
5723         (Info-select-node): Call Info-setup-header-line when enabled.
5724         (Info-extract-pointer): Work even if the header line is hidden.
5725         (Info-header-line): New variable.
5727 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
5729         * vms-patch.el (print-region-function): Don't quote lambda.
5731         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5733         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5734         (lm-get-header-re): Allow spaces between the header and the colon.
5735         (lm-header): Allow $ in non-RCS headers.
5736         (lm-header-multiline): Put the strings back into order.
5737         Stop at an empty line.  Don't require two space chars if the
5738         line is clearly not another header line.
5740         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5741         (popup-menu-popup): Remove.
5743 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5745         * toolbar/toolbar.el (toolbar-add-item): Use the same image
5746         specification if or if not tool-bar item contains an `:enabled'
5747         property.
5749         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5750         current buffer has no file name.
5752 2000-09-15  Dave Love  <fx@gnu.org>
5754         * strokes.el: Sync with maintainer's current version with changes
5755         for Emacs, but avoid runtime cl and levents.
5756         (toplevel):  Change autoloads and compilation requires.
5757         (strokes-version, strokes-bug-address, strokes-lift): Values
5758         changed.
5759         (strokes-xpm-header, strokes-insinuated): New variable.
5760         (strokes): Add :link.
5761         (strokes-mode): Customized.
5762         (strokes-while-inhibiting-garbage-collector): New macro.
5763         (strokes-remassoc): Avoid remove-if.
5764         (strokes-fix-button2-command): Don't use ad-do-it.
5765         (strokes-insinuate): New function.
5766         (strokes-button-press-event-p, strokes-button-release-event-p):
5767         New functions, used instead of non-`strokes-' versions..
5768         (strokes-mouse-event-p): Rewritten.
5769         (strokes-event-closest-point): Avoid event-point.
5770         (strokes-get-grid-position): Avoid cdadr, caadr
5771         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5772         functions.
5773         (strokes-help): Use with-output-to-temp-buffer.
5774         (strokes-window-configuration-changed-p): New function.
5775         (strokes-update-window-configuration): Use buffer-live-p,
5776         strokes-window-configuration-changed-p.
5777         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
5778         (strokes-char-face): New face.
5779         (strokes-char-table, strokes-base64-chars): New variable.
5780         (strokes-xpm-for-stroke, strokes-list-strokes)
5781         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5782         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5783         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5784         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5785         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5786         functions.
5788 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
5790         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5792         * image.el (create-image): Doc fix.
5794         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5795         instead of `:heuristic-mask t'.
5797 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5799         * makefile.w32-in: Revert to Unix line endings.
5801 2000-09-14  Andrew Innes  <andrewi@gnu.org>
5803         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
5804         when installing.
5806         * makefile.nt (DONTCOMPILE): Fix typo.
5808         * shell.el (shell-write-history-on-exit): New function.
5809         (shell-dumb-shell-regexp): New custom variable.
5810         (shell-mode): Make shell-write-history-on-exit the process
5811         sentinel if shell name matches shell-dumb-shell-regexp.
5813         * w32-fns.el: Comment out before-init-hook function which resets
5814         source-directory based; this breaks bootstrap.
5816 2000-09-14  Dave Love  <fx@gnu.org>
5818         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5819         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5820         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5821         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5822         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5823         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5824         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
5825         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
5826         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5828         * toolbar/toolbar.el: New.
5830         * subdirs.el: Add toolbar.
5832 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
5834         * indent.el (indent-for-tab-command): Doc fix.
5836 2000-09-14  Alex Schroeder  <alex@gnu.org>
5838         * ansi-color.el (ansi-colors): Doc change.
5839         (ansi-color-get-face): Simplified regexp.
5840         (ansi-color-faces-vector): Added more faces, doc change.
5841         (ansi-color-names-vector): Doc change.
5842         (ansi-color-regexp): Simplified regexp.
5843         (ansi-color-parameter-regexp): New regexp.
5844         (ansi-color-filter-apply): Doc change.
5845         (ansi-color-filter-region): Doc change.
5846         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5847         deal with zero length parameters.
5848         (ansi-color-apply-on-region): Doc change.
5849         (ansi-color-map): Doc change.
5850         (ansi-color-map-update): Removed debugging message.
5851         (ansi-color-get-face-1): Added condition-case to trap
5852         args-out-of-range errors.
5853         (ansi-color-get-face): Doc change.
5854         (ansi-color-make-face): Removed.
5855         (ansi-color-for-shell-mode): New option.
5857 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
5859         * international/quail.el (quail-start-translation): Translate KEY
5860         if necessary even if it doesn't have any mapping in the current
5861         input method.
5862         (quail-start-conversion): Likewise.
5863         (quail-help): The output message is improved.
5865 2000-09-13  Miles Bader  <miles@gnu.org>
5867         * comint.el (comint-output-filter): Revert to using
5868         `insert-before-markers'.  Add bletcherous hack to undo damage
5869         caused by `insert-before-markers'.  Put `front-sticky' property on
5870         overlays created here so that the field code understands how the
5871         overlay works.  Use a let when making comint-last-prompt-overlay,
5872         so that the code is easier to read.
5874 2000-09-13  Dave Love  <fx@gnu.org>
5876         * wid-edit.el (widget-default-format-handler): DTRT when
5877         doc-property is a function.
5879 2000-09-12  Francesco Potorti`  <pot@gnu.org>
5881         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5882         filed name if it's not there.
5884 2000-09-12  Dave Love  <fx@gnu.org>
5886         * simple.el (read-mail-command): Doc fix.
5887         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5889         * vc.el (vc-dired-listing-switches): Fix :version.
5891         * vc-hooks.el: Doc fixes.
5893         * subr.el (add-minor-mode): Use toggle-fun arg.
5895         * speedbar.el: Add :version to several defcustoms.
5897         * imenu.el (imenu--truncate-items, imenu--cleanup)
5898         (imenu--generic-function): Avoid mapcar.
5899         (imenu--replace-spaces): Function removed.
5900         (imenu--completion-buffer): Use subst-char-in-string.
5901         (imenu-add-to-menubar): Use keymap inheritance.
5903 2000-09-12  Miles Bader  <miles@gnu.org>
5905         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5906         (diff-mode-map): Bind `diff-test-hunk'.
5907         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5909 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5911         * bytecomp.el (byte-compile-defvar): Undo last change
5912         because it breaks '(make-variable-buffer-local (defvar ...)'
5913         which is used at least in dired.
5915 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5917         * international/quail.el (quail-define-package): Docstring
5918         modified.
5920 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
5922         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5923         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5924         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
5925         docstring of "chinese-py".
5927         * international/quail.el (quail-translation-docstring): New
5928         variable.
5929         (quail-show-keyboard-layout): Docstring modified.
5930         (quail-select-current): Likewise.
5931         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5932         infinite recursive call.
5933         (quail-help): Check quail-translation-docstring.  Format of the
5934         output changed.
5935         (quail-help-insert-keymap-description): Adjusted for the above
5936         change.
5938 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
5940         * bytecomp.el (byte-compile-defvar): Only cons onto
5941         current-load-list in top-level forms.  Else this leaks a cons cell
5942         every time a defun is called.
5944 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
5946         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5947         Now understands non-unified diffs.  Some functionality moved into
5948         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
5949         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
5950         modify anything.  Only reposition point in the patched file if the
5951         patch succeeds.  Only pop up another window if POPUP is true.
5952         Emit a message describing what happened if successful, and at what
5953         line-offset.  Automatically detect reversed hunks and do something
5954         appropriate.
5955         (diff-hunk-text, diff-find-text): New functions.
5956         (diff-filter-lines): Function removed.
5957         (diff-test-hunk): New function.
5958         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5960 2000-09-10  Dave Love  <fx@gnu.org>
5962         * textmodes/tildify.el: Minor doc/commentary fixes.
5963         (tildify) <defgroup>: Add :version.
5965         * faces.el (face-x-resources): Make custom type more specific.
5966         (frame-background-mode): Use mapc.
5967         (region) <defcustom>: Add :version.
5969 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
5971         * vc-sccs.el (vc-sccs-register):
5972         * vc-rcs.el (vc-rcs-register):
5973         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5974         * vc.el (vc-register): Clear file's properties.
5976 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
5978         * faces.el (face-spec-set): Only face-spec-reset-face when
5979         ATTRS is non-nil.
5981 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
5983         * help.el (help-insert-xref-button): Fix a typo in doc string.
5985 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5987         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5988         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5989         methods.
5991         * menu-bar.el (read-mail-item-name): New function.
5992         (menu-bar-tools-menu): Use it to compute and display the package
5993         used to read email.
5994         (menu-bar-tools-menu): Fix typo in GUD's help string.
5996 2000-09-07  Dave Love  <fx@gnu.org>
5998         * diff-mode.el (diff-mouse-goto-source): New function.
6000         * vc-sccs.el: Doc fixes.
6001         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6003         * vc-rcs.el: Doc fixes.
6004         (vc-rcs-register-switches, vc-rcs-checkin-switches)
6005         (vc-rcs-checkout-switches, vc-rcs-header)
6006         (vc-rcs-master-templates): Add or change :version.
6008         * vc-cvs.el: Doc fixes.
6009         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6010         (vc-cvs-stay-local): Add :version.
6012         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6014 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6016         * international/quail.el (quail-help): Fix previous change.
6018 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6020         * faces.el (color-values): Doc fix.
6022         * faces.el (frame-set-background-mode): Use frame-parameter
6023         instead of frame-parameters.
6025         * frame.el (filtered-frame-list): Reduce consing.
6026         (frames-on-display-list): Call frame-parameter instead of
6027         frame-parameters.
6029 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6031         * language/devan-util.el (devanagari-to-indian-region): In the
6032         loop, change the following char, not preceding char.
6034 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
6036         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6037         instead of frame-parameters.
6039         * faces.el (set-face-attribute): Simplify by calling
6040         internal-set-lisp-face-attribute with FRAME being 0.
6042         * vc.el: Remove `Id' version control keyword.
6044 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
6046         * help.el (help-make-xrefs): Adjusted for the change of
6047         help-xref-mule-regexp.
6048         (help-insert-xref-button): New function.
6050         * international/mule-cmds.el (help-xref-mule-regexp-template):
6051         Include the pattern for character set.
6052         (leim): New group.
6054         * international/quail.el: Don't require face.
6055         (quail): New group.
6056         (quail-other-command): Dummy command to make quail-help work better.
6057         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6058         (quail-keyboard-layout-substitution): New variable.
6059         (quail-update-keyboard-layout): New function.
6060         (quail-keyboard-layout-type): New customizable variable.
6061         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6062         (quail-keyboard-translate): Pay attention to
6063         quail-keyboard-layout-substitution.
6064         (quail-insert-kbd-layout): New function.
6065         (quail-show-keyboard-layout): New function.
6066         (quail-get-translation): If the definition is a vector of length
6067         1, and the element is a string of length 1, return the character
6068         in that string.
6069         (quail-update-current-translations): Fix the case of
6070         relative-index out of range.
6071         (quail-build-decode-map, quail-insert-decode-map): New Functions.
6072         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6073         Show key sequences for all available characters.
6074         (quail-help-insert-keymap-description): Don't show such verbose
6075         key bindings as quail-self-insert-command.
6077         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6078         Format changed, and each element now have extra documentations.
6079         (tit-process-header): Delete invalid characters from TIT-PROMPT.
6080         Adjusted for the change of quail-cxterm-package-ext-info.
6082 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6084         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6085         requiring it leads to a recursive loading of vc.el and vc-hooks.el
6086         during bootstrap.
6088 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6090         * vc.el: (toplevel): Don't require `dired' at run-time.
6091         (vc-dired-resynch-file): Remove autoload cookie.
6093 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6095         * vc.el: Made several backend functions optional.
6096         (vc-default-responsible-p): New function.
6097         (vc-merge): Use RET for first version to trigger merge-news, not
6098         prefix arg.
6099         (vc-annotate): Handle backends that do not support annotation.
6100         (vc-default-merge-news): Removed.  The existence of a merge-news
6101         implementation is now checked on caller sites.
6103         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6104         case.
6106         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6107         special case that has been removed from the default in vc-hooks.el.
6109 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6111         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6113 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
6115         * vc-hooks.el: Require vc during compilation.
6116         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6117         macro `with-vc-properties' in vc.el.
6118         (vc-file-getprop): Doc fix.
6119         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6121         * vc.el: Require dired-aux during compilation.
6122         (vc-name-assoc-file): Moved to vc-sccs.el.
6123         (with-vc-properties): New macro.
6124         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6125         vc-finish-steal): Use it.
6126         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
6127         to the backend-specific function is now supposed to do the checkout,
6128         too.
6129         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6131         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6132         set file properties; that gets done in the generic code now.
6134         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6135         Changed parameter list, added code from vc.el that does the
6136         checkout, possibly with a double-take.
6138         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6139         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6140         the above under the new name.
6141         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
6142         parameter list, added checkout command.
6143         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6144         properties; that gets done in the generic code now.
6146 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6148         * vc.el: Docstring fixes (courtesy of checkdoc).
6150 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
6152         * vc.el (vc-checkout-writable-buffer-hook)
6153         (vc-checkout-writable-buffer): Remove.
6154         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6155         (vc-log-mode): Make it into a clean derived major mode.
6156         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6157         vc-log-mode if log-edit is not available.
6158         (vc-dired-mode-map): Don't set-keymap-parent yet.
6159         (vc-dired-mode): Do set-keymap-parent here.
6160         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6162 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
6164         * faces.el (set-face-attribute, face-spec-reset-face)
6165         (face-spec-set): Avoid consing by removing calls to `apply'.
6167         * frame.el (frame-parameter): Move to C code.
6169 2000-09-05  Dave Love  <fx@gnu.org>
6171         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6172         insert-before-markers-and-inherit.  Now checked systematically!
6174 2000-09-05  Alex Schroeder  <alex@gnu.org>
6176         * sql.el (sql-postgres): Use sql-postgres-options.
6177         (sql-postgres-options): New variable.
6179 2000-09-05  Alex Schroeder  <alex@gnu.org>
6181         * sql.el (sql-mode-menu): Work around missing variable mark-active
6182         in XEmacs.
6183         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6184         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6185         compatibility.
6187 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
6189         * vc.el (vc-dired-resynch-file): Add autoload cookie.
6191         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6193         * Makefile.in (DONTCOMPILE): Fix typo in file name.
6195 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6197         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6198         don't support anything else under SCCS yet.
6200         * vc-hooks.el: Minor doc fixes.
6202 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6204         * vc.el (vc-next-action-on-file): Do not visit the file if it's
6205         not necessary.  If verbose in state `needs-patch', do the same as
6206         under `up-to-date'.  When NOT verbose and `needs-patch', check out
6207         latest version instead of `merge-news'.
6208         (vc-next-action-dired): Don't mess with default-directory here; it
6209         breaks other parts of dired.  It is the job of the
6210         backend-specific functions to adjust it temporarily if they need it.
6211         (vc-next-action): Remove a special CVS case.
6212         (vc-clear-headers): New optional arg FILE.
6213         (vc-checkin, vc-checkout): Set properties vc-state and
6214         vc-checkout-time properly.
6215         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6216         (vc-print-log): Use new backend function `show-log-entry'.
6217         (vc-cancel-version): Do the checks in a different order.  Added a
6218         FIXME concerning RCS-only code.
6220         * vc-rcs.el (vc-rcs-show-log-entry): New function.
6221         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6223         * vc-cvs.el (vc-cvs-show-log-entry): New function.
6225         * vc-hooks.el (vc-default-mode-line-string): Show state
6226         `needs-patch' as a `-' too.
6228 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6230         * vc.el (vc-responsible-backend): New optional arg REGISTER.
6231         (vc-default-could-register): New function.
6232         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6233         (vc-resynch-buffer): Call vc-dired-resynch-file.
6234         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6235         vc-resynch-buffer instead of vc-resynch-window.
6236         (vc-next-action-dired): Don't redisplay here, that gets done as a
6237         result of the individual file operations.
6238         (vc-retrieve-snapshot): Corrected prompt order.
6240         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6242         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6243         as well.
6244         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
6245         hostname regexps.  Updated all callers.
6246         (vc-cvs-responsible-p): Handle directories as well.
6247         (vc-cvs-could-register): New function.
6248         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6249         properties up-to-date.
6251         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6252         user whether to create one.
6254 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6256         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6257         check out a non-existing file.
6259         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6260         workfile does not exist.
6262         * vc.el (vc-version-diff): Use `require' to check for existence of
6263         diff-mode.
6265 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6267         * vc-cvs.el (vc-cvs-registered): Use new function
6268         vc-cvs-parse-entry to do the actual work.
6270 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6272         * vc-hooks.el (vc-find-backend-function): If function doesn't
6273         exist, return nil instead of error.
6274         (vc-call-backend): Doc fix.
6276         * vc.el (vc-do-command): Doc fix.
6277         (vc-finish-logentry): When checking in from vc-dired, choose the
6278         right backend for logentry check.
6279         (vc-dired-mode-map): Inherit from dired-mode-map.
6280         (vc-dired-mode): Local value of dired-move-to-filename-regexp
6281         simplified.
6282         (vc-dired-state-info): Removed, updated caller.
6283         (vc-default-dired-state-info): Use parentheses instead of hyphens.
6284         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6285         (vc-dired-listing-switches): New variable.
6286         (vc-directory): Use it, instead of dired-listing-switches.
6288         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6289         (vc-cvs-dir-state): New function.
6290         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6291         (vc-cvs-parse-entry): New function, also to be used in
6292         vc-cvs-registered.
6294 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6296         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6297         *or* single-window-frames.
6299 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6301         * vc.el (vc-update-changelog): Split into generic part and default
6302         implementation.  Doc string adapted.
6303         (vc-default-update-changelog): New function.  Call the `rcs2log'
6304         script in exec-directory, to fix a long-standing nuisance.
6306         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6307         simply signals an error.
6309 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6311         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6312         control-flow more clear and to avoid running `cvs' twice.
6314         * vc.el (vc-next-action-on-file): Doc fix.
6315         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6316         (vc-print-log): Eval `file' before constructing the continuation.
6318 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6320         * vc.el (vc-next-action-on-file): Corrected several messages.
6321         (vc-merge): Add prefix arg `merge-news'; handle it.
6323         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6324         is not reached.  It is.
6325         (vc-cvs-merge): Set state to 'edited after merge.
6326         (vc-cvs-merge-news): Set workfile version to nil if not known.
6327         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
6329         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6330         via stdout. (Merge from main line.)
6332 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6334         * vc.el (vc-finish-logentry): Thinko in the "same comment"
6335         detection.
6337 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6339         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6340         against kill-all-local-variables.
6341         (vc-log-edit): Don't save vc-parent-buffer any more.
6342         (vc-last-comment-match): Initialize to an empty string.
6343         (vc-post-command-functions): New hook.
6344         (vc-do-command): Run it.
6345         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6346         (vc-finish-logentry): Only add the comment to the ring if it's
6347         different from the last comment entered.
6348         (vc-new-comment-index): New function.
6349         (vc-previous-comment): Use it.  Make the minibuffer message
6350         slightly less terse.
6351         (vc-comment-search-reverse): Make it work forward as well.  Don't
6352         set vc-comment-ring-index if no match is found.  Use
6353         vc-new-comment-index.
6354         (vc-comment-search-forward): Use vc-comment-search-reverse.
6355         (vc-dired-mode-map): Don't inherit from dired-mode-map since
6356         define-derived-mode will do it for us.  Bind `v' to a keymap that
6357         inherits from vc-prefix-map so that we can bind `vt' without
6358         binding C-x v t.
6359         (vc-retrieve-snapshot): Parenthesis typo.
6361         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6362         to 1.  Make sure to switch to *vc* before looking for an error
6363         message.  Use vc-parse-buffer.
6365 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6367         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6368         and NAME.
6369         (vc-retrieve-snapshot): Split into two parts.
6370         (vc-default-retrieve-snapshot): New function.
6372         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6373         (vc-cvs-retrieve-snapshot): New function (untested).
6374         (vc-cvs-stay-local): Default to t.
6375         (vc-cvs-remote-p): New function and property.
6376         (vc-cvs-state): Stay local only if the above is t.
6377         (vc-handle-cvs): Removed.
6378         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6379         done via vc-handled-backends now.
6380         (vc-cvs-header): Escape Id.
6382 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6384         * vc.el (vc-do-command): Remove unused commands.
6385         (vc-version-diff): Make sure default-directory ends with a slash.
6386         Move the window commands into a vc-exec-after.
6387         (vc-print-log): Move more of the code into the `vc-exec-after'.
6389 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6391         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6392         (vc-print-log): Search current revision from beginning of buffer.
6393         (vc-revert-buffer): Clear echo area after the diff is finished.
6394         (vc-prefix-map): Removed definition of "t" for terse display in vc
6395         dired.
6396         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
6397         definition of "vt" for terse display.
6398         (vc-dired-mode): Fix dired-move-to-filename-regexp.
6400 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6402         * vc.el (vc-exec-after): Avoid caddr.
6404 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6406         * vc.el (vc-exec-after): New function.
6407         (vc-do-command): Use it to add a termination message for async
6408         procs.
6409         (vc-checkout): Try to handle a missing-backend situation.
6410         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6411         of a directory with a backend using async diffs.
6412         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6413         present.
6415         * vc-sccs.el (vc-sccs-state-heuristic): Use
6416         file-ownership-preserved-p.
6418         * vc-rcs.el (vc-rcs-state-heuristic): Use
6419         file-ownership-preserved-p.
6420         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6422 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6424         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6425         vc-do-command.
6427         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6428         when there are no changes.
6430 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6432         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6434         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6436 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6438         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6440         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6441         the `fset' outside of the defvar so that it works even if
6442         vc-prefix-map was already defined.
6443         (vc-setup-buffer): New function, split out of vc-do-command.
6444         (vc-do-command): Allow BUFFER to be t to mean `just use the
6445         current buffer without any fuss'.
6446         (vc-version-diff): Change the `diff' backend operation to just put
6447         the diff in the current buffer without erasing it.  Always use
6448         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
6449         shrink-window-if-larger-than-buffer.
6450         (vc-print-log): Change the `print-log' backend operation to just
6451         put the log in the current buffer without erasing it.  Protect
6452         shrink-window-if-larger-than-buffer.
6453         (vc-update-change-log): Fix setd typo.
6455         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6456         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6458         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6459         (vc-rcs-diff): Insert in the current buffer and remove unused arg
6460         CMP.
6462         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6463         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
6464         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6466 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6468         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6469         not possible, use vc-BACKEND-workfile-unchanged-p.
6470         (vc-default-workfile-unchanged-p): New function.  Delegates to a
6471         full vc-BACKEND-diff.
6473         * vc-hooks.el (vc-simple-command): Removed.
6475         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6476         instead of vc-simple-command.
6477         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6478         avoid doing a diff when opening a file.
6479         (vc-rcs-state): Added check for unlocked-changes.
6480         (vc-rcs-header): Escape Id.
6481         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6482         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6483         version.
6485         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6486         (vc-sccs-diff): Remove optional arg CMP.
6487         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6488         SCCS-specific function.
6490         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6491         vc-simple-command.
6493 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6495         * vc.el (vc-editable-p): Renamed from vc-writable-p.
6496         (with-vc-file, vc-merge): Use vc-editable-p.
6497         (vc-do-command): Remove unused var vc-file and fix the
6498         doubly-defined `status' var.  Add a user message when starting an
6499         async command.
6500         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6501         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6502         Use with-current-buffer.
6503         (vc-buffer-sync): Use unless.
6504         (vc-next-action-on-file): If the file is 'edited by read-only,
6505         make it read-write instead of trying to commit.
6506         (vc-version-diff, vc-update-change-log): Use `setq
6507         default-directory' rather than `cd'.
6508         (vc-log-edit): Don't forget to set default-directory in the
6509         buffer.
6511         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6512         (vc-sccs-state-heuristic): Use file-writable-p instead of
6513         comparing userids.
6514         (vc-sccs-checkout): Use `unless'.
6516         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6517         of comparing userids.
6518         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6519         Simplify the logic by eliminating unreachable code.
6520         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6521         just do a recursive call if we need to retry.
6522         (vc-rcs-checkout): Handle the case where rcs is missing by making
6523         the buffer read-write if requested and re-signalling the error.
6525         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6527 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6529         * vc-hooks.el (vc-handled-backends): Docstring change.
6530         (vc-ignore-vc-files): Mark obsolete.
6531         (vc-registered): Check vc-ignore-vc-files.
6532         (vc-find-file-hook, vc-file-not-found-hook): Don't check
6533         vc-ignore-vc-files.
6535         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6537 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6539         * vc.el (vc-checkout): Don't do anything special for ange-ftp
6540         files since ange-ftp already has vc-registered return nil.
6542         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6543         (vc-sccs-workfile-version): Use with-temp-buffer and new
6544         vc-parse-buffer and don't bother setting the property.
6545         (vc-sccs-add-triple): Use with-current-buffer and
6546         find-file-noselect.
6547         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6549         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
6550         derives from the old vc-parse-buffer but uses the revision number
6551         rather than the date (much easier to compare robustly).
6552         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
6553         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
6554         locking-user more directly.  Check strict locking and set
6555         checkout-model appropriately.
6556         (vc-rcs-parse-locks): Remove.
6557         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6558         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6559         (vc-rcs-system-release): Use with-current-buffer and
6560         vc-parse-buffer.
6561         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6563         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6564         (vc-simple-command): Docstring fix.
6565         (vc-registered): Align the way the file-handler is called with the
6566         way the function itself works.
6567         (vc-file-owner): Remove.
6569         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
6570         extraction of fields and call to file-attributes because of a
6571         temporary bug in rcp.el.
6572         (vc-cvs-fetch-status): Use with-current-buffer.
6574 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6576         * vc.el (vc-do-command): Use file-relative-name.
6577         (vc-responsible-backend): Use vc-backend if possible.
6578         (vc-create-snapshot): Improve the `interactive' spec. Add support
6579         for branches and dispatch to backend-specific `create-snapshot'.
6580         (vc-default-create-snapshot): New function, containing the bulk of
6581         the old vc-create-snapshot.
6582         (vc-retrieve-snapshot): Improve the interactive spec.
6584         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6585         (vc-backend-hook-functions): Remove.
6586         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6587         (vc-backend): Reintroduce the test for `file = nil' now that I
6588         know why it was there (and added a comment to better remember).
6590         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6591         code from vc-sccs-hooks.el.
6592         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
6593         'vc anymore.
6594         (vc-sccs-responsible-p): Use expand-file-name instead of concat
6595         and file-directory-p instead of file-exists-p.
6596         (vc-sccs-check-headers): Simplify the regexp.
6598         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6599         from vc-rcs-hooks.el.  Don't require 'vc anymore.
6600         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6601         file-directory-p instead of file-exists-p.
6603         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6604         from vc-cvs-hooks.el.
6605         (proto vc-cvs-registered): Require 'vc-cvs instead of
6606         'vc-cvs-hooks.  Don't require 'vc anymore.
6607         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6608         file-directory-p instead of file-exists-p.
6609         (vc-cvs-create-snapshot): New function, replacing
6610         vc-cvs-assign-name.
6611         (vc-cvs-assign-name): Remove.
6613 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6615         * vc-cvs.el (vc-cvs-header): New var.
6617         * vc-rcs.el (vc-rcs-exists): Remove.
6618         (vc-rcs-header): New var.
6620         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6621         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6622         (vc-sccs-header): New var.
6624         * vc.el (vc-do-command): Get rid of the `last' argument.
6625         (vc-header-alist): Remove, replaced by vc-X-header.
6626         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6627         (vc-dired-hook): Use expand-file-name instead of concat.
6628         (vc-directory): Use file-name-as-directory.
6629         (vc-snapshot-precondition, vc-create-snapshot)
6630         (vc-retrieve-snapshot): Allow the command to operate on any
6631         directory.
6633         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6634         just removing the 'WORKFILE argument or by removing the 'MASTER
6635         argument and replacing `file' with (vc-name file).
6637 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6639         * vc.el: Update Copyright and add a crude list of backend funs.
6640         (vc-writable-p): New function.
6641         (with-vc-file): Use vc-writable-p.
6642         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6643         (vc-register): Avoid vc-name.
6644         (vc-locking-user): Remove.
6645         (vc-steal-lock): Make the `owner' arg non-optional.
6646         (vc-merge): Use vc-writable-p instead of vc-locking-user and
6647         vc-checkout-model.
6648         (vc-default-dired-state-info): Use vc-state instead of
6649         vc-locking-user and return special strings for special states.
6650         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6651         and get rid of one of the special CVS cases.
6652         (vc-cancel-version): prettify error message with \\[...].
6653         (vc-rename-master): New function.
6654         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6655         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
6656         the CVS special case generic.
6657         (vc-default-record-rename): Remove.
6658         (vc-file-tree-walk-internal): Only call FUNC for files that are
6659         under control of some VC backend and replace `concat' with
6660         expand-file-name.
6661         (vc-file-tree-walk): Update docstring.
6662         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6663         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6665         * vc-sccs.el (vc-sccs-rename-file): Renamed from
6666         vc-sccs-record-rename.  Use `find-file-noselect' rather than
6667         `find-file' and call `vc-rename-master' to do the actual move.
6668         (vc-sccs-diff): Remove unused `backend' variable.
6670         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6671         to delay loading of vc-sccs until it is really used.
6672         (vc-sccs-master-templates): Preload.
6673         (vc-sccs-state): Update call to vc-sccs-parse-locks.
6674         (vc-sccs-project-dir): Remove (merged into
6675         vc-sccs-search-project-dir).
6676         (vc-sccs-search-project-dir): Rewrite using file name handling ops
6677         rather than `concat', make sure it is preloaded and don't bother
6678         to check that the file actually exists.
6679         (vc-sccs-parse-locks): Remove unused `file' argument, remove
6680         `locks' argument (use buffer's content instead) and eliminate n^2
6681         behavior.
6683         * vc-rcs.el: Update Copyright.
6684         (vc-rcs-rename-file): New function.
6685         (vc-rcs-diff): Remove unused `backend' variable.
6687         * vc-hooks.el: Update Copyright.
6688         (vc-backend): Don't accept a nil argument any more.
6689         (vc-up-to-date-p): Turn into a defsubst.
6690         (vc-possible-master): New function.
6691         (vc-check-master-templates): Use `vc-possible-master' and allow
6692         funs in vc-X-master-templates to return a non-existent file.
6694         * vc-cvs.el: Update Copyright.
6695         (vc-cvs-diff): Remove unused `backend' variable.
6696         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6698         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6700 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6702         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6703         since it can be called from vc-rcs.el.
6704         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6706 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6708         * vc.el (vc-version-diff): Expand file name read from the
6709         minibuffer.  Handle the case when a previous version number can't
6710         be guessed.  Give suitable messages when there were no differences
6711         found.
6712         (vc-clear-headers): Call backend-specific implementation, if one
6713         exists.
6714         (vc-cancel-version): Made error checks generic.  When done, clear
6715         headers generically, too.
6717         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6718         from vc-clear-headers in vc.el.
6720         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6721         correctly.
6722         (vc-rcs-latest-on-branch-p): Made second argument VERSION
6723         optional.  Handle the case when it's not there.
6725 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6727         * vc.el (vc-locking-user): Moved from vc-hooks.el.
6729 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6731         * vc-hooks.el (vc-loadup): Remove.
6732         (vc-find-backend-function): Use `require'.  Also, handle the case
6733         where vc-BACKEND-hooks.el doesn't exist.
6734         (vc-call-backend): Cleanup.
6736 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6738         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6739         vc-rcs-grab-templates)
6740         (vc-rcs-registered): Remove.  The default function works as well.
6741         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6742         vc-sccs-grab-templates)
6743         (vc-sccs-registered): Remove.  The default function works as well.
6745         * vc.el (vc-version-diff): Left out a vc- in call to
6746         vc-call-backend.
6747         (vc-default-dired-state-info, vc-default-record-rename)
6748         (vc-default-merge-news): Update for the new backend argument.
6750         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6751         using the default function.
6752         (vc-call-backend): If calling the default function, pass it the
6753         backend as first argument.  Update the docstring accordingly.
6754         (vc-default-state-heuristic, vc-default-mode-line-string): Update
6755         for the new backend argument.
6756         (vc-make-backend-sym): Renamed from vc-make-backend-function.
6757         (vc-find-backend-function): Use the new name.
6758         (vc-default-registered): New function.
6760 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6762         * vc.el (vc-merge): Use vc-find-backend-function.
6764         * vc-hooks.el (vc-backend-functions): Remove.
6765         (vc-loadup): Don't setup 'vc-functions.
6766         (vc-find-backend-function): New function.
6767         (vc-call-backend): Use above fun and populate 'vc-functions
6768         lazily.
6769         (vc-backend-defines): Remove.
6771 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6773         * vc.el (vc-register): Put a FIXME note for a newly found bug.
6774         Call vc-call-backend without the leading vc-.
6775         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6776         (vc-check-headers): Call vc-call-backend without the leading vc-.
6777         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6778         (vc-annotate-display): Replace confusing use of `cond' with `or'.
6779         Call vc-call-backend without the leading vc-.
6781         * vc-cvs.el (tail): Provide vc-cvs.
6782         * vc-sccs.el (tail): Provide vc-sccs.
6783         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6785         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6786         (vc-make-backend-function, vc-call): Pass names without leading
6787         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6788         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6789         (vc-call-backend): Always try to load vc-X-hooks.
6790         (vc-registered): Remove vc- in call to vc-call-backend.
6792 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6794         * vc.el (vc-process-filter): New function.
6795         (vc-do-command): Setup `vc-process-filter' for the async process.
6796         (vc-maybe-resolve-conflicts): New function to reduce
6797         code-duplication.  Additionally, it puts the buffer in
6798         `smerge-mode' if applicable.
6799         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6800         calling `merge-news'.
6801         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6802         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
6803         interfacing to log-edit.el.
6804         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6805         log-edit is available.
6806         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6808 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6810         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6811         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6812         defvar and the initialization.
6813         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6815         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6816         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6818         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6820 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6822         * vc.el (vc-file-clear-masterprops): Removed.
6823         (vc-checkin, vc-revert-buffer): Removed calls to the above.
6824         (vc-version-diff): Use buffer-size without argument.
6825         (vc-register): Heed vc-initial-comment.
6827         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6828         default branch.
6830         * vc-rcs.el (vc-rcs-register): Parse command output to find master
6831         file name and workfile version.
6832         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6834         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6835         vc-file-clear-masterprops.
6837         * vc-sccs.el (vc-sccs-checkout): Removed call to
6838         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
6839         rather than user login name.
6842 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6844         * vc.el (vc-workfile-unchanged-p): Remove unused argument
6845         `want-differences-if-changed' and simplify.
6846         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6847         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6848         output (which is invalid for async vc-diff) to decide whether to
6849         do the revert silently or not.
6851 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6853         * vc-hooks.el (vc-loadup): Load files quietly.
6854         (vc-call-backend): Oops, brain fart.
6856 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6858         * vc-cvs.el (vc-cvs-state): Typo.
6859         (vc-cvs-merge-news): Return the status code rather than the error msg.
6861 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6863         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6864         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6865         vc-state or vc-up-to-date-p.
6866         (vc-merge): Use vc-backend-defines to check whether merging is
6867         possible.  Set state to 'edited after successful merge.
6869         * vc-hooks.el (vc-locking-user): If locked by the calling user,
6870         return that name.  Redocumented.
6872 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6874         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6875         new `vc-state' semantics.
6876         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6877         'vc-locking-user to the current user.
6878         (vc-merge): Inline vc-backend-merge.  Comment out code that I
6879         don't understand and hence can't adapt to the new `vc-state' and
6880         `vc-locking-user' semantics.
6881         (vc-backend-merge): Remove.
6883         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6884         rather than 'vc-locking-user.
6886         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6888         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6889         (vc-state): Don't use 'reserved any more.  Just use the same
6890         convention as the one used for vc-<backend>-state where the
6891         locking user (as a string) is returned.
6892         (vc-locking-user): Update, based on the above convention. The
6893         'vc-locking-user property has disappeared.
6894         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6896         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6897         with a heuristic one.
6898         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6899         (vc-cvs-checkin): Do a trivial parse to set the state in case of
6900         error.  That allows us to get to 'needs-merge even in the
6901         stay-local case.  There's still no way to detect 'needs-patch in
6902         such a setup (or to force an update for that matter).
6903         (vc-cvs-logentry-check): Remove, the default works as well.
6905 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6907         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6909         * vc.el (vc-do-command): kill-all-local-variables, to reset any
6910         major-mode in which the buffer might have been put earlier.  Use
6911         `remove' and `when'.  Allow `okstatus' to be `async' and use
6912         `start-process' in this case.
6913         (vc-version-diff): Handle the case where the diff looks empty
6914         because of the use of an async process.
6916 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
6918         * vc.el (vc-next-action-on-file): Removed optional parameter
6919         `simple'.  Recompute state unconditionally.
6920         (vc-default-toggle-read-only): Removed.
6922         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6923         (vc-toggle-read-only): Undid prev change.
6925         * vc-cvs.el (vc-cvs-stay-local): Renamed from
6926         vc-cvs-simple-toggle.  Redocumented.
6927         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6928         (vc-cvs-toggle-read-only): Removed.
6930 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
6932         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6933         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6934         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6935         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
6936         still is. So maybe it should be removed.
6937         (vc-head-version, vc-find-binary): Remove.
6938         (vc-recompute-state): Move from vc-hooks.el.
6939         (vc-next-action-on-file): Add a `simple' argument to allow
6940         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6941         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6942         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6943         (vc-dired-mode-map): Properly defvar it.
6944         (vc-print-log): Call log-view-mode if available.
6945         (small-temporary-file-directory): defvar instead of use boundp.
6946         (vc-merge-news): Moved to vc-cvs.el.
6947         (vc-default-merge-news): New function.
6949         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6950         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6951         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6952         unknown `vc-latest-version' function.  It should probably refer to
6953         vc-workfile-version or somesuch, but it's very unclear to me and I
6954         don't have SCCS to test things.
6956         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6957         (vc-sccs-state-heuristic): Fix typo.
6958         (vc-sccs-workfile-unchanged-p): Add missing argument.
6960         * vc-rcs.el: Require vc and vc-rcs-hooks.
6961         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6962         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6963         (vc-release-greater-or-equal-p): Move from vc.
6964         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6965         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6966         (vc-rcs-checkout): Add a missing `new-version' argument in the
6967         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
6969         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6970         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6971         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6972         than the apparently unbound `workfile-version'.
6974         * vc-hooks.el (vc-master-templates): Def the obsolete var.
6975         (vc-file-prop-obarray): Use `make-vector'.
6976         (vc-backend-functions): Add new hookable functions
6977         vc-toggle-read-only, vc-record-rename and vc-merge-news.
6978         (vc-loadup): If neither backend nor default functions exist, use
6979         the backend function rather than nil.
6980         (vc-call-backend): If the function if not bound yet, try to load
6981         the non-hook file to see if it provides it.
6982         (vc-call): New macro plus use it wherever possible.
6983         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6984         nor `vc-find-binary' since it's only called from
6985         vc-mistrust-permission which is only used once the backend is known.
6986         (vc-checkout-model): Fix parenthesis.
6987         (vc-recompute-state, vc-prefix-map): Move to vc.el.
6989         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6990         (vc-cvs-release, vc-cvs-system-release): Remove.
6991         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6992         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6993         status symbols.
6994         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6995         (vc-cvs-toggle-read-only): First cut at a function to allow a
6996         cvs-status-free vc-toggle-read-only.
6997         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6998         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6999         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
7000         (vc-cvs-checkout): Modify access rights directly if the user
7001         requested not to use `cvs edit'.  And refresh the mode line.
7003         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7004         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7006 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
7008         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
7009         workfile' that got lost when the code was extracted from vc.el.
7010         And merged the tail with the rest of the code (not possible in the
7011         old vc.el where the tail was shared among all backends).  And
7012         explicitly set the state to 'edited if `writable' is set.
7014         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7015         (vc-cvs-state): Be careful to return the value from
7016         vc-cvs-parse-state.
7017         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
7018         property but return it instead.  Also be careful to handle a nil
7019         or "" `rev' when workfile is non-nil (it was handled properly when
7020         workfile was nil).
7022         * vc.el: Removed those pesky unnecessary `(function' quotes.
7023         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7024         directly in the defvar.
7025         (vc-do-command): Bind inhibit-read-only so as to properly handle
7026         the case where the destination buffer has been made read-only.
7027         (vc-diff): Delegate to vc-version-diff in all cases.
7028         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7029         (vc-annotate-mode-variables): Removed (code moved partly to
7030         defvars and partly to vc-annotate-add-menu).
7031         (vc-annotate-mode): Turned into a derived-mode.
7032         (vc-annotate-add-menu): Moved in code in
7033         vc-annotate-mode-variables.
7034         (vc-update-change-log): Use make-temp-file if available.
7036 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
7038         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7039         `vc-checkout-model' updated to `vc-cvs-update-model'.
7041 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7043         * vc.el (vc-next-action-on-file): Added handling of state
7044         `unlocked-changes'.
7045         (vc-checkout-carefully): Is now practically obsolete, unless the
7046         above is too slow to be enabled unconditionally.
7047         (vc-update-change-log): Fixed typo.
7049         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7051         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7052         Now handles state `unlocked-changes'.
7053         (vc-sccs-workfile-unchanged-p): New function, to support the above.
7055         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7057         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7058         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
7059         `unlocked-changes'.
7060         (vc-rcs-workfile-unchanged-p): Renamed from
7061         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
7062         function yet, but supposed to become one soon.
7064         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7065         `vc-steal-lock'.
7066         (vc-call-backend): Changed error message.
7067         (vc-state): Added description of state `unlocked-changes'.
7069 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7071         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7072         always return t in CVS-controlled directories.
7074         * vc.el (vc-responsible-backend): New function.
7075         (vc-register): Largely rewritten.
7076         (vc-admin): Removed (implementation moved into vc-register).
7077         (vc-checkin): Redocumented.
7078         (vc-finish-logentry): If no backend defined yet (because we are in
7079         the process of registering), use the responsible backend.
7081         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7082         Updated function lists.
7083         (vc-call-backend): Fixed typo.
7085         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7086         New functions.
7087         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7088         Removed query option.  Redocumented.
7090 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7092         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7094         * vc.el: Updated callers of `vc-checkout-required' to use
7095         `vc-checkout-model'.
7097 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7099         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
7100         stuff updated to reference this function instead of the old
7101         `vc-backend-release-p'.
7103 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7105         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7106         vc-checkout-model.  Return appropriate values.  Updated callers.
7108 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7110         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7111         (vc-backend-revert): Function moved into `vc-revert';
7112         `vc-next-action' must be updated to accomodate this change.
7113         (vc-backend-steal): Function moved into `vc-finish-steal'.
7114         (vc-backend-logentry-check): Function moved into
7115         `vc-finish-logentry'.
7116         (vc-backend-printlog): Function moved into `vc-print-log'.
7117         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7118         (vc-backend-assign-name): Function moved into
7119         `vc-create-snapshot'.
7121 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7123         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7124         Rename to vc-checkout-model.  Return appropriate values.
7125         Update callers.
7127         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7128         to vc-checkout-model.
7129         (vc-checkout-required): Rename to vc-checkout-model.
7130         Re-implement and re-comment.
7131         (vc-after-save): Use vc-checkout-model.
7133 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7135         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7136         Update to use the vc-BACKEND-diff functions instead.
7137         `vc-diff' is now working.
7139         * vc-rcs.el (vc-rcs-logentry-check): New function.
7141         * vc-cvs.el (vc-cvs-logentry-check): New function.
7143         * vc-sccs.el (vc-sccs-diff): Function changed name from
7144         `vc-backend-diff'.  This makes `vc-diff' work.
7146         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7147         of functions possibly implemented in a vc-BACKEND library.
7148         (vc-checkout-required): Fix bug that caused an error to be
7149         signaled during `vc-after-save'.
7151         * vc.el: Fix typo.
7152         This checkin is made with our new VC code base for the very first time.
7153         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7155         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7156         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7158         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7159         updated to `vc-uses-locking'.
7160         (vc-checkout-required): Call to backend function.
7161         `vc-checkout-required' updated to `vc-uses-locking' instead.
7163         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7164         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7166         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7167         to match the split into various backends.
7168         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
7169         (vc-retrieve-snapshot): Bug fix.
7171 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7173         * vc-sccs.el (vc-sccs-release): Doc fix.
7175 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7177         * vc.el (vc-next-action-on-file): Bug found and fixed.
7178         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7179         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7181         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7182         (vc-rcs-checkout): Name space cleaned up.  No more revision number
7183         crunching function names that are not prefixed with vc-rcs.
7184         (vc-rcs-checkout-model): Function added.  References to
7185         `vc-checkout-model' replaced.
7187 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7189         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7190         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
7191         still need to be split, and implemented for RCS).
7193 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7195         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7197         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7198         required by the vc.el file.
7200         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7201         required by the vc.el file.
7202         (vc-rcs-exists): Function added.
7204         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7205         required by the vc.el file.
7207         * vc.el (vc-admin): Updated to handle selection of appropriate
7208         backend.  Current implementation is crufty and need re-thinking.
7210         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7212 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7214         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7215         beginning of annotate buffers correctly.
7217         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7218         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7219         functionality updated quite a lot to support multiple backends.
7220         Variables `vc-annotate-mode', `vc-annotate-buffers',
7221         `vc-annotate-backend' added.
7223         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7224         `vc-annotate-difference' added to supported backend functions.
7226 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7228         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7229         Use with-temp-file instead of /bin/sh.  Merged from mainline
7231 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7233         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7235         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7237         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7239 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7241         * vc-hooks.el: vc-state-heuristic added to
7242         vc-backend-hook-functions.
7244         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7246         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7248         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7249         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
7250         state to `reserved'.
7252         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7253         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
7255 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7257         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
7258         untouched.
7260         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7262         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7263         if defined.  (Merged from main line, slightly adapted.)
7265         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7266         millenium problem (merged from mainline).
7268 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7270         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7271         part and moved the non-BACKEND stuff to vc.el.
7273         * vc.el: Split the annotate feature into a BACKEND specific part
7274         and moved it from the vc-cvs.el file to this one.
7276 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7278         * vc-hooks.el: Implement new state model.
7279         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7280         (vc-locking-user): Simplify.  Now only needed if the file is
7281         locked by somebody else.
7282         (vc-lock-from-permissions): Remove.  Functionality is in
7283         vc-sccs-hooks.el and vc-rcs-hooks.el now.
7284         (vc-mode-line-string): New name for former vc-status.  Adapted.
7285         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
7287         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7288         Various simplifications and adaptations all over the place.
7290         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7291         Simplify and adapt the rest.
7293         * vc.el (vc-resynch-window): Add TODO comment: check for
7294         interaction with view mode according to recent RCS change.
7295         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7297 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7299         * vc.el: Convert the remaining function comments to docstrings.
7301 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7303         * vc.el (vc-backend-release, vc-release-greater-or-equal)
7304         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7305         (vc-minor-part, vc-previous-version): Functions that operate and
7306         compare revision numbers got proper documentation.  Comments added
7307         about their possible removal.
7309 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7311         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7312         the vc-backend.el files.
7314         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7316         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7317         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7318         (vc-rcs-previous-version): Functions added.
7320         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7322         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7324 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7326         * vc-hooks.el (vc-master-templates): Is really obsolete.
7327         Comment out the definition for now.  What is the right procedure
7328         to get rid of it?
7329         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7330         rewritten.
7331         (vc-default-registered): Remove.
7332         (vc-check-master-templates): New function; does mostly what the
7333         above did before.
7334         (vc-locking-user): Don't rely on the backend to set the property.
7336         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7337         Rewrite documentation.
7338         (vc-rcs-templates-grabbed): New variable.
7339         (vc-rcs-grab-templates): New function.
7340         (vc-rcs-registered): Rewrite to use above mechanism.
7342         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7343         Rewrite documentation.
7344         (vc-sccs-templates-grabbed): New variable.
7345         (vc-sccs-grab-templates): New function.
7346         (vc-sccs-registered): Rewrite to use above mechanism.
7347         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7348         Don't throw the result, simply return it.
7350         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7351         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
7352         (vc-cvs-registered): Does the check itself now.  Simplify.
7354         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7355         from main line.
7357 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7359         * vc-cvs.el (vc-cvs-diff): New function.
7361         * vc-sccs.el (vc-sccs-diff): New function.
7363         * vc-rcs.el (vc-rcs-diff): New function.
7364         (vc-rcs-checkout): Bug (typo) found and fixed.
7365         (vc-rcs-register-switches): New variable.
7367         * vc.el (vc-backend-diff): Function removed and placed in the
7368         backend files.
7370 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7372         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7374         * vc.el (vc-backend-checkout): Function removed and replaced in
7375         the vc-backend.el files.
7377         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7379         * vc.el (vc-backend-admin): Removed and replaced in the
7380         vc-backend.el files.
7382         * vc.el (Martin): Removed all the annotate functionality since it
7383         is CVS backend specific.
7385 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7387         * spec.txt: Added specification of vc-state.
7389         * vc-sccs-hooks.el (vc-sccs-master-properties):
7390         Remove handling of vc-latest-version and
7391         vc-your-latest-version.  What used to be vc-latest-version, is now
7392         returned as vc-workfile-version.
7393         (vc-sccs-workfile-version): Adapt.
7395 2000-09-04  Dave Love  <fx@gnu.org>
7397         * vc.el: [Merged from mainline.]
7398         (vc-dired-mode): Make the dired-move-to-filename-regexp
7399         regexp match the date, to avoid treating date as file size.
7400         Add YYYY S option to WESTERN/
7402 2000-09-04  Dave Love  <fx@gnu.org>
7404         * vc.el: Require `compile' when compiling.
7405         (vc-logentry-check-hook): New option.
7406         (vc-steal-lock): Use compose-mail.
7407         (vc-dired-mode-map): Defvar when compiling.
7408         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7409         vc-sccs.el and renamed.  Callers changed.
7410         (vc-backend-checkout, vc-backend-logentry-check)
7411         (vc-backend-merge-news): Doc fix.
7412         (vc-default-logentry-check): New function.
7413         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7414         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7415         (vc-backend-merge): Doc fix.  Use backend functions.
7416         (vc-check-headers): Use backend functions.
7418         * vc-cvs.el: Require vc when compiling.
7419         (vc-cvs-register-switches): Doc fix.
7420         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7421         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7422         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7423         New functions (code from vc.el).
7424         (vc-annotate-display-default): Fix interactive spec.
7425         (vc-annotate-time-span): Doc fix.
7427         * vc-rcs.el: Require vc when compiling.
7428         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7429         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7430         (vc-rcs-checkin): New functions (code from vc.el).
7431         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7432         Doc fix.
7433         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
7435         * vc-sccs.el: Require vc when compiling.
7436         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7437         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7438         (vc-sccs-revert)
7439         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7440         from vc.el).
7441         (vc-sccs-add-triple, vc-sccs-record-rename)
7442         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7443         (vc-sccs-admin): Doc fix.
7445 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
7447         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7448         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7449         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7450         from vc.el.
7452         * vc-sccs.el (vc-admin-sccs): Added from vc.el
7454         * vc-cvs.el: Moved the annotate functionality from vc.el.
7455         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7457 2000-09-04  Dave Love  <fx@gnu.org>
7459         * vc.el (vc-backend-release): Call vc-system-release.
7461         * vc-sccs.el (vc-sccs-system-release):
7462         Renamed from vc-sccs-backend-release.
7464         * vc-rcs.el (vc-rcs-system-release):
7465         Renamed from vc-rcs-backend-release.
7467         * vc-cvs.el (vc-cvs-system-release):
7468         Renamed from vc-cvs-backend-release.
7470 2000-09-04  Dave Love  <fx@gnu.org>
7472         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7473         backend files.
7474         (vc-backend-release): Dispatch to backend functions.
7475         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
7476         probably needs attention.]
7478         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7479         (vc-sccs-backend-release): New function.
7481         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7482         (vc-cvs-backend-release): New function.
7484         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7485         Doc fix.
7486         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7487         (vc-default-dired-state-info): New function.
7488         (vc-dired-state-info): Dispatch to backends.
7489         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
7491         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7492         from vc.el and renamed.
7494 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7496         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7497         (vc-version-other-window, vc-backend-assign-name): Removed
7498         references to vc-latest-version; sometimes changed into
7499         vc-workfile-version.
7501         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7502         vc-rcs-master-workfile-version.
7503         (vc-rcs-workfile-version): Use the above.  Don't call
7504         vc-latest-version (that was unreachable code, anyway).
7505         (vc-rcs-fetch-master-properties): Doc fix.
7507         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7508         (vc-backend-hook-functions): Removed them from this list, too.
7509         (vc-fetch-properties): Removed.
7510         (vc-workfile-version): Doc fix.
7512         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7513         (vc-rcs-workfile-version, vc-rcs-locking-user)
7514         (vc-rcs-uses-locking): Use it.
7516         * vc-hooks.el (vc-consult-rcs-headers):
7517         Moved into vc-rcs-hooks.el, under the name
7518         vc-rcs-consult-headers.
7520         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7521         headers.
7522         (vc-cvs-find-master): Use this name only; correct different
7523         versions of the name.
7525         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7526         New functions.
7527         (vc-sccs-locking-user): Use the latter.
7529         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7530         New functions.
7532         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7533         Moved into both
7534         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
7535         functions are implementation details of those two backends.
7537 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7539         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7540         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7542         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7543         (vc-sccs-parse-locks): SCCS-specific code moved here from
7544         vc-hooks.
7546         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7547         code moved here from vc-hooks.
7549         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7550         into back-end specific parts and removed.  Callers not updated
7551         yet; because I guess these callers will disappear into back-end
7552         specific files anyway.
7554 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7556         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7557         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7558         `vc-uses-locking'.
7560         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7561         Store yes/no in the property, and return t/nil.  Updated all
7562         callers.
7564         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7565         vc-sccs-uses-locking.  Don't set property.
7566         (vc-sccs-locking-user): Don't set property.
7568         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7569         vc-cvs-uses-locking.  Don't set property here; leave that to
7570         vc-hooks.
7571         (vc-cvs-locking-user): Reflect above change.  Streamlined.
7573         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7574         vc-rcs-uses-locking.
7575         (vc-rcs-locking-user): Reflect above change.
7577 2000-09-04  Dave Love  <fx@gnu.org>
7579         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7581         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7583         * vc-hooks.el (vc-checkout-model): Punt to backends.
7585         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7587         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7589         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7590         New functions.
7592         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7593         New functions.
7595         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7596         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7598         * vc-hooks.el (vc-default-locking-user): New function.
7599         (vc-locking-user, vc-workfile-version): Punt to backends.
7601 2000-09-04  Dave Love  <fx@gnu.org>
7603         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7604         (vc-master-workfile-version): Moved from vc-hooks.
7606         * vc-rcs-hooks.el: Fix duplicate code in last change.
7608         * vc-rcs-hooks.el: Require vc-hooks when compiling.
7609         (vc-rcs-master-templates): Improve :type.
7610         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7611         vc-master-workfile-version): Moved from vc-hooks.
7613         * vc-sccs-hooks.el: Require vc-hooks when compiling.
7614         (vc-sccs-master-templates): Improve :type.
7615         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7617         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7619         * vc-cvs-hooks.el: Require vc-hooks when compiling.
7620         (vc-cvs-master-templates): Improve :type.  Use
7621         vc-cvs-find-cvs-master.
7622         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7623         from vc-hooks.
7624         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7626         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7627         Moved to vc-cvs-hooks.
7629         * vc-hooks.el: Add doc strings in various places.  Simplify the
7630         minor mode setup.
7631         (vc-handled-backends): New user variable.
7632         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7633         simplification.
7635 2000-09-04  Dave Love  <fx@gnu.org>
7637         * vc.el: Some doc fixes for autoloaded and interactive functions.
7638         Fix compilation warnings from ediff stuff.
7639         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7641         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7643         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7645         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7647 2000-09-04  Dave Love  <fx@gnu.org>
7649         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7650         New variable.
7651         (vc-make-backend-function, vc-loadup, vc-call-backend)
7652         (vc-backend-defines): New functions.
7654         * vc-hooks.el: Various doc fixes.
7655         (vc-default-back-end, vc-follow-symlinks): Custom fix.
7656         (vc-match-substring): Function removed.  Callers changed to use
7657         match-string.
7658         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7659         Simplify.
7661 2000-09-04  Dave Love  <fx@gnu.org>
7663         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7664         type.
7665         (vc-sccs-project-dir, vc-search-sccs-project-dir)
7666         (vc-sccs-registered): Doc fix.
7668         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7669         (vc-cvs-registered): Doc fix.
7671         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7672         (vc-rcs-registered): Doc fix.
7674 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7676         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7678         * vc-hooks.el: vc-registered has been renamed
7679         vc-default-registered.  Some functions have been moved to the
7680         backend specific files.  they all support the
7681         vc-BACKEND-registered functions.
7683 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7685         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7687         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7689 2000-09-04  Dave Love  <fx@gnu.org>
7691         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7692         menu-bar-update-hook.
7694         * help.el (help-manyarg-func-alist): Add
7695         find-operation-coding-system.
7697         * wid-edit.el (widget-sexp-validate): Fix garbled code.
7699         * custom.el (custom-set-variables): Print message about errors in
7700         setting.
7702 2000-09-03  Andrew Innes  <andrewi@gnu.org>
7704         * makefile.w32-in: Change to DOS line endings.
7706 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7708         * mouse.el (mouse-popup-menubar): Supply the prompt string for
7709         minor-mode keymaps, if they don't have one.
7711 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7713         * eshell/esh-module.el (eval-when-compile): Don't lose if
7714         esh-module.el's file name is truncated to DOS 8+3 limits.
7716 2000-09-01  John Wiegley  <johnw@gnu.org>
7718         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7719         predicate, which caused entries in the completion list to be
7720         doubled.
7722 2000-08-30  John Wiegley  <johnw@gnu.org>
7724         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7725         sending to subprocesses.  Also, hook pre-command-hook if
7726         `eshell-send-direct-to-subprocesses' is non-nil.
7727         (eshell-send-direct-to-subprocesses): New config variable.  If t,
7728         subprocess input is send immediately.
7729         (eshell-toggle-direct-send): New function.
7730         (eshell-self-insert-command): New function.
7731         (eshell-intercept-commands): New function.
7732         (eshell-send-input): If direct subprocess sending is enabled,
7733         don't echo any input to the Eshell buffer.  Let the subprocess
7734         handle that.  This requires "stty echo" in bash, for example.
7736 2000-08-28  John Wiegley  <johnw@gnu.org>
7738         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7739         completion function for Eshell's implementation of `unset'.
7741 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
7743         * info.el (Info-directory-list): Doc fix.
7745 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
7747         * filecache.el (file-cache-add-directory-using-find): Don't quote
7748         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7750 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
7752         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7753         coding systems.
7755 2000-08-30  Andrew Innes  <andrewi@gnu.org>
7757         * timer.el (run-with-idle-timer): Undo last change, so that timer
7758         is not activated immediately if Emacs is already idle.  Some
7759         existing code relies on this behaviour.
7761 2000-08-30  Miles Bader  <miles@gnu.org>
7763         * frame.el (set-frame-font): Do completion of font-name for
7764         interactive use.
7766 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
7768         * international/quail.el (quail-start-translation): Bind locally
7769         last-command-event, last-command, and this-command.
7770         (quail-start-conversion): Likewise.
7771         (quail-self-insert-command): Fix docstring.
7773 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
7775         * progmodes/executable.el
7776         (executable-make-buffer-file-executable-if-script-p): Check that
7777         buffer contains at least 2 characters.
7779 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
7781         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7783 2000-08-29  Dave Love  <fx@gnu.org>
7785         * diff-mode.el (diff-mode) <defgroup>: Add :version.
7786         (diff-mode-shared-map): Bind mouse-2.
7787         (diff-imenu-generic-expression): New variable.
7788         (diff-mode): Use it.
7790         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7791         (mouse-popup-menubar): Add minor mode menus.
7792         (popup-menu): Check for lookup-key returning number.
7794 2000-08-29  Miles Bader  <miles@gnu.org>
7796         * comint.el (comint-send-input): Create overlays using the proper
7797         front/read-advance arguments.
7799 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7801         * ps-print.el: Even/odd pages printing.  Doc fix.
7802         (ps-print-version): New version number (6.0).
7803         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7804         (ps-background, ps-begin-file, ps-begin-job): Code fix.
7805         (ps-print-duplex-feature): Variable eliminated.
7806         (ps-even-or-odd-pages): New variable.
7808         * progmodes/ebnf2ps.el: Doc fix.
7809         (ebnf-version): New version (3.3).
7810         (ebnf-user-arrow): Change variable customization to sexp.
7811         (ebnf-user-arrow): Function eliminated.
7812         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7814 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
7816         * help.el (help-xref-mule-regexp): New variable.
7817         (help-make-xrefs): Handle help-xref-mule-regexp.
7819         * international/mule-cmds.el (help-xref-mule-regexp-template): New
7820         variable.
7821         (describe-input-method): Temporarily activate the specfied input
7822         method to display the information.
7823         (describe-language-environment): Hyperlinks to mule related items.
7825         * international/mule-diag.el (charset-multibyte-form-string): New
7826         function.
7827         (list-character-sets-1): Use charset-multibyte-form-string.
7828         (describe-character-set): New function.
7829         (describe-coding-system): Hyperlinks to safe character sets.
7831         * international/quail.el (quail-help): New arg PACKAGE.
7832         Hyperlinks to mule related items.
7833         (quail-help-insert-keymap-description): Use
7834         substitute-command-keys instead of describe-bindings.
7835         (quail-translation-help): Hyperlinks to mule related items.
7837 2000-08-28  John Wiegley  <johnw@gnu.org>
7839         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7840         have a defsubst call itself.  Made `eshell-flatten-list' back into
7841         a function again.
7843         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7844         catch, in case re-centering point at bottom messes up the display.
7845         This happens frequently in Emacs 21, due I believe to variable
7846         line heights.
7848         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7849         to call `find-tag-interactive'.
7851         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7852         the list of remember directories.
7854 2000-08-28  John Wiegley  <johnw@gnu.org>
7856         * align.el: Test align-region-separate to see if it's a symbol.
7858 2000-08-28  John Wiegley  <johnw@gnu.org>
7860         * eshell/esh-util.el (eshell-flatten-list): Made this function
7861         into a defsubst form.  It gets used very frequently, although
7862         calls don't occur all that often.
7864         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7865         examining it.
7867         * eshell/esh-cmd.el (eshell-rewrite-while-command):
7868         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7869         `eshell-protect'.
7870         (eshell-copy-handles): Created a new macro for duplicating the
7871         current set of open handles.  This is needed by the looping
7872         functions.
7873         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7874         is not incorrectly stomped on.
7876         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7877         declaration for pcomplete-use-paring.
7878         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7879         value of eshell-cmpl-use-paring.
7880         * pcomplete.el (pcomplete-use-paring): New config variable, to
7881         indicate whether paring should be used.
7882         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7883         completion alternatives that have already been used.
7885         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7886         bound to C-c C-y, which will repeat the previous N arguments
7887         (based on prefix argument).
7888         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7890         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7891         if there is no *Help* buffer.  This is for XEmacs, which renames
7892         its help buffers uniquely.  TODO: Find out what the current buffer
7893         name to delete is.
7895         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7896         first entry that correlates to a passwd/group number.  Later
7897         entries (used for group/user name aliasing to multiple IDs) are
7898         ignored.
7900         * eshell/em-xtra.el (eshell/expr):
7901         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7902         (eshell-grep, eshell/diff, eshell/locate):
7903         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7904         argument list, before passing it to the system command.
7906         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7907         `find-tag' for use at final position in Eshell buffers (which
7908         otherwise triggers an error on Emacs 21).
7909         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7910         buffer, if it is currently bound to `find-tag'.
7912         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7913         in the list of matched Makefile names.
7914         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7915         directory, prefer its contents to Makefile.
7917         * eshell/em-dirs.el (eshell/cd): cd commands that look up
7918         directory parts (like "cd old new", or "cd =regexp"), are now case
7919         sensitive on non-Windows/DOS platforms.
7921         * eshell/esh-mode.el (eshell-parse-command-input): When a user
7922         types RET after an open delimiter (like "), display a message
7923         indicating that Eshell is waiting for the closing delimiter.
7925         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7926         environment variables.
7928         * eshell/em-unix.el (eshell/diff): Added logic to fail more
7929         gracefully if the user enters incorrect arguments.
7931         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7932         Eshell buffers.
7934         * eshell/esh-var.el (eshell-interpolate-variable):
7935         * eshell/esh-mode.el (eshell-move-argument):
7936         * eshell/em-unix.el (eshell-du-sum-directory):
7937         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7938         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7939         (not (= ...)).
7941         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7942         to ensure the `preserve' flag gets propagated when doing recursive
7943         directory copies.
7945 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
7947         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7948         Don't convert \n into \0177 in memory.
7949         (eshell-read-history, eshell-write-history): Convert \n to \0177,
7950         and back again, when reading and writing.
7952 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
7954         * eshell/esh-util.el (eshell-processp): Added to relieve constant
7955         testing of `fboundp' on `processp'.
7957         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7958         (eshell/jobs): Don't call process-list if it is not bound.
7959         (eshell-gather-process-output): Support systems where async
7960         subprocesses aren't supported.
7961         (eshell-scratch-buffer, eshell-last-sync-output-start): New
7962         variables.
7964         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7965         eshell-do-eval returns t.
7966         (eshell-do-pipelines-synchronously): New defmacro.
7967         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7968         when async subprocesses aren't supported.
7969         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
7970         if async subprocesses aren't supported.
7971         (eshell-resume-command): Don't assume STATUS is a string.
7973         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7975         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7976         (eshell-close-target, eshell-get-target): Use eshell-processp.
7977         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7978         fix.
7979         (eshell-get-target, eshell-create-handles): Doc fix.
7981 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
7983         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7984         criterion to include commands that output something, as long as it
7985         leaves both the command and the end-of-buffer visible when the
7986         command has exited.
7987         (eshell-review-quick-commands): Adjust the help doc string
7988         accordingly.
7990 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
7992         * locate.el (locate): Cleaned up locate command's interactive prompting
7993         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7995         * filecache.el (file-cache-case-fold-search): New variable
7996         (file-cache-assoc-function): New variable
7997         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7998         Use file-cache-case-fold-search variable
7999         (file-cache-add-file): Use file-cache-assoc-function
8000         (file-cache-delete-file): likewise
8001         (file-cache-directory-name): likewise
8002         (file-cache-debug-read-from-minibuffer): likewise
8004 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
8006         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8007         (abbrev-table-name): New function.
8008         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8009         If non-nil list local abbrev, only.
8011 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
8013         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8014         from Gnus support code, and use special article copy buffer
8015         `(gnus-original-article-buffer)' instead.  This allows to get rid
8016         of article-hide-headers usage (which breaks in the latest Gnus
8017         version).  Thanks to Detlev Zundel.
8019 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
8021         * international/quail.el (quail-use-package): Hide "... loaded"
8022         message.
8023         (quail-start-translation, quail-start-conversion): Likewise.
8025         * international/kkc.el (kkc-region): Hide "... loaded" message.
8027 2000-08-27  Dave Love  <fx@gnu.org>
8029         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8031 2000-08-27  Miles Bader  <miles@gnu.org>
8033         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8035 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
8037         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8038         'ja-dic-cnv), not (require 'skkdic-cnv).
8040 2000-08-26  Miles Bader  <miles@gnu.org>
8042         * faces.el (face-x-resources): Add entry for :inherit.
8043         * cus-face.el (custom-face-attributes): Add support for :inherit
8044         attribute.  Add support for relative face heights.
8045         (custom-face-attributes-get): Treat `nil' as being a default value
8046         for :inherit (as well as `unspecified').
8048         * faces.el (set-face-attribute): Update doc string.
8049         (face-attribute-name-alist): Add :inherit.
8050         (face-valid-attribute-values): Handle :inherit.
8051         (face-read-string): Rephrase prompt to be less confusing.
8052         Assume that DEFAULT is a string, since we must return a string.
8053         (face-read-integer): Use `format' to turn DEFAULT into an
8054         acceptable default for face-read-string.  Match NEW-VALUE against
8055         the string "unspecified", not the symbol `unspecified', since
8056         that's what face-read-string returns.
8057         (read-face-attribute): Lookup a name for old-value in valid, and
8058         use it as a default if we find one.  Treat all values from
8059         face-read-string as strings.  If the default is used, don't do any
8060         more processing on the value, just use the old value directly.
8061         (read-face-and-attribute, modify-face): Tweak prompt.
8062         (read-face-name): Don't assume prompt ends with a space.
8064         * faces.el (describe-face): Add support for :inherit attribute.
8066 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
8068         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
8069         concat doesn't accept interger.
8071         * international/kkc.el: Remove SKK from Keywords.  Require
8072         ja-dic-utl instead of skkdic-utl.
8074         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8075         Provide ja-dic-cnv instead of skkdic-cnv.
8076         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
8077         (iso-2022-7bit-short): Add safe-charsets property.
8078         (skkdic-convert-postfix): Search Japanese chou-on character in
8079         addition to Hiragana character.
8080         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8081         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8082         (batch-skkdic-convert): Likewise.
8084         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8085         Provide ja-dic-utl instead of skkdic-utl.
8086         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8088 2000-08-24  Dave Love  <fx@gnu.org>
8090         * disp-table.el (standard-display-default): Make the test of `l'
8091         useful.
8093         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8094         mod sample text.
8096         * international/iso-ascii.el: Make pilcrow convenient string
8097         consistent with section.
8098         (iso-ascii-display): Set up multibyte characters as well as
8099         unibyte.
8101 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
8103         * international/mule-cmds.el (reset-language-environment): Set
8104         default-process-coding-system to '(undecided . iso-latin-1), which
8105         makes process I/O almost consistent with file I/O.   Call this
8106         function when mule-cmds.el[c] is loaded.
8108 2000-08-22  Andrew Innes  <andrewi@gnu.org>
8110         * makefile.w32-in: New file.
8112 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
8114         * comint.el (comint-output-filter): Compare end of
8115         comint-last-output-overlay with the start of the newly inserted
8116         text, not the end, when deciding whether to extend it.
8117         Set saved-point's insertion type to advance after insertion.
8119         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8120         since this is now done independently of font-lock mode.
8122 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8124         * server.el (server-kill-new-buffers): New user option.
8125         (server-existing-buffer): New buffer-local variable.
8126         (server-visit-files): When using an existing buffer, set
8127         server-existing-buffer to t.
8128         (server-buffer-done): If server-kill-new-buffers is t, kill the
8129         buffer, unless it was already present before visiting it with
8130         Emacs server.
8132 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
8134         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8135         even if the display doesn't support colors: some displays will
8136         support bold/underline faces.
8138 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
8140         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8142         * startup.el (command-line): If user's init file had an error,
8143         add explanatory text to *Messages*.
8145 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
8147         * man.el (Man-getpage-in-background): Decode the process output by
8148         the system locale coding system.
8150 2000-08-20  Dave Love  <fx@gnu.org>
8152         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8153         Don't test x-popup-menu.
8154         (function) <complete-function>: Complete only fbound symbols.
8155         <validate, value>: New.
8156         (variable) <complete-function>: Complete only bound symbols.
8157         (coding-system): Add :base-only, :complete-function, :validate,
8158         :value, :prompt-match.
8159         (widget-coding-system-prompt-value): Use read-coding-system and
8160         act on :base-only.
8161         (editable-field): Add :help-echo.
8162         (widget-push-button-gui, widget-push-button-cache)
8163         (widget-gui-action, widget-editable-list-gui): COmment out, along
8164         with uses.
8165         (widget-at): Make arg optional.
8166         (widget-echo-help): Adjust for current help-echo calling sequence.
8167         (widget-specify-field, widget-specify-button)
8168         (widget-specify-insert, widget-get-sibling, widget-image-find)
8169         (widget-convert, widget-insert, widget-leave-text)
8170         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8171         (widget-setup, widget-field-find, widget-before-change)
8172         (widget-after-change, widget-default-complete)
8173         (widget-default-create, widget-default-delete)
8174         (widget-push-button-value-create, editable-field)
8175         (widget-field-prompt-value, widget-field-validate)
8176         (widget-choice-value-create, widget-choice-action)
8177         (widget-choice-validate, widget-checklist-add-item)
8178         (widget-radio-add-item, widget-radio-chosen)
8179         (widget-radio-value-inline, widget-editable-list-value-create)
8180         (widget-editable-list-entry-create)
8181         (widget-documentation-link-add)
8182         (widget-documentation-string-value-create)
8183         (widget-regexp-validate, widget-file-complete)
8184         (widget-sexp-validate, widget-plist-convert-widget)
8185         (widget-plist-convert-widget, widget-alist-convert-widget)
8186         (widget-alist-convert-widget, widget-color-complete): Simplify,
8187         particularly to avoid bindings which aren't optimized out.
8189         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8190         Doc fix.
8191         (down-list, backward-up-list, up-list, kill-sexp)
8192         (backward-kill-sexp, mark-sexp): Make arg optional.
8193         (lisp-complete-symbol): Add optional arg PREDICATE.
8195         * cus-start.el: Add display-buffer-reuse-frames,
8196         file-coding-system-alist.
8198 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
8200         * startup.el (command-line): Clear realized faces after
8201         modifying TTY color mappings.
8203 2000-08-20  Miles Bader  <miles@gnu.org>
8205         * faces.el (face-attr-match-p): Don't return true if ATTRS are
8206         merely a subset of FACE's attributes.
8208 2000-08-19  Miles Bader  <miles@gnu.org>
8210         * comint.el (comint-output-filter): Save the point with a marker,
8211         not just a buffer position.
8213         * international/mule.el (set-buffer-process-coding-system): Make
8214         interactive prompt less confusing.
8216 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
8218         * hilit-chg.el: General cleanup of doc strings, comments and
8219         code formatting.
8221 2000-08-19  Miles Bader  <miles@gnu.org>
8223         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8224         Compiler macro removed; beginning-of-line is no longer always
8225         equivalent to forward-line, in the presence of fields.
8227         * comint.el (comint-output-filter): Remove ad-hoc saving of
8228         restriction, and just use save-restriction, now that it works
8229         correctly.  Don't adjust comint-last-input-start to account for
8230         our insertion; it shouldn't have moved because we don't use
8231         insert-before-markers anymore.  Comment out call to
8232         `force-mode-line-update'; why is it here?
8234         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8235         while checking for prompt to delete.  Use `forward-line 0'
8236         instead of beginning-of-line.
8237         (gud-filter): Temporarily widen gud comint buffer while
8238         examining output.
8240 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
8242         * progmodes/sh-script.el: Big bag of typos.
8244         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8245         check since ispell-process is not bound when ispell is not yet loaded.
8247 2000-08-18  Dave Love  <fx@gnu.org>
8249         * image.el (find-image): Copy `spec' before using plist-put.
8251 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
8253         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8254         `portugues'.
8256         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8257         backward-kill-sexp, analogous to kill-sexp.
8259         * progmodes/icon.el (icon-indent-line)
8260         (icon-is-continuation-line): Handle comments specially.
8262 2000-08-17  Ken Stevens <k.stevens@ieee.org>
8264         * ispell.el: Set to standard author/maintainer/keyword fields.
8265         Fine tuning to menu map appearance and operation, and added help.
8266         Remove `start' and `end' error messages when compiling.
8267         (ispell-choices-win-default-height): Fixed comment string.
8268         (ispell-dictionary-alist-1): Fixed regexp in castellano and
8269         castellano8 dictionaries.
8270         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8271         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8272         dictionary, added italiano dictionary.
8273         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8274         word character
8275         (ispell-tex-skip-alists): Added psfig support.
8276         (ispell-skip-html): Renamed from ispell-skip-sgml.
8277         (ispell-begin-skip-region-regexp, ispell-skip-region)
8278         (ispell-minor-check): Improved html skipping support to skip across
8279         code, and recognize `&' commands without propper `;' syntax;
8280         (ispell-process-line): Fix alignment error when manually
8281         correcting spelling.
8282         (ispell): Fix comment string.
8283         (ispell-add-per-file-word-list): Always put word list on new line.
8285 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
8287         * format.el (format-encode-run-method): Fix error message to say
8288         `encode' instead of `decode'.  Use save-window-excursion around
8289         shell-command-on-region as in format-decode-run-method because
8290         shell-command-on-region can display a buffer with error output.
8291         (format-decode): Don't record undo information for the decoding.
8292         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
8293         that number part of the temporary buffer name so that more than
8294         one decoding using a temporary buffer can happen safely.
8296         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8297         of `A-z' in the regexp.
8299         * hilit-chg.el: Fix typos in commentary.
8301         * help.el (view-emacs-news): Rewritten for new naming scheme
8302         for old NEWS files.
8304         * startup.el (command-line): Pop to *Messages* in case an error
8305         is signaled while loading user-init-file.
8307 2000-08-17  Andreas Schwab  <schwab@suse.de>
8309         * files.el (insert-directory): Don't lose original file name,
8310         undoing an undocumented change.
8312 2000-08-17  Alex Schroeder  <alex@gnu.org>
8314         * sql.el (sql-magic-go): Use comint-bol.
8315         (sql-copy-column): Use comint-line-beginning-position.
8316         (comint-line-beginning-position): Define a replacement for
8317         comint-line-beginning-position if it is not fboundp.
8319 2000-08-17  Alex Schroeder  <alex@gnu.org>
8321         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8322         it didn't have any effect anyway.
8324 2000-08-17  Alex Schroeder  <alex@gnu.org>
8326         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8327         --pset and pager=off instead of sending \\o|cat at the beginning
8328         of the session.
8330 2000-08-17  Miles Bader  <miles@gnu.org>
8332         * progmodes/octave-inf.el: Add compatibility definition of
8333         comint-line-beginning-position.
8335 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
8337         * startup.el (normal-top-level): Look in each dir in load-path for
8338         a leim-list.el file too.  This assures of loading leim-list.el
8339         that is created at Emacs installation time even if a user have his
8340         own leim-list.el.
8342 2000-08-17  Miles Bader  <miles@gnu.org>
8344         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8345         foreground color to black if the background is dark.
8347 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
8349         * loadhist.el (unload-feature): Typo.
8351         * finder.el (finder-compile-keywords):
8352         * cus-dep.el (custom-make-dependencies): Add local-variable settings
8353         to the generated file.
8355         * mail/mh-e.el (mh-make-local-vars):
8356         Replace make-variable-buffer-local with make-local-variable.
8358         * play/landmark.el:
8359         * options.el (Edit-options-{set,toggle,t,nil}):
8360         * mail/mailabbrev.el (mail-abbrevs-mode):
8361         * textmodes/tex-mode.el (tex-expand-files):
8362         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8364         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8366         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8367         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8368         Allow going past the last element.
8369         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8370         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8371         (cvs-mouse-toggle-mark): Don't move point.
8372         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8374         * progmodes/compile.el (grep): Provide a default set of files.
8375         (next-error): Docstring fix.
8376         (compilation-find-file): Avoid find-file (fails in a dedicated window).
8378         * emacs-lisp/easy-mmode.el (define-minor-mode):
8379         Use `symbol-value' to keep the byte-compiler quiet.
8381         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8382         (diff-find-source-location): New fun, extracted from diff-goto-source.
8383         (diff-goto-source): Use it.
8384         (diff-next-complex-hunk, diff-filter-lines): New function.
8385         (diff-apply-hunk): New command.
8387         * smerge-mode.el (smerge-mode-menu): Doc fix.
8389         * msb.el (msb-mode): Define it in terms of define-minor-mode.
8391 2000-08-16  Dave Love  <fx@gnu.org>
8393         * windmove.el (windmove) <defgroup>: Add :version.
8395         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
8396         (goto-address-fontify-p, goto-address-highlight-p)
8397         (goto-address-url-face, goto-address-url-mouse-face)
8398         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8399         (goto-address-url-regexp): Use thing-at-point-url-regexp.
8400         (goto-address-fontify, goto-address-at-mouse): Simplify,
8401         (goto-address-at-point): browse-url-url-at-point,
8402         goto-address-find-address-at-point can return nil.
8403         (goto-address-find-address-at-point): Return nil on failure.
8405         * align.el (align) <defgroup>: Add :version.
8407         * calculator.el (calculator): Add :version.
8408         (calculator): Use two lines for calculator window if `modeline'
8409         face is boxed.
8411         * play/5x5.el: Doc fixes.
8412         (5x5) <defgroup>: Add :version.
8414         * play/fortune.el (fortune) <defgroup>: Add :version.
8415         (fortune-append): Fix error message.
8416         (fortune-from-region): Doc fix.
8418         * play/pong.el (pong): Doc fix.
8420         * play/morse.el: Keywords, commentary, autoloads.
8422 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
8424         * desktop.el (desktop-save): Don't look at symbol-value of a
8425         member of minor-mode-alist, unless it is boundp.
8427 2000-08-16  Sam Steingold  <sds@gnu.org>
8429         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8430         `while'; use `with-current-buffer' instead of `save-excursion'.
8431         Removed unnecessary kludges now that "*Buffer List*" is excluded.
8433 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
8435         * international/ccl.el (declare-ccl-program): Docstring modified.
8436         (ccl-execute-with-args): Likewise.
8438 2000-08-16  Miles Bader  <miles@gnu.org>
8440         * progmodes/sql.el: Add compatibility definition of
8441         comint-line-beginning-position.
8443 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
8445         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8446         'buffer-menu' property.
8447         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8448         fails.
8449         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8450         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8451         wasn't killed.
8453         * buff-menu.el (list-buffers-noselect): Don't display the
8454         *Buffer List* buffer.
8456         * font-lock.el: Require jit-lock to prevent a very late
8457         `Loading jit-lock' message.
8459         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8460         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8461         mail address.
8463 2000-08-15  Miles Bader  <miles@gnu.org>
8465         * textmodes/ispell.el (ispell-graphic-p): New constant.
8466         (ispell-choices-win-default-height, ispell-help): Use
8467         `ispell-graphic-p' instead of `xemacsp'.
8469 2000-08-15  Dave Love  <fx@gnu.org>
8471         * simple.el: Autoload widget-convert when compiling.
8472         (mail-user-agent): Doc fix.
8474         * help.el (function-called-at-point, variable-at-point): Use
8475         with-syntax-table.
8476         (help-manyarg-func-alist): Add insert-and-inherit.
8478         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8480         * delsel.el (delsel-unload-hook): New function.
8482         * find-file.el: Doc fixes.  Move provide to end.
8483         (ff) <defgroup>: Add :link.
8484         (ff-goto-click): Deleted.
8485         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8486         Use mouse-set-point.
8488         * textmodes/tildify.el: Doc fixes.
8489         (tildify) <defgroup>: Add:version.
8491         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8492         (glasses-custom-set): Use set-default, not set.
8493         (minor-mode-alist): Propertize the lighter.
8494         (glasses-mode): Provide optional arg.
8496         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8497         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
8498         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8499         option.  Provide :type.
8500         (cwarn-configuration): Provide :type.
8501         (cwarn-mode): Doc fix.
8503         * add-log.el (change-log-merge): Doc fix.
8504         (change-log-redate): New command.
8506         * net/browse-url.el (browse-url-filename-alist): Add a clause for
8507         Doze and Dog.
8508         (browse-url): Use dolist, not mapcar.
8509         (browse-url-at-point): Check for null url.
8510         (browse-url-event-buffer, browse-url-event-point): Functions
8511         deleted.
8512         (browse-url-at-mouse, browse-url-netscape): Simplify.
8514         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8515         modes.
8516         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8517         Fix previous change to mapcan.
8518         (msb--init-file-alist, msb--add-separators)
8519         (msb--make-keymap-menu): Simplify.
8520         (msb--choose-file-menu): Use copy-sequence.
8521         (msb-mode-map): Add title to keymap.
8522         (msb-unload-hook): New function.
8524         * bs.el: Fix indentation.
8525         (bs) <defgroup>: Add :links.
8526         (bs-show): Doc fix.
8527         (bs-apply-sort-faces): Don't use window-system.
8528         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8530 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
8532         * calendar/timeclock.el (timeclock-file): Run .timelog through
8533         convert-standard-filename.
8535 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8537         * emacs-lisp/authors.el: New file.
8539         * paren.el (show-paren-priority): New user option.
8540         (show-paren-function): Set overlay priorities to
8541         show-paren-priority.
8543 2000-08-14  Miles Bader  <miles@gnu.org>
8545         * comint.el (comint-bol): Use `forward-line 0' instead of calling
8546         beginning-of-line with inhibit-field-text-motion bound.
8548 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
8550         * calendar/timeclock.el: New file.
8552 2000-08-14  David Ponce  <david@dponce.com>
8554         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8555         `widget-button-click'. so that one can use left mouse button to
8556         click on dialog buttons.
8558 2000-08-14  Emmanuel Briot  <briot@gnat.com>
8560         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8561         identifiers, since XML is case sensitive
8563 2000-08-12  Miles Bader  <miles@gnu.org>
8565         * comint.el (comint-output-filter): Don't bother frobbing
8566         window-start, it doesn't seem to be necessary.
8568         * comint.el (comint-send-string, comint-send-region): Make into
8569         real functions.  Snapshot the prompt before sending.
8571 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8573         * info.el (Info-find-emacs-command-nodes): Rewrite to use
8574         technique similar to Info-index, instead of relying on specific
8575         names of relevant Index nodes.
8576         (Info-goto-emacs-command-node): Bind Info-history to nil when
8577         going to the first node found by Info-find-emacs-command-nodes.
8579 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
8581         * menu-bar.el (menu-bar-help-menu): Add a :help string.
8583 2000-08-10  Miles Bader  <miles@gnu.org>
8585         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8587 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8589         * info.el (Info-file-list-for-emacs): More elements for the
8590         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8591         and woman manuals.
8593 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
8595         * comint.el (comint-send-input): Make the newline boundary overlay
8596         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
8597         (comint-output-filter): Use `insert' instead of
8598         `insert-before-markers'.  Extend comint-last-output-overlay when
8599         necessary since we can't rely on insert-before-markers to do it.
8600         * gud.el (gud-filter): Use `with-current-buffer' instead of
8601         save-excursion when inserting the output, so that point gets
8602         updated correctly; the old method relied on a rather dodgy
8603         side-effect of comint-output-filter to avoid the effect of
8604         save-excursion.
8606 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
8608         * files.el (recover-file): Call insert-directory instead of
8609         invoking `ls' directly.
8611 2000-08-10  Miles Bader  <miles@gnu.org>
8613         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8614         (comint-last-prompt-overlay): New variables.
8615         (comint-output-filter): Implement prompt highlighting.
8616         (comint-snapshot-last-prompt): New function.
8617         (comint-send-input): Snapshot the last prompt.
8618         Use comint-highlight-input-face.
8619         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8620         Use defface instead of defcustom.
8621         (send-invisible, comint-send-eof): Snapshot the last prompt.
8622         (comint-delchar-or-maybe-eof): Use comint-send-eof.
8623         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8625 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
8627         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8628         (regexp-opt-group): Use a list of chars for `letters'.
8629         (regexp-opt-charset): `chars' is now a list of chars.
8630         Use a char-table rather than a vector so it works for multibyte chars.
8632         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
8633         Set cvs-minor-current-files to the selected fileinfo.
8634         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8635         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8637 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
8639         * files.el (insert-directory): Don't call access-file on
8640         directories on DOS and Windows.
8642 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
8644         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8645         longer if necessary.
8646         (ccl-embed-code): Call ccl-embed-data to store CODE in
8647         ccl-program-vector.
8649 2000-08-09  Miles Bader  <miles@gnu.org>
8651         * comint.el (comint-output-filter): Properly handle the case where
8652         the text surrounded by comint-last-output-overlay was deleted.
8654 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
8656         * info.el (Info-insert-dir): Use Info-additional-directory-list if
8657         non-nil.
8658         (Info-file-list-for-emacs): Remove "info" from the list because
8659         that leads to trying to use the documentation from file `info'
8660         in various situations where it isn't appropriate, for instance
8661         C-h C-k C-h i.
8663         * ffap.el (ffap-read-file-or-url-internal): Handle case that
8664         DIR and/or STRING are nil.
8666         * progmodes/compile.el (compilation-setup): Make variable
8667         compilation-error-screen-columns buffer-local, as some comment
8668         in the code suggests it should be.
8670         * files.el (auto-mode-interpreter-regexp): New variable.
8671         (set-auto-mode): Use it.
8673         * indent.el (indent-for-tab-command): Doc fix.
8675         * mouse-sel.el (mouse-sel-mode): Doc fix.
8677         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8678         labels.
8680         * help.el (print-help-return-message): When
8681         display-buffer-reuse-frames is set, let the help window been quit,
8682         instead of deleting it, which might delete a reused frame.
8684 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
8686         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8687         rename a directory to a name that differs only by its letter case.
8689 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
8691         * international/quail.el (quail-define-rules): Handle Quail decode
8692         map correctly.  Add code for supporting annotations.
8693         (quail-install-decode-map): New function.
8694         (quail-defrule-internal): New optional arguments decode-map and
8695         props.
8696         (quail-advice): New function.
8698 2000-08-07  Sam Steingold  <sds@gnu.org>
8700         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8701         `defconst', `define-condition', `with-slots'.
8702         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8704 2000-08-03  Miles Bader  <miles@gnu.org>
8706         * comint.el (comint-use-prompt-regexp-instead-of-fields):
8707         New variable.
8708         (comint-prompt-regexp, comint-get-old-input): Document dependence on
8709         comint-use-prompt-regexp-instead-of-fields.
8710         (comint-send-input): Add `input' field property to stuff we send to
8711         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8712         (comint-output-filter): Add `output' field property to process
8713         output, if comint-use-prompt-regexp-instead-of-fields is nil.
8714         (comint-replace-by-expanded-history)
8715         (comint-get-old-input-default, comint-show-output)
8716         (comint-backward-matching-input, comint-forward-matching-input)
8717         (comint-next-prompt, comint-previous-prompt):  Use field
8718         properties if comint-use-prompt-regexp-instead-of-fields is nil.
8719         (comint-line-beginning-position): New function.
8720         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
8721         (comint-replace-by-expanded-history-before-point): Use
8722         comint-line-beginning-position and line-end-position.
8723         (comint-last-output-overlay): New variable.
8724         (comint-mode): Make `comint-last-output-overlay' buffer-local.
8726         * shell.el (shell-prompt-pattern): Doc change.
8727         (shell-backward-command): Use line-beginning-position.
8729         * gud.el (gud-gdb-complete-command): Use
8730         comint-line-beginning-position.
8732         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8733         comint-bol doesn't actually go to the beginning of the line.
8735         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8736         if comint-use-prompt-regexp-instead-of-fields is non-nil.
8737         (try-expand-line-all-buffers): Likewise.
8739         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8740         explicitly matching comint-prompt-regexp.
8741         (sql-copy-column): Use comint-line-beginning-position instead of
8742         explicitly matching comint-prompt-regexp.
8744         * progmodes/octave-inf.el (inferior-octave-complete): Use
8745         comint-line-beginning-position.
8747         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8749         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8750         looking for a prompt, use `forward-line 0' instead of
8751         `beginning-of-line', to avoid getting caught by an input field.
8753 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
8755         * files.el (shell-quote-wildcard-pattern): Make sure to return
8756         PATTERN, in the Unix case.
8758 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
8760         * play/zone.el (zone): Discard any pending input before running
8761         the randomly-chosen pgm.
8763 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
8765         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8766         checking the existence of any multibyte characters.
8768 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
8770         * help.el (describe-mode): Test minor-mode symbol for being
8771         bound before testing its value for being nil.
8773         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8774         `first', `second', and `third'.
8776         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8777         (second): Make it an alias for `cadr'.
8779 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
8781         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8782         types of display support faces now.
8784 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
8786         * pcvs.el (require): Require `cl' during compilation, only.
8788         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8789         (toplevel): Remove `remq' and `remove' from autoloads.
8790         (cl-fake-autoloads): New variable.  If set, arrange for an error
8791         when CL functions etc. are autoloaded.
8793 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
8795         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8797         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8798         popped up, but the user clicks outside the menu, return an empty
8799         regexp (that causes unhighlight-regexp to have no effect).
8801         * menu-bar.el (menu-bar-games-menu): Add Zone.
8803         * hi-lock.el (toplevel): Require font-lock.
8805 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8807         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8808         (ebnf-8-bit-chars): New var for bug fix.
8809         (ebnf-string): Bug fix.
8811 2000-08-03  Sam Steingold  <sds@gnu.org>
8813         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8814         instead of `buffer-string'.
8815         (require 'cl): Always, not just when compiling.
8816         `ignore-errors' in `interactive', `list*', `defun*' &c make this
8817         necessary.
8819 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
8821         * international/mule-cmds.el (select-safe-coding-system): Make
8822         the message text about selecting a safe coding system more clear.
8824 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
8826         * hi-lock.el: New file.
8828         * play/zone.el: New file.
8830         * replace.el (occur): Set tab-width in the *Occur* buffer to the
8831         value of tab-width in the original buffer.  Choose a line number
8832         format that's a multiple of the original buffer's tab width, so
8833         that lines appear right.
8835         * textmodes/ispell.el (ispell): New function, replacing an alias.
8836         Spell-check active region if in transient-mark-mode and mark
8837         is active; otherwise spell-check buffer.
8839 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8841         * ps-mule.el: Fix a customization problem on
8842         ps-mule-font-info-database-default.
8844 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
8846         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8847         display-mouse-p instead of window-system.
8848         (ebrowse-member-mode-map): Ditto.
8850 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8852         * progmodes/ebnf2ps.el: Update ps-print functions call.
8853         Indentation fix.  Doc fix.
8854         (ebnf-version): New version number (3.2).
8855         (ebnf-format-color, ebnf-begin-job): Code fix.
8857 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
8859         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8860         font lock support on window-system.
8861         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8863         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8864         display-color-p, if fboundp, instead of window-system.
8866 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
8868         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8869         instead of window-system.
8871         * wid-edit.el (widget-choose): Use display-mouse-p instead of
8872         window-system.
8873         (widget-choice-mouse-down-action): Use display-popup-menus-p
8874         instead of window-system.
8876         * strokes.el (strokes-file): Run the file name through
8877         convert-standard-filename.
8878         (strokes-mode): Call display-mouse-p instead of looking at
8879         window-system.  Change the error message accordingly.
8881         * progmodes/cpp.el (toplevel): Support faces on tty's.
8883         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8884         (lm-plot-square, lm-init-display): Don't use window-system.
8886         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8887         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8889         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8890         instead of looking at window-system.
8892 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8894         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8895         of testing if iswitchb-prepost-hooks is bound, because the
8896         latter will always be true when invoking a recursive minibuffer
8897         from an active Iswitchb buffer.
8899 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
8901         * files.el (shell-quote-wildcard-pattern): New function.
8902         (insert-directory): Call it.  Only prepend "\" to command on Unix
8903         and GNU/Linux systems.
8905 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
8907         * eshell/esh-groups.el: Change custom :link file names
8908         from `eshell.info' to `eshell'.
8910 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
8912         * dired.el (dired-build-subdir-alist): Expand subdirectory names
8913         correctly in recursive ange-ftp listings.
8915 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8917         * ps-print.el: Fix bug 1: if ps-font-size-internal,
8918         ps-header-font-size-internal and
8919         ps-header-title-font-size-internal variables are not set,
8920         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
8921         face text property is (foreground-color . COLOR) or
8922         `(background-color . COLOR)', ps-print crashes.  Doc fix.
8923         (ps-print-version): New version number (5.2.4).
8924         (ps-plot-region): Code fix.
8925         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8926         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8927         Bug fix 2.
8929 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
8931         * glasses.el (glasses-make-readable): Fix uncapitalization of
8932         identifiers like `myXMLDocument'.
8934 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
8936         * mail/mail-hist.el (mail-hist-previous-input)
8937         (mail-hist-next-input): Do the obvious code factorization.
8938         (mail-hist-retrieve-and-insert): New func, contains common
8939         code of above two.
8940         If inserting a message body, leave point at top.
8942 2000-07-28  Sam Steingold  <sds@gnu.org>
8944         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8945         Use `<=', not `<' to compare times!
8946         (ange-ftp-ls): Remove.
8948 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
8950         * play/cookie1.el: Add explanation of how to make cookie.el
8951         compatible with strfile(1) to comment.
8953         * subr.el (remove, remq): New functions.
8955         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8956         escape `*' in regexps.
8957         (midnight-find): Reverse order of arguments in the funcall of
8958         TEST.
8960         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8961         and `.class'.
8963         * play/meese.el: Add Commentary section.
8965 2000-07-27  Alex Schroeder  <alex@gnu.org>
8967         * sql.el (sql-ms): Added autoload cookie.
8968         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8969         (sql-oracle): Ditto.
8970         (sql-help): Doc change.
8972         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8973         types and exceptions.
8975 2000-07-27  Alex Schroeder  <alex@gnu.org>
8977         * sql.el (sql-placeholder-history): New variable.
8978         (sql-query-placeholders-and-send): New function that will query
8979         the user and replace placeholders with user input.
8980         (sql-oracle): If running on NT, set comint-input-sender to
8981         sql-query-placeholders-and-send.
8983         (sql-stop): If in the SQLi buffer, insert stop notification, else
8984         present it as a message.
8986 2000-07-27  Alex Schroeder  <alex@gnu.org>
8988         * sql.el (sql-input-ring-separator): Doc change.
8989         (sql-input-ring-file-name): Doc change.
8990         (sql-interactive-mode): Use `sql-input-ring-separator' and
8991         `sql-input-ring-file-name' to set the comint-mode equivalents
8992         without making them local variables.
8993         (sql-stop): Don't bind `sql-input-ring-separator' and
8994         `sql-input-ring-file-name' dynamically to their comint-mode
8995         equivalents.
8997 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
8999         * international/mule.el (register-char-codings): New function.
9000         (make-coding-system): Handle `safe-chars' specification in the arg
9001         PROPERTY.
9003         * international/mule-cmds.el
9004         (find-coding-systems-region-subset-p): This function deleted.
9005         (sort-coding-systems-predicate): New variable.
9006         (sort-coding-systems): New function.
9007         (find-coding-systems-region): Use
9008         find-coding-systems-region-internal.
9009         (find-coding-systems-string): Use find-coding-systems-region.
9010         (find-coding-systems-for-charsets): Check
9011         char-coding-system-table.
9012         (select-safe-coding-system-accept-default-p): New variable.
9013         (select-safe-coding-system): Mostly rewritten.  New argument
9014         ACCEPT-DEFAULT-P.
9015         (select-message-coding-system): Call select-safe-coding-system
9016         with ACCEPT-DEFAULT-P arg.
9017         (reset-language-environment): Reset default-sendmail-coding-system
9018         to the default value iso-latin-1.
9019         (set-language-environment): Don't set the obsolete variable
9020         charset-origin-alist.
9022         * international/codepage.el (cp-coding-system-for-codepage-1):
9023         Give `safe-chars' property to make-coding-system.
9025         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9026         calling select-message-coding-system twice.
9028         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9029         instead of `safe-charsets'.
9030         (cyrillic-alternativnyj): Likewise.
9031         (ccl-encode-alternativnyj): Don't check the charset
9032         cyrillic-iso8859-5.
9034 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
9036         * composite.el (compose-chars-after): Preserve match data.
9038 2000-07-26  Sam Steingold  <sds@gnu.org>
9040         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9041         (ange-ftp-real-file-newer-than-file-p): New function.
9042         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9043         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9045         * tooltip.el (tooltip-float-time): Removed (use `float-time').
9046         * midnight.el (midnight-float-time): Ditto.
9048 2000-07-26  Andreas Schwab  <schwab@suse.de>
9050         * files.el (normal-backup-enable-predicate): Correct
9051         interpretation of the return value of compare-strings.
9053 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
9055         * isearch.el (isearch-resume): New function.
9056         (isearch-done): Add something to command-history to resume
9057         the search.
9058         (isearch-yank-line, isearch-yank-word): Use
9059         buffer-substring-no-properties instead of buffer-substring.
9061         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9062         of flyspell-mouse-map.
9064         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9065         duplicate definition.
9066         (makefile-mode): Remove duplicate setting of local-abbrev-table.
9068         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9069         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9071 2000-07-25  Sam Steingold  <sds@gnu.org>
9073         * net/ange-ftp.el: Get modtime over the net.
9074         (ange-ftp-file-modtime): New function.
9075         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9076         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9077         Use it.
9078         (ange-ftp-dot-to-slash): New function.
9079         (ange-ftp-fix-name-for-vms): Use it.
9081         * midnight.el (midnight-buffer-display-time): Use
9082         `with-current-buffer'.
9084 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
9086         * find-dired.el: Update copyright notice.
9087         (find-dired): Offer to kill a running `find'.
9089         * enriched.el (enriched-face-ans): For a `foreground-color'
9090         property, return '(("x-color" COLOR))' so that COLOR will be
9091         output as a parameter of the x-color annotation.  Likewise for the
9092         `background-color' property.  In the case of normal face
9093         properties, don't return annotations for unspecified foreground
9094         and background face attributes.
9096 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
9098         * language/japan-util.el (japanese-katakana-region): Fix handling
9099         HANKAKU argument.
9101 2000-07-25  Miles Bader  <miles@gnu.org>
9103         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9104         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
9105         constrain-to-field.
9107 2000-07-24  Andrew Innes  <andrewi@gnu.org>
9109         * timer.el (timer-activate-when-idle): Add optional parameter
9110         DONT-WAIT.  Update docstring.
9111         (run-with-idle-timer): Specify extra parameter to
9112         timer-activate-when-idle, so that timer will be activated
9113         immediately if Emacs is already idle.
9115         * w32-fns.el (w32-using-nt): Fix docstring.
9117 2000-07-24  Dave Love  <fx@gnu.org>
9119         * mouse.el (popup-menu): Set last-command-event.
9120         (mouse-major-mode-menu-prefix): Declare.
9122 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
9124         * textmodes/flyspell.el: Update to author's version 1.5d.
9126         * progmodes/hideshow.el: Update copyright notice.
9128         * vcursor.el: Set maintainer to FSF, since author cannot
9129         be reached.
9131 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
9133         * info.el (Info-goto-emacs-key-command-node): Leave a space after
9134         the prompt.
9136         * mouse.el (popup-menu): Run the keymap through indirect-function,
9137         in case it was defined with define-prefix-key.  If the menu is a
9138         list of keymaps, look up the binding of user's choice in each one
9139         of the keymaps.
9140         (mouse-popup-menubar): If the global and local menu-bar keymaps
9141         don't have a prompt string, create one and insert it into the
9142         keymap.  Don't barf if current-local-map returns nil.
9144 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
9146         * dired.el (dired-sort-R-check): Added to allow recursive listing
9147         to be undone.
9148         (dired-sort-other): Use it.
9150 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9152         * Release of cc-mode 5.27
9154 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9156         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9157         c-beginning-of-statement-1 that caused a bad case of recursion
9158         which could consume a lot of CPU in large classes in languages
9159         that have in-expression classes (i.e. Java and Pike).
9161         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9162         statements before top level constructs (i.e. case 6 is moved
9163         before case 5 and is now case 4) to catch in-expression
9164         classes in top level expressions correctly.
9166 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9168         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9169         objc-method-intro. Case 4 removed and case 5I added.
9171         * cc-langs.el (c-append-paragraph-start): New variable used by
9172         c-common-init to get paragraph-start correct.
9173         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9174         initialize paragraph-start to make it correct both with and
9175         without the javadoc special case.
9177         * cc-mode.el (java-mode): Use c-append-paragraph-start to
9178         initialize paragraph-start for javadoc markup.
9180         * cc-vars.el (c-style-variables-are-local-p): Incompatible
9181         change by defaulting this to t.  It's motivated by the
9182         confusing behavior that otherwise arise from the style system
9183         when editing both java and non-java files at the same time
9184         (see the comments about style setting in c-common-init).
9186 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9188         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9189         similar to the one in c-fill-paragraph to check the fill
9190         prefix from the adaptive fill function for sanity.
9192 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9194         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9195         defun block.
9197 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9199         * cc-mode.texi Documented the change of cpp-macro.
9201 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9203         * cc-align.el (c-lineup-multi-inher): Handle lines with
9204         leading comma nicely. Extended to handle member initializers
9205         too.
9207         * cc-engine.el: (c-beginning-of-inheritance-list,
9208         c-guess-basic-syntax): Fixed recognition of inheritance lists
9209         when the lines begins with a comma.
9211         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9213         * cc-vars.el (c-offsets-alist): Changed default for
9214         member-init-cont to c-lineup-multi-inher since it now handles
9215         member initializers and indents better for leading commas.
9217 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9219         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9220         handling that caused class open lines to be recognized as
9221         statement-conts in some cases.
9223         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9224         guessed by the adaptive fill function unless point is on the
9225         first line of a block comment.
9227         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9228         when the buffer ends with a macro continuation char.
9230         * cc-engine.el (c-guess-basic-syntax): Added support for
9231         function definitions as statements in Pike.  The first
9232         statement in a lambda block is now labeled defun-block-intro
9233         instead of statement-block-intro.
9235         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9236         so that the class surrounding point is selected, not the one
9237         innermost in the state.
9239         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9240         recognition of switch labels having hanging multiline
9241         statements.
9243         * cc-engine.el (c-beginning-of-member-init-list): Broke out
9244         some code in c-guess-basic-syntax to a separate function.
9245         * cc-engine.el (c-just-after-func-arglist-p): Fixed
9246         recognition of member inits with multiple line arglists.
9247         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9248         member-init-cont when the commas are in funny places.
9250 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9252         * cc-defs.el (c-auto-newline): Removed this macro since it's
9253         not used anymore.
9255         * cc-engine.el (c-looking-at-bos): New helper function.
9256         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9257         inexpr and toplevel classes apart in Pike.
9259         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9260         of case 9A.
9262         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9263         constant, since "class" can introduce an in-expression class
9264         in Pike nowadays.
9266 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9268         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9269         indentation on cpp-macro lines.
9271         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9272         a syntax modifier like comment-intro, to make it possible to
9273         get syntactic indentation for preprocessor directives.  It's
9274         incompatible wrt to lineup functions on cpp-macro, but it has
9275         no observable effect in the 99.9% common case where cpp-macro
9276         is set to -1000.
9278 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9280         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9281         member-init-cont when the preceding arglist is several lines.
9283 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9285         * cc-styles.el (c-style-alist): The basic offset for the BSD
9286         style corrected to 8.
9288 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9290         * cc-styles.el (c-style-alist): Adjusted the indentation of
9291         brace list openers in the gnu style.
9293 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9295         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9297         * cc-cmds.el (c-electric-brace, c-electric-slash,
9298         c-electric-star, c-electric-semi&comma, c-electric-colon,
9299         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9300         when c-syntactic-indentation is nil.
9302         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9303         we were left at comments preceding the first statement when
9304         reaching the beginning of the buffer.
9306         * cc-vars.el (c-syntactic-indentation): New variable to turn
9307         off all syntactic indentation.
9309 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9311         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9312         between the text and the block comment ender when it hangs,
9313         depending on how many there are before the fill.
9315 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9317         * cc-engine.el (c-beginning-of-closest-statement): New helper
9318         function to go back to the closest preceding statement start,
9319         which could be inside a conditional statement.
9320         * cc-engine.el (c-guess-basic-syntax): Use
9321         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9323         * cc-engine.el (c-guess-basic-syntax): Better handling of
9324         arglist-intro, arglist-cont-nonempty and arglist-close when
9325         the arglist is nested inside parens.  Cases 7A, 7C and 7F
9326         changed.
9328         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9329         up-to-date with javadoc 1.2.
9331 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9333         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9334         multiline Pike type decls.
9336 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9338         * cc-cmds.el (c-indent-new-comment-line): Always break
9339         multiline comments in multiline mode, regardless of
9340         comment-multi-line.
9342 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9344         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9345         fully::qualified::names in C++ member init lists.  Preamble in
9346         case 5D changed.
9348 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9350         * cc-langs.el (c-common-init): Handling of obsolete variables
9351         moved to c-initialize-cc-mode.  More compatible style override
9352         when using global style variables.
9353         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9354         variables moved here.
9356         * cc-mode.texi: Documented the special behavior of
9357         c-special-indent-hook as a style variable.  Don't talk about
9358         doing (c-make-styles-buffer-local t) in a mode hook, since
9359         that's already too late to work right.
9361         * cc-styles.el (c-make-styles-buffer-local): Flag style
9362         variable localness in c-style-variables-are-local-p to make
9363         the compatibility measure in c-common-init work well.
9365         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9366         longer contain set-from-style.
9367         * cc-styles.el (c-initialize-builtin-style): Don't check for
9368         set-from-style on c-special-indent-hook.
9369         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
9370         copy-alist is sufficient now.
9372         * cc-styles.el (c-set-style, c-set-style-1,
9373         c-get-style-variables): Fixes to variable initialization so
9374         that duplicate entries in styles have the same effect
9375         regardless of DONT-OVERRIDE.
9377         * cc-styles.el (c-set-style-2): Fixed bug where the
9378         initialization of inheriting styles failed when the
9379         dont-override flag is set.
9381         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9382         on this.
9384 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
9386         * cc-defs.el (c-forward-comment): Removed the workaround
9387         introduced in 5.38 since it had worse side-effects.  If a line
9388         contains the string "//\"", it regarded the // as a comment
9389         start since the \ temporarily doesn't have escape syntax.
9391 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9393         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9394         ada-xref.el before ada-prj.el, so that the Project menu is created
9395         when ada-prj tries to add to it.
9396         (ada-activate-keys-for-case): Suppress the characters that are not
9397         part of the Ada syntax. Better compatibility with else-mode
9398         (ada-adjust-case-interactive): When auto-casing is not active,
9399         correctly insert newlines (used to insert only ^M).  Prevent the
9400         syntax table from being changed in case of an error
9401         (or '_' becomes part of a word and some commands are confused).
9402         Do nothing if ada-auto-case is nil.
9403         (ada-after-keyword-p): Ignore keywords that are also attributes
9404         (ada-batch-reformat): Update usage comment
9405         (ada-call-from-contextual-menu): New function
9406         (ada-case-read-exceptions): Reinitialize the casing exception list
9407         first to nil first, so that the casing exception file can be
9408         shared.
9409         (ada-check-defun-name): Handles "configure" keyword for gnatdist
9410         files.
9411         (ada-compile-goto-error): Fix regexp used to detect a file:line
9412         anywhere in the error message
9413         (ada-contextual-menu-last-point): New variable
9414         (ada-create-keymap): If the variable delete-key-deletes-forward is
9415         t on XEmacs, it means that DEL should delete one character
9416         forward.
9417         (ada-create-menu): Use :included instead of :visible for XEmacs.
9418         New submenu "Options".
9419         (ada-end-stmt-re): Correctly indent "select ... then abort"
9420         statements.
9421         (ada-fill-comment-paragraph): Correctly delete all leading '--'
9422         even if they don't match ada-fill-comment-prefix Fix handling of
9423         paragraphs on the first or last line of a file.
9424         (ada-format-paramlist): Fix handling of default parameter values.
9425         (ada-get-body-name): New function.
9426         (ada-get-current-indent): Optimized by searchling directly for an
9427         existing generic part or a statement outside of it.  Handle
9428         ada-indent-align-comments when indenting comments Replaced some
9429         regexps by testing directly the next character. This results in a
9430         huge speedup on some files.  New indentation scheme for renames
9431         statements.  Stop looking for the 'while' or 'for' associated with
9432         a 'loop' at the first semicolon encountered.  A "return" can also
9433         match an anonymous access subprogram declaration.
9434         (ada-get-indent-noindent): Ignore strings and comments when
9435         looking for the keywords "record" and "private".
9436         (ada-goto-matching-decl-start): When matching "if", make sure we
9437         are not in fact seeing "end if".  Ignore "when" statements except
9438         when initial keyword was "begin".  Fix handling of nested
9439         procedures.  Add a recursive call to this function to skip over
9440         other 'end' statmts.  Fix indentation for "when .. => begin"
9441         (ada-in-open-paren-p): Fix indentation for complex boolean
9442         expressions, where 'and then', 'or else' and parenthesis
9443         statements are mixed up.
9444         (ada-in-paramlist-p): Skip comments while searching for the
9445         beginning Fix handling of operator declarations.
9446         (ada-indent-align-comments): New variable
9447         (ada-indent-current): Change the syntax table only in the
9448         protected section, so that we are sure it is restored correctly.
9449         (ada-indent-on-previous-lines): Use ada-use-indent and
9450         ada-with-indent Correctly indent "select ... then"
9451         (ada-indent-region): Slight speedup.
9452         (ada-indent-renames): New variable.
9453         (ada-last-which-function-subprog, ada-last-which-function-line):
9454         New variables
9455         (ada-looking-at-semi-private): Correctly indent the 'private'
9456         keyword when it is the first word in a package declaration.
9457         (ada-loose-case-word): Stop searching if at the end of the buffer.
9458         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9459         even if point is not initially at the end of the word.
9460         (ada-matching-decl-start-re): Add "when".
9461         (ada-mode): Add support for abbrev-mode, outline-mode and
9462         which-func-mode Override the old find-file.el entry in
9463         ff-special-constructs since it is using the obsolete
9464         ada-spec-suffix variable
9465         (ada-no-auto-case): New function
9466         (ada-scan-paramlist): When parsing the argument type, accept
9467         spaces (as in "X 'Class", generated by Rational Rose).
9468         (ada-other-file-name): No longer loads the other file.
9469         (ada-popup-menu): Save and restore the current buffer and cursor
9470         position before and after displaying the menu.
9471         (ada-search-ignore-complex-boolean): New function.
9472         (ada-uncomment-region): Emacs21 already knows how to delete
9473         comments not starting in the first column.
9474         (ada-use-indent): New variable
9475         (ada-which-function): New function.
9476         (ada-with-indent): New variable
9477         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9478         can be batch-compiled from the command line.
9480         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9481         Add to the menu when the file is loaded, not in ada-mode-hook.
9482         Add -toolbar to the default ddd command Switches moved from
9483         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9484         ada-prj-default-comp-opt
9485         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9486         Reference Manual to the menu
9487         (ada-check-current): rewritten as a call to ada-compile-current
9488         (ada-compile): Removed.
9489         (ada-compile-application, ada-compile-current, ada-check-current):
9490         Set the compilation-search-path so that compile.el automatically
9491         finds the sources in src_dir.  Automatic scrollong of the
9492         compilation buffer.  C-uC-cC-c asks for confirmation before
9493         compiling
9494         (ada-compile-current): New parameter, prj-field
9495         (ada-complete-identifier): Load the .ali file before doing
9496         processing
9497         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9498         conform to gnatmake's behavior.
9499         (ada-find-file-in-dir): New function
9500         (ada-find-references): Set the environment variables for gnatfind
9501         (ada-find-src-file-in-dir): New function.
9502         (ada-first-non-nil): Removed
9503         (ada-gdb-application): Add support for jdb, the java debugger.
9504         (ada-get-ada-file-name): Load the original-file first if not done
9505         yet.
9506         (ada-get-all-references): Handles the new ali syntax (parent types
9507         are found between <>).
9508         (ada-initialize-runtime-library): New function
9509         (ada-mode-hook): Always load a project file when a file is opened,
9510         so that the casing exceptions are correctly read.
9511         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9512         (ada-parse-prj-file): Use find-file-noselect instead of find-file
9513         to open the project file, since the latter does not work with
9514         speedbar Get default values before loading the prj file, or the
9515         default executable file name is wrong.  Use the absolute value of
9516         src_dir to initialize ada-search-directories and
9517         compilation-search-path,...  Add the standard runtime library to
9518         the search path for find-file.
9519         (ada-prj-default-debugger): Was missing an opening '{'
9520         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9521         variables.
9522         (ada-prj-default-gnatmake-opt): New variable
9523         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9524         buffers, the project file is the default one Save the windows
9525         configuration before displaying the menu.
9526         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9527         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9528         ...)  regexp-quote identifiers names to support operators +,
9529         -,... in regexps.
9530         (ada-remote): New function.
9531         (ada-run-application): Erase the output buffer before starting the
9532         run Support remote execution of the application.  Use
9533         call-process, or the arguments are incorrectly parsed
9534         (ada-set-default-project-file): Reread the content of the active
9535         project file, not the one from the current buffer When a project
9536         file is set as the default project, all directories are
9537         automatically associated with it.
9538         (ada-set-environment): New function
9539         (ada-treat-cmd-string): New special variable ${current}
9540         (ada-treat-cmd-string): Revised.  The substitution is now done for
9541         any ${...} substring
9542         (ada-xref-current): If no body was found, compiles the spec
9543         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9544         compiler to get rid of command line length limitations.
9545         (ada-xref-get-project-field): New function
9546         (ada-xref-project-files): New variable
9547         (ada-xref-runtime-library-specs-path)
9548         (ada-xref-runtime-library-ali-path): New variables
9549         (ada-xref-set-default-prj-values): Default run command now does a
9550         cd to the build directory.  New field: main_unit Provide a default
9551         file name even if the current buffer has no prj file.
9553         * ada-prj.el:
9554         Rewritten to show a tabbed-dialog.
9555         (ada-prj-add-ada-menu): Remove the map and name parameters.
9556         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9557         New function
9558         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9559         (ada-prj-load-from-file): New function
9560         (ada-prj-save): Always save fields that depend on the current buffer
9561         (ada-prj-show-value): New function
9563         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9564         Ada mode. This will allow us to display the Ada menu in any buffer
9565         we want (for project items).
9566         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9567         number of spaces in the header.
9569 2000-07-24  Dave Love  <fx@gnu.org>
9571         * ediff-init.el (ediff-region-help-echo): Bind face-help.
9573 2000-07-23  Noah Friedman  <friedman@splode.com>
9575         * type-break.el (type-break): perform autosave.
9576         Suggested by Stephen Gildea <gildea@intouchsys.com>.
9577         (type-break-do-query): Cancel query schedule while performing
9578         actual query, to avoid possibility of a second query being made
9579         while first one is already in progress.
9580         (type-break-time-stamp-format): New variable.
9581         (type-break-time-stamp): New function.
9582         (type-break-time-warning): Use it.
9583         (type-break-keystroke-warning): Use it.
9584         (type-break-noninteractive-query): Use it.
9586         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9587         cookie.
9588         Use add-minor-mode to set minor-mode-alist, if available.
9589         (eldoc-echo-area-use-multiline-p): New user option.
9590         (eldoc-echo-area-multiline-supported-p): New variable.
9591         (eldoc-docstring-format-sym-doc): Use them.
9592         (eldoc-mode): If not using idle timers, append to local post and
9593         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
9594         (eldoc-display-message-no-interference-p): Don't interfere with
9595         edebug.
9596         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9597         (eldoc-function-arglist): New function.
9598         (eldoc-function-argstring): Use it.
9600         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9601         auto save directory exists before calling directory-files.
9603 2000-07-23  Dave Love  <fx@gnu.org>
9605         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9606         ^o, ^u.
9608 2000-07-21  Dave Love  <fx@gnu.org>
9610         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9611         now passed to the function.  It now works properly.
9613         * smerge-mode.el (smerge-mode-menu): Fill it out.
9615 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
9617         * info-look.el (info-lookup): If *info* is shown in another frame
9618         on the same display, select that frame, instead of switching to
9619         the Info buffer in another window of the selected frame.
9621         * simple.el (universal-argument-map): Bind numeric keypad keys
9622         kp-0 to kp-9 and kp-subtract.
9623         (digit-argument): Handle these keys.
9625 2000-07-20  Dave Love  <fx@gnu.org>
9627         * net/goto-addr.el (goto-address-fontify): Don't bother with
9628         buffer-modified and read-only stuff -- irrelevant with overlays.
9629         Put an extra property on the overlays and use it to clean up in
9630         case goto-address is re-run.
9632 2000-07-19  Richard M. Stallman  <rms@gnu.org>
9634         * timer.el (run-with-idle-timer): Doc fix.
9636         * mail/mail-utils.el (mail-strip-quoted-names):
9637         Handle case where <...> appears inside "...".
9638         Use replace-match to edit the string more simply.
9639         (rmail-dont-reply-to): Cope with an unmatched ".
9641 2000-07-19  Dave Love  <fx@gnu.org>
9643         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9644         implementation.
9646         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9647         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9648         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9650 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
9652         * textmodes/refer.el: Correct maintainer's email address.
9654         * progmodes/hideif.el: Correct author's email address.
9655         Fix typo in comment.
9657         * xml.el: New file.
9659         * mail/mailheader.el: Correct author's mail address.
9661         * gnus/parse-time.el: Correct author's mail address.
9663 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
9665         * comint.el (comint-highlight-input, comint-highlight-face):
9666         New user options.
9667         (comint-input-ring-file-name): Change custom type.
9668         (comint-mode-map): Bind mouse-2.
9669         (comint-insert-clicked-input): New function.
9670         (comint-send-input): Handle input highlighting.
9672 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
9674         * mouse.el (popup-menu): New function.
9675         (mouse-major-mode-menu): Use it.
9677 2000-07-18  Dave Love  <fx@gnu.org>
9679         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9680         improvements.
9682 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9684         * faces.el (face-font-selection-order)
9685         (face-font-family-alternatives): Add custom type.
9687 2000-07-18  Dave Love  <fx@gnu.org>
9689         * cus-edit.el (custom-variable-reset-saved)
9690         (custom-variable-reset-standard): Remove unused bindings.
9692         * rect.el (open-rectangle-line): Remove unused let.
9694         * hl-line.el (hl-line-highlight): Check hl-line-mode.
9696 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9698         * cdl.el: Fix `Maintainer' keyword.
9700         * play/pong.el: Add author's email address.
9702 2000-07-17  Sam Steingold  <sds@gnu.org>
9704         * files.el (insert-directory): Call `split-string' instead of
9705         re-implementing it.
9707 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
9709         * mail/vms-pmail.el: Change maintainer to FSF.
9711         * net/goto-addr.el: Change maintainer to FSF.
9713         * info.el (Info-title-face-alist): Removed.
9715 2000-07-18  David Ponce  <david@dponce.com>
9717         * recentf.el (recentf-open-files): New command that works like
9718         `recentf-open-more-files', but shows the whole list of files (not just
9719         those omitted from the menu). Useful if you don't use a menu-bar!
9720         (recentf-open-more-files) Modified to use `recentf-open-files'.
9722         (recentf-open-files, recentf-open-more-files)
9723         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9725         (recentf-dialog-mode): New mode for dialogs. You can now just type
9726         "q" to cancel the dialogs.
9728 2000-07-18  David Ponce  <david@dponce.com>
9730         * recentf.el: This is a major update of recentf.el. It adds new
9731         features to better organize the recentf menu and "More..." buffer.
9733         Using new provided menu filtering functions you can now organize the
9734         recent files list:
9736         - by major modes
9737         - by directories
9738         - by user defined rules
9740         Finally, with the new `recentf-filter-changer' customizable filter you
9741         can define a ring of filters and dynamically (via the menu) cycle on
9742         each menu organization in the ring (a la msb).
9744 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
9746         * eshell/eshell.el (eshell): Replace links to eshell.info with
9747         links to eshell, to avoid problems on systems where the manual is
9748         installed as `eshell'.
9749         * eshell/esh-cmd.el (eshell-cmd): Ditto.
9750         * eshell/em-smart.el (eshell-smart): Ditto.
9751         * eshell/em-banner.el (eshell-banner): Ditto.
9752         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9754         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9755         same-file check in the MS-DOS version (it does support inodes).
9757         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9759         * eshell/eshell.el (eshell-directory-name):
9760         Run default directory name through convert-standard-filename.
9762 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
9764         * international/mule-cmds.el (select-safe-coding-system):
9765         Fix typo in the comment.
9767         * language/european.el (compound-text):
9768         Force katakana-jisx0201 to be designated to G1.
9770         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9771         Don't translate some national variant characters of latin-jisx0201.
9772         (x-ctext): Force katakana-jisx0201 to be designated to G1.
9774         * international/kkc.el (kkc-after-update-conversion-functions):
9775         New variable.
9776         (kkc-update-conversion): Run functions in it at the tail.
9778 2000-07-16  John Wiegley  <johnw@gnu.org>
9780         * lisp/align.el (align-newline-and-indent):
9781         Adding new function.  for auto-aligning blocks of code on RET.
9782         (align-region): Fixed badly formatted minibuffer message.
9784 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
9786         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9787         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
9788         the conversion list at first if appropriate.
9789         (kkc-next): Don't update kkc-next-count here.
9790         (kkc-prev): Don't update kkc-prev-count here.
9791         (kkc-show-conversion-list-update): Fix setting up of conversion
9792         list message.
9794 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9796         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9798 2000-07-16  Dave Love  <fx@gnu.org>
9800         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9801         function to be more specific.
9803         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9804         non-string help-echo.
9805         (widget-types-convert-widget): Defsubst it.
9806         (widget-echo-help): Try to cope with a help-echo function of two
9807         possible sorts.
9809 2000-07-15  Jason Rumney  <jasonr@gnu.org>
9811         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9812         Declare as obsolete.
9814         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9816 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
9818         * hilit-chg.el: Fix typo.
9820 2000-07-14  Dave Love  <fx@gnu.org>
9822         * info.el (Info-mode-menu): Fix use of :help, :enable.
9824 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
9826         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9828 2000-07-13  Dave Love  <fx@gnu.org>
9830         * emacs-lisp/easymenu.el: Doc fixes.
9831         (easy-menu-remove): Defalias to ignore.
9833         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9834         Call throw correctly.
9836 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
9838         * faces.el (frame-background-mode): Doc fix.
9840         * simple.el (eval-expression-print-length): Change custom type to
9841         allow entering nil as value.
9843 2000-07-13  Dave Love  <fx@gnu.org>
9845         * progmodes/fortran.el (fortran-imenu-generic-expression):
9846         Change definition layout.
9847         (fortran-mode-menu): Reinstate customize entries.
9849         * cus-edit.el (custom-group-menu-create, customize-menu-create):
9850         Use :filter, per old XEmacs code.
9852 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
9854         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9855         event when deciding what to send to the terminal.
9857 2000-07-12  Dave Love  <fx@gnu.org>
9859         * cus-start.el: Add optional version as 4th element of specs and
9860         use it for several things new in v21.  Remove load-path.  Fix type
9861         of line-number-display-limit.
9863 2000-07-11  Dave Love  <fx@gnu.org>
9865         * progmodes/fortran.el: Don't require easymenu.
9866         Use repeat counts in various regexps.
9867         (fortran-mode-syntax-table): Defvar directly.
9868         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9869         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9870         Use defvar, not defconst.
9871         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
9872         (fortran-mode): Set fortran-comment-line-start-skip,
9873         fortran-comment-line-start-skip, dabbrev-case-fold-search.
9874         (fortran-comment-indent): Use defsubst.
9875         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9876         Use fortran-comment-indent, not fortran-comment-indent-function.
9877         (fortran-comment-region, fortran-electric-line-number): Simplify.
9878         (fortran-auto-fill): New function.
9879         (fortran-do-auto-fill): Deleted.
9880         (fortran-find-comment-start-skip):
9881         Check for non-null comment-start-skip.
9882         (fortran-auto-fill-mode, fortran-fill-statement):
9883         Use fortran-auto-fill.
9884         (fortran-fill): Use fortran-auto-fill.  Check for null
9885         comment-start-skip.  Simplify final clause and use end-of-line finally.
9887         * widget.el (widget-plist-member): New alias.
9889 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
9891         * eshell/esh-module.el (toplevel): Reference
9892         byte-compile-current-file only if it is bound.
9894 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
9896         * dired.el: Don't require `dired-aux'.
9898 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
9900         * dired-aux.el (dired-show-file-type): New function.
9901         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9902         (dired-show-file-type): Add autoload.
9904 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
9906         * international/mule-diag.el (describe-font): Adjusted for the
9907         change of fontset-info.
9908         (print-fontset): Likewise.
9910 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
9912         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9914 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
9916         * bindings.el: Bind `[delete]' to delete-char.
9918         * dired.el (dired-find-alternate-file): New function.
9919         (dired-mode-map): Bind `a' to dired-find-alternate-file.
9920         (toplevel): Require dired-aux when compiling.
9921         (dired-buffers): Move defvar within file to avoid compiler warning.
9923         * info.el (Info-last-search): Variable removed.
9924         (Info-search-history): New variable.
9925         (Info-search): New Info-search-history.
9927         * battery.el, info-look.el: Change author's mail address.
9929 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9931         * mail/rmail.el (rmail-clear-headers): Don't throw an error
9932         if rmail-ignored-headers is nil.
9933         (rmail-retry-failure): Bind rmail-ignored-headers and
9934         rmail-displayed-headers to nil.
9936 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
9938         * lpr.el (lpr-page-header-switches): Add `-h' switch.
9939         (print-region-1): Don't hard code `-h' here.
9941         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9943 2000-07-01  Francesco Potorti`  <pot@gnu.org>
9945         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9946         exim can use "your message" instead of "the message".
9948 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
9950         * facemenu.el: Docstrings fixes.
9951         (facemenu-get-face): Don't use internal-find-face.
9952         (facemenu-iterate): Rename arg to match the docstring.
9954         * newcomment.el (uncomment-region): Be more careful when skipping
9955         backwards over `=' not to bump into BOBP.
9957 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
9959         * ediff-diff.el (ediff-wordify): Use syntax table.
9960         * ediff-init.el (ediff-has-face-support-p): Use
9961         ediff-color-display-p.
9962         (ediff-color-display-p): Use display-color-p, changed to defun
9963         from defsubst.
9964         Got rid of special cases for NeXT and OS/2.
9965         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9966         face.
9968 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
9970         * emacs-lisp/lucid.el: Require CL.
9971         (copy-tree, remprop): Remove, it's provided by CL.
9972         (map-keymap): Define in terms of cl-map-keymap.
9973         (extent-property, set-extent-end-glyph): New functions.
9975         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9977 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
9979         * Makefile.in (DONTCOMPILE): Add comment that the name may
9980         not be changed without changing the make-dist script.
9982         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9983         (cl-mapc): Use mapc instead of cl-old-mapc.
9985 2000-07-05  Andrew Innes  <andrewi@gnu.org>
9987         * makefile.nt: Add support for `bootstrap' and related targets.
9989 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
9991         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9992         (easy-menu-do-define): Use `menu-item' format.
9993         Handle case where easy-menu-create-menu returns a symbol.
9994         Manually call the potential top-level filter in the function binding.
9995         (easy-menu-filter-return): New arg NAME.
9996         Convert to a keymap if MENU is an XEmacs menu.
9997         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
9998         (easy-menu-converted-items-table, easy-menu-convert-item):
9999         New var and fun to memoize easy-menu-convert-item-1.
10000         (easy-menu-do-add-item): Use it.
10001         (easy-menu-create-menu): Use easy-menu-convert-item.
10002         Wrap easy-menu-filter-return around any :filter specification.
10003         Don't convert the menu if a filter was specified.
10004         Tell easy-menu-make-symbol not to check for MENU being an expression.
10005         (easy-menu-make-symbol): New arg NOEXP.
10007 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
10009         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10010         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10011         (eval-defun): If called with prefix arg, instrument code for
10012         Edebug.
10014         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10015         similar to that of eval-defun.
10017 2000-07-04  Dave Love  <fx@gnu.org>
10019         * hl-line.el (hl-line-overlay): Make it permanent-local.
10021         * calendar/todo-mode.el: Replaced with a working version, based on
10022         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10024 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
10026         * paths.el (prune-directory-list): New function.
10027         (Info-default-directory-list): Rewritten to more methodically
10028         enumerate a big list of possible info directories (based on the
10029         list used by the standalone info reader).
10031         * info.el (info-initialize): Use prune-directory-list to remove
10032         non-existent directories from Info-directory-list.
10034         * paths.el (Info-default-directory-list): Try a list of possible
10035         info-directories instead of a single one.  Add the possible
10036         info directory "/usr/share/info".
10038         * woman.el (woman-man.conf-path): Explicitly include the debian
10039         man-db config file "/etc/manpath.config".
10040         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10041         are present in `manpath.config'.
10042         (woman-manpath): Include "/usr/share/man".
10044 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
10046         * frame.el (blink-cursor-mode): Don't hide cursor initially.
10048         * startup.el (command-line): Initialize blink-cursor based
10049         on window-system.
10051         * frame.el (blink-cursor): Default to nil if not running under
10052         a window-system.
10054         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10055         (face-x-resources): Remove duplicate entry for :font.
10057         * textmodes/refer.el (refer-find-entry-internal): Use some-window
10058         instead of cycling through windows with next-window.
10060         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10061         of cycling through windows with next-window.
10063         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10064         of cycling through windows with next-window.
10066         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10067         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10068         instead of cycling through windows with next-window.
10070         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10071         instead of cycling through windows with next-window.
10073         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10074         of cycling through windows with next-window.
10076         * terminal.el (te-process-output): Use walk-windows instead of
10077         cycling through windows with next-window.
10079         * server.el (server-switch-buffer): Use some-window instead of
10080         cycling through windows with next-window.
10082         * window.el (some-window): New function.
10083         (walk-windows): Remove reference to walk-windows-start.
10085         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10087 2000-07-03  Richard Stallman  <rms@gnu.org>
10089         * window.el (walk-windows): Guarantee termination by keeping a list
10090         of all the windows already handled.
10092 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10094         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10095         window-system.
10097         * man.el (Man-notify-when-ready): Don't use window-system.  If
10098         Man-notify-method is newframe, and the display is not
10099         multi-frame, select the frame created for the man page.
10100         (Man-init-defvars): Doc fix.
10102 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
10104         * faces.el (region): Change background color for light background.
10106         * ediff-wind.el (ediff-setup-control-frame): Remove :box
10107         attribute from mode-line face of Ediff control frame.
10109         * replace.el (query-replace-map): Bind `e' like `E'.
10111 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
10113         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10114         Change name to "Select All".
10116         * dos-fns.el (convert-standard-filename): Fix last change.
10118 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
10120         * help.el (describe-variable): Don't insert a second `'s' in front
10121         of the string `value is shown below'.  Since the syntax-table is
10122         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10123         an existing `'s', so that this won't be deleted.
10125         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10126         * pcmpl-unix.el: New files.
10128 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
10130         * wid-edit.el (widget-member): Use the new plist-member.
10132 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
10134         * replace.el (perform-replace): Undo change of 2000-04-04.
10135         Instead, move backward 1 character at the end of the loop when
10136         necessary.
10138         * faces.el (fringe): Change face for different backgrounds.
10140         * eshell/esh-module.el (toplevel): Load defgroup's differently;
10141         patch from John.
10143         * eshell/*.el: Change spelling of the Free Software Foundation.
10145         * eshell/esh-toggle.el: Removed.
10147         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10149         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10150         interactively.
10152 2000-06-26  Alex Schroeder  <alex@gnu.org>
10154         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10155         `define-key'; instead of checking `(emacs-version)' check for
10156         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
10157         for `;' and `o' which might be electric.
10159         (sql-electric-stuff): New user option.
10160         (sql-magic-go): New function which uses `sql-electric-stuff'.
10161         (sql-magic-semicolon): New function which uses
10162         `sql-electric-stuff'.
10164         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10165         is not fboundp.
10167         (sql-oracle-options): New variable.
10168         (sql-oracle): Use it.
10170         (sql-imenu-generic-expression): Doc change.
10171         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10172         is used.
10174         (sql-informix): Added command line parameter "-" to force
10175         sql-informix-program to use stdout.
10177 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
10179         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10180         (cp864-decode-table): Doc fix.
10181         (cp720-decode-table): New variable, supports the Arabic OEM
10182         codepage used by Windows.
10183         (cp737-decode-table): New, Greek OEM codepage used by Windows.
10185 2000-06-23  Dave Love  <fx@gnu.org>
10187         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10188         (font-lock-fontify-anchored-keywords): Use
10189         line-beginning-position.
10190         (global-font-lock-mode): Use mapc.
10192 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
10194         * eshell/esh-module.el: Require CL when compiling.
10196 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
10198         * comint.el (comint-substitute-in-file-name): Call replace-match
10199         with second and third arg t.
10201         * cus-edit.el (custom-button-face, custom-button-pressed-face):
10202         Specify foreground color.
10204         * faces.el (tool-bar, mode-line, header-line): Specify foreground
10205         color.
10207         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10209         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10210         cddr instead of cdddr.
10212         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10213         instead of copy-list.
10215         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10216         of copy-list.
10218         * subdirs.el: Add eshell subdirectory.
10220         * eshell: New subdirectory containing the Eshell package.
10222         * pcomplete.el: New file.
10224 2000-06-23  Paul Eggert  <eggert@twinsun.com>
10226         * mail/mailpost.el (post-mail-send-it): Make sure file has
10227         proper permissions from birth.
10229         * files.el (basic-save-buffer-2): When temporarily setting
10230         file modes, set them to current modes plus 0200, not to 0777.
10232         * emerge.el (emerge-make-temp-file): Make sure file has proper
10233         permissions from birth.
10235 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
10237         * files.el (make-backup-file-name-1): On DOS/Windows, run the
10238         backup file name through convert-standard-filename.
10240         * dos-fns.el (convert-standard-filename): Convert leading
10241         directories as well.  When long file names are supported, convert
10242         characters that are invalid in Windows file names.
10244 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10246         * ps-print.el: Fix bug: if ^L is the very first buffer character,
10247         ps-print crashes.  New feature: page selection for printing.  Create
10248         raw-text-unix coding system for XEmacs.  Doc fix.
10249         (ps-print-version): New version number (5.2.3).
10250         (ps-plot-region): Bug fix.
10251         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10252         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10253         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10254         funs.
10255         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10256         (ps-last-page): New vars.
10258 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
10260         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10261         empty option string.
10263 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
10265         * man.el (man): Doc fix.
10267 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
10269         * international/mule-cmds.el (set-language-info-alist): Docstring
10270         fixed.
10272 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
10274         * version.el (emacs-version): Use ISO date format.
10276         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10277         instead of `M-backspace'.
10279         * simple.el (turn-off-auto-fill): New function.
10281 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
10283         * jit-lock.el (with-buffer-prepared-for-jit-lock):
10284         Renamed from with-buffer-prepared-for-font-lock and use
10285         inhibit-modification-hooks rather than setting *-change-functions.
10286         Update all functions to use the new name.
10287         (jit-lock-first-unfontify-pos): New semantics (and doc).
10288         (jit-lock-mode): Make non-interactive.
10289         Don't automatically turn on font-lock.
10290         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10291         Always use jit-lock-after-change.
10292         Remove and restore font-lock-after-change-function.
10293         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10294         (jit-lock-after-unfontify-buffer): Remove.
10295         (jit-lock-stealth-fontify):
10296         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10297         (jit-lock-after-change): Set the `fontified' text-prop to nil.
10299 2000-06-20  Sam Steingold  <sds@gnu.org>
10301         * emacs-lisp/cl-indent.el (toplevel): Indent
10302         `print-unreadable-object' properly.  Untabify.
10304 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10306         * textmodes/reftex.el (reftex-find-citation-regexp-format):
10307         Support for bibentry.
10308         (reftex-compile-variables): Fixed problem with end of section-re.
10310         * texmodes/reftex-dcr.el (reftex-view-crossref,
10311         reftex-view-crossref-from-bibtex):
10312         Deal with changed `reftex-find-citation-regexp-format'.
10313         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10314         Replaced `remprop' with `put'.
10315         (reftex-view-crossref, reftex-view-crossref-when-idle):
10316         Support for bibentry.
10318         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10319         New entry for bibentry package.
10321         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10322         Regexp also matches "\nobibliography".
10324         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10325         Call `reftex-ensure-write-access' before doing anything.
10326         (reftex-ensure-write-access): New function.
10328 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10330         * progmodes/idlwave.el: File re-installed (update to version 4.2)
10332         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10334         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10336         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10339 2000-06-20  Dave Love  <fx@gnu.org>
10341         * faces.el (frame-background-mode): Use set-default, not set, in
10342         setter.
10343         (frame-update-faces, frame-update-face-colors): Define with
10344         defalias.
10346         * enriched.el (enriched-decode-foreground)
10347         (enriched-decode-background): Don't use internal-find-face.
10349         * apropos.el: Doc fixes.
10351         * cus-edit.el (customize-changed-options): Check arg.
10352         (customize-version-lessp): Don't require decimal point.
10354         * custom.el (defcustom, defgroup): Doc fix.
10356         * newcomment.el (comment) <defgroup>: Add :version.
10357         (comment-multi-line): Doc fix.
10359         * emulation/mlsupport.el (define-hooked-local-abbrev,
10360         define-hooked-global-abbrev): Fix, using define-abbrev.
10362 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
10364         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10365         the whole buffer.
10367 2000-06-19  Dave Love  <fx@gnu.org>
10369         * menu-bar.el (menu-bar-options-save): New function.
10370         (menu-bar-options-menu): Use it.
10371         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10372         Simplify.
10374 2000-06-19  Andreas Schwab  <schwab@suse.de>
10376         * progmodes/etags.el (tags-query-replace): Put new parameters
10377         START and END at the end, for backward compatibility.
10379 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10381         * international/codepage.el:
10382         (cp-coding-system-for-codepage-1): Delete special codes for
10383         generating xxx-dos coding system because now a CCL based coding
10384         system can handle EOL conversion by default.
10386         * international/mule.el (make-coding-system): Generate subsidiary
10387         coding systems for EOL handling variants even for a CCL based
10388         coding system.
10390 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
10392         * international/isearch-x.el (isearch-minibuffer-input-method)
10393         (isearch-minibuffer-input-method-function): These variables
10394         deleted.
10395         (isearch-with-input-method): Don't use the above variables.
10396         (isearch-process-search-multibyte-characters): Likewise.  Call
10397         read-string with the arg INHERIT-INPUT-METHOD t.
10399 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
10401         * font-lock.el (font-lock-after-fontify-buffer)
10402         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10404         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10405         Use consistent make-local-variable style for font-lock-fontified.
10406         (jit-lock-fontify-buffer):
10407         Don't bother checking for font-lock-mode and jit-lock-mode.
10409         * time.el: Remove trailing ^M that prevent CVS-merging.
10411 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10413         * Makefile.in (distclean): New target.
10415 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
10417         * Makefile.in (srcdir): Define for update-subdirs.
10419 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
10421         * find-lisp.el: New file.
10423 2000-06-16  Andrew Innes  <andrewi@gnu.org>
10425         * time.el (display-time-mail-function): New variable, to allow
10426         external packages to indicate when new mail is available.
10427         (display-time-update): Use it.
10429 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
10431         * international/mule.el (mule-version): Change version name to
10432         SAKAKI.  AOI has already been used by Meadow.
10434         * international/quail.el (quail-show-guidance-buf): To find the
10435         bottom window (but minibuffer), pay attention to the height of
10436         minibuffer.
10438 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10440         * arc-mode.el (archive-mode-map): Use the new menu-item format for
10441         menu-bar menus.  Add help strings.  Don't remove the Edit menu
10442         from the menu bar, as the menu bar has enough space now.
10444         * Makefile.in (SHELL): Make sure /bin/sh is used.
10446         * woman.el (woman-man-buffer): Fix bold and underlined CJK
10447         characters, which use series of two ^H characters instead of one.
10449 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
10451         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10452         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10453         functions.
10454         (Info-find-node-2): Try a case-sensitive search first, then
10455         do a case-insensitive search.
10457         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10458         tutorials.
10460         * complete.el (PC-env-vars-alist): New variable.
10461         (PC-complete-as-file-name): New function.
10462         (partial-completion-mode): Initialize PC-env-vars-alist from
10463         process-environment.
10464         (PC-do-completion): Handle completion of env vars.
10466         * info.el (Info-set-mode-line): Show file name in mode line,
10467         use `*Info*' instead of `Info:'.
10469         * startup.el (command-line-1): Change copyright messages to year
10470         2000.
10472 2000-06-15  Dave Love  <fx@gnu.org>
10474         * net/goto-addr.el (goto-address-fontify): Use keymap property,
10475         not local-map.
10477 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
10479         * international/mule.el (set-buffer-file-coding-system): Almost
10480         rewritten to handle `undecided' as no-op.
10482 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
10484         * Makefile.in: New file.
10486         * Makefile: Removed.
10488         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10489         (goto-address-highlight-keymap): Bind C-c RET.
10491 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
10493         * mail/sendmail.el (sendmail-send-it): The temporary buffer
10494         inherits buffer-file-coding-system of the current buffer.
10496         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10497         0.  Give correct argument to set-auto-coding-function.
10498         (tar-expunge): For goto-char, use (point-min), not 0.
10499         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10500         (tar-subfile-save-buffer): Likewize.
10502         * international/mule.el
10503         (after-insert-file-set-buffer-file-coding-system): Call
10504         set-buffer-file-coding-system with the arg FORCE t.
10506 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
10508         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10509         nil.  Contemporary sendmails issue an X-Authentication-Warning if
10510         the sender is set with `-f'.
10512 2000-06-13  Dave Love  <fx@gnu.org>
10514         * help.el (describe-function-1): Kluge around cases of functions
10515         fset to subrs whose doc doesn't match their symbol-name.
10517         * image.el (insert-image): Default STRING to a space.
10519         * info.el Doc fixes.
10520         (Info-build-node-completions): Match Ref tags.
10522 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
10524         * frame.el (display-multi-frame-p, display-multi-font-p): New
10525         defaliases for display-graphic-p.
10527         * hl-line.el: Fixed a typo in commentary.
10529 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
10531         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10532         fixed.
10534 2000-06-12  Dave Love  <fx@gnu.org>
10536         * image.el (insert-image): Save a little consing.
10538 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10540         * language/tibet-util.el: Convert all tibetan-1-column characters
10541         to the corresponding tibetan characters.
10542         (tibetan-add-components): Delete code for the special treatment of
10543         'a chung.
10545         * language/tibetan.el (tibetan-composable-pattern): Fix previous
10546         change.
10547         (tibetan-vowel-transcription-alist): More rules added.
10548         (tibetan-composite-vowel-alist): New variable.
10549         (tibetan-precomposition-rule-alist): More rules added.
10551 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
10553         * startup.el (command-line): Only call menu-bar-mode if interactive.
10555         * thingatpt.el (toplevel symbol-properties):
10556         * textmodes/makeinfo.el (makeinfo-compile):
10557         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10558         * progmodes/hideif.el (hif-compress-define-list)
10559         (hide-ifdef-use-define-alist):
10560         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10561         (ange-ftp-vms-add-file-entry):
10562         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10563         * man.el (Man-build-man-command):
10564         * mail/rnewspost.el (news-reply-header-hook):
10565         * info.el (Info-insert-dir):
10566         * emulation/mlconvert.el (backward-word, forward-word, setq):
10567         * emacs-lisp/gulp.el (gulp-send-requests):
10568         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10569         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10570         (byte-optimize-apply, end of file):
10571         * emacs-lisp/advice.el (ad-advice-class-completion-table)
10572         (ad-make-freeze-definition):
10573         * startup.el (command-line, command-line-1): Don't quote lambdas.
10575         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10576         (cvs-cleanup-removed): New function.
10577         (cvs-cleanup-functions): New var.
10578         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10579         some flexibility in specifying additional entries to auto-cleanup.
10580         (cvs-quickdir): New function.
10581         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10582         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10583         (cvs-mode-find-file): Check that we are on a filename or dirname
10584         when invoked through a mouse-click.
10585         (cvs-full-path): Remove.
10586         (cvs-dired-action): Re-introduced.
10587         (cvs-dired-noselect): Use it.
10588         (vc-post-command-functions): use this new hook if available.
10590         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10591         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10592         (cvs-filename-map, cvs-dirname-map): Remove.
10593         (cvs-default-action): Remove.
10594         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10595         if the arg is really a keymap.
10596         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10597         Don't hardcode the mapping from state (aka type) to face, but check
10598         the var cvs-fi-<type>-face instead.
10599         (cvs-fileinfo-from-entries): New function.
10601         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10602         Docstring fix.
10603         (cvs-find-file-and-jump): Change default to be safer.
10604         (cvs-mode-diff-map): Define it as a function as well.
10605         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10606         Bind mouse-2 in this global map rather than with text-properties.
10608         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10609         file to resolve the ambiguity between C(conflict) and C(need-merge).
10611 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
10613         * international/mule.el (set-buffer-file-coding-system): If
10614         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10615         unconditionally.
10617 2000-06-12  Dave Love  <fx@gnu.org>
10619         * wid-edit.el (widget-specify-button): Really suppress the face if
10620         required.
10622 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
10624         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10626 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
10628         * imenu.el (imenu-generic-expression): Docstring fix.
10630         * composite.el (composition-function-table): Move the `put'
10631         below the autoload cookie so we can load the file before loaddefs.
10633         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10635         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10636         Handle easy-mmode-define-global-mode.
10637         For complex macros like define-minor-mode that can generate
10638         several autoload entries, try to autoload entries in the
10639         macroexpanded code.
10641         * emacs-lisp/easy-mmode.el (define-minor-mode):
10642         If KEYMAP is a symbol, just use it.
10643         Use byte-compile-current-file and load-file-name to infer the
10644         proper :require to pass to defcustom.
10645         Wrap the hook var into `progn' so as not to autoload it.
10646         Add a :autoload-end cookie.
10647         Be more careful about the evaluation of KEYMAP.
10648         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10649         (define-derived-mode): Move define-abbrev-table outside of defvar.
10651 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
10653         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10654         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10655         (backup-compiled-files): Ignore errors during `tar'.
10656         (bootstrap): Make autoloads before elc files.
10658 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
10660         * international/mule.el (set-buffer-file-coding-system): If one of
10661         undecided-XXX is specified, change only EOL conversion.
10663         * international/mule-conf.el (unix): New alias for the coding
10664         system undecided-unix.
10666 2000-06-09  Dave Love  <fx@gnu.org>
10668         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10670         * progmodes/executable.el: Byte compile dynamic.
10671         (executable-insert): Change custom type.
10672         (executable-find): Add autoload cookie.
10673         (executable-make-buffer-file-executable-if-script-p): New
10674         function.  After Noah Friedman.
10676         * files.el (after-save-hook): Customize, with
10677         executable-make-buffer-file-executable-if-script-p as an option.
10679 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
10681         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10682         "tib24p-mule.bdf" for Tibetan.
10684         * composite.el (decompose-composite-char): Declare it as obsolete.
10686         * man.el (Man-fontify-manpage): Pay attention to underline and
10687         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10689 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
10691         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10692         Set maintainer to FSF since author isn't reachable.
10694 2000-06-08  Dave Love  <fx@gnu.org>
10696         * international/mule-cmds.el (select-safe-coding-system): If
10697         DEFAULT-CODING-SYSTEM is not specified, also check the most
10698         preferred coding-system if buffer-file-coding-system is
10699         `undecided'.  From Handa.
10701 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
10703         * international/mule.el
10704         (after-insert-file-set-buffer-file-coding-system): If the buffer
10705         size is greater than INSERTED, judget that we are not visiting.
10707 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
10709         * whitespace.el (defgroup whitespace): Comment out `:version'.
10710         XEmacs 20.4 has problems defining the group with this present.
10711         We'll have this commented out till get resolve the problem.
10713 2000-06-07  John Wiegley  <johnw@gnu.org>
10715         * align.el (align-dq-string-modes, align-sq-string-modes)
10716         (align-open-comment-modes): Add pyhton-mode.
10717         (align-rules-list): Use get-text-property instead of
10718         text-properties-at.
10719         (align-rules-list): Add python-assignment.
10720         (align-rules-list): Change perl-comma-delimiter to
10721         basic-comma-delimiter.  Use if for Perl modes and python-mode.
10722         (align-rules-list): Add python-chain-logic and
10723         basic-line-continuation.
10725 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
10727         * apropos.el (apropos-mode-hook): New user variable.
10728         (apropos-mode): Run apropos-mode-hook.
10730 2000-06-07  David Ponce  <david@dponce.com>
10732         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10733         commands.  Require `wid-edit' at run-time.
10735 2000-06-07  David Ponce  <david@dponce.com>
10737         * recentf.el: Added some "Commentary".
10738         (recentf-open-more-files, recentf-edit-list): Minor changes to
10739         move the point at the top of the file list.  This behaviour is
10740         consistent with the menu one when the list contains a lot of
10741         files.
10742         (recentf-cleanup): Now displays the number of items removed from
10743         the list.
10744         (recentf-relative-filter) New menu filter to show filenames
10745         relative to `default-directory'.
10747 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10749         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
10750         with/without giving an error if PostScript printer doesn't have this
10751         kind of page size.  Zebra Stripe continues or restarts on next page.
10752         Manual/automatic paper feeding.  Switch or not the header.
10753         (ps-print-version): New version number (5.2.2).
10754         (ps-windows-system): Include emx as a Windows system.
10755         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10756         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10757         (ps-background-text): Code fix.
10758         (ps-error-handler-message, ps-user-defined-prologue)
10759         (ps-print-prologue-header, ps-printer-name)
10760         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10761         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10762         (ps-use-face-background): Customization fix.
10763         (ps-n-up-database): Data fix.
10764         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10765         (ps-switch-header): New vars.
10766         (ps-xemacs-color-name, ps-face-foreground-name)
10767         (ps-face-background-name, ps-boolean-constant): New funs.
10769 2000-06-07  Dave Love  <fx@gnu.org>
10771         * allout.el: New version from Manheimer.
10773 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
10775         * textmodes/fill.el (fill-find-break-point): Check the validity of
10776         charset.
10778 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
10780         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10781         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10782         Call display-color-p and display-mouse-p instead of looking at
10783         window-system.
10785 2000-06-06  Dave Love  <fx@gnu.org>
10787         * image.el (find-image): Doc fix.  Return nil if image not found.
10788         (put-image, insert-image): Make STRING arg optional.
10790 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
10792         * language/vietnamese.el: Remove eval-when-compile.
10793         (viet-viscii-nonascii-translation-table): Define it as a
10794         translation table made from viet-viscii-decode-table.
10795         (viet-viscii-encode-table): Define it as a translation table made
10796         from the reverse map of above.
10797         (viet-vscii-nonascii-translation-table): Define it as a
10798         translation table made from viet-vscii-decode-table.
10799         (viet-vscii-encode-table): Define it as a translation table made
10800         from the reverse map of above.
10801         (ccl-decode-viscii): Use translate-character.
10802         (ccl-encode-viscii, ccl-encode-viscii-font)
10803         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10804         Likewize.
10806         * language/cyrillic.el: Remove eval-when-compile.
10807         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10808         translation table made from cyrillic-koi8-r-decode-table.
10809         (cyrillic-koi8-r-encode-table): Define it as a translation table
10810         made from the reverse map of above.
10811         (ccl-decode-koi8): Use translate-character.
10812         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10813         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10814         a translation table made from cyrillic-alternativnyj-decode-table.
10815         (cyrillic-alternativnyj-encode-table): Define it as a translation
10816         table made from the reverse map of above.
10817         (ccl-decode-alternativnyj): Use translate-character.
10818         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10819         Likewize
10821         * international/mule-diag.el (non-iso-charset-alist): Specify
10822         translation table symbol instead of translation table itself.
10823         (list-block-of-chars): CHARSET may be a translation table symbol.
10825         * international/mule.el (make-coding-system): If CODING-SYSTEM
10826         already exists, override it.
10828         * international/fontset.el: Use family `proportional' for Tibetan
10829         fonts.
10831         * international/ccl.el (ccl-compile-translate-character): Don't
10832         check if Rrr has property translation-table.
10833         (ccl-compile-map-multiple): Modified to avoid compiler warning.
10835 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
10837         * info.el: Bind case-fold-search to t when searching in case
10838         a user sets it to nil in a hook.
10840 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
10842         * autoarg.el (autoarg-mode, autoarg-kp-mode):
10843         * hl-line.el (hl-line-mode): Use the new :global key argument.
10845         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10846         (tar-clip-time-string): Prepend a space.
10847         (tar-grind-file-mode): Construct a string rather than modifying one.
10848         (tar-header-block-summarize): Fix docstring.
10849         Use `format' rather than an error-prone set of copy-loops.
10851         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10852         (diff-goto-source, diff-unified->context, diff-context->unified)
10853         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10854         understand the format output by the `-p' argument to diff.
10856         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10857         (sh-re-done): Use defconst.
10858         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10859         (sh-help-string-for-variable, sh-guess-basic-offset):
10860         Don't quote lambdas.
10861         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10862         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10864         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10865         (mh-letter-mode): Derive from text-mode.
10866         This implicitly means that it now calls kill-all-local-variables.
10867         Also remove the Emacs-18 compatibility code.
10869         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10870         Make use of symbol-property doc-string-elt.
10871         Use memq rather than a sequence of eq.
10872         (doc-string-elt): Fix the wrong or missing previously unused values.
10873         (autoload-print-form): New function extracted from
10874         generate-file-autoloads to allow recursion when handling progn
10875         so that defvar's and defun's docstrings are properly printed.
10876         (generate-file-autoloads): Use it.
10878         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10879         Use find-file-hooks in the minor-mode function.
10880         Be careful not to loop indefinitely in the post-command-hook function.
10882 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
10884         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10885         tty's.
10886         * ediff-diff.el (ediff-exec-process): Use --binary for fine
10887         differences whenever appropriate.
10888         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10889         * viper.el (find-file, find-file-other-window): Get viper to do
10890         wildcards.
10892 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
10894         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10895         (jit-lock-fontify-buffer): New function for JIT refontification.
10896         (jit-lock-mode): Fix docstring.
10897         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10898         Remove jit-lock-after-change from the _local_ hook.
10899         (jit-lock-function-1): Fix docstring.
10901         * info.el (Info-on-current-buffer): Initialize info.
10903         * newcomment.el (comment-indent): Ignore comment-indent-hook.
10905         * progmodes/tcl.el (tcl-indent-for-comment):
10906         Ignore comment-indent-hook.
10908         * emacs-lisp/easy-mmode.el: Require CL during compilation.
10909         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10910         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10911         and improve to use the lighter to guess the capitalization.
10912         (define-minor-mode): Inline code from easy-mmode-define-toggle.
10913         Add keyword arguments to specify global-ness or the custom group.
10914         Add local-map and help-echo properties to the lighter.
10915         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10916         (easy-mmode-define-global-mode): New macro.
10918 2000-06-02  Dave Love  <fx@gnu.org>
10920         * wid-edit.el: byte-compile-dynamic since we typically don't use
10921         all the widgets.  Don't require cl or widget.  Remove
10922         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
10923         (widget-read-event): Removed.  Callers changed to use read-event.
10924         (widget-button-release-event-p): Renamed from
10925         button-release-event-p.
10926         (widget-field-add-space, widget-field-use-before-change):
10927         Uncustomize.
10928         (widget-specify-field): Use keymap property, not local-map.
10929         (widget-specify-button): Obey :suppress-face.
10930         (widget-specify-insert): Use modern backquote syntax.
10931         (widget-image-directory): Renamed from widget-glyph-directory.
10932         (widget-image-enable): Renamed from widget-glyph-enable.
10933         (widget-image-find): Replaces widget-glyph-find.
10934         (widget-button-pressed-face): Move defvar.
10935         (widget-image-insert): Replaces widget-glyph-insert.
10936         (widget-convert): Use keywordp.
10937         (widget-leave-text, widget-children-value-delete): Use mapc.
10938         (widget-keymap): Remove XEmacs stuff.
10939         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10940         (widget-button-click): Don't set point at the click, but re-centre
10941         if we scroll out of window.  Rewritten for images v. glyphs &c.
10942         (widget-tabable-at): Use POS arg, not point.
10943         (widget-beginning-of-line, widget-end-of-line)
10944         (widget-item-value-create, widget-sublist, widget-princ-to-string)
10945         (widget-sexp-prompt-value, widget-echo-help): Simplify.
10946         (widget-default-create): Use widget-image-insert; some rewriting.
10947         (widget-visibility-value-create)
10948         (widget-push-button-value-create, widget-toggle-value-create): Use
10949         widget-image-insert.
10950         (checkbox): Create on and off images dynamically.
10951         (documentation-link): Change :help-echo.
10952         (widget-documentation-link-echo-help): Remove.
10954 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
10956         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10958         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10959         (easy-mmode-define-toggle, define-minor-mode): Use it.
10960         (easy-mmode-define-keymap): Docstring fix.
10961         (define-derived-mode): Default PARENT to fundamental-mode.
10962         Add the derived-mode-parent symbol-property.
10963         (easy-mmode-derived-mode-p): New function.
10965 2000-06-02  Dave Love  <fx@gnu.org>
10967         * files.el (convert-standard-filename): Doc fix.
10968         (normal-backup-enable-predicate): New function.
10969         (backup-enable-predicate): Use it to replace the lambda form.
10971         * calendar/todo-mode.el: [This needs more work on the outline
10972         stuff.]  Doc fixes.
10973         (todo) <defgroup>: Add :version.
10974         (todo-add-category): Don't use pushnew.
10975         (todo-cmd-raise): Fix typo.
10976         (todo-top-priorities): Change temp buffer name.
10977         (todo-category-alist): Avoid redundant lambda.
10978         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10979         Use outline-next-heading.
10981         * autoarg.el: Rewritten to use define-minor-mode.
10982         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10983         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10985 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
10987         * isearch.el (isearch-other-meta-char): Fix previous change.
10989 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
10991         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10992         (log-edit-done): Only add the comment to the ring if it's different
10993         from the last comment entered.
10995         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10997 2000-06-01  Dave Love  <fx@gnu.org>
10999         * hl-line.el: Rewritten using define-minor-mode.
11001         * help.el (describe-function-1): Distinguish special form from
11002         builtin function.  Sanity-check presence of arglist for builtins.
11004 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
11006         * international/characters.el: Fix syntax/category setting of
11007         Tibetan characters.
11009         * language/tibet-util.el (tibetan-add-components): Fixes for new
11010         encoding of Tibetan characters.
11011         (tibetan-decompose-precomposition-alist): New variable.
11012         (tibetan-decompose-region): Convert precomposed characters to
11013         non-precomposed characters.
11014         (tibetan-decompose-string): Likewise.
11015         (tibetan-composition-function): Fix args to
11016         thibetan-compose-string.
11018         * language/tibetan.el (tibetan-composable-pattern): More
11019         characters included.
11020         (tibetan-consonant-transcription-alist): Rule for "R" added.
11021         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11022         "+R" added.
11023         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11025         * language/lao-util.el (lao-composition-function): Fix args to
11026         compose-string.
11028         * language/thai-util.el (thai-composition-function): Fix args to
11029         compose-string.
11031         * isearch.el (isearch-update): Set disable-point-adjustment to t
11032         to prevent the point moving to the end of a composition when a
11033         part of a composition is searched.
11034         (isearch-other-meta-char): If the key invoking this command can be
11035         mapped by function-key-map to a printing char, call
11036         isearch-process-search-char directly.
11038 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
11040         * emacs-lisp/bytecomp.el:
11041         * frame.el:
11042         * international/mule-cmds.el:
11043         * international/mule-util.el:
11044         * international/mule.el:
11045         * mouse.el:
11046         * subr.el:
11047         * faces.el: Update calls to make-obsolete with a WHEN argument.
11049         * byte-run.el (make-obsolete, make-obsolete-variable):
11050         Add an optional WHEN argument and change the format of the
11051         symbol-property information.
11052         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11053         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11054         new obsolete-symbol-property format and print WHEN if it is provided.
11056 2000-05-31  Dave Love  <fx@gnu.org>
11058         * loadhist.el (loadhist-hook-functions): Remove
11059         before-change-function, after-change-function.
11060         (unload-feature): Deal with symbols which are both bound and
11061         fbound.
11063         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11064         before-change-function, after-change-function.
11066         * simple.el (newline): Don't bind before-change-function,
11067         after-change-function.
11069 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
11071         * whitespace.el (whitespace-rescan-timer-time): Update interval
11072         set to 600 seconds (10 minutes) instead of 60 seconds since
11073         a large number of whitespace buffers causes emacs to `freeze'
11074         for a considerable amount of time.
11076         * whitespace.el: Updated email address
11078 2000-05-31  Dave Love  <fx@gnu.org>
11080         * add-log.el (change-log-font-lock-keywords) <function>: Add
11081         pattern for function of change.
11082         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11083         acknowledgements patterns.
11085 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
11087         * isearch.el (isearch-printing-char): If keyboard coding system is
11088         being used, call isearch-process-search-multibyte-characters.
11090         * international/isearch-x.el: Mostly rewritten.
11092         * international/quail.el (quail-start-conversion): Don't include
11093         unhandled events in the returned events, but set them in
11094         unread-command-events.  Exit if all inputs are deleted.
11096 2000-05-30  Jason Rumney  <jasonr@gnu.org>
11098         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11100         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11101         Reenable code to create initial fontsets.
11102         Use set-fontset-font in place of put-charset-property.
11104 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
11106         * progmodes/perl-mode.el (perl-indent-line): When looking for a
11107         label, ensure that the first colon isn't followed by another.
11109         * paths.el (Info-default-directory-list): Doc fix.
11111         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11112         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11113         send a query containing USER only, not USER@HOST.
11115         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11116         and rmail-msgend to compute the restriction at the end, instead of
11117         computing it.
11119 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11121         * dabbrev.el (dabbrev-expand): Don't display messages in the
11122         echo area if the minibuffer window is active.
11124         * jit-lock.el (jit-lock-mode): Add after change function to
11125         local hook.
11127 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
11129         * antlr-mode.el: New commands: hide/unhide actions,
11130         upcase/downcase literals.
11131         (antlr-tiny-action-length): New user option.
11132         (antlr-hide-actions): New command.  Suggested by
11133         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11134         (antlr-mode-map): New binding [C-c C-v].
11135         (antlr-mode-menu): New entries.
11136         (antlr-downcase-literals): New command.
11137         (antlr-upcase-literals): Ditto.
11139         * antlr-mode.el: Minor changes: indendation, mode-name.
11140         (antlr-indent-line): Indent cpp directive at column 0.
11141         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11143         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11144         (antlr-font-lock-additional-keywords): Workaround for intentional
11145         bug in XEmacs version of font-lock.
11146         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
11147         be used by a smarter version of `buffers-menu-grouping-function'.
11149 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
11151         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11152         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11154 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
11156         * international/encoded-kb.el
11157         (encoded-kbd-iso2022-designation-map): Pay attention to that
11158         charset-iso-final-char return -1 for eight-bit-control and
11159         eight-bit-graphic.
11161 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11163         * speedbar.el (speedbar-use-images, speedbar-update-flag)
11164         (speedbar-easymenu-definition-base): Use display-graphic-p where
11165         available, instead of window-system.
11167 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
11169         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11170         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11171         coding systems.
11173 2000-05-26  Dave Love  <fx@gnu.org>
11175         * disp-table.el (standard-display-underline): Don't use
11176         internal-find-face.
11178         * mail/reporter.el: Maintainer change.  Doc fixes.
11179         (reporter-version): Deleted.
11181         * emacs-lisp/elp.el: Maintainer change.
11182         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11184 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
11186         * add-log.el (add-change-log-entry): Merge the current entry with the
11187         previous one if the previous one is empty.
11189 2000-05-26  Dave Love  <fx@gnu.org>
11191         * loadhist.el (unload-feature): Fix interactive spec [from
11192         lijnzaad@ebi.ac.uk].
11194         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11195         subr-arity to check primitives.
11196         (byte-compile-flush-pending, byte-compile-file-form-progn)
11197         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11198         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11199         mapcar.
11201 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
11203         * international/fontset.el: Set family names of non-latin charsets
11204         in default fontset to "*".
11206         * international/mule-diag.el (print-fontset): Combine family part
11207         and registry part of the fontname by "-*-" instead of "-".
11209         * international/mule-cmds.el (encode-coding-char): Make strings
11210         multibyte before calling encode-coding-string.
11212 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
11214         * derived.el: Fix keywords.
11215         (define-derived-mode): Only define if needed.
11217         * simple.el (fill-comment, comment-column, comment-start)
11218         (comment-start-skip, comment-end, comment-indent-function)
11219         (block-comment-start, block-comment-end, indent-for-comment)
11220         (set-comment-column, kill-comment, comment-padding, comment-region)
11221         (comment-multi-line, indent-new-comment-line): Remove.
11223         * bindings.el (esc-map): Change ; to comment-dwim and use the new
11224         function names for comment operations.
11226         * newcomment.el: Add abundant autoload cookies.
11227         (comment-style): Don't depend on runtime data at compile-time.
11228         (comment-indent-hook): Remove.
11229         (comment-indent): Check if comment-indent-hook is bound.
11230         (comment-region): Docstring fix.
11232 2000-05-25  Dave Love  <fx@gnu.org>
11234         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11235         byte-code-function-p.
11237         * mail/rmailsum.el: Add provide.
11239         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11241         * smerge-mode.el (smerge-diff-switches): Don't use list* in
11242         defcustom.
11244 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
11246         * ediff-diff.el (ediff-exec-process): delete --binary option from
11247         non-buffer ediff jobs.
11249 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11251         * hilit-chg.el (highlight-changes-mode): Ask about color or
11252         grayscale support, not about window-system.
11254         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11255         window-system.
11256         (ffap-highlight): Always default to t.
11258         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11259         display-popup-menus-p instead of looking at window-system.
11261         * disp-table.el (standard-display-g1, standard-display-graphic):
11262         Only refuse to use string glyphs on X and MS-Windows.
11264         * avoid.el: Remove window-system from commentary, suggest to use
11265         display-*-p instead.
11267         * apropos.el (apropos-print): Use display-mouse-p instead of
11268         window-system.
11270 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11272         * international/codepage.el (cp-decoding-vector-for-codepage):
11273         Fill up unsupported characters with their own codes.  From Kenichi
11274         Handa.
11276 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11278         * international/mule-diag.el (describe-char-after): Use
11279         display-graphic-p instead of window-system, so that this function
11280         works on MS-DOS.
11282 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
11284         * international/codepage.el (cp-make-coding-systems-for-codepage):
11285         Remove the eight-bit-graphic and eight-bit-control charsets from
11286         the list of charsets which we convert into `?'.
11288 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
11290         * international/mule-conf.el: Specify CHARSET-ID explicitely for
11291         private charsets.
11292         (mule-unicode-0100-24ff, japanese-jisx0213-1,
11293         japanese-jisx0213-2): New charsets.
11295         * international/fontset.el: Setup default fontset for new charsets.
11297 2000-05-24  Dave Love  <fx@gnu.org>
11299         * info.el (Info-find-node-2): Restructure [following "Vadim
11300         S. Solomin" <sovs@uic.nnov.ru>].
11302         * icomplete.el: Fix header for Finder.
11304 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
11306         * rmailout.el (rmail-output-to-rmail-file): Added optional param
11307         STAY.
11309         * rmail.el (rmail-automatic-folder-directives): New user variable.
11310         (rmail-show-message): Add call to `rmail-auto-file' during
11311         display.
11312         (rmail-auto-file): New function.
11314 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11316         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11317         account.
11318         (ediff-test-utility,ediff-diff-mandatory-option)
11319         (ediff-reset-diff-options): Utilities for proper initialization of
11320         ediff-diff-options and ediff-diff3-options on Windows.
11322         * ediff-init.el (ediff-merge-filename-prefix): New customizable
11323         variable.
11325         * ediff-mult.el (ediff-filegroup-action): Use
11326         ediff-merge-filename-prefix.
11328 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
11330         * viper-ex.el (ex-write): Set selective display to nil.
11332 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11334         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11335         aliases for hebrew-iso-8bit.
11337 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
11339         * woman.el: New version from Francis J. Wright
11340         <F.J.Wright@Maths.QMW.ac.uk>.
11341         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11342         names in environment variables regardless of the path separator.
11343         (woman-topic-all-completions-1): Don't call file-name-directory-p
11344         on all files, since woman-file-regexp already filters out any
11345         directories.
11347 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11349         * international/quail.el (quail-start-translation): Don't change
11350         modified-p of the current buffer.
11351         (quail-start-conversion): Likewise.
11353         * international/kkc.el (kkc-region): Don't change modified-p of
11354         the current buffer.
11356         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11357         conform to RFC1468.
11358         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11360 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
11362         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11363         (speedbar-insert-button): Invisible text property fix.
11364         (speedbar-directory-plus): Renamed from speedbar-directory-+
11365         (speedbar-directory-minus): Renamed from speedbar-directory--
11366         (speedbar-page-plus): Renamed from speedbar-file-+
11367         (speedbar-page-minus): Renamed from speedbar-file--
11368         (speedbar-page): Renamed from speedbar-file-
11369         (speedbar-tag): Renamed from speedbar-tag-
11370         (speedbar-tag-plus): Renamed from speedbar-tag-+
11371         (speedbar-tag-minus): Renamed from speedbar-tag--
11372         (speedbar-expand-image-button-alist): Use above renames.
11374         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11375         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11376         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11377         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11378         * sb-pg.xpm: Renamed from sb-file.xpm
11379         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11380         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11382 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
11384         * international/quail.el (quail-show-guidance-buf): Set
11385         current-input-method of the guidance buffer to the name of the
11386         curren input method.
11388 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
11390         * progmodes/compile.el (compile-internal): Style typo.
11392         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11393         quote vars and functions in the docstring.
11395         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11397         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11398         Don't quote lambdas.
11400         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11402 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11404         * startup.el (command-line): Determine source file of compiled
11405         user init file differently.  Warn if compiled user init file
11406         is older than its source file.
11408         * ffap.el (ffap-url-regexp): Add `https'.
11410 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
11412         * files.el (make-backup-file-name-1): Replace slashes with `!'
11413         rather than `|' (which is not allowed on Windows).  Replace the
11414         drive letters with a string "drive_X".
11416 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
11418         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11420         * files.el (interpreter-mode-alist): Add `bash2'.
11422 2000-05-22  Dave Love  <fx@gnu.org>
11424         * loadhist.el (feature-symbols, file-provides, file-requires): Use
11425         mapc.
11426         (feature-file): Avoid calling symbol-name.  Doc fix.
11427         (file-set-intersect, file-dependents): Use dolist, not mapcar.
11428         (loadhist-hook-functions): Add mouse-position-function.
11429         (unload-feature): Change uses of mapcar.
11431         * files.el (parse-colon-path): Doc fix.
11432         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11433         (set-auto-mode): Use mapc.
11435         * complete.el (PC-look-for-include-file): Use :alnum: character
11436         class.
11437         (partial-completion-mode): Add autoload cookie.
11439 2000-05-22  Sam Steingold  <sds@gnu.org>
11441         * info.el (Info-fontify-node): Fixed the call to
11442         `add-text-properties' (bug introduced on 2000-05-18).
11444 2000-05-22  Dave Love  <fx@gnu.org>
11446         * bindings.el: Remove debug-ignored-errors set in other files.
11448         * progmodes/etags.el: Add to debug-ignored-errors.
11449         (visit-tags-table-buffer): Clear out buffers holding old tables
11450         when making a new list.
11451         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11452         mapc.
11454         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
11455         quote keywords.
11456         (cmpl-string-case-type): Use character classes.
11458         * comint.el:
11459         * textmodes/ispell.el:
11460         * imenu.el:
11461         * mail/mh-e.el:
11462         * progmodes/compile.el: Add to debug-ignored-errors.
11464         * dabbrev.el: Add to debug-ignored-errors.
11465         (dabbrev-completion): Use mapc.
11467 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
11469         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11470         (woman-mapcan, woman-parse-man.conf)
11471         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11472         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11473         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
11474         path syntax better.
11475         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11476         (woman-manpath): Call woman-parse-man.conf.
11477         (woman-emulation): New defcustom, defaults to nroff.
11478         (woman-font-support): New defconst.
11479         (woman-use-symbol-font): New defcustom.
11480         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11481         "Emulation".
11482         Many functions: Doc fix.
11484 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
11486         * international/quail.el (quail-simple-translation-keymap): Map
11487         128..255 to quail-self-insert-command.
11488         (quail-keyboard-layout-alist): Add definition for "pc102-de".
11490 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
11492         * help.el (help-manyarg-func-alist): Typo.
11494         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11495         intervals which makes it heaps simpler.
11497         * newcomment.el (comment-region-internal): Go back to BEG after quoting
11498         the nested comment markers.
11500         * subr.el (remove-hook): Don't turn the hook's value into a list.
11502 2000-05-21  Dave Love  <fx@gnu.org>
11504         * edmacro.el (edmacro-parse-keys): Return vector if any elements
11505         are invalid characters.
11507         * international/mule-util.el (detect-coding-with-priority): Use
11508         mapc.  Remove redundant lambda.
11510         * international/mule-diag.el (list-non-iso-charset-chars)
11511         (describe-fontset): Remove redundant lambda.
11513         * emulation/crisp.el (brief-mode): New alias.
11515         * emacs-lisp/ring.el (ring-elements): New function.
11517         * emacs-lisp/easymenu.el (easy-menu-create-menu)
11518         (easy-menu-do-add-item): Use keywordp.
11520         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11522         * replace.el: Doc and error message fixes.
11523         (replace-highlight): Use facep, not internal-find-face.
11525 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
11527         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11529         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11530         (log-edit-insert-changelog): Drop `:' as well.
11532         * log-view.el: Fix file description.
11533         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11534         available.
11535         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11536         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11538         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11539         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11540         Print a status message if the toggle is called interactively.
11541         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11542         for global minor modes and use `defcustom' for them.
11543         Use add-minor-mode.
11544         (easy-mmode-define-derived-mode): Remove.
11545         (define-derived-mode): Fancier default docstring.
11546         (easy-mmode-define-navigation): Signal an error rather than (ding).
11548         * newcomment.el (comment-styles): New `box-multi'.
11549         (comment-normalize-vars): Better default for comment-continue to
11550         avoid whitespace-only continuations.
11551         (comment-search-forward): Always move even in the no-syntax case.
11552         (comment-padright): Only obey N if it's only obeyed for padleft.
11553         (comment-make-extra-lines): Better handling of empty continuations.
11554         Use `=' for the filler if comment-start has only one character.
11555         (uncomment-region): Try handling the special `=' filler.
11556         (comment-region): Allow LINES even if MULTI is nil.
11557         (comment-box): Choose box style based on comment-style.
11559 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
11561         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11562         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11564 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
11566         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11567         and insert, not subst-char-in-region.
11569         * international/mule-diag.el (list-character-sets-1): Handle
11570         charsets eight-bit-control and eight-bit-graphic.
11571         (list-iso-charset-chars): Likewise.
11572         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11573         charactes as is.  Use indent-to to align characters.
11575         * international/mule-cmds.el (find-multibyte-characters): Never
11576         exclude charsets eight-bit-control and eight-bit-graphic.
11578 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11580         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11581         Don't quote lambdas.
11583         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11585 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11587         * gud.el (gud-jdb-directories): Doc fix.
11589 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
11591         * newcomment.el: New file.
11593 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
11595         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11597 2000-05-18  Andreas Schwab  <schwab@suse.de>
11599         * dired.el (dired-between-files): Also skip lines beginning with
11600         `used'.
11602 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
11604         * msb.el (msb-menu-cond): Add choice `user'.
11606 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11608         * ps-print.el: Compatibility, customization and doc fix.
11609         (ps-printer-name-option): Replace defconst by defvar.
11610         (ps-postscript-code-directory): XEmacs compatibility.
11611         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11612         fix.
11613         (ps-user-defined-prologue, ps-print-prologue-header)
11614         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11615         compatibility and code fix.
11616         (ps-print-background-image, ps-print-background-text):
11617         Customization fix.
11618         (ps-line-number-start, ps-n-up-on): New vars.
11620 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
11622         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11623         the indent-comment function to just return the appropriate indent.
11625 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
11627         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11628         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11629         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11631 2000-05-18  Dave Love  <fx@gnu.org>
11633         * info.el (Info-fontify-node): Add intangible property as well as
11634         invisible.
11636         * calendar/appt.el (appt-make-list): Match all lines of entry.
11637         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11639 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
11641         * international/mule-diag.el (describe-char-after): Call
11642         internal-char-font, not char-font.  If internal-char-font returns
11643         nil, display "-- none --".
11645 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11647         * image.el (image-type-available-p): Don't reference image-types
11648         if it isn't bound.
11650 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
11652         * autoarg.el (autoarg-mode): Typo in the :set argument.
11654 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
11656         * startup.el (command-line-1): Don't signal an error if the
11657         directory for auto-save-list files does not yet exist.
11659 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
11661         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11663 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
11665         * subr.el (remove-hook): `setq' hook-value, not `set'.
11667 2000-05-16  Sam Steingold  <sds@gnu.org>
11669         * info.el (debug-ignored-errors): More errors to ignore.
11671 2000-05-16  Dave Love  <fx@gnu.org>
11673         * cus-edit.el: Don't require cl or easymenu.
11674         (custom-variable-prompt): Test standard-value property, not
11675         user-variable-p.
11677 2000-05-16  Sam Steingold  <sds@gnu.org>
11679         * subr.el (add-hook): `setq' hook-value, not `set'.
11681 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
11683         * startup.el (command-line-1): Mention the FAQ in the startup
11684         message.
11686         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11688         * progmodes/compile.el (compilation-parse-errors): Collect
11689         `nomessage' regexps last.
11691         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11693         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11694         to the function name.
11696 2000-05-15  Dave Love  <fx@gnu.org>
11698         * speedbar.el (speedbar-recenter): Typo.
11699         (speedbar-expand-line): Make arg optional.
11700         (speedbar-mode): Avoid a compiler warning.
11702 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11704         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11705         user-specified option string is empty.
11707         * mouse.el (mouse-yank-at-click): Doc fix.
11709 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
11711         * term/internal.el (IT-character-translations): More updates of
11712         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11713         documents.
11715 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
11717         * env.el (getenv): New function, interactively callable.
11718         (setenv, getenv): Remove autoload cookies.
11720         * loadup.el: Load `env'.
11722         * progmodes/f90.el: Change author's mail address.
11724 2000-05-14  Dave Love  <fx@gnu.org>
11726         * mail/rmail.el (rmail-show-message-hook): Customize and offer
11727         goto-addr as an option.
11729         * help.el (help-xref-stack): Doc fix.
11730         (help-xref-following): New variable.
11731         (help-make-xrefs): Use it.
11732         (help-xref-go-back): Use position information from stack element.
11733         (help-follow): Make position in stack element a pair.  Use
11734         help-xref-following.
11736         * autoarg.el: New file.
11738         * faces.el: Declare more functions obsolete.
11740         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11741         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11742         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11743         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11744         Remove all the setup-...-environment functions.
11746 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
11748         * speedbar.el: Updated the commentary section.  xemacs20p now uses
11749         >= when detecting.  Require `defimage' safely.
11750         (speedbar-easymenu-definition-base): Add toggle for images.
11751         (speedbar-easymenu-definition-special): Add flush cache & expand.
11752         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
11753         (speedbar-reconfigure-keymaps-hook): New variable.
11754         (speedbar-frame-parameters): Updated documentation.
11755         (speedbar-use-imenu-flag): Updated custom tag
11756         (speedbar-dynamic-tags-function-list): New variable.
11757         (speedbar-tag-hierarchy-method): Updated doc & custom.
11758         (speedbar-indentation-width, speedbar-indentation-width) New
11759         variables.
11760         (speedbar-hide-button-brackets-flag): Customizable.
11761         (speedbar-vc-indicator): Doc update.
11762         (speedbar-ignored-path-expressions): Updated default value.
11763         (speedbar-supported-extension-expressions): Updated default value.
11764         (speedbar-syntax-table): Remove {} paren status.
11765         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11766         as "+".  Added overlay aliases.
11767         (speedbar-mode): Use `speedbar-mode-line-update' instead of
11768         `force-mode-line-update'.
11769         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11770         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11771         `mouse-set-point'
11772         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11773         (speedbar-item-info-tag-helper): Revamped to handle a wider range
11774         of arbitrary text, and new helper functions.
11775         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11776         filename finder.
11777         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11778         (speedbar-directory-buttons): Update path search/expansion.
11779         (speedbar-make-tag-line): Pay attention to
11780         `speedbar-indentation-width'.  Use more care w/ invisible
11781         properties.
11782         (speedbar-change-expand-button-char): Call
11783         `speedbar-insert-image-button-maybe'.
11784         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11785         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11786         (speedbar-trim-words-tag-hierarchy)
11787         (speedbar-simple-group-tag-hierarchy): New functions
11788         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11789         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11790         functions.
11791         (speedbar-mouse-set-point): New function
11792         (speedbar-power-click): Updated documentation.
11793         (speedbar-line-token, speedbar-goto-this-file): Handle more types
11794         of tag prefix text.
11795         (speedbar-expand-line, speedbar-contract-line): Make more robust
11796         to strange text.
11797         (speedbar-expand-line): Takes universal argument to flush the
11798         cache.
11799         (speedbar-flush-expand-line): New function.
11800         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11801         Use new generator insertion method.
11802         (speedbar-fetch-dynamic-tags): New function.
11803         (speedbar-fetch-dynamic-imenu): Removed code now handled in
11804         `speedbar-fetch-dynamic-imenu'.
11805         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11806         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11807         "Revert Buffer" menu items.
11808         (speedbar-buffer-buttons-engine): Be smarter when creating a
11809         filename tag (for expansion purposes.).
11810         (speedbar-highlight-one-tag-line,
11811         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11812         (speedbar-recenter): New functions.
11813         (defimage-speedbar): Image loading abstraction.
11814         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11815         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11816         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11817         (speedbar-tag-type, speedbar-tag-mail): New images.
11818         (speedbar-expand-image-button-alist): New variable.
11819         (speedbar-insert-image-button-maybe): Insert an image over some
11820         buttons.
11822 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
11824         * international/mule-cmds.el (encode-coding-char): An ASCII
11825         character is always encodable.
11827         * international/mule-conf.el: Add more information in descriptions
11828         of character sets.
11830         * international/mule-diag.el (describe-char-after): New function.
11831         (describe-font-internal): Adjusted for the change of font-info.
11832         (describe-font): Likewise.
11833         (print-fontset): Rewritten for the new fontset implementation.
11834         (describe-fontset): Include fontset alias names in completion.
11835         (list-fontsets): Adjusted for the change of print-fontset.
11837         * simple.el (what-cursor-position): If DETAIL is non-nil, call
11838         describe-char-after instead of displaying the detail in the echo
11839         area.
11840         (syntax-code-table): Format changed.
11841         (string-to-syntax): Adjusted for the above change.
11843 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
11845         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11847 2000-05-12  Dave Love  <fx@gnu.org>
11849         * calendar/todo-mode.el: Remove some compatibility stuff and CL
11850         dependence.  Use line-{beginning,end}-position, not
11851         point-at{b,e}ol.  Some doc fixes.
11852         (todo-position): New function.  Fix callers of position to use it.
11853         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11855 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
11857         * time.el (display-time-mail-icon): Use `:ascent center'.
11859         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11860         handling FTP security extensions.
11862 2000-05-11  Dave Love  <fx@gnu.org>
11864         * calendar/todo-mode.el: New file.
11866 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
11868         * comint.el (comint-read-input-ring): Move reference to
11869         comint-input-ring-size outside of the save-excursion.  It was
11870         causing the default value to be the only one ever seen.
11872         * font-lock.el: Update copyright.  Remove Simon Marshall's email
11873         address on request from him.
11875         * subr.el (substitute-key-definition): Add comment describing
11876         the meaning of PREFIX.
11878 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
11880         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11882         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11883         (add-minor-mode): Don't make the variable buffer-local and add a
11884         reference to define-minor-mode in the docstring.
11886         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11887         HEADER/FOOTER and fix bug with trailing empty directory.
11888         (cvs-append-to-ignore): Use vc-editable-p if available.
11889         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11890         (vc-do-command): Tweak advice to handle the new VC.
11892         * log-view.el (log-view-goto-rev): New function for the new VC.
11893         (log-view-minor-wrap): Use mark-active.
11895         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11896         (log-edit-changelog-full-paragraphs): New var.
11897         (log-edit-insert-changelog): Remove a lonely leading `* file'.
11898         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11899         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11900         (log-edit-changelog-ours-p, log-edit-changelog-entries)
11901         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11902         Replace the `cvs' prefix with `log-edit'.
11904         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11906         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11907         (diff-font-lock-defaults): Explicitly turn off multiline.
11908         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11909         (diff-ediff-patch): Fix call to ediff-patch-file.
11910         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11911         Handle comments.
11913         * frame.el (automatic-hscrolling): Typo.
11915         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11917 2000-05-09  Sam Steingold  <sds@goems.com>
11919         * apropos.el (apropos-print): use `describe-face' instead of
11920         `customize-face-other-window'.
11922 2000-05-09  Dave Love  <fx@gnu.org>
11924         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11926         * help.el (describe-variable): Have customize button pop the
11927         help-xref stack when invoked.
11928         (help-xref-symbol-regexp): Add `face'.
11929         (help-make-xrefs): Check for quoted face names and adapt regexp
11930         submatch numbers to cope.
11931         (help-xref-interned): Maybe insert face doc too.  Separate
11932         sections with a line of hyphens.
11934         * faces.el:  Some doc fixes.  Declare some functions obsolete.
11935         (describe-face): Add customize button.  Return the help
11936         text.  Fix prompt.
11938 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
11940         * term/internal.el (IT-character-translations): Fix last change.
11942 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11944         * woman.el: New file
11945         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11947 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11949         * term/internal.el (IT-character-translations): Update ASCII
11950         simulations for greek-iso8859-7, add latin-iso8859-14 and
11951         latin-iso8859-15.
11953         * international/mule-cmds.el (set-language-info-alist): Call
11954         define-prefix-command with 3 arguments, to make the map suitable
11955         for a menu.
11957 2000-05-07  Dave Love  <fx@gnu.org>
11959         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11961 2000-05-05  Dave Love  <fx@gnu.org>
11963         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11964         list in doc string.  Don't quote keyword symbols.
11965         * emacs-lisp/cl.el: Likewise
11966         * emacs-lisp/cl-seq.el: Likewise
11968 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
11970         * abbrev.el (abbrev-mode): Make ARG optional.
11972 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
11974         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11976         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11978         * subr.el (substitute-key-definition): Clarify documentation.
11980 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
11982         * glasses.el (glasses-convert-to-unreadable): Use
11983         `glasses-separator' instead of the hard-wired "_".
11984         (glasses-mode): Call `glasses-make-unreadable' only in a single
11985         place.
11987 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
11989         * term/internal.el (cjk-codepages-alist): Add associations for
11990         Chinese and Korean codepages.  Remove FIXME comment.
11992 2000-05-03  Dave Love  <fx@gnu.org>
11994         * time.el (display-time-mail-face, display-time-use-mail-icon):
11995         New option.
11996         (display-time-mail-icon): New variable.
11997         (display-time-string-forms): Use the above.  Fix the local-map.
11999 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
12001         * replace.el (query-replace-map): Add binding for `E'.
12002         (query-replace-help): Extend help text.
12003         (perform-replace): Allow editing the replacement string.
12005         * make-mode.el (makefile-mode-abbrev-table): New variable.
12006         (makefile-mode): Set local abbrev table to
12007         makefile-mode-abbrev-table.
12008         (makefile-font-lock-keywords): Fontify includes and conditionals.
12010         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12011         set TOGGLE's value.
12013         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12014         mail-interactive-insert-alias.
12015         (mail-abbrev-complete-alias): New command.
12016         (mail-mode-map): Bind it to `M-TAB'.
12018 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
12020         * language/lao-util.el (lao-compose-region): New function.
12022 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
12024         * files.el (recover-session): Make directories as necessary
12025         if they don't exist yet.
12027         * calendar/cal-french.el
12028         (french-calendar-multibyte-special-days-array)
12029         (french-calendar-special-days-array): Change French text.
12030         (calendar-french-date-string): Change output.
12031         (calendar-goto-french-date): Likewise.
12033 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
12035         * wid-edit.el (widget-default-active): Obey `:always-active'.
12036         (widget-documentation-string-value-create): Set `:always-active'.
12038 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12040         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12041         default prefix to `~/_emacs.d/auto-save.list/_s'.
12042         (normal-top-level): Create the directory for auto-save files, if
12043         it doesn't already exist (in the ms-dos case only).
12045 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
12047         * international/mule-cmds.el (set-language-environment): Don't
12048         concat an integer (dos-codepage), use format instead.
12050 2000-05-02  Dave Love  <fx@gnu.org>
12052         * help.el (help-xref-on-pp): Check for constant symbols.
12054 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
12056         * startup.el (normal-top-level): Put a condition-case around
12057         the code loading subdirs.el.
12059 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12061         * ps-print.el: Upside-down and face background color printing,
12062         line number step, doc fix.
12063         (ps-print-version): New version number (5.2).
12064         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12065         (ps-face-attribute-list, ps-plot-with-face): Code fix.
12066         (ps-spool-config): Var fix.
12067         (ps-printer-name-option): Const fix.
12068         (ps-print-upside-down, ps-use-face-background)
12069         (ps-line-number-step): New vars.
12070         (ps-window-system, ps-lp-system): New consts.
12071         (ps-face-background): New fun.
12073 2000-04-28  Richard Stallman  <rms@gnu.org>
12075         * files.el (make-auto-save-file-name):
12076         Apply auto-save-file-name-transforms to visited file name
12077         before generating auto save file name.
12078         (auto-save-file-name-transforms): New variable.
12080         * files.el (backup-enable-predicate):
12081         Correctly test for a file under a temporary directory.
12083 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
12085         * subr.el (add-minor-mode): Rewritten.
12087 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
12089         * mail/sendmail.el (sendmail-send-it): Set
12090         buffer-file-coding-system to the selected coding system for MIME
12091         header.
12093 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
12095         * dired.el (dired-move-to-filename-regexp): Allow format where
12096         YYYY is followed by two spaces.
12098         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12099         in the second character class of the regexp.
12101         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12102         mh-etc, too.
12104         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12105         nil.
12107         * subr.el (add-minor-mode): Use `set' instead of `setq'.
12109         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12110         argument.
12112 2000-04-27  Sen Nagata <sen@eccosys.com>
12114         * emacs-lisp/crm.el (crm-completion-table): New variable.
12115         (crm-collection-fn, crm-test-completion)
12116         (completing-read-multiple): Use it.
12118 2000-04-27  Dave Love  <fx@gnu.org>
12120         * help.el (locate-library): Use mapc.
12121         (help-manyarg-func-alist): Add call-process-region.
12123 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
12125         * subr.el (add-minor-mode): Make argument MAP optional.
12127         * desktop.el (desktop-save): Save list of minor modes.
12128         (desktop-create-buffer): Restore minor modes.
12129         (desktop-minor-mode-table): New user-option.
12131         * subr.el (add-minor-mode): New function.
12133         * image.el (find-image): New function.
12134         (defimage): Rewritten to find image at load time.
12136         * startup.el (normal-top-level-add-to-load-path): Handle
12137         case that the default directory is not in load-path.
12139         * help.el: Old patch from Stefan Monnier.
12140         (help-xref-on-pp): New function.
12141         (describe-variable): Use it to display xrefs in a symbol's value.
12143 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
12145         * cus-edit.el (custom-face): Fix parenthesis.
12147 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
12149         * mail/rmail.el (rmail-expunge): When there are no deleted
12150         messages, do nothing.
12152 2000-04-26  Dave Love  <fx@gnu.org>
12154         * international/mule-cmds.el (locale-translation-file-name):
12155         Defvar to nil.
12156         (set-locale-environment): Set it here (at runtime).
12158 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
12160         * replace.el (perform-replace): Add parameters START and END.  Use
12161         them instead of the check for a region in Transient Mark mode.
12162         (query-replace-read-args): Return two more list elements for the
12163         start and end of the region in Transient Mark mode.
12164         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12165         (map-query-replace-regexp, replace-string, replace-regexp): Add
12166         optional last arguments START and END and pass them to
12167         perform-replace.
12169         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12170         form with additional arguments for perform-replace.
12172         * progmodes/etags.el (tags-query-replace): Add parameters START
12173         and END.  Construct a form with additional arguments for
12174         perform-replace.
12176         * simple.el (shell-command): Set default directory for "*Shell
12177         Command Output" buffer.
12179         * language/european.el (iso-latin-4): Fix typo.
12181         * emacs-lisp/crm.el: New file.
12183 2000-04-24  Dave Love  <fx@gnu.org>
12185         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12186         (Custom-reset-saved, Custom-reset-standard)
12187         (custom-group-value-create, custom-group-set, custom-group-save)
12188         (custom-group-reset-current, custom-group-reset-saved)
12189         (custom-group-reset-standard): Use mapc.
12190         (custom-buffer-create-internal): Disable undo when creating items.
12191         Use mapc.
12192         (custom-face): Avoid redundant lambda.
12194 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12196         * startup.el (auto-save-list-file-prefix): Set default to
12197         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12199 2000-04-24  Sam Steingold  <sds@gnu.org>
12201         * time-stamp.el (time-stamp-string-preprocess): Always convert
12202         `field-result' to a string.
12204 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
12206         * frame.el (scrolling): New group.
12207         (automatic-hscrolling): New user-option.
12209         * startup.el (command-line-x-option-alist): Add `-lsp' and
12210         `--line-spacing'.
12212 2000-04-19  Dave Love  <fx@gnu.org>
12214         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12215         (cl-mapc): Rename from mapc.  Fix the funcall.
12217 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
12219         * simple.el (clone-indirect-buffer-other-window): New command.
12220         (clone-indirect-buffer): Add optional arg NORECROD.
12221         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12223         * help.el (resize-temp-buffer-window): Use count-screen-lines.
12225         * window.el (count-screen-lines): New function.
12226         (shrink-window-if-larger-than-buffer): Use count-screen-lines
12227         instead of window-buffer-height.
12229         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12230         non-existing variable comint-input-sentinel.
12231         (inferior-lisp-args-to-list): Removed.
12232         (inferior-lisp): Use split-string instead of
12233         inferior-lisp-args-to-list.
12235         * hexl.el (hexl-insert-hex-string): New command.
12237         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12238         instead of concat.
12240 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
12242         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12243         at the start of an existing but empty folder.
12245 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12247         * ps-mule.el: Customization fix, doc fix.
12248         (ps-multibyte-buffer): Customization fix.
12250 2000-04-17  Richard M. Stallman  <rms@gnu.org>
12252         * subr.el (read-passwd): Use read-char-exclusive.
12254 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
12256         * textmodes/texinfo.el (texinfo-insert-@email)
12257         (texinfo-insert-@emph, texinfo-insert-@quotation)
12258         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12259         (texinfo-mode-map): Add key bindings for them.
12261         * files.el (basic-save-buffer-2): Use a template with `$'
12262         instead of `#' for VMS.
12264         * simple.el (clone-indirect-buffer): New function.
12266 2000-04-16  Stephen Eglen  <stephen@gnu.org>
12268         * iswitchb.el (iswitchb-case): New function.  If the user input
12269         contains any upper-case characters, the search is made
12270         case-sensitive.
12272 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
12274         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12275         comment-end.
12276         (texinfo-font-lock-syntactic-keywords): New var.
12277         (texinfo-font-lock-keywords): Remove comment regexp.
12278         (texinfo-insert-block): New function.
12279         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12280         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
12281         and font-lock-defaults.  Use regexp-opt for outline-regexp.
12282         (texinfo-environments): New var.
12283         (texinfo-environment-regexp): Use regexp-opt and
12284         texinfo-environments.
12286         * textmodes/ispell.el (ispell-menu-map-needed): Check that
12287         ispell-process is bound since this might be eval'd before ispell
12288         is loaded.
12289         (ispell-message): Use a tiny bit less magic and a bit more hard
12290         data to figure out what kind of sc-cite-regexp to use.
12292         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12294         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12295         (insert-cyclic-diary-entry): Unquote the lambda.
12297         * gud.el (gud-jdb-build-source-files-list): Fix typo.
12299         * files.el (backup-enable-predicate): Unquote the lambda.
12301         * cus-edit.el (custom-face, face): Unquote the lambda.
12303 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12305         * ps-print.el: Check for line-beginning-position definition.
12307         * ps-print.el: Fix counting lines in a region.
12308         (ps-print-version): New version number (5.1.5).
12309         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12310         (ps-printing-region): Fun code fix.
12312 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
12314         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12315         to file-directory-p.
12317 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
12319         * gud.el (gud-jdb-build-source-files-list): Check that directory
12320         exists before calling directory-files.
12322 2000-04-13  Dave Love  <fx@gnu.org>
12324         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
12325         syntax.
12327         * emacs-lisp/cl-specs.el: Remove when, unless.
12329         * emacs-lisp/cl-extra.el: Don't quote keywords.
12330         (cl-old-mapc): New variable.
12331         (mapc): Use it.
12332         (cl-map-intervals): Use with-current-buffer.  Don't check for
12333         next-property-change.
12334         (cl-map-overlays): Use with-current-buffer.
12335         (cl-expt): Remove.
12336         (copy-tree, remprop): Define unconditionally.
12338         * emacs-lisp/cl-compat.el (keywordp): Remove.
12340         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
12341         to use keywordp.
12342         (edebug-spec): Enable keywordp.
12344         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12345         string-lessp.
12347         * cus-start.el: Use keywordp.
12349 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12351         * diary-lib.el (include-other-diary-files): Fix the fix of
12352         2000-02-18 by doing a save-excursion.
12354 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12356         * ps-print.el: Customization fix, doc fix.
12357         (ps-print-version): New version number (5.1.4).
12358         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12359         (ps-print-preprint): Adjust code.
12360         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12361         (ps-print-prologue-header, ps-print-control-characters)
12362         (ps-spool-config): Customization fix.
12364 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
12366         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12367         converted to the new menu-item format, names silightly changed,
12368         help strings added.
12370         Support for spelling without async subprocesses:
12372         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12373         (ispell-session-buffer): New variables.
12374         (ispell-start-process, ispell-process-status,
12375         ispell-accept-output, ispell-send-string): New functions, for
12376         Ispell invocation when async subprocesses aren't supported.
12377         (ispell-word, ispell-pdict-save, ispell-command-loop,
12378         ispell-process-line, ispell-buffer-local-parsing): Replace calls
12379         to process-send-string with calls to ispell-send-string, and
12380         accept-process-output with ispell-accept-output.
12381         (ispell-init-process): Call ispell-process-status instead of
12382         process-status with.
12383         (ispell-init-process): Call ispell-start-process.  Call
12384         ispell-accept-output and ispell-send-string.  Don't call
12385         process-kill-without-query and kill-process if they are unbound.
12386         (ispell-async-processp): New function.
12388 2000-04-12  Dave Love  <fx@gnu.org>
12390         * info.el: Add debug-ignored-errors.
12391         (Info-mode-menu): Add some items.
12392         (Info-directory): Add autoload cookie.
12394         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12395         Modify `truncate-lines'.  Make `describe-language-environment'
12396         always visible and add help.  Modify `describe-key' help.  Invoke
12397         Info-directory from `info'.  New entry `emacs-manual'.
12399 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12401         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12402         propertized-buffer-identification.
12403         (ebrowse-update-member-buffer-mode-line): Likewise.
12404         (ebrowse--mode-strings): Removed.
12405         (ebrowse--mode-line-props): Removed.
12407         * files.el (auto-mode-alist): Add `EBROWSE'.
12409         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12410         space before testing for end of buffer.
12411         (ebrowse-load): Removed.
12412         (ebrowse-revert-tree-buffer-from-file): Rewritten.
12413         (ebrowse-create-tree-buffer): Rewritten.
12414         (ebrowse-tree-mode): Read tree from buffer.
12416         * progmodes/ebrowse-ffh.el: Removed.
12418 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
12420         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12422 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
12424         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12425         at the wrong place.
12427 2000-04-09  Dave Love  <fx@gnu.org>
12429         * files.el (backup-enable-predicate): Use
12430         temporary-file-directory, small-temporary-file-directory.
12431         (make-backup-file-name-function, backup-directory-alist): New
12432         variables.
12433         (make-backup-file-name-1): New function.
12434         (make-backup-file-name): Use it.
12435         (find-backup-file-name): Likewise.  Use format for clarity, not
12436         concat.
12437         (file-newest-backup): Use make-backup-file-name.
12439 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
12441         * progmodes/ebrowse-ffh.el: New file.
12443         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12444         to ebrowse-ffh.el.
12445         (ebrowse-load): Add autoload.
12447         * finder.el (finder-commentary): Add autoload cookie.
12449         * mail/rfc2368.el: Correct author's email address.
12451         * progmodes/ebrowse.el: New file.
12453         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12454         item help string.
12455         (easy-menu-do-add-item): Ditto.
12456         (easy-menu-define): Extend doc string.
12458         * jit-lock.el (with-buffer-unmodified): Use
12459         restore-buffer-modified-p.
12460         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12461         (jit-lock-function, jit-lock-stealth-fontify): Don't use
12462         with-buffer-unmodified.
12464 2000-04-08  Dave Love  <fx@gnu.org>
12466         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12467         unless, when.
12469 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
12471         * viper-util.el (viper-put-on-search-overlay): New subroutine.
12472         (viper-flash-search-pattern): No operation when using Emacs
12473         doesn't support face.
12474         Use `viper-put-on-search-overlay'.
12476 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
12478         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12479         like C-r.
12481         * progmodes/make-mode.el: Some doc fixes.
12482         (makefile-mode-abbrev-table): New variable.
12483         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12484         (makefile-font-lock-keywords): Fontify includes and conditionals.
12485         (toplevel): Require `dabbrev' and `add-log' when compiling.
12487         * replace.el (perform-replace): Don't move forward one char
12488         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
12489         to do that because it leaves point 1 position after the last
12490         replacement, after everything has been replaced.
12492         * jit-lock.el (with-buffer-unmodified): New macro.
12493         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12494         modified state.
12495         (jit-lock-function-1): Extracted from jit-lock-function; not
12496         preserving buffer's modified state.
12497         (jit-lock-function, jit-lock-stealth-fontify): Call
12498         jit-lock-function-1.
12500         * mail/rfc2368.el: Remove supernumerary copyright line.
12502 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
12504         * glasses.el: Provide facilities for inserting space before left
12505         parentheses and uncapitalization of identifiers.
12506         (glasses-mode): Try to remove old overlays in all cases.
12508 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
12510         * progmodes/compile.el (compile-internal): Display the compilation
12511         buffer in a different frame, if it's already displayed there.
12513         * mail/rfc2368.el: New file.
12515         * simple.el (sendmail-user-agent-compose): Recognize a `body'
12516         header and insert its value as mail body.
12518         * subr.el (member-ignore-case): New function.
12520         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12521         (dabbrev--find-expansion): Ignore buffers matching a regexp
12522         from dabbrev-ignored-regexps.
12524         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12525         to extensions handled by gzip.
12527 2000-04-03  Richard M. Stallman  <rms@gnu.org>
12529         * files.el (insert-directory): List the total free space
12530         along with the used space.
12532         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12533         line is followed by one that matches CITATION-REGEXP, end the
12534         paragraph.
12536 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
12538         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12539         (rmail-make-basic-summary-line): Use that option.
12541 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
12543         * international/mule-cmds.el (encoded-string-description):
12544         Rewritten.   Try pretty description for ISO 2022 escape sequences
12545         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
12546         for hexadecimal format.
12548 2000-04-01  Dave Love  <fx@gnu.org>
12550         * cpp.el: Change customization group to `c' from `C'.
12552         * vcursor.el (vcursor-move): Use display-color-p.
12554         * international/mule-util.el: Provide mule-utils.
12555         (string-to-sequence): Simplify and speed up.
12557         * international/mule.el (make-coding-system): Purecopy doc-string.
12559         * international/mule-cmds.el: Various menu changes.
12560         (describe-specified-language-support): Handle `Default'.
12561         (set-language-info): Purecopy `info'.
12563 2000-03-31  Andrew Innes  <andrewi@gnu.org>
12565         * vc.el (vc-backend-diff): Return the correct status if we had to
12566         retry the rcsdiff command without the --brief option.
12568 2000-03-31  Dave Love  <fx@gnu.org>
12570         * help.el (help-manyarg-func-alist): Correct several omissions.
12572         * add-log.el: Don't require cl, fortran.
12573         (add-log-current-defun-function): Doc fix.
12574         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
12575         fix.
12576         (change-log-version-rcs): Function deleted.
12577         (change-log-version-number-search): Doc fix.  Use
12578         vc-workfile-version.  Avoid CL dolist.
12579         (add-change-log-entry): Just call add-log-current-defun to get
12580         defun.  Simplify somewhat.
12581         (change-log-get-method-definition-1): Likewise.
12582         (add-log-current-defun): Return nil if calling
12583         add-log-current-defun-function does so.  Move Fortran stuff to
12584         fortran.el.  Return string without properties.
12586         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12587         and :alpha: char classes.
12589         * mail/supercite.el: Defvar curline when compiling.
12590         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12591         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12592         rather than a-zA-Z0-9 to allow non-ASCII characters.
12594 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
12596         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12598         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12599         Re-enable new code.
12601         * lpr.el (print-region-1): Use -d to specify printer name for
12602         systems `usg-unix-v*, `dgux', `hpux', `irix'.
12604 2000-03-31  Dave Love  <fx@gnu.org>
12606         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12607         for function definition in symbol's function value slot first
12608         instead of first consulting byte-compile-function-environment.
12610 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
12612         * language/european.el ("Polish"): New language environment.
12613         (setup-polish-environment): New function.
12615 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
12617         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12618         Disable new code.
12620         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12621         trying to `load' the symbol of an autoload instead of the file
12622         recorded in the autoload.  Fix error messages.
12624 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12626         * ps-print.el: PostScript programming fix for ghostview, doc fix.
12627         (ps-print-version): New version number (5.1.3).
12628         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12629         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12630         (ps-generate-postscript-with-faces): Code fix.
12631         (ps-color-values): XEmacs compatibility.
12632         (ps-print-background-image, ps-print-background-text, ps-printer-name)
12633         (ps-default-fg, ps-default-bg): Adjust customization.
12634         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12635         (ps-color-scale): Renaming old ps-color-value fun.
12636         (ps-print-headers): Replace ps-print-header group to avoid conflict
12637         with ps-print-header variable.
12638         (ps-print-miscellany): New group.
12639         (ps-format-color, ps-rgb-color): New funs.
12640         (ps-default-foreground): New var.
12641         (ps-printer-name-option): New const.
12643 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
12645         * net/net-utils.el:
12646         (network-connection-host, network-connection-service): New variables
12647         (network-connection-mode): New mode, derived from comint-mode
12648         (network-connection-mode-setup): New function, saves host and
12649         service information in local variables.
12651         * lisp/locate.el:
12652         (locate-word-at-point): Added this function
12653         (locate): Default to using locate-word-at-point as input
12654         Run dired-mode-hook
12656 2000-03-29  Dave Love  <fx@gnu.org>
12658         * calendar/appt.el: Doc fixes.
12659         (appt-check): Convert min-to-app to a string before passing to
12660         appt-disp-window-function or concat.
12661         (appt-delete-window): Remove test for frame-root-window.
12662         (appt-select-lowest-window, appt-convert-time): Simplify.
12664         * emacs-lisp/bytecomp.el: Doc fixes.
12665         (byte-compile-file-form-autoload): Update
12666         byte-compile-function-environment.
12668 2000-03-29  Andreas Schwab  <schwab@suse.de>
12670         * emacs-lisp/autoload.el: Also print defsubst doc string
12671         specially.
12673         * dired.el (dired-insert-directory): If dired-free-space-program
12674         failed just delete its output.
12676 2000-03-29  Dave Love  <fx@gnu.org>
12678         * international/iso-cvt.el: Move provide to end.  Doc fixes.
12679         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12680         (iso-iso2sgml, iso-sgml2iso): New functions.
12681         (iso-cvt-define-menu): Fix some entries and use backquote for
12682         clarity.
12684         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12686 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
12688         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12689         ISO-DATE.  If non-nil, return date in ISO 8601 format.
12691 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
12693         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12694         if it ever becomes used.
12695         (log-edit-mode-hook): Default to vc-log-mode-hook.
12696         (log-edit-mode): Fix the docstring.
12698         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12699         the code.
12701 2000-03-26  Dave Love  <fx@gnu.org>
12703         * net/browse-url.el (browse-url): Re-fix case of
12704         browse-url-browser-function being an alist.
12705         (browse-url): Add :link to defgroup.
12707         * files.el: Doc fixes.
12708         (file-truename): Include `[' in wildcard characters.
12709         (automount-dir-prefix): Customize.
12710         (find-file-wildcards): Add :version.
12711         (find-file-noselect): Simplify a mapcar call.
12713         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12714         compatible with inf-lisp version.
12715         (eval-defun-1): Fix custom-declare-variable case.
12717 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
12719         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12721 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12723         * Makefile (COMPILE_FIRST): New macro.
12724         (compile-files): Compile files from COMPILE_FIRST first.
12726         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12727         code.
12729         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12730         matching open parenthesis in column 0 to defun-prompt-regexp
12731         only if open-paren-in-column-0-is-defun-start is set.
12733         * sun-curs.el: Require CL at compile-time only.
12735         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12736         instead of copy-list which is a function from CL.
12737         (msb--choose-menu, msb--mode-menu-cond)
12738         (msb--create-buffer-menu-2): Use dolist instead of mapc.
12739         (msb--init-file-alist): Use mapcar instead of mapcan.
12740         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
12741         `(' in column 0 in doc string.
12742         (msb--add-separators): Use mapcar instead of mapcan.
12744         * cus-dep.el: Require CL at compile-time only.
12746 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
12748         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12749         (byte-compile-warnings): New warning `noruntime'.
12750         (byte-compile-constants, byte-compile-variables): Fix docstring.
12751         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12752         execute `eval-whenc-compile's body.
12753         (byte-compile-unresolved-functions): Fix docstring.
12754         (byte-compile-eval): New function.
12755         (byte-compile-callargs-warn): Check if the function will be available
12756         at runtime (via property `byte-compile-noruntime').
12757         (byte-compile-print-syms): New function.
12758         (byte-compile-warn-about-unresolved-functions): Also warn about
12759         `noruntime' functions (and use `byte-compile-print-syms').
12760         (byte-compile-file): Capitalize the message.
12762 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
12764         * mail/rmail.el (rmail-confirm-expunge): New user-option.
12765         (rmail-expunge): Ask for confirmation depending on the setting
12766         of rmail-confirm-expunge.
12768 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
12770         * Makefile (bootstrap-clean): If $(emacs) exists, build
12771         loaddefs.el first.  A loaddefs.el that's not up-to-date might
12772         cause a bootstrap failure because things don't autoload as
12773         expected.
12775 2000-03-23  Dave Love  <fx@gnu.org>
12777         * net/browse-url.el: Restore previous use of
12778         browse-url-maybe-new-window.
12780 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12782         * ps-print.el: Skip banner page fix.
12783         (ps-print-version): New version number (5.1.2).
12784         (ps-begin-file, ps-end-file, ps-generate): Code fix.
12786 2000-03-23  Dave Pearson  <davep@davep.org>
12788         * net/quickurl.el Changed the type of parameter passed to the
12789         function defined by `quickurl-format-function'. Before only the
12790         text of the URL was passed. Now the whole URL structure is passed
12791         and the function is responsible for extracting the parts it
12792         requires.  Changed the default of `quickurl-format-function'
12793         accordingly.
12794         (quickurl-insert): Changed the `funcall' of
12795         `quickurl-format-function' to match the above change.
12796         (quickurl-list-insert): Changed the `url' case so that it makes
12797         use of `quickurl-format-function', previous to this the format was
12798         hard wired.
12800 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
12802         * startup.el: Change some spellings for the X Window System.
12804 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
12806         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12807         up the code and the regexp and make sure the cursor is temporarily
12808         moved to the suspicious line while querying the user.
12810 2000-03-22  Jason Rumney  <jasonr@gnu.org>
12812         * w32-fns.el (w32-charset-info-alist): Initialize.
12814 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12816         * ps-print.el: N-up last page fix.
12817         (ps-print-version): New version number (5.1.1).
12818         (ps-end-file, ps-end-job, ps-generate): Code fix.
12820 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12822         * files.el (find-file-run-dired): Update docstring.
12823         (find-directory-functions): New hook.
12824         (find-file-noselect): Run find-directory-functions rather than
12825         calling dired directly.
12827         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12829         * pcvs.el: Add a minimal leading commentary.
12830         (cvs-make-cvs-buffer): Change the header part by removing the startup
12831         message and adding a `Module' entry.  Also replace the FOOTER and
12832         HEADER special fileinfos with the new support in ewoc for updating
12833         its own footer and header.
12834         (cvs-update-header): Update to use the header/footer of the ewoc.
12835         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12836         (cvs-is-within-p): New function.
12837         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12838         to only examine some subset of the buffers.
12840         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12841         `format' instead of our own ad-hoc functions.
12842         Remove HEADER and FOOTER cases, now handled in the EWOC.
12843         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12845         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12846         output to avoid scaring the user.
12847         (cvs-parse-table): Catch message for non-up-to-date commits.
12849         * pcvs-defs.el (cvs-startup-message): Remove.
12850         (cvs-global-menu): New autoloaded menu.
12852         * pcvs-util.el (cvs-string-fill): Remove.
12854         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12855         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12856         PP part of it and also make it work for footers and headers.
12857         (ewoc-create): Drop POS and BUFFER arguments.
12858         Use the DLL's dummy node to store the end-of-footer position.
12859         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12860         (ewoc-refresh): Remove unused `header' variable.
12861         (ewoc-(get|set)-hf): New functions.
12863         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12864         log-view-*-(message|file) and use easy-mmode-define-navigation.
12865         (log-view-message-re): Match SCCS format as well.
12866         And match the revision line rather than the dashed separator line.
12867         (log-view-mode): Use the new define-derived-mode.
12868         (log-view-current-tag): Fill in with an actual implementation.
12870         * cvs-status.el (cvs-status-(prev|next)): Rename from
12871         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12872         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12873         to let the output "breathe" a little more (more readable).
12874         (cvs-status-mode): Use the new define-derived-mode.
12876         * smerge-mode.el (smerge-auto-leave): New function and variable.
12877         (smerge-basic-map): Rename from smerge-basic-keymap.
12878         Change the bindings for smerge-diff-*.
12879         (smerge-*-map): Use easy-mmode-defmap.
12880         (smerge-(next|prev)): Use easy-mmode-define-navigation.
12881         (smerge-keep-*): Use smerge-auto-leave.
12883 2000-03-21  Jason Rumney  <jasonr@gnu.org>
12885         * cus-edit.el (custom-button-face): Use 3D look for w32.
12886         (custom-button-pressed-face): Likewise.
12888 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
12890         * progmodes/etags.el (tags-case-fold-search): New user-option.
12891         (tags-loop-eval): New function.  Bind case-fold-search around eval
12892         depending on the value of tags-case-fold-search.
12893         (tags-loop-continue): Use tags-loop-eval.
12894         (find-tag-in-order): Bind case-fold-search depending on the value
12895         of tags-case-fold-search.
12897 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
12899         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12900         (diff-end-of-hunk): Return the end position for use in
12901         `easy-mmode-define-navigation'.
12902         (diff-recenter): Remove.
12903         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12904         of `easy-mmode-define-navigation'.
12905         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12906         previous renaming) and fix to use new names.
12907         (diff-merge-strings): Use \n as separator: simpler, faster.
12908         (diff-mode): Use `define-derived-mode'.
12910         * derived.el (define-derived-mode): Don't autoload anymore.
12911         Prefer the macro-only version provided by easy-mmode.el.
12913         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12914         `easy-mmode-define-derived-mode'.
12915         Use `combine-run-hooks'.
12916         (easy-mmode-define-navigation): New macro.
12918         * subr.el (combine-run-hooks): New function.
12920 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
12922         * term/x-win.el: Fontsets related initialization is simplified.
12924         * international/mule-diag.el (describe-font): Don't refer to
12925         global-fontset-alist, instead call font-list.
12926         (describe-fontset, list-fontsets, mule-diag): Likewise.
12927         (print-fontset): Adjusted for the change of fontset
12928         implementation.
12930         * international/fontset.el (x-charset-registries): Variable
12931         removed, instead the corresponding data is stored in the default
12932         fontset.
12933         (register-alternate-fontnames): Function removed.
12934         (resolved-ascii-font): Variable removed.
12935         (x-compose-font-name): Ignore the second argument REDOCE.
12936         (x-complement-fontset-spec): Complement only an ASCII font and
12937         element for those charsets than can use that ASCII font.
12938         (generate-fontset-menu): Don't refer to global-fontset-alist,
12939         instead call fontset-list.
12940         (uninstantiated-fontset-alist): Variable removed.
12941         (x-style-funcs-alist): Likewise.
12942         (fontset-default-styles): Likewise.
12943         (x-modify-font-name): Function removed.
12944         (create-fontset-from-fontset-spec): Ignore the argument
12945         STYLE-VARIANT.
12946         (create-fontset-from-ascii-font): Docsting adjusted for the above
12947         change.
12948         (instantiate-fontset, resolve-fontset-name): Functions removed.
12949         (fontset-list): Now implemented by C code.
12951         * faces.el (read-face-font): Fix TABLE arg to completing-read.
12952         (describe-face): Include `font' attribute in the description.
12954 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
12956         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12958 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
12960         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12961         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12962         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12964         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12965         about behavior of set-buffer-modified-p wrt redisplay.
12967 2000-03-19  Richard M. Stallman  <rms@gnu.org>
12969         * view.el (view-mode-disable): Kill local binding of view-read-only.
12971 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
12973         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12974         is a string, convert it to a syntax cell using string-to-syntax.
12976         * simple.el (syntax-code-table, syntax-flag-table): New variables.
12977         (string-to-syntax): New function.
12979         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12980         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12981         try to use passive ftp mode.
12983 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
12985         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12987         * simple.el (append-to-buffer): Update point of windows after
12988         insertion.
12990         * abbrev.el (inverse-add-abbrev): Identify word by first moving
12991         forward then moving backward.  Reindent.
12993         * frame.el (other-frame): Call x-focus-frame only if
12994         focus-follows-mouse is off.
12996 2000-03-17  Dave Love  <fx@gnu.org>
12998         * pcvs-util.el (cvs-strings->string): Rename
12999         replace-regexps-in-string.
13001 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13003         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13004         regexp for labels cannot span several lines.
13006         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13007         `(setq :<key> ':<key>)' to the macro expansion.
13009 2000-03-16  Dave Love  <fx@gnu.org>
13011         * progmodes/f90.el (f90): Put custom group under `languages', not
13012         `fortran'.
13013         (f90-mode-hook): Customize.
13014         (f90-mode): Set add-log-current-defun-function.
13015         (f90-current-defun): New function.
13017 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
13019         * cus-edit.el (custom-variable-tag-face): Handle case that
13020         default face's height is not a number.
13021         (custom-face-tag-face, custom-group-tag-face-1)
13022         (custom-group-tag-face): Ditto.
13023         (custom-group-tag-face-1): Add :group.
13025         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13027 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
13029         * pcvs-defs.el (toplevel): Remove autoload cookie for form
13030         requiring easymenu.
13032 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13034         * ps-print.el: PostScript user-defined prologue, PostScript error
13035         handler, doc fix.
13036         (ps-print-version): New version number (5.1).
13037         (ps-user-defined-prologue, ps-error-handler-message)
13038         (ps-print-prologue-0, ps-error-handler-alist): New vars.
13039         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13040         (ps-insert-string): New function.
13042 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
13044         * international/ccl.el (ccl-compile-expression): Don't generate
13045         invalid self-assignment code.
13047 2000-03-14  Dave Love  <fx@gnu.org>
13049         * subr.el (replace-regexp-in-string): Renamed from
13050         replace-regexps-in-string.  Doc fix.
13052 2000-03-12  Dave Love  <fx@gnu.org>
13054         * cus-edit.el: Doc fixes.
13055         (customize-set-variable, customize-save-variable): Rename args for
13056         doc.
13057         (custom-variable-tag-face, custom-face-tag-face)
13058         (custom-group-tag-face-1, custom-group-tag-face): Modify from
13059         style which user identify as hyperlink.
13060         (hook): Don't add undefined functions to the hook.
13061         (debug-ignored-errors): Transfer message from bindings.el.
13063 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13065         * recentf.el (recentf-keep-non-readable-files-p): Remove
13066         double/nested definition.
13068 2000-03-12  Dave Love  <fx@gnu.org>
13070         * facemenu.el (facemenu-get-face): Use display-color-p.
13071         * enriched.el (enriched-decode-foreground): Likewise.
13072         (enriched-decode-background): Likewise.
13073         * isearch.el (isearch-highlight): Likewise.
13074         * info-look.el (info-lookup): Likewise.
13075         * simple.el (completion-setup-function): Likewise.
13077         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13078         :options.
13080         * bindings.el (mode-line-format): Fix line-number and
13081         column-number items.  Add help-echo for the background.
13082         (mode-line-mule-info): Modify help-echo.
13084         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13086         * files.el (load-file): Allow completion to .elc.
13088         * man.el: Doc fixes.
13089         (Man-init-defvars): Use display-color-p to set fontification.
13091         * play/hanoi.el (hanoi-internal): Don't use oddp.
13093 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
13095         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13097         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13099 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13101         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13102         Fix comment.
13104 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
13106         * font-lock.el (font-lock-keywords): Fix the doc now that
13107         regexp-opt-depth is unnecessary.
13108         (save-buffer-state): Set an edebug spec.
13109         (font-lock-fontify-anchored-keywords): Properly handle the case when
13110         the matcher goes past the limit.
13112         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13113         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13115         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13116         dll.el and cookie.el (from Elib) with heavy renaming and other
13117         massaging.
13119         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13120         Autoload the functions used.
13121         (easy-mmode-define-syntax): Fix CL typo.
13122         (easy-mmode-define-derived-mode): Improve the docstring generation.
13124 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
13126         * textmodes/texinfo.el (texinfo-version): Variable and function
13127         removed.
13129 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
13131         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13132         allow more flexibility.
13133         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13134         fns.
13135         (easy-mmode-defmap, easy-mmode-defsyntax)
13136         (easy-mmode-define-derived-mode): New macros.
13138 2000-03-09  Didier Verna  <didier@xemacs.org>
13140         * rect.el (replace-rectangle): New function.
13142 2000-03-09  Dave Love  <fx@gnu.org>
13144         * progmodes/fortran.el (fortran-comment-line-start): Define as
13145         "C".
13146         (fortran-comment-line-start-skip): Don't match cpp stuff.
13147         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
13148         (fortran-mode-map): Remove over-eager custom-menu-create for now.
13149         (fortran-mode): Don't set fortran-comment-line-start-skip,
13150         fortran-comment-line-start here.  Set comment-start,
13151         add-log-current-defun.
13152         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13153         (fortran-current-defun): New function.
13155 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
13157         * emacs-lisp/re-builder.el: New file.
13159         * mouse.el (mouse-drag-region): Don't run up-event handler
13160         if hscroll has changed.
13162         * octave-mod.el (octave-font-lock-keywords): To font-lock the
13163         builtin operators, use `font-lock-builtin-face' for Emacs and
13164         `font-lock-preprocessor-face' otherwise.
13166         * font-lock.el (lisp-font-lock-keywords-1): Highlight
13167         `(defun (setf foo)' differently.
13169 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
13171         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13172         (regexp-opt): Update comment and adapt the code the new meaning of
13173         the `paren' argument of regex-opt-group for shy-groups.
13174         (regexp-opt-depth): Handle shy groups as well as backslashed
13175         backslashes.
13176         (regexp-opt-group): Turn the leading comment into a docstring.
13177         Allow `paren' to be a string (the string to use to open a group).
13178         Remove open-presuf and close-presuf.  Instead of checking for `all
13179         one-char' and then later on check for `several one-char', handle
13180         both cases close together.  Also apply a more generic algorithm
13181         for suffixes (the mirror image of the algorithm used for
13182         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
13183         (regexp-opt-try-suffix): Removed.
13185         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13186         from comint-mode-map, so we can just inherit from it.  Also, move
13187         the initialization into the `defvar' since there's no docstring
13188         anyway and it's fairly short.
13189         (inferior-scheme-mode): Define it as derived-mode: the code is
13190         shorter and this way we inherit from comint-mode-map rather than
13191         copying it.
13193         * subr.el (replace-regexps-in-string): Properly handle the case
13194         where we match an empty string.
13196         * comint.el (comint-exec-1): Add the current-dir to the exec-path
13197         when the command has a directory component (such as "./testml").
13198         Also fix a typo in the comment.
13200 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
13202         * Makefile (compile-files): Compile files one by one because
13203         that's the only way to ensure a clean compilation environment for
13204         each individual file.
13206         * frame.el (other-frame): Call x-focus-frame.
13208 2000-03-07  Dave Love  <fx@gnu.org>
13210         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13211         :require to defcustom.
13213         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13214         lists.
13216         * files.el (auto-mode-alist): Add configure.in.
13218         * progmodes/autoconf.el: New file.
13220 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
13222         * mail/mh-e.el: Change maintainer to `none'.
13224         * recentf.el (recentf-keep-non-readable-files-p): Quote args
13225         to remove-hook and add-hook.
13227 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
13229         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13230         it as the default.
13231         (mail-send): Test mail-send-nonascii also for the new `mime' value.
13232         (sendmail-send-it): Conditionally add MIME headers specifying the
13233         used character set.
13235 2000-03-07  Dave Love  <fx@gnu.org>
13237         * winner.el: Fix keywords, autoload cookies.  Split
13238         eval-when-compile form to avoid compilation failure.
13240 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
13242         * international/mule.el: Modify comment about coding system
13243         property `coding-category'.
13244         (make-coding-system): New argument EOL-TYPE.  Pay attention to
13245         coding-category property of PROPERTIES.
13247         * international/mule-conf.el (coding-category-utf-8,
13248         coding-category-utf-16-be, coding-category-utf-16-le): New coding
13249         categories.  Include them in the argument for set-coding-priority.
13251         * international/mule-cmds.el (reset-language-environment): Include
13252         coding-category-utf-8, coding-category-utf-16-be, and
13253         coding-category-utf-16-le in the argument for set-coding-priority.
13254         (reset-language-environment): Initialize coding-category-utf-8,
13255         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13257 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
13259         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13260         code abstracted out of `bookmark-jump-noselect'.  Now tries info
13261         extensions as well as compression extensions.
13262         (bookmark-jump-noselect): Use above new func.
13264 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
13266         * strokes.el: Change maintainer's mail address.
13268 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
13270         * international/mule-diag.el (list-character-sets): Make help-echo
13271         string by substitute-command-keys.
13272         (list-character-sets): Likewise.
13273         (sort-listed-character-sets): Call help-setup-xref.
13275 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13277         * time.el (display-time-mail-file): Add `none' to the list of
13278         choices.
13280 2000-03-01  Dave Love  <fx@gnu.org>
13282         * help.el (help-xref-go-back): Don't try to set position.
13284         * international/mule-diag.el (list-character-sets): Call
13285         help-setup-xref.  Add help-echo to xrefs.
13286         (list-character-sets-1): Add help-echo to xrefs.
13288 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
13290         * frame.el (blink-cursor-mode): Switch cursor on when turning
13291         the mode off.
13293         * add-log.el (add-log-current-defun): Add support for
13294         Autoconf mode.
13296         * mail/rmail.el (rmail-quit-hook): New variable.
13298 2000-03-01  Dave Love  <fx@gnu.org>
13300         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13302         * help.el (help-xref-button): Add help-echo arg.
13303         (describe-function-1, describe-variable, help-make-xrefs): Use it.
13305         * faces.el (list-faces-display): Supply help-echo with
13306         help-make-xrefs.
13308         * facemenu.el (list-text-properties-at): Set help-xref-stack to
13309         nil.
13311 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
13313         * image.el (defimage): Look for image files in load-path.
13315         * frame.el (busy-cursor-delay-seconds): Change type to
13316         `number'.
13318 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13320         * recentf.el (recentf): Added version tag to the defgroup of
13321         recentf.
13323 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13325         * recentf.el (recentf-cleanup): Changed to remove excluded file
13326         too.
13327         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13328         action to select/unselect a file.
13329         (recentf-edit-list): Code cleanup and improvement.
13330         (recentf-open-more-files-action): `recentf-open-more-files' button
13331         widget action to open a file.
13332         (recentf-open-more-files): No more use standard completion but
13333         widgets.
13334         (recentf-more-collection): Deleted.
13335         (recentf-more-history): Deleted.
13336         (recentf-setup-more-completion): Deleted.
13338 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
13340         * recentf.el (recentf-mode): No more needs that Emacs is running
13341         under a window-system.
13343 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13345         * recentf.el (recentf-edit-list): New command to edit the recent
13346         list which allow the user to remove files.
13347         (recentf-edit-selected-items): New global variable, used by
13348         `recentf-edit-list' to hold the list of files to be removed from
13349         the recent list.
13350         (recentf-make-menu-items): Updated to display a "Edit list..."
13351         menu item.  Minor code cleanup.
13353 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13355         * recentf.el (recentf-open-more-files): New command to open files
13356         that are not displayed in the menu.
13357         (recentf-more-collection): New global variable holding the set of
13358         permissible completions used by `recentf-open-more-files'.
13359         (recentf-more-history): New global variable holding the history list
13360         used by `recentf-open-more-files' completion.
13361         (recentf-setup-more-completion): New function to setup completion for
13362         `recentf-open-more-files'.
13363         (recentf-make-menu-items): Updated to display a "More..." menu item.
13365 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13367         * recentf.el (recentf-menu-action): Doc fixed.
13369 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
13371         * recentf.el (recentf-menu-filter): Doc updated.
13372         (recentf-update-menu-hook): Allow menu filters to force menu update.
13373         (recentf-make-menu-items): New menu filter handling.
13374         (recentf-make-menu-item): New helper function.
13375         (recentf-menu-elements): New menu handling function.
13376         (recentf-sort-ascending): Updated to new menu filter handling.
13377         (recentf-sort-descending): Updated to new menu filter handling.
13378         (recentf-sort-basenames-ascending): New menu filter function.
13379         (recentf-sort-basenames-descending): New menu filter function.
13380         (recentf-show-basenames): New menu filter function.
13381         (recentf-show-basenames-ascending): New menu filter function.
13382         (recentf-show-basenames-descending): New menu filter function.
13384 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13386         * diary-lib.el (list-diary-entries): Don't try to go forward at
13387         the end of the buffer.
13389 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
13391         * international/mule-diag.el (list-character-sets): Completely
13392         rewritten.
13393         (sort-listed-character-sets): New function.
13394         (list-character-sets-1): Completely rewritten.
13395         (list-character-sets-2): New function.
13396         (non-iso-charset-alist): New variable.
13397         (decode-codepage-char): New function.
13398         (charset-history): New variable.
13399         (read-charset) (list-block-of-chars)
13400         (list-iso-charset-chars)
13401         (list-non-iso-charset-chars)
13402         (list-charset-chars): New functions.
13403         (mule-diag): Call list-character-sets-2, not
13404         list-character-sets-2.
13405         (dump-charsets): Likewise.
13407 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
13409         * dired-x.el (dired-filename-at-point): Add `@' to valid
13410         file name characters.
13411         (dired-filename-at-point): Handle ange-ftp file names.
13413         * frame.el (frame-notice-user-settings): Use assq-delete-all
13414         instead of assoc-delete-all.
13415         (frame-notice-user-settings): Ditto.
13417         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13418         Don't copy alist.
13420 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
13422         * calculator.el (calculator-use-menu): New option.
13423         (calculator-initial-bindings): Changed some bindings to work as
13424         macros.
13425         (calculator-forced-input): Removed.
13426         (calculator-restart-other-mode): New variable.
13427         (calculator-mode-map): Set up menu.
13429 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
13431         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13432         tags.
13434 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
13436         * viper-cmd.el (viper-envelop-ESC-key): added the option to
13437         translate all ESC key sequences.
13438         (viper-goto-mark-subr): restore markers for files for which
13439         they were saved.
13440         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13441         * viper-util.el (viper-set-replace-overlay-glyphs,
13442         viper-set-replace-overlay): always check if the replacement
13443         overlay is live.
13444         * viper.el (viper-vi-state-mode-list): added major modes.
13445         * ediff-wind.el: minor comment changes.
13446         * ediff.el: copyright notice date fix.
13448 2000-02-27  Jason Rumney  <jasonr@gnu.org>
13450         * faces.el (face-font-family-alternatives): Add arial to helv.
13451         (mode-line, header-line, tool-bar): Same default as x for w32.
13452         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13453         face-font-family-alternatives from working.
13454         * term/w32-win.el (mouse-set-font): Do not build fontset from
13455         chosen font.
13457 2000-02-25  Sam Steingold  <sds@goems.com>
13459         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13460         properly.
13462 2000-02-25  Richard M. Stallman  <rms@gnu.org>
13464         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13466 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
13468         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13469         writable.
13471         * frame.el (busy-cursor-delay-seconds): New option.
13473 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
13475         * frame.el (show-cursor-in-non-selected-windows): New option.
13477 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13479         * diary-lib.el (include-other-diary-files): Undo the selective
13480         display in any included file and don't kill it.
13482 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
13484         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13485         bar.  Menu items converted to (menu-item format, help strings
13486         added.
13487         [downcase, upcase]: Don't enable on MS-DOS.
13488         [symlink, symlinks]: Don't show if make-symbolic-link is not
13489         bound.
13490         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13492 2000-02-23  Dave Love  <fx@gnu.org>
13494         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13495         (backward-kill-word): Revert addition of * to interactive spec --
13496         it's a feature.
13498         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13499         (backward-kill-sentence, kill-sentence): Likewise.
13501         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13502         scratch buffer name.
13503         (gud-format-command): Use int-to-string in ?l case.  Simplify
13504         slightly.
13506         * term/w32-win.el (internal-face-interactive): Update prompt for
13507         new read-face-name.
13509         * mail/footnote.el (footnote): Add :version to defgroup.
13510         (footnote-section-tag-regexp): Customize.
13511         (footnote-start-tag, footnote-end-tag): New option.
13512         (footnote-latin-regexp): New variable.
13513         (Footnote-latin): New function.
13514         (footnote-style-alist): Add element for latin style.
13515         (footnote-style): Moved.
13516         (Footnote-goto-footnote): Use eq to test arg.
13518         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13520         * emacs-lisp/byte-opt.el: Change old backquote syntax.
13521         (byte-compile-trueconstp): Include keywords.
13522         (byte-optimize-quote, byte-optimize-lapcode): Use
13523         byte-compile-const-symbol-p.
13524         (byte-optimize-char-before): New optimization.
13526         * emacs-lisp/bytecomp.el: Change old backquote syntax.
13527         (byte-compile-const-symbol-p): New function.
13528         (byte-compile-constp, byte-compile-out-toplevel)
13529         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13530         Use it.
13532         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
13534 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
13536         * international/encoded-kb.el: Be sure to update minor-mode-alist
13537         and minor-mode-map-alist.
13538         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13539         codes SS2 and SS3 correctly.
13540         (encoded-kbd-self-insert-ccl): New function.
13541         (encoded-kbd-setup-keymap): New function.
13542         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
13543         by calling encoded-kbd-setup-keymap.
13545         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13546         characters.
13547         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13548         locally.
13550 2000-02-22  Dave Love  <fx@gnu.org>
13552         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13553         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13554         defvar.
13555         (lisp-mode-syntax-table): Set up for #|...|# comments.
13556         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
13557         classes.  Match `defface'.
13558         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13559         (eval-defun-1): Fix for defcustom.
13560         (lisp-indent-region): Doc fix.
13562         * subr.el (when, unless, split-string): Doc fix.
13563         (read-passwd): Move call of clear-this-command-keys to the right
13564         place.
13565         (replace-regexps-in-string): New function.
13567 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
13569         * help.el (describe-variable): Set syntax table to
13570         emacs-lisp-mode-syntax-table when moving forward over the
13571         symbol's name.
13573 2000-02-22  Dave Love  <fx@gnu.org>
13575         * xt-mouse.el: Doc fixes.
13576         (xterm-mouse-position-function): New function, replacing advice of
13577         mouse-position.
13578         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
13580         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13582 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
13584         * format.el (format-annotate-single-property-change): Handle
13585         properties.with dotted-list values.
13586         (format-proper-list-p): New function.
13588         * enriched.el (enriched-face-ans): Handle '(foreground-color
13589         . COLOR) and (background-color . COLOR).
13591 2000-02-20  Dave Love  <fx@gnu.org>
13593         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13594         and assignments to it.
13595         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13596         current local map.
13597         (make-flyspell-overlay): Use it.
13598         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13600         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13601         (lm-get-header-re): Defun, not defsubst.
13602         (lm-get-package-name): Defun, not defsubst.  Simplify.
13603         (lm-version): Doc fix.  Simplify.
13604         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13605         (lm-crack-address, lm-last-modified-date, lm-commentary)
13606         (lm-verify, lm-synopsis): Simplify.
13607         (lm-report-bug): Require emacsbug.  Use compose-mail.
13609 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
13611         * dired.el (dired-mode): Call propertized-buffer-identification
13612         to set mode-line-buffer-identification to something having
13613         the right text properties.
13615         * bindings.el (propertized-buffer-identification): New function.
13617 2000-02-20  Dave Love  <fx@gnu.org>
13619         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13620         check for t-mouse too.
13622         * cus-start.el: Make echo-keystrokes `number'.
13624 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
13626         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13627         Don't call ring-empty-p unless tags-location-ring is bound.
13628         From Noah Friedman <friedman@splode.com>.
13630 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
13632         * progmodes/hideshow.el (hs-flag-region): No longer use
13633         `intangible' overlay property.
13635         (hs-toggle-hiding): New command.
13636         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13638         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13639         Fix omission bug: Run `hs-minor-mode-hook' for both activation
13640         and deactivation.
13642 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
13644         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13646 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13648         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13650         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13651         of `*' to handle `(* ... *)' comments.
13653 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
13655         * faces.el (list-faces-display): Use display-mouse-p instead of
13656         window-system.
13658         * menu-bar.el (global-map): Menu-bar items converted to the new
13659         format (menu-item..., rearranged for better CUA compliance, and
13660         their names changed for better clarity.  Help strings added.
13662         * international/mule-cmds.el (mule-menu-keymap)
13663         (describe-language-environment-map, set-coding-system-map)
13664         (setup-language-environment-map): Convert to new (menu-item...
13665         form, add help strings.  Change names of menu items for better
13666         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
13667         submenu).
13669 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
13671         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13672         within the code.
13674 2000-02-16  Dave Love  <fx@gnu.org>
13676         * faces.el: Don't require custom.  Add more specific :groups to
13677         various deffaces.
13678         (set-face-attribute): Purecopy args.
13679         (read-face-name): Default to name at point and use it in prompt.
13680         Remove colon from arg in all callers.
13681         (list-faces-display): Hyperlink to face descriptions and customize
13682         buffers.
13684 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
13686         * wid-edit.el (widget-match-inline): An atom never matches a
13687         list.
13689 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13691         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13692         at ':' characters by call to split-string.
13694 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13696         * textmodes/bibtex.el: Added RCS version identification.
13698 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13700         * textmodes/bibtex.el: Some temporary comments removed.
13701         (bibtex-field-name, bibtex-entry-type): Made the relationship
13702         explicit.
13703         (bibtex-field-const): Allow capital letters.
13704         (bibtex-start-of-string): Deleted because unused.
13706         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13707         use the term 'reference' to describe a bibtex entry as a whole.
13708         Further, reference keys are no longer called 'labels'.
13709         (bibtex-keys): Renamed to bibtex-reference-keys.
13710         (bibtex-reformat-previous-labels): Renamed to
13711         bibtex-reformat-previous-reference-keys.
13712         (bibtex-reference-type): Renamed to bibtex-entry-type.
13713         (bibtex-reference-head): Renamed to bibtex-entry-head.
13714         (bibtex-reference-maybe-empty-head): Renamed to
13715         bibtex-entry-maybe-empty-head.
13716         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13717         (bibtex-search-reference): Renamed to bibtex-search-entry.
13718         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13719         bibtex-enclosing-entry-maybe-empty-head.
13720         (bibtex-entry-field-alist, bibtex-entry-head,
13721         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13722         bibtex-map-entries, bibtex-search-entry,
13723         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13724         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13725         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13726         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13727         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13728         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13729         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13731 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13733         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13734         comment.
13735         (bibtex-format-field-delimiters): New function, functionality
13736         extracted from bibtex-format-entry.
13737         (bibtex-autokey-get-yearfield-digits): New function, functionality
13738         extracted from bibtex-autokey-get-yearfield.
13740         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13741         entries in order to avoid stack overflow in the regexp matcher if
13742         field contents become large.
13743         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13744         bibtex-field-string-part-not-braced,
13745         bibtex-field-string-part-no-inner-braces,
13746         bibtex-field-string-part-1-inner-brace,
13747         bibtex-field-string-part-2-inner-braces,
13748         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13749         bibtex-field-string-quoted, bibtex-field-string,
13750         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13751         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13752         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13753         as parsing is now performed by the following functions.
13754         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13755         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13756         bibtex-parse-field-string, bibtex-search-forward-field-string,
13757         bibtex-parse-association, bibtex-field-name-for-parsing,
13758         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13759         bibtex-search-forward-field, bibtex-search-backward-field,
13760         bibtex-start-of-field, bibtex-end-of-field,
13761         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13762         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13763         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13764         bibtex-parse-string, bibtex-search-forward-string,
13765         bibtex-search-backward-string, bibtex-start-of-string,
13766         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13767         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13768         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13769         entries.  Instead of reporting the results of the parsing by
13770         match-beginning or match-end, these functions return data structures
13771         that hold the corresponding positions.
13772         (bibtex-enclosing-field): Changed to also report field boundaries by
13773         return values rather than by match-beginning or match-end.  The
13774         following functions have been adapted to use the new parsing
13775         functions.
13776         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13777         bibtex-enclosing-field, bibtex-format-entry,
13778         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13779         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13780         bibtex-print-help-message, bibtex-end-of-entry,
13781         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13782         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13783         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13784         method for parsing.
13785         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13786         bibtex-map-entries, bibtex-flash-head,
13787         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13788         bibtex-autokey-change, bibtex-autokey-get-namefield,
13789         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13790         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13791         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13792         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13793         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13794         order to make the new binding of case-fold-search immediately
13795         visible.
13797 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13799         * textmodes/bibtex.el: Copyright notice is up to date.
13800         Added constant 'bibtex-maintainer-salutation.
13802         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13803         than make-temp-name, use match-string-no-properties and eliminate
13804         a quadratic behavior when building bibtex-strings.
13806         * bibtex.el (bibtex-reference-key): Accept string entries whose
13807         reference key contains upper case letters.
13809 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13811         * bibtex.el (bibtex-reference-head): Allow entries to start with
13812         a new line.
13814 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13816         * bibtex.el: Hiding of entry bodies is not longer provided by
13817         bibtex.el directly.  Instead the hideshow package can be used.
13818         Added a special bibtex entry to hs-special-modes-alist.
13819         (bibtex-hs-forward-sexp): Added for hideshow.el.
13821 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13823         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13824         at ':' characters by call to split-string.
13826 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13828         * textmodes/bibtex.el: Added RCS version identification.
13830 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13832         * textmodes/bibtex.el: Some temporary comments removed.
13833         (bibtex-field-name, bibtex-entry-type): Made the relationship
13834         explicit.
13835         (bibtex-field-const): Allow capital letters.
13836         (bibtex-start-of-string): Deleted because unused.
13838         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
13839         use the term 'reference' to describe a bibtex entry as a whole.
13840         Further, reference keys are no longer called 'labels'.
13841         (bibtex-keys): Renamed to bibtex-reference-keys.
13842         (bibtex-reformat-previous-labels): Renamed to
13843         bibtex-reformat-previous-reference-keys.
13844         (bibtex-reference-type): Renamed to bibtex-entry-type.
13845         (bibtex-reference-head): Renamed to bibtex-entry-head.
13846         (bibtex-reference-maybe-empty-head): Renamed to
13847         bibtex-entry-maybe-empty-head.
13848         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13849         (bibtex-search-reference): Renamed to bibtex-search-entry.
13850         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13851         bibtex-enclosing-entry-maybe-empty-head.
13852         (bibtex-entry-field-alist, bibtex-entry-head,
13853         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13854         bibtex-map-entries, bibtex-search-entry,
13855         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13856         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13857         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13858         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13859         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13860         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13861         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13863 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13865         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13866         comment.
13867         (bibtex-format-field-delimiters): New function, functionality
13868         extracted from bibtex-format-entry.
13869         (bibtex-autokey-get-yearfield-digits): New function, functionality
13870         extracted from bibtex-autokey-get-yearfield.
13872         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13873         entries in order to avoid stack overflow in the regexp matcher if
13874         field contents become large.
13875         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13876         bibtex-field-string-part-not-braced,
13877         bibtex-field-string-part-no-inner-braces,
13878         bibtex-field-string-part-1-inner-brace,
13879         bibtex-field-string-part-2-inner-braces,
13880         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13881         bibtex-field-string-quoted, bibtex-field-string,
13882         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13883         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13884         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13885         as parsing is now performed by the following functions.
13886         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13887         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13888         bibtex-parse-field-string, bibtex-search-forward-field-string,
13889         bibtex-parse-association, bibtex-field-name-for-parsing,
13890         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13891         bibtex-search-forward-field, bibtex-search-backward-field,
13892         bibtex-start-of-field, bibtex-end-of-field,
13893         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13894         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13895         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13896         bibtex-parse-string, bibtex-search-forward-string,
13897         bibtex-search-backward-string, bibtex-start-of-string,
13898         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13899         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13900         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13901         entries.  Instead of reporting the results of the parsing by
13902         match-beginning or match-end, these functions return data structures
13903         that hold the corresponding positions.
13904         (bibtex-enclosing-field): Changed to also report field boundaries by
13905         return values rather than by match-beginning or match-end.  The
13906         following functions have been adapted to use the new parsing
13907         functions.
13908         (bibtex-skip-to-valid-entry, bibtex-search-reference,
13909         bibtex-enclosing-field, bibtex-format-entry,
13910         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13911         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13912         bibtex-print-help-message, bibtex-end-of-entry,
13913         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13914         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13915         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13916         method for parsing.
13917         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13918         bibtex-map-entries, bibtex-flash-head,
13919         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13920         bibtex-autokey-change, bibtex-autokey-get-namefield,
13921         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13922         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13923         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13924         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13925         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13926         order to make the new binding of case-fold-search immediately
13927         visible.
13929 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13931         * textmodes/bibtex.el: Copyright notice is up to date.
13932         Added constant 'bibtex-maintainer-salutation.
13934         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13935         than make-temp-name, use match-string-no-properties and eliminate
13936         a quadratic behavior when building bibtex-strings.
13938         * bibtex.el (bibtex-reference-key): Accept string entries whose
13939         reference key contains upper case letters.
13941 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13943         * bibtex.el (bibtex-reference-head): Allow entries to start with
13944         a new line.
13946 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13948         * bibtex.el: Hiding of entry bodies is not longer provided by
13949         bibtex.el directly.  Instead the hideshow package can be used.
13950         Added a special bibtex entry to hs-special-modes-alist.
13951         (bibtex-hs-forward-sexp): Added for hideshow.el.
13953 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
13955         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13956         proceedings entry type (for cross referencing). Thanks to Wagner
13957         Toledo Correa for the suggestion.
13959         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13961 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
13963         * international/characters.el: Setup case table for Vietnamese.
13965 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
13967         * uniquify.el (toplevel): Require CL at compile time.
13968         (uniquify-push): Removed.
13970         * shadowfile.el (shadow-when): Removed.
13972         * tempo.el (tempo-dolist, tempo-mapc): Removed.
13973         (tempo-process-and-insert-string): Use dolist instead of
13974         tempo-dolist.
13976         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13977         regexp for paragraph-start.
13979         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13980         commas as well.
13982 2000-02-10  Dave Love  <fx@gnu.org>
13984         * wid-edit.el: (widgets) [defgroup]: Remove url link.
13985         (widget-color-choice-list, widget-color-history, widget-mouse-help):
13986         Deleted.
13987         (widget-specify-field, widget-specify-button): Don't use
13988         widget-mouse-help as help-echo property.
13989         (default): Use #'ignore for :validate and :mouse-down-action.
13990         (checkbox): Add help-echo.
13991         (widget-sexp-validate): Rewritten to clarify error messages.
13992         (character): Use char-valid-p in :match function.
13993         (widget-color-complete): Use facemenu-color-alist.
13994         (widget-color-action): Use facemenu-read-color.
13996         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
13997         set up `caar' &c that we now have.
13999 2000-02-09  Ray Blaak  <blaak@gnu.org>
14001         * delphi.el: Make resourcestring a declaration region, like const
14002         and var.
14004 2000-02-09  Dave Love  <fx@gnu.org>
14006         * bindings.el (mode-line-input-method-map): New variable.
14007         (mode-line-mule-info): Use it; fix last change.
14008         (mode-line-mode-menu): Move definition.
14009         (mode-line-mouse-sensitive-p): Deleted.
14010         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14011         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
14012         level.
14014         * startup.el (command-line-1): Don't call
14015         make-mode-line-mouse-sensitive.
14017 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
14019         * mail/rmail.el (rmail-retry-failure): Use
14020         rmail-beginning-of-message before rmail-toggle-header, because the
14021         former toggles headers.
14023 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
14025         * diff-mode.el (diff-kill-junk): New interactive function.
14026         (diff-reverse-direction): Use delete-and-extract-region.
14027         (diff-post-command-hook): Restrict the area so that the hook also works
14028         outside of any diff hunk.  This is necessary for the minor-mode.
14029         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14030         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14032         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14033         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14034         so that it can be used more easily in <foo>-mode-hook.  Also make sure
14035         to avoid duplicate entries.
14036         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14037         (font-lock-remove-keywords): Just as was done for `add', allow it to
14038         work even if font-lock-mode is nil.  Also make sure we don't modify
14039         any pre-existing list by forcing a copy-sequence.  Finally rename
14040         `major-mode' to `mode'.
14041         (font-lock-fontify-syntactic-anchored-keywords)
14042         (font-lock-fontify-anchored-keywords)
14043         (font-lock-fontify-keywords-region): Use line-end-position.
14044         Don't make `font-lock-multiline' local (it's now done in
14045         font-lock-set-defaults).
14046         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
14047         move the `font-lock-fontified' creation to inside the `unless'.
14049 2000-02-06  Andrew Innes  <andrewi@gnu.org>
14051         * term/w32-win.el (x-handle-args): Comment out call to message,
14052         which occurs before window system is initialized.
14054         * makefile.nt: Add support for recompiling lisp code.
14056 2000-02-04  Dave Love  <fx@gnu.org>
14058         * bindings.el (mode-line-mule-info): Fix/extend last change.
14060         * completion.el: Replace completion-dolist with dolist.
14062         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14063         dotimes.
14065 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14067         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14068         environment names before they go into the section regexp.
14070         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14071         char class in regexp.
14073         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14074         `case-fold-search' to nil.
14076         * progmodes/idlwave.el (idlwave-template): Respect
14077         `idlwave-abbrev-change-case'.
14078         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14079         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14080         idlwave-while): respect `idlwave-reserved-word-upcase'.
14081         (idlwave-rw-case): New function.
14082         (idlwave-statement-match): Fixed problem with assignment regexp.
14083         (idlwave-font-lock-keywords): Improved regexp for keyword
14084         parameters.
14085         (idlwave-surround): New argument LENGTH to support padding of
14086         operators longer than 1 char.
14088         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14089         idlwave-shell-expression-overlay.  Implemented printing of
14090         expressions on higher levels of the calling stack.
14091         (idlwave-shell-display-level-in-calling-stack): Restore stack
14092         level.
14093         (idlwave-retrieve-expression-from-level): New function.
14094         (idlwave-shell-last-calling-stack): Variable removed.
14095         (idlwave-shell-reset): Argument action reversed (`visible' to
14096         `hidden').  Also remove stop-line overlay.
14097         (idlwave-shell-calling-stack-routine): New variable.
14098         (idlwave-shell-parse-stack-and-display): Messages now display
14099         negative level numbers.
14100         (idlwave-shell-mode): Set `modeline-format'.
14101         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14102         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14103         21.
14104         (idlwave-shell-print-expression-function): New option.
14106         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14107         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14108         `tool-bar' instead of `toolbar'.
14110 2000-02-02  Dave Love  <fx@gnu.org>
14112         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14113         emacs-lisp-mode-hook.  Don't check for defalias being defined.
14115         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14116         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
14117         the new builtins directly.
14119         * whitespace.el (whitespace): Add :version to defgroup.
14121         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14122         Doc fix.
14124         * thingatpt.el (sexp-at-point, symbol-at-point)
14125         (number-at-point, list-at-point): Add autoload cookie.
14127         * recentf.el (recentf): Add :version to defgroup.
14129         * quickurl.el (quickurl): Add :version to defgroup.
14131         * elide-head.el (elide-head): Use point-marker more.
14133         * bs.el (bs): Add :version to defgroup.
14135         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14137         * progmodes/delphi.el (delphi): Add :version to defgroup.
14139 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
14141         * ange-ftp.el (ange-ftp-write-region): Handle case that
14142         succeeding process operation sets a different coding system.
14144         * calculator.el: New file.
14146 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14148         * frame.el (frames-on-display-list, framep-on-display): New
14149         functions.
14150         (display-mouse-p, display-popup-menus-p, display-graphic-p)
14151         (display-selections-p, display-screens, display-pixel-width)
14152         (display-pixel-height, display-mm-width, display-mm-height)
14153         (display-backing-store, display-save-under, display-planes)
14154         (display-color-cells, display-visual-class): New functions.
14156         * term/tty-colors.el (tty-color-gray-shades): New function.
14158         * faces.el (display-color-p): Use framep-on-display.
14159         (display-grayscale-p): New function.
14161 2000-01-31  Dave Love  <fx@gnu.org>
14163         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14164         (create-fontset-from-x-resource): Don't concat integers.
14166 2000-01-31  Inge Frick  <inge@nada.kth.se>
14168         * view.el: Some changes in documentation.  Removed some trailing
14169         whitespace. Changed some parameter names to agree with
14170         documentation.
14171         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14172         window is not deleted.  Modifies change 1998-04-26.
14174 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
14176         * windmove.el: New file.
14178         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14179         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14180         progmodes/ebnf-yac.el: Update copyright and license info.
14182         * jit-lock.el (jit-lock-function): Widen before calculating end
14183         position.
14184         (jit-lock-stealth-chunk-start): Rewritten.
14186         * info.el (Info-title-face-alist): Removed.
14187         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14188         faces.
14189         (Info-fontify-node): Use these faces.
14191 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
14193         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14194         (cl-macro-list1): Recognize `&allow-other-keys' instead of
14195         `&allow-other-keywords'.
14197         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14198         the list of directories scanned heuristically.
14200         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14201         exist.
14203 2000-01-30  Jason Rumney  <jasonr@gnu.org>
14205         * w32-fns.el: Define w32-tty-standard-colors.
14207         * startup.el (command-line): Use w32-tty-standard-colors when in
14208         w32 console mode.
14210 2000-01-30  Dave Love  <fx@gnu.org>
14212         * jka-compr.el (jka-compr-load): Fix up load-history.
14214         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14216         * emacs-lisp/cl-macs.el: Revert previous change.
14218 2000-01-29  Dave Love  <fx@gnu.org>
14220         * facemenu.el: Purecopy various strings.
14222         * timezone.el (timezone-fix-time): Window against 69 for two-digit
14223         years.  Deal with three-digit years.
14225         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14226         defconst, purecopy.
14227         (help-back-label): Purecopy it.
14229 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14231         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14232         variable. If non-nil, order the buffer list according to the
14233         currently selected frame.
14234         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14235         non-nil, pass the selected frame to function buffer-list.
14237 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14239         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14241 2000-01-28  Dave Love  <fx@gnu.org>
14243         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14245         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14246         Don't use lisp-indent-hook property.
14247         (cl-abs): Remove.
14249         * subr.el: Move out indent and edebug specs for when and unless.
14251         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14252         when, unless.
14254         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14255         unless, when.
14257 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
14259         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14260         `collecting' as synonym for `collect'.
14262         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14263         for the case it contains spaces.
14265         * simple.el (what-cursor-position): Change formatting of
14266         messages.
14268         * frame.el (delete-other-frames): New function.
14269         (toplevel): Bind it to C-x 5 1.
14271         * sort.el (sort-numeric-base): New option.
14272         (sort-numeric-fields): If number starts with `0' or `0[xX[',
14273         interpret it as octal or hexadecimal.  Use sort-numeric-base
14274         as default base.
14276         * progmodes/glasses.el: New file.
14278 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
14280         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14281         userids differently.
14283         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14284         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14285         progmodes/ebnf-yac.el: New files.
14287 2000-01-26  Dave Love  <fx@gnu.org>
14289         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14290         on a function with an empty body.  [From Eric Ludlam.]
14292 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
14294         * vc.el (vc-version-diff): Make sure file name is expanded.
14296 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
14298         * scroll-bar.el (scroll-bar-timer): Variable removed.
14299         (scroll-bar-toolkit-scroll): Don't use a timer.
14301 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
14303         * language/thai-util.el (thai-composition-function): Delete
14304         superfluous `a'.
14306 2000-01-24  Dave Love  <fx@gnu.org>
14308         * fortran.el (fortran-mode): Use beginning-of-defun-function,
14309         end-of-defun-function.
14311         * font-lock.el (turn-on-font-lock): Don't depend on window-system
14312         &c.
14314 2000-01-22  Jason Rumney  <jasonr@gnu.org>
14316         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14317         conflicts with new face support.
14319 2000-01-22  Richard M. Stallman  <rms@gnu.org>
14321         * replace.el (query-replace): Rename last arg to DELIMITED.
14322         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14323         (query-replace-regexp): Likewise.
14325 2000-01-20  Richard M. Stallman  <rms@gnu.org>
14327         * subr.el (with-syntax-table): Use make-symbol, not gensym.
14329         * emacs-lisp/lisp.el (beginning-of-defun-function):
14330         Variable renamed from beginning-of-defun.
14331         Do not call make-variable-buffer-local.
14332         (beginning-of-defun-raw): Use new variable name; doc fix.
14333         (beginning-of-defun): Doc fix.
14334         (end-of-defun-function): Variable renamed from end-of-defun.
14335         Do not call make-variable-buffer-local.
14336         (end-of-defun): Use new variable name; doc fix.
14338         * subr.el (dolist, dotimes): Copied from cl-macs.el
14339         and made to work.
14341         * mail/undigest.el (rmail-digest-end-regexps):
14342         Variable replaces rmail-digest-end-regexp.
14343         Allows multiple regexps for detecting the end line.
14344         (undigestify-rmail-message): Corresponding changes.
14346 2000-01-19  Dave Love  <fx@gnu.org>
14348         * files.el (user-init-file): Don't declare here -- is primitive.
14350         * startup.el (command-line): Check for compiled user-init-file and
14351         set to uncompiled version if necessary.
14353 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
14355         * mail/undigest.el (rmail-digest-end-regexp): New user option.
14356         (undigestify-rmail-message): Use it.
14358         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14360 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
14362         * tmm.el (tmm-goto-completions): Adapt to prompt being part
14363         of mini-buffer.
14365 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
14367         * emacs-lisp/copyright.el (copyright-update): Removed the
14368         requirement for a trailing space from `copyright-regexp', to
14369         support copyrights with owner specified on a separate line..
14371         * align.el: New file.
14373         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14375         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14377 2000-01-13  Dave Love  <fx@gnu.org>
14379         * ph.el: Removed.  (Obsoleted by EUDC.)
14381 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14383         * net/eudc.el (toplevel): Remove autoloaded code installing
14384         menu with easymenu, because that causes build problems.
14386         * frame.el (frame-notice-user-settings): New variable.
14387         (frame-notice-user-settings): Don't modify frame parameters
14388         if called a second time.
14390 2000-01-13  Richard M. Stallman  <rms@gnu.org>
14392         * frame.el (frame-notice-user-settings):
14393         Notice default-frame-parameters even for non-window frames.
14395 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
14397         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14398         for Emacs.
14399         (eudc-bob-can-display-inline-images): Extend for Emacs.
14400         (eudc-bob-toggle-inline-display): Ditto.
14401         (eudc-bob-display-jpeg): Ditto.
14403 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
14405         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14406         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14407         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14409         * add-log.el (add-change-log-entry): Fix error trying an `(insert
14410         nil)'.
14412         * subdirs.el: Add `net' directory.
14414         * net: New directory.
14416         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14417         eval-last-sexp.  Don't bind debug-on-error here.
14418         (eval-last-sexp): New function.  Bind debug-on-error if
14419         eval-expression-debug-on-error is non-nil.
14420         (eval-defun-2, eval-defun): Likewise.
14422         * simple.el (eval-expression): Don't bind debug-on-error if
14423         eval-expression-debug-on-error is nil.  Detect changed
14424         debug-on-error, and propagate new value to global binding, if
14425         eval-expression-debug-on-error is non-nil,
14426         (eval-expression-debug-on-error): Change doc string.
14428 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14430         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14432         * emacs-lisp/lisp-mode.el (with-syntax-table):
14433         Set up lisp-indent-function property.
14435         * subr.el (with-syntax-table): Moved from simple.el.
14437         * simple.el (with-syntax-table): Moved to subr.el.
14439 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
14441         * tmm.el (tmm-shortcut): Delete region after prompt instead
14442         of erasing buffer.
14444         * textmodes/fill.el (fill-common-string-prefix): New function.
14445         (fill-context-prefix): Use the longest common prefix of first
14446         and second line fill prefix, if there is one.
14448 2000-01-11  Richard M. Stallman  <rms@gnu.org>
14450         * array.el (array-mode): Don't use make-variable-buffer-local.
14451         Use make-local-variable for `truncate-lines'.
14453 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
14455         * add-log.el (add-log-current-defun): Handle user-defined
14456         add-log-current-function returning nil,
14458         * add-log.el (add-change-log-entry): Insert version number
14459         if having found a current function
14461         * add-log.el (add-log-current-defun): Call
14462         `add-log-current-defun-function'.  Try matches at level 0 and
14463         level 1.  Strip whitespace from defun found.
14465 2000-01-10  John Wiegley  <johnw@gnu.org>
14467         * allout.el (isearch-done/outline-provisions): Added `edit'
14468         argument to correspond with the current definition of
14469         `isearch-done'.
14471 2000-01-10  Dave Love  <fx@gnu.org>
14473         * elide-head.el (elide-head): Use point-marker, not point.
14475 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
14477         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14478         before and after the year 2000.
14480         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14481         Add ispell- prefix.
14483 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
14485         * ispell.el:  Only define dictionaries in menus when they exist.
14486         (version18p): New variable.
14487         (version20p): New variable.
14488         (xemacsp): New variable.
14489         (ispell-choices-win-default-height): Fix for XEmacs visibility.
14490         (ispell-dictionary-alist1): Added Brasileiro dictionary.
14491         (ispell-dictionary-alist6): Russian command lines no longer accept
14492         run-together words.
14493         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14494         (ispell-dictionary-alist): Add koi8-r to customize definition.
14495         (check-ispell-version): Added documentation string.  Returns
14496         library path when called non-interactively.
14497         (ispell-menu-map-needed): Uses new variables.
14498         (ispell-library-path): New variable.
14499         (ispell-decode-string): XEmacs fix for bogus variable bindings.
14500         (ispell-word): Improved documentation string.  Test for valid
14501         character mappings.  Correctly check typed in word changes that can
14502         result in single words split into multiple words.  Returns
14503         replacement word.
14504         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
14505         replace in recursive query replace mode.  Help message for
14506         recursive edit mode.
14507         (ispell-show-choices): Protect against bad framepop bindings.
14508         (ispell-help): Fix to work with XEmacs.
14509         (ispell-highlight-spelling-error): Use new variables.
14510         (ispell-overlay-window): Fix to work with XEmacs.
14511         (ispell-parse-output): Passed and returns location information
14512         tracking spelling corrections.  Doesn't recheck same word on
14513         current line.
14514         (ispell-init-process): Protect against bogus XEmacs variable binding.
14515         Fix call to single argument in sleep-for.  Use new variables.
14516         (ispell-region): Passed and returns location information tracking
14517         spelling corrections.  Doesn't check same word on current line.
14518         Improved documentation string.  Doesn't resend a line already
14519         checked to the ispell process - fixes bug in LaTeX parsing.
14520         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14521         (ispell-skip-region): No longer skips <TT> in SGML.
14522         (ispell-process-line): Tracks location information with spelling
14523         corrections.  Added documentation string.  Accounts for words
14524         already accepted on this line.  Don't allow query-replace on line
14525         starting with math characters.  Doesn't resend a line already sent
14526         to ispell process.  Fixes alignment error bug.
14528 2000-01-10  Richard M. Stallman  <rms@gnu.org>
14530         * dired-x.el (dired-guess-shell-alist-default):
14531         Suggest xloadimage, which is free, not xv, which isn't.
14533         * ange-ftp.el (ange-ftp-file-name-nondirectory):
14534         Don't ever include the host name or user name in the value.
14536 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14538         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14539         of a real newline.
14541 2000-01-09  Stephen Eglen  <stephen@gnu.org>
14543         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14544         for .png files.
14546 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
14548         * cus-edit.el (custom-hook-convert-widget): Fix comment.
14550 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
14552         * progmodes/cperl-mode.el: Replace ^F with ^L.
14554         * sendmail.el (toplevel): Provide `sendmail' when compiling
14555         before `require'ing rmail and mailalias to prevent infinite
14556         recursion.
14558 2000-01-08  Dave Love  <fx@gnu.org>
14560         * emacs-lisp/backquote.el: Remove inappropriate customization
14561         (allowing custom.el to use backquote).
14563 2000-01-07  Dave Love  <fx@gnu.org>
14565         * add-log.el (add-log-debugging): Deleted.
14566         (add-change-log-entry): Treat a backup FILE-NAME as its parent
14567         file.  Remove debugging code.
14568         (change-log-get-method-definition, change-log-name): Add doc.
14569         (change-log-sortable-date-at): New function.
14570         (change-log-merge): New command.
14572         * time.el (display-time-string-forms): Make the Mail string active.
14573         (display-time-update): Provide help-echo for load average.
14575         * bindings.el (make-mode-line-mouse2-map): New function.
14576         (mode-line-modified): Use it and simplify.
14577         (mode-line-mule-info): Provide help-echo info.
14578         (minor-mode-alist): Activate the strings.
14579         (make-mode-line-mouse-sensitive): Simplify for
14580         mode-line-buffer-identification.
14582 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
14584         * play/pong.el: New file.
14586 2000-01-06  Dave Love  <fx@gnu.org>
14588         * array.el: Assorted cleanups for compiler warnings, doc strings,
14589         `array-' prefix for symbols.
14591 2000-01-05  Dave Love  <fx@gnu.org>
14593         * textmodes/outline.el (outline-mode-menu-bar-map): Add
14594         outline-headers-as-kill.
14595         (outline-mode): Define imenu-generic-expression.
14596         (outline-headers-as-kill): New command.
14598         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14599         from paragraph-start.
14600         (paragraph-indent-minor-mode): New command.
14602         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14603         M-C-e, M-C-h, C-j, C-xnd, TAB.
14604         (fortran-mode): Set beginning-of-defun, end-of-defun.
14605         (fortran-column-ruler): Simplify.
14606         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14607         (fortran-with-subprogram-narrowing): Likewise.
14608         (fortran-indent-subprogram): Call mark-defun.
14609         (fortran-check-for-matching-do): Change narrowing.
14611         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14612         (cl-lucid-hash-tag): Delete.
14613         (cl-hash-table-p): Correct test for native table.
14614         (cl-hash-table-count): Use hash-table-count.
14616         * browse-url.el (browse-url): Fix case of
14617         browse-url-browser-function being an alist.
14619 2000-01-05  Carsten Dominik  <cd@gnu.org>
14621         * textmodes/reftex-vars.el (reftex-parse-file-extension)
14622         (reftex-index-phrase-file-extension): New options.
14624         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14625         Use new option `reftex-index-phrase-file-extension'.
14627         * textmodes/reftex.el (reftex-access-parse-file): Use new option
14628         `reftex-parse-file-extension'.
14630 2000-01-05  Dave Love  <fx@gnu.org>
14632         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14633         (beginning-of-defun-raw): Use it.
14634         (end-of-defun): New variable.
14635         (end-of-defun): Use it.
14636         (check-parens): New command.
14638 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
14640         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14641         (hs-show-block): Don't use `mapcar' when not accumulating.
14643         Fix buglet in local variables initialization.
14645 2000-01-05  Andreas Schwab  <schwab@suse.de>
14647         * hscroll.el (hscroll): Doc fix.
14649 2000-01-05  Carsten Dominik  <cd@gnu.org>
14651         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14652         idlw-toolbar.
14654         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14655         file idlw-rinfo.el.
14656         (idlwave-customize): load must read file idlw-shell.el.
14657         (idlwave-create-customize-menu): load must read file idlw-shell.el.
14659 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
14661         * progmodes/idlw-shell.el: Also provide idlwave-shell
14662         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14663         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14665         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14666         both reftex-dcr and reftex-vcr.
14668         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14670 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14672         * ps-print.el: PostScript code now is in separate files, doc fix.
14673         (ps-print-version): New version number (5.0.3).
14674         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14675         local.
14676         (ps-spool-config): Initialization fix.
14677         (ps-print-prologue-1, ps-print-prologue-2)
14678         (ps-print-duplex-feature): PostScript code moved to separated file.
14679         (ps-background-image): Little code reformating.
14680         (ps-begin-file, ps-begin-job): Fix code.
14681         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14682         (ps-prologue-file): New fun.
14684 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14686         * ps-vars.el: Eliminated.
14688         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14689         `;;;###autoload'.
14691         * ps-print.el: ps-vars eliminated, doc fix.
14692         (ps-print-version): New version number (5.0.2).
14693         (ps-spool-config): Initialization fix.
14694         (ps-print-customize): New fun.
14696 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
14698         * autorevert.el (auto-revert-mode): Return value of
14699         auto-revert-mode.
14701 2000-01-04  Dave Love  <fx@gnu.org>
14703         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14704         menu items.
14706 2000-01-03  Dave Love  <fx@gnu.org>
14708         * elide-head.el (elide-head) [defgroup]: Add :version.
14710         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14711         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14712         `cl-hash-table-p', not `hash-table-p'.
14713         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14715 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14717         * faces.el (face-read-integer, read-face-attribute)
14718         (color-defined-p, color-values): unspecified-{f,b}g are now
14719         strings.
14721 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
14723         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14724         at comment end, and re-insert them after filling.
14726 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14728         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14729         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14730         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14732 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14734         * term/x-win.el (xw-defined-colors): Call color-supported-p,
14735         the new name of face-color-supported-p.
14737         * term/w32-win.el (xw-defined-colors): Likewise.
14739 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
14741         * simple.el (completion-setup-function): Count completion-size
14742         from minibuffer-prompt-end, not from point-min.
14744 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
14746         * faces.el (read-face-attribute, defined-colors, color-defined-p):
14747         Pass the frame to tty-color-* functions.
14748         (display-color-p, frame-set-background-mode): Pass the frame to
14749         tty-display-color-p.
14751         * term/tty-colors.el (tty-defined-color-alist): Renamed from
14752         tty-color-alist.
14753         (tty-color-alist, tty-modify-color-alist): New functions.
14754         (tty-color-define,  tty-color-clear, tty-color-approximate)
14755         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14756         an optional parameter FRAME.
14758 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
14760         * image.el (create-image, defimage): Don't assume image data is a
14761         string.
14763         * image.el (defimage): Handle specifications containing :data
14764         instead of :file.
14765         (image-type-from-data): New function.
14766         (image-type-from-file-header): Use it.
14767         (create-image): Add parameter DATA-P.
14769 See ChangeLog.8 for earlier changes.
14771 ;; Local Variables:
14772 ;; coding: iso-2022-7bit
14773 ;; End: