Remove CVS merge cookie left in.
[emacs.git] / lisp / ChangeLog
blobcec95234ca2aceaabec2727aa75a0d2794aeb0bb
1 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
3         * play/zone.el (zone-timer, zone-wc-tbl): Rework
4         these vars as symbol properties.
5         (zone, zone-when-idle, zone-leave-me-alone,
6         zone-pgm-whack-chars): Use new symbol properties.
8         * battery.el (display-battery): Doc spelling fix.
10         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
11         property.
13 2000-10-09  Dave Love  <fx@gnu.org>
15         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
16         has been initialized before calling tool-bar-setup.
17         (tool-bar-add-item-from-menu): Add autoload cookie.
19 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
21         * menu-bar.el (send-mail-item-name): New function.
22         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
23         of mail-user-agent in the menu.  Don't display the "Send Mail"
24         item if mail-user-agent is nil or its value is ignore.
25         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
26         if read-mail-command is nil or its value is ignore.
28         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
30 2000-10-09  Miles Bader  <miles@gnu.org>
32         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
33         Correct image size.
34         * toolbar/left_arrow.xpm: Correct image size.
36         * jka-compr.el: Don't call `jka-compr-install' when loading (it
37         will be done by the definition of `auto-compression-mode' if
38         necessary.  Move code to uninstall existing file-name handler
39         before definition of `auto-compression-mode'.
41         * image-file.el (auto-image-file-mode): Move to the end of the
42         file, because `define-minor-mode' actually calls the mode-function
43         if the associated variable is non-nil, which requires that all
44         needed functions be already defined.
46         * mouse.el (popup-menu): Balance parens.
48 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
50         * mouse.el (popup-menu): Move the command call outside the loop
51         so that popup-menu returns whatever the command returns.
53         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
54         (initialize-new-tags-table): Use run-hook-with-args-until-success.
55         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
56         (tags-table-format-functions): Renamed from tags-table-format-hooks.
58         * vc.el (vc-version-diff): diff-switches can be a list.
59         Use relative filenames for prettier output.
61         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
62         (vc-post-command-functions): Remove old-VC compatibility code.
64         * newcomment.el (comment-indent-default): Autoload.
66         * font-lock.el (font-lock-defaults): Make buffer-local.
67         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
68         (font-lock-choose-keywords):
69         Ignore LEVEL unless KEYWORDS is a list of syms.
70         (c-keywords, c++-keywords, objc-keywords, java-keywords):
71         Don't wrap regexp-opt things in \(...\) unnecessarily.
73         * jit-lock.el: Don't require font-lock any more.
74         (jit-lock-functions): Make buffer-local.
75         (jit-lock-saved-fontify-buffer-function): Remove.
76         (jit-lock-mode): Remove autoload cookie.
77         Remove font-lock specific code.
78         (jit-lock-unregister): Don't bother handling complex hooks any more.
79         (jit-lock-refontify): New function.
80         (jit-lock-fontify-buffer): Use it.
81         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
82         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
83         Add optional args START and END.
84         Never call font-lock-fontify-region directly.
85         (jit-lock-function, jit-lock-stealth-fontify): Use it.
87         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
89 2000-10-08  Dave Love  <fx@gnu.org>
91         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
93         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
95         * play/studly.el (studlify-region, studlify-word): Add autoload
96         cookie.
98         * play/morse.el (morse-region, unmorse-region): Add autoload
99         cookie.
101         * play/spook.el (spook-phrases-file): Use expand-file-name, not
102         concat.
104         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
105         insist on symbols starting with word syntax.
106         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
107         (eval-defun-1): Doc fix.
108         (indent-sexp): Use nconc to build up indent-stack.
110         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
111         Gnus with little use.
112         (mail-setup-hook): Add mail-abbrevs-setup to options.
114         * recentf.el: Doc fixes.
116         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
117         Clean up remainder.
119         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
120         without timezone and (8) with timezone to enforce some whitespace.
121         Simplify code somewhat.
123         * options.el (list-options): Doc that you should use customize.
125         * iswitchb.el (iswitchb-mode): Add :require.
127         * info.el (Info-goto-node, Info-menu): Doc fix.
128         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
129         (info-tool-bar-map): New variable.
130         (Info-mode): Use it.
131         (Info-edit-map): Define all in defvar.
132         (speedbar-attached-frame): Avoid compiler warning.
134         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
135         (global-map): Bind [tool-bar] to a filtered map.
136         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
137         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
138         Allow PBM icons.
139         (tool-bar-setup): Adjust calls of tool-bar-add-item.
141         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
142         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
143         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
144         icons, except up_arrow, which is left-arrow rotated.
146         * imenu.el (imenu-add-to-menubar): Fix last change.
148 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
150         * generic-x.el (rul-generic-mode): Remove eval-when-compile
151         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
153 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
155         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
156         typos in doc strings.
158         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
159         the doc strings how to customize Font Lock faces.
161         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
162         computing growth when dragging the header line.
164 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
166         * simple.el (kill-line): Doc fix.
168 2000-10-08  Miles Bader  <miles@gnu.org>
170         * faces.el (secondary-selection): Make foreground visible on tty.
172         * jka-compr.el (auto-compression-mode): Move to the end of the
173         file, because `define-minor-mode' actually calls the mode-function
174         if the associated variable is non-nil, which requires that all
175         needed functions be already defined.
176         (with-auto-compression-mode): Add autoload cookie.
178 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
180         * files.el (find-backup-file-name) [ms-dos]: If support for long
181         file names is not available, behave as if version-control were set
182         to never.
184 2000-10-07  Dave Love  <fx@gnu.org>
186         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
187         (browse-url-gnome-moz): New function.
188         (browse-url-browser-function): Use it.
189         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
191 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
193         * indent.el (tab-always-indent): New var.
194         (indent-for-tab-command): Use it.
196         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
197         raise an error.  This way it can still default to a sane value.
199         * startup.el (fancy-splash-screens): Use local rather than global map.
200         Don't use `update-menu-bindings' any more.
201         Get rid of assumptions about keymap representation.
203 2000-10-06  Dave Love  <fx@gnu.org>
205         * textmodes/fill.el (sentence-end-double-space)
206         (sentence-end-without-period):  Doc fix.
207         (adaptive-fill-regexp): Purecopy.
208         (unjustify-current-line): Use line-end-position.
209         (fill-individual-paragraphs-prefix): Use line-beginning-position.
211         * net/eudc-vars.el (eudc): Add :version, :link.
213         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
215         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
216         Fix for define-minor-mode.
217         (function-at-point): Alias to function-called-at-point.
219         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
221         * simple.el (backward-word): Doc fix.
223         * image-file.el (image-file-name-regexp): image-file-regexps ->
224         image-file-name-regexps.
225         (image-file-name-extensions): Add pbm.
227 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
229         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
230         and add filename to the names so that diff-mode can jump to source.
232         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
233         (tex-font-lock-keywords, tex-font-lock-keywords-2)
234         (tex-font-lock-keywords-1): Remove.
235         (font-lock-turn-on-thing-lock): Use jit-lock-register.
236         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
237         (font-lock-default-fontify-region):
238         Expand beg..end correctly when just following a multiline region.
239         (font-lock-fontify-anchored-keywords):
240         Include the anchor text as part of the multiline.
242 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
244         * loadup.el (toplevel): Load `loaddefs' before `help' because the
245         latter needs the autoloaded define-minor-mode macro during the
246         bootstrap.
248         * startup.el (command-line): For now, activate tool-bar-mode only
249         if XPM images are supported.
251         * mouse.el (mouse-drag-header-line): Don't allow resizing a
252         window by dragging a header-line at the top of the frame; that's
253         confusing because the header-line doesn't move.
254         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
255         of treating the event as a list.  Some cleanup.
257 2000-10-06  Miles Bader  <miles@gnu.org>
259         * simple.el (display-message-or-buffer): New function.
260         (shell-command-on-region): Use `display-message-or-buffer'.
262         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
263         docstring parts.
265         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
266         (smbclient-prompt-regexp): Add usage note to doc string.
267         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
268         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
269         Use add-hook for adding the comint filter function, and only do so
270         if it's not already in the global hook list.
271         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
272         to `make-local-variable'.
273         (nslookup-font-lock-keywords): Remove prompt entry.
274         (nslookup): Don't set the process-filter.
275         (finger): Exit the loop correctly when the regexps list runs out.
276         (ftp, smbclient, smbclient-list-shares):
277         Set the real major mode immediately, not after execing.
278         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
280         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
282 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
284         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
286         * which-func.el (which-func-format): Remove spurious space.
287         (which-func-mode): Don't make it permanent-local.
288         (which-func-ff-hook): Allow which-func-maxout to be nil.
289         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
290         (which-func-mode): Simplify.
291         Use post-command-idle-hook rather than post-command-hook.
292         Go through all buffers and update their state.
293         (which-function): Also try add-log-current-defun-function.
295         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
296         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
297         Update call to with-vc-properties accordingly.
298         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
299         (vc-revert-buffer): More careful about window selection and deletion.
300         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
302         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
303         (cvs-retrieve-revision): Reuse a pre-existing buffer.
304         (cvs-dired-action): Change the default to quickdir.
306         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
307         if comment-indent-function returns nil.
308         (comment-indent-default): New function.
309         (comment-indent-function): Use it and document the new semantics.
311         * image-file.el: Docstring fixes.
313         * help.el (help-xref-on-pp): Use match-string.
314         (describe-variable): New arg BUFFER.
315         Store the current buffer in the help-xref-stack.
316         (temp-buffer-resize-mode): Use define-minor-mode.
318         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
319         consistently with its docstring.
320         Set jit-lock-first-unfontify-pos in an idempotent way.
321         (jit-lock-register): Autoload and add arg CONTEXTUAL.
323 2000-10-05  Alex Schroeder  <alex@gnu.org>
325         * sql.el (sql-mysql-options): New variable.
326         (sql-mysql): Use it.
328 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
330         * image.el (image): New group.
332         * smerge-mode.el (smerge-mine-face, smerge-other-face)
333         (smerge-base-face, smerge-markers-face): Add dark-background variants.
335 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
337         * net/net-utils.el (nslookup-font-lock-keywords)
338         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
339         Ignore the value of wqindow-system; always define keywords
341 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
343         * startup.el (fancy-splash-screens): Remove the code for
344         debugging; `(trace-to-stderr "EXITTT\n")'.
346 2000-10-05  Miles Bader  <miles@gnu.org>
348         * diff-mode.el (diff-goto-source): Update call to
349         `diff-hunk-status-msg' to reflect new REV variable.
351 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
353         * progmodes/icon.el (icon-mode):
354         Don't gratuitously override the default for comment-column.
356         * vc-hooks.el (vc-mode-line): Fix interactive spec.
358         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
359         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
360         (jit-lock-functions): New var.
361         (jit-lock-function-1): Use it if non-nil.
362         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
363         Set the `fontified' property before doing the fontification to avoid
364         repeatedly going through the same error.
365         Don't turn errors into messages.
366         (jit-lock-register, jit-lock-unregister): New functions.
368         * dired.el (dired-mark-pop-up): Turn comment into docstring.
369         Use with-current-buffer.
371         * dired-aux.el (dired-do-create-files, dired-kill-tree):
372         Turn comment into docstring.
374         * apropos.el (apropos-mode): Use define-derived-mode.
376 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
378         * startup.el (fancy-splash-pending-command): New variable.
379         (fancy-splash-pre-command): New function.
380         (fancy-splash-screens): Rewritten.
381         (command-line-1): If fancy-splash-pending-command is set, call it
382         interactively.
384 2000-10-04  Dave Love  <fx@gnu.org>
386         * toolbar/tool-bar.el (tool-bar-setup): New function.
387         (tool-bar-mode): Use it.
389         * subr.el (substitute-key-definition): Doc fix.
390         (play-sound-file): New command.
392 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
394         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
395         vc-version-backup-file-name): New functions.
397         * files.el (basic-save-buffer): Call vc-before-save before saving.
399         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
400         vc-cvs-stay-local-p.
402         * vc.el (vc-revert-buffer): Handle empty diff properly.
403         (vc-version-backup-file): New function.
404         (vc-checkout): Create a version backup if necessary.
405         (vc-checkin): If a version backup file exists, delete it.
406         (vc-version-diff): Diff locally using version backups, if available.
407         (vc-revert-file): If there's a version backup, revert locally.
408         (vc-transfer-file): Use version backup for base version, if
409         available.  If not, ask for confirmation whether to get it from the
410         server.  Update mode line before check-in.
412 2000-10-04  Dave Love  <fx@gnu.org>
414         * toolbar/tool-bar.el (tool-bar-setup): New function.
415         (tool-bar-mode): Use it.
417 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
419         * net/net-utils.el (nslookup-font-lock-keywords)
420         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
421         Only set if window-system is non-nil
422         (net-utils-run-program): Returns buffer.
423         (network-connection-reconnect): Added this function.
425         * generic.el:
426         Incorporates extensive cleanup and docfixes by
427         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
428         Uses cl compile-time macros.
429         (generic-mode-name, generic-comment-list)
430         (generic-keywords-list, generic-font-lock-expressions)
431         (generic-mode-function-list, generic-mode-syntax-table):
432         Removed variables.
433         (generic-mode-alist): Renamed to generic-mode-list.
434         (generic-find-file-regexp): Default changed to "^#".
435         (generic-read-type): Uses completing read on generic-mode-list.
436         (generic-mode-sanity-check): removed this function.
437         (generic-add-to-auto-mode): Removed this function
438         (generic-mode-internal): Bind mode-specific definitions
439         into function instead of putting them in alist.
440         (generic-mode-set-comments): Reworked extensively.
441         (generic-mode-find-file-hook): Simplified regexp searching
442         (generic-make-keywords-list): Omit extra pair of parens
444         * find-lisp.el (find-lisp-find-files-internal):
445         Make sure directory name ends with "/".
447         * generic-x.el (apache-conf-generic-mode):
448         Regexp now allows leading whitespace.
449         (rc-generic-mode): Added eval-when-compile
450         around generic-make-keywords-list.
451         Deleted duplicate regexp
452         (rul-generic-mode): Added eval-when-compile
453         around generic-make-keywords-list.
454         (etc-fstab-generic-mode): New generic mode.
455         (rul-generic-mode): Removed one eval-when-compile
456         which caused a max-specpdl-size exceeded error.
458 2000-10-04  Miles Bader  <miles@gnu.org>
460         * simple.el (minibuffer-temporary-goal-position): New variable.
461         (next-history-element): Try to keep the position of point in the
462         input string constant.
464         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
465         (dired-do-create-files): If there's only one file, pass it in as
466         the DEFAULT arg to dired-mark-read-file-name.
468 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
470         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
471         (diff-goto-source): Be smarter when choosing REVERSE or not.
473         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
474         (texinfo-mode-menu): Add an explicit shortcut for update all.
476 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
478         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
479         factorize backend-specific code cleanly (this was essentially
480         conceived by Stefan Monnier).
481         (vc-unregister): Function removed.
482         (vc-revert-file): New function.
483         (vc-revert-buffer): Delegate some of the work to it.
485         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
486         default branch unconditionally.
487         (vc-rcs-set-default-branch): New function.
488         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
489         (vc-rcs-checkin): If an appropriate default branch has been set,
490         force creation of that branch.
491         (vc-rcs-receive-file): Rewritten to contain only backend-specific
492         code (as suggested by Stefan Monnier).
494 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
496         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
497         highlighting overlay with a different face over the overlay
498         isearch uses to highlight the current match because that can lead
499         to bad face combinations.
501         * loadup.el (toplevel): Load faces before isearch.
503         * isearch.el (isearch-faces): New custom group.
504         (isearch): New defface; was already tested for in the code.
505         (isearch-lazy-highlight-face): Changed to defface from defcustom.
506         (isearch-highlight): Always use face `isearch'.
508 2000-10-02  Dave Love  <fx@gnu.org>
510         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
511         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
512         comparison of opcode with operand.
514 2000-10-03  Miles Bader  <miles@gnu.org>
516         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
517         buffer, since the echo area will now grow to accommodate them.
519 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
521         * vc-hooks.el (vc-registered): If FILE used to be registered under
522         a certain backend, try that one first.
524         * vc.el (vc-responsible-backend): Undo the previous change in the
525         argument list.  Handle multiple backends correctly.
526         (vc-find-new-backend): Function removed.
527         (vc-register): Use vc-responsible-backend, as before.
528         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
530 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
532         * startup.el (fancy-splash-head): Change message below the
533         logo.
535 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
537         * diff-mode.el (diff-goto-source): Emit a status message.
538         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
539         (diff-test-hunk): Fix doc string.
540         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
541         (diff-advance-after-apply-hunk): New variable.
542         (diff-apply-hunk): Don't return a value.
544 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
546         * vc.el (vc-editable-p): Minor optimization.
547         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
548         (vc-find-new-backend): New function split from vc-responsible-backend.
549         (vc-register): Use it.
550         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
551         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
552         (vc-default-unregister, vc-revert-buffer): Docstring fix.
553         (vc-clear-headers): Don't use find-file.
554         (vc-revert-buffer): Use `and' again (must have been a braino).
555         (vc-switch-backend): Only prompt if requested.
556         Short circuit if nothing is to be done.
557         Don't use vc-resynch-buffer which could lose unsaved editing.
558         (vc-default-receive-file): Update call to vc-unregister.
559         (with-vc-file, vc-next-action-on-file):
560         Use vc-backend rather than vc-registered.
561         (vc-next-action-on-file): Use intern-soft.
562         Deal with read-only *vc-diff* buffer.
563         (vc-transfer-file): Docstring fix.
565         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
566         (vc-rcs-receive-file): Avoid with-vc-properties.
567         Update call to vc-unregister.
568         Use constant `RCS' rather than (dynamically bound) var `backend'.
570 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
572         * vc.el (vc-next-action-on-file): Update mode line only if file
573         is visited.
574         (vc-start-entry): New argument initial-contents.  Don't visit the file
575         if it isn't already visited.  Brought documentation up-to-date.
576         (vc-next-action, vc-register): Updated calls to vc-start-entry.
577         (vc-checkin): New optional arg initial-contents, which is passed to
578         vc-start-entry.
579         (vc-finish-logentry): Make sure to bury log buffer only if there
580         really is one.  Call `vc-resynch-buffer' on log-file, not
581         buffer-file-name.
582         (vc-default-comment-history, vc-default-wash-log): New functions.
583         (vc-index-of): Removed.
584         (vc-transfer-file): Make do without the above.
585         (vc-default-receive-file): Call comment-history unconditionally.  Pass
586         the resulting string to vc-checkin, instead of inserting it into the
587         comment ring.
589         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
590         unconditionally.  Use the comments as initial contents of the log
591         entry buffer.  Document the trick to force branch creation with no
592         changes.
594 2000-10-01  Miles Bader  <miles@gnu.org>
596         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
597         `recenter' with an arg to prevent redrawing the display.
599 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
601         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
603         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
605         * progmodes/c-mode.el (c-mode):
606         Don't gratuitously override the default for comment-column.
608         * textmodes/tex-mode.el (latex-metasection-list): New var.
609         (latex-imenu-create-index): Use it.
610         Move the regexp construction outside loops (and use push).
611         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
612         (tex-font-lock-keywords): Moved from font-lock.el.
613         (tex-comment-indent): Remove.
614         (tex-common-initialization): Don't set comment-indent-function.
615         (latex-block-default): New var.
616         (tex-latex-block): Use it to provide a default choice.
617         Add any unknown choice to latex-block-names.
618         Insert [...] after {...}.
619         (tex-last-unended-begin): Simplify regexp.
620         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
621         (latex-forward-sexp-1, latex-forward-sexp): New functions.
622         (latex-mode): Set forward-sexp-function.
624         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
625         Add regexp for @ignore ... @end ignore.
626         (texinfo-heading-face): New face.
627         (texinfo-font-lock-keywords): Use it.
628         (texinfo-mode-menu): New menu.
629         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
630         New functions.
631         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
632         (texinfo-section-types-regexp, texinfo-section-level-regexp)
633         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
634         Remove declaration.
635         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
637         * delsel.el (delete-selection-mode): Use define-minor-mode.
639         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
641 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
643         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
645 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
647         * replace.el (keep-lines-read-args): New function.
648         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
649         read arguments interactively.  Add parameters RSTART and REND.
650         Operate on the active region in Transient Mark mode.
652         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
654         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
655         (authors-obsolete-files-regexps): New variable.
656         (authors-add): Don't record changes in obsolete files.
658 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
660         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
662         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
663         (comment-indent): Make sure there's a space between code and comment.
664         Shift comments left to avoid going past fill-column.
666 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
668         * startup.el (startup-echo-area-message): New function.
669         (display-startup-echo-area-message): Use it.
670         (fancy-splash-screens): Rewritten to use keymaps and a timer.
671         (fancy-splash-default-action): New function.
672         (fancy-splash-screens-1): New function.
673         (fancy-splash-head): Put a help-echo and a keymap under the image.
675 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
677         * diff-mode.el (diff-add-log-file-name): Remove.
678         (diff-mode): Use add-log-buffer-file-name-function.
680         * add-log.el (find-change-log): New arg BUFFER-FILE.
681         (add-log-file-name): Obey add-log-file-name-function.
682         (add-log-buffer-file-name-function): New var.
683         (add-change-log-entry): Use it.
685 2000-09-29  Miles Bader  <miles@gnu.org>
687         * image-file.el (image-file-name-extensions): New variable.
688         (image-file-name-regexps): Renamed from `image-file-regexps'.
689         New default value is nil.  Call `auto-image-file-mode'.
690         (image-file-name-regexp): New function.
691         (auto-image-file-mode): New minor mode.
692         (insert-image-file): Don't make conditional on the image-file
693         handler being enabled.
694         (image-file-handler): Make the call here conditional instead.
695         (set-image-file-handler-enabled, enable-image-file-handler)
696         (disable-image-file-handler): Functions removed.
698         * emacs-lisp/authors.el (authors-print): Rephrase many-files
699         string.
701 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
703         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
704         it's a function from CL.
705         (latex-imenu-create-index): Replace eval-when-compile with progn
706         because latex-section-alist is not bound while compiling.
708 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
710         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
711         (outline-mode): Use define-derived-mode.
713         * progmodes/perl-mode.el (perl-mode):
714         * progmodes/awk-mode.el (awk-mode):
715         * progmodes/asm-mode.el (asm-mode):
716         Don't gratuitously override the default for comment-column.
718         * emacs-lisp/lisp.el (lisp-complete-symbol):
719         Distinguish the let-binding case from the funcall case.
720         (forward-sexp-function): New variable.
721         (forward-sexp): Use it.
723         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
724         (easy-mmode-defmap): Remove the now useless autoload.
726         * time.el (display-time-mode): Use define-minor-mode.
728         * subr.el (add-minor-mode): Don't eval NAME.
729         Don't depend on the presence of TOGGLE-FUN for any special behavior.
730         Use if rather than cond.
732         * simple.el (read-expression-map): Define more properly.
733         (comment-indent-hook): Remove.
734         (string-to-syntax): Bug fix.
736         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
737         (cvs-ediff-diff): Fix typo.
738         (cvs-revert-if-needed): Don't bother preserving read-only.
740         * paren.el (show-paren-mode): Use define-minor-mode.
742         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
743         (toggle-auto-compression): Remove.
744         (jka-compr-build-file-regexp): Remove useless grouping.
746         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
747         Avoid user-reserved bindings.
748         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
749         (diff-header-face): Revert to grey85.
751         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
753         * complete.el (partial-completion-mode) <defcustom>: Remove.
754         (partial-completion-mode): Use define-minor-mode.
755         (PC-do-completion): Understand `completion-auto-help = delay'
756         to mean to popup the completion buffer only the second time.
757         (PC-include-file-all-completions, PC-include-file-all-completions)
758         (PC-include-file-all-completions): Don't quote lambda.
760         * comint.el (comint-mode-hook): Docstring fix.
761         (comint-mode): Use define-derived-mode.
762         (comint-mode-map): Remove obsolete comment.
763         (make-comint): Minor stylistic change.
764         (comint-insert-clicked-input): Be more careful to find the overlay.
765         Use this-command-keys rather than hardcoding mouse-2.
767         * font-lock.el: Replace confusing (,@ with ,
768         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
769         Don't use regexp-opt-depth.  Spice up the regexp for args.
770         Don't distinguish between cmds that can take an opt arg or not.
771         Use `append' and `prepend' rather than `keep'.
773         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
774         (latex-outline-regexp): New var.
775         (latex-outline-level): New fun.
776         (latex-section-alist): New var.
777         (latex-imenu-create-index): Use it.  Use `push' as well.
778         (tex-shell-map): Initialize it properly.
779         (tex-mode): Minor stylistic change.
780         (plain-tex-mode): Use define-derived-mode.
781         (latex-mode): Use define-derived-mode.
782         Construct the paragraph regexps in a more readable way.
783         Set the buffer-local outline-{level,regexp} vars.
784         (slitex-mode): Derive from latex-mode.
785         (tex-common-initialization): Don't kill-all-vars anymore.
786         Add setting for comment-add and font-lock-defaults.
787         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
788         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
789         (tex-start-tex): New arg DIR (and send a chdir command for it).
790         Also display the shell buffer and save it in tex-last-buffer-texed.
791         (tex-region): Use expand-file-name rather than concat.
792         Remove code made useless by changes in tex-start-tex.
793         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
795         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
797 2000-09-28  Dave Love  <fx@gnu.org>
799         * eshell/eshell.el (eshell) <defgroup>: Add :version.
801 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
803         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
804         `append'.
806 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
808         * info.el (Info-extract-pointer): Undo last change.
809         Instead, fix the position of the `bound' arg to re-search-backward.
811 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
813         * info.el (Info-extract-pointer):
814         Widen more carefully, to avoid finding pointers in other nodes.
815         (Info-index): Use push.
817 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
819         * frame.el (set-frame-font): Remove call to obsolete function
820         frame-update-faces.
821         (set-foreground-color, set-background-color): Likewise for
822         frame-update-face-colors.
824 2000-09-27  Miles Bader  <miles@gnu.org>
826         * image-file.el: New file.
828 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
830         * frame.el (frame-notice-user-settings): Don't call
831         frame-update-faces, which is a no-op now.
833         * ediff-wind.el (ediff-control-frame-parameters): Add zero
834         tool-bar-lines.
836 2000-09-27  Dave Love  <fx@gnu.org>
838         * mouse.el: Fix last change.
840 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
842         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
844 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
846         * international/quail.el (quail-help): The output message is
847         improved.
849 2000-09-26  Dave Love  <fx@gnu.org>
851         * mouse.el (popup-menu): If POSITION is nil, set it using
852         mouse-position.
854 2000-09-25  Sam Steingold  <sds@gnu.org>
856         * net/browse-url.el (browse-url-file-url): Check for null maps.
858 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
860         * frame.el (frame-notice-user-settings): Don't add a
861         tool-bar-lines frame parameter to default-frame-alist in batch mode.
863         * frame.el (frame-notice-user-settings):
864         Make tool-bar-mode and default-frame-alist consistent.
866         * toolbar/tool-bar.el (tool-bar-help): New function.
868 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
870         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
871         current-load-list in top-level forms.  Else this leaks a cons cell
872         every time a defun is called.
874         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
876 2000-09-25  Dave Love  <fx@gnu.org>
878         * startup.el (fancy-splash-head): Check XPM is available.
880         * autoinsert.el (auto-insert): Doc fix.
881         (auto-insert-alist): Following GNU notices, don't say `copyright
882         _by_'.  Use line-beginning-position.
883         (auto-insert): Check buffer-file-name is non-nil before use.
885 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
887         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
888         starting with `@def' or `@multitable', in addition to ones
889         specified by the user in auto-fill-inhibit-regexp.
891 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
893         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
894         rmail-dont-reply-to-names matches the empty string.
896 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
898         * startup.el (command-line-1, fancy-splash-text): Change the
899         text to sound more friendly.
901 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
903         * progmodes/hideshow.el: Update author email address.
904         Generally, sync w/ maintainer version 5.22.
905         (hs-hide-all-non-comment-function): New var.
906         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
907         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
908         (hs-show-region): Delete this command.
909         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
911 2000-09-22  Dave Love  <fx@gnu.org>
913         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
914         (hl-line-highlight): Specify buffer when moving overlay.
916         * progmodes/fortran.el (fortran-mode): Locally set
917         normal-auto-fill-function.
918         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
919         (fortran-mode-map): Adjust auto-fill menu entry.
921 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
923         * vc-rcs.el (toplevel): Require `vc' when compiling.
925         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
927 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
929         * vc.el (vc-switch-backend): Signal an error if the file is not
930         registered under the new backend.
932         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
933         without explicit revision number.
935 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
937         * diff-mode.el (diff-file-header-face): Reset to its previous value.
938         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
939         (diff-xor): New function.
940         (diff-find-source-location): Use it.  Fix a stupid name clash.
941         (diff-hunk-status-msg): New function.
942         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
943         (diff-test-hunk): Use diff-find-source-location.
944         (diff-goto-source): Favor the `reverse'.
945         (diff-hunk-text): Properly handle one-sided context diffs.
946         (diff-apply-hunk): When done, advance to the next hunk.
948 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
950         * startup.el (command-line): If frame was created with a non-zero
951         tool-bar-lines parameter, switch tool-bar-mode on.
953         * add-log.el (change-log-date-face, change-log-name-face)
954         (change-log-email-face, change-log-file-face)
955         (change-log-list-face, change-log-conditionals-face)
956         (change-log-function-face, change-log-acknowledgement-face):
957         New faces, inheriting from font-lock faces.
958         (change-log-font-lock-keywords): Use them.
960 2000-09-21  Dave Love  <fx@gnu.org>
962         * progmodes/cperl-mode.el (top-level): Clean up
963         `eval-when-compile's and assorted defvars.
964         (cperl-invalid-face): Don't double-quote value.  Change custom
965         type.
966         (cperl-mode): Set normal-auto-fill-function and don't zap
967         auto-fill-function.
968         (cperl-imenu--function-name-regexp-perl): Renamed from
969         imenu-example--function-name-regexp-perl.
970         (cperl-imenu--create-perl-index): Renamed from
971         imenu-example--create-perl-index.
972         (cperl-xsub-scan): Don't require cl.
974         * msb.el (msb-mode-map): Use substitute-key-definition.
975         (msb-mode): Use msb-mode-map.
977 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
979         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
980         New functions.
981         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
982         (vc-switch-backend): New function.
983         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
984         (vc-register): Fix prompt.
985         (vc-unregister, vc-default-unregister): New functions.
986         (vc-version-diff): Handle empty buffer in sentinel.
988         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
989         (vc-rcs-state-heuristic): Use it to guess the state of files with
990         non-strict locking.
991         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
992         been set with -b, but not created yet.
993         (vc-rcs-fetch-master-state): With non-strict locking, compare file
994         contents in order to find the state.
995         (vc-rcs-checkin): Allow creation of branches with no changes.
996         (vc-rcs-unregister, vc-rcs-receive-file)
997         (vc-rcs-set-non-strict-locking): New functions.
999         * vc-hooks.el (vc-name): Force correct computation of the value
1000         in case it is missing.
1002 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
1004         * startup.el (fancy-splash-tail): Use a different foreground
1005         color on a dark frame background.
1007 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
1009         * info.el: Use the correct capitalization when making Info-mode
1010         and Info-edit-mode `special' modes.
1012 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
1014         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1015         (diff-mode): Add support for add-log.el.
1016         (diff-hunk-text): Use char offsets rather than line offsets.
1017         (diff-find-source-location): Replace LINE with line-offset (nil
1018         if not found) and always set POS to a meaningful position.
1019         Adapt to the new char-offsets.
1020         (diff-apply-hunk): Drop support for the unused `select' POPUP.
1021         Adapt to the new diff-find-source-location.
1022         (diff-goto-source): Adapt to the new diff-find-source-location.
1024         * add-log.el (add-log-file-name): New function (split out of
1025         add-change-log-entry).
1026         (add-change-log-entry): Use it.
1027         Call add-log-file-name-function with the changelog file name if
1028         the current buffer is not associated with any file.
1029         Avoid find-file if the selected window is dedicated.
1031         * diff-mode.el (diff-find-source-location):
1032         Move code from diff-apply-hunk.  Return buffer rather than file.
1033         (diff-apply-hunk): Use the new result from  diff-find-source-location.
1034         (diff-goto-source): Use the new diff-find-source-location.
1036 2000-09-20  Dave Love  <fx@gnu.org>
1038         * iswitchb.el: Some doc fixes.
1039         (iswitchb-mode-map): Define completely initially.  Inherit
1040         minibuffer-local-map.
1041         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1042         fundamental-mode.
1043         (iswitchb-global-map): New variable.
1044         (iswitchb-summaries-to-end): Amalgamate regexps.
1045         (iswitchb-mode): New.
1046         (iswitchb-mode-hook): New variable.
1047         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
1048         `extensions'.
1050 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
1052         * ehelp.el (electric-help): New defgroup.
1053         (electric-help-shrink-window): New user-option.
1054         (with-electric-help): Use it.
1056         * window.el (shrink-window-if-larger-than-buffer): If face
1057         `mode-line' has a :box, and we're on a graphical frame, add 1
1058         to the needed window height.
1060         * frame.el (frame-notice-user-settings): Add a last parameter nil
1061         to a call to `append', because the last list passed to `append' is
1062         not copied, and so subsequent calls to assq-delete-all will modify
1063         default-frame-alist.
1065         * startup.el (fancy-splash-image): Change :type.
1066         (fancy-splash-head): Use an XBM image if appropriate.
1067         (command-line-1): Show splash screens in more cases.
1069         * startup.el (fancy-splash-text): Don't quote faces.
1071         * dired.el (dired-font-lock-keywords): Undo last change.
1072         (dired-readin): Bind indent-tabs-mode to nil.
1074         * startup.el (fancy-splash-head): If frame's background mode
1075         is `dark', change the black background of the image to gray.
1076         (fancy-splash-screens): Display startup echo area message.
1077         (display-startup-echo-area-message): New function.
1079 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
1081         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1083         * info.el (info-header-node): Tweak for color ttys.
1085         * faces.el (face-valid-attribute-values): Make sure directories we
1086         search for stipples both exist and are readable before trying to
1087         search them.
1089         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1090         in the dry-run case.
1092         * jka-compr.el (with-auto-compression-mode): New macro.
1094         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1095         (custom-group-tag-face, custom-variable-tag-face): Use relative
1096         :height and inherit from `variable-pitch' face instead of
1097         hardwiring :family.
1098         * hi-lock.el (hi-black-hb): Likewise.
1100         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1101         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1102         toolbar-add-item, if image doesn't have a mask add a `:mask
1103         heuristic'.
1105 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
1107         * diff-mode.el: Docstring fixes.
1108         (diff-header-face, diff-comment-face): New faces.
1109         (diff-font-lock-keywords): Highlight a bit differently.
1110         (diff-find-source-location): Don't return SPAN any more.
1111         (diff-hunk-text): Don't bother erasing the temp buffer.
1112         (diff-find-text): Drop argument LINE.
1113         (diff-apply-hunk): Update calls to diff-find-text.
1114         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1116         * calendar/calendar.el: Docstring fixes.
1117         (calendar-make-alist): Don't quote lambda.
1118         (calendar-star-date): Use make-local-variable.
1120 2000-09-19  Dave Love  <fx@gnu.org>
1122         * toolbar/tool-bar.el: Renamed from toolbar.el.
1123         Change `toolbar' to `tool-bar' generally in symbols.
1124         Make some items invisible in `special' major modes.
1125         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1126         Add arg PROPS.
1128         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1129         Add :version here.
1130         (fancy-splash-delay, fancy-splash-image): Remove :version here.
1132 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1134         * progmodes/sh-script.el (sh-search-word): Remove call to
1135         `debug'.
1137         * files.el (find-file-suppress-same-file-warnings): New
1138         user-option.
1139         (find-file-noselect): Use it.
1141         * startup.el (fancy-splash-delay, fancy-splash-image): Add
1142         :version.
1143         (fancy-splash-screen): Defgroup.
1145         * add-log.el (change-log-font-lock-keywords): Match names
1146         more exactly for the case that font-lock-constant-face is
1147         underlined.
1149 2000-09-19  Richard M. Stallman  <rms@gnu.org>
1151         * progmodes/sh-script.el (sh-search-word): Rewritten for
1152         speed.
1154 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
1156         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1158 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1160         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1161         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1162         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1163         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1164         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1165         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1166         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1167         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1168         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1169         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1170         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
1171         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
1173         * startup.el (fancy-splash-text): New variable.
1174         (fancy-splash-delay, fancy-splash-image): New user-options.
1175         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1176         (fancy-splash-screens): New functions.
1177         (command-line-1): If display has a `display' frame parameter, has
1178         colors, and we have XPM support, show more fancy splash screens.
1180 2000-09-19  Dave Love  <fx@gnu.org>
1182         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
1183         with null `help'.  Use modern backquote syntax.
1185 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
1187         * font-lock.el (font-lock-mode): Change message telling the user
1188         that ``the buffer is too big''.
1190         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1191         for instance for the case that tab-width is 2.
1193 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
1195         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1196         toolbar-add-item, if image doesn't have a mask add a `:mask
1197         heuristic'.
1199 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
1201         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1202         and return a cons if it's non-nil.
1203         (diff-apply-hunk): Try to jump to the line in the source text
1204         corresponding to the position of point in the in the hunk.
1206         * info.el (Info-title-3-face, Info-title-2-face)
1207         (Info-title-1-face): Use face inheritance and relative sizes
1208         instead of hard-wiring things.
1210         * faces.el (secondary-selection): Make dark-background variant sane.
1212 2000-09-16  Andrew Innes  <andrewi@gnu.org>
1214         * makefile.nt (compile-files): No need to make .elc files
1215         read-only, since they aren't under VC now.
1217         * makefile.w32-in (compile-files-CMD): No need to make .elc files
1218         read-only, since they aren't under VC now.
1220 2000-09-17  Dave Love  <fx@gnu.org>
1222         * tmm.el: Replace mapcar with mapc in several places.
1224         * loadhist.el (unload-feature): Maybe call elp-restore-list and
1225         ad-unadvise.
1227         * international/latin1-disp.el: New file.
1229         * calendar/cal-move.el (scroll-calendar-left)
1230         (scroll-calendar-right): Make arg optional (for active mode line).
1232         * calendar/calendar.el (calendar-mode-line-format): Make fields
1233         mouse-sensitive.
1234         (calendar-read-date, calendar-read-date, calendar-window-list):
1235         Unquote lambda.
1236         (calendar-month-name): Use aref, not sref.
1238         * view.el (minor-mode-alist): Propertize the string.
1240         * international/characters.el (standard-case-table): Add entries
1241         for Greek.
1243 2000-09-18  Miles Bader  <miles@gnu.org>
1245         * info.el (info-node, info-xref): Add dark-background variants.
1247         * faces.el (header-line): Change defaults to be less confusing
1248         when mixed with mode-lines.
1250         * info.el (Info-fontify-node): Make a few cleanups.
1251         Add extra `help-echo' and `local-map' props to node xrefs.
1252         Use header-specific faces for node-names & xrefs.
1253         (Info-use-header-line): New variable.
1254         (info-header-xref, info-header-node): New faces.
1255         (Info-setup-header-line): New function.
1256         (Info-select-node): Call Info-setup-header-line when enabled.
1257         (Info-extract-pointer): Work even if the header line is hidden.
1258         (Info-header-line): New variable.
1260 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
1262         * vms-patch.el (print-region-function): Don't quote lambda.
1264         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1266         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1267         (lm-get-header-re): Allow spaces between the header and the colon.
1268         (lm-header): Allow $ in non-RCS headers.
1269         (lm-header-multiline): Put the strings back into order.
1270         Stop at an empty line.  Don't require two space chars if the
1271         line is clearly not another header line.
1273         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1274         (popup-menu-popup): Remove.
1276 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
1278         * toolbar/toolbar.el (toolbar-add-item): Use the same image
1279         specification if or if not tool-bar item contains an `:enabled'
1280         property.
1282         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1283         current buffer has no file name.
1285 2000-09-15  Dave Love  <fx@gnu.org>
1287         * strokes.el: Sync with maintainer's current version with changes
1288         for Emacs, but avoid runtime cl and levents.
1289         (toplevel):  Change autoloads and compilation requires.
1290         (strokes-version, strokes-bug-address, strokes-lift): Values
1291         changed.
1292         (strokes-xpm-header, strokes-insinuated): New variable.
1293         (strokes): Add :link.
1294         (strokes-mode): Customized.
1295         (strokes-while-inhibiting-garbage-collector): New macro.
1296         (strokes-remassoc): Avoid remove-if.
1297         (strokes-fix-button2-command): Don't use ad-do-it.
1298         (strokes-insinuate): New function.
1299         (strokes-button-press-event-p, strokes-button-release-event-p):
1300         New functions, used instead of non-`strokes-' versions..
1301         (strokes-mouse-event-p): Rewritten.
1302         (strokes-event-closest-point): Avoid event-point.
1303         (strokes-get-grid-position): Avoid cdadr, caadr
1304         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1305         functions.
1306         (strokes-help): Use with-output-to-temp-buffer.
1307         (strokes-window-configuration-changed-p): New function.
1308         (strokes-update-window-configuration): Use buffer-live-p,
1309         strokes-window-configuration-changed-p.
1310         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
1311         (strokes-char-face): New face.
1312         (strokes-char-table, strokes-base64-chars): New variable.
1313         (strokes-xpm-for-stroke, strokes-list-strokes)
1314         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1315         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1316         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1317         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1318         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1319         functions.
1321 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
1323         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1325         * image.el (create-image): Doc fix.
1327         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1328         instead of `:heuristic-mask t'.
1330 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1332         * makefile.w32-in: Revert to Unix line endings.
1334 2000-09-14  Andrew Innes  <andrewi@gnu.org>
1336         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
1337         when installing.
1339         * makefile.nt (DONTCOMPILE): Fix typo.
1341         * shell.el (shell-write-history-on-exit): New function.
1342         (shell-dumb-shell-regexp): New custom variable.
1343         (shell-mode): Make shell-write-history-on-exit the process
1344         sentinel if shell name matches shell-dumb-shell-regexp.
1346         * w32-fns.el: Comment out before-init-hook function which resets
1347         source-directory based; this breaks bootstrap.
1349 2000-09-14  Dave Love  <fx@gnu.org>
1351         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1352         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1353         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1354         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1355         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1356         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1357         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
1358         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
1359         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1361         * toolbar/toolbar.el: New.
1363         * subdirs.el: Add toolbar.
1365 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
1367         * indent.el (indent-for-tab-command): Doc fix.
1369 2000-09-14  Alex Schroeder  <alex@gnu.org>
1371         * ansi-color.el (ansi-colors): Doc change.
1372         (ansi-color-get-face): Simplified regexp.
1373         (ansi-color-faces-vector): Added more faces, doc change.
1374         (ansi-color-names-vector): Doc change.
1375         (ansi-color-regexp): Simplified regexp.
1376         (ansi-color-parameter-regexp): New regexp.
1377         (ansi-color-filter-apply): Doc change.
1378         (ansi-color-filter-region): Doc change.
1379         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1380         deal with zero length parameters.
1381         (ansi-color-apply-on-region): Doc change.
1382         (ansi-color-map): Doc change.
1383         (ansi-color-map-update): Removed debugging message.
1384         (ansi-color-get-face-1): Added condition-case to trap
1385         args-out-of-range errors.
1386         (ansi-color-get-face): Doc change.
1387         (ansi-color-make-face): Removed.
1388         (ansi-color-for-shell-mode): New option.
1390 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
1392         * international/quail.el (quail-start-translation): Translate KEY
1393         if necessary even if it doesn't have any mapping in the current
1394         input method.
1395         (quail-start-conversion): Likewise.
1396         (quail-help): The output message is improved.
1398 2000-09-13  Miles Bader  <miles@gnu.org>
1400         * comint.el (comint-output-filter): Revert to using
1401         `insert-before-markers'.  Add bletcherous hack to undo damage
1402         caused by `insert-before-markers'.  Put `front-sticky' property on
1403         overlays created here so that the field code understands how the
1404         overlay works.  Use a let when making comint-last-prompt-overlay,
1405         so that the code is easier to read.
1407 2000-09-13  Dave Love  <fx@gnu.org>
1409         * wid-edit.el (widget-default-format-handler): DTRT when
1410         doc-property is a function.
1412 2000-09-12  Francesco Potorti`  <pot@gnu.org>
1414         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1415         filed name if it's not there.
1417 2000-09-12  Dave Love  <fx@gnu.org>
1419         * simple.el (read-mail-command): Doc fix.
1420         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1422         * vc.el (vc-dired-listing-switches): Fix :version.
1424         * vc-hooks.el: Doc fixes.
1426         * subr.el (add-minor-mode): Use toggle-fun arg.
1428         * speedbar.el: Add :version to several defcustoms.
1430         * imenu.el (imenu--truncate-items, imenu--cleanup)
1431         (imenu--generic-function): Avoid mapcar.
1432         (imenu--replace-spaces): Function removed.
1433         (imenu--completion-buffer): Use subst-char-in-string.
1434         (imenu-add-to-menubar): Use keymap inheritance.
1436 2000-09-12  Miles Bader  <miles@gnu.org>
1438         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1439         (diff-mode-map): Bind `diff-test-hunk'.
1440         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1442 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
1444         * bytecomp.el (byte-compile-defvar): Undo last change
1445         because it breaks '(make-variable-buffer-local (defvar ...)'
1446         which is used at least in dired.
1448 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
1450         * international/quail.el (quail-define-package): Docstring
1451         modified.
1453 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
1455         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1456         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1457         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
1458         docstring of "chinese-py".
1460         * international/quail.el (quail-translation-docstring): New
1461         variable.
1462         (quail-show-keyboard-layout): Docstring modified.
1463         (quail-select-current): Likewise.
1464         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1465         infinite recursive call.
1466         (quail-help): Check quail-translation-docstring.  Format of the
1467         output changed.
1468         (quail-help-insert-keymap-description): Adjusted for the above
1469         change.
1471 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
1473         * bytecomp.el (byte-compile-defvar): Only cons onto
1474         current-load-list in top-level forms.  Else this leaks a cons cell
1475         every time a defun is called.
1477 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
1479         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1480         Now understands non-unified diffs.  Some functionality moved into
1481         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
1482         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
1483         modify anything.  Only reposition point in the patched file if the
1484         patch succeeds.  Only pop up another window if POPUP is true.
1485         Emit a message describing what happened if successful, and at what
1486         line-offset.  Automatically detect reversed hunks and do something
1487         appropriate.
1488         (diff-hunk-text, diff-find-text): New functions.
1489         (diff-filter-lines): Function removed.
1490         (diff-test-hunk): New function.
1491         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1493 2000-09-10  Dave Love  <fx@gnu.org>
1495         * textmodes/tildify.el: Minor doc/commentary fixes.
1496         (tildify) <defgroup>: Add :version.
1498         * faces.el (face-x-resources): Make custom type more specific.
1499         (frame-background-mode): Use mapc.
1500         (region) <defcustom>: Add :version.
1502 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
1504         * vc-sccs.el (vc-sccs-register):
1505         * vc-rcs.el (vc-rcs-register):
1506         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1507         * vc.el (vc-register): Clear file's properties.
1509 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
1511         * faces.el (face-spec-set): Only face-spec-reset-face when
1512         ATTRS is non-nil.
1514 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
1516         * help.el (help-insert-xref-button): Fix a typo in doc string.
1518 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
1520         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1521         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
1522         methods.
1524         * menu-bar.el (read-mail-item-name): New function.
1525         (menu-bar-tools-menu): Use it to compute and display the package
1526         used to read email.
1527         (menu-bar-tools-menu): Fix typo in GUD's help string.
1529 2000-09-07  Dave Love  <fx@gnu.org>
1531         * diff-mode.el (diff-mouse-goto-source): New function.
1533         * vc-sccs.el: Doc fixes.
1534         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
1536         * vc-rcs.el: Doc fixes.
1537         (vc-rcs-register-switches, vc-rcs-checkin-switches)
1538         (vc-rcs-checkout-switches, vc-rcs-header)
1539         (vc-rcs-master-templates): Add or change :version.
1541         * vc-cvs.el: Doc fixes.
1542         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1543         (vc-cvs-stay-local): Add :version.
1545         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1547 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
1549         * international/quail.el (quail-help): Fix previous change.
1551 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
1553         * faces.el (color-values): Doc fix.
1555         * faces.el (frame-set-background-mode): Use frame-parameter
1556         instead of frame-parameters.
1558         * frame.el (filtered-frame-list): Reduce consing.
1559         (frames-on-display-list): Call frame-parameter instead of
1560         frame-parameters.
1562 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
1564         * language/devan-util.el (devanagari-to-indian-region): In the
1565         loop, change the following char, not preceding char.
1567 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
1569         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1570         instead of frame-parameters.
1572         * faces.el (set-face-attribute): Simplify by calling
1573         internal-set-lisp-face-attribute with FRAME being 0.
1575         * vc.el: Remove `Id' version control keyword.
1577 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
1579         * help.el (help-make-xrefs): Adjusted for the change of
1580         help-xref-mule-regexp.
1581         (help-insert-xref-button): New function.
1583         * international/mule-cmds.el (help-xref-mule-regexp-template):
1584         Include the pattern for character set.
1585         (leim): New group.
1587         * international/quail.el: Don't require face.
1588         (quail): New group.
1589         (quail-other-command): Dummy command to make quail-help work better.
1590         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
1591         (quail-keyboard-layout-substitution): New variable.
1592         (quail-update-keyboard-layout): New function.
1593         (quail-keyboard-layout-type): New customizable variable.
1594         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
1595         (quail-keyboard-translate): Pay attention to
1596         quail-keyboard-layout-substitution.
1597         (quail-insert-kbd-layout): New function.
1598         (quail-show-keyboard-layout): New function.
1599         (quail-get-translation): If the definition is a vector of length
1600         1, and the element is a string of length 1, return the character
1601         in that string.
1602         (quail-update-current-translations): Fix the case of
1603         relative-index out of range.
1604         (quail-build-decode-map, quail-insert-decode-map): New Functions.
1605         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
1606         Show key sequences for all available characters.
1607         (quail-help-insert-keymap-description): Don't show such verbose
1608         key bindings as quail-self-insert-command.
1610         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1611         Format changed, and each element now have extra documentations.
1612         (tit-process-header): Delete invalid characters from TIT-PROMPT.
1613         Adjusted for the change of quail-cxterm-package-ext-info.
1615 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
1617         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
1618         requiring it leads to a recursive loading of vc.el and vc-hooks.el
1619         during bootstrap.
1621 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
1623         * vc.el: (toplevel): Don't require `dired' at run-time.
1624         (vc-dired-resynch-file): Remove autoload cookie.
1626 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
1628         * vc.el: Made several backend functions optional.
1629         (vc-default-responsible-p): New function.
1630         (vc-merge): Use RET for first version to trigger merge-news, not
1631         prefix arg.
1632         (vc-annotate): Handle backends that do not support annotation.
1633         (vc-default-merge-news): Removed.  The existence of a merge-news
1634         implementation is now checked on caller sites.
1636         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
1637         case.
1639         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
1640         special case that has been removed from the default in vc-hooks.el.
1642 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
1644         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
1646 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
1648         * vc-hooks.el: Require vc during compilation.
1649         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
1650         macro `with-vc-properties' in vc.el.
1651         (vc-file-getprop): Doc fix.
1652         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
1654         * vc.el: Require dired-aux during compilation.
1655         (vc-name-assoc-file): Moved to vc-sccs.el.
1656         (with-vc-properties): New macro.
1657         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
1658         vc-finish-steal): Use it.
1659         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
1660         to the backend-specific function is now supposed to do the checkout,
1661         too.
1662         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
1664         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
1665         set file properties; that gets done in the generic code now.
1667         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
1668         Changed parameter list, added code from vc.el that does the
1669         checkout, possibly with a double-take.
1671         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
1672         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
1673         the above under the new name.
1674         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
1675         parameter list, added checkout command.
1676         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
1677         properties; that gets done in the generic code now.
1679 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
1681         * vc.el: Docstring fixes (courtesy of checkdoc).
1683 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
1685         * vc.el (vc-checkout-writable-buffer-hook)
1686         (vc-checkout-writable-buffer): Remove.
1687         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
1688         (vc-log-mode): Make it into a clean derived major mode.
1689         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
1690         vc-log-mode if log-edit is not available.
1691         (vc-dired-mode-map): Don't set-keymap-parent yet.
1692         (vc-dired-mode): Do set-keymap-parent here.
1693         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
1695 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
1697         * faces.el (set-face-attribute, face-spec-reset-face)
1698         (face-spec-set): Avoid consing by removing calls to `apply'.
1700         * frame.el (frame-parameter): Move to C code.
1702 2000-09-05  Dave Love  <fx@gnu.org>
1704         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
1705         insert-before-markers-and-inherit.  Now checked systematically!
1707 2000-09-05  Alex Schroeder  <alex@gnu.org>
1709         * sql.el (sql-postgres): Use sql-postgres-options.
1710         (sql-postgres-options): New variable.
1712 2000-09-05  Alex Schroeder  <alex@gnu.org>
1714         * sql.el (sql-mode-menu): Work around missing variable mark-active
1715         in XEmacs.
1716         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
1717         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
1718         compatibility.
1720 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
1722         * vc.el (vc-dired-resynch-file): Add autoload cookie.
1724         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
1726         * Makefile.in (DONTCOMPILE): Fix typo in file name.
1728 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1730         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
1731         don't support anything else under SCCS yet.
1733         * vc-hooks.el: Minor doc fixes.
1735 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1737         * vc.el (vc-next-action-on-file): Do not visit the file if it's
1738         not necessary.  If verbose in state `needs-patch', do the same as
1739         under `up-to-date'.  When NOT verbose and `needs-patch', check out
1740         latest version instead of `merge-news'.
1741         (vc-next-action-dired): Don't mess with default-directory here; it
1742         breaks other parts of dired.  It is the job of the
1743         backend-specific functions to adjust it temporarily if they need it.
1744         (vc-next-action): Remove a special CVS case.
1745         (vc-clear-headers): New optional arg FILE.
1746         (vc-checkin, vc-checkout): Set properties vc-state and
1747         vc-checkout-time properly.
1748         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
1749         (vc-print-log): Use new backend function `show-log-entry'.
1750         (vc-cancel-version): Do the checks in a different order.  Added a
1751         FIXME concerning RCS-only code.
1753         * vc-rcs.el (vc-rcs-show-log-entry): New function.
1754         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
1756         * vc-cvs.el (vc-cvs-show-log-entry): New function.
1758         * vc-hooks.el (vc-default-mode-line-string): Show state
1759         `needs-patch' as a `-' too.
1761 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1763         * vc.el (vc-responsible-backend): New optional arg REGISTER.
1764         (vc-default-could-register): New function.
1765         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
1766         (vc-resynch-buffer): Call vc-dired-resynch-file.
1767         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
1768         vc-resynch-buffer instead of vc-resynch-window.
1769         (vc-next-action-dired): Don't redisplay here, that gets done as a
1770         result of the individual file operations.
1771         (vc-retrieve-snapshot): Corrected prompt order.
1773         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
1775         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
1776         as well.
1777         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
1778         hostname regexps.  Updated all callers.
1779         (vc-cvs-responsible-p): Handle directories as well.
1780         (vc-cvs-could-register): New function.
1781         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
1782         properties up-to-date.
1784         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
1785         user whether to create one.
1787 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1789         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
1790         check out a non-existing file.
1792         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
1793         workfile does not exist.
1795         * vc.el (vc-version-diff): Use `require' to check for existence of
1796         diff-mode.
1798 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1800         * vc-cvs.el (vc-cvs-registered): Use new function
1801         vc-cvs-parse-entry to do the actual work.
1803 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1805         * vc-hooks.el (vc-find-backend-function): If function doesn't
1806         exist, return nil instead of error.
1807         (vc-call-backend): Doc fix.
1809         * vc.el (vc-do-command): Doc fix.
1810         (vc-finish-logentry): When checking in from vc-dired, choose the
1811         right backend for logentry check.
1812         (vc-dired-mode-map): Inherit from dired-mode-map.
1813         (vc-dired-mode): Local value of dired-move-to-filename-regexp
1814         simplified.
1815         (vc-dired-state-info): Removed, updated caller.
1816         (vc-default-dired-state-info): Use parentheses instead of hyphens.
1817         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
1818         (vc-dired-listing-switches): New variable.
1819         (vc-directory): Use it, instead of dired-listing-switches.
1821         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
1822         (vc-cvs-dir-state): New function.
1823         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
1824         (vc-cvs-parse-entry): New function, also to be used in
1825         vc-cvs-registered.
1827 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1829         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
1830         *or* single-window-frames.
1832 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1834         * vc.el (vc-update-changelog): Split into generic part and default
1835         implementation.  Doc string adapted.
1836         (vc-default-update-changelog): New function.  Call the `rcs2log'
1837         script in exec-directory, to fix a long-standing nuisance.
1839         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
1840         simply signals an error.
1842 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1844         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
1845         control-flow more clear and to avoid running `cvs' twice.
1847         * vc.el (vc-next-action-on-file): Doc fix.
1848         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
1849         (vc-print-log): Eval `file' before constructing the continuation.
1851 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1853         * vc.el (vc-next-action-on-file): Corrected several messages.
1854         (vc-merge): Add prefix arg `merge-news'; handle it.
1856         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
1857         is not reached.  It is.
1858         (vc-cvs-merge): Set state to 'edited after merge.
1859         (vc-cvs-merge-news): Set workfile version to nil if not known.
1860         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
1862         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
1863         via stdout. (Merge from main line.)
1865 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1867         * vc.el (vc-finish-logentry): Thinko in the "same comment"
1868         detection.
1870 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1872         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
1873         against kill-all-local-variables.
1874         (vc-log-edit): Don't save vc-parent-buffer any more.
1875         (vc-last-comment-match): Initialize to an empty string.
1876         (vc-post-command-functions): New hook.
1877         (vc-do-command): Run it.
1878         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
1879         (vc-finish-logentry): Only add the comment to the ring if it's
1880         different from the last comment entered.
1881         (vc-new-comment-index): New function.
1882         (vc-previous-comment): Use it.  Make the minibuffer message
1883         slightly less terse.
1884         (vc-comment-search-reverse): Make it work forward as well.  Don't
1885         set vc-comment-ring-index if no match is found.  Use
1886         vc-new-comment-index.
1887         (vc-comment-search-forward): Use vc-comment-search-reverse.
1888         (vc-dired-mode-map): Don't inherit from dired-mode-map since
1889         define-derived-mode will do it for us.  Bind `v' to a keymap that
1890         inherits from vc-prefix-map so that we can bind `vt' without
1891         binding C-x v t.
1892         (vc-retrieve-snapshot): Parenthesis typo.
1894         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
1895         to 1.  Make sure to switch to *vc* before looking for an error
1896         message.  Use vc-parse-buffer.
1898 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1900         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
1901         and NAME.
1902         (vc-retrieve-snapshot): Split into two parts.
1903         (vc-default-retrieve-snapshot): New function.
1905         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
1906         (vc-cvs-retrieve-snapshot): New function (untested).
1907         (vc-cvs-stay-local): Default to t.
1908         (vc-cvs-remote-p): New function and property.
1909         (vc-cvs-state): Stay local only if the above is t.
1910         (vc-handle-cvs): Removed.
1911         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
1912         done via vc-handled-backends now.
1913         (vc-cvs-header): Escape Id.
1915 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1917         * vc.el (vc-do-command): Remove unused commands.
1918         (vc-version-diff): Make sure default-directory ends with a slash.
1919         Move the window commands into a vc-exec-after.
1920         (vc-print-log): Move more of the code into the `vc-exec-after'.
1922 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1924         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
1925         (vc-print-log): Search current revision from beginning of buffer.
1926         (vc-revert-buffer): Clear echo area after the diff is finished.
1927         (vc-prefix-map): Removed definition of "t" for terse display in vc
1928         dired.
1929         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
1930         definition of "vt" for terse display.
1931         (vc-dired-mode): Fix dired-move-to-filename-regexp.
1933 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1935         * vc.el (vc-exec-after): Avoid caddr.
1937 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1939         * vc.el (vc-exec-after): New function.
1940         (vc-do-command): Use it to add a termination message for async
1941         procs.
1942         (vc-checkout): Try to handle a missing-backend situation.
1943         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
1944         of a directory with a backend using async diffs.
1945         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
1946         present.
1948         * vc-sccs.el (vc-sccs-state-heuristic): Use
1949         file-ownership-preserved-p.
1951         * vc-rcs.el (vc-rcs-state-heuristic): Use
1952         file-ownership-preserved-p.
1953         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
1955 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1957         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
1958         vc-do-command.
1960         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
1961         when there are no changes.
1963 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1965         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
1967         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
1969 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1971         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
1973         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
1974         the `fset' outside of the defvar so that it works even if
1975         vc-prefix-map was already defined.
1976         (vc-setup-buffer): New function, split out of vc-do-command.
1977         (vc-do-command): Allow BUFFER to be t to mean `just use the
1978         current buffer without any fuss'.
1979         (vc-version-diff): Change the `diff' backend operation to just put
1980         the diff in the current buffer without erasing it.  Always use
1981         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
1982         shrink-window-if-larger-than-buffer.
1983         (vc-print-log): Change the `print-log' backend operation to just
1984         put the log in the current buffer without erasing it.  Protect
1985         shrink-window-if-larger-than-buffer.
1986         (vc-update-change-log): Fix setd typo.
1988         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
1989         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
1991         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
1992         (vc-rcs-diff): Insert in the current buffer and remove unused arg
1993         CMP.
1995         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
1996         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
1997         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
1999 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2001         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2002         not possible, use vc-BACKEND-workfile-unchanged-p.
2003         (vc-default-workfile-unchanged-p): New function.  Delegates to a
2004         full vc-BACKEND-diff.
2006         * vc-hooks.el (vc-simple-command): Removed.
2008         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2009         instead of vc-simple-command.
2010         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2011         avoid doing a diff when opening a file.
2012         (vc-rcs-state): Added check for unlocked-changes.
2013         (vc-rcs-header): Escape Id.
2014         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2015         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2016         version.
2018         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2019         (vc-sccs-diff): Remove optional arg CMP.
2020         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2021         SCCS-specific function.
2023         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2024         vc-simple-command.
2026 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2028         * vc.el (vc-editable-p): Renamed from vc-writable-p.
2029         (with-vc-file, vc-merge): Use vc-editable-p.
2030         (vc-do-command): Remove unused var vc-file and fix the
2031         doubly-defined `status' var.  Add a user message when starting an
2032         async command.
2033         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2034         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2035         Use with-current-buffer.
2036         (vc-buffer-sync): Use unless.
2037         (vc-next-action-on-file): If the file is 'edited by read-only,
2038         make it read-write instead of trying to commit.
2039         (vc-version-diff, vc-update-change-log): Use `setq
2040         default-directory' rather than `cd'.
2041         (vc-log-edit): Don't forget to set default-directory in the
2042         buffer.
2044         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2045         (vc-sccs-state-heuristic): Use file-writable-p instead of
2046         comparing userids.
2047         (vc-sccs-checkout): Use `unless'.
2049         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2050         of comparing userids.
2051         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2052         Simplify the logic by eliminating unreachable code.
2053         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2054         just do a recursive call if we need to retry.
2055         (vc-rcs-checkout): Handle the case where rcs is missing by making
2056         the buffer read-write if requested and re-signalling the error.
2058         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2060 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2062         * vc-hooks.el (vc-handled-backends): Docstring change.
2063         (vc-ignore-vc-files): Mark obsolete.
2064         (vc-registered): Check vc-ignore-vc-files.
2065         (vc-find-file-hook, vc-file-not-found-hook): Don't check
2066         vc-ignore-vc-files.
2068         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2070 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2072         * vc.el (vc-checkout): Don't do anything special for ange-ftp
2073         files since ange-ftp already has vc-registered return nil.
2075         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2076         (vc-sccs-workfile-version): Use with-temp-buffer and new
2077         vc-parse-buffer and don't bother setting the property.
2078         (vc-sccs-add-triple): Use with-current-buffer and
2079         find-file-noselect.
2080         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2082         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
2083         derives from the old vc-parse-buffer but uses the revision number
2084         rather than the date (much easier to compare robustly).
2085         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
2086         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
2087         locking-user more directly.  Check strict locking and set
2088         checkout-model appropriately.
2089         (vc-rcs-parse-locks): Remove.
2090         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2091         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2092         (vc-rcs-system-release): Use with-current-buffer and
2093         vc-parse-buffer.
2094         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2096         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2097         (vc-simple-command): Docstring fix.
2098         (vc-registered): Align the way the file-handler is called with the
2099         way the function itself works.
2100         (vc-file-owner): Remove.
2102         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
2103         extraction of fields and call to file-attributes because of a
2104         temporary bug in rcp.el.
2105         (vc-cvs-fetch-status): Use with-current-buffer.
2107 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2109         * vc.el (vc-do-command): Use file-relative-name.
2110         (vc-responsible-backend): Use vc-backend if possible.
2111         (vc-create-snapshot): Improve the `interactive' spec. Add support
2112         for branches and dispatch to backend-specific `create-snapshot'.
2113         (vc-default-create-snapshot): New function, containing the bulk of
2114         the old vc-create-snapshot.
2115         (vc-retrieve-snapshot): Improve the interactive spec.
2117         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2118         (vc-backend-hook-functions): Remove.
2119         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2120         (vc-backend): Reintroduce the test for `file = nil' now that I
2121         know why it was there (and added a comment to better remember).
2123         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2124         code from vc-sccs-hooks.el.
2125         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
2126         'vc anymore.
2127         (vc-sccs-responsible-p): Use expand-file-name instead of concat
2128         and file-directory-p instead of file-exists-p.
2129         (vc-sccs-check-headers): Simplify the regexp.
2131         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2132         from vc-rcs-hooks.el.  Don't require 'vc anymore.
2133         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2134         file-directory-p instead of file-exists-p.
2136         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2137         from vc-cvs-hooks.el.
2138         (proto vc-cvs-registered): Require 'vc-cvs instead of
2139         'vc-cvs-hooks.  Don't require 'vc anymore.
2140         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2141         file-directory-p instead of file-exists-p.
2142         (vc-cvs-create-snapshot): New function, replacing
2143         vc-cvs-assign-name.
2144         (vc-cvs-assign-name): Remove.
2146 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2148         * vc-cvs.el (vc-cvs-header): New var.
2150         * vc-rcs.el (vc-rcs-exists): Remove.
2151         (vc-rcs-header): New var.
2153         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2154         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2155         (vc-sccs-header): New var.
2157         * vc.el (vc-do-command): Get rid of the `last' argument.
2158         (vc-header-alist): Remove, replaced by vc-X-header.
2159         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2160         (vc-dired-hook): Use expand-file-name instead of concat.
2161         (vc-directory): Use file-name-as-directory.
2162         (vc-snapshot-precondition, vc-create-snapshot)
2163         (vc-retrieve-snapshot): Allow the command to operate on any
2164         directory.
2166         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2167         just removing the 'WORKFILE argument or by removing the 'MASTER
2168         argument and replacing `file' with (vc-name file).
2170 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2172         * vc.el: Update Copyright and add a crude list of backend funs.
2173         (vc-writable-p): New function.
2174         (with-vc-file): Use vc-writable-p.
2175         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
2176         (vc-register): Avoid vc-name.
2177         (vc-locking-user): Remove.
2178         (vc-steal-lock): Make the `owner' arg non-optional.
2179         (vc-merge): Use vc-writable-p instead of vc-locking-user and
2180         vc-checkout-model.
2181         (vc-default-dired-state-info): Use vc-state instead of
2182         vc-locking-user and return special strings for special states.
2183         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2184         and get rid of one of the special CVS cases.
2185         (vc-cancel-version): prettify error message with \\[...].
2186         (vc-rename-master): New function.
2187         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2188         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
2189         the CVS special case generic.
2190         (vc-default-record-rename): Remove.
2191         (vc-file-tree-walk-internal): Only call FUNC for files that are
2192         under control of some VC backend and replace `concat' with
2193         expand-file-name.
2194         (vc-file-tree-walk): Update docstring.
2195         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2196         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2198         * vc-sccs.el (vc-sccs-rename-file): Renamed from
2199         vc-sccs-record-rename.  Use `find-file-noselect' rather than
2200         `find-file' and call `vc-rename-master' to do the actual move.
2201         (vc-sccs-diff): Remove unused `backend' variable.
2203         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2204         to delay loading of vc-sccs until it is really used.
2205         (vc-sccs-master-templates): Preload.
2206         (vc-sccs-state): Update call to vc-sccs-parse-locks.
2207         (vc-sccs-project-dir): Remove (merged into
2208         vc-sccs-search-project-dir).
2209         (vc-sccs-search-project-dir): Rewrite using file name handling ops
2210         rather than `concat', make sure it is preloaded and don't bother
2211         to check that the file actually exists.
2212         (vc-sccs-parse-locks): Remove unused `file' argument, remove
2213         `locks' argument (use buffer's content instead) and eliminate n^2
2214         behavior.
2216         * vc-rcs.el: Update Copyright.
2217         (vc-rcs-rename-file): New function.
2218         (vc-rcs-diff): Remove unused `backend' variable.
2220         * vc-hooks.el: Update Copyright.
2221         (vc-backend): Don't accept a nil argument any more.
2222         (vc-up-to-date-p): Turn into a defsubst.
2223         (vc-possible-master): New function.
2224         (vc-check-master-templates): Use `vc-possible-master' and allow
2225         funs in vc-X-master-templates to return a non-existent file.
2227         * vc-cvs.el: Update Copyright.
2228         (vc-cvs-diff): Remove unused `backend' variable.
2229         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
2231         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2233 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2235         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2236         since it can be called from vc-rcs.el.
2237         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2239 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2241         * vc.el (vc-version-diff): Expand file name read from the
2242         minibuffer.  Handle the case when a previous version number can't
2243         be guessed.  Give suitable messages when there were no differences
2244         found.
2245         (vc-clear-headers): Call backend-specific implementation, if one
2246         exists.
2247         (vc-cancel-version): Made error checks generic.  When done, clear
2248         headers generically, too.
2250         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2251         from vc-clear-headers in vc.el.
2253         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2254         correctly.
2255         (vc-rcs-latest-on-branch-p): Made second argument VERSION
2256         optional.  Handle the case when it's not there.
2258 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2260         * vc.el (vc-locking-user): Moved from vc-hooks.el.
2262 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2264         * vc-hooks.el (vc-loadup): Remove.
2265         (vc-find-backend-function): Use `require'.  Also, handle the case
2266         where vc-BACKEND-hooks.el doesn't exist.
2267         (vc-call-backend): Cleanup.
2269 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2271         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2272         vc-rcs-grab-templates)
2273         (vc-rcs-registered): Remove.  The default function works as well.
2274         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2275         vc-sccs-grab-templates)
2276         (vc-sccs-registered): Remove.  The default function works as well.
2278         * vc.el (vc-version-diff): Left out a vc- in call to
2279         vc-call-backend.
2280         (vc-default-dired-state-info, vc-default-record-rename)
2281         (vc-default-merge-news): Update for the new backend argument.
2283         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2284         using the default function.
2285         (vc-call-backend): If calling the default function, pass it the
2286         backend as first argument.  Update the docstring accordingly.
2287         (vc-default-state-heuristic, vc-default-mode-line-string): Update
2288         for the new backend argument.
2289         (vc-make-backend-sym): Renamed from vc-make-backend-function.
2290         (vc-find-backend-function): Use the new name.
2291         (vc-default-registered): New function.
2293 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2295         * vc.el (vc-merge): Use vc-find-backend-function.
2297         * vc-hooks.el (vc-backend-functions): Remove.
2298         (vc-loadup): Don't setup 'vc-functions.
2299         (vc-find-backend-function): New function.
2300         (vc-call-backend): Use above fun and populate 'vc-functions
2301         lazily.
2302         (vc-backend-defines): Remove.
2304 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2306         * vc.el (vc-register): Put a FIXME note for a newly found bug.
2307         Call vc-call-backend without the leading vc-.
2308         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2309         (vc-check-headers): Call vc-call-backend without the leading vc-.
2310         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
2311         (vc-annotate-display): Replace confusing use of `cond' with `or'.
2312         Call vc-call-backend without the leading vc-.
2314         * vc-cvs.el (tail): Provide vc-cvs.
2315         * vc-sccs.el (tail): Provide vc-sccs.
2316         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2318         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2319         (vc-make-backend-function, vc-call): Pass names without leading
2320         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
2321         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2322         (vc-call-backend): Always try to load vc-X-hooks.
2323         (vc-registered): Remove vc- in call to vc-call-backend.
2325 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2327         * vc.el (vc-process-filter): New function.
2328         (vc-do-command): Setup `vc-process-filter' for the async process.
2329         (vc-maybe-resolve-conflicts): New function to reduce
2330         code-duplication.  Additionally, it puts the buffer in
2331         `smerge-mode' if applicable.
2332         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2333         calling `merge-news'.
2334         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
2335         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
2336         interfacing to log-edit.el.
2337         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2338         log-edit is available.
2339         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2341 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2343         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2344         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2345         defvar and the initialization.
2346         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2348         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2349         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2351         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
2353 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2355         * vc.el (vc-file-clear-masterprops): Removed.
2356         (vc-checkin, vc-revert-buffer): Removed calls to the above.
2357         (vc-version-diff): Use buffer-size without argument.
2358         (vc-register): Heed vc-initial-comment.
2360         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2361         default branch.
2363         * vc-rcs.el (vc-rcs-register): Parse command output to find master
2364         file name and workfile version.
2365         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2367         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2368         vc-file-clear-masterprops.
2370         * vc-sccs.el (vc-sccs-checkout): Removed call to
2371         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
2372         rather than user login name.
2375 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2377         * vc.el (vc-workfile-unchanged-p): Remove unused argument
2378         `want-differences-if-changed' and simplify.
2379         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2380         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2381         output (which is invalid for async vc-diff) to decide whether to
2382         do the revert silently or not.
2384 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2386         * vc-hooks.el (vc-loadup): Load files quietly.
2387         (vc-call-backend): Oops, brain fart.
2389 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2391         * vc-cvs.el (vc-cvs-state): Typo.
2392         (vc-cvs-merge-news): Return the status code rather than the error msg.
2394 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2396         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2397         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2398         vc-state or vc-up-to-date-p.
2399         (vc-merge): Use vc-backend-defines to check whether merging is
2400         possible.  Set state to 'edited after successful merge.
2402         * vc-hooks.el (vc-locking-user): If locked by the calling user,
2403         return that name.  Redocumented.
2405 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2407         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2408         new `vc-state' semantics.
2409         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2410         'vc-locking-user to the current user.
2411         (vc-merge): Inline vc-backend-merge.  Comment out code that I
2412         don't understand and hence can't adapt to the new `vc-state' and
2413         `vc-locking-user' semantics.
2414         (vc-backend-merge): Remove.
2416         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2417         rather than 'vc-locking-user.
2419         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2421         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2422         (vc-state): Don't use 'reserved any more.  Just use the same
2423         convention as the one used for vc-<backend>-state where the
2424         locking user (as a string) is returned.
2425         (vc-locking-user): Update, based on the above convention. The
2426         'vc-locking-user property has disappeared.
2427         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
2429         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2430         with a heuristic one.
2431         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2432         (vc-cvs-checkin): Do a trivial parse to set the state in case of
2433         error.  That allows us to get to 'needs-merge even in the
2434         stay-local case.  There's still no way to detect 'needs-patch in
2435         such a setup (or to force an update for that matter).
2436         (vc-cvs-logentry-check): Remove, the default works as well.
2438 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2440         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
2442         * vc.el (vc-do-command): kill-all-local-variables, to reset any
2443         major-mode in which the buffer might have been put earlier.  Use
2444         `remove' and `when'.  Allow `okstatus' to be `async' and use
2445         `start-process' in this case.
2446         (vc-version-diff): Handle the case where the diff looks empty
2447         because of the use of an async process.
2449 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
2451         * vc.el (vc-next-action-on-file): Removed optional parameter
2452         `simple'.  Recompute state unconditionally.
2453         (vc-default-toggle-read-only): Removed.
2455         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2456         (vc-toggle-read-only): Undid prev change.
2458         * vc-cvs.el (vc-cvs-stay-local): Renamed from
2459         vc-cvs-simple-toggle.  Redocumented.
2460         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2461         (vc-cvs-toggle-read-only): Removed.
2463 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2465         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
2466         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2467         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2468         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
2469         still is. So maybe it should be removed.
2470         (vc-head-version, vc-find-binary): Remove.
2471         (vc-recompute-state): Move from vc-hooks.el.
2472         (vc-next-action-on-file): Add a `simple' argument to allow
2473         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
2474         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2475         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
2476         (vc-dired-mode-map): Properly defvar it.
2477         (vc-print-log): Call log-view-mode if available.
2478         (small-temporary-file-directory): defvar instead of use boundp.
2479         (vc-merge-news): Moved to vc-cvs.el.
2480         (vc-default-merge-news): New function.
2482         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2483         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2484         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2485         unknown `vc-latest-version' function.  It should probably refer to
2486         vc-workfile-version or somesuch, but it's very unclear to me and I
2487         don't have SCCS to test things.
2489         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2490         (vc-sccs-state-heuristic): Fix typo.
2491         (vc-sccs-workfile-unchanged-p): Add missing argument.
2493         * vc-rcs.el: Require vc and vc-rcs-hooks.
2494         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2495         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2496         (vc-release-greater-or-equal-p): Move from vc.
2497         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2498         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2499         (vc-rcs-checkout): Add a missing `new-version' argument in the
2500         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
2502         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2503         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2504         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2505         than the apparently unbound `workfile-version'.
2507         * vc-hooks.el (vc-master-templates): Def the obsolete var.
2508         (vc-file-prop-obarray): Use `make-vector'.
2509         (vc-backend-functions): Add new hookable functions
2510         vc-toggle-read-only, vc-record-rename and vc-merge-news.
2511         (vc-loadup): If neither backend nor default functions exist, use
2512         the backend function rather than nil.
2513         (vc-call-backend): If the function if not bound yet, try to load
2514         the non-hook file to see if it provides it.
2515         (vc-call): New macro plus use it wherever possible.
2516         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2517         nor `vc-find-binary' since it's only called from
2518         vc-mistrust-permission which is only used once the backend is known.
2519         (vc-checkout-model): Fix parenthesis.
2520         (vc-recompute-state, vc-prefix-map): Move to vc.el.
2522         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
2523         (vc-cvs-release, vc-cvs-system-release): Remove.
2524         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2525         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2526         status symbols.
2527         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2528         (vc-cvs-toggle-read-only): First cut at a function to allow a
2529         cvs-status-free vc-toggle-read-only.
2530         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2531         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2532         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
2533         (vc-cvs-checkout): Modify access rights directly if the user
2534         requested not to use `cvs edit'.  And refresh the mode line.
2536         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2537         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2539 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
2541         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
2542         workfile' that got lost when the code was extracted from vc.el.
2543         And merged the tail with the rest of the code (not possible in the
2544         old vc.el where the tail was shared among all backends).  And
2545         explicitly set the state to 'edited if `writable' is set.
2547         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2548         (vc-cvs-state): Be careful to return the value from
2549         vc-cvs-parse-state.
2550         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
2551         property but return it instead.  Also be careful to handle a nil
2552         or "" `rev' when workfile is non-nil (it was handled properly when
2553         workfile was nil).
2555         * vc.el: Removed those pesky unnecessary `(function' quotes.
2556         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2557         directly in the defvar.
2558         (vc-do-command): Bind inhibit-read-only so as to properly handle
2559         the case where the destination buffer has been made read-only.
2560         (vc-diff): Delegate to vc-version-diff in all cases.
2561         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
2562         (vc-annotate-mode-variables): Removed (code moved partly to
2563         defvars and partly to vc-annotate-add-menu).
2564         (vc-annotate-mode): Turned into a derived-mode.
2565         (vc-annotate-add-menu): Moved in code in
2566         vc-annotate-mode-variables.
2567         (vc-update-change-log): Use make-temp-file if available.
2569 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
2571         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2572         `vc-checkout-model' updated to `vc-cvs-update-model'.
2574 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2576         * vc.el (vc-next-action-on-file): Added handling of state
2577         `unlocked-changes'.
2578         (vc-checkout-carefully): Is now practically obsolete, unless the
2579         above is too slow to be enabled unconditionally.
2580         (vc-update-change-log): Fixed typo.
2582         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
2584         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
2585         Now handles state `unlocked-changes'.
2586         (vc-sccs-workfile-unchanged-p): New function, to support the above.
2588         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
2590         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
2591         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
2592         `unlocked-changes'.
2593         (vc-rcs-workfile-unchanged-p): Renamed from
2594         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
2595         function yet, but supposed to become one soon.
2597         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
2598         `vc-steal-lock'.
2599         (vc-call-backend): Changed error message.
2600         (vc-state): Added description of state `unlocked-changes'.
2602 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2604         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
2605         always return t in CVS-controlled directories.
2607         * vc.el (vc-responsible-backend): New function.
2608         (vc-register): Largely rewritten.
2609         (vc-admin): Removed (implementation moved into vc-register).
2610         (vc-checkin): Redocumented.
2611         (vc-finish-logentry): If no backend defined yet (because we are in
2612         the process of registering), use the responsible backend.
2614         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2615         Updated function lists.
2616         (vc-call-backend): Fixed typo.
2618         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
2619         New functions.
2620         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
2621         Removed query option.  Redocumented.
2623 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2625         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
2627         * vc.el: Updated callers of `vc-checkout-required' to use
2628         `vc-checkout-model'.
2630 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2632         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
2633         stuff updated to reference this function instead of the old
2634         `vc-backend-release-p'.
2636 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2638         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
2639         vc-checkout-model.  Return appropriate values.  Updated callers.
2641 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2643         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
2644         (vc-backend-revert): Function moved into `vc-revert';
2645         `vc-next-action' must be updated to accomodate this change.
2646         (vc-backend-steal): Function moved into `vc-finish-steal'.
2647         (vc-backend-logentry-check): Function moved into
2648         `vc-finish-logentry'.
2649         (vc-backend-printlog): Function moved into `vc-print-log'.
2650         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
2651         (vc-backend-assign-name): Function moved into
2652         `vc-create-snapshot'.
2654 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2656         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
2657         Rename to vc-checkout-model.  Return appropriate values.
2658         Update callers.
2660         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
2661         to vc-checkout-model.
2662         (vc-checkout-required): Rename to vc-checkout-model.
2663         Re-implement and re-comment.
2664         (vc-after-save): Use vc-checkout-model.
2666 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2668         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
2669         Update to use the vc-BACKEND-diff functions instead.
2670         `vc-diff' is now working.
2672         * vc-rcs.el (vc-rcs-logentry-check): New function.
2674         * vc-cvs.el (vc-cvs-logentry-check): New function.
2676         * vc-sccs.el (vc-sccs-diff): Function changed name from
2677         `vc-backend-diff'.  This makes `vc-diff' work.
2679         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
2680         of functions possibly implemented in a vc-BACKEND library.
2681         (vc-checkout-required): Fix bug that caused an error to be
2682         signaled during `vc-after-save'.
2684         * vc.el: Fix typo.
2685         This checkin is made with our new VC code base for the very first time.
2686         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
2688         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
2689         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
2691         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
2692         updated to `vc-uses-locking'.
2693         (vc-checkout-required): Call to backend function.
2694         `vc-checkout-required' updated to `vc-uses-locking' instead.
2696         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
2697         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
2699         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
2700         to match the split into various backends.
2701         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
2702         (vc-retrieve-snapshot): Bug fix.
2704 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2706         * vc-sccs.el (vc-sccs-release): Doc fix.
2708 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2710         * vc.el (vc-next-action-on-file): Bug found and fixed.
2711         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
2712         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
2714         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
2715         (vc-rcs-checkout): Name space cleaned up.  No more revision number
2716         crunching function names that are not prefixed with vc-rcs.
2717         (vc-rcs-checkout-model): Function added.  References to
2718         `vc-checkout-model' replaced.
2720 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2722         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
2723         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
2724         still need to be split, and implemented for RCS).
2726 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2728         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
2730         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
2731         required by the vc.el file.
2733         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
2734         required by the vc.el file.
2735         (vc-rcs-exists): Function added.
2737         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
2738         required by the vc.el file.
2740         * vc.el (vc-admin): Updated to handle selection of appropriate
2741         backend.  Current implementation is crufty and need re-thinking.
2743         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
2745 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2747         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
2748         beginning of annotate buffers correctly.
2750         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
2751         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
2752         functionality updated quite a lot to support multiple backends.
2753         Variables `vc-annotate-mode', `vc-annotate-buffers',
2754         `vc-annotate-backend' added.
2756         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
2757         `vc-annotate-difference' added to supported backend functions.
2759 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2761         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
2762         Use with-temp-file instead of /bin/sh.  Merged from mainline
2764 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2766         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
2768         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
2770         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
2772 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2774         * vc-hooks.el: vc-state-heuristic added to
2775         vc-backend-hook-functions.
2777         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
2779         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
2781         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
2782         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
2783         state to `reserved'.
2785         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
2786         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
2788 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2790         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
2791         untouched.
2793         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
2795         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
2796         if defined.  (Merged from main line, slightly adapted.)
2798         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
2799         millenium problem (merged from mainline).
2801 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2803         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
2804         part and moved the non-BACKEND stuff to vc.el.
2806         * vc.el: Split the annotate feature into a BACKEND specific part
2807         and moved it from the vc-cvs.el file to this one.
2809 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2811         * vc-hooks.el: Implement new state model.
2812         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
2813         (vc-locking-user): Simplify.  Now only needed if the file is
2814         locked by somebody else.
2815         (vc-lock-from-permissions): Remove.  Functionality is in
2816         vc-sccs-hooks.el and vc-rcs-hooks.el now.
2817         (vc-mode-line-string): New name for former vc-status.  Adapted.
2818         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
2820         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
2821         Various simplifications and adaptations all over the place.
2823         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
2824         Simplify and adapt the rest.
2826         * vc.el (vc-resynch-window): Add TODO comment: check for
2827         interaction with view mode according to recent RCS change.
2828         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
2830 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2832         * vc.el: Convert the remaining function comments to docstrings.
2834 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2836         * vc.el (vc-backend-release, vc-release-greater-or-equal)
2837         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
2838         (vc-minor-part, vc-previous-version): Functions that operate and
2839         compare revision numbers got proper documentation.  Comments added
2840         about their possible removal.
2842 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2844         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
2845         the vc-backend.el files.
2847         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
2849         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
2850         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
2851         (vc-rcs-previous-version): Functions added.
2853         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
2855         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
2857 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2859         * vc-hooks.el (vc-master-templates): Is really obsolete.
2860         Comment out the definition for now.  What is the right procedure
2861         to get rid of it?
2862         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
2863         rewritten.
2864         (vc-default-registered): Remove.
2865         (vc-check-master-templates): New function; does mostly what the
2866         above did before.
2867         (vc-locking-user): Don't rely on the backend to set the property.
2869         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
2870         Rewrite documentation.
2871         (vc-rcs-templates-grabbed): New variable.
2872         (vc-rcs-grab-templates): New function.
2873         (vc-rcs-registered): Rewrite to use above mechanism.
2875         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
2876         Rewrite documentation.
2877         (vc-sccs-templates-grabbed): New variable.
2878         (vc-sccs-grab-templates): New function.
2879         (vc-sccs-registered): Rewrite to use above mechanism.
2880         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
2881         Don't throw the result, simply return it.
2883         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
2884         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
2885         (vc-cvs-registered): Does the check itself now.  Simplify.
2887         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
2888         from main line.
2890 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2892         * vc-cvs.el (vc-cvs-diff): New function.
2894         * vc-sccs.el (vc-sccs-diff): New function.
2896         * vc-rcs.el (vc-rcs-diff): New function.
2897         (vc-rcs-checkout): Bug (typo) found and fixed.
2898         (vc-rcs-register-switches): New variable.
2900         * vc.el (vc-backend-diff): Function removed and placed in the
2901         backend files.
2903 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2905         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
2907         * vc.el (vc-backend-checkout): Function removed and replaced in
2908         the vc-backend.el files.
2910         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
2912         * vc.el (vc-backend-admin): Removed and replaced in the
2913         vc-backend.el files.
2915         * vc.el (Martin): Removed all the annotate functionality since it
2916         is CVS backend specific.
2918 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2920         * spec.txt: Added specification of vc-state.
2922         * vc-sccs-hooks.el (vc-sccs-master-properties):
2923         Remove handling of vc-latest-version and
2924         vc-your-latest-version.  What used to be vc-latest-version, is now
2925         returned as vc-workfile-version.
2926         (vc-sccs-workfile-version): Adapt.
2928 2000-09-04  Dave Love  <fx@gnu.org>
2930         * vc.el: [Merged from mainline.]
2931         (vc-dired-mode): Make the dired-move-to-filename-regexp
2932         regexp match the date, to avoid treating date as file size.
2933         Add YYYY S option to WESTERN/
2935 2000-09-04  Dave Love  <fx@gnu.org>
2937         * vc.el: Require `compile' when compiling.
2938         (vc-logentry-check-hook): New option.
2939         (vc-steal-lock): Use compose-mail.
2940         (vc-dired-mode-map): Defvar when compiling.
2941         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
2942         vc-sccs.el and renamed.  Callers changed.
2943         (vc-backend-checkout, vc-backend-logentry-check)
2944         (vc-backend-merge-news): Doc fix.
2945         (vc-default-logentry-check): New function.
2946         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
2947         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
2948         (vc-backend-merge): Doc fix.  Use backend functions.
2949         (vc-check-headers): Use backend functions.
2951         * vc-cvs.el: Require vc when compiling.
2952         (vc-cvs-register-switches): Doc fix.
2953         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
2954         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
2955         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
2956         New functions (code from vc.el).
2957         (vc-annotate-display-default): Fix interactive spec.
2958         (vc-annotate-time-span): Doc fix.
2960         * vc-rcs.el: Require vc when compiling.
2961         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
2962         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
2963         (vc-rcs-checkin): New functions (code from vc.el).
2964         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
2965         Doc fix.
2966         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
2968         * vc-sccs.el: Require vc when compiling.
2969         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
2970         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
2971         (vc-sccs-revert)
2972         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
2973         from vc.el).
2974         (vc-sccs-add-triple, vc-sccs-record-rename)
2975         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
2976         (vc-sccs-admin): Doc fix.
2978 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2980         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
2981         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
2982         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
2983         from vc.el.
2985         * vc-sccs.el (vc-admin-sccs): Added from vc.el
2987         * vc-cvs.el: Moved the annotate functionality from vc.el.
2988         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
2990 2000-09-04  Dave Love  <fx@gnu.org>
2992         * vc.el (vc-backend-release): Call vc-system-release.
2994         * vc-sccs.el (vc-sccs-system-release):
2995         Renamed from vc-sccs-backend-release.
2997         * vc-rcs.el (vc-rcs-system-release):
2998         Renamed from vc-rcs-backend-release.
3000         * vc-cvs.el (vc-cvs-system-release):
3001         Renamed from vc-cvs-backend-release.
3003 2000-09-04  Dave Love  <fx@gnu.org>
3005         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3006         backend files.
3007         (vc-backend-release): Dispatch to backend functions.
3008         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
3009         probably needs attention.]
3011         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3012         (vc-sccs-backend-release): New function.
3014         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3015         (vc-cvs-backend-release): New function.
3017         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3018         Doc fix.
3019         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3020         (vc-default-dired-state-info): New function.
3021         (vc-dired-state-info): Dispatch to backends.
3022         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
3024         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3025         from vc.el and renamed.
3027 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3029         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3030         (vc-version-other-window, vc-backend-assign-name): Removed
3031         references to vc-latest-version; sometimes changed into
3032         vc-workfile-version.
3034         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3035         vc-rcs-master-workfile-version.
3036         (vc-rcs-workfile-version): Use the above.  Don't call
3037         vc-latest-version (that was unreachable code, anyway).
3038         (vc-rcs-fetch-master-properties): Doc fix.
3040         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3041         (vc-backend-hook-functions): Removed them from this list, too.
3042         (vc-fetch-properties): Removed.
3043         (vc-workfile-version): Doc fix.
3045         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3046         (vc-rcs-workfile-version, vc-rcs-locking-user)
3047         (vc-rcs-uses-locking): Use it.
3049         * vc-hooks.el (vc-consult-rcs-headers):
3050         Moved into vc-rcs-hooks.el, under the name
3051         vc-rcs-consult-headers.
3053         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3054         headers.
3055         (vc-cvs-find-master): Use this name only; correct different
3056         versions of the name.
3058         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3059         New functions.
3060         (vc-sccs-locking-user): Use the latter.
3062         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3063         New functions.
3065         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3066         Moved into both
3067         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
3068         functions are implementation details of those two backends.
3070 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3072         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3073         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3075         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3076         (vc-sccs-parse-locks): SCCS-specific code moved here from
3077         vc-hooks.
3079         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3080         code moved here from vc-hooks.
3082         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3083         into back-end specific parts and removed.  Callers not updated
3084         yet; because I guess these callers will disappear into back-end
3085         specific files anyway.
3087 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3089         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3090         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3091         `vc-uses-locking'.
3093         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3094         Store yes/no in the property, and return t/nil.  Updated all
3095         callers.
3097         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3098         vc-sccs-uses-locking.  Don't set property.
3099         (vc-sccs-locking-user): Don't set property.
3101         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3102         vc-cvs-uses-locking.  Don't set property here; leave that to
3103         vc-hooks.
3104         (vc-cvs-locking-user): Reflect above change.  Streamlined.
3106         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3107         vc-rcs-uses-locking.
3108         (vc-rcs-locking-user): Reflect above change.
3110 2000-09-04  Dave Love  <fx@gnu.org>
3112         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3114         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3116         * vc-hooks.el (vc-checkout-model): Punt to backends.
3118         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3120         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3122         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3123         New functions.
3125         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3126         New functions.
3128         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3129         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3131         * vc-hooks.el (vc-default-locking-user): New function.
3132         (vc-locking-user, vc-workfile-version): Punt to backends.
3134 2000-09-04  Dave Love  <fx@gnu.org>
3136         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3137         (vc-master-workfile-version): Moved from vc-hooks.
3139         * vc-rcs-hooks.el: Fix duplicate code in last change.
3141         * vc-rcs-hooks.el: Require vc-hooks when compiling.
3142         (vc-rcs-master-templates): Improve :type.
3143         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3144         vc-master-workfile-version): Moved from vc-hooks.
3146         * vc-sccs-hooks.el: Require vc-hooks when compiling.
3147         (vc-sccs-master-templates): Improve :type.
3148         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3150         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3152         * vc-cvs-hooks.el: Require vc-hooks when compiling.
3153         (vc-cvs-master-templates): Improve :type.  Use
3154         vc-cvs-find-cvs-master.
3155         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3156         from vc-hooks.
3157         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3159         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3160         Moved to vc-cvs-hooks.
3162         * vc-hooks.el: Add doc strings in various places.  Simplify the
3163         minor mode setup.
3164         (vc-handled-backends): New user variable.
3165         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3166         simplification.
3168 2000-09-04  Dave Love  <fx@gnu.org>
3170         * vc.el: Some doc fixes for autoloaded and interactive functions.
3171         Fix compilation warnings from ediff stuff.
3172         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3174         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3176         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3178         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3180 2000-09-04  Dave Love  <fx@gnu.org>
3182         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3183         New variable.
3184         (vc-make-backend-function, vc-loadup, vc-call-backend)
3185         (vc-backend-defines): New functions.
3187         * vc-hooks.el: Various doc fixes.
3188         (vc-default-back-end, vc-follow-symlinks): Custom fix.
3189         (vc-match-substring): Function removed.  Callers changed to use
3190         match-string.
3191         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3192         Simplify.
3194 2000-09-04  Dave Love  <fx@gnu.org>
3196         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3197         type.
3198         (vc-sccs-project-dir, vc-search-sccs-project-dir)
3199         (vc-sccs-registered): Doc fix.
3201         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3202         (vc-cvs-registered): Doc fix.
3204         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3205         (vc-rcs-registered): Doc fix.
3207 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3209         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3211         * vc-hooks.el: vc-registered has been renamed
3212         vc-default-registered.  Some functions have been moved to the
3213         backend specific files.  they all support the
3214         vc-BACKEND-registered functions.
3216 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3218         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3220         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3222 2000-09-04  Dave Love  <fx@gnu.org>
3224         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3225         menu-bar-update-hook.
3227         * help.el (help-manyarg-func-alist): Add
3228         find-operation-coding-system.
3230         * wid-edit.el (widget-sexp-validate): Fix garbled code.
3232         * custom.el (custom-set-variables): Print message about errors in
3233         setting.
3235 2000-09-03  Andrew Innes  <andrewi@gnu.org>
3237         * makefile.w32-in: Change to DOS line endings.
3239 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
3241         * mouse.el (mouse-popup-menubar): Supply the prompt string for
3242         minor-mode keymaps, if they don't have one.
3244 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
3246         * eshell/esh-module.el (eval-when-compile): Don't lose if
3247         esh-module.el's file name is truncated to DOS 8+3 limits.
3249 2000-09-01  John Wiegley  <johnw@gnu.org>
3251         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3252         predicate, which caused entries in the completion list to be
3253         doubled.
3255 2000-08-30  John Wiegley  <johnw@gnu.org>
3257         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3258         sending to subprocesses.  Also, hook pre-command-hook if
3259         `eshell-send-direct-to-subprocesses' is non-nil.
3260         (eshell-send-direct-to-subprocesses): New config variable.  If t,
3261         subprocess input is send immediately.
3262         (eshell-toggle-direct-send): New function.
3263         (eshell-self-insert-command): New function.
3264         (eshell-intercept-commands): New function.
3265         (eshell-send-input): If direct subprocess sending is enabled,
3266         don't echo any input to the Eshell buffer.  Let the subprocess
3267         handle that.  This requires "stty echo" in bash, for example.
3269 2000-08-28  John Wiegley  <johnw@gnu.org>
3271         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3272         completion function for Eshell's implementation of `unset'.
3274 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
3276         * info.el (Info-directory-list): Doc fix.
3278 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
3280         * filecache.el (file-cache-add-directory-using-find): Don't quote
3281         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3283 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
3285         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3286         coding systems.
3288 2000-08-30  Andrew Innes  <andrewi@gnu.org>
3290         * timer.el (run-with-idle-timer): Undo last change, so that timer
3291         is not activated immediately if Emacs is already idle.  Some
3292         existing code relies on this behaviour.
3294 2000-08-30  Miles Bader  <miles@gnu.org>
3296         * frame.el (set-frame-font): Do completion of font-name for
3297         interactive use.
3299 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
3301         * international/quail.el (quail-start-translation): Bind locally
3302         last-command-event, last-command, and this-command.
3303         (quail-start-conversion): Likewise.
3304         (quail-self-insert-command): Fix docstring.
3306 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
3308         * progmodes/executable.el
3309         (executable-make-buffer-file-executable-if-script-p): Check that
3310         buffer contains at least 2 characters.
3312 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
3314         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3316 2000-08-29  Dave Love  <fx@gnu.org>
3318         * diff-mode.el (diff-mode) <defgroup>: Add :version.
3319         (diff-mode-shared-map): Bind mouse-2.
3320         (diff-imenu-generic-expression): New variable.
3321         (diff-mode): Use it.
3323         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3324         (mouse-popup-menubar): Add minor mode menus.
3325         (popup-menu): Check for lookup-key returning number.
3327 2000-08-29  Miles Bader  <miles@gnu.org>
3329         * comint.el (comint-send-input): Create overlays using the proper
3330         front/read-advance arguments.
3332 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3334         * ps-print.el: Even/odd pages printing.  Doc fix.
3335         (ps-print-version): New version number (6.0).
3336         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3337         (ps-background, ps-begin-file, ps-begin-job): Code fix.
3338         (ps-print-duplex-feature): Variable eliminated.
3339         (ps-even-or-odd-pages): New variable.
3341         * progmodes/ebnf2ps.el: Doc fix.
3342         (ebnf-version): New version (3.3).
3343         (ebnf-user-arrow): Change variable customization to sexp.
3344         (ebnf-user-arrow): Function eliminated.
3345         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
3347 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
3349         * help.el (help-xref-mule-regexp): New variable.
3350         (help-make-xrefs): Handle help-xref-mule-regexp.
3352         * international/mule-cmds.el (help-xref-mule-regexp-template): New
3353         variable.
3354         (describe-input-method): Temporarily activate the specfied input
3355         method to display the information.
3356         (describe-language-environment): Hyperlinks to mule related items.
3358         * international/mule-diag.el (charset-multibyte-form-string): New
3359         function.
3360         (list-character-sets-1): Use charset-multibyte-form-string.
3361         (describe-character-set): New function.
3362         (describe-coding-system): Hyperlinks to safe character sets.
3364         * international/quail.el (quail-help): New arg PACKAGE.
3365         Hyperlinks to mule related items.
3366         (quail-help-insert-keymap-description): Use
3367         substitute-command-keys instead of describe-bindings.
3368         (quail-translation-help): Hyperlinks to mule related items.
3370 2000-08-28  John Wiegley  <johnw@gnu.org>
3372         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3373         have a defsubst call itself.  Made `eshell-flatten-list' back into
3374         a function again.
3376         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3377         catch, in case re-centering point at bottom messes up the display.
3378         This happens frequently in Emacs 21, due I believe to variable
3379         line heights.
3381         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3382         to call `find-tag-interactive'.
3384         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3385         the list of remember directories.
3387 2000-08-28  John Wiegley  <johnw@gnu.org>
3389         * align.el: Test align-region-separate to see if it's a symbol.
3391 2000-08-28  John Wiegley  <johnw@gnu.org>
3393         * eshell/esh-util.el (eshell-flatten-list): Made this function
3394         into a defsubst form.  It gets used very frequently, although
3395         calls don't occur all that often.
3397         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3398         examining it.
3400         * eshell/esh-cmd.el (eshell-rewrite-while-command):
3401         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3402         `eshell-protect'.
3403         (eshell-copy-handles): Created a new macro for duplicating the
3404         current set of open handles.  This is needed by the looping
3405         functions.
3406         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3407         is not incorrectly stomped on.
3409         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3410         declaration for pcomplete-use-paring.
3411         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3412         value of eshell-cmpl-use-paring.
3413         * pcomplete.el (pcomplete-use-paring): New config variable, to
3414         indicate whether paring should be used.
3415         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3416         completion alternatives that have already been used.
3418         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3419         bound to C-c C-y, which will repeat the previous N arguments
3420         (based on prefix argument).
3421         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3423         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3424         if there is no *Help* buffer.  This is for XEmacs, which renames
3425         its help buffers uniquely.  TODO: Find out what the current buffer
3426         name to delete is.
3428         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3429         first entry that correlates to a passwd/group number.  Later
3430         entries (used for group/user name aliasing to multiple IDs) are
3431         ignored.
3433         * eshell/em-xtra.el (eshell/expr):
3434         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3435         (eshell-grep, eshell/diff, eshell/locate):
3436         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3437         argument list, before passing it to the system command.
3439         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3440         `find-tag' for use at final position in Eshell buffers (which
3441         otherwise triggers an error on Emacs 21).
3442         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3443         buffer, if it is currently bound to `find-tag'.
3445         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3446         in the list of matched Makefile names.
3447         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3448         directory, prefer its contents to Makefile.
3450         * eshell/em-dirs.el (eshell/cd): cd commands that look up
3451         directory parts (like "cd old new", or "cd =regexp"), are now case
3452         sensitive on non-Windows/DOS platforms.
3454         * eshell/esh-mode.el (eshell-parse-command-input): When a user
3455         types RET after an open delimiter (like "), display a message
3456         indicating that Eshell is waiting for the closing delimiter.
3458         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3459         environment variables.
3461         * eshell/em-unix.el (eshell/diff): Added logic to fail more
3462         gracefully if the user enters incorrect arguments.
3464         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3465         Eshell buffers.
3467         * eshell/esh-var.el (eshell-interpolate-variable):
3468         * eshell/esh-mode.el (eshell-move-argument):
3469         * eshell/em-unix.el (eshell-du-sum-directory):
3470         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3471         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3472         (not (= ...)).
3474         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3475         to ensure the `preserve' flag gets propagated when doing recursive
3476         directory copies.
3478 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
3480         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3481         Don't convert \n into \0177 in memory.
3482         (eshell-read-history, eshell-write-history): Convert \n to \0177,
3483         and back again, when reading and writing.
3485 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
3487         * eshell/esh-util.el (eshell-processp): Added to relieve constant
3488         testing of `fboundp' on `processp'.
3490         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3491         (eshell/jobs): Don't call process-list if it is not bound.
3492         (eshell-gather-process-output): Support systems where async
3493         subprocesses aren't supported.
3494         (eshell-scratch-buffer, eshell-last-sync-output-start): New
3495         variables.
3497         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3498         eshell-do-eval returns t.
3499         (eshell-do-pipelines-synchronously): New defmacro.
3500         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3501         when async subprocesses aren't supported.
3502         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
3503         if async subprocesses aren't supported.
3504         (eshell-resume-command): Don't assume STATUS is a string.
3506         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3508         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3509         (eshell-close-target, eshell-get-target): Use eshell-processp.
3510         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3511         fix.
3512         (eshell-get-target, eshell-create-handles): Doc fix.
3514 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
3516         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
3517         criterion to include commands that output something, as long as it
3518         leaves both the command and the end-of-buffer visible when the
3519         command has exited.
3520         (eshell-review-quick-commands): Adjust the help doc string
3521         accordingly.
3523 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
3525         * locate.el (locate): Cleaned up locate command's interactive prompting
3526         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
3528         * filecache.el (file-cache-case-fold-search): New variable
3529         (file-cache-assoc-function): New variable
3530         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3531         Use file-cache-case-fold-search variable
3532         (file-cache-add-file): Use file-cache-assoc-function
3533         (file-cache-delete-file): likewise
3534         (file-cache-directory-name): likewise
3535         (file-cache-debug-read-from-minibuffer): likewise
3537 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
3539         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3540         (abbrev-table-name): New function.
3541         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3542         If non-nil list local abbrev, only.
3544 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
3546         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3547         from Gnus support code, and use special article copy buffer
3548         `(gnus-original-article-buffer)' instead.  This allows to get rid
3549         of article-hide-headers usage (which breaks in the latest Gnus
3550         version).  Thanks to Detlev Zundel.
3552 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
3554         * international/quail.el (quail-use-package): Hide "... loaded"
3555         message.
3556         (quail-start-translation, quail-start-conversion): Likewise.
3558         * international/kkc.el (kkc-region): Hide "... loaded" message.
3560 2000-08-27  Dave Love  <fx@gnu.org>
3562         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3564 2000-08-27  Miles Bader  <miles@gnu.org>
3566         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3568 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
3570         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3571         'ja-dic-cnv), not (require 'skkdic-cnv).
3573 2000-08-26  Miles Bader  <miles@gnu.org>
3575         * faces.el (face-x-resources): Add entry for :inherit.
3576         * cus-face.el (custom-face-attributes): Add support for :inherit
3577         attribute.  Add support for relative face heights.
3578         (custom-face-attributes-get): Treat `nil' as being a default value
3579         for :inherit (as well as `unspecified').
3581         * faces.el (set-face-attribute): Update doc string.
3582         (face-attribute-name-alist): Add :inherit.
3583         (face-valid-attribute-values): Handle :inherit.
3584         (face-read-string): Rephrase prompt to be less confusing.
3585         Assume that DEFAULT is a string, since we must return a string.
3586         (face-read-integer): Use `format' to turn DEFAULT into an
3587         acceptable default for face-read-string.  Match NEW-VALUE against
3588         the string "unspecified", not the symbol `unspecified', since
3589         that's what face-read-string returns.
3590         (read-face-attribute): Lookup a name for old-value in valid, and
3591         use it as a default if we find one.  Treat all values from
3592         face-read-string as strings.  If the default is used, don't do any
3593         more processing on the value, just use the old value directly.
3594         (read-face-and-attribute, modify-face): Tweak prompt.
3595         (read-face-name): Don't assume prompt ends with a space.
3597         * faces.el (describe-face): Add support for :inherit attribute.
3599 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
3601         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
3602         concat doesn't accept interger.
3604         * international/kkc.el: Remove SKK from Keywords.  Require
3605         ja-dic-utl instead of skkdic-utl.
3607         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
3608         Provide ja-dic-cnv instead of skkdic-cnv.
3609         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
3610         (iso-2022-7bit-short): Add safe-charsets property.
3611         (skkdic-convert-postfix): Search Japanese chou-on character in
3612         addition to Hiragana character.
3613         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
3614         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
3615         (batch-skkdic-convert): Likewise.
3617         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
3618         Provide ja-dic-utl instead of skkdic-utl.
3619         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
3621 2000-08-24  Dave Love  <fx@gnu.org>
3623         * disp-table.el (standard-display-default): Make the test of `l'
3624         useful.
3626         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
3627         mod sample text.
3629         * international/iso-ascii.el: Make pilcrow convenient string
3630         consistent with section.
3631         (iso-ascii-display): Set up multibyte characters as well as
3632         unibyte.
3634 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
3636         * international/mule-cmds.el (reset-language-environment): Set
3637         default-process-coding-system to '(undecided . iso-latin-1), which
3638         makes process I/O almost consistent with file I/O.   Call this
3639         function when mule-cmds.el[c] is loaded.
3641 2000-08-22  Andrew Innes  <andrewi@gnu.org>
3643         * makefile.w32-in: New file.
3645 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
3647         * comint.el (comint-output-filter): Compare end of
3648         comint-last-output-overlay with the start of the newly inserted
3649         text, not the end, when deciding whether to extend it.
3650         Set saved-point's insertion type to advance after insertion.
3652         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
3653         since this is now done independently of font-lock mode.
3655 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
3657         * server.el (server-kill-new-buffers): New user option.
3658         (server-existing-buffer): New buffer-local variable.
3659         (server-visit-files): When using an existing buffer, set
3660         server-existing-buffer to t.
3661         (server-buffer-done): If server-kill-new-buffers is t, kill the
3662         buffer, unless it was already present before visiting it with
3663         Emacs server.
3665 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
3667         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
3668         even if the display doesn't support colors: some displays will
3669         support bold/underline faces.
3671 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
3673         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
3675         * startup.el (command-line): If user's init file had an error,
3676         add explanatory text to *Messages*.
3678 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
3680         * man.el (Man-getpage-in-background): Decode the process output by
3681         the system locale coding system.
3683 2000-08-20  Dave Love  <fx@gnu.org>
3685         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
3686         Don't test x-popup-menu.
3687         (function) <complete-function>: Complete only fbound symbols.
3688         <validate, value>: New.
3689         (variable) <complete-function>: Complete only bound symbols.
3690         (coding-system): Add :base-only, :complete-function, :validate,
3691         :value, :prompt-match.
3692         (widget-coding-system-prompt-value): Use read-coding-system and
3693         act on :base-only.
3694         (editable-field): Add :help-echo.
3695         (widget-push-button-gui, widget-push-button-cache)
3696         (widget-gui-action, widget-editable-list-gui): COmment out, along
3697         with uses.
3698         (widget-at): Make arg optional.
3699         (widget-echo-help): Adjust for current help-echo calling sequence.
3700         (widget-specify-field, widget-specify-button)
3701         (widget-specify-insert, widget-get-sibling, widget-image-find)
3702         (widget-convert, widget-insert, widget-leave-text)
3703         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
3704         (widget-setup, widget-field-find, widget-before-change)
3705         (widget-after-change, widget-default-complete)
3706         (widget-default-create, widget-default-delete)
3707         (widget-push-button-value-create, editable-field)
3708         (widget-field-prompt-value, widget-field-validate)
3709         (widget-choice-value-create, widget-choice-action)
3710         (widget-choice-validate, widget-checklist-add-item)
3711         (widget-radio-add-item, widget-radio-chosen)
3712         (widget-radio-value-inline, widget-editable-list-value-create)
3713         (widget-editable-list-entry-create)
3714         (widget-documentation-link-add)
3715         (widget-documentation-string-value-create)
3716         (widget-regexp-validate, widget-file-complete)
3717         (widget-sexp-validate, widget-plist-convert-widget)
3718         (widget-plist-convert-widget, widget-alist-convert-widget)
3719         (widget-alist-convert-widget, widget-color-complete): Simplify,
3720         particularly to avoid bindings which aren't optimized out.
3722         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
3723         Doc fix.
3724         (down-list, backward-up-list, up-list, kill-sexp)
3725         (backward-kill-sexp, mark-sexp): Make arg optional.
3726         (lisp-complete-symbol): Add optional arg PREDICATE.
3728         * cus-start.el: Add display-buffer-reuse-frames,
3729         file-coding-system-alist.
3731 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
3733         * startup.el (command-line): Clear realized faces after
3734         modifying TTY color mappings.
3736 2000-08-20  Miles Bader  <miles@gnu.org>
3738         * faces.el (face-attr-match-p): Don't return true if ATTRS are
3739         merely a subset of FACE's attributes.
3741 2000-08-19  Miles Bader  <miles@gnu.org>
3743         * comint.el (comint-output-filter): Save the point with a marker,
3744         not just a buffer position.
3746         * international/mule.el (set-buffer-process-coding-system): Make
3747         interactive prompt less confusing.
3749 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
3751         * hilit-chg.el: General cleanup of doc strings, comments and
3752         code formatting.
3754 2000-08-19  Miles Bader  <miles@gnu.org>
3756         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
3757         Compiler macro removed; beginning-of-line is no longer always
3758         equivalent to forward-line, in the presence of fields.
3760         * comint.el (comint-output-filter): Remove ad-hoc saving of
3761         restriction, and just use save-restriction, now that it works
3762         correctly.  Don't adjust comint-last-input-start to account for
3763         our insertion; it shouldn't have moved because we don't use
3764         insert-before-markers anymore.  Comment out call to
3765         `force-mode-line-update'; why is it here?
3767         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
3768         while checking for prompt to delete.  Use `forward-line 0'
3769         instead of beginning-of-line.
3770         (gud-filter): Temporarily widen gud comint buffer while
3771         examining output.
3773 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
3775         * progmodes/sh-script.el: Big bag of typos.
3777         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
3778         check since ispell-process is not bound when ispell is not yet loaded.
3780 2000-08-18  Dave Love  <fx@gnu.org>
3782         * image.el (find-image): Copy `spec' before using plist-put.
3784 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
3786         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
3787         `portugues'.
3789         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
3790         backward-kill-sexp, analogous to kill-sexp.
3792         * progmodes/icon.el (icon-indent-line)
3793         (icon-is-continuation-line): Handle comments specially.
3795 2000-08-17  Ken Stevens <k.stevens@ieee.org>
3797         * ispell.el: Set to standard author/maintainer/keyword fields.
3798         Fine tuning to menu map appearance and operation, and added help.
3799         Remove `start' and `end' error messages when compiling.
3800         (ispell-choices-win-default-height): Fixed comment string.
3801         (ispell-dictionary-alist-1): Fixed regexp in castellano and
3802         castellano8 dictionaries.
3803         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
3804         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
3805         dictionary, added italiano dictionary.
3806         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
3807         word character
3808         (ispell-tex-skip-alists): Added psfig support.
3809         (ispell-skip-html): Renamed from ispell-skip-sgml.
3810         (ispell-begin-skip-region-regexp, ispell-skip-region)
3811         (ispell-minor-check): Improved html skipping support to skip across
3812         code, and recognize `&' commands without propper `;' syntax;
3813         (ispell-process-line): Fix alignment error when manually
3814         correcting spelling.
3815         (ispell): Fix comment string.
3816         (ispell-add-per-file-word-list): Always put word list on new line.
3818 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
3820         * format.el (format-encode-run-method): Fix error message to say
3821         `encode' instead of `decode'.  Use save-window-excursion around
3822         shell-command-on-region as in format-decode-run-method because
3823         shell-command-on-region can display a buffer with error output.
3824         (format-decode): Don't record undo information for the decoding.
3825         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
3826         that number part of the temporary buffer name so that more than
3827         one decoding using a temporary buffer can happen safely.
3829         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
3830         of `A-z' in the regexp.
3832         * hilit-chg.el: Fix typos in commentary.
3834         * help.el (view-emacs-news): Rewritten for new naming scheme
3835         for old NEWS files.
3837         * startup.el (command-line): Pop to *Messages* in case an error
3838         is signaled while loading user-init-file.
3840 2000-08-17  Andreas Schwab  <schwab@suse.de>
3842         * files.el (insert-directory): Don't lose original file name,
3843         undoing an undocumented change.
3845 2000-08-17  Alex Schroeder  <alex@gnu.org>
3847         * sql.el (sql-magic-go): Use comint-bol.
3848         (sql-copy-column): Use comint-line-beginning-position.
3849         (comint-line-beginning-position): Define a replacement for
3850         comint-line-beginning-position if it is not fboundp.
3852 2000-08-17  Alex Schroeder  <alex@gnu.org>
3854         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
3855         it didn't have any effect anyway.
3857 2000-08-17  Alex Schroeder  <alex@gnu.org>
3859         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
3860         --pset and pager=off instead of sending \\o|cat at the beginning
3861         of the session.
3863 2000-08-17  Miles Bader  <miles@gnu.org>
3865         * progmodes/octave-inf.el: Add compatibility definition of
3866         comint-line-beginning-position.
3868 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
3870         * startup.el (normal-top-level): Look in each dir in load-path for
3871         a leim-list.el file too.  This assures of loading leim-list.el
3872         that is created at Emacs installation time even if a user have his
3873         own leim-list.el.
3875 2000-08-17  Miles Bader  <miles@gnu.org>
3877         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
3878         foreground color to black if the background is dark.
3880 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
3882         * loadhist.el (unload-feature): Typo.
3884         * finder.el (finder-compile-keywords):
3885         * cus-dep.el (custom-make-dependencies): Add local-variable settings
3886         to the generated file.
3888         * mail/mh-e.el (mh-make-local-vars):
3889         Replace make-variable-buffer-local with make-local-variable.
3891         * play/landmark.el:
3892         * options.el (Edit-options-{set,toggle,t,nil}):
3893         * mail/mailabbrev.el (mail-abbrevs-mode):
3894         * textmodes/tex-mode.el (tex-expand-files):
3895         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
3897         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
3899         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
3900         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
3901         Allow going past the last element.
3902         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
3903         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
3904         (cvs-mouse-toggle-mark): Don't move point.
3905         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
3907         * progmodes/compile.el (grep): Provide a default set of files.
3908         (next-error): Docstring fix.
3909         (compilation-find-file): Avoid find-file (fails in a dedicated window).
3911         * emacs-lisp/easy-mmode.el (define-minor-mode):
3912         Use `symbol-value' to keep the byte-compiler quiet.
3914         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
3915         (diff-find-source-location): New fun, extracted from diff-goto-source.
3916         (diff-goto-source): Use it.
3917         (diff-next-complex-hunk, diff-filter-lines): New function.
3918         (diff-apply-hunk): New command.
3920         * smerge-mode.el (smerge-mode-menu): Doc fix.
3922         * msb.el (msb-mode): Define it in terms of define-minor-mode.
3924 2000-08-16  Dave Love  <fx@gnu.org>
3926         * windmove.el (windmove) <defgroup>: Add :version.
3928         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
3929         (goto-address-fontify-p, goto-address-highlight-p)
3930         (goto-address-url-face, goto-address-url-mouse-face)
3931         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
3932         (goto-address-url-regexp): Use thing-at-point-url-regexp.
3933         (goto-address-fontify, goto-address-at-mouse): Simplify,
3934         (goto-address-at-point): browse-url-url-at-point,
3935         goto-address-find-address-at-point can return nil.
3936         (goto-address-find-address-at-point): Return nil on failure.
3938         * align.el (align) <defgroup>: Add :version.
3940         * calculator.el (calculator): Add :version.
3941         (calculator): Use two lines for calculator window if `modeline'
3942         face is boxed.
3944         * play/5x5.el: Doc fixes.
3945         (5x5) <defgroup>: Add :version.
3947         * play/fortune.el (fortune) <defgroup>: Add :version.
3948         (fortune-append): Fix error message.
3949         (fortune-from-region): Doc fix.
3951         * play/pong.el (pong): Doc fix.
3953         * play/morse.el: Keywords, commentary, autoloads.
3955 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
3957         * desktop.el (desktop-save): Don't look at symbol-value of a
3958         member of minor-mode-alist, unless it is boundp.
3960 2000-08-16  Sam Steingold  <sds@gnu.org>
3962         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
3963         `while'; use `with-current-buffer' instead of `save-excursion'.
3964         Removed unnecessary kludges now that "*Buffer List*" is excluded.
3966 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
3968         * international/ccl.el (declare-ccl-program): Docstring modified.
3969         (ccl-execute-with-args): Likewise.
3971 2000-08-16  Miles Bader  <miles@gnu.org>
3973         * progmodes/sql.el: Add compatibility definition of
3974         comint-line-beginning-position.
3976 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
3978         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
3979         'buffer-menu' property.
3980         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
3981         fails.
3982         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
3983         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
3984         wasn't killed.
3986         * buff-menu.el (list-buffers-noselect): Don't display the
3987         *Buffer List* buffer.
3989         * font-lock.el: Require jit-lock to prevent a very late
3990         `Loading jit-lock' message.
3992         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
3993         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
3994         mail address.
3996 2000-08-15  Miles Bader  <miles@gnu.org>
3998         * textmodes/ispell.el (ispell-graphic-p): New constant.
3999         (ispell-choices-win-default-height, ispell-help): Use
4000         `ispell-graphic-p' instead of `xemacsp'.
4002 2000-08-15  Dave Love  <fx@gnu.org>
4004         * simple.el: Autoload widget-convert when compiling.
4005         (mail-user-agent): Doc fix.
4007         * help.el (function-called-at-point, variable-at-point): Use
4008         with-syntax-table.
4009         (help-manyarg-func-alist): Add insert-and-inherit.
4011         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4013         * delsel.el (delsel-unload-hook): New function.
4015         * find-file.el: Doc fixes.  Move provide to end.
4016         (ff) <defgroup>: Add :link.
4017         (ff-goto-click): Deleted.
4018         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4019         Use mouse-set-point.
4021         * textmodes/tildify.el: Doc fixes.
4022         (tildify) <defgroup>: Add:version.
4024         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4025         (glasses-custom-set): Use set-default, not set.
4026         (minor-mode-alist): Propertize the lighter.
4027         (glasses-mode): Provide optional arg.
4029         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4030         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
4031         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4032         option.  Provide :type.
4033         (cwarn-configuration): Provide :type.
4034         (cwarn-mode): Doc fix.
4036         * add-log.el (change-log-merge): Doc fix.
4037         (change-log-redate): New command.
4039         * net/browse-url.el (browse-url-filename-alist): Add a clause for
4040         Doze and Dog.
4041         (browse-url): Use dolist, not mapcar.
4042         (browse-url-at-point): Check for null url.
4043         (browse-url-event-buffer, browse-url-event-point): Functions
4044         deleted.
4045         (browse-url-at-mouse, browse-url-netscape): Simplify.
4047         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4048         modes.
4049         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4050         Fix previous change to mapcan.
4051         (msb--init-file-alist, msb--add-separators)
4052         (msb--make-keymap-menu): Simplify.
4053         (msb--choose-file-menu): Use copy-sequence.
4054         (msb-mode-map): Add title to keymap.
4055         (msb-unload-hook): New function.
4057         * bs.el: Fix indentation.
4058         (bs) <defgroup>: Add :links.
4059         (bs-show): Doc fix.
4060         (bs-apply-sort-faces): Don't use window-system.
4061         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
4063 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
4065         * calendar/timeclock.el (timeclock-file): Run .timelog through
4066         convert-standard-filename.
4068 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
4070         * emacs-lisp/authors.el: New file.
4072         * paren.el (show-paren-priority): New user option.
4073         (show-paren-function): Set overlay priorities to
4074         show-paren-priority.
4076 2000-08-14  Miles Bader  <miles@gnu.org>
4078         * comint.el (comint-bol): Use `forward-line 0' instead of calling
4079         beginning-of-line with inhibit-field-text-motion bound.
4081 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
4083         * calendar/timeclock.el: New file.
4085 2000-08-14  David Ponce  <david@dponce.com>
4087         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4088         `widget-button-click'. so that one can use left mouse button to
4089         click on dialog buttons.
4091 2000-08-14  Emmanuel Briot  <briot@gnat.com>
4093         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
4094         identifiers, since XML is case sensitive
4096 2000-08-12  Miles Bader  <miles@gnu.org>
4098         * comint.el (comint-output-filter): Don't bother frobbing
4099         window-start, it doesn't seem to be necessary.
4101         * comint.el (comint-send-string, comint-send-region): Make into
4102         real functions.  Snapshot the prompt before sending.
4104 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
4106         * info.el (Info-find-emacs-command-nodes): Rewrite to use
4107         technique similar to Info-index, instead of relying on specific
4108         names of relevant Index nodes.
4109         (Info-goto-emacs-command-node): Bind Info-history to nil when
4110         going to the first node found by Info-find-emacs-command-nodes.
4112 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
4114         * menu-bar.el (menu-bar-help-menu): Add a :help string.
4116 2000-08-10  Miles Bader  <miles@gnu.org>
4118         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4120 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
4122         * info.el (Info-file-list-for-emacs): More elements for the
4123         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4124         and woman manuals.
4126 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
4128         * comint.el (comint-send-input): Make the newline boundary overlay
4129         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
4130         (comint-output-filter): Use `insert' instead of
4131         `insert-before-markers'.  Extend comint-last-output-overlay when
4132         necessary since we can't rely on insert-before-markers to do it.
4133         * gud.el (gud-filter): Use `with-current-buffer' instead of
4134         save-excursion when inserting the output, so that point gets
4135         updated correctly; the old method relied on a rather dodgy
4136         side-effect of comint-output-filter to avoid the effect of
4137         save-excursion.
4139 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
4141         * files.el (recover-file): Call insert-directory instead of
4142         invoking `ls' directly.
4144 2000-08-10  Miles Bader  <miles@gnu.org>
4146         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4147         (comint-last-prompt-overlay): New variables.
4148         (comint-output-filter): Implement prompt highlighting.
4149         (comint-snapshot-last-prompt): New function.
4150         (comint-send-input): Snapshot the last prompt.
4151         Use comint-highlight-input-face.
4152         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4153         Use defface instead of defcustom.
4154         (send-invisible, comint-send-eof): Snapshot the last prompt.
4155         (comint-delchar-or-maybe-eof): Use comint-send-eof.
4156         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4158 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
4160         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4161         (regexp-opt-group): Use a list of chars for `letters'.
4162         (regexp-opt-charset): `chars' is now a list of chars.
4163         Use a char-table rather than a vector so it works for multibyte chars.
4165         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
4166         Set cvs-minor-current-files to the selected fileinfo.
4167         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4168         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4170 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
4172         * files.el (insert-directory): Don't call access-file on
4173         directories on DOS and Windows.
4175 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
4177         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4178         longer if necessary.
4179         (ccl-embed-code): Call ccl-embed-data to store CODE in
4180         ccl-program-vector.
4182 2000-08-09  Miles Bader  <miles@gnu.org>
4184         * comint.el (comint-output-filter): Properly handle the case where
4185         the text surrounded by comint-last-output-overlay was deleted.
4187 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
4189         * info.el (Info-insert-dir): Use Info-additional-directory-list if
4190         non-nil.
4191         (Info-file-list-for-emacs): Remove "info" from the list because
4192         that leads to trying to use the documentation from file `info'
4193         in various situations where it isn't appropriate, for instance
4194         C-h C-k C-h i.
4196         * ffap.el (ffap-read-file-or-url-internal): Handle case that
4197         DIR and/or STRING are nil.
4199         * progmodes/compile.el (compilation-setup): Make variable
4200         compilation-error-screen-columns buffer-local, as some comment
4201         in the code suggests it should be.
4203         * files.el (auto-mode-interpreter-regexp): New variable.
4204         (set-auto-mode): Use it.
4206         * indent.el (indent-for-tab-command): Doc fix.
4208         * mouse-sel.el (mouse-sel-mode): Doc fix.
4210         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4211         labels.
4213         * help.el (print-help-return-message): When
4214         display-buffer-reuse-frames is set, let the help window been quit,
4215         instead of deleting it, which might delete a reused frame.
4217 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
4219         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4220         rename a directory to a name that differs only by its letter case.
4222 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
4224         * international/quail.el (quail-define-rules): Handle Quail decode
4225         map correctly.  Add code for supporting annotations.
4226         (quail-install-decode-map): New function.
4227         (quail-defrule-internal): New optional arguments decode-map and
4228         props.
4229         (quail-advice): New function.
4231 2000-08-07  Sam Steingold  <sds@gnu.org>
4233         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4234         `defconst', `define-condition', `with-slots'.
4235         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4237 2000-08-03  Miles Bader  <miles@gnu.org>
4239         * comint.el (comint-use-prompt-regexp-instead-of-fields):
4240         New variable.
4241         (comint-prompt-regexp, comint-get-old-input): Document dependence on
4242         comint-use-prompt-regexp-instead-of-fields.
4243         (comint-send-input): Add `input' field property to stuff we send to
4244         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4245         (comint-output-filter): Add `output' field property to process
4246         output, if comint-use-prompt-regexp-instead-of-fields is nil.
4247         (comint-replace-by-expanded-history)
4248         (comint-get-old-input-default, comint-show-output)
4249         (comint-backward-matching-input, comint-forward-matching-input)
4250         (comint-next-prompt, comint-previous-prompt):  Use field
4251         properties if comint-use-prompt-regexp-instead-of-fields is nil.
4252         (comint-line-beginning-position): New function.
4253         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
4254         (comint-replace-by-expanded-history-before-point): Use
4255         comint-line-beginning-position and line-end-position.
4256         (comint-last-output-overlay): New variable.
4257         (comint-mode): Make `comint-last-output-overlay' buffer-local.
4259         * shell.el (shell-prompt-pattern): Doc change.
4260         (shell-backward-command): Use line-beginning-position.
4262         * gud.el (gud-gdb-complete-command): Use
4263         comint-line-beginning-position.
4265         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4266         comint-bol doesn't actually go to the beginning of the line.
4268         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4269         if comint-use-prompt-regexp-instead-of-fields is non-nil.
4270         (try-expand-line-all-buffers): Likewise.
4272         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4273         explicitly matching comint-prompt-regexp.
4274         (sql-copy-column): Use comint-line-beginning-position instead of
4275         explicitly matching comint-prompt-regexp.
4277         * progmodes/octave-inf.el (inferior-octave-complete): Use
4278         comint-line-beginning-position.
4280         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4282         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4283         looking for a prompt, use `forward-line 0' instead of
4284         `beginning-of-line', to avoid getting caught by an input field.
4286 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
4288         * files.el (shell-quote-wildcard-pattern): Make sure to return
4289         PATTERN, in the Unix case.
4291 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
4293         * play/zone.el (zone): Discard any pending input before running
4294         the randomly-chosen pgm.
4296 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
4298         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4299         checking the existence of any multibyte characters.
4301 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
4303         * help.el (describe-mode): Test minor-mode symbol for being
4304         bound before testing its value for being nil.
4306         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4307         `first', `second', and `third'.
4309         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4310         (second): Make it an alias for `cadr'.
4312 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
4314         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4315         types of display support faces now.
4317 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
4319         * pcvs.el (require): Require `cl' during compilation, only.
4321         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4322         (toplevel): Remove `remq' and `remove' from autoloads.
4323         (cl-fake-autoloads): New variable.  If set, arrange for an error
4324         when CL functions etc. are autoloaded.
4326 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
4328         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4330         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4331         popped up, but the user clicks outside the menu, return an empty
4332         regexp (that causes unhighlight-regexp to have no effect).
4334         * menu-bar.el (menu-bar-games-menu): Add Zone.
4336         * hi-lock.el (toplevel): Require font-lock.
4338 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4340         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
4341         (ebnf-8-bit-chars): New var for bug fix.
4342         (ebnf-string): Bug fix.
4344 2000-08-03  Sam Steingold  <sds@gnu.org>
4346         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4347         instead of `buffer-string'.
4348         (require 'cl): Always, not just when compiling.
4349         `ignore-errors' in `interactive', `list*', `defun*' &c make this
4350         necessary.
4352 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
4354         * international/mule-cmds.el (select-safe-coding-system): Make
4355         the message text about selecting a safe coding system more clear.
4357 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
4359         * hi-lock.el: New file.
4361         * play/zone.el: New file.
4363         * replace.el (occur): Set tab-width in the *Occur* buffer to the
4364         value of tab-width in the original buffer.  Choose a line number
4365         format that's a multiple of the original buffer's tab width, so
4366         that lines appear right.
4368         * textmodes/ispell.el (ispell): New function, replacing an alias.
4369         Spell-check active region if in transient-mark-mode and mark
4370         is active; otherwise spell-check buffer.
4372 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4374         * ps-mule.el: Fix a customization problem on
4375         ps-mule-font-info-database-default.
4377 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
4379         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4380         display-mouse-p instead of window-system.
4381         (ebrowse-member-mode-map): Ditto.
4383 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4385         * progmodes/ebnf2ps.el: Update ps-print functions call.
4386         Indentation fix.  Doc fix.
4387         (ebnf-version): New version number (3.2).
4388         (ebnf-format-color, ebnf-begin-job): Code fix.
4390 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
4392         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4393         font lock support on window-system.
4394         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4396         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4397         display-color-p, if fboundp, instead of window-system.
4399 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
4401         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4402         instead of window-system.
4404         * wid-edit.el (widget-choose): Use display-mouse-p instead of
4405         window-system.
4406         (widget-choice-mouse-down-action): Use display-popup-menus-p
4407         instead of window-system.
4409         * strokes.el (strokes-file): Run the file name through
4410         convert-standard-filename.
4411         (strokes-mode): Call display-mouse-p instead of looking at
4412         window-system.  Change the error message accordingly.
4414         * progmodes/cpp.el (toplevel): Support faces on tty's.
4416         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4417         (lm-plot-square, lm-init-display): Don't use window-system.
4419         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4420         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4422         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4423         instead of looking at window-system.
4425 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
4427         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4428         of testing if iswitchb-prepost-hooks is bound, because the
4429         latter will always be true when invoking a recursive minibuffer
4430         from an active Iswitchb buffer.
4432 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
4434         * files.el (shell-quote-wildcard-pattern): New function.
4435         (insert-directory): Call it.  Only prepend "\" to command on Unix
4436         and GNU/Linux systems.
4438 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
4440         * eshell/esh-groups.el: Change custom :link file names
4441         from `eshell.info' to `eshell'.
4443 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
4445         * dired.el (dired-build-subdir-alist): Expand subdirectory names
4446         correctly in recursive ange-ftp listings.
4448 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4450         * ps-print.el: Fix bug 1: if ps-font-size-internal,
4451         ps-header-font-size-internal and
4452         ps-header-title-font-size-internal variables are not set,
4453         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
4454         face text property is (foreground-color . COLOR) or
4455         `(background-color . COLOR)', ps-print crashes.  Doc fix.
4456         (ps-print-version): New version number (5.2.4).
4457         (ps-plot-region): Code fix.
4458         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4459         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4460         Bug fix 2.
4462 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
4464         * glasses.el (glasses-make-readable): Fix uncapitalization of
4465         identifiers like `myXMLDocument'.
4467 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
4469         * mail/mail-hist.el (mail-hist-previous-input)
4470         (mail-hist-next-input): Do the obvious code factorization.
4471         (mail-hist-retrieve-and-insert): New func, contains common
4472         code of above two.
4473         If inserting a message body, leave point at top.
4475 2000-07-28  Sam Steingold  <sds@gnu.org>
4477         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
4478         Use `<=', not `<' to compare times!
4479         (ange-ftp-ls): Remove.
4481 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
4483         * play/cookie1.el: Add explanation of how to make cookie.el
4484         compatible with strfile(1) to comment.
4486         * subr.el (remove, remq): New functions.
4488         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4489         escape `*' in regexps.
4490         (midnight-find): Reverse order of arguments in the funcall of
4491         TEST.
4493         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4494         and `.class'.
4496         * play/meese.el: Add Commentary section.
4498 2000-07-27  Alex Schroeder  <alex@gnu.org>
4500         * sql.el (sql-ms): Added autoload cookie.
4501         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4502         (sql-oracle): Ditto.
4503         (sql-help): Doc change.
4505         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4506         types and exceptions.
4508 2000-07-27  Alex Schroeder  <alex@gnu.org>
4510         * sql.el (sql-placeholder-history): New variable.
4511         (sql-query-placeholders-and-send): New function that will query
4512         the user and replace placeholders with user input.
4513         (sql-oracle): If running on NT, set comint-input-sender to
4514         sql-query-placeholders-and-send.
4516         (sql-stop): If in the SQLi buffer, insert stop notification, else
4517         present it as a message.
4519 2000-07-27  Alex Schroeder  <alex@gnu.org>
4521         * sql.el (sql-input-ring-separator): Doc change.
4522         (sql-input-ring-file-name): Doc change.
4523         (sql-interactive-mode): Use `sql-input-ring-separator' and
4524         `sql-input-ring-file-name' to set the comint-mode equivalents
4525         without making them local variables.
4526         (sql-stop): Don't bind `sql-input-ring-separator' and
4527         `sql-input-ring-file-name' dynamically to their comint-mode
4528         equivalents.
4530 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
4532         * international/mule.el (register-char-codings): New function.
4533         (make-coding-system): Handle `safe-chars' specification in the arg
4534         PROPERTY.
4536         * international/mule-cmds.el
4537         (find-coding-systems-region-subset-p): This function deleted.
4538         (sort-coding-systems-predicate): New variable.
4539         (sort-coding-systems): New function.
4540         (find-coding-systems-region): Use
4541         find-coding-systems-region-internal.
4542         (find-coding-systems-string): Use find-coding-systems-region.
4543         (find-coding-systems-for-charsets): Check
4544         char-coding-system-table.
4545         (select-safe-coding-system-accept-default-p): New variable.
4546         (select-safe-coding-system): Mostly rewritten.  New argument
4547         ACCEPT-DEFAULT-P.
4548         (select-message-coding-system): Call select-safe-coding-system
4549         with ACCEPT-DEFAULT-P arg.
4550         (reset-language-environment): Reset default-sendmail-coding-system
4551         to the default value iso-latin-1.
4552         (set-language-environment): Don't set the obsolete variable
4553         charset-origin-alist.
4555         * international/codepage.el (cp-coding-system-for-codepage-1):
4556         Give `safe-chars' property to make-coding-system.
4558         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4559         calling select-message-coding-system twice.
4561         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4562         instead of `safe-charsets'.
4563         (cyrillic-alternativnyj): Likewise.
4564         (ccl-encode-alternativnyj): Don't check the charset
4565         cyrillic-iso8859-5.
4567 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
4569         * composite.el (compose-chars-after): Preserve match data.
4571 2000-07-26  Sam Steingold  <sds@gnu.org>
4573         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
4574         (ange-ftp-real-file-newer-than-file-p): New function.
4575         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
4576         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
4578         * tooltip.el (tooltip-float-time): Removed (use `float-time').
4579         * midnight.el (midnight-float-time): Ditto.
4581 2000-07-26  Andreas Schwab  <schwab@suse.de>
4583         * files.el (normal-backup-enable-predicate): Correct
4584         interpretation of the return value of compare-strings.
4586 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
4588         * isearch.el (isearch-resume): New function.
4589         (isearch-done): Add something to command-history to resume
4590         the search.
4591         (isearch-yank-line, isearch-yank-word): Use
4592         buffer-substring-no-properties instead of buffer-substring.
4594         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
4595         of flyspell-mouse-map.
4597         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
4598         duplicate definition.
4599         (makefile-mode): Remove duplicate setting of local-abbrev-table.
4601         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
4602         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
4604 2000-07-25  Sam Steingold  <sds@gnu.org>
4606         * net/ange-ftp.el: Get modtime over the net.
4607         (ange-ftp-file-modtime): New function.
4608         (ange-ftp-write-region, ange-ftp-insert-file-contents)
4609         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
4610         Use it.
4611         (ange-ftp-dot-to-slash): New function.
4612         (ange-ftp-fix-name-for-vms): Use it.
4614         * midnight.el (midnight-buffer-display-time): Use
4615         `with-current-buffer'.
4617 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
4619         * find-dired.el: Update copyright notice.
4620         (find-dired): Offer to kill a running `find'.
4622         * enriched.el (enriched-face-ans): For a `foreground-color'
4623         property, return '(("x-color" COLOR))' so that COLOR will be
4624         output as a parameter of the x-color annotation.  Likewise for the
4625         `background-color' property.  In the case of normal face
4626         properties, don't return annotations for unspecified foreground
4627         and background face attributes.
4629 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
4631         * language/japan-util.el (japanese-katakana-region): Fix handling
4632         HANKAKU argument.
4634 2000-07-25  Miles Bader  <miles@gnu.org>
4636         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
4637         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
4638         constrain-to-field.
4640 2000-07-24  Andrew Innes  <andrewi@gnu.org>
4642         * timer.el (timer-activate-when-idle): Add optional parameter
4643         DONT-WAIT.  Update docstring.
4644         (run-with-idle-timer): Specify extra parameter to
4645         timer-activate-when-idle, so that timer will be activated
4646         immediately if Emacs is already idle.
4648         * w32-fns.el (w32-using-nt): Fix docstring.
4650 2000-07-24  Dave Love  <fx@gnu.org>
4652         * mouse.el (popup-menu): Set last-command-event.
4653         (mouse-major-mode-menu-prefix): Declare.
4655 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
4657         * textmodes/flyspell.el: Update to author's version 1.5d.
4659         * progmodes/hideshow.el: Update copyright notice.
4661         * vcursor.el: Set maintainer to FSF, since author cannot
4662         be reached.
4664 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
4666         * info.el (Info-goto-emacs-key-command-node): Leave a space after
4667         the prompt.
4669         * mouse.el (popup-menu): Run the keymap through indirect-function,
4670         in case it was defined with define-prefix-key.  If the menu is a
4671         list of keymaps, look up the binding of user's choice in each one
4672         of the keymaps.
4673         (mouse-popup-menubar): If the global and local menu-bar keymaps
4674         don't have a prompt string, create one and insert it into the
4675         keymap.  Don't barf if current-local-map returns nil.
4677 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
4679         * dired.el (dired-sort-R-check): Added to allow recursive listing
4680         to be undone.
4681         (dired-sort-other): Use it.
4683 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4685         * Release of cc-mode 5.27
4687 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4689         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
4690         c-beginning-of-statement-1 that caused a bad case of recursion
4691         which could consume a lot of CPU in large classes in languages
4692         that have in-expression classes (i.e. Java and Pike).
4694         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
4695         statements before top level constructs (i.e. case 6 is moved
4696         before case 5 and is now case 4) to catch in-expression
4697         classes in top level expressions correctly.
4699 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4701         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
4702         objc-method-intro. Case 4 removed and case 5I added.
4704         * cc-langs.el (c-append-paragraph-start): New variable used by
4705         c-common-init to get paragraph-start correct.
4706         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
4707         initialize paragraph-start to make it correct both with and
4708         without the javadoc special case.
4710         * cc-mode.el (java-mode): Use c-append-paragraph-start to
4711         initialize paragraph-start for javadoc markup.
4713         * cc-vars.el (c-style-variables-are-local-p): Incompatible
4714         change by defaulting this to t.  It's motivated by the
4715         confusing behavior that otherwise arise from the style system
4716         when editing both java and non-java files at the same time
4717         (see the comments about style setting in c-common-init).
4719 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4721         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
4722         similar to the one in c-fill-paragraph to check the fill
4723         prefix from the adaptive fill function for sanity.
4725 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4727         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
4728         defun block.
4730 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4732         * cc-mode.texi Documented the change of cpp-macro.
4734 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4736         * cc-align.el (c-lineup-multi-inher): Handle lines with
4737         leading comma nicely. Extended to handle member initializers
4738         too.
4740         * cc-engine.el: (c-beginning-of-inheritance-list,
4741         c-guess-basic-syntax): Fixed recognition of inheritance lists
4742         when the lines begins with a comma.
4744         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
4746         * cc-vars.el (c-offsets-alist): Changed default for
4747         member-init-cont to c-lineup-multi-inher since it now handles
4748         member initializers and indents better for leading commas.
4750 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4752         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
4753         handling that caused class open lines to be recognized as
4754         statement-conts in some cases.
4756         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
4757         guessed by the adaptive fill function unless point is on the
4758         first line of a block comment.
4760         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
4761         when the buffer ends with a macro continuation char.
4763         * cc-engine.el (c-guess-basic-syntax): Added support for
4764         function definitions as statements in Pike.  The first
4765         statement in a lambda block is now labeled defun-block-intro
4766         instead of statement-block-intro.
4768         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
4769         so that the class surrounding point is selected, not the one
4770         innermost in the state.
4772         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
4773         recognition of switch labels having hanging multiline
4774         statements.
4776         * cc-engine.el (c-beginning-of-member-init-list): Broke out
4777         some code in c-guess-basic-syntax to a separate function.
4778         * cc-engine.el (c-just-after-func-arglist-p): Fixed
4779         recognition of member inits with multiple line arglists.
4780         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
4781         member-init-cont when the commas are in funny places.
4783 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4785         * cc-defs.el (c-auto-newline): Removed this macro since it's
4786         not used anymore.
4788         * cc-engine.el (c-looking-at-bos): New helper function.
4789         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
4790         inexpr and toplevel classes apart in Pike.
4792         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
4793         of case 9A.
4795         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
4796         constant, since "class" can introduce an in-expression class
4797         in Pike nowadays.
4799 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4801         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
4802         indentation on cpp-macro lines.
4804         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
4805         a syntax modifier like comment-intro, to make it possible to
4806         get syntactic indentation for preprocessor directives.  It's
4807         incompatible wrt to lineup functions on cpp-macro, but it has
4808         no observable effect in the 99.9% common case where cpp-macro
4809         is set to -1000.
4811 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4813         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
4814         member-init-cont when the preceding arglist is several lines.
4816 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4818         * cc-styles.el (c-style-alist): The basic offset for the BSD
4819         style corrected to 8.
4821 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4823         * cc-styles.el (c-style-alist): Adjusted the indentation of
4824         brace list openers in the gnu style.
4826 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4828         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
4830         * cc-cmds.el (c-electric-brace, c-electric-slash,
4831         c-electric-star, c-electric-semi&comma, c-electric-colon,
4832         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
4833         when c-syntactic-indentation is nil.
4835         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
4836         we were left at comments preceding the first statement when
4837         reaching the beginning of the buffer.
4839         * cc-vars.el (c-syntactic-indentation): New variable to turn
4840         off all syntactic indentation.
4842 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4844         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
4845         between the text and the block comment ender when it hangs,
4846         depending on how many there are before the fill.
4848 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4850         * cc-engine.el (c-beginning-of-closest-statement): New helper
4851         function to go back to the closest preceding statement start,
4852         which could be inside a conditional statement.
4853         * cc-engine.el (c-guess-basic-syntax): Use
4854         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
4856         * cc-engine.el (c-guess-basic-syntax): Better handling of
4857         arglist-intro, arglist-cont-nonempty and arglist-close when
4858         the arglist is nested inside parens.  Cases 7A, 7C and 7F
4859         changed.
4861         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
4862         up-to-date with javadoc 1.2.
4864 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4866         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
4867         multiline Pike type decls.
4869 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4871         * cc-cmds.el (c-indent-new-comment-line): Always break
4872         multiline comments in multiline mode, regardless of
4873         comment-multi-line.
4875 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4877         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
4878         fully::qualified::names in C++ member init lists.  Preamble in
4879         case 5D changed.
4881 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4883         * cc-langs.el (c-common-init): Handling of obsolete variables
4884         moved to c-initialize-cc-mode.  More compatible style override
4885         when using global style variables.
4886         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
4887         variables moved here.
4889         * cc-mode.texi: Documented the special behavior of
4890         c-special-indent-hook as a style variable.  Don't talk about
4891         doing (c-make-styles-buffer-local t) in a mode hook, since
4892         that's already too late to work right.
4894         * cc-styles.el (c-make-styles-buffer-local): Flag style
4895         variable localness in c-style-variables-are-local-p to make
4896         the compatibility measure in c-common-init work well.
4898         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
4899         longer contain set-from-style.
4900         * cc-styles.el (c-initialize-builtin-style): Don't check for
4901         set-from-style on c-special-indent-hook.
4902         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
4903         copy-alist is sufficient now.
4905         * cc-styles.el (c-set-style, c-set-style-1,
4906         c-get-style-variables): Fixes to variable initialization so
4907         that duplicate entries in styles have the same effect
4908         regardless of DONT-OVERRIDE.
4910         * cc-styles.el (c-set-style-2): Fixed bug where the
4911         initialization of inheriting styles failed when the
4912         dont-override flag is set.
4914         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
4915         on this.
4917 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4919         * cc-defs.el (c-forward-comment): Removed the workaround
4920         introduced in 5.38 since it had worse side-effects.  If a line
4921         contains the string "//\"", it regarded the // as a comment
4922         start since the \ temporarily doesn't have escape syntax.
4924 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
4926         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
4927         ada-xref.el before ada-prj.el, so that the Project menu is created
4928         when ada-prj tries to add to it.
4929         (ada-activate-keys-for-case): Suppress the characters that are not
4930         part of the Ada syntax. Better compatibility with else-mode
4931         (ada-adjust-case-interactive): When auto-casing is not active,
4932         correctly insert newlines (used to insert only ^M).  Prevent the
4933         syntax table from being changed in case of an error
4934         (or '_' becomes part of a word and some commands are confused).
4935         Do nothing if ada-auto-case is nil.
4936         (ada-after-keyword-p): Ignore keywords that are also attributes
4937         (ada-batch-reformat): Update usage comment
4938         (ada-call-from-contextual-menu): New function
4939         (ada-case-read-exceptions): Reinitialize the casing exception list
4940         first to nil first, so that the casing exception file can be
4941         shared.
4942         (ada-check-defun-name): Handles "configure" keyword for gnatdist
4943         files.
4944         (ada-compile-goto-error): Fix regexp used to detect a file:line
4945         anywhere in the error message
4946         (ada-contextual-menu-last-point): New variable
4947         (ada-create-keymap): If the variable delete-key-deletes-forward is
4948         t on XEmacs, it means that DEL should delete one character
4949         forward.
4950         (ada-create-menu): Use :included instead of :visible for XEmacs.
4951         New submenu "Options".
4952         (ada-end-stmt-re): Correctly indent "select ... then abort"
4953         statements.
4954         (ada-fill-comment-paragraph): Correctly delete all leading '--'
4955         even if they don't match ada-fill-comment-prefix Fix handling of
4956         paragraphs on the first or last line of a file.
4957         (ada-format-paramlist): Fix handling of default parameter values.
4958         (ada-get-body-name): New function.
4959         (ada-get-current-indent): Optimized by searchling directly for an
4960         existing generic part or a statement outside of it.  Handle
4961         ada-indent-align-comments when indenting comments Replaced some
4962         regexps by testing directly the next character. This results in a
4963         huge speedup on some files.  New indentation scheme for renames
4964         statements.  Stop looking for the 'while' or 'for' associated with
4965         a 'loop' at the first semicolon encountered.  A "return" can also
4966         match an anonymous access subprogram declaration.
4967         (ada-get-indent-noindent): Ignore strings and comments when
4968         looking for the keywords "record" and "private".
4969         (ada-goto-matching-decl-start): When matching "if", make sure we
4970         are not in fact seeing "end if".  Ignore "when" statements except
4971         when initial keyword was "begin".  Fix handling of nested
4972         procedures.  Add a recursive call to this function to skip over
4973         other 'end' statmts.  Fix indentation for "when .. => begin"
4974         (ada-in-open-paren-p): Fix indentation for complex boolean
4975         expressions, where 'and then', 'or else' and parenthesis
4976         statements are mixed up.
4977         (ada-in-paramlist-p): Skip comments while searching for the
4978         beginning Fix handling of operator declarations.
4979         (ada-indent-align-comments): New variable
4980         (ada-indent-current): Change the syntax table only in the
4981         protected section, so that we are sure it is restored correctly.
4982         (ada-indent-on-previous-lines): Use ada-use-indent and
4983         ada-with-indent Correctly indent "select ... then"
4984         (ada-indent-region): Slight speedup.
4985         (ada-indent-renames): New variable.
4986         (ada-last-which-function-subprog, ada-last-which-function-line):
4987         New variables
4988         (ada-looking-at-semi-private): Correctly indent the 'private'
4989         keyword when it is the first word in a package declaration.
4990         (ada-loose-case-word): Stop searching if at the end of the buffer.
4991         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
4992         even if point is not initially at the end of the word.
4993         (ada-matching-decl-start-re): Add "when".
4994         (ada-mode): Add support for abbrev-mode, outline-mode and
4995         which-func-mode Override the old find-file.el entry in
4996         ff-special-constructs since it is using the obsolete
4997         ada-spec-suffix variable
4998         (ada-no-auto-case): New function
4999         (ada-scan-paramlist): When parsing the argument type, accept
5000         spaces (as in "X 'Class", generated by Rational Rose).
5001         (ada-other-file-name): No longer loads the other file.
5002         (ada-popup-menu): Save and restore the current buffer and cursor
5003         position before and after displaying the menu.
5004         (ada-search-ignore-complex-boolean): New function.
5005         (ada-uncomment-region): Emacs21 already knows how to delete
5006         comments not starting in the first column.
5007         (ada-use-indent): New variable
5008         (ada-which-function): New function.
5009         (ada-with-indent): New variable
5010         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5011         can be batch-compiled from the command line.
5013         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5014         Add to the menu when the file is loaded, not in ada-mode-hook.
5015         Add -toolbar to the default ddd command Switches moved from
5016         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5017         ada-prj-default-comp-opt
5018         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5019         Reference Manual to the menu
5020         (ada-check-current): rewritten as a call to ada-compile-current
5021         (ada-compile): Removed.
5022         (ada-compile-application, ada-compile-current, ada-check-current):
5023         Set the compilation-search-path so that compile.el automatically
5024         finds the sources in src_dir.  Automatic scrollong of the
5025         compilation buffer.  C-uC-cC-c asks for confirmation before
5026         compiling
5027         (ada-compile-current): New parameter, prj-field
5028         (ada-complete-identifier): Load the .ali file before doing
5029         processing
5030         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5031         conform to gnatmake's behavior.
5032         (ada-find-file-in-dir): New function
5033         (ada-find-references): Set the environment variables for gnatfind
5034         (ada-find-src-file-in-dir): New function.
5035         (ada-first-non-nil): Removed
5036         (ada-gdb-application): Add support for jdb, the java debugger.
5037         (ada-get-ada-file-name): Load the original-file first if not done
5038         yet.
5039         (ada-get-all-references): Handles the new ali syntax (parent types
5040         are found between <>).
5041         (ada-initialize-runtime-library): New function
5042         (ada-mode-hook): Always load a project file when a file is opened,
5043         so that the casing exceptions are correctly read.
5044         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5045         (ada-parse-prj-file): Use find-file-noselect instead of find-file
5046         to open the project file, since the latter does not work with
5047         speedbar Get default values before loading the prj file, or the
5048         default executable file name is wrong.  Use the absolute value of
5049         src_dir to initialize ada-search-directories and
5050         compilation-search-path,...  Add the standard runtime library to
5051         the search path for find-file.
5052         (ada-prj-default-debugger): Was missing an opening '{'
5053         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5054         variables.
5055         (ada-prj-default-gnatmake-opt): New variable
5056         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5057         buffers, the project file is the default one Save the windows
5058         configuration before displaying the menu.
5059         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5060         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5061         ...)  regexp-quote identifiers names to support operators +,
5062         -,... in regexps.
5063         (ada-remote): New function.
5064         (ada-run-application): Erase the output buffer before starting the
5065         run Support remote execution of the application.  Use
5066         call-process, or the arguments are incorrectly parsed
5067         (ada-set-default-project-file): Reread the content of the active
5068         project file, not the one from the current buffer When a project
5069         file is set as the default project, all directories are
5070         automatically associated with it.
5071         (ada-set-environment): New function
5072         (ada-treat-cmd-string): New special variable ${current}
5073         (ada-treat-cmd-string): Revised.  The substitution is now done for
5074         any ${...} substring
5075         (ada-xref-current): If no body was found, compiles the spec
5076         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5077         compiler to get rid of command line length limitations.
5078         (ada-xref-get-project-field): New function
5079         (ada-xref-project-files): New variable
5080         (ada-xref-runtime-library-specs-path)
5081         (ada-xref-runtime-library-ali-path): New variables
5082         (ada-xref-set-default-prj-values): Default run command now does a
5083         cd to the build directory.  New field: main_unit Provide a default
5084         file name even if the current buffer has no prj file.
5086         * ada-prj.el:
5087         Rewritten to show a tabbed-dialog.
5088         (ada-prj-add-ada-menu): Remove the map and name parameters.
5089         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5090         New function
5091         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5092         (ada-prj-load-from-file): New function
5093         (ada-prj-save): Always save fields that depend on the current buffer
5094         (ada-prj-show-value): New function
5096         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5097         Ada mode. This will allow us to display the Ada menu in any buffer
5098         we want (for project items).
5099         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5100         number of spaces in the header.
5102 2000-07-24  Dave Love  <fx@gnu.org>
5104         * ediff-init.el (ediff-region-help-echo): Bind face-help.
5106 2000-07-23  Noah Friedman  <friedman@splode.com>
5108         * type-break.el (type-break): perform autosave.
5109         Suggested by Stephen Gildea <gildea@intouchsys.com>.
5110         (type-break-do-query): Cancel query schedule while performing
5111         actual query, to avoid possibility of a second query being made
5112         while first one is already in progress.
5113         (type-break-time-stamp-format): New variable.
5114         (type-break-time-stamp): New function.
5115         (type-break-time-warning): Use it.
5116         (type-break-keystroke-warning): Use it.
5117         (type-break-noninteractive-query): Use it.
5119         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5120         cookie.
5121         Use add-minor-mode to set minor-mode-alist, if available.
5122         (eldoc-echo-area-use-multiline-p): New user option.
5123         (eldoc-echo-area-multiline-supported-p): New variable.
5124         (eldoc-docstring-format-sym-doc): Use them.
5125         (eldoc-mode): If not using idle timers, append to local post and
5126         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
5127         (eldoc-display-message-no-interference-p): Don't interfere with
5128         edebug.
5129         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5130         (eldoc-function-arglist): New function.
5131         (eldoc-function-argstring): Use it.
5133         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5134         auto save directory exists before calling directory-files.
5136 2000-07-23  Dave Love  <fx@gnu.org>
5138         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5139         ^o, ^u.
5141 2000-07-21  Dave Love  <fx@gnu.org>
5143         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5144         now passed to the function.  It now works properly.
5146         * smerge-mode.el (smerge-mode-menu): Fill it out.
5148 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
5150         * info-look.el (info-lookup): If *info* is shown in another frame
5151         on the same display, select that frame, instead of switching to
5152         the Info buffer in another window of the selected frame.
5154         * simple.el (universal-argument-map): Bind numeric keypad keys
5155         kp-0 to kp-9 and kp-subtract.
5156         (digit-argument): Handle these keys.
5158 2000-07-20  Dave Love  <fx@gnu.org>
5160         * net/goto-addr.el (goto-address-fontify): Don't bother with
5161         buffer-modified and read-only stuff -- irrelevant with overlays.
5162         Put an extra property on the overlays and use it to clean up in
5163         case goto-address is re-run.
5165 2000-07-19  Richard M. Stallman  <rms@gnu.org>
5167         * timer.el (run-with-idle-timer): Doc fix.
5169         * mail/mail-utils.el (mail-strip-quoted-names):
5170         Handle case where <...> appears inside "...".
5171         Use replace-match to edit the string more simply.
5172         (rmail-dont-reply-to): Cope with an unmatched ".
5174 2000-07-19  Dave Love  <fx@gnu.org>
5176         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5177         implementation.
5179         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5180         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5181         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5183 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
5185         * textmodes/refer.el: Correct maintainer's email address.
5187         * progmodes/hideif.el: Correct author's email address.
5188         Fix typo in comment.
5190         * xml.el: New file.
5192         * mail/mailheader.el: Correct author's mail address.
5194         * gnus/parse-time.el: Correct author's mail address.
5196 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
5198         * comint.el (comint-highlight-input, comint-highlight-face):
5199         New user options.
5200         (comint-input-ring-file-name): Change custom type.
5201         (comint-mode-map): Bind mouse-2.
5202         (comint-insert-clicked-input): New function.
5203         (comint-send-input): Handle input highlighting.
5205 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
5207         * mouse.el (popup-menu): New function.
5208         (mouse-major-mode-menu): Use it.
5210 2000-07-18  Dave Love  <fx@gnu.org>
5212         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5213         improvements.
5215 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
5217         * faces.el (face-font-selection-order)
5218         (face-font-family-alternatives): Add custom type.
5220 2000-07-18  Dave Love  <fx@gnu.org>
5222         * cus-edit.el (custom-variable-reset-saved)
5223         (custom-variable-reset-standard): Remove unused bindings.
5225         * rect.el (open-rectangle-line): Remove unused let.
5227         * hl-line.el (hl-line-highlight): Check hl-line-mode.
5229 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
5231         * cdl.el: Fix `Maintainer' keyword.
5233         * play/pong.el: Add author's email address.
5235 2000-07-17  Sam Steingold  <sds@gnu.org>
5237         * files.el (insert-directory): Call `split-string' instead of
5238         re-implementing it.
5240 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
5242         * mail/vms-pmail.el: Change maintainer to FSF.
5244         * net/goto-addr.el: Change maintainer to FSF.
5246         * recentf.el: Update from author.
5248         * info.el (Info-title-face-alist): Removed.
5250 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
5252         * eshell/eshell.el (eshell): Replace links to eshell.info with
5253         links to eshell, to avoid problems on systems where the manual is
5254         installed as `eshell'.
5255         * eshell/esh-cmd.el (eshell-cmd): Ditto.
5256         * eshell/em-smart.el (eshell-smart): Ditto.
5257         * eshell/em-banner.el (eshell-banner): Ditto.
5258         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
5260         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5261         same-file check in the MS-DOS version (it does support inodes).
5263         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5265         * eshell/eshell.el (eshell-directory-name):
5266         Run default directory name through convert-standard-filename.
5268 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
5270         * international/mule-cmds.el (select-safe-coding-system):
5271         Fix typo in the comment.
5273         * language/european.el (compound-text):
5274         Force katakana-jisx0201 to be designated to G1.
5276         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5277         Don't translate some national variant characters of latin-jisx0201.
5278         (x-ctext): Force katakana-jisx0201 to be designated to G1.
5280         * international/kkc.el (kkc-after-update-conversion-functions):
5281         New variable.
5282         (kkc-update-conversion): Run functions in it at the tail.
5284 2000-07-16  John Wiegley  <johnw@gnu.org>
5286         * lisp/align.el (align-newline-and-indent):
5287         Adding new function.  for auto-aligning blocks of code on RET.
5288         (align-region): Fixed badly formatted minibuffer message.
5290 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
5292         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
5293         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
5294         the conversion list at first if appropriate.
5295         (kkc-next): Don't update kkc-next-count here.
5296         (kkc-prev): Don't update kkc-prev-count here.
5297         (kkc-show-conversion-list-update): Fix setting up of conversion
5298         list message.
5300 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
5302         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
5304 2000-07-16  Dave Love  <fx@gnu.org>
5306         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5307         function to be more specific.
5309         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5310         non-string help-echo.
5311         (widget-types-convert-widget): Defsubst it.
5312         (widget-echo-help): Try to cope with a help-echo function of two
5313         possible sorts.
5315 2000-07-15  Jason Rumney  <jasonr@gnu.org>
5317         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5318         Declare as obsolete.
5320         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5322 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
5324         * hilit-chg.el: Fix typo.
5326 2000-07-14  Dave Love  <fx@gnu.org>
5328         * info.el (Info-mode-menu): Fix use of :help, :enable.
5330 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
5332         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5334 2000-07-13  Dave Love  <fx@gnu.org>
5336         * emacs-lisp/easymenu.el: Doc fixes.
5337         (easy-menu-remove): Defalias to ignore.
5339         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5340         Call throw correctly.
5342 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
5344         * faces.el (frame-background-mode): Doc fix.
5346         * simple.el (eval-expression-print-length): Change custom type to
5347         allow entering nil as value.
5349 2000-07-13  Dave Love  <fx@gnu.org>
5351         * progmodes/fortran.el (fortran-imenu-generic-expression):
5352         Change definition layout.
5353         (fortran-mode-menu): Reinstate customize entries.
5355         * cus-edit.el (custom-group-menu-create, customize-menu-create):
5356         Use :filter, per old XEmacs code.
5358 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
5360         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5361         event when deciding what to send to the terminal.
5363 2000-07-12  Dave Love  <fx@gnu.org>
5365         * cus-start.el: Add optional version as 4th element of specs and
5366         use it for several things new in v21.  Remove load-path.  Fix type
5367         of line-number-display-limit.
5369 2000-07-11  Dave Love  <fx@gnu.org>
5371         * progmodes/fortran.el: Don't require easymenu.
5372         Use repeat counts in various regexps.
5373         (fortran-mode-syntax-table): Defvar directly.
5374         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
5375         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5376         Use defvar, not defconst.
5377         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
5378         (fortran-mode): Set fortran-comment-line-start-skip,
5379         fortran-comment-line-start-skip, dabbrev-case-fold-search.
5380         (fortran-comment-indent): Use defsubst.
5381         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5382         Use fortran-comment-indent, not fortran-comment-indent-function.
5383         (fortran-comment-region, fortran-electric-line-number): Simplify.
5384         (fortran-auto-fill): New function.
5385         (fortran-do-auto-fill): Deleted.
5386         (fortran-find-comment-start-skip):
5387         Check for non-null comment-start-skip.
5388         (fortran-auto-fill-mode, fortran-fill-statement):
5389         Use fortran-auto-fill.
5390         (fortran-fill): Use fortran-auto-fill.  Check for null
5391         comment-start-skip.  Simplify final clause and use end-of-line finally.
5393         * widget.el (widget-plist-member): New alias.
5395 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
5397         * eshell/esh-module.el (toplevel): Reference
5398         byte-compile-current-file only if it is bound.
5400 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
5402         * dired.el: Don't require `dired-aux'.
5404 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
5406         * dired-aux.el (dired-show-file-type): New function.
5407         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5408         (dired-show-file-type): Add autoload.
5410 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
5412         * international/mule-diag.el (describe-font): Adjusted for the
5413         change of fontset-info.
5414         (print-fontset): Likewise.
5416 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
5418         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5420 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
5422         * bindings.el: Bind `[delete]' to delete-char.
5424         * dired.el (dired-find-alternate-file): New function.
5425         (dired-mode-map): Bind `a' to dired-find-alternate-file.
5426         (toplevel): Require dired-aux when compiling.
5427         (dired-buffers): Move defvar within file to avoid compiler warning.
5429         * info.el (Info-last-search): Variable removed.
5430         (Info-search-history): New variable.
5431         (Info-search): New Info-search-history.
5433         * battery.el, info-look.el: Change author's mail address.
5435 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
5437         * mail/rmail.el (rmail-clear-headers): Don't throw an error
5438         if rmail-ignored-headers is nil.
5439         (rmail-retry-failure): Bind rmail-ignored-headers and
5440         rmail-displayed-headers to nil.
5442 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
5444         * lpr.el (lpr-page-header-switches): Add `-h' switch.
5445         (print-region-1): Don't hard code `-h' here.
5447         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5449 2000-07-01  Francesco Potorti`  <pot@gnu.org>
5451         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5452         exim can use "your message" instead of "the message".
5454 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
5456         * facemenu.el: Docstrings fixes.
5457         (facemenu-get-face): Don't use internal-find-face.
5458         (facemenu-iterate): Rename arg to match the docstring.
5460         * newcomment.el (uncomment-region): Be more careful when skipping
5461         backwards over `=' not to bump into BOBP.
5463 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
5465         * ediff-diff.el (ediff-wordify): Use syntax table.
5466         * ediff-init.el (ediff-has-face-support-p): Use
5467         ediff-color-display-p.
5468         (ediff-color-display-p): Use display-color-p, changed to defun
5469         from defsubst.
5470         Got rid of special cases for NeXT and OS/2.
5471         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
5472         face.
5474 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
5476         * emacs-lisp/lucid.el: Require CL.
5477         (copy-tree, remprop): Remove, it's provided by CL.
5478         (map-keymap): Define in terms of cl-map-keymap.
5479         (extent-property, set-extent-end-glyph): New functions.
5481         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5483 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
5485         * Makefile.in (DONTCOMPILE): Add comment that the name may
5486         not be changed without changing the make-dist script.
5488         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
5489         (cl-mapc): Use mapc instead of cl-old-mapc.
5491 2000-07-05  Andrew Innes  <andrewi@gnu.org>
5493         * makefile.nt: Add support for `bootstrap' and related targets.
5495 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
5497         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5498         (easy-menu-do-define): Use `menu-item' format.
5499         Handle case where easy-menu-create-menu returns a symbol.
5500         Manually call the potential top-level filter in the function binding.
5501         (easy-menu-filter-return): New arg NAME.
5502         Convert to a keymap if MENU is an XEmacs menu.
5503         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
5504         (easy-menu-converted-items-table, easy-menu-convert-item):
5505         New var and fun to memoize easy-menu-convert-item-1.
5506         (easy-menu-do-add-item): Use it.
5507         (easy-menu-create-menu): Use easy-menu-convert-item.
5508         Wrap easy-menu-filter-return around any :filter specification.
5509         Don't convert the menu if a filter was specified.
5510         Tell easy-menu-make-symbol not to check for MENU being an expression.
5511         (easy-menu-make-symbol): New arg NOEXP.
5513 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
5515         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5516         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5517         (eval-defun): If called with prefix arg, instrument code for
5518         Edebug.
5520         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5521         similar to that of eval-defun.
5523 2000-07-04  Dave Love  <fx@gnu.org>
5525         * hl-line.el (hl-line-overlay): Make it permanent-local.
5527         * calendar/todo-mode.el: Replaced with a working version, based on
5528         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5530 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
5532         * paths.el (prune-directory-list): New function.
5533         (Info-default-directory-list): Rewritten to more methodically
5534         enumerate a big list of possible info directories (based on the
5535         list used by the standalone info reader).
5537         * info.el (info-initialize): Use prune-directory-list to remove
5538         non-existent directories from Info-directory-list.
5540         * paths.el (Info-default-directory-list): Try a list of possible
5541         info-directories instead of a single one.  Add the possible
5542         info directory "/usr/share/info".
5544         * woman.el (woman-man.conf-path): Explicitly include the debian
5545         man-db config file "/etc/manpath.config".
5546         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5547         are present in `manpath.config'.
5548         (woman-manpath): Include "/usr/share/man".
5550 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
5552         * frame.el (blink-cursor-mode): Don't hide cursor initially.
5554         * startup.el (command-line): Initialize blink-cursor based
5555         on window-system.
5557         * frame.el (blink-cursor): Default to nil if not running under
5558         a window-system.
5560         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5561         (face-x-resources): Remove duplicate entry for :font.
5563         * textmodes/refer.el (refer-find-entry-internal): Use some-window
5564         instead of cycling through windows with next-window.
5566         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5567         of cycling through windows with next-window.
5569         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5570         of cycling through windows with next-window.
5572         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5573         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
5574         instead of cycling through windows with next-window.
5576         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
5577         instead of cycling through windows with next-window.
5579         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
5580         of cycling through windows with next-window.
5582         * terminal.el (te-process-output): Use walk-windows instead of
5583         cycling through windows with next-window.
5585         * server.el (server-switch-buffer): Use some-window instead of
5586         cycling through windows with next-window.
5588         * window.el (some-window): New function.
5589         (walk-windows): Remove reference to walk-windows-start.
5591         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
5593 2000-07-03  Richard Stallman  <rms@gnu.org>
5595         * window.el (walk-windows): Guarantee termination by keeping a list
5596         of all the windows already handled.
5598 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
5600         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
5601         window-system.
5603         * man.el (Man-notify-when-ready): Don't use window-system.  If
5604         Man-notify-method is newframe, and the display is not
5605         multi-frame, select the frame created for the man page.
5606         (Man-init-defvars): Doc fix.
5608 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
5610         * faces.el (region): Change background color for light background.
5612         * ediff-wind.el (ediff-setup-control-frame): Remove :box
5613         attribute from mode-line face of Ediff control frame.
5615         * replace.el (query-replace-map): Bind `e' like `E'.
5617 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
5619         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
5620         Change name to "Select All".
5622         * dos-fns.el (convert-standard-filename): Fix last change.
5624 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
5626         * help.el (describe-variable): Don't insert a second `'s' in front
5627         of the string `value is shown below'.  Since the syntax-table is
5628         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
5629         an existing `'s', so that this won't be deleted.
5631         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
5632         * pcmpl-unix.el: New files.
5634 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
5636         * wid-edit.el (widget-member): Use the new plist-member.
5638 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
5640         * replace.el (perform-replace): Undo change of 2000-04-04.
5641         Instead, move backward 1 character at the end of the loop when
5642         necessary.
5644         * faces.el (fringe): Change face for different backgrounds.
5646         * eshell/esh-module.el (toplevel): Load defgroup's differently;
5647         patch from John.
5649         * eshell/*.el: Change spelling of the Free Software Foundation.
5651         * eshell/esh-toggle.el: Removed.
5653         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
5655         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
5656         interactively.
5658 2000-06-26  Alex Schroeder  <alex@gnu.org>
5660         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
5661         `define-key'; instead of checking `(emacs-version)' check for
5662         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
5663         for `;' and `o' which might be electric.
5665         (sql-electric-stuff): New user option.
5666         (sql-magic-go): New function which uses `sql-electric-stuff'.
5667         (sql-magic-semicolon): New function which uses
5668         `sql-electric-stuff'.
5670         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
5671         is not fboundp.
5673         (sql-oracle-options): New variable.
5674         (sql-oracle): Use it.
5676         (sql-imenu-generic-expression): Doc change.
5677         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
5678         is used.
5680         (sql-informix): Added command line parameter "-" to force
5681         sql-informix-program to use stdout.
5683 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
5685         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
5686         (cp864-decode-table): Doc fix.
5687         (cp720-decode-table): New variable, supports the Arabic OEM
5688         codepage used by Windows.
5689         (cp737-decode-table): New, Greek OEM codepage used by Windows.
5691 2000-06-23  Dave Love  <fx@gnu.org>
5693         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
5694         (font-lock-fontify-anchored-keywords): Use
5695         line-beginning-position.
5696         (global-font-lock-mode): Use mapc.
5698 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
5700         * eshell/esh-module.el: Require CL when compiling.
5702 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
5704         * comint.el (comint-substitute-in-file-name): Call replace-match
5705         with second and third arg t.
5707         * cus-edit.el (custom-button-face, custom-button-pressed-face):
5708         Specify foreground color.
5710         * faces.el (tool-bar, mode-line, header-line): Specify foreground
5711         color.
5713         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
5715         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
5716         cddr instead of cdddr.
5718         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
5719         instead of copy-list.
5721         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
5722         of copy-list.
5724         * subdirs.el: Add eshell subdirectory.
5726         * eshell: New subdirectory containing the Eshell package.
5728         * pcomplete.el: New file.
5730 2000-06-23  Paul Eggert  <eggert@twinsun.com>
5732         * mail/mailpost.el (post-mail-send-it): Make sure file has
5733         proper permissions from birth.
5735         * files.el (basic-save-buffer-2): When temporarily setting
5736         file modes, set them to current modes plus 0200, not to 0777.
5738         * emerge.el (emerge-make-temp-file): Make sure file has proper
5739         permissions from birth.
5741 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
5743         * files.el (make-backup-file-name-1): On DOS/Windows, run the
5744         backup file name through convert-standard-filename.
5746         * dos-fns.el (convert-standard-filename): Convert leading
5747         directories as well.  When long file names are supported, convert
5748         characters that are invalid in Windows file names.
5750 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5752         * ps-print.el: Fix bug: if ^L is the very first buffer character,
5753         ps-print crashes.  New feature: page selection for printing.  Create
5754         raw-text-unix coding system for XEmacs.  Doc fix.
5755         (ps-print-version): New version number (5.2.3).
5756         (ps-plot-region): Bug fix.
5757         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
5758         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
5759         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
5760         funs.
5761         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
5762         (ps-last-page): New vars.
5764 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
5766         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
5767         empty option string.
5769 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
5771         * man.el (man): Doc fix.
5773 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
5775         * international/mule-cmds.el (set-language-info-alist): Docstring
5776         fixed.
5778 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
5780         * version.el (emacs-version): Use ISO date format.
5782         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
5783         instead of `M-backspace'.
5785         * simple.el (turn-off-auto-fill): New function.
5787 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
5789         * jit-lock.el (with-buffer-prepared-for-jit-lock):
5790         Renamed from with-buffer-prepared-for-font-lock and use
5791         inhibit-modification-hooks rather than setting *-change-functions.
5792         Update all functions to use the new name.
5793         (jit-lock-first-unfontify-pos): New semantics (and doc).
5794         (jit-lock-mode): Make non-interactive.
5795         Don't automatically turn on font-lock.
5796         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
5797         Always use jit-lock-after-change.
5798         Remove and restore font-lock-after-change-function.
5799         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
5800         (jit-lock-after-unfontify-buffer): Remove.
5801         (jit-lock-stealth-fontify):
5802         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
5803         (jit-lock-after-change): Set the `fontified' text-prop to nil.
5805 2000-06-20  Sam Steingold  <sds@gnu.org>
5807         * emacs-lisp/cl-indent.el (toplevel): Indent
5808         `print-unreadable-object' properly.  Untabify.
5810 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5812         * textmodes/reftex.el (reftex-find-citation-regexp-format):
5813         Support for bibentry.
5814         (reftex-compile-variables): Fixed problem with end of section-re.
5816         * texmodes/reftex-dcr.el (reftex-view-crossref,
5817         reftex-view-crossref-from-bibtex):
5818         Deal with changed `reftex-find-citation-regexp-format'.
5819         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
5820         Replaced `remprop' with `put'.
5821         (reftex-view-crossref, reftex-view-crossref-when-idle):
5822         Support for bibentry.
5824         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5825         New entry for bibentry package.
5827         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5828         Regexp also matches "\nobibliography".
5830         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
5831         Call `reftex-ensure-write-access' before doing anything.
5832         (reftex-ensure-write-access): New function.
5834 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5836         * progmodes/idlwave.el: File re-installed (update to version 4.2)
5838         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
5840         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
5842         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
5845 2000-06-20  Dave Love  <fx@gnu.org>
5847         * faces.el (frame-background-mode): Use set-default, not set, in
5848         setter.
5849         (frame-update-faces, frame-update-face-colors): Define with
5850         defalias.
5852         * enriched.el (enriched-decode-foreground)
5853         (enriched-decode-background): Don't use internal-find-face.
5855         * apropos.el: Doc fixes.
5857         * cus-edit.el (customize-changed-options): Check arg.
5858         (customize-version-lessp): Don't require decimal point.
5860         * custom.el (defcustom, defgroup): Doc fix.
5862         * newcomment.el (comment) <defgroup>: Add :version.
5863         (comment-multi-line): Doc fix.
5865         * emulation/mlsupport.el (define-hooked-local-abbrev,
5866         define-hooked-global-abbrev): Fix, using define-abbrev.
5868 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
5870         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
5871         the whole buffer.
5873 2000-06-19  Dave Love  <fx@gnu.org>
5875         * menu-bar.el (menu-bar-options-save): New function.
5876         (menu-bar-options-menu): Use it.
5877         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
5878         Simplify.
5880 2000-06-19  Andreas Schwab  <schwab@suse.de>
5882         * progmodes/etags.el (tags-query-replace): Put new parameters
5883         START and END at the end, for backward compatibility.
5885 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
5887         * international/codepage.el:
5888         (cp-coding-system-for-codepage-1): Delete special codes for
5889         generating xxx-dos coding system because now a CCL based coding
5890         system can handle EOL conversion by default.
5892         * international/mule.el (make-coding-system): Generate subsidiary
5893         coding systems for EOL handling variants even for a CCL based
5894         coding system.
5896 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
5898         * international/isearch-x.el (isearch-minibuffer-input-method)
5899         (isearch-minibuffer-input-method-function): These variables
5900         deleted.
5901         (isearch-with-input-method): Don't use the above variables.
5902         (isearch-process-search-multibyte-characters): Likewise.  Call
5903         read-string with the arg INHERIT-INPUT-METHOD t.
5905 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
5907         * font-lock.el (font-lock-after-fontify-buffer)
5908         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
5910         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
5911         Use consistent make-local-variable style for font-lock-fontified.
5912         (jit-lock-fontify-buffer):
5913         Don't bother checking for font-lock-mode and jit-lock-mode.
5915         * time.el: Remove trailing ^M that prevent CVS-merging.
5917 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
5919         * Makefile.in (distclean): New target.
5921 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
5923         * Makefile.in (srcdir): Define for update-subdirs.
5925 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
5927         * find-lisp.el: New file.
5929 2000-06-16  Andrew Innes  <andrewi@gnu.org>
5931         * time.el (display-time-mail-function): New variable, to allow
5932         external packages to indicate when new mail is available.
5933         (display-time-update): Use it.
5935 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
5937         * international/mule.el (mule-version): Change version name to
5938         SAKAKI.  AOI has already been used by Meadow.
5940         * international/quail.el (quail-show-guidance-buf): To find the
5941         bottom window (but minibuffer), pay attention to the height of
5942         minibuffer.
5944 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
5946         * arc-mode.el (archive-mode-map): Use the new menu-item format for
5947         menu-bar menus.  Add help strings.  Don't remove the Edit menu
5948         from the menu bar, as the menu bar has enough space now.
5950         * Makefile.in (SHELL): Make sure /bin/sh is used.
5952         * woman.el (woman-man-buffer): Fix bold and underlined CJK
5953         characters, which use series of two ^H characters instead of one.
5955 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
5957         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
5958         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5959         functions.
5960         (Info-find-node-2): Try a case-sensitive search first, then
5961         do a case-insensitive search.
5963         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
5964         tutorials.
5966         * complete.el (PC-env-vars-alist): New variable.
5967         (PC-complete-as-file-name): New function.
5968         (partial-completion-mode): Initialize PC-env-vars-alist from
5969         process-environment.
5970         (PC-do-completion): Handle completion of env vars.
5972         * info.el (Info-set-mode-line): Show file name in mode line,
5973         use `*Info*' instead of `Info:'.
5975         * startup.el (command-line-1): Change copyright messages to year
5976         2000.
5978 2000-06-15  Dave Love  <fx@gnu.org>
5980         * net/goto-addr.el (goto-address-fontify): Use keymap property,
5981         not local-map.
5983 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
5985         * international/mule.el (set-buffer-file-coding-system): Almost
5986         rewritten to handle `undecided' as no-op.
5988 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
5990         * Makefile.in: New file.
5992         * Makefile: Removed.
5994         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
5995         (goto-address-highlight-keymap): Bind C-c RET.
5997 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
5999         * mail/sendmail.el (sendmail-send-it): The temporary buffer
6000         inherits buffer-file-coding-system of the current buffer.
6002         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6003         0.  Give correct argument to set-auto-coding-function.
6004         (tar-expunge): For goto-char, use (point-min), not 0.
6005         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6006         (tar-subfile-save-buffer): Likewize.
6008         * international/mule.el
6009         (after-insert-file-set-buffer-file-coding-system): Call
6010         set-buffer-file-coding-system with the arg FORCE t.
6012 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
6014         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6015         nil.  Contemporary sendmails issue an X-Authentication-Warning if
6016         the sender is set with `-f'.
6018 2000-06-13  Dave Love  <fx@gnu.org>
6020         * help.el (describe-function-1): Kluge around cases of functions
6021         fset to subrs whose doc doesn't match their symbol-name.
6023         * image.el (insert-image): Default STRING to a space.
6025         * info.el Doc fixes.
6026         (Info-build-node-completions): Match Ref tags.
6028 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
6030         * frame.el (display-multi-frame-p, display-multi-font-p): New
6031         defaliases for display-graphic-p.
6033         * hl-line.el: Fixed a typo in commentary.
6035 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
6037         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6038         fixed.
6040 2000-06-12  Dave Love  <fx@gnu.org>
6042         * image.el (insert-image): Save a little consing.
6044 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
6046         * language/tibet-util.el: Convert all tibetan-1-column characters
6047         to the corresponding tibetan characters.
6048         (tibetan-add-components): Delete code for the special treatment of
6049         'a chung.
6051         * language/tibetan.el (tibetan-composable-pattern): Fix previous
6052         change.
6053         (tibetan-vowel-transcription-alist): More rules added.
6054         (tibetan-composite-vowel-alist): New variable.
6055         (tibetan-precomposition-rule-alist): More rules added.
6057 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
6059         * startup.el (command-line): Only call menu-bar-mode if interactive.
6061         * thingatpt.el (toplevel symbol-properties):
6062         * textmodes/makeinfo.el (makeinfo-compile):
6063         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
6064         * progmodes/hideif.el (hif-compress-define-list)
6065         (hide-ifdef-use-define-alist):
6066         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
6067         (ange-ftp-vms-add-file-entry):
6068         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6069         * man.el (Man-build-man-command):
6070         * mail/rnewspost.el (news-reply-header-hook):
6071         * info.el (Info-insert-dir):
6072         * emulation/mlconvert.el (backward-word, forward-word, setq):
6073         * emacs-lisp/gulp.el (gulp-send-requests):
6074         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6075         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
6076         (byte-optimize-apply, end of file):
6077         * emacs-lisp/advice.el (ad-advice-class-completion-table)
6078         (ad-make-freeze-definition):
6079         * startup.el (command-line, command-line-1): Don't quote lambdas.
6081         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6082         (cvs-cleanup-removed): New function.
6083         (cvs-cleanup-functions): New var.
6084         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6085         some flexibility in specifying additional entries to auto-cleanup.
6086         (cvs-quickdir): New function.
6087         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6088         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6089         (cvs-mode-find-file): Check that we are on a filename or dirname
6090         when invoked through a mouse-click.
6091         (cvs-full-path): Remove.
6092         (cvs-dired-action): Re-introduced.
6093         (cvs-dired-noselect): Use it.
6094         (vc-post-command-functions): use this new hook if available.
6096         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6097         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6098         (cvs-filename-map, cvs-dirname-map): Remove.
6099         (cvs-default-action): Remove.
6100         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6101         if the arg is really a keymap.
6102         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6103         Don't hardcode the mapping from state (aka type) to face, but check
6104         the var cvs-fi-<type>-face instead.
6105         (cvs-fileinfo-from-entries): New function.
6107         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6108         Docstring fix.
6109         (cvs-find-file-and-jump): Change default to be safer.
6110         (cvs-mode-diff-map): Define it as a function as well.
6111         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6112         Bind mouse-2 in this global map rather than with text-properties.
6114         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6115         file to resolve the ambiguity between C(conflict) and C(need-merge).
6117 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
6119         * international/mule.el (set-buffer-file-coding-system): If
6120         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6121         unconditionally.
6123 2000-06-12  Dave Love  <fx@gnu.org>
6125         * wid-edit.el (widget-specify-button): Really suppress the face if
6126         required.
6128 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
6130         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6132 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
6134         * imenu.el (imenu-generic-expression): Docstring fix.
6136         * composite.el (composition-function-table): Move the `put'
6137         below the autoload cookie so we can load the file before loaddefs.
6139         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6141         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6142         Handle easy-mmode-define-global-mode.
6143         For complex macros like define-minor-mode that can generate
6144         several autoload entries, try to autoload entries in the
6145         macroexpanded code.
6147         * emacs-lisp/easy-mmode.el (define-minor-mode):
6148         If KEYMAP is a symbol, just use it.
6149         Use byte-compile-current-file and load-file-name to infer the
6150         proper :require to pass to defcustom.
6151         Wrap the hook var into `progn' so as not to autoload it.
6152         Add a :autoload-end cookie.
6153         Be more careful about the evaluation of KEYMAP.
6154         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6155         (define-derived-mode): Move define-abbrev-table outside of defvar.
6157 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
6159         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6160         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6161         (backup-compiled-files): Ignore errors during `tar'.
6162         (bootstrap): Make autoloads before elc files.
6164 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
6166         * international/mule.el (set-buffer-file-coding-system): If one of
6167         undecided-XXX is specified, change only EOL conversion.
6169         * international/mule-conf.el (unix): New alias for the coding
6170         system undecided-unix.
6172 2000-06-09  Dave Love  <fx@gnu.org>
6174         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6176         * progmodes/executable.el: Byte compile dynamic.
6177         (executable-insert): Change custom type.
6178         (executable-find): Add autoload cookie.
6179         (executable-make-buffer-file-executable-if-script-p): New
6180         function.  After Noah Friedman.
6182         * files.el (after-save-hook): Customize, with
6183         executable-make-buffer-file-executable-if-script-p as an option.
6185 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
6187         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6188         "tib24p-mule.bdf" for Tibetan.
6190         * composite.el (decompose-composite-char): Declare it as obsolete.
6192         * man.el (Man-fontify-manpage): Pay attention to underline and
6193         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
6195 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
6197         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6198         Set maintainer to FSF since author isn't reachable.
6200 2000-06-08  Dave Love  <fx@gnu.org>
6202         * international/mule-cmds.el (select-safe-coding-system): If
6203         DEFAULT-CODING-SYSTEM is not specified, also check the most
6204         preferred coding-system if buffer-file-coding-system is
6205         `undecided'.  From Handa.
6207 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
6209         * international/mule.el
6210         (after-insert-file-set-buffer-file-coding-system): If the buffer
6211         size is greater than INSERTED, judget that we are not visiting.
6213 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
6215         * whitespace.el (defgroup whitespace): Comment out `:version'.
6216         XEmacs 20.4 has problems defining the group with this present.
6217         We'll have this commented out till get resolve the problem.
6219 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
6221         * align.el: Update from author.
6223 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
6225         * apropos.el (apropos-mode-hook): New user variable.
6226         (apropos-mode): Run apropos-mode-hook.
6228 2000-06-07  David Ponce  <david@dponce.com>
6230         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6231         commands.  Require `wid-edit' at run-time.
6233 2000-06-07  David Ponce  <david@dponce.com>
6235         * recentf.el: Added some "Commentary".
6236         (recentf-open-more-files, recentf-edit-list): Minor changes to
6237         move the point at the top of the file list.  This behaviour is
6238         consistent with the menu one when the list contains a lot of
6239         files.
6240         (recentf-cleanup): Now displays the number of items removed from
6241         the list.
6242         (recentf-relative-filter) New menu filter to show filenames
6243         relative to `default-directory'.
6245 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6247         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
6248         with/without giving an error if PostScript printer doesn't have this
6249         kind of page size.  Zebra Stripe continues or restarts on next page.
6250         Manual/automatic paper feeding.  Switch or not the header.
6251         (ps-print-version): New version number (5.2.2).
6252         (ps-windows-system): Include emx as a Windows system.
6253         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6254         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6255         (ps-background-text): Code fix.
6256         (ps-error-handler-message, ps-user-defined-prologue)
6257         (ps-print-prologue-header, ps-printer-name)
6258         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6259         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6260         (ps-use-face-background): Customization fix.
6261         (ps-n-up-database): Data fix.
6262         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6263         (ps-switch-header): New vars.
6264         (ps-xemacs-color-name, ps-face-foreground-name)
6265         (ps-face-background-name, ps-boolean-constant): New funs.
6267 2000-06-07  Dave Love  <fx@gnu.org>
6269         * allout.el: New version from Manheimer.
6271 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
6273         * textmodes/fill.el (fill-find-break-point): Check the validity of
6274         charset.
6276 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
6278         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6279         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6280         Call display-color-p and display-mouse-p instead of looking at
6281         window-system.
6283 2000-06-06  Dave Love  <fx@gnu.org>
6285         * image.el (find-image): Doc fix.  Return nil if image not found.
6286         (put-image, insert-image): Make STRING arg optional.
6288 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
6290         * language/vietnamese.el: Remove eval-when-compile.
6291         (viet-viscii-nonascii-translation-table): Define it as a
6292         translation table made from viet-viscii-decode-table.
6293         (viet-viscii-encode-table): Define it as a translation table made
6294         from the reverse map of above.
6295         (viet-vscii-nonascii-translation-table): Define it as a
6296         translation table made from viet-vscii-decode-table.
6297         (viet-vscii-encode-table): Define it as a translation table made
6298         from the reverse map of above.
6299         (ccl-decode-viscii): Use translate-character.
6300         (ccl-encode-viscii, ccl-encode-viscii-font)
6301         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6302         Likewize.
6304         * language/cyrillic.el: Remove eval-when-compile.
6305         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6306         translation table made from cyrillic-koi8-r-decode-table.
6307         (cyrillic-koi8-r-encode-table): Define it as a translation table
6308         made from the reverse map of above.
6309         (ccl-decode-koi8): Use translate-character.
6310         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6311         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6312         a translation table made from cyrillic-alternativnyj-decode-table.
6313         (cyrillic-alternativnyj-encode-table): Define it as a translation
6314         table made from the reverse map of above.
6315         (ccl-decode-alternativnyj): Use translate-character.
6316         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6317         Likewize
6319         * international/mule-diag.el (non-iso-charset-alist): Specify
6320         translation table symbol instead of translation table itself.
6321         (list-block-of-chars): CHARSET may be a translation table symbol.
6323         * international/mule.el (make-coding-system): If CODING-SYSTEM
6324         already exists, override it.
6326         * international/fontset.el: Use family `proportional' for Tibetan
6327         fonts.
6329         * international/ccl.el (ccl-compile-translate-character): Don't
6330         check if Rrr has property translation-table.
6331         (ccl-compile-map-multiple): Modified to avoid compiler warning.
6333 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
6335         * info.el: Bind case-fold-search to t when searching in case
6336         a user sets it to nil in a hook.
6338 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
6340         * autoarg.el (autoarg-mode, autoarg-kp-mode):
6341         * hl-line.el (hl-line-mode): Use the new :global key argument.
6343         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6344         (tar-clip-time-string): Prepend a space.
6345         (tar-grind-file-mode): Construct a string rather than modifying one.
6346         (tar-header-block-summarize): Fix docstring.
6347         Use `format' rather than an error-prone set of copy-loops.
6349         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6350         (diff-goto-source, diff-unified->context, diff-context->unified)
6351         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6352         understand the format output by the `-p' argument to diff.
6354         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
6355         (sh-re-done): Use defconst.
6356         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6357         (sh-help-string-for-variable, sh-guess-basic-offset):
6358         Don't quote lambdas.
6359         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6360         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6362         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6363         (mh-letter-mode): Derive from text-mode.
6364         This implicitly means that it now calls kill-all-local-variables.
6365         Also remove the Emacs-18 compatibility code.
6367         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6368         Make use of symbol-property doc-string-elt.
6369         Use memq rather than a sequence of eq.
6370         (doc-string-elt): Fix the wrong or missing previously unused values.
6371         (autoload-print-form): New function extracted from
6372         generate-file-autoloads to allow recursion when handling progn
6373         so that defvar's and defun's docstrings are properly printed.
6374         (generate-file-autoloads): Use it.
6376         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6377         Use find-file-hooks in the minor-mode function.
6378         Be careful not to loop indefinitely in the post-command-hook function.
6380 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
6382         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
6383         tty's.
6384         * ediff-diff.el (ediff-exec-process): Use --binary for fine
6385         differences whenever appropriate.
6386         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6387         * viper.el (find-file, find-file-other-window): Get viper to do
6388         wildcards.
6390 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
6392         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6393         (jit-lock-fontify-buffer): New function for JIT refontification.
6394         (jit-lock-mode): Fix docstring.
6395         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6396         Remove jit-lock-after-change from the _local_ hook.
6397         (jit-lock-function-1): Fix docstring.
6399         * info.el (Info-on-current-buffer): Initialize info.
6401         * newcomment.el (comment-indent): Ignore comment-indent-hook.
6403         * progmodes/tcl.el (tcl-indent-for-comment):
6404         Ignore comment-indent-hook.
6406         * emacs-lisp/easy-mmode.el: Require CL during compilation.
6407         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
6408         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6409         and improve to use the lighter to guess the capitalization.
6410         (define-minor-mode): Inline code from easy-mmode-define-toggle.
6411         Add keyword arguments to specify global-ness or the custom group.
6412         Add local-map and help-echo properties to the lighter.
6413         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
6414         (easy-mmode-define-global-mode): New macro.
6416 2000-06-02  Dave Love  <fx@gnu.org>
6418         * wid-edit.el: byte-compile-dynamic since we typically don't use
6419         all the widgets.  Don't require cl or widget.  Remove
6420         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
6421         (widget-read-event): Removed.  Callers changed to use read-event.
6422         (widget-button-release-event-p): Renamed from
6423         button-release-event-p.
6424         (widget-field-add-space, widget-field-use-before-change):
6425         Uncustomize.
6426         (widget-specify-field): Use keymap property, not local-map.
6427         (widget-specify-button): Obey :suppress-face.
6428         (widget-specify-insert): Use modern backquote syntax.
6429         (widget-image-directory): Renamed from widget-glyph-directory.
6430         (widget-image-enable): Renamed from widget-glyph-enable.
6431         (widget-image-find): Replaces widget-glyph-find.
6432         (widget-button-pressed-face): Move defvar.
6433         (widget-image-insert): Replaces widget-glyph-insert.
6434         (widget-convert): Use keywordp.
6435         (widget-leave-text, widget-children-value-delete): Use mapc.
6436         (widget-keymap): Remove XEmacs stuff.
6437         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
6438         (widget-button-click): Don't set point at the click, but re-centre
6439         if we scroll out of window.  Rewritten for images v. glyphs &c.
6440         (widget-tabable-at): Use POS arg, not point.
6441         (widget-beginning-of-line, widget-end-of-line)
6442         (widget-item-value-create, widget-sublist, widget-princ-to-string)
6443         (widget-sexp-prompt-value, widget-echo-help): Simplify.
6444         (widget-default-create): Use widget-image-insert; some rewriting.
6445         (widget-visibility-value-create)
6446         (widget-push-button-value-create, widget-toggle-value-create): Use
6447         widget-image-insert.
6448         (checkbox): Create on and off images dynamically.
6449         (documentation-link): Change :help-echo.
6450         (widget-documentation-link-echo-help): Remove.
6452 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
6454         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6456         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6457         (easy-mmode-define-toggle, define-minor-mode): Use it.
6458         (easy-mmode-define-keymap): Docstring fix.
6459         (define-derived-mode): Default PARENT to fundamental-mode.
6460         Add the derived-mode-parent symbol-property.
6461         (easy-mmode-derived-mode-p): New function.
6463 2000-06-02  Dave Love  <fx@gnu.org>
6465         * files.el (convert-standard-filename): Doc fix.
6466         (normal-backup-enable-predicate): New function.
6467         (backup-enable-predicate): Use it to replace the lambda form.
6469         * calendar/todo-mode.el: [This needs more work on the outline
6470         stuff.]  Doc fixes.
6471         (todo) <defgroup>: Add :version.
6472         (todo-add-category): Don't use pushnew.
6473         (todo-cmd-raise): Fix typo.
6474         (todo-top-priorities): Change temp buffer name.
6475         (todo-category-alist): Avoid redundant lambda.
6476         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6477         Use outline-next-heading.
6479         * autoarg.el: Rewritten to use define-minor-mode.
6480         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6481         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6483 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
6485         * isearch.el (isearch-other-meta-char): Fix previous change.
6487 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
6489         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6490         (log-edit-done): Only add the comment to the ring if it's different
6491         from the last comment entered.
6493         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6495 2000-06-01  Dave Love  <fx@gnu.org>
6497         * hl-line.el: Rewritten using define-minor-mode.
6499         * help.el (describe-function-1): Distinguish special form from
6500         builtin function.  Sanity-check presence of arglist for builtins.
6502 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
6504         * international/characters.el: Fix syntax/category setting of
6505         Tibetan characters.
6507         * language/tibet-util.el (tibetan-add-components): Fixes for new
6508         encoding of Tibetan characters.
6509         (tibetan-decompose-precomposition-alist): New variable.
6510         (tibetan-decompose-region): Convert precomposed characters to
6511         non-precomposed characters.
6512         (tibetan-decompose-string): Likewise.
6513         (tibetan-composition-function): Fix args to
6514         thibetan-compose-string.
6516         * language/tibetan.el (tibetan-composable-pattern): More
6517         characters included.
6518         (tibetan-consonant-transcription-alist): Rule for "R" added.
6519         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6520         "+R" added.
6521         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6523         * language/lao-util.el (lao-composition-function): Fix args to
6524         compose-string.
6526         * language/thai-util.el (thai-composition-function): Fix args to
6527         compose-string.
6529         * isearch.el (isearch-update): Set disable-point-adjustment to t
6530         to prevent the point moving to the end of a composition when a
6531         part of a composition is searched.
6532         (isearch-other-meta-char): If the key invoking this command can be
6533         mapped by function-key-map to a printing char, call
6534         isearch-process-search-char directly.
6536 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
6538         * emacs-lisp/bytecomp.el:
6539         * frame.el:
6540         * international/mule-cmds.el:
6541         * international/mule-util.el:
6542         * international/mule.el:
6543         * mouse.el:
6544         * subr.el:
6545         * faces.el: Update calls to make-obsolete with a WHEN argument.
6547         * byte-run.el (make-obsolete, make-obsolete-variable):
6548         Add an optional WHEN argument and change the format of the
6549         symbol-property information.
6550         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6551         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6552         new obsolete-symbol-property format and print WHEN if it is provided.
6554 2000-05-31  Dave Love  <fx@gnu.org>
6556         * loadhist.el (loadhist-hook-functions): Remove
6557         before-change-function, after-change-function.
6558         (unload-feature): Deal with symbols which are both bound and
6559         fbound.
6561         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6562         before-change-function, after-change-function.
6564         * simple.el (newline): Don't bind before-change-function,
6565         after-change-function.
6567 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
6569         * whitespace.el (whitespace-rescan-timer-time): Update interval
6570         set to 600 seconds (10 minutes) instead of 60 seconds since
6571         a large number of whitespace buffers causes emacs to `freeze'
6572         for a considerable amount of time.
6574         * whitespace.el: Updated email address
6576 2000-05-31  Dave Love  <fx@gnu.org>
6578         * add-log.el (change-log-font-lock-keywords) <function>: Add
6579         pattern for function of change.
6580         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
6581         acknowledgements patterns.
6583 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
6585         * isearch.el (isearch-printing-char): If keyboard coding system is
6586         being used, call isearch-process-search-multibyte-characters.
6588         * international/isearch-x.el: Mostly rewritten.
6590         * international/quail.el (quail-start-conversion): Don't include
6591         unhandled events in the returned events, but set them in
6592         unread-command-events.  Exit if all inputs are deleted.
6594 2000-05-30  Jason Rumney  <jasonr@gnu.org>
6596         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
6598         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
6599         Reenable code to create initial fontsets.
6600         Use set-fontset-font in place of put-charset-property.
6602 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
6604         * progmodes/perl-mode.el (perl-indent-line): When looking for a
6605         label, ensure that the first colon isn't followed by another.
6607         * paths.el (Info-default-directory-list): Doc fix.
6609         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
6610         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
6611         send a query containing USER only, not USER@HOST.
6613         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
6614         and rmail-msgend to compute the restriction at the end, instead of
6615         computing it.
6617 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
6619         * dabbrev.el (dabbrev-expand): Don't display messages in the
6620         echo area if the minibuffer window is active.
6622         * jit-lock.el (jit-lock-mode): Add after change function to
6623         local hook.
6625 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6627         * antlr-mode.el: New commands: hide/unhide actions,
6628         upcase/downcase literals.
6629         (antlr-tiny-action-length): New user option.
6630         (antlr-hide-actions): New command.  Suggested by
6631         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
6632         (antlr-mode-map): New binding [C-c C-v].
6633         (antlr-mode-menu): New entries.
6634         (antlr-downcase-literals): New command.
6635         (antlr-upcase-literals): Ditto.
6637         * antlr-mode.el: Minor changes: indendation, mode-name.
6638         (antlr-indent-line): Indent cpp directive at column 0.
6639         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
6641         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
6642         (antlr-font-lock-additional-keywords): Workaround for intentional
6643         bug in XEmacs version of font-lock.
6644         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
6645         be used by a smarter version of `buffers-menu-grouping-function'.
6647 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
6649         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
6650         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
6652 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
6654         * international/encoded-kb.el
6655         (encoded-kbd-iso2022-designation-map): Pay attention to that
6656         charset-iso-final-char return -1 for eight-bit-control and
6657         eight-bit-graphic.
6659 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
6661         * speedbar.el (speedbar-use-images, speedbar-update-flag)
6662         (speedbar-easymenu-definition-base): Use display-graphic-p where
6663         available, instead of window-system.
6665 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
6667         * international/codepage.el (cp-coding-system-for-codepage-1): Add
6668         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
6669         coding systems.
6671 2000-05-26  Dave Love  <fx@gnu.org>
6673         * disp-table.el (standard-display-underline): Don't use
6674         internal-find-face.
6676         * mail/reporter.el: Maintainer change.  Doc fixes.
6677         (reporter-version): Deleted.
6679         * emacs-lisp/elp.el: Maintainer change.
6680         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
6682 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
6684         * add-log.el (add-change-log-entry): Merge the current entry with the
6685         previous one if the previous one is empty.
6687 2000-05-26  Dave Love  <fx@gnu.org>
6689         * loadhist.el (unload-feature): Fix interactive spec [from
6690         lijnzaad@ebi.ac.uk].
6692         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
6693         subr-arity to check primitives.
6694         (byte-compile-flush-pending, byte-compile-file-form-progn)
6695         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
6696         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
6697         mapcar.
6699 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
6701         * international/fontset.el: Set family names of non-latin charsets
6702         in default fontset to "*".
6704         * international/mule-diag.el (print-fontset): Combine family part
6705         and registry part of the fontname by "-*-" instead of "-".
6707         * international/mule-cmds.el (encode-coding-char): Make strings
6708         multibyte before calling encode-coding-string.
6710 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
6712         * derived.el: Fix keywords.
6713         (define-derived-mode): Only define if needed.
6715         * simple.el (fill-comment, comment-column, comment-start)
6716         (comment-start-skip, comment-end, comment-indent-function)
6717         (block-comment-start, block-comment-end, indent-for-comment)
6718         (set-comment-column, kill-comment, comment-padding, comment-region)
6719         (comment-multi-line, indent-new-comment-line): Remove.
6721         * bindings.el (esc-map): Change ; to comment-dwim and use the new
6722         function names for comment operations.
6724         * newcomment.el: Add abundant autoload cookies.
6725         (comment-style): Don't depend on runtime data at compile-time.
6726         (comment-indent-hook): Remove.
6727         (comment-indent): Check if comment-indent-hook is bound.
6728         (comment-region): Docstring fix.
6730 2000-05-25  Dave Love  <fx@gnu.org>
6732         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
6733         byte-code-function-p.
6735         * mail/rmailsum.el: Add provide.
6737         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
6739         * smerge-mode.el (smerge-diff-switches): Don't use list* in
6740         defcustom.
6742 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
6744         * ediff-diff.el (ediff-exec-process): delete --binary option from
6745         non-buffer ediff jobs.
6747 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
6749         * hilit-chg.el (highlight-changes-mode): Ask about color or
6750         grayscale support, not about window-system.
6752         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
6753         window-system.
6754         (ffap-highlight): Always default to t.
6756         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
6757         display-popup-menus-p instead of looking at window-system.
6759         * disp-table.el (standard-display-g1, standard-display-graphic):
6760         Only refuse to use string glyphs on X and MS-Windows.
6762         * avoid.el: Remove window-system from commentary, suggest to use
6763         display-*-p instead.
6765         * apropos.el (apropos-print): Use display-mouse-p instead of
6766         window-system.
6768 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
6770         * international/codepage.el (cp-decoding-vector-for-codepage):
6771         Fill up unsupported characters with their own codes.  From Kenichi
6772         Handa.
6774 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
6776         * international/mule-diag.el (describe-char-after): Use
6777         display-graphic-p instead of window-system, so that this function
6778         works on MS-DOS.
6780 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
6782         * international/codepage.el (cp-make-coding-systems-for-codepage):
6783         Remove the eight-bit-graphic and eight-bit-control charsets from
6784         the list of charsets which we convert into `?'.
6786 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
6788         * international/mule-conf.el: Specify CHARSET-ID explicitely for
6789         private charsets.
6790         (mule-unicode-0100-24ff, japanese-jisx0213-1,
6791         japanese-jisx0213-2): New charsets.
6793         * international/fontset.el: Setup default fontset for new charsets.
6795 2000-05-24  Dave Love  <fx@gnu.org>
6797         * info.el (Info-find-node-2): Restructure [following "Vadim
6798         S. Solomin" <sovs@uic.nnov.ru>].
6800         * icomplete.el: Fix header for Finder.
6802 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
6804         * rmailout.el (rmail-output-to-rmail-file): Added optional param
6805         STAY.
6807         * rmail.el (rmail-automatic-folder-directives): New user variable.
6808         (rmail-show-message): Add call to `rmail-auto-file' during
6809         display.
6810         (rmail-auto-file): New function.
6812 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
6814         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6815         account.
6816         (ediff-test-utility,ediff-diff-mandatory-option)
6817         (ediff-reset-diff-options): Utilities for proper initialization of
6818         ediff-diff-options and ediff-diff3-options on Windows.
6820         * ediff-init.el (ediff-merge-filename-prefix): New customizable
6821         variable.
6823         * ediff-mult.el (ediff-filegroup-action): Use
6824         ediff-merge-filename-prefix.
6826 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
6828         * viper-ex.el (ex-write): Set selective display to nil.
6830 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
6832         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
6833         aliases for hebrew-iso-8bit.
6835 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
6837         * woman.el: New version from Francis J. Wright
6838         <F.J.Wright@Maths.QMW.ac.uk>.
6839         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6840         names in environment variables regardless of the path separator.
6841         (woman-topic-all-completions-1): Don't call file-name-directory-p
6842         on all files, since woman-file-regexp already filters out any
6843         directories.
6845 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
6847         * international/quail.el (quail-start-translation): Don't change
6848         modified-p of the current buffer.
6849         (quail-start-conversion): Likewise.
6851         * international/kkc.el (kkc-region): Don't change modified-p of
6852         the current buffer.
6854         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
6855         conform to RFC1468.
6856         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
6858 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
6860         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
6861         (speedbar-insert-button): Invisible text property fix.
6862         (speedbar-directory-plus): Renamed from speedbar-directory-+
6863         (speedbar-directory-minus): Renamed from speedbar-directory--
6864         (speedbar-page-plus): Renamed from speedbar-file-+
6865         (speedbar-page-minus): Renamed from speedbar-file--
6866         (speedbar-page): Renamed from speedbar-file-
6867         (speedbar-tag): Renamed from speedbar-tag-
6868         (speedbar-tag-plus): Renamed from speedbar-tag-+
6869         (speedbar-tag-minus): Renamed from speedbar-tag--
6870         (speedbar-expand-image-button-alist): Use above renames.
6872         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
6873         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
6874         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
6875         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
6876         * sb-pg.xpm: Renamed from sb-file.xpm
6877         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
6878         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
6880 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
6882         * international/quail.el (quail-show-guidance-buf): Set
6883         current-input-method of the guidance buffer to the name of the
6884         curren input method.
6886 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
6888         * progmodes/compile.el (compile-internal): Style typo.
6890         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
6891         quote vars and functions in the docstring.
6893         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
6895         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
6896         Don't quote lambdas.
6898         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
6900 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
6902         * startup.el (command-line): Determine source file of compiled
6903         user init file differently.  Warn if compiled user init file
6904         is older than its source file.
6906         * ffap.el (ffap-url-regexp): Add `https'.
6908 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
6910         * files.el (make-backup-file-name-1): Replace slashes with `!'
6911         rather than `|' (which is not allowed on Windows).  Replace the
6912         drive letters with a string "drive_X".
6914 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
6916         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
6918         * files.el (interpreter-mode-alist): Add `bash2'.
6920 2000-05-22  Dave Love  <fx@gnu.org>
6922         * loadhist.el (feature-symbols, file-provides, file-requires): Use
6923         mapc.
6924         (feature-file): Avoid calling symbol-name.  Doc fix.
6925         (file-set-intersect, file-dependents): Use dolist, not mapcar.
6926         (loadhist-hook-functions): Add mouse-position-function.
6927         (unload-feature): Change uses of mapcar.
6929         * files.el (parse-colon-path): Doc fix.
6930         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
6931         (set-auto-mode): Use mapc.
6933         * complete.el (PC-look-for-include-file): Use :alnum: character
6934         class.
6935         (partial-completion-mode): Add autoload cookie.
6937 2000-05-22  Sam Steingold  <sds@gnu.org>
6939         * info.el (Info-fontify-node): Fixed the call to
6940         `add-text-properties' (bug introduced on 2000-05-18).
6942 2000-05-22  Dave Love  <fx@gnu.org>
6944         * bindings.el: Remove debug-ignored-errors set in other files.
6946         * progmodes/etags.el: Add to debug-ignored-errors.
6947         (visit-tags-table-buffer): Clear out buffers holding old tables
6948         when making a new list.
6949         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
6950         mapc.
6952         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
6953         quote keywords.
6954         (cmpl-string-case-type): Use character classes.
6956         * comint.el:
6957         * textmodes/ispell.el:
6958         * imenu.el:
6959         * mail/mh-e.el:
6960         * progmodes/compile.el: Add to debug-ignored-errors.
6962         * dabbrev.el: Add to debug-ignored-errors.
6963         (dabbrev-completion): Use mapc.
6965 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
6967         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
6968         (woman-mapcan, woman-parse-man.conf)
6969         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
6970         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
6971         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
6972         path syntax better.
6973         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
6974         (woman-manpath): Call woman-parse-man.conf.
6975         (woman-emulation): New defcustom, defaults to nroff.
6976         (woman-font-support): New defconst.
6977         (woman-use-symbol-font): New defcustom.
6978         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
6979         "Emulation".
6980         Many functions: Doc fix.
6982 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
6984         * international/quail.el (quail-simple-translation-keymap): Map
6985         128..255 to quail-self-insert-command.
6986         (quail-keyboard-layout-alist): Add definition for "pc102-de".
6988 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
6990         * help.el (help-manyarg-func-alist): Typo.
6992         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
6993         intervals which makes it heaps simpler.
6995         * newcomment.el (comment-region-internal): Go back to BEG after quoting
6996         the nested comment markers.
6998         * subr.el (remove-hook): Don't turn the hook's value into a list.
7000 2000-05-21  Dave Love  <fx@gnu.org>
7002         * edmacro.el (edmacro-parse-keys): Return vector if any elements
7003         are invalid characters.
7005         * international/mule-util.el (detect-coding-with-priority): Use
7006         mapc.  Remove redundant lambda.
7008         * international/mule-diag.el (list-non-iso-charset-chars)
7009         (describe-fontset): Remove redundant lambda.
7011         * emulation/crisp.el (brief-mode): New alias.
7013         * emacs-lisp/ring.el (ring-elements): New function.
7015         * emacs-lisp/easymenu.el (easy-menu-create-menu)
7016         (easy-menu-do-add-item): Use keywordp.
7018         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7020         * replace.el: Doc and error message fixes.
7021         (replace-highlight): Use facep, not internal-find-face.
7023 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
7025         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7027         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7028         (log-edit-insert-changelog): Drop `:' as well.
7030         * log-view.el: Fix file description.
7031         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7032         available.
7033         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7034         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7036         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7037         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7038         Print a status message if the toggle is called interactively.
7039         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7040         for global minor modes and use `defcustom' for them.
7041         Use add-minor-mode.
7042         (easy-mmode-define-derived-mode): Remove.
7043         (define-derived-mode): Fancier default docstring.
7044         (easy-mmode-define-navigation): Signal an error rather than (ding).
7046         * newcomment.el (comment-styles): New `box-multi'.
7047         (comment-normalize-vars): Better default for comment-continue to
7048         avoid whitespace-only continuations.
7049         (comment-search-forward): Always move even in the no-syntax case.
7050         (comment-padright): Only obey N if it's only obeyed for padleft.
7051         (comment-make-extra-lines): Better handling of empty continuations.
7052         Use `=' for the filler if comment-start has only one character.
7053         (uncomment-region): Try handling the special `=' filler.
7054         (comment-region): Allow LINES even if MULTI is nil.
7055         (comment-box): Choose box style based on comment-style.
7057 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
7059         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
7060         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7062 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
7064         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7065         and insert, not subst-char-in-region.
7067         * international/mule-diag.el (list-character-sets-1): Handle
7068         charsets eight-bit-control and eight-bit-graphic.
7069         (list-iso-charset-chars): Likewise.
7070         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7071         charactes as is.  Use indent-to to align characters.
7073         * international/mule-cmds.el (find-multibyte-characters): Never
7074         exclude charsets eight-bit-control and eight-bit-graphic.
7076 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
7078         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7079         Don't quote lambdas.
7081         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7083 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
7085         * gud.el (gud-jdb-directories): Doc fix.
7087 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
7089         * newcomment.el: New file.
7091 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
7093         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
7095 2000-05-18  Andreas Schwab  <schwab@suse.de>
7097         * dired.el (dired-between-files): Also skip lines beginning with
7098         `used'.
7100 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
7102         * msb.el (msb-menu-cond): Add choice `user'.
7104 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7106         * ps-print.el: Compatibility, customization and doc fix.
7107         (ps-printer-name-option): Replace defconst by defvar.
7108         (ps-postscript-code-directory): XEmacs compatibility.
7109         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7110         fix.
7111         (ps-user-defined-prologue, ps-print-prologue-header)
7112         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7113         compatibility and code fix.
7114         (ps-print-background-image, ps-print-background-text):
7115         Customization fix.
7116         (ps-line-number-start, ps-n-up-on): New vars.
7118 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
7120         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7121         the indent-comment function to just return the appropriate indent.
7123 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
7125         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7126         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7127         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7129 2000-05-18  Dave Love  <fx@gnu.org>
7131         * info.el (Info-fontify-node): Add intangible property as well as
7132         invisible.
7134         * calendar/appt.el (appt-make-list): Match all lines of entry.
7135         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7137 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
7139         * international/mule-diag.el (describe-char-after): Call
7140         internal-char-font, not char-font.  If internal-char-font returns
7141         nil, display "-- none --".
7143 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7145         * image.el (image-type-available-p): Don't reference image-types
7146         if it isn't bound.
7148 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
7150         * autoarg.el (autoarg-mode): Typo in the :set argument.
7152 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7154         * startup.el (command-line-1): Don't signal an error if the
7155         directory for auto-save-list files does not yet exist.
7157 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
7159         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7161 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
7163         * subr.el (remove-hook): `setq' hook-value, not `set'.
7165 2000-05-16  Sam Steingold  <sds@gnu.org>
7167         * info.el (debug-ignored-errors): More errors to ignore.
7169 2000-05-16  Dave Love  <fx@gnu.org>
7171         * cus-edit.el: Don't require cl or easymenu.
7172         (custom-variable-prompt): Test standard-value property, not
7173         user-variable-p.
7175 2000-05-16  Sam Steingold  <sds@gnu.org>
7177         * subr.el (add-hook): `setq' hook-value, not `set'.
7179 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
7181         * startup.el (command-line-1): Mention the FAQ in the startup
7182         message.
7184         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7186         * progmodes/compile.el (compilation-parse-errors): Collect
7187         `nomessage' regexps last.
7189         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7191         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7192         to the function name.
7194 2000-05-15  Dave Love  <fx@gnu.org>
7196         * speedbar.el (speedbar-recenter): Typo.
7197         (speedbar-expand-line): Make arg optional.
7198         (speedbar-mode): Avoid a compiler warning.
7200 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
7202         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7203         user-specified option string is empty.
7205         * mouse.el (mouse-yank-at-click): Doc fix.
7207 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
7209         * term/internal.el (IT-character-translations): More updates of
7210         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7211         documents.
7213 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
7215         * env.el (getenv): New function, interactively callable.
7216         (setenv, getenv): Remove autoload cookies.
7218         * loadup.el: Load `env'.
7220         * progmodes/f90.el: Change author's mail address.
7222 2000-05-14  Dave Love  <fx@gnu.org>
7224         * mail/rmail.el (rmail-show-message-hook): Customize and offer
7225         goto-addr as an option.
7227         * help.el (help-xref-stack): Doc fix.
7228         (help-xref-following): New variable.
7229         (help-make-xrefs): Use it.
7230         (help-xref-go-back): Use position information from stack element.
7231         (help-follow): Make position in stack element a pair.  Use
7232         help-xref-following.
7234         * autoarg.el: New file.
7236         * faces.el: Declare more functions obsolete.
7238         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7239         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7240         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7241         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7242         Remove all the setup-...-environment functions.
7244 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
7246         * speedbar.el: Updated the commentary section.  xemacs20p now uses
7247         >= when detecting.  Require `defimage' safely.
7248         (speedbar-easymenu-definition-base): Add toggle for images.
7249         (speedbar-easymenu-definition-special): Add flush cache & expand.
7250         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
7251         (speedbar-reconfigure-keymaps-hook): New variable.
7252         (speedbar-frame-parameters): Updated documentation.
7253         (speedbar-use-imenu-flag): Updated custom tag
7254         (speedbar-dynamic-tags-function-list): New variable.
7255         (speedbar-tag-hierarchy-method): Updated doc & custom.
7256         (speedbar-indentation-width, speedbar-indentation-width) New
7257         variables.
7258         (speedbar-hide-button-brackets-flag): Customizable.
7259         (speedbar-vc-indicator): Doc update.
7260         (speedbar-ignored-path-expressions): Updated default value.
7261         (speedbar-supported-extension-expressions): Updated default value.
7262         (speedbar-syntax-table): Remove {} paren status.
7263         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7264         as "+".  Added overlay aliases.
7265         (speedbar-mode): Use `speedbar-mode-line-update' instead of
7266         `force-mode-line-update'.
7267         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7268         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7269         `mouse-set-point'
7270         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
7271         (speedbar-item-info-tag-helper): Revamped to handle a wider range
7272         of arbitrary text, and new helper functions.
7273         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7274         filename finder.
7275         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7276         (speedbar-directory-buttons): Update path search/expansion.
7277         (speedbar-make-tag-line): Pay attention to
7278         `speedbar-indentation-width'.  Use more care w/ invisible
7279         properties.
7280         (speedbar-change-expand-button-char): Call
7281         `speedbar-insert-image-button-maybe'.
7282         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
7283         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7284         (speedbar-trim-words-tag-hierarchy)
7285         (speedbar-simple-group-tag-hierarchy): New functions
7286         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
7287         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7288         functions.
7289         (speedbar-mouse-set-point): New function
7290         (speedbar-power-click): Updated documentation.
7291         (speedbar-line-token, speedbar-goto-this-file): Handle more types
7292         of tag prefix text.
7293         (speedbar-expand-line, speedbar-contract-line): Make more robust
7294         to strange text.
7295         (speedbar-expand-line): Takes universal argument to flush the
7296         cache.
7297         (speedbar-flush-expand-line): New function.
7298         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7299         Use new generator insertion method.
7300         (speedbar-fetch-dynamic-tags): New function.
7301         (speedbar-fetch-dynamic-imenu): Removed code now handled in
7302         `speedbar-fetch-dynamic-imenu'.
7303         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7304         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7305         "Revert Buffer" menu items.
7306         (speedbar-buffer-buttons-engine): Be smarter when creating a
7307         filename tag (for expansion purposes.).
7308         (speedbar-highlight-one-tag-line,
7309         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7310         (speedbar-recenter): New functions.
7311         (defimage-speedbar): Image loading abstraction.
7312         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7313         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7314         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7315         (speedbar-tag-type, speedbar-tag-mail): New images.
7316         (speedbar-expand-image-button-alist): New variable.
7317         (speedbar-insert-image-button-maybe): Insert an image over some
7318         buttons.
7320 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
7322         * international/mule-cmds.el (encode-coding-char): An ASCII
7323         character is always encodable.
7325         * international/mule-conf.el: Add more information in descriptions
7326         of character sets.
7328         * international/mule-diag.el (describe-char-after): New function.
7329         (describe-font-internal): Adjusted for the change of font-info.
7330         (describe-font): Likewise.
7331         (print-fontset): Rewritten for the new fontset implementation.
7332         (describe-fontset): Include fontset alias names in completion.
7333         (list-fontsets): Adjusted for the change of print-fontset.
7335         * simple.el (what-cursor-position): If DETAIL is non-nil, call
7336         describe-char-after instead of displaying the detail in the echo
7337         area.
7338         (syntax-code-table): Format changed.
7339         (string-to-syntax): Adjusted for the above change.
7341 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
7343         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7345 2000-05-12  Dave Love  <fx@gnu.org>
7347         * calendar/todo-mode.el: Remove some compatibility stuff and CL
7348         dependence.  Use line-{beginning,end}-position, not
7349         point-at{b,e}ol.  Some doc fixes.
7350         (todo-position): New function.  Fix callers of position to use it.
7351         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7353 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
7355         * time.el (display-time-mail-icon): Use `:ascent center'.
7357         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7358         handling FTP security extensions.
7360 2000-05-11  Dave Love  <fx@gnu.org>
7362         * calendar/todo-mode.el: New file.
7364 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
7366         * comint.el (comint-read-input-ring): Move reference to
7367         comint-input-ring-size outside of the save-excursion.  It was
7368         causing the default value to be the only one ever seen.
7370         * font-lock.el: Update copyright.  Remove Simon Marshall's email
7371         address on request from him.
7373         * subr.el (substitute-key-definition): Add comment describing
7374         the meaning of PREFIX.
7376 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
7378         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7380         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7381         (add-minor-mode): Don't make the variable buffer-local and add a
7382         reference to define-minor-mode in the docstring.
7384         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7385         HEADER/FOOTER and fix bug with trailing empty directory.
7386         (cvs-append-to-ignore): Use vc-editable-p if available.
7387         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7388         (vc-do-command): Tweak advice to handle the new VC.
7390         * log-view.el (log-view-goto-rev): New function for the new VC.
7391         (log-view-minor-wrap): Use mark-active.
7393         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7394         (log-edit-changelog-full-paragraphs): New var.
7395         (log-edit-insert-changelog): Remove a lonely leading `* file'.
7396         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7397         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7398         (log-edit-changelog-ours-p, log-edit-changelog-entries)
7399         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7400         Replace the `cvs' prefix with `log-edit'.
7402         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7404         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7405         (diff-font-lock-defaults): Explicitly turn off multiline.
7406         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7407         (diff-ediff-patch): Fix call to ediff-patch-file.
7408         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7409         Handle comments.
7411         * frame.el (automatic-hscrolling): Typo.
7413         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7415 2000-05-09  Sam Steingold  <sds@goems.com>
7417         * apropos.el (apropos-print): use `describe-face' instead of
7418         `customize-face-other-window'.
7420 2000-05-09  Dave Love  <fx@gnu.org>
7422         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7424         * help.el (describe-variable): Have customize button pop the
7425         help-xref stack when invoked.
7426         (help-xref-symbol-regexp): Add `face'.
7427         (help-make-xrefs): Check for quoted face names and adapt regexp
7428         submatch numbers to cope.
7429         (help-xref-interned): Maybe insert face doc too.  Separate
7430         sections with a line of hyphens.
7432         * faces.el:  Some doc fixes.  Declare some functions obsolete.
7433         (describe-face): Add customize button.  Return the help
7434         text.  Fix prompt.
7436 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
7438         * term/internal.el (IT-character-translations): Fix last change.
7440 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7442         * woman.el: New file
7443         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7445 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7447         * term/internal.el (IT-character-translations): Update ASCII
7448         simulations for greek-iso8859-7, add latin-iso8859-14 and
7449         latin-iso8859-15.
7451         * international/mule-cmds.el (set-language-info-alist): Call
7452         define-prefix-command with 3 arguments, to make the map suitable
7453         for a menu.
7455 2000-05-07  Dave Love  <fx@gnu.org>
7457         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
7459 2000-05-05  Dave Love  <fx@gnu.org>
7461         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7462         list in doc string.  Don't quote keyword symbols.
7463         * emacs-lisp/cl.el: Likewise
7464         * emacs-lisp/cl-seq.el: Likewise
7466 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
7468         * abbrev.el (abbrev-mode): Make ARG optional.
7470 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
7472         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7474         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7476         * subr.el (substitute-key-definition): Clarify documentation.
7478 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
7480         * glasses.el (glasses-convert-to-unreadable): Use
7481         `glasses-separator' instead of the hard-wired "_".
7482         (glasses-mode): Call `glasses-make-unreadable' only in a single
7483         place.
7485 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
7487         * term/internal.el (cjk-codepages-alist): Add associations for
7488         Chinese and Korean codepages.  Remove FIXME comment.
7490 2000-05-03  Dave Love  <fx@gnu.org>
7492         * time.el (display-time-mail-face, display-time-use-mail-icon):
7493         New option.
7494         (display-time-mail-icon): New variable.
7495         (display-time-string-forms): Use the above.  Fix the local-map.
7497 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
7499         * replace.el (query-replace-map): Add binding for `E'.
7500         (query-replace-help): Extend help text.
7501         (perform-replace): Allow editing the replacement string.
7503         * make-mode.el (makefile-mode-abbrev-table): New variable.
7504         (makefile-mode): Set local abbrev table to
7505         makefile-mode-abbrev-table.
7506         (makefile-font-lock-keywords): Fontify includes and conditionals.
7508         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7509         set TOGGLE's value.
7511         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7512         mail-interactive-insert-alias.
7513         (mail-abbrev-complete-alias): New command.
7514         (mail-mode-map): Bind it to `M-TAB'.
7516 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
7518         * language/lao-util.el (lao-compose-region): New function.
7520 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
7522         * files.el (recover-session): Make directories as necessary
7523         if they don't exist yet.
7525         * calendar/cal-french.el
7526         (french-calendar-multibyte-special-days-array)
7527         (french-calendar-special-days-array): Change French text.
7528         (calendar-french-date-string): Change output.
7529         (calendar-goto-french-date): Likewise.
7531 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
7533         * wid-edit.el (widget-default-active): Obey `:always-active'.
7534         (widget-documentation-string-value-create): Set `:always-active'.
7536 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
7538         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7539         default prefix to `~/_emacs.d/auto-save.list/_s'.
7540         (normal-top-level): Create the directory for auto-save files, if
7541         it doesn't already exist (in the ms-dos case only).
7543 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
7545         * international/mule-cmds.el (set-language-environment): Don't
7546         concat an integer (dos-codepage), use format instead.
7548 2000-05-02  Dave Love  <fx@gnu.org>
7550         * help.el (help-xref-on-pp): Check for constant symbols.
7552 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
7554         * startup.el (normal-top-level): Put a condition-case around
7555         the code loading subdirs.el.
7557 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7559         * ps-print.el: Upside-down and face background color printing,
7560         line number step, doc fix.
7561         (ps-print-version): New version number (5.2).
7562         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7563         (ps-face-attribute-list, ps-plot-with-face): Code fix.
7564         (ps-spool-config): Var fix.
7565         (ps-printer-name-option): Const fix.
7566         (ps-print-upside-down, ps-use-face-background)
7567         (ps-line-number-step): New vars.
7568         (ps-window-system, ps-lp-system): New consts.
7569         (ps-face-background): New fun.
7571 2000-04-28  Richard Stallman  <rms@gnu.org>
7573         * files.el (make-auto-save-file-name):
7574         Apply auto-save-file-name-transforms to visited file name
7575         before generating auto save file name.
7576         (auto-save-file-name-transforms): New variable.
7578         * files.el (backup-enable-predicate):
7579         Correctly test for a file under a temporary directory.
7581 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
7583         * subr.el (add-minor-mode): Rewritten.
7585 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
7587         * mail/sendmail.el (sendmail-send-it): Set
7588         buffer-file-coding-system to the selected coding system for MIME
7589         header.
7591 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
7593         * dired.el (dired-move-to-filename-regexp): Allow format where
7594         YYYY is followed by two spaces.
7596         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
7597         in the second character class of the regexp.
7599         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
7600         mh-etc, too.
7602         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
7603         nil.
7605         * subr.el (add-minor-mode): Use `set' instead of `setq'.
7607         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
7608         argument.
7610 2000-04-27  Sen Nagata <sen@eccosys.com>
7612         * emacs-lisp/crm.el (crm-completion-table): New variable.
7613         (crm-collection-fn, crm-test-completion)
7614         (completing-read-multiple): Use it.
7616 2000-04-27  Dave Love  <fx@gnu.org>
7618         * help.el (locate-library): Use mapc.
7619         (help-manyarg-func-alist): Add call-process-region.
7621 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
7623         * subr.el (add-minor-mode): Make argument MAP optional.
7625         * desktop.el (desktop-save): Save list of minor modes.
7626         (desktop-create-buffer): Restore minor modes.
7627         (desktop-minor-mode-table): New user-option.
7629         * subr.el (add-minor-mode): New function.
7631         * image.el (find-image): New function.
7632         (defimage): Rewritten to find image at load time.
7634         * startup.el (normal-top-level-add-to-load-path): Handle
7635         case that the default directory is not in load-path.
7637         * help.el: Old patch from Stefan Monnier.
7638         (help-xref-on-pp): New function.
7639         (describe-variable): Use it to display xrefs in a symbol's value.
7641 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
7643         * cus-edit.el (custom-face): Fix parenthesis.
7645 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
7647         * mail/rmail.el (rmail-expunge): When there are no deleted
7648         messages, do nothing.
7650 2000-04-26  Dave Love  <fx@gnu.org>
7652         * international/mule-cmds.el (locale-translation-file-name):
7653         Defvar to nil.
7654         (set-locale-environment): Set it here (at runtime).
7656 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
7658         * replace.el (perform-replace): Add parameters START and END.  Use
7659         them instead of the check for a region in Transient Mark mode.
7660         (query-replace-read-args): Return two more list elements for the
7661         start and end of the region in Transient Mark mode.
7662         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7663         (map-query-replace-regexp, replace-string, replace-regexp): Add
7664         optional last arguments START and END and pass them to
7665         perform-replace.
7667         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
7668         form with additional arguments for perform-replace.
7670         * progmodes/etags.el (tags-query-replace): Add parameters START
7671         and END.  Construct a form with additional arguments for
7672         perform-replace.
7674         * simple.el (shell-command): Set default directory for "*Shell
7675         Command Output" buffer.
7677         * language/european.el (iso-latin-4): Fix typo.
7679         * emacs-lisp/crm.el: New file.
7681 2000-04-24  Dave Love  <fx@gnu.org>
7683         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7684         (Custom-reset-saved, Custom-reset-standard)
7685         (custom-group-value-create, custom-group-set, custom-group-save)
7686         (custom-group-reset-current, custom-group-reset-saved)
7687         (custom-group-reset-standard): Use mapc.
7688         (custom-buffer-create-internal): Disable undo when creating items.
7689         Use mapc.
7690         (custom-face): Avoid redundant lambda.
7692 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
7694         * startup.el (auto-save-list-file-prefix): Set default to
7695         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
7697 2000-04-24  Sam Steingold  <sds@gnu.org>
7699         * time-stamp.el (time-stamp-string-preprocess): Always convert
7700         `field-result' to a string.
7702 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
7704         * frame.el (scrolling): New group.
7705         (automatic-hscrolling): New user-option.
7707         * startup.el (command-line-x-option-alist): Add `-lsp' and
7708         `--line-spacing'.
7710 2000-04-19  Dave Love  <fx@gnu.org>
7712         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
7713         (cl-mapc): Rename from mapc.  Fix the funcall.
7715 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
7717         * simple.el (clone-indirect-buffer-other-window): New command.
7718         (clone-indirect-buffer): Add optional arg NORECROD.
7719         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
7721         * help.el (resize-temp-buffer-window): Use count-screen-lines.
7723         * window.el (count-screen-lines): New function.
7724         (shrink-window-if-larger-than-buffer): Use count-screen-lines
7725         instead of window-buffer-height.
7727         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
7728         non-existing variable comint-input-sentinel.
7729         (inferior-lisp-args-to-list): Removed.
7730         (inferior-lisp): Use split-string instead of
7731         inferior-lisp-args-to-list.
7733         * hexl.el (hexl-insert-hex-string): New command.
7735         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
7736         instead of concat.
7738 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
7740         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
7741         at the start of an existing but empty folder.
7743 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7745         * ps-mule.el: Customization fix, doc fix.
7746         (ps-multibyte-buffer): Customization fix.
7748 2000-04-17  Richard M. Stallman  <rms@gnu.org>
7750         * subr.el (read-passwd): Use read-char-exclusive.
7752 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
7754         * textmodes/texinfo.el (texinfo-insert-@email)
7755         (texinfo-insert-@emph, texinfo-insert-@quotation)
7756         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
7757         (texinfo-mode-map): Add key bindings for them.
7759         * files.el (basic-save-buffer-2): Use a template with `$'
7760         instead of `#' for VMS.
7762         * simple.el (clone-indirect-buffer): New function.
7764 2000-04-16  Stephen Eglen  <stephen@gnu.org>
7766         * iswitchb.el (iswitchb-case): New function.  If the user input
7767         contains any upper-case characters, the search is made
7768         case-sensitive.
7770 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
7772         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
7773         comment-end.
7774         (texinfo-font-lock-syntactic-keywords): New var.
7775         (texinfo-font-lock-keywords): Remove comment regexp.
7776         (texinfo-insert-block): New function.
7777         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
7778         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
7779         and font-lock-defaults.  Use regexp-opt for outline-regexp.
7780         (texinfo-environments): New var.
7781         (texinfo-environment-regexp): Use regexp-opt and
7782         texinfo-environments.
7784         * textmodes/ispell.el (ispell-menu-map-needed): Check that
7785         ispell-process is bound since this might be eval'd before ispell
7786         is loaded.
7787         (ispell-message): Use a tiny bit less magic and a bit more hard
7788         data to figure out what kind of sc-cite-regexp to use.
7790         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
7792         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
7793         (insert-cyclic-diary-entry): Unquote the lambda.
7795         * gud.el (gud-jdb-build-source-files-list): Fix typo.
7797         * files.el (backup-enable-predicate): Unquote the lambda.
7799         * cus-edit.el (custom-face, face): Unquote the lambda.
7801 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7803         * ps-print.el: Check for line-beginning-position definition.
7805         * ps-print.el: Fix counting lines in a region.
7806         (ps-print-version): New version number (5.1.5).
7807         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
7808         (ps-printing-region): Fun code fix.
7810 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
7812         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
7813         to file-directory-p.
7815 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
7817         * gud.el (gud-jdb-build-source-files-list): Check that directory
7818         exists before calling directory-files.
7820 2000-04-13  Dave Love  <fx@gnu.org>
7822         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
7823         syntax.
7825         * emacs-lisp/cl-specs.el: Remove when, unless.
7827         * emacs-lisp/cl-extra.el: Don't quote keywords.
7828         (cl-old-mapc): New variable.
7829         (mapc): Use it.
7830         (cl-map-intervals): Use with-current-buffer.  Don't check for
7831         next-property-change.
7832         (cl-map-overlays): Use with-current-buffer.
7833         (cl-expt): Remove.
7834         (copy-tree, remprop): Define unconditionally.
7836         * emacs-lisp/cl-compat.el (keywordp): Remove.
7838         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
7839         to use keywordp.
7840         (edebug-spec): Enable keywordp.
7842         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
7843         string-lessp.
7845         * cus-start.el: Use keywordp.
7847 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7849         * diary-lib.el (include-other-diary-files): Fix the fix of
7850         2000-02-18 by doing a save-excursion.
7852 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7854         * ps-print.el: Customization fix, doc fix.
7855         (ps-print-version): New version number (5.1.4).
7856         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
7857         (ps-print-preprint): Adjust code.
7858         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
7859         (ps-print-prologue-header, ps-print-control-characters)
7860         (ps-spool-config): Customization fix.
7862 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
7864         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
7865         converted to the new menu-item format, names silightly changed,
7866         help strings added.
7868         Support for spelling without async subprocesses:
7870         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
7871         (ispell-session-buffer): New variables.
7872         (ispell-start-process, ispell-process-status,
7873         ispell-accept-output, ispell-send-string): New functions, for
7874         Ispell invocation when async subprocesses aren't supported.
7875         (ispell-word, ispell-pdict-save, ispell-command-loop,
7876         ispell-process-line, ispell-buffer-local-parsing): Replace calls
7877         to process-send-string with calls to ispell-send-string, and
7878         accept-process-output with ispell-accept-output.
7879         (ispell-init-process): Call ispell-process-status instead of
7880         process-status with.
7881         (ispell-init-process): Call ispell-start-process.  Call
7882         ispell-accept-output and ispell-send-string.  Don't call
7883         process-kill-without-query and kill-process if they are unbound.
7884         (ispell-async-processp): New function.
7886 2000-04-12  Dave Love  <fx@gnu.org>
7888         * info.el: Add debug-ignored-errors.
7889         (Info-mode-menu): Add some items.
7890         (Info-directory): Add autoload cookie.
7892         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
7893         Modify `truncate-lines'.  Make `describe-language-environment'
7894         always visible and add help.  Modify `describe-key' help.  Invoke
7895         Info-directory from `info'.  New entry `emacs-manual'.
7897 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
7899         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
7900         propertized-buffer-identification.
7901         (ebrowse-update-member-buffer-mode-line): Likewise.
7902         (ebrowse--mode-strings): Removed.
7903         (ebrowse--mode-line-props): Removed.
7905         * files.el (auto-mode-alist): Add `EBROWSE'.
7907         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
7908         space before testing for end of buffer.
7909         (ebrowse-load): Removed.
7910         (ebrowse-revert-tree-buffer-from-file): Rewritten.
7911         (ebrowse-create-tree-buffer): Rewritten.
7912         (ebrowse-tree-mode): Read tree from buffer.
7914         * progmodes/ebrowse-ffh.el: Removed.
7916 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
7918         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
7920 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
7922         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
7923         at the wrong place.
7925 2000-04-09  Dave Love  <fx@gnu.org>
7927         * files.el (backup-enable-predicate): Use
7928         temporary-file-directory, small-temporary-file-directory.
7929         (make-backup-file-name-function, backup-directory-alist): New
7930         variables.
7931         (make-backup-file-name-1): New function.
7932         (make-backup-file-name): Use it.
7933         (find-backup-file-name): Likewise.  Use format for clarity, not
7934         concat.
7935         (file-newest-backup): Use make-backup-file-name.
7937 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
7939         * progmodes/ebrowse-ffh.el: New file.
7941         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
7942         to ebrowse-ffh.el.
7943         (ebrowse-load): Add autoload.
7945         * finder.el (finder-commentary): Add autoload cookie.
7947         * mail/rfc2368.el: Correct author's email address.
7949         * progmodes/ebrowse.el: New file.
7951         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
7952         item help string.
7953         (easy-menu-do-add-item): Ditto.
7954         (easy-menu-define): Extend doc string.
7956         * jit-lock.el (with-buffer-unmodified): Use
7957         restore-buffer-modified-p.
7958         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
7959         (jit-lock-function, jit-lock-stealth-fontify): Don't use
7960         with-buffer-unmodified.
7962 2000-04-08  Dave Love  <fx@gnu.org>
7964         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
7965         unless, when.
7967 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
7969         * viper-util.el (viper-put-on-search-overlay): New subroutine.
7970         (viper-flash-search-pattern): No operation when using Emacs
7971         doesn't support face.
7972         Use `viper-put-on-search-overlay'.
7974 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
7976         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
7977         like C-r.
7979         * progmodes/make-mode.el: Some doc fixes.
7980         (makefile-mode-abbrev-table): New variable.
7981         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
7982         (makefile-font-lock-keywords): Fontify includes and conditionals.
7983         (toplevel): Require `dabbrev' and `add-log' when compiling.
7985         * replace.el (perform-replace): Don't move forward one char
7986         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
7987         to do that because it leaves point 1 position after the last
7988         replacement, after everything has been replaced.
7990         * jit-lock.el (with-buffer-unmodified): New macro.
7991         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
7992         modified state.
7993         (jit-lock-function-1): Extracted from jit-lock-function; not
7994         preserving buffer's modified state.
7995         (jit-lock-function, jit-lock-stealth-fontify): Call
7996         jit-lock-function-1.
7998         * mail/rfc2368.el: Remove supernumerary copyright line.
8000 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
8002         * glasses.el: Provide facilities for inserting space before left
8003         parentheses and uncapitalization of identifiers.
8004         (glasses-mode): Try to remove old overlays in all cases.
8006 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
8008         * progmodes/compile.el (compile-internal): Display the compilation
8009         buffer in a different frame, if it's already displayed there.
8011         * mail/rfc2368.el: New file.
8013         * simple.el (sendmail-user-agent-compose): Recognize a `body'
8014         header and insert its value as mail body.
8016         * subr.el (member-ignore-case): New function.
8018         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8019         (dabbrev--find-expansion): Ignore buffers matching a regexp
8020         from dabbrev-ignored-regexps.
8022         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8023         to extensions handled by gzip.
8025 2000-04-03  Richard M. Stallman  <rms@gnu.org>
8027         * files.el (insert-directory): List the total free space
8028         along with the used space.
8030         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8031         line is followed by one that matches CITATION-REGEXP, end the
8032         paragraph.
8034 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
8036         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8037         (rmail-make-basic-summary-line): Use that option.
8039 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
8041         * international/mule-cmds.el (encoded-string-description):
8042         Rewritten.   Try pretty description for ISO 2022 escape sequences
8043         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
8044         for hexadecimal format.
8046 2000-04-01  Dave Love  <fx@gnu.org>
8048         * cpp.el: Change customization group to `c' from `C'.
8050         * vcursor.el (vcursor-move): Use display-color-p.
8052         * international/mule-util.el: Provide mule-utils.
8053         (string-to-sequence): Simplify and speed up.
8055         * international/mule.el (make-coding-system): Purecopy doc-string.
8057         * international/mule-cmds.el: Various menu changes.
8058         (describe-specified-language-support): Handle `Default'.
8059         (set-language-info): Purecopy `info'.
8061 2000-03-31  Andrew Innes  <andrewi@gnu.org>
8063         * vc.el (vc-backend-diff): Return the correct status if we had to
8064         retry the rcsdiff command without the --brief option.
8066 2000-03-31  Dave Love  <fx@gnu.org>
8068         * help.el (help-manyarg-func-alist): Correct several omissions.
8070         * add-log.el: Don't require cl, fortran.
8071         (add-log-current-defun-function): Doc fix.
8072         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
8073         fix.
8074         (change-log-version-rcs): Function deleted.
8075         (change-log-version-number-search): Doc fix.  Use
8076         vc-workfile-version.  Avoid CL dolist.
8077         (add-change-log-entry): Just call add-log-current-defun to get
8078         defun.  Simplify somewhat.
8079         (change-log-get-method-definition-1): Likewise.
8080         (add-log-current-defun): Return nil if calling
8081         add-log-current-defun-function does so.  Move Fortran stuff to
8082         fortran.el.  Return string without properties.
8084         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8085         and :alpha: char classes.
8087         * mail/supercite.el: Defvar curline when compiling.
8088         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8089         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8090         rather than a-zA-Z0-9 to allow non-ASCII characters.
8092 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
8094         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8096         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8097         Re-enable new code.
8099         * lpr.el (print-region-1): Use -d to specify printer name for
8100         systems `usg-unix-v*, `dgux', `hpux', `irix'.
8102 2000-03-31  Dave Love  <fx@gnu.org>
8104         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8105         for function definition in symbol's function value slot first
8106         instead of first consulting byte-compile-function-environment.
8108 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
8110         * language/european.el ("Polish"): New language environment.
8111         (setup-polish-environment): New function.
8113 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
8115         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8116         Disable new code.
8118         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8119         trying to `load' the symbol of an autoload instead of the file
8120         recorded in the autoload.  Fix error messages.
8122 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8124         * ps-print.el: PostScript programming fix for ghostview, doc fix.
8125         (ps-print-version): New version number (5.1.3).
8126         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8127         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8128         (ps-generate-postscript-with-faces): Code fix.
8129         (ps-color-values): XEmacs compatibility.
8130         (ps-print-background-image, ps-print-background-text, ps-printer-name)
8131         (ps-default-fg, ps-default-bg): Adjust customization.
8132         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8133         (ps-color-scale): Renaming old ps-color-value fun.
8134         (ps-print-headers): Replace ps-print-header group to avoid conflict
8135         with ps-print-header variable.
8136         (ps-print-miscellany): New group.
8137         (ps-format-color, ps-rgb-color): New funs.
8138         (ps-default-foreground): New var.
8139         (ps-printer-name-option): New const.
8141 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
8143         * net/net-utils.el:
8144         (network-connection-host, network-connection-service): New variables
8145         (network-connection-mode): New mode, derived from comint-mode
8146         (network-connection-mode-setup): New function, saves host and
8147         service information in local variables.
8149         * lisp/locate.el:
8150         (locate-word-at-point): Added this function
8151         (locate): Default to using locate-word-at-point as input
8152         Run dired-mode-hook
8154 2000-03-29  Dave Love  <fx@gnu.org>
8156         * calendar/appt.el: Doc fixes.
8157         (appt-check): Convert min-to-app to a string before passing to
8158         appt-disp-window-function or concat.
8159         (appt-delete-window): Remove test for frame-root-window.
8160         (appt-select-lowest-window, appt-convert-time): Simplify.
8162         * emacs-lisp/bytecomp.el: Doc fixes.
8163         (byte-compile-file-form-autoload): Update
8164         byte-compile-function-environment.
8166 2000-03-29  Andreas Schwab  <schwab@suse.de>
8168         * emacs-lisp/autoload.el: Also print defsubst doc string
8169         specially.
8171         * dired.el (dired-insert-directory): If dired-free-space-program
8172         failed just delete its output.
8174 2000-03-29  Dave Love  <fx@gnu.org>
8176         * international/iso-cvt.el: Move provide to end.  Doc fixes.
8177         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8178         (iso-iso2sgml, iso-sgml2iso): New functions.
8179         (iso-cvt-define-menu): Fix some entries and use backquote for
8180         clarity.
8182         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8184 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
8186         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8187         ISO-DATE.  If non-nil, return date in ISO 8601 format.
8189 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
8191         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8192         if it ever becomes used.
8193         (log-edit-mode-hook): Default to vc-log-mode-hook.
8194         (log-edit-mode): Fix the docstring.
8196         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8197         the code.
8199 2000-03-26  Dave Love  <fx@gnu.org>
8201         * net/browse-url.el (browse-url): Re-fix case of
8202         browse-url-browser-function being an alist.
8203         (browse-url): Add :link to defgroup.
8205         * files.el: Doc fixes.
8206         (file-truename): Include `[' in wildcard characters.
8207         (automount-dir-prefix): Customize.
8208         (find-file-wildcards): Add :version.
8209         (find-file-noselect): Simplify a mapcar call.
8211         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8212         compatible with inf-lisp version.
8213         (eval-defun-1): Fix custom-declare-variable case.
8215 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
8217         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8219 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
8221         * Makefile (COMPILE_FIRST): New macro.
8222         (compile-files): Compile files from COMPILE_FIRST first.
8224         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8225         code.
8227         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8228         matching open parenthesis in column 0 to defun-prompt-regexp
8229         only if open-paren-in-column-0-is-defun-start is set.
8231         * sun-curs.el: Require CL at compile-time only.
8233         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8234         instead of copy-list which is a function from CL.
8235         (msb--choose-menu, msb--mode-menu-cond)
8236         (msb--create-buffer-menu-2): Use dolist instead of mapc.
8237         (msb--init-file-alist): Use mapcar instead of mapcan.
8238         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
8239         `(' in column 0 in doc string.
8240         (msb--add-separators): Use mapcar instead of mapcan.
8242         * cus-dep.el: Require CL at compile-time only.
8244 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
8246         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8247         (byte-compile-warnings): New warning `noruntime'.
8248         (byte-compile-constants, byte-compile-variables): Fix docstring.
8249         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8250         execute `eval-whenc-compile's body.
8251         (byte-compile-unresolved-functions): Fix docstring.
8252         (byte-compile-eval): New function.
8253         (byte-compile-callargs-warn): Check if the function will be available
8254         at runtime (via property `byte-compile-noruntime').
8255         (byte-compile-print-syms): New function.
8256         (byte-compile-warn-about-unresolved-functions): Also warn about
8257         `noruntime' functions (and use `byte-compile-print-syms').
8258         (byte-compile-file): Capitalize the message.
8260 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
8262         * mail/rmail.el (rmail-confirm-expunge): New user-option.
8263         (rmail-expunge): Ask for confirmation depending on the setting
8264         of rmail-confirm-expunge.
8266 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
8268         * Makefile (bootstrap-clean): If $(emacs) exists, build
8269         loaddefs.el first.  A loaddefs.el that's not up-to-date might
8270         cause a bootstrap failure because things don't autoload as
8271         expected.
8273 2000-03-23  Dave Love  <fx@gnu.org>
8275         * net/browse-url.el: Restore previous use of
8276         browse-url-maybe-new-window.
8278 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8280         * ps-print.el: Skip banner page fix.
8281         (ps-print-version): New version number (5.1.2).
8282         (ps-begin-file, ps-end-file, ps-generate): Code fix.
8284 2000-03-23  Dave Pearson  <davep@davep.org>
8286         * net/quickurl.el Changed the type of parameter passed to the
8287         function defined by `quickurl-format-function'. Before only the
8288         text of the URL was passed. Now the whole URL structure is passed
8289         and the function is responsible for extracting the parts it
8290         requires.  Changed the default of `quickurl-format-function'
8291         accordingly.
8292         (quickurl-insert): Changed the `funcall' of
8293         `quickurl-format-function' to match the above change.
8294         (quickurl-list-insert): Changed the `url' case so that it makes
8295         use of `quickurl-format-function', previous to this the format was
8296         hard wired.
8298 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
8300         * startup.el: Change some spellings for the X Window System.
8302 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
8304         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8305         up the code and the regexp and make sure the cursor is temporarily
8306         moved to the suspicious line while querying the user.
8308 2000-03-22  Jason Rumney  <jasonr@gnu.org>
8310         * w32-fns.el (w32-charset-info-alist): Initialize.
8312 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8314         * ps-print.el: N-up last page fix.
8315         (ps-print-version): New version number (5.1.1).
8316         (ps-end-file, ps-end-job, ps-generate): Code fix.
8318 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
8320         * files.el (find-file-run-dired): Update docstring.
8321         (find-directory-functions): New hook.
8322         (find-file-noselect): Run find-directory-functions rather than
8323         calling dired directly.
8325         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8327         * pcvs.el: Add a minimal leading commentary.
8328         (cvs-make-cvs-buffer): Change the header part by removing the startup
8329         message and adding a `Module' entry.  Also replace the FOOTER and
8330         HEADER special fileinfos with the new support in ewoc for updating
8331         its own footer and header.
8332         (cvs-update-header): Update to use the header/footer of the ewoc.
8333         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8334         (cvs-is-within-p): New function.
8335         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8336         to only examine some subset of the buffers.
8338         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8339         `format' instead of our own ad-hoc functions.
8340         Remove HEADER and FOOTER cases, now handled in the EWOC.
8341         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8343         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8344         output to avoid scaring the user.
8345         (cvs-parse-table): Catch message for non-up-to-date commits.
8347         * pcvs-defs.el (cvs-startup-message): Remove.
8348         (cvs-global-menu): New autoloaded menu.
8350         * pcvs-util.el (cvs-string-fill): Remove.
8352         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8353         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8354         PP part of it and also make it work for footers and headers.
8355         (ewoc-create): Drop POS and BUFFER arguments.
8356         Use the DLL's dummy node to store the end-of-footer position.
8357         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8358         (ewoc-refresh): Remove unused `header' variable.
8359         (ewoc-(get|set)-hf): New functions.
8361         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8362         log-view-*-(message|file) and use easy-mmode-define-navigation.
8363         (log-view-message-re): Match SCCS format as well.
8364         And match the revision line rather than the dashed separator line.
8365         (log-view-mode): Use the new define-derived-mode.
8366         (log-view-current-tag): Fill in with an actual implementation.
8368         * cvs-status.el (cvs-status-(prev|next)): Rename from
8369         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8370         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8371         to let the output "breathe" a little more (more readable).
8372         (cvs-status-mode): Use the new define-derived-mode.
8374         * smerge-mode.el (smerge-auto-leave): New function and variable.
8375         (smerge-basic-map): Rename from smerge-basic-keymap.
8376         Change the bindings for smerge-diff-*.
8377         (smerge-*-map): Use easy-mmode-defmap.
8378         (smerge-(next|prev)): Use easy-mmode-define-navigation.
8379         (smerge-keep-*): Use smerge-auto-leave.
8381 2000-03-21  Jason Rumney  <jasonr@gnu.org>
8383         * cus-edit.el (custom-button-face): Use 3D look for w32.
8384         (custom-button-pressed-face): Likewise.
8386 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
8388         * progmodes/etags.el (tags-case-fold-search): New user-option.
8389         (tags-loop-eval): New function.  Bind case-fold-search around eval
8390         depending on the value of tags-case-fold-search.
8391         (tags-loop-continue): Use tags-loop-eval.
8392         (find-tag-in-order): Bind case-fold-search depending on the value
8393         of tags-case-fold-search.
8395 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
8397         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8398         (diff-end-of-hunk): Return the end position for use in
8399         `easy-mmode-define-navigation'.
8400         (diff-recenter): Remove.
8401         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8402         of `easy-mmode-define-navigation'.
8403         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8404         previous renaming) and fix to use new names.
8405         (diff-merge-strings): Use \n as separator: simpler, faster.
8406         (diff-mode): Use `define-derived-mode'.
8408         * derived.el (define-derived-mode): Don't autoload anymore.
8409         Prefer the macro-only version provided by easy-mmode.el.
8411         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8412         `easy-mmode-define-derived-mode'.
8413         Use `combine-run-hooks'.
8414         (easy-mmode-define-navigation): New macro.
8416         * subr.el (combine-run-hooks): New function.
8418 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
8420         * term/x-win.el: Fontsets related initialization is simplified.
8422         * international/mule-diag.el (describe-font): Don't refer to
8423         global-fontset-alist, instead call font-list.
8424         (describe-fontset, list-fontsets, mule-diag): Likewise.
8425         (print-fontset): Adjusted for the change of fontset
8426         implementation.
8428         * international/fontset.el (x-charset-registries): Variable
8429         removed, instead the corresponding data is stored in the default
8430         fontset.
8431         (register-alternate-fontnames): Function removed.
8432         (resolved-ascii-font): Variable removed.
8433         (x-compose-font-name): Ignore the second argument REDOCE.
8434         (x-complement-fontset-spec): Complement only an ASCII font and
8435         element for those charsets than can use that ASCII font.
8436         (generate-fontset-menu): Don't refer to global-fontset-alist,
8437         instead call fontset-list.
8438         (uninstantiated-fontset-alist): Variable removed.
8439         (x-style-funcs-alist): Likewise.
8440         (fontset-default-styles): Likewise.
8441         (x-modify-font-name): Function removed.
8442         (create-fontset-from-fontset-spec): Ignore the argument
8443         STYLE-VARIANT.
8444         (create-fontset-from-ascii-font): Docsting adjusted for the above
8445         change.
8446         (instantiate-fontset, resolve-fontset-name): Functions removed.
8447         (fontset-list): Now implemented by C code.
8449         * faces.el (read-face-font): Fix TABLE arg to completing-read.
8450         (describe-face): Include `font' attribute in the description.
8452 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
8454         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8456 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
8458         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8459         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8460         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
8462         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8463         about behavior of set-buffer-modified-p wrt redisplay.
8465 2000-03-19  Richard M. Stallman  <rms@gnu.org>
8467         * view.el (view-mode-disable): Kill local binding of view-read-only.
8469 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
8471         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8472         is a string, convert it to a syntax cell using string-to-syntax.
8474         * simple.el (syntax-code-table, syntax-flag-table): New variables.
8475         (string-to-syntax): New function.
8477         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8478         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
8479         try to use passive ftp mode.
8481 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
8483         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
8485         * simple.el (append-to-buffer): Update point of windows after
8486         insertion.
8488         * abbrev.el (inverse-add-abbrev): Identify word by first moving
8489         forward then moving backward.  Reindent.
8491         * frame.el (other-frame): Call x-focus-frame only if
8492         focus-follows-mouse is off.
8494 2000-03-17  Dave Love  <fx@gnu.org>
8496         * pcvs-util.el (cvs-strings->string): Rename
8497         replace-regexps-in-string.
8499 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
8501         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8502         regexp for labels cannot span several lines.
8504         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
8505         `(setq :<key> ':<key>)' to the macro expansion.
8507 2000-03-16  Dave Love  <fx@gnu.org>
8509         * progmodes/f90.el (f90): Put custom group under `languages', not
8510         `fortran'.
8511         (f90-mode-hook): Customize.
8512         (f90-mode): Set add-log-current-defun-function.
8513         (f90-current-defun): New function.
8515 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
8517         * cus-edit.el (custom-variable-tag-face): Handle case that
8518         default face's height is not a number.
8519         (custom-face-tag-face, custom-group-tag-face-1)
8520         (custom-group-tag-face): Ditto.
8521         (custom-group-tag-face-1): Add :group.
8523         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8525 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
8527         * pcvs-defs.el (toplevel): Remove autoload cookie for form
8528         requiring easymenu.
8530 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8532         * ps-print.el: PostScript user-defined prologue, PostScript error
8533         handler, doc fix.
8534         (ps-print-version): New version number (5.1).
8535         (ps-user-defined-prologue, ps-error-handler-message)
8536         (ps-print-prologue-0, ps-error-handler-alist): New vars.
8537         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8538         (ps-insert-string): New function.
8540 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
8542         * international/ccl.el (ccl-compile-expression): Don't generate
8543         invalid self-assignment code.
8545 2000-03-14  Dave Love  <fx@gnu.org>
8547         * subr.el (replace-regexp-in-string): Renamed from
8548         replace-regexps-in-string.  Doc fix.
8550 2000-03-12  Dave Love  <fx@gnu.org>
8552         * cus-edit.el: Doc fixes.
8553         (customize-set-variable, customize-save-variable): Rename args for
8554         doc.
8555         (custom-variable-tag-face, custom-face-tag-face)
8556         (custom-group-tag-face-1, custom-group-tag-face): Modify from
8557         style which user identify as hyperlink.
8558         (hook): Don't add undefined functions to the hook.
8559         (debug-ignored-errors): Transfer message from bindings.el.
8561 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
8563         * recentf.el (recentf-keep-non-readable-files-p): Remove
8564         double/nested definition.
8566 2000-03-12  Dave Love  <fx@gnu.org>
8568         * facemenu.el (facemenu-get-face): Use display-color-p.
8569         * enriched.el (enriched-decode-foreground): Likewise.
8570         (enriched-decode-background): Likewise.
8571         * isearch.el (isearch-highlight): Likewise.
8572         * info-look.el (info-lookup): Likewise.
8573         * simple.el (completion-setup-function): Likewise.
8575         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
8576         :options.
8578         * bindings.el (mode-line-format): Fix line-number and
8579         column-number items.  Add help-echo for the background.
8580         (mode-line-mule-info): Modify help-echo.
8582         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
8583         defcustom.
8585         * files.el (load-file): Allow completion to .elc.
8587         * man.el: Doc fixes.
8588         (Man-init-defvars): Use display-color-p to set fontification.
8590         * play/hanoi.el (hanoi-internal): Don't use oddp.
8592 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
8594         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
8596         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
8598 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
8600         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
8601         Fix comment.
8603 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
8605         * font-lock.el (font-lock-keywords): Fix the doc now that
8606         regexp-opt-depth is unnecessary.
8607         (save-buffer-state): Set an edebug spec.
8608         (font-lock-fontify-anchored-keywords): Properly handle the case when
8609         the matcher goes past the limit.
8611         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
8612         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
8614         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
8615         dll.el and cookie.el (from Elib) with heavy renaming and other
8616         massaging.
8618         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
8619         Autoload the functions used.
8620         (easy-mmode-define-syntax): Fix CL typo.
8621         (easy-mmode-define-derived-mode): Improve the docstring generation.
8623 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
8625         * textmodes/texinfo.el (texinfo-version): Variable and function
8626         removed.
8628 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
8630         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
8631         allow more flexibility.
8632         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
8633         fns.
8634         (easy-mmode-defmap, easy-mmode-defsyntax)
8635         (easy-mmode-define-derived-mode): New macros.
8637 2000-03-09  Didier Verna  <didier@xemacs.org>
8639         * rect.el (replace-rectangle): New function.
8641 2000-03-09  Dave Love  <fx@gnu.org>
8643         * progmodes/fortran.el (fortran-comment-line-start): Define as
8644         "C".
8645         (fortran-comment-line-start-skip): Don't match cpp stuff.
8646         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
8647         (fortran-mode-map): Remove over-eager custom-menu-create for now.
8648         (fortran-mode): Don't set fortran-comment-line-start-skip,
8649         fortran-comment-line-start here.  Set comment-start,
8650         add-log-current-defun.
8651         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
8652         (fortran-current-defun): New function.
8654 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
8656         * emacs-lisp/re-builder.el: New file.
8658         * mouse.el (mouse-drag-region): Don't run up-event handler
8659         if hscroll has changed.
8661         * octave-mod.el (octave-font-lock-keywords): To font-lock the
8662         builtin operators, use `font-lock-builtin-face' for Emacs and
8663         `font-lock-preprocessor-face' otherwise.
8665         * font-lock.el (lisp-font-lock-keywords-1): Highlight
8666         `(defun (setf foo)' differently.
8668 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
8670         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
8671         (regexp-opt): Update comment and adapt the code the new meaning of
8672         the `paren' argument of regex-opt-group for shy-groups.
8673         (regexp-opt-depth): Handle shy groups as well as backslashed
8674         backslashes.
8675         (regexp-opt-group): Turn the leading comment into a docstring.
8676         Allow `paren' to be a string (the string to use to open a group).
8677         Remove open-presuf and close-presuf.  Instead of checking for `all
8678         one-char' and then later on check for `several one-char', handle
8679         both cases close together.  Also apply a more generic algorithm
8680         for suffixes (the mirror image of the algorithm used for
8681         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
8682         (regexp-opt-try-suffix): Removed.
8684         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
8685         from comint-mode-map, so we can just inherit from it.  Also, move
8686         the initialization into the `defvar' since there's no docstring
8687         anyway and it's fairly short.
8688         (inferior-scheme-mode): Define it as derived-mode: the code is
8689         shorter and this way we inherit from comint-mode-map rather than
8690         copying it.
8692         * subr.el (replace-regexps-in-string): Properly handle the case
8693         where we match an empty string.
8695         * comint.el (comint-exec-1): Add the current-dir to the exec-path
8696         when the command has a directory component (such as "./testml").
8697         Also fix a typo in the comment.
8699 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
8701         * Makefile (compile-files): Compile files one by one because
8702         that's the only way to ensure a clean compilation environment for
8703         each individual file.
8705         * frame.el (other-frame): Call x-focus-frame.
8707 2000-03-07  Dave Love  <fx@gnu.org>
8709         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
8710         :require to defcustom.
8712         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
8713         lists.
8715         * files.el (auto-mode-alist): Add configure.in.
8717         * progmodes/autoconf.el: New file.
8719 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
8721         * mail/mh-e.el: Change maintainer to `none'.
8723         * recentf.el (recentf-keep-non-readable-files-p): Quote args
8724         to remove-hook and add-hook.
8726 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8728         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
8729         it as the default.
8730         (mail-send): Test mail-send-nonascii also for the new `mime' value.
8731         (sendmail-send-it): Conditionally add MIME headers specifying the
8732         used character set.
8734 2000-03-07  Dave Love  <fx@gnu.org>
8736         * winner.el: Fix keywords, autoload cookies.  Split
8737         eval-when-compile form to avoid compilation failure.
8739 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
8741         * international/mule.el: Modify comment about coding system
8742         property `coding-category'.
8743         (make-coding-system): New argument EOL-TYPE.  Pay attention to
8744         coding-category property of PROPERTIES.
8746         * international/mule-conf.el (coding-category-utf-8,
8747         coding-category-utf-16-be, coding-category-utf-16-le): New coding
8748         categories.  Include them in the argument for set-coding-priority.
8750         * international/mule-cmds.el (reset-language-environment): Include
8751         coding-category-utf-8, coding-category-utf-16-be, and
8752         coding-category-utf-16-le in the argument for set-coding-priority.
8753         (reset-language-environment): Initialize coding-category-utf-8,
8754         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
8756 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
8758         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
8759         code abstracted out of `bookmark-jump-noselect'.  Now tries info
8760         extensions as well as compression extensions.
8761         (bookmark-jump-noselect): Use above new func.
8763 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
8765         * strokes.el: Change maintainer's mail address.
8767 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
8769         * international/mule-diag.el (list-character-sets): Make help-echo
8770         string by substitute-command-keys.
8771         (list-character-sets): Likewise.
8772         (sort-listed-character-sets): Call help-setup-xref.
8774 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
8776         * time.el (display-time-mail-file): Add `none' to the list of
8777         choices.
8779 2000-03-01  Dave Love  <fx@gnu.org>
8781         * help.el (help-xref-go-back): Don't try to set position.
8783         * international/mule-diag.el (list-character-sets): Call
8784         help-setup-xref.  Add help-echo to xrefs.
8785         (list-character-sets-1): Add help-echo to xrefs.
8787 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
8789         * frame.el (blink-cursor-mode): Switch cursor on when turning
8790         the mode off.
8792         * add-log.el (add-log-current-defun): Add support for
8793         Autoconf mode.
8795         * mail/rmail.el (rmail-quit-hook): New variable.
8797 2000-03-01  Dave Love  <fx@gnu.org>
8799         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
8801         * help.el (help-xref-button): Add help-echo arg.
8802         (describe-function-1, describe-variable, help-make-xrefs): Use it.
8804         * faces.el (list-faces-display): Supply help-echo with
8805         help-make-xrefs.
8807         * facemenu.el (list-text-properties-at): Set help-xref-stack to
8808         nil.
8810 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
8812         * image.el (defimage): Look for image files in load-path.
8814         * frame.el (busy-cursor-delay-seconds): Change type to
8815         `number'.
8817 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
8819         * recentf.el (recentf): Added version tag to the defgroup of
8820         recentf.
8822 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
8824         * recentf.el (recentf-cleanup): Changed to remove excluded file
8825         too.
8826         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
8827         action to select/unselect a file.
8828         (recentf-edit-list): Code cleanup and improvement.
8829         (recentf-open-more-files-action): `recentf-open-more-files' button
8830         widget action to open a file.
8831         (recentf-open-more-files): No more use standard completion but
8832         widgets.
8833         (recentf-more-collection): Deleted.
8834         (recentf-more-history): Deleted.
8835         (recentf-setup-more-completion): Deleted.
8837 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
8839         * recentf.el (recentf-mode): No more needs that Emacs is running
8840         under a window-system.
8842 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8844         * recentf.el (recentf-edit-list): New command to edit the recent
8845         list which allow the user to remove files.
8846         (recentf-edit-selected-items): New global variable, used by
8847         `recentf-edit-list' to hold the list of files to be removed from
8848         the recent list.
8849         (recentf-make-menu-items): Updated to display a "Edit list..."
8850         menu item.  Minor code cleanup.
8852 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8854         * recentf.el (recentf-open-more-files): New command to open files
8855         that are not displayed in the menu.
8856         (recentf-more-collection): New global variable holding the set of
8857         permissible completions used by `recentf-open-more-files'.
8858         (recentf-more-history): New global variable holding the history list
8859         used by `recentf-open-more-files' completion.
8860         (recentf-setup-more-completion): New function to setup completion for
8861         `recentf-open-more-files'.
8862         (recentf-make-menu-items): Updated to display a "More..." menu item.
8864 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8866         * recentf.el (recentf-menu-action): Doc fixed.
8868 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8870         * recentf.el (recentf-menu-filter): Doc updated.
8871         (recentf-update-menu-hook): Allow menu filters to force menu update.
8872         (recentf-make-menu-items): New menu filter handling.
8873         (recentf-make-menu-item): New helper function.
8874         (recentf-menu-elements): New menu handling function.
8875         (recentf-sort-ascending): Updated to new menu filter handling.
8876         (recentf-sort-descending): Updated to new menu filter handling.
8877         (recentf-sort-basenames-ascending): New menu filter function.
8878         (recentf-sort-basenames-descending): New menu filter function.
8879         (recentf-show-basenames): New menu filter function.
8880         (recentf-show-basenames-ascending): New menu filter function.
8881         (recentf-show-basenames-descending): New menu filter function.
8883 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8885         * diary-lib.el (list-diary-entries): Don't try to go forward at
8886         the end of the buffer.
8888 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
8890         * international/mule-diag.el (list-character-sets): Completely
8891         rewritten.
8892         (sort-listed-character-sets): New function.
8893         (list-character-sets-1): Completely rewritten.
8894         (list-character-sets-2): New function.
8895         (non-iso-charset-alist): New variable.
8896         (decode-codepage-char): New function.
8897         (charset-history): New variable.
8898         (read-charset) (list-block-of-chars)
8899         (list-iso-charset-chars)
8900         (list-non-iso-charset-chars)
8901         (list-charset-chars): New functions.
8902         (mule-diag): Call list-character-sets-2, not
8903         list-character-sets-2.
8904         (dump-charsets): Likewise.
8906 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
8908         * dired-x.el (dired-filename-at-point): Add `@' to valid
8909         file name characters.
8910         (dired-filename-at-point): Handle ange-ftp file names.
8912         * frame.el (frame-notice-user-settings): Use assq-delete-all
8913         instead of assoc-delete-all.
8914         (frame-notice-user-settings): Ditto.
8916         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8917         Don't copy alist.
8919 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
8921         * calculator.el (calculator-use-menu): New option.
8922         (calculator-initial-bindings): Changed some bindings to work as
8923         macros.
8924         (calculator-forced-input): Removed.
8925         (calculator-restart-other-mode): New variable.
8926         (calculator-mode-map): Set up menu.
8928 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
8930         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
8931         tags.
8933 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
8935         * viper-cmd.el (viper-envelop-ESC-key): added the option to
8936         translate all ESC key sequences.
8937         (viper-goto-mark-subr): restore markers for files for which
8938         they were saved.
8939         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
8940         * viper-util.el (viper-set-replace-overlay-glyphs,
8941         viper-set-replace-overlay): always check if the replacement
8942         overlay is live.
8943         * viper.el (viper-vi-state-mode-list): added major modes.
8944         * ediff-wind.el: minor comment changes.
8945         * ediff.el: copyright notice date fix.
8947 2000-02-27  Jason Rumney  <jasonr@gnu.org>
8949         * faces.el (face-font-family-alternatives): Add arial to helv.
8950         (mode-line, header-line, tool-bar): Same default as x for w32.
8951         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
8952         face-font-family-alternatives from working.
8953         * term/w32-win.el (mouse-set-font): Do not build fontset from
8954         chosen font.
8956 2000-02-25  Sam Steingold  <sds@goems.com>
8958         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
8959         properly.
8961 2000-02-25  Richard M. Stallman  <rms@gnu.org>
8963         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
8965 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
8967         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
8968         writable.
8970         * frame.el (busy-cursor-delay-seconds): New option.
8972 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
8974         * frame.el (show-cursor-in-non-selected-windows): New option.
8976 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8978         * diary-lib.el (include-other-diary-files): Undo the selective
8979         display in any included file and don't kill it.
8981 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
8983         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
8984         bar.  Menu items converted to (menu-item format, help strings
8985         added.
8986         [downcase, upcase]: Don't enable on MS-DOS.
8987         [symlink, symlinks]: Don't show if make-symbolic-link is not
8988         bound.
8989         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
8991 2000-02-23  Dave Love  <fx@gnu.org>
8993         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
8994         (backward-kill-word): Revert addition of * to interactive spec --
8995         it's a feature.
8997         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8998         (backward-kill-sentence, kill-sentence): Likewise.
9000         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9001         scratch buffer name.
9002         (gud-format-command): Use int-to-string in ?l case.  Simplify
9003         slightly.
9005         * term/w32-win.el (internal-face-interactive): Update prompt for
9006         new read-face-name.
9008         * mail/footnote.el (footnote): Add :version to defgroup.
9009         (footnote-section-tag-regexp): Customize.
9010         (footnote-start-tag, footnote-end-tag): New option.
9011         (footnote-latin-regexp): New variable.
9012         (Footnote-latin): New function.
9013         (footnote-style-alist): Add element for latin style.
9014         (footnote-style): Moved.
9015         (Footnote-goto-footnote): Use eq to test arg.
9017         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9019         * emacs-lisp/byte-opt.el: Change old backquote syntax.
9020         (byte-compile-trueconstp): Include keywords.
9021         (byte-optimize-quote, byte-optimize-lapcode): Use
9022         byte-compile-const-symbol-p.
9023         (byte-optimize-char-before): New optimization.
9025         * emacs-lisp/bytecomp.el: Change old backquote syntax.
9026         (byte-compile-const-symbol-p): New function.
9027         (byte-compile-constp, byte-compile-out-toplevel)
9028         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9029         Use it.
9031         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
9033 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
9035         * international/encoded-kb.el: Be sure to update minor-mode-alist
9036         and minor-mode-map-alist.
9037         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9038         codes SS2 and SS3 correctly.
9039         (encoded-kbd-self-insert-ccl): New function.
9040         (encoded-kbd-setup-keymap): New function.
9041         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
9042         by calling encoded-kbd-setup-keymap.
9044         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9045         characters.
9046         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9047         locally.
9049 2000-02-22  Dave Love  <fx@gnu.org>
9051         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9052         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9053         defvar.
9054         (lisp-mode-syntax-table): Set up for #|...|# comments.
9055         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
9056         classes.  Match `defface'.
9057         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9058         (eval-defun-1): Fix for defcustom.
9059         (lisp-indent-region): Doc fix.
9061         * subr.el (when, unless, split-string): Doc fix.
9062         (read-passwd): Move call of clear-this-command-keys to the right
9063         place.
9064         (replace-regexps-in-string): New function.
9066 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
9068         * help.el (describe-variable): Set syntax table to
9069         emacs-lisp-mode-syntax-table when moving forward over the
9070         symbol's name.
9072 2000-02-22  Dave Love  <fx@gnu.org>
9074         * xt-mouse.el: Doc fixes.
9075         (xterm-mouse-position-function): New function, replacing advice of
9076         mouse-position.
9077         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
9079         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9081 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
9083         * format.el (format-annotate-single-property-change): Handle
9084         properties.with dotted-list values.
9085         (format-proper-list-p): New function.
9087         * enriched.el (enriched-face-ans): Handle '(foreground-color
9088         . COLOR) and (background-color . COLOR).
9090 2000-02-20  Dave Love  <fx@gnu.org>
9092         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9093         and assignments to it.
9094         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9095         current local map.
9096         (make-flyspell-overlay): Use it.
9097         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9099         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9100         (lm-get-header-re): Defun, not defsubst.
9101         (lm-get-package-name): Defun, not defsubst.  Simplify.
9102         (lm-version): Doc fix.  Simplify.
9103         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9104         (lm-crack-address, lm-last-modified-date, lm-commentary)
9105         (lm-verify, lm-synopsis): Simplify.
9106         (lm-report-bug): Require emacsbug.  Use compose-mail.
9108 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
9110         * dired.el (dired-mode): Call propertized-buffer-identification
9111         to set mode-line-buffer-identification to something having
9112         the right text properties.
9114         * bindings.el (propertized-buffer-identification): New function.
9116 2000-02-20  Dave Love  <fx@gnu.org>
9118         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9119         check for t-mouse too.
9121         * cus-start.el: Make echo-keystrokes `number'.
9123 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
9125         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9126         Don't call ring-empty-p unless tags-location-ring is bound.
9127         From Noah Friedman <friedman@splode.com>.
9129 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
9131         * progmodes/hideshow.el (hs-flag-region): No longer use
9132         `intangible' overlay property.
9134         (hs-toggle-hiding): New command.
9135         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9137         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9138         Fix omission bug: Run `hs-minor-mode-hook' for both activation
9139         and deactivation.
9141 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
9143         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9145 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
9147         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9149         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9150         of `*' to handle `(* ... *)' comments.
9152 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
9154         * faces.el (list-faces-display): Use display-mouse-p instead of
9155         window-system.
9157         * menu-bar.el (global-map): Menu-bar items converted to the new
9158         format (menu-item..., rearranged for better CUA compliance, and
9159         their names changed for better clarity.  Help strings added.
9161         * international/mule-cmds.el (mule-menu-keymap)
9162         (describe-language-environment-map, set-coding-system-map)
9163         (setup-language-environment-map): Convert to new (menu-item...
9164         form, add help strings.  Change names of menu items for better
9165         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
9166         submenu).
9168 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
9170         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
9171         within the code.
9173 2000-02-16  Dave Love  <fx@gnu.org>
9175         * faces.el: Don't require custom.  Add more specific :groups to
9176         various deffaces.
9177         (set-face-attribute): Purecopy args.
9178         (read-face-name): Default to name at point and use it in prompt.
9179         Remove colon from arg in all callers.
9180         (list-faces-display): Hyperlink to face descriptions and customize
9181         buffers.
9183 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9185         * wid-edit.el (widget-match-inline): An atom never matches a
9186         list.
9188 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9190         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9191         at ':' characters by call to split-string.
9193 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9195         * textmodes/bibtex.el: Added RCS version identification.
9197 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9199         * textmodes/bibtex.el: Some temporary comments removed.
9200         (bibtex-field-name, bibtex-entry-type): Made the relationship
9201         explicit.
9202         (bibtex-field-const): Allow capital letters.
9203         (bibtex-start-of-string): Deleted because unused.
9205         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
9206         use the term 'reference' to describe a bibtex entry as a whole.
9207         Further, reference keys are no longer called 'labels'.
9208         (bibtex-keys): Renamed to bibtex-reference-keys.
9209         (bibtex-reformat-previous-labels): Renamed to
9210         bibtex-reformat-previous-reference-keys.
9211         (bibtex-reference-type): Renamed to bibtex-entry-type.
9212         (bibtex-reference-head): Renamed to bibtex-entry-head.
9213         (bibtex-reference-maybe-empty-head): Renamed to
9214         bibtex-entry-maybe-empty-head.
9215         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9216         (bibtex-search-reference): Renamed to bibtex-search-entry.
9217         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9218         bibtex-enclosing-entry-maybe-empty-head.
9219         (bibtex-entry-field-alist, bibtex-entry-head,
9220         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9221         bibtex-map-entries, bibtex-search-entry,
9222         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9223         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9224         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9225         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9226         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9227         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9228         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
9230 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9232         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9233         comment.
9234         (bibtex-format-field-delimiters): New function, functionality
9235         extracted from bibtex-format-entry.
9236         (bibtex-autokey-get-yearfield-digits): New function, functionality
9237         extracted from bibtex-autokey-get-yearfield.
9239         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9240         entries in order to avoid stack overflow in the regexp matcher if
9241         field contents become large.
9242         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9243         bibtex-field-string-part-not-braced,
9244         bibtex-field-string-part-no-inner-braces,
9245         bibtex-field-string-part-1-inner-brace,
9246         bibtex-field-string-part-2-inner-braces,
9247         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9248         bibtex-field-string-quoted, bibtex-field-string,
9249         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9250         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9251         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9252         as parsing is now performed by the following functions.
9253         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9254         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9255         bibtex-parse-field-string, bibtex-search-forward-field-string,
9256         bibtex-parse-association, bibtex-field-name-for-parsing,
9257         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9258         bibtex-search-forward-field, bibtex-search-backward-field,
9259         bibtex-start-of-field, bibtex-end-of-field,
9260         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9261         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9262         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9263         bibtex-parse-string, bibtex-search-forward-string,
9264         bibtex-search-backward-string, bibtex-start-of-string,
9265         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9266         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9267         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9268         entries.  Instead of reporting the results of the parsing by
9269         match-beginning or match-end, these functions return data structures
9270         that hold the corresponding positions.
9271         (bibtex-enclosing-field): Changed to also report field boundaries by
9272         return values rather than by match-beginning or match-end.  The
9273         following functions have been adapted to use the new parsing
9274         functions.
9275         (bibtex-skip-to-valid-entry, bibtex-search-reference,
9276         bibtex-enclosing-field, bibtex-format-entry,
9277         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9278         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9279         bibtex-print-help-message, bibtex-end-of-entry,
9280         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9281         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9282         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9283         method for parsing.
9284         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9285         bibtex-map-entries, bibtex-flash-head,
9286         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9287         bibtex-autokey-change, bibtex-autokey-get-namefield,
9288         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9289         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9290         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9291         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9292         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9293         order to make the new binding of case-fold-search immediately
9294         visible.
9296 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9298         * textmodes/bibtex.el: Copyright notice is up to date.
9299         Added constant 'bibtex-maintainer-salutation.
9301         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9302         than make-temp-name, use match-string-no-properties and eliminate
9303         a quadratic behavior when building bibtex-strings.
9305         * bibtex.el (bibtex-reference-key): Accept string entries whose
9306         reference key contains upper case letters.
9308 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9310         * bibtex.el (bibtex-reference-head): Allow entries to start with
9311         a new line.
9313 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9315         * bibtex.el: Hiding of entry bodies is not longer provided by
9316         bibtex.el directly.  Instead the hideshow package can be used.
9317         Added a special bibtex entry to hs-special-modes-alist.
9318         (bibtex-hs-forward-sexp): Added for hideshow.el.
9320 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9322         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9323         at ':' characters by call to split-string.
9325 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9327         * textmodes/bibtex.el: Added RCS version identification.
9329 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9331         * textmodes/bibtex.el: Some temporary comments removed.
9332         (bibtex-field-name, bibtex-entry-type): Made the relationship
9333         explicit.
9334         (bibtex-field-const): Allow capital letters.
9335         (bibtex-start-of-string): Deleted because unused.
9337         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
9338         use the term 'reference' to describe a bibtex entry as a whole.
9339         Further, reference keys are no longer called 'labels'.
9340         (bibtex-keys): Renamed to bibtex-reference-keys.
9341         (bibtex-reformat-previous-labels): Renamed to
9342         bibtex-reformat-previous-reference-keys.
9343         (bibtex-reference-type): Renamed to bibtex-entry-type.
9344         (bibtex-reference-head): Renamed to bibtex-entry-head.
9345         (bibtex-reference-maybe-empty-head): Renamed to
9346         bibtex-entry-maybe-empty-head.
9347         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9348         (bibtex-search-reference): Renamed to bibtex-search-entry.
9349         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9350         bibtex-enclosing-entry-maybe-empty-head.
9351         (bibtex-entry-field-alist, bibtex-entry-head,
9352         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9353         bibtex-map-entries, bibtex-search-entry,
9354         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9355         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9356         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9357         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9358         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9359         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9360         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
9362 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9364         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9365         comment.
9366         (bibtex-format-field-delimiters): New function, functionality
9367         extracted from bibtex-format-entry.
9368         (bibtex-autokey-get-yearfield-digits): New function, functionality
9369         extracted from bibtex-autokey-get-yearfield.
9371         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9372         entries in order to avoid stack overflow in the regexp matcher if
9373         field contents become large.
9374         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9375         bibtex-field-string-part-not-braced,
9376         bibtex-field-string-part-no-inner-braces,
9377         bibtex-field-string-part-1-inner-brace,
9378         bibtex-field-string-part-2-inner-braces,
9379         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9380         bibtex-field-string-quoted, bibtex-field-string,
9381         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9382         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9383         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9384         as parsing is now performed by the following functions.
9385         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9386         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9387         bibtex-parse-field-string, bibtex-search-forward-field-string,
9388         bibtex-parse-association, bibtex-field-name-for-parsing,
9389         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9390         bibtex-search-forward-field, bibtex-search-backward-field,
9391         bibtex-start-of-field, bibtex-end-of-field,
9392         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9393         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9394         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9395         bibtex-parse-string, bibtex-search-forward-string,
9396         bibtex-search-backward-string, bibtex-start-of-string,
9397         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9398         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9399         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9400         entries.  Instead of reporting the results of the parsing by
9401         match-beginning or match-end, these functions return data structures
9402         that hold the corresponding positions.
9403         (bibtex-enclosing-field): Changed to also report field boundaries by
9404         return values rather than by match-beginning or match-end.  The
9405         following functions have been adapted to use the new parsing
9406         functions.
9407         (bibtex-skip-to-valid-entry, bibtex-search-reference,
9408         bibtex-enclosing-field, bibtex-format-entry,
9409         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9410         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9411         bibtex-print-help-message, bibtex-end-of-entry,
9412         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9413         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9414         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9415         method for parsing.
9416         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9417         bibtex-map-entries, bibtex-flash-head,
9418         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9419         bibtex-autokey-change, bibtex-autokey-get-namefield,
9420         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9421         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9422         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9423         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9424         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9425         order to make the new binding of case-fold-search immediately
9426         visible.
9428 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9430         * textmodes/bibtex.el: Copyright notice is up to date.
9431         Added constant 'bibtex-maintainer-salutation.
9433         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9434         than make-temp-name, use match-string-no-properties and eliminate
9435         a quadratic behavior when building bibtex-strings.
9437         * bibtex.el (bibtex-reference-key): Accept string entries whose
9438         reference key contains upper case letters.
9440 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9442         * bibtex.el (bibtex-reference-head): Allow entries to start with
9443         a new line.
9445 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9447         * bibtex.el: Hiding of entry bodies is not longer provided by
9448         bibtex.el directly.  Instead the hideshow package can be used.
9449         Added a special bibtex entry to hs-special-modes-alist.
9450         (bibtex-hs-forward-sexp): Added for hideshow.el.
9452 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9454         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
9455         proceedings entry type (for cross referencing). Thanks to Wagner
9456         Toledo Correa for the suggestion.
9458         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
9460 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
9462         * international/characters.el: Setup case table for Vietnamese.
9464 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
9466         * uniquify.el (toplevel): Require CL at compile time.
9467         (uniquify-push): Removed.
9469         * shadowfile.el (shadow-when): Removed.
9471         * tempo.el (tempo-dolist, tempo-mapc): Removed.
9472         (tempo-process-and-insert-string): Use dolist instead of
9473         tempo-dolist.
9475         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9476         regexp for paragraph-start.
9478         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9479         commas as well.
9481 2000-02-10  Dave Love  <fx@gnu.org>
9483         * wid-edit.el: (widgets) [defgroup]: Remove url link.
9484         (widget-color-choice-list, widget-color-history, widget-mouse-help):
9485         Deleted.
9486         (widget-specify-field, widget-specify-button): Don't use
9487         widget-mouse-help as help-echo property.
9488         (default): Use #'ignore for :validate and :mouse-down-action.
9489         (checkbox): Add help-echo.
9490         (widget-sexp-validate): Rewritten to clarify error messages.
9491         (character): Use char-valid-p in :match function.
9492         (widget-color-complete): Use facemenu-color-alist.
9493         (widget-color-action): Use facemenu-read-color.
9495         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
9496         set up `caar' &c that we now have.
9498 2000-02-09  Ray Blaak  <blaak@gnu.org>
9500         * delphi.el: Make resourcestring a declaration region, like const
9501         and var.
9503 2000-02-09  Dave Love  <fx@gnu.org>
9505         * bindings.el (mode-line-input-method-map): New variable.
9506         (mode-line-mule-info): Use it; fix last change.
9507         (mode-line-mode-menu): Move definition.
9508         (mode-line-mouse-sensitive-p): Deleted.
9509         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9510         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
9511         level.
9513         * startup.el (command-line-1): Don't call
9514         make-mode-line-mouse-sensitive.
9516 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9518         * mail/rmail.el (rmail-retry-failure): Use
9519         rmail-beginning-of-message before rmail-toggle-header, because the
9520         former toggles headers.
9522 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
9524         * diff-mode.el (diff-kill-junk): New interactive function.
9525         (diff-reverse-direction): Use delete-and-extract-region.
9526         (diff-post-command-hook): Restrict the area so that the hook also works
9527         outside of any diff hunk.  This is necessary for the minor-mode.
9528         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9529         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9531         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9532         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9533         so that it can be used more easily in <foo>-mode-hook.  Also make sure
9534         to avoid duplicate entries.
9535         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9536         (font-lock-remove-keywords): Just as was done for `add', allow it to
9537         work even if font-lock-mode is nil.  Also make sure we don't modify
9538         any pre-existing list by forcing a copy-sequence.  Finally rename
9539         `major-mode' to `mode'.
9540         (font-lock-fontify-syntactic-anchored-keywords)
9541         (font-lock-fontify-anchored-keywords)
9542         (font-lock-fontify-keywords-region): Use line-end-position.
9543         Don't make `font-lock-multiline' local (it's now done in
9544         font-lock-set-defaults).
9545         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
9546         move the `font-lock-fontified' creation to inside the `unless'.
9548 2000-02-06  Andrew Innes  <andrewi@gnu.org>
9550         * term/w32-win.el (x-handle-args): Comment out call to message,
9551         which occurs before window system is initialized.
9553         * makefile.nt: Add support for recompiling lisp code.
9555 2000-02-04  Dave Love  <fx@gnu.org>
9557         * bindings.el (mode-line-mule-info): Fix/extend last change.
9559         * completion.el: Replace completion-dolist with dolist.
9561         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9562         dotimes.
9564 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9566         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9567         environment names before they go into the section regexp.
9569         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9570         char class in regexp.
9572         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9573         `case-fold-search' to nil.
9575         * progmodes/idlwave.el (idlwave-template): Respect
9576         `idlwave-abbrev-change-case'.
9577         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
9578         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
9579         idlwave-while): respect `idlwave-reserved-word-upcase'.
9580         (idlwave-rw-case): New function.
9581         (idlwave-statement-match): Fixed problem with assignment regexp.
9582         (idlwave-font-lock-keywords): Improved regexp for keyword
9583         parameters.
9584         (idlwave-surround): New argument LENGTH to support padding of
9585         operators longer than 1 char.
9587         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
9588         idlwave-shell-expression-overlay.  Implemented printing of
9589         expressions on higher levels of the calling stack.
9590         (idlwave-shell-display-level-in-calling-stack): Restore stack
9591         level.
9592         (idlwave-retrieve-expression-from-level): New function.
9593         (idlwave-shell-last-calling-stack): Variable removed.
9594         (idlwave-shell-reset): Argument action reversed (`visible' to
9595         `hidden').  Also remove stop-line overlay.
9596         (idlwave-shell-calling-stack-routine): New variable.
9597         (idlwave-shell-parse-stack-and-display): Messages now display
9598         negative level numbers.
9599         (idlwave-shell-mode): Set `modeline-format'.
9600         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
9601         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
9602         21.
9603         (idlwave-shell-print-expression-function): New option.
9605         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
9606         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
9607         `tool-bar' instead of `toolbar'.
9609 2000-02-02  Dave Love  <fx@gnu.org>
9611         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
9612         emacs-lisp-mode-hook.  Don't check for defalias being defined.
9614         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9615         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
9616         the new builtins directly.
9618         * whitespace.el (whitespace): Add :version to defgroup.
9620         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
9621         Doc fix.
9623         * thingatpt.el (sexp-at-point, symbol-at-point)
9624         (number-at-point, list-at-point): Add autoload cookie.
9626         * recentf.el (recentf): Add :version to defgroup.
9628         * quickurl.el (quickurl): Add :version to defgroup.
9630         * elide-head.el (elide-head): Use point-marker more.
9632         * bs.el (bs): Add :version to defgroup.
9634         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
9636         * progmodes/delphi.el (delphi): Add :version to defgroup.
9638 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
9640         * ange-ftp.el (ange-ftp-write-region): Handle case that
9641         succeeding process operation sets a different coding system.
9643         * calculator.el: New file.
9645 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
9647         * frame.el (frames-on-display-list, framep-on-display): New
9648         functions.
9649         (display-mouse-p, display-popup-menus-p, display-graphic-p)
9650         (display-selections-p, display-screens, display-pixel-width)
9651         (display-pixel-height, display-mm-width, display-mm-height)
9652         (display-backing-store, display-save-under, display-planes)
9653         (display-color-cells, display-visual-class): New functions.
9655         * term/tty-colors.el (tty-color-gray-shades): New function.
9657         * faces.el (display-color-p): Use framep-on-display.
9658         (display-grayscale-p): New function.
9660 2000-01-31  Dave Love  <fx@gnu.org>
9662         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
9663         (create-fontset-from-x-resource): Don't concat integers.
9665 2000-01-31  Inge Frick  <inge@nada.kth.se>
9667         * view.el: Some changes in documentation.  Removed some trailing
9668         whitespace. Changed some parameter names to agree with
9669         documentation.
9670         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
9671         window is not deleted.  Modifies change 1998-04-26.
9673 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
9675         * windmove.el: New file.
9677         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9678         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
9679         progmodes/ebnf-yac.el: Update copyright and license info.
9681         * jit-lock.el (jit-lock-function): Widen before calculating end
9682         position.
9683         (jit-lock-stealth-chunk-start): Rewritten.
9685         * info.el (Info-title-face-alist): Removed.
9686         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
9687         faces.
9688         (Info-fontify-node): Use these faces.
9690 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
9692         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
9693         (cl-macro-list1): Recognize `&allow-other-keys' instead of
9694         `&allow-other-keywords'.
9696         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
9697         the list of directories scanned heuristically.
9699         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
9700         exist.
9702 2000-01-30  Jason Rumney  <jasonr@gnu.org>
9704         * w32-fns.el: Define w32-tty-standard-colors.
9706         * startup.el (command-line): Use w32-tty-standard-colors when in
9707         w32 console mode.
9709 2000-01-30  Dave Love  <fx@gnu.org>
9711         * jka-compr.el (jka-compr-load): Fix up load-history.
9713         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
9715         * emacs-lisp/cl-macs.el: Revert previous change.
9717 2000-01-29  Dave Love  <fx@gnu.org>
9719         * facemenu.el: Purecopy various strings.
9721         * timezone.el (timezone-fix-time): Window against 69 for two-digit
9722         years.  Deal with three-digit years.
9724         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
9725         defconst, purecopy.
9726         (help-back-label): Purecopy it.
9728 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
9730         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
9731         variable. If non-nil, order the buffer list according to the
9732         currently selected frame.
9733         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
9734         non-nil, pass the selected frame to function buffer-list.
9736 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9738         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
9740 2000-01-28  Dave Love  <fx@gnu.org>
9742         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
9744         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
9745         Don't use lisp-indent-hook property.
9746         (cl-abs): Remove.
9748         * subr.el: Move out indent and edebug specs for when and unless.
9750         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
9751         when, unless.
9753         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
9754         unless, when.
9756 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
9758         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
9759         `collecting' as synonym for `collect'.
9761         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
9762         for the case it contains spaces.
9764         * simple.el (what-cursor-position): Change formatting of
9765         messages.
9767         * frame.el (delete-other-frames): New function.
9768         (toplevel): Bind it to C-x 5 1.
9770         * sort.el (sort-numeric-base): New option.
9771         (sort-numeric-fields): If number starts with `0' or `0[xX[',
9772         interpret it as octal or hexadecimal.  Use sort-numeric-base
9773         as default base.
9775         * progmodes/glasses.el: New file.
9777 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
9779         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
9780         userids differently.
9782         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9783         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
9784         progmodes/ebnf-yac.el: New files.
9786 2000-01-26  Dave Love  <fx@gnu.org>
9788         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
9789         on a function with an empty body.  [From Eric Ludlam.]
9791 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
9793         * vc.el (vc-version-diff): Make sure file name is expanded.
9795 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
9797         * scroll-bar.el (scroll-bar-timer): Variable removed.
9798         (scroll-bar-toolkit-scroll): Don't use a timer.
9800 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
9802         * language/thai-util.el (thai-composition-function): Delete
9803         superfluous `a'.
9805 2000-01-24  Dave Love  <fx@gnu.org>
9807         * fortran.el (fortran-mode): Use beginning-of-defun-function,
9808         end-of-defun-function.
9810         * font-lock.el (turn-on-font-lock): Don't depend on window-system
9811         &c.
9813 2000-01-22  Jason Rumney  <jasonr@gnu.org>
9815         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
9816         conflicts with new face support.
9818 2000-01-22  Richard M. Stallman  <rms@gnu.org>
9820         * replace.el (query-replace): Rename last arg to DELIMITED.
9821         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
9822         (query-replace-regexp): Likewise.
9824 2000-01-20  Richard M. Stallman  <rms@gnu.org>
9826         * subr.el (with-syntax-table): Use make-symbol, not gensym.
9828         * emacs-lisp/lisp.el (beginning-of-defun-function):
9829         Variable renamed from beginning-of-defun.
9830         Do not call make-variable-buffer-local.
9831         (beginning-of-defun-raw): Use new variable name; doc fix.
9832         (beginning-of-defun): Doc fix.
9833         (end-of-defun-function): Variable renamed from end-of-defun.
9834         Do not call make-variable-buffer-local.
9835         (end-of-defun): Use new variable name; doc fix.
9837         * subr.el (dolist, dotimes): Copied from cl-macs.el
9838         and made to work.
9840         * mail/undigest.el (rmail-digest-end-regexps):
9841         Variable replaces rmail-digest-end-regexp.
9842         Allows multiple regexps for detecting the end line.
9843         (undigestify-rmail-message): Corresponding changes.
9845 2000-01-19  Dave Love  <fx@gnu.org>
9847         * files.el (user-init-file): Don't declare here -- is primitive.
9849         * startup.el (command-line): Check for compiled user-init-file and
9850         set to uncompiled version if necessary.
9852 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
9854         * mail/undigest.el (rmail-digest-end-regexp): New user option.
9855         (undigestify-rmail-message): Use it.
9857         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
9859 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
9861         * tmm.el (tmm-goto-completions): Adapt to prompt being part
9862         of mini-buffer.
9864 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
9866         * emacs-lisp/copyright.el (copyright-update): Removed the
9867         requirement for a trailing space from `copyright-regexp', to
9868         support copyrights with owner specified on a separate line..
9870         * align.el: New file.
9872         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
9874         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
9876 2000-01-13  Dave Love  <fx@gnu.org>
9878         * ph.el: Removed.  (Obsoleted by EUDC.)
9880 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9882         * net/eudc.el (toplevel): Remove autoloaded code installing
9883         menu with easymenu, because that causes build problems.
9885         * frame.el (frame-notice-user-settings): New variable.
9886         (frame-notice-user-settings): Don't modify frame parameters
9887         if called a second time.
9889 2000-01-13  Richard M. Stallman  <rms@gnu.org>
9891         * frame.el (frame-notice-user-settings):
9892         Notice default-frame-parameters even for non-window frames.
9894 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9896         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
9897         for Emacs.
9898         (eudc-bob-can-display-inline-images): Extend for Emacs.
9899         (eudc-bob-toggle-inline-display): Ditto.
9900         (eudc-bob-display-jpeg): Ditto.
9902 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
9904         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
9905         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
9906         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
9908         * add-log.el (add-change-log-entry): Fix error trying an `(insert
9909         nil)'.
9911         * subdirs.el: Add `net' directory.
9913         * net: New directory.
9915         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
9916         eval-last-sexp.  Don't bind debug-on-error here.
9917         (eval-last-sexp): New function.  Bind debug-on-error if
9918         eval-expression-debug-on-error is non-nil.
9919         (eval-defun-2, eval-defun): Likewise.
9921         * simple.el (eval-expression): Don't bind debug-on-error if
9922         eval-expression-debug-on-error is nil.  Detect changed
9923         debug-on-error, and propagate new value to global binding, if
9924         eval-expression-debug-on-error is non-nil,
9925         (eval-expression-debug-on-error): Change doc string.
9927 2000-01-11  Richard M. Stallman  <rms@gnu.org>
9929         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
9931         * emacs-lisp/lisp-mode.el (with-syntax-table):
9932         Set up lisp-indent-function property.
9934         * subr.el (with-syntax-table): Moved from simple.el.
9936         * simple.el (with-syntax-table): Moved to subr.el.
9938 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
9940         * tmm.el (tmm-shortcut): Delete region after prompt instead
9941         of erasing buffer.
9943         * textmodes/fill.el (fill-common-string-prefix): New function.
9944         (fill-context-prefix): Use the longest common prefix of first
9945         and second line fill prefix, if there is one.
9947 2000-01-11  Richard M. Stallman  <rms@gnu.org>
9949         * array.el (array-mode): Don't use make-variable-buffer-local.
9950         Use make-local-variable for `truncate-lines'.
9952 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
9954         * add-log.el (add-log-current-defun): Handle user-defined
9955         add-log-current-function returning nil,
9957         * add-log.el (add-change-log-entry): Insert version number
9958         if having found a current function
9960         * add-log.el (add-log-current-defun): Call
9961         `add-log-current-defun-function'.  Try matches at level 0 and
9962         level 1.  Strip whitespace from defun found.
9964 2000-01-10  John Wiegley  <johnw@gnu.org>
9966         * allout.el (isearch-done/outline-provisions): Added `edit'
9967         argument to correspond with the current definition of
9968         `isearch-done'.
9970 2000-01-10  Dave Love  <fx@gnu.org>
9972         * elide-head.el (elide-head): Use point-marker, not point.
9974 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
9976         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
9977         before and after the year 2000.
9979         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
9980         Add ispell- prefix.
9982 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
9984         * ispell.el:  Only define dictionaries in menus when they exist.
9985         (version18p): New variable.
9986         (version20p): New variable.
9987         (xemacsp): New variable.
9988         (ispell-choices-win-default-height): Fix for XEmacs visibility.
9989         (ispell-dictionary-alist1): Added Brasileiro dictionary.
9990         (ispell-dictionary-alist6): Russian command lines no longer accept
9991         run-together words.
9992         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
9993         (ispell-dictionary-alist): Add koi8-r to customize definition.
9994         (check-ispell-version): Added documentation string.  Returns
9995         library path when called non-interactively.
9996         (ispell-menu-map-needed): Uses new variables.
9997         (ispell-library-path): New variable.
9998         (ispell-decode-string): XEmacs fix for bogus variable bindings.
9999         (ispell-word): Improved documentation string.  Test for valid
10000         character mappings.  Correctly check typed in word changes that can
10001         result in single words split into multiple words.  Returns
10002         replacement word.
10003         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
10004         replace in recursive query replace mode.  Help message for
10005         recursive edit mode.
10006         (ispell-show-choices): Protect against bad framepop bindings.
10007         (ispell-help): Fix to work with XEmacs.
10008         (ispell-highlight-spelling-error): Use new variables.
10009         (ispell-overlay-window): Fix to work with XEmacs.
10010         (ispell-parse-output): Passed and returns location information
10011         tracking spelling corrections.  Doesn't recheck same word on
10012         current line.
10013         (ispell-init-process): Protect against bogus XEmacs variable binding.
10014         Fix call to single argument in sleep-for.  Use new variables.
10015         (ispell-region): Passed and returns location information tracking
10016         spelling corrections.  Doesn't check same word on current line.
10017         Improved documentation string.  Doesn't resend a line already
10018         checked to the ispell process - fixes bug in LaTeX parsing.
10019         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10020         (ispell-skip-region): No longer skips <TT> in SGML.
10021         (ispell-process-line): Tracks location information with spelling
10022         corrections.  Added documentation string.  Accounts for words
10023         already accepted on this line.  Don't allow query-replace on line
10024         starting with math characters.  Doesn't resend a line already sent
10025         to ispell process.  Fixes alignment error bug.
10027 2000-01-10  Richard M. Stallman  <rms@gnu.org>
10029         * dired-x.el (dired-guess-shell-alist-default):
10030         Suggest xloadimage, which is free, not xv, which isn't.
10032         * ange-ftp.el (ange-ftp-file-name-nondirectory):
10033         Don't ever include the host name or user name in the value.
10035 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
10037         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10038         of a real newline.
10040 2000-01-09  Stephen Eglen  <stephen@gnu.org>
10042         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
10043         for .png files.
10045 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10047         * cus-edit.el (custom-hook-convert-widget): Fix comment.
10049 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
10051         * progmodes/cperl-mode.el: Replace ^F with ^L.
10053         * sendmail.el (toplevel): Provide `sendmail' when compiling
10054         before `require'ing rmail and mailalias to prevent infinite
10055         recursion.
10057 2000-01-08  Dave Love  <fx@gnu.org>
10059         * emacs-lisp/backquote.el: Remove inappropriate customization
10060         (allowing custom.el to use backquote).
10062 2000-01-07  Dave Love  <fx@gnu.org>
10064         * add-log.el (add-log-debugging): Deleted.
10065         (add-change-log-entry): Treat a backup FILE-NAME as its parent
10066         file.  Remove debugging code.
10067         (change-log-get-method-definition, change-log-name): Add doc.
10068         (change-log-sortable-date-at): New function.
10069         (change-log-merge): New command.
10071         * time.el (display-time-string-forms): Make the Mail string active.
10072         (display-time-update): Provide help-echo for load average.
10074         * bindings.el (make-mode-line-mouse2-map): New function.
10075         (mode-line-modified): Use it and simplify.
10076         (mode-line-mule-info): Provide help-echo info.
10077         (minor-mode-alist): Activate the strings.
10078         (make-mode-line-mouse-sensitive): Simplify for
10079         mode-line-buffer-identification.
10081 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
10083         * play/pong.el: New file.
10085 2000-01-06  Dave Love  <fx@gnu.org>
10087         * array.el: Assorted cleanups for compiler warnings, doc strings,
10088         `array-' prefix for symbols.
10090 2000-01-05  Dave Love  <fx@gnu.org>
10092         * textmodes/outline.el (outline-mode-menu-bar-map): Add
10093         outline-headers-as-kill.
10094         (outline-mode): Define imenu-generic-expression.
10095         (outline-headers-as-kill): New command.
10097         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10098         from paragraph-start.
10099         (paragraph-indent-minor-mode): New command.
10101         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10102         M-C-e, M-C-h, C-j, C-xnd, TAB.
10103         (fortran-mode): Set beginning-of-defun, end-of-defun.
10104         (fortran-column-ruler): Simplify.
10105         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10106         (fortran-with-subprogram-narrowing): Likewise.
10107         (fortran-indent-subprogram): Call mark-defun.
10108         (fortran-check-for-matching-do): Change narrowing.
10110         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10111         (cl-lucid-hash-tag): Delete.
10112         (cl-hash-table-p): Correct test for native table.
10113         (cl-hash-table-count): Use hash-table-count.
10115         * browse-url.el (browse-url): Fix case of
10116         browse-url-browser-function being an alist.
10118 2000-01-05  Carsten Dominik  <cd@gnu.org>
10120         * textmodes/reftex-vars.el (reftex-parse-file-extension)
10121         (reftex-index-phrase-file-extension): New options.
10123         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
10124         Use new option `reftex-index-phrase-file-extension'.
10126         * textmodes/reftex.el (reftex-access-parse-file): Use new option
10127         `reftex-parse-file-extension'.
10129 2000-01-05  Dave Love  <fx@gnu.org>
10131         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
10132         (beginning-of-defun-raw): Use it.
10133         (end-of-defun): New variable.
10134         (end-of-defun): Use it.
10135         (check-parens): New command.
10137 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10139         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10140         (hs-show-block): Don't use `mapcar' when not accumulating.
10142         Fix buglet in local variables initialization.
10144 2000-01-05  Andreas Schwab  <schwab@suse.de>
10146         * hscroll.el (hscroll): Doc fix.
10148 2000-01-05  Carsten Dominik  <cd@gnu.org>
10150         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10151         idlw-toolbar.
10153         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10154         file idlw-rinfo.el.
10155         (idlwave-customize): load must read file idlw-shell.el.
10156         (idlwave-create-customize-menu): load must read file idlw-shell.el.
10158 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
10160         * progmodes/idlw-shell.el: Also provide idlwave-shell
10161         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10162         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10164         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10165         both reftex-dcr and reftex-vcr.
10167         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10169 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10171         * ps-print.el: PostScript code now is in separate files, doc fix.
10172         (ps-print-version): New version number (5.0.3).
10173         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10174         local.
10175         (ps-spool-config): Initialization fix.
10176         (ps-print-prologue-1, ps-print-prologue-2)
10177         (ps-print-duplex-feature): PostScript code moved to separated file.
10178         (ps-background-image): Little code reformating.
10179         (ps-begin-file, ps-begin-job): Fix code.
10180         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
10181         (ps-prologue-file): New fun.
10183 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10185         * ps-vars.el: Eliminated.
10187         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10188         `;;;###autoload'.
10190         * ps-print.el: ps-vars eliminated, doc fix.
10191         (ps-print-version): New version number (5.0.2).
10192         (ps-spool-config): Initialization fix.
10193         (ps-print-customize): New fun.
10195 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
10197         * autorevert.el (auto-revert-mode): Return value of
10198         auto-revert-mode.
10200 2000-01-04  Dave Love  <fx@gnu.org>
10202         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10203         menu items.
10205 2000-01-03  Dave Love  <fx@gnu.org>
10207         * elide-head.el (elide-head) [defgroup]: Add :version.
10209         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
10210         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10211         `cl-hash-table-p', not `hash-table-p'.
10212         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10214 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10216         * faces.el (face-read-integer, read-face-attribute)
10217         (color-defined-p, color-values): unspecified-{f,b}g are now
10218         strings.
10220 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
10222         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10223         at comment end, and re-insert them after filling.
10225 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10227         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
10228         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10229         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
10231 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10233         * term/x-win.el (xw-defined-colors): Call color-supported-p,
10234         the new name of face-color-supported-p.
10236         * term/w32-win.el (xw-defined-colors): Likewise.
10238 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10240         * simple.el (completion-setup-function): Count completion-size
10241         from minibuffer-prompt-end, not from point-min.
10243 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
10245         * faces.el (read-face-attribute, defined-colors, color-defined-p):
10246         Pass the frame to tty-color-* functions.
10247         (display-color-p, frame-set-background-mode): Pass the frame to
10248         tty-display-color-p.
10250         * term/tty-colors.el (tty-defined-color-alist): Renamed from
10251         tty-color-alist.
10252         (tty-color-alist, tty-modify-color-alist): New functions.
10253         (tty-color-define,  tty-color-clear, tty-color-approximate)
10254         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10255         an optional parameter FRAME.
10257 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
10259         * image.el (create-image, defimage): Don't assume image data is a
10260         string.
10262         * image.el (defimage): Handle specifications containing :data
10263         instead of :file.
10264         (image-type-from-data): New function.
10265         (image-type-from-file-header): Use it.
10266         (create-image): Add parameter DATA-P.
10268 See ChangeLog.8 for earlier changes.
10270 ;; Local Variables:
10271 ;; coding: iso-2022-7bit-unix
10272 ;; End: