(perl-mode): Don't gratuitously override the default for comment-column.
[emacs.git] / lisp / ChangeLog
blob20c42c0b704bcabd05a8345c1f438d0e22ad4887
1 2000-09-28  Dave Love  <fx@gnu.org>
3         * eshell/eshell.el (eshell) <defgroup>: Add :version.
5 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
7         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8         `append'.
10 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
12         * info.el (Info-extract-pointer): Undo last change.
13         Instead, fix the position of the `bound' arg to re-search-backward.
15 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
17         * info.el (Info-extract-pointer):
18         Widen more carefully, to avoid finding pointers in other nodes.
19         (Info-index): Use push.
21 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
23         * frame.el (set-frame-font): Remove call to obsolete function
24         frame-update-faces.
25         (set-foreground-color, set-background-color): Likewise for
26         frame-update-face-colors.
28 2000-09-27  Miles Bader  <miles@gnu.org>
30         * image-file.el: New file.
32 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
34         * frame.el (frame-notice-user-settings): Don't call
35         frame-update-faces, which is a no-op now.
36         
37         * ediff-wind.el (ediff-control-frame-parameters): Add zero
38         tool-bar-lines.
40 2000-09-27  Dave Love  <fx@gnu.org>
42         * mouse.el: Fix last change.
44 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
46         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
48 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
50         * international/quail.el (quail-help): The output message is
51         improved.
53 2000-09-26  Dave Love  <fx@gnu.org>
55         * mouse.el (popup-menu): If POSITION is nil, set it using
56         mouse-position.
58 2000-09-25  Sam Steingold  <sds@gnu.org>
60         * net/browse-url.el (browse-url-file-url): Check for null maps.
62 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
64         * frame.el (frame-notice-user-settings): Don't add a
65         tool-bar-lines frame parameter to default-frame-alist in batch mode.
66         
67         * frame.el (frame-notice-user-settings):
68         Make tool-bar-mode and default-frame-alist consistent.
70         * toolbar/tool-bar.el (tool-bar-help): New function.
72 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
74         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
75         current-load-list in top-level forms.  Else this leaks a cons cell
76         every time a defun is called.
78         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
80 2000-09-25  Dave Love  <fx@gnu.org>
82         * startup.el (fancy-splash-head): Check XPM is available.
84         * autoinsert.el (auto-insert): Doc fix.
85         (auto-insert-alist): Following GNU notices, don't say `copyright
86         _by_'.  Use line-beginning-position.
87         (auto-insert): Check buffer-file-name is non-nil before use.
89 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
91         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
92         starting with `@def' or `@multitable', in addition to ones
93         specified by the user in auto-fill-inhibit-regexp.
95 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
97         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
98         rmail-dont-reply-to-names matches the empty string.
100 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
102         * startup.el (command-line-1, fancy-splash-text): Change the
103         text to sound more friendly.
105 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
107         * progmodes/hideshow.el: Update author email address.
108         Generally, sync w/ maintainer version 5.22.
109         (hs-hide-all-non-comment-function): New var.
110         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
111         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
112         (hs-show-region): Delete this command.
113         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
115 2000-09-22  Dave Love  <fx@gnu.org>
117         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
118         (hl-line-highlight): Specify buffer when moving overlay.
120         * progmodes/fortran.el (fortran-mode): Locally set
121         normal-auto-fill-function.
122         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
123         (fortran-mode-map): Adjust auto-fill menu entry.
125 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
127         * vc-rcs.el (toplevel): Require `vc' when compiling.
129         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
131 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
133         * vc.el (vc-switch-backend): Signal an error if the file is not
134         registered under the new backend.
136         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
137         without explicit revision number.
139 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
141         * diff-mode.el (diff-file-header-face): Reset to its previous value.
142         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
143         (diff-xor): New function.
144         (diff-find-source-location): Use it.  Fix a stupid name clash.
145         (diff-hunk-status-msg): New function.
146         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
147         (diff-test-hunk): Use diff-find-source-location.
148         (diff-goto-source): Favor the `reverse'.
149         (diff-hunk-text): Properly handle one-sided context diffs.
150         (diff-apply-hunk): When done, advance to the next hunk.
152 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
154         * startup.el (command-line): If frame was created with a non-zero
155         tool-bar-lines parameter, switch tool-bar-mode on.
157         * add-log.el (change-log-date-face, change-log-name-face)
158         (change-log-email-face, change-log-file-face)
159         (change-log-list-face, change-log-conditionals-face)
160         (change-log-function-face, change-log-acknowledgement-face):
161         New faces, inheriting from font-lock faces.
162         (change-log-font-lock-keywords): Use them.
164 2000-09-21  Dave Love  <fx@gnu.org>
166         * progmodes/cperl-mode.el (top-level): Clean up
167         `eval-when-compile's and assorted defvars.
168         (cperl-invalid-face): Don't double-quote value.  Change custom
169         type.
170         (cperl-mode): Set normal-auto-fill-function and don't zap
171         auto-fill-function.
172         (cperl-imenu--function-name-regexp-perl): Renamed from
173         imenu-example--function-name-regexp-perl.
174         (cperl-imenu--create-perl-index): Renamed from
175         imenu-example--create-perl-index.
176         (cperl-xsub-scan): Don't require cl.
178         * msb.el (msb-mode-map): Use substitute-key-definition.
179         (msb-mode): Use msb-mode-map.
181 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
183         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
184         New functions.
185         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
186         (vc-switch-backend): New function.
187         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
188         (vc-register): Fix prompt.
189         (vc-unregister, vc-default-unregister): New functions.
190         (vc-version-diff): Handle empty buffer in sentinel.
192         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
193         (vc-rcs-state-heuristic): Use it to guess the state of files with
194         non-strict locking.
195         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
196         been set with -b, but not created yet.
197         (vc-rcs-fetch-master-state): With non-strict locking, compare file
198         contents in order to find the state.
199         (vc-rcs-checkin): Allow creation of branches with no changes.
200         (vc-rcs-unregister, vc-rcs-receive-file)
201         (vc-rcs-set-non-strict-locking): New functions.
203         * vc-hooks.el (vc-name): Force correct computation of the value
204         in case it is missing.
206 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
208         * startup.el (fancy-splash-tail): Use a different foreground
209         color on a dark frame background.
211 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
213         * info.el: Use the correct capitalization when making Info-mode
214         and Info-edit-mode `special' modes.
216 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
218         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
219         (diff-mode): Add support for add-log.el.
220         (diff-hunk-text): Use char offsets rather than line offsets.
221         (diff-find-source-location): Replace LINE with line-offset (nil
222         if not found) and always set POS to a meaningful position.
223         Adapt to the new char-offsets.
224         (diff-apply-hunk): Drop support for the unused `select' POPUP.
225         Adapt to the new diff-find-source-location.
226         (diff-goto-source): Adapt to the new diff-find-source-location.
228         * add-log.el (add-log-file-name): New function (split out of
229         add-change-log-entry).
230         (add-change-log-entry): Use it.
231         Call add-log-file-name-function with the changelog file name if
232         the current buffer is not associated with any file.
233         Avoid find-file if the selected window is dedicated.
235         * diff-mode.el (diff-find-source-location):
236         Move code from diff-apply-hunk.  Return buffer rather than file.
237         (diff-apply-hunk): Use the new result from  diff-find-source-location.
238         (diff-goto-source): Use the new diff-find-source-location.
240 2000-09-20  Dave Love  <fx@gnu.org>
242         * iswitchb.el: Some doc fixes.
243         (iswitchb-mode-map): Define completely initially.  Inherit
244         minibuffer-local-map.
245         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
246         fundamental-mode.
247         (iswitchb-global-map): New variable.
248         (iswitchb-summaries-to-end): Amalgamate regexps.
249         (iswitchb-mode): New.
250         (iswitchb-mode-hook): New variable.
251         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
252         `extensions'.
254 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
256         * ehelp.el (electric-help): New defgroup.
257         (electric-help-shrink-window): New user-option.
258         (with-electric-help): Use it.
260         * window.el (shrink-window-if-larger-than-buffer): If face
261         `mode-line' has a :box, and we're on a graphical frame, add 1
262         to the needed window height.
264         * frame.el (frame-notice-user-settings): Add a last parameter nil
265         to a call to `append', because the last list passed to `append' is
266         not copied, and so subsequent calls to assq-delete-all will modify
267         default-frame-alist.
269         * startup.el (fancy-splash-image): Change :type.
270         (fancy-splash-head): Use an XBM image if appropriate.
271         (command-line-1): Show splash screens in more cases.
273         * startup.el (fancy-splash-text): Don't quote faces.
275         * dired.el (dired-font-lock-keywords): Undo last change.
276         (dired-readin): Bind indent-tabs-mode to nil.
278         * startup.el (fancy-splash-head): If frame's background mode
279         is `dark', change the black background of the image to gray.
280         (fancy-splash-screens): Display startup echo area message.
281         (display-startup-echo-area-message): New function.
283 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
285         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
287         * info.el (info-header-node): Tweak for color ttys.
289         * faces.el (face-valid-attribute-values): Make sure directories we
290         search for stipples both exist and are readable before trying to
291         search them.
293         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
294         in the dry-run case.
296         * jka-compr.el (with-auto-compression-mode): New macro.
298         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
299         (custom-group-tag-face, custom-variable-tag-face): Use relative
300         :height and inherit from `variable-pitch' face instead of
301         hardwiring :family.
302         * hi-lock.el (hi-black-hb): Likewise.
304         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
305         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
306         toolbar-add-item, if image doesn't have a mask add a `:mask
307         heuristic'.
309 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
311         * diff-mode.el: Docstring fixes.
312         (diff-header-face, diff-comment-face): New faces.
313         (diff-font-lock-keywords): Highlight a bit differently.
314         (diff-find-source-location): Don't return SPAN any more.
315         (diff-hunk-text): Don't bother erasing the temp buffer.
316         (diff-find-text): Drop argument LINE.
317         (diff-apply-hunk): Update calls to diff-find-text.
318         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
320         * calendar/calendar.el: Docstring fixes.
321         (calendar-make-alist): Don't quote lambda.
322         (calendar-star-date): Use make-local-variable.
324 2000-09-19  Dave Love  <fx@gnu.org>
326         * toolbar/tool-bar.el: Renamed from toolbar.el.
327         Change `toolbar' to `tool-bar' generally in symbols.
328         Make some items invisible in `special' major modes.
329         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
330         Add arg PROPS.
332         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
333         Add :version here.
334         (fancy-splash-delay, fancy-splash-image): Remove :version here.
336 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
338         * progmodes/sh-script.el (sh-search-word): Remove call to
339         `debug'.
341         * files.el (find-file-suppress-same-file-warnings): New
342         user-option.
343         (find-file-noselect): Use it.
345         * startup.el (fancy-splash-delay, fancy-splash-image): Add
346         :version.
347         (fancy-splash-screen): Defgroup.
349         * add-log.el (change-log-font-lock-keywords): Match names
350         more exactly for the case that font-lock-constant-face is
351         underlined.
353 2000-09-19  Richard M. Stallman  <rms@gnu.org>
355         * progmodes/sh-script.el (sh-search-word): Rewritten for
356         speed.
358 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
360         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
362 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
364         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
365         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
366         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
367         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
368         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
369         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
370         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
371         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
372         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
373         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
374         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
375         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
377         * startup.el (fancy-splash-text): New variable.
378         (fancy-splash-delay, fancy-splash-image): New user-options.
379         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
380         (fancy-splash-screens): New functions.
381         (command-line-1): If display has a `display' frame parameter, has
382         colors, and we have XPM support, show more fancy splash screens.
384 2000-09-19  Dave Love  <fx@gnu.org>
386         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
387         with null `help'.  Use modern backquote syntax.
389 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
391         * font-lock.el (font-lock-mode): Change message telling the user
392         that ``the buffer is too big''.
394         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
395         for instance for the case that tab-width is 2.
397 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
399         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
400         toolbar-add-item, if image doesn't have a mask add a `:mask
401         heuristic'.
403 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
405         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
406         and return a cons if it's non-nil.
407         (diff-apply-hunk): Try to jump to the line in the source text
408         corresponding to the position of point in the in the hunk.
410         * info.el (Info-title-3-face, Info-title-2-face)
411         (Info-title-1-face): Use face inheritance and relative sizes
412         instead of hard-wiring things.
414         * faces.el (secondary-selection): Make dark-background variant sane.
416 2000-09-16  Andrew Innes  <andrewi@gnu.org>
418         * makefile.nt (compile-files): No need to make .elc files
419         read-only, since they aren't under VC now.
421         * makefile.w32-in (compile-files-CMD): No need to make .elc files
422         read-only, since they aren't under VC now.
424 2000-09-17  Dave Love  <fx@gnu.org>
426         * tmm.el: Replace mapcar with mapc in several places.
428         * loadhist.el (unload-feature): Maybe call elp-restore-list and
429         ad-unadvise.
431         * international/latin1-disp.el: New file.
433         * calendar/cal-move.el (scroll-calendar-left)
434         (scroll-calendar-right): Make arg optional (for active mode line).
436         * calendar/calendar.el (calendar-mode-line-format): Make fields
437         mouse-sensitive.
438         (calendar-read-date, calendar-read-date, calendar-window-list):
439         Unquote lambda.
440         (calendar-month-name): Use aref, not sref.
442         * view.el (minor-mode-alist): Propertize the string.
444         * international/characters.el (standard-case-table): Add entries
445         for Greek.
447 2000-09-18  Miles Bader  <miles@gnu.org>
449         * info.el (info-node, info-xref): Add dark-background variants.
451         * faces.el (header-line): Change defaults to be less confusing
452         when mixed with mode-lines.
454         * info.el (Info-fontify-node): Make a few cleanups.
455         Add extra `help-echo' and `local-map' props to node xrefs.
456         Use header-specific faces for node-names & xrefs.
457         (Info-use-header-line): New variable.
458         (info-header-xref, info-header-node): New faces.
459         (Info-setup-header-line): New function.
460         (Info-select-node): Call Info-setup-header-line when enabled.
461         (Info-extract-pointer): Work even if the header line is hidden.
462         (Info-header-line): New variable.
464 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
466         * vms-patch.el (print-region-function): Don't quote lambda.
468         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
470         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
471         (lm-get-header-re): Allow spaces between the header and the colon.
472         (lm-header): Allow $ in non-RCS headers.
473         (lm-header-multiline): Put the strings back into order.
474         Stop at an empty line.  Don't require two space chars if the
475         line is clearly not another header line.
477         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
478         (popup-menu-popup): Remove.
480 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
482         * toolbar/toolbar.el (toolbar-add-item): Use the same image
483         specification if or if not tool-bar item contains an `:enabled'
484         property.
486         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
487         current buffer has no file name.
489 2000-09-15  Dave Love  <fx@gnu.org>
491         * strokes.el: Sync with maintainer's current version with changes
492         for Emacs, but avoid runtime cl and levents.
493         (toplevel):  Change autoloads and compilation requires.
494         (strokes-version, strokes-bug-address, strokes-lift): Values
495         changed.
496         (strokes-xpm-header, strokes-insinuated): New variable.
497         (strokes): Add :link.
498         (strokes-mode): Customized.
499         (strokes-while-inhibiting-garbage-collector): New macro.
500         (strokes-remassoc): Avoid remove-if.
501         (strokes-fix-button2-command): Don't use ad-do-it.
502         (strokes-insinuate): New function.
503         (strokes-button-press-event-p, strokes-button-release-event-p):
504         New functions, used instead of non-`strokes-' versions..
505         (strokes-mouse-event-p): Rewritten.
506         (strokes-event-closest-point): Avoid event-point.
507         (strokes-get-grid-position): Avoid cdadr, caadr
508         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
509         functions.
510         (strokes-help): Use with-output-to-temp-buffer.
511         (strokes-window-configuration-changed-p): New function.
512         (strokes-update-window-configuration): Use buffer-live-p,
513         strokes-window-configuration-changed-p.
514         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
515         (strokes-char-face): New face.
516         (strokes-char-table, strokes-base64-chars): New variable.
517         (strokes-xpm-for-stroke, strokes-list-strokes)
518         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
519         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
520         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
521         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
522         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
523         functions.
525 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
527         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
529         * image.el (create-image): Doc fix.
531         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
532         instead of `:heuristic-mask t'.
534 2000-09-14  Andrew Innes  <andrewi@gnu.org>
536         * makefile.w32-in: Revert to Unix line endings.
538 2000-09-14  Andrew Innes  <andrewi@gnu.org>
540         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
541         when installing.
543         * makefile.nt (DONTCOMPILE): Fix typo.
545         * shell.el (shell-write-history-on-exit): New function.
546         (shell-dumb-shell-regexp): New custom variable.
547         (shell-mode): Make shell-write-history-on-exit the process
548         sentinel if shell name matches shell-dumb-shell-regexp.
550         * w32-fns.el: Comment out before-init-hook function which resets
551         source-directory based; this breaks bootstrap.
553 2000-09-14  Dave Love  <fx@gnu.org>
555         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
556         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
557         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
558         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
559         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
560         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
561         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
562         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
563         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
565         * toolbar/toolbar.el: New.
567         * subdirs.el: Add toolbar.
569 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
571         * indent.el (indent-for-tab-command): Doc fix.
573 2000-09-14  Alex Schroeder  <alex@gnu.org>
575         * ansi-color.el (ansi-colors): Doc change.
576         (ansi-color-get-face): Simplified regexp.
577         (ansi-color-faces-vector): Added more faces, doc change.
578         (ansi-color-names-vector): Doc change.
579         (ansi-color-regexp): Simplified regexp.
580         (ansi-color-parameter-regexp): New regexp.
581         (ansi-color-filter-apply): Doc change.
582         (ansi-color-filter-region): Doc change.
583         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
584         deal with zero length parameters.
585         (ansi-color-apply-on-region): Doc change.
586         (ansi-color-map): Doc change.
587         (ansi-color-map-update): Removed debugging message.
588         (ansi-color-get-face-1): Added condition-case to trap
589         args-out-of-range errors.
590         (ansi-color-get-face): Doc change.
591         (ansi-color-make-face): Removed.
592         (ansi-color-for-shell-mode): New option.
594 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
596         * international/quail.el (quail-start-translation): Translate KEY
597         if necessary even if it doesn't have any mapping in the current
598         input method.
599         (quail-start-conversion): Likewise.
600         (quail-help): The output message is improved.
602 2000-09-13  Miles Bader  <miles@gnu.org>
604         * comint.el (comint-output-filter): Revert to using
605         `insert-before-markers'.  Add bletcherous hack to undo damage
606         caused by `insert-before-markers'.  Put `front-sticky' property on
607         overlays created here so that the field code understands how the
608         overlay works.  Use a let when making comint-last-prompt-overlay,
609         so that the code is easier to read.
611 2000-09-13  Dave Love  <fx@gnu.org>
613         * wid-edit.el (widget-default-format-handler): DTRT when
614         doc-property is a function.
616 2000-09-12  Francesco Potorti`  <pot@gnu.org>
618         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
619         filed name if it's not there.
621 2000-09-12  Dave Love  <fx@gnu.org>
623         * simple.el (read-mail-command): Doc fix.
624         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
626         * vc.el (vc-dired-listing-switches): Fix :version.
628         * vc-hooks.el: Doc fixes.
630         * subr.el (add-minor-mode): Use toggle-fun arg.
632         * speedbar.el: Add :version to several defcustoms.
634         * imenu.el (imenu--truncate-items, imenu--cleanup)
635         (imenu--generic-function): Avoid mapcar.
636         (imenu--replace-spaces): Function removed.
637         (imenu--completion-buffer): Use subst-char-in-string.
638         (imenu-add-to-menubar): Use keymap inheritance.
640 2000-09-12  Miles Bader  <miles@gnu.org>
642         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
643         (diff-mode-map): Bind `diff-test-hunk'.
644         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
646 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
648         * bytecomp.el (byte-compile-defvar): Undo last change
649         because it breaks '(make-variable-buffer-local (defvar ...)'
650         which is used at least in dired.
652 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
654         * international/quail.el (quail-define-package): Docstring
655         modified.
657 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
659         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
660         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
661         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
662         docstring of "chinese-py".
664         * international/quail.el (quail-translation-docstring): New
665         variable.
666         (quail-show-keyboard-layout): Docstring modified.
667         (quail-select-current): Likewise.
668         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
669         infinite recursive call.
670         (quail-help): Check quail-translation-docstring.  Format of the
671         output changed.
672         (quail-help-insert-keymap-description): Adjusted for the above
673         change.
675 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
677         * bytecomp.el (byte-compile-defvar): Only cons onto
678         current-load-list in top-level forms.  Else this leaks a cons cell
679         every time a defun is called.
681 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
683         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
684         Now understands non-unified diffs.  Some functionality moved into
685         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
686         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
687         modify anything.  Only reposition point in the patched file if the
688         patch succeeds.  Only pop up another window if POPUP is true.
689         Emit a message describing what happened if successful, and at what
690         line-offset.  Automatically detect reversed hunks and do something
691         appropriate.
692         (diff-hunk-text, diff-find-text): New functions.
693         (diff-filter-lines): Function removed.
694         (diff-test-hunk): New function.
695         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
697 2000-09-10  Dave Love  <fx@gnu.org>
699         * textmodes/tildify.el: Minor doc/commentary fixes.
700         (tildify) <defgroup>: Add :version.
702         * faces.el (face-x-resources): Make custom type more specific.
703         (frame-background-mode): Use mapc.
704         (region) <defcustom>: Add :version.
706 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
708         * vc-sccs.el (vc-sccs-register):
709         * vc-rcs.el (vc-rcs-register):
710         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
711         * vc.el (vc-register): Clear file's properties.
713 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
715         * faces.el (face-spec-set): Only face-spec-reset-face when
716         ATTRS is non-nil.
718 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
720         * help.el (help-insert-xref-button): Fix a typo in doc string.
722 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
724         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
725         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
726         methods.
728         * menu-bar.el (read-mail-item-name): New function.
729         (menu-bar-tools-menu): Use it to compute and display the package
730         used to read email.
731         (menu-bar-tools-menu): Fix typo in GUD's help string.
733 2000-09-07  Dave Love  <fx@gnu.org>
735         * diff-mode.el (diff-mouse-goto-source): New function.
737         * vc-sccs.el: Doc fixes.
738         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
740         * vc-rcs.el: Doc fixes.
741         (vc-rcs-register-switches, vc-rcs-checkin-switches)
742         (vc-rcs-checkout-switches, vc-rcs-header)
743         (vc-rcs-master-templates): Add or change :version.
745         * vc-cvs.el: Doc fixes.
746         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
747         (vc-cvs-stay-local): Add :version.
749         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
751 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
753         * international/quail.el (quail-help): Fix previous change.
755 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
757         * faces.el (color-values): Doc fix.
759         * faces.el (frame-set-background-mode): Use frame-parameter
760         instead of frame-parameters.
762         * frame.el (filtered-frame-list): Reduce consing.
763         (frames-on-display-list): Call frame-parameter instead of
764         frame-parameters.
766 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
768         * language/devan-util.el (devanagari-to-indian-region): In the
769         loop, change the following char, not preceding char.
771 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
773         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
774         instead of frame-parameters.
776         * faces.el (set-face-attribute): Simplify by calling
777         internal-set-lisp-face-attribute with FRAME being 0.
779         * vc.el: Remove `Id' version control keyword.
781 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
783         * help.el (help-make-xrefs): Adjusted for the change of
784         help-xref-mule-regexp.
785         (help-insert-xref-button): New function.
787         * international/mule-cmds.el (help-xref-mule-regexp-template):
788         Include the pattern for character set.
789         (leim): New group.
791         * international/quail.el: Don't require face.
792         (quail): New group.
793         (quail-other-command): Dummy command to make quail-help work better.
794         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
795         (quail-keyboard-layout-substitution): New variable.
796         (quail-update-keyboard-layout): New function.
797         (quail-keyboard-layout-type): New customizable variable.
798         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
799         (quail-keyboard-translate): Pay attention to
800         quail-keyboard-layout-substitution.
801         (quail-insert-kbd-layout): New function.
802         (quail-show-keyboard-layout): New function.
803         (quail-get-translation): If the definition is a vector of length
804         1, and the element is a string of length 1, return the character
805         in that string.
806         (quail-update-current-translations): Fix the case of
807         relative-index out of range.
808         (quail-build-decode-map, quail-insert-decode-map): New Functions.
809         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
810         Show key sequences for all available characters.
811         (quail-help-insert-keymap-description): Don't show such verbose
812         key bindings as quail-self-insert-command.
814         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
815         Format changed, and each element now have extra documentations.
816         (tit-process-header): Delete invalid characters from TIT-PROMPT.
817         Adjusted for the change of quail-cxterm-package-ext-info.
819 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
821         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
822         requiring it leads to a recursive loading of vc.el and vc-hooks.el
823         during bootstrap.
825 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
827         * vc.el: (toplevel): Don't require `dired' at run-time.
828         (vc-dired-resynch-file): Remove autoload cookie.
830 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
832         * vc.el: Made several backend functions optional.
833         (vc-default-responsible-p): New function.
834         (vc-merge): Use RET for first version to trigger merge-news, not
835         prefix arg.
836         (vc-annotate): Handle backends that do not support annotation.
837         (vc-default-merge-news): Removed.  The existence of a merge-news
838         implementation is now checked on caller sites.
840         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
841         case.
843         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
844         special case that has been removed from the default in vc-hooks.el.
846 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
848         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
850 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
852         * vc-hooks.el: Require vc during compilation.
853         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
854         macro `with-vc-properties' in vc.el.
855         (vc-file-getprop): Doc fix.
856         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
858         * vc.el: Require dired-aux during compilation.
859         (vc-name-assoc-file): Moved to vc-sccs.el.
860         (with-vc-properties): New macro.
861         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
862         vc-finish-steal): Use it.
863         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
864         to the backend-specific function is now supposed to do the checkout,
865         too.
866         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
868         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
869         set file properties; that gets done in the generic code now.
871         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
872         Changed parameter list, added code from vc.el that does the
873         checkout, possibly with a double-take.
875         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
876         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
877         the above under the new name.
878         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
879         parameter list, added checkout command.
880         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
881         properties; that gets done in the generic code now.
883 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
885         * vc.el: Docstring fixes (courtesy of checkdoc).
887 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
889         * vc.el (vc-checkout-writable-buffer-hook)
890         (vc-checkout-writable-buffer): Remove.
891         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
892         (vc-log-mode): Make it into a clean derived major mode.
893         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
894         vc-log-mode if log-edit is not available.
895         (vc-dired-mode-map): Don't set-keymap-parent yet.
896         (vc-dired-mode): Do set-keymap-parent here.
897         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
899 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
901         * faces.el (set-face-attribute, face-spec-reset-face)
902         (face-spec-set): Avoid consing by removing calls to `apply'.
904         * frame.el (frame-parameter): Move to C code.
906 2000-09-05  Dave Love  <fx@gnu.org>
908         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
909         insert-before-markers-and-inherit.  Now checked systematically!
911 2000-09-05  Alex Schroeder  <alex@gnu.org>
913         * sql.el (sql-postgres): Use sql-postgres-options.
914         (sql-postgres-options): New variable.
916 2000-09-05  Alex Schroeder  <alex@gnu.org>
918         * sql.el (sql-mode-menu): Work around missing variable mark-active
919         in XEmacs.
920         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
921         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
922         compatibility.
924 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
926         * vc.el (vc-dired-resynch-file): Add autoload cookie.
928         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
930         * Makefile.in (DONTCOMPILE): Fix typo in file name.
932 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
934         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
935         don't support anything else under SCCS yet.
937         * vc-hooks.el: Minor doc fixes.
939 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
941         * vc.el (vc-next-action-on-file): Do not visit the file if it's
942         not necessary.  If verbose in state `needs-patch', do the same as
943         under `up-to-date'.  When NOT verbose and `needs-patch', check out
944         latest version instead of `merge-news'.
945         (vc-next-action-dired): Don't mess with default-directory here; it
946         breaks other parts of dired.  It is the job of the
947         backend-specific functions to adjust it temporarily if they need it.
948         (vc-next-action): Remove a special CVS case.
949         (vc-clear-headers): New optional arg FILE.
950         (vc-checkin, vc-checkout): Set properties vc-state and
951         vc-checkout-time properly.
952         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
953         (vc-print-log): Use new backend function `show-log-entry'.
954         (vc-cancel-version): Do the checks in a different order.  Added a
955         FIXME concerning RCS-only code.
957         * vc-rcs.el (vc-rcs-show-log-entry): New function.
958         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
960         * vc-cvs.el (vc-cvs-show-log-entry): New function.
962         * vc-hooks.el (vc-default-mode-line-string): Show state
963         `needs-patch' as a `-' too.
965 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
967         * vc.el (vc-responsible-backend): New optional arg REGISTER.
968         (vc-default-could-register): New function.
969         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
970         (vc-resynch-buffer): Call vc-dired-resynch-file.
971         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
972         vc-resynch-buffer instead of vc-resynch-window.
973         (vc-next-action-dired): Don't redisplay here, that gets done as a
974         result of the individual file operations.
975         (vc-retrieve-snapshot): Corrected prompt order.
977         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
979         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
980         as well.
981         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
982         hostname regexps.  Updated all callers.
983         (vc-cvs-responsible-p): Handle directories as well.
984         (vc-cvs-could-register): New function.
985         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
986         properties up-to-date.
988         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
989         user whether to create one.
991 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
993         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
994         check out a non-existing file.
996         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
997         workfile does not exist.
999         * vc.el (vc-version-diff): Use `require' to check for existence of
1000         diff-mode.
1002 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1004         * vc-cvs.el (vc-cvs-registered): Use new function
1005         vc-cvs-parse-entry to do the actual work.
1007 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1009         * vc-hooks.el (vc-find-backend-function): If function doesn't
1010         exist, return nil instead of error.
1011         (vc-call-backend): Doc fix.
1013         * vc.el (vc-do-command): Doc fix.
1014         (vc-finish-logentry): When checking in from vc-dired, choose the
1015         right backend for logentry check.
1016         (vc-dired-mode-map): Inherit from dired-mode-map.
1017         (vc-dired-mode): Local value of dired-move-to-filename-regexp
1018         simplified.
1019         (vc-dired-state-info): Removed, updated caller.
1020         (vc-default-dired-state-info): Use parentheses instead of hyphens.
1021         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
1022         (vc-dired-listing-switches): New variable.
1023         (vc-directory): Use it, instead of dired-listing-switches.
1025         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
1026         (vc-cvs-dir-state): New function.
1027         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
1028         (vc-cvs-parse-entry): New function, also to be used in
1029         vc-cvs-registered.
1031 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1033         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
1034         *or* single-window-frames.
1036 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1038         * vc.el (vc-update-changelog): Split into generic part and default
1039         implementation.  Doc string adapted.
1040         (vc-default-update-changelog): New function.  Call the `rcs2log'
1041         script in exec-directory, to fix a long-standing nuisance.
1043         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
1044         simply signals an error.
1046 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1048         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
1049         control-flow more clear and to avoid running `cvs' twice.
1051         * vc.el (vc-next-action-on-file): Doc fix.
1052         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
1053         (vc-print-log): Eval `file' before constructing the continuation.
1055 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1057         * vc.el (vc-next-action-on-file): Corrected several messages.
1058         (vc-merge): Add prefix arg `merge-news'; handle it.
1060         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
1061         is not reached.  It is.
1062         (vc-cvs-merge): Set state to 'edited after merge.
1063         (vc-cvs-merge-news): Set workfile version to nil if not known.
1064         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
1066         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
1067         via stdout. (Merge from main line.)
1069 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1071         * vc.el (vc-finish-logentry): Thinko in the "same comment"
1072         detection.
1074 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1076         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
1077         against kill-all-local-variables.
1078         (vc-log-edit): Don't save vc-parent-buffer any more.
1079         (vc-last-comment-match): Initialize to an empty string.
1080         (vc-post-command-functions): New hook.
1081         (vc-do-command): Run it.
1082         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
1083         (vc-finish-logentry): Only add the comment to the ring if it's
1084         different from the last comment entered.
1085         (vc-new-comment-index): New function.
1086         (vc-previous-comment): Use it.  Make the minibuffer message
1087         slightly less terse.
1088         (vc-comment-search-reverse): Make it work forward as well.  Don't
1089         set vc-comment-ring-index if no match is found.  Use
1090         vc-new-comment-index.
1091         (vc-comment-search-forward): Use vc-comment-search-reverse.
1092         (vc-dired-mode-map): Don't inherit from dired-mode-map since
1093         define-derived-mode will do it for us.  Bind `v' to a keymap that
1094         inherits from vc-prefix-map so that we can bind `vt' without
1095         binding C-x v t.
1096         (vc-retrieve-snapshot): Parenthesis typo.
1098         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
1099         to 1.  Make sure to switch to *vc* before looking for an error
1100         message.  Use vc-parse-buffer.
1102 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1104         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
1105         and NAME.
1106         (vc-retrieve-snapshot): Split into two parts.
1107         (vc-default-retrieve-snapshot): New function.
1109         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
1110         (vc-cvs-retrieve-snapshot): New function (untested).
1111         (vc-cvs-stay-local): Default to t.
1112         (vc-cvs-remote-p): New function and property.
1113         (vc-cvs-state): Stay local only if the above is t.
1114         (vc-handle-cvs): Removed.
1115         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
1116         done via vc-handled-backends now.
1117         (vc-cvs-header): Escape Id.
1119 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1121         * vc.el (vc-do-command): Remove unused commands.
1122         (vc-version-diff): Make sure default-directory ends with a slash.
1123         Move the window commands into a vc-exec-after.
1124         (vc-print-log): Move more of the code into the `vc-exec-after'.
1126 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1128         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
1129         (vc-print-log): Search current revision from beginning of buffer.
1130         (vc-revert-buffer): Clear echo area after the diff is finished.
1131         (vc-prefix-map): Removed definition of "t" for terse display in vc
1132         dired.
1133         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
1134         definition of "vt" for terse display.
1135         (vc-dired-mode): Fix dired-move-to-filename-regexp.
1137 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1139         * vc.el (vc-exec-after): Avoid caddr.
1141 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1143         * vc.el (vc-exec-after): New function.
1144         (vc-do-command): Use it to add a termination message for async
1145         procs.
1146         (vc-checkout): Try to handle a missing-backend situation.
1147         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
1148         of a directory with a backend using async diffs.
1149         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
1150         present.
1152         * vc-sccs.el (vc-sccs-state-heuristic): Use
1153         file-ownership-preserved-p.
1155         * vc-rcs.el (vc-rcs-state-heuristic): Use
1156         file-ownership-preserved-p.
1157         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
1159 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1161         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
1162         vc-do-command.
1164         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
1165         when there are no changes.
1167 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1169         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
1171         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
1173 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1175         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
1177         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
1178         the `fset' outside of the defvar so that it works even if
1179         vc-prefix-map was already defined.
1180         (vc-setup-buffer): New function, split out of vc-do-command.
1181         (vc-do-command): Allow BUFFER to be t to mean `just use the
1182         current buffer without any fuss'.
1183         (vc-version-diff): Change the `diff' backend operation to just put
1184         the diff in the current buffer without erasing it.  Always use
1185         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
1186         shrink-window-if-larger-than-buffer.
1187         (vc-print-log): Change the `print-log' backend operation to just
1188         put the log in the current buffer without erasing it.  Protect
1189         shrink-window-if-larger-than-buffer.
1190         (vc-update-change-log): Fix setd typo.
1192         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
1193         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
1195         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
1196         (vc-rcs-diff): Insert in the current buffer and remove unused arg
1197         CMP.
1199         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
1200         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
1201         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
1203 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1205         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
1206         not possible, use vc-BACKEND-workfile-unchanged-p.
1207         (vc-default-workfile-unchanged-p): New function.  Delegates to a
1208         full vc-BACKEND-diff.
1210         * vc-hooks.el (vc-simple-command): Removed.
1212         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
1213         instead of vc-simple-command.
1214         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
1215         avoid doing a diff when opening a file.
1216         (vc-rcs-state): Added check for unlocked-changes.
1217         (vc-rcs-header): Escape Id.
1218         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
1219         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
1220         version.
1222         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
1223         (vc-sccs-diff): Remove optional arg CMP.
1224         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
1225         SCCS-specific function.
1227         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
1228         vc-simple-command.
1230 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1232         * vc.el (vc-editable-p): Renamed from vc-writable-p.
1233         (with-vc-file, vc-merge): Use vc-editable-p.
1234         (vc-do-command): Remove unused var vc-file and fix the
1235         doubly-defined `status' var.  Add a user message when starting an
1236         async command.
1237         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
1238         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
1239         Use with-current-buffer.
1240         (vc-buffer-sync): Use unless.
1241         (vc-next-action-on-file): If the file is 'edited by read-only,
1242         make it read-write instead of trying to commit.
1243         (vc-version-diff, vc-update-change-log): Use `setq
1244         default-directory' rather than `cd'.
1245         (vc-log-edit): Don't forget to set default-directory in the
1246         buffer.
1248         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
1249         (vc-sccs-state-heuristic): Use file-writable-p instead of
1250         comparing userids.
1251         (vc-sccs-checkout): Use `unless'.
1253         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
1254         of comparing userids.
1255         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
1256         Simplify the logic by eliminating unreachable code.
1257         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
1258         just do a recursive call if we need to retry.
1259         (vc-rcs-checkout): Handle the case where rcs is missing by making
1260         the buffer read-write if requested and re-signalling the error.
1262         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
1264 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1266         * vc-hooks.el (vc-handled-backends): Docstring change.
1267         (vc-ignore-vc-files): Mark obsolete.
1268         (vc-registered): Check vc-ignore-vc-files.
1269         (vc-find-file-hook, vc-file-not-found-hook): Don't check
1270         vc-ignore-vc-files.
1272         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
1274 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1276         * vc.el (vc-checkout): Don't do anything special for ange-ftp
1277         files since ange-ftp already has vc-registered return nil.
1279         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
1280         (vc-sccs-workfile-version): Use with-temp-buffer and new
1281         vc-parse-buffer and don't bother setting the property.
1282         (vc-sccs-add-triple): Use with-current-buffer and
1283         find-file-noselect.
1284         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
1286         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
1287         derives from the old vc-parse-buffer but uses the revision number
1288         rather than the date (much easier to compare robustly).
1289         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
1290         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
1291         locking-user more directly.  Check strict locking and set
1292         checkout-model appropriately.
1293         (vc-rcs-parse-locks): Remove.
1294         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
1295         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
1296         (vc-rcs-system-release): Use with-current-buffer and
1297         vc-parse-buffer.
1298         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
1300         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
1301         (vc-simple-command): Docstring fix.
1302         (vc-registered): Align the way the file-handler is called with the
1303         way the function itself works.
1304         (vc-file-owner): Remove.
1306         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
1307         extraction of fields and call to file-attributes because of a
1308         temporary bug in rcp.el.
1309         (vc-cvs-fetch-status): Use with-current-buffer.
1311 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1313         * vc.el (vc-do-command): Use file-relative-name.
1314         (vc-responsible-backend): Use vc-backend if possible.
1315         (vc-create-snapshot): Improve the `interactive' spec. Add support
1316         for branches and dispatch to backend-specific `create-snapshot'.
1317         (vc-default-create-snapshot): New function, containing the bulk of
1318         the old vc-create-snapshot.
1319         (vc-retrieve-snapshot): Improve the interactive spec.
1321         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
1322         (vc-backend-hook-functions): Remove.
1323         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
1324         (vc-backend): Reintroduce the test for `file = nil' now that I
1325         know why it was there (and added a comment to better remember).
1327         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
1328         code from vc-sccs-hooks.el.
1329         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
1330         'vc anymore.
1331         (vc-sccs-responsible-p): Use expand-file-name instead of concat
1332         and file-directory-p instead of file-exists-p.
1333         (vc-sccs-check-headers): Simplify the regexp.
1335         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
1336         from vc-rcs-hooks.el.  Don't require 'vc anymore.
1337         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
1338         file-directory-p instead of file-exists-p.
1340         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
1341         from vc-cvs-hooks.el.
1342         (proto vc-cvs-registered): Require 'vc-cvs instead of
1343         'vc-cvs-hooks.  Don't require 'vc anymore.
1344         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
1345         file-directory-p instead of file-exists-p.
1346         (vc-cvs-create-snapshot): New function, replacing
1347         vc-cvs-assign-name.
1348         (vc-cvs-assign-name): Remove.
1350 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1352         * vc-cvs.el (vc-cvs-header): New var.
1354         * vc-rcs.el (vc-rcs-exists): Remove.
1355         (vc-rcs-header): New var.
1357         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
1358         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
1359         (vc-sccs-header): New var.
1361         * vc.el (vc-do-command): Get rid of the `last' argument.
1362         (vc-header-alist): Remove, replaced by vc-X-header.
1363         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
1364         (vc-dired-hook): Use expand-file-name instead of concat.
1365         (vc-directory): Use file-name-as-directory.
1366         (vc-snapshot-precondition, vc-create-snapshot)
1367         (vc-retrieve-snapshot): Allow the command to operate on any
1368         directory.
1370         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
1371         just removing the 'WORKFILE argument or by removing the 'MASTER
1372         argument and replacing `file' with (vc-name file).
1374 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1376         * vc.el: Update Copyright and add a crude list of backend funs.
1377         (vc-writable-p): New function.
1378         (with-vc-file): Use vc-writable-p.
1379         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
1380         (vc-register): Avoid vc-name.
1381         (vc-locking-user): Remove.
1382         (vc-steal-lock): Make the `owner' arg non-optional.
1383         (vc-merge): Use vc-writable-p instead of vc-locking-user and
1384         vc-checkout-model.
1385         (vc-default-dired-state-info): Use vc-state instead of
1386         vc-locking-user and return special strings for special states.
1387         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
1388         and get rid of one of the special CVS cases.
1389         (vc-cancel-version): prettify error message with \\[...].
1390         (vc-rename-master): New function.
1391         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
1392         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
1393         the CVS special case generic.
1394         (vc-default-record-rename): Remove.
1395         (vc-file-tree-walk-internal): Only call FUNC for files that are
1396         under control of some VC backend and replace `concat' with
1397         expand-file-name.
1398         (vc-file-tree-walk): Update docstring.
1399         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
1400         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
1402         * vc-sccs.el (vc-sccs-rename-file): Renamed from
1403         vc-sccs-record-rename.  Use `find-file-noselect' rather than
1404         `find-file' and call `vc-rename-master' to do the actual move.
1405         (vc-sccs-diff): Remove unused `backend' variable.
1407         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
1408         to delay loading of vc-sccs until it is really used.
1409         (vc-sccs-master-templates): Preload.
1410         (vc-sccs-state): Update call to vc-sccs-parse-locks.
1411         (vc-sccs-project-dir): Remove (merged into
1412         vc-sccs-search-project-dir).
1413         (vc-sccs-search-project-dir): Rewrite using file name handling ops
1414         rather than `concat', make sure it is preloaded and don't bother
1415         to check that the file actually exists.
1416         (vc-sccs-parse-locks): Remove unused `file' argument, remove
1417         `locks' argument (use buffer's content instead) and eliminate n^2
1418         behavior.
1420         * vc-rcs.el: Update Copyright.
1421         (vc-rcs-rename-file): New function.
1422         (vc-rcs-diff): Remove unused `backend' variable.
1424         * vc-hooks.el: Update Copyright.
1425         (vc-backend): Don't accept a nil argument any more.
1426         (vc-up-to-date-p): Turn into a defsubst.
1427         (vc-possible-master): New function.
1428         (vc-check-master-templates): Use `vc-possible-master' and allow
1429         funs in vc-X-master-templates to return a non-existent file.
1431         * vc-cvs.el: Update Copyright.
1432         (vc-cvs-diff): Remove unused `backend' variable.
1433         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
1435         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
1437 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1439         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
1440         since it can be called from vc-rcs.el.
1441         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
1443 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1445         * vc.el (vc-version-diff): Expand file name read from the
1446         minibuffer.  Handle the case when a previous version number can't
1447         be guessed.  Give suitable messages when there were no differences
1448         found.
1449         (vc-clear-headers): Call backend-specific implementation, if one
1450         exists.
1451         (vc-cancel-version): Made error checks generic.  When done, clear
1452         headers generically, too.
1454         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
1455         from vc-clear-headers in vc.el.
1457         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
1458         correctly.
1459         (vc-rcs-latest-on-branch-p): Made second argument VERSION
1460         optional.  Handle the case when it's not there.
1462 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1464         * vc.el (vc-locking-user): Moved from vc-hooks.el.
1466 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1468         * vc-hooks.el (vc-loadup): Remove.
1469         (vc-find-backend-function): Use `require'.  Also, handle the case
1470         where vc-BACKEND-hooks.el doesn't exist.
1471         (vc-call-backend): Cleanup.
1473 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1475         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
1476         vc-rcs-grab-templates)
1477         (vc-rcs-registered): Remove.  The default function works as well.
1478         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
1479         vc-sccs-grab-templates)
1480         (vc-sccs-registered): Remove.  The default function works as well.
1482         * vc.el (vc-version-diff): Left out a vc- in call to
1483         vc-call-backend.
1484         (vc-default-dired-state-info, vc-default-record-rename)
1485         (vc-default-merge-news): Update for the new backend argument.
1487         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
1488         using the default function.
1489         (vc-call-backend): If calling the default function, pass it the
1490         backend as first argument.  Update the docstring accordingly.
1491         (vc-default-state-heuristic, vc-default-mode-line-string): Update
1492         for the new backend argument.
1493         (vc-make-backend-sym): Renamed from vc-make-backend-function.
1494         (vc-find-backend-function): Use the new name.
1495         (vc-default-registered): New function.
1497 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1499         * vc.el (vc-merge): Use vc-find-backend-function.
1501         * vc-hooks.el (vc-backend-functions): Remove.
1502         (vc-loadup): Don't setup 'vc-functions.
1503         (vc-find-backend-function): New function.
1504         (vc-call-backend): Use above fun and populate 'vc-functions
1505         lazily.
1506         (vc-backend-defines): Remove.
1508 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1510         * vc.el (vc-register): Put a FIXME note for a newly found bug.
1511         Call vc-call-backend without the leading vc-.
1512         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
1513         (vc-check-headers): Call vc-call-backend without the leading vc-.
1514         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
1515         (vc-annotate-display): Replace confusing use of `cond' with `or'.
1516         Call vc-call-backend without the leading vc-.
1518         * vc-cvs.el (tail): Provide vc-cvs.
1519         * vc-sccs.el (tail): Provide vc-sccs.
1520         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
1522         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
1523         (vc-make-backend-function, vc-call): Pass names without leading
1524         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
1525         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
1526         (vc-call-backend): Always try to load vc-X-hooks.
1527         (vc-registered): Remove vc- in call to vc-call-backend.
1529 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1531         * vc.el (vc-process-filter): New function.
1532         (vc-do-command): Setup `vc-process-filter' for the async process.
1533         (vc-maybe-resolve-conflicts): New function to reduce
1534         code-duplication.  Additionally, it puts the buffer in
1535         `smerge-mode' if applicable.
1536         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
1537         calling `merge-news'.
1538         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
1539         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
1540         interfacing to log-edit.el.
1541         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
1542         log-edit is available.
1543         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
1545 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1547         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
1548         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
1549         defvar and the initialization.
1550         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
1552         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
1553         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
1555         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
1557 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1559         * vc.el (vc-file-clear-masterprops): Removed.
1560         (vc-checkin, vc-revert-buffer): Removed calls to the above.
1561         (vc-version-diff): Use buffer-size without argument.
1562         (vc-register): Heed vc-initial-comment.
1564         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
1565         default branch.
1567         * vc-rcs.el (vc-rcs-register): Parse command output to find master
1568         file name and workfile version.
1569         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
1571         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
1572         vc-file-clear-masterprops.
1574         * vc-sccs.el (vc-sccs-checkout): Removed call to
1575         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
1576         rather than user login name.
1579 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1581         * vc.el (vc-workfile-unchanged-p): Remove unused argument
1582         `want-differences-if-changed' and simplify.
1583         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
1584         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
1585         output (which is invalid for async vc-diff) to decide whether to
1586         do the revert silently or not.
1588 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1590         * vc-hooks.el (vc-loadup): Load files quietly.
1591         (vc-call-backend): Oops, brain fart.
1593 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1595         * vc-cvs.el (vc-cvs-state): Typo.
1596         (vc-cvs-merge-news): Return the status code rather than the error msg.
1598 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1600         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
1601         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
1602         vc-state or vc-up-to-date-p.
1603         (vc-merge): Use vc-backend-defines to check whether merging is
1604         possible.  Set state to 'edited after successful merge.
1606         * vc-hooks.el (vc-locking-user): If locked by the calling user,
1607         return that name.  Redocumented.
1609 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1611         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
1612         new `vc-state' semantics.
1613         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
1614         'vc-locking-user to the current user.
1615         (vc-merge): Inline vc-backend-merge.  Comment out code that I
1616         don't understand and hence can't adapt to the new `vc-state' and
1617         `vc-locking-user' semantics.
1618         (vc-backend-merge): Remove.
1620         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
1621         rather than 'vc-locking-user.
1623         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
1625         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
1626         (vc-state): Don't use 'reserved any more.  Just use the same
1627         convention as the one used for vc-<backend>-state where the
1628         locking user (as a string) is returned.
1629         (vc-locking-user): Update, based on the above convention. The
1630         'vc-locking-user property has disappeared.
1631         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
1633         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
1634         with a heuristic one.
1635         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
1636         (vc-cvs-checkin): Do a trivial parse to set the state in case of
1637         error.  That allows us to get to 'needs-merge even in the
1638         stay-local case.  There's still no way to detect 'needs-patch in
1639         such a setup (or to force an update for that matter).
1640         (vc-cvs-logentry-check): Remove, the default works as well.
1642 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1644         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
1646         * vc.el (vc-do-command): kill-all-local-variables, to reset any
1647         major-mode in which the buffer might have been put earlier.  Use
1648         `remove' and `when'.  Allow `okstatus' to be `async' and use
1649         `start-process' in this case.
1650         (vc-version-diff): Handle the case where the diff looks empty
1651         because of the use of an async process.
1653 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
1655         * vc.el (vc-next-action-on-file): Removed optional parameter
1656         `simple'.  Recompute state unconditionally.
1657         (vc-default-toggle-read-only): Removed.
1659         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
1660         (vc-toggle-read-only): Undid prev change.
1662         * vc-cvs.el (vc-cvs-stay-local): Renamed from
1663         vc-cvs-simple-toggle.  Redocumented.
1664         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
1665         (vc-cvs-toggle-read-only): Removed.
1667 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1669         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
1670         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
1671         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
1672         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
1673         still is. So maybe it should be removed.
1674         (vc-head-version, vc-find-binary): Remove.
1675         (vc-recompute-state): Move from vc-hooks.el.
1676         (vc-next-action-on-file): Add a `simple' argument to allow
1677         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
1678         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
1679         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
1680         (vc-dired-mode-map): Properly defvar it.
1681         (vc-print-log): Call log-view-mode if available.
1682         (small-temporary-file-directory): defvar instead of use boundp.
1683         (vc-merge-news): Moved to vc-cvs.el.
1684         (vc-default-merge-news): New function.
1686         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
1687         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
1688         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
1689         unknown `vc-latest-version' function.  It should probably refer to
1690         vc-workfile-version or somesuch, but it's very unclear to me and I
1691         don't have SCCS to test things.
1693         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
1694         (vc-sccs-state-heuristic): Fix typo.
1695         (vc-sccs-workfile-unchanged-p): Add missing argument.
1697         * vc-rcs.el: Require vc and vc-rcs-hooks.
1698         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
1699         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
1700         (vc-release-greater-or-equal-p): Move from vc.
1701         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
1702         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
1703         (vc-rcs-checkout): Add a missing `new-version' argument in the
1704         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
1706         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
1707         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
1708         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
1709         than the apparently unbound `workfile-version'.
1711         * vc-hooks.el (vc-master-templates): Def the obsolete var.
1712         (vc-file-prop-obarray): Use `make-vector'.
1713         (vc-backend-functions): Add new hookable functions
1714         vc-toggle-read-only, vc-record-rename and vc-merge-news.
1715         (vc-loadup): If neither backend nor default functions exist, use
1716         the backend function rather than nil.
1717         (vc-call-backend): If the function if not bound yet, try to load
1718         the non-hook file to see if it provides it.
1719         (vc-call): New macro plus use it wherever possible.
1720         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
1721         nor `vc-find-binary' since it's only called from
1722         vc-mistrust-permission which is only used once the backend is known.
1723         (vc-checkout-model): Fix parenthesis.
1724         (vc-recompute-state, vc-prefix-map): Move to vc.el.
1726         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
1727         (vc-cvs-release, vc-cvs-system-release): Remove.
1728         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
1729         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
1730         status symbols.
1731         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
1732         (vc-cvs-toggle-read-only): First cut at a function to allow a
1733         cvs-status-free vc-toggle-read-only.
1734         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
1735         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
1736         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
1737         (vc-cvs-checkout): Modify access rights directly if the user
1738         requested not to use `cvs edit'.  And refresh the mode line.
1740         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
1741         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
1743 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
1745         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
1746         workfile' that got lost when the code was extracted from vc.el.
1747         And merged the tail with the rest of the code (not possible in the
1748         old vc.el where the tail was shared among all backends).  And
1749         explicitly set the state to 'edited if `writable' is set.
1751         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
1752         (vc-cvs-state): Be careful to return the value from
1753         vc-cvs-parse-state.
1754         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
1755         property but return it instead.  Also be careful to handle a nil
1756         or "" `rev' when workfile is non-nil (it was handled properly when
1757         workfile was nil).
1759         * vc.el: Removed those pesky unnecessary `(function' quotes.
1760         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
1761         directly in the defvar.
1762         (vc-do-command): Bind inhibit-read-only so as to properly handle
1763         the case where the destination buffer has been made read-only.
1764         (vc-diff): Delegate to vc-version-diff in all cases.
1765         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
1766         (vc-annotate-mode-variables): Removed (code moved partly to
1767         defvars and partly to vc-annotate-add-menu).
1768         (vc-annotate-mode): Turned into a derived-mode.
1769         (vc-annotate-add-menu): Moved in code in
1770         vc-annotate-mode-variables.
1771         (vc-update-change-log): Use make-temp-file if available.
1773 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
1775         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
1776         `vc-checkout-model' updated to `vc-cvs-update-model'.
1778 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1780         * vc.el (vc-next-action-on-file): Added handling of state
1781         `unlocked-changes'.
1782         (vc-checkout-carefully): Is now practically obsolete, unless the
1783         above is too slow to be enabled unconditionally.
1784         (vc-update-change-log): Fixed typo.
1786         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
1788         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
1789         Now handles state `unlocked-changes'.
1790         (vc-sccs-workfile-unchanged-p): New function, to support the above.
1792         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
1794         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
1795         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
1796         `unlocked-changes'.
1797         (vc-rcs-workfile-unchanged-p): Renamed from
1798         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
1799         function yet, but supposed to become one soon.
1801         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
1802         `vc-steal-lock'.
1803         (vc-call-backend): Changed error message.
1804         (vc-state): Added description of state `unlocked-changes'.
1806 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1808         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
1809         always return t in CVS-controlled directories.
1811         * vc.el (vc-responsible-backend): New function.
1812         (vc-register): Largely rewritten.
1813         (vc-admin): Removed (implementation moved into vc-register).
1814         (vc-checkin): Redocumented.
1815         (vc-finish-logentry): If no backend defined yet (because we are in
1816         the process of registering), use the responsible backend.
1818         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1819         Updated function lists.
1820         (vc-call-backend): Fixed typo.
1822         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
1823         New functions.
1824         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
1825         Removed query option.  Redocumented.
1827 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1829         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
1831         * vc.el: Updated callers of `vc-checkout-required' to use
1832         `vc-checkout-model'.
1834 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1836         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
1837         stuff updated to reference this function instead of the old
1838         `vc-backend-release-p'.
1840 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1842         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
1843         vc-checkout-model.  Return appropriate values.  Updated callers.
1845 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1847         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
1848         (vc-backend-revert): Function moved into `vc-revert';
1849         `vc-next-action' must be updated to accomodate this change.
1850         (vc-backend-steal): Function moved into `vc-finish-steal'.
1851         (vc-backend-logentry-check): Function moved into
1852         `vc-finish-logentry'.
1853         (vc-backend-printlog): Function moved into `vc-print-log'.
1854         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
1855         (vc-backend-assign-name): Function moved into
1856         `vc-create-snapshot'.
1858 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1860         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
1861         Rename to vc-checkout-model.  Return appropriate values.
1862         Update callers.
1864         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
1865         to vc-checkout-model.
1866         (vc-checkout-required): Rename to vc-checkout-model.
1867         Re-implement and re-comment.
1868         (vc-after-save): Use vc-checkout-model.
1870 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1872         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
1873         Update to use the vc-BACKEND-diff functions instead.
1874         `vc-diff' is now working.
1876         * vc-rcs.el (vc-rcs-logentry-check): New function.
1878         * vc-cvs.el (vc-cvs-logentry-check): New function.
1880         * vc-sccs.el (vc-sccs-diff): Function changed name from
1881         `vc-backend-diff'.  This makes `vc-diff' work.
1883         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
1884         of functions possibly implemented in a vc-BACKEND library.
1885         (vc-checkout-required): Fix bug that caused an error to be
1886         signaled during `vc-after-save'.
1888         * vc.el: Fix typo.
1889         This checkin is made with our new VC code base for the very first time.
1890         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
1892         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
1893         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
1895         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
1896         updated to `vc-uses-locking'.
1897         (vc-checkout-required): Call to backend function.
1898         `vc-checkout-required' updated to `vc-uses-locking' instead.
1900         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
1901         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
1903         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
1904         to match the split into various backends.
1905         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
1906         (vc-retrieve-snapshot): Bug fix.
1908 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1910         * vc-sccs.el (vc-sccs-release): Doc fix.
1912 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1914         * vc.el (vc-next-action-on-file): Bug found and fixed.
1915         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
1916         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
1918         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
1919         (vc-rcs-checkout): Name space cleaned up.  No more revision number
1920         crunching function names that are not prefixed with vc-rcs.
1921         (vc-rcs-checkout-model): Function added.  References to
1922         `vc-checkout-model' replaced.
1924 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1926         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
1927         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
1928         still need to be split, and implemented for RCS).
1930 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1932         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
1934         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
1935         required by the vc.el file.
1937         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
1938         required by the vc.el file.
1939         (vc-rcs-exists): Function added.
1941         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
1942         required by the vc.el file.
1944         * vc.el (vc-admin): Updated to handle selection of appropriate
1945         backend.  Current implementation is crufty and need re-thinking.
1947         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
1949 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1951         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
1952         beginning of annotate buffers correctly.
1954         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
1955         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
1956         functionality updated quite a lot to support multiple backends.
1957         Variables `vc-annotate-mode', `vc-annotate-buffers',
1958         `vc-annotate-backend' added.
1960         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
1961         `vc-annotate-difference' added to supported backend functions.
1963 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1965         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
1966         Use with-temp-file instead of /bin/sh.  Merged from mainline
1968 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1970         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
1972         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
1974         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
1976 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
1978         * vc-hooks.el: vc-state-heuristic added to
1979         vc-backend-hook-functions.
1981         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
1983         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
1985         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
1986         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
1987         state to `reserved'.
1989         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
1990         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
1992 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1994         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
1995         untouched.
1997         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
1999         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
2000         if defined.  (Merged from main line, slightly adapted.)
2002         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
2003         millenium problem (merged from mainline).
2005 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2007         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
2008         part and moved the non-BACKEND stuff to vc.el.
2010         * vc.el: Split the annotate feature into a BACKEND specific part
2011         and moved it from the vc-cvs.el file to this one.
2013 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2015         * vc-hooks.el: Implement new state model.
2016         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
2017         (vc-locking-user): Simplify.  Now only needed if the file is
2018         locked by somebody else.
2019         (vc-lock-from-permissions): Remove.  Functionality is in
2020         vc-sccs-hooks.el and vc-rcs-hooks.el now.
2021         (vc-mode-line-string): New name for former vc-status.  Adapted.
2022         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
2024         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
2025         Various simplifications and adaptations all over the place.
2027         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
2028         Simplify and adapt the rest.
2030         * vc.el (vc-resynch-window): Add TODO comment: check for
2031         interaction with view mode according to recent RCS change.
2032         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
2034 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2036         * vc.el: Convert the remaining function comments to docstrings.
2038 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2040         * vc.el (vc-backend-release, vc-release-greater-or-equal)
2041         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
2042         (vc-minor-part, vc-previous-version): Functions that operate and
2043         compare revision numbers got proper documentation.  Comments added
2044         about their possible removal.
2046 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2048         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
2049         the vc-backend.el files.
2051         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
2053         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
2054         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
2055         (vc-rcs-previous-version): Functions added.
2057         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
2059         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
2061 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2063         * vc-hooks.el (vc-master-templates): Is really obsolete.
2064         Comment out the definition for now.  What is the right procedure
2065         to get rid of it?
2066         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
2067         rewritten.
2068         (vc-default-registered): Remove.
2069         (vc-check-master-templates): New function; does mostly what the
2070         above did before.
2071         (vc-locking-user): Don't rely on the backend to set the property.
2073         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
2074         Rewrite documentation.
2075         (vc-rcs-templates-grabbed): New variable.
2076         (vc-rcs-grab-templates): New function.
2077         (vc-rcs-registered): Rewrite to use above mechanism.
2079         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
2080         Rewrite documentation.
2081         (vc-sccs-templates-grabbed): New variable.
2082         (vc-sccs-grab-templates): New function.
2083         (vc-sccs-registered): Rewrite to use above mechanism.
2084         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
2085         Don't throw the result, simply return it.
2087         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
2088         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
2089         (vc-cvs-registered): Does the check itself now.  Simplify.
2091         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
2092         from main line.
2094 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2096         * vc-cvs.el (vc-cvs-diff): New function.
2098         * vc-sccs.el (vc-sccs-diff): New function.
2100         * vc-rcs.el (vc-rcs-diff): New function.
2101         (vc-rcs-checkout): Bug (typo) found and fixed.
2102         (vc-rcs-register-switches): New variable.
2104         * vc.el (vc-backend-diff): Function removed and placed in the
2105         backend files.
2107 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2109         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
2111         * vc.el (vc-backend-checkout): Function removed and replaced in
2112         the vc-backend.el files.
2114         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
2116         * vc.el (vc-backend-admin): Removed and replaced in the
2117         vc-backend.el files.
2119         * vc.el (Martin): Removed all the annotate functionality since it
2120         is CVS backend specific.
2122 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2124         * spec.txt: Added specification of vc-state.
2126         * vc-sccs-hooks.el (vc-sccs-master-properties):
2127         Remove handling of vc-latest-version and
2128         vc-your-latest-version.  What used to be vc-latest-version, is now
2129         returned as vc-workfile-version.
2130         (vc-sccs-workfile-version): Adapt.
2132 2000-09-04  Dave Love  <fx@gnu.org>
2134         * vc.el: [Merged from mainline.]
2135         (vc-dired-mode): Make the dired-move-to-filename-regexp
2136         regexp match the date, to avoid treating date as file size.
2137         Add YYYY S option to WESTERN/
2139 2000-09-04  Dave Love  <fx@gnu.org>
2141         * vc.el: Require `compile' when compiling.
2142         (vc-logentry-check-hook): New option.
2143         (vc-steal-lock): Use compose-mail.
2144         (vc-dired-mode-map): Defvar when compiling.
2145         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
2146         vc-sccs.el and renamed.  Callers changed.
2147         (vc-backend-checkout, vc-backend-logentry-check)
2148         (vc-backend-merge-news): Doc fix.
2149         (vc-default-logentry-check): New function.
2150         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
2151         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
2152         (vc-backend-merge): Doc fix.  Use backend functions.
2153         (vc-check-headers): Use backend functions.
2155         * vc-cvs.el: Require vc when compiling.
2156         (vc-cvs-register-switches): Doc fix.
2157         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
2158         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
2159         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
2160         New functions (code from vc.el).
2161         (vc-annotate-display-default): Fix interactive spec.
2162         (vc-annotate-time-span): Doc fix.
2164         * vc-rcs.el: Require vc when compiling.
2165         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
2166         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
2167         (vc-rcs-checkin): New functions (code from vc.el).
2168         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
2169         Doc fix.
2170         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
2172         * vc-sccs.el: Require vc when compiling.
2173         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
2174         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
2175         (vc-sccs-revert)
2176         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
2177         from vc.el).
2178         (vc-sccs-add-triple, vc-sccs-record-rename)
2179         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
2180         (vc-sccs-admin): Doc fix.
2182 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
2184         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
2185         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
2186         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
2187         from vc.el.
2189         * vc-sccs.el (vc-admin-sccs): Added from vc.el
2191         * vc-cvs.el: Moved the annotate functionality from vc.el.
2192         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
2194 2000-09-04  Dave Love  <fx@gnu.org>
2196         * vc.el (vc-backend-release): Call vc-system-release.
2198         * vc-sccs.el (vc-sccs-system-release):
2199         Renamed from vc-sccs-backend-release.
2201         * vc-rcs.el (vc-rcs-system-release):
2202         Renamed from vc-rcs-backend-release.
2204         * vc-cvs.el (vc-cvs-system-release):
2205         Renamed from vc-cvs-backend-release.
2207 2000-09-04  Dave Love  <fx@gnu.org>
2209         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
2210         backend files.
2211         (vc-backend-release): Dispatch to backend functions.
2212         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
2213         probably needs attention.]
2215         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
2216         (vc-sccs-backend-release): New function.
2218         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
2219         (vc-cvs-backend-release): New function.
2221         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
2222         Doc fix.
2223         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
2224         (vc-default-dired-state-info): New function.
2225         (vc-dired-state-info): Dispatch to backends.
2226         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
2228         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
2229         from vc.el and renamed.
2231 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2233         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
2234         (vc-version-other-window, vc-backend-assign-name): Removed
2235         references to vc-latest-version; sometimes changed into
2236         vc-workfile-version.
2238         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
2239         vc-rcs-master-workfile-version.
2240         (vc-rcs-workfile-version): Use the above.  Don't call
2241         vc-latest-version (that was unreachable code, anyway).
2242         (vc-rcs-fetch-master-properties): Doc fix.
2244         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
2245         (vc-backend-hook-functions): Removed them from this list, too.
2246         (vc-fetch-properties): Removed.
2247         (vc-workfile-version): Doc fix.
2249         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
2250         (vc-rcs-workfile-version, vc-rcs-locking-user)
2251         (vc-rcs-uses-locking): Use it.
2253         * vc-hooks.el (vc-consult-rcs-headers):
2254         Moved into vc-rcs-hooks.el, under the name
2255         vc-rcs-consult-headers.
2257         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
2258         headers.
2259         (vc-cvs-find-master): Use this name only; correct different
2260         versions of the name.
2262         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
2263         New functions.
2264         (vc-sccs-locking-user): Use the latter.
2266         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
2267         New functions.
2269         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
2270         Moved into both
2271         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
2272         functions are implementation details of those two backends.
2274 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2276         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
2277         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
2279         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
2280         (vc-sccs-parse-locks): SCCS-specific code moved here from
2281         vc-hooks.
2283         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
2284         code moved here from vc-hooks.
2286         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
2287         into back-end specific parts and removed.  Callers not updated
2288         yet; because I guess these callers will disappear into back-end
2289         specific files anyway.
2291 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2293         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
2294         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
2295         `vc-uses-locking'.
2297         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
2298         Store yes/no in the property, and return t/nil.  Updated all
2299         callers.
2301         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
2302         vc-sccs-uses-locking.  Don't set property.
2303         (vc-sccs-locking-user): Don't set property.
2305         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
2306         vc-cvs-uses-locking.  Don't set property here; leave that to
2307         vc-hooks.
2308         (vc-cvs-locking-user): Reflect above change.  Streamlined.
2310         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
2311         vc-rcs-uses-locking.
2312         (vc-rcs-locking-user): Reflect above change.
2314 2000-09-04  Dave Love  <fx@gnu.org>
2316         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
2318         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
2320         * vc-hooks.el (vc-checkout-model): Punt to backends.
2322         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
2324         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
2326         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
2327         New functions.
2329         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
2330         New functions.
2332         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
2333         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
2335         * vc-hooks.el (vc-default-locking-user): New function.
2336         (vc-locking-user, vc-workfile-version): Punt to backends.
2338 2000-09-04  Dave Love  <fx@gnu.org>
2340         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
2341         (vc-master-workfile-version): Moved from vc-hooks.
2343         * vc-rcs-hooks.el: Fix duplicate code in last change.
2345         * vc-rcs-hooks.el: Require vc-hooks when compiling.
2346         (vc-rcs-master-templates): Improve :type.
2347         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
2348         vc-master-workfile-version): Moved from vc-hooks.
2350         * vc-sccs-hooks.el: Require vc-hooks when compiling.
2351         (vc-sccs-master-templates): Improve :type.
2352         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
2354         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
2356         * vc-cvs-hooks.el: Require vc-hooks when compiling.
2357         (vc-cvs-master-templates): Improve :type.  Use
2358         vc-cvs-find-cvs-master.
2359         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
2360         from vc-hooks.
2361         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
2363         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
2364         Moved to vc-cvs-hooks.
2366         * vc-hooks.el: Add doc strings in various places.  Simplify the
2367         minor mode setup.
2368         (vc-handled-backends): New user variable.
2369         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
2370         simplification.
2372 2000-09-04  Dave Love  <fx@gnu.org>
2374         * vc.el: Some doc fixes for autoloaded and interactive functions.
2375         Fix compilation warnings from ediff stuff.
2376         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
2378         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
2380         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
2382         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
2384 2000-09-04  Dave Love  <fx@gnu.org>
2386         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2387         New variable.
2388         (vc-make-backend-function, vc-loadup, vc-call-backend)
2389         (vc-backend-defines): New functions.
2391         * vc-hooks.el: Various doc fixes.
2392         (vc-default-back-end, vc-follow-symlinks): Custom fix.
2393         (vc-match-substring): Function removed.  Callers changed to use
2394         match-string.
2395         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
2396         Simplify.
2398 2000-09-04  Dave Love  <fx@gnu.org>
2400         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
2401         type.
2402         (vc-sccs-project-dir, vc-search-sccs-project-dir)
2403         (vc-sccs-registered): Doc fix.
2405         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
2406         (vc-cvs-registered): Doc fix.
2408         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
2409         (vc-rcs-registered): Doc fix.
2411 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2413         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
2415         * vc-hooks.el: vc-registered has been renamed
2416         vc-default-registered.  Some functions have been moved to the
2417         backend specific files.  they all support the
2418         vc-BACKEND-registered functions.
2420 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2422         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
2424         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
2426 2000-09-04  Dave Love  <fx@gnu.org>
2428         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
2429         menu-bar-update-hook.
2431         * help.el (help-manyarg-func-alist): Add
2432         find-operation-coding-system.
2434         * wid-edit.el (widget-sexp-validate): Fix garbled code.
2436         * custom.el (custom-set-variables): Print message about errors in
2437         setting.
2439 2000-09-03  Andrew Innes  <andrewi@gnu.org>
2441         * makefile.w32-in: Change to DOS line endings.
2443 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
2445         * mouse.el (mouse-popup-menubar): Supply the prompt string for
2446         minor-mode keymaps, if they don't have one.
2448 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
2450         * eshell/esh-module.el (eval-when-compile): Don't lose if
2451         esh-module.el's file name is truncated to DOS 8+3 limits.
2453 2000-09-01  John Wiegley  <johnw@gnu.org>
2455         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
2456         predicate, which caused entries in the completion list to be
2457         doubled.
2459 2000-08-30  John Wiegley  <johnw@gnu.org>
2461         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
2462         sending to subprocesses.  Also, hook pre-command-hook if
2463         `eshell-send-direct-to-subprocesses' is non-nil.
2464         (eshell-send-direct-to-subprocesses): New config variable.  If t,
2465         subprocess input is send immediately.
2466         (eshell-toggle-direct-send): New function.
2467         (eshell-self-insert-command): New function.
2468         (eshell-intercept-commands): New function.
2469         (eshell-send-input): If direct subprocess sending is enabled,
2470         don't echo any input to the Eshell buffer.  Let the subprocess
2471         handle that.  This requires "stty echo" in bash, for example.
2473 2000-08-28  John Wiegley  <johnw@gnu.org>
2475         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
2476         completion function for Eshell's implementation of `unset'.
2478 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
2480         * info.el (Info-directory-list): Doc fix.
2482 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
2484         * filecache.el (file-cache-add-directory-using-find): Don't quote
2485         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2487 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
2489         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
2490         coding systems.
2492 2000-08-30  Andrew Innes  <andrewi@gnu.org>
2494         * timer.el (run-with-idle-timer): Undo last change, so that timer
2495         is not activated immediately if Emacs is already idle.  Some
2496         existing code relies on this behaviour.
2498 2000-08-30  Miles Bader  <miles@gnu.org>
2500         * frame.el (set-frame-font): Do completion of font-name for
2501         interactive use.
2503 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
2505         * international/quail.el (quail-start-translation): Bind locally
2506         last-command-event, last-command, and this-command.
2507         (quail-start-conversion): Likewise.
2508         (quail-self-insert-command): Fix docstring.
2510 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
2512         * progmodes/executable.el
2513         (executable-make-buffer-file-executable-if-script-p): Check that
2514         buffer contains at least 2 characters.
2516 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
2518         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
2520 2000-08-29  Dave Love  <fx@gnu.org>
2522         * diff-mode.el (diff-mode) <defgroup>: Add :version.
2523         (diff-mode-shared-map): Bind mouse-2.
2524         (diff-imenu-generic-expression): New variable.
2525         (diff-mode): Use it.
2527         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
2528         (mouse-popup-menubar): Add minor mode menus.
2529         (popup-menu): Check for lookup-key returning number.
2531 2000-08-29  Miles Bader  <miles@gnu.org>
2533         * comint.el (comint-send-input): Create overlays using the proper
2534         front/read-advance arguments.
2536 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2538         * ps-print.el: Even/odd pages printing.  Doc fix.
2539         (ps-print-version): New version number (6.0).
2540         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
2541         (ps-background, ps-begin-file, ps-begin-job): Code fix.
2542         (ps-print-duplex-feature): Variable eliminated.
2543         (ps-even-or-odd-pages): New variable.
2545         * progmodes/ebnf2ps.el: Doc fix.
2546         (ebnf-version): New version (3.3).
2547         (ebnf-user-arrow): Change variable customization to sexp.
2548         (ebnf-user-arrow): Function eliminated.
2549         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
2551 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
2553         * help.el (help-xref-mule-regexp): New variable.
2554         (help-make-xrefs): Handle help-xref-mule-regexp.
2556         * international/mule-cmds.el (help-xref-mule-regexp-template): New
2557         variable.
2558         (describe-input-method): Temporarily activate the specfied input
2559         method to display the information.
2560         (describe-language-environment): Hyperlinks to mule related items.
2562         * international/mule-diag.el (charset-multibyte-form-string): New
2563         function.
2564         (list-character-sets-1): Use charset-multibyte-form-string.
2565         (describe-character-set): New function.
2566         (describe-coding-system): Hyperlinks to safe character sets.
2568         * international/quail.el (quail-help): New arg PACKAGE.
2569         Hyperlinks to mule related items.
2570         (quail-help-insert-keymap-description): Use
2571         substitute-command-keys instead of describe-bindings.
2572         (quail-translation-help): Hyperlinks to mule related items.
2574 2000-08-28  John Wiegley  <johnw@gnu.org>
2576         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
2577         have a defsubst call itself.  Made `eshell-flatten-list' back into
2578         a function again.
2580         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
2581         catch, in case re-centering point at bottom messes up the display.
2582         This happens frequently in Emacs 21, due I believe to variable
2583         line heights.
2585         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
2586         to call `find-tag-interactive'.
2588         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
2589         the list of remember directories.
2591 2000-08-28  John Wiegley  <johnw@gnu.org>
2593         * align.el: Test align-region-separate to see if it's a symbol.
2595 2000-08-28  John Wiegley  <johnw@gnu.org>
2597         * eshell/esh-util.el (eshell-flatten-list): Made this function
2598         into a defsubst form.  It gets used very frequently, although
2599         calls don't occur all that often.
2601         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
2602         examining it.
2604         * eshell/esh-cmd.el (eshell-rewrite-while-command):
2605         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
2606         `eshell-protect'.
2607         (eshell-copy-handles): Created a new macro for duplicating the
2608         current set of open handles.  This is needed by the looping
2609         functions.
2610         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
2611         is not incorrectly stomped on.
2613         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
2614         declaration for pcomplete-use-paring.
2615         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
2616         value of eshell-cmpl-use-paring.
2617         * pcomplete.el (pcomplete-use-paring): New config variable, to
2618         indicate whether paring should be used.
2619         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
2620         completion alternatives that have already been used.
2622         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
2623         bound to C-c C-y, which will repeat the previous N arguments
2624         (based on prefix argument).
2625         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
2627         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
2628         if there is no *Help* buffer.  This is for XEmacs, which renames
2629         its help buffers uniquely.  TODO: Find out what the current buffer
2630         name to delete is.
2632         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
2633         first entry that correlates to a passwd/group number.  Later
2634         entries (used for group/user name aliasing to multiple IDs) are
2635         ignored.
2637         * eshell/em-xtra.el (eshell/expr):
2638         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
2639         (eshell-grep, eshell/diff, eshell/locate):
2640         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
2641         argument list, before passing it to the system command.
2643         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
2644         `find-tag' for use at final position in Eshell buffers (which
2645         otherwise triggers an error on Emacs 21).
2646         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
2647         buffer, if it is currently bound to `find-tag'.
2649         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
2650         in the list of matched Makefile names.
2651         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
2652         directory, prefer its contents to Makefile.
2654         * eshell/em-dirs.el (eshell/cd): cd commands that look up
2655         directory parts (like "cd old new", or "cd =regexp"), are now case
2656         sensitive on non-Windows/DOS platforms.
2658         * eshell/esh-mode.el (eshell-parse-command-input): When a user
2659         types RET after an open delimiter (like "), display a message
2660         indicating that Eshell is waiting for the closing delimiter.
2662         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
2663         environment variables.
2665         * eshell/em-unix.el (eshell/diff): Added logic to fail more
2666         gracefully if the user enters incorrect arguments.
2668         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
2669         Eshell buffers.
2671         * eshell/esh-var.el (eshell-interpolate-variable):
2672         * eshell/esh-mode.el (eshell-move-argument):
2673         * eshell/em-unix.el (eshell-du-sum-directory):
2674         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
2675         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
2676         (not (= ...)).
2678         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
2679         to ensure the `preserve' flag gets propagated when doing recursive
2680         directory copies.
2682 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
2684         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
2685         Don't convert \n into \0177 in memory.
2686         (eshell-read-history, eshell-write-history): Convert \n to \0177,
2687         and back again, when reading and writing.
2689 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
2691         * eshell/esh-util.el (eshell-processp): Added to relieve constant
2692         testing of `fboundp' on `processp'.
2694         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
2695         (eshell/jobs): Don't call process-list if it is not bound.
2696         (eshell-gather-process-output): Support systems where async
2697         subprocesses aren't supported.
2698         (eshell-scratch-buffer, eshell-last-sync-output-start): New
2699         variables.
2701         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
2702         eshell-do-eval returns t.
2703         (eshell-do-pipelines-synchronously): New defmacro.
2704         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
2705         when async subprocesses aren't supported.
2706         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
2707         if async subprocesses aren't supported.
2708         (eshell-resume-command): Don't assume STATUS is a string.
2710         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
2712         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
2713         (eshell-close-target, eshell-get-target): Use eshell-processp.
2714         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
2715         fix.
2716         (eshell-get-target, eshell-create-handles): Doc fix.
2718 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
2720         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
2721         criterion to include commands that output something, as long as it
2722         leaves both the command and the end-of-buffer visible when the
2723         command has exited.
2724         (eshell-review-quick-commands): Adjust the help doc string
2725         accordingly.
2727 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
2729         * locate.el (locate): Cleaned up locate command's interactive prompting
2730         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
2732         * filecache.el (file-cache-case-fold-search): New variable
2733         (file-cache-assoc-function): New variable
2734         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
2735         Use file-cache-case-fold-search variable
2736         (file-cache-add-file): Use file-cache-assoc-function
2737         (file-cache-delete-file): likewise
2738         (file-cache-directory-name): likewise
2739         (file-cache-debug-read-from-minibuffer): likewise
2741 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
2743         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
2744         (abbrev-table-name): New function.
2745         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
2746         If non-nil list local abbrev, only.
2748 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
2750         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
2751         from Gnus support code, and use special article copy buffer
2752         `(gnus-original-article-buffer)' instead.  This allows to get rid
2753         of article-hide-headers usage (which breaks in the latest Gnus
2754         version).  Thanks to Detlev Zundel.
2756 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
2758         * international/quail.el (quail-use-package): Hide "... loaded"
2759         message.
2760         (quail-start-translation, quail-start-conversion): Likewise.
2762         * international/kkc.el (kkc-region): Hide "... loaded" message.
2764 2000-08-27  Dave Love  <fx@gnu.org>
2766         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
2768 2000-08-27  Miles Bader  <miles@gnu.org>
2770         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
2772 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
2774         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
2775         'ja-dic-cnv), not (require 'skkdic-cnv).
2777 2000-08-26  Miles Bader  <miles@gnu.org>
2779         * faces.el (face-x-resources): Add entry for :inherit.
2780         * cus-face.el (custom-face-attributes): Add support for :inherit
2781         attribute.  Add support for relative face heights.
2782         (custom-face-attributes-get): Treat `nil' as being a default value
2783         for :inherit (as well as `unspecified').
2785         * faces.el (set-face-attribute): Update doc string.
2786         (face-attribute-name-alist): Add :inherit.
2787         (face-valid-attribute-values): Handle :inherit.
2788         (face-read-string): Rephrase prompt to be less confusing.
2789         Assume that DEFAULT is a string, since we must return a string.
2790         (face-read-integer): Use `format' to turn DEFAULT into an
2791         acceptable default for face-read-string.  Match NEW-VALUE against
2792         the string "unspecified", not the symbol `unspecified', since
2793         that's what face-read-string returns.
2794         (read-face-attribute): Lookup a name for old-value in valid, and
2795         use it as a default if we find one.  Treat all values from
2796         face-read-string as strings.  If the default is used, don't do any
2797         more processing on the value, just use the old value directly.
2798         (read-face-and-attribute, modify-face): Tweak prompt.
2799         (read-face-name): Don't assume prompt ends with a space.
2801         * faces.el (describe-face): Add support for :inherit attribute.
2803 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
2805         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
2806         concat doesn't accept interger.
2808         * international/kkc.el: Remove SKK from Keywords.  Require
2809         ja-dic-utl instead of skkdic-utl.
2811         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
2812         Provide ja-dic-cnv instead of skkdic-cnv.
2813         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
2814         (iso-2022-7bit-short): Add safe-charsets property.
2815         (skkdic-convert-postfix): Search Japanese chou-on character in
2816         addition to Hiragana character.
2817         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
2818         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
2819         (batch-skkdic-convert): Likewise.
2821         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
2822         Provide ja-dic-utl instead of skkdic-utl.
2823         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2825 2000-08-24  Dave Love  <fx@gnu.org>
2827         * disp-table.el (standard-display-default): Make the test of `l'
2828         useful.
2830         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
2831         mod sample text.
2833         * international/iso-ascii.el: Make pilcrow convenient string
2834         consistent with section.
2835         (iso-ascii-display): Set up multibyte characters as well as
2836         unibyte.
2838 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
2840         * international/mule-cmds.el (reset-language-environment): Set
2841         default-process-coding-system to '(undecided . iso-latin-1), which
2842         makes process I/O almost consistent with file I/O.   Call this
2843         function when mule-cmds.el[c] is loaded.
2845 2000-08-22  Andrew Innes  <andrewi@gnu.org>
2847         * makefile.w32-in: New file.
2849 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
2851         * comint.el (comint-output-filter): Compare end of
2852         comint-last-output-overlay with the start of the newly inserted
2853         text, not the end, when deciding whether to extend it.
2854         Set saved-point's insertion type to advance after insertion.
2856         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
2857         since this is now done independently of font-lock mode.
2859 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
2861         * server.el (server-kill-new-buffers): New user option.
2862         (server-existing-buffer): New buffer-local variable.
2863         (server-visit-files): When using an existing buffer, set
2864         server-existing-buffer to t.
2865         (server-buffer-done): If server-kill-new-buffers is t, kill the
2866         buffer, unless it was already present before visiting it with
2867         Emacs server.
2869 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
2871         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
2872         even if the display doesn't support colors: some displays will
2873         support bold/underline faces.
2875 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
2877         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
2879         * startup.el (command-line): If user's init file had an error,
2880         add explanatory text to *Messages*.
2882 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
2884         * man.el (Man-getpage-in-background): Decode the process output by
2885         the system locale coding system.
2887 2000-08-20  Dave Love  <fx@gnu.org>
2889         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
2890         Don't test x-popup-menu.
2891         (function) <complete-function>: Complete only fbound symbols.
2892         <validate, value>: New.
2893         (variable) <complete-function>: Complete only bound symbols.
2894         (coding-system): Add :base-only, :complete-function, :validate,
2895         :value, :prompt-match.
2896         (widget-coding-system-prompt-value): Use read-coding-system and
2897         act on :base-only.
2898         (editable-field): Add :help-echo.
2899         (widget-push-button-gui, widget-push-button-cache)
2900         (widget-gui-action, widget-editable-list-gui): COmment out, along
2901         with uses.
2902         (widget-at): Make arg optional.
2903         (widget-echo-help): Adjust for current help-echo calling sequence.
2904         (widget-specify-field, widget-specify-button)
2905         (widget-specify-insert, widget-get-sibling, widget-image-find)
2906         (widget-convert, widget-insert, widget-leave-text)
2907         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
2908         (widget-setup, widget-field-find, widget-before-change)
2909         (widget-after-change, widget-default-complete)
2910         (widget-default-create, widget-default-delete)
2911         (widget-push-button-value-create, editable-field)
2912         (widget-field-prompt-value, widget-field-validate)
2913         (widget-choice-value-create, widget-choice-action)
2914         (widget-choice-validate, widget-checklist-add-item)
2915         (widget-radio-add-item, widget-radio-chosen)
2916         (widget-radio-value-inline, widget-editable-list-value-create)
2917         (widget-editable-list-entry-create)
2918         (widget-documentation-link-add)
2919         (widget-documentation-string-value-create)
2920         (widget-regexp-validate, widget-file-complete)
2921         (widget-sexp-validate, widget-plist-convert-widget)
2922         (widget-plist-convert-widget, widget-alist-convert-widget)
2923         (widget-alist-convert-widget, widget-color-complete): Simplify,
2924         particularly to avoid bindings which aren't optimized out.
2926         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
2927         Doc fix.
2928         (down-list, backward-up-list, up-list, kill-sexp)
2929         (backward-kill-sexp, mark-sexp): Make arg optional.
2930         (lisp-complete-symbol): Add optional arg PREDICATE.
2932         * cus-start.el: Add display-buffer-reuse-frames,
2933         file-coding-system-alist.
2935 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
2937         * startup.el (command-line): Clear realized faces after
2938         modifying TTY color mappings.
2940 2000-08-20  Miles Bader  <miles@gnu.org>
2942         * faces.el (face-attr-match-p): Don't return true if ATTRS are
2943         merely a subset of FACE's attributes.
2945 2000-08-19  Miles Bader  <miles@gnu.org>
2947         * comint.el (comint-output-filter): Save the point with a marker,
2948         not just a buffer position.
2950         * international/mule.el (set-buffer-process-coding-system): Make
2951         interactive prompt less confusing.
2953 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
2955         * hilit-chg.el: General cleanup of doc strings, comments and
2956         code formatting.
2958 2000-08-19  Miles Bader  <miles@gnu.org>
2960         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
2961         Compiler macro removed; beginning-of-line is no longer always
2962         equivalent to forward-line, in the presence of fields.
2964         * comint.el (comint-output-filter): Remove ad-hoc saving of
2965         restriction, and just use save-restriction, now that it works
2966         correctly.  Don't adjust comint-last-input-start to account for
2967         our insertion; it shouldn't have moved because we don't use
2968         insert-before-markers anymore.  Comment out call to
2969         `force-mode-line-update'; why is it here?
2971         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
2972         while checking for prompt to delete.  Use `forward-line 0'
2973         instead of beginning-of-line.
2974         (gud-filter): Temporarily widen gud comint buffer while
2975         examining output.
2977 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
2979         * progmodes/sh-script.el: Big bag of typos.
2981         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
2982         check since ispell-process is not bound when ispell is not yet loaded.
2984 2000-08-18  Dave Love  <fx@gnu.org>
2986         * image.el (find-image): Copy `spec' before using plist-put.
2988 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
2990         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
2991         `portugues'.
2993         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
2994         backward-kill-sexp, analogous to kill-sexp.
2996         * progmodes/icon.el (icon-indent-line)
2997         (icon-is-continuation-line): Handle comments specially.
2999 2000-08-17  Ken Stevens <k.stevens@ieee.org>
3001         * ispell.el: Set to standard author/maintainer/keyword fields.
3002         Fine tuning to menu map appearance and operation, and added help.
3003         Remove `start' and `end' error messages when compiling.
3004         (ispell-choices-win-default-height): Fixed comment string.
3005         (ispell-dictionary-alist-1): Fixed regexp in castellano and
3006         castellano8 dictionaries.
3007         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
3008         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
3009         dictionary, added italiano dictionary.
3010         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
3011         word character
3012         (ispell-tex-skip-alists): Added psfig support.
3013         (ispell-skip-html): Renamed from ispell-skip-sgml.
3014         (ispell-begin-skip-region-regexp, ispell-skip-region)
3015         (ispell-minor-check): Improved html skipping support to skip across
3016         code, and recognize `&' commands without propper `;' syntax;
3017         (ispell-process-line): Fix alignment error when manually
3018         correcting spelling.
3019         (ispell): Fix comment string.
3020         (ispell-add-per-file-word-list): Always put word list on new line.
3022 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
3024         * format.el (format-encode-run-method): Fix error message to say
3025         `encode' instead of `decode'.  Use save-window-excursion around
3026         shell-command-on-region as in format-decode-run-method because
3027         shell-command-on-region can display a buffer with error output.
3028         (format-decode): Don't record undo information for the decoding.
3029         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
3030         that number part of the temporary buffer name so that more than
3031         one decoding using a temporary buffer can happen safely.
3033         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
3034         of `A-z' in the regexp.
3036         * hilit-chg.el: Fix typos in commentary.
3038         * help.el (view-emacs-news): Rewritten for new naming scheme
3039         for old NEWS files.
3041         * startup.el (command-line): Pop to *Messages* in case an error
3042         is signaled while loading user-init-file.
3044 2000-08-17  Andreas Schwab  <schwab@suse.de>
3046         * files.el (insert-directory): Don't lose original file name,
3047         undoing an undocumented change.
3049 2000-08-17  Alex Schroeder  <alex@gnu.org>
3051         * sql.el (sql-magic-go): Use comint-bol.
3052         (sql-copy-column): Use comint-line-beginning-position.
3053         (comint-line-beginning-position): Define a replacement for
3054         comint-line-beginning-position if it is not fboundp.
3056 2000-08-17  Alex Schroeder  <alex@gnu.org>
3058         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
3059         it didn't have any effect anyway.
3061 2000-08-17  Alex Schroeder  <alex@gnu.org>
3063         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
3064         --pset and pager=off instead of sending \\o|cat at the beginning
3065         of the session.
3067 2000-08-17  Miles Bader  <miles@gnu.org>
3069         * progmodes/octave-inf.el: Add compatibility definition of
3070         comint-line-beginning-position.
3072 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
3074         * startup.el (normal-top-level): Look in each dir in load-path for
3075         a leim-list.el file too.  This assures of loading leim-list.el
3076         that is created at Emacs installation time even if a user have his
3077         own leim-list.el.
3079 2000-08-17  Miles Bader  <miles@gnu.org>
3081         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
3082         foreground color to black if the background is dark.
3084 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
3086         * loadhist.el (unload-feature): Typo.
3088         * finder.el (finder-compile-keywords):
3089         * cus-dep.el (custom-make-dependencies): Add local-variable settings
3090         to the generated file.
3092         * mail/mh-e.el (mh-make-local-vars):
3093         Replace make-variable-buffer-local with make-local-variable.
3095         * play/landmark.el:
3096         * options.el (Edit-options-{set,toggle,t,nil}):
3097         * mail/mailabbrev.el (mail-abbrevs-mode):
3098         * textmodes/tex-mode.el (tex-expand-files):
3099         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
3101         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
3103         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
3104         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
3105         Allow going past the last element.
3106         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
3107         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
3108         (cvs-mouse-toggle-mark): Don't move point.
3109         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
3111         * progmodes/compile.el (grep): Provide a default set of files.
3112         (next-error): Docstring fix.
3113         (compilation-find-file): Avoid find-file (fails in a dedicated window).
3115         * emacs-lisp/easy-mmode.el (define-minor-mode):
3116         Use `symbol-value' to keep the byte-compiler quiet.
3118         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
3119         (diff-find-source-location): New fun, extracted from diff-goto-source.
3120         (diff-goto-source): Use it.
3121         (diff-next-complex-hunk, diff-filter-lines): New function.
3122         (diff-apply-hunk): New command.
3124         * smerge-mode.el (smerge-mode-menu): Doc fix.
3126         * msb.el (msb-mode): Define it in terms of define-minor-mode.
3128 2000-08-16  Dave Love  <fx@gnu.org>
3130         * windmove.el (windmove) <defgroup>: Add :version.
3132         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
3133         (goto-address-fontify-p, goto-address-highlight-p)
3134         (goto-address-url-face, goto-address-url-mouse-face)
3135         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
3136         (goto-address-url-regexp): Use thing-at-point-url-regexp.
3137         (goto-address-fontify, goto-address-at-mouse): Simplify,
3138         (goto-address-at-point): browse-url-url-at-point,
3139         goto-address-find-address-at-point can return nil.
3140         (goto-address-find-address-at-point): Return nil on failure.
3142         * align.el (align) <defgroup>: Add :version.
3144         * calculator.el (calculator): Add :version.
3145         (calculator): Use two lines for calculator window if `modeline'
3146         face is boxed.
3148         * play/5x5.el: Doc fixes.
3149         (5x5) <defgroup>: Add :version.
3151         * play/fortune.el (fortune) <defgroup>: Add :version.
3152         (fortune-append): Fix error message.
3153         (fortune-from-region): Doc fix.
3155         * play/pong.el (pong): Doc fix.
3157         * play/morse.el: Keywords, commentary, autoloads.
3159 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
3161         * desktop.el (desktop-save): Don't look at symbol-value of a
3162         member of minor-mode-alist, unless it is boundp.
3164 2000-08-16  Sam Steingold  <sds@gnu.org>
3166         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
3167         `while'; use `with-current-buffer' instead of `save-excursion'.
3168         Removed unnecessary kludges now that "*Buffer List*" is excluded.
3170 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
3172         * international/ccl.el (declare-ccl-program): Docstring modified.
3173         (ccl-execute-with-args): Likewise.
3175 2000-08-16  Miles Bader  <miles@gnu.org>
3177         * progmodes/sql.el: Add compatibility definition of
3178         comint-line-beginning-position.
3180 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
3182         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
3183         'buffer-menu' property.
3184         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
3185         fails.
3186         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
3187         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
3188         wasn't killed.
3190         * buff-menu.el (list-buffers-noselect): Don't display the
3191         *Buffer List* buffer.
3193         * font-lock.el: Require jit-lock to prevent a very late
3194         `Loading jit-lock' message.
3196         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
3197         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
3198         mail address.
3200 2000-08-15  Miles Bader  <miles@gnu.org>
3202         * textmodes/ispell.el (ispell-graphic-p): New constant.
3203         (ispell-choices-win-default-height, ispell-help): Use
3204         `ispell-graphic-p' instead of `xemacsp'.
3206 2000-08-15  Dave Love  <fx@gnu.org>
3208         * simple.el: Autoload widget-convert when compiling.
3209         (mail-user-agent): Doc fix.
3211         * help.el (function-called-at-point, variable-at-point): Use
3212         with-syntax-table.
3213         (help-manyarg-func-alist): Add insert-and-inherit.
3215         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
3217         * delsel.el (delsel-unload-hook): New function.
3219         * find-file.el: Doc fixes.  Move provide to end.
3220         (ff) <defgroup>: Add :link.
3221         (ff-goto-click): Deleted.
3222         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
3223         Use mouse-set-point.
3225         * textmodes/tildify.el: Doc fixes.
3226         (tildify) <defgroup>: Add:version.
3228         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
3229         (glasses-custom-set): Use set-default, not set.
3230         (minor-mode-alist): Propertize the lighter.
3231         (glasses-mode): Provide optional arg.
3233         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
3234         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
3235         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
3236         option.  Provide :type.
3237         (cwarn-configuration): Provide :type.
3238         (cwarn-mode): Doc fix.
3240         * add-log.el (change-log-merge): Doc fix.
3241         (change-log-redate): New command.
3243         * net/browse-url.el (browse-url-filename-alist): Add a clause for
3244         Doze and Dog.
3245         (browse-url): Use dolist, not mapcar.
3246         (browse-url-at-point): Check for null url.
3247         (browse-url-event-buffer, browse-url-event-point): Functions
3248         deleted.
3249         (browse-url-at-mouse, browse-url-netscape): Simplify.
3251         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
3252         modes.
3253         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
3254         Fix previous change to mapcan.
3255         (msb--init-file-alist, msb--add-separators)
3256         (msb--make-keymap-menu): Simplify.
3257         (msb--choose-file-menu): Use copy-sequence.
3258         (msb-mode-map): Add title to keymap.
3259         (msb-unload-hook): New function.
3261         * bs.el: Fix indentation.
3262         (bs) <defgroup>: Add :links.
3263         (bs-show): Doc fix.
3264         (bs-apply-sort-faces): Don't use window-system.
3265         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
3267 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
3269         * calendar/timeclock.el (timeclock-file): Run .timelog through
3270         convert-standard-filename.
3272 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
3274         * emacs-lisp/authors.el: New file.
3276         * paren.el (show-paren-priority): New user option.
3277         (show-paren-function): Set overlay priorities to
3278         show-paren-priority.
3280 2000-08-14  Miles Bader  <miles@gnu.org>
3282         * comint.el (comint-bol): Use `forward-line 0' instead of calling
3283         beginning-of-line with inhibit-field-text-motion bound.
3285 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
3287         * calendar/timeclock.el: New file.
3289 2000-08-14  David Ponce  <david@dponce.com>
3291         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
3292         `widget-button-click'. so that one can use left mouse button to
3293         click on dialog buttons.
3295 2000-08-14  Emmanuel Briot  <briot@gnat.com>
3297         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
3298         identifiers, since XML is case sensitive
3300 2000-08-12  Miles Bader  <miles@gnu.org>
3302         * comint.el (comint-output-filter): Don't bother frobbing
3303         window-start, it doesn't seem to be necessary.
3305         * comint.el (comint-send-string, comint-send-region): Make into
3306         real functions.  Snapshot the prompt before sending.
3308 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
3310         * info.el (Info-find-emacs-command-nodes): Rewrite to use
3311         technique similar to Info-index, instead of relying on specific
3312         names of relevant Index nodes.
3313         (Info-goto-emacs-command-node): Bind Info-history to nil when
3314         going to the first node found by Info-find-emacs-command-nodes.
3316 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
3318         * menu-bar.el (menu-bar-help-menu): Add a :help string.
3320 2000-08-10  Miles Bader  <miles@gnu.org>
3322         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
3324 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
3326         * info.el (Info-file-list-for-emacs): More elements for the
3327         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
3328         and woman manuals.
3330 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
3332         * comint.el (comint-send-input): Make the newline boundary overlay
3333         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
3334         (comint-output-filter): Use `insert' instead of
3335         `insert-before-markers'.  Extend comint-last-output-overlay when
3336         necessary since we can't rely on insert-before-markers to do it.
3337         * gud.el (gud-filter): Use `with-current-buffer' instead of
3338         save-excursion when inserting the output, so that point gets
3339         updated correctly; the old method relied on a rather dodgy
3340         side-effect of comint-output-filter to avoid the effect of
3341         save-excursion.
3343 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
3345         * files.el (recover-file): Call insert-directory instead of
3346         invoking `ls' directly.
3348 2000-08-10  Miles Bader  <miles@gnu.org>
3350         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
3351         (comint-last-prompt-overlay): New variables.
3352         (comint-output-filter): Implement prompt highlighting.
3353         (comint-snapshot-last-prompt): New function.
3354         (comint-send-input): Snapshot the last prompt.
3355         Use comint-highlight-input-face.
3356         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
3357         Use defface instead of defcustom.
3358         (send-invisible, comint-send-eof): Snapshot the last prompt.
3359         (comint-delchar-or-maybe-eof): Use comint-send-eof.
3360         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
3362 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
3364         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
3365         (regexp-opt-group): Use a list of chars for `letters'.
3366         (regexp-opt-charset): `chars' is now a list of chars.
3367         Use a char-table rather than a vector so it works for multibyte chars.
3369         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
3370         Set cvs-minor-current-files to the selected fileinfo.
3371         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
3372         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
3374 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
3376         * files.el (insert-directory): Don't call access-file on
3377         directories on DOS and Windows.
3379 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
3381         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
3382         longer if necessary.
3383         (ccl-embed-code): Call ccl-embed-data to store CODE in
3384         ccl-program-vector.
3386 2000-08-09  Miles Bader  <miles@gnu.org>
3388         * comint.el (comint-output-filter): Properly handle the case where
3389         the text surrounded by comint-last-output-overlay was deleted.
3391 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
3393         * info.el (Info-insert-dir): Use Info-additional-directory-list if
3394         non-nil.
3395         (Info-file-list-for-emacs): Remove "info" from the list because
3396         that leads to trying to use the documentation from file `info'
3397         in various situations where it isn't appropriate, for instance
3398         C-h C-k C-h i.
3400         * ffap.el (ffap-read-file-or-url-internal): Handle case that
3401         DIR and/or STRING are nil.
3403         * progmodes/compile.el (compilation-setup): Make variable
3404         compilation-error-screen-columns buffer-local, as some comment
3405         in the code suggests it should be.
3407         * files.el (auto-mode-interpreter-regexp): New variable.
3408         (set-auto-mode): Use it.
3410         * indent.el (indent-for-tab-command): Doc fix.
3412         * mouse-sel.el (mouse-sel-mode): Doc fix.
3414         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
3415         labels.
3417         * help.el (print-help-return-message): When
3418         display-buffer-reuse-frames is set, let the help window been quit,
3419         instead of deleting it, which might delete a reused frame.
3421 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
3423         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
3424         rename a directory to a name that differs only by its letter case.
3426 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
3428         * international/quail.el (quail-define-rules): Handle Quail decode
3429         map correctly.  Add code for supporting annotations.
3430         (quail-install-decode-map): New function.
3431         (quail-defrule-internal): New optional arguments decode-map and
3432         props.
3433         (quail-advice): New function.
3435 2000-08-07  Sam Steingold  <sds@gnu.org>
3437         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
3438         `defconst', `define-condition', `with-slots'.
3439         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
3441 2000-08-03  Miles Bader  <miles@gnu.org>
3443         * comint.el (comint-use-prompt-regexp-instead-of-fields):
3444         New variable.
3445         (comint-prompt-regexp, comint-get-old-input): Document dependence on
3446         comint-use-prompt-regexp-instead-of-fields.
3447         (comint-send-input): Add `input' field property to stuff we send to
3448         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
3449         (comint-output-filter): Add `output' field property to process
3450         output, if comint-use-prompt-regexp-instead-of-fields is nil.
3451         (comint-replace-by-expanded-history)
3452         (comint-get-old-input-default, comint-show-output)
3453         (comint-backward-matching-input, comint-forward-matching-input)
3454         (comint-next-prompt, comint-previous-prompt):  Use field
3455         properties if comint-use-prompt-regexp-instead-of-fields is nil.
3456         (comint-line-beginning-position): New function.
3457         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
3458         (comint-replace-by-expanded-history-before-point): Use
3459         comint-line-beginning-position and line-end-position.
3460         (comint-last-output-overlay): New variable.
3461         (comint-mode): Make `comint-last-output-overlay' buffer-local.
3463         * shell.el (shell-prompt-pattern): Doc change.
3464         (shell-backward-command): Use line-beginning-position.
3466         * gud.el (gud-gdb-complete-command): Use
3467         comint-line-beginning-position.
3469         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
3470         comint-bol doesn't actually go to the beginning of the line.
3472         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
3473         if comint-use-prompt-regexp-instead-of-fields is non-nil.
3474         (try-expand-line-all-buffers): Likewise.
3476         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
3477         explicitly matching comint-prompt-regexp.
3478         (sql-copy-column): Use comint-line-beginning-position instead of
3479         explicitly matching comint-prompt-regexp.
3481         * progmodes/octave-inf.el (inferior-octave-complete): Use
3482         comint-line-beginning-position.
3484         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
3486         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
3487         looking for a prompt, use `forward-line 0' instead of
3488         `beginning-of-line', to avoid getting caught by an input field.
3490 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
3492         * files.el (shell-quote-wildcard-pattern): Make sure to return
3493         PATTERN, in the Unix case.
3495 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
3497         * play/zone.el (zone): Discard any pending input before running
3498         the randomly-chosen pgm.
3500 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
3502         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
3503         checking the existence of any multibyte characters.
3505 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
3507         * help.el (describe-mode): Test minor-mode symbol for being
3508         bound before testing its value for being nil.
3510         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
3511         `first', `second', and `third'.
3513         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
3514         (second): Make it an alias for `cadr'.
3516 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
3518         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
3519         types of display support faces now.
3521 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
3523         * pcvs.el (require): Require `cl' during compilation, only.
3525         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
3526         (toplevel): Remove `remq' and `remove' from autoloads.
3527         (cl-fake-autoloads): New variable.  If set, arrange for an error
3528         when CL functions etc. are autoloaded.
3530 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
3532         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
3534         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
3535         popped up, but the user clicks outside the menu, return an empty
3536         regexp (that causes unhighlight-regexp to have no effect).
3538         * menu-bar.el (menu-bar-games-menu): Add Zone.
3540         * hi-lock.el (toplevel): Require font-lock.
3542 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3544         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
3545         (ebnf-8-bit-chars): New var for bug fix.
3546         (ebnf-string): Bug fix.
3548 2000-08-03  Sam Steingold  <sds@gnu.org>
3550         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
3551         instead of `buffer-string'.
3552         (require 'cl): Always, not just when compiling.
3553         `ignore-errors' in `interactive', `list*', `defun*' &c make this
3554         necessary.
3556 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
3558         * international/mule-cmds.el (select-safe-coding-system): Make
3559         the message text about selecting a safe coding system more clear.
3561 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
3563         * hi-lock.el: New file.
3565         * play/zone.el: New file.
3567         * replace.el (occur): Set tab-width in the *Occur* buffer to the
3568         value of tab-width in the original buffer.  Choose a line number
3569         format that's a multiple of the original buffer's tab width, so
3570         that lines appear right.
3572         * textmodes/ispell.el (ispell): New function, replacing an alias.
3573         Spell-check active region if in transient-mark-mode and mark
3574         is active; otherwise spell-check buffer.
3576 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3578         * ps-mule.el: Fix a customization problem on
3579         ps-mule-font-info-database-default.
3581 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
3583         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
3584         display-mouse-p instead of window-system.
3585         (ebrowse-member-mode-map): Ditto.
3587 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3589         * progmodes/ebnf2ps.el: Update ps-print functions call.
3590         Indentation fix.  Doc fix.
3591         (ebnf-version): New version number (3.2).
3592         (ebnf-format-color, ebnf-begin-job): Code fix.
3594 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
3596         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
3597         font lock support on window-system.
3598         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
3600         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
3601         display-color-p, if fboundp, instead of window-system.
3603 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
3605         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
3606         instead of window-system.
3608         * wid-edit.el (widget-choose): Use display-mouse-p instead of
3609         window-system.
3610         (widget-choice-mouse-down-action): Use display-popup-menus-p
3611         instead of window-system.
3613         * strokes.el (strokes-file): Run the file name through
3614         convert-standard-filename.
3615         (strokes-mode): Call display-mouse-p instead of looking at
3616         window-system.  Change the error message accordingly.
3618         * progmodes/cpp.el (toplevel): Support faces on tty's.
3620         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
3621         (lm-plot-square, lm-init-display): Don't use window-system.
3623         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
3624         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
3626         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
3627         instead of looking at window-system.
3629 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
3631         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
3632         of testing if iswitchb-prepost-hooks is bound, because the
3633         latter will always be true when invoking a recursive minibuffer
3634         from an active Iswitchb buffer.
3636 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
3638         * files.el (shell-quote-wildcard-pattern): New function.
3639         (insert-directory): Call it.  Only prepend "\" to command on Unix
3640         and GNU/Linux systems.
3642 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
3644         * eshell/esh-groups.el: Change custom :link file names
3645         from `eshell.info' to `eshell'.
3647 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
3649         * dired.el (dired-build-subdir-alist): Expand subdirectory names
3650         correctly in recursive ange-ftp listings.
3652 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3654         * ps-print.el: Fix bug 1: if ps-font-size-internal,
3655         ps-header-font-size-internal and
3656         ps-header-title-font-size-internal variables are not set,
3657         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
3658         face text property is (foreground-color . COLOR) or
3659         `(background-color . COLOR)', ps-print crashes.  Doc fix.
3660         (ps-print-version): New version number (5.2.4).
3661         (ps-plot-region): Code fix.
3662         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
3663         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
3664         Bug fix 2.
3666 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
3668         * glasses.el (glasses-make-readable): Fix uncapitalization of
3669         identifiers like `myXMLDocument'.
3671 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
3673         * mail/mail-hist.el (mail-hist-previous-input)
3674         (mail-hist-next-input): Do the obvious code factorization.
3675         (mail-hist-retrieve-and-insert): New func, contains common
3676         code of above two.
3677         If inserting a message body, leave point at top.
3679 2000-07-28  Sam Steingold  <sds@gnu.org>
3681         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
3682         Use `<=', not `<' to compare times!
3683         (ange-ftp-ls): Remove.
3685 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
3687         * play/cookie1.el: Add explanation of how to make cookie.el
3688         compatible with strfile(1) to comment.
3690         * subr.el (remove, remq): New functions.
3692         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
3693         escape `*' in regexps.
3694         (midnight-find): Reverse order of arguments in the funcall of
3695         TEST.
3697         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
3698         and `.class'.
3700         * play/meese.el: Add Commentary section.
3702 2000-07-27  Alex Schroeder  <alex@gnu.org>
3704         * sql.el (sql-ms): Added autoload cookie.
3705         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
3706         (sql-oracle): Ditto.
3707         (sql-help): Doc change.
3709         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
3710         types and exceptions.
3712 2000-07-27  Alex Schroeder  <alex@gnu.org>
3714         * sql.el (sql-placeholder-history): New variable.
3715         (sql-query-placeholders-and-send): New function that will query
3716         the user and replace placeholders with user input.
3717         (sql-oracle): If running on NT, set comint-input-sender to
3718         sql-query-placeholders-and-send.
3720         (sql-stop): If in the SQLi buffer, insert stop notification, else
3721         present it as a message.
3723 2000-07-27  Alex Schroeder  <alex@gnu.org>
3725         * sql.el (sql-input-ring-separator): Doc change.
3726         (sql-input-ring-file-name): Doc change.
3727         (sql-interactive-mode): Use `sql-input-ring-separator' and
3728         `sql-input-ring-file-name' to set the comint-mode equivalents
3729         without making them local variables.
3730         (sql-stop): Don't bind `sql-input-ring-separator' and
3731         `sql-input-ring-file-name' dynamically to their comint-mode
3732         equivalents.
3734 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
3736         * international/mule.el (register-char-codings): New function.
3737         (make-coding-system): Handle `safe-chars' specification in the arg
3738         PROPERTY.
3740         * international/mule-cmds.el
3741         (find-coding-systems-region-subset-p): This function deleted.
3742         (sort-coding-systems-predicate): New variable.
3743         (sort-coding-systems): New function.
3744         (find-coding-systems-region): Use
3745         find-coding-systems-region-internal.
3746         (find-coding-systems-string): Use find-coding-systems-region.
3747         (find-coding-systems-for-charsets): Check
3748         char-coding-system-table.
3749         (select-safe-coding-system-accept-default-p): New variable.
3750         (select-safe-coding-system): Mostly rewritten.  New argument
3751         ACCEPT-DEFAULT-P.
3752         (select-message-coding-system): Call select-safe-coding-system
3753         with ACCEPT-DEFAULT-P arg.
3754         (reset-language-environment): Reset default-sendmail-coding-system
3755         to the default value iso-latin-1.
3756         (set-language-environment): Don't set the obsolete variable
3757         charset-origin-alist.
3759         * international/codepage.el (cp-coding-system-for-codepage-1):
3760         Give `safe-chars' property to make-coding-system.
3762         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
3763         calling select-message-coding-system twice.
3765         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
3766         instead of `safe-charsets'.
3767         (cyrillic-alternativnyj): Likewise.
3768         (ccl-encode-alternativnyj): Don't check the charset
3769         cyrillic-iso8859-5.
3771 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
3773         * composite.el (compose-chars-after): Preserve match data.
3775 2000-07-26  Sam Steingold  <sds@gnu.org>
3777         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
3778         (ange-ftp-real-file-newer-than-file-p): New function.
3779         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
3780         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
3782         * tooltip.el (tooltip-float-time): Removed (use `float-time').
3783         * midnight.el (midnight-float-time): Ditto.
3785 2000-07-26  Andreas Schwab  <schwab@suse.de>
3787         * files.el (normal-backup-enable-predicate): Correct
3788         interpretation of the return value of compare-strings.
3790 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
3792         * isearch.el (isearch-resume): New function.
3793         (isearch-done): Add something to command-history to resume
3794         the search.
3795         (isearch-yank-line, isearch-yank-word): Use
3796         buffer-substring-no-properties instead of buffer-substring.
3798         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
3799         of flyspell-mouse-map.
3801         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
3802         duplicate definition.
3803         (makefile-mode): Remove duplicate setting of local-abbrev-table.
3805         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
3806         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
3808 2000-07-25  Sam Steingold  <sds@gnu.org>
3810         * net/ange-ftp.el: Get modtime over the net.
3811         (ange-ftp-file-modtime): New function.
3812         (ange-ftp-write-region, ange-ftp-insert-file-contents)
3813         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
3814         Use it.
3815         (ange-ftp-dot-to-slash): New function.
3816         (ange-ftp-fix-name-for-vms): Use it.
3818         * midnight.el (midnight-buffer-display-time): Use
3819         `with-current-buffer'.
3821 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
3823         * find-dired.el: Update copyright notice.
3824         (find-dired): Offer to kill a running `find'.
3826         * enriched.el (enriched-face-ans): For a `foreground-color'
3827         property, return '(("x-color" COLOR))' so that COLOR will be
3828         output as a parameter of the x-color annotation.  Likewise for the
3829         `background-color' property.  In the case of normal face
3830         properties, don't return annotations for unspecified foreground
3831         and background face attributes.
3833 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
3835         * language/japan-util.el (japanese-katakana-region): Fix handling
3836         HANKAKU argument.
3838 2000-07-25  Miles Bader  <miles@gnu.org>
3840         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
3841         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
3842         constrain-to-field.
3844 2000-07-24  Andrew Innes  <andrewi@gnu.org>
3846         * timer.el (timer-activate-when-idle): Add optional parameter
3847         DONT-WAIT.  Update docstring.
3848         (run-with-idle-timer): Specify extra parameter to
3849         timer-activate-when-idle, so that timer will be activated
3850         immediately if Emacs is already idle.
3852         * w32-fns.el (w32-using-nt): Fix docstring.
3854 2000-07-24  Dave Love  <fx@gnu.org>
3856         * mouse.el (popup-menu): Set last-command-event.
3857         (mouse-major-mode-menu-prefix): Declare.
3859 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
3861         * textmodes/flyspell.el: Update to author's version 1.5d.
3863         * progmodes/hideshow.el: Update copyright notice.
3865         * vcursor.el: Set maintainer to FSF, since author cannot
3866         be reached.
3868 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
3870         * info.el (Info-goto-emacs-key-command-node): Leave a space after
3871         the prompt.
3873         * mouse.el (popup-menu): Run the keymap through indirect-function,
3874         in case it was defined with define-prefix-key.  If the menu is a
3875         list of keymaps, look up the binding of user's choice in each one
3876         of the keymaps.
3877         (mouse-popup-menubar): If the global and local menu-bar keymaps
3878         don't have a prompt string, create one and insert it into the
3879         keymap.  Don't barf if current-local-map returns nil.
3881 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
3883         * dired.el (dired-sort-R-check): Added to allow recursive listing
3884         to be undone.
3885         (dired-sort-other): Use it.
3887 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3889         * Release of cc-mode 5.27
3891 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3893         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
3894         c-beginning-of-statement-1 that caused a bad case of recursion
3895         which could consume a lot of CPU in large classes in languages
3896         that have in-expression classes (i.e. Java and Pike).
3898         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
3899         statements before top level constructs (i.e. case 6 is moved
3900         before case 5 and is now case 4) to catch in-expression
3901         classes in top level expressions correctly.
3903 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3905         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
3906         objc-method-intro. Case 4 removed and case 5I added.
3908         * cc-langs.el (c-append-paragraph-start): New variable used by
3909         c-common-init to get paragraph-start correct.
3910         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
3911         initialize paragraph-start to make it correct both with and
3912         without the javadoc special case.
3914         * cc-mode.el (java-mode): Use c-append-paragraph-start to
3915         initialize paragraph-start for javadoc markup.
3917         * cc-vars.el (c-style-variables-are-local-p): Incompatible
3918         change by defaulting this to t.  It's motivated by the
3919         confusing behavior that otherwise arise from the style system
3920         when editing both java and non-java files at the same time
3921         (see the comments about style setting in c-common-init).
3923 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3925         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
3926         similar to the one in c-fill-paragraph to check the fill
3927         prefix from the adaptive fill function for sanity.
3929 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3931         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
3932         defun block.
3934 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3936         * cc-mode.texi Documented the change of cpp-macro.
3938 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3940         * cc-align.el (c-lineup-multi-inher): Handle lines with
3941         leading comma nicely. Extended to handle member initializers
3942         too.
3944         * cc-engine.el: (c-beginning-of-inheritance-list,
3945         c-guess-basic-syntax): Fixed recognition of inheritance lists
3946         when the lines begins with a comma.
3948         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
3950         * cc-vars.el (c-offsets-alist): Changed default for
3951         member-init-cont to c-lineup-multi-inher since it now handles
3952         member initializers and indents better for leading commas.
3954 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3956         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
3957         handling that caused class open lines to be recognized as
3958         statement-conts in some cases.
3960         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
3961         guessed by the adaptive fill function unless point is on the
3962         first line of a block comment.
3964         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
3965         when the buffer ends with a macro continuation char.
3967         * cc-engine.el (c-guess-basic-syntax): Added support for
3968         function definitions as statements in Pike.  The first
3969         statement in a lambda block is now labeled defun-block-intro
3970         instead of statement-block-intro.
3972         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
3973         so that the class surrounding point is selected, not the one
3974         innermost in the state.
3976         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
3977         recognition of switch labels having hanging multiline
3978         statements.
3980         * cc-engine.el (c-beginning-of-member-init-list): Broke out
3981         some code in c-guess-basic-syntax to a separate function.
3982         * cc-engine.el (c-just-after-func-arglist-p): Fixed
3983         recognition of member inits with multiple line arglists.
3984         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
3985         member-init-cont when the commas are in funny places.
3987 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3989         * cc-defs.el (c-auto-newline): Removed this macro since it's
3990         not used anymore.
3992         * cc-engine.el (c-looking-at-bos): New helper function.
3993         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
3994         inexpr and toplevel classes apart in Pike.
3996         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
3997         of case 9A.
3999         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
4000         constant, since "class" can introduce an in-expression class
4001         in Pike nowadays.
4003 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4005         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
4006         indentation on cpp-macro lines.
4008         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
4009         a syntax modifier like comment-intro, to make it possible to
4010         get syntactic indentation for preprocessor directives.  It's
4011         incompatible wrt to lineup functions on cpp-macro, but it has
4012         no observable effect in the 99.9% common case where cpp-macro
4013         is set to -1000.
4015 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4017         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
4018         member-init-cont when the preceding arglist is several lines.
4020 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4022         * cc-styles.el (c-style-alist): The basic offset for the BSD
4023         style corrected to 8.
4025 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4027         * cc-styles.el (c-style-alist): Adjusted the indentation of
4028         brace list openers in the gnu style.
4030 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4032         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
4034         * cc-cmds.el (c-electric-brace, c-electric-slash,
4035         c-electric-star, c-electric-semi&comma, c-electric-colon,
4036         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
4037         when c-syntactic-indentation is nil.
4039         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
4040         we were left at comments preceding the first statement when
4041         reaching the beginning of the buffer.
4043         * cc-vars.el (c-syntactic-indentation): New variable to turn
4044         off all syntactic indentation.
4046 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4048         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
4049         between the text and the block comment ender when it hangs,
4050         depending on how many there are before the fill.
4052 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4054         * cc-engine.el (c-beginning-of-closest-statement): New helper
4055         function to go back to the closest preceding statement start,
4056         which could be inside a conditional statement.
4057         * cc-engine.el (c-guess-basic-syntax): Use
4058         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
4060         * cc-engine.el (c-guess-basic-syntax): Better handling of
4061         arglist-intro, arglist-cont-nonempty and arglist-close when
4062         the arglist is nested inside parens.  Cases 7A, 7C and 7F
4063         changed.
4065         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
4066         up-to-date with javadoc 1.2.
4068 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4070         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
4071         multiline Pike type decls.
4073 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4075         * cc-cmds.el (c-indent-new-comment-line): Always break
4076         multiline comments in multiline mode, regardless of
4077         comment-multi-line.
4079 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4081         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
4082         fully::qualified::names in C++ member init lists.  Preamble in
4083         case 5D changed.
4085 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4087         * cc-langs.el (c-common-init): Handling of obsolete variables
4088         moved to c-initialize-cc-mode.  More compatible style override
4089         when using global style variables.
4090         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
4091         variables moved here.
4093         * cc-mode.texi: Documented the special behavior of
4094         c-special-indent-hook as a style variable.  Don't talk about
4095         doing (c-make-styles-buffer-local t) in a mode hook, since
4096         that's already too late to work right.
4098         * cc-styles.el (c-make-styles-buffer-local): Flag style
4099         variable localness in c-style-variables-are-local-p to make
4100         the compatibility measure in c-common-init work well.
4102         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
4103         longer contain set-from-style.
4104         * cc-styles.el (c-initialize-builtin-style): Don't check for
4105         set-from-style on c-special-indent-hook.
4106         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
4107         copy-alist is sufficient now.
4109         * cc-styles.el (c-set-style, c-set-style-1,
4110         c-get-style-variables): Fixes to variable initialization so
4111         that duplicate entries in styles have the same effect
4112         regardless of DONT-OVERRIDE.
4114         * cc-styles.el (c-set-style-2): Fixed bug where the
4115         initialization of inheriting styles failed when the
4116         dont-override flag is set.
4118         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
4119         on this.
4121 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4123         * cc-defs.el (c-forward-comment): Removed the workaround
4124         introduced in 5.38 since it had worse side-effects.  If a line
4125         contains the string "//\"", it regarded the // as a comment
4126         start since the \ temporarily doesn't have escape syntax.
4128 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
4130         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
4131         ada-xref.el before ada-prj.el, so that the Project menu is created
4132         when ada-prj tries to add to it.
4133         (ada-activate-keys-for-case): Suppress the characters that are not
4134         part of the Ada syntax. Better compatibility with else-mode
4135         (ada-adjust-case-interactive): When auto-casing is not active,
4136         correctly insert newlines (used to insert only ^M).  Prevent the
4137         syntax table from being changed in case of an error
4138         (or '_' becomes part of a word and some commands are confused).
4139         Do nothing if ada-auto-case is nil.
4140         (ada-after-keyword-p): Ignore keywords that are also attributes
4141         (ada-batch-reformat): Update usage comment
4142         (ada-call-from-contextual-menu): New function
4143         (ada-case-read-exceptions): Reinitialize the casing exception list
4144         first to nil first, so that the casing exception file can be
4145         shared.
4146         (ada-check-defun-name): Handles "configure" keyword for gnatdist
4147         files.
4148         (ada-compile-goto-error): Fix regexp used to detect a file:line
4149         anywhere in the error message
4150         (ada-contextual-menu-last-point): New variable
4151         (ada-create-keymap): If the variable delete-key-deletes-forward is
4152         t on XEmacs, it means that DEL should delete one character
4153         forward.
4154         (ada-create-menu): Use :included instead of :visible for XEmacs.
4155         New submenu "Options".
4156         (ada-end-stmt-re): Correctly indent "select ... then abort"
4157         statements.
4158         (ada-fill-comment-paragraph): Correctly delete all leading '--'
4159         even if they don't match ada-fill-comment-prefix Fix handling of
4160         paragraphs on the first or last line of a file.
4161         (ada-format-paramlist): Fix handling of default parameter values.
4162         (ada-get-body-name): New function.
4163         (ada-get-current-indent): Optimized by searchling directly for an
4164         existing generic part or a statement outside of it.  Handle
4165         ada-indent-align-comments when indenting comments Replaced some
4166         regexps by testing directly the next character. This results in a
4167         huge speedup on some files.  New indentation scheme for renames
4168         statements.  Stop looking for the 'while' or 'for' associated with
4169         a 'loop' at the first semicolon encountered.  A "return" can also
4170         match an anonymous access subprogram declaration.
4171         (ada-get-indent-noindent): Ignore strings and comments when
4172         looking for the keywords "record" and "private".
4173         (ada-goto-matching-decl-start): When matching "if", make sure we
4174         are not in fact seeing "end if".  Ignore "when" statements except
4175         when initial keyword was "begin".  Fix handling of nested
4176         procedures.  Add a recursive call to this function to skip over
4177         other 'end' statmts.  Fix indentation for "when .. => begin"
4178         (ada-in-open-paren-p): Fix indentation for complex boolean
4179         expressions, where 'and then', 'or else' and parenthesis
4180         statements are mixed up.
4181         (ada-in-paramlist-p): Skip comments while searching for the
4182         beginning Fix handling of operator declarations.
4183         (ada-indent-align-comments): New variable
4184         (ada-indent-current): Change the syntax table only in the
4185         protected section, so that we are sure it is restored correctly.
4186         (ada-indent-on-previous-lines): Use ada-use-indent and
4187         ada-with-indent Correctly indent "select ... then"
4188         (ada-indent-region): Slight speedup.
4189         (ada-indent-renames): New variable.
4190         (ada-last-which-function-subprog, ada-last-which-function-line):
4191         New variables
4192         (ada-looking-at-semi-private): Correctly indent the 'private'
4193         keyword when it is the first word in a package declaration.
4194         (ada-loose-case-word): Stop searching if at the end of the buffer.
4195         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
4196         even if point is not initially at the end of the word.
4197         (ada-matching-decl-start-re): Add "when".
4198         (ada-mode): Add support for abbrev-mode, outline-mode and
4199         which-func-mode Override the old find-file.el entry in
4200         ff-special-constructs since it is using the obsolete
4201         ada-spec-suffix variable
4202         (ada-no-auto-case): New function
4203         (ada-scan-paramlist): When parsing the argument type, accept
4204         spaces (as in "X 'Class", generated by Rational Rose).
4205         (ada-other-file-name): No longer loads the other file.
4206         (ada-popup-menu): Save and restore the current buffer and cursor
4207         position before and after displaying the menu.
4208         (ada-search-ignore-complex-boolean): New function.
4209         (ada-uncomment-region): Emacs21 already knows how to delete
4210         comments not starting in the first column.
4211         (ada-use-indent): New variable
4212         (ada-which-function): New function.
4213         (ada-with-indent): New variable
4214         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
4215         can be batch-compiled from the command line.
4217         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
4218         Add to the menu when the file is loaded, not in ada-mode-hook.
4219         Add -toolbar to the default ddd command Switches moved from
4220         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
4221         ada-prj-default-comp-opt
4222         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
4223         Reference Manual to the menu
4224         (ada-check-current): rewritten as a call to ada-compile-current
4225         (ada-compile): Removed.
4226         (ada-compile-application, ada-compile-current, ada-check-current):
4227         Set the compilation-search-path so that compile.el automatically
4228         finds the sources in src_dir.  Automatic scrollong of the
4229         compilation buffer.  C-uC-cC-c asks for confirmation before
4230         compiling
4231         (ada-compile-current): New parameter, prj-field
4232         (ada-complete-identifier): Load the .ali file before doing
4233         processing
4234         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
4235         conform to gnatmake's behavior.
4236         (ada-find-file-in-dir): New function
4237         (ada-find-references): Set the environment variables for gnatfind
4238         (ada-find-src-file-in-dir): New function.
4239         (ada-first-non-nil): Removed
4240         (ada-gdb-application): Add support for jdb, the java debugger.
4241         (ada-get-ada-file-name): Load the original-file first if not done
4242         yet.
4243         (ada-get-all-references): Handles the new ali syntax (parent types
4244         are found between <>).
4245         (ada-initialize-runtime-library): New function
4246         (ada-mode-hook): Always load a project file when a file is opened,
4247         so that the casing exceptions are correctly read.
4248         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
4249         (ada-parse-prj-file): Use find-file-noselect instead of find-file
4250         to open the project file, since the latter does not work with
4251         speedbar Get default values before loading the prj file, or the
4252         default executable file name is wrong.  Use the absolute value of
4253         src_dir to initialize ada-search-directories and
4254         compilation-search-path,...  Add the standard runtime library to
4255         the search path for find-file.
4256         (ada-prj-default-debugger): Was missing an opening '{'
4257         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
4258         variables.
4259         (ada-prj-default-gnatmake-opt): New variable
4260         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
4261         buffers, the project file is the default one Save the windows
4262         configuration before displaying the menu.
4263         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
4264         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
4265         ...)  regexp-quote identifiers names to support operators +,
4266         -,... in regexps.
4267         (ada-remote): New function.
4268         (ada-run-application): Erase the output buffer before starting the
4269         run Support remote execution of the application.  Use
4270         call-process, or the arguments are incorrectly parsed
4271         (ada-set-default-project-file): Reread the content of the active
4272         project file, not the one from the current buffer When a project
4273         file is set as the default project, all directories are
4274         automatically associated with it.
4275         (ada-set-environment): New function
4276         (ada-treat-cmd-string): New special variable ${current}
4277         (ada-treat-cmd-string): Revised.  The substitution is now done for
4278         any ${...} substring
4279         (ada-xref-current): If no body was found, compiles the spec
4280         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
4281         compiler to get rid of command line length limitations.
4282         (ada-xref-get-project-field): New function
4283         (ada-xref-project-files): New variable
4284         (ada-xref-runtime-library-specs-path)
4285         (ada-xref-runtime-library-ali-path): New variables
4286         (ada-xref-set-default-prj-values): Default run command now does a
4287         cd to the build directory.  New field: main_unit Provide a default
4288         file name even if the current buffer has no prj file.
4290         * ada-prj.el:
4291         Rewritten to show a tabbed-dialog.
4292         (ada-prj-add-ada-menu): Remove the map and name parameters.
4293         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
4294         New function
4295         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
4296         (ada-prj-load-from-file): New function
4297         (ada-prj-save): Always save fields that depend on the current buffer
4298         (ada-prj-show-value): New function
4300         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
4301         Ada mode. This will allow us to display the Ada menu in any buffer
4302         we want (for project items).
4303         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
4304         number of spaces in the header.
4306 2000-07-24  Dave Love  <fx@gnu.org>
4308         * ediff-init.el (ediff-region-help-echo): Bind face-help.
4310 2000-07-23  Noah Friedman  <friedman@splode.com>
4312         * type-break.el (type-break): perform autosave.
4313         Suggested by Stephen Gildea <gildea@intouchsys.com>.
4314         (type-break-do-query): Cancel query schedule while performing
4315         actual query, to avoid possibility of a second query being made
4316         while first one is already in progress.
4317         (type-break-time-stamp-format): New variable.
4318         (type-break-time-stamp): New function.
4319         (type-break-time-warning): Use it.
4320         (type-break-keystroke-warning): Use it.
4321         (type-break-noninteractive-query): Use it.
4323         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
4324         cookie.
4325         Use add-minor-mode to set minor-mode-alist, if available.
4326         (eldoc-echo-area-use-multiline-p): New user option.
4327         (eldoc-echo-area-multiline-supported-p): New variable.
4328         (eldoc-docstring-format-sym-doc): Use them.
4329         (eldoc-mode): If not using idle timers, append to local post and
4330         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
4331         (eldoc-display-message-no-interference-p): Don't interfere with
4332         edebug.
4333         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
4334         (eldoc-function-arglist): New function.
4335         (eldoc-function-argstring): Use it.
4337         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
4338         auto save directory exists before calling directory-files.
4340 2000-07-23  Dave Love  <fx@gnu.org>
4342         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
4343         ^o, ^u.
4345 2000-07-21  Dave Love  <fx@gnu.org>
4347         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
4348         now passed to the function.  It now works properly.
4350         * smerge-mode.el (smerge-mode-menu): Fill it out.
4352 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
4354         * info-look.el (info-lookup): If *info* is shown in another frame
4355         on the same display, select that frame, instead of switching to
4356         the Info buffer in another window of the selected frame.
4358         * simple.el (universal-argument-map): Bind numeric keypad keys
4359         kp-0 to kp-9 and kp-subtract.
4360         (digit-argument): Handle these keys.
4362 2000-07-20  Dave Love  <fx@gnu.org>
4364         * net/goto-addr.el (goto-address-fontify): Don't bother with
4365         buffer-modified and read-only stuff -- irrelevant with overlays.
4366         Put an extra property on the overlays and use it to clean up in
4367         case goto-address is re-run.
4369 2000-07-19  Richard M. Stallman  <rms@gnu.org>
4371         * timer.el (run-with-idle-timer): Doc fix.
4373         * mail/mail-utils.el (mail-strip-quoted-names):
4374         Handle case where <...> appears inside "...".
4375         Use replace-match to edit the string more simply.
4376         (rmail-dont-reply-to): Cope with an unmatched ".
4378 2000-07-19  Dave Love  <fx@gnu.org>
4380         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
4381         implementation.
4383         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
4384         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
4385         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
4387 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
4389         * textmodes/refer.el: Correct maintainer's email address.
4391         * progmodes/hideif.el: Correct author's email address.
4392         Fix typo in comment.
4394         * xml.el: New file.
4396         * mail/mailheader.el: Correct author's mail address.
4398         * gnus/parse-time.el: Correct author's mail address.
4400 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
4402         * comint.el (comint-highlight-input, comint-highlight-face):
4403         New user options.
4404         (comint-input-ring-file-name): Change custom type.
4405         (comint-mode-map): Bind mouse-2.
4406         (comint-insert-clicked-input): New function.
4407         (comint-send-input): Handle input highlighting.
4409 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
4411         * mouse.el (popup-menu): New function.
4412         (mouse-major-mode-menu): Use it.
4414 2000-07-18  Dave Love  <fx@gnu.org>
4416         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
4417         improvements.
4419 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
4421         * faces.el (face-font-selection-order)
4422         (face-font-family-alternatives): Add custom type.
4424 2000-07-18  Dave Love  <fx@gnu.org>
4426         * cus-edit.el (custom-variable-reset-saved)
4427         (custom-variable-reset-standard): Remove unused bindings.
4429         * rect.el (open-rectangle-line): Remove unused let.
4431         * hl-line.el (hl-line-highlight): Check hl-line-mode.
4433 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
4435         * cdl.el: Fix `Maintainer' keyword.
4437         * play/pong.el: Add author's email address.
4439 2000-07-17  Sam Steingold  <sds@gnu.org>
4441         * files.el (insert-directory): Call `split-string' instead of
4442         re-implementing it.
4444 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
4446         * mail/vms-pmail.el: Change maintainer to FSF.
4448         * net/goto-addr.el: Change maintainer to FSF.
4450         * recentf.el: Update from author.
4452         * info.el (Info-title-face-alist): Removed.
4454 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
4456         * eshell/eshell.el (eshell): Replace links to eshell.info with
4457         links to eshell, to avoid problems on systems where the manual is
4458         installed as `eshell'.
4459         * eshell/esh-cmd.el (eshell-cmd): Ditto.
4460         * eshell/em-smart.el (eshell-smart): Ditto.
4461         * eshell/em-banner.el (eshell-banner): Ditto.
4462         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
4464         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
4465         same-file check in the MS-DOS version (it does support inodes).
4467         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
4469         * eshell/eshell.el (eshell-directory-name):
4470         Run default directory name through convert-standard-filename.
4472 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
4474         * international/mule-cmds.el (select-safe-coding-system):
4475         Fix typo in the comment.
4477         * language/european.el (compound-text):
4478         Force katakana-jisx0201 to be designated to G1.
4480         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
4481         Don't translate some national variant characters of latin-jisx0201.
4482         (x-ctext): Force katakana-jisx0201 to be designated to G1.
4484         * international/kkc.el (kkc-after-update-conversion-functions):
4485         New variable.
4486         (kkc-update-conversion): Run functions in it at the tail.
4488 2000-07-16  John Wiegley  <johnw@gnu.org>
4490         * lisp/align.el (align-newline-and-indent):
4491         Adding new function.  for auto-aligning blocks of code on RET.
4492         (align-region): Fixed badly formatted minibuffer message.
4494 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
4496         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
4497         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
4498         the conversion list at first if appropriate.
4499         (kkc-next): Don't update kkc-next-count here.
4500         (kkc-prev): Don't update kkc-prev-count here.
4501         (kkc-show-conversion-list-update): Fix setting up of conversion
4502         list message.
4504 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
4506         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
4508 2000-07-16  Dave Love  <fx@gnu.org>
4510         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
4511         function to be more specific.
4513         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
4514         non-string help-echo.
4515         (widget-types-convert-widget): Defsubst it.
4516         (widget-echo-help): Try to cope with a help-echo function of two
4517         possible sorts.
4519 2000-07-15  Jason Rumney  <jasonr@gnu.org>
4521         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4522         Declare as obsolete.
4524         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
4526 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
4528         * hilit-chg.el: Fix typo.
4530 2000-07-14  Dave Love  <fx@gnu.org>
4532         * info.el (Info-mode-menu): Fix use of :help, :enable.
4534 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
4536         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
4538 2000-07-13  Dave Love  <fx@gnu.org>
4540         * emacs-lisp/easymenu.el: Doc fixes.
4541         (easy-menu-remove): Defalias to ignore.
4543         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
4544         Call throw correctly.
4546 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
4548         * faces.el (frame-background-mode): Doc fix.
4550         * simple.el (eval-expression-print-length): Change custom type to
4551         allow entering nil as value.
4553 2000-07-13  Dave Love  <fx@gnu.org>
4555         * progmodes/fortran.el (fortran-imenu-generic-expression):
4556         Change definition layout.
4557         (fortran-mode-menu): Reinstate customize entries.
4559         * cus-edit.el (custom-group-menu-create, customize-menu-create):
4560         Use :filter, per old XEmacs code.
4562 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
4564         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
4565         event when deciding what to send to the terminal.
4567 2000-07-12  Dave Love  <fx@gnu.org>
4569         * cus-start.el: Add optional version as 4th element of specs and
4570         use it for several things new in v21.  Remove load-path.  Fix type
4571         of line-number-display-limit.
4573 2000-07-11  Dave Love  <fx@gnu.org>
4575         * progmodes/fortran.el: Don't require easymenu.
4576         Use repeat counts in various regexps.
4577         (fortran-mode-syntax-table): Defvar directly.
4578         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
4579         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
4580         Use defvar, not defconst.
4581         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
4582         (fortran-mode): Set fortran-comment-line-start-skip,
4583         fortran-comment-line-start-skip, dabbrev-case-fold-search.
4584         (fortran-comment-indent): Use defsubst.
4585         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
4586         Use fortran-comment-indent, not fortran-comment-indent-function.
4587         (fortran-comment-region, fortran-electric-line-number): Simplify.
4588         (fortran-auto-fill): New function.
4589         (fortran-do-auto-fill): Deleted.
4590         (fortran-find-comment-start-skip):
4591         Check for non-null comment-start-skip.
4592         (fortran-auto-fill-mode, fortran-fill-statement):
4593         Use fortran-auto-fill.
4594         (fortran-fill): Use fortran-auto-fill.  Check for null
4595         comment-start-skip.  Simplify final clause and use end-of-line finally.
4597         * widget.el (widget-plist-member): New alias.
4599 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
4601         * eshell/esh-module.el (toplevel): Reference
4602         byte-compile-current-file only if it is bound.
4604 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
4606         * dired.el: Don't require `dired-aux'.
4608 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
4610         * dired-aux.el (dired-show-file-type): New function.
4611         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
4612         (dired-show-file-type): Add autoload.
4614 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
4616         * international/mule-diag.el (describe-font): Adjusted for the
4617         change of fontset-info.
4618         (print-fontset): Likewise.
4620 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
4622         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
4624 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
4626         * bindings.el: Bind `[delete]' to delete-char.
4628         * dired.el (dired-find-alternate-file): New function.
4629         (dired-mode-map): Bind `a' to dired-find-alternate-file.
4630         (toplevel): Require dired-aux when compiling.
4631         (dired-buffers): Move defvar within file to avoid compiler warning.
4633         * info.el (Info-last-search): Variable removed.
4634         (Info-search-history): New variable.
4635         (Info-search): New Info-search-history.
4637         * battery.el, info-look.el: Change author's mail address.
4639 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
4641         * mail/rmail.el (rmail-clear-headers): Don't throw an error
4642         if rmail-ignored-headers is nil.
4643         (rmail-retry-failure): Bind rmail-ignored-headers and
4644         rmail-displayed-headers to nil.
4646 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
4648         * lpr.el (lpr-page-header-switches): Add `-h' switch.
4649         (print-region-1): Don't hard code `-h' here.
4651         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
4653 2000-07-01  Francesco Potorti`  <pot@gnu.org>
4655         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
4656         exim can use "your message" instead of "the message".
4658 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
4660         * facemenu.el: Docstrings fixes.
4661         (facemenu-get-face): Don't use internal-find-face.
4662         (facemenu-iterate): Rename arg to match the docstring.
4664         * newcomment.el (uncomment-region): Be more careful when skipping
4665         backwards over `=' not to bump into BOBP.
4667 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
4669         * ediff-diff.el (ediff-wordify): Use syntax table.
4670         * ediff-init.el (ediff-has-face-support-p): Use
4671         ediff-color-display-p.
4672         (ediff-color-display-p): Use display-color-p, changed to defun
4673         from defsubst.
4674         Got rid of special cases for NeXT and OS/2.
4675         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
4676         face.
4678 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
4680         * emacs-lisp/lucid.el: Require CL.
4681         (copy-tree, remprop): Remove, it's provided by CL.
4682         (map-keymap): Define in terms of cl-map-keymap.
4683         (extent-property, set-extent-end-glyph): New functions.
4685         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
4687 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
4689         * Makefile.in (DONTCOMPILE): Add comment that the name may
4690         not be changed without changing the make-dist script.
4692         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
4693         (cl-mapc): Use mapc instead of cl-old-mapc.
4695 2000-07-05  Andrew Innes  <andrewi@gnu.org>
4697         * makefile.nt: Add support for `bootstrap' and related targets.
4699 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
4701         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4702         (easy-menu-do-define): Use `menu-item' format.
4703         Handle case where easy-menu-create-menu returns a symbol.
4704         Manually call the potential top-level filter in the function binding.
4705         (easy-menu-filter-return): New arg NAME.
4706         Convert to a keymap if MENU is an XEmacs menu.
4707         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
4708         (easy-menu-converted-items-table, easy-menu-convert-item):
4709         New var and fun to memoize easy-menu-convert-item-1.
4710         (easy-menu-do-add-item): Use it.
4711         (easy-menu-create-menu): Use easy-menu-convert-item.
4712         Wrap easy-menu-filter-return around any :filter specification.
4713         Don't convert the menu if a filter was specified.
4714         Tell easy-menu-make-symbol not to check for MENU being an expression.
4715         (easy-menu-make-symbol): New arg NOEXP.
4717 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
4719         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4720         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
4721         (eval-defun): If called with prefix arg, instrument code for
4722         Edebug.
4724         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
4725         similar to that of eval-defun.
4727 2000-07-04  Dave Love  <fx@gnu.org>
4729         * hl-line.el (hl-line-overlay): Make it permanent-local.
4731         * calendar/todo-mode.el: Replaced with a working version, based on
4732         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
4734 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
4736         * paths.el (prune-directory-list): New function.
4737         (Info-default-directory-list): Rewritten to more methodically
4738         enumerate a big list of possible info directories (based on the
4739         list used by the standalone info reader).
4741         * info.el (info-initialize): Use prune-directory-list to remove
4742         non-existent directories from Info-directory-list.
4744         * paths.el (Info-default-directory-list): Try a list of possible
4745         info-directories instead of a single one.  Add the possible
4746         info directory "/usr/share/info".
4748         * woman.el (woman-man.conf-path): Explicitly include the debian
4749         man-db config file "/etc/manpath.config".
4750         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
4751         are present in `manpath.config'.
4752         (woman-manpath): Include "/usr/share/man".
4754 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
4756         * frame.el (blink-cursor-mode): Don't hide cursor initially.
4758         * startup.el (command-line): Initialize blink-cursor based
4759         on window-system.
4761         * frame.el (blink-cursor): Default to nil if not running under
4762         a window-system.
4764         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
4765         (face-x-resources): Remove duplicate entry for :font.
4767         * textmodes/refer.el (refer-find-entry-internal): Use some-window
4768         instead of cycling through windows with next-window.
4770         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
4771         of cycling through windows with next-window.
4773         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
4774         of cycling through windows with next-window.
4776         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
4777         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
4778         instead of cycling through windows with next-window.
4780         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
4781         instead of cycling through windows with next-window.
4783         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
4784         of cycling through windows with next-window.
4786         * terminal.el (te-process-output): Use walk-windows instead of
4787         cycling through windows with next-window.
4789         * server.el (server-switch-buffer): Use some-window instead of
4790         cycling through windows with next-window.
4792         * window.el (some-window): New function.
4793         (walk-windows): Remove reference to walk-windows-start.
4795         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
4797 2000-07-03  Richard Stallman  <rms@gnu.org>
4799         * window.el (walk-windows): Guarantee termination by keeping a list
4800         of all the windows already handled.
4802 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
4804         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
4805         window-system.
4807         * man.el (Man-notify-when-ready): Don't use window-system.  If
4808         Man-notify-method is newframe, and the display is not
4809         multi-frame, select the frame created for the man page.
4810         (Man-init-defvars): Doc fix.
4812 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
4814         * faces.el (region): Change background color for light background.
4816         * ediff-wind.el (ediff-setup-control-frame): Remove :box
4817         attribute from mode-line face of Ediff control frame.
4819         * replace.el (query-replace-map): Bind `e' like `E'.
4821 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
4823         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
4824         Change name to "Select All".
4826         * dos-fns.el (convert-standard-filename): Fix last change.
4828 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
4830         * help.el (describe-variable): Don't insert a second `'s' in front
4831         of the string `value is shown below'.  Since the syntax-table is
4832         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
4833         an existing `'s', so that this won't be deleted.
4835         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
4836         * pcmpl-unix.el: New files.
4838 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
4840         * wid-edit.el (widget-member): Use the new plist-member.
4842 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
4844         * replace.el (perform-replace): Undo change of 2000-04-04.
4845         Instead, move backward 1 character at the end of the loop when
4846         necessary.
4848         * faces.el (fringe): Change face for different backgrounds.
4850         * eshell/esh-module.el (toplevel): Load defgroup's differently;
4851         patch from John.
4853         * eshell/*.el: Change spelling of the Free Software Foundation.
4855         * eshell/esh-toggle.el: Removed.
4857         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
4859         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
4860         interactively.
4862 2000-06-26  Alex Schroeder  <alex@gnu.org>
4864         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
4865         `define-key'; instead of checking `(emacs-version)' check for
4866         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
4867         for `;' and `o' which might be electric.
4869         (sql-electric-stuff): New user option.
4870         (sql-magic-go): New function which uses `sql-electric-stuff'.
4871         (sql-magic-semicolon): New function which uses
4872         `sql-electric-stuff'.
4874         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
4875         is not fboundp.
4877         (sql-oracle-options): New variable.
4878         (sql-oracle): Use it.
4880         (sql-imenu-generic-expression): Doc change.
4881         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
4882         is used.
4884         (sql-informix): Added command line parameter "-" to force
4885         sql-informix-program to use stdout.
4887 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
4889         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
4890         (cp864-decode-table): Doc fix.
4891         (cp720-decode-table): New variable, supports the Arabic OEM
4892         codepage used by Windows.
4893         (cp737-decode-table): New, Greek OEM codepage used by Windows.
4895 2000-06-23  Dave Love  <fx@gnu.org>
4897         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
4898         (font-lock-fontify-anchored-keywords): Use
4899         line-beginning-position.
4900         (global-font-lock-mode): Use mapc.
4902 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
4904         * eshell/esh-module.el: Require CL when compiling.
4906 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
4908         * comint.el (comint-substitute-in-file-name): Call replace-match
4909         with second and third arg t.
4911         * cus-edit.el (custom-button-face, custom-button-pressed-face):
4912         Specify foreground color.
4914         * faces.el (tool-bar, mode-line, header-line): Specify foreground
4915         color.
4917         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4919         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
4920         cddr instead of cdddr.
4922         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
4923         instead of copy-list.
4925         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
4926         of copy-list.
4928         * subdirs.el: Add eshell subdirectory.
4930         * eshell: New subdirectory containing the Eshell package.
4932         * pcomplete.el: New file.
4934 2000-06-23  Paul Eggert  <eggert@twinsun.com>
4936         * mail/mailpost.el (post-mail-send-it): Make sure file has
4937         proper permissions from birth.
4939         * files.el (basic-save-buffer-2): When temporarily setting
4940         file modes, set them to current modes plus 0200, not to 0777.
4942         * emerge.el (emerge-make-temp-file): Make sure file has proper
4943         permissions from birth.
4945 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
4947         * files.el (make-backup-file-name-1): On DOS/Windows, run the
4948         backup file name through convert-standard-filename.
4950         * dos-fns.el (convert-standard-filename): Convert leading
4951         directories as well.  When long file names are supported, convert
4952         characters that are invalid in Windows file names.
4954 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4956         * ps-print.el: Fix bug: if ^L is the very first buffer character,
4957         ps-print crashes.  New feature: page selection for printing.  Create
4958         raw-text-unix coding system for XEmacs.  Doc fix.
4959         (ps-print-version): New version number (5.2.3).
4960         (ps-plot-region): Bug fix.
4961         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
4962         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
4963         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
4964         funs.
4965         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
4966         (ps-last-page): New vars.
4968 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
4970         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
4971         empty option string.
4973 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
4975         * man.el (man): Doc fix.
4977 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
4979         * international/mule-cmds.el (set-language-info-alist): Docstring
4980         fixed.
4982 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
4984         * version.el (emacs-version): Use ISO date format.
4986         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
4987         instead of `M-backspace'.
4989         * simple.el (turn-off-auto-fill): New function.
4991 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
4993         * jit-lock.el (with-buffer-prepared-for-jit-lock):
4994         Renamed from with-buffer-prepared-for-font-lock and use
4995         inhibit-modification-hooks rather than setting *-change-functions.
4996         Update all functions to use the new name.
4997         (jit-lock-first-unfontify-pos): New semantics (and doc).
4998         (jit-lock-mode): Make non-interactive.
4999         Don't automatically turn on font-lock.
5000         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
5001         Always use jit-lock-after-change.
5002         Remove and restore font-lock-after-change-function.
5003         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
5004         (jit-lock-after-unfontify-buffer): Remove.
5005         (jit-lock-stealth-fontify):
5006         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
5007         (jit-lock-after-change): Set the `fontified' text-prop to nil.
5009 2000-06-20  Sam Steingold  <sds@gnu.org>
5011         * emacs-lisp/cl-indent.el (toplevel): Indent
5012         `print-unreadable-object' properly.  Untabify.
5014 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5016         * textmodes/reftex.el (reftex-find-citation-regexp-format):
5017         Support for bibentry.
5018         (reftex-compile-variables): Fixed problem with end of section-re.
5020         * texmodes/reftex-dcr.el (reftex-view-crossref,
5021         reftex-view-crossref-from-bibtex):
5022         Deal with changed `reftex-find-citation-regexp-format'.
5023         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
5024         Replaced `remprop' with `put'.
5025         (reftex-view-crossref, reftex-view-crossref-when-idle):
5026         Support for bibentry.
5028         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5029         New entry for bibentry package.
5031         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5032         Regexp also matches "\nobibliography".
5034         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
5035         Call `reftex-ensure-write-access' before doing anything.
5036         (reftex-ensure-write-access): New function.
5038 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5040         * progmodes/idlwave.el: File re-installed (update to version 4.2)
5042         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
5044         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
5046         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
5049 2000-06-20  Dave Love  <fx@gnu.org>
5051         * faces.el (frame-background-mode): Use set-default, not set, in
5052         setter.
5053         (frame-update-faces, frame-update-face-colors): Define with
5054         defalias.
5056         * enriched.el (enriched-decode-foreground)
5057         (enriched-decode-background): Don't use internal-find-face.
5059         * apropos.el: Doc fixes.
5061         * cus-edit.el (customize-changed-options): Check arg.
5062         (customize-version-lessp): Don't require decimal point.
5064         * custom.el (defcustom, defgroup): Doc fix.
5066         * newcomment.el (comment) <defgroup>: Add :version.
5067         (comment-multi-line): Doc fix.
5069         * emulation/mlsupport.el (define-hooked-local-abbrev,
5070         define-hooked-global-abbrev): Fix, using define-abbrev.
5072 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
5074         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
5075         the whole buffer.
5077 2000-06-19  Dave Love  <fx@gnu.org>
5079         * menu-bar.el (menu-bar-options-save): New function.
5080         (menu-bar-options-menu): Use it.
5081         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
5082         Simplify.
5084 2000-06-19  Andreas Schwab  <schwab@suse.de>
5086         * progmodes/etags.el (tags-query-replace): Put new parameters
5087         START and END at the end, for backward compatibility.
5089 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
5091         * international/codepage.el:
5092         (cp-coding-system-for-codepage-1): Delete special codes for
5093         generating xxx-dos coding system because now a CCL based coding
5094         system can handle EOL conversion by default.
5096         * international/mule.el (make-coding-system): Generate subsidiary
5097         coding systems for EOL handling variants even for a CCL based
5098         coding system.
5100 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
5102         * international/isearch-x.el (isearch-minibuffer-input-method)
5103         (isearch-minibuffer-input-method-function): These variables
5104         deleted.
5105         (isearch-with-input-method): Don't use the above variables.
5106         (isearch-process-search-multibyte-characters): Likewise.  Call
5107         read-string with the arg INHERIT-INPUT-METHOD t.
5109 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
5111         * font-lock.el (font-lock-after-fontify-buffer)
5112         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
5114         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
5115         Use consistent make-local-variable style for font-lock-fontified.
5116         (jit-lock-fontify-buffer):
5117         Don't bother checking for font-lock-mode and jit-lock-mode.
5119         * time.el: Remove trailing ^M that prevent CVS-merging.
5121 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
5123         * Makefile.in (distclean): New target.
5125 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
5127         * Makefile.in (srcdir): Define for update-subdirs.
5129 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
5131         * find-lisp.el: New file.
5133 2000-06-16  Andrew Innes  <andrewi@gnu.org>
5135         * time.el (display-time-mail-function): New variable, to allow
5136         external packages to indicate when new mail is available.
5137         (display-time-update): Use it.
5139 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
5141         * international/mule.el (mule-version): Change version name to
5142         SAKAKI.  AOI has already been used by Meadow.
5144         * international/quail.el (quail-show-guidance-buf): To find the
5145         bottom window (but minibuffer), pay attention to the height of
5146         minibuffer.
5148 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
5150         * arc-mode.el (archive-mode-map): Use the new menu-item format for
5151         menu-bar menus.  Add help strings.  Don't remove the Edit menu
5152         from the menu bar, as the menu bar has enough space now.
5154         * Makefile.in (SHELL): Make sure /bin/sh is used.
5156         * woman.el (woman-man-buffer): Fix bold and underlined CJK
5157         characters, which use series of two ^H characters instead of one.
5159 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
5161         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
5162         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5163         functions.
5164         (Info-find-node-2): Try a case-sensitive search first, then
5165         do a case-insensitive search.
5167         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
5168         tutorials.
5170         * complete.el (PC-env-vars-alist): New variable.
5171         (PC-complete-as-file-name): New function.
5172         (partial-completion-mode): Initialize PC-env-vars-alist from
5173         process-environment.
5174         (PC-do-completion): Handle completion of env vars.
5176         * info.el (Info-set-mode-line): Show file name in mode line,
5177         use `*Info*' instead of `Info:'.
5179         * startup.el (command-line-1): Change copyright messages to year
5180         2000.
5182 2000-06-15  Dave Love  <fx@gnu.org>
5184         * net/goto-addr.el (goto-address-fontify): Use keymap property,
5185         not local-map.
5187 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
5189         * international/mule.el (set-buffer-file-coding-system): Almost
5190         rewritten to handle `undecided' as no-op.
5192 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
5194         * Makefile.in: New file.
5196         * Makefile: Removed.
5198         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
5199         (goto-address-highlight-keymap): Bind C-c RET.
5201 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
5203         * mail/sendmail.el (sendmail-send-it): The temporary buffer
5204         inherits buffer-file-coding-system of the current buffer.
5206         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
5207         0.  Give correct argument to set-auto-coding-function.
5208         (tar-expunge): For goto-char, use (point-min), not 0.
5209         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
5210         (tar-subfile-save-buffer): Likewize.
5212         * international/mule.el
5213         (after-insert-file-set-buffer-file-coding-system): Call
5214         set-buffer-file-coding-system with the arg FORCE t.
5216 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
5218         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
5219         nil.  Contemporary sendmails issue an X-Authentication-Warning if
5220         the sender is set with `-f'.
5222 2000-06-13  Dave Love  <fx@gnu.org>
5224         * help.el (describe-function-1): Kluge around cases of functions
5225         fset to subrs whose doc doesn't match their symbol-name.
5227         * image.el (insert-image): Default STRING to a space.
5229         * info.el Doc fixes.
5230         (Info-build-node-completions): Match Ref tags.
5232 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
5234         * frame.el (display-multi-frame-p, display-multi-font-p): New
5235         defaliases for display-graphic-p.
5237         * hl-line.el: Fixed a typo in commentary.
5239 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
5241         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
5242         fixed.
5244 2000-06-12  Dave Love  <fx@gnu.org>
5246         * image.el (insert-image): Save a little consing.
5248 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
5250         * language/tibet-util.el: Convert all tibetan-1-column characters
5251         to the corresponding tibetan characters.
5252         (tibetan-add-components): Delete code for the special treatment of
5253         'a chung.
5255         * language/tibetan.el (tibetan-composable-pattern): Fix previous
5256         change.
5257         (tibetan-vowel-transcription-alist): More rules added.
5258         (tibetan-composite-vowel-alist): New variable.
5259         (tibetan-precomposition-rule-alist): More rules added.
5261 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
5263         * startup.el (command-line): Only call menu-bar-mode if interactive.
5265         * thingatpt.el (toplevel symbol-properties):
5266         * textmodes/makeinfo.el (makeinfo-compile):
5267         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5268         * progmodes/hideif.el (hif-compress-define-list)
5269         (hide-ifdef-use-define-alist):
5270         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
5271         (ange-ftp-vms-add-file-entry):
5272         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
5273         * man.el (Man-build-man-command):
5274         * mail/rnewspost.el (news-reply-header-hook):
5275         * info.el (Info-insert-dir):
5276         * emulation/mlconvert.el (backward-word, forward-word, setq):
5277         * emacs-lisp/gulp.el (gulp-send-requests):
5278         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
5279         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
5280         (byte-optimize-apply, end of file):
5281         * emacs-lisp/advice.el (ad-advice-class-completion-table)
5282         (ad-make-freeze-definition):
5283         * startup.el (command-line, command-line-1): Don't quote lambdas.
5285         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
5286         (cvs-cleanup-removed): New function.
5287         (cvs-cleanup-functions): New var.
5288         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
5289         some flexibility in specifying additional entries to auto-cleanup.
5290         (cvs-quickdir): New function.
5291         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
5292         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
5293         (cvs-mode-find-file): Check that we are on a filename or dirname
5294         when invoked through a mouse-click.
5295         (cvs-full-path): Remove.
5296         (cvs-dired-action): Re-introduced.
5297         (cvs-dired-noselect): Use it.
5298         (vc-post-command-functions): use this new hook if available.
5300         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
5301         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
5302         (cvs-filename-map, cvs-dirname-map): Remove.
5303         (cvs-default-action): Remove.
5304         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
5305         if the arg is really a keymap.
5306         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
5307         Don't hardcode the mapping from state (aka type) to face, but check
5308         the var cvs-fi-<type>-face instead.
5309         (cvs-fileinfo-from-entries): New function.
5311         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
5312         Docstring fix.
5313         (cvs-find-file-and-jump): Change default to be safer.
5314         (cvs-mode-diff-map): Define it as a function as well.
5315         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
5316         Bind mouse-2 in this global map rather than with text-properties.
5318         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
5319         file to resolve the ambiguity between C(conflict) and C(need-merge).
5321 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
5323         * international/mule.el (set-buffer-file-coding-system): If
5324         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
5325         unconditionally.
5327 2000-06-12  Dave Love  <fx@gnu.org>
5329         * wid-edit.el (widget-specify-button): Really suppress the face if
5330         required.
5332 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
5334         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
5336 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
5338         * imenu.el (imenu-generic-expression): Docstring fix.
5340         * composite.el (composition-function-table): Move the `put'
5341         below the autoload cookie so we can load the file before loaddefs.
5343         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
5345         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
5346         Handle easy-mmode-define-global-mode.
5347         For complex macros like define-minor-mode that can generate
5348         several autoload entries, try to autoload entries in the
5349         macroexpanded code.
5351         * emacs-lisp/easy-mmode.el (define-minor-mode):
5352         If KEYMAP is a symbol, just use it.
5353         Use byte-compile-current-file and load-file-name to infer the
5354         proper :require to pass to defcustom.
5355         Wrap the hook var into `progn' so as not to autoload it.
5356         Add a :autoload-end cookie.
5357         Be more careful about the evaluation of KEYMAP.
5358         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
5359         (define-derived-mode): Move define-abbrev-table outside of defvar.
5361 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
5363         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
5364         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
5365         (backup-compiled-files): Ignore errors during `tar'.
5366         (bootstrap): Make autoloads before elc files.
5368 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
5370         * international/mule.el (set-buffer-file-coding-system): If one of
5371         undecided-XXX is specified, change only EOL conversion.
5373         * international/mule-conf.el (unix): New alias for the coding
5374         system undecided-unix.
5376 2000-06-09  Dave Love  <fx@gnu.org>
5378         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
5380         * progmodes/executable.el: Byte compile dynamic.
5381         (executable-insert): Change custom type.
5382         (executable-find): Add autoload cookie.
5383         (executable-make-buffer-file-executable-if-script-p): New
5384         function.  After Noah Friedman.
5386         * files.el (after-save-hook): Customize, with
5387         executable-make-buffer-file-executable-if-script-p as an option.
5389 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
5391         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
5392         "tib24p-mule.bdf" for Tibetan.
5394         * composite.el (decompose-composite-char): Declare it as obsolete.
5396         * man.el (Man-fontify-manpage): Pay attention to underline and
5397         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
5399 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
5401         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
5402         Set maintainer to FSF since author isn't reachable.
5404 2000-06-08  Dave Love  <fx@gnu.org>
5406         * international/mule-cmds.el (select-safe-coding-system): If
5407         DEFAULT-CODING-SYSTEM is not specified, also check the most
5408         preferred coding-system if buffer-file-coding-system is
5409         `undecided'.  From Handa.
5411 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
5413         * international/mule.el
5414         (after-insert-file-set-buffer-file-coding-system): If the buffer
5415         size is greater than INSERTED, judget that we are not visiting.
5417 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
5419         * whitespace.el (defgroup whitespace): Comment out `:version'.
5420         XEmacs 20.4 has problems defining the group with this present.
5421         We'll have this commented out till get resolve the problem.
5423 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
5425         * align.el: Update from author.
5427 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
5429         * apropos.el (apropos-mode-hook): New user variable.
5430         (apropos-mode): Run apropos-mode-hook.
5432 2000-06-07  David Ponce  <david@dponce.com>
5434         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
5435         commands.  Require `wid-edit' at run-time.
5437 2000-06-07  David Ponce  <david@dponce.com>
5439         * recentf.el: Added some "Commentary".
5440         (recentf-open-more-files, recentf-edit-list): Minor changes to
5441         move the point at the top of the file list.  This behaviour is
5442         consistent with the menu one when the list contains a lot of
5443         files.
5444         (recentf-cleanup): Now displays the number of items removed from
5445         the list.
5446         (recentf-relative-filter) New menu filter to show filenames
5447         relative to `default-directory'.
5449 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5451         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
5452         with/without giving an error if PostScript printer doesn't have this
5453         kind of page size.  Zebra Stripe continues or restarts on next page.
5454         Manual/automatic paper feeding.  Switch or not the header.
5455         (ps-print-version): New version number (5.2.2).
5456         (ps-windows-system): Include emx as a Windows system.
5457         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
5458         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
5459         (ps-background-text): Code fix.
5460         (ps-error-handler-message, ps-user-defined-prologue)
5461         (ps-print-prologue-header, ps-printer-name)
5462         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
5463         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
5464         (ps-use-face-background): Customization fix.
5465         (ps-n-up-database): Data fix.
5466         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
5467         (ps-switch-header): New vars.
5468         (ps-xemacs-color-name, ps-face-foreground-name)
5469         (ps-face-background-name, ps-boolean-constant): New funs.
5471 2000-06-07  Dave Love  <fx@gnu.org>
5473         * allout.el: New version from Manheimer.
5475 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
5477         * textmodes/fill.el (fill-find-break-point): Check the validity of
5478         charset.
5480 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
5482         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5483         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5484         Call display-color-p and display-mouse-p instead of looking at
5485         window-system.
5487 2000-06-06  Dave Love  <fx@gnu.org>
5489         * image.el (find-image): Doc fix.  Return nil if image not found.
5490         (put-image, insert-image): Make STRING arg optional.
5492 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
5494         * language/vietnamese.el: Remove eval-when-compile.
5495         (viet-viscii-nonascii-translation-table): Define it as a
5496         translation table made from viet-viscii-decode-table.
5497         (viet-viscii-encode-table): Define it as a translation table made
5498         from the reverse map of above.
5499         (viet-vscii-nonascii-translation-table): Define it as a
5500         translation table made from viet-vscii-decode-table.
5501         (viet-vscii-encode-table): Define it as a translation table made
5502         from the reverse map of above.
5503         (ccl-decode-viscii): Use translate-character.
5504         (ccl-encode-viscii, ccl-encode-viscii-font)
5505         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
5506         Likewize.
5508         * language/cyrillic.el: Remove eval-when-compile.
5509         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
5510         translation table made from cyrillic-koi8-r-decode-table.
5511         (cyrillic-koi8-r-encode-table): Define it as a translation table
5512         made from the reverse map of above.
5513         (ccl-decode-koi8): Use translate-character.
5514         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
5515         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
5516         a translation table made from cyrillic-alternativnyj-decode-table.
5517         (cyrillic-alternativnyj-encode-table): Define it as a translation
5518         table made from the reverse map of above.
5519         (ccl-decode-alternativnyj): Use translate-character.
5520         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
5521         Likewize
5523         * international/mule-diag.el (non-iso-charset-alist): Specify
5524         translation table symbol instead of translation table itself.
5525         (list-block-of-chars): CHARSET may be a translation table symbol.
5527         * international/mule.el (make-coding-system): If CODING-SYSTEM
5528         already exists, override it.
5530         * international/fontset.el: Use family `proportional' for Tibetan
5531         fonts.
5533         * international/ccl.el (ccl-compile-translate-character): Don't
5534         check if Rrr has property translation-table.
5535         (ccl-compile-map-multiple): Modified to avoid compiler warning.
5537 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
5539         * info.el: Bind case-fold-search to t when searching in case
5540         a user sets it to nil in a hook.
5542 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
5544         * autoarg.el (autoarg-mode, autoarg-kp-mode):
5545         * hl-line.el (hl-line-mode): Use the new :global key argument.
5547         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
5548         (tar-clip-time-string): Prepend a space.
5549         (tar-grind-file-mode): Construct a string rather than modifying one.
5550         (tar-header-block-summarize): Fix docstring.
5551         Use `format' rather than an error-prone set of copy-loops.
5553         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
5554         (diff-goto-source, diff-unified->context, diff-context->unified)
5555         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
5556         understand the format output by the `-p' argument to diff.
5558         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
5559         (sh-re-done): Use defconst.
5560         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
5561         (sh-help-string-for-variable, sh-guess-basic-offset):
5562         Don't quote lambdas.
5563         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
5564         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
5566         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
5567         (mh-letter-mode): Derive from text-mode.
5568         This implicitly means that it now calls kill-all-local-variables.
5569         Also remove the Emacs-18 compatibility code.
5571         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
5572         Make use of symbol-property doc-string-elt.
5573         Use memq rather than a sequence of eq.
5574         (doc-string-elt): Fix the wrong or missing previously unused values.
5575         (autoload-print-form): New function extracted from
5576         generate-file-autoloads to allow recursion when handling progn
5577         so that defvar's and defun's docstrings are properly printed.
5578         (generate-file-autoloads): Use it.
5580         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
5581         Use find-file-hooks in the minor-mode function.
5582         Be careful not to loop indefinitely in the post-command-hook function.
5584 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
5586         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
5587         tty's.
5588         * ediff-diff.el (ediff-exec-process): Use --binary for fine
5589         differences whenever appropriate.
5590         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
5591         * viper.el (find-file, find-file-other-window): Get viper to do
5592         wildcards.
5594 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
5596         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
5597         (jit-lock-fontify-buffer): New function for JIT refontification.
5598         (jit-lock-mode): Fix docstring.
5599         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
5600         Remove jit-lock-after-change from the _local_ hook.
5601         (jit-lock-function-1): Fix docstring.
5603         * info.el (Info-on-current-buffer): Initialize info.
5605         * newcomment.el (comment-indent): Ignore comment-indent-hook.
5607         * progmodes/tcl.el (tcl-indent-for-comment):
5608         Ignore comment-indent-hook.
5610         * emacs-lisp/easy-mmode.el: Require CL during compilation.
5611         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
5612         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
5613         and improve to use the lighter to guess the capitalization.
5614         (define-minor-mode): Inline code from easy-mmode-define-toggle.
5615         Add keyword arguments to specify global-ness or the custom group.
5616         Add local-map and help-echo properties to the lighter.
5617         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
5618         (easy-mmode-define-global-mode): New macro.
5620 2000-06-02  Dave Love  <fx@gnu.org>
5622         * wid-edit.el: byte-compile-dynamic since we typically don't use
5623         all the widgets.  Don't require cl or widget.  Remove
5624         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
5625         (widget-read-event): Removed.  Callers changed to use read-event.
5626         (widget-button-release-event-p): Renamed from
5627         button-release-event-p.
5628         (widget-field-add-space, widget-field-use-before-change):
5629         Uncustomize.
5630         (widget-specify-field): Use keymap property, not local-map.
5631         (widget-specify-button): Obey :suppress-face.
5632         (widget-specify-insert): Use modern backquote syntax.
5633         (widget-image-directory): Renamed from widget-glyph-directory.
5634         (widget-image-enable): Renamed from widget-glyph-enable.
5635         (widget-image-find): Replaces widget-glyph-find.
5636         (widget-button-pressed-face): Move defvar.
5637         (widget-image-insert): Replaces widget-glyph-insert.
5638         (widget-convert): Use keywordp.
5639         (widget-leave-text, widget-children-value-delete): Use mapc.
5640         (widget-keymap): Remove XEmacs stuff.
5641         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
5642         (widget-button-click): Don't set point at the click, but re-centre
5643         if we scroll out of window.  Rewritten for images v. glyphs &c.
5644         (widget-tabable-at): Use POS arg, not point.
5645         (widget-beginning-of-line, widget-end-of-line)
5646         (widget-item-value-create, widget-sublist, widget-princ-to-string)
5647         (widget-sexp-prompt-value, widget-echo-help): Simplify.
5648         (widget-default-create): Use widget-image-insert; some rewriting.
5649         (widget-visibility-value-create)
5650         (widget-push-button-value-create, widget-toggle-value-create): Use
5651         widget-image-insert.
5652         (checkbox): Create on and off images dynamically.
5653         (documentation-link): Change :help-echo.
5654         (widget-documentation-link-echo-help): Remove.
5656 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
5658         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
5660         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
5661         (easy-mmode-define-toggle, define-minor-mode): Use it.
5662         (easy-mmode-define-keymap): Docstring fix.
5663         (define-derived-mode): Default PARENT to fundamental-mode.
5664         Add the derived-mode-parent symbol-property.
5665         (easy-mmode-derived-mode-p): New function.
5667 2000-06-02  Dave Love  <fx@gnu.org>
5669         * files.el (convert-standard-filename): Doc fix.
5670         (normal-backup-enable-predicate): New function.
5671         (backup-enable-predicate): Use it to replace the lambda form.
5673         * calendar/todo-mode.el: [This needs more work on the outline
5674         stuff.]  Doc fixes.
5675         (todo) <defgroup>: Add :version.
5676         (todo-add-category): Don't use pushnew.
5677         (todo-cmd-raise): Fix typo.
5678         (todo-top-priorities): Change temp buffer name.
5679         (todo-category-alist): Avoid redundant lambda.
5680         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
5681         Use outline-next-heading.
5683         * autoarg.el: Rewritten to use define-minor-mode.
5684         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
5685         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
5687 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
5689         * isearch.el (isearch-other-meta-char): Fix previous change.
5691 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
5693         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
5694         (log-edit-done): Only add the comment to the ring if it's different
5695         from the last comment entered.
5697         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5699 2000-06-01  Dave Love  <fx@gnu.org>
5701         * hl-line.el: Rewritten using define-minor-mode.
5703         * help.el (describe-function-1): Distinguish special form from
5704         builtin function.  Sanity-check presence of arglist for builtins.
5706 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
5708         * international/characters.el: Fix syntax/category setting of
5709         Tibetan characters.
5711         * language/tibet-util.el (tibetan-add-components): Fixes for new
5712         encoding of Tibetan characters.
5713         (tibetan-decompose-precomposition-alist): New variable.
5714         (tibetan-decompose-region): Convert precomposed characters to
5715         non-precomposed characters.
5716         (tibetan-decompose-string): Likewise.
5717         (tibetan-composition-function): Fix args to
5718         thibetan-compose-string.
5720         * language/tibetan.el (tibetan-composable-pattern): More
5721         characters included.
5722         (tibetan-consonant-transcription-alist): Rule for "R" added.
5723         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
5724         "+R" added.
5725         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
5727         * language/lao-util.el (lao-composition-function): Fix args to
5728         compose-string.
5730         * language/thai-util.el (thai-composition-function): Fix args to
5731         compose-string.
5733         * isearch.el (isearch-update): Set disable-point-adjustment to t
5734         to prevent the point moving to the end of a composition when a
5735         part of a composition is searched.
5736         (isearch-other-meta-char): If the key invoking this command can be
5737         mapped by function-key-map to a printing char, call
5738         isearch-process-search-char directly.
5740 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
5742         * emacs-lisp/bytecomp.el:
5743         * frame.el:
5744         * international/mule-cmds.el:
5745         * international/mule-util.el:
5746         * international/mule.el:
5747         * mouse.el:
5748         * subr.el:
5749         * faces.el: Update calls to make-obsolete with a WHEN argument.
5751         * byte-run.el (make-obsolete, make-obsolete-variable):
5752         Add an optional WHEN argument and change the format of the
5753         symbol-property information.
5754         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
5755         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
5756         new obsolete-symbol-property format and print WHEN if it is provided.
5758 2000-05-31  Dave Love  <fx@gnu.org>
5760         * loadhist.el (loadhist-hook-functions): Remove
5761         before-change-function, after-change-function.
5762         (unload-feature): Deal with symbols which are both bound and
5763         fbound.
5765         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
5766         before-change-function, after-change-function.
5768         * simple.el (newline): Don't bind before-change-function,
5769         after-change-function.
5771 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
5773         * whitespace.el (whitespace-rescan-timer-time): Update interval
5774         set to 600 seconds (10 minutes) instead of 60 seconds since
5775         a large number of whitespace buffers causes emacs to `freeze'
5776         for a considerable amount of time.
5778         * whitespace.el: Updated email address
5780 2000-05-31  Dave Love  <fx@gnu.org>
5782         * add-log.el (change-log-font-lock-keywords) <function>: Add
5783         pattern for function of change.
5784         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
5785         acknowledgements patterns.
5787 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
5789         * isearch.el (isearch-printing-char): If keyboard coding system is
5790         being used, call isearch-process-search-multibyte-characters.
5792         * international/isearch-x.el: Mostly rewritten.
5794         * international/quail.el (quail-start-conversion): Don't include
5795         unhandled events in the returned events, but set them in
5796         unread-command-events.  Exit if all inputs are deleted.
5798 2000-05-30  Jason Rumney  <jasonr@gnu.org>
5800         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
5802         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
5803         Reenable code to create initial fontsets.
5804         Use set-fontset-font in place of put-charset-property.
5806 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
5808         * progmodes/perl-mode.el (perl-indent-line): When looking for a
5809         label, ensure that the first colon isn't followed by another.
5811         * paths.el (Info-default-directory-list): Doc fix.
5813         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
5814         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5815         send a query containing USER only, not USER@HOST.
5817         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
5818         and rmail-msgend to compute the restriction at the end, instead of
5819         computing it.
5821 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
5823         * dabbrev.el (dabbrev-expand): Don't display messages in the
5824         echo area if the minibuffer window is active.
5826         * jit-lock.el (jit-lock-mode): Add after change function to
5827         local hook.
5829 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
5831         * antlr-mode.el: New commands: hide/unhide actions,
5832         upcase/downcase literals.
5833         (antlr-tiny-action-length): New user option.
5834         (antlr-hide-actions): New command.  Suggested by
5835         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
5836         (antlr-mode-map): New binding [C-c C-v].
5837         (antlr-mode-menu): New entries.
5838         (antlr-downcase-literals): New command.
5839         (antlr-upcase-literals): Ditto.
5841         * antlr-mode.el: Minor changes: indendation, mode-name.
5842         (antlr-indent-line): Indent cpp directive at column 0.
5843         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
5845         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
5846         (antlr-font-lock-additional-keywords): Workaround for intentional
5847         bug in XEmacs version of font-lock.
5848         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
5849         be used by a smarter version of `buffers-menu-grouping-function'.
5851 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
5853         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
5854         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
5856 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
5858         * international/encoded-kb.el
5859         (encoded-kbd-iso2022-designation-map): Pay attention to that
5860         charset-iso-final-char return -1 for eight-bit-control and
5861         eight-bit-graphic.
5863 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
5865         * speedbar.el (speedbar-use-images, speedbar-update-flag)
5866         (speedbar-easymenu-definition-base): Use display-graphic-p where
5867         available, instead of window-system.
5869 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
5871         * international/codepage.el (cp-coding-system-for-codepage-1): Add
5872         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
5873         coding systems.
5875 2000-05-26  Dave Love  <fx@gnu.org>
5877         * disp-table.el (standard-display-underline): Don't use
5878         internal-find-face.
5880         * mail/reporter.el: Maintainer change.  Doc fixes.
5881         (reporter-version): Deleted.
5883         * emacs-lisp/elp.el: Maintainer change.
5884         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
5886 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
5888         * add-log.el (add-change-log-entry): Merge the current entry with the
5889         previous one if the previous one is empty.
5891 2000-05-26  Dave Love  <fx@gnu.org>
5893         * loadhist.el (unload-feature): Fix interactive spec [from
5894         lijnzaad@ebi.ac.uk].
5896         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
5897         subr-arity to check primitives.
5898         (byte-compile-flush-pending, byte-compile-file-form-progn)
5899         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
5900         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
5901         mapcar.
5903 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
5905         * international/fontset.el: Set family names of non-latin charsets
5906         in default fontset to "*".
5908         * international/mule-diag.el (print-fontset): Combine family part
5909         and registry part of the fontname by "-*-" instead of "-".
5911         * international/mule-cmds.el (encode-coding-char): Make strings
5912         multibyte before calling encode-coding-string.
5914 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
5916         * derived.el: Fix keywords.
5917         (define-derived-mode): Only define if needed.
5919         * simple.el (fill-comment, comment-column, comment-start)
5920         (comment-start-skip, comment-end, comment-indent-function)
5921         (block-comment-start, block-comment-end, indent-for-comment)
5922         (set-comment-column, kill-comment, comment-padding, comment-region)
5923         (comment-multi-line, indent-new-comment-line): Remove.
5925         * bindings.el (esc-map): Change ; to comment-dwim and use the new
5926         function names for comment operations.
5928         * newcomment.el: Add abundant autoload cookies.
5929         (comment-style): Don't depend on runtime data at compile-time.
5930         (comment-indent-hook): Remove.
5931         (comment-indent): Check if comment-indent-hook is bound.
5932         (comment-region): Docstring fix.
5934 2000-05-25  Dave Love  <fx@gnu.org>
5936         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
5937         byte-code-function-p.
5939         * mail/rmailsum.el: Add provide.
5941         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
5943         * smerge-mode.el (smerge-diff-switches): Don't use list* in
5944         defcustom.
5946 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
5948         * ediff-diff.el (ediff-exec-process): delete --binary option from
5949         non-buffer ediff jobs.
5951 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
5953         * hilit-chg.el (highlight-changes-mode): Ask about color or
5954         grayscale support, not about window-system.
5956         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
5957         window-system.
5958         (ffap-highlight): Always default to t.
5960         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
5961         display-popup-menus-p instead of looking at window-system.
5963         * disp-table.el (standard-display-g1, standard-display-graphic):
5964         Only refuse to use string glyphs on X and MS-Windows.
5966         * avoid.el: Remove window-system from commentary, suggest to use
5967         display-*-p instead.
5969         * apropos.el (apropos-print): Use display-mouse-p instead of
5970         window-system.
5972 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
5974         * international/codepage.el (cp-decoding-vector-for-codepage):
5975         Fill up unsupported characters with their own codes.  From Kenichi
5976         Handa.
5978 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
5980         * international/mule-diag.el (describe-char-after): Use
5981         display-graphic-p instead of window-system, so that this function
5982         works on MS-DOS.
5984 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
5986         * international/codepage.el (cp-make-coding-systems-for-codepage):
5987         Remove the eight-bit-graphic and eight-bit-control charsets from
5988         the list of charsets which we convert into `?'.
5990 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
5992         * international/mule-conf.el: Specify CHARSET-ID explicitely for
5993         private charsets.
5994         (mule-unicode-0100-24ff, japanese-jisx0213-1,
5995         japanese-jisx0213-2): New charsets.
5997         * international/fontset.el: Setup default fontset for new charsets.
5999 2000-05-24  Dave Love  <fx@gnu.org>
6001         * info.el (Info-find-node-2): Restructure [following "Vadim
6002         S. Solomin" <sovs@uic.nnov.ru>].
6004         * icomplete.el: Fix header for Finder.
6006 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
6008         * rmailout.el (rmail-output-to-rmail-file): Added optional param
6009         STAY.
6011         * rmail.el (rmail-automatic-folder-directives): New user variable.
6012         (rmail-show-message): Add call to `rmail-auto-file' during
6013         display.
6014         (rmail-auto-file): New function.
6016 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
6018         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6019         account.
6020         (ediff-test-utility,ediff-diff-mandatory-option)
6021         (ediff-reset-diff-options): Utilities for proper initialization of
6022         ediff-diff-options and ediff-diff3-options on Windows.
6024         * ediff-init.el (ediff-merge-filename-prefix): New customizable
6025         variable.
6027         * ediff-mult.el (ediff-filegroup-action): Use
6028         ediff-merge-filename-prefix.
6030 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
6032         * viper-ex.el (ex-write): Set selective display to nil.
6034 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
6036         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
6037         aliases for hebrew-iso-8bit.
6039 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
6041         * woman.el: New version from Francis J. Wright
6042         <F.J.Wright@Maths.QMW.ac.uk>.
6043         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6044         names in environment variables regardless of the path separator.
6045         (woman-topic-all-completions-1): Don't call file-name-directory-p
6046         on all files, since woman-file-regexp already filters out any
6047         directories.
6049 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
6051         * international/quail.el (quail-start-translation): Don't change
6052         modified-p of the current buffer.
6053         (quail-start-conversion): Likewise.
6055         * international/kkc.el (kkc-region): Don't change modified-p of
6056         the current buffer.
6058         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
6059         conform to RFC1468.
6060         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
6062 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
6064         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
6065         (speedbar-insert-button): Invisible text property fix.
6066         (speedbar-directory-plus): Renamed from speedbar-directory-+
6067         (speedbar-directory-minus): Renamed from speedbar-directory--
6068         (speedbar-page-plus): Renamed from speedbar-file-+
6069         (speedbar-page-minus): Renamed from speedbar-file--
6070         (speedbar-page): Renamed from speedbar-file-
6071         (speedbar-tag): Renamed from speedbar-tag-
6072         (speedbar-tag-plus): Renamed from speedbar-tag-+
6073         (speedbar-tag-minus): Renamed from speedbar-tag--
6074         (speedbar-expand-image-button-alist): Use above renames.
6076         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
6077         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
6078         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
6079         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
6080         * sb-pg.xpm: Renamed from sb-file.xpm
6081         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
6082         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
6084 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
6086         * international/quail.el (quail-show-guidance-buf): Set
6087         current-input-method of the guidance buffer to the name of the
6088         curren input method.
6090 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
6092         * progmodes/compile.el (compile-internal): Style typo.
6094         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
6095         quote vars and functions in the docstring.
6097         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
6099         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
6100         Don't quote lambdas.
6102         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
6104 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
6106         * startup.el (command-line): Determine source file of compiled
6107         user init file differently.  Warn if compiled user init file
6108         is older than its source file.
6110         * ffap.el (ffap-url-regexp): Add `https'.
6112 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
6114         * files.el (make-backup-file-name-1): Replace slashes with `!'
6115         rather than `|' (which is not allowed on Windows).  Replace the
6116         drive letters with a string "drive_X".
6118 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
6120         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
6122         * files.el (interpreter-mode-alist): Add `bash2'.
6124 2000-05-22  Dave Love  <fx@gnu.org>
6126         * loadhist.el (feature-symbols, file-provides, file-requires): Use
6127         mapc.
6128         (feature-file): Avoid calling symbol-name.  Doc fix.
6129         (file-set-intersect, file-dependents): Use dolist, not mapcar.
6130         (loadhist-hook-functions): Add mouse-position-function.
6131         (unload-feature): Change uses of mapcar.
6133         * files.el (parse-colon-path): Doc fix.
6134         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
6135         (set-auto-mode): Use mapc.
6137         * complete.el (PC-look-for-include-file): Use :alnum: character
6138         class.
6139         (partial-completion-mode): Add autoload cookie.
6141 2000-05-22  Sam Steingold  <sds@gnu.org>
6143         * info.el (Info-fontify-node): Fixed the call to
6144         `add-text-properties' (bug introduced on 2000-05-18).
6146 2000-05-22  Dave Love  <fx@gnu.org>
6148         * bindings.el: Remove debug-ignored-errors set in other files.
6150         * progmodes/etags.el: Add to debug-ignored-errors.
6151         (visit-tags-table-buffer): Clear out buffers holding old tables
6152         when making a new list.
6153         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
6154         mapc.
6156         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
6157         quote keywords.
6158         (cmpl-string-case-type): Use character classes.
6160         * comint.el:
6161         * textmodes/ispell.el:
6162         * imenu.el:
6163         * mail/mh-e.el:
6164         * progmodes/compile.el: Add to debug-ignored-errors.
6166         * dabbrev.el: Add to debug-ignored-errors.
6167         (dabbrev-completion): Use mapc.
6169 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
6171         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
6172         (woman-mapcan, woman-parse-man.conf)
6173         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
6174         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
6175         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
6176         path syntax better.
6177         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
6178         (woman-manpath): Call woman-parse-man.conf.
6179         (woman-emulation): New defcustom, defaults to nroff.
6180         (woman-font-support): New defconst.
6181         (woman-use-symbol-font): New defcustom.
6182         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
6183         "Emulation".
6184         Many functions: Doc fix.
6186 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
6188         * international/quail.el (quail-simple-translation-keymap): Map
6189         128..255 to quail-self-insert-command.
6190         (quail-keyboard-layout-alist): Add definition for "pc102-de".
6192 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
6194         * help.el (help-manyarg-func-alist): Typo.
6196         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
6197         intervals which makes it heaps simpler.
6199         * newcomment.el (comment-region-internal): Go back to BEG after quoting
6200         the nested comment markers.
6202         * subr.el (remove-hook): Don't turn the hook's value into a list.
6204 2000-05-21  Dave Love  <fx@gnu.org>
6206         * edmacro.el (edmacro-parse-keys): Return vector if any elements
6207         are invalid characters.
6209         * international/mule-util.el (detect-coding-with-priority): Use
6210         mapc.  Remove redundant lambda.
6212         * international/mule-diag.el (list-non-iso-charset-chars)
6213         (describe-fontset): Remove redundant lambda.
6215         * emulation/crisp.el (brief-mode): New alias.
6217         * emacs-lisp/ring.el (ring-elements): New function.
6219         * emacs-lisp/easymenu.el (easy-menu-create-menu)
6220         (easy-menu-do-add-item): Use keywordp.
6222         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
6224         * replace.el: Doc and error message fixes.
6225         (replace-highlight): Use facep, not internal-find-face.
6227 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
6229         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
6231         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
6232         (log-edit-insert-changelog): Drop `:' as well.
6234         * log-view.el: Fix file description.
6235         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
6236         available.
6237         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
6238         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
6240         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
6241         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
6242         Print a status message if the toggle is called interactively.
6243         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
6244         for global minor modes and use `defcustom' for them.
6245         Use add-minor-mode.
6246         (easy-mmode-define-derived-mode): Remove.
6247         (define-derived-mode): Fancier default docstring.
6248         (easy-mmode-define-navigation): Signal an error rather than (ding).
6250         * newcomment.el (comment-styles): New `box-multi'.
6251         (comment-normalize-vars): Better default for comment-continue to
6252         avoid whitespace-only continuations.
6253         (comment-search-forward): Always move even in the no-syntax case.
6254         (comment-padright): Only obey N if it's only obeyed for padleft.
6255         (comment-make-extra-lines): Better handling of empty continuations.
6256         Use `=' for the filler if comment-start has only one character.
6257         (uncomment-region): Try handling the special `=' filler.
6258         (comment-region): Allow LINES even if MULTI is nil.
6259         (comment-box): Choose box style based on comment-style.
6261 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
6263         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
6264         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
6266 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
6268         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
6269         and insert, not subst-char-in-region.
6271         * international/mule-diag.el (list-character-sets-1): Handle
6272         charsets eight-bit-control and eight-bit-graphic.
6273         (list-iso-charset-chars): Likewise.
6274         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
6275         charactes as is.  Use indent-to to align characters.
6277         * international/mule-cmds.el (find-multibyte-characters): Never
6278         exclude charsets eight-bit-control and eight-bit-graphic.
6280 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
6282         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
6283         Don't quote lambdas.
6285         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
6287 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
6289         * gud.el (gud-jdb-directories): Doc fix.
6291 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
6293         * newcomment.el: New file.
6295 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
6297         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
6299 2000-05-18  Andreas Schwab  <schwab@suse.de>
6301         * dired.el (dired-between-files): Also skip lines beginning with
6302         `used'.
6304 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
6306         * msb.el (msb-menu-cond): Add choice `user'.
6308 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6310         * ps-print.el: Compatibility, customization and doc fix.
6311         (ps-printer-name-option): Replace defconst by defvar.
6312         (ps-postscript-code-directory): XEmacs compatibility.
6313         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
6314         fix.
6315         (ps-user-defined-prologue, ps-print-prologue-header)
6316         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
6317         compatibility and code fix.
6318         (ps-print-background-image, ps-print-background-text):
6319         Customization fix.
6320         (ps-line-number-start, ps-n-up-on): New vars.
6322 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
6324         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
6325         the indent-comment function to just return the appropriate indent.
6327 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
6329         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
6330         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
6331         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
6333 2000-05-18  Dave Love  <fx@gnu.org>
6335         * info.el (Info-fontify-node): Add intangible property as well as
6336         invisible.
6338         * calendar/appt.el (appt-make-list): Match all lines of entry.
6339         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
6341 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
6343         * international/mule-diag.el (describe-char-after): Call
6344         internal-char-font, not char-font.  If internal-char-font returns
6345         nil, display "-- none --".
6347 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
6349         * image.el (image-type-available-p): Don't reference image-types
6350         if it isn't bound.
6352 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
6354         * autoarg.el (autoarg-mode): Typo in the :set argument.
6356 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
6358         * startup.el (command-line-1): Don't signal an error if the
6359         directory for auto-save-list files does not yet exist.
6361 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
6363         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
6365 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
6367         * subr.el (remove-hook): `setq' hook-value, not `set'.
6369 2000-05-16  Sam Steingold  <sds@gnu.org>
6371         * info.el (debug-ignored-errors): More errors to ignore.
6373 2000-05-16  Dave Love  <fx@gnu.org>
6375         * cus-edit.el: Don't require cl or easymenu.
6376         (custom-variable-prompt): Test standard-value property, not
6377         user-variable-p.
6379 2000-05-16  Sam Steingold  <sds@gnu.org>
6381         * subr.el (add-hook): `setq' hook-value, not `set'.
6383 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
6385         * startup.el (command-line-1): Mention the FAQ in the startup
6386         message.
6388         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
6390         * progmodes/compile.el (compilation-parse-errors): Collect
6391         `nomessage' regexps last.
6393         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
6395         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
6396         to the function name.
6398 2000-05-15  Dave Love  <fx@gnu.org>
6400         * speedbar.el (speedbar-recenter): Typo.
6401         (speedbar-expand-line): Make arg optional.
6402         (speedbar-mode): Avoid a compiler warning.
6404 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
6406         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
6407         user-specified option string is empty.
6409         * mouse.el (mouse-yank-at-click): Doc fix.
6411 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
6413         * term/internal.el (IT-character-translations): More updates of
6414         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
6415         documents.
6417 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
6419         * env.el (getenv): New function, interactively callable.
6420         (setenv, getenv): Remove autoload cookies.
6422         * loadup.el: Load `env'.
6424         * progmodes/f90.el: Change author's mail address.
6426 2000-05-14  Dave Love  <fx@gnu.org>
6428         * mail/rmail.el (rmail-show-message-hook): Customize and offer
6429         goto-addr as an option.
6431         * help.el (help-xref-stack): Doc fix.
6432         (help-xref-following): New variable.
6433         (help-make-xrefs): Use it.
6434         (help-xref-go-back): Use position information from stack element.
6435         (help-follow): Make position in stack element a pair.  Use
6436         help-xref-following.
6438         * autoarg.el: New file.
6440         * faces.el: Declare more functions obsolete.
6442         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
6443         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
6444         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
6445         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
6446         Remove all the setup-...-environment functions.
6448 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
6450         * speedbar.el: Updated the commentary section.  xemacs20p now uses
6451         >= when detecting.  Require `defimage' safely.
6452         (speedbar-easymenu-definition-base): Add toggle for images.
6453         (speedbar-easymenu-definition-special): Add flush cache & expand.
6454         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
6455         (speedbar-reconfigure-keymaps-hook): New variable.
6456         (speedbar-frame-parameters): Updated documentation.
6457         (speedbar-use-imenu-flag): Updated custom tag
6458         (speedbar-dynamic-tags-function-list): New variable.
6459         (speedbar-tag-hierarchy-method): Updated doc & custom.
6460         (speedbar-indentation-width, speedbar-indentation-width) New
6461         variables.
6462         (speedbar-hide-button-brackets-flag): Customizable.
6463         (speedbar-vc-indicator): Doc update.
6464         (speedbar-ignored-path-expressions): Updated default value.
6465         (speedbar-supported-extension-expressions): Updated default value.
6466         (speedbar-syntax-table): Remove {} paren status.
6467         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
6468         as "+".  Added overlay aliases.
6469         (speedbar-mode): Use `speedbar-mode-line-update' instead of
6470         `force-mode-line-update'.
6471         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
6472         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
6473         `mouse-set-point'
6474         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
6475         (speedbar-item-info-tag-helper): Revamped to handle a wider range
6476         of arbitrary text, and new helper functions.
6477         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
6478         filename finder.
6479         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
6480         (speedbar-directory-buttons): Update path search/expansion.
6481         (speedbar-make-tag-line): Pay attention to
6482         `speedbar-indentation-width'.  Use more care w/ invisible
6483         properties.
6484         (speedbar-change-expand-button-char): Call
6485         `speedbar-insert-image-button-maybe'.
6486         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
6487         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
6488         (speedbar-trim-words-tag-hierarchy)
6489         (speedbar-simple-group-tag-hierarchy): New functions
6490         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
6491         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
6492         functions.
6493         (speedbar-mouse-set-point): New function
6494         (speedbar-power-click): Updated documentation.
6495         (speedbar-line-token, speedbar-goto-this-file): Handle more types
6496         of tag prefix text.
6497         (speedbar-expand-line, speedbar-contract-line): Make more robust
6498         to strange text.
6499         (speedbar-expand-line): Takes universal argument to flush the
6500         cache.
6501         (speedbar-flush-expand-line): New function.
6502         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
6503         Use new generator insertion method.
6504         (speedbar-fetch-dynamic-tags): New function.
6505         (speedbar-fetch-dynamic-imenu): Removed code now handled in
6506         `speedbar-fetch-dynamic-imenu'.
6507         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
6508         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
6509         "Revert Buffer" menu items.
6510         (speedbar-buffer-buttons-engine): Be smarter when creating a
6511         filename tag (for expansion purposes.).
6512         (speedbar-highlight-one-tag-line,
6513         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
6514         (speedbar-recenter): New functions.
6515         (defimage-speedbar): Image loading abstraction.
6516         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
6517         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
6518         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
6519         (speedbar-tag-type, speedbar-tag-mail): New images.
6520         (speedbar-expand-image-button-alist): New variable.
6521         (speedbar-insert-image-button-maybe): Insert an image over some
6522         buttons.
6524 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
6526         * international/mule-cmds.el (encode-coding-char): An ASCII
6527         character is always encodable.
6529         * international/mule-conf.el: Add more information in descriptions
6530         of character sets.
6532         * international/mule-diag.el (describe-char-after): New function.
6533         (describe-font-internal): Adjusted for the change of font-info.
6534         (describe-font): Likewise.
6535         (print-fontset): Rewritten for the new fontset implementation.
6536         (describe-fontset): Include fontset alias names in completion.
6537         (list-fontsets): Adjusted for the change of print-fontset.
6539         * simple.el (what-cursor-position): If DETAIL is non-nil, call
6540         describe-char-after instead of displaying the detail in the echo
6541         area.
6542         (syntax-code-table): Format changed.
6543         (string-to-syntax): Adjusted for the above change.
6545 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
6547         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
6549 2000-05-12  Dave Love  <fx@gnu.org>
6551         * calendar/todo-mode.el: Remove some compatibility stuff and CL
6552         dependence.  Use line-{beginning,end}-position, not
6553         point-at{b,e}ol.  Some doc fixes.
6554         (todo-position): New function.  Fix callers of position to use it.
6555         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
6557 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
6559         * time.el (display-time-mail-icon): Use `:ascent center'.
6561         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
6562         handling FTP security extensions.
6564 2000-05-11  Dave Love  <fx@gnu.org>
6566         * calendar/todo-mode.el: New file.
6568 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
6570         * comint.el (comint-read-input-ring): Move reference to
6571         comint-input-ring-size outside of the save-excursion.  It was
6572         causing the default value to be the only one ever seen.
6574         * font-lock.el: Update copyright.  Remove Simon Marshall's email
6575         address on request from him.
6577         * subr.el (substitute-key-definition): Add comment describing
6578         the meaning of PREFIX.
6580 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
6582         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
6584         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
6585         (add-minor-mode): Don't make the variable buffer-local and add a
6586         reference to define-minor-mode in the docstring.
6588         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
6589         HEADER/FOOTER and fix bug with trailing empty directory.
6590         (cvs-append-to-ignore): Use vc-editable-p if available.
6591         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
6592         (vc-do-command): Tweak advice to handle the new VC.
6594         * log-view.el (log-view-goto-rev): New function for the new VC.
6595         (log-view-minor-wrap): Use mark-active.
6597         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
6598         (log-edit-changelog-full-paragraphs): New var.
6599         (log-edit-insert-changelog): Remove a lonely leading `* file'.
6600         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
6601         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
6602         (log-edit-changelog-ours-p, log-edit-changelog-entries)
6603         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
6604         Replace the `cvs' prefix with `log-edit'.
6606         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
6608         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
6609         (diff-font-lock-defaults): Explicitly turn off multiline.
6610         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
6611         (diff-ediff-patch): Fix call to ediff-patch-file.
6612         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
6613         Handle comments.
6615         * frame.el (automatic-hscrolling): Typo.
6617         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
6619 2000-05-09  Sam Steingold  <sds@goems.com>
6621         * apropos.el (apropos-print): use `describe-face' instead of
6622         `customize-face-other-window'.
6624 2000-05-09  Dave Love  <fx@gnu.org>
6626         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
6628         * help.el (describe-variable): Have customize button pop the
6629         help-xref stack when invoked.
6630         (help-xref-symbol-regexp): Add `face'.
6631         (help-make-xrefs): Check for quoted face names and adapt regexp
6632         submatch numbers to cope.
6633         (help-xref-interned): Maybe insert face doc too.  Separate
6634         sections with a line of hyphens.
6636         * faces.el:  Some doc fixes.  Declare some functions obsolete.
6637         (describe-face): Add customize button.  Return the help
6638         text.  Fix prompt.
6640 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
6642         * term/internal.el (IT-character-translations): Fix last change.
6644 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6646         * woman.el: New file
6647         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
6649 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6651         * term/internal.el (IT-character-translations): Update ASCII
6652         simulations for greek-iso8859-7, add latin-iso8859-14 and
6653         latin-iso8859-15.
6655         * international/mule-cmds.el (set-language-info-alist): Call
6656         define-prefix-command with 3 arguments, to make the map suitable
6657         for a menu.
6659 2000-05-07  Dave Love  <fx@gnu.org>
6661         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
6663 2000-05-05  Dave Love  <fx@gnu.org>
6665         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
6666         list in doc string.  Don't quote keyword symbols.
6667         * emacs-lisp/cl.el: Likewise
6668         * emacs-lisp/cl-seq.el: Likewise
6670 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
6672         * abbrev.el (abbrev-mode): Make ARG optional.
6674 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
6676         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
6678         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
6680         * subr.el (substitute-key-definition): Clarify documentation.
6682 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
6684         * glasses.el (glasses-convert-to-unreadable): Use
6685         `glasses-separator' instead of the hard-wired "_".
6686         (glasses-mode): Call `glasses-make-unreadable' only in a single
6687         place.
6689 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
6691         * term/internal.el (cjk-codepages-alist): Add associations for
6692         Chinese and Korean codepages.  Remove FIXME comment.
6694 2000-05-03  Dave Love  <fx@gnu.org>
6696         * time.el (display-time-mail-face, display-time-use-mail-icon):
6697         New option.
6698         (display-time-mail-icon): New variable.
6699         (display-time-string-forms): Use the above.  Fix the local-map.
6701 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
6703         * replace.el (query-replace-map): Add binding for `E'.
6704         (query-replace-help): Extend help text.
6705         (perform-replace): Allow editing the replacement string.
6707         * make-mode.el (makefile-mode-abbrev-table): New variable.
6708         (makefile-mode): Set local abbrev table to
6709         makefile-mode-abbrev-table.
6710         (makefile-font-lock-keywords): Fontify includes and conditionals.
6712         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
6713         set TOGGLE's value.
6715         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
6716         mail-interactive-insert-alias.
6717         (mail-abbrev-complete-alias): New command.
6718         (mail-mode-map): Bind it to `M-TAB'.
6720 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
6722         * language/lao-util.el (lao-compose-region): New function.
6724 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
6726         * files.el (recover-session): Make directories as necessary
6727         if they don't exist yet.
6729         * calendar/cal-french.el
6730         (french-calendar-multibyte-special-days-array)
6731         (french-calendar-special-days-array): Change French text.
6732         (calendar-french-date-string): Change output.
6733         (calendar-goto-french-date): Likewise.
6735 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
6737         * wid-edit.el (widget-default-active): Obey `:always-active'.
6738         (widget-documentation-string-value-create): Set `:always-active'.
6740 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
6742         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
6743         default prefix to `~/_emacs.d/auto-save.list/_s'.
6744         (normal-top-level): Create the directory for auto-save files, if
6745         it doesn't already exist (in the ms-dos case only).
6747 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
6749         * international/mule-cmds.el (set-language-environment): Don't
6750         concat an integer (dos-codepage), use format instead.
6752 2000-05-02  Dave Love  <fx@gnu.org>
6754         * help.el (help-xref-on-pp): Check for constant symbols.
6756 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
6758         * startup.el (normal-top-level): Put a condition-case around
6759         the code loading subdirs.el.
6761 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6763         * ps-print.el: Upside-down and face background color printing,
6764         line number step, doc fix.
6765         (ps-print-version): New version number (5.2).
6766         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
6767         (ps-face-attribute-list, ps-plot-with-face): Code fix.
6768         (ps-spool-config): Var fix.
6769         (ps-printer-name-option): Const fix.
6770         (ps-print-upside-down, ps-use-face-background)
6771         (ps-line-number-step): New vars.
6772         (ps-window-system, ps-lp-system): New consts.
6773         (ps-face-background): New fun.
6775 2000-04-28  Richard Stallman  <rms@gnu.org>
6777         * files.el (make-auto-save-file-name):
6778         Apply auto-save-file-name-transforms to visited file name
6779         before generating auto save file name.
6780         (auto-save-file-name-transforms): New variable.
6782         * files.el (backup-enable-predicate):
6783         Correctly test for a file under a temporary directory.
6785 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
6787         * subr.el (add-minor-mode): Rewritten.
6789 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
6791         * mail/sendmail.el (sendmail-send-it): Set
6792         buffer-file-coding-system to the selected coding system for MIME
6793         header.
6795 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
6797         * dired.el (dired-move-to-filename-regexp): Allow format where
6798         YYYY is followed by two spaces.
6800         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
6801         in the second character class of the regexp.
6803         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
6804         mh-etc, too.
6806         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
6807         nil.
6809         * subr.el (add-minor-mode): Use `set' instead of `setq'.
6811         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
6812         argument.
6814 2000-04-27  Sen Nagata <sen@eccosys.com>
6816         * emacs-lisp/crm.el (crm-completion-table): New variable.
6817         (crm-collection-fn, crm-test-completion)
6818         (completing-read-multiple): Use it.
6820 2000-04-27  Dave Love  <fx@gnu.org>
6822         * help.el (locate-library): Use mapc.
6823         (help-manyarg-func-alist): Add call-process-region.
6825 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
6827         * subr.el (add-minor-mode): Make argument MAP optional.
6829         * desktop.el (desktop-save): Save list of minor modes.
6830         (desktop-create-buffer): Restore minor modes.
6831         (desktop-minor-mode-table): New user-option.
6833         * subr.el (add-minor-mode): New function.
6835         * image.el (find-image): New function.
6836         (defimage): Rewritten to find image at load time.
6838         * startup.el (normal-top-level-add-to-load-path): Handle
6839         case that the default directory is not in load-path.
6841         * help.el: Old patch from Stefan Monnier.
6842         (help-xref-on-pp): New function.
6843         (describe-variable): Use it to display xrefs in a symbol's value.
6845 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
6847         * cus-edit.el (custom-face): Fix parenthesis.
6849 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
6851         * mail/rmail.el (rmail-expunge): When there are no deleted
6852         messages, do nothing.
6854 2000-04-26  Dave Love  <fx@gnu.org>
6856         * international/mule-cmds.el (locale-translation-file-name):
6857         Defvar to nil.
6858         (set-locale-environment): Set it here (at runtime).
6860 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
6862         * replace.el (perform-replace): Add parameters START and END.  Use
6863         them instead of the check for a region in Transient Mark mode.
6864         (query-replace-read-args): Return two more list elements for the
6865         start and end of the region in Transient Mark mode.
6866         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6867         (map-query-replace-regexp, replace-string, replace-regexp): Add
6868         optional last arguments START and END and pass them to
6869         perform-replace.
6871         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
6872         form with additional arguments for perform-replace.
6874         * progmodes/etags.el (tags-query-replace): Add parameters START
6875         and END.  Construct a form with additional arguments for
6876         perform-replace.
6878         * simple.el (shell-command): Set default directory for "*Shell
6879         Command Output" buffer.
6881         * language/european.el (iso-latin-4): Fix typo.
6883         * emacs-lisp/crm.el: New file.
6885 2000-04-24  Dave Love  <fx@gnu.org>
6887         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6888         (Custom-reset-saved, Custom-reset-standard)
6889         (custom-group-value-create, custom-group-set, custom-group-save)
6890         (custom-group-reset-current, custom-group-reset-saved)
6891         (custom-group-reset-standard): Use mapc.
6892         (custom-buffer-create-internal): Disable undo when creating items.
6893         Use mapc.
6894         (custom-face): Avoid redundant lambda.
6896 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
6898         * startup.el (auto-save-list-file-prefix): Set default to
6899         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
6901 2000-04-24  Sam Steingold  <sds@gnu.org>
6903         * time-stamp.el (time-stamp-string-preprocess): Always convert
6904         `field-result' to a string.
6906 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
6908         * frame.el (scrolling): New group.
6909         (automatic-hscrolling): New user-option.
6911         * startup.el (command-line-x-option-alist): Add `-lsp' and
6912         `--line-spacing'.
6914 2000-04-19  Dave Love  <fx@gnu.org>
6916         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
6917         (cl-mapc): Rename from mapc.  Fix the funcall.
6919 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
6921         * simple.el (clone-indirect-buffer-other-window): New command.
6922         (clone-indirect-buffer): Add optional arg NORECROD.
6923         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
6925         * help.el (resize-temp-buffer-window): Use count-screen-lines.
6927         * window.el (count-screen-lines): New function.
6928         (shrink-window-if-larger-than-buffer): Use count-screen-lines
6929         instead of window-buffer-height.
6931         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
6932         non-existing variable comint-input-sentinel.
6933         (inferior-lisp-args-to-list): Removed.
6934         (inferior-lisp): Use split-string instead of
6935         inferior-lisp-args-to-list.
6937         * hexl.el (hexl-insert-hex-string): New command.
6939         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
6940         instead of concat.
6942 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
6944         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
6945         at the start of an existing but empty folder.
6947 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6949         * ps-mule.el: Customization fix, doc fix.
6950         (ps-multibyte-buffer): Customization fix.
6952 2000-04-17  Richard M. Stallman  <rms@gnu.org>
6954         * subr.el (read-passwd): Use read-char-exclusive.
6956 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
6958         * textmodes/texinfo.el (texinfo-insert-@email)
6959         (texinfo-insert-@emph, texinfo-insert-@quotation)
6960         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
6961         (texinfo-mode-map): Add key bindings for them.
6963         * files.el (basic-save-buffer-2): Use a template with `$'
6964         instead of `#' for VMS.
6966         * simple.el (clone-indirect-buffer): New function.
6968 2000-04-16  Stephen Eglen  <stephen@gnu.org>
6970         * iswitchb.el (iswitchb-case): New function.  If the user input
6971         contains any upper-case characters, the search is made
6972         case-sensitive.
6974 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
6976         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
6977         comment-end.
6978         (texinfo-font-lock-syntactic-keywords): New var.
6979         (texinfo-font-lock-keywords): Remove comment regexp.
6980         (texinfo-insert-block): New function.
6981         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
6982         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
6983         and font-lock-defaults.  Use regexp-opt for outline-regexp.
6984         (texinfo-environments): New var.
6985         (texinfo-environment-regexp): Use regexp-opt and
6986         texinfo-environments.
6988         * textmodes/ispell.el (ispell-menu-map-needed): Check that
6989         ispell-process is bound since this might be eval'd before ispell
6990         is loaded.
6991         (ispell-message): Use a tiny bit less magic and a bit more hard
6992         data to figure out what kind of sc-cite-regexp to use.
6994         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
6996         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
6997         (insert-cyclic-diary-entry): Unquote the lambda.
6999         * gud.el (gud-jdb-build-source-files-list): Fix typo.
7001         * files.el (backup-enable-predicate): Unquote the lambda.
7003         * cus-edit.el (custom-face, face): Unquote the lambda.
7005 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7007         * ps-print.el: Check for line-beginning-position definition.
7009         * ps-print.el: Fix counting lines in a region.
7010         (ps-print-version): New version number (5.1.5).
7011         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
7012         (ps-printing-region): Fun code fix.
7014 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
7016         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
7017         to file-directory-p.
7019 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
7021         * gud.el (gud-jdb-build-source-files-list): Check that directory
7022         exists before calling directory-files.
7024 2000-04-13  Dave Love  <fx@gnu.org>
7026         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
7027         syntax.
7029         * emacs-lisp/cl-specs.el: Remove when, unless.
7031         * emacs-lisp/cl-extra.el: Don't quote keywords.
7032         (cl-old-mapc): New variable.
7033         (mapc): Use it.
7034         (cl-map-intervals): Use with-current-buffer.  Don't check for
7035         next-property-change.
7036         (cl-map-overlays): Use with-current-buffer.
7037         (cl-expt): Remove.
7038         (copy-tree, remprop): Define unconditionally.
7040         * emacs-lisp/cl-compat.el (keywordp): Remove.
7042         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
7043         to use keywordp.
7044         (edebug-spec): Enable keywordp.
7046         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
7047         string-lessp.
7049         * cus-start.el: Use keywordp.
7051 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7053         * diary-lib.el (include-other-diary-files): Fix the fix of
7054         2000-02-18 by doing a save-excursion.
7056 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7058         * ps-print.el: Customization fix, doc fix.
7059         (ps-print-version): New version number (5.1.4).
7060         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
7061         (ps-print-preprint): Adjust code.
7062         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
7063         (ps-print-prologue-header, ps-print-control-characters)
7064         (ps-spool-config): Customization fix.
7066 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
7068         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
7069         converted to the new menu-item format, names silightly changed,
7070         help strings added.
7072         Support for spelling without async subprocesses:
7074         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
7075         (ispell-session-buffer): New variables.
7076         (ispell-start-process, ispell-process-status,
7077         ispell-accept-output, ispell-send-string): New functions, for
7078         Ispell invocation when async subprocesses aren't supported.
7079         (ispell-word, ispell-pdict-save, ispell-command-loop,
7080         ispell-process-line, ispell-buffer-local-parsing): Replace calls
7081         to process-send-string with calls to ispell-send-string, and
7082         accept-process-output with ispell-accept-output.
7083         (ispell-init-process): Call ispell-process-status instead of
7084         process-status with.
7085         (ispell-init-process): Call ispell-start-process.  Call
7086         ispell-accept-output and ispell-send-string.  Don't call
7087         process-kill-without-query and kill-process if they are unbound.
7088         (ispell-async-processp): New function.
7090 2000-04-12  Dave Love  <fx@gnu.org>
7092         * info.el: Add debug-ignored-errors.
7093         (Info-mode-menu): Add some items.
7094         (Info-directory): Add autoload cookie.
7096         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
7097         Modify `truncate-lines'.  Make `describe-language-environment'
7098         always visible and add help.  Modify `describe-key' help.  Invoke
7099         Info-directory from `info'.  New entry `emacs-manual'.
7101 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
7103         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
7104         propertized-buffer-identification.
7105         (ebrowse-update-member-buffer-mode-line): Likewise.
7106         (ebrowse--mode-strings): Removed.
7107         (ebrowse--mode-line-props): Removed.
7109         * files.el (auto-mode-alist): Add `EBROWSE'.
7111         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
7112         space before testing for end of buffer.
7113         (ebrowse-load): Removed.
7114         (ebrowse-revert-tree-buffer-from-file): Rewritten.
7115         (ebrowse-create-tree-buffer): Rewritten.
7116         (ebrowse-tree-mode): Read tree from buffer.
7118         * progmodes/ebrowse-ffh.el: Removed.
7120 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
7122         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
7124 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
7126         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
7127         at the wrong place.
7129 2000-04-09  Dave Love  <fx@gnu.org>
7131         * files.el (backup-enable-predicate): Use
7132         temporary-file-directory, small-temporary-file-directory.
7133         (make-backup-file-name-function, backup-directory-alist): New
7134         variables.
7135         (make-backup-file-name-1): New function.
7136         (make-backup-file-name): Use it.
7137         (find-backup-file-name): Likewise.  Use format for clarity, not
7138         concat.
7139         (file-newest-backup): Use make-backup-file-name.
7141 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
7143         * progmodes/ebrowse-ffh.el: New file.
7145         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
7146         to ebrowse-ffh.el.
7147         (ebrowse-load): Add autoload.
7149         * finder.el (finder-commentary): Add autoload cookie.
7151         * mail/rfc2368.el: Correct author's email address.
7153         * progmodes/ebrowse.el: New file.
7155         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
7156         item help string.
7157         (easy-menu-do-add-item): Ditto.
7158         (easy-menu-define): Extend doc string.
7160         * jit-lock.el (with-buffer-unmodified): Use
7161         restore-buffer-modified-p.
7162         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
7163         (jit-lock-function, jit-lock-stealth-fontify): Don't use
7164         with-buffer-unmodified.
7166 2000-04-08  Dave Love  <fx@gnu.org>
7168         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
7169         unless, when.
7171 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
7173         * viper-util.el (viper-put-on-search-overlay): New subroutine.
7174         (viper-flash-search-pattern): No operation when using Emacs
7175         doesn't support face.
7176         Use `viper-put-on-search-overlay'.
7178 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
7180         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
7181         like C-r.
7183         * progmodes/make-mode.el: Some doc fixes.
7184         (makefile-mode-abbrev-table): New variable.
7185         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
7186         (makefile-font-lock-keywords): Fontify includes and conditionals.
7187         (toplevel): Require `dabbrev' and `add-log' when compiling.
7189         * replace.el (perform-replace): Don't move forward one char
7190         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
7191         to do that because it leaves point 1 position after the last
7192         replacement, after everything has been replaced.
7194         * jit-lock.el (with-buffer-unmodified): New macro.
7195         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
7196         modified state.
7197         (jit-lock-function-1): Extracted from jit-lock-function; not
7198         preserving buffer's modified state.
7199         (jit-lock-function, jit-lock-stealth-fontify): Call
7200         jit-lock-function-1.
7202         * mail/rfc2368.el: Remove supernumerary copyright line.
7204 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
7206         * glasses.el: Provide facilities for inserting space before left
7207         parentheses and uncapitalization of identifiers.
7208         (glasses-mode): Try to remove old overlays in all cases.
7210 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
7212         * progmodes/compile.el (compile-internal): Display the compilation
7213         buffer in a different frame, if it's already displayed there.
7215         * mail/rfc2368.el: New file.
7217         * simple.el (sendmail-user-agent-compose): Recognize a `body'
7218         header and insert its value as mail body.
7220         * subr.el (member-ignore-case): New function.
7222         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
7223         (dabbrev--find-expansion): Ignore buffers matching a regexp
7224         from dabbrev-ignored-regexps.
7226         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
7227         to extensions handled by gzip.
7229 2000-04-03  Richard M. Stallman  <rms@gnu.org>
7231         * files.el (insert-directory): List the total free space
7232         along with the used space.
7234         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
7235         line is followed by one that matches CITATION-REGEXP, end the
7236         paragraph.
7238 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
7240         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
7241         (rmail-make-basic-summary-line): Use that option.
7243 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
7245         * international/mule-cmds.el (encoded-string-description):
7246         Rewritten.   Try pretty description for ISO 2022 escape sequences
7247         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
7248         for hexadecimal format.
7250 2000-04-01  Dave Love  <fx@gnu.org>
7252         * cpp.el: Change customization group to `c' from `C'.
7254         * vcursor.el (vcursor-move): Use display-color-p.
7256         * international/mule-util.el: Provide mule-utils.
7257         (string-to-sequence): Simplify and speed up.
7259         * international/mule.el (make-coding-system): Purecopy doc-string.
7261         * international/mule-cmds.el: Various menu changes.
7262         (describe-specified-language-support): Handle `Default'.
7263         (set-language-info): Purecopy `info'.
7265 2000-03-31  Andrew Innes  <andrewi@gnu.org>
7267         * vc.el (vc-backend-diff): Return the correct status if we had to
7268         retry the rcsdiff command without the --brief option.
7270 2000-03-31  Dave Love  <fx@gnu.org>
7272         * help.el (help-manyarg-func-alist): Correct several omissions.
7274         * add-log.el: Don't require cl, fortran.
7275         (add-log-current-defun-function): Doc fix.
7276         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
7277         fix.
7278         (change-log-version-rcs): Function deleted.
7279         (change-log-version-number-search): Doc fix.  Use
7280         vc-workfile-version.  Avoid CL dolist.
7281         (add-change-log-entry): Just call add-log-current-defun to get
7282         defun.  Simplify somewhat.
7283         (change-log-get-method-definition-1): Likewise.
7284         (add-log-current-defun): Return nil if calling
7285         add-log-current-defun-function does so.  Move Fortran stuff to
7286         fortran.el.  Return string without properties.
7288         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
7289         and :alpha: char classes.
7291         * mail/supercite.el: Defvar curline when compiling.
7292         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
7293         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
7294         rather than a-zA-Z0-9 to allow non-ASCII characters.
7296 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
7298         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
7300         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7301         Re-enable new code.
7303         * lpr.el (print-region-1): Use -d to specify printer name for
7304         systems `usg-unix-v*, `dgux', `hpux', `irix'.
7306 2000-03-31  Dave Love  <fx@gnu.org>
7308         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
7309         for function definition in symbol's function value slot first
7310         instead of first consulting byte-compile-function-environment.
7312 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
7314         * language/european.el ("Polish"): New language environment.
7315         (setup-polish-environment): New function.
7317 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
7319         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7320         Disable new code.
7322         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
7323         trying to `load' the symbol of an autoload instead of the file
7324         recorded in the autoload.  Fix error messages.
7326 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7328         * ps-print.el: PostScript programming fix for ghostview, doc fix.
7329         (ps-print-version): New version number (5.1.3).
7330         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
7331         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
7332         (ps-generate-postscript-with-faces): Code fix.
7333         (ps-color-values): XEmacs compatibility.
7334         (ps-print-background-image, ps-print-background-text, ps-printer-name)
7335         (ps-default-fg, ps-default-bg): Adjust customization.
7336         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
7337         (ps-color-scale): Renaming old ps-color-value fun.
7338         (ps-print-headers): Replace ps-print-header group to avoid conflict
7339         with ps-print-header variable.
7340         (ps-print-miscellany): New group.
7341         (ps-format-color, ps-rgb-color): New funs.
7342         (ps-default-foreground): New var.
7343         (ps-printer-name-option): New const.
7345 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
7347         * net/net-utils.el:
7348         (network-connection-host, network-connection-service): New variables
7349         (network-connection-mode): New mode, derived from comint-mode
7350         (network-connection-mode-setup): New function, saves host and
7351         service information in local variables.
7353         * lisp/locate.el:
7354         (locate-word-at-point): Added this function
7355         (locate): Default to using locate-word-at-point as input
7356         Run dired-mode-hook
7358 2000-03-29  Dave Love  <fx@gnu.org>
7360         * calendar/appt.el: Doc fixes.
7361         (appt-check): Convert min-to-app to a string before passing to
7362         appt-disp-window-function or concat.
7363         (appt-delete-window): Remove test for frame-root-window.
7364         (appt-select-lowest-window, appt-convert-time): Simplify.
7366         * emacs-lisp/bytecomp.el: Doc fixes.
7367         (byte-compile-file-form-autoload): Update
7368         byte-compile-function-environment.
7370 2000-03-29  Andreas Schwab  <schwab@suse.de>
7372         * emacs-lisp/autoload.el: Also print defsubst doc string
7373         specially.
7375         * dired.el (dired-insert-directory): If dired-free-space-program
7376         failed just delete its output.
7378 2000-03-29  Dave Love  <fx@gnu.org>
7380         * international/iso-cvt.el: Move provide to end.  Doc fixes.
7381         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
7382         (iso-iso2sgml, iso-sgml2iso): New functions.
7383         (iso-cvt-define-menu): Fix some entries and use backquote for
7384         clarity.
7386         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
7388 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
7390         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
7391         ISO-DATE.  If non-nil, return date in ISO 8601 format.
7393 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
7395         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
7396         if it ever becomes used.
7397         (log-edit-mode-hook): Default to vc-log-mode-hook.
7398         (log-edit-mode): Fix the docstring.
7400         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
7401         the code.
7403 2000-03-26  Dave Love  <fx@gnu.org>
7405         * net/browse-url.el (browse-url): Re-fix case of
7406         browse-url-browser-function being an alist.
7407         (browse-url): Add :link to defgroup.
7409         * files.el: Doc fixes.
7410         (file-truename): Include `[' in wildcard characters.
7411         (automount-dir-prefix): Customize.
7412         (find-file-wildcards): Add :version.
7413         (find-file-noselect): Simplify a mapcar call.
7415         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
7416         compatible with inf-lisp version.
7417         (eval-defun-1): Fix custom-declare-variable case.
7419 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
7421         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
7423 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
7425         * Makefile (COMPILE_FIRST): New macro.
7426         (compile-files): Compile files from COMPILE_FIRST first.
7428         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
7429         code.
7431         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
7432         matching open parenthesis in column 0 to defun-prompt-regexp
7433         only if open-paren-in-column-0-is-defun-start is set.
7435         * sun-curs.el: Require CL at compile-time only.
7437         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
7438         instead of copy-list which is a function from CL.
7439         (msb--choose-menu, msb--mode-menu-cond)
7440         (msb--create-buffer-menu-2): Use dolist instead of mapc.
7441         (msb--init-file-alist): Use mapcar instead of mapcan.
7442         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
7443         `(' in column 0 in doc string.
7444         (msb--add-separators): Use mapcar instead of mapcan.
7446         * cus-dep.el: Require CL at compile-time only.
7448 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
7450         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7451         (byte-compile-warnings): New warning `noruntime'.
7452         (byte-compile-constants, byte-compile-variables): Fix docstring.
7453         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
7454         execute `eval-whenc-compile's body.
7455         (byte-compile-unresolved-functions): Fix docstring.
7456         (byte-compile-eval): New function.
7457         (byte-compile-callargs-warn): Check if the function will be available
7458         at runtime (via property `byte-compile-noruntime').
7459         (byte-compile-print-syms): New function.
7460         (byte-compile-warn-about-unresolved-functions): Also warn about
7461         `noruntime' functions (and use `byte-compile-print-syms').
7462         (byte-compile-file): Capitalize the message.
7464 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
7466         * mail/rmail.el (rmail-confirm-expunge): New user-option.
7467         (rmail-expunge): Ask for confirmation depending on the setting
7468         of rmail-confirm-expunge.
7470 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
7472         * Makefile (bootstrap-clean): If $(emacs) exists, build
7473         loaddefs.el first.  A loaddefs.el that's not up-to-date might
7474         cause a bootstrap failure because things don't autoload as
7475         expected.
7477 2000-03-23  Dave Love  <fx@gnu.org>
7479         * net/browse-url.el: Restore previous use of
7480         browse-url-maybe-new-window.
7482 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7484         * ps-print.el: Skip banner page fix.
7485         (ps-print-version): New version number (5.1.2).
7486         (ps-begin-file, ps-end-file, ps-generate): Code fix.
7488 2000-03-23  Dave Pearson  <davep@davep.org>
7490         * net/quickurl.el Changed the type of parameter passed to the
7491         function defined by `quickurl-format-function'. Before only the
7492         text of the URL was passed. Now the whole URL structure is passed
7493         and the function is responsible for extracting the parts it
7494         requires.  Changed the default of `quickurl-format-function'
7495         accordingly.
7496         (quickurl-insert): Changed the `funcall' of
7497         `quickurl-format-function' to match the above change.
7498         (quickurl-list-insert): Changed the `url' case so that it makes
7499         use of `quickurl-format-function', previous to this the format was
7500         hard wired.
7502 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
7504         * startup.el: Change some spellings for the X Window System.
7506 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
7508         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
7509         up the code and the regexp and make sure the cursor is temporarily
7510         moved to the suspicious line while querying the user.
7512 2000-03-22  Jason Rumney  <jasonr@gnu.org>
7514         * w32-fns.el (w32-charset-info-alist): Initialize.
7516 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7518         * ps-print.el: N-up last page fix.
7519         (ps-print-version): New version number (5.1.1).
7520         (ps-end-file, ps-end-job, ps-generate): Code fix.
7522 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
7524         * files.el (find-file-run-dired): Update docstring.
7525         (find-directory-functions): New hook.
7526         (find-file-noselect): Run find-directory-functions rather than
7527         calling dired directly.
7529         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
7531         * pcvs.el: Add a minimal leading commentary.
7532         (cvs-make-cvs-buffer): Change the header part by removing the startup
7533         message and adding a `Module' entry.  Also replace the FOOTER and
7534         HEADER special fileinfos with the new support in ewoc for updating
7535         its own footer and header.
7536         (cvs-update-header): Update to use the header/footer of the ewoc.
7537         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
7538         (cvs-is-within-p): New function.
7539         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
7540         to only examine some subset of the buffers.
7542         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
7543         `format' instead of our own ad-hoc functions.
7544         Remove HEADER and FOOTER cases, now handled in the EWOC.
7545         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
7547         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
7548         output to avoid scaring the user.
7549         (cvs-parse-table): Catch message for non-up-to-date commits.
7551         * pcvs-defs.el (cvs-startup-message): Remove.
7552         (cvs-global-menu): New autoloaded menu.
7554         * pcvs-util.el (cvs-string-fill): Remove.
7556         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
7557         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
7558         PP part of it and also make it work for footers and headers.
7559         (ewoc-create): Drop POS and BUFFER arguments.
7560         Use the DLL's dummy node to store the end-of-footer position.
7561         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
7562         (ewoc-refresh): Remove unused `header' variable.
7563         (ewoc-(get|set)-hf): New functions.
7565         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
7566         log-view-*-(message|file) and use easy-mmode-define-navigation.
7567         (log-view-message-re): Match SCCS format as well.
7568         And match the revision line rather than the dashed separator line.
7569         (log-view-mode): Use the new define-derived-mode.
7570         (log-view-current-tag): Fill in with an actual implementation.
7572         * cvs-status.el (cvs-status-(prev|next)): Rename from
7573         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
7574         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
7575         to let the output "breathe" a little more (more readable).
7576         (cvs-status-mode): Use the new define-derived-mode.
7578         * smerge-mode.el (smerge-auto-leave): New function and variable.
7579         (smerge-basic-map): Rename from smerge-basic-keymap.
7580         Change the bindings for smerge-diff-*.
7581         (smerge-*-map): Use easy-mmode-defmap.
7582         (smerge-(next|prev)): Use easy-mmode-define-navigation.
7583         (smerge-keep-*): Use smerge-auto-leave.
7585 2000-03-21  Jason Rumney  <jasonr@gnu.org>
7587         * cus-edit.el (custom-button-face): Use 3D look for w32.
7588         (custom-button-pressed-face): Likewise.
7590 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
7592         * progmodes/etags.el (tags-case-fold-search): New user-option.
7593         (tags-loop-eval): New function.  Bind case-fold-search around eval
7594         depending on the value of tags-case-fold-search.
7595         (tags-loop-continue): Use tags-loop-eval.
7596         (find-tag-in-order): Bind case-fold-search depending on the value
7597         of tags-case-fold-search.
7599 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
7601         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
7602         (diff-end-of-hunk): Return the end position for use in
7603         `easy-mmode-define-navigation'.
7604         (diff-recenter): Remove.
7605         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
7606         of `easy-mmode-define-navigation'.
7607         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
7608         previous renaming) and fix to use new names.
7609         (diff-merge-strings): Use \n as separator: simpler, faster.
7610         (diff-mode): Use `define-derived-mode'.
7612         * derived.el (define-derived-mode): Don't autoload anymore.
7613         Prefer the macro-only version provided by easy-mmode.el.
7615         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
7616         `easy-mmode-define-derived-mode'.
7617         Use `combine-run-hooks'.
7618         (easy-mmode-define-navigation): New macro.
7620         * subr.el (combine-run-hooks): New function.
7622 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
7624         * term/x-win.el: Fontsets related initialization is simplified.
7626         * international/mule-diag.el (describe-font): Don't refer to
7627         global-fontset-alist, instead call font-list.
7628         (describe-fontset, list-fontsets, mule-diag): Likewise.
7629         (print-fontset): Adjusted for the change of fontset
7630         implementation.
7632         * international/fontset.el (x-charset-registries): Variable
7633         removed, instead the corresponding data is stored in the default
7634         fontset.
7635         (register-alternate-fontnames): Function removed.
7636         (resolved-ascii-font): Variable removed.
7637         (x-compose-font-name): Ignore the second argument REDOCE.
7638         (x-complement-fontset-spec): Complement only an ASCII font and
7639         element for those charsets than can use that ASCII font.
7640         (generate-fontset-menu): Don't refer to global-fontset-alist,
7641         instead call fontset-list.
7642         (uninstantiated-fontset-alist): Variable removed.
7643         (x-style-funcs-alist): Likewise.
7644         (fontset-default-styles): Likewise.
7645         (x-modify-font-name): Function removed.
7646         (create-fontset-from-fontset-spec): Ignore the argument
7647         STYLE-VARIANT.
7648         (create-fontset-from-ascii-font): Docsting adjusted for the above
7649         change.
7650         (instantiate-fontset, resolve-fontset-name): Functions removed.
7651         (fontset-list): Now implemented by C code.
7653         * faces.el (read-face-font): Fix TABLE arg to completing-read.
7654         (describe-face): Include `font' attribute in the description.
7656 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
7658         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
7660 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
7662         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
7663         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
7664         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
7666         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
7667         about behavior of set-buffer-modified-p wrt redisplay.
7669 2000-03-19  Richard M. Stallman  <rms@gnu.org>
7671         * view.el (view-mode-disable): Kill local binding of view-read-only.
7673 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
7675         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
7676         is a string, convert it to a syntax cell using string-to-syntax.
7678         * simple.el (syntax-code-table, syntax-flag-table): New variables.
7679         (string-to-syntax): New function.
7681         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
7682         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
7683         try to use passive ftp mode.
7685 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
7687         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
7689         * simple.el (append-to-buffer): Update point of windows after
7690         insertion.
7692         * abbrev.el (inverse-add-abbrev): Identify word by first moving
7693         forward then moving backward.  Reindent.
7695         * frame.el (other-frame): Call x-focus-frame only if
7696         focus-follows-mouse is off.
7698 2000-03-17  Dave Love  <fx@gnu.org>
7700         * pcvs-util.el (cvs-strings->string): Rename
7701         replace-regexps-in-string.
7703 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
7705         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
7706         regexp for labels cannot span several lines.
7708         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
7709         `(setq :<key> ':<key>)' to the macro expansion.
7711 2000-03-16  Dave Love  <fx@gnu.org>
7713         * progmodes/f90.el (f90): Put custom group under `languages', not
7714         `fortran'.
7715         (f90-mode-hook): Customize.
7716         (f90-mode): Set add-log-current-defun-function.
7717         (f90-current-defun): New function.
7719 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
7721         * cus-edit.el (custom-variable-tag-face): Handle case that
7722         default face's height is not a number.
7723         (custom-face-tag-face, custom-group-tag-face-1)
7724         (custom-group-tag-face): Ditto.
7725         (custom-group-tag-face-1): Add :group.
7727         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
7729 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
7731         * pcvs-defs.el (toplevel): Remove autoload cookie for form
7732         requiring easymenu.
7734 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7736         * ps-print.el: PostScript user-defined prologue, PostScript error
7737         handler, doc fix.
7738         (ps-print-version): New version number (5.1).
7739         (ps-user-defined-prologue, ps-error-handler-message)
7740         (ps-print-prologue-0, ps-error-handler-alist): New vars.
7741         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
7742         (ps-insert-string): New function.
7744 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
7746         * international/ccl.el (ccl-compile-expression): Don't generate
7747         invalid self-assignment code.
7749 2000-03-14  Dave Love  <fx@gnu.org>
7751         * subr.el (replace-regexp-in-string): Renamed from
7752         replace-regexps-in-string.  Doc fix.
7754 2000-03-12  Dave Love  <fx@gnu.org>
7756         * cus-edit.el: Doc fixes.
7757         (customize-set-variable, customize-save-variable): Rename args for
7758         doc.
7759         (custom-variable-tag-face, custom-face-tag-face)
7760         (custom-group-tag-face-1, custom-group-tag-face): Modify from
7761         style which user identify as hyperlink.
7762         (hook): Don't add undefined functions to the hook.
7763         (debug-ignored-errors): Transfer message from bindings.el.
7765 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
7767         * recentf.el (recentf-keep-non-readable-files-p): Remove
7768         double/nested definition.
7770 2000-03-12  Dave Love  <fx@gnu.org>
7772         * facemenu.el (facemenu-get-face): Use display-color-p.
7773         * enriched.el (enriched-decode-foreground): Likewise.
7774         (enriched-decode-background): Likewise.
7775         * isearch.el (isearch-highlight): Likewise.
7776         * info-look.el (info-lookup): Likewise.
7777         * simple.el (completion-setup-function): Likewise.
7779         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
7780         :options.
7782         * bindings.el (mode-line-format): Fix line-number and
7783         column-number items.  Add help-echo for the background.
7784         (mode-line-mule-info): Modify help-echo.
7786         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
7787         defcustom.
7789         * files.el (load-file): Allow completion to .elc.
7791         * man.el: Doc fixes.
7792         (Man-init-defvars): Use display-color-p to set fontification.
7794         * play/hanoi.el (hanoi-internal): Don't use oddp.
7796 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
7798         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
7800         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
7802 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
7804         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
7805         Fix comment.
7807 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
7809         * font-lock.el (font-lock-keywords): Fix the doc now that
7810         regexp-opt-depth is unnecessary.
7811         (save-buffer-state): Set an edebug spec.
7812         (font-lock-fontify-anchored-keywords): Properly handle the case when
7813         the matcher goes past the limit.
7815         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
7816         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
7818         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
7819         dll.el and cookie.el (from Elib) with heavy renaming and other
7820         massaging.
7822         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
7823         Autoload the functions used.
7824         (easy-mmode-define-syntax): Fix CL typo.
7825         (easy-mmode-define-derived-mode): Improve the docstring generation.
7827 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
7829         * textmodes/texinfo.el (texinfo-version): Variable and function
7830         removed.
7832 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
7834         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
7835         allow more flexibility.
7836         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
7837         fns.
7838         (easy-mmode-defmap, easy-mmode-defsyntax)
7839         (easy-mmode-define-derived-mode): New macros.
7841 2000-03-09  Didier Verna  <didier@xemacs.org>
7843         * rect.el (replace-rectangle): New function.
7845 2000-03-09  Dave Love  <fx@gnu.org>
7847         * progmodes/fortran.el (fortran-comment-line-start): Define as
7848         "C".
7849         (fortran-comment-line-start-skip): Don't match cpp stuff.
7850         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
7851         (fortran-mode-map): Remove over-eager custom-menu-create for now.
7852         (fortran-mode): Don't set fortran-comment-line-start-skip,
7853         fortran-comment-line-start here.  Set comment-start,
7854         add-log-current-defun.
7855         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
7856         (fortran-current-defun): New function.
7858 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
7860         * emacs-lisp/re-builder.el: New file.
7862         * mouse.el (mouse-drag-region): Don't run up-event handler
7863         if hscroll has changed.
7865         * octave-mod.el (octave-font-lock-keywords): To font-lock the
7866         builtin operators, use `font-lock-builtin-face' for Emacs and
7867         `font-lock-preprocessor-face' otherwise.
7869         * font-lock.el (lisp-font-lock-keywords-1): Highlight
7870         `(defun (setf foo)' differently.
7872 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
7874         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
7875         (regexp-opt): Update comment and adapt the code the new meaning of
7876         the `paren' argument of regex-opt-group for shy-groups.
7877         (regexp-opt-depth): Handle shy groups as well as backslashed
7878         backslashes.
7879         (regexp-opt-group): Turn the leading comment into a docstring.
7880         Allow `paren' to be a string (the string to use to open a group).
7881         Remove open-presuf and close-presuf.  Instead of checking for `all
7882         one-char' and then later on check for `several one-char', handle
7883         both cases close together.  Also apply a more generic algorithm
7884         for suffixes (the mirror image of the algorithm used for
7885         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
7886         (regexp-opt-try-suffix): Removed.
7888         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
7889         from comint-mode-map, so we can just inherit from it.  Also, move
7890         the initialization into the `defvar' since there's no docstring
7891         anyway and it's fairly short.
7892         (inferior-scheme-mode): Define it as derived-mode: the code is
7893         shorter and this way we inherit from comint-mode-map rather than
7894         copying it.
7896         * subr.el (replace-regexps-in-string): Properly handle the case
7897         where we match an empty string.
7899         * comint.el (comint-exec-1): Add the current-dir to the exec-path
7900         when the command has a directory component (such as "./testml").
7901         Also fix a typo in the comment.
7903 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
7905         * Makefile (compile-files): Compile files one by one because
7906         that's the only way to ensure a clean compilation environment for
7907         each individual file.
7909         * frame.el (other-frame): Call x-focus-frame.
7911 2000-03-07  Dave Love  <fx@gnu.org>
7913         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
7914         :require to defcustom.
7916         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
7917         lists.
7919         * files.el (auto-mode-alist): Add configure.in.
7921         * progmodes/autoconf.el: New file.
7923 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
7925         * mail/mh-e.el: Change maintainer to `none'.
7927         * recentf.el (recentf-keep-non-readable-files-p): Quote args
7928         to remove-hook and add-hook.
7930 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
7932         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
7933         it as the default.
7934         (mail-send): Test mail-send-nonascii also for the new `mime' value.
7935         (sendmail-send-it): Conditionally add MIME headers specifying the
7936         used character set.
7938 2000-03-07  Dave Love  <fx@gnu.org>
7940         * winner.el: Fix keywords, autoload cookies.  Split
7941         eval-when-compile form to avoid compilation failure.
7943 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
7945         * international/mule.el: Modify comment about coding system
7946         property `coding-category'.
7947         (make-coding-system): New argument EOL-TYPE.  Pay attention to
7948         coding-category property of PROPERTIES.
7950         * international/mule-conf.el (coding-category-utf-8,
7951         coding-category-utf-16-be, coding-category-utf-16-le): New coding
7952         categories.  Include them in the argument for set-coding-priority.
7954         * international/mule-cmds.el (reset-language-environment): Include
7955         coding-category-utf-8, coding-category-utf-16-be, and
7956         coding-category-utf-16-le in the argument for set-coding-priority.
7957         (reset-language-environment): Initialize coding-category-utf-8,
7958         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
7960 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
7962         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
7963         code abstracted out of `bookmark-jump-noselect'.  Now tries info
7964         extensions as well as compression extensions.
7965         (bookmark-jump-noselect): Use above new func.
7967 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
7969         * strokes.el: Change maintainer's mail address.
7971 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
7973         * international/mule-diag.el (list-character-sets): Make help-echo
7974         string by substitute-command-keys.
7975         (list-character-sets): Likewise.
7976         (sort-listed-character-sets): Call help-setup-xref.
7978 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
7980         * time.el (display-time-mail-file): Add `none' to the list of
7981         choices.
7983 2000-03-01  Dave Love  <fx@gnu.org>
7985         * help.el (help-xref-go-back): Don't try to set position.
7987         * international/mule-diag.el (list-character-sets): Call
7988         help-setup-xref.  Add help-echo to xrefs.
7989         (list-character-sets-1): Add help-echo to xrefs.
7991 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
7993         * frame.el (blink-cursor-mode): Switch cursor on when turning
7994         the mode off.
7996         * add-log.el (add-log-current-defun): Add support for
7997         Autoconf mode.
7999         * mail/rmail.el (rmail-quit-hook): New variable.
8001 2000-03-01  Dave Love  <fx@gnu.org>
8003         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
8005         * help.el (help-xref-button): Add help-echo arg.
8006         (describe-function-1, describe-variable, help-make-xrefs): Use it.
8008         * faces.el (list-faces-display): Supply help-echo with
8009         help-make-xrefs.
8011         * facemenu.el (list-text-properties-at): Set help-xref-stack to
8012         nil.
8014 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
8016         * image.el (defimage): Look for image files in load-path.
8018         * frame.el (busy-cursor-delay-seconds): Change type to
8019         `number'.
8021 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
8023         * recentf.el (recentf): Added version tag to the defgroup of
8024         recentf.
8026 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
8028         * recentf.el (recentf-cleanup): Changed to remove excluded file
8029         too.
8030         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
8031         action to select/unselect a file.
8032         (recentf-edit-list): Code cleanup and improvement.
8033         (recentf-open-more-files-action): `recentf-open-more-files' button
8034         widget action to open a file.
8035         (recentf-open-more-files): No more use standard completion but
8036         widgets.
8037         (recentf-more-collection): Deleted.
8038         (recentf-more-history): Deleted.
8039         (recentf-setup-more-completion): Deleted.
8041 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
8043         * recentf.el (recentf-mode): No more needs that Emacs is running
8044         under a window-system.
8046 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8048         * recentf.el (recentf-edit-list): New command to edit the recent
8049         list which allow the user to remove files.
8050         (recentf-edit-selected-items): New global variable, used by
8051         `recentf-edit-list' to hold the list of files to be removed from
8052         the recent list.
8053         (recentf-make-menu-items): Updated to display a "Edit list..."
8054         menu item.  Minor code cleanup.
8056 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8058         * recentf.el (recentf-open-more-files): New command to open files
8059         that are not displayed in the menu.
8060         (recentf-more-collection): New global variable holding the set of
8061         permissible completions used by `recentf-open-more-files'.
8062         (recentf-more-history): New global variable holding the history list
8063         used by `recentf-open-more-files' completion.
8064         (recentf-setup-more-completion): New function to setup completion for
8065         `recentf-open-more-files'.
8066         (recentf-make-menu-items): Updated to display a "More..." menu item.
8068 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8070         * recentf.el (recentf-menu-action): Doc fixed.
8072 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
8074         * recentf.el (recentf-menu-filter): Doc updated.
8075         (recentf-update-menu-hook): Allow menu filters to force menu update.
8076         (recentf-make-menu-items): New menu filter handling.
8077         (recentf-make-menu-item): New helper function.
8078         (recentf-menu-elements): New menu handling function.
8079         (recentf-sort-ascending): Updated to new menu filter handling.
8080         (recentf-sort-descending): Updated to new menu filter handling.
8081         (recentf-sort-basenames-ascending): New menu filter function.
8082         (recentf-sort-basenames-descending): New menu filter function.
8083         (recentf-show-basenames): New menu filter function.
8084         (recentf-show-basenames-ascending): New menu filter function.
8085         (recentf-show-basenames-descending): New menu filter function.
8087 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8089         * diary-lib.el (list-diary-entries): Don't try to go forward at
8090         the end of the buffer.
8092 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
8094         * international/mule-diag.el (list-character-sets): Completely
8095         rewritten.
8096         (sort-listed-character-sets): New function.
8097         (list-character-sets-1): Completely rewritten.
8098         (list-character-sets-2): New function.
8099         (non-iso-charset-alist): New variable.
8100         (decode-codepage-char): New function.
8101         (charset-history): New variable.
8102         (read-charset) (list-block-of-chars)
8103         (list-iso-charset-chars)
8104         (list-non-iso-charset-chars)
8105         (list-charset-chars): New functions.
8106         (mule-diag): Call list-character-sets-2, not
8107         list-character-sets-2.
8108         (dump-charsets): Likewise.
8110 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
8112         * dired-x.el (dired-filename-at-point): Add `@' to valid
8113         file name characters.
8114         (dired-filename-at-point): Handle ange-ftp file names.
8116         * frame.el (frame-notice-user-settings): Use assq-delete-all
8117         instead of assoc-delete-all.
8118         (frame-notice-user-settings): Ditto.
8120         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8121         Don't copy alist.
8123 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
8125         * calculator.el (calculator-use-menu): New option.
8126         (calculator-initial-bindings): Changed some bindings to work as
8127         macros.
8128         (calculator-forced-input): Removed.
8129         (calculator-restart-other-mode): New variable.
8130         (calculator-mode-map): Set up menu.
8132 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
8134         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
8135         tags.
8137 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
8139         * viper-cmd.el (viper-envelop-ESC-key): added the option to
8140         translate all ESC key sequences.
8141         (viper-goto-mark-subr): restore markers for files for which
8142         they were saved.
8143         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
8144         * viper-util.el (viper-set-replace-overlay-glyphs,
8145         viper-set-replace-overlay): always check if the replacement
8146         overlay is live.
8147         * viper.el (viper-vi-state-mode-list): added major modes.
8148         * ediff-wind.el: minor comment changes.
8149         * ediff.el: copyright notice date fix.
8151 2000-02-27  Jason Rumney  <jasonr@gnu.org>
8153         * faces.el (face-font-family-alternatives): Add arial to helv.
8154         (mode-line, header-line, tool-bar): Same default as x for w32.
8155         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
8156         face-font-family-alternatives from working.
8157         * term/w32-win.el (mouse-set-font): Do not build fontset from
8158         chosen font.
8160 2000-02-25  Sam Steingold  <sds@goems.com>
8162         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
8163         properly.
8165 2000-02-25  Richard M. Stallman  <rms@gnu.org>
8167         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
8169 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
8171         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
8172         writable.
8174         * frame.el (busy-cursor-delay-seconds): New option.
8176 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
8178         * frame.el (show-cursor-in-non-selected-windows): New option.
8180 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8182         * diary-lib.el (include-other-diary-files): Undo the selective
8183         display in any included file and don't kill it.
8185 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
8187         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
8188         bar.  Menu items converted to (menu-item format, help strings
8189         added.
8190         [downcase, upcase]: Don't enable on MS-DOS.
8191         [symlink, symlinks]: Don't show if make-symbolic-link is not
8192         bound.
8193         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
8195 2000-02-23  Dave Love  <fx@gnu.org>
8197         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
8198         (backward-kill-word): Revert addition of * to interactive spec --
8199         it's a feature.
8201         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8202         (backward-kill-sentence, kill-sentence): Likewise.
8204         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
8205         scratch buffer name.
8206         (gud-format-command): Use int-to-string in ?l case.  Simplify
8207         slightly.
8209         * term/w32-win.el (internal-face-interactive): Update prompt for
8210         new read-face-name.
8212         * mail/footnote.el (footnote): Add :version to defgroup.
8213         (footnote-section-tag-regexp): Customize.
8214         (footnote-start-tag, footnote-end-tag): New option.
8215         (footnote-latin-regexp): New variable.
8216         (Footnote-latin): New function.
8217         (footnote-style-alist): Add element for latin style.
8218         (footnote-style): Moved.
8219         (Footnote-goto-footnote): Use eq to test arg.
8221         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
8223         * emacs-lisp/byte-opt.el: Change old backquote syntax.
8224         (byte-compile-trueconstp): Include keywords.
8225         (byte-optimize-quote, byte-optimize-lapcode): Use
8226         byte-compile-const-symbol-p.
8227         (byte-optimize-char-before): New optimization.
8229         * emacs-lisp/bytecomp.el: Change old backquote syntax.
8230         (byte-compile-const-symbol-p): New function.
8231         (byte-compile-constp, byte-compile-out-toplevel)
8232         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
8233         Use it.
8235         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
8237 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
8239         * international/encoded-kb.el: Be sure to update minor-mode-alist
8240         and minor-mode-map-alist.
8241         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
8242         codes SS2 and SS3 correctly.
8243         (encoded-kbd-self-insert-ccl): New function.
8244         (encoded-kbd-setup-keymap): New function.
8245         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
8246         by calling encoded-kbd-setup-keymap.
8248         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
8249         characters.
8250         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
8251         locally.
8253 2000-02-22  Dave Love  <fx@gnu.org>
8255         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
8256         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
8257         defvar.
8258         (lisp-mode-syntax-table): Set up for #|...|# comments.
8259         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
8260         classes.  Match `defface'.
8261         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
8262         (eval-defun-1): Fix for defcustom.
8263         (lisp-indent-region): Doc fix.
8265         * subr.el (when, unless, split-string): Doc fix.
8266         (read-passwd): Move call of clear-this-command-keys to the right
8267         place.
8268         (replace-regexps-in-string): New function.
8270 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
8272         * help.el (describe-variable): Set syntax table to
8273         emacs-lisp-mode-syntax-table when moving forward over the
8274         symbol's name.
8276 2000-02-22  Dave Love  <fx@gnu.org>
8278         * xt-mouse.el: Doc fixes.
8279         (xterm-mouse-position-function): New function, replacing advice of
8280         mouse-position.
8281         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
8283         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
8285 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
8287         * format.el (format-annotate-single-property-change): Handle
8288         properties.with dotted-list values.
8289         (format-proper-list-p): New function.
8291         * enriched.el (enriched-face-ans): Handle '(foreground-color
8292         . COLOR) and (background-color . COLOR).
8294 2000-02-20  Dave Love  <fx@gnu.org>
8296         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
8297         and assignments to it.
8298         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
8299         current local map.
8300         (make-flyspell-overlay): Use it.
8301         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
8303         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
8304         (lm-get-header-re): Defun, not defsubst.
8305         (lm-get-package-name): Defun, not defsubst.  Simplify.
8306         (lm-version): Doc fix.  Simplify.
8307         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
8308         (lm-crack-address, lm-last-modified-date, lm-commentary)
8309         (lm-verify, lm-synopsis): Simplify.
8310         (lm-report-bug): Require emacsbug.  Use compose-mail.
8312 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
8314         * dired.el (dired-mode): Call propertized-buffer-identification
8315         to set mode-line-buffer-identification to something having
8316         the right text properties.
8318         * bindings.el (propertized-buffer-identification): New function.
8320 2000-02-20  Dave Love  <fx@gnu.org>
8322         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
8323         check for t-mouse too.
8325         * cus-start.el: Make echo-keystrokes `number'.
8327 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
8329         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
8330         Don't call ring-empty-p unless tags-location-ring is bound.
8331         From Noah Friedman <friedman@splode.com>.
8333 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
8335         * progmodes/hideshow.el (hs-flag-region): No longer use
8336         `intangible' overlay property.
8338         (hs-toggle-hiding): New command.
8339         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
8341         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
8342         Fix omission bug: Run `hs-minor-mode-hook' for both activation
8343         and deactivation.
8345 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
8347         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
8349 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
8351         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
8353         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
8354         of `*' to handle `(* ... *)' comments.
8356 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
8358         * faces.el (list-faces-display): Use display-mouse-p instead of
8359         window-system.
8361         * menu-bar.el (global-map): Menu-bar items converted to the new
8362         format (menu-item..., rearranged for better CUA compliance, and
8363         their names changed for better clarity.  Help strings added.
8365         * international/mule-cmds.el (mule-menu-keymap)
8366         (describe-language-environment-map, set-coding-system-map)
8367         (setup-language-environment-map): Convert to new (menu-item...
8368         form, add help strings.  Change names of menu items for better
8369         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
8370         submenu).
8372 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
8374         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8375         within the code.
8377 2000-02-16  Dave Love  <fx@gnu.org>
8379         * faces.el: Don't require custom.  Add more specific :groups to
8380         various deffaces.
8381         (set-face-attribute): Purecopy args.
8382         (read-face-name): Default to name at point and use it in prompt.
8383         Remove colon from arg in all callers.
8384         (list-faces-display): Hyperlink to face descriptions and customize
8385         buffers.
8387 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8389         * wid-edit.el (widget-match-inline): An atom never matches a
8390         list.
8392 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8394         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8395         at ':' characters by call to split-string.
8397 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8399         * textmodes/bibtex.el: Added RCS version identification.
8401 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8403         * textmodes/bibtex.el: Some temporary comments removed.
8404         (bibtex-field-name, bibtex-entry-type): Made the relationship
8405         explicit.
8406         (bibtex-field-const): Allow capital letters.
8407         (bibtex-start-of-string): Deleted because unused.
8409         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
8410         use the term 'reference' to describe a bibtex entry as a whole.
8411         Further, reference keys are no longer called 'labels'.
8412         (bibtex-keys): Renamed to bibtex-reference-keys.
8413         (bibtex-reformat-previous-labels): Renamed to
8414         bibtex-reformat-previous-reference-keys.
8415         (bibtex-reference-type): Renamed to bibtex-entry-type.
8416         (bibtex-reference-head): Renamed to bibtex-entry-head.
8417         (bibtex-reference-maybe-empty-head): Renamed to
8418         bibtex-entry-maybe-empty-head.
8419         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8420         (bibtex-search-reference): Renamed to bibtex-search-entry.
8421         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8422         bibtex-enclosing-entry-maybe-empty-head.
8423         (bibtex-entry-field-alist, bibtex-entry-head,
8424         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8425         bibtex-map-entries, bibtex-search-entry,
8426         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8427         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8428         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8429         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8430         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8431         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8432         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8434 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8436         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8437         comment.
8438         (bibtex-format-field-delimiters): New function, functionality
8439         extracted from bibtex-format-entry.
8440         (bibtex-autokey-get-yearfield-digits): New function, functionality
8441         extracted from bibtex-autokey-get-yearfield.
8443         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8444         entries in order to avoid stack overflow in the regexp matcher if
8445         field contents become large.
8446         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8447         bibtex-field-string-part-not-braced,
8448         bibtex-field-string-part-no-inner-braces,
8449         bibtex-field-string-part-1-inner-brace,
8450         bibtex-field-string-part-2-inner-braces,
8451         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8452         bibtex-field-string-quoted, bibtex-field-string,
8453         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8454         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8455         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8456         as parsing is now performed by the following functions.
8457         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8458         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8459         bibtex-parse-field-string, bibtex-search-forward-field-string,
8460         bibtex-parse-association, bibtex-field-name-for-parsing,
8461         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8462         bibtex-search-forward-field, bibtex-search-backward-field,
8463         bibtex-start-of-field, bibtex-end-of-field,
8464         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8465         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8466         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8467         bibtex-parse-string, bibtex-search-forward-string,
8468         bibtex-search-backward-string, bibtex-start-of-string,
8469         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8470         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8471         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8472         entries.  Instead of reporting the results of the parsing by
8473         match-beginning or match-end, these functions return data structures
8474         that hold the corresponding positions.
8475         (bibtex-enclosing-field): Changed to also report field boundaries by
8476         return values rather than by match-beginning or match-end.  The
8477         following functions have been adapted to use the new parsing
8478         functions.
8479         (bibtex-skip-to-valid-entry, bibtex-search-reference,
8480         bibtex-enclosing-field, bibtex-format-entry,
8481         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8482         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8483         bibtex-print-help-message, bibtex-end-of-entry,
8484         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8485         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8486         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8487         method for parsing.
8488         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8489         bibtex-map-entries, bibtex-flash-head,
8490         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8491         bibtex-autokey-change, bibtex-autokey-get-namefield,
8492         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8493         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8494         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8495         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8496         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8497         order to make the new binding of case-fold-search immediately
8498         visible.
8500 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8502         * textmodes/bibtex.el: Copyright notice is up to date.
8503         Added constant 'bibtex-maintainer-salutation.
8505         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8506         than make-temp-name, use match-string-no-properties and eliminate
8507         a quadratic behavior when building bibtex-strings.
8509         * bibtex.el (bibtex-reference-key): Accept string entries whose
8510         reference key contains upper case letters.
8512 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8514         * bibtex.el (bibtex-reference-head): Allow entries to start with
8515         a new line.
8517 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8519         * bibtex.el: Hiding of entry bodies is not longer provided by
8520         bibtex.el directly.  Instead the hideshow package can be used.
8521         Added a special bibtex entry to hs-special-modes-alist.
8522         (bibtex-hs-forward-sexp): Added for hideshow.el.
8524 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8526         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8527         at ':' characters by call to split-string.
8529 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8531         * textmodes/bibtex.el: Added RCS version identification.
8533 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8535         * textmodes/bibtex.el: Some temporary comments removed.
8536         (bibtex-field-name, bibtex-entry-type): Made the relationship
8537         explicit.
8538         (bibtex-field-const): Allow capital letters.
8539         (bibtex-start-of-string): Deleted because unused.
8541         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
8542         use the term 'reference' to describe a bibtex entry as a whole.
8543         Further, reference keys are no longer called 'labels'.
8544         (bibtex-keys): Renamed to bibtex-reference-keys.
8545         (bibtex-reformat-previous-labels): Renamed to
8546         bibtex-reformat-previous-reference-keys.
8547         (bibtex-reference-type): Renamed to bibtex-entry-type.
8548         (bibtex-reference-head): Renamed to bibtex-entry-head.
8549         (bibtex-reference-maybe-empty-head): Renamed to
8550         bibtex-entry-maybe-empty-head.
8551         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8552         (bibtex-search-reference): Renamed to bibtex-search-entry.
8553         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8554         bibtex-enclosing-entry-maybe-empty-head.
8555         (bibtex-entry-field-alist, bibtex-entry-head,
8556         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8557         bibtex-map-entries, bibtex-search-entry,
8558         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8559         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8560         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8561         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8562         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8563         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8564         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8566 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8568         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8569         comment.
8570         (bibtex-format-field-delimiters): New function, functionality
8571         extracted from bibtex-format-entry.
8572         (bibtex-autokey-get-yearfield-digits): New function, functionality
8573         extracted from bibtex-autokey-get-yearfield.
8575         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8576         entries in order to avoid stack overflow in the regexp matcher if
8577         field contents become large.
8578         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8579         bibtex-field-string-part-not-braced,
8580         bibtex-field-string-part-no-inner-braces,
8581         bibtex-field-string-part-1-inner-brace,
8582         bibtex-field-string-part-2-inner-braces,
8583         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8584         bibtex-field-string-quoted, bibtex-field-string,
8585         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8586         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8587         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8588         as parsing is now performed by the following functions.
8589         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8590         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8591         bibtex-parse-field-string, bibtex-search-forward-field-string,
8592         bibtex-parse-association, bibtex-field-name-for-parsing,
8593         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8594         bibtex-search-forward-field, bibtex-search-backward-field,
8595         bibtex-start-of-field, bibtex-end-of-field,
8596         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8597         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8598         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8599         bibtex-parse-string, bibtex-search-forward-string,
8600         bibtex-search-backward-string, bibtex-start-of-string,
8601         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8602         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8603         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8604         entries.  Instead of reporting the results of the parsing by
8605         match-beginning or match-end, these functions return data structures
8606         that hold the corresponding positions.
8607         (bibtex-enclosing-field): Changed to also report field boundaries by
8608         return values rather than by match-beginning or match-end.  The
8609         following functions have been adapted to use the new parsing
8610         functions.
8611         (bibtex-skip-to-valid-entry, bibtex-search-reference,
8612         bibtex-enclosing-field, bibtex-format-entry,
8613         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8614         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8615         bibtex-print-help-message, bibtex-end-of-entry,
8616         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8617         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8618         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8619         method for parsing.
8620         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8621         bibtex-map-entries, bibtex-flash-head,
8622         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8623         bibtex-autokey-change, bibtex-autokey-get-namefield,
8624         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8625         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8626         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8627         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8628         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8629         order to make the new binding of case-fold-search immediately
8630         visible.
8632 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8634         * textmodes/bibtex.el: Copyright notice is up to date.
8635         Added constant 'bibtex-maintainer-salutation.
8637         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8638         than make-temp-name, use match-string-no-properties and eliminate
8639         a quadratic behavior when building bibtex-strings.
8641         * bibtex.el (bibtex-reference-key): Accept string entries whose
8642         reference key contains upper case letters.
8644 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8646         * bibtex.el (bibtex-reference-head): Allow entries to start with
8647         a new line.
8649 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8651         * bibtex.el: Hiding of entry bodies is not longer provided by
8652         bibtex.el directly.  Instead the hideshow package can be used.
8653         Added a special bibtex entry to hs-special-modes-alist.
8654         (bibtex-hs-forward-sexp): Added for hideshow.el.
8656 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8658         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
8659         proceedings entry type (for cross referencing). Thanks to Wagner
8660         Toledo Correa for the suggestion.
8662         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
8664 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
8666         * international/characters.el: Setup case table for Vietnamese.
8668 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
8670         * uniquify.el (toplevel): Require CL at compile time.
8671         (uniquify-push): Removed.
8673         * shadowfile.el (shadow-when): Removed.
8675         * tempo.el (tempo-dolist, tempo-mapc): Removed.
8676         (tempo-process-and-insert-string): Use dolist instead of
8677         tempo-dolist.
8679         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
8680         regexp for paragraph-start.
8682         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
8683         commas as well.
8685 2000-02-10  Dave Love  <fx@gnu.org>
8687         * wid-edit.el: (widgets) [defgroup]: Remove url link.
8688         (widget-color-choice-list, widget-color-history, widget-mouse-help):
8689         Deleted.
8690         (widget-specify-field, widget-specify-button): Don't use
8691         widget-mouse-help as help-echo property.
8692         (default): Use #'ignore for :validate and :mouse-down-action.
8693         (checkbox): Add help-echo.
8694         (widget-sexp-validate): Rewritten to clarify error messages.
8695         (character): Use char-valid-p in :match function.
8696         (widget-color-complete): Use facemenu-color-alist.
8697         (widget-color-action): Use facemenu-read-color.
8699         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
8700         set up `caar' &c that we now have.
8702 2000-02-09  Ray Blaak  <blaak@gnu.org>
8704         * delphi.el: Make resourcestring a declaration region, like const
8705         and var.
8707 2000-02-09  Dave Love  <fx@gnu.org>
8709         * bindings.el (mode-line-input-method-map): New variable.
8710         (mode-line-mule-info): Use it; fix last change.
8711         (mode-line-mode-menu): Move definition.
8712         (mode-line-mouse-sensitive-p): Deleted.
8713         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
8714         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
8715         level.
8717         * startup.el (command-line-1): Don't call
8718         make-mode-line-mouse-sensitive.
8720 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8722         * mail/rmail.el (rmail-retry-failure): Use
8723         rmail-beginning-of-message before rmail-toggle-header, because the
8724         former toggles headers.
8726 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
8728         * diff-mode.el (diff-kill-junk): New interactive function.
8729         (diff-reverse-direction): Use delete-and-extract-region.
8730         (diff-post-command-hook): Restrict the area so that the hook also works
8731         outside of any diff hunk.  This is necessary for the minor-mode.
8732         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
8733         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
8735         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
8736         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
8737         so that it can be used more easily in <foo>-mode-hook.  Also make sure
8738         to avoid duplicate entries.
8739         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
8740         (font-lock-remove-keywords): Just as was done for `add', allow it to
8741         work even if font-lock-mode is nil.  Also make sure we don't modify
8742         any pre-existing list by forcing a copy-sequence.  Finally rename
8743         `major-mode' to `mode'.
8744         (font-lock-fontify-syntactic-anchored-keywords)
8745         (font-lock-fontify-anchored-keywords)
8746         (font-lock-fontify-keywords-region): Use line-end-position.
8747         Don't make `font-lock-multiline' local (it's now done in
8748         font-lock-set-defaults).
8749         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
8750         move the `font-lock-fontified' creation to inside the `unless'.
8752 2000-02-06  Andrew Innes  <andrewi@gnu.org>
8754         * term/w32-win.el (x-handle-args): Comment out call to message,
8755         which occurs before window system is initialized.
8757         * makefile.nt: Add support for recompiling lisp code.
8759 2000-02-04  Dave Love  <fx@gnu.org>
8761         * bindings.el (mode-line-mule-info): Fix/extend last change.
8763         * completion.el: Replace completion-dolist with dolist.
8765         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
8766         dotimes.
8768 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8770         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
8771         environment names before they go into the section regexp.
8773         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
8774         char class in regexp.
8776         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
8777         `case-fold-search' to nil.
8779         * progmodes/idlwave.el (idlwave-template): Respect
8780         `idlwave-abbrev-change-case'.
8781         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
8782         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
8783         idlwave-while): respect `idlwave-reserved-word-upcase'.
8784         (idlwave-rw-case): New function.
8785         (idlwave-statement-match): Fixed problem with assignment regexp.
8786         (idlwave-font-lock-keywords): Improved regexp for keyword
8787         parameters.
8788         (idlwave-surround): New argument LENGTH to support padding of
8789         operators longer than 1 char.
8791         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
8792         idlwave-shell-expression-overlay.  Implemented printing of
8793         expressions on higher levels of the calling stack.
8794         (idlwave-shell-display-level-in-calling-stack): Restore stack
8795         level.
8796         (idlwave-retrieve-expression-from-level): New function.
8797         (idlwave-shell-last-calling-stack): Variable removed.
8798         (idlwave-shell-reset): Argument action reversed (`visible' to
8799         `hidden').  Also remove stop-line overlay.
8800         (idlwave-shell-calling-stack-routine): New variable.
8801         (idlwave-shell-parse-stack-and-display): Messages now display
8802         negative level numbers.
8803         (idlwave-shell-mode): Set `modeline-format'.
8804         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
8805         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
8806         21.
8807         (idlwave-shell-print-expression-function): New option.
8809         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
8810         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
8811         `tool-bar' instead of `toolbar'.
8813 2000-02-02  Dave Love  <fx@gnu.org>
8815         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
8816         emacs-lisp-mode-hook.  Don't check for defalias being defined.
8818         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8819         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
8820         the new builtins directly.
8822         * whitespace.el (whitespace): Add :version to defgroup.
8824         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
8825         Doc fix.
8827         * thingatpt.el (sexp-at-point, symbol-at-point)
8828         (number-at-point, list-at-point): Add autoload cookie.
8830         * recentf.el (recentf): Add :version to defgroup.
8832         * quickurl.el (quickurl): Add :version to defgroup.
8834         * elide-head.el (elide-head): Use point-marker more.
8836         * bs.el (bs): Add :version to defgroup.
8838         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
8840         * progmodes/delphi.el (delphi): Add :version to defgroup.
8842 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
8844         * ange-ftp.el (ange-ftp-write-region): Handle case that
8845         succeeding process operation sets a different coding system.
8847         * calculator.el: New file.
8849 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
8851         * frame.el (frames-on-display-list, framep-on-display): New
8852         functions.
8853         (display-mouse-p, display-popup-menus-p, display-graphic-p)
8854         (display-selections-p, display-screens, display-pixel-width)
8855         (display-pixel-height, display-mm-width, display-mm-height)
8856         (display-backing-store, display-save-under, display-planes)
8857         (display-color-cells, display-visual-class): New functions.
8859         * term/tty-colors.el (tty-color-gray-shades): New function.
8861         * faces.el (display-color-p): Use framep-on-display.
8862         (display-grayscale-p): New function.
8864 2000-01-31  Dave Love  <fx@gnu.org>
8866         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
8867         (create-fontset-from-x-resource): Don't concat integers.
8869 2000-01-31  Inge Frick  <inge@nada.kth.se>
8871         * view.el: Some changes in documentation.  Removed some trailing
8872         whitespace. Changed some parameter names to agree with
8873         documentation.
8874         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
8875         window is not deleted.  Modifies change 1998-04-26.
8877 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
8879         * windmove.el: New file.
8881         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8882         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8883         progmodes/ebnf-yac.el: Update copyright and license info.
8885         * jit-lock.el (jit-lock-function): Widen before calculating end
8886         position.
8887         (jit-lock-stealth-chunk-start): Rewritten.
8889         * info.el (Info-title-face-alist): Removed.
8890         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
8891         faces.
8892         (Info-fontify-node): Use these faces.
8894 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
8896         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
8897         (cl-macro-list1): Recognize `&allow-other-keys' instead of
8898         `&allow-other-keywords'.
8900         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
8901         the list of directories scanned heuristically.
8903         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
8904         exist.
8906 2000-01-30  Jason Rumney  <jasonr@gnu.org>
8908         * w32-fns.el: Define w32-tty-standard-colors.
8910         * startup.el (command-line): Use w32-tty-standard-colors when in
8911         w32 console mode.
8913 2000-01-30  Dave Love  <fx@gnu.org>
8915         * jka-compr.el (jka-compr-load): Fix up load-history.
8917         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
8919         * emacs-lisp/cl-macs.el: Revert previous change.
8921 2000-01-29  Dave Love  <fx@gnu.org>
8923         * facemenu.el: Purecopy various strings.
8925         * timezone.el (timezone-fix-time): Window against 69 for two-digit
8926         years.  Deal with three-digit years.
8928         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
8929         defconst, purecopy.
8930         (help-back-label): Purecopy it.
8932 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
8934         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
8935         variable. If non-nil, order the buffer list according to the
8936         currently selected frame.
8937         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
8938         non-nil, pass the selected frame to function buffer-list.
8940 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8942         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
8944 2000-01-28  Dave Love  <fx@gnu.org>
8946         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
8948         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
8949         Don't use lisp-indent-hook property.
8950         (cl-abs): Remove.
8952         * subr.el: Move out indent and edebug specs for when and unless.
8954         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
8955         when, unless.
8957         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
8958         unless, when.
8960 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
8962         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
8963         `collecting' as synonym for `collect'.
8965         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
8966         for the case it contains spaces.
8968         * simple.el (what-cursor-position): Change formatting of
8969         messages.
8971         * frame.el (delete-other-frames): New function.
8972         (toplevel): Bind it to C-x 5 1.
8974         * sort.el (sort-numeric-base): New option.
8975         (sort-numeric-fields): If number starts with `0' or `0[xX[',
8976         interpret it as octal or hexadecimal.  Use sort-numeric-base
8977         as default base.
8979         * progmodes/glasses.el: New file.
8981 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
8983         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
8984         userids differently.
8986         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8987         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8988         progmodes/ebnf-yac.el: New files.
8990 2000-01-26  Dave Love  <fx@gnu.org>
8992         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
8993         on a function with an empty body.  [From Eric Ludlam.]
8995 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
8997         * vc.el (vc-version-diff): Make sure file name is expanded.
8999 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
9001         * scroll-bar.el (scroll-bar-timer): Variable removed.
9002         (scroll-bar-toolkit-scroll): Don't use a timer.
9004 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
9006         * language/thai-util.el (thai-composition-function): Delete
9007         superfluous `a'.
9009 2000-01-24  Dave Love  <fx@gnu.org>
9011         * fortran.el (fortran-mode): Use beginning-of-defun-function,
9012         end-of-defun-function.
9014         * font-lock.el (turn-on-font-lock): Don't depend on window-system
9015         &c.
9017 2000-01-22  Jason Rumney  <jasonr@gnu.org>
9019         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
9020         conflicts with new face support.
9022 2000-01-22  Richard M. Stallman  <rms@gnu.org>
9024         * replace.el (query-replace): Rename last arg to DELIMITED.
9025         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
9026         (query-replace-regexp): Likewise.
9028 2000-01-20  Richard M. Stallman  <rms@gnu.org>
9030         * subr.el (with-syntax-table): Use make-symbol, not gensym.
9032         * emacs-lisp/lisp.el (beginning-of-defun-function):
9033         Variable renamed from beginning-of-defun.
9034         Do not call make-variable-buffer-local.
9035         (beginning-of-defun-raw): Use new variable name; doc fix.
9036         (beginning-of-defun): Doc fix.
9037         (end-of-defun-function): Variable renamed from end-of-defun.
9038         Do not call make-variable-buffer-local.
9039         (end-of-defun): Use new variable name; doc fix.
9041         * subr.el (dolist, dotimes): Copied from cl-macs.el
9042         and made to work.
9044         * mail/undigest.el (rmail-digest-end-regexps):
9045         Variable replaces rmail-digest-end-regexp.
9046         Allows multiple regexps for detecting the end line.
9047         (undigestify-rmail-message): Corresponding changes.
9049 2000-01-19  Dave Love  <fx@gnu.org>
9051         * files.el (user-init-file): Don't declare here -- is primitive.
9053         * startup.el (command-line): Check for compiled user-init-file and
9054         set to uncompiled version if necessary.
9056 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
9058         * mail/undigest.el (rmail-digest-end-regexp): New user option.
9059         (undigestify-rmail-message): Use it.
9061         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
9063 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
9065         * tmm.el (tmm-goto-completions): Adapt to prompt being part
9066         of mini-buffer.
9068 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
9070         * emacs-lisp/copyright.el (copyright-update): Removed the
9071         requirement for a trailing space from `copyright-regexp', to
9072         support copyrights with owner specified on a separate line..
9074         * align.el: New file.
9076         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
9078         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
9080 2000-01-13  Dave Love  <fx@gnu.org>
9082         * ph.el: Removed.  (Obsoleted by EUDC.)
9084 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9086         * net/eudc.el (toplevel): Remove autoloaded code installing
9087         menu with easymenu, because that causes build problems.
9089         * frame.el (frame-notice-user-settings): New variable.
9090         (frame-notice-user-settings): Don't modify frame parameters
9091         if called a second time.
9093 2000-01-13  Richard M. Stallman  <rms@gnu.org>
9095         * frame.el (frame-notice-user-settings):
9096         Notice default-frame-parameters even for non-window frames.
9098 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9100         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
9101         for Emacs.
9102         (eudc-bob-can-display-inline-images): Extend for Emacs.
9103         (eudc-bob-toggle-inline-display): Ditto.
9104         (eudc-bob-display-jpeg): Ditto.
9106 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
9108         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
9109         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
9110         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
9112         * add-log.el (add-change-log-entry): Fix error trying an `(insert
9113         nil)'.
9115         * subdirs.el: Add `net' directory.
9117         * net: New directory.
9119         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
9120         eval-last-sexp.  Don't bind debug-on-error here.
9121         (eval-last-sexp): New function.  Bind debug-on-error if
9122         eval-expression-debug-on-error is non-nil.
9123         (eval-defun-2, eval-defun): Likewise.
9125         * simple.el (eval-expression): Don't bind debug-on-error if
9126         eval-expression-debug-on-error is nil.  Detect changed
9127         debug-on-error, and propagate new value to global binding, if
9128         eval-expression-debug-on-error is non-nil,
9129         (eval-expression-debug-on-error): Change doc string.
9131 2000-01-11  Richard M. Stallman  <rms@gnu.org>
9133         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
9135         * emacs-lisp/lisp-mode.el (with-syntax-table):
9136         Set up lisp-indent-function property.
9138         * subr.el (with-syntax-table): Moved from simple.el.
9140         * simple.el (with-syntax-table): Moved to subr.el.
9142 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
9144         * tmm.el (tmm-shortcut): Delete region after prompt instead
9145         of erasing buffer.
9147         * textmodes/fill.el (fill-common-string-prefix): New function.
9148         (fill-context-prefix): Use the longest common prefix of first
9149         and second line fill prefix, if there is one.
9151 2000-01-11  Richard M. Stallman  <rms@gnu.org>
9153         * array.el (array-mode): Don't use make-variable-buffer-local.
9154         Use make-local-variable for `truncate-lines'.
9156 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
9158         * add-log.el (add-log-current-defun): Handle user-defined
9159         add-log-current-function returning nil,
9161         * add-log.el (add-change-log-entry): Insert version number
9162         if having found a current function
9164         * add-log.el (add-log-current-defun): Call
9165         `add-log-current-defun-function'.  Try matches at level 0 and
9166         level 1.  Strip whitespace from defun found.
9168 2000-01-10  John Wiegley  <johnw@gnu.org>
9170         * allout.el (isearch-done/outline-provisions): Added `edit'
9171         argument to correspond with the current definition of
9172         `isearch-done'.
9174 2000-01-10  Dave Love  <fx@gnu.org>
9176         * elide-head.el (elide-head): Use point-marker, not point.
9178 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
9180         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
9181         before and after the year 2000.
9183         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
9184         Add ispell- prefix.
9186 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
9188         * ispell.el:  Only define dictionaries in menus when they exist.
9189         (version18p): New variable.
9190         (version20p): New variable.
9191         (xemacsp): New variable.
9192         (ispell-choices-win-default-height): Fix for XEmacs visibility.
9193         (ispell-dictionary-alist1): Added Brasileiro dictionary.
9194         (ispell-dictionary-alist6): Russian command lines no longer accept
9195         run-together words.
9196         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
9197         (ispell-dictionary-alist): Add koi8-r to customize definition.
9198         (check-ispell-version): Added documentation string.  Returns
9199         library path when called non-interactively.
9200         (ispell-menu-map-needed): Uses new variables.
9201         (ispell-library-path): New variable.
9202         (ispell-decode-string): XEmacs fix for bogus variable bindings.
9203         (ispell-word): Improved documentation string.  Test for valid
9204         character mappings.  Correctly check typed in word changes that can
9205         result in single words split into multiple words.  Returns
9206         replacement word.
9207         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
9208         replace in recursive query replace mode.  Help message for
9209         recursive edit mode.
9210         (ispell-show-choices): Protect against bad framepop bindings.
9211         (ispell-help): Fix to work with XEmacs.
9212         (ispell-highlight-spelling-error): Use new variables.
9213         (ispell-overlay-window): Fix to work with XEmacs.
9214         (ispell-parse-output): Passed and returns location information
9215         tracking spelling corrections.  Doesn't recheck same word on
9216         current line.
9217         (ispell-init-process): Protect against bogus XEmacs variable binding.
9218         Fix call to single argument in sleep-for.  Use new variables.
9219         (ispell-region): Passed and returns location information tracking
9220         spelling corrections.  Doesn't check same word on current line.
9221         Improved documentation string.  Doesn't resend a line already
9222         checked to the ispell process - fixes bug in LaTeX parsing.
9223         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
9224         (ispell-skip-region): No longer skips <TT> in SGML.
9225         (ispell-process-line): Tracks location information with spelling
9226         corrections.  Added documentation string.  Accounts for words
9227         already accepted on this line.  Don't allow query-replace on line
9228         starting with math characters.  Doesn't resend a line already sent
9229         to ispell process.  Fixes alignment error bug.
9231 2000-01-10  Richard M. Stallman  <rms@gnu.org>
9233         * dired-x.el (dired-guess-shell-alist-default):
9234         Suggest xloadimage, which is free, not xv, which isn't.
9236         * ange-ftp.el (ange-ftp-file-name-nondirectory):
9237         Don't ever include the host name or user name in the value.
9239 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
9241         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
9242         of a real newline.
9244 2000-01-09  Stephen Eglen  <stephen@gnu.org>
9246         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
9247         for .png files.
9249 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9251         * cus-edit.el (custom-hook-convert-widget): Fix comment.
9253 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
9255         * progmodes/cperl-mode.el: Replace ^F with ^L.
9257         * sendmail.el (toplevel): Provide `sendmail' when compiling
9258         before `require'ing rmail and mailalias to prevent infinite
9259         recursion.
9261 2000-01-08  Dave Love  <fx@gnu.org>
9263         * emacs-lisp/backquote.el: Remove inappropriate customization
9264         (allowing custom.el to use backquote).
9266 2000-01-07  Dave Love  <fx@gnu.org>
9268         * add-log.el (add-log-debugging): Deleted.
9269         (add-change-log-entry): Treat a backup FILE-NAME as its parent
9270         file.  Remove debugging code.
9271         (change-log-get-method-definition, change-log-name): Add doc.
9272         (change-log-sortable-date-at): New function.
9273         (change-log-merge): New command.
9275         * time.el (display-time-string-forms): Make the Mail string active.
9276         (display-time-update): Provide help-echo for load average.
9278         * bindings.el (make-mode-line-mouse2-map): New function.
9279         (mode-line-modified): Use it and simplify.
9280         (mode-line-mule-info): Provide help-echo info.
9281         (minor-mode-alist): Activate the strings.
9282         (make-mode-line-mouse-sensitive): Simplify for
9283         mode-line-buffer-identification.
9285 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
9287         * play/pong.el: New file.
9289 2000-01-06  Dave Love  <fx@gnu.org>
9291         * array.el: Assorted cleanups for compiler warnings, doc strings,
9292         `array-' prefix for symbols.
9294 2000-01-05  Dave Love  <fx@gnu.org>
9296         * textmodes/outline.el (outline-mode-menu-bar-map): Add
9297         outline-headers-as-kill.
9298         (outline-mode): Define imenu-generic-expression.
9299         (outline-headers-as-kill): New command.
9301         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
9302         from paragraph-start.
9303         (paragraph-indent-minor-mode): New command.
9305         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
9306         M-C-e, M-C-h, C-j, C-xnd, TAB.
9307         (fortran-mode): Set beginning-of-defun, end-of-defun.
9308         (fortran-column-ruler): Simplify.
9309         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
9310         (fortran-with-subprogram-narrowing): Likewise.
9311         (fortran-indent-subprogram): Call mark-defun.
9312         (fortran-check-for-matching-do): Change narrowing.
9314         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
9315         (cl-lucid-hash-tag): Delete.
9316         (cl-hash-table-p): Correct test for native table.
9317         (cl-hash-table-count): Use hash-table-count.
9319         * browse-url.el (browse-url): Fix case of
9320         browse-url-browser-function being an alist.
9322 2000-01-05  Carsten Dominik  <cd@gnu.org>
9324         * textmodes/reftex-vars.el (reftex-parse-file-extension)
9325         (reftex-index-phrase-file-extension): New options.
9327         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
9328         Use new option `reftex-index-phrase-file-extension'.
9330         * textmodes/reftex.el (reftex-access-parse-file): Use new option
9331         `reftex-parse-file-extension'.
9333 2000-01-05  Dave Love  <fx@gnu.org>
9335         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
9336         (beginning-of-defun-raw): Use it.
9337         (end-of-defun): New variable.
9338         (end-of-defun): Use it.
9339         (check-parens): New command.
9341 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
9343         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
9344         (hs-show-block): Don't use `mapcar' when not accumulating.
9346         Fix buglet in local variables initialization.
9348 2000-01-05  Andreas Schwab  <schwab@suse.de>
9350         * hscroll.el (hscroll): Doc fix.
9352 2000-01-05  Carsten Dominik  <cd@gnu.org>
9354         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
9355         idlw-toolbar.
9357         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
9358         file idlw-rinfo.el.
9359         (idlwave-customize): load must read file idlw-shell.el.
9360         (idlwave-create-customize-menu): load must read file idlw-shell.el.
9362 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
9364         * progmodes/idlw-shell.el: Also provide idlwave-shell
9365         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
9366         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
9368         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
9369         both reftex-dcr and reftex-vcr.
9371         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
9373 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9375         * ps-print.el: PostScript code now is in separate files, doc fix.
9376         (ps-print-version): New version number (5.0.3).
9377         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
9378         local.
9379         (ps-spool-config): Initialization fix.
9380         (ps-print-prologue-1, ps-print-prologue-2)
9381         (ps-print-duplex-feature): PostScript code moved to separated file.
9382         (ps-background-image): Little code reformating.
9383         (ps-begin-file, ps-begin-job): Fix code.
9384         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
9385         (ps-prologue-file): New fun.
9387 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9389         * ps-vars.el: Eliminated.
9391         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
9392         `;;;###autoload'.
9394         * ps-print.el: ps-vars eliminated, doc fix.
9395         (ps-print-version): New version number (5.0.2).
9396         (ps-spool-config): Initialization fix.
9397         (ps-print-customize): New fun.
9399 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
9401         * autorevert.el (auto-revert-mode): Return value of
9402         auto-revert-mode.
9404 2000-01-04  Dave Love  <fx@gnu.org>
9406         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
9407         menu items.
9409 2000-01-03  Dave Love  <fx@gnu.org>
9411         * elide-head.el (elide-head) [defgroup]: Add :version.
9413         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
9414         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
9415         `cl-hash-table-p', not `hash-table-p'.
9416         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
9418 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9420         * faces.el (face-read-integer, read-face-attribute)
9421         (color-defined-p, color-values): unspecified-{f,b}g are now
9422         strings.
9424 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
9426         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
9427         at comment end, and re-insert them after filling.
9429 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9431         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
9432         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
9433         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
9435 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9437         * term/x-win.el (xw-defined-colors): Call color-supported-p,
9438         the new name of face-color-supported-p.
9440         * term/w32-win.el (xw-defined-colors): Likewise.
9442 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9444         * simple.el (completion-setup-function): Count completion-size
9445         from minibuffer-prompt-end, not from point-min.
9447 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
9449         * faces.el (read-face-attribute, defined-colors, color-defined-p):
9450         Pass the frame to tty-color-* functions.
9451         (display-color-p, frame-set-background-mode): Pass the frame to
9452         tty-display-color-p.
9454         * term/tty-colors.el (tty-defined-color-alist): Renamed from
9455         tty-color-alist.
9456         (tty-color-alist, tty-modify-color-alist): New functions.
9457         (tty-color-define,  tty-color-clear, tty-color-approximate)
9458         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
9459         an optional parameter FRAME.
9461 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
9463         * image.el (create-image, defimage): Don't assume image data is a
9464         string.
9466         * image.el (defimage): Handle specifications containing :data
9467         instead of :file.
9468         (image-type-from-data): New function.
9469         (image-type-from-file-header): Use it.
9470         (create-image): Add parameter DATA-P.
9472 See ChangeLog.8 for earlier changes.
9474 ;; Local Variables:
9475 ;; coding: iso-2022-7bit-unix
9476 ;; End: