*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob7ba2dc59c3050988a78ede4b6e40058bd8dd300a
1 2000-10-27  Dave Love  <fx@gnu.org>
3         * textmodes/refill.el (refill-late-fill-paragraph-function): New
4         variable.
5         (refill-mode): Use it.
7 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
9         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for 
10         manual backups and file.~<rev>.~ for automatic ones.
11         (vc-make-version-backup): Don't do it on MS-DOS without long file
12         names.
13         
14         * vc.el (vc-version-other-window): If an automatic backup of the
15         desired version exists, rename it instead of copying it.
17         * vc-cvs.el (vc-cvs-checkin): Check both status and error message 
18         after command.  If there's an unexpected error, signal it instead 
19         of being silent.
20         (vc-cvs-merge-news): Be prepared for no news at all.
21         
22 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
24         * shell.el (shell): Add BUFFER argument.
25         * comint.el (make-comint-in-buffer): New function.
26         (make-comint): Use it.
28         * faces.el (face-spec-choose): Change syntax so that the list of
29         attribute-value pairs is now the cdr of each clause, not the cadr.
30         Detect old-style entries, and handle them.  Use pop.
32 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
34         * cus-edit.el (custom-mode-map): Use a sparse map.
35         (custom-mode): Don't bother with make-local-hook.
37         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
39         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
41 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
43         * ps-print.el: Avoid compilation gripes.
44         (ps-print-version): New version number (6.2.1).
45         
46 2000-10-26  Dave Love  <fx@gnu.org>
48         * menu-bar.el: Modify some menu item help strings.
49         (menu-bar-help-menu): Add link to MORE.STUFF.
51         * cus-edit.el (custom-mode): Add `special' mode-class property.
53         * wid-browse.el (widget-browse-mode): Likewise.
55         * wid-edit.el (widget-specify-field): Revert to using local-map
56         property, not keymap.
58 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
60         * wid-edit.el (widget-field-end): When checking for a `boundary'
61         field, do so in the correct buffer.
63         * simple.el (undo): Correctly distinguish between numeric and
64         non-numeric prefix args in non-transient-mark-mode, as per the doc
65         string.  When in transient-mark-mode, treat all prefix-args as
66         numeric.
68         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
69         Position point on match.  Handle N == 0 correctly.
71         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
72         (comint-mode-map): Reverse order of `comint-write-output' and
73         `comint-append-output-to-file'.
74         (comint-append-output-to-file): Reinstate this function, for the
75         benefit of the menu.
77 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
79         * vc.el (vc-version-other-window): Bind `file'.
81 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
83         * Makefile.in (update-authors): New target for maintenance purposes.
85         * emacs-lisp/authors.el (batch-update-authors): New function.
86         (authors-fixed-entries): New defconst.
87         (authors-add-fixed-entries): New function.
88         (authors): Call it.: Don't process lispref/.
90 2000-10-25  Jason Rumney  <jasonr@gnu.org>
92         * cus-edit.el (custom-button-face, custom-button-pressed-face):
93         Merge x w32 and mac definitions.
95 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
97         * menu-bar.el (menu-bar-options-menu): Add a help string for
98         `uniquify'.
100 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
102         * time-stamp.el (time-stamp-string-preprocess):
103         Fix a wrong type argument error.
105 2000-10-25  Miles Bader  <miles@gnu.org>
107         * recentf.el (recentf-mode): Variable removed.
108         (recentf-mode): Use `define-minor-mode'.
110         * mwheel.el (mouse-wheel-mode): New global minor mode.
111         (mwheel-install): Use `mouse-wheel-mode'.
113 2000-10-25  Dave Love  <fx@gnu.org>
115         * progmodes/cperl-mode.el (cperl-mode):
116         Set normal-auto-fill-function correctly.
118         * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
119         inherit from global-map and don't nullify menu-bar and tool-bar
120         bindings.
122 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
124         * wid-edit.el (widget-field-at): New function.
125         (widget-at, widget-field-activate): Use it.
126         (widget-tabable-at): Use `widget-at'.
127         (widget-specify-field): If the terminating character of the widget
128         field (which is read-only) is a newline, put it into a special
129         `boundary' field so that C-n/C-p act more naturally.
130         (widget-field-end): Also don't subtract one if a special
131         `boundary' field has been added after the widget field.
133         * comint.el (comint-output-filter, comint-send-input): Don't
134         bother adding stickiness fields to overlays to fool the field
135         code, since it should notice the overlay insertion-types now.
137         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
138         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
139         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
141 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
143         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
144         (authors): Set file coding system to iso-2022-7bit.  Add
145         file-local variables to output buffer.
147         * files.el (after-find-file): Don't print any warnings if 
148         WARN is nil.
150 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
152         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
154         * delim-col.el: Now there is a column formatting mechanism.
155         Modified to customization mechanisms convention.  Doc fix.
156         (columns): New group for delim-col.
157         (delimit-columns-before, delimit-columns-after)
158         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
159         (delimit-columns-end): New vars.
160         (delimit-columns-customize, delimit-columns-format): New funs.
161         (delimit-columns-region, delimit-columns-rectangle)
162         (delimit-columns-rectangle-line): Modified to support column
163         formatting.
164         
165 2000-10-24  Dave Love  <fx@gnu.org>
167         * log-edit.el (log-edit): Add :version and a :group for vc.
169 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
171         * files.el (after-find-file): Don't print a message ``New file''
172         if WARN is nil.
174         * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
175         the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
176         get duplicate tool-bar entries because we'll see the global ones
177         on more than one path through keymaps.
179         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
181         * progmodes/cmacexp.el: Change Francesco's email address.
183 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
185         * window.el (fit-window-to-buffer): Adjust point of the window
186         buffer, not that of the current buffer.
188 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
190         * progmodes/cmacexp.el: Update the euthor's email address.
192 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
194         * faces.el (face-spec-set-match-display): Add `graphic' display
195         type (the inverse of `tty').  Use `display-graphic-p' instead of
196         the window-system variable.
198 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
200         * international/isearch-x.el (isearch-with-input-method): Call
201         input-method-function with the first event in
202         unread-command-events.
204 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
206         * faces.el (face-default-spec, face-user-default-spec): Make
207         defsubsts.
209 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
211         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
212         New charsets.
214         * term/mac-win.el: Remove definitions of mac-roman-lower and
215         mac-roman-upper, require dired, and define instead of set
216         mac-ready-for-drag-n-drop to avoid compilation error.
218 2000-10-23  Andrew Innes  <andrewi@gnu.org>
220         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
221         superfluous calls to subst-char-in-string; instead apply
222         expand-file-name after convert-standard-filename to ensure
223         expected directory separators are used.
225 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
227         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
229 2000-10-23  Dave Love  <fx@gnu.org>
231         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
232         (tool-bar-add-item): Set foreground and background for XBM icons.
234         * international/latin1-disp.el (latin1-char-displayable-p): New
235         function (from Handa).
236         (latin1-display-check-font): Use it.
238         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
239         using :key-sequence, making it much more usable.  Use nconc, not
240         append.
241         (imenu--create-keymap-1): Avoid append.
243         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
245 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
247         [the following changes fix a bug where `define-minor-mode' didn't
248         correctly generate :require clauses for defcustoms in compiled files]
249         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
250         (byte-compile-log-file, byte-compile-log-1): Don't set
251         `byte-compile-current-file' to nil.  Instead set
252         `byte-compile-last-logged-file' to it.  Test whether
253         byte-compile-current-file equals byte-compile-last-logged-file
254         instead of whether its nil.
255         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
257 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
259         * textmodes/refill.el: Fix var names in doc.
260         (refill-mode): Don't bother with make-local-hook anymore.
262 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
264         * faces.el (face-user-default-spec, face-default-spec): New functions.
265         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
266         (frame-set-background-mode, face-set-after-frame-default): 
267         Use `face-user-default-spec'.  Simplify code slightly.
269         * woman.el (woman-italic-face, woman-bold-face) 
270         (woman-unknown-face): Add dark-background variants.
271         (woman-default-faces): Renamed from `woman-colour-faces'.
272         Set using the stored defaults, rather than using hard-wired colors.
273         (woman-monochrome-faces): Renamed from `woman-black-faces'.
274         Just make the foreground `unspecified' rather than "black".
275         (woman-menu): Rename menu entries accordingly.
277         * faces.el (header-line): Make more reasonable on mono/grayscale
278         displays.
280 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
282         * cus-edit.el (custom-button-face): Use 3D look for mac.
283         (custom-button-pressed-face): Likewise.
285         * faces.el (set-face-attributes-from-resources): Handle mac frames
286         in the same way as x and w32 frames.
287         (face-valid-attribute-values): Likewise.
288         (read-face-attribute): Likewise.
289         (defined-colors): Likewise.
290         (color-defined-p): Likewise.
291         (color-values): Likewise.
292         (display-grayscale-p): Likewise.
293         (face-set-after-frame-default): Likewise.
294         (mode-line): Same default face as for x and w32.
295         (tool-bar): Likewise.
297         * frame.el: Remove call to frame-notice-user-settings at end of
298         the file.
300         * info.el (Info-fontify-node): make underlines invisible for mac
301         as for x, pc, and w32 frame types.
303         * term/mac-win.el: New file.
305 2000-10-22  Dave Love  <fx@gnu.org>
307         * textmodes/refill.el: New file.
309 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
311         * vc-hooks.el (vc-version-backup-file-name): New optional args 
312         MANUAL and REGEXP.
313         (vc-delete-automatic-version-backups, vc-make-version-backup): 
314         New functions.
315         (vc-before-save): Use the latter.
316         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
317         confusion.
319         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as 
320         expected by vc[-hooks].el.
322         * vc.el (vc-checkout): Added `-p' suffix in call to
323         vc-make-version-backups-p; use vc-make-version-backup to actually
324         make the backup.
325         (vc-version-other-window, vc-version-backup-file): Handle both
326         automatic and manual backups.
327         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
328         of all of them.
330 2000-10-22  Miles Bader  <miles@gnu.org>
332         * comint.el (comint-highlight-input, comint-highlight-prompt):
333         Renamed, `-face' at end removed.
334         (comint-send-input, comint-output-filter): Use renamed faces.
336         * window.el (fit-window-to-buffer): Change defaulting of
337         MAX-HEIGHT slightly.
339         * faces.el (color-values, color-defined-p): Use `member', not
340         `memq', because it works correctly for strings.
341         (frame-set-background-mode): Actually, "unspecified-fg" and
342         "unspecified-bg" *are* strings.  Use `member', not `memq', and
343         `equal', not `eq', when a string value is possible.
345 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
347         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
349 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
351         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
352         sh-electric-rparen, sh-electric-less and sh-electric-hash.
353         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
354         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
355         (sh-font-lock-syntactic-keywords): Use them.
356         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
357         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
358         (sh-mode): Don't override font-lock-unfontify-region-function.
359         Use a copy of sh-font-lock-syntactic-keywords.
360         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
361         Don't call sh-scan-buffer since font-lock does it on the fly.
362         (sh-get-indent-info): Use `face' rather than `syntax-table'
363         text-property to detect here-documents.
364         Replace sh-special-syntax with sh-st-punc.
365         (sh-prev-line): Use `face' rather than `syntax-table'
366         text-property to skip over here-documents.
367         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
368         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
369         (sh-electric-less, sh-set-here-doc-region)
370         (sh-remove-our-text-properties, sh-search-word, sh-scan-case) 
371         (sh-scan-buffer, sh-rescan-buffer): Remove.
373 2000-10-21  Andrew Innes  <andrewi@gnu.org>
375         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
376         remote (ange-ftp) file names.
378 2000-10-21  Miles Bader  <miles@gnu.org>
380         * window.el (fit-window-to-buffer): New function.
381         (shrink-window-if-larger-than-buffer): Use it.
382         (window-text-height): Don't expect minibuffers to have mode-lines.
384         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
385         * international/quail.el (quail-update-guidance): Use
386         `fit-window-to-buffer' instead of `set-window-text-height'.
388         * international/quail.el (quail-show-guidance-buf): Make sure
389         guidance window really has enough room.
390         (quail-update-guidance): If quail-guidance-win is already shown,
391         make sure its height is OK.
393         * window.el (window-text-height, set-window-text-height):
394         New functions.
395         (shrink-window-if-larger-than-buffer): Use `window-text-height'
396         instead of `window-height' & `mode-line-window-height-fudge'.
397         (mode-line-window-height-fudge): Add FACE parameter.
398         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
399         instead of `enlarge-window' & `mode-line-window-height-fudge'.
401 2000-10-20  Miles Bader  <miles@gnu.org>
403         * window.el (height-affecting-face-attributes): Use `defconst'.
405         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
406         New function, conditionally aliased to `mode-line-window-height-fudge'.
407         (ispell-help): Use it.
408         (ispell-choices-win-default-height): Don't include mode-line fudge.
409         (ispell-choices-win-default-height): New function.
410         (ispell-show-choices, ispell-command-loop): Use function
411         `ispell-choices-win-default-height' instead of variable.
413 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
415         * window.el (mode-line-window-height-fudge): New variable.
416         (height-affecting-face-attributes): New variable.
417         (mode-line-window-height-fudge): New function.
418         (shrink-window-if-larger-than-buffer): Use it.
419         * help.el (resize-temp-buffer-window): Likewise.
421         * info.el (Info-fontify-node): Add support for @subsubsection
422         titles, which use `Info-title-4-face'.
423         (Info-title-4-face): New face.
424         (Info-title-3-face): Inherit from Info-title-4-face instead of
425         variable-pitch.
427 2000-10-19  Jason Rumney  <jasonr@gnu.org>
429         * dired.el (dired-insert-directory): Do not let errors signalled by
430         attempt to run dired-free-space-program prevent dired from working.
432 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
434         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
436 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
438         * dirtrack.el (dirtrack): Fix call to run-hooks.
440         * cmuscheme.el (cmuscheme-program-name): Renamed from
441         scheme-program-name because xscheme.el contains a defcustom with
442         the same name.  As a consequence, customizing group `cmuscheme'
443         loaded `xscheme' which redefined run-scheme.
444         (run-scheme): Use cmuscheme-program-name.
446         * ps-print.el (ps-print-emacs-type): Move into the
447         eval-and-compile.
449         * play/doctor.el (doctor-death): Update the Samaritans'
450         anonymous address, and add a website for Befrienders International.
451         
452 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
454         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
455         Avoid compilation gripes.  Doc fix.
456         (ps-print-version): New version number (6.2).
457         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
458         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
459         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
460         (ps-x-extent-priority, ps-x-extent-start-position)
461         (ps-x-face-font-instance, ps-x-find-coding-system)
462         (ps-x-font-instance-properties, ps-x-make-color-instance)
463         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
464         avoid compilation gripes without defining functions.
465         (ps-e-find-composition): Alias for function find-composition, to have a
466         suitable function depending on Emacs version.
467         (ps-color-device, ps-color-values, ps-face-foreground-name)
468         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
469         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
470         (ps-print-ensure-fontified): Function definitions surrounded by
471         `eval-and-compile' to avoid compilation gripes.
472         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
473         by symbol-value to avoid compilation gripes.
474         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
475         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
477 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
479         * startup.el (normal-top-level): Call `frame-set-background-mode'
480         after `frame-notice-user-settings' because the latter doesn't call
481         the former on a tty.
483         * faces.el (frame-set-background-mode): `unspecified' &c are
484         symbols, not strings.
486 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
488         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
489         why some "light*" colors are deliberately absent from the alist.
491         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
492         Change colors for tty's, as suggested by Miles Bader.
494 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
496         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
497         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
498         for ISO10646-1 fonts.
499         (x-font-name-charset-alist): Add an entry for "iso10646-1".
501 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
503         * faces.el (frame-set-background-mode): If a tty frame defines a
504         background color, use that to compute the background mode, instead
505         of always defaulting to "dark".
507 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
509         * comint.el (comint-write-output): New function.
510         (comint-mode-map): Add it to the menu.
511         Bind `C-c C-s' to comint-write-output.
513 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
515         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
516         Use fancy-splash-delay.
518 2000-10-18  Alex Schroeder  <alex@gnu.org>
520         * progmodes/sql.el (sql-sybase-options): New option.
521         (sql-sybase): Use it.  Add sql-database to the list of parameters
522         provided for login.  The options -w 2048 -n are not used any more.
524         * comint.el (comint-read-input-ring): Bugfix such that the first
525         and the last entry of the input ring file are not lost.
527 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
529         * ps-print.el: Internal variable changes to defcustom,
530         make-local-hook changes to defvar.  Doc fix.
531         (ps-print-version): New version number (6.1).
532         (ps-setup, ps-do-despool): Code fix.
533         (ps-printer-name): Customization fix.
534         (ps-printer-name-option): Now is a defcustom instead of an
535         internal variable.
536         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
537         (ps-print-begin-column-hook): Now are defvar instead of
538         make-local-hook.
539         
540 2000-10-18  Miles Bader  <miles@gnu.org>
542         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
543         (comint-kill-output): Changed into an alias for `comint-delete-output',
544         and made obsolete.
545         (comint-mode-map): Rename references to comint-kill-output.
547 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
549         * diff-mode.el (diff-header-face, diff-file-header-face)
550         (diff-changed-face): Add bold and italic attributes to tty faces.
551         (diff-function-face): New face.
552         (diff-font-lock-keywords): Use it.
554 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
556         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
557         Remove commented-out call to force-mode-line-update.
558         (comint-kill-output): Use `forward-line 0' instead of
559         beginning-of-line to make sure we get past the prompt.
561 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
563         * diff-mode.el (diff-header-face, diff-file-header-face):
564         Add specific setting for dark background.
565         (diff-context-face): Renamed from diff-comment-face.
566         Set explicitly rather than inheriting from font-lock-comment-face.
568 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
570         * startup.el (command-line): Move the code which sets the default
571         TTY colors to before before-init-hook.
573 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
575         * jit-lock.el (jit-lock-stealth-time): Doc fix.
577 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
579         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
580         extensions, for MS-DOS.
582         * diff-mode.el (diff-header-face, diff-file-header-face)
583         (diff-changed-face): Define tty-specific colors.
585 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
587         * startup.el (fancy-splash-text): Realign the text.
589 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
591         * font-lock.el (font-lock-comment-face): Define a separate default
592         for dark-background tty's.
594 2000-10-17  Miles Bader  <miles@gnu.org>
596         * help.el (resize-temp-buffer-window): Add hack to avoid last line
597         being obscured by whizzy mode-lines on graphics displays.
599 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
601         * info.el (Info-title-1-face, Info-title-2-face)
602         (Info-title-3-face): Define colors for tty's.
603         (info-header-node): Remove unneeded tty-specific definition.
605 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
607         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
608         reverse from the frame parameters, and don't invert foreground and
609         background colors.
611 2000-10-16  Miles Bader  <miles@gnu.org>
613         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
614         string "*Info*".  Call propertized-buffer-identification to spruce
615         up the result.
617 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
619         * help.el: Provide `help' for the sake of define-minor-mode
620         which generates defcustoms with requires.
622         * jit-lock.el (jit-lock-after-change): If we're in text that
623         matches a multi-line font-lock pattern, make sure the whole text
624         will be redisplayed.
626         * emacs-lisp/authors.el (authors-add): Don't add an entry if
627         author's name is unknown.
629         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
630         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
631         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
632         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
633         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
634         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
635         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
636         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
637         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
638         Add author information.
640 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
642         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
643         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
644         full-color version (using the Gimp) to eliminate dithering artifacts.
646 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
648         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
650         * simple.el (syntax-flag-table, string-to-syntax): Remove.
652 2000-10-15  Dave Love  <fx@gnu.org>
654         * progmodes/sh-script.el: Require skeleton and comint when
655         compiling.
657         * pcomplete.el (pcomplete) <defgroup>: Add :version.
659         * whitespace.el: Doc fixes.
660         (top-level): Don't add hooks here.
661         (whitespace-running-emacs): Deleted.
662         (timer): Don't require.
663         (whitespace): Add back :version conditional on xemacs test.
664         (whitespace-spacetab-regexp, whitespace-indent-regexp)
665         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
666         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
667         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
668         Avoid specific xemacs test.
669         (whitespace-global-mode): New option.
670         (whitespace-global-mode): New command.
671         (whitespace-unload-hook): New function.
673         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
674         (Info-fontify-node, Info-goto-node, Info-mode-menu) 
675         (Info-fontify-node): `Goto' goes to `Go to'.
676         (Info-fontify-node): Add help-echo to xref links.
678 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
680         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
682 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
684         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
685         Use plist-get and allow :inherit.
687         * emacs-lisp/cl-macs.el (cl-do-arglist):
688         Use plist-get and plist-member instead of memq.
690         * emacs-lisp/ewoc.el (ewoc-location): New function.
691         (ewoc-enter-after, ewoc-enter-before): Document return value.
692         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
693         Don't need make-local-hook any more.
694         (cvs-addto-collection): Return the new tin.
695         (cvs-mode-insert): Jump to the new line.
697         * jit-lock.el (jit-lock-fontify-buffer): Remove.
699         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
701         * font-lock.el (font-lock-syntactically-fontified): New var.
702         (font-lock-fontify-syntactic-keywords-region): Use it.
703         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
705         * diff-mode.el (diff-find-file-name): Fix regexp.
707         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
708         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
710         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
711         (sh-mode-syntax-table): Add punctuation syntax for < and >.
712         (sh-mode): Don't make all vars local here.
713         (sh-kw): Reformat.
714         (sh-set-shell): Use dolist.  Don't set indent-region-function.
715         (sh-mode-syntax-table): Use pop.
716         (sh-remember-variable): Use push.
717         (sh-help-string-for-variable): Use memq.
718         (sh-safe-backward-sexp): Remove.
719         (sh-safe-forward-sexp): Add ARG.
720         (sh-get-indent-info, sh-prev-stmt): Use it.
721         (sh-prev-line): Simplify by using forward-comment.
722         (sh-this-is-a-continuation): Simplify.
723         (sh-learn-buffer-indent): Use dolist.
724         (sh-do-nothing): Remove.
725         (sh-set-char-syntax, sh-set-here-doc-region):
726         Use inhibit-modification-hooks.
727         (sh-name-style): Use mapcar and push.
728         (sh-load-style): Use dolist.
729         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
730         (sh-case, sh-while-getopts): Use propertize directly rather
731         than sh-electric-rparen.
733 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
735         * textmodes/tex-mode.el: Require CL when compiling.
736         (tex-mode-syntax-table): Init immediately.
737         (tex-mode-map): Bind M-RET to latex-insert-item.
738         (latex-mode): Set indent-line-function to latex-indent.
739         (tex-common-initialization): Don't setup the syntax-table any more.
740         (latex-insert-item): New skeleton.
741         (tex-next-unmatched-end): Fix copy/paste braino.
742         (latex-syntax-after, latex-skip-close-parens, latex-down-list) 
743         (latex-indent, latex-find-indent): New functions.
744         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 
745         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
746         (tex-compilation-parse-errors): Use with-syntax-table.
748 2000-10-15  Miles Bader  <miles@gnu.org>
750         * font-lock.el (font-lock-comment-face): Change dark-background,
751         color, non-tty, default to `chocolate1'.
753 2000-10-13  John Wiegley  <johnw@gnu.org>
755         * eshell/esh-util.el (require): Added a missing `require' form,
756         needed when compiling (for an ange-ftp macro definition).
758 2000-10-13  Dave Love  <fx@gnu.org>
760         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
762 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
764         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
765         fix.
767         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 
768         transparent -colors 8).
770 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
772         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
773         that breaks with old list format timestamps.
774         (time-stamp-warn-inactive, time-stamp-old-format-warn)
775         (time-stamp-count, time-stamp-conversion-warn): Improved doc
776         strings.
778 2000-10-13  John Wiegley  <johnw@gnu.org>
780         * align.el, pcomplete.el, calendar/timeclock.el,
781         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
783         * calendar/timeclock.el (timeclock-find-discrep): A fix to same
784         faulty math, where holiday hours were being computing as seconds.
786 2000-10-13  John Wiegley  <johnw@gnu.org>
788         * desktop.el (desktop-buffer-modes-to-save): Added a global for
789         specifying what "other" kinds of buffers should be saved.  This
790         used to be hard-coded.
791         (desktop-buffer-misc-functions): A global for specifying how
792         auxiliary data should be determined for special buffer types.
793         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
794         instead of hard-coding the special buffer types.
795         (desktop-save): Run `desktop-buffer-misc-functions' to gather
796         auxiliary data, instead of hard-coding for Info buffers and dired.
797         (desktop-buffer-info-misc-data): Aux function for determining Info
798         buffer auxiliary info.
799         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
800         (desktop-buffer-info): Changed this function to use the info
801         gathered above.
802         (desktop-create-buffer): Be a little more careful about what
803         `minor-mode' means before calling it.  This is important for some
804         buffer types.
806 2000-10-13  John Wiegley  <johnw@gnu.org>
808         * eshell/esh-util.el: Added a global form which declares an
809         autoload for `parse-time-string', if that function is not already
810         defined, and if parse-time.el is available on the user's system.
812         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
813         to be aware of ange-ftp user info.
814         (eshell-do-ls): Bind `ange-cache'.  Also, use
815         `eshell-file-attributes'.
816         (eshell-ls-annotate): Use `eshell-file-attributes'.
817         (eshell-ls-file): Made the user-id printing code a bit smarter.
819         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
820         allow identification of alias user ids in remote directories.
821         It's manual, but there's no other way to know when the current
822         user on the local machine, is also the owning user on the remote
823         machine.
824         (fboundp): Bind `ange-cache'.
825         (eshell-directory-files-and-attributes): Re-organized the logic a
826         bit to use `eshell-file-attributes' instead of `file-attributes'.
827         The former is more sensitive to directories that are read via FTP,
828         and knows how to use ange-ftp to determine full attribute
829         information, instead of just the name and last modtime.
830         (eshell-current-ange-uids): Return the current user id when in a
831         remote directory.
832         (eshell-parse-ange-ls): Parse a full directory listing that has
833         been returned by ange-ftp.
834         (eshell-file-attributes): This beefed up version of
835         `file-attributes' is only special if the user is currently in a
836         remote directory, in which case it does a lot of work to find out
837         what the real attributes of a file are, as they appear on the
838         remote machine.  This makes usage of remote directories (i.e.,
839         ange-ftp pathnames) much more useful.  You can now use Eshell as a
840         full-fledged FTP client, with much more manipulation ability than
841         most other clients.
843         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
844         variable, which means that Eshell's du should always be preferred
845         in remote directories.
846         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
847         just `file-attributes'.
848         (eshell-mvcp-template): Bind `ange-cache', to improve performance
849         when reading remote directories.  This is an Eshell-specific
850         variable (not part of ange-ftp).
851         (eshell/ln): Bind `ange-cache'.
852         (eshell/du): Added some extra logic for determining when to use
853         Eshell's du (which is slow), and when to use the external version
854         (which may or may not exist).
856         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
857         `eshell-interactive-process', rather than using
858         `get-buffer-process', since backgrounded processes don't count in
859         the context of this function's logic.
861         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
862         `forward-char', so that null strings are parsed correctly.
864 2000-09-13  John Wiegley  <johnw@gnu.org>
866         * eshell/em-pred.el (eshell-pred-file-type,
867         eshell-pred-file-links, eshell-pred-file-size): Use
868         `eshell-file-attributes'.  This is more correct over ange-ftp.
870         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
871         that remote file globbing is more efficient.
873         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
874         gathering the files and attributes within a directory.
876         * eshell/em-unix.el (eshell/cat): If any of the files passed on
877         the command line is a special file (not a regular file, directory
878         or symlink), always attempt to call the external version of cat.
880 2000-09-13  John Wiegley  <johnw@gnu.org>
882         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
883         Eshell-friendly version of find-tag.
885 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
887         * image-file.el (image-file-name-extensions) 
888         (image-file-name-regexps): Add autoload cookies.
890 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
892         * international/mule-cmds.el (select-safe-coding-system): If FROM
893         is string, show it in *Warning* buffer.
895 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
897         * startup.el (normal-top-level): Use display-popup-menus-p instead
898         of window-system.
899         (command-line): Use display-graphic-p instead of window-system.
900         (command-line-1): Use display-popup-menus-p and display-mouse-p
901         instead of window-system.
903 2000-10-12  Sam Steingold  <sds@gnu.org>
905         * tooltip.el (tooltip-use-echo-area): New user variable.
906         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
908 2000-10-12  Dave Love  <fx@gnu.org>
910         * recentf.el: Maintainer's checkdoc fixes.
912         * startup.el (normal-top-level-add-subdirs-to-load-path): Use
913         character class, not ASCII when matching file names.
914         (fancy-splash-head): Add trailing slash to URL.
915         (command-line): Don't require XPM support for toolbar.
917         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
918         (cperl-invalid-face): Revert last change.
919         (cperl-init-faces): Quote cperl-invalid-face.
921 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
923         * startup.el (fancy-splash-text): Remove superfluous quote.
925 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
927         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
928         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
929         (command-line-1): Don't use fancy-splash-pending-command.
930         (fancy-splash-screens-1): Goto point-min after inserting text.
932         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
934         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
935         instead of shared-lisp-mode-map.
937 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
939         * faces.el (header-line): Change tty-variant to use underlining.
941         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
942         (isearch-highlight): Restore lazy-isearch face properties at old
943         position, and suppress them at new position.
944         (isearch-dehighlight): Restore lazy-isearch face properties.
945         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
946         over the real isearch overlay, but in that case, don't give it a
947         face property.  Use `push'.
949 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
951         * man.el (Man-getpage-in-background): Fix previous change.
952         Decode the process output only when we are in multibyte mode.
954 2000-10-11  Dave Love  <fx@gnu.org>
956         * info.el (Info-mode-menu): Fix some help.
957         (info-tool-bar-map): Add entry for Info-last.
959         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
960         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
961         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
962         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
963         * toolbar/search-replace.xpm, toolbar/exit.xpm:
964         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
965         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
966         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
967         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
968         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
969         Reduce colour requirements to 25 overall.  (Probably wants
970         revisiting from the originals to reduce further.)
972 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
974         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
975         buffer-file-coding-system, instead of raw-text.
976         (dehexlify-buffer): Bind coding-system-for-read to
977         buffer-file-coding-system, instead of raw-text.
979 2000-10-11  Sam Steingold  <sds@gnu.org>
981         * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
982         `underline' - fixes the bug introduced on 2000-09-21.
984 2000-10-11  Dave Love  <fx@gnu.org>
986         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
987         compiler warnings.
988         (scheme-mode): Doc fix.
989         (scheme-font-lock-keywords-1): Match `define-syntax'.
991 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
993         * faces.el (frame-set-background-mode): Pay attention to saved
994         face specs as well as default ones.  Only do anything if the
995         bg-mode or display-type has actually changed.  Use `dolist'.
996         (region): Make dark-background `region' face less in-your-face.
998 2000-10-10  Sam Steingold  <sds@gnu.org>
1000         * chistory.el, ielm.el, ledit.el:
1001         * progmodes/inf-lisp.el, progmodes/scheme.el:
1002         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1004 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
1006         * textmodes/texinfo.el: Update copyright and fix typo.
1008         * desktop.el (desktop-modes-not-to-save): New var.
1009         (desktop-save-buffer-p): Use it.
1010         Also, obey desktop-buffers-not-to-save even for non-file buffers.
1011         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1013 2000-10-10  Dave Love  <fx@gnu.org>
1015         * toolbar/tool-bar.el (tool-bar-add-item)
1016         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1017         display.
1019         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1020         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1021         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1022         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1023         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1024         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1025         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1026         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1027         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1028         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1029         the .xpms; probably need retouching.
1031 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
1033         * subr.el (add-to-list): Add optional argument APPEND.
1034         * battery.el (display-battery): Use `add-to-list'.
1036 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
1038         * play/zone.el (zone-timer, zone-wc-tbl): Rework
1039         these vars as symbol properties.
1040         (zone, zone-when-idle, zone-leave-me-alone)
1041         (zone-pgm-whack-chars): Use new symbol properties.
1043         * battery.el (display-battery): Doc spelling fix.
1045         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1046         property.
1048 2000-10-09  Dave Love  <fx@gnu.org>
1050         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1051         has been initialized before calling tool-bar-setup.
1052         (tool-bar-add-item-from-menu): Add autoload cookie.
1054 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
1056         * menu-bar.el (send-mail-item-name): New function.
1057         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1058         of mail-user-agent in the menu.  Don't display the "Send Mail"
1059         item if mail-user-agent is nil or its value is ignore.
1060         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1061         if read-mail-command is nil or its value is ignore.
1063         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1065 2000-10-09  Miles Bader  <miles@gnu.org>
1067         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1068         Correct image size.
1069         * toolbar/left_arrow.xpm: Correct image size.
1071         * jka-compr.el: Don't call `jka-compr-install' when loading (it
1072         will be done by the definition of `auto-compression-mode' if
1073         necessary.  Move code to uninstall existing file-name handler
1074         before definition of `auto-compression-mode'.
1076         * image-file.el (auto-image-file-mode): Move to the end of the
1077         file, because `define-minor-mode' actually calls the mode-function
1078         if the associated variable is non-nil, which requires that all
1079         needed functions be already defined.
1081         * mouse.el (popup-menu): Balance parens.
1083 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
1085         * mouse.el (popup-menu): Move the command call outside the loop
1086         so that popup-menu returns whatever the command returns.
1088         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
1089         (initialize-new-tags-table): Use run-hook-with-args-until-success.
1090         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1091         (tags-table-format-functions): Renamed from tags-table-format-hooks.
1093         * vc.el (vc-version-diff): diff-switches can be a list.
1094         Use relative filenames for prettier output.
1096         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1097         (vc-post-command-functions): Remove old-VC compatibility code.
1099         * newcomment.el (comment-indent-default): Autoload.
1101         * font-lock.el (font-lock-defaults): Make buffer-local.
1102         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1103         (font-lock-choose-keywords):
1104         Ignore LEVEL unless KEYWORDS is a list of syms.
1105         (c-keywords, c++-keywords, objc-keywords, java-keywords):
1106         Don't wrap regexp-opt things in \(...\) unnecessarily.
1108         * jit-lock.el: Don't require font-lock any more.
1109         (jit-lock-functions): Make buffer-local.
1110         (jit-lock-saved-fontify-buffer-function): Remove.
1111         (jit-lock-mode): Remove autoload cookie.
1112         Remove font-lock specific code.
1113         (jit-lock-unregister): Don't bother handling complex hooks any more.
1114         (jit-lock-refontify): New function.
1115         (jit-lock-fontify-buffer): Use it.
1116         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1117         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1118         Add optional args START and END.
1119         Never call font-lock-fontify-region directly.
1120         (jit-lock-function, jit-lock-stealth-fontify): Use it.
1122         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1124 2000-10-08  Dave Love  <fx@gnu.org>
1126         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1128         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1130         * play/studly.el (studlify-region, studlify-word): Add autoload
1131         cookie.
1133         * play/morse.el (morse-region, unmorse-region): Add autoload
1134         cookie.
1136         * play/spook.el (spook-phrases-file): Use expand-file-name, not
1137         concat.
1139         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1140         insist on symbols starting with word syntax.
1141         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1142         (eval-defun-1): Doc fix.
1143         (indent-sexp): Use nconc to build up indent-stack.
1145         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1146         Gnus with little use.
1147         (mail-setup-hook): Add mail-abbrevs-setup to options.
1149         * recentf.el: Doc fixes.
1151         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1152         Clean up remainder.
1154         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
1155         without timezone and (8) with timezone to enforce some whitespace.
1156         Simplify code somewhat.
1158         * options.el (list-options): Doc that you should use customize.
1160         * iswitchb.el (iswitchb-mode): Add :require.
1162         * info.el (Info-goto-node, Info-menu): Doc fix.
1163         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1164         (info-tool-bar-map): New variable.
1165         (Info-mode): Use it.
1166         (Info-edit-map): Define all in defvar.
1167         (speedbar-attached-frame): Avoid compiler warning.
1169         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1170         (global-map): Bind [tool-bar] to a filtered map.
1171         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
1172         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1173         Allow PBM icons.
1174         (tool-bar-setup): Adjust calls of tool-bar-add-item.
1176         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1177         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1178         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
1179         icons, except up_arrow, which is left-arrow rotated.
1181         * imenu.el (imenu-add-to-menubar): Fix last change.
1183 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
1185         * generic-x.el (rul-generic-mode): Remove eval-when-compile
1186         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
1188 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1190         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1191         typos in doc strings.
1193         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1194         the doc strings how to customize Font Lock faces.
1196         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1197         computing growth when dragging the header line.
1199 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
1201         * simple.el (kill-line): Doc fix.
1203 2000-10-08  Miles Bader  <miles@gnu.org>
1205         * faces.el (secondary-selection): Make foreground visible on tty.
1207         * jka-compr.el (auto-compression-mode): Move to the end of the
1208         file, because `define-minor-mode' actually calls the mode-function
1209         if the associated variable is non-nil, which requires that all
1210         needed functions be already defined.
1211         (with-auto-compression-mode): Add autoload cookie.
1213 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
1215         * files.el (find-backup-file-name) [ms-dos]: If support for long
1216         file names is not available, behave as if version-control were set
1217         to never.
1219 2000-10-07  Dave Love  <fx@gnu.org>
1221         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1222         (browse-url-gnome-moz): New function.
1223         (browse-url-browser-function): Use it.
1224         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1226 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
1228         * indent.el (tab-always-indent): New var.
1229         (indent-for-tab-command): Use it.
1231         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1232         raise an error.  This way it can still default to a sane value.
1234 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1236         * startup.el (fancy-splash-screens): Use local rather than global map.
1237         Don't use `update-menu-bindings' any more.
1238         Get rid of assumptions about keymap representation.
1240 2000-10-06  Dave Love  <fx@gnu.org>
1242         * textmodes/fill.el (sentence-end-double-space)
1243         (sentence-end-without-period):  Doc fix.
1244         (adaptive-fill-regexp): Purecopy.
1245         (unjustify-current-line): Use line-end-position.
1246         (fill-individual-paragraphs-prefix): Use line-beginning-position.
1248         * net/eudc-vars.el (eudc): Add :version, :link.
1250         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1252         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1253         Fix for define-minor-mode.
1254         (function-at-point): Alias to function-called-at-point.
1256         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1258         * simple.el (backward-word): Doc fix.
1260         * image-file.el (image-file-name-regexp): image-file-regexps ->
1261         image-file-name-regexps.
1262         (image-file-name-extensions): Add pbm.
1264 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
1266         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1267         and add filename to the names so that diff-mode can jump to source.
1269         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1270         (tex-font-lock-keywords, tex-font-lock-keywords-2)
1271         (tex-font-lock-keywords-1): Remove.
1272         (font-lock-turn-on-thing-lock): Use jit-lock-register.
1273         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1274         (font-lock-default-fontify-region):
1275         Expand beg..end correctly when just following a multiline region.
1276         (font-lock-fontify-anchored-keywords):
1277         Include the anchor text as part of the multiline.
1279 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
1281         * loadup.el (toplevel): Load `loaddefs' before `help' because the
1282         latter needs the autoloaded define-minor-mode macro during the
1283         bootstrap.
1285         * startup.el (command-line): For now, activate tool-bar-mode only
1286         if XPM images are supported.
1288         * mouse.el (mouse-drag-header-line): Don't allow resizing a
1289         window by dragging a header-line at the top of the frame; that's
1290         confusing because the header-line doesn't move.
1291         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1292         of treating the event as a list.  Some cleanup.
1294 2000-10-06  Miles Bader  <miles@gnu.org>
1296         * simple.el (display-message-or-buffer): New function.
1297         (shell-command-on-region): Use `display-message-or-buffer'.
1299         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1300         docstring parts.
1302         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1303         (smbclient-prompt-regexp): Add usage note to doc string.
1304         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1305         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1306         Use add-hook for adding the comint filter function, and only do so
1307         if it's not already in the global hook list.
1308         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1309         to `make-local-variable'.
1310         (nslookup-font-lock-keywords): Remove prompt entry.
1311         (nslookup): Don't set the process-filter.
1312         (finger): Exit the loop correctly when the regexps list runs out.
1313         (ftp, smbclient, smbclient-list-shares):
1314         Set the real major mode immediately, not after execing.
1315         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1317         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1319 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
1321         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1323         * which-func.el (which-func-format): Remove spurious space.
1324         (which-func-mode): Don't make it permanent-local.
1325         (which-func-ff-hook): Allow which-func-maxout to be nil.
1326         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
1327         (which-func-mode): Simplify.
1328         Use post-command-idle-hook rather than post-command-hook.
1329         Go through all buffers and update their state.
1330         (which-function): Also try add-log-current-defun-function.
1332         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1333         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1334         Update call to with-vc-properties accordingly.
1335         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1336         (vc-revert-buffer): More careful about window selection and deletion.
1337         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1339         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1340         (cvs-retrieve-revision): Reuse a pre-existing buffer.
1341         (cvs-dired-action): Change the default to quickdir.
1343         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1344         if comment-indent-function returns nil.
1345         (comment-indent-default): New function.
1346         (comment-indent-function): Use it and document the new semantics.
1348         * image-file.el: Docstring fixes.
1350         * help.el (help-xref-on-pp): Use match-string.
1351         (describe-variable): New arg BUFFER.
1352         Store the current buffer in the help-xref-stack.
1353         (temp-buffer-resize-mode): Use define-minor-mode.
1355         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1356         consistently with its docstring.
1357         Set jit-lock-first-unfontify-pos in an idempotent way.
1358         (jit-lock-register): Autoload and add arg CONTEXTUAL.
1360 2000-10-05  Alex Schroeder  <alex@gnu.org>
1362         * sql.el (sql-mysql-options): New variable.
1363         (sql-mysql): Use it.
1365 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
1367         * image.el (image): New group.
1369         * smerge-mode.el (smerge-mine-face, smerge-other-face)
1370         (smerge-base-face, smerge-markers-face): Add dark-background variants.
1372 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1374         * net/net-utils.el (nslookup-font-lock-keywords)
1375         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1376         Ignore the value of wqindow-system; always define keywords
1378 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
1380         * startup.el (fancy-splash-screens): Remove the code for
1381         debugging; `(trace-to-stderr "EXITTT\n")'.
1383 2000-10-05  Miles Bader  <miles@gnu.org>
1385         * diff-mode.el (diff-goto-source): Update call to
1386         `diff-hunk-status-msg' to reflect new REV variable.
1388 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
1390         * progmodes/icon.el (icon-mode):
1391         Don't gratuitously override the default for comment-column.
1393         * vc-hooks.el (vc-mode-line): Fix interactive spec.
1395         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1396         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1397         (jit-lock-functions): New var.
1398         (jit-lock-function-1): Use it if non-nil.
1399         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
1400         Set the `fontified' property before doing the fontification to avoid
1401         repeatedly going through the same error.
1402         Don't turn errors into messages.
1403         (jit-lock-register, jit-lock-unregister): New functions.
1405         * dired.el (dired-mark-pop-up): Turn comment into docstring.
1406         Use with-current-buffer.
1408         * dired-aux.el (dired-do-create-files, dired-kill-tree):
1409         Turn comment into docstring.
1411         * apropos.el (apropos-mode): Use define-derived-mode.
1413 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
1415         * startup.el (fancy-splash-pending-command): New variable.
1416         (fancy-splash-pre-command): New function.
1417         (fancy-splash-screens): Rewritten.
1418         (command-line-1): If fancy-splash-pending-command is set, call it
1419         interactively.
1421 2000-10-04  Dave Love  <fx@gnu.org>
1423         * toolbar/tool-bar.el (tool-bar-setup): New function.
1424         (tool-bar-mode): Use it.
1426         * subr.el (substitute-key-definition): Doc fix.
1427         (play-sound-file): New command.
1429 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
1431         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
1432         vc-version-backup-file-name): New functions.
1434         * files.el (basic-save-buffer): Call vc-before-save before saving.
1436         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
1437         vc-cvs-stay-local-p.
1439         * vc.el (vc-revert-buffer): Handle empty diff properly.
1440         (vc-version-backup-file): New function.
1441         (vc-checkout): Create a version backup if necessary.
1442         (vc-checkin): If a version backup file exists, delete it.
1443         (vc-version-diff): Diff locally using version backups, if available.
1444         (vc-revert-file): If there's a version backup, revert locally.
1445         (vc-transfer-file): Use version backup for base version, if
1446         available.  If not, ask for confirmation whether to get it from the
1447         server.  Update mode line before check-in.
1449 2000-10-04  Dave Love  <fx@gnu.org>
1451         * toolbar/tool-bar.el (tool-bar-setup): New function.
1452         (tool-bar-mode): Use it.
1454 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
1456         * net/net-utils.el (nslookup-font-lock-keywords)
1457         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1458         Only set if window-system is non-nil
1459         (net-utils-run-program): Returns buffer.
1460         (network-connection-reconnect): Added this function.
1462         * generic.el:
1463         Incorporates extensive cleanup and docfixes by
1464         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1465         Uses cl compile-time macros.
1466         (generic-mode-name, generic-comment-list)
1467         (generic-keywords-list, generic-font-lock-expressions)
1468         (generic-mode-function-list, generic-mode-syntax-table):
1469         Removed variables.
1470         (generic-mode-alist): Renamed to generic-mode-list.
1471         (generic-find-file-regexp): Default changed to "^#".
1472         (generic-read-type): Uses completing read on generic-mode-list.
1473         (generic-mode-sanity-check): removed this function.
1474         (generic-add-to-auto-mode): Removed this function
1475         (generic-mode-internal): Bind mode-specific definitions
1476         into function instead of putting them in alist.
1477         (generic-mode-set-comments): Reworked extensively.
1478         (generic-mode-find-file-hook): Simplified regexp searching
1479         (generic-make-keywords-list): Omit extra pair of parens
1481         * find-lisp.el (find-lisp-find-files-internal):
1482         Make sure directory name ends with "/".
1484         * generic-x.el (apache-conf-generic-mode):
1485         Regexp now allows leading whitespace.
1486         (rc-generic-mode): Added eval-when-compile
1487         around generic-make-keywords-list.
1488         Deleted duplicate regexp
1489         (rul-generic-mode): Added eval-when-compile
1490         around generic-make-keywords-list.
1491         (etc-fstab-generic-mode): New generic mode.
1492         (rul-generic-mode): Removed one eval-when-compile
1493         which caused a max-specpdl-size exceeded error.
1495 2000-10-04  Miles Bader  <miles@gnu.org>
1497         * simple.el (minibuffer-temporary-goal-position): New variable.
1498         (next-history-element): Try to keep the position of point in the
1499         input string constant.
1501         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1502         (dired-do-create-files): If there's only one file, pass it in as
1503         the DEFAULT arg to dired-mark-read-file-name.
1505 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
1507         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1508         (diff-goto-source): Be smarter when choosing REVERSE or not.
1510         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1511         (texinfo-mode-menu): Add an explicit shortcut for update all.
1513 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
1515         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
1516         factorize backend-specific code cleanly (this was essentially
1517         conceived by Stefan Monnier).
1518         (vc-unregister): Function removed.
1519         (vc-revert-file): New function.
1520         (vc-revert-buffer): Delegate some of the work to it.
1522         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1523         default branch unconditionally.
1524         (vc-rcs-set-default-branch): New function.
1525         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1526         (vc-rcs-checkin): If an appropriate default branch has been set,
1527         force creation of that branch.
1528         (vc-rcs-receive-file): Rewritten to contain only backend-specific
1529         code (as suggested by Stefan Monnier).
1531 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1533         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1534         highlighting overlay with a different face over the overlay
1535         isearch uses to highlight the current match because that can lead
1536         to bad face combinations.
1538         * loadup.el (toplevel): Load faces before isearch.
1540         * isearch.el (isearch-faces): New custom group.
1541         (isearch): New defface; was already tested for in the code.
1542         (isearch-lazy-highlight-face): Changed to defface from defcustom.
1543         (isearch-highlight): Always use face `isearch'.
1545 2000-10-02  Dave Love  <fx@gnu.org>
1547         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1548         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
1549         comparison of opcode with operand.
1551 2000-10-03  Miles Bader  <miles@gnu.org>
1553         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1554         buffer, since the echo area will now grow to accommodate them.
1556 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
1558         * vc-hooks.el (vc-registered): If FILE used to be registered under
1559         a certain backend, try that one first.
1561         * vc.el (vc-responsible-backend): Undo the previous change in the
1562         argument list.  Handle multiple backends correctly.
1563         (vc-find-new-backend): Function removed.
1564         (vc-register): Use vc-responsible-backend, as before.
1565         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1567 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
1569         * startup.el (fancy-splash-head): Change message below the
1570         logo.
1572 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
1574         * diff-mode.el (diff-goto-source): Emit a status message.
1575         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
1576         (diff-test-hunk): Fix doc string.
1577         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1578         (diff-advance-after-apply-hunk): New variable.
1579         (diff-apply-hunk): Don't return a value.
1581 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
1583         * vc.el (vc-editable-p): Minor optimization.
1584         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1585         (vc-find-new-backend): New function split from vc-responsible-backend.
1586         (vc-register): Use it.
1587         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1588         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1589         (vc-default-unregister, vc-revert-buffer): Docstring fix.
1590         (vc-clear-headers): Don't use find-file.
1591         (vc-revert-buffer): Use `and' again (must have been a braino).
1592         (vc-switch-backend): Only prompt if requested.
1593         Short circuit if nothing is to be done.
1594         Don't use vc-resynch-buffer which could lose unsaved editing.
1595         (vc-default-receive-file): Update call to vc-unregister.
1596         (with-vc-file, vc-next-action-on-file):
1597         Use vc-backend rather than vc-registered.
1598         (vc-next-action-on-file): Use intern-soft.
1599         Deal with read-only *vc-diff* buffer.
1600         (vc-transfer-file): Docstring fix.
1602         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1603         (vc-rcs-receive-file): Avoid with-vc-properties.
1604         Update call to vc-unregister.
1605         Use constant `RCS' rather than (dynamically bound) var `backend'.
1607 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
1609         * vc.el (vc-next-action-on-file): Update mode line only if file
1610         is visited.
1611         (vc-start-entry): New argument initial-contents.  Don't visit the file
1612         if it isn't already visited.  Brought documentation up-to-date.
1613         (vc-next-action, vc-register): Updated calls to vc-start-entry.
1614         (vc-checkin): New optional arg initial-contents, which is passed to
1615         vc-start-entry.
1616         (vc-finish-logentry): Make sure to bury log buffer only if there
1617         really is one.  Call `vc-resynch-buffer' on log-file, not
1618         buffer-file-name.
1619         (vc-default-comment-history, vc-default-wash-log): New functions.
1620         (vc-index-of): Removed.
1621         (vc-transfer-file): Make do without the above.
1622         (vc-default-receive-file): Call comment-history unconditionally.  Pass
1623         the resulting string to vc-checkin, instead of inserting it into the
1624         comment ring.
1626         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1627         unconditionally.  Use the comments as initial contents of the log
1628         entry buffer.  Document the trick to force branch creation with no
1629         changes.
1631 2000-10-01  Miles Bader  <miles@gnu.org>
1633         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1634         `recenter' with an arg to prevent redrawing the display.
1636 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
1638         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1640         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1642         * progmodes/c-mode.el (c-mode):
1643         Don't gratuitously override the default for comment-column.
1645         * textmodes/tex-mode.el (latex-metasection-list): New var.
1646         (latex-imenu-create-index): Use it.
1647         Move the regexp construction outside loops (and use push).
1648         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
1649         (tex-font-lock-keywords): Moved from font-lock.el.
1650         (tex-comment-indent): Remove.
1651         (tex-common-initialization): Don't set comment-indent-function.
1652         (latex-block-default): New var.
1653         (tex-latex-block): Use it to provide a default choice.
1654         Add any unknown choice to latex-block-names.
1655         Insert [...] after {...}.
1656         (tex-last-unended-begin): Simplify regexp.
1657         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1658         (latex-forward-sexp-1, latex-forward-sexp): New functions.
1659         (latex-mode): Set forward-sexp-function.
1661         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1662         Add regexp for @ignore ... @end ignore.
1663         (texinfo-heading-face): New face.
1664         (texinfo-font-lock-keywords): Use it.
1665         (texinfo-mode-menu): New menu.
1666         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1667         New functions.
1668         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
1669         (texinfo-section-types-regexp, texinfo-section-level-regexp)
1670         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1671         Remove declaration.
1672         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1674         * delsel.el (delete-selection-mode): Use define-minor-mode.
1676         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1678 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1680         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1682 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
1684         * replace.el (keep-lines-read-args): New function.
1685         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1686         read arguments interactively.  Add parameters RSTART and REND.
1687         Operate on the active region in Transient Mark mode.
1689         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1691         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1692         (authors-obsolete-files-regexps): New variable.
1693         (authors-add): Don't record changes in obsolete files.
1695 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1697         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1699         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1700         (comment-indent): Make sure there's a space between code and comment.
1701         Shift comments left to avoid going past fill-column.
1703 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1705         * startup.el (startup-echo-area-message): New function.
1706         (display-startup-echo-area-message): Use it.
1707         (fancy-splash-screens): Rewritten to use keymaps and a timer.
1708         (fancy-splash-default-action): New function.
1709         (fancy-splash-screens-1): New function.
1710         (fancy-splash-head): Put a help-echo and a keymap under the image.
1712 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
1714         * diff-mode.el (diff-add-log-file-name): Remove.
1715         (diff-mode): Use add-log-buffer-file-name-function.
1717         * add-log.el (find-change-log): New arg BUFFER-FILE.
1718         (add-log-file-name): Obey add-log-file-name-function.
1719         (add-log-buffer-file-name-function): New var.
1720         (add-change-log-entry): Use it.
1722 2000-09-29  Miles Bader  <miles@gnu.org>
1724         * image-file.el (image-file-name-extensions): New variable.
1725         (image-file-name-regexps): Renamed from `image-file-regexps'.
1726         New default value is nil.  Call `auto-image-file-mode'.
1727         (image-file-name-regexp): New function.
1728         (auto-image-file-mode): New minor mode.
1729         (insert-image-file): Don't make conditional on the image-file
1730         handler being enabled.
1731         (image-file-handler): Make the call here conditional instead.
1732         (set-image-file-handler-enabled, enable-image-file-handler)
1733         (disable-image-file-handler): Functions removed.
1735         * emacs-lisp/authors.el (authors-print): Rephrase many-files
1736         string.
1738 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
1740         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1741         it's a function from CL.
1742         (latex-imenu-create-index): Replace eval-when-compile with progn
1743         because latex-section-alist is not bound while compiling.
1745 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1747         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1748         (outline-mode): Use define-derived-mode.
1750         * progmodes/perl-mode.el (perl-mode):
1751         * progmodes/awk-mode.el (awk-mode):
1752         * progmodes/asm-mode.el (asm-mode):
1753         Don't gratuitously override the default for comment-column.
1755         * emacs-lisp/lisp.el (lisp-complete-symbol):
1756         Distinguish the let-binding case from the funcall case.
1757         (forward-sexp-function): New variable.
1758         (forward-sexp): Use it.
1760         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1761         (easy-mmode-defmap): Remove the now useless autoload.
1763         * time.el (display-time-mode): Use define-minor-mode.
1765         * subr.el (add-minor-mode): Don't eval NAME.
1766         Don't depend on the presence of TOGGLE-FUN for any special behavior.
1767         Use if rather than cond.
1769         * simple.el (read-expression-map): Define more properly.
1770         (comment-indent-hook): Remove.
1771         (string-to-syntax): Bug fix.
1773         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1774         (cvs-ediff-diff): Fix typo.
1775         (cvs-revert-if-needed): Don't bother preserving read-only.
1777         * paren.el (show-paren-mode): Use define-minor-mode.
1779         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1780         (toggle-auto-compression): Remove.
1781         (jka-compr-build-file-regexp): Remove useless grouping.
1783         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1784         Avoid user-reserved bindings.
1785         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1786         (diff-header-face): Revert to grey85.
1788         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1790         * complete.el (partial-completion-mode) <defcustom>: Remove.
1791         (partial-completion-mode): Use define-minor-mode.
1792         (PC-do-completion): Understand `completion-auto-help = delay'
1793         to mean to popup the completion buffer only the second time.
1794         (PC-include-file-all-completions, PC-include-file-all-completions)
1795         (PC-include-file-all-completions): Don't quote lambda.
1797         * comint.el (comint-mode-hook): Docstring fix.
1798         (comint-mode): Use define-derived-mode.
1799         (comint-mode-map): Remove obsolete comment.
1800         (make-comint): Minor stylistic change.
1801         (comint-insert-clicked-input): Be more careful to find the overlay.
1802         Use this-command-keys rather than hardcoding mouse-2.
1804         * font-lock.el: Replace confusing (,@ with ,
1805         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1806         Don't use regexp-opt-depth.  Spice up the regexp for args.
1807         Don't distinguish between cmds that can take an opt arg or not.
1808         Use `append' and `prepend' rather than `keep'.
1810         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1811         (latex-outline-regexp): New var.
1812         (latex-outline-level): New fun.
1813         (latex-section-alist): New var.
1814         (latex-imenu-create-index): Use it.  Use `push' as well.
1815         (tex-shell-map): Initialize it properly.
1816         (tex-mode): Minor stylistic change.
1817         (plain-tex-mode): Use define-derived-mode.
1818         (latex-mode): Use define-derived-mode.
1819         Construct the paragraph regexps in a more readable way.
1820         Set the buffer-local outline-{level,regexp} vars.
1821         (slitex-mode): Derive from latex-mode.
1822         (tex-common-initialization): Don't kill-all-vars anymore.
1823         Add setting for comment-add and font-lock-defaults.
1824         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1825         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
1826         (tex-start-tex): New arg DIR (and send a chdir command for it).
1827         Also display the shell buffer and save it in tex-last-buffer-texed.
1828         (tex-region): Use expand-file-name rather than concat.
1829         Remove code made useless by changes in tex-start-tex.
1830         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1832         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1834 2000-09-28  Dave Love  <fx@gnu.org>
1836         * eshell/eshell.el (eshell) <defgroup>: Add :version.
1838 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
1840         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1841         `append'.
1843 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
1845         * info.el (Info-extract-pointer): Undo last change.
1846         Instead, fix the position of the `bound' arg to re-search-backward.
1848 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
1850         * info.el (Info-extract-pointer):
1851         Widen more carefully, to avoid finding pointers in other nodes.
1852         (Info-index): Use push.
1854 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1856         * frame.el (set-frame-font): Remove call to obsolete function
1857         frame-update-faces.
1858         (set-foreground-color, set-background-color): Likewise for
1859         frame-update-face-colors.
1861 2000-09-27  Miles Bader  <miles@gnu.org>
1863         * image-file.el: New file.
1865 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
1867         * frame.el (frame-notice-user-settings): Don't call
1868         frame-update-faces, which is a no-op now.
1870         * ediff-wind.el (ediff-control-frame-parameters): Add zero
1871         tool-bar-lines.
1873 2000-09-27  Dave Love  <fx@gnu.org>
1875         * mouse.el: Fix last change.
1877 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
1879         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1881 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
1883         * international/quail.el (quail-help): The output message is
1884         improved.
1886 2000-09-26  Dave Love  <fx@gnu.org>
1888         * mouse.el (popup-menu): If POSITION is nil, set it using
1889         mouse-position.
1891 2000-09-25  Sam Steingold  <sds@gnu.org>
1893         * net/browse-url.el (browse-url-file-url): Check for null maps.
1895 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
1897         * frame.el (frame-notice-user-settings): Don't add a
1898         tool-bar-lines frame parameter to default-frame-alist in batch mode.
1900         * frame.el (frame-notice-user-settings):
1901         Make tool-bar-mode and default-frame-alist consistent.
1903         * toolbar/tool-bar.el (tool-bar-help): New function.
1905 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1907         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1908         current-load-list in top-level forms.  Else this leaks a cons cell
1909         every time a defun is called.
1911         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
1913 2000-09-25  Dave Love  <fx@gnu.org>
1915         * startup.el (fancy-splash-head): Check XPM is available.
1917         * autoinsert.el (auto-insert): Doc fix.
1918         (auto-insert-alist): Following GNU notices, don't say `copyright
1919         _by_'.  Use line-beginning-position.
1920         (auto-insert): Check buffer-file-name is non-nil before use.
1922 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1924         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1925         starting with `@def' or `@multitable', in addition to ones
1926         specified by the user in auto-fill-inhibit-regexp.
1928 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
1930         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1931         rmail-dont-reply-to-names matches the empty string.
1933 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
1935         * startup.el (command-line-1, fancy-splash-text): Change the
1936         text to sound more friendly.
1938 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
1940         * progmodes/hideshow.el: Update author email address.
1941         Generally, sync w/ maintainer version 5.22.
1942         (hs-hide-all-non-comment-function): New var.
1943         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1944         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1945         (hs-show-region): Delete this command.
1946         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1948 2000-09-22  Dave Love  <fx@gnu.org>
1950         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1951         (hl-line-highlight): Specify buffer when moving overlay.
1953         * progmodes/fortran.el (fortran-mode): Locally set
1954         normal-auto-fill-function.
1955         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1956         (fortran-mode-map): Adjust auto-fill menu entry.
1958 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
1960         * vc-rcs.el (toplevel): Require `vc' when compiling.
1962         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
1964 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
1966         * vc.el (vc-switch-backend): Signal an error if the file is not
1967         registered under the new backend.
1969         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
1970         without explicit revision number.
1972 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
1974         * diff-mode.el (diff-file-header-face): Reset to its previous value.
1975         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1976         (diff-xor): New function.
1977         (diff-find-source-location): Use it.  Fix a stupid name clash.
1978         (diff-hunk-status-msg): New function.
1979         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1980         (diff-test-hunk): Use diff-find-source-location.
1981         (diff-goto-source): Favor the `reverse'.
1982         (diff-hunk-text): Properly handle one-sided context diffs.
1983         (diff-apply-hunk): When done, advance to the next hunk.
1985 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1987         * startup.el (command-line): If frame was created with a non-zero
1988         tool-bar-lines parameter, switch tool-bar-mode on.
1990         * add-log.el (change-log-date-face, change-log-name-face)
1991         (change-log-email-face, change-log-file-face)
1992         (change-log-list-face, change-log-conditionals-face)
1993         (change-log-function-face, change-log-acknowledgement-face):
1994         New faces, inheriting from font-lock faces.
1995         (change-log-font-lock-keywords): Use them.
1997 2000-09-21  Dave Love  <fx@gnu.org>
1999         * progmodes/cperl-mode.el (top-level): Clean up
2000         `eval-when-compile's and assorted defvars.
2001         (cperl-invalid-face): Don't double-quote value.  Change custom
2002         type.
2003         (cperl-mode): Set normal-auto-fill-function and don't zap
2004         auto-fill-function.
2005         (cperl-imenu--function-name-regexp-perl): Renamed from
2006         imenu-example--function-name-regexp-perl.
2007         (cperl-imenu--create-perl-index): Renamed from
2008         imenu-example--create-perl-index.
2009         (cperl-xsub-scan): Don't require cl.
2011         * msb.el (msb-mode-map): Use substitute-key-definition.
2012         (msb-mode): Use msb-mode-map.
2014 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
2016         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2017         New functions.
2018         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2019         (vc-switch-backend): New function.
2020         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2021         (vc-register): Fix prompt.
2022         (vc-unregister, vc-default-unregister): New functions.
2023         (vc-version-diff): Handle empty buffer in sentinel.
2025         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2026         (vc-rcs-state-heuristic): Use it to guess the state of files with
2027         non-strict locking.
2028         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2029         been set with -b, but not created yet.
2030         (vc-rcs-fetch-master-state): With non-strict locking, compare file
2031         contents in order to find the state.
2032         (vc-rcs-checkin): Allow creation of branches with no changes.
2033         (vc-rcs-unregister, vc-rcs-receive-file)
2034         (vc-rcs-set-non-strict-locking): New functions.
2036         * vc-hooks.el (vc-name): Force correct computation of the value
2037         in case it is missing.
2039 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
2041         * startup.el (fancy-splash-tail): Use a different foreground
2042         color on a dark frame background.
2044 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
2046         * info.el: Use the correct capitalization when making Info-mode
2047         and Info-edit-mode `special' modes.
2049 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
2051         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2052         (diff-mode): Add support for add-log.el.
2053         (diff-hunk-text): Use char offsets rather than line offsets.
2054         (diff-find-source-location): Replace LINE with line-offset (nil
2055         if not found) and always set POS to a meaningful position.
2056         Adapt to the new char-offsets.
2057         (diff-apply-hunk): Drop support for the unused `select' POPUP.
2058         Adapt to the new diff-find-source-location.
2059         (diff-goto-source): Adapt to the new diff-find-source-location.
2061         * add-log.el (add-log-file-name): New function (split out of
2062         add-change-log-entry).
2063         (add-change-log-entry): Use it.
2064         Call add-log-file-name-function with the changelog file name if
2065         the current buffer is not associated with any file.
2066         Avoid find-file if the selected window is dedicated.
2068         * diff-mode.el (diff-find-source-location):
2069         Move code from diff-apply-hunk.  Return buffer rather than file.
2070         (diff-apply-hunk): Use the new result from  diff-find-source-location.
2071         (diff-goto-source): Use the new diff-find-source-location.
2073 2000-09-20  Dave Love  <fx@gnu.org>
2075         * iswitchb.el: Some doc fixes.
2076         (iswitchb-mode-map): Define completely initially.  Inherit
2077         minibuffer-local-map.
2078         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2079         fundamental-mode.
2080         (iswitchb-global-map): New variable.
2081         (iswitchb-summaries-to-end): Amalgamate regexps.
2082         (iswitchb-mode): New.
2083         (iswitchb-mode-hook): New variable.
2084         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
2085         `extensions'.
2087 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
2089         * ehelp.el (electric-help): New defgroup.
2090         (electric-help-shrink-window): New user-option.
2091         (with-electric-help): Use it.
2093         * window.el (shrink-window-if-larger-than-buffer): If face
2094         `mode-line' has a :box, and we're on a graphical frame, add 1
2095         to the needed window height.
2097         * frame.el (frame-notice-user-settings): Add a last parameter nil
2098         to a call to `append', because the last list passed to `append' is
2099         not copied, and so subsequent calls to assq-delete-all will modify
2100         default-frame-alist.
2102         * startup.el (fancy-splash-image): Change :type.
2103         (fancy-splash-head): Use an XBM image if appropriate.
2104         (command-line-1): Show splash screens in more cases.
2106         * startup.el (fancy-splash-text): Don't quote faces.
2108         * dired.el (dired-font-lock-keywords): Undo last change.
2109         (dired-readin): Bind indent-tabs-mode to nil.
2111         * startup.el (fancy-splash-head): If frame's background mode
2112         is `dark', change the black background of the image to gray.
2113         (fancy-splash-screens): Display startup echo area message.
2114         (display-startup-echo-area-message): New function.
2116 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
2118         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2120         * info.el (info-header-node): Tweak for color ttys.
2122         * faces.el (face-valid-attribute-values): Make sure directories we
2123         search for stipples both exist and are readable before trying to
2124         search them.
2126         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2127         in the dry-run case.
2129         * jka-compr.el (with-auto-compression-mode): New macro.
2131         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2132         (custom-group-tag-face, custom-variable-tag-face): Use relative
2133         :height and inherit from `variable-pitch' face instead of
2134         hardwiring :family.
2135         * hi-lock.el (hi-black-hb): Likewise.
2137         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2138         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2139         toolbar-add-item, if image doesn't have a mask add a `:mask
2140         heuristic'.
2142 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
2144         * diff-mode.el: Docstring fixes.
2145         (diff-header-face, diff-comment-face): New faces.
2146         (diff-font-lock-keywords): Highlight a bit differently.
2147         (diff-find-source-location): Don't return SPAN any more.
2148         (diff-hunk-text): Don't bother erasing the temp buffer.
2149         (diff-find-text): Drop argument LINE.
2150         (diff-apply-hunk): Update calls to diff-find-text.
2151         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2153         * calendar/calendar.el: Docstring fixes.
2154         (calendar-make-alist): Don't quote lambda.
2155         (calendar-star-date): Use make-local-variable.
2157 2000-09-19  Dave Love  <fx@gnu.org>
2159         * toolbar/tool-bar.el: Renamed from toolbar.el.
2160         Change `toolbar' to `tool-bar' generally in symbols.
2161         Make some items invisible in `special' major modes.
2162         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2163         Add arg PROPS.
2165         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2166         Add :version here.
2167         (fancy-splash-delay, fancy-splash-image): Remove :version here.
2169 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2171         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2173         * files.el (find-file-suppress-same-file-warnings): New user-option.
2174         (find-file-noselect): Use it.
2176         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2177         (fancy-splash-screen): Defgroup.
2179         * add-log.el (change-log-font-lock-keywords): Match names
2180         more exactly for the case that font-lock-constant-face is
2181         underlined.
2183 2000-09-19  Richard M. Stallman  <rms@gnu.org>
2185         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2187 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
2189         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2191 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2193         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2194         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2195         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2196         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2197         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2198         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2199         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2200         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2201         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2202         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2203         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2204         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2206         * startup.el (fancy-splash-text): New variable.
2207         (fancy-splash-delay, fancy-splash-image): New user-options.
2208         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2209         (fancy-splash-screens): New functions.
2210         (command-line-1): If display has a `display' frame parameter, has
2211         colors, and we have XPM support, show more fancy splash screens.
2213 2000-09-19  Dave Love  <fx@gnu.org>
2215         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
2216         with null `help'.  Use modern backquote syntax.
2218 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
2220         * font-lock.el (font-lock-mode): Change message telling the user
2221         that ``the buffer is too big''.
2223         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2224         for instance for the case that tab-width is 2.
2226 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
2228         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2229         toolbar-add-item, if image doesn't have a mask add a `:mask
2230         heuristic'.
2232 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
2234         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2235         and return a cons if it's non-nil.
2236         (diff-apply-hunk): Try to jump to the line in the source text
2237         corresponding to the position of point in the in the hunk.
2239         * info.el (Info-title-3-face, Info-title-2-face)
2240         (Info-title-1-face): Use face inheritance and relative sizes
2241         instead of hard-wiring things.
2243         * faces.el (secondary-selection): Make dark-background variant sane.
2245 2000-09-16  Andrew Innes  <andrewi@gnu.org>
2247         * makefile.w32-in (compile-files-CMD): No need to make .elc files
2248         read-only, since they aren't under VC now.
2250 2000-09-17  Dave Love  <fx@gnu.org>
2252         * tmm.el: Replace mapcar with mapc in several places.
2254         * loadhist.el (unload-feature): Maybe call elp-restore-list and
2255         ad-unadvise.
2257         * international/latin1-disp.el: New file.
2259         * calendar/cal-move.el (scroll-calendar-left)
2260         (scroll-calendar-right): Make arg optional (for active mode line).
2262         * calendar/calendar.el (calendar-mode-line-format): Make fields
2263         mouse-sensitive.
2264         (calendar-read-date, calendar-read-date, calendar-window-list):
2265         Unquote lambda.
2266         (calendar-month-name): Use aref, not sref.
2268         * view.el (minor-mode-alist): Propertize the string.
2270         * international/characters.el (standard-case-table): Add entries
2271         for Greek.
2273 2000-09-18  Miles Bader  <miles@gnu.org>
2275         * info.el (info-node, info-xref): Add dark-background variants.
2277         * faces.el (header-line): Change defaults to be less confusing
2278         when mixed with mode-lines.
2280         * info.el (Info-fontify-node): Make a few cleanups.
2281         Add extra `help-echo' and `local-map' props to node xrefs.
2282         Use header-specific faces for node-names & xrefs.
2283         (Info-use-header-line): New variable.
2284         (info-header-xref, info-header-node): New faces.
2285         (Info-setup-header-line): New function.
2286         (Info-select-node): Call Info-setup-header-line when enabled.
2287         (Info-extract-pointer): Work even if the header line is hidden.
2288         (Info-header-line): New variable.
2290 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
2292         * vms-patch.el (print-region-function): Don't quote lambda.
2294         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2296         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2297         (lm-get-header-re): Allow spaces between the header and the colon.
2298         (lm-header): Allow $ in non-RCS headers.
2299         (lm-header-multiline): Put the strings back into order.
2300         Stop at an empty line.  Don't require two space chars if the
2301         line is clearly not another header line.
2303         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2304         (popup-menu-popup): Remove.
2306 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2308         * toolbar/toolbar.el (toolbar-add-item): Use the same image
2309         specification if or if not tool-bar item contains an `:enabled'
2310         property.
2312         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2313         current buffer has no file name.
2315 2000-09-15  Dave Love  <fx@gnu.org>
2317         * strokes.el: Sync with maintainer's current version with changes
2318         for Emacs, but avoid runtime cl and levents.
2319         (toplevel):  Change autoloads and compilation requires.
2320         (strokes-version, strokes-bug-address, strokes-lift): Values
2321         changed.
2322         (strokes-xpm-header, strokes-insinuated): New variable.
2323         (strokes): Add :link.
2324         (strokes-mode): Customized.
2325         (strokes-while-inhibiting-garbage-collector): New macro.
2326         (strokes-remassoc): Avoid remove-if.
2327         (strokes-fix-button2-command): Don't use ad-do-it.
2328         (strokes-insinuate): New function.
2329         (strokes-button-press-event-p, strokes-button-release-event-p):
2330         New functions, used instead of non-`strokes-' versions..
2331         (strokes-mouse-event-p): Rewritten.
2332         (strokes-event-closest-point): Avoid event-point.
2333         (strokes-get-grid-position): Avoid cdadr, caadr
2334         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2335         functions.
2336         (strokes-help): Use with-output-to-temp-buffer.
2337         (strokes-window-configuration-changed-p): New function.
2338         (strokes-update-window-configuration): Use buffer-live-p,
2339         strokes-window-configuration-changed-p.
2340         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
2341         (strokes-char-face): New face.
2342         (strokes-char-table, strokes-base64-chars): New variable.
2343         (strokes-xpm-for-stroke, strokes-list-strokes)
2344         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2345         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2346         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2347         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2348         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2349         functions.
2351 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
2353         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2355         * image.el (create-image): Doc fix.
2357         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2358         instead of `:heuristic-mask t'.
2360 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2362         * makefile.w32-in: Revert to Unix line endings.
2364 2000-09-14  Andrew Innes  <andrewi@gnu.org>
2366         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
2367         when installing.
2369         * makefile.nt (DONTCOMPILE): Fix typo.
2371         * shell.el (shell-write-history-on-exit): New function.
2372         (shell-dumb-shell-regexp): New custom variable.
2373         (shell-mode): Make shell-write-history-on-exit the process
2374         sentinel if shell name matches shell-dumb-shell-regexp.
2376         * w32-fns.el: Comment out before-init-hook function which resets
2377         source-directory based; this breaks bootstrap.
2379 2000-09-14  Dave Love  <fx@gnu.org>
2381         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2382         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2383         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2384         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2385         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2386         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2387         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
2388         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
2389         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2391         * toolbar/toolbar.el: New.
2393         * subdirs.el: Add toolbar.
2395 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
2397         * indent.el (indent-for-tab-command): Doc fix.
2399 2000-09-14  Alex Schroeder  <alex@gnu.org>
2401         * ansi-color.el (ansi-colors): Doc change.
2402         (ansi-color-get-face): Simplified regexp.
2403         (ansi-color-faces-vector): Added more faces, doc change.
2404         (ansi-color-names-vector): Doc change.
2405         (ansi-color-regexp): Simplified regexp.
2406         (ansi-color-parameter-regexp): New regexp.
2407         (ansi-color-filter-apply): Doc change.
2408         (ansi-color-filter-region): Doc change.
2409         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2410         deal with zero length parameters.
2411         (ansi-color-apply-on-region): Doc change.
2412         (ansi-color-map): Doc change.
2413         (ansi-color-map-update): Removed debugging message.
2414         (ansi-color-get-face-1): Added condition-case to trap
2415         args-out-of-range errors.
2416         (ansi-color-get-face): Doc change.
2417         (ansi-color-make-face): Removed.
2418         (ansi-color-for-shell-mode): New option.
2420 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
2422         * international/quail.el (quail-start-translation): Translate KEY
2423         if necessary even if it doesn't have any mapping in the current
2424         input method.
2425         (quail-start-conversion): Likewise.
2426         (quail-help): The output message is improved.
2428 2000-09-13  Miles Bader  <miles@gnu.org>
2430         * comint.el (comint-output-filter): Revert to using
2431         `insert-before-markers'.  Add bletcherous hack to undo damage
2432         caused by `insert-before-markers'.  Put `front-sticky' property on
2433         overlays created here so that the field code understands how the
2434         overlay works.  Use a let when making comint-last-prompt-overlay,
2435         so that the code is easier to read.
2437 2000-09-13  Dave Love  <fx@gnu.org>
2439         * wid-edit.el (widget-default-format-handler): DTRT when
2440         doc-property is a function.
2442 2000-09-12  Francesco Potorti`  <pot@gnu.org>
2444         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2445         filed name if it's not there.
2447 2000-09-12  Dave Love  <fx@gnu.org>
2449         * simple.el (read-mail-command): Doc fix.
2450         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2452         * vc.el (vc-dired-listing-switches): Fix :version.
2454         * vc-hooks.el: Doc fixes.
2456         * subr.el (add-minor-mode): Use toggle-fun arg.
2458         * speedbar.el: Add :version to several defcustoms.
2460         * imenu.el (imenu--truncate-items, imenu--cleanup)
2461         (imenu--generic-function): Avoid mapcar.
2462         (imenu--replace-spaces): Function removed.
2463         (imenu--completion-buffer): Use subst-char-in-string.
2464         (imenu-add-to-menubar): Use keymap inheritance.
2466 2000-09-12  Miles Bader  <miles@gnu.org>
2468         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2469         (diff-mode-map): Bind `diff-test-hunk'.
2470         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2472 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2474         * bytecomp.el (byte-compile-defvar): Undo last change
2475         because it breaks '(make-variable-buffer-local (defvar ...)'
2476         which is used at least in dired.
2478 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2480         * international/quail.el (quail-define-package): Docstring
2481         modified.
2483 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
2485         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2486         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2487         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
2488         docstring of "chinese-py".
2490         * international/quail.el (quail-translation-docstring): New
2491         variable.
2492         (quail-show-keyboard-layout): Docstring modified.
2493         (quail-select-current): Likewise.
2494         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2495         infinite recursive call.
2496         (quail-help): Check quail-translation-docstring.  Format of the
2497         output changed.
2498         (quail-help-insert-keymap-description): Adjusted for the above
2499         change.
2501 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
2503         * bytecomp.el (byte-compile-defvar): Only cons onto
2504         current-load-list in top-level forms.  Else this leaks a cons cell
2505         every time a defun is called.
2507 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
2509         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2510         Now understands non-unified diffs.  Some functionality moved into
2511         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
2512         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
2513         modify anything.  Only reposition point in the patched file if the
2514         patch succeeds.  Only pop up another window if POPUP is true.
2515         Emit a message describing what happened if successful, and at what
2516         line-offset.  Automatically detect reversed hunks and do something
2517         appropriate.
2518         (diff-hunk-text, diff-find-text): New functions.
2519         (diff-filter-lines): Function removed.
2520         (diff-test-hunk): New function.
2521         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2523 2000-09-10  Dave Love  <fx@gnu.org>
2525         * textmodes/tildify.el: Minor doc/commentary fixes.
2526         (tildify) <defgroup>: Add :version.
2528         * faces.el (face-x-resources): Make custom type more specific.
2529         (frame-background-mode): Use mapc.
2530         (region) <defcustom>: Add :version.
2532 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
2534         * vc-sccs.el (vc-sccs-register):
2535         * vc-rcs.el (vc-rcs-register):
2536         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2537         * vc.el (vc-register): Clear file's properties.
2539 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
2541         * faces.el (face-spec-set): Only face-spec-reset-face when
2542         ATTRS is non-nil.
2544 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
2546         * help.el (help-insert-xref-button): Fix a typo in doc string.
2548 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
2550         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2551         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
2552         methods.
2554         * menu-bar.el (read-mail-item-name): New function.
2555         (menu-bar-tools-menu): Use it to compute and display the package
2556         used to read email.
2557         (menu-bar-tools-menu): Fix typo in GUD's help string.
2559 2000-09-07  Dave Love  <fx@gnu.org>
2561         * diff-mode.el (diff-mouse-goto-source): New function.
2563         * vc-sccs.el: Doc fixes.
2564         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
2566         * vc-rcs.el: Doc fixes.
2567         (vc-rcs-register-switches, vc-rcs-checkin-switches)
2568         (vc-rcs-checkout-switches, vc-rcs-header)
2569         (vc-rcs-master-templates): Add or change :version.
2571         * vc-cvs.el: Doc fixes.
2572         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2573         (vc-cvs-stay-local): Add :version.
2575         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2577 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2579         * international/quail.el (quail-help): Fix previous change.
2581 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2583         * faces.el (color-values): Doc fix.
2585         * faces.el (frame-set-background-mode): Use frame-parameter
2586         instead of frame-parameters.
2588         * frame.el (filtered-frame-list): Reduce consing.
2589         (frames-on-display-list): Call frame-parameter instead of
2590         frame-parameters.
2592 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2594         * language/devan-util.el (devanagari-to-indian-region): In the
2595         loop, change the following char, not preceding char.
2597 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
2599         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2600         instead of frame-parameters.
2602         * faces.el (set-face-attribute): Simplify by calling
2603         internal-set-lisp-face-attribute with FRAME being 0.
2605         * vc.el: Remove `Id' version control keyword.
2607 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
2609         * help.el (help-make-xrefs): Adjusted for the change of
2610         help-xref-mule-regexp.
2611         (help-insert-xref-button): New function.
2613         * international/mule-cmds.el (help-xref-mule-regexp-template):
2614         Include the pattern for character set.
2615         (leim): New group.
2617         * international/quail.el: Don't require face.
2618         (quail): New group.
2619         (quail-other-command): Dummy command to make quail-help work better.
2620         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2621         (quail-keyboard-layout-substitution): New variable.
2622         (quail-update-keyboard-layout): New function.
2623         (quail-keyboard-layout-type): New customizable variable.
2624         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2625         (quail-keyboard-translate): Pay attention to
2626         quail-keyboard-layout-substitution.
2627         (quail-insert-kbd-layout): New function.
2628         (quail-show-keyboard-layout): New function.
2629         (quail-get-translation): If the definition is a vector of length
2630         1, and the element is a string of length 1, return the character
2631         in that string.
2632         (quail-update-current-translations): Fix the case of
2633         relative-index out of range.
2634         (quail-build-decode-map, quail-insert-decode-map): New Functions.
2635         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
2636         Show key sequences for all available characters.
2637         (quail-help-insert-keymap-description): Don't show such verbose
2638         key bindings as quail-self-insert-command.
2640         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2641         Format changed, and each element now have extra documentations.
2642         (tit-process-header): Delete invalid characters from TIT-PROMPT.
2643         Adjusted for the change of quail-cxterm-package-ext-info.
2645 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
2647         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2648         requiring it leads to a recursive loading of vc.el and vc-hooks.el
2649         during bootstrap.
2651 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2653         * vc.el: (toplevel): Don't require `dired' at run-time.
2654         (vc-dired-resynch-file): Remove autoload cookie.
2656 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2658         * vc.el: Made several backend functions optional.
2659         (vc-default-responsible-p): New function.
2660         (vc-merge): Use RET for first version to trigger merge-news, not
2661         prefix arg.
2662         (vc-annotate): Handle backends that do not support annotation.
2663         (vc-default-merge-news): Removed.  The existence of a merge-news
2664         implementation is now checked on caller sites.
2666         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
2667         case.
2669         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
2670         special case that has been removed from the default in vc-hooks.el.
2672 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2674         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2676 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
2678         * vc-hooks.el: Require vc during compilation.
2679         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2680         macro `with-vc-properties' in vc.el.
2681         (vc-file-getprop): Doc fix.
2682         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
2684         * vc.el: Require dired-aux during compilation.
2685         (vc-name-assoc-file): Moved to vc-sccs.el.
2686         (with-vc-properties): New macro.
2687         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
2688         vc-finish-steal): Use it.
2689         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
2690         to the backend-specific function is now supposed to do the checkout,
2691         too.
2692         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2694         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
2695         set file properties; that gets done in the generic code now.
2697         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2698         Changed parameter list, added code from vc.el that does the
2699         checkout, possibly with a double-take.
2701         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2702         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2703         the above under the new name.
2704         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
2705         parameter list, added checkout command.
2706         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2707         properties; that gets done in the generic code now.
2709 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2711         * vc.el: Docstring fixes (courtesy of checkdoc).
2713 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
2715         * vc.el (vc-checkout-writable-buffer-hook)
2716         (vc-checkout-writable-buffer): Remove.
2717         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2718         (vc-log-mode): Make it into a clean derived major mode.
2719         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2720         vc-log-mode if log-edit is not available.
2721         (vc-dired-mode-map): Don't set-keymap-parent yet.
2722         (vc-dired-mode): Do set-keymap-parent here.
2723         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2725 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
2727         * faces.el (set-face-attribute, face-spec-reset-face)
2728         (face-spec-set): Avoid consing by removing calls to `apply'.
2730         * frame.el (frame-parameter): Move to C code.
2732 2000-09-05  Dave Love  <fx@gnu.org>
2734         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2735         insert-before-markers-and-inherit.  Now checked systematically!
2737 2000-09-05  Alex Schroeder  <alex@gnu.org>
2739         * sql.el (sql-postgres): Use sql-postgres-options.
2740         (sql-postgres-options): New variable.
2742 2000-09-05  Alex Schroeder  <alex@gnu.org>
2744         * sql.el (sql-mode-menu): Work around missing variable mark-active
2745         in XEmacs.
2746         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2747         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2748         compatibility.
2750 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
2752         * vc.el (vc-dired-resynch-file): Add autoload cookie.
2754         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2756         * Makefile.in (DONTCOMPILE): Fix typo in file name.
2758 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2760         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2761         don't support anything else under SCCS yet.
2763         * vc-hooks.el: Minor doc fixes.
2765 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2767         * vc.el (vc-next-action-on-file): Do not visit the file if it's
2768         not necessary.  If verbose in state `needs-patch', do the same as
2769         under `up-to-date'.  When NOT verbose and `needs-patch', check out
2770         latest version instead of `merge-news'.
2771         (vc-next-action-dired): Don't mess with default-directory here; it
2772         breaks other parts of dired.  It is the job of the
2773         backend-specific functions to adjust it temporarily if they need it.
2774         (vc-next-action): Remove a special CVS case.
2775         (vc-clear-headers): New optional arg FILE.
2776         (vc-checkin, vc-checkout): Set properties vc-state and
2777         vc-checkout-time properly.
2778         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
2779         (vc-print-log): Use new backend function `show-log-entry'.
2780         (vc-cancel-version): Do the checks in a different order.  Added a
2781         FIXME concerning RCS-only code.
2783         * vc-rcs.el (vc-rcs-show-log-entry): New function.
2784         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2786         * vc-cvs.el (vc-cvs-show-log-entry): New function.
2788         * vc-hooks.el (vc-default-mode-line-string): Show state
2789         `needs-patch' as a `-' too.
2791 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2793         * vc.el (vc-responsible-backend): New optional arg REGISTER.
2794         (vc-default-could-register): New function.
2795         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2796         (vc-resynch-buffer): Call vc-dired-resynch-file.
2797         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2798         vc-resynch-buffer instead of vc-resynch-window.
2799         (vc-next-action-dired): Don't redisplay here, that gets done as a
2800         result of the individual file operations.
2801         (vc-retrieve-snapshot): Corrected prompt order.
2803         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
2805         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2806         as well.
2807         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
2808         hostname regexps.  Updated all callers.
2809         (vc-cvs-responsible-p): Handle directories as well.
2810         (vc-cvs-could-register): New function.
2811         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2812         properties up-to-date.
2814         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2815         user whether to create one.
2817 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2819         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2820         check out a non-existing file.
2822         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2823         workfile does not exist.
2825         * vc.el (vc-version-diff): Use `require' to check for existence of
2826         diff-mode.
2828 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2830         * vc-cvs.el (vc-cvs-registered): Use new function
2831         vc-cvs-parse-entry to do the actual work.
2833 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2835         * vc-hooks.el (vc-find-backend-function): If function doesn't
2836         exist, return nil instead of error.
2837         (vc-call-backend): Doc fix.
2839         * vc.el (vc-do-command): Doc fix.
2840         (vc-finish-logentry): When checking in from vc-dired, choose the
2841         right backend for logentry check.
2842         (vc-dired-mode-map): Inherit from dired-mode-map.
2843         (vc-dired-mode): Local value of dired-move-to-filename-regexp
2844         simplified.
2845         (vc-dired-state-info): Removed, updated caller.
2846         (vc-default-dired-state-info): Use parentheses instead of hyphens.
2847         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2848         (vc-dired-listing-switches): New variable.
2849         (vc-directory): Use it, instead of dired-listing-switches.
2851         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2852         (vc-cvs-dir-state): New function.
2853         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
2854         (vc-cvs-parse-entry): New function, also to be used in
2855         vc-cvs-registered.
2857 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2859         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2860         *or* single-window-frames.
2862 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2864         * vc.el (vc-update-changelog): Split into generic part and default
2865         implementation.  Doc string adapted.
2866         (vc-default-update-changelog): New function.  Call the `rcs2log'
2867         script in exec-directory, to fix a long-standing nuisance.
2869         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2870         simply signals an error.
2872 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2874         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2875         control-flow more clear and to avoid running `cvs' twice.
2877         * vc.el (vc-next-action-on-file): Doc fix.
2878         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2879         (vc-print-log): Eval `file' before constructing the continuation.
2881 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2883         * vc.el (vc-next-action-on-file): Corrected several messages.
2884         (vc-merge): Add prefix arg `merge-news'; handle it.
2886         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2887         is not reached.  It is.
2888         (vc-cvs-merge): Set state to 'edited after merge.
2889         (vc-cvs-merge-news): Set workfile version to nil if not known.
2890         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
2892         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2893         via stdout. (Merge from main line.)
2895 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2897         * vc.el (vc-finish-logentry): Thinko in the "same comment"
2898         detection.
2900 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2902         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2903         against kill-all-local-variables.
2904         (vc-log-edit): Don't save vc-parent-buffer any more.
2905         (vc-last-comment-match): Initialize to an empty string.
2906         (vc-post-command-functions): New hook.
2907         (vc-do-command): Run it.
2908         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2909         (vc-finish-logentry): Only add the comment to the ring if it's
2910         different from the last comment entered.
2911         (vc-new-comment-index): New function.
2912         (vc-previous-comment): Use it.  Make the minibuffer message
2913         slightly less terse.
2914         (vc-comment-search-reverse): Make it work forward as well.  Don't
2915         set vc-comment-ring-index if no match is found.  Use
2916         vc-new-comment-index.
2917         (vc-comment-search-forward): Use vc-comment-search-reverse.
2918         (vc-dired-mode-map): Don't inherit from dired-mode-map since
2919         define-derived-mode will do it for us.  Bind `v' to a keymap that
2920         inherits from vc-prefix-map so that we can bind `vt' without
2921         binding C-x v t.
2922         (vc-retrieve-snapshot): Parenthesis typo.
2924         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2925         to 1.  Make sure to switch to *vc* before looking for an error
2926         message.  Use vc-parse-buffer.
2928 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2930         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2931         and NAME.
2932         (vc-retrieve-snapshot): Split into two parts.
2933         (vc-default-retrieve-snapshot): New function.
2935         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2936         (vc-cvs-retrieve-snapshot): New function (untested).
2937         (vc-cvs-stay-local): Default to t.
2938         (vc-cvs-remote-p): New function and property.
2939         (vc-cvs-state): Stay local only if the above is t.
2940         (vc-handle-cvs): Removed.
2941         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2942         done via vc-handled-backends now.
2943         (vc-cvs-header): Escape Id.
2945 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2947         * vc.el (vc-do-command): Remove unused commands.
2948         (vc-version-diff): Make sure default-directory ends with a slash.
2949         Move the window commands into a vc-exec-after.
2950         (vc-print-log): Move more of the code into the `vc-exec-after'.
2952 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2954         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2955         (vc-print-log): Search current revision from beginning of buffer.
2956         (vc-revert-buffer): Clear echo area after the diff is finished.
2957         (vc-prefix-map): Removed definition of "t" for terse display in vc
2958         dired.
2959         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
2960         definition of "vt" for terse display.
2961         (vc-dired-mode): Fix dired-move-to-filename-regexp.
2963 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2965         * vc.el (vc-exec-after): Avoid caddr.
2967 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2969         * vc.el (vc-exec-after): New function.
2970         (vc-do-command): Use it to add a termination message for async
2971         procs.
2972         (vc-checkout): Try to handle a missing-backend situation.
2973         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2974         of a directory with a backend using async diffs.
2975         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2976         present.
2978         * vc-sccs.el (vc-sccs-state-heuristic): Use
2979         file-ownership-preserved-p.
2981         * vc-rcs.el (vc-rcs-state-heuristic): Use
2982         file-ownership-preserved-p.
2983         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2985 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2987         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2988         vc-do-command.
2990         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2991         when there are no changes.
2993 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2995         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2997         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2999 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3001         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3003         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3004         the `fset' outside of the defvar so that it works even if
3005         vc-prefix-map was already defined.
3006         (vc-setup-buffer): New function, split out of vc-do-command.
3007         (vc-do-command): Allow BUFFER to be t to mean `just use the
3008         current buffer without any fuss'.
3009         (vc-version-diff): Change the `diff' backend operation to just put
3010         the diff in the current buffer without erasing it.  Always use
3011         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
3012         shrink-window-if-larger-than-buffer.
3013         (vc-print-log): Change the `print-log' backend operation to just
3014         put the log in the current buffer without erasing it.  Protect
3015         shrink-window-if-larger-than-buffer.
3016         (vc-update-change-log): Fix setd typo.
3018         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3019         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3021         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3022         (vc-rcs-diff): Insert in the current buffer and remove unused arg
3023         CMP.
3025         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3026         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
3027         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3029 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3031         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3032         not possible, use vc-BACKEND-workfile-unchanged-p.
3033         (vc-default-workfile-unchanged-p): New function.  Delegates to a
3034         full vc-BACKEND-diff.
3036         * vc-hooks.el (vc-simple-command): Removed.
3038         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3039         instead of vc-simple-command.
3040         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3041         avoid doing a diff when opening a file.
3042         (vc-rcs-state): Added check for unlocked-changes.
3043         (vc-rcs-header): Escape Id.
3044         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3045         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3046         version.
3048         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3049         (vc-sccs-diff): Remove optional arg CMP.
3050         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3051         SCCS-specific function.
3053         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3054         vc-simple-command.
3056 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3058         * vc.el (vc-editable-p): Renamed from vc-writable-p.
3059         (with-vc-file, vc-merge): Use vc-editable-p.
3060         (vc-do-command): Remove unused var vc-file and fix the
3061         doubly-defined `status' var.  Add a user message when starting an
3062         async command.
3063         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3064         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3065         Use with-current-buffer.
3066         (vc-buffer-sync): Use unless.
3067         (vc-next-action-on-file): If the file is 'edited by read-only,
3068         make it read-write instead of trying to commit.
3069         (vc-version-diff, vc-update-change-log): Use `setq
3070         default-directory' rather than `cd'.
3071         (vc-log-edit): Don't forget to set default-directory in the
3072         buffer.
3074         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3075         (vc-sccs-state-heuristic): Use file-writable-p instead of
3076         comparing userids.
3077         (vc-sccs-checkout): Use `unless'.
3079         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3080         of comparing userids.
3081         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3082         Simplify the logic by eliminating unreachable code.
3083         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3084         just do a recursive call if we need to retry.
3085         (vc-rcs-checkout): Handle the case where rcs is missing by making
3086         the buffer read-write if requested and re-signalling the error.
3088         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3090 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3092         * vc-hooks.el (vc-handled-backends): Docstring change.
3093         (vc-ignore-vc-files): Mark obsolete.
3094         (vc-registered): Check vc-ignore-vc-files.
3095         (vc-find-file-hook, vc-file-not-found-hook): Don't check
3096         vc-ignore-vc-files.
3098         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3100 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3102         * vc.el (vc-checkout): Don't do anything special for ange-ftp
3103         files since ange-ftp already has vc-registered return nil.
3105         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3106         (vc-sccs-workfile-version): Use with-temp-buffer and new
3107         vc-parse-buffer and don't bother setting the property.
3108         (vc-sccs-add-triple): Use with-current-buffer and
3109         find-file-noselect.
3110         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3112         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
3113         derives from the old vc-parse-buffer but uses the revision number
3114         rather than the date (much easier to compare robustly).
3115         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
3116         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
3117         locking-user more directly.  Check strict locking and set
3118         checkout-model appropriately.
3119         (vc-rcs-parse-locks): Remove.
3120         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3121         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3122         (vc-rcs-system-release): Use with-current-buffer and
3123         vc-parse-buffer.
3124         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3126         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3127         (vc-simple-command): Docstring fix.
3128         (vc-registered): Align the way the file-handler is called with the
3129         way the function itself works.
3130         (vc-file-owner): Remove.
3132         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
3133         extraction of fields and call to file-attributes because of a
3134         temporary bug in rcp.el.
3135         (vc-cvs-fetch-status): Use with-current-buffer.
3137 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3139         * vc.el (vc-do-command): Use file-relative-name.
3140         (vc-responsible-backend): Use vc-backend if possible.
3141         (vc-create-snapshot): Improve the `interactive' spec. Add support
3142         for branches and dispatch to backend-specific `create-snapshot'.
3143         (vc-default-create-snapshot): New function, containing the bulk of
3144         the old vc-create-snapshot.
3145         (vc-retrieve-snapshot): Improve the interactive spec.
3147         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3148         (vc-backend-hook-functions): Remove.
3149         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3150         (vc-backend): Reintroduce the test for `file = nil' now that I
3151         know why it was there (and added a comment to better remember).
3153         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3154         code from vc-sccs-hooks.el.
3155         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
3156         'vc anymore.
3157         (vc-sccs-responsible-p): Use expand-file-name instead of concat
3158         and file-directory-p instead of file-exists-p.
3159         (vc-sccs-check-headers): Simplify the regexp.
3161         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3162         from vc-rcs-hooks.el.  Don't require 'vc anymore.
3163         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3164         file-directory-p instead of file-exists-p.
3166         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3167         from vc-cvs-hooks.el.
3168         (proto vc-cvs-registered): Require 'vc-cvs instead of
3169         'vc-cvs-hooks.  Don't require 'vc anymore.
3170         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3171         file-directory-p instead of file-exists-p.
3172         (vc-cvs-create-snapshot): New function, replacing
3173         vc-cvs-assign-name.
3174         (vc-cvs-assign-name): Remove.
3176 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3178         * vc-cvs.el (vc-cvs-header): New var.
3180         * vc-rcs.el (vc-rcs-exists): Remove.
3181         (vc-rcs-header): New var.
3183         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3184         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3185         (vc-sccs-header): New var.
3187         * vc.el (vc-do-command): Get rid of the `last' argument.
3188         (vc-header-alist): Remove, replaced by vc-X-header.
3189         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3190         (vc-dired-hook): Use expand-file-name instead of concat.
3191         (vc-directory): Use file-name-as-directory.
3192         (vc-snapshot-precondition, vc-create-snapshot)
3193         (vc-retrieve-snapshot): Allow the command to operate on any
3194         directory.
3196         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3197         just removing the 'WORKFILE argument or by removing the 'MASTER
3198         argument and replacing `file' with (vc-name file).
3200 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3202         * vc.el: Update Copyright and add a crude list of backend funs.
3203         (vc-writable-p): New function.
3204         (with-vc-file): Use vc-writable-p.
3205         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3206         (vc-register): Avoid vc-name.
3207         (vc-locking-user): Remove.
3208         (vc-steal-lock): Make the `owner' arg non-optional.
3209         (vc-merge): Use vc-writable-p instead of vc-locking-user and
3210         vc-checkout-model.
3211         (vc-default-dired-state-info): Use vc-state instead of
3212         vc-locking-user and return special strings for special states.
3213         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3214         and get rid of one of the special CVS cases.
3215         (vc-cancel-version): prettify error message with \\[...].
3216         (vc-rename-master): New function.
3217         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3218         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
3219         the CVS special case generic.
3220         (vc-default-record-rename): Remove.
3221         (vc-file-tree-walk-internal): Only call FUNC for files that are
3222         under control of some VC backend and replace `concat' with
3223         expand-file-name.
3224         (vc-file-tree-walk): Update docstring.
3225         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3226         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3228         * vc-sccs.el (vc-sccs-rename-file): Renamed from
3229         vc-sccs-record-rename.  Use `find-file-noselect' rather than
3230         `find-file' and call `vc-rename-master' to do the actual move.
3231         (vc-sccs-diff): Remove unused `backend' variable.
3233         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3234         to delay loading of vc-sccs until it is really used.
3235         (vc-sccs-master-templates): Preload.
3236         (vc-sccs-state): Update call to vc-sccs-parse-locks.
3237         (vc-sccs-project-dir): Remove (merged into
3238         vc-sccs-search-project-dir).
3239         (vc-sccs-search-project-dir): Rewrite using file name handling ops
3240         rather than `concat', make sure it is preloaded and don't bother
3241         to check that the file actually exists.
3242         (vc-sccs-parse-locks): Remove unused `file' argument, remove
3243         `locks' argument (use buffer's content instead) and eliminate n^2
3244         behavior.
3246         * vc-rcs.el: Update Copyright.
3247         (vc-rcs-rename-file): New function.
3248         (vc-rcs-diff): Remove unused `backend' variable.
3250         * vc-hooks.el: Update Copyright.
3251         (vc-backend): Don't accept a nil argument any more.
3252         (vc-up-to-date-p): Turn into a defsubst.
3253         (vc-possible-master): New function.
3254         (vc-check-master-templates): Use `vc-possible-master' and allow
3255         funs in vc-X-master-templates to return a non-existent file.
3257         * vc-cvs.el: Update Copyright.
3258         (vc-cvs-diff): Remove unused `backend' variable.
3259         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3261         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3263 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3265         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3266         since it can be called from vc-rcs.el.
3267         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3269 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3271         * vc.el (vc-version-diff): Expand file name read from the
3272         minibuffer.  Handle the case when a previous version number can't
3273         be guessed.  Give suitable messages when there were no differences
3274         found.
3275         (vc-clear-headers): Call backend-specific implementation, if one
3276         exists.
3277         (vc-cancel-version): Made error checks generic.  When done, clear
3278         headers generically, too.
3280         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3281         from vc-clear-headers in vc.el.
3283         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3284         correctly.
3285         (vc-rcs-latest-on-branch-p): Made second argument VERSION
3286         optional.  Handle the case when it's not there.
3288 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3290         * vc.el (vc-locking-user): Moved from vc-hooks.el.
3292 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3294         * vc-hooks.el (vc-loadup): Remove.
3295         (vc-find-backend-function): Use `require'.  Also, handle the case
3296         where vc-BACKEND-hooks.el doesn't exist.
3297         (vc-call-backend): Cleanup.
3299 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3301         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3302         vc-rcs-grab-templates)
3303         (vc-rcs-registered): Remove.  The default function works as well.
3304         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3305         vc-sccs-grab-templates)
3306         (vc-sccs-registered): Remove.  The default function works as well.
3308         * vc.el (vc-version-diff): Left out a vc- in call to
3309         vc-call-backend.
3310         (vc-default-dired-state-info, vc-default-record-rename)
3311         (vc-default-merge-news): Update for the new backend argument.
3313         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3314         using the default function.
3315         (vc-call-backend): If calling the default function, pass it the
3316         backend as first argument.  Update the docstring accordingly.
3317         (vc-default-state-heuristic, vc-default-mode-line-string): Update
3318         for the new backend argument.
3319         (vc-make-backend-sym): Renamed from vc-make-backend-function.
3320         (vc-find-backend-function): Use the new name.
3321         (vc-default-registered): New function.
3323 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3325         * vc.el (vc-merge): Use vc-find-backend-function.
3327         * vc-hooks.el (vc-backend-functions): Remove.
3328         (vc-loadup): Don't setup 'vc-functions.
3329         (vc-find-backend-function): New function.
3330         (vc-call-backend): Use above fun and populate 'vc-functions
3331         lazily.
3332         (vc-backend-defines): Remove.
3334 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3336         * vc.el (vc-register): Put a FIXME note for a newly found bug.
3337         Call vc-call-backend without the leading vc-.
3338         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3339         (vc-check-headers): Call vc-call-backend without the leading vc-.
3340         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
3341         (vc-annotate-display): Replace confusing use of `cond' with `or'.
3342         Call vc-call-backend without the leading vc-.
3344         * vc-cvs.el (tail): Provide vc-cvs.
3345         * vc-sccs.el (tail): Provide vc-sccs.
3346         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3348         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3349         (vc-make-backend-function, vc-call): Pass names without leading
3350         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
3351         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3352         (vc-call-backend): Always try to load vc-X-hooks.
3353         (vc-registered): Remove vc- in call to vc-call-backend.
3355 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3357         * vc.el (vc-process-filter): New function.
3358         (vc-do-command): Setup `vc-process-filter' for the async process.
3359         (vc-maybe-resolve-conflicts): New function to reduce
3360         code-duplication.  Additionally, it puts the buffer in
3361         `smerge-mode' if applicable.
3362         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3363         calling `merge-news'.
3364         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
3365         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
3366         interfacing to log-edit.el.
3367         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3368         log-edit is available.
3369         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3371 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3373         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3374         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3375         defvar and the initialization.
3376         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3378         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3379         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3381         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
3383 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3385         * vc.el (vc-file-clear-masterprops): Removed.
3386         (vc-checkin, vc-revert-buffer): Removed calls to the above.
3387         (vc-version-diff): Use buffer-size without argument.
3388         (vc-register): Heed vc-initial-comment.
3390         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3391         default branch.
3393         * vc-rcs.el (vc-rcs-register): Parse command output to find master
3394         file name and workfile version.
3395         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3397         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3398         vc-file-clear-masterprops.
3400         * vc-sccs.el (vc-sccs-checkout): Removed call to
3401         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
3402         rather than user login name.
3405 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3407         * vc.el (vc-workfile-unchanged-p): Remove unused argument
3408         `want-differences-if-changed' and simplify.
3409         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3410         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3411         output (which is invalid for async vc-diff) to decide whether to
3412         do the revert silently or not.
3414 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3416         * vc-hooks.el (vc-loadup): Load files quietly.
3417         (vc-call-backend): Oops, brain fart.
3419 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3421         * vc-cvs.el (vc-cvs-state): Typo.
3422         (vc-cvs-merge-news): Return the status code rather than the error msg.
3424 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3426         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3427         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3428         vc-state or vc-up-to-date-p.
3429         (vc-merge): Use vc-backend-defines to check whether merging is
3430         possible.  Set state to 'edited after successful merge.
3432         * vc-hooks.el (vc-locking-user): If locked by the calling user,
3433         return that name.  Redocumented.
3435 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3437         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3438         new `vc-state' semantics.
3439         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3440         'vc-locking-user to the current user.
3441         (vc-merge): Inline vc-backend-merge.  Comment out code that I
3442         don't understand and hence can't adapt to the new `vc-state' and
3443         `vc-locking-user' semantics.
3444         (vc-backend-merge): Remove.
3446         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3447         rather than 'vc-locking-user.
3449         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3451         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3452         (vc-state): Don't use 'reserved any more.  Just use the same
3453         convention as the one used for vc-<backend>-state where the
3454         locking user (as a string) is returned.
3455         (vc-locking-user): Update, based on the above convention. The
3456         'vc-locking-user property has disappeared.
3457         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
3459         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3460         with a heuristic one.
3461         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3462         (vc-cvs-checkin): Do a trivial parse to set the state in case of
3463         error.  That allows us to get to 'needs-merge even in the
3464         stay-local case.  There's still no way to detect 'needs-patch in
3465         such a setup (or to force an update for that matter).
3466         (vc-cvs-logentry-check): Remove, the default works as well.
3468 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3470         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
3472         * vc.el (vc-do-command): kill-all-local-variables, to reset any
3473         major-mode in which the buffer might have been put earlier.  Use
3474         `remove' and `when'.  Allow `okstatus' to be `async' and use
3475         `start-process' in this case.
3476         (vc-version-diff): Handle the case where the diff looks empty
3477         because of the use of an async process.
3479 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
3481         * vc.el (vc-next-action-on-file): Removed optional parameter
3482         `simple'.  Recompute state unconditionally.
3483         (vc-default-toggle-read-only): Removed.
3485         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3486         (vc-toggle-read-only): Undid prev change.
3488         * vc-cvs.el (vc-cvs-stay-local): Renamed from
3489         vc-cvs-simple-toggle.  Redocumented.
3490         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3491         (vc-cvs-toggle-read-only): Removed.
3493 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3495         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
3496         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3497         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3498         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
3499         still is. So maybe it should be removed.
3500         (vc-head-version, vc-find-binary): Remove.
3501         (vc-recompute-state): Move from vc-hooks.el.
3502         (vc-next-action-on-file): Add a `simple' argument to allow
3503         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
3504         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3505         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
3506         (vc-dired-mode-map): Properly defvar it.
3507         (vc-print-log): Call log-view-mode if available.
3508         (small-temporary-file-directory): defvar instead of use boundp.
3509         (vc-merge-news): Moved to vc-cvs.el.
3510         (vc-default-merge-news): New function.
3512         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3513         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3514         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3515         unknown `vc-latest-version' function.  It should probably refer to
3516         vc-workfile-version or somesuch, but it's very unclear to me and I
3517         don't have SCCS to test things.
3519         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3520         (vc-sccs-state-heuristic): Fix typo.
3521         (vc-sccs-workfile-unchanged-p): Add missing argument.
3523         * vc-rcs.el: Require vc and vc-rcs-hooks.
3524         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3525         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3526         (vc-release-greater-or-equal-p): Move from vc.
3527         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3528         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3529         (vc-rcs-checkout): Add a missing `new-version' argument in the
3530         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
3532         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3533         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3534         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3535         than the apparently unbound `workfile-version'.
3537         * vc-hooks.el (vc-master-templates): Def the obsolete var.
3538         (vc-file-prop-obarray): Use `make-vector'.
3539         (vc-backend-functions): Add new hookable functions
3540         vc-toggle-read-only, vc-record-rename and vc-merge-news.
3541         (vc-loadup): If neither backend nor default functions exist, use
3542         the backend function rather than nil.
3543         (vc-call-backend): If the function if not bound yet, try to load
3544         the non-hook file to see if it provides it.
3545         (vc-call): New macro plus use it wherever possible.
3546         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3547         nor `vc-find-binary' since it's only called from
3548         vc-mistrust-permission which is only used once the backend is known.
3549         (vc-checkout-model): Fix parenthesis.
3550         (vc-recompute-state, vc-prefix-map): Move to vc.el.
3552         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
3553         (vc-cvs-release, vc-cvs-system-release): Remove.
3554         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3555         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3556         status symbols.
3557         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3558         (vc-cvs-toggle-read-only): First cut at a function to allow a
3559         cvs-status-free vc-toggle-read-only.
3560         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3561         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3562         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
3563         (vc-cvs-checkout): Modify access rights directly if the user
3564         requested not to use `cvs edit'.  And refresh the mode line.
3566         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3567         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3569 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
3571         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
3572         workfile' that got lost when the code was extracted from vc.el.
3573         And merged the tail with the rest of the code (not possible in the
3574         old vc.el where the tail was shared among all backends).  And
3575         explicitly set the state to 'edited if `writable' is set.
3577         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3578         (vc-cvs-state): Be careful to return the value from
3579         vc-cvs-parse-state.
3580         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
3581         property but return it instead.  Also be careful to handle a nil
3582         or "" `rev' when workfile is non-nil (it was handled properly when
3583         workfile was nil).
3585         * vc.el: Removed those pesky unnecessary `(function' quotes.
3586         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3587         directly in the defvar.
3588         (vc-do-command): Bind inhibit-read-only so as to properly handle
3589         the case where the destination buffer has been made read-only.
3590         (vc-diff): Delegate to vc-version-diff in all cases.
3591         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
3592         (vc-annotate-mode-variables): Removed (code moved partly to
3593         defvars and partly to vc-annotate-add-menu).
3594         (vc-annotate-mode): Turned into a derived-mode.
3595         (vc-annotate-add-menu): Moved in code in
3596         vc-annotate-mode-variables.
3597         (vc-update-change-log): Use make-temp-file if available.
3599 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
3601         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3602         `vc-checkout-model' updated to `vc-cvs-update-model'.
3604 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3606         * vc.el (vc-next-action-on-file): Added handling of state
3607         `unlocked-changes'.
3608         (vc-checkout-carefully): Is now practically obsolete, unless the
3609         above is too slow to be enabled unconditionally.
3610         (vc-update-change-log): Fixed typo.
3612         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3614         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3615         Now handles state `unlocked-changes'.
3616         (vc-sccs-workfile-unchanged-p): New function, to support the above.
3618         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3620         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3621         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
3622         `unlocked-changes'.
3623         (vc-rcs-workfile-unchanged-p): Renamed from
3624         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
3625         function yet, but supposed to become one soon.
3627         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3628         `vc-steal-lock'.
3629         (vc-call-backend): Changed error message.
3630         (vc-state): Added description of state `unlocked-changes'.
3632 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3634         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3635         always return t in CVS-controlled directories.
3637         * vc.el (vc-responsible-backend): New function.
3638         (vc-register): Largely rewritten.
3639         (vc-admin): Removed (implementation moved into vc-register).
3640         (vc-checkin): Redocumented.
3641         (vc-finish-logentry): If no backend defined yet (because we are in
3642         the process of registering), use the responsible backend.
3644         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3645         Updated function lists.
3646         (vc-call-backend): Fixed typo.
3648         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3649         New functions.
3650         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3651         Removed query option.  Redocumented.
3653 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3655         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3657         * vc.el: Updated callers of `vc-checkout-required' to use
3658         `vc-checkout-model'.
3660 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3662         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
3663         stuff updated to reference this function instead of the old
3664         `vc-backend-release-p'.
3666 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3668         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3669         vc-checkout-model.  Return appropriate values.  Updated callers.
3671 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3673         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
3674         (vc-backend-revert): Function moved into `vc-revert';
3675         `vc-next-action' must be updated to accomodate this change.
3676         (vc-backend-steal): Function moved into `vc-finish-steal'.
3677         (vc-backend-logentry-check): Function moved into
3678         `vc-finish-logentry'.
3679         (vc-backend-printlog): Function moved into `vc-print-log'.
3680         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3681         (vc-backend-assign-name): Function moved into
3682         `vc-create-snapshot'.
3684 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3686         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
3687         Rename to vc-checkout-model.  Return appropriate values.
3688         Update callers.
3690         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
3691         to vc-checkout-model.
3692         (vc-checkout-required): Rename to vc-checkout-model.
3693         Re-implement and re-comment.
3694         (vc-after-save): Use vc-checkout-model.
3696 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3698         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3699         Update to use the vc-BACKEND-diff functions instead.
3700         `vc-diff' is now working.
3702         * vc-rcs.el (vc-rcs-logentry-check): New function.
3704         * vc-cvs.el (vc-cvs-logentry-check): New function.
3706         * vc-sccs.el (vc-sccs-diff): Function changed name from
3707         `vc-backend-diff'.  This makes `vc-diff' work.
3709         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
3710         of functions possibly implemented in a vc-BACKEND library.
3711         (vc-checkout-required): Fix bug that caused an error to be
3712         signaled during `vc-after-save'.
3714         * vc.el: Fix typo.
3715         This checkin is made with our new VC code base for the very first time.
3716         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
3718         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3719         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3721         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3722         updated to `vc-uses-locking'.
3723         (vc-checkout-required): Call to backend function.
3724         `vc-checkout-required' updated to `vc-uses-locking' instead.
3726         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3727         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3729         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
3730         to match the split into various backends.
3731         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
3732         (vc-retrieve-snapshot): Bug fix.
3734 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3736         * vc-sccs.el (vc-sccs-release): Doc fix.
3738 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3740         * vc.el (vc-next-action-on-file): Bug found and fixed.
3741         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3742         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3744         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3745         (vc-rcs-checkout): Name space cleaned up.  No more revision number
3746         crunching function names that are not prefixed with vc-rcs.
3747         (vc-rcs-checkout-model): Function added.  References to
3748         `vc-checkout-model' replaced.
3750 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3752         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3753         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
3754         still need to be split, and implemented for RCS).
3756 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3758         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3760         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3761         required by the vc.el file.
3763         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3764         required by the vc.el file.
3765         (vc-rcs-exists): Function added.
3767         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3768         required by the vc.el file.
3770         * vc.el (vc-admin): Updated to handle selection of appropriate
3771         backend.  Current implementation is crufty and need re-thinking.
3773         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3775 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3777         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3778         beginning of annotate buffers correctly.
3780         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3781         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3782         functionality updated quite a lot to support multiple backends.
3783         Variables `vc-annotate-mode', `vc-annotate-buffers',
3784         `vc-annotate-backend' added.
3786         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3787         `vc-annotate-difference' added to supported backend functions.
3789 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3791         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3792         Use with-temp-file instead of /bin/sh.  Merged from mainline
3794 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3796         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3798         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3800         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3802 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3804         * vc-hooks.el: vc-state-heuristic added to
3805         vc-backend-hook-functions.
3807         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3809         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3811         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3812         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
3813         state to `reserved'.
3815         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3816         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
3818 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3820         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
3821         untouched.
3823         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
3825         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
3826         if defined.  (Merged from main line, slightly adapted.)
3828         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3829         millenium problem (merged from mainline).
3831 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3833         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3834         part and moved the non-BACKEND stuff to vc.el.
3836         * vc.el: Split the annotate feature into a BACKEND specific part
3837         and moved it from the vc-cvs.el file to this one.
3839 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3841         * vc-hooks.el: Implement new state model.
3842         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3843         (vc-locking-user): Simplify.  Now only needed if the file is
3844         locked by somebody else.
3845         (vc-lock-from-permissions): Remove.  Functionality is in
3846         vc-sccs-hooks.el and vc-rcs-hooks.el now.
3847         (vc-mode-line-string): New name for former vc-status.  Adapted.
3848         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
3850         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3851         Various simplifications and adaptations all over the place.
3853         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3854         Simplify and adapt the rest.
3856         * vc.el (vc-resynch-window): Add TODO comment: check for
3857         interaction with view mode according to recent RCS change.
3858         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
3860 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3862         * vc.el: Convert the remaining function comments to docstrings.
3864 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3866         * vc.el (vc-backend-release, vc-release-greater-or-equal)
3867         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3868         (vc-minor-part, vc-previous-version): Functions that operate and
3869         compare revision numbers got proper documentation.  Comments added
3870         about their possible removal.
3872 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3874         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3875         the vc-backend.el files.
3877         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3879         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3880         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3881         (vc-rcs-previous-version): Functions added.
3883         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3885         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3887 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3889         * vc-hooks.el (vc-master-templates): Is really obsolete.
3890         Comment out the definition for now.  What is the right procedure
3891         to get rid of it?
3892         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3893         rewritten.
3894         (vc-default-registered): Remove.
3895         (vc-check-master-templates): New function; does mostly what the
3896         above did before.
3897         (vc-locking-user): Don't rely on the backend to set the property.
3899         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
3900         Rewrite documentation.
3901         (vc-rcs-templates-grabbed): New variable.
3902         (vc-rcs-grab-templates): New function.
3903         (vc-rcs-registered): Rewrite to use above mechanism.
3905         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
3906         Rewrite documentation.
3907         (vc-sccs-templates-grabbed): New variable.
3908         (vc-sccs-grab-templates): New function.
3909         (vc-sccs-registered): Rewrite to use above mechanism.
3910         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3911         Don't throw the result, simply return it.
3913         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3914         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
3915         (vc-cvs-registered): Does the check itself now.  Simplify.
3917         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
3918         from main line.
3920 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3922         * vc-cvs.el (vc-cvs-diff): New function.
3924         * vc-sccs.el (vc-sccs-diff): New function.
3926         * vc-rcs.el (vc-rcs-diff): New function.
3927         (vc-rcs-checkout): Bug (typo) found and fixed.
3928         (vc-rcs-register-switches): New variable.
3930         * vc.el (vc-backend-diff): Function removed and placed in the
3931         backend files.
3933 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
3935         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3937         * vc.el (vc-backend-checkout): Function removed and replaced in
3938         the vc-backend.el files.
3940         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3942         * vc.el (vc-backend-admin): Removed and replaced in the
3943         vc-backend.el files.
3945         * vc.el (Martin): Removed all the annotate functionality since it
3946         is CVS backend specific.
3948 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3950         * spec.txt: Added specification of vc-state.
3952         * vc-sccs-hooks.el (vc-sccs-master-properties):
3953         Remove handling of vc-latest-version and
3954         vc-your-latest-version.  What used to be vc-latest-version, is now
3955         returned as vc-workfile-version.
3956         (vc-sccs-workfile-version): Adapt.
3958 2000-09-04  Dave Love  <fx@gnu.org>
3960         * vc.el: [Merged from mainline.]
3961         (vc-dired-mode): Make the dired-move-to-filename-regexp
3962         regexp match the date, to avoid treating date as file size.
3963         Add YYYY S option to WESTERN/
3965 2000-09-04  Dave Love  <fx@gnu.org>
3967         * vc.el: Require `compile' when compiling.
3968         (vc-logentry-check-hook): New option.
3969         (vc-steal-lock): Use compose-mail.
3970         (vc-dired-mode-map): Defvar when compiling.
3971         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3972         vc-sccs.el and renamed.  Callers changed.
3973         (vc-backend-checkout, vc-backend-logentry-check)
3974         (vc-backend-merge-news): Doc fix.
3975         (vc-default-logentry-check): New function.
3976         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3977         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3978         (vc-backend-merge): Doc fix.  Use backend functions.
3979         (vc-check-headers): Use backend functions.
3981         * vc-cvs.el: Require vc when compiling.
3982         (vc-cvs-register-switches): Doc fix.
3983         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3984         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3985         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3986         New functions (code from vc.el).
3987         (vc-annotate-display-default): Fix interactive spec.
3988         (vc-annotate-time-span): Doc fix.
3990         * vc-rcs.el: Require vc when compiling.
3991         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3992         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3993         (vc-rcs-checkin): New functions (code from vc.el).
3994         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3995         Doc fix.
3996         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
3998         * vc-sccs.el: Require vc when compiling.
3999         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4000         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4001         (vc-sccs-revert)
4002         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4003         from vc.el).
4004         (vc-sccs-add-triple, vc-sccs-record-rename)
4005         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4006         (vc-sccs-admin): Doc fix.
4008 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
4010         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4011         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4012         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4013         from vc.el.
4015         * vc-sccs.el (vc-admin-sccs): Added from vc.el
4017         * vc-cvs.el: Moved the annotate functionality from vc.el.
4018         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4020 2000-09-04  Dave Love  <fx@gnu.org>
4022         * vc.el (vc-backend-release): Call vc-system-release.
4024         * vc-sccs.el (vc-sccs-system-release):
4025         Renamed from vc-sccs-backend-release.
4027         * vc-rcs.el (vc-rcs-system-release):
4028         Renamed from vc-rcs-backend-release.
4030         * vc-cvs.el (vc-cvs-system-release):
4031         Renamed from vc-cvs-backend-release.
4033 2000-09-04  Dave Love  <fx@gnu.org>
4035         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4036         backend files.
4037         (vc-backend-release): Dispatch to backend functions.
4038         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
4039         probably needs attention.]
4041         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4042         (vc-sccs-backend-release): New function.
4044         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4045         (vc-cvs-backend-release): New function.
4047         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4048         Doc fix.
4049         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4050         (vc-default-dired-state-info): New function.
4051         (vc-dired-state-info): Dispatch to backends.
4052         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
4054         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4055         from vc.el and renamed.
4057 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4059         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4060         (vc-version-other-window, vc-backend-assign-name): Removed
4061         references to vc-latest-version; sometimes changed into
4062         vc-workfile-version.
4064         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4065         vc-rcs-master-workfile-version.
4066         (vc-rcs-workfile-version): Use the above.  Don't call
4067         vc-latest-version (that was unreachable code, anyway).
4068         (vc-rcs-fetch-master-properties): Doc fix.
4070         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4071         (vc-backend-hook-functions): Removed them from this list, too.
4072         (vc-fetch-properties): Removed.
4073         (vc-workfile-version): Doc fix.
4075         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4076         (vc-rcs-workfile-version, vc-rcs-locking-user)
4077         (vc-rcs-uses-locking): Use it.
4079         * vc-hooks.el (vc-consult-rcs-headers):
4080         Moved into vc-rcs-hooks.el, under the name
4081         vc-rcs-consult-headers.
4083         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4084         headers.
4085         (vc-cvs-find-master): Use this name only; correct different
4086         versions of the name.
4088         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4089         New functions.
4090         (vc-sccs-locking-user): Use the latter.
4092         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4093         New functions.
4095         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4096         Moved into both
4097         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
4098         functions are implementation details of those two backends.
4100 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4102         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4103         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4105         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4106         (vc-sccs-parse-locks): SCCS-specific code moved here from
4107         vc-hooks.
4109         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4110         code moved here from vc-hooks.
4112         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4113         into back-end specific parts and removed.  Callers not updated
4114         yet; because I guess these callers will disappear into back-end
4115         specific files anyway.
4117 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4119         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4120         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4121         `vc-uses-locking'.
4123         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4124         Store yes/no in the property, and return t/nil.  Updated all
4125         callers.
4127         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4128         vc-sccs-uses-locking.  Don't set property.
4129         (vc-sccs-locking-user): Don't set property.
4131         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4132         vc-cvs-uses-locking.  Don't set property here; leave that to
4133         vc-hooks.
4134         (vc-cvs-locking-user): Reflect above change.  Streamlined.
4136         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4137         vc-rcs-uses-locking.
4138         (vc-rcs-locking-user): Reflect above change.
4140 2000-09-04  Dave Love  <fx@gnu.org>
4142         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4144         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4146         * vc-hooks.el (vc-checkout-model): Punt to backends.
4148         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4150         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4152         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4153         New functions.
4155         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4156         New functions.
4158         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4159         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4161         * vc-hooks.el (vc-default-locking-user): New function.
4162         (vc-locking-user, vc-workfile-version): Punt to backends.
4164 2000-09-04  Dave Love  <fx@gnu.org>
4166         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4167         (vc-master-workfile-version): Moved from vc-hooks.
4169         * vc-rcs-hooks.el: Fix duplicate code in last change.
4171         * vc-rcs-hooks.el: Require vc-hooks when compiling.
4172         (vc-rcs-master-templates): Improve :type.
4173         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4174         vc-master-workfile-version): Moved from vc-hooks.
4176         * vc-sccs-hooks.el: Require vc-hooks when compiling.
4177         (vc-sccs-master-templates): Improve :type.
4178         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4180         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4182         * vc-cvs-hooks.el: Require vc-hooks when compiling.
4183         (vc-cvs-master-templates): Improve :type.  Use
4184         vc-cvs-find-cvs-master.
4185         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4186         from vc-hooks.
4187         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4189         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4190         Moved to vc-cvs-hooks.
4192         * vc-hooks.el: Add doc strings in various places.  Simplify the
4193         minor mode setup.
4194         (vc-handled-backends): New user variable.
4195         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4196         simplification.
4198 2000-09-04  Dave Love  <fx@gnu.org>
4200         * vc.el: Some doc fixes for autoloaded and interactive functions.
4201         Fix compilation warnings from ediff stuff.
4202         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4204         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4206         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4208         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4210 2000-09-04  Dave Love  <fx@gnu.org>
4212         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4213         New variable.
4214         (vc-make-backend-function, vc-loadup, vc-call-backend)
4215         (vc-backend-defines): New functions.
4217         * vc-hooks.el: Various doc fixes.
4218         (vc-default-back-end, vc-follow-symlinks): Custom fix.
4219         (vc-match-substring): Function removed.  Callers changed to use
4220         match-string.
4221         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4222         Simplify.
4224 2000-09-04  Dave Love  <fx@gnu.org>
4226         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4227         type.
4228         (vc-sccs-project-dir, vc-search-sccs-project-dir)
4229         (vc-sccs-registered): Doc fix.
4231         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4232         (vc-cvs-registered): Doc fix.
4234         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4235         (vc-rcs-registered): Doc fix.
4237 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4239         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4241         * vc-hooks.el: vc-registered has been renamed
4242         vc-default-registered.  Some functions have been moved to the
4243         backend specific files.  they all support the
4244         vc-BACKEND-registered functions.
4246 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4248         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4250         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4252 2000-09-04  Dave Love  <fx@gnu.org>
4254         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4255         menu-bar-update-hook.
4257         * help.el (help-manyarg-func-alist): Add
4258         find-operation-coding-system.
4260         * wid-edit.el (widget-sexp-validate): Fix garbled code.
4262         * custom.el (custom-set-variables): Print message about errors in
4263         setting.
4265 2000-09-03  Andrew Innes  <andrewi@gnu.org>
4267         * makefile.w32-in: Change to DOS line endings.
4269 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4271         * mouse.el (mouse-popup-menubar): Supply the prompt string for
4272         minor-mode keymaps, if they don't have one.
4274 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4276         * eshell/esh-module.el (eval-when-compile): Don't lose if
4277         esh-module.el's file name is truncated to DOS 8+3 limits.
4279 2000-09-01  John Wiegley  <johnw@gnu.org>
4281         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4282         predicate, which caused entries in the completion list to be
4283         doubled.
4285 2000-08-30  John Wiegley  <johnw@gnu.org>
4287         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4288         sending to subprocesses.  Also, hook pre-command-hook if
4289         `eshell-send-direct-to-subprocesses' is non-nil.
4290         (eshell-send-direct-to-subprocesses): New config variable.  If t,
4291         subprocess input is send immediately.
4292         (eshell-toggle-direct-send): New function.
4293         (eshell-self-insert-command): New function.
4294         (eshell-intercept-commands): New function.
4295         (eshell-send-input): If direct subprocess sending is enabled,
4296         don't echo any input to the Eshell buffer.  Let the subprocess
4297         handle that.  This requires "stty echo" in bash, for example.
4299 2000-08-28  John Wiegley  <johnw@gnu.org>
4301         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4302         completion function for Eshell's implementation of `unset'.
4304 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
4306         * info.el (Info-directory-list): Doc fix.
4308 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
4310         * filecache.el (file-cache-add-directory-using-find): Don't quote
4311         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4313 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
4315         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4316         coding systems.
4318 2000-08-30  Andrew Innes  <andrewi@gnu.org>
4320         * timer.el (run-with-idle-timer): Undo last change, so that timer
4321         is not activated immediately if Emacs is already idle.  Some
4322         existing code relies on this behaviour.
4324 2000-08-30  Miles Bader  <miles@gnu.org>
4326         * frame.el (set-frame-font): Do completion of font-name for
4327         interactive use.
4329 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
4331         * international/quail.el (quail-start-translation): Bind locally
4332         last-command-event, last-command, and this-command.
4333         (quail-start-conversion): Likewise.
4334         (quail-self-insert-command): Fix docstring.
4336 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
4338         * progmodes/executable.el
4339         (executable-make-buffer-file-executable-if-script-p): Check that
4340         buffer contains at least 2 characters.
4342 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
4344         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4346 2000-08-29  Dave Love  <fx@gnu.org>
4348         * diff-mode.el (diff-mode) <defgroup>: Add :version.
4349         (diff-mode-shared-map): Bind mouse-2.
4350         (diff-imenu-generic-expression): New variable.
4351         (diff-mode): Use it.
4353         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4354         (mouse-popup-menubar): Add minor mode menus.
4355         (popup-menu): Check for lookup-key returning number.
4357 2000-08-29  Miles Bader  <miles@gnu.org>
4359         * comint.el (comint-send-input): Create overlays using the proper
4360         front/read-advance arguments.
4362 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4364         * ps-print.el: Even/odd pages printing.  Doc fix.
4365         (ps-print-version): New version number (6.0).
4366         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4367         (ps-background, ps-begin-file, ps-begin-job): Code fix.
4368         (ps-print-duplex-feature): Variable eliminated.
4369         (ps-even-or-odd-pages): New variable.
4371         * progmodes/ebnf2ps.el: Doc fix.
4372         (ebnf-version): New version (3.3).
4373         (ebnf-user-arrow): Change variable customization to sexp.
4374         (ebnf-user-arrow): Function eliminated.
4375         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
4377 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
4379         * help.el (help-xref-mule-regexp): New variable.
4380         (help-make-xrefs): Handle help-xref-mule-regexp.
4382         * international/mule-cmds.el (help-xref-mule-regexp-template): New
4383         variable.
4384         (describe-input-method): Temporarily activate the specfied input
4385         method to display the information.
4386         (describe-language-environment): Hyperlinks to mule related items.
4388         * international/mule-diag.el (charset-multibyte-form-string): New
4389         function.
4390         (list-character-sets-1): Use charset-multibyte-form-string.
4391         (describe-character-set): New function.
4392         (describe-coding-system): Hyperlinks to safe character sets.
4394         * international/quail.el (quail-help): New arg PACKAGE.
4395         Hyperlinks to mule related items.
4396         (quail-help-insert-keymap-description): Use
4397         substitute-command-keys instead of describe-bindings.
4398         (quail-translation-help): Hyperlinks to mule related items.
4400 2000-08-28  John Wiegley  <johnw@gnu.org>
4402         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4403         have a defsubst call itself.  Made `eshell-flatten-list' back into
4404         a function again.
4406         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4407         catch, in case re-centering point at bottom messes up the display.
4408         This happens frequently in Emacs 21, due I believe to variable
4409         line heights.
4411         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4412         to call `find-tag-interactive'.
4414         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4415         the list of remember directories.
4417 2000-08-28  John Wiegley  <johnw@gnu.org>
4419         * align.el: Test align-region-separate to see if it's a symbol.
4421 2000-08-28  John Wiegley  <johnw@gnu.org>
4423         * eshell/esh-util.el (eshell-flatten-list): Made this function
4424         into a defsubst form.  It gets used very frequently, although
4425         calls don't occur all that often.
4427         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4428         examining it.
4430         * eshell/esh-cmd.el (eshell-rewrite-while-command):
4431         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4432         `eshell-protect'.
4433         (eshell-copy-handles): Created a new macro for duplicating the
4434         current set of open handles.  This is needed by the looping
4435         functions.
4436         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4437         is not incorrectly stomped on.
4439         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4440         declaration for pcomplete-use-paring.
4441         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4442         value of eshell-cmpl-use-paring.
4443         * pcomplete.el (pcomplete-use-paring): New config variable, to
4444         indicate whether paring should be used.
4445         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4446         completion alternatives that have already been used.
4448         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4449         bound to C-c C-y, which will repeat the previous N arguments
4450         (based on prefix argument).
4451         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4453         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4454         if there is no *Help* buffer.  This is for XEmacs, which renames
4455         its help buffers uniquely.  TODO: Find out what the current buffer
4456         name to delete is.
4458         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4459         first entry that correlates to a passwd/group number.  Later
4460         entries (used for group/user name aliasing to multiple IDs) are
4461         ignored.
4463         * eshell/em-xtra.el (eshell/expr):
4464         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4465         (eshell-grep, eshell/diff, eshell/locate):
4466         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4467         argument list, before passing it to the system command.
4469         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4470         `find-tag' for use at final position in Eshell buffers (which
4471         otherwise triggers an error on Emacs 21).
4472         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4473         buffer, if it is currently bound to `find-tag'.
4475         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4476         in the list of matched Makefile names.
4477         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4478         directory, prefer its contents to Makefile.
4480         * eshell/em-dirs.el (eshell/cd): cd commands that look up
4481         directory parts (like "cd old new", or "cd =regexp"), are now case
4482         sensitive on non-Windows/DOS platforms.
4484         * eshell/esh-mode.el (eshell-parse-command-input): When a user
4485         types RET after an open delimiter (like "), display a message
4486         indicating that Eshell is waiting for the closing delimiter.
4488         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4489         environment variables.
4491         * eshell/em-unix.el (eshell/diff): Added logic to fail more
4492         gracefully if the user enters incorrect arguments.
4494         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4495         Eshell buffers.
4497         * eshell/esh-var.el (eshell-interpolate-variable):
4498         * eshell/esh-mode.el (eshell-move-argument):
4499         * eshell/em-unix.el (eshell-du-sum-directory):
4500         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4501         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4502         (not (= ...)).
4504         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4505         to ensure the `preserve' flag gets propagated when doing recursive
4506         directory copies.
4508 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
4510         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4511         Don't convert \n into \0177 in memory.
4512         (eshell-read-history, eshell-write-history): Convert \n to \0177,
4513         and back again, when reading and writing.
4515 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
4517         * eshell/esh-util.el (eshell-processp): Added to relieve constant
4518         testing of `fboundp' on `processp'.
4520         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4521         (eshell/jobs): Don't call process-list if it is not bound.
4522         (eshell-gather-process-output): Support systems where async
4523         subprocesses aren't supported.
4524         (eshell-scratch-buffer, eshell-last-sync-output-start): New
4525         variables.
4527         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4528         eshell-do-eval returns t.
4529         (eshell-do-pipelines-synchronously): New defmacro.
4530         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4531         when async subprocesses aren't supported.
4532         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
4533         if async subprocesses aren't supported.
4534         (eshell-resume-command): Don't assume STATUS is a string.
4536         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4538         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4539         (eshell-close-target, eshell-get-target): Use eshell-processp.
4540         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4541         fix.
4542         (eshell-get-target, eshell-create-handles): Doc fix.
4544 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
4546         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
4547         criterion to include commands that output something, as long as it
4548         leaves both the command and the end-of-buffer visible when the
4549         command has exited.
4550         (eshell-review-quick-commands): Adjust the help doc string
4551         accordingly.
4553 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
4555         * locate.el (locate): Cleaned up locate command's interactive prompting
4556         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
4558         * filecache.el (file-cache-case-fold-search): New variable
4559         (file-cache-assoc-function): New variable
4560         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4561         Use file-cache-case-fold-search variable
4562         (file-cache-add-file): Use file-cache-assoc-function
4563         (file-cache-delete-file): likewise
4564         (file-cache-directory-name): likewise
4565         (file-cache-debug-read-from-minibuffer): likewise
4567 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
4569         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4570         (abbrev-table-name): New function.
4571         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4572         If non-nil list local abbrev, only.
4574 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
4576         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4577         from Gnus support code, and use special article copy buffer
4578         `(gnus-original-article-buffer)' instead.  This allows to get rid
4579         of article-hide-headers usage (which breaks in the latest Gnus
4580         version).  Thanks to Detlev Zundel.
4582 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
4584         * international/quail.el (quail-use-package): Hide "... loaded"
4585         message.
4586         (quail-start-translation, quail-start-conversion): Likewise.
4588         * international/kkc.el (kkc-region): Hide "... loaded" message.
4590 2000-08-27  Dave Love  <fx@gnu.org>
4592         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4594 2000-08-27  Miles Bader  <miles@gnu.org>
4596         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4598 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
4600         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4601         'ja-dic-cnv), not (require 'skkdic-cnv).
4603 2000-08-26  Miles Bader  <miles@gnu.org>
4605         * faces.el (face-x-resources): Add entry for :inherit.
4606         * cus-face.el (custom-face-attributes): Add support for :inherit
4607         attribute.  Add support for relative face heights.
4608         (custom-face-attributes-get): Treat `nil' as being a default value
4609         for :inherit (as well as `unspecified').
4611         * faces.el (set-face-attribute): Update doc string.
4612         (face-attribute-name-alist): Add :inherit.
4613         (face-valid-attribute-values): Handle :inherit.
4614         (face-read-string): Rephrase prompt to be less confusing.
4615         Assume that DEFAULT is a string, since we must return a string.
4616         (face-read-integer): Use `format' to turn DEFAULT into an
4617         acceptable default for face-read-string.  Match NEW-VALUE against
4618         the string "unspecified", not the symbol `unspecified', since
4619         that's what face-read-string returns.
4620         (read-face-attribute): Lookup a name for old-value in valid, and
4621         use it as a default if we find one.  Treat all values from
4622         face-read-string as strings.  If the default is used, don't do any
4623         more processing on the value, just use the old value directly.
4624         (read-face-and-attribute, modify-face): Tweak prompt.
4625         (read-face-name): Don't assume prompt ends with a space.
4627         * faces.el (describe-face): Add support for :inherit attribute.
4629 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
4631         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
4632         concat doesn't accept interger.
4634         * international/kkc.el: Remove SKK from Keywords.  Require
4635         ja-dic-utl instead of skkdic-utl.
4637         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4638         Provide ja-dic-cnv instead of skkdic-cnv.
4639         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
4640         (iso-2022-7bit-short): Add safe-charsets property.
4641         (skkdic-convert-postfix): Search Japanese chou-on character in
4642         addition to Hiragana character.
4643         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4644         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4645         (batch-skkdic-convert): Likewise.
4647         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4648         Provide ja-dic-utl instead of skkdic-utl.
4649         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4651 2000-08-24  Dave Love  <fx@gnu.org>
4653         * disp-table.el (standard-display-default): Make the test of `l'
4654         useful.
4656         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4657         mod sample text.
4659         * international/iso-ascii.el: Make pilcrow convenient string
4660         consistent with section.
4661         (iso-ascii-display): Set up multibyte characters as well as
4662         unibyte.
4664 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
4666         * international/mule-cmds.el (reset-language-environment): Set
4667         default-process-coding-system to '(undecided . iso-latin-1), which
4668         makes process I/O almost consistent with file I/O.   Call this
4669         function when mule-cmds.el[c] is loaded.
4671 2000-08-22  Andrew Innes  <andrewi@gnu.org>
4673         * makefile.w32-in: New file.
4675 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
4677         * comint.el (comint-output-filter): Compare end of
4678         comint-last-output-overlay with the start of the newly inserted
4679         text, not the end, when deciding whether to extend it.
4680         Set saved-point's insertion type to advance after insertion.
4682         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4683         since this is now done independently of font-lock mode.
4685 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4687         * server.el (server-kill-new-buffers): New user option.
4688         (server-existing-buffer): New buffer-local variable.
4689         (server-visit-files): When using an existing buffer, set
4690         server-existing-buffer to t.
4691         (server-buffer-done): If server-kill-new-buffers is t, kill the
4692         buffer, unless it was already present before visiting it with
4693         Emacs server.
4695 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
4697         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4698         even if the display doesn't support colors: some displays will
4699         support bold/underline faces.
4701 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4703         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4705         * startup.el (command-line): If user's init file had an error,
4706         add explanatory text to *Messages*.
4708 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
4710         * man.el (Man-getpage-in-background): Decode the process output by
4711         the system locale coding system.
4713 2000-08-20  Dave Love  <fx@gnu.org>
4715         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4716         Don't test x-popup-menu.
4717         (function) <complete-function>: Complete only fbound symbols.
4718         <validate, value>: New.
4719         (variable) <complete-function>: Complete only bound symbols.
4720         (coding-system): Add :base-only, :complete-function, :validate,
4721         :value, :prompt-match.
4722         (widget-coding-system-prompt-value): Use read-coding-system and
4723         act on :base-only.
4724         (editable-field): Add :help-echo.
4725         (widget-push-button-gui, widget-push-button-cache)
4726         (widget-gui-action, widget-editable-list-gui): COmment out, along
4727         with uses.
4728         (widget-at): Make arg optional.
4729         (widget-echo-help): Adjust for current help-echo calling sequence.
4730         (widget-specify-field, widget-specify-button)
4731         (widget-specify-insert, widget-get-sibling, widget-image-find)
4732         (widget-convert, widget-insert, widget-leave-text)
4733         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4734         (widget-setup, widget-field-find, widget-before-change)
4735         (widget-after-change, widget-default-complete)
4736         (widget-default-create, widget-default-delete)
4737         (widget-push-button-value-create, editable-field)
4738         (widget-field-prompt-value, widget-field-validate)
4739         (widget-choice-value-create, widget-choice-action)
4740         (widget-choice-validate, widget-checklist-add-item)
4741         (widget-radio-add-item, widget-radio-chosen)
4742         (widget-radio-value-inline, widget-editable-list-value-create)
4743         (widget-editable-list-entry-create)
4744         (widget-documentation-link-add)
4745         (widget-documentation-string-value-create)
4746         (widget-regexp-validate, widget-file-complete)
4747         (widget-sexp-validate, widget-plist-convert-widget)
4748         (widget-plist-convert-widget, widget-alist-convert-widget)
4749         (widget-alist-convert-widget, widget-color-complete): Simplify,
4750         particularly to avoid bindings which aren't optimized out.
4752         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4753         Doc fix.
4754         (down-list, backward-up-list, up-list, kill-sexp)
4755         (backward-kill-sexp, mark-sexp): Make arg optional.
4756         (lisp-complete-symbol): Add optional arg PREDICATE.
4758         * cus-start.el: Add display-buffer-reuse-frames,
4759         file-coding-system-alist.
4761 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
4763         * startup.el (command-line): Clear realized faces after
4764         modifying TTY color mappings.
4766 2000-08-20  Miles Bader  <miles@gnu.org>
4768         * faces.el (face-attr-match-p): Don't return true if ATTRS are
4769         merely a subset of FACE's attributes.
4771 2000-08-19  Miles Bader  <miles@gnu.org>
4773         * comint.el (comint-output-filter): Save the point with a marker,
4774         not just a buffer position.
4776         * international/mule.el (set-buffer-process-coding-system): Make
4777         interactive prompt less confusing.
4779 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
4781         * hilit-chg.el: General cleanup of doc strings, comments and
4782         code formatting.
4784 2000-08-19  Miles Bader  <miles@gnu.org>
4786         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4787         Compiler macro removed; beginning-of-line is no longer always
4788         equivalent to forward-line, in the presence of fields.
4790         * comint.el (comint-output-filter): Remove ad-hoc saving of
4791         restriction, and just use save-restriction, now that it works
4792         correctly.  Don't adjust comint-last-input-start to account for
4793         our insertion; it shouldn't have moved because we don't use
4794         insert-before-markers anymore.  Comment out call to
4795         `force-mode-line-update'; why is it here?
4797         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4798         while checking for prompt to delete.  Use `forward-line 0'
4799         instead of beginning-of-line.
4800         (gud-filter): Temporarily widen gud comint buffer while
4801         examining output.
4803 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
4805         * progmodes/sh-script.el: Big bag of typos.
4807         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4808         check since ispell-process is not bound when ispell is not yet loaded.
4810 2000-08-18  Dave Love  <fx@gnu.org>
4812         * image.el (find-image): Copy `spec' before using plist-put.
4814 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
4816         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4817         `portugues'.
4819         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4820         backward-kill-sexp, analogous to kill-sexp.
4822         * progmodes/icon.el (icon-indent-line)
4823         (icon-is-continuation-line): Handle comments specially.
4825 2000-08-17  Ken Stevens <k.stevens@ieee.org>
4827         * ispell.el: Set to standard author/maintainer/keyword fields.
4828         Fine tuning to menu map appearance and operation, and added help.
4829         Remove `start' and `end' error messages when compiling.
4830         (ispell-choices-win-default-height): Fixed comment string.
4831         (ispell-dictionary-alist-1): Fixed regexp in castellano and
4832         castellano8 dictionaries.
4833         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4834         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4835         dictionary, added italiano dictionary.
4836         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4837         word character
4838         (ispell-tex-skip-alists): Added psfig support.
4839         (ispell-skip-html): Renamed from ispell-skip-sgml.
4840         (ispell-begin-skip-region-regexp, ispell-skip-region)
4841         (ispell-minor-check): Improved html skipping support to skip across
4842         code, and recognize `&' commands without propper `;' syntax;
4843         (ispell-process-line): Fix alignment error when manually
4844         correcting spelling.
4845         (ispell): Fix comment string.
4846         (ispell-add-per-file-word-list): Always put word list on new line.
4848 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
4850         * format.el (format-encode-run-method): Fix error message to say
4851         `encode' instead of `decode'.  Use save-window-excursion around
4852         shell-command-on-region as in format-decode-run-method because
4853         shell-command-on-region can display a buffer with error output.
4854         (format-decode): Don't record undo information for the decoding.
4855         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
4856         that number part of the temporary buffer name so that more than
4857         one decoding using a temporary buffer can happen safely.
4859         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4860         of `A-z' in the regexp.
4862         * hilit-chg.el: Fix typos in commentary.
4864         * help.el (view-emacs-news): Rewritten for new naming scheme
4865         for old NEWS files.
4867         * startup.el (command-line): Pop to *Messages* in case an error
4868         is signaled while loading user-init-file.
4870 2000-08-17  Andreas Schwab  <schwab@suse.de>
4872         * files.el (insert-directory): Don't lose original file name,
4873         undoing an undocumented change.
4875 2000-08-17  Alex Schroeder  <alex@gnu.org>
4877         * sql.el (sql-magic-go): Use comint-bol.
4878         (sql-copy-column): Use comint-line-beginning-position.
4879         (comint-line-beginning-position): Define a replacement for
4880         comint-line-beginning-position if it is not fboundp.
4882 2000-08-17  Alex Schroeder  <alex@gnu.org>
4884         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4885         it didn't have any effect anyway.
4887 2000-08-17  Alex Schroeder  <alex@gnu.org>
4889         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4890         --pset and pager=off instead of sending \\o|cat at the beginning
4891         of the session.
4893 2000-08-17  Miles Bader  <miles@gnu.org>
4895         * progmodes/octave-inf.el: Add compatibility definition of
4896         comint-line-beginning-position.
4898 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
4900         * startup.el (normal-top-level): Look in each dir in load-path for
4901         a leim-list.el file too.  This assures of loading leim-list.el
4902         that is created at Emacs installation time even if a user have his
4903         own leim-list.el.
4905 2000-08-17  Miles Bader  <miles@gnu.org>
4907         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4908         foreground color to black if the background is dark.
4910 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
4912         * loadhist.el (unload-feature): Typo.
4914         * finder.el (finder-compile-keywords):
4915         * cus-dep.el (custom-make-dependencies): Add local-variable settings
4916         to the generated file.
4918         * mail/mh-e.el (mh-make-local-vars):
4919         Replace make-variable-buffer-local with make-local-variable.
4921         * play/landmark.el:
4922         * options.el (Edit-options-{set,toggle,t,nil}):
4923         * mail/mailabbrev.el (mail-abbrevs-mode):
4924         * textmodes/tex-mode.el (tex-expand-files):
4925         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4927         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4929         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4930         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4931         Allow going past the last element.
4932         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
4933         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4934         (cvs-mouse-toggle-mark): Don't move point.
4935         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4937         * progmodes/compile.el (grep): Provide a default set of files.
4938         (next-error): Docstring fix.
4939         (compilation-find-file): Avoid find-file (fails in a dedicated window).
4941         * emacs-lisp/easy-mmode.el (define-minor-mode):
4942         Use `symbol-value' to keep the byte-compiler quiet.
4944         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4945         (diff-find-source-location): New fun, extracted from diff-goto-source.
4946         (diff-goto-source): Use it.
4947         (diff-next-complex-hunk, diff-filter-lines): New function.
4948         (diff-apply-hunk): New command.
4950         * smerge-mode.el (smerge-mode-menu): Doc fix.
4952         * msb.el (msb-mode): Define it in terms of define-minor-mode.
4954 2000-08-16  Dave Love  <fx@gnu.org>
4956         * windmove.el (windmove) <defgroup>: Add :version.
4958         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
4959         (goto-address-fontify-p, goto-address-highlight-p)
4960         (goto-address-url-face, goto-address-url-mouse-face)
4961         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4962         (goto-address-url-regexp): Use thing-at-point-url-regexp.
4963         (goto-address-fontify, goto-address-at-mouse): Simplify,
4964         (goto-address-at-point): browse-url-url-at-point,
4965         goto-address-find-address-at-point can return nil.
4966         (goto-address-find-address-at-point): Return nil on failure.
4968         * align.el (align) <defgroup>: Add :version.
4970         * calculator.el (calculator): Add :version.
4971         (calculator): Use two lines for calculator window if `modeline'
4972         face is boxed.
4974         * play/5x5.el: Doc fixes.
4975         (5x5) <defgroup>: Add :version.
4977         * play/fortune.el (fortune) <defgroup>: Add :version.
4978         (fortune-append): Fix error message.
4979         (fortune-from-region): Doc fix.
4981         * play/pong.el (pong): Doc fix.
4983         * play/morse.el: Keywords, commentary, autoloads.
4985 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
4987         * desktop.el (desktop-save): Don't look at symbol-value of a
4988         member of minor-mode-alist, unless it is boundp.
4990 2000-08-16  Sam Steingold  <sds@gnu.org>
4992         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
4993         `while'; use `with-current-buffer' instead of `save-excursion'.
4994         Removed unnecessary kludges now that "*Buffer List*" is excluded.
4996 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
4998         * international/ccl.el (declare-ccl-program): Docstring modified.
4999         (ccl-execute-with-args): Likewise.
5001 2000-08-16  Miles Bader  <miles@gnu.org>
5003         * progmodes/sql.el: Add compatibility definition of
5004         comint-line-beginning-position.
5006 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
5008         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5009         'buffer-menu' property.
5010         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5011         fails.
5012         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5013         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5014         wasn't killed.
5016         * buff-menu.el (list-buffers-noselect): Don't display the
5017         *Buffer List* buffer.
5019         * font-lock.el: Require jit-lock to prevent a very late
5020         `Loading jit-lock' message.
5022         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5023         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5024         mail address.
5026 2000-08-15  Miles Bader  <miles@gnu.org>
5028         * textmodes/ispell.el (ispell-graphic-p): New constant.
5029         (ispell-choices-win-default-height, ispell-help): Use
5030         `ispell-graphic-p' instead of `xemacsp'.
5032 2000-08-15  Dave Love  <fx@gnu.org>
5034         * simple.el: Autoload widget-convert when compiling.
5035         (mail-user-agent): Doc fix.
5037         * help.el (function-called-at-point, variable-at-point): Use
5038         with-syntax-table.
5039         (help-manyarg-func-alist): Add insert-and-inherit.
5041         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5043         * delsel.el (delsel-unload-hook): New function.
5045         * find-file.el: Doc fixes.  Move provide to end.
5046         (ff) <defgroup>: Add :link.
5047         (ff-goto-click): Deleted.
5048         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5049         Use mouse-set-point.
5051         * textmodes/tildify.el: Doc fixes.
5052         (tildify) <defgroup>: Add:version.
5054         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5055         (glasses-custom-set): Use set-default, not set.
5056         (minor-mode-alist): Propertize the lighter.
5057         (glasses-mode): Provide optional arg.
5059         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5060         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
5061         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5062         option.  Provide :type.
5063         (cwarn-configuration): Provide :type.
5064         (cwarn-mode): Doc fix.
5066         * add-log.el (change-log-merge): Doc fix.
5067         (change-log-redate): New command.
5069         * net/browse-url.el (browse-url-filename-alist): Add a clause for
5070         Doze and Dog.
5071         (browse-url): Use dolist, not mapcar.
5072         (browse-url-at-point): Check for null url.
5073         (browse-url-event-buffer, browse-url-event-point): Functions
5074         deleted.
5075         (browse-url-at-mouse, browse-url-netscape): Simplify.
5077         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5078         modes.
5079         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5080         Fix previous change to mapcan.
5081         (msb--init-file-alist, msb--add-separators)
5082         (msb--make-keymap-menu): Simplify.
5083         (msb--choose-file-menu): Use copy-sequence.
5084         (msb-mode-map): Add title to keymap.
5085         (msb-unload-hook): New function.
5087         * bs.el: Fix indentation.
5088         (bs) <defgroup>: Add :links.
5089         (bs-show): Doc fix.
5090         (bs-apply-sort-faces): Don't use window-system.
5091         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5093 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
5095         * calendar/timeclock.el (timeclock-file): Run .timelog through
5096         convert-standard-filename.
5098 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5100         * emacs-lisp/authors.el: New file.
5102         * paren.el (show-paren-priority): New user option.
5103         (show-paren-function): Set overlay priorities to
5104         show-paren-priority.
5106 2000-08-14  Miles Bader  <miles@gnu.org>
5108         * comint.el (comint-bol): Use `forward-line 0' instead of calling
5109         beginning-of-line with inhibit-field-text-motion bound.
5111 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
5113         * calendar/timeclock.el: New file.
5115 2000-08-14  David Ponce  <david@dponce.com>
5117         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5118         `widget-button-click'. so that one can use left mouse button to
5119         click on dialog buttons.
5121 2000-08-14  Emmanuel Briot  <briot@gnat.com>
5123         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5124         identifiers, since XML is case sensitive
5126 2000-08-12  Miles Bader  <miles@gnu.org>
5128         * comint.el (comint-output-filter): Don't bother frobbing
5129         window-start, it doesn't seem to be necessary.
5131         * comint.el (comint-send-string, comint-send-region): Make into
5132         real functions.  Snapshot the prompt before sending.
5134 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5136         * info.el (Info-find-emacs-command-nodes): Rewrite to use
5137         technique similar to Info-index, instead of relying on specific
5138         names of relevant Index nodes.
5139         (Info-goto-emacs-command-node): Bind Info-history to nil when
5140         going to the first node found by Info-find-emacs-command-nodes.
5142 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
5144         * menu-bar.el (menu-bar-help-menu): Add a :help string.
5146 2000-08-10  Miles Bader  <miles@gnu.org>
5148         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5150 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5152         * info.el (Info-file-list-for-emacs): More elements for the
5153         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5154         and woman manuals.
5156 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
5158         * comint.el (comint-send-input): Make the newline boundary overlay
5159         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
5160         (comint-output-filter): Use `insert' instead of
5161         `insert-before-markers'.  Extend comint-last-output-overlay when
5162         necessary since we can't rely on insert-before-markers to do it.
5163         * gud.el (gud-filter): Use `with-current-buffer' instead of
5164         save-excursion when inserting the output, so that point gets
5165         updated correctly; the old method relied on a rather dodgy
5166         side-effect of comint-output-filter to avoid the effect of
5167         save-excursion.
5169 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
5171         * files.el (recover-file): Call insert-directory instead of
5172         invoking `ls' directly.
5174 2000-08-10  Miles Bader  <miles@gnu.org>
5176         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5177         (comint-last-prompt-overlay): New variables.
5178         (comint-output-filter): Implement prompt highlighting.
5179         (comint-snapshot-last-prompt): New function.
5180         (comint-send-input): Snapshot the last prompt.
5181         Use comint-highlight-input-face.
5182         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5183         Use defface instead of defcustom.
5184         (send-invisible, comint-send-eof): Snapshot the last prompt.
5185         (comint-delchar-or-maybe-eof): Use comint-send-eof.
5186         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5188 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
5190         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5191         (regexp-opt-group): Use a list of chars for `letters'.
5192         (regexp-opt-charset): `chars' is now a list of chars.
5193         Use a char-table rather than a vector so it works for multibyte chars.
5195         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
5196         Set cvs-minor-current-files to the selected fileinfo.
5197         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5198         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5200 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
5202         * files.el (insert-directory): Don't call access-file on
5203         directories on DOS and Windows.
5205 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
5207         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5208         longer if necessary.
5209         (ccl-embed-code): Call ccl-embed-data to store CODE in
5210         ccl-program-vector.
5212 2000-08-09  Miles Bader  <miles@gnu.org>
5214         * comint.el (comint-output-filter): Properly handle the case where
5215         the text surrounded by comint-last-output-overlay was deleted.
5217 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
5219         * info.el (Info-insert-dir): Use Info-additional-directory-list if
5220         non-nil.
5221         (Info-file-list-for-emacs): Remove "info" from the list because
5222         that leads to trying to use the documentation from file `info'
5223         in various situations where it isn't appropriate, for instance
5224         C-h C-k C-h i.
5226         * ffap.el (ffap-read-file-or-url-internal): Handle case that
5227         DIR and/or STRING are nil.
5229         * progmodes/compile.el (compilation-setup): Make variable
5230         compilation-error-screen-columns buffer-local, as some comment
5231         in the code suggests it should be.
5233         * files.el (auto-mode-interpreter-regexp): New variable.
5234         (set-auto-mode): Use it.
5236         * indent.el (indent-for-tab-command): Doc fix.
5238         * mouse-sel.el (mouse-sel-mode): Doc fix.
5240         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5241         labels.
5243         * help.el (print-help-return-message): When
5244         display-buffer-reuse-frames is set, let the help window been quit,
5245         instead of deleting it, which might delete a reused frame.
5247 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
5249         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5250         rename a directory to a name that differs only by its letter case.
5252 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
5254         * international/quail.el (quail-define-rules): Handle Quail decode
5255         map correctly.  Add code for supporting annotations.
5256         (quail-install-decode-map): New function.
5257         (quail-defrule-internal): New optional arguments decode-map and
5258         props.
5259         (quail-advice): New function.
5261 2000-08-07  Sam Steingold  <sds@gnu.org>
5263         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5264         `defconst', `define-condition', `with-slots'.
5265         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5267 2000-08-03  Miles Bader  <miles@gnu.org>
5269         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5270         New variable.
5271         (comint-prompt-regexp, comint-get-old-input): Document dependence on
5272         comint-use-prompt-regexp-instead-of-fields.
5273         (comint-send-input): Add `input' field property to stuff we send to
5274         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5275         (comint-output-filter): Add `output' field property to process
5276         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5277         (comint-replace-by-expanded-history)
5278         (comint-get-old-input-default, comint-show-output)
5279         (comint-backward-matching-input, comint-forward-matching-input)
5280         (comint-next-prompt, comint-previous-prompt):  Use field
5281         properties if comint-use-prompt-regexp-instead-of-fields is nil.
5282         (comint-line-beginning-position): New function.
5283         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
5284         (comint-replace-by-expanded-history-before-point): Use
5285         comint-line-beginning-position and line-end-position.
5286         (comint-last-output-overlay): New variable.
5287         (comint-mode): Make `comint-last-output-overlay' buffer-local.
5289         * shell.el (shell-prompt-pattern): Doc change.
5290         (shell-backward-command): Use line-beginning-position.
5292         * gud.el (gud-gdb-complete-command): Use
5293         comint-line-beginning-position.
5295         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5296         comint-bol doesn't actually go to the beginning of the line.
5298         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5299         if comint-use-prompt-regexp-instead-of-fields is non-nil.
5300         (try-expand-line-all-buffers): Likewise.
5302         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5303         explicitly matching comint-prompt-regexp.
5304         (sql-copy-column): Use comint-line-beginning-position instead of
5305         explicitly matching comint-prompt-regexp.
5307         * progmodes/octave-inf.el (inferior-octave-complete): Use
5308         comint-line-beginning-position.
5310         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5312         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5313         looking for a prompt, use `forward-line 0' instead of
5314         `beginning-of-line', to avoid getting caught by an input field.
5316 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
5318         * files.el (shell-quote-wildcard-pattern): Make sure to return
5319         PATTERN, in the Unix case.
5321 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
5323         * play/zone.el (zone): Discard any pending input before running
5324         the randomly-chosen pgm.
5326 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
5328         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5329         checking the existence of any multibyte characters.
5331 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
5333         * help.el (describe-mode): Test minor-mode symbol for being
5334         bound before testing its value for being nil.
5336         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5337         `first', `second', and `third'.
5339         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5340         (second): Make it an alias for `cadr'.
5342 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
5344         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5345         types of display support faces now.
5347 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
5349         * pcvs.el (require): Require `cl' during compilation, only.
5351         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5352         (toplevel): Remove `remq' and `remove' from autoloads.
5353         (cl-fake-autoloads): New variable.  If set, arrange for an error
5354         when CL functions etc. are autoloaded.
5356 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
5358         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5360         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5361         popped up, but the user clicks outside the menu, return an empty
5362         regexp (that causes unhighlight-regexp to have no effect).
5364         * menu-bar.el (menu-bar-games-menu): Add Zone.
5366         * hi-lock.el (toplevel): Require font-lock.
5368 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5370         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
5371         (ebnf-8-bit-chars): New var for bug fix.
5372         (ebnf-string): Bug fix.
5374 2000-08-03  Sam Steingold  <sds@gnu.org>
5376         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5377         instead of `buffer-string'.
5378         (require 'cl): Always, not just when compiling.
5379         `ignore-errors' in `interactive', `list*', `defun*' &c make this
5380         necessary.
5382 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
5384         * international/mule-cmds.el (select-safe-coding-system): Make
5385         the message text about selecting a safe coding system more clear.
5387 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
5389         * hi-lock.el: New file.
5391         * play/zone.el: New file.
5393         * replace.el (occur): Set tab-width in the *Occur* buffer to the
5394         value of tab-width in the original buffer.  Choose a line number
5395         format that's a multiple of the original buffer's tab width, so
5396         that lines appear right.
5398         * textmodes/ispell.el (ispell): New function, replacing an alias.
5399         Spell-check active region if in transient-mark-mode and mark
5400         is active; otherwise spell-check buffer.
5402 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5404         * ps-mule.el: Fix a customization problem on
5405         ps-mule-font-info-database-default.
5407 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
5409         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5410         display-mouse-p instead of window-system.
5411         (ebrowse-member-mode-map): Ditto.
5413 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5415         * progmodes/ebnf2ps.el: Update ps-print functions call.
5416         Indentation fix.  Doc fix.
5417         (ebnf-version): New version number (3.2).
5418         (ebnf-format-color, ebnf-begin-job): Code fix.
5420 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
5422         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5423         font lock support on window-system.
5424         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5426         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5427         display-color-p, if fboundp, instead of window-system.
5429 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
5431         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5432         instead of window-system.
5434         * wid-edit.el (widget-choose): Use display-mouse-p instead of
5435         window-system.
5436         (widget-choice-mouse-down-action): Use display-popup-menus-p
5437         instead of window-system.
5439         * strokes.el (strokes-file): Run the file name through
5440         convert-standard-filename.
5441         (strokes-mode): Call display-mouse-p instead of looking at
5442         window-system.  Change the error message accordingly.
5444         * progmodes/cpp.el (toplevel): Support faces on tty's.
5446         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5447         (lm-plot-square, lm-init-display): Don't use window-system.
5449         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5450         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5452         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5453         instead of looking at window-system.
5455 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5457         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5458         of testing if iswitchb-prepost-hooks is bound, because the
5459         latter will always be true when invoking a recursive minibuffer
5460         from an active Iswitchb buffer.
5462 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
5464         * files.el (shell-quote-wildcard-pattern): New function.
5465         (insert-directory): Call it.  Only prepend "\" to command on Unix
5466         and GNU/Linux systems.
5468 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
5470         * eshell/esh-groups.el: Change custom :link file names
5471         from `eshell.info' to `eshell'.
5473 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
5475         * dired.el (dired-build-subdir-alist): Expand subdirectory names
5476         correctly in recursive ange-ftp listings.
5478 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5480         * ps-print.el: Fix bug 1: if ps-font-size-internal,
5481         ps-header-font-size-internal and
5482         ps-header-title-font-size-internal variables are not set,
5483         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
5484         face text property is (foreground-color . COLOR) or
5485         `(background-color . COLOR)', ps-print crashes.  Doc fix.
5486         (ps-print-version): New version number (5.2.4).
5487         (ps-plot-region): Code fix.
5488         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5489         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5490         Bug fix 2.
5492 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
5494         * glasses.el (glasses-make-readable): Fix uncapitalization of
5495         identifiers like `myXMLDocument'.
5497 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
5499         * mail/mail-hist.el (mail-hist-previous-input)
5500         (mail-hist-next-input): Do the obvious code factorization.
5501         (mail-hist-retrieve-and-insert): New func, contains common
5502         code of above two.
5503         If inserting a message body, leave point at top.
5505 2000-07-28  Sam Steingold  <sds@gnu.org>
5507         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
5508         Use `<=', not `<' to compare times!
5509         (ange-ftp-ls): Remove.
5511 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
5513         * play/cookie1.el: Add explanation of how to make cookie.el
5514         compatible with strfile(1) to comment.
5516         * subr.el (remove, remq): New functions.
5518         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5519         escape `*' in regexps.
5520         (midnight-find): Reverse order of arguments in the funcall of
5521         TEST.
5523         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5524         and `.class'.
5526         * play/meese.el: Add Commentary section.
5528 2000-07-27  Alex Schroeder  <alex@gnu.org>
5530         * sql.el (sql-ms): Added autoload cookie.
5531         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5532         (sql-oracle): Ditto.
5533         (sql-help): Doc change.
5535         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5536         types and exceptions.
5538 2000-07-27  Alex Schroeder  <alex@gnu.org>
5540         * sql.el (sql-placeholder-history): New variable.
5541         (sql-query-placeholders-and-send): New function that will query
5542         the user and replace placeholders with user input.
5543         (sql-oracle): If running on NT, set comint-input-sender to
5544         sql-query-placeholders-and-send.
5546         (sql-stop): If in the SQLi buffer, insert stop notification, else
5547         present it as a message.
5549 2000-07-27  Alex Schroeder  <alex@gnu.org>
5551         * sql.el (sql-input-ring-separator): Doc change.
5552         (sql-input-ring-file-name): Doc change.
5553         (sql-interactive-mode): Use `sql-input-ring-separator' and
5554         `sql-input-ring-file-name' to set the comint-mode equivalents
5555         without making them local variables.
5556         (sql-stop): Don't bind `sql-input-ring-separator' and
5557         `sql-input-ring-file-name' dynamically to their comint-mode
5558         equivalents.
5560 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5562         * international/mule.el (register-char-codings): New function.
5563         (make-coding-system): Handle `safe-chars' specification in the arg
5564         PROPERTY.
5566         * international/mule-cmds.el
5567         (find-coding-systems-region-subset-p): This function deleted.
5568         (sort-coding-systems-predicate): New variable.
5569         (sort-coding-systems): New function.
5570         (find-coding-systems-region): Use
5571         find-coding-systems-region-internal.
5572         (find-coding-systems-string): Use find-coding-systems-region.
5573         (find-coding-systems-for-charsets): Check
5574         char-coding-system-table.
5575         (select-safe-coding-system-accept-default-p): New variable.
5576         (select-safe-coding-system): Mostly rewritten.  New argument
5577         ACCEPT-DEFAULT-P.
5578         (select-message-coding-system): Call select-safe-coding-system
5579         with ACCEPT-DEFAULT-P arg.
5580         (reset-language-environment): Reset default-sendmail-coding-system
5581         to the default value iso-latin-1.
5582         (set-language-environment): Don't set the obsolete variable
5583         charset-origin-alist.
5585         * international/codepage.el (cp-coding-system-for-codepage-1):
5586         Give `safe-chars' property to make-coding-system.
5588         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5589         calling select-message-coding-system twice.
5591         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5592         instead of `safe-charsets'.
5593         (cyrillic-alternativnyj): Likewise.
5594         (ccl-encode-alternativnyj): Don't check the charset
5595         cyrillic-iso8859-5.
5597 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
5599         * composite.el (compose-chars-after): Preserve match data.
5601 2000-07-26  Sam Steingold  <sds@gnu.org>
5603         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5604         (ange-ftp-real-file-newer-than-file-p): New function.
5605         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5606         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5608         * tooltip.el (tooltip-float-time): Removed (use `float-time').
5609         * midnight.el (midnight-float-time): Ditto.
5611 2000-07-26  Andreas Schwab  <schwab@suse.de>
5613         * files.el (normal-backup-enable-predicate): Correct
5614         interpretation of the return value of compare-strings.
5616 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
5618         * isearch.el (isearch-resume): New function.
5619         (isearch-done): Add something to command-history to resume
5620         the search.
5621         (isearch-yank-line, isearch-yank-word): Use
5622         buffer-substring-no-properties instead of buffer-substring.
5624         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5625         of flyspell-mouse-map.
5627         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5628         duplicate definition.
5629         (makefile-mode): Remove duplicate setting of local-abbrev-table.
5631         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5632         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5634 2000-07-25  Sam Steingold  <sds@gnu.org>
5636         * net/ange-ftp.el: Get modtime over the net.
5637         (ange-ftp-file-modtime): New function.
5638         (ange-ftp-write-region, ange-ftp-insert-file-contents)
5639         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
5640         Use it.
5641         (ange-ftp-dot-to-slash): New function.
5642         (ange-ftp-fix-name-for-vms): Use it.
5644         * midnight.el (midnight-buffer-display-time): Use
5645         `with-current-buffer'.
5647 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
5649         * find-dired.el: Update copyright notice.
5650         (find-dired): Offer to kill a running `find'.
5652         * enriched.el (enriched-face-ans): For a `foreground-color'
5653         property, return '(("x-color" COLOR))' so that COLOR will be
5654         output as a parameter of the x-color annotation.  Likewise for the
5655         `background-color' property.  In the case of normal face
5656         properties, don't return annotations for unspecified foreground
5657         and background face attributes.
5659 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
5661         * language/japan-util.el (japanese-katakana-region): Fix handling
5662         HANKAKU argument.
5664 2000-07-25  Miles Bader  <miles@gnu.org>
5666         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5667         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
5668         constrain-to-field.
5670 2000-07-24  Andrew Innes  <andrewi@gnu.org>
5672         * timer.el (timer-activate-when-idle): Add optional parameter
5673         DONT-WAIT.  Update docstring.
5674         (run-with-idle-timer): Specify extra parameter to
5675         timer-activate-when-idle, so that timer will be activated
5676         immediately if Emacs is already idle.
5678         * w32-fns.el (w32-using-nt): Fix docstring.
5680 2000-07-24  Dave Love  <fx@gnu.org>
5682         * mouse.el (popup-menu): Set last-command-event.
5683         (mouse-major-mode-menu-prefix): Declare.
5685 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
5687         * textmodes/flyspell.el: Update to author's version 1.5d.
5689         * progmodes/hideshow.el: Update copyright notice.
5691         * vcursor.el: Set maintainer to FSF, since author cannot
5692         be reached.
5694 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
5696         * info.el (Info-goto-emacs-key-command-node): Leave a space after
5697         the prompt.
5699         * mouse.el (popup-menu): Run the keymap through indirect-function,
5700         in case it was defined with define-prefix-key.  If the menu is a
5701         list of keymaps, look up the binding of user's choice in each one
5702         of the keymaps.
5703         (mouse-popup-menubar): If the global and local menu-bar keymaps
5704         don't have a prompt string, create one and insert it into the
5705         keymap.  Don't barf if current-local-map returns nil.
5707 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
5709         * dired.el (dired-sort-R-check): Added to allow recursive listing
5710         to be undone.
5711         (dired-sort-other): Use it.
5713 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5715         * Release of cc-mode 5.27
5717 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5719         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5720         c-beginning-of-statement-1 that caused a bad case of recursion
5721         which could consume a lot of CPU in large classes in languages
5722         that have in-expression classes (i.e. Java and Pike).
5724         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5725         statements before top level constructs (i.e. case 6 is moved
5726         before case 5 and is now case 4) to catch in-expression
5727         classes in top level expressions correctly.
5729 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5731         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5732         objc-method-intro. Case 4 removed and case 5I added.
5734         * cc-langs.el (c-append-paragraph-start): New variable used by
5735         c-common-init to get paragraph-start correct.
5736         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5737         initialize paragraph-start to make it correct both with and
5738         without the javadoc special case.
5740         * cc-mode.el (java-mode): Use c-append-paragraph-start to
5741         initialize paragraph-start for javadoc markup.
5743         * cc-vars.el (c-style-variables-are-local-p): Incompatible
5744         change by defaulting this to t.  It's motivated by the
5745         confusing behavior that otherwise arise from the style system
5746         when editing both java and non-java files at the same time
5747         (see the comments about style setting in c-common-init).
5749 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5751         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5752         similar to the one in c-fill-paragraph to check the fill
5753         prefix from the adaptive fill function for sanity.
5755 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5757         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5758         defun block.
5760 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5762         * cc-mode.texi Documented the change of cpp-macro.
5764 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5766         * cc-align.el (c-lineup-multi-inher): Handle lines with
5767         leading comma nicely. Extended to handle member initializers
5768         too.
5770         * cc-engine.el: (c-beginning-of-inheritance-list,
5771         c-guess-basic-syntax): Fixed recognition of inheritance lists
5772         when the lines begins with a comma.
5774         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
5776         * cc-vars.el (c-offsets-alist): Changed default for
5777         member-init-cont to c-lineup-multi-inher since it now handles
5778         member initializers and indents better for leading commas.
5780 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5782         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5783         handling that caused class open lines to be recognized as
5784         statement-conts in some cases.
5786         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5787         guessed by the adaptive fill function unless point is on the
5788         first line of a block comment.
5790         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5791         when the buffer ends with a macro continuation char.
5793         * cc-engine.el (c-guess-basic-syntax): Added support for
5794         function definitions as statements in Pike.  The first
5795         statement in a lambda block is now labeled defun-block-intro
5796         instead of statement-block-intro.
5798         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5799         so that the class surrounding point is selected, not the one
5800         innermost in the state.
5802         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5803         recognition of switch labels having hanging multiline
5804         statements.
5806         * cc-engine.el (c-beginning-of-member-init-list): Broke out
5807         some code in c-guess-basic-syntax to a separate function.
5808         * cc-engine.el (c-just-after-func-arglist-p): Fixed
5809         recognition of member inits with multiple line arglists.
5810         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5811         member-init-cont when the commas are in funny places.
5813 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5815         * cc-defs.el (c-auto-newline): Removed this macro since it's
5816         not used anymore.
5818         * cc-engine.el (c-looking-at-bos): New helper function.
5819         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5820         inexpr and toplevel classes apart in Pike.
5822         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5823         of case 9A.
5825         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5826         constant, since "class" can introduce an in-expression class
5827         in Pike nowadays.
5829 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5831         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5832         indentation on cpp-macro lines.
5834         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5835         a syntax modifier like comment-intro, to make it possible to
5836         get syntactic indentation for preprocessor directives.  It's
5837         incompatible wrt to lineup functions on cpp-macro, but it has
5838         no observable effect in the 99.9% common case where cpp-macro
5839         is set to -1000.
5841 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5843         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5844         member-init-cont when the preceding arglist is several lines.
5846 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5848         * cc-styles.el (c-style-alist): The basic offset for the BSD
5849         style corrected to 8.
5851 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5853         * cc-styles.el (c-style-alist): Adjusted the indentation of
5854         brace list openers in the gnu style.
5856 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5858         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5860         * cc-cmds.el (c-electric-brace, c-electric-slash,
5861         c-electric-star, c-electric-semi&comma, c-electric-colon,
5862         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5863         when c-syntactic-indentation is nil.
5865         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5866         we were left at comments preceding the first statement when
5867         reaching the beginning of the buffer.
5869         * cc-vars.el (c-syntactic-indentation): New variable to turn
5870         off all syntactic indentation.
5872 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5874         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5875         between the text and the block comment ender when it hangs,
5876         depending on how many there are before the fill.
5878 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5880         * cc-engine.el (c-beginning-of-closest-statement): New helper
5881         function to go back to the closest preceding statement start,
5882         which could be inside a conditional statement.
5883         * cc-engine.el (c-guess-basic-syntax): Use
5884         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5886         * cc-engine.el (c-guess-basic-syntax): Better handling of
5887         arglist-intro, arglist-cont-nonempty and arglist-close when
5888         the arglist is nested inside parens.  Cases 7A, 7C and 7F
5889         changed.
5891         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5892         up-to-date with javadoc 1.2.
5894 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5896         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5897         multiline Pike type decls.
5899 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5901         * cc-cmds.el (c-indent-new-comment-line): Always break
5902         multiline comments in multiline mode, regardless of
5903         comment-multi-line.
5905 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5907         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5908         fully::qualified::names in C++ member init lists.  Preamble in
5909         case 5D changed.
5911 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5913         * cc-langs.el (c-common-init): Handling of obsolete variables
5914         moved to c-initialize-cc-mode.  More compatible style override
5915         when using global style variables.
5916         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5917         variables moved here.
5919         * cc-mode.texi: Documented the special behavior of
5920         c-special-indent-hook as a style variable.  Don't talk about
5921         doing (c-make-styles-buffer-local t) in a mode hook, since
5922         that's already too late to work right.
5924         * cc-styles.el (c-make-styles-buffer-local): Flag style
5925         variable localness in c-style-variables-are-local-p to make
5926         the compatibility measure in c-common-init work well.
5928         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5929         longer contain set-from-style.
5930         * cc-styles.el (c-initialize-builtin-style): Don't check for
5931         set-from-style on c-special-indent-hook.
5932         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
5933         copy-alist is sufficient now.
5935         * cc-styles.el (c-set-style, c-set-style-1,
5936         c-get-style-variables): Fixes to variable initialization so
5937         that duplicate entries in styles have the same effect
5938         regardless of DONT-OVERRIDE.
5940         * cc-styles.el (c-set-style-2): Fixed bug where the
5941         initialization of inheriting styles failed when the
5942         dont-override flag is set.
5944         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5945         on this.
5947 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5949         * cc-defs.el (c-forward-comment): Removed the workaround
5950         introduced in 5.38 since it had worse side-effects.  If a line
5951         contains the string "//\"", it regarded the // as a comment
5952         start since the \ temporarily doesn't have escape syntax.
5954 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
5956         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5957         ada-xref.el before ada-prj.el, so that the Project menu is created
5958         when ada-prj tries to add to it.
5959         (ada-activate-keys-for-case): Suppress the characters that are not
5960         part of the Ada syntax. Better compatibility with else-mode
5961         (ada-adjust-case-interactive): When auto-casing is not active,
5962         correctly insert newlines (used to insert only ^M).  Prevent the
5963         syntax table from being changed in case of an error
5964         (or '_' becomes part of a word and some commands are confused).
5965         Do nothing if ada-auto-case is nil.
5966         (ada-after-keyword-p): Ignore keywords that are also attributes
5967         (ada-batch-reformat): Update usage comment
5968         (ada-call-from-contextual-menu): New function
5969         (ada-case-read-exceptions): Reinitialize the casing exception list
5970         first to nil first, so that the casing exception file can be
5971         shared.
5972         (ada-check-defun-name): Handles "configure" keyword for gnatdist
5973         files.
5974         (ada-compile-goto-error): Fix regexp used to detect a file:line
5975         anywhere in the error message
5976         (ada-contextual-menu-last-point): New variable
5977         (ada-create-keymap): If the variable delete-key-deletes-forward is
5978         t on XEmacs, it means that DEL should delete one character
5979         forward.
5980         (ada-create-menu): Use :included instead of :visible for XEmacs.
5981         New submenu "Options".
5982         (ada-end-stmt-re): Correctly indent "select ... then abort"
5983         statements.
5984         (ada-fill-comment-paragraph): Correctly delete all leading '--'
5985         even if they don't match ada-fill-comment-prefix Fix handling of
5986         paragraphs on the first or last line of a file.
5987         (ada-format-paramlist): Fix handling of default parameter values.
5988         (ada-get-body-name): New function.
5989         (ada-get-current-indent): Optimized by searchling directly for an
5990         existing generic part or a statement outside of it.  Handle
5991         ada-indent-align-comments when indenting comments Replaced some
5992         regexps by testing directly the next character. This results in a
5993         huge speedup on some files.  New indentation scheme for renames
5994         statements.  Stop looking for the 'while' or 'for' associated with
5995         a 'loop' at the first semicolon encountered.  A "return" can also
5996         match an anonymous access subprogram declaration.
5997         (ada-get-indent-noindent): Ignore strings and comments when
5998         looking for the keywords "record" and "private".
5999         (ada-goto-matching-decl-start): When matching "if", make sure we
6000         are not in fact seeing "end if".  Ignore "when" statements except
6001         when initial keyword was "begin".  Fix handling of nested
6002         procedures.  Add a recursive call to this function to skip over
6003         other 'end' statmts.  Fix indentation for "when .. => begin"
6004         (ada-in-open-paren-p): Fix indentation for complex boolean
6005         expressions, where 'and then', 'or else' and parenthesis
6006         statements are mixed up.
6007         (ada-in-paramlist-p): Skip comments while searching for the
6008         beginning Fix handling of operator declarations.
6009         (ada-indent-align-comments): New variable
6010         (ada-indent-current): Change the syntax table only in the
6011         protected section, so that we are sure it is restored correctly.
6012         (ada-indent-on-previous-lines): Use ada-use-indent and
6013         ada-with-indent Correctly indent "select ... then"
6014         (ada-indent-region): Slight speedup.
6015         (ada-indent-renames): New variable.
6016         (ada-last-which-function-subprog, ada-last-which-function-line):
6017         New variables
6018         (ada-looking-at-semi-private): Correctly indent the 'private'
6019         keyword when it is the first word in a package declaration.
6020         (ada-loose-case-word): Stop searching if at the end of the buffer.
6021         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6022         even if point is not initially at the end of the word.
6023         (ada-matching-decl-start-re): Add "when".
6024         (ada-mode): Add support for abbrev-mode, outline-mode and
6025         which-func-mode Override the old find-file.el entry in
6026         ff-special-constructs since it is using the obsolete
6027         ada-spec-suffix variable
6028         (ada-no-auto-case): New function
6029         (ada-scan-paramlist): When parsing the argument type, accept
6030         spaces (as in "X 'Class", generated by Rational Rose).
6031         (ada-other-file-name): No longer loads the other file.
6032         (ada-popup-menu): Save and restore the current buffer and cursor
6033         position before and after displaying the menu.
6034         (ada-search-ignore-complex-boolean): New function.
6035         (ada-uncomment-region): Emacs21 already knows how to delete
6036         comments not starting in the first column.
6037         (ada-use-indent): New variable
6038         (ada-which-function): New function.
6039         (ada-with-indent): New variable
6040         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6041         can be batch-compiled from the command line.
6043         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6044         Add to the menu when the file is loaded, not in ada-mode-hook.
6045         Add -toolbar to the default ddd command Switches moved from
6046         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6047         ada-prj-default-comp-opt
6048         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6049         Reference Manual to the menu
6050         (ada-check-current): rewritten as a call to ada-compile-current
6051         (ada-compile): Removed.
6052         (ada-compile-application, ada-compile-current, ada-check-current):
6053         Set the compilation-search-path so that compile.el automatically
6054         finds the sources in src_dir.  Automatic scrollong of the
6055         compilation buffer.  C-uC-cC-c asks for confirmation before
6056         compiling
6057         (ada-compile-current): New parameter, prj-field
6058         (ada-complete-identifier): Load the .ali file before doing
6059         processing
6060         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6061         conform to gnatmake's behavior.
6062         (ada-find-file-in-dir): New function
6063         (ada-find-references): Set the environment variables for gnatfind
6064         (ada-find-src-file-in-dir): New function.
6065         (ada-first-non-nil): Removed
6066         (ada-gdb-application): Add support for jdb, the java debugger.
6067         (ada-get-ada-file-name): Load the original-file first if not done
6068         yet.
6069         (ada-get-all-references): Handles the new ali syntax (parent types
6070         are found between <>).
6071         (ada-initialize-runtime-library): New function
6072         (ada-mode-hook): Always load a project file when a file is opened,
6073         so that the casing exceptions are correctly read.
6074         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6075         (ada-parse-prj-file): Use find-file-noselect instead of find-file
6076         to open the project file, since the latter does not work with
6077         speedbar Get default values before loading the prj file, or the
6078         default executable file name is wrong.  Use the absolute value of
6079         src_dir to initialize ada-search-directories and
6080         compilation-search-path,...  Add the standard runtime library to
6081         the search path for find-file.
6082         (ada-prj-default-debugger): Was missing an opening '{'
6083         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6084         variables.
6085         (ada-prj-default-gnatmake-opt): New variable
6086         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6087         buffers, the project file is the default one Save the windows
6088         configuration before displaying the menu.
6089         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6090         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6091         ...)  regexp-quote identifiers names to support operators +,
6092         -,... in regexps.
6093         (ada-remote): New function.
6094         (ada-run-application): Erase the output buffer before starting the
6095         run Support remote execution of the application.  Use
6096         call-process, or the arguments are incorrectly parsed
6097         (ada-set-default-project-file): Reread the content of the active
6098         project file, not the one from the current buffer When a project
6099         file is set as the default project, all directories are
6100         automatically associated with it.
6101         (ada-set-environment): New function
6102         (ada-treat-cmd-string): New special variable ${current}
6103         (ada-treat-cmd-string): Revised.  The substitution is now done for
6104         any ${...} substring
6105         (ada-xref-current): If no body was found, compiles the spec
6106         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6107         compiler to get rid of command line length limitations.
6108         (ada-xref-get-project-field): New function
6109         (ada-xref-project-files): New variable
6110         (ada-xref-runtime-library-specs-path)
6111         (ada-xref-runtime-library-ali-path): New variables
6112         (ada-xref-set-default-prj-values): Default run command now does a
6113         cd to the build directory.  New field: main_unit Provide a default
6114         file name even if the current buffer has no prj file.
6116         * ada-prj.el:
6117         Rewritten to show a tabbed-dialog.
6118         (ada-prj-add-ada-menu): Remove the map and name parameters.
6119         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6120         New function
6121         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6122         (ada-prj-load-from-file): New function
6123         (ada-prj-save): Always save fields that depend on the current buffer
6124         (ada-prj-show-value): New function
6126         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6127         Ada mode. This will allow us to display the Ada menu in any buffer
6128         we want (for project items).
6129         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6130         number of spaces in the header.
6132 2000-07-24  Dave Love  <fx@gnu.org>
6134         * ediff-init.el (ediff-region-help-echo): Bind face-help.
6136 2000-07-23  Noah Friedman  <friedman@splode.com>
6138         * type-break.el (type-break): perform autosave.
6139         Suggested by Stephen Gildea <gildea@intouchsys.com>.
6140         (type-break-do-query): Cancel query schedule while performing
6141         actual query, to avoid possibility of a second query being made
6142         while first one is already in progress.
6143         (type-break-time-stamp-format): New variable.
6144         (type-break-time-stamp): New function.
6145         (type-break-time-warning): Use it.
6146         (type-break-keystroke-warning): Use it.
6147         (type-break-noninteractive-query): Use it.
6149         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6150         cookie.
6151         Use add-minor-mode to set minor-mode-alist, if available.
6152         (eldoc-echo-area-use-multiline-p): New user option.
6153         (eldoc-echo-area-multiline-supported-p): New variable.
6154         (eldoc-docstring-format-sym-doc): Use them.
6155         (eldoc-mode): If not using idle timers, append to local post and
6156         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
6157         (eldoc-display-message-no-interference-p): Don't interfere with
6158         edebug.
6159         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6160         (eldoc-function-arglist): New function.
6161         (eldoc-function-argstring): Use it.
6163         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6164         auto save directory exists before calling directory-files.
6166 2000-07-23  Dave Love  <fx@gnu.org>
6168         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6169         ^o, ^u.
6171 2000-07-21  Dave Love  <fx@gnu.org>
6173         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6174         now passed to the function.  It now works properly.
6176         * smerge-mode.el (smerge-mode-menu): Fill it out.
6178 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
6180         * info-look.el (info-lookup): If *info* is shown in another frame
6181         on the same display, select that frame, instead of switching to
6182         the Info buffer in another window of the selected frame.
6184         * simple.el (universal-argument-map): Bind numeric keypad keys
6185         kp-0 to kp-9 and kp-subtract.
6186         (digit-argument): Handle these keys.
6188 2000-07-20  Dave Love  <fx@gnu.org>
6190         * net/goto-addr.el (goto-address-fontify): Don't bother with
6191         buffer-modified and read-only stuff -- irrelevant with overlays.
6192         Put an extra property on the overlays and use it to clean up in
6193         case goto-address is re-run.
6195 2000-07-19  Richard M. Stallman  <rms@gnu.org>
6197         * timer.el (run-with-idle-timer): Doc fix.
6199         * mail/mail-utils.el (mail-strip-quoted-names):
6200         Handle case where <...> appears inside "...".
6201         Use replace-match to edit the string more simply.
6202         (rmail-dont-reply-to): Cope with an unmatched ".
6204 2000-07-19  Dave Love  <fx@gnu.org>
6206         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6207         implementation.
6209         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6210         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6211         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6213 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
6215         * textmodes/refer.el: Correct maintainer's email address.
6217         * progmodes/hideif.el: Correct author's email address.
6218         Fix typo in comment.
6220         * xml.el: New file.
6222         * mail/mailheader.el: Correct author's mail address.
6224         * gnus/parse-time.el: Correct author's mail address.
6226 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
6228         * comint.el (comint-highlight-input, comint-highlight-face):
6229         New user options.
6230         (comint-input-ring-file-name): Change custom type.
6231         (comint-mode-map): Bind mouse-2.
6232         (comint-insert-clicked-input): New function.
6233         (comint-send-input): Handle input highlighting.
6235 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
6237         * mouse.el (popup-menu): New function.
6238         (mouse-major-mode-menu): Use it.
6240 2000-07-18  Dave Love  <fx@gnu.org>
6242         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6243         improvements.
6245 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6247         * faces.el (face-font-selection-order)
6248         (face-font-family-alternatives): Add custom type.
6250 2000-07-18  Dave Love  <fx@gnu.org>
6252         * cus-edit.el (custom-variable-reset-saved)
6253         (custom-variable-reset-standard): Remove unused bindings.
6255         * rect.el (open-rectangle-line): Remove unused let.
6257         * hl-line.el (hl-line-highlight): Check hl-line-mode.
6259 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6261         * cdl.el: Fix `Maintainer' keyword.
6263         * play/pong.el: Add author's email address.
6265 2000-07-17  Sam Steingold  <sds@gnu.org>
6267         * files.el (insert-directory): Call `split-string' instead of
6268         re-implementing it.
6270 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
6272         * mail/vms-pmail.el: Change maintainer to FSF.
6274         * net/goto-addr.el: Change maintainer to FSF.
6276         * recentf.el: Update from author.
6278         * info.el (Info-title-face-alist): Removed.
6280 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
6282         * eshell/eshell.el (eshell): Replace links to eshell.info with
6283         links to eshell, to avoid problems on systems where the manual is
6284         installed as `eshell'.
6285         * eshell/esh-cmd.el (eshell-cmd): Ditto.
6286         * eshell/em-smart.el (eshell-smart): Ditto.
6287         * eshell/em-banner.el (eshell-banner): Ditto.
6288         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
6290         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6291         same-file check in the MS-DOS version (it does support inodes).
6293         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6295         * eshell/eshell.el (eshell-directory-name):
6296         Run default directory name through convert-standard-filename.
6298 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
6300         * international/mule-cmds.el (select-safe-coding-system):
6301         Fix typo in the comment.
6303         * language/european.el (compound-text):
6304         Force katakana-jisx0201 to be designated to G1.
6306         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6307         Don't translate some national variant characters of latin-jisx0201.
6308         (x-ctext): Force katakana-jisx0201 to be designated to G1.
6310         * international/kkc.el (kkc-after-update-conversion-functions):
6311         New variable.
6312         (kkc-update-conversion): Run functions in it at the tail.
6314 2000-07-16  John Wiegley  <johnw@gnu.org>
6316         * lisp/align.el (align-newline-and-indent):
6317         Adding new function.  for auto-aligning blocks of code on RET.
6318         (align-region): Fixed badly formatted minibuffer message.
6320 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
6322         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
6323         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
6324         the conversion list at first if appropriate.
6325         (kkc-next): Don't update kkc-next-count here.
6326         (kkc-prev): Don't update kkc-prev-count here.
6327         (kkc-show-conversion-list-update): Fix setting up of conversion
6328         list message.
6330 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6332         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
6334 2000-07-16  Dave Love  <fx@gnu.org>
6336         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6337         function to be more specific.
6339         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6340         non-string help-echo.
6341         (widget-types-convert-widget): Defsubst it.
6342         (widget-echo-help): Try to cope with a help-echo function of two
6343         possible sorts.
6345 2000-07-15  Jason Rumney  <jasonr@gnu.org>
6347         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6348         Declare as obsolete.
6350         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6352 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
6354         * hilit-chg.el: Fix typo.
6356 2000-07-14  Dave Love  <fx@gnu.org>
6358         * info.el (Info-mode-menu): Fix use of :help, :enable.
6360 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
6362         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6364 2000-07-13  Dave Love  <fx@gnu.org>
6366         * emacs-lisp/easymenu.el: Doc fixes.
6367         (easy-menu-remove): Defalias to ignore.
6369         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6370         Call throw correctly.
6372 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
6374         * faces.el (frame-background-mode): Doc fix.
6376         * simple.el (eval-expression-print-length): Change custom type to
6377         allow entering nil as value.
6379 2000-07-13  Dave Love  <fx@gnu.org>
6381         * progmodes/fortran.el (fortran-imenu-generic-expression):
6382         Change definition layout.
6383         (fortran-mode-menu): Reinstate customize entries.
6385         * cus-edit.el (custom-group-menu-create, customize-menu-create):
6386         Use :filter, per old XEmacs code.
6388 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
6390         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6391         event when deciding what to send to the terminal.
6393 2000-07-12  Dave Love  <fx@gnu.org>
6395         * cus-start.el: Add optional version as 4th element of specs and
6396         use it for several things new in v21.  Remove load-path.  Fix type
6397         of line-number-display-limit.
6399 2000-07-11  Dave Love  <fx@gnu.org>
6401         * progmodes/fortran.el: Don't require easymenu.
6402         Use repeat counts in various regexps.
6403         (fortran-mode-syntax-table): Defvar directly.
6404         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
6405         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6406         Use defvar, not defconst.
6407         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
6408         (fortran-mode): Set fortran-comment-line-start-skip,
6409         fortran-comment-line-start-skip, dabbrev-case-fold-search.
6410         (fortran-comment-indent): Use defsubst.
6411         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6412         Use fortran-comment-indent, not fortran-comment-indent-function.
6413         (fortran-comment-region, fortran-electric-line-number): Simplify.
6414         (fortran-auto-fill): New function.
6415         (fortran-do-auto-fill): Deleted.
6416         (fortran-find-comment-start-skip):
6417         Check for non-null comment-start-skip.
6418         (fortran-auto-fill-mode, fortran-fill-statement):
6419         Use fortran-auto-fill.
6420         (fortran-fill): Use fortran-auto-fill.  Check for null
6421         comment-start-skip.  Simplify final clause and use end-of-line finally.
6423         * widget.el (widget-plist-member): New alias.
6425 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6427         * eshell/esh-module.el (toplevel): Reference
6428         byte-compile-current-file only if it is bound.
6430 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6432         * dired.el: Don't require `dired-aux'.
6434 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
6436         * dired-aux.el (dired-show-file-type): New function.
6437         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6438         (dired-show-file-type): Add autoload.
6440 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
6442         * international/mule-diag.el (describe-font): Adjusted for the
6443         change of fontset-info.
6444         (print-fontset): Likewise.
6446 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
6448         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6450 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
6452         * bindings.el: Bind `[delete]' to delete-char.
6454         * dired.el (dired-find-alternate-file): New function.
6455         (dired-mode-map): Bind `a' to dired-find-alternate-file.
6456         (toplevel): Require dired-aux when compiling.
6457         (dired-buffers): Move defvar within file to avoid compiler warning.
6459         * info.el (Info-last-search): Variable removed.
6460         (Info-search-history): New variable.
6461         (Info-search): New Info-search-history.
6463         * battery.el, info-look.el: Change author's mail address.
6465 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6467         * mail/rmail.el (rmail-clear-headers): Don't throw an error
6468         if rmail-ignored-headers is nil.
6469         (rmail-retry-failure): Bind rmail-ignored-headers and
6470         rmail-displayed-headers to nil.
6472 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6474         * lpr.el (lpr-page-header-switches): Add `-h' switch.
6475         (print-region-1): Don't hard code `-h' here.
6477         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6479 2000-07-01  Francesco Potorti`  <pot@gnu.org>
6481         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6482         exim can use "your message" instead of "the message".
6484 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
6486         * facemenu.el: Docstrings fixes.
6487         (facemenu-get-face): Don't use internal-find-face.
6488         (facemenu-iterate): Rename arg to match the docstring.
6490         * newcomment.el (uncomment-region): Be more careful when skipping
6491         backwards over `=' not to bump into BOBP.
6493 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
6495         * ediff-diff.el (ediff-wordify): Use syntax table.
6496         * ediff-init.el (ediff-has-face-support-p): Use
6497         ediff-color-display-p.
6498         (ediff-color-display-p): Use display-color-p, changed to defun
6499         from defsubst.
6500         Got rid of special cases for NeXT and OS/2.
6501         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
6502         face.
6504 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6506         * emacs-lisp/lucid.el: Require CL.
6507         (copy-tree, remprop): Remove, it's provided by CL.
6508         (map-keymap): Define in terms of cl-map-keymap.
6509         (extent-property, set-extent-end-glyph): New functions.
6511         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6513 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6515         * Makefile.in (DONTCOMPILE): Add comment that the name may
6516         not be changed without changing the make-dist script.
6518         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
6519         (cl-mapc): Use mapc instead of cl-old-mapc.
6521 2000-07-05  Andrew Innes  <andrewi@gnu.org>
6523         * makefile.nt: Add support for `bootstrap' and related targets.
6525 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
6527         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6528         (easy-menu-do-define): Use `menu-item' format.
6529         Handle case where easy-menu-create-menu returns a symbol.
6530         Manually call the potential top-level filter in the function binding.
6531         (easy-menu-filter-return): New arg NAME.
6532         Convert to a keymap if MENU is an XEmacs menu.
6533         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
6534         (easy-menu-converted-items-table, easy-menu-convert-item):
6535         New var and fun to memoize easy-menu-convert-item-1.
6536         (easy-menu-do-add-item): Use it.
6537         (easy-menu-create-menu): Use easy-menu-convert-item.
6538         Wrap easy-menu-filter-return around any :filter specification.
6539         Don't convert the menu if a filter was specified.
6540         Tell easy-menu-make-symbol not to check for MENU being an expression.
6541         (easy-menu-make-symbol): New arg NOEXP.
6543 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6545         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6546         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6547         (eval-defun): If called with prefix arg, instrument code for
6548         Edebug.
6550         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6551         similar to that of eval-defun.
6553 2000-07-04  Dave Love  <fx@gnu.org>
6555         * hl-line.el (hl-line-overlay): Make it permanent-local.
6557         * calendar/todo-mode.el: Replaced with a working version, based on
6558         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6560 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
6562         * paths.el (prune-directory-list): New function.
6563         (Info-default-directory-list): Rewritten to more methodically
6564         enumerate a big list of possible info directories (based on the
6565         list used by the standalone info reader).
6567         * info.el (info-initialize): Use prune-directory-list to remove
6568         non-existent directories from Info-directory-list.
6570         * paths.el (Info-default-directory-list): Try a list of possible
6571         info-directories instead of a single one.  Add the possible
6572         info directory "/usr/share/info".
6574         * woman.el (woman-man.conf-path): Explicitly include the debian
6575         man-db config file "/etc/manpath.config".
6576         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6577         are present in `manpath.config'.
6578         (woman-manpath): Include "/usr/share/man".
6580 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
6582         * frame.el (blink-cursor-mode): Don't hide cursor initially.
6584         * startup.el (command-line): Initialize blink-cursor based
6585         on window-system.
6587         * frame.el (blink-cursor): Default to nil if not running under
6588         a window-system.
6590         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6591         (face-x-resources): Remove duplicate entry for :font.
6593         * textmodes/refer.el (refer-find-entry-internal): Use some-window
6594         instead of cycling through windows with next-window.
6596         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6597         of cycling through windows with next-window.
6599         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6600         of cycling through windows with next-window.
6602         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6603         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6604         instead of cycling through windows with next-window.
6606         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6607         instead of cycling through windows with next-window.
6609         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6610         of cycling through windows with next-window.
6612         * terminal.el (te-process-output): Use walk-windows instead of
6613         cycling through windows with next-window.
6615         * server.el (server-switch-buffer): Use some-window instead of
6616         cycling through windows with next-window.
6618         * window.el (some-window): New function.
6619         (walk-windows): Remove reference to walk-windows-start.
6621         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
6623 2000-07-03  Richard Stallman  <rms@gnu.org>
6625         * window.el (walk-windows): Guarantee termination by keeping a list
6626         of all the windows already handled.
6628 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6630         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6631         window-system.
6633         * man.el (Man-notify-when-ready): Don't use window-system.  If
6634         Man-notify-method is newframe, and the display is not
6635         multi-frame, select the frame created for the man page.
6636         (Man-init-defvars): Doc fix.
6638 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
6640         * faces.el (region): Change background color for light background.
6642         * ediff-wind.el (ediff-setup-control-frame): Remove :box
6643         attribute from mode-line face of Ediff control frame.
6645         * replace.el (query-replace-map): Bind `e' like `E'.
6647 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
6649         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6650         Change name to "Select All".
6652         * dos-fns.el (convert-standard-filename): Fix last change.
6654 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
6656         * help.el (describe-variable): Don't insert a second `'s' in front
6657         of the string `value is shown below'.  Since the syntax-table is
6658         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6659         an existing `'s', so that this won't be deleted.
6661         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6662         * pcmpl-unix.el: New files.
6664 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
6666         * wid-edit.el (widget-member): Use the new plist-member.
6668 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6670         * replace.el (perform-replace): Undo change of 2000-04-04.
6671         Instead, move backward 1 character at the end of the loop when
6672         necessary.
6674         * faces.el (fringe): Change face for different backgrounds.
6676         * eshell/esh-module.el (toplevel): Load defgroup's differently;
6677         patch from John.
6679         * eshell/*.el: Change spelling of the Free Software Foundation.
6681         * eshell/esh-toggle.el: Removed.
6683         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6685         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6686         interactively.
6688 2000-06-26  Alex Schroeder  <alex@gnu.org>
6690         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6691         `define-key'; instead of checking `(emacs-version)' check for
6692         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
6693         for `;' and `o' which might be electric.
6695         (sql-electric-stuff): New user option.
6696         (sql-magic-go): New function which uses `sql-electric-stuff'.
6697         (sql-magic-semicolon): New function which uses
6698         `sql-electric-stuff'.
6700         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6701         is not fboundp.
6703         (sql-oracle-options): New variable.
6704         (sql-oracle): Use it.
6706         (sql-imenu-generic-expression): Doc change.
6707         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6708         is used.
6710         (sql-informix): Added command line parameter "-" to force
6711         sql-informix-program to use stdout.
6713 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
6715         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
6716         (cp864-decode-table): Doc fix.
6717         (cp720-decode-table): New variable, supports the Arabic OEM
6718         codepage used by Windows.
6719         (cp737-decode-table): New, Greek OEM codepage used by Windows.
6721 2000-06-23  Dave Love  <fx@gnu.org>
6723         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6724         (font-lock-fontify-anchored-keywords): Use
6725         line-beginning-position.
6726         (global-font-lock-mode): Use mapc.
6728 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
6730         * eshell/esh-module.el: Require CL when compiling.
6732 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6734         * comint.el (comint-substitute-in-file-name): Call replace-match
6735         with second and third arg t.
6737         * cus-edit.el (custom-button-face, custom-button-pressed-face):
6738         Specify foreground color.
6740         * faces.el (tool-bar, mode-line, header-line): Specify foreground
6741         color.
6743         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6745         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6746         cddr instead of cdddr.
6748         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6749         instead of copy-list.
6751         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6752         of copy-list.
6754         * subdirs.el: Add eshell subdirectory.
6756         * eshell: New subdirectory containing the Eshell package.
6758         * pcomplete.el: New file.
6760 2000-06-23  Paul Eggert  <eggert@twinsun.com>
6762         * mail/mailpost.el (post-mail-send-it): Make sure file has
6763         proper permissions from birth.
6765         * files.el (basic-save-buffer-2): When temporarily setting
6766         file modes, set them to current modes plus 0200, not to 0777.
6768         * emerge.el (emerge-make-temp-file): Make sure file has proper
6769         permissions from birth.
6771 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
6773         * files.el (make-backup-file-name-1): On DOS/Windows, run the
6774         backup file name through convert-standard-filename.
6776         * dos-fns.el (convert-standard-filename): Convert leading
6777         directories as well.  When long file names are supported, convert
6778         characters that are invalid in Windows file names.
6780 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6782         * ps-print.el: Fix bug: if ^L is the very first buffer character,
6783         ps-print crashes.  New feature: page selection for printing.  Create
6784         raw-text-unix coding system for XEmacs.  Doc fix.
6785         (ps-print-version): New version number (5.2.3).
6786         (ps-plot-region): Bug fix.
6787         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6788         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6789         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6790         funs.
6791         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6792         (ps-last-page): New vars.
6794 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
6796         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6797         empty option string.
6799 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
6801         * man.el (man): Doc fix.
6803 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
6805         * international/mule-cmds.el (set-language-info-alist): Docstring
6806         fixed.
6808 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
6810         * version.el (emacs-version): Use ISO date format.
6812         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6813         instead of `M-backspace'.
6815         * simple.el (turn-off-auto-fill): New function.
6817 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
6819         * jit-lock.el (with-buffer-prepared-for-jit-lock):
6820         Renamed from with-buffer-prepared-for-font-lock and use
6821         inhibit-modification-hooks rather than setting *-change-functions.
6822         Update all functions to use the new name.
6823         (jit-lock-first-unfontify-pos): New semantics (and doc).
6824         (jit-lock-mode): Make non-interactive.
6825         Don't automatically turn on font-lock.
6826         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6827         Always use jit-lock-after-change.
6828         Remove and restore font-lock-after-change-function.
6829         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6830         (jit-lock-after-unfontify-buffer): Remove.
6831         (jit-lock-stealth-fontify):
6832         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6833         (jit-lock-after-change): Set the `fontified' text-prop to nil.
6835 2000-06-20  Sam Steingold  <sds@gnu.org>
6837         * emacs-lisp/cl-indent.el (toplevel): Indent
6838         `print-unreadable-object' properly.  Untabify.
6840 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6842         * textmodes/reftex.el (reftex-find-citation-regexp-format):
6843         Support for bibentry.
6844         (reftex-compile-variables): Fixed problem with end of section-re.
6846         * texmodes/reftex-dcr.el (reftex-view-crossref,
6847         reftex-view-crossref-from-bibtex):
6848         Deal with changed `reftex-find-citation-regexp-format'.
6849         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6850         Replaced `remprop' with `put'.
6851         (reftex-view-crossref, reftex-view-crossref-when-idle):
6852         Support for bibentry.
6854         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6855         New entry for bibentry package.
6857         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6858         Regexp also matches "\nobibliography".
6860         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6861         Call `reftex-ensure-write-access' before doing anything.
6862         (reftex-ensure-write-access): New function.
6864 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6866         * progmodes/idlwave.el: File re-installed (update to version 4.2)
6868         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6870         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6872         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6875 2000-06-20  Dave Love  <fx@gnu.org>
6877         * faces.el (frame-background-mode): Use set-default, not set, in
6878         setter.
6879         (frame-update-faces, frame-update-face-colors): Define with
6880         defalias.
6882         * enriched.el (enriched-decode-foreground)
6883         (enriched-decode-background): Don't use internal-find-face.
6885         * apropos.el: Doc fixes.
6887         * cus-edit.el (customize-changed-options): Check arg.
6888         (customize-version-lessp): Don't require decimal point.
6890         * custom.el (defcustom, defgroup): Doc fix.
6892         * newcomment.el (comment) <defgroup>: Add :version.
6893         (comment-multi-line): Doc fix.
6895         * emulation/mlsupport.el (define-hooked-local-abbrev,
6896         define-hooked-global-abbrev): Fix, using define-abbrev.
6898 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
6900         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6901         the whole buffer.
6903 2000-06-19  Dave Love  <fx@gnu.org>
6905         * menu-bar.el (menu-bar-options-save): New function.
6906         (menu-bar-options-menu): Use it.
6907         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6908         Simplify.
6910 2000-06-19  Andreas Schwab  <schwab@suse.de>
6912         * progmodes/etags.el (tags-query-replace): Put new parameters
6913         START and END at the end, for backward compatibility.
6915 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6917         * international/codepage.el:
6918         (cp-coding-system-for-codepage-1): Delete special codes for
6919         generating xxx-dos coding system because now a CCL based coding
6920         system can handle EOL conversion by default.
6922         * international/mule.el (make-coding-system): Generate subsidiary
6923         coding systems for EOL handling variants even for a CCL based
6924         coding system.
6926 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
6928         * international/isearch-x.el (isearch-minibuffer-input-method)
6929         (isearch-minibuffer-input-method-function): These variables
6930         deleted.
6931         (isearch-with-input-method): Don't use the above variables.
6932         (isearch-process-search-multibyte-characters): Likewise.  Call
6933         read-string with the arg INHERIT-INPUT-METHOD t.
6935 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
6937         * font-lock.el (font-lock-after-fontify-buffer)
6938         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6940         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6941         Use consistent make-local-variable style for font-lock-fontified.
6942         (jit-lock-fontify-buffer):
6943         Don't bother checking for font-lock-mode and jit-lock-mode.
6945         * time.el: Remove trailing ^M that prevent CVS-merging.
6947 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6949         * Makefile.in (distclean): New target.
6951 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
6953         * Makefile.in (srcdir): Define for update-subdirs.
6955 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6957         * find-lisp.el: New file.
6959 2000-06-16  Andrew Innes  <andrewi@gnu.org>
6961         * time.el (display-time-mail-function): New variable, to allow
6962         external packages to indicate when new mail is available.
6963         (display-time-update): Use it.
6965 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
6967         * international/mule.el (mule-version): Change version name to
6968         SAKAKI.  AOI has already been used by Meadow.
6970         * international/quail.el (quail-show-guidance-buf): To find the
6971         bottom window (but minibuffer), pay attention to the height of
6972         minibuffer.
6974 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6976         * arc-mode.el (archive-mode-map): Use the new menu-item format for
6977         menu-bar menus.  Add help strings.  Don't remove the Edit menu
6978         from the menu bar, as the menu bar has enough space now.
6980         * Makefile.in (SHELL): Make sure /bin/sh is used.
6982         * woman.el (woman-man-buffer): Fix bold and underlined CJK
6983         characters, which use series of two ^H characters instead of one.
6985 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
6987         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
6988         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
6989         functions.
6990         (Info-find-node-2): Try a case-sensitive search first, then
6991         do a case-insensitive search.
6993         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6994         tutorials.
6996         * complete.el (PC-env-vars-alist): New variable.
6997         (PC-complete-as-file-name): New function.
6998         (partial-completion-mode): Initialize PC-env-vars-alist from
6999         process-environment.
7000         (PC-do-completion): Handle completion of env vars.
7002         * info.el (Info-set-mode-line): Show file name in mode line,
7003         use `*Info*' instead of `Info:'.
7005         * startup.el (command-line-1): Change copyright messages to year
7006         2000.
7008 2000-06-15  Dave Love  <fx@gnu.org>
7010         * net/goto-addr.el (goto-address-fontify): Use keymap property,
7011         not local-map.
7013 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
7015         * international/mule.el (set-buffer-file-coding-system): Almost
7016         rewritten to handle `undecided' as no-op.
7018 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
7020         * Makefile.in: New file.
7022         * Makefile: Removed.
7024         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7025         (goto-address-highlight-keymap): Bind C-c RET.
7027 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
7029         * mail/sendmail.el (sendmail-send-it): The temporary buffer
7030         inherits buffer-file-coding-system of the current buffer.
7032         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7033         0.  Give correct argument to set-auto-coding-function.
7034         (tar-expunge): For goto-char, use (point-min), not 0.
7035         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7036         (tar-subfile-save-buffer): Likewize.
7038         * international/mule.el
7039         (after-insert-file-set-buffer-file-coding-system): Call
7040         set-buffer-file-coding-system with the arg FORCE t.
7042 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
7044         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7045         nil.  Contemporary sendmails issue an X-Authentication-Warning if
7046         the sender is set with `-f'.
7048 2000-06-13  Dave Love  <fx@gnu.org>
7050         * help.el (describe-function-1): Kluge around cases of functions
7051         fset to subrs whose doc doesn't match their symbol-name.
7053         * image.el (insert-image): Default STRING to a space.
7055         * info.el Doc fixes.
7056         (Info-build-node-completions): Match Ref tags.
7058 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
7060         * frame.el (display-multi-frame-p, display-multi-font-p): New
7061         defaliases for display-graphic-p.
7063         * hl-line.el: Fixed a typo in commentary.
7065 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
7067         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7068         fixed.
7070 2000-06-12  Dave Love  <fx@gnu.org>
7072         * image.el (insert-image): Save a little consing.
7074 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7076         * language/tibet-util.el: Convert all tibetan-1-column characters
7077         to the corresponding tibetan characters.
7078         (tibetan-add-components): Delete code for the special treatment of
7079         'a chung.
7081         * language/tibetan.el (tibetan-composable-pattern): Fix previous
7082         change.
7083         (tibetan-vowel-transcription-alist): More rules added.
7084         (tibetan-composite-vowel-alist): New variable.
7085         (tibetan-precomposition-rule-alist): More rules added.
7087 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
7089         * startup.el (command-line): Only call menu-bar-mode if interactive.
7091         * thingatpt.el (toplevel symbol-properties):
7092         * textmodes/makeinfo.el (makeinfo-compile):
7093         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7094         * progmodes/hideif.el (hif-compress-define-list)
7095         (hide-ifdef-use-define-alist):
7096         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7097         (ange-ftp-vms-add-file-entry):
7098         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7099         * man.el (Man-build-man-command):
7100         * mail/rnewspost.el (news-reply-header-hook):
7101         * info.el (Info-insert-dir):
7102         * emulation/mlconvert.el (backward-word, forward-word, setq):
7103         * emacs-lisp/gulp.el (gulp-send-requests):
7104         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7105         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7106         (byte-optimize-apply, end of file):
7107         * emacs-lisp/advice.el (ad-advice-class-completion-table)
7108         (ad-make-freeze-definition):
7109         * startup.el (command-line, command-line-1): Don't quote lambdas.
7111         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7112         (cvs-cleanup-removed): New function.
7113         (cvs-cleanup-functions): New var.
7114         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7115         some flexibility in specifying additional entries to auto-cleanup.
7116         (cvs-quickdir): New function.
7117         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7118         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7119         (cvs-mode-find-file): Check that we are on a filename or dirname
7120         when invoked through a mouse-click.
7121         (cvs-full-path): Remove.
7122         (cvs-dired-action): Re-introduced.
7123         (cvs-dired-noselect): Use it.
7124         (vc-post-command-functions): use this new hook if available.
7126         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7127         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7128         (cvs-filename-map, cvs-dirname-map): Remove.
7129         (cvs-default-action): Remove.
7130         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7131         if the arg is really a keymap.
7132         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7133         Don't hardcode the mapping from state (aka type) to face, but check
7134         the var cvs-fi-<type>-face instead.
7135         (cvs-fileinfo-from-entries): New function.
7137         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7138         Docstring fix.
7139         (cvs-find-file-and-jump): Change default to be safer.
7140         (cvs-mode-diff-map): Define it as a function as well.
7141         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7142         Bind mouse-2 in this global map rather than with text-properties.
7144         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7145         file to resolve the ambiguity between C(conflict) and C(need-merge).
7147 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
7149         * international/mule.el (set-buffer-file-coding-system): If
7150         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7151         unconditionally.
7153 2000-06-12  Dave Love  <fx@gnu.org>
7155         * wid-edit.el (widget-specify-button): Really suppress the face if
7156         required.
7158 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
7160         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7162 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
7164         * imenu.el (imenu-generic-expression): Docstring fix.
7166         * composite.el (composition-function-table): Move the `put'
7167         below the autoload cookie so we can load the file before loaddefs.
7169         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7171         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7172         Handle easy-mmode-define-global-mode.
7173         For complex macros like define-minor-mode that can generate
7174         several autoload entries, try to autoload entries in the
7175         macroexpanded code.
7177         * emacs-lisp/easy-mmode.el (define-minor-mode):
7178         If KEYMAP is a symbol, just use it.
7179         Use byte-compile-current-file and load-file-name to infer the
7180         proper :require to pass to defcustom.
7181         Wrap the hook var into `progn' so as not to autoload it.
7182         Add a :autoload-end cookie.
7183         Be more careful about the evaluation of KEYMAP.
7184         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7185         (define-derived-mode): Move define-abbrev-table outside of defvar.
7187 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7189         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7190         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7191         (backup-compiled-files): Ignore errors during `tar'.
7192         (bootstrap): Make autoloads before elc files.
7194 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
7196         * international/mule.el (set-buffer-file-coding-system): If one of
7197         undecided-XXX is specified, change only EOL conversion.
7199         * international/mule-conf.el (unix): New alias for the coding
7200         system undecided-unix.
7202 2000-06-09  Dave Love  <fx@gnu.org>
7204         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7206         * progmodes/executable.el: Byte compile dynamic.
7207         (executable-insert): Change custom type.
7208         (executable-find): Add autoload cookie.
7209         (executable-make-buffer-file-executable-if-script-p): New
7210         function.  After Noah Friedman.
7212         * files.el (after-save-hook): Customize, with
7213         executable-make-buffer-file-executable-if-script-p as an option.
7215 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
7217         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7218         "tib24p-mule.bdf" for Tibetan.
7220         * composite.el (decompose-composite-char): Declare it as obsolete.
7222         * man.el (Man-fontify-manpage): Pay attention to underline and
7223         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7225 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
7227         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7228         Set maintainer to FSF since author isn't reachable.
7230 2000-06-08  Dave Love  <fx@gnu.org>
7232         * international/mule-cmds.el (select-safe-coding-system): If
7233         DEFAULT-CODING-SYSTEM is not specified, also check the most
7234         preferred coding-system if buffer-file-coding-system is
7235         `undecided'.  From Handa.
7237 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
7239         * international/mule.el
7240         (after-insert-file-set-buffer-file-coding-system): If the buffer
7241         size is greater than INSERTED, judget that we are not visiting.
7243 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
7245         * whitespace.el (defgroup whitespace): Comment out `:version'.
7246         XEmacs 20.4 has problems defining the group with this present.
7247         We'll have this commented out till get resolve the problem.
7249 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
7251         * align.el: Update from author.
7253 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
7255         * apropos.el (apropos-mode-hook): New user variable.
7256         (apropos-mode): Run apropos-mode-hook.
7258 2000-06-07  David Ponce  <david@dponce.com>
7260         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7261         commands.  Require `wid-edit' at run-time.
7263 2000-06-07  David Ponce  <david@dponce.com>
7265         * recentf.el: Added some "Commentary".
7266         (recentf-open-more-files, recentf-edit-list): Minor changes to
7267         move the point at the top of the file list.  This behaviour is
7268         consistent with the menu one when the list contains a lot of
7269         files.
7270         (recentf-cleanup): Now displays the number of items removed from
7271         the list.
7272         (recentf-relative-filter) New menu filter to show filenames
7273         relative to `default-directory'.
7275 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7277         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
7278         with/without giving an error if PostScript printer doesn't have this
7279         kind of page size.  Zebra Stripe continues or restarts on next page.
7280         Manual/automatic paper feeding.  Switch or not the header.
7281         (ps-print-version): New version number (5.2.2).
7282         (ps-windows-system): Include emx as a Windows system.
7283         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7284         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7285         (ps-background-text): Code fix.
7286         (ps-error-handler-message, ps-user-defined-prologue)
7287         (ps-print-prologue-header, ps-printer-name)
7288         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7289         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7290         (ps-use-face-background): Customization fix.
7291         (ps-n-up-database): Data fix.
7292         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7293         (ps-switch-header): New vars.
7294         (ps-xemacs-color-name, ps-face-foreground-name)
7295         (ps-face-background-name, ps-boolean-constant): New funs.
7297 2000-06-07  Dave Love  <fx@gnu.org>
7299         * allout.el: New version from Manheimer.
7301 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
7303         * textmodes/fill.el (fill-find-break-point): Check the validity of
7304         charset.
7306 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7308         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7309         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7310         Call display-color-p and display-mouse-p instead of looking at
7311         window-system.
7313 2000-06-06  Dave Love  <fx@gnu.org>
7315         * image.el (find-image): Doc fix.  Return nil if image not found.
7316         (put-image, insert-image): Make STRING arg optional.
7318 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
7320         * language/vietnamese.el: Remove eval-when-compile.
7321         (viet-viscii-nonascii-translation-table): Define it as a
7322         translation table made from viet-viscii-decode-table.
7323         (viet-viscii-encode-table): Define it as a translation table made
7324         from the reverse map of above.
7325         (viet-vscii-nonascii-translation-table): Define it as a
7326         translation table made from viet-vscii-decode-table.
7327         (viet-vscii-encode-table): Define it as a translation table made
7328         from the reverse map of above.
7329         (ccl-decode-viscii): Use translate-character.
7330         (ccl-encode-viscii, ccl-encode-viscii-font)
7331         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7332         Likewize.
7334         * language/cyrillic.el: Remove eval-when-compile.
7335         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7336         translation table made from cyrillic-koi8-r-decode-table.
7337         (cyrillic-koi8-r-encode-table): Define it as a translation table
7338         made from the reverse map of above.
7339         (ccl-decode-koi8): Use translate-character.
7340         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7341         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7342         a translation table made from cyrillic-alternativnyj-decode-table.
7343         (cyrillic-alternativnyj-encode-table): Define it as a translation
7344         table made from the reverse map of above.
7345         (ccl-decode-alternativnyj): Use translate-character.
7346         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7347         Likewize
7349         * international/mule-diag.el (non-iso-charset-alist): Specify
7350         translation table symbol instead of translation table itself.
7351         (list-block-of-chars): CHARSET may be a translation table symbol.
7353         * international/mule.el (make-coding-system): If CODING-SYSTEM
7354         already exists, override it.
7356         * international/fontset.el: Use family `proportional' for Tibetan
7357         fonts.
7359         * international/ccl.el (ccl-compile-translate-character): Don't
7360         check if Rrr has property translation-table.
7361         (ccl-compile-map-multiple): Modified to avoid compiler warning.
7363 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
7365         * info.el: Bind case-fold-search to t when searching in case
7366         a user sets it to nil in a hook.
7368 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
7370         * autoarg.el (autoarg-mode, autoarg-kp-mode):
7371         * hl-line.el (hl-line-mode): Use the new :global key argument.
7373         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7374         (tar-clip-time-string): Prepend a space.
7375         (tar-grind-file-mode): Construct a string rather than modifying one.
7376         (tar-header-block-summarize): Fix docstring.
7377         Use `format' rather than an error-prone set of copy-loops.
7379         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7380         (diff-goto-source, diff-unified->context, diff-context->unified)
7381         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7382         understand the format output by the `-p' argument to diff.
7384         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
7385         (sh-re-done): Use defconst.
7386         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7387         (sh-help-string-for-variable, sh-guess-basic-offset):
7388         Don't quote lambdas.
7389         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7390         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7392         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7393         (mh-letter-mode): Derive from text-mode.
7394         This implicitly means that it now calls kill-all-local-variables.
7395         Also remove the Emacs-18 compatibility code.
7397         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7398         Make use of symbol-property doc-string-elt.
7399         Use memq rather than a sequence of eq.
7400         (doc-string-elt): Fix the wrong or missing previously unused values.
7401         (autoload-print-form): New function extracted from
7402         generate-file-autoloads to allow recursion when handling progn
7403         so that defvar's and defun's docstrings are properly printed.
7404         (generate-file-autoloads): Use it.
7406         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7407         Use find-file-hooks in the minor-mode function.
7408         Be careful not to loop indefinitely in the post-command-hook function.
7410 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
7412         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
7413         tty's.
7414         * ediff-diff.el (ediff-exec-process): Use --binary for fine
7415         differences whenever appropriate.
7416         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7417         * viper.el (find-file, find-file-other-window): Get viper to do
7418         wildcards.
7420 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
7422         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7423         (jit-lock-fontify-buffer): New function for JIT refontification.
7424         (jit-lock-mode): Fix docstring.
7425         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7426         Remove jit-lock-after-change from the _local_ hook.
7427         (jit-lock-function-1): Fix docstring.
7429         * info.el (Info-on-current-buffer): Initialize info.
7431         * newcomment.el (comment-indent): Ignore comment-indent-hook.
7433         * progmodes/tcl.el (tcl-indent-for-comment):
7434         Ignore comment-indent-hook.
7436         * emacs-lisp/easy-mmode.el: Require CL during compilation.
7437         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
7438         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7439         and improve to use the lighter to guess the capitalization.
7440         (define-minor-mode): Inline code from easy-mmode-define-toggle.
7441         Add keyword arguments to specify global-ness or the custom group.
7442         Add local-map and help-echo properties to the lighter.
7443         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
7444         (easy-mmode-define-global-mode): New macro.
7446 2000-06-02  Dave Love  <fx@gnu.org>
7448         * wid-edit.el: byte-compile-dynamic since we typically don't use
7449         all the widgets.  Don't require cl or widget.  Remove
7450         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
7451         (widget-read-event): Removed.  Callers changed to use read-event.
7452         (widget-button-release-event-p): Renamed from
7453         button-release-event-p.
7454         (widget-field-add-space, widget-field-use-before-change):
7455         Uncustomize.
7456         (widget-specify-field): Use keymap property, not local-map.
7457         (widget-specify-button): Obey :suppress-face.
7458         (widget-specify-insert): Use modern backquote syntax.
7459         (widget-image-directory): Renamed from widget-glyph-directory.
7460         (widget-image-enable): Renamed from widget-glyph-enable.
7461         (widget-image-find): Replaces widget-glyph-find.
7462         (widget-button-pressed-face): Move defvar.
7463         (widget-image-insert): Replaces widget-glyph-insert.
7464         (widget-convert): Use keywordp.
7465         (widget-leave-text, widget-children-value-delete): Use mapc.
7466         (widget-keymap): Remove XEmacs stuff.
7467         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
7468         (widget-button-click): Don't set point at the click, but re-centre
7469         if we scroll out of window.  Rewritten for images v. glyphs &c.
7470         (widget-tabable-at): Use POS arg, not point.
7471         (widget-beginning-of-line, widget-end-of-line)
7472         (widget-item-value-create, widget-sublist, widget-princ-to-string)
7473         (widget-sexp-prompt-value, widget-echo-help): Simplify.
7474         (widget-default-create): Use widget-image-insert; some rewriting.
7475         (widget-visibility-value-create)
7476         (widget-push-button-value-create, widget-toggle-value-create): Use
7477         widget-image-insert.
7478         (checkbox): Create on and off images dynamically.
7479         (documentation-link): Change :help-echo.
7480         (widget-documentation-link-echo-help): Remove.
7482 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
7484         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7486         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7487         (easy-mmode-define-toggle, define-minor-mode): Use it.
7488         (easy-mmode-define-keymap): Docstring fix.
7489         (define-derived-mode): Default PARENT to fundamental-mode.
7490         Add the derived-mode-parent symbol-property.
7491         (easy-mmode-derived-mode-p): New function.
7493 2000-06-02  Dave Love  <fx@gnu.org>
7495         * files.el (convert-standard-filename): Doc fix.
7496         (normal-backup-enable-predicate): New function.
7497         (backup-enable-predicate): Use it to replace the lambda form.
7499         * calendar/todo-mode.el: [This needs more work on the outline
7500         stuff.]  Doc fixes.
7501         (todo) <defgroup>: Add :version.
7502         (todo-add-category): Don't use pushnew.
7503         (todo-cmd-raise): Fix typo.
7504         (todo-top-priorities): Change temp buffer name.
7505         (todo-category-alist): Avoid redundant lambda.
7506         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7507         Use outline-next-heading.
7509         * autoarg.el: Rewritten to use define-minor-mode.
7510         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7511         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7513 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
7515         * isearch.el (isearch-other-meta-char): Fix previous change.
7517 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7519         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7520         (log-edit-done): Only add the comment to the ring if it's different
7521         from the last comment entered.
7523         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7525 2000-06-01  Dave Love  <fx@gnu.org>
7527         * hl-line.el: Rewritten using define-minor-mode.
7529         * help.el (describe-function-1): Distinguish special form from
7530         builtin function.  Sanity-check presence of arglist for builtins.
7532 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
7534         * international/characters.el: Fix syntax/category setting of
7535         Tibetan characters.
7537         * language/tibet-util.el (tibetan-add-components): Fixes for new
7538         encoding of Tibetan characters.
7539         (tibetan-decompose-precomposition-alist): New variable.
7540         (tibetan-decompose-region): Convert precomposed characters to
7541         non-precomposed characters.
7542         (tibetan-decompose-string): Likewise.
7543         (tibetan-composition-function): Fix args to
7544         thibetan-compose-string.
7546         * language/tibetan.el (tibetan-composable-pattern): More
7547         characters included.
7548         (tibetan-consonant-transcription-alist): Rule for "R" added.
7549         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7550         "+R" added.
7551         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7553         * language/lao-util.el (lao-composition-function): Fix args to
7554         compose-string.
7556         * language/thai-util.el (thai-composition-function): Fix args to
7557         compose-string.
7559         * isearch.el (isearch-update): Set disable-point-adjustment to t
7560         to prevent the point moving to the end of a composition when a
7561         part of a composition is searched.
7562         (isearch-other-meta-char): If the key invoking this command can be
7563         mapped by function-key-map to a printing char, call
7564         isearch-process-search-char directly.
7566 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
7568         * emacs-lisp/bytecomp.el:
7569         * frame.el:
7570         * international/mule-cmds.el:
7571         * international/mule-util.el:
7572         * international/mule.el:
7573         * mouse.el:
7574         * subr.el:
7575         * faces.el: Update calls to make-obsolete with a WHEN argument.
7577         * byte-run.el (make-obsolete, make-obsolete-variable):
7578         Add an optional WHEN argument and change the format of the
7579         symbol-property information.
7580         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7581         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7582         new obsolete-symbol-property format and print WHEN if it is provided.
7584 2000-05-31  Dave Love  <fx@gnu.org>
7586         * loadhist.el (loadhist-hook-functions): Remove
7587         before-change-function, after-change-function.
7588         (unload-feature): Deal with symbols which are both bound and
7589         fbound.
7591         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7592         before-change-function, after-change-function.
7594         * simple.el (newline): Don't bind before-change-function,
7595         after-change-function.
7597 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
7599         * whitespace.el (whitespace-rescan-timer-time): Update interval
7600         set to 600 seconds (10 minutes) instead of 60 seconds since
7601         a large number of whitespace buffers causes emacs to `freeze'
7602         for a considerable amount of time.
7604         * whitespace.el: Updated email address
7606 2000-05-31  Dave Love  <fx@gnu.org>
7608         * add-log.el (change-log-font-lock-keywords) <function>: Add
7609         pattern for function of change.
7610         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7611         acknowledgements patterns.
7613 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
7615         * isearch.el (isearch-printing-char): If keyboard coding system is
7616         being used, call isearch-process-search-multibyte-characters.
7618         * international/isearch-x.el: Mostly rewritten.
7620         * international/quail.el (quail-start-conversion): Don't include
7621         unhandled events in the returned events, but set them in
7622         unread-command-events.  Exit if all inputs are deleted.
7624 2000-05-30  Jason Rumney  <jasonr@gnu.org>
7626         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7628         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7629         Reenable code to create initial fontsets.
7630         Use set-fontset-font in place of put-charset-property.
7632 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
7634         * progmodes/perl-mode.el (perl-indent-line): When looking for a
7635         label, ensure that the first colon isn't followed by another.
7637         * paths.el (Info-default-directory-list): Doc fix.
7639         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7640         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7641         send a query containing USER only, not USER@HOST.
7643         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7644         and rmail-msgend to compute the restriction at the end, instead of
7645         computing it.
7647 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7649         * dabbrev.el (dabbrev-expand): Don't display messages in the
7650         echo area if the minibuffer window is active.
7652         * jit-lock.el (jit-lock-mode): Add after change function to
7653         local hook.
7655 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7657         * antlr-mode.el: New commands: hide/unhide actions,
7658         upcase/downcase literals.
7659         (antlr-tiny-action-length): New user option.
7660         (antlr-hide-actions): New command.  Suggested by
7661         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7662         (antlr-mode-map): New binding [C-c C-v].
7663         (antlr-mode-menu): New entries.
7664         (antlr-downcase-literals): New command.
7665         (antlr-upcase-literals): Ditto.
7667         * antlr-mode.el: Minor changes: indendation, mode-name.
7668         (antlr-indent-line): Indent cpp directive at column 0.
7669         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7671         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7672         (antlr-font-lock-additional-keywords): Workaround for intentional
7673         bug in XEmacs version of font-lock.
7674         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
7675         be used by a smarter version of `buffers-menu-grouping-function'.
7677 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
7679         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7680         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7682 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
7684         * international/encoded-kb.el
7685         (encoded-kbd-iso2022-designation-map): Pay attention to that
7686         charset-iso-final-char return -1 for eight-bit-control and
7687         eight-bit-graphic.
7689 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7691         * speedbar.el (speedbar-use-images, speedbar-update-flag)
7692         (speedbar-easymenu-definition-base): Use display-graphic-p where
7693         available, instead of window-system.
7695 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7697         * international/codepage.el (cp-coding-system-for-codepage-1): Add
7698         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7699         coding systems.
7701 2000-05-26  Dave Love  <fx@gnu.org>
7703         * disp-table.el (standard-display-underline): Don't use
7704         internal-find-face.
7706         * mail/reporter.el: Maintainer change.  Doc fixes.
7707         (reporter-version): Deleted.
7709         * emacs-lisp/elp.el: Maintainer change.
7710         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7712 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
7714         * add-log.el (add-change-log-entry): Merge the current entry with the
7715         previous one if the previous one is empty.
7717 2000-05-26  Dave Love  <fx@gnu.org>
7719         * loadhist.el (unload-feature): Fix interactive spec [from
7720         lijnzaad@ebi.ac.uk].
7722         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7723         subr-arity to check primitives.
7724         (byte-compile-flush-pending, byte-compile-file-form-progn)
7725         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7726         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7727         mapcar.
7729 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
7731         * international/fontset.el: Set family names of non-latin charsets
7732         in default fontset to "*".
7734         * international/mule-diag.el (print-fontset): Combine family part
7735         and registry part of the fontname by "-*-" instead of "-".
7737         * international/mule-cmds.el (encode-coding-char): Make strings
7738         multibyte before calling encode-coding-string.
7740 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
7742         * derived.el: Fix keywords.
7743         (define-derived-mode): Only define if needed.
7745         * simple.el (fill-comment, comment-column, comment-start)
7746         (comment-start-skip, comment-end, comment-indent-function)
7747         (block-comment-start, block-comment-end, indent-for-comment)
7748         (set-comment-column, kill-comment, comment-padding, comment-region)
7749         (comment-multi-line, indent-new-comment-line): Remove.
7751         * bindings.el (esc-map): Change ; to comment-dwim and use the new
7752         function names for comment operations.
7754         * newcomment.el: Add abundant autoload cookies.
7755         (comment-style): Don't depend on runtime data at compile-time.
7756         (comment-indent-hook): Remove.
7757         (comment-indent): Check if comment-indent-hook is bound.
7758         (comment-region): Docstring fix.
7760 2000-05-25  Dave Love  <fx@gnu.org>
7762         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7763         byte-code-function-p.
7765         * mail/rmailsum.el: Add provide.
7767         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7769         * smerge-mode.el (smerge-diff-switches): Don't use list* in
7770         defcustom.
7772 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
7774         * ediff-diff.el (ediff-exec-process): delete --binary option from
7775         non-buffer ediff jobs.
7777 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7779         * hilit-chg.el (highlight-changes-mode): Ask about color or
7780         grayscale support, not about window-system.
7782         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7783         window-system.
7784         (ffap-highlight): Always default to t.
7786         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7787         display-popup-menus-p instead of looking at window-system.
7789         * disp-table.el (standard-display-g1, standard-display-graphic):
7790         Only refuse to use string glyphs on X and MS-Windows.
7792         * avoid.el: Remove window-system from commentary, suggest to use
7793         display-*-p instead.
7795         * apropos.el (apropos-print): Use display-mouse-p instead of
7796         window-system.
7798 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7800         * international/codepage.el (cp-decoding-vector-for-codepage):
7801         Fill up unsupported characters with their own codes.  From Kenichi
7802         Handa.
7804 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7806         * international/mule-diag.el (describe-char-after): Use
7807         display-graphic-p instead of window-system, so that this function
7808         works on MS-DOS.
7810 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
7812         * international/codepage.el (cp-make-coding-systems-for-codepage):
7813         Remove the eight-bit-graphic and eight-bit-control charsets from
7814         the list of charsets which we convert into `?'.
7816 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
7818         * international/mule-conf.el: Specify CHARSET-ID explicitely for
7819         private charsets.
7820         (mule-unicode-0100-24ff, japanese-jisx0213-1,
7821         japanese-jisx0213-2): New charsets.
7823         * international/fontset.el: Setup default fontset for new charsets.
7825 2000-05-24  Dave Love  <fx@gnu.org>
7827         * info.el (Info-find-node-2): Restructure [following "Vadim
7828         S. Solomin" <sovs@uic.nnov.ru>].
7830         * icomplete.el: Fix header for Finder.
7832 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
7834         * rmailout.el (rmail-output-to-rmail-file): Added optional param
7835         STAY.
7837         * rmail.el (rmail-automatic-folder-directives): New user variable.
7838         (rmail-show-message): Add call to `rmail-auto-file' during
7839         display.
7840         (rmail-auto-file): New function.
7842 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7844         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
7845         account.
7846         (ediff-test-utility,ediff-diff-mandatory-option)
7847         (ediff-reset-diff-options): Utilities for proper initialization of
7848         ediff-diff-options and ediff-diff3-options on Windows.
7850         * ediff-init.el (ediff-merge-filename-prefix): New customizable
7851         variable.
7853         * ediff-mult.el (ediff-filegroup-action): Use
7854         ediff-merge-filename-prefix.
7856 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
7858         * viper-ex.el (ex-write): Set selective display to nil.
7860 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7862         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7863         aliases for hebrew-iso-8bit.
7865 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7867         * woman.el: New version from Francis J. Wright
7868         <F.J.Wright@Maths.QMW.ac.uk>.
7869         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7870         names in environment variables regardless of the path separator.
7871         (woman-topic-all-completions-1): Don't call file-name-directory-p
7872         on all files, since woman-file-regexp already filters out any
7873         directories.
7875 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7877         * international/quail.el (quail-start-translation): Don't change
7878         modified-p of the current buffer.
7879         (quail-start-conversion): Likewise.
7881         * international/kkc.el (kkc-region): Don't change modified-p of
7882         the current buffer.
7884         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7885         conform to RFC1468.
7886         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
7888 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
7890         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7891         (speedbar-insert-button): Invisible text property fix.
7892         (speedbar-directory-plus): Renamed from speedbar-directory-+
7893         (speedbar-directory-minus): Renamed from speedbar-directory--
7894         (speedbar-page-plus): Renamed from speedbar-file-+
7895         (speedbar-page-minus): Renamed from speedbar-file--
7896         (speedbar-page): Renamed from speedbar-file-
7897         (speedbar-tag): Renamed from speedbar-tag-
7898         (speedbar-tag-plus): Renamed from speedbar-tag-+
7899         (speedbar-tag-minus): Renamed from speedbar-tag--
7900         (speedbar-expand-image-button-alist): Use above renames.
7902         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7903         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7904         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7905         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7906         * sb-pg.xpm: Renamed from sb-file.xpm
7907         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7908         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7910 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
7912         * international/quail.el (quail-show-guidance-buf): Set
7913         current-input-method of the guidance buffer to the name of the
7914         curren input method.
7916 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
7918         * progmodes/compile.el (compile-internal): Style typo.
7920         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7921         quote vars and functions in the docstring.
7923         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7925         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7926         Don't quote lambdas.
7928         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7930 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7932         * startup.el (command-line): Determine source file of compiled
7933         user init file differently.  Warn if compiled user init file
7934         is older than its source file.
7936         * ffap.el (ffap-url-regexp): Add `https'.
7938 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
7940         * files.el (make-backup-file-name-1): Replace slashes with `!'
7941         rather than `|' (which is not allowed on Windows).  Replace the
7942         drive letters with a string "drive_X".
7944 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
7946         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7948         * files.el (interpreter-mode-alist): Add `bash2'.
7950 2000-05-22  Dave Love  <fx@gnu.org>
7952         * loadhist.el (feature-symbols, file-provides, file-requires): Use
7953         mapc.
7954         (feature-file): Avoid calling symbol-name.  Doc fix.
7955         (file-set-intersect, file-dependents): Use dolist, not mapcar.
7956         (loadhist-hook-functions): Add mouse-position-function.
7957         (unload-feature): Change uses of mapcar.
7959         * files.el (parse-colon-path): Doc fix.
7960         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7961         (set-auto-mode): Use mapc.
7963         * complete.el (PC-look-for-include-file): Use :alnum: character
7964         class.
7965         (partial-completion-mode): Add autoload cookie.
7967 2000-05-22  Sam Steingold  <sds@gnu.org>
7969         * info.el (Info-fontify-node): Fixed the call to
7970         `add-text-properties' (bug introduced on 2000-05-18).
7972 2000-05-22  Dave Love  <fx@gnu.org>
7974         * bindings.el: Remove debug-ignored-errors set in other files.
7976         * progmodes/etags.el: Add to debug-ignored-errors.
7977         (visit-tags-table-buffer): Clear out buffers holding old tables
7978         when making a new list.
7979         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7980         mapc.
7982         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
7983         quote keywords.
7984         (cmpl-string-case-type): Use character classes.
7986         * comint.el:
7987         * textmodes/ispell.el:
7988         * imenu.el:
7989         * mail/mh-e.el:
7990         * progmodes/compile.el: Add to debug-ignored-errors.
7992         * dabbrev.el: Add to debug-ignored-errors.
7993         (dabbrev-completion): Use mapc.
7995 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
7997         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7998         (woman-mapcan, woman-parse-man.conf)
7999         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8000         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8001         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
8002         path syntax better.
8003         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8004         (woman-manpath): Call woman-parse-man.conf.
8005         (woman-emulation): New defcustom, defaults to nroff.
8006         (woman-font-support): New defconst.
8007         (woman-use-symbol-font): New defcustom.
8008         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8009         "Emulation".
8010         Many functions: Doc fix.
8012 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
8014         * international/quail.el (quail-simple-translation-keymap): Map
8015         128..255 to quail-self-insert-command.
8016         (quail-keyboard-layout-alist): Add definition for "pc102-de".
8018 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
8020         * help.el (help-manyarg-func-alist): Typo.
8022         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8023         intervals which makes it heaps simpler.
8025         * newcomment.el (comment-region-internal): Go back to BEG after quoting
8026         the nested comment markers.
8028         * subr.el (remove-hook): Don't turn the hook's value into a list.
8030 2000-05-21  Dave Love  <fx@gnu.org>
8032         * edmacro.el (edmacro-parse-keys): Return vector if any elements
8033         are invalid characters.
8035         * international/mule-util.el (detect-coding-with-priority): Use
8036         mapc.  Remove redundant lambda.
8038         * international/mule-diag.el (list-non-iso-charset-chars)
8039         (describe-fontset): Remove redundant lambda.
8041         * emulation/crisp.el (brief-mode): New alias.
8043         * emacs-lisp/ring.el (ring-elements): New function.
8045         * emacs-lisp/easymenu.el (easy-menu-create-menu)
8046         (easy-menu-do-add-item): Use keywordp.
8048         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8050         * replace.el: Doc and error message fixes.
8051         (replace-highlight): Use facep, not internal-find-face.
8053 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
8055         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8057         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8058         (log-edit-insert-changelog): Drop `:' as well.
8060         * log-view.el: Fix file description.
8061         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8062         available.
8063         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8064         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8066         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8067         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8068         Print a status message if the toggle is called interactively.
8069         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8070         for global minor modes and use `defcustom' for them.
8071         Use add-minor-mode.
8072         (easy-mmode-define-derived-mode): Remove.
8073         (define-derived-mode): Fancier default docstring.
8074         (easy-mmode-define-navigation): Signal an error rather than (ding).
8076         * newcomment.el (comment-styles): New `box-multi'.
8077         (comment-normalize-vars): Better default for comment-continue to
8078         avoid whitespace-only continuations.
8079         (comment-search-forward): Always move even in the no-syntax case.
8080         (comment-padright): Only obey N if it's only obeyed for padleft.
8081         (comment-make-extra-lines): Better handling of empty continuations.
8082         Use `=' for the filler if comment-start has only one character.
8083         (uncomment-region): Try handling the special `=' filler.
8084         (comment-region): Allow LINES even if MULTI is nil.
8085         (comment-box): Choose box style based on comment-style.
8087 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
8089         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8090         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8092 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
8094         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8095         and insert, not subst-char-in-region.
8097         * international/mule-diag.el (list-character-sets-1): Handle
8098         charsets eight-bit-control and eight-bit-graphic.
8099         (list-iso-charset-chars): Likewise.
8100         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8101         charactes as is.  Use indent-to to align characters.
8103         * international/mule-cmds.el (find-multibyte-characters): Never
8104         exclude charsets eight-bit-control and eight-bit-graphic.
8106 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8108         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8109         Don't quote lambdas.
8111         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8113 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8115         * gud.el (gud-jdb-directories): Doc fix.
8117 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
8119         * newcomment.el: New file.
8121 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
8123         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8125 2000-05-18  Andreas Schwab  <schwab@suse.de>
8127         * dired.el (dired-between-files): Also skip lines beginning with
8128         `used'.
8130 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
8132         * msb.el (msb-menu-cond): Add choice `user'.
8134 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8136         * ps-print.el: Compatibility, customization and doc fix.
8137         (ps-printer-name-option): Replace defconst by defvar.
8138         (ps-postscript-code-directory): XEmacs compatibility.
8139         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8140         fix.
8141         (ps-user-defined-prologue, ps-print-prologue-header)
8142         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8143         compatibility and code fix.
8144         (ps-print-background-image, ps-print-background-text):
8145         Customization fix.
8146         (ps-line-number-start, ps-n-up-on): New vars.
8148 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
8150         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8151         the indent-comment function to just return the appropriate indent.
8153 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
8155         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8156         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8157         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8159 2000-05-18  Dave Love  <fx@gnu.org>
8161         * info.el (Info-fontify-node): Add intangible property as well as
8162         invisible.
8164         * calendar/appt.el (appt-make-list): Match all lines of entry.
8165         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8167 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
8169         * international/mule-diag.el (describe-char-after): Call
8170         internal-char-font, not char-font.  If internal-char-font returns
8171         nil, display "-- none --".
8173 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8175         * image.el (image-type-available-p): Don't reference image-types
8176         if it isn't bound.
8178 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
8180         * autoarg.el (autoarg-mode): Typo in the :set argument.
8182 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
8184         * startup.el (command-line-1): Don't signal an error if the
8185         directory for auto-save-list files does not yet exist.
8187 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
8189         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8191 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
8193         * subr.el (remove-hook): `setq' hook-value, not `set'.
8195 2000-05-16  Sam Steingold  <sds@gnu.org>
8197         * info.el (debug-ignored-errors): More errors to ignore.
8199 2000-05-16  Dave Love  <fx@gnu.org>
8201         * cus-edit.el: Don't require cl or easymenu.
8202         (custom-variable-prompt): Test standard-value property, not
8203         user-variable-p.
8205 2000-05-16  Sam Steingold  <sds@gnu.org>
8207         * subr.el (add-hook): `setq' hook-value, not `set'.
8209 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
8211         * startup.el (command-line-1): Mention the FAQ in the startup
8212         message.
8214         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8216         * progmodes/compile.el (compilation-parse-errors): Collect
8217         `nomessage' regexps last.
8219         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8221         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8222         to the function name.
8224 2000-05-15  Dave Love  <fx@gnu.org>
8226         * speedbar.el (speedbar-recenter): Typo.
8227         (speedbar-expand-line): Make arg optional.
8228         (speedbar-mode): Avoid a compiler warning.
8230 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8232         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8233         user-specified option string is empty.
8235         * mouse.el (mouse-yank-at-click): Doc fix.
8237 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
8239         * term/internal.el (IT-character-translations): More updates of
8240         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8241         documents.
8243 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
8245         * env.el (getenv): New function, interactively callable.
8246         (setenv, getenv): Remove autoload cookies.
8248         * loadup.el: Load `env'.
8250         * progmodes/f90.el: Change author's mail address.
8252 2000-05-14  Dave Love  <fx@gnu.org>
8254         * mail/rmail.el (rmail-show-message-hook): Customize and offer
8255         goto-addr as an option.
8257         * help.el (help-xref-stack): Doc fix.
8258         (help-xref-following): New variable.
8259         (help-make-xrefs): Use it.
8260         (help-xref-go-back): Use position information from stack element.
8261         (help-follow): Make position in stack element a pair.  Use
8262         help-xref-following.
8264         * autoarg.el: New file.
8266         * faces.el: Declare more functions obsolete.
8268         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8269         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8270         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8271         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8272         Remove all the setup-...-environment functions.
8274 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
8276         * speedbar.el: Updated the commentary section.  xemacs20p now uses
8277         >= when detecting.  Require `defimage' safely.
8278         (speedbar-easymenu-definition-base): Add toggle for images.
8279         (speedbar-easymenu-definition-special): Add flush cache & expand.
8280         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
8281         (speedbar-reconfigure-keymaps-hook): New variable.
8282         (speedbar-frame-parameters): Updated documentation.
8283         (speedbar-use-imenu-flag): Updated custom tag
8284         (speedbar-dynamic-tags-function-list): New variable.
8285         (speedbar-tag-hierarchy-method): Updated doc & custom.
8286         (speedbar-indentation-width, speedbar-indentation-width) New
8287         variables.
8288         (speedbar-hide-button-brackets-flag): Customizable.
8289         (speedbar-vc-indicator): Doc update.
8290         (speedbar-ignored-path-expressions): Updated default value.
8291         (speedbar-supported-extension-expressions): Updated default value.
8292         (speedbar-syntax-table): Remove {} paren status.
8293         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8294         as "+".  Added overlay aliases.
8295         (speedbar-mode): Use `speedbar-mode-line-update' instead of
8296         `force-mode-line-update'.
8297         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8298         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8299         `mouse-set-point'
8300         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
8301         (speedbar-item-info-tag-helper): Revamped to handle a wider range
8302         of arbitrary text, and new helper functions.
8303         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8304         filename finder.
8305         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8306         (speedbar-directory-buttons): Update path search/expansion.
8307         (speedbar-make-tag-line): Pay attention to
8308         `speedbar-indentation-width'.  Use more care w/ invisible
8309         properties.
8310         (speedbar-change-expand-button-char): Call
8311         `speedbar-insert-image-button-maybe'.
8312         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
8313         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8314         (speedbar-trim-words-tag-hierarchy)
8315         (speedbar-simple-group-tag-hierarchy): New functions
8316         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
8317         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8318         functions.
8319         (speedbar-mouse-set-point): New function
8320         (speedbar-power-click): Updated documentation.
8321         (speedbar-line-token, speedbar-goto-this-file): Handle more types
8322         of tag prefix text.
8323         (speedbar-expand-line, speedbar-contract-line): Make more robust
8324         to strange text.
8325         (speedbar-expand-line): Takes universal argument to flush the
8326         cache.
8327         (speedbar-flush-expand-line): New function.
8328         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8329         Use new generator insertion method.
8330         (speedbar-fetch-dynamic-tags): New function.
8331         (speedbar-fetch-dynamic-imenu): Removed code now handled in
8332         `speedbar-fetch-dynamic-imenu'.
8333         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8334         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8335         "Revert Buffer" menu items.
8336         (speedbar-buffer-buttons-engine): Be smarter when creating a
8337         filename tag (for expansion purposes.).
8338         (speedbar-highlight-one-tag-line,
8339         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8340         (speedbar-recenter): New functions.
8341         (defimage-speedbar): Image loading abstraction.
8342         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8343         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8344         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8345         (speedbar-tag-type, speedbar-tag-mail): New images.
8346         (speedbar-expand-image-button-alist): New variable.
8347         (speedbar-insert-image-button-maybe): Insert an image over some
8348         buttons.
8350 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
8352         * international/mule-cmds.el (encode-coding-char): An ASCII
8353         character is always encodable.
8355         * international/mule-conf.el: Add more information in descriptions
8356         of character sets.
8358         * international/mule-diag.el (describe-char-after): New function.
8359         (describe-font-internal): Adjusted for the change of font-info.
8360         (describe-font): Likewise.
8361         (print-fontset): Rewritten for the new fontset implementation.
8362         (describe-fontset): Include fontset alias names in completion.
8363         (list-fontsets): Adjusted for the change of print-fontset.
8365         * simple.el (what-cursor-position): If DETAIL is non-nil, call
8366         describe-char-after instead of displaying the detail in the echo
8367         area.
8368         (syntax-code-table): Format changed.
8369         (string-to-syntax): Adjusted for the above change.
8371 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
8373         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8375 2000-05-12  Dave Love  <fx@gnu.org>
8377         * calendar/todo-mode.el: Remove some compatibility stuff and CL
8378         dependence.  Use line-{beginning,end}-position, not
8379         point-at{b,e}ol.  Some doc fixes.
8380         (todo-position): New function.  Fix callers of position to use it.
8381         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8383 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
8385         * time.el (display-time-mail-icon): Use `:ascent center'.
8387         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8388         handling FTP security extensions.
8390 2000-05-11  Dave Love  <fx@gnu.org>
8392         * calendar/todo-mode.el: New file.
8394 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8396         * comint.el (comint-read-input-ring): Move reference to
8397         comint-input-ring-size outside of the save-excursion.  It was
8398         causing the default value to be the only one ever seen.
8400         * font-lock.el: Update copyright.  Remove Simon Marshall's email
8401         address on request from him.
8403         * subr.el (substitute-key-definition): Add comment describing
8404         the meaning of PREFIX.
8406 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
8408         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8410         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8411         (add-minor-mode): Don't make the variable buffer-local and add a
8412         reference to define-minor-mode in the docstring.
8414         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8415         HEADER/FOOTER and fix bug with trailing empty directory.
8416         (cvs-append-to-ignore): Use vc-editable-p if available.
8417         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8418         (vc-do-command): Tweak advice to handle the new VC.
8420         * log-view.el (log-view-goto-rev): New function for the new VC.
8421         (log-view-minor-wrap): Use mark-active.
8423         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8424         (log-edit-changelog-full-paragraphs): New var.
8425         (log-edit-insert-changelog): Remove a lonely leading `* file'.
8426         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8427         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8428         (log-edit-changelog-ours-p, log-edit-changelog-entries)
8429         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8430         Replace the `cvs' prefix with `log-edit'.
8432         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8434         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8435         (diff-font-lock-defaults): Explicitly turn off multiline.
8436         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8437         (diff-ediff-patch): Fix call to ediff-patch-file.
8438         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8439         Handle comments.
8441         * frame.el (automatic-hscrolling): Typo.
8443         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8445 2000-05-09  Sam Steingold  <sds@goems.com>
8447         * apropos.el (apropos-print): use `describe-face' instead of
8448         `customize-face-other-window'.
8450 2000-05-09  Dave Love  <fx@gnu.org>
8452         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8454         * help.el (describe-variable): Have customize button pop the
8455         help-xref stack when invoked.
8456         (help-xref-symbol-regexp): Add `face'.
8457         (help-make-xrefs): Check for quoted face names and adapt regexp
8458         submatch numbers to cope.
8459         (help-xref-interned): Maybe insert face doc too.  Separate
8460         sections with a line of hyphens.
8462         * faces.el:  Some doc fixes.  Declare some functions obsolete.
8463         (describe-face): Add customize button.  Return the help
8464         text.  Fix prompt.
8466 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
8468         * term/internal.el (IT-character-translations): Fix last change.
8470 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8472         * woman.el: New file
8473         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8475 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8477         * term/internal.el (IT-character-translations): Update ASCII
8478         simulations for greek-iso8859-7, add latin-iso8859-14 and
8479         latin-iso8859-15.
8481         * international/mule-cmds.el (set-language-info-alist): Call
8482         define-prefix-command with 3 arguments, to make the map suitable
8483         for a menu.
8485 2000-05-07  Dave Love  <fx@gnu.org>
8487         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
8489 2000-05-05  Dave Love  <fx@gnu.org>
8491         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8492         list in doc string.  Don't quote keyword symbols.
8493         * emacs-lisp/cl.el: Likewise
8494         * emacs-lisp/cl-seq.el: Likewise
8496 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
8498         * abbrev.el (abbrev-mode): Make ARG optional.
8500 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
8502         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8504         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8506         * subr.el (substitute-key-definition): Clarify documentation.
8508 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
8510         * glasses.el (glasses-convert-to-unreadable): Use
8511         `glasses-separator' instead of the hard-wired "_".
8512         (glasses-mode): Call `glasses-make-unreadable' only in a single
8513         place.
8515 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
8517         * term/internal.el (cjk-codepages-alist): Add associations for
8518         Chinese and Korean codepages.  Remove FIXME comment.
8520 2000-05-03  Dave Love  <fx@gnu.org>
8522         * time.el (display-time-mail-face, display-time-use-mail-icon):
8523         New option.
8524         (display-time-mail-icon): New variable.
8525         (display-time-string-forms): Use the above.  Fix the local-map.
8527 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
8529         * replace.el (query-replace-map): Add binding for `E'.
8530         (query-replace-help): Extend help text.
8531         (perform-replace): Allow editing the replacement string.
8533         * make-mode.el (makefile-mode-abbrev-table): New variable.
8534         (makefile-mode): Set local abbrev table to
8535         makefile-mode-abbrev-table.
8536         (makefile-font-lock-keywords): Fontify includes and conditionals.
8538         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8539         set TOGGLE's value.
8541         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8542         mail-interactive-insert-alias.
8543         (mail-abbrev-complete-alias): New command.
8544         (mail-mode-map): Bind it to `M-TAB'.
8546 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
8548         * language/lao-util.el (lao-compose-region): New function.
8550 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
8552         * files.el (recover-session): Make directories as necessary
8553         if they don't exist yet.
8555         * calendar/cal-french.el
8556         (french-calendar-multibyte-special-days-array)
8557         (french-calendar-special-days-array): Change French text.
8558         (calendar-french-date-string): Change output.
8559         (calendar-goto-french-date): Likewise.
8561 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
8563         * wid-edit.el (widget-default-active): Obey `:always-active'.
8564         (widget-documentation-string-value-create): Set `:always-active'.
8566 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8568         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8569         default prefix to `~/_emacs.d/auto-save.list/_s'.
8570         (normal-top-level): Create the directory for auto-save files, if
8571         it doesn't already exist (in the ms-dos case only).
8573 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
8575         * international/mule-cmds.el (set-language-environment): Don't
8576         concat an integer (dos-codepage), use format instead.
8578 2000-05-02  Dave Love  <fx@gnu.org>
8580         * help.el (help-xref-on-pp): Check for constant symbols.
8582 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
8584         * startup.el (normal-top-level): Put a condition-case around
8585         the code loading subdirs.el.
8587 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8589         * ps-print.el: Upside-down and face background color printing,
8590         line number step, doc fix.
8591         (ps-print-version): New version number (5.2).
8592         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8593         (ps-face-attribute-list, ps-plot-with-face): Code fix.
8594         (ps-spool-config): Var fix.
8595         (ps-printer-name-option): Const fix.
8596         (ps-print-upside-down, ps-use-face-background)
8597         (ps-line-number-step): New vars.
8598         (ps-window-system, ps-lp-system): New consts.
8599         (ps-face-background): New fun.
8601 2000-04-28  Richard Stallman  <rms@gnu.org>
8603         * files.el (make-auto-save-file-name):
8604         Apply auto-save-file-name-transforms to visited file name
8605         before generating auto save file name.
8606         (auto-save-file-name-transforms): New variable.
8608         * files.el (backup-enable-predicate):
8609         Correctly test for a file under a temporary directory.
8611 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
8613         * subr.el (add-minor-mode): Rewritten.
8615 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
8617         * mail/sendmail.el (sendmail-send-it): Set
8618         buffer-file-coding-system to the selected coding system for MIME
8619         header.
8621 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
8623         * dired.el (dired-move-to-filename-regexp): Allow format where
8624         YYYY is followed by two spaces.
8626         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8627         in the second character class of the regexp.
8629         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8630         mh-etc, too.
8632         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8633         nil.
8635         * subr.el (add-minor-mode): Use `set' instead of `setq'.
8637         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8638         argument.
8640 2000-04-27  Sen Nagata <sen@eccosys.com>
8642         * emacs-lisp/crm.el (crm-completion-table): New variable.
8643         (crm-collection-fn, crm-test-completion)
8644         (completing-read-multiple): Use it.
8646 2000-04-27  Dave Love  <fx@gnu.org>
8648         * help.el (locate-library): Use mapc.
8649         (help-manyarg-func-alist): Add call-process-region.
8651 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
8653         * subr.el (add-minor-mode): Make argument MAP optional.
8655         * desktop.el (desktop-save): Save list of minor modes.
8656         (desktop-create-buffer): Restore minor modes.
8657         (desktop-minor-mode-table): New user-option.
8659         * subr.el (add-minor-mode): New function.
8661         * image.el (find-image): New function.
8662         (defimage): Rewritten to find image at load time.
8664         * startup.el (normal-top-level-add-to-load-path): Handle
8665         case that the default directory is not in load-path.
8667         * help.el: Old patch from Stefan Monnier.
8668         (help-xref-on-pp): New function.
8669         (describe-variable): Use it to display xrefs in a symbol's value.
8671 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
8673         * cus-edit.el (custom-face): Fix parenthesis.
8675 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
8677         * mail/rmail.el (rmail-expunge): When there are no deleted
8678         messages, do nothing.
8680 2000-04-26  Dave Love  <fx@gnu.org>
8682         * international/mule-cmds.el (locale-translation-file-name):
8683         Defvar to nil.
8684         (set-locale-environment): Set it here (at runtime).
8686 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
8688         * replace.el (perform-replace): Add parameters START and END.  Use
8689         them instead of the check for a region in Transient Mark mode.
8690         (query-replace-read-args): Return two more list elements for the
8691         start and end of the region in Transient Mark mode.
8692         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8693         (map-query-replace-regexp, replace-string, replace-regexp): Add
8694         optional last arguments START and END and pass them to
8695         perform-replace.
8697         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8698         form with additional arguments for perform-replace.
8700         * progmodes/etags.el (tags-query-replace): Add parameters START
8701         and END.  Construct a form with additional arguments for
8702         perform-replace.
8704         * simple.el (shell-command): Set default directory for "*Shell
8705         Command Output" buffer.
8707         * language/european.el (iso-latin-4): Fix typo.
8709         * emacs-lisp/crm.el: New file.
8711 2000-04-24  Dave Love  <fx@gnu.org>
8713         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8714         (Custom-reset-saved, Custom-reset-standard)
8715         (custom-group-value-create, custom-group-set, custom-group-save)
8716         (custom-group-reset-current, custom-group-reset-saved)
8717         (custom-group-reset-standard): Use mapc.
8718         (custom-buffer-create-internal): Disable undo when creating items.
8719         Use mapc.
8720         (custom-face): Avoid redundant lambda.
8722 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8724         * startup.el (auto-save-list-file-prefix): Set default to
8725         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8727 2000-04-24  Sam Steingold  <sds@gnu.org>
8729         * time-stamp.el (time-stamp-string-preprocess): Always convert
8730         `field-result' to a string.
8732 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
8734         * frame.el (scrolling): New group.
8735         (automatic-hscrolling): New user-option.
8737         * startup.el (command-line-x-option-alist): Add `-lsp' and
8738         `--line-spacing'.
8740 2000-04-19  Dave Love  <fx@gnu.org>
8742         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8743         (cl-mapc): Rename from mapc.  Fix the funcall.
8745 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
8747         * simple.el (clone-indirect-buffer-other-window): New command.
8748         (clone-indirect-buffer): Add optional arg NORECROD.
8749         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8751         * help.el (resize-temp-buffer-window): Use count-screen-lines.
8753         * window.el (count-screen-lines): New function.
8754         (shrink-window-if-larger-than-buffer): Use count-screen-lines
8755         instead of window-buffer-height.
8757         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8758         non-existing variable comint-input-sentinel.
8759         (inferior-lisp-args-to-list): Removed.
8760         (inferior-lisp): Use split-string instead of
8761         inferior-lisp-args-to-list.
8763         * hexl.el (hexl-insert-hex-string): New command.
8765         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8766         instead of concat.
8768 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
8770         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8771         at the start of an existing but empty folder.
8773 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8775         * ps-mule.el: Customization fix, doc fix.
8776         (ps-multibyte-buffer): Customization fix.
8778 2000-04-17  Richard M. Stallman  <rms@gnu.org>
8780         * subr.el (read-passwd): Use read-char-exclusive.
8782 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
8784         * textmodes/texinfo.el (texinfo-insert-@email)
8785         (texinfo-insert-@emph, texinfo-insert-@quotation)
8786         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8787         (texinfo-mode-map): Add key bindings for them.
8789         * files.el (basic-save-buffer-2): Use a template with `$'
8790         instead of `#' for VMS.
8792         * simple.el (clone-indirect-buffer): New function.
8794 2000-04-16  Stephen Eglen  <stephen@gnu.org>
8796         * iswitchb.el (iswitchb-case): New function.  If the user input
8797         contains any upper-case characters, the search is made
8798         case-sensitive.
8800 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
8802         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8803         comment-end.
8804         (texinfo-font-lock-syntactic-keywords): New var.
8805         (texinfo-font-lock-keywords): Remove comment regexp.
8806         (texinfo-insert-block): New function.
8807         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
8808         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
8809         and font-lock-defaults.  Use regexp-opt for outline-regexp.
8810         (texinfo-environments): New var.
8811         (texinfo-environment-regexp): Use regexp-opt and
8812         texinfo-environments.
8814         * textmodes/ispell.el (ispell-menu-map-needed): Check that
8815         ispell-process is bound since this might be eval'd before ispell
8816         is loaded.
8817         (ispell-message): Use a tiny bit less magic and a bit more hard
8818         data to figure out what kind of sc-cite-regexp to use.
8820         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8822         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8823         (insert-cyclic-diary-entry): Unquote the lambda.
8825         * gud.el (gud-jdb-build-source-files-list): Fix typo.
8827         * files.el (backup-enable-predicate): Unquote the lambda.
8829         * cus-edit.el (custom-face, face): Unquote the lambda.
8831 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8833         * ps-print.el: Check for line-beginning-position definition.
8835         * ps-print.el: Fix counting lines in a region.
8836         (ps-print-version): New version number (5.1.5).
8837         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8838         (ps-printing-region): Fun code fix.
8840 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
8842         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8843         to file-directory-p.
8845 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
8847         * gud.el (gud-jdb-build-source-files-list): Check that directory
8848         exists before calling directory-files.
8850 2000-04-13  Dave Love  <fx@gnu.org>
8852         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
8853         syntax.
8855         * emacs-lisp/cl-specs.el: Remove when, unless.
8857         * emacs-lisp/cl-extra.el: Don't quote keywords.
8858         (cl-old-mapc): New variable.
8859         (mapc): Use it.
8860         (cl-map-intervals): Use with-current-buffer.  Don't check for
8861         next-property-change.
8862         (cl-map-overlays): Use with-current-buffer.
8863         (cl-expt): Remove.
8864         (copy-tree, remprop): Define unconditionally.
8866         * emacs-lisp/cl-compat.el (keywordp): Remove.
8868         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
8869         to use keywordp.
8870         (edebug-spec): Enable keywordp.
8872         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8873         string-lessp.
8875         * cus-start.el: Use keywordp.
8877 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8879         * diary-lib.el (include-other-diary-files): Fix the fix of
8880         2000-02-18 by doing a save-excursion.
8882 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8884         * ps-print.el: Customization fix, doc fix.
8885         (ps-print-version): New version number (5.1.4).
8886         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8887         (ps-print-preprint): Adjust code.
8888         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8889         (ps-print-prologue-header, ps-print-control-characters)
8890         (ps-spool-config): Customization fix.
8892 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8894         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8895         converted to the new menu-item format, names silightly changed,
8896         help strings added.
8898         Support for spelling without async subprocesses:
8900         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8901         (ispell-session-buffer): New variables.
8902         (ispell-start-process, ispell-process-status,
8903         ispell-accept-output, ispell-send-string): New functions, for
8904         Ispell invocation when async subprocesses aren't supported.
8905         (ispell-word, ispell-pdict-save, ispell-command-loop,
8906         ispell-process-line, ispell-buffer-local-parsing): Replace calls
8907         to process-send-string with calls to ispell-send-string, and
8908         accept-process-output with ispell-accept-output.
8909         (ispell-init-process): Call ispell-process-status instead of
8910         process-status with.
8911         (ispell-init-process): Call ispell-start-process.  Call
8912         ispell-accept-output and ispell-send-string.  Don't call
8913         process-kill-without-query and kill-process if they are unbound.
8914         (ispell-async-processp): New function.
8916 2000-04-12  Dave Love  <fx@gnu.org>
8918         * info.el: Add debug-ignored-errors.
8919         (Info-mode-menu): Add some items.
8920         (Info-directory): Add autoload cookie.
8922         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8923         Modify `truncate-lines'.  Make `describe-language-environment'
8924         always visible and add help.  Modify `describe-key' help.  Invoke
8925         Info-directory from `info'.  New entry `emacs-manual'.
8927 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8929         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8930         propertized-buffer-identification.
8931         (ebrowse-update-member-buffer-mode-line): Likewise.
8932         (ebrowse--mode-strings): Removed.
8933         (ebrowse--mode-line-props): Removed.
8935         * files.el (auto-mode-alist): Add `EBROWSE'.
8937         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8938         space before testing for end of buffer.
8939         (ebrowse-load): Removed.
8940         (ebrowse-revert-tree-buffer-from-file): Rewritten.
8941         (ebrowse-create-tree-buffer): Rewritten.
8942         (ebrowse-tree-mode): Read tree from buffer.
8944         * progmodes/ebrowse-ffh.el: Removed.
8946 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
8948         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8950 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
8952         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8953         at the wrong place.
8955 2000-04-09  Dave Love  <fx@gnu.org>
8957         * files.el (backup-enable-predicate): Use
8958         temporary-file-directory, small-temporary-file-directory.
8959         (make-backup-file-name-function, backup-directory-alist): New
8960         variables.
8961         (make-backup-file-name-1): New function.
8962         (make-backup-file-name): Use it.
8963         (find-backup-file-name): Likewise.  Use format for clarity, not
8964         concat.
8965         (file-newest-backup): Use make-backup-file-name.
8967 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
8969         * progmodes/ebrowse-ffh.el: New file.
8971         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8972         to ebrowse-ffh.el.
8973         (ebrowse-load): Add autoload.
8975         * finder.el (finder-commentary): Add autoload cookie.
8977         * mail/rfc2368.el: Correct author's email address.
8979         * progmodes/ebrowse.el: New file.
8981         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8982         item help string.
8983         (easy-menu-do-add-item): Ditto.
8984         (easy-menu-define): Extend doc string.
8986         * jit-lock.el (with-buffer-unmodified): Use
8987         restore-buffer-modified-p.
8988         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8989         (jit-lock-function, jit-lock-stealth-fontify): Don't use
8990         with-buffer-unmodified.
8992 2000-04-08  Dave Love  <fx@gnu.org>
8994         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8995         unless, when.
8997 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
8999         * viper-util.el (viper-put-on-search-overlay): New subroutine.
9000         (viper-flash-search-pattern): No operation when using Emacs
9001         doesn't support face.
9002         Use `viper-put-on-search-overlay'.
9004 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
9006         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9007         like C-r.
9009         * progmodes/make-mode.el: Some doc fixes.
9010         (makefile-mode-abbrev-table): New variable.
9011         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9012         (makefile-font-lock-keywords): Fontify includes and conditionals.
9013         (toplevel): Require `dabbrev' and `add-log' when compiling.
9015         * replace.el (perform-replace): Don't move forward one char
9016         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
9017         to do that because it leaves point 1 position after the last
9018         replacement, after everything has been replaced.
9020         * jit-lock.el (with-buffer-unmodified): New macro.
9021         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9022         modified state.
9023         (jit-lock-function-1): Extracted from jit-lock-function; not
9024         preserving buffer's modified state.
9025         (jit-lock-function, jit-lock-stealth-fontify): Call
9026         jit-lock-function-1.
9028         * mail/rfc2368.el: Remove supernumerary copyright line.
9030 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
9032         * glasses.el: Provide facilities for inserting space before left
9033         parentheses and uncapitalization of identifiers.
9034         (glasses-mode): Try to remove old overlays in all cases.
9036 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
9038         * progmodes/compile.el (compile-internal): Display the compilation
9039         buffer in a different frame, if it's already displayed there.
9041         * mail/rfc2368.el: New file.
9043         * simple.el (sendmail-user-agent-compose): Recognize a `body'
9044         header and insert its value as mail body.
9046         * subr.el (member-ignore-case): New function.
9048         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9049         (dabbrev--find-expansion): Ignore buffers matching a regexp
9050         from dabbrev-ignored-regexps.
9052         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9053         to extensions handled by gzip.
9055 2000-04-03  Richard M. Stallman  <rms@gnu.org>
9057         * files.el (insert-directory): List the total free space
9058         along with the used space.
9060         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9061         line is followed by one that matches CITATION-REGEXP, end the
9062         paragraph.
9064 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
9066         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9067         (rmail-make-basic-summary-line): Use that option.
9069 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
9071         * international/mule-cmds.el (encoded-string-description):
9072         Rewritten.   Try pretty description for ISO 2022 escape sequences
9073         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
9074         for hexadecimal format.
9076 2000-04-01  Dave Love  <fx@gnu.org>
9078         * cpp.el: Change customization group to `c' from `C'.
9080         * vcursor.el (vcursor-move): Use display-color-p.
9082         * international/mule-util.el: Provide mule-utils.
9083         (string-to-sequence): Simplify and speed up.
9085         * international/mule.el (make-coding-system): Purecopy doc-string.
9087         * international/mule-cmds.el: Various menu changes.
9088         (describe-specified-language-support): Handle `Default'.
9089         (set-language-info): Purecopy `info'.
9091 2000-03-31  Andrew Innes  <andrewi@gnu.org>
9093         * vc.el (vc-backend-diff): Return the correct status if we had to
9094         retry the rcsdiff command without the --brief option.
9096 2000-03-31  Dave Love  <fx@gnu.org>
9098         * help.el (help-manyarg-func-alist): Correct several omissions.
9100         * add-log.el: Don't require cl, fortran.
9101         (add-log-current-defun-function): Doc fix.
9102         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
9103         fix.
9104         (change-log-version-rcs): Function deleted.
9105         (change-log-version-number-search): Doc fix.  Use
9106         vc-workfile-version.  Avoid CL dolist.
9107         (add-change-log-entry): Just call add-log-current-defun to get
9108         defun.  Simplify somewhat.
9109         (change-log-get-method-definition-1): Likewise.
9110         (add-log-current-defun): Return nil if calling
9111         add-log-current-defun-function does so.  Move Fortran stuff to
9112         fortran.el.  Return string without properties.
9114         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9115         and :alpha: char classes.
9117         * mail/supercite.el: Defvar curline when compiling.
9118         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9119         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9120         rather than a-zA-Z0-9 to allow non-ASCII characters.
9122 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
9124         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9126         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9127         Re-enable new code.
9129         * lpr.el (print-region-1): Use -d to specify printer name for
9130         systems `usg-unix-v*, `dgux', `hpux', `irix'.
9132 2000-03-31  Dave Love  <fx@gnu.org>
9134         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9135         for function definition in symbol's function value slot first
9136         instead of first consulting byte-compile-function-environment.
9138 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
9140         * language/european.el ("Polish"): New language environment.
9141         (setup-polish-environment): New function.
9143 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
9145         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9146         Disable new code.
9148         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9149         trying to `load' the symbol of an autoload instead of the file
9150         recorded in the autoload.  Fix error messages.
9152 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9154         * ps-print.el: PostScript programming fix for ghostview, doc fix.
9155         (ps-print-version): New version number (5.1.3).
9156         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9157         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9158         (ps-generate-postscript-with-faces): Code fix.
9159         (ps-color-values): XEmacs compatibility.
9160         (ps-print-background-image, ps-print-background-text, ps-printer-name)
9161         (ps-default-fg, ps-default-bg): Adjust customization.
9162         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9163         (ps-color-scale): Renaming old ps-color-value fun.
9164         (ps-print-headers): Replace ps-print-header group to avoid conflict
9165         with ps-print-header variable.
9166         (ps-print-miscellany): New group.
9167         (ps-format-color, ps-rgb-color): New funs.
9168         (ps-default-foreground): New var.
9169         (ps-printer-name-option): New const.
9171 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
9173         * net/net-utils.el:
9174         (network-connection-host, network-connection-service): New variables
9175         (network-connection-mode): New mode, derived from comint-mode
9176         (network-connection-mode-setup): New function, saves host and
9177         service information in local variables.
9179         * lisp/locate.el:
9180         (locate-word-at-point): Added this function
9181         (locate): Default to using locate-word-at-point as input
9182         Run dired-mode-hook
9184 2000-03-29  Dave Love  <fx@gnu.org>
9186         * calendar/appt.el: Doc fixes.
9187         (appt-check): Convert min-to-app to a string before passing to
9188         appt-disp-window-function or concat.
9189         (appt-delete-window): Remove test for frame-root-window.
9190         (appt-select-lowest-window, appt-convert-time): Simplify.
9192         * emacs-lisp/bytecomp.el: Doc fixes.
9193         (byte-compile-file-form-autoload): Update
9194         byte-compile-function-environment.
9196 2000-03-29  Andreas Schwab  <schwab@suse.de>
9198         * emacs-lisp/autoload.el: Also print defsubst doc string
9199         specially.
9201         * dired.el (dired-insert-directory): If dired-free-space-program
9202         failed just delete its output.
9204 2000-03-29  Dave Love  <fx@gnu.org>
9206         * international/iso-cvt.el: Move provide to end.  Doc fixes.
9207         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9208         (iso-iso2sgml, iso-sgml2iso): New functions.
9209         (iso-cvt-define-menu): Fix some entries and use backquote for
9210         clarity.
9212         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9214 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
9216         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9217         ISO-DATE.  If non-nil, return date in ISO 8601 format.
9219 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
9221         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9222         if it ever becomes used.
9223         (log-edit-mode-hook): Default to vc-log-mode-hook.
9224         (log-edit-mode): Fix the docstring.
9226         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9227         the code.
9229 2000-03-26  Dave Love  <fx@gnu.org>
9231         * net/browse-url.el (browse-url): Re-fix case of
9232         browse-url-browser-function being an alist.
9233         (browse-url): Add :link to defgroup.
9235         * files.el: Doc fixes.
9236         (file-truename): Include `[' in wildcard characters.
9237         (automount-dir-prefix): Customize.
9238         (find-file-wildcards): Add :version.
9239         (find-file-noselect): Simplify a mapcar call.
9241         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9242         compatible with inf-lisp version.
9243         (eval-defun-1): Fix custom-declare-variable case.
9245 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
9247         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9249 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9251         * Makefile (COMPILE_FIRST): New macro.
9252         (compile-files): Compile files from COMPILE_FIRST first.
9254         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9255         code.
9257         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9258         matching open parenthesis in column 0 to defun-prompt-regexp
9259         only if open-paren-in-column-0-is-defun-start is set.
9261         * sun-curs.el: Require CL at compile-time only.
9263         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9264         instead of copy-list which is a function from CL.
9265         (msb--choose-menu, msb--mode-menu-cond)
9266         (msb--create-buffer-menu-2): Use dolist instead of mapc.
9267         (msb--init-file-alist): Use mapcar instead of mapcan.
9268         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
9269         `(' in column 0 in doc string.
9270         (msb--add-separators): Use mapcar instead of mapcan.
9272         * cus-dep.el: Require CL at compile-time only.
9274 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
9276         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9277         (byte-compile-warnings): New warning `noruntime'.
9278         (byte-compile-constants, byte-compile-variables): Fix docstring.
9279         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9280         execute `eval-whenc-compile's body.
9281         (byte-compile-unresolved-functions): Fix docstring.
9282         (byte-compile-eval): New function.
9283         (byte-compile-callargs-warn): Check if the function will be available
9284         at runtime (via property `byte-compile-noruntime').
9285         (byte-compile-print-syms): New function.
9286         (byte-compile-warn-about-unresolved-functions): Also warn about
9287         `noruntime' functions (and use `byte-compile-print-syms').
9288         (byte-compile-file): Capitalize the message.
9290 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
9292         * mail/rmail.el (rmail-confirm-expunge): New user-option.
9293         (rmail-expunge): Ask for confirmation depending on the setting
9294         of rmail-confirm-expunge.
9296 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
9298         * Makefile (bootstrap-clean): If $(emacs) exists, build
9299         loaddefs.el first.  A loaddefs.el that's not up-to-date might
9300         cause a bootstrap failure because things don't autoload as
9301         expected.
9303 2000-03-23  Dave Love  <fx@gnu.org>
9305         * net/browse-url.el: Restore previous use of
9306         browse-url-maybe-new-window.
9308 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9310         * ps-print.el: Skip banner page fix.
9311         (ps-print-version): New version number (5.1.2).
9312         (ps-begin-file, ps-end-file, ps-generate): Code fix.
9314 2000-03-23  Dave Pearson  <davep@davep.org>
9316         * net/quickurl.el Changed the type of parameter passed to the
9317         function defined by `quickurl-format-function'. Before only the
9318         text of the URL was passed. Now the whole URL structure is passed
9319         and the function is responsible for extracting the parts it
9320         requires.  Changed the default of `quickurl-format-function'
9321         accordingly.
9322         (quickurl-insert): Changed the `funcall' of
9323         `quickurl-format-function' to match the above change.
9324         (quickurl-list-insert): Changed the `url' case so that it makes
9325         use of `quickurl-format-function', previous to this the format was
9326         hard wired.
9328 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
9330         * startup.el: Change some spellings for the X Window System.
9332 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
9334         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9335         up the code and the regexp and make sure the cursor is temporarily
9336         moved to the suspicious line while querying the user.
9338 2000-03-22  Jason Rumney  <jasonr@gnu.org>
9340         * w32-fns.el (w32-charset-info-alist): Initialize.
9342 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9344         * ps-print.el: N-up last page fix.
9345         (ps-print-version): New version number (5.1.1).
9346         (ps-end-file, ps-end-job, ps-generate): Code fix.
9348 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9350         * files.el (find-file-run-dired): Update docstring.
9351         (find-directory-functions): New hook.
9352         (find-file-noselect): Run find-directory-functions rather than
9353         calling dired directly.
9355         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9357         * pcvs.el: Add a minimal leading commentary.
9358         (cvs-make-cvs-buffer): Change the header part by removing the startup
9359         message and adding a `Module' entry.  Also replace the FOOTER and
9360         HEADER special fileinfos with the new support in ewoc for updating
9361         its own footer and header.
9362         (cvs-update-header): Update to use the header/footer of the ewoc.
9363         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9364         (cvs-is-within-p): New function.
9365         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9366         to only examine some subset of the buffers.
9368         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9369         `format' instead of our own ad-hoc functions.
9370         Remove HEADER and FOOTER cases, now handled in the EWOC.
9371         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9373         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9374         output to avoid scaring the user.
9375         (cvs-parse-table): Catch message for non-up-to-date commits.
9377         * pcvs-defs.el (cvs-startup-message): Remove.
9378         (cvs-global-menu): New autoloaded menu.
9380         * pcvs-util.el (cvs-string-fill): Remove.
9382         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9383         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9384         PP part of it and also make it work for footers and headers.
9385         (ewoc-create): Drop POS and BUFFER arguments.
9386         Use the DLL's dummy node to store the end-of-footer position.
9387         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9388         (ewoc-refresh): Remove unused `header' variable.
9389         (ewoc-(get|set)-hf): New functions.
9391         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9392         log-view-*-(message|file) and use easy-mmode-define-navigation.
9393         (log-view-message-re): Match SCCS format as well.
9394         And match the revision line rather than the dashed separator line.
9395         (log-view-mode): Use the new define-derived-mode.
9396         (log-view-current-tag): Fill in with an actual implementation.
9398         * cvs-status.el (cvs-status-(prev|next)): Rename from
9399         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9400         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9401         to let the output "breathe" a little more (more readable).
9402         (cvs-status-mode): Use the new define-derived-mode.
9404         * smerge-mode.el (smerge-auto-leave): New function and variable.
9405         (smerge-basic-map): Rename from smerge-basic-keymap.
9406         Change the bindings for smerge-diff-*.
9407         (smerge-*-map): Use easy-mmode-defmap.
9408         (smerge-(next|prev)): Use easy-mmode-define-navigation.
9409         (smerge-keep-*): Use smerge-auto-leave.
9411 2000-03-21  Jason Rumney  <jasonr@gnu.org>
9413         * cus-edit.el (custom-button-face): Use 3D look for w32.
9414         (custom-button-pressed-face): Likewise.
9416 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
9418         * progmodes/etags.el (tags-case-fold-search): New user-option.
9419         (tags-loop-eval): New function.  Bind case-fold-search around eval
9420         depending on the value of tags-case-fold-search.
9421         (tags-loop-continue): Use tags-loop-eval.
9422         (find-tag-in-order): Bind case-fold-search depending on the value
9423         of tags-case-fold-search.
9425 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
9427         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9428         (diff-end-of-hunk): Return the end position for use in
9429         `easy-mmode-define-navigation'.
9430         (diff-recenter): Remove.
9431         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9432         of `easy-mmode-define-navigation'.
9433         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9434         previous renaming) and fix to use new names.
9435         (diff-merge-strings): Use \n as separator: simpler, faster.
9436         (diff-mode): Use `define-derived-mode'.
9438         * derived.el (define-derived-mode): Don't autoload anymore.
9439         Prefer the macro-only version provided by easy-mmode.el.
9441         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9442         `easy-mmode-define-derived-mode'.
9443         Use `combine-run-hooks'.
9444         (easy-mmode-define-navigation): New macro.
9446         * subr.el (combine-run-hooks): New function.
9448 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
9450         * term/x-win.el: Fontsets related initialization is simplified.
9452         * international/mule-diag.el (describe-font): Don't refer to
9453         global-fontset-alist, instead call font-list.
9454         (describe-fontset, list-fontsets, mule-diag): Likewise.
9455         (print-fontset): Adjusted for the change of fontset
9456         implementation.
9458         * international/fontset.el (x-charset-registries): Variable
9459         removed, instead the corresponding data is stored in the default
9460         fontset.
9461         (register-alternate-fontnames): Function removed.
9462         (resolved-ascii-font): Variable removed.
9463         (x-compose-font-name): Ignore the second argument REDOCE.
9464         (x-complement-fontset-spec): Complement only an ASCII font and
9465         element for those charsets than can use that ASCII font.
9466         (generate-fontset-menu): Don't refer to global-fontset-alist,
9467         instead call fontset-list.
9468         (uninstantiated-fontset-alist): Variable removed.
9469         (x-style-funcs-alist): Likewise.
9470         (fontset-default-styles): Likewise.
9471         (x-modify-font-name): Function removed.
9472         (create-fontset-from-fontset-spec): Ignore the argument
9473         STYLE-VARIANT.
9474         (create-fontset-from-ascii-font): Docsting adjusted for the above
9475         change.
9476         (instantiate-fontset, resolve-fontset-name): Functions removed.
9477         (fontset-list): Now implemented by C code.
9479         * faces.el (read-face-font): Fix TABLE arg to completing-read.
9480         (describe-face): Include `font' attribute in the description.
9482 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
9484         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9486 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
9488         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9489         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9490         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
9492         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9493         about behavior of set-buffer-modified-p wrt redisplay.
9495 2000-03-19  Richard M. Stallman  <rms@gnu.org>
9497         * view.el (view-mode-disable): Kill local binding of view-read-only.
9499 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
9501         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9502         is a string, convert it to a syntax cell using string-to-syntax.
9504         * simple.el (syntax-code-table, syntax-flag-table): New variables.
9505         (string-to-syntax): New function.
9507         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9508         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
9509         try to use passive ftp mode.
9511 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
9513         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
9515         * simple.el (append-to-buffer): Update point of windows after
9516         insertion.
9518         * abbrev.el (inverse-add-abbrev): Identify word by first moving
9519         forward then moving backward.  Reindent.
9521         * frame.el (other-frame): Call x-focus-frame only if
9522         focus-follows-mouse is off.
9524 2000-03-17  Dave Love  <fx@gnu.org>
9526         * pcvs-util.el (cvs-strings->string): Rename
9527         replace-regexps-in-string.
9529 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
9531         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9532         regexp for labels cannot span several lines.
9534         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
9535         `(setq :<key> ':<key>)' to the macro expansion.
9537 2000-03-16  Dave Love  <fx@gnu.org>
9539         * progmodes/f90.el (f90): Put custom group under `languages', not
9540         `fortran'.
9541         (f90-mode-hook): Customize.
9542         (f90-mode): Set add-log-current-defun-function.
9543         (f90-current-defun): New function.
9545 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
9547         * cus-edit.el (custom-variable-tag-face): Handle case that
9548         default face's height is not a number.
9549         (custom-face-tag-face, custom-group-tag-face-1)
9550         (custom-group-tag-face): Ditto.
9551         (custom-group-tag-face-1): Add :group.
9553         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9555 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
9557         * pcvs-defs.el (toplevel): Remove autoload cookie for form
9558         requiring easymenu.
9560 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9562         * ps-print.el: PostScript user-defined prologue, PostScript error
9563         handler, doc fix.
9564         (ps-print-version): New version number (5.1).
9565         (ps-user-defined-prologue, ps-error-handler-message)
9566         (ps-print-prologue-0, ps-error-handler-alist): New vars.
9567         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9568         (ps-insert-string): New function.
9570 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
9572         * international/ccl.el (ccl-compile-expression): Don't generate
9573         invalid self-assignment code.
9575 2000-03-14  Dave Love  <fx@gnu.org>
9577         * subr.el (replace-regexp-in-string): Renamed from
9578         replace-regexps-in-string.  Doc fix.
9580 2000-03-12  Dave Love  <fx@gnu.org>
9582         * cus-edit.el: Doc fixes.
9583         (customize-set-variable, customize-save-variable): Rename args for
9584         doc.
9585         (custom-variable-tag-face, custom-face-tag-face)
9586         (custom-group-tag-face-1, custom-group-tag-face): Modify from
9587         style which user identify as hyperlink.
9588         (hook): Don't add undefined functions to the hook.
9589         (debug-ignored-errors): Transfer message from bindings.el.
9591 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9593         * recentf.el (recentf-keep-non-readable-files-p): Remove
9594         double/nested definition.
9596 2000-03-12  Dave Love  <fx@gnu.org>
9598         * facemenu.el (facemenu-get-face): Use display-color-p.
9599         * enriched.el (enriched-decode-foreground): Likewise.
9600         (enriched-decode-background): Likewise.
9601         * isearch.el (isearch-highlight): Likewise.
9602         * info-look.el (info-lookup): Likewise.
9603         * simple.el (completion-setup-function): Likewise.
9605         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9606         :options.
9608         * bindings.el (mode-line-format): Fix line-number and
9609         column-number items.  Add help-echo for the background.
9610         (mode-line-mule-info): Modify help-echo.
9612         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9613         defcustom.
9615         * files.el (load-file): Allow completion to .elc.
9617         * man.el: Doc fixes.
9618         (Man-init-defvars): Use display-color-p to set fontification.
9620         * play/hanoi.el (hanoi-internal): Don't use oddp.
9622 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
9624         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9626         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9628 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9630         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9631         Fix comment.
9633 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
9635         * font-lock.el (font-lock-keywords): Fix the doc now that
9636         regexp-opt-depth is unnecessary.
9637         (save-buffer-state): Set an edebug spec.
9638         (font-lock-fontify-anchored-keywords): Properly handle the case when
9639         the matcher goes past the limit.
9641         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9642         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9644         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
9645         dll.el and cookie.el (from Elib) with heavy renaming and other
9646         massaging.
9648         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9649         Autoload the functions used.
9650         (easy-mmode-define-syntax): Fix CL typo.
9651         (easy-mmode-define-derived-mode): Improve the docstring generation.
9653 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
9655         * textmodes/texinfo.el (texinfo-version): Variable and function
9656         removed.
9658 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9660         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9661         allow more flexibility.
9662         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9663         fns.
9664         (easy-mmode-defmap, easy-mmode-defsyntax)
9665         (easy-mmode-define-derived-mode): New macros.
9667 2000-03-09  Didier Verna  <didier@xemacs.org>
9669         * rect.el (replace-rectangle): New function.
9671 2000-03-09  Dave Love  <fx@gnu.org>
9673         * progmodes/fortran.el (fortran-comment-line-start): Define as
9674         "C".
9675         (fortran-comment-line-start-skip): Don't match cpp stuff.
9676         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
9677         (fortran-mode-map): Remove over-eager custom-menu-create for now.
9678         (fortran-mode): Don't set fortran-comment-line-start-skip,
9679         fortran-comment-line-start here.  Set comment-start,
9680         add-log-current-defun.
9681         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9682         (fortran-current-defun): New function.
9684 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
9686         * emacs-lisp/re-builder.el: New file.
9688         * mouse.el (mouse-drag-region): Don't run up-event handler
9689         if hscroll has changed.
9691         * octave-mod.el (octave-font-lock-keywords): To font-lock the
9692         builtin operators, use `font-lock-builtin-face' for Emacs and
9693         `font-lock-preprocessor-face' otherwise.
9695         * font-lock.el (lisp-font-lock-keywords-1): Highlight
9696         `(defun (setf foo)' differently.
9698 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
9700         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
9701         (regexp-opt): Update comment and adapt the code the new meaning of
9702         the `paren' argument of regex-opt-group for shy-groups.
9703         (regexp-opt-depth): Handle shy groups as well as backslashed
9704         backslashes.
9705         (regexp-opt-group): Turn the leading comment into a docstring.
9706         Allow `paren' to be a string (the string to use to open a group).
9707         Remove open-presuf and close-presuf.  Instead of checking for `all
9708         one-char' and then later on check for `several one-char', handle
9709         both cases close together.  Also apply a more generic algorithm
9710         for suffixes (the mirror image of the algorithm used for
9711         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
9712         (regexp-opt-try-suffix): Removed.
9714         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
9715         from comint-mode-map, so we can just inherit from it.  Also, move
9716         the initialization into the `defvar' since there's no docstring
9717         anyway and it's fairly short.
9718         (inferior-scheme-mode): Define it as derived-mode: the code is
9719         shorter and this way we inherit from comint-mode-map rather than
9720         copying it.
9722         * subr.el (replace-regexps-in-string): Properly handle the case
9723         where we match an empty string.
9725         * comint.el (comint-exec-1): Add the current-dir to the exec-path
9726         when the command has a directory component (such as "./testml").
9727         Also fix a typo in the comment.
9729 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
9731         * Makefile (compile-files): Compile files one by one because
9732         that's the only way to ensure a clean compilation environment for
9733         each individual file.
9735         * frame.el (other-frame): Call x-focus-frame.
9737 2000-03-07  Dave Love  <fx@gnu.org>
9739         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9740         :require to defcustom.
9742         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9743         lists.
9745         * files.el (auto-mode-alist): Add configure.in.
9747         * progmodes/autoconf.el: New file.
9749 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
9751         * mail/mh-e.el: Change maintainer to `none'.
9753         * recentf.el (recentf-keep-non-readable-files-p): Quote args
9754         to remove-hook and add-hook.
9756 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9758         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9759         it as the default.
9760         (mail-send): Test mail-send-nonascii also for the new `mime' value.
9761         (sendmail-send-it): Conditionally add MIME headers specifying the
9762         used character set.
9764 2000-03-07  Dave Love  <fx@gnu.org>
9766         * winner.el: Fix keywords, autoload cookies.  Split
9767         eval-when-compile form to avoid compilation failure.
9769 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
9771         * international/mule.el: Modify comment about coding system
9772         property `coding-category'.
9773         (make-coding-system): New argument EOL-TYPE.  Pay attention to
9774         coding-category property of PROPERTIES.
9776         * international/mule-conf.el (coding-category-utf-8,
9777         coding-category-utf-16-be, coding-category-utf-16-le): New coding
9778         categories.  Include them in the argument for set-coding-priority.
9780         * international/mule-cmds.el (reset-language-environment): Include
9781         coding-category-utf-8, coding-category-utf-16-be, and
9782         coding-category-utf-16-le in the argument for set-coding-priority.
9783         (reset-language-environment): Initialize coding-category-utf-8,
9784         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9786 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
9788         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9789         code abstracted out of `bookmark-jump-noselect'.  Now tries info
9790         extensions as well as compression extensions.
9791         (bookmark-jump-noselect): Use above new func.
9793 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
9795         * strokes.el: Change maintainer's mail address.
9797 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
9799         * international/mule-diag.el (list-character-sets): Make help-echo
9800         string by substitute-command-keys.
9801         (list-character-sets): Likewise.
9802         (sort-listed-character-sets): Call help-setup-xref.
9804 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9806         * time.el (display-time-mail-file): Add `none' to the list of
9807         choices.
9809 2000-03-01  Dave Love  <fx@gnu.org>
9811         * help.el (help-xref-go-back): Don't try to set position.
9813         * international/mule-diag.el (list-character-sets): Call
9814         help-setup-xref.  Add help-echo to xrefs.
9815         (list-character-sets-1): Add help-echo to xrefs.
9817 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
9819         * frame.el (blink-cursor-mode): Switch cursor on when turning
9820         the mode off.
9822         * add-log.el (add-log-current-defun): Add support for
9823         Autoconf mode.
9825         * mail/rmail.el (rmail-quit-hook): New variable.
9827 2000-03-01  Dave Love  <fx@gnu.org>
9829         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9831         * help.el (help-xref-button): Add help-echo arg.
9832         (describe-function-1, describe-variable, help-make-xrefs): Use it.
9834         * faces.el (list-faces-display): Supply help-echo with
9835         help-make-xrefs.
9837         * facemenu.el (list-text-properties-at): Set help-xref-stack to
9838         nil.
9840 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
9842         * image.el (defimage): Look for image files in load-path.
9844         * frame.el (busy-cursor-delay-seconds): Change type to
9845         `number'.
9847 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9849         * recentf.el (recentf): Added version tag to the defgroup of
9850         recentf.
9852 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9854         * recentf.el (recentf-cleanup): Changed to remove excluded file
9855         too.
9856         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9857         action to select/unselect a file.
9858         (recentf-edit-list): Code cleanup and improvement.
9859         (recentf-open-more-files-action): `recentf-open-more-files' button
9860         widget action to open a file.
9861         (recentf-open-more-files): No more use standard completion but
9862         widgets.
9863         (recentf-more-collection): Deleted.
9864         (recentf-more-history): Deleted.
9865         (recentf-setup-more-completion): Deleted.
9867 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
9869         * recentf.el (recentf-mode): No more needs that Emacs is running
9870         under a window-system.
9872 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9874         * recentf.el (recentf-edit-list): New command to edit the recent
9875         list which allow the user to remove files.
9876         (recentf-edit-selected-items): New global variable, used by
9877         `recentf-edit-list' to hold the list of files to be removed from
9878         the recent list.
9879         (recentf-make-menu-items): Updated to display a "Edit list..."
9880         menu item.  Minor code cleanup.
9882 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9884         * recentf.el (recentf-open-more-files): New command to open files
9885         that are not displayed in the menu.
9886         (recentf-more-collection): New global variable holding the set of
9887         permissible completions used by `recentf-open-more-files'.
9888         (recentf-more-history): New global variable holding the history list
9889         used by `recentf-open-more-files' completion.
9890         (recentf-setup-more-completion): New function to setup completion for
9891         `recentf-open-more-files'.
9892         (recentf-make-menu-items): Updated to display a "More..." menu item.
9894 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9896         * recentf.el (recentf-menu-action): Doc fixed.
9898 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
9900         * recentf.el (recentf-menu-filter): Doc updated.
9901         (recentf-update-menu-hook): Allow menu filters to force menu update.
9902         (recentf-make-menu-items): New menu filter handling.
9903         (recentf-make-menu-item): New helper function.
9904         (recentf-menu-elements): New menu handling function.
9905         (recentf-sort-ascending): Updated to new menu filter handling.
9906         (recentf-sort-descending): Updated to new menu filter handling.
9907         (recentf-sort-basenames-ascending): New menu filter function.
9908         (recentf-sort-basenames-descending): New menu filter function.
9909         (recentf-show-basenames): New menu filter function.
9910         (recentf-show-basenames-ascending): New menu filter function.
9911         (recentf-show-basenames-descending): New menu filter function.
9913 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9915         * diary-lib.el (list-diary-entries): Don't try to go forward at
9916         the end of the buffer.
9918 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
9920         * international/mule-diag.el (list-character-sets): Completely
9921         rewritten.
9922         (sort-listed-character-sets): New function.
9923         (list-character-sets-1): Completely rewritten.
9924         (list-character-sets-2): New function.
9925         (non-iso-charset-alist): New variable.
9926         (decode-codepage-char): New function.
9927         (charset-history): New variable.
9928         (read-charset) (list-block-of-chars)
9929         (list-iso-charset-chars)
9930         (list-non-iso-charset-chars)
9931         (list-charset-chars): New functions.
9932         (mule-diag): Call list-character-sets-2, not
9933         list-character-sets-2.
9934         (dump-charsets): Likewise.
9936 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
9938         * dired-x.el (dired-filename-at-point): Add `@' to valid
9939         file name characters.
9940         (dired-filename-at-point): Handle ange-ftp file names.
9942         * frame.el (frame-notice-user-settings): Use assq-delete-all
9943         instead of assoc-delete-all.
9944         (frame-notice-user-settings): Ditto.
9946         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9947         Don't copy alist.
9949 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
9951         * calculator.el (calculator-use-menu): New option.
9952         (calculator-initial-bindings): Changed some bindings to work as
9953         macros.
9954         (calculator-forced-input): Removed.
9955         (calculator-restart-other-mode): New variable.
9956         (calculator-mode-map): Set up menu.
9958 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
9960         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9961         tags.
9963 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
9965         * viper-cmd.el (viper-envelop-ESC-key): added the option to
9966         translate all ESC key sequences.
9967         (viper-goto-mark-subr): restore markers for files for which
9968         they were saved.
9969         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9970         * viper-util.el (viper-set-replace-overlay-glyphs,
9971         viper-set-replace-overlay): always check if the replacement
9972         overlay is live.
9973         * viper.el (viper-vi-state-mode-list): added major modes.
9974         * ediff-wind.el: minor comment changes.
9975         * ediff.el: copyright notice date fix.
9977 2000-02-27  Jason Rumney  <jasonr@gnu.org>
9979         * faces.el (face-font-family-alternatives): Add arial to helv.
9980         (mode-line, header-line, tool-bar): Same default as x for w32.
9981         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9982         face-font-family-alternatives from working.
9983         * term/w32-win.el (mouse-set-font): Do not build fontset from
9984         chosen font.
9986 2000-02-25  Sam Steingold  <sds@goems.com>
9988         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
9989         properly.
9991 2000-02-25  Richard M. Stallman  <rms@gnu.org>
9993         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9995 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
9997         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9998         writable.
10000         * frame.el (busy-cursor-delay-seconds): New option.
10002 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
10004         * frame.el (show-cursor-in-non-selected-windows): New option.
10006 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10008         * diary-lib.el (include-other-diary-files): Undo the selective
10009         display in any included file and don't kill it.
10011 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
10013         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10014         bar.  Menu items converted to (menu-item format, help strings
10015         added.
10016         [downcase, upcase]: Don't enable on MS-DOS.
10017         [symlink, symlinks]: Don't show if make-symbolic-link is not
10018         bound.
10019         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10021 2000-02-23  Dave Love  <fx@gnu.org>
10023         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10024         (backward-kill-word): Revert addition of * to interactive spec --
10025         it's a feature.
10027         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10028         (backward-kill-sentence, kill-sentence): Likewise.
10030         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10031         scratch buffer name.
10032         (gud-format-command): Use int-to-string in ?l case.  Simplify
10033         slightly.
10035         * term/w32-win.el (internal-face-interactive): Update prompt for
10036         new read-face-name.
10038         * mail/footnote.el (footnote): Add :version to defgroup.
10039         (footnote-section-tag-regexp): Customize.
10040         (footnote-start-tag, footnote-end-tag): New option.
10041         (footnote-latin-regexp): New variable.
10042         (Footnote-latin): New function.
10043         (footnote-style-alist): Add element for latin style.
10044         (footnote-style): Moved.
10045         (Footnote-goto-footnote): Use eq to test arg.
10047         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10049         * emacs-lisp/byte-opt.el: Change old backquote syntax.
10050         (byte-compile-trueconstp): Include keywords.
10051         (byte-optimize-quote, byte-optimize-lapcode): Use
10052         byte-compile-const-symbol-p.
10053         (byte-optimize-char-before): New optimization.
10055         * emacs-lisp/bytecomp.el: Change old backquote syntax.
10056         (byte-compile-const-symbol-p): New function.
10057         (byte-compile-constp, byte-compile-out-toplevel)
10058         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10059         Use it.
10061         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
10063 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
10065         * international/encoded-kb.el: Be sure to update minor-mode-alist
10066         and minor-mode-map-alist.
10067         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10068         codes SS2 and SS3 correctly.
10069         (encoded-kbd-self-insert-ccl): New function.
10070         (encoded-kbd-setup-keymap): New function.
10071         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
10072         by calling encoded-kbd-setup-keymap.
10074         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10075         characters.
10076         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10077         locally.
10079 2000-02-22  Dave Love  <fx@gnu.org>
10081         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10082         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10083         defvar.
10084         (lisp-mode-syntax-table): Set up for #|...|# comments.
10085         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
10086         classes.  Match `defface'.
10087         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10088         (eval-defun-1): Fix for defcustom.
10089         (lisp-indent-region): Doc fix.
10091         * subr.el (when, unless, split-string): Doc fix.
10092         (read-passwd): Move call of clear-this-command-keys to the right
10093         place.
10094         (replace-regexps-in-string): New function.
10096 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
10098         * help.el (describe-variable): Set syntax table to
10099         emacs-lisp-mode-syntax-table when moving forward over the
10100         symbol's name.
10102 2000-02-22  Dave Love  <fx@gnu.org>
10104         * xt-mouse.el: Doc fixes.
10105         (xterm-mouse-position-function): New function, replacing advice of
10106         mouse-position.
10107         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
10109         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10111 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
10113         * format.el (format-annotate-single-property-change): Handle
10114         properties.with dotted-list values.
10115         (format-proper-list-p): New function.
10117         * enriched.el (enriched-face-ans): Handle '(foreground-color
10118         . COLOR) and (background-color . COLOR).
10120 2000-02-20  Dave Love  <fx@gnu.org>
10122         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10123         and assignments to it.
10124         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10125         current local map.
10126         (make-flyspell-overlay): Use it.
10127         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10129         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10130         (lm-get-header-re): Defun, not defsubst.
10131         (lm-get-package-name): Defun, not defsubst.  Simplify.
10132         (lm-version): Doc fix.  Simplify.
10133         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10134         (lm-crack-address, lm-last-modified-date, lm-commentary)
10135         (lm-verify, lm-synopsis): Simplify.
10136         (lm-report-bug): Require emacsbug.  Use compose-mail.
10138 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
10140         * dired.el (dired-mode): Call propertized-buffer-identification
10141         to set mode-line-buffer-identification to something having
10142         the right text properties.
10144         * bindings.el (propertized-buffer-identification): New function.
10146 2000-02-20  Dave Love  <fx@gnu.org>
10148         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10149         check for t-mouse too.
10151         * cus-start.el: Make echo-keystrokes `number'.
10153 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
10155         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10156         Don't call ring-empty-p unless tags-location-ring is bound.
10157         From Noah Friedman <friedman@splode.com>.
10159 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
10161         * progmodes/hideshow.el (hs-flag-region): No longer use
10162         `intangible' overlay property.
10164         (hs-toggle-hiding): New command.
10165         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10167         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10168         Fix omission bug: Run `hs-minor-mode-hook' for both activation
10169         and deactivation.
10171 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
10173         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10175 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10177         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10179         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10180         of `*' to handle `(* ... *)' comments.
10182 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
10184         * faces.el (list-faces-display): Use display-mouse-p instead of
10185         window-system.
10187         * menu-bar.el (global-map): Menu-bar items converted to the new
10188         format (menu-item..., rearranged for better CUA compliance, and
10189         their names changed for better clarity.  Help strings added.
10191         * international/mule-cmds.el (mule-menu-keymap)
10192         (describe-language-environment-map, set-coding-system-map)
10193         (setup-language-environment-map): Convert to new (menu-item...
10194         form, add help strings.  Change names of menu items for better
10195         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
10196         submenu).
10198 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
10200         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10201         within the code.
10203 2000-02-16  Dave Love  <fx@gnu.org>
10205         * faces.el: Don't require custom.  Add more specific :groups to
10206         various deffaces.
10207         (set-face-attribute): Purecopy args.
10208         (read-face-name): Default to name at point and use it in prompt.
10209         Remove colon from arg in all callers.
10210         (list-faces-display): Hyperlink to face descriptions and customize
10211         buffers.
10213 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10215         * wid-edit.el (widget-match-inline): An atom never matches a
10216         list.
10218 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10220         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10221         at ':' characters by call to split-string.
10223 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10225         * textmodes/bibtex.el: Added RCS version identification.
10227 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10229         * textmodes/bibtex.el: Some temporary comments removed.
10230         (bibtex-field-name, bibtex-entry-type): Made the relationship
10231         explicit.
10232         (bibtex-field-const): Allow capital letters.
10233         (bibtex-start-of-string): Deleted because unused.
10235         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10236         use the term 'reference' to describe a bibtex entry as a whole.
10237         Further, reference keys are no longer called 'labels'.
10238         (bibtex-keys): Renamed to bibtex-reference-keys.
10239         (bibtex-reformat-previous-labels): Renamed to
10240         bibtex-reformat-previous-reference-keys.
10241         (bibtex-reference-type): Renamed to bibtex-entry-type.
10242         (bibtex-reference-head): Renamed to bibtex-entry-head.
10243         (bibtex-reference-maybe-empty-head): Renamed to
10244         bibtex-entry-maybe-empty-head.
10245         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10246         (bibtex-search-reference): Renamed to bibtex-search-entry.
10247         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10248         bibtex-enclosing-entry-maybe-empty-head.
10249         (bibtex-entry-field-alist, bibtex-entry-head,
10250         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10251         bibtex-map-entries, bibtex-search-entry,
10252         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10253         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10254         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10255         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10256         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10257         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10258         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10260 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10262         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10263         comment.
10264         (bibtex-format-field-delimiters): New function, functionality
10265         extracted from bibtex-format-entry.
10266         (bibtex-autokey-get-yearfield-digits): New function, functionality
10267         extracted from bibtex-autokey-get-yearfield.
10269         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10270         entries in order to avoid stack overflow in the regexp matcher if
10271         field contents become large.
10272         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10273         bibtex-field-string-part-not-braced,
10274         bibtex-field-string-part-no-inner-braces,
10275         bibtex-field-string-part-1-inner-brace,
10276         bibtex-field-string-part-2-inner-braces,
10277         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10278         bibtex-field-string-quoted, bibtex-field-string,
10279         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10280         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10281         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10282         as parsing is now performed by the following functions.
10283         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10284         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10285         bibtex-parse-field-string, bibtex-search-forward-field-string,
10286         bibtex-parse-association, bibtex-field-name-for-parsing,
10287         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10288         bibtex-search-forward-field, bibtex-search-backward-field,
10289         bibtex-start-of-field, bibtex-end-of-field,
10290         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10291         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10292         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10293         bibtex-parse-string, bibtex-search-forward-string,
10294         bibtex-search-backward-string, bibtex-start-of-string,
10295         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10296         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10297         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10298         entries.  Instead of reporting the results of the parsing by
10299         match-beginning or match-end, these functions return data structures
10300         that hold the corresponding positions.
10301         (bibtex-enclosing-field): Changed to also report field boundaries by
10302         return values rather than by match-beginning or match-end.  The
10303         following functions have been adapted to use the new parsing
10304         functions.
10305         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10306         bibtex-enclosing-field, bibtex-format-entry,
10307         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10308         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10309         bibtex-print-help-message, bibtex-end-of-entry,
10310         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10311         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10312         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10313         method for parsing.
10314         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10315         bibtex-map-entries, bibtex-flash-head,
10316         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10317         bibtex-autokey-change, bibtex-autokey-get-namefield,
10318         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10319         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10320         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10321         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10322         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10323         order to make the new binding of case-fold-search immediately
10324         visible.
10326 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10328         * textmodes/bibtex.el: Copyright notice is up to date.
10329         Added constant 'bibtex-maintainer-salutation.
10331         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10332         than make-temp-name, use match-string-no-properties and eliminate
10333         a quadratic behavior when building bibtex-strings.
10335         * bibtex.el (bibtex-reference-key): Accept string entries whose
10336         reference key contains upper case letters.
10338 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10340         * bibtex.el (bibtex-reference-head): Allow entries to start with
10341         a new line.
10343 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10345         * bibtex.el: Hiding of entry bodies is not longer provided by
10346         bibtex.el directly.  Instead the hideshow package can be used.
10347         Added a special bibtex entry to hs-special-modes-alist.
10348         (bibtex-hs-forward-sexp): Added for hideshow.el.
10350 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10352         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10353         at ':' characters by call to split-string.
10355 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10357         * textmodes/bibtex.el: Added RCS version identification.
10359 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10361         * textmodes/bibtex.el: Some temporary comments removed.
10362         (bibtex-field-name, bibtex-entry-type): Made the relationship
10363         explicit.
10364         (bibtex-field-const): Allow capital letters.
10365         (bibtex-start-of-string): Deleted because unused.
10367         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
10368         use the term 'reference' to describe a bibtex entry as a whole.
10369         Further, reference keys are no longer called 'labels'.
10370         (bibtex-keys): Renamed to bibtex-reference-keys.
10371         (bibtex-reformat-previous-labels): Renamed to
10372         bibtex-reformat-previous-reference-keys.
10373         (bibtex-reference-type): Renamed to bibtex-entry-type.
10374         (bibtex-reference-head): Renamed to bibtex-entry-head.
10375         (bibtex-reference-maybe-empty-head): Renamed to
10376         bibtex-entry-maybe-empty-head.
10377         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10378         (bibtex-search-reference): Renamed to bibtex-search-entry.
10379         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10380         bibtex-enclosing-entry-maybe-empty-head.
10381         (bibtex-entry-field-alist, bibtex-entry-head,
10382         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10383         bibtex-map-entries, bibtex-search-entry,
10384         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10385         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10386         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10387         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10388         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10389         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10390         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10392 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10394         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10395         comment.
10396         (bibtex-format-field-delimiters): New function, functionality
10397         extracted from bibtex-format-entry.
10398         (bibtex-autokey-get-yearfield-digits): New function, functionality
10399         extracted from bibtex-autokey-get-yearfield.
10401         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10402         entries in order to avoid stack overflow in the regexp matcher if
10403         field contents become large.
10404         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10405         bibtex-field-string-part-not-braced,
10406         bibtex-field-string-part-no-inner-braces,
10407         bibtex-field-string-part-1-inner-brace,
10408         bibtex-field-string-part-2-inner-braces,
10409         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10410         bibtex-field-string-quoted, bibtex-field-string,
10411         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10412         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10413         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10414         as parsing is now performed by the following functions.
10415         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10416         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10417         bibtex-parse-field-string, bibtex-search-forward-field-string,
10418         bibtex-parse-association, bibtex-field-name-for-parsing,
10419         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10420         bibtex-search-forward-field, bibtex-search-backward-field,
10421         bibtex-start-of-field, bibtex-end-of-field,
10422         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10423         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10424         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10425         bibtex-parse-string, bibtex-search-forward-string,
10426         bibtex-search-backward-string, bibtex-start-of-string,
10427         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10428         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10429         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10430         entries.  Instead of reporting the results of the parsing by
10431         match-beginning or match-end, these functions return data structures
10432         that hold the corresponding positions.
10433         (bibtex-enclosing-field): Changed to also report field boundaries by
10434         return values rather than by match-beginning or match-end.  The
10435         following functions have been adapted to use the new parsing
10436         functions.
10437         (bibtex-skip-to-valid-entry, bibtex-search-reference,
10438         bibtex-enclosing-field, bibtex-format-entry,
10439         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10440         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10441         bibtex-print-help-message, bibtex-end-of-entry,
10442         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10443         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10444         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10445         method for parsing.
10446         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10447         bibtex-map-entries, bibtex-flash-head,
10448         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10449         bibtex-autokey-change, bibtex-autokey-get-namefield,
10450         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10451         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10452         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10453         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10454         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10455         order to make the new binding of case-fold-search immediately
10456         visible.
10458 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10460         * textmodes/bibtex.el: Copyright notice is up to date.
10461         Added constant 'bibtex-maintainer-salutation.
10463         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10464         than make-temp-name, use match-string-no-properties and eliminate
10465         a quadratic behavior when building bibtex-strings.
10467         * bibtex.el (bibtex-reference-key): Accept string entries whose
10468         reference key contains upper case letters.
10470 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10472         * bibtex.el (bibtex-reference-head): Allow entries to start with
10473         a new line.
10475 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10477         * bibtex.el: Hiding of entry bodies is not longer provided by
10478         bibtex.el directly.  Instead the hideshow package can be used.
10479         Added a special bibtex entry to hs-special-modes-alist.
10480         (bibtex-hs-forward-sexp): Added for hideshow.el.
10482 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10484         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
10485         proceedings entry type (for cross referencing). Thanks to Wagner
10486         Toledo Correa for the suggestion.
10488         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
10490 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
10492         * international/characters.el: Setup case table for Vietnamese.
10494 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
10496         * uniquify.el (toplevel): Require CL at compile time.
10497         (uniquify-push): Removed.
10499         * shadowfile.el (shadow-when): Removed.
10501         * tempo.el (tempo-dolist, tempo-mapc): Removed.
10502         (tempo-process-and-insert-string): Use dolist instead of
10503         tempo-dolist.
10505         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10506         regexp for paragraph-start.
10508         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10509         commas as well.
10511 2000-02-10  Dave Love  <fx@gnu.org>
10513         * wid-edit.el: (widgets) [defgroup]: Remove url link.
10514         (widget-color-choice-list, widget-color-history, widget-mouse-help):
10515         Deleted.
10516         (widget-specify-field, widget-specify-button): Don't use
10517         widget-mouse-help as help-echo property.
10518         (default): Use #'ignore for :validate and :mouse-down-action.
10519         (checkbox): Add help-echo.
10520         (widget-sexp-validate): Rewritten to clarify error messages.
10521         (character): Use char-valid-p in :match function.
10522         (widget-color-complete): Use facemenu-color-alist.
10523         (widget-color-action): Use facemenu-read-color.
10525         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
10526         set up `caar' &c that we now have.
10528 2000-02-09  Ray Blaak  <blaak@gnu.org>
10530         * delphi.el: Make resourcestring a declaration region, like const
10531         and var.
10533 2000-02-09  Dave Love  <fx@gnu.org>
10535         * bindings.el (mode-line-input-method-map): New variable.
10536         (mode-line-mule-info): Use it; fix last change.
10537         (mode-line-mode-menu): Move definition.
10538         (mode-line-mouse-sensitive-p): Deleted.
10539         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10540         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
10541         level.
10543         * startup.el (command-line-1): Don't call
10544         make-mode-line-mouse-sensitive.
10546 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10548         * mail/rmail.el (rmail-retry-failure): Use
10549         rmail-beginning-of-message before rmail-toggle-header, because the
10550         former toggles headers.
10552 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
10554         * diff-mode.el (diff-kill-junk): New interactive function.
10555         (diff-reverse-direction): Use delete-and-extract-region.
10556         (diff-post-command-hook): Restrict the area so that the hook also works
10557         outside of any diff hunk.  This is necessary for the minor-mode.
10558         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10559         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10561         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10562         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10563         so that it can be used more easily in <foo>-mode-hook.  Also make sure
10564         to avoid duplicate entries.
10565         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10566         (font-lock-remove-keywords): Just as was done for `add', allow it to
10567         work even if font-lock-mode is nil.  Also make sure we don't modify
10568         any pre-existing list by forcing a copy-sequence.  Finally rename
10569         `major-mode' to `mode'.
10570         (font-lock-fontify-syntactic-anchored-keywords)
10571         (font-lock-fontify-anchored-keywords)
10572         (font-lock-fontify-keywords-region): Use line-end-position.
10573         Don't make `font-lock-multiline' local (it's now done in
10574         font-lock-set-defaults).
10575         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
10576         move the `font-lock-fontified' creation to inside the `unless'.
10578 2000-02-06  Andrew Innes  <andrewi@gnu.org>
10580         * term/w32-win.el (x-handle-args): Comment out call to message,
10581         which occurs before window system is initialized.
10583         * makefile.nt: Add support for recompiling lisp code.
10585 2000-02-04  Dave Love  <fx@gnu.org>
10587         * bindings.el (mode-line-mule-info): Fix/extend last change.
10589         * completion.el: Replace completion-dolist with dolist.
10591         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10592         dotimes.
10594 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10596         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10597         environment names before they go into the section regexp.
10599         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10600         char class in regexp.
10602         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10603         `case-fold-search' to nil.
10605         * progmodes/idlwave.el (idlwave-template): Respect
10606         `idlwave-abbrev-change-case'.
10607         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10608         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10609         idlwave-while): respect `idlwave-reserved-word-upcase'.
10610         (idlwave-rw-case): New function.
10611         (idlwave-statement-match): Fixed problem with assignment regexp.
10612         (idlwave-font-lock-keywords): Improved regexp for keyword
10613         parameters.
10614         (idlwave-surround): New argument LENGTH to support padding of
10615         operators longer than 1 char.
10617         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10618         idlwave-shell-expression-overlay.  Implemented printing of
10619         expressions on higher levels of the calling stack.
10620         (idlwave-shell-display-level-in-calling-stack): Restore stack
10621         level.
10622         (idlwave-retrieve-expression-from-level): New function.
10623         (idlwave-shell-last-calling-stack): Variable removed.
10624         (idlwave-shell-reset): Argument action reversed (`visible' to
10625         `hidden').  Also remove stop-line overlay.
10626         (idlwave-shell-calling-stack-routine): New variable.
10627         (idlwave-shell-parse-stack-and-display): Messages now display
10628         negative level numbers.
10629         (idlwave-shell-mode): Set `modeline-format'.
10630         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10631         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10632         21.
10633         (idlwave-shell-print-expression-function): New option.
10635         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10636         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10637         `tool-bar' instead of `toolbar'.
10639 2000-02-02  Dave Love  <fx@gnu.org>
10641         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10642         emacs-lisp-mode-hook.  Don't check for defalias being defined.
10644         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10645         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
10646         the new builtins directly.
10648         * whitespace.el (whitespace): Add :version to defgroup.
10650         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10651         Doc fix.
10653         * thingatpt.el (sexp-at-point, symbol-at-point)
10654         (number-at-point, list-at-point): Add autoload cookie.
10656         * recentf.el (recentf): Add :version to defgroup.
10658         * quickurl.el (quickurl): Add :version to defgroup.
10660         * elide-head.el (elide-head): Use point-marker more.
10662         * bs.el (bs): Add :version to defgroup.
10664         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10666         * progmodes/delphi.el (delphi): Add :version to defgroup.
10668 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
10670         * ange-ftp.el (ange-ftp-write-region): Handle case that
10671         succeeding process operation sets a different coding system.
10673         * calculator.el: New file.
10675 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10677         * frame.el (frames-on-display-list, framep-on-display): New
10678         functions.
10679         (display-mouse-p, display-popup-menus-p, display-graphic-p)
10680         (display-selections-p, display-screens, display-pixel-width)
10681         (display-pixel-height, display-mm-width, display-mm-height)
10682         (display-backing-store, display-save-under, display-planes)
10683         (display-color-cells, display-visual-class): New functions.
10685         * term/tty-colors.el (tty-color-gray-shades): New function.
10687         * faces.el (display-color-p): Use framep-on-display.
10688         (display-grayscale-p): New function.
10690 2000-01-31  Dave Love  <fx@gnu.org>
10692         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10693         (create-fontset-from-x-resource): Don't concat integers.
10695 2000-01-31  Inge Frick  <inge@nada.kth.se>
10697         * view.el: Some changes in documentation.  Removed some trailing
10698         whitespace. Changed some parameter names to agree with
10699         documentation.
10700         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10701         window is not deleted.  Modifies change 1998-04-26.
10703 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
10705         * windmove.el: New file.
10707         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10708         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10709         progmodes/ebnf-yac.el: Update copyright and license info.
10711         * jit-lock.el (jit-lock-function): Widen before calculating end
10712         position.
10713         (jit-lock-stealth-chunk-start): Rewritten.
10715         * info.el (Info-title-face-alist): Removed.
10716         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10717         faces.
10718         (Info-fontify-node): Use these faces.
10720 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
10722         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10723         (cl-macro-list1): Recognize `&allow-other-keys' instead of
10724         `&allow-other-keywords'.
10726         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10727         the list of directories scanned heuristically.
10729         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10730         exist.
10732 2000-01-30  Jason Rumney  <jasonr@gnu.org>
10734         * w32-fns.el: Define w32-tty-standard-colors.
10736         * startup.el (command-line): Use w32-tty-standard-colors when in
10737         w32 console mode.
10739 2000-01-30  Dave Love  <fx@gnu.org>
10741         * jka-compr.el (jka-compr-load): Fix up load-history.
10743         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10745         * emacs-lisp/cl-macs.el: Revert previous change.
10747 2000-01-29  Dave Love  <fx@gnu.org>
10749         * facemenu.el: Purecopy various strings.
10751         * timezone.el (timezone-fix-time): Window against 69 for two-digit
10752         years.  Deal with three-digit years.
10754         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10755         defconst, purecopy.
10756         (help-back-label): Purecopy it.
10758 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10760         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10761         variable. If non-nil, order the buffer list according to the
10762         currently selected frame.
10763         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10764         non-nil, pass the selected frame to function buffer-list.
10766 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10768         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10770 2000-01-28  Dave Love  <fx@gnu.org>
10772         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10774         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10775         Don't use lisp-indent-hook property.
10776         (cl-abs): Remove.
10778         * subr.el: Move out indent and edebug specs for when and unless.
10780         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10781         when, unless.
10783         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10784         unless, when.
10786 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
10788         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10789         `collecting' as synonym for `collect'.
10791         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10792         for the case it contains spaces.
10794         * simple.el (what-cursor-position): Change formatting of
10795         messages.
10797         * frame.el (delete-other-frames): New function.
10798         (toplevel): Bind it to C-x 5 1.
10800         * sort.el (sort-numeric-base): New option.
10801         (sort-numeric-fields): If number starts with `0' or `0[xX[',
10802         interpret it as octal or hexadecimal.  Use sort-numeric-base
10803         as default base.
10805         * progmodes/glasses.el: New file.
10807 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
10809         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10810         userids differently.
10812         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10813         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10814         progmodes/ebnf-yac.el: New files.
10816 2000-01-26  Dave Love  <fx@gnu.org>
10818         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10819         on a function with an empty body.  [From Eric Ludlam.]
10821 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
10823         * vc.el (vc-version-diff): Make sure file name is expanded.
10825 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
10827         * scroll-bar.el (scroll-bar-timer): Variable removed.
10828         (scroll-bar-toolkit-scroll): Don't use a timer.
10830 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
10832         * language/thai-util.el (thai-composition-function): Delete
10833         superfluous `a'.
10835 2000-01-24  Dave Love  <fx@gnu.org>
10837         * fortran.el (fortran-mode): Use beginning-of-defun-function,
10838         end-of-defun-function.
10840         * font-lock.el (turn-on-font-lock): Don't depend on window-system
10841         &c.
10843 2000-01-22  Jason Rumney  <jasonr@gnu.org>
10845         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10846         conflicts with new face support.
10848 2000-01-22  Richard M. Stallman  <rms@gnu.org>
10850         * replace.el (query-replace): Rename last arg to DELIMITED.
10851         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10852         (query-replace-regexp): Likewise.
10854 2000-01-20  Richard M. Stallman  <rms@gnu.org>
10856         * subr.el (with-syntax-table): Use make-symbol, not gensym.
10858         * emacs-lisp/lisp.el (beginning-of-defun-function):
10859         Variable renamed from beginning-of-defun.
10860         Do not call make-variable-buffer-local.
10861         (beginning-of-defun-raw): Use new variable name; doc fix.
10862         (beginning-of-defun): Doc fix.
10863         (end-of-defun-function): Variable renamed from end-of-defun.
10864         Do not call make-variable-buffer-local.
10865         (end-of-defun): Use new variable name; doc fix.
10867         * subr.el (dolist, dotimes): Copied from cl-macs.el
10868         and made to work.
10870         * mail/undigest.el (rmail-digest-end-regexps):
10871         Variable replaces rmail-digest-end-regexp.
10872         Allows multiple regexps for detecting the end line.
10873         (undigestify-rmail-message): Corresponding changes.
10875 2000-01-19  Dave Love  <fx@gnu.org>
10877         * files.el (user-init-file): Don't declare here -- is primitive.
10879         * startup.el (command-line): Check for compiled user-init-file and
10880         set to uncompiled version if necessary.
10882 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
10884         * mail/undigest.el (rmail-digest-end-regexp): New user option.
10885         (undigestify-rmail-message): Use it.
10887         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10889 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
10891         * tmm.el (tmm-goto-completions): Adapt to prompt being part
10892         of mini-buffer.
10894 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
10896         * emacs-lisp/copyright.el (copyright-update): Removed the
10897         requirement for a trailing space from `copyright-regexp', to
10898         support copyrights with owner specified on a separate line..
10900         * align.el: New file.
10902         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10904         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10906 2000-01-13  Dave Love  <fx@gnu.org>
10908         * ph.el: Removed.  (Obsoleted by EUDC.)
10910 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10912         * net/eudc.el (toplevel): Remove autoloaded code installing
10913         menu with easymenu, because that causes build problems.
10915         * frame.el (frame-notice-user-settings): New variable.
10916         (frame-notice-user-settings): Don't modify frame parameters
10917         if called a second time.
10919 2000-01-13  Richard M. Stallman  <rms@gnu.org>
10921         * frame.el (frame-notice-user-settings):
10922         Notice default-frame-parameters even for non-window frames.
10924 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10926         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10927         for Emacs.
10928         (eudc-bob-can-display-inline-images): Extend for Emacs.
10929         (eudc-bob-toggle-inline-display): Ditto.
10930         (eudc-bob-display-jpeg): Ditto.
10932 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
10934         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10935         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10936         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
10938         * add-log.el (add-change-log-entry): Fix error trying an `(insert
10939         nil)'.
10941         * subdirs.el: Add `net' directory.
10943         * net: New directory.
10945         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10946         eval-last-sexp.  Don't bind debug-on-error here.
10947         (eval-last-sexp): New function.  Bind debug-on-error if
10948         eval-expression-debug-on-error is non-nil.
10949         (eval-defun-2, eval-defun): Likewise.
10951         * simple.el (eval-expression): Don't bind debug-on-error if
10952         eval-expression-debug-on-error is nil.  Detect changed
10953         debug-on-error, and propagate new value to global binding, if
10954         eval-expression-debug-on-error is non-nil,
10955         (eval-expression-debug-on-error): Change doc string.
10957 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10959         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10961         * emacs-lisp/lisp-mode.el (with-syntax-table):
10962         Set up lisp-indent-function property.
10964         * subr.el (with-syntax-table): Moved from simple.el.
10966         * simple.el (with-syntax-table): Moved to subr.el.
10968 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
10970         * tmm.el (tmm-shortcut): Delete region after prompt instead
10971         of erasing buffer.
10973         * textmodes/fill.el (fill-common-string-prefix): New function.
10974         (fill-context-prefix): Use the longest common prefix of first
10975         and second line fill prefix, if there is one.
10977 2000-01-11  Richard M. Stallman  <rms@gnu.org>
10979         * array.el (array-mode): Don't use make-variable-buffer-local.
10980         Use make-local-variable for `truncate-lines'.
10982 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
10984         * add-log.el (add-log-current-defun): Handle user-defined
10985         add-log-current-function returning nil,
10987         * add-log.el (add-change-log-entry): Insert version number
10988         if having found a current function
10990         * add-log.el (add-log-current-defun): Call
10991         `add-log-current-defun-function'.  Try matches at level 0 and
10992         level 1.  Strip whitespace from defun found.
10994 2000-01-10  John Wiegley  <johnw@gnu.org>
10996         * allout.el (isearch-done/outline-provisions): Added `edit'
10997         argument to correspond with the current definition of
10998         `isearch-done'.
11000 2000-01-10  Dave Love  <fx@gnu.org>
11002         * elide-head.el (elide-head): Use point-marker, not point.
11004 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
11006         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11007         before and after the year 2000.
11009         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11010         Add ispell- prefix.
11012 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
11014         * ispell.el:  Only define dictionaries in menus when they exist.
11015         (version18p): New variable.
11016         (version20p): New variable.
11017         (xemacsp): New variable.
11018         (ispell-choices-win-default-height): Fix for XEmacs visibility.
11019         (ispell-dictionary-alist1): Added Brasileiro dictionary.
11020         (ispell-dictionary-alist6): Russian command lines no longer accept
11021         run-together words.
11022         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11023         (ispell-dictionary-alist): Add koi8-r to customize definition.
11024         (check-ispell-version): Added documentation string.  Returns
11025         library path when called non-interactively.
11026         (ispell-menu-map-needed): Uses new variables.
11027         (ispell-library-path): New variable.
11028         (ispell-decode-string): XEmacs fix for bogus variable bindings.
11029         (ispell-word): Improved documentation string.  Test for valid
11030         character mappings.  Correctly check typed in word changes that can
11031         result in single words split into multiple words.  Returns
11032         replacement word.
11033         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
11034         replace in recursive query replace mode.  Help message for
11035         recursive edit mode.
11036         (ispell-show-choices): Protect against bad framepop bindings.
11037         (ispell-help): Fix to work with XEmacs.
11038         (ispell-highlight-spelling-error): Use new variables.
11039         (ispell-overlay-window): Fix to work with XEmacs.
11040         (ispell-parse-output): Passed and returns location information
11041         tracking spelling corrections.  Doesn't recheck same word on
11042         current line.
11043         (ispell-init-process): Protect against bogus XEmacs variable binding.
11044         Fix call to single argument in sleep-for.  Use new variables.
11045         (ispell-region): Passed and returns location information tracking
11046         spelling corrections.  Doesn't check same word on current line.
11047         Improved documentation string.  Doesn't resend a line already
11048         checked to the ispell process - fixes bug in LaTeX parsing.
11049         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11050         (ispell-skip-region): No longer skips <TT> in SGML.
11051         (ispell-process-line): Tracks location information with spelling
11052         corrections.  Added documentation string.  Accounts for words
11053         already accepted on this line.  Don't allow query-replace on line
11054         starting with math characters.  Doesn't resend a line already sent
11055         to ispell process.  Fixes alignment error bug.
11057 2000-01-10  Richard M. Stallman  <rms@gnu.org>
11059         * dired-x.el (dired-guess-shell-alist-default):
11060         Suggest xloadimage, which is free, not xv, which isn't.
11062         * ange-ftp.el (ange-ftp-file-name-nondirectory):
11063         Don't ever include the host name or user name in the value.
11065 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11067         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11068         of a real newline.
11070 2000-01-09  Stephen Eglen  <stephen@gnu.org>
11072         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11073         for .png files.
11075 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11077         * cus-edit.el (custom-hook-convert-widget): Fix comment.
11079 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
11081         * progmodes/cperl-mode.el: Replace ^F with ^L.
11083         * sendmail.el (toplevel): Provide `sendmail' when compiling
11084         before `require'ing rmail and mailalias to prevent infinite
11085         recursion.
11087 2000-01-08  Dave Love  <fx@gnu.org>
11089         * emacs-lisp/backquote.el: Remove inappropriate customization
11090         (allowing custom.el to use backquote).
11092 2000-01-07  Dave Love  <fx@gnu.org>
11094         * add-log.el (add-log-debugging): Deleted.
11095         (add-change-log-entry): Treat a backup FILE-NAME as its parent
11096         file.  Remove debugging code.
11097         (change-log-get-method-definition, change-log-name): Add doc.
11098         (change-log-sortable-date-at): New function.
11099         (change-log-merge): New command.
11101         * time.el (display-time-string-forms): Make the Mail string active.
11102         (display-time-update): Provide help-echo for load average.
11104         * bindings.el (make-mode-line-mouse2-map): New function.
11105         (mode-line-modified): Use it and simplify.
11106         (mode-line-mule-info): Provide help-echo info.
11107         (minor-mode-alist): Activate the strings.
11108         (make-mode-line-mouse-sensitive): Simplify for
11109         mode-line-buffer-identification.
11111 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
11113         * play/pong.el: New file.
11115 2000-01-06  Dave Love  <fx@gnu.org>
11117         * array.el: Assorted cleanups for compiler warnings, doc strings,
11118         `array-' prefix for symbols.
11120 2000-01-05  Dave Love  <fx@gnu.org>
11122         * textmodes/outline.el (outline-mode-menu-bar-map): Add
11123         outline-headers-as-kill.
11124         (outline-mode): Define imenu-generic-expression.
11125         (outline-headers-as-kill): New command.
11127         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11128         from paragraph-start.
11129         (paragraph-indent-minor-mode): New command.
11131         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11132         M-C-e, M-C-h, C-j, C-xnd, TAB.
11133         (fortran-mode): Set beginning-of-defun, end-of-defun.
11134         (fortran-column-ruler): Simplify.
11135         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11136         (fortran-with-subprogram-narrowing): Likewise.
11137         (fortran-indent-subprogram): Call mark-defun.
11138         (fortran-check-for-matching-do): Change narrowing.
11140         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11141         (cl-lucid-hash-tag): Delete.
11142         (cl-hash-table-p): Correct test for native table.
11143         (cl-hash-table-count): Use hash-table-count.
11145         * browse-url.el (browse-url): Fix case of
11146         browse-url-browser-function being an alist.
11148 2000-01-05  Carsten Dominik  <cd@gnu.org>
11150         * textmodes/reftex-vars.el (reftex-parse-file-extension)
11151         (reftex-index-phrase-file-extension): New options.
11153         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11154         Use new option `reftex-index-phrase-file-extension'.
11156         * textmodes/reftex.el (reftex-access-parse-file): Use new option
11157         `reftex-parse-file-extension'.
11159 2000-01-05  Dave Love  <fx@gnu.org>
11161         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11162         (beginning-of-defun-raw): Use it.
11163         (end-of-defun): New variable.
11164         (end-of-defun): Use it.
11165         (check-parens): New command.
11167 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
11169         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11170         (hs-show-block): Don't use `mapcar' when not accumulating.
11172         Fix buglet in local variables initialization.
11174 2000-01-05  Andreas Schwab  <schwab@suse.de>
11176         * hscroll.el (hscroll): Doc fix.
11178 2000-01-05  Carsten Dominik  <cd@gnu.org>
11180         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11181         idlw-toolbar.
11183         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11184         file idlw-rinfo.el.
11185         (idlwave-customize): load must read file idlw-shell.el.
11186         (idlwave-create-customize-menu): load must read file idlw-shell.el.
11188 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
11190         * progmodes/idlw-shell.el: Also provide idlwave-shell
11191         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11192         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11194         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11195         both reftex-dcr and reftex-vcr.
11197         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11199 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11201         * ps-print.el: PostScript code now is in separate files, doc fix.
11202         (ps-print-version): New version number (5.0.3).
11203         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11204         local.
11205         (ps-spool-config): Initialization fix.
11206         (ps-print-prologue-1, ps-print-prologue-2)
11207         (ps-print-duplex-feature): PostScript code moved to separated file.
11208         (ps-background-image): Little code reformating.
11209         (ps-begin-file, ps-begin-job): Fix code.
11210         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11211         (ps-prologue-file): New fun.
11213 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11215         * ps-vars.el: Eliminated.
11217         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11218         `;;;###autoload'.
11220         * ps-print.el: ps-vars eliminated, doc fix.
11221         (ps-print-version): New version number (5.0.2).
11222         (ps-spool-config): Initialization fix.
11223         (ps-print-customize): New fun.
11225 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
11227         * autorevert.el (auto-revert-mode): Return value of
11228         auto-revert-mode.
11230 2000-01-04  Dave Love  <fx@gnu.org>
11232         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11233         menu items.
11235 2000-01-03  Dave Love  <fx@gnu.org>
11237         * elide-head.el (elide-head) [defgroup]: Add :version.
11239         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11240         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11241         `cl-hash-table-p', not `hash-table-p'.
11242         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11244 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11246         * faces.el (face-read-integer, read-face-attribute)
11247         (color-defined-p, color-values): unspecified-{f,b}g are now
11248         strings.
11250 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11252         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11253         at comment end, and re-insert them after filling.
11255 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11257         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11258         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11259         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11261 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11263         * term/x-win.el (xw-defined-colors): Call color-supported-p,
11264         the new name of face-color-supported-p.
11266         * term/w32-win.el (xw-defined-colors): Likewise.
11268 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11270         * simple.el (completion-setup-function): Count completion-size
11271         from minibuffer-prompt-end, not from point-min.
11273 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11275         * faces.el (read-face-attribute, defined-colors, color-defined-p):
11276         Pass the frame to tty-color-* functions.
11277         (display-color-p, frame-set-background-mode): Pass the frame to
11278         tty-display-color-p.
11280         * term/tty-colors.el (tty-defined-color-alist): Renamed from
11281         tty-color-alist.
11282         (tty-color-alist, tty-modify-color-alist): New functions.
11283         (tty-color-define,  tty-color-clear, tty-color-approximate)
11284         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11285         an optional parameter FRAME.
11287 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
11289         * image.el (create-image, defimage): Don't assume image data is a
11290         string.
11292         * image.el (defimage): Handle specifications containing :data
11293         instead of :file.
11294         (image-type-from-data): New function.
11295         (image-type-from-file-header): Use it.
11296         (create-image): Add parameter DATA-P.
11298 See ChangeLog.8 for earlier changes.
11300 ;; Local Variables:
11301 ;; coding: iso-2022-7bit
11302 ;; End: