1 2000-11-30 Dave Love <fx@gnu.org>
3 * cus-start.el: Fix read-buffer-function type.
5 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7 * md5.el: Removed. There's a built-in function, now.
9 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
11 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12 as dummy 0-th char of rmail-deleted-vector.
14 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
16 * ps-print.el (ps-end-job): Bind case-fold-search only after
17 switching to ps-spool-buffer.
19 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21 * ps-print.el: Line number font customization. PostScript: Lines and
22 PageCount are initialized on each page. Doc Fix.
23 (ps-print-version): New version number (6.3.2).
24 (ps-lpr-switches, ps-font-info-database, ps-font-size)
25 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
26 (ps-right-header): Customization fix.
27 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
29 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
32 2000-11-30 Gerd Moellmann <gerd@gnu.org>
34 * bs.el: Fix typos and spelling errors.
35 (bs-appearance) <defgroup>: Renamed from bs-appearence.
36 (bs-configuration): Doc fix.
38 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
40 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
42 * emulation/tpu-edt.el (tpu-version): New version.
43 (tpu-search-overlay, tpu-replace-overlay): New initial range.
44 (tpu-original-mode-line): Variable deleted.
45 (tpu-mark-flag): New initial value.
46 (tpu-set-mode-line): Don't redefine mode-line-format. Add
47 tpu-mark-flag to minor-mode-alist.
48 (tpu-update-mode-line): New mark flag logic.
49 (tpu-get): Use find-file-wildcards.
50 (tpu-search-highlight): Move overlay less, reset overlay properly.
51 (tpu-unselect): Deactivate mark.
52 (tpu-lm-replace): Reset overlay properly.
53 (tpu-forward-line): Use forward-visible-line.
54 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
56 * emulation/tpu-extras.el (tpu-forward-line): Use
59 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
61 * cus-edit.el (custom-face-value-create): Always emphasize tag.
63 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
65 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
66 and skip whitespace and newlines.
68 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
70 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
72 2000-11-29 Gerd Moellmann <gerd@gnu.org>
74 * help.el (describe-function-1): Regexp-quote function name
75 when used as part of a regexp.
77 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
78 face-attribute instead of face-foreground and face-background.
79 (tool-bar-add-item): Likewise, and handle unspecified colors.
81 * enriched.el (enriched-face-ans): Use face-attribute instead
82 of face-foreground and face-background.
84 * faces.el (face-foreground, face-background, face-stipple):
85 Return nil if attribute is unspecified, for backward
88 * files.el (auto-mode-alist): Add an entry for antlr-mode.
90 * play/5x5.el: Remove version info.
92 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
94 * frame.el (blink-cursor-mode): Doc fix.
96 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
98 * antlr-mode.el: New commands to run ANTLR from within Emacs and
99 to create Makefile rules.
100 (antlr-tool-command): New user option.
101 (antlr-ask-about-save): New user option.
102 (antlr-makefile-specification): New user option.
103 (antlr-file-formats-alist): New variable.
104 (antlr-special-file-formats): New variable.
105 (antlr-unknown-file-formats): New user option.
106 (antlr-help-unknown-file-text): New variable.
107 (antlr-help-rules-intro): New variable.
108 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
109 (antlr-mode-menu): Add entries.
110 (antlr-file-dependencies): New function.
111 (antlr-directory-dependencies): New function.
112 (antlr-superclasses-glibs): New function.
113 (antlr-run-tool): New command.
114 (antlr-makefile-insert-variable): New function.
115 (antlr-insert-makefile-rules): New function.
116 (antlr-show-makefile-rules): New command.
118 * antlr-mode.el: More Emacs/XEmacs stuff.
119 (antlr-no-action-keywords): New constant with value nil.
120 (antlr-font-lock-keywords-alist): Use it. Old value would break
121 syntax highlighting in Emacs-21.0.
122 (antlr-default-directory): Emacs/XEmacs dependend function.
123 (antlr-read-shell-command): Ditto.
124 (antlr-with-displaying-help-buffer): Ditto.
126 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
128 * antlr-mode.el: imenu, parsing and highlighting changes.
129 (antlr-imenu-create-index-function): Don't create extra submenus
130 for definitions in different grammar classes. It is not necessary
131 for the menu and would make command `imenu' awkward to use.
132 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
133 header actions and more than one.
134 (antlr-font-lock-tokendef-face): Changed color.
135 (antlr-font-lock-tokenref-face): Changed color.
136 (antlr-font-lock-additional-keywords): Also highlight lowercase.
137 (antlr-mode-syntax-table): New variable.
138 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
139 (antlr-with-syntax-table): Don't copy syntax table.
141 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
143 * antlr-mode.el: Minor changes: language setting.
144 (antlr-language-alist): The value for file option "language" can
145 be both an identifier and a string.
146 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
147 (antlr-language-limit-n-regexp): Change accordingly.
149 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
151 * antlr-mode.el: Minor changes: tabs, hiding.
152 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
153 (antlr-action-visibility): Also allow value nil to also hide the
154 braces. Renamed from `antlr-tiny-action-length'.
155 Suggested by Jay@aol.com.
156 (antlr-hide-actions): Change accordingly. Hide line if completely
157 hidden action is on a line of its own.
159 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
161 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
163 * sort.el (sort-columns): Don't concat strings with numbers.
165 2000-11-29 Dave Love <fx@gnu.org>
167 * cus-edit.el (face): Fix :format.
169 * mail/feedmail.el: Require smtpmail when compiling.
170 (mail-do-fcc): Autoload.
171 (feedmail) <defgroup>: Fix :link.
172 (feedmail-nuke-body-in-fcc): Fix :type.
173 (feedmail-send-it): Add autoload cookie.
175 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
177 * newcomment.el (comment-indent): Save excursion around call to
178 comment-indent-function.
180 2000-11-29 Miles Bader <miles@gnu.org>
182 * subr.el (member-ignore-case): Return the tail of the list who's
183 car matches, like `member', not the matching element itself.
185 2000-11-29 Kenichi Handa <handa@etl.go.jp>
187 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
188 should not contain `\n'.
190 2000-11-28 Gerd Moellmann <gerd@gnu.org>
192 * hi-lock.el: Update from author.
194 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
196 * dired-aux.el (dired-do-create-files): Construct default file
197 name for dired-mark-read-file-name so that when the user enters
198 just RET, the target file will end up in the target directory.
200 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
201 local-abbrev-table before changing buffers because it might
202 have a buffer-local binding.
204 2000-11-28 Miles Bader <miles@gnu.org>
206 * simple.el (delete-horizontal-space): Handle fields more generally.
208 2000-11-28 Gerd Moellmann <gerd@gnu.org>
210 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
212 2000-11-28 Dave Love <fx@gnu.org>
214 * progmodes/ps-mode.el (ps-mode): Set comment-start and
215 comment-start-skip locally.
217 * progmodes/fortran.el (fortran-mode): Don't set
218 fortran-comment-line-start-skip. Set comment-start to
219 fortran-comment-line-start.
220 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
221 (fortran-comment-line-start-skip): Simplify slightly.
223 2000-11-28 Gerd Moellmann <gerd@gnu.org>
225 * play/5x5.el: Remove RCS keyword.
227 * bs.el: Update from author.
229 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
231 * textmodes/tildify.el (tildify-string-alist): Add
232 `plain-tex-mode' here.
234 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
236 * chistory.el (Command-history-setup): Remove extraneous `keymap'
239 2000-11-28 Miles Bader <miles@gnu.org>
241 * cus-face.el (custom-face-attributes): Add post-filter function
242 for :box. Make pre-filter function for :box handle all cases.
244 * wid-edit.el (widget-choose): Make sure pop-up window is large
245 enough to display all the choices, as there's no way to scroll it.
247 2000-11-28 Kenichi Handa <handa@etl.go.jp>
249 * international/mule-conf.el: Make the coding system no-conversion
250 safe for all characters.
252 2000-11-27 Dave Love <fx@gnu.org>
254 * net/ldap.el (ldap) <defgroup>: Add :version.
256 * tooltip.el (tooltip-use-echo-area): Doc fix.
258 * cus-start.el <minibuffer-prompt-properties>: Add version.
259 <read-buffer-function>: Add.
261 * apropos.el (apropos-print): Add help-echo to active text.
263 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
265 2000-11-27 Gerd Moellmann <gerd@gnu.org>
267 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
268 type, group and version.
270 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
272 * select.el (x-get-selection): Docstring fix.
274 2000-11-27 Gerd Moellmann <gerd@gnu.org>
276 * play/5x5.el: Update from author.
278 2000-11-27 Andrew Innes <andrewi@gnu.org>
280 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
282 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
284 2000-11-27 Miles Bader <miles@gnu.org>
286 * dired.el (dired-get-filename): Return filename verbatim if
287 LOCALP is `verbatim'.
288 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
289 `verbatim' so that we don't inadvertently delete a non-existant
292 2000-11-27 Kenichi Handa <handa@etl.go.jp>
294 * international/characters.el: Specify cases and syntaxes for
295 mule-unicode-0100-24ff.
297 2000-11-27 Gerd Moellmann <gerd@gnu.org>
299 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
300 that foreground and/or background colors of the face `tool-bar'
303 2000-11-27 Miles Bader <miles@gnu.org>
305 * wid-edit.el (widget-field-buffer, widget-field-start)
306 (widget-field-end): Handle widget field `pseudo-overlays'.
307 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
308 if it's there instead of in `widget-field-list'.
310 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
311 (help-make-xrefs): Delete extraneous newlines at the end of the
314 2000-11-25 Jason Rumney <jasonr@gnu.org>
316 * startup.el (command-line): Call set-locale-environment after
317 Window System init file is read, as it can result in a call to
320 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
322 * simple.el (shell-command): Mention the effect of the prefix
323 argument in the doc string.
325 2000-11-25 Miles Bader <miles@gnu.org>
327 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
329 * wid-edit.el (widget-field-value-delete): Don't try to delete
330 overlay when it's the `pseudo-overlay' that exists at some points.
332 2000-11-24 Jason Rumney <jasonr@gnu.org>
334 * international/mule-cmds.el (locale-language-names): Add "jp" as
335 a non-standard alternative for Japanese.
337 2000-11-24 Andre Spiegel <spiegel@gnu.org>
339 * vc-hooks.el: Require 'cl during compilation.
341 2000-11-24 Gerd Moellmann <gerd@gnu.org>
343 * faces.el (face-set-after-frame-default): Let face attributes
344 specified for new frames override frame parameters.
346 * startup.el (command-line): Fix computation of the source file
347 for user-init-file when user-init-file is a compiled file.
349 2000-11-24 Miles Bader <miles@gnu.org>
351 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
352 (custom-post-filter-face-spec): New functions.
353 (custom-face-set, custom-face-value-create): Filter the face spec
354 before and after customization.
355 (custom-face-set): If VALUE specifies a null face, pass a
356 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
357 * cus-face.el (custom-face-attributes): Remove SET and GET
358 functions. Add some IN-FILTER and OUT-FILTER functions in the few
359 cases they're needed.
361 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
362 that it's distinguishable from the :off-glyph on dark-background
363 displays. Set its background color too.
365 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
366 so that people can easily turn it off.
368 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
370 * ediff-diff.el: Moved variables around to have it compile under NT.
372 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
374 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
376 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
377 redundant skip-small-frames test.
379 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
380 (viper-downgrade-to-insert): protect against errors in hooks.
382 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
383 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
384 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
387 * viper-util.el (viper-memq-char): Bug fixes.
389 * viper.el (viper-mode): Fix cursor handling.
391 2000-11-24 Kenichi Handa <handa@etl.go.jp>
393 * international/mule-diag.el (list-iso-charset-chars): For
394 two-byte charset, fix the `while' condition.
395 (list-non-iso-charset-chars): Fix the `while' condition.
397 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
399 * subr.el (add-hook, remove-hook): Don't call make-local-hook
400 if the variable is make-variable-buffer-local.
402 * progmodes/ada-stmt.el (ada-template-map): Initialize
403 and bind it to C-c t in ada-mode-map.
404 (ada-stmt-mode-hook): New function extracted from old code.
405 Only change the buffer-local side of skeleton-*.
406 (ada-mode-hook): Use it.
408 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
410 * iswitchb.el (iswitchb-minibuf-depth): New variable.
411 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
412 we expect to be returned by minibuffer-depth once we prompt the
413 user in the minibuffer.
414 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
415 as recorded in iswitchb-minibuf-depth, return non-nil.
417 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
419 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
420 (hscroll-window-maybe): Docstring fix.
422 2000-11-23 Dave Love <fx@gnu.org>
424 * rect.el (string-rectangle): Don't test delete-selection-mode.
426 2000-11-23 Gerd Moellmann <gerd@gnu.org>
428 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
431 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
432 with `no-dir'; we want the directory part to be able to remove
435 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
437 * textmodes/outline.el (outline-flag-region):
438 Don't bind inhibit-read-only since we don't modify the buffer.
439 (outline-isearch-open-invisible): Don't jump to overlay-start
440 since we're trying to unhide text around point.
441 (outline-discard-overlays): Use dolist.
443 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
445 2000-11-22 Gerd Moellmann <gerd@gnu.org>
447 * mail/rmail.el (rmail-confirm-expunge): Default to
450 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
452 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
453 Fix ARG regexp to skip quoted braces.
454 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
455 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
456 are (correctly) handled separately).
457 Remove `caption' and `footnote' from `citations': they contain text.
458 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
459 (latex-skeleton-end-hook): New function.
460 (latex-mode): Use it.
461 (tex-start-tex-marker): Remove.
462 (tex-send-tex-command): Don't set tex-start-tex-marker.
463 (tex-error-parse-syntax-table): New var.
464 (tex-compilation-parse-errors): Use it.
465 Ignore tex-start-tex-marker. Don't bother with marker-position.
466 (tex-validate-buffer): Don't bother with marker-position.
468 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
469 (flyspell-generic-progmode-verify): Use it.
471 2000-11-22 Sam Steingold <sds@gnu.org>
473 * simple.el (delete-trailing-whitespace): New interactive
476 * progmodes/ada-mode.el (ada-mode): Use it instead of
477 `ada-remove-trailing-spaces'.
478 (ada-remove-trailing-spaces): Removed.
480 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
482 * textmodes/picture.el (picture-clean): Removed.
483 (picture-mode-exit): Call it instead of `picture-clean'.
485 2000-11-22 Gerd Moellmann <gerd@gnu.org>
487 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
489 * hi-lock.el (hi-lock-refontify): Don't call non-existent
490 jit-lock-fontify-buffer; it should anyway be unneccessary to
491 do anything special when jit-lock is active.
492 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
494 2000-11-22 Dave Love <fx@gnu.org>
496 * calendar/todo-mode.el (todo-top-priorities): Use
497 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
499 * language/chinese.el, language/cyrillic.el:
500 * language/devanagari.el, language/ethiopic.el, language/greek.el:
501 * language/hebrew.el, language/indian.el, language/japanese.el:
502 * language/korean.el, language/lao.el, language/misc-lang.el:
503 * language/thai.el, language/tibetan.el, language/vietnamese.el:
506 * cus-edit.el (custom-buffer-create-internal): Save some consing.
507 (custom-variable-set): Improve validation error mesage.
509 * rect.el (string-rectangle): Revert last change.
510 (string-rectangle-line): New arg DELETE.
511 (string-rectangle): Check delete-selection-mode.
513 * emacs-lisp/edebug.el (edebug-version)
514 (edebug-maintainer-address): Deleted.
515 (edebug-submit-bug-report): Just alias to report-emacs-bug.
516 (edebug-read-function): Account for other `'#' read forms.
517 (edebug-mode-menus): Make some items toggles.
518 (edebug-outside-unread-command-event, unread-command-event):
519 Remove these to avoid warnings.
521 2000-11-22 David Ponce <david@dponce.com>
523 * recentf.el (recentf-menu-items-for-commands)
524 (recentf-make-menu-items, recentf-make-menu-item)
525 (recentf-filter-changer): Added :help and :active menu-item properties.
527 (recentf-build-dir-rules, recentf-dump-variable)
528 (recentf-edit-list, recentf-open-files-item)
529 (recentf-open-files): Replaced unnecessary `mapcar' with new
532 2000-11-23 Miles Bader <miles@gnu.org>
534 * faces.el (menu): Make inverse-video on ttys too.
536 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
538 * simple.el (comment-line-break-function): Use the new name
539 indent-new-comment-line -> comment-indent-new-line.
540 (clone-indirect-buffer): Don't ignore NORECORD.
541 (next-completion): Properly handle the case where items are adjacent.
543 * mouse.el (popup-menu): Stupid typo.
545 2000-11-22 Gerd Moellmann <gerd@gnu.org>
547 * emacs-lisp/authors.el: Remove autoload cookies, add author,
548 maintainer, keywords tags.
550 * rect.el (replace-rectangle): Don't call string-rectangle-line
551 with too many arguments.
553 2000-11-22 Andre Spiegel <spiegel@gnu.org>
555 * ediff-util.el (ediff-file-checked-out-p)
556 (ediff-file-checked-in-p): Call vc-state instead of
557 vc-locking-user, which no longer exists.
559 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
561 2000-11-22 Dave Love <fx@gnu.org>
563 * md5.el (md5): Provide.
564 (md5): Fix error call.
566 2000-11-22 Miles Bader <miles@gnu.org>
568 * textmodes/refill.el (refill-adjust-ignorable-overlay)
569 (refill-fill-paragraph-at): Remove debugging code.
571 * calendar/calendar.el (generate-calendar-window): When we don't
572 call `fit-window-to-buffer', make sure the top line is fully visible.
574 * image-file.el (insert-image-file): Don't make `read-only'
575 property rear-nonsticky.
577 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
578 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
579 stashing away its original value.
580 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
581 in the recursive edit.
582 Bind `isearch-original-minibuffer-message-timeout' to protect it.
583 (isearch-done): Restore `minibuffer-message-timeout'.
585 * cus-start.el: Remove entry for `mode-line-inverse-video'.
587 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
589 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
591 * find-lisp.el (find-lisp-find-files-internal):
592 Use dolist, when and file-name-as-directory.
594 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
595 (define-derived-mode, define-minor-mode): Add specs.
597 * window.el: General comment and spacing fixes.
598 (save-selected-window): Use backquotes.
599 (window-safely-shrinkable-p): New function.
600 (shrink-window-if-larger-than-buffer): Use it.
602 * subr.el (make-local-hook): Docstring fix.
604 * shell.el (shell-mode): Use define-derived-mode.
606 * newcomment.el (comment-indent): Insert comment before calling
607 comment-indent-function. Don't insert in column 0.
608 (comment-dwim): Indent before inserting comment.
610 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
611 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
612 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
613 Use mapc rather than map.
615 * files.el (find-buffer-visiting): Compare all attributes before
616 declaring two files identical (rather than just their inode-no).
617 (auto-mode-alist): Use \' rather than $.
619 * which-func.el: Update maintainer line.
621 * pcvs.el (uniquify-buffer-file-name): Remove advice.
622 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
623 (uniquify-buffer-file-name): Use it.
625 2000-11-22 Miles Bader <miles@gnu.org>
627 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
628 * simple.el (minibuffer-avoid-prompt): New function.
630 2000-11-21 Gerd Moellmann <gerd@gnu.org>
632 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
634 2000-11-21 Miles Bader <miles@gnu.org>
636 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
637 inclusion of `track-mouse'.
639 * textmodes/refill.el (refill-ignorable-overlay): New variable.
640 (refill-adjust-ignorable-overlay): New function.
641 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
642 only the paragraph's tail if possible.
643 Update `refill-ignorable-overlay'.
644 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
646 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
647 point inside the fill-prefix.
649 * textmodes/refill.el (refill-post-command-function): Don't reset
650 refill-doit in the case where a self-insertion command doesn't
651 case a refill. Use `refill-fill-paragraph-at', getting position
653 (refill-after-change-function): Set `refill-doit' to END.
654 (refill-fill-paragraph-at): New function, mostly from old
655 refill-fill-paragraph.
656 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
657 (refill-pre-command-function): New function.
658 (refill-mode): Add it to `pre-command-hook'.
660 2000-11-20 Gerd Moellmann <gerd@gnu.org>
662 * textmodes/artist.el (artist-mode): Fix autoload cookie.
664 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
667 2000-11-20 Andre Spiegel <spiegel@gnu.org>
669 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
672 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
675 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
678 2000-11-20 Dave Love <fx@gnu.org>
680 * Makefile.in (DONTCOMPILE): Omit bindings.el.
682 2000-11-20 Gerd Moellmann <gerd@gnu.org>
684 * calculator.el: New version from author.
686 2000-11-19 Gerd Moellmann <gerd@gnu.org>
688 * info.el (info-menu-5): Doc fix.
690 * textmodes/artist.el: New file.
692 2000-11-19 Andre Spiegel <spiegel@gnu.org>
694 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
695 and differentiate according to checkout model.
696 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
697 since this function is only concerned with master state.
699 * vc-hooks.el (vc-workfile-unchanged-p,
700 vc-default-workfile-unchanged-p): Moved here from vc.el.
702 * vc.el (vc-workfile-unchanged-p,
703 vc-default-workfile-unchanged-p): See above.
705 2000-11-19 Miles Bader <miles@gnu.org>
707 * image-file.el (insert-image-file): Make `intangible' and
708 `read-only' properties rear-nonsticky too.
710 2000-11-18 Gerd Moellmann <gerd@gnu.org>
712 * ps-print.el: Update copyright notice.
714 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
715 (tooltip-show): Use the offsets.
717 * bindings.el (mode-line-modified): Fix a typo.
718 (mode-line-toggle-modified, mode-line-widen)
719 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
721 2000-11-17 Gerd Moellmann <gerd@gnu.org>
723 * ps-print.el: Minor fixes from author.
725 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
727 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
728 (vc-version-backup-file): Docstring fix.
730 2000-11-16 Gerd Moellmann <gerd@gnu.org>
732 * files.el (basic-save-buffer): Don't add a newline if
733 find-file-literally is non-nil.
734 (find-file-literally): Extend doc string.
736 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
737 sort(1) with the `-f' argument.
739 2000-11-16 Andre Spiegel <spiegel@gnu.org>
741 * vc.el: Updated backend documentation.
742 (vc-default-check-headers): New function.
744 * vc-{cvs,rcs,sccs}.el: Functions reordered.
746 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
748 (vc-do-command): In the asynchronous case, output messages only if
749 the minibuffer is not active.
751 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
752 `vc-cvs-use-edit' is on.
753 (vc-cvs-checkout): When this is used for reverting the workfile,
754 make a backup of the original contents and revert to that in case
756 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
759 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
760 for both version and ratio in the minibuffer.
762 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
763 Use vc-do-command to perform the annotation, not call-process.
765 2000-11-16 Kenichi Handa <handa@etl.go.jp>
767 * international/quail.el (quail-start-translation): Don't call
768 `message' before reading key sequence.
770 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
772 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
774 2000-11-16 Kenichi Handa <handa@etl.go.jp>
776 * window.el (fit-window-to-buffer): Be sure to acquire at least
777 one text line even if the buffer is empty.
779 2000-11-16 Gerd Moellmann <gerd@gnu.org>
781 * net/ange-ftp.el (ange-ftp-file-writable-p)
782 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
783 ange-ftp-process-verbose to nil.
785 2000-11-15 Dave Love <fx@gnu.org>
787 * wid-edit.el (widget-specify-field, widget-specify-button): If
788 :help-echo is a function, set help-echo of overlay to
790 (widget-mouse-help): New function.
791 (widget-echo-help): Rewritten for :help-echo functions only taking
794 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
796 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
797 and that JPEG is available.
798 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
800 * international/mule-cmds.el (locale-charset-language-names):
803 2000-11-15 Gerd Moellmann <gerd@gnu.org>
805 * faces.el (face-set-after-frame-default): If
806 `inhibit-default-face-x-resources' is bound, don't intialize the
807 default face from X resources.
809 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
811 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
812 Don't set EMACSLOADPATH.
814 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
816 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
818 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
819 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
821 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
823 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
824 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
825 (checkdoc-minor-keymap): Backward compatibility.
826 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
827 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
828 (checkdoc-this-string-valid-engine): Be a bit more strict
829 to avoid matching substrings of `...' quoted vars/funs.
830 (checkdoc-defun-info): Only look for `interactive' if alone.
831 (debug-ignored-errors): Add "arg doesn't appear in docstring".
833 * progmodes/compile.el (grep): `tag-default' can be nil.
835 * newcomment.el (comment-indent): Paren typo.
837 2000-11-14 Dave Love <fx@gnu.org>
839 * calculator.el: New maintainer version.
841 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
843 * cmuscheme.el: Doc fixes.
844 (cmuscheme) <defgroup>: Use `scheme' as parent.
845 (cmuscheme-program-name): Remove. Change uses to
848 * xscheme.el (scheme-program-name): Don't define here.
850 * progmodes/scheme.el (scheme-program-name): New variable
851 (originally in cmuscheme).
853 2000-11-14 Miles Bader <miles@gnu.org>
855 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
856 Handle header-lines. Don't loop forever if we can't enlarge the
857 window anymore. Simplify a bit.
859 2000-11-14 Kenichi Handa <handa@etl.go.jp>
861 * window.el (fit-window-to-buffer): Don't check
862 window-text-height. Assure that the last line is fully visible.
864 * international/quail.el (quail-show-guidance-buf): Call
865 fit-window-to-buffer to assure the enough height of the guidance
867 (quail-update-guidance): Avoid making the guidance buffer shorter.
869 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
871 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
872 rather than `prepend' and add an interesting comment.
873 (tex-math-face, tex-font-lock-syntactic-face-function):
874 New face and function to use it.
875 (tex-define-common-keys, tex-mode-map): Use menu-item rather
876 than `menu-enable' symbol property.
877 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
878 (tex-mode): Add some latex-mode commands for auto-selection.
879 Use tex-font-lock-syntactic-face-function.
880 (tex-insert-quote): Simplify.
881 (tex-shell): New mode.
882 (tex-start-shell): Use it.
883 (tex-shell-proc, tex-shell-buf): New functions.
884 (tex-send-command): Use it.
885 (tex-main-file): Fix the meaning of the new arg REALFILE.
886 (tex-send-tex-command): New function split from `tex-start-tex'.
887 Set compilation-last-buffer and compilation-parsing-end.
889 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
890 when it follows non-comment text on the line.
892 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
893 Set font-lock-defaults.
894 (lisp-mode-shared-map): Init inside the defvar.
895 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
896 Use define-derived-mode.
898 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
900 * faces.el (header-line): Use `:box nil' for color/gs displays too.
902 2000-11-14 Gerd Moellmann <gerd@gnu.org>
904 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
905 recursively optimize body because that can lead to infinite
906 recursion; see comment there.
908 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
910 * faces.el (face-spec-set-match-display): Revert the change from
911 2000-10-24. Add a FIXME for after v21.1.
913 2000-11-13 Miles Bader <miles@gnu.org>
915 * textmodes/fill.el (skip-line-prefix): New function.
916 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
917 (fill-paragraph): Don't leave point inside the fill-prefix.
918 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
919 point inside the fill-prefix.
921 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
923 * calendar/calendar.el (generate-calendar-window): Use
924 `fit-window-to-buffer'.
926 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
928 * gud.el (gud-minor-mode): New var.
929 (gud-symbol, gud-val): New functions.
930 (gud-find-file): Copy gud-minor-mode to the new buffer.
931 (gud-menu-map): Include entries for commands that are not always
932 available, using :enable to (de)activate them.
933 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
934 (gud-mode-map): New map.
935 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
936 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
937 Don't set up gud's menu (it's done by the minor-mode).
938 (gud-minibuffer-local-map): New.
939 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
940 (gud-query-cmdline): New function.
941 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
942 (gud-mode): Use define-derived-mode.
943 Don't set up gud's menu (it's done by the minor-mode).
944 (gud-chop-words): Remove.
945 (gud-common-init): Use split-string instead.
946 (gud-new-keymap, gud-make-debug-menu): Eradicate.
948 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
949 Add keyword arg :name.
951 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
952 (diff-count-matches, diff-split-hunk): New functions.
953 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
955 * pcvs-info.el (cvs-fi-conflict-face): New var.
957 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
958 Make it into a simple syntax-table, shared among all submodes.
959 (sh-heredoc-face): Re-introduce.
960 (sh-font-lock-syntactic-face-function): New function.
961 (sh-mode): Use it. Also use define-derived-mode.
962 Remove old bogus setting of indent-region-function.
963 (sh-set-shell): Don't set the syntax-table any more.
964 (sh-mode-syntax-table) <defun>: Remove.
966 2000-11-12 Miles Bader <miles@gnu.org>
968 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
969 message if interactive.
971 2000-11-12 Dave Love <fx@gnu.org>
973 * mail/feedmail.el: Fix header,
974 (feedmail) <defgroup>: Add :link.
976 * view.el: Use local-map property, not keymap on mode-line string.
978 * scroll-all.el (scroll-all-mode): Customize variable. Add
979 autoload cookie to function.
981 * lazy-lock.el: Remove compatibility code.
983 * finder.el (finder-known-keywords): Add `files', remove `vms'.
984 (finder-help-echo): New variable.
985 (finder-mouse-face-on-line): Add help-echo stuff.
986 (finder-list-keywords, finder-list-matches): Use mapc.
988 * faces.el (face-font-registry-alternatives): Add :version.
990 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
993 * net/browse-url.el (browse-url-browser-function): Update :version.
995 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
996 (mail-mode): Use [:alnum:] in some regexps.
998 2000-11-10 Dave Love <fx@gnu.org>
1000 * ediff.el (ediff-regions-internal, ediff-documentation):
1001 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1004 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1005 buffer into fundamental mode.
1006 (ediff-set-difference): Use copy-sequence if available.
1008 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1009 ediff-patch-map non-nil.
1010 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1011 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1012 buffer into fundamental mode.
1014 * ediff-merg.el (state-or-merge): Defvar when compiling.
1016 2000-11-10 Jason Rumney <jasonr@gnu.org>
1018 * w32-fns.el (w32-add-charset-info): New function.
1019 (w32-charset-info-alist): Use it.
1021 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1023 * faces.el (face-font-registry-alternatives): New user-option.
1025 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1027 * textmodes/texinfo.el (texinfo-block-default): New var.
1028 (texinfo-insert-block): Use it. Insert a newline if needed.
1030 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1031 (fill-region-as-paragraph): Use it.
1033 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1034 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1035 Tweak paragraph regexps to allow a leading [ \t]*.
1036 (tex-latex-block): Insert a newline if necessary.
1037 (latex-insert-item): Only insert a newline if necessary.
1038 (tex-guess-main-file): New function.
1039 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1040 Set tex-main-file if TeX-master is provided.
1041 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1043 2000-11-10 Gerd Moellmann <gerd@gnu.org>
1045 * startup.el (command-line): Set the default tooltip-mode
1046 to t for graphical displays which implement x-show-tip.
1048 * tooltip.el (tooltip-mode): Add a comment about startup.el
1049 setting the default value of this user-option.
1051 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1053 * font-lock.el (font-lock-*-face) <defvar>: Move.
1054 (font-lock-defaults-alist): Mark obsolete.
1055 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1056 (font-lock-mode): Use define-minor-mode.
1057 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1058 (font-lock-turn-off-thing-lock): Be more explicit.
1059 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1060 (font-lock-syntactic-face-function): New var.
1061 (font-lock-fontify-syntactically-region): Use it.
1062 (font-lock-doc-face): New.
1064 * pcvs.el (cvs-enabledp): Ignore errors.
1065 (cvs-commit-filelist): Never query.
1066 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1067 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1068 (cvs-do-removal): Use cvs-partition rather than delete-if.
1069 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1072 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1073 Allow `next' to jump to after the end of the last match.
1075 2000-11-09 Gerd Moellmann <gerd@gnu.org>
1077 * simple.el (byte-compiling-files-p): New function.
1079 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1082 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1085 * textmodes/ispell.el (ispell-library-path): Don't call
1086 check-ispell-version when byte-compiling because that starts
1087 an ispell process, and ispell might not be installed.
1088 (toplevel): Don't set up a menu when byte-compiling.
1090 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1091 it, so that a boundp test can be used to determine if we're
1092 currently byte-compiling.
1094 2000-11-09 Dave Love <fx@gnu.org>
1096 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1099 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1101 * ps-print.el: Patch for variable initialization when spooling. Doc
1103 (ps-output-list): Fun eliminated.
1104 (ps-begin-file, ps-begin-job): Code fix.
1106 2000-11-08 Dave Love <fx@gnu.org>
1108 * ediff-wind.el (ediff-control-frame-parameters): Zero
1111 2000-11-08 Gerd Moellmann <gerd@gnu.org>
1113 * simple.el (shell-command, display-message-or-buffer)
1114 (shell-command-on-region): Mention resize-mini-windows in the doc
1116 (display-message-or-buffer): Take the value of resize-mini-windows
1119 2000-11-07 Gerd Moellmann <gerd@gnu.org>
1121 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1123 * dired.el (dired-between-files): Add `^. find' as an alternative
1124 to the regular expression, for find-dired.
1126 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1128 * textmodes/texnfo-upd.el: Require texinfo.
1129 (defmacro, defgroup): Remove.
1130 (texinfo-section-to-generic-alist): Remove.
1131 Use texinfo-section-list instead (i.e. level is changed string->int).
1132 (texinfo-filter): New function.
1133 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1134 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1135 Use it. And use regexp-opt.
1136 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1137 (texinfo-update-menu-region-beginning)
1138 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1139 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1140 (texinfo-update-menu-same-level-regexps): Update.
1141 (texinfo-update-node, texinfo-every-node-update)
1142 (texinfo-sequential-node-update): Remove autoload cookie.
1144 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1145 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1146 (texinfo-chapter-level-regexp): Remove.
1147 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1149 2000-11-06 Dave Love <fx@gnu.org>
1151 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
1153 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1156 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1158 * composite.el (composition-function-table): Variable declaration
1159 moved to src/composite.c.
1160 (compose-chars-after): New optional arg object.
1162 2000-11-06 Gerd Moellmann <gerd@gnu.org>
1164 * bindings.el (mode-line-toggle-read-only)
1165 (mode-line-toggle-modified, mode-line-widen)
1166 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1167 (make-mode-line-mouse2-map): Rewritten.
1168 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1169 functions so that C-h k can show something with a doc string.
1171 * startup.el (fancy-splash-delay): Set to 10 seconds.
1172 (fancy-splash-max-time): New user-option.
1173 (fancy-splash-stop-time): New variable.
1174 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1175 (fancy-splash-screens-1): Throw `stop-splashing' when current
1176 time is greater than fancy-splash-stop-time.
1178 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1180 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1182 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1183 Prompt user for a file rather than raising an error.
1184 (cvs-enabledp): Fix call to cvs-mode-marked.
1185 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1186 (cvs-mode-insert): Use it. Change the init prompt' value.
1187 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1189 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1190 Don't pass default arg to ewoc-locate.
1191 (ewoc-collect): Return result in the right order.
1193 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1195 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1196 (cvs-status-get-tags): Fix regexp.
1197 (cvs-status-trees, cvs-status-cvstrees):
1198 Combine after change hooks and don't sit-for.
1199 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1200 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
1201 Use make-char rather than hard-coded cryptic data.
1202 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1204 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1206 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1207 (cvs-insert-strings): New function.
1209 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1211 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1212 `mwheel-scroll-amount'.
1213 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1214 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1215 string-matching against the version string.
1217 2000-11-06 Kenichi Handa <handa@etl.go.jp>
1219 * language/thai.el ("Thai"): Set a lisp form that produces
1220 composed string in `sample-text' language info.
1222 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1223 composed string in `sample-text' language info.
1225 * international/mule-cmds.el (describe-language-environment): Eval
1226 `sample-text' data and insert the result.
1228 * international/mule-conf.el (compound-text): Define this coding
1229 system here. Make x-ctext and ctext aliases of it.
1231 * language/european.el (compound-text, ctext): Moved to
1232 international/mule-conf.el.
1234 2000-11-05 Andrew Innes <andrewi@gnu.org>
1236 * w32-fns.el (w32-version): New function.
1238 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1240 * progmodes/awk-mode.el: Update copyright.
1241 (awk-mode-abbrev-table): Remove.
1242 (awk-font-lock-keywords): Use regexp-opt.
1243 (awk-mode): Use define-derived-mode.
1245 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1246 when extracting a suffix.
1248 2000-11-04 Andre Spiegel <spiegel@gnu.org>
1250 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1253 2000-11-04 Jason Rumney <jasonr@gnu.org>
1255 * language/european.el (decode-mac-roman): Test against r1 not r0.
1257 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1259 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1260 (icon-mode): Define indent-line-function.
1261 (icon-comment-indent): Simplify.
1262 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1264 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1266 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1267 Bind change-log-default-mode to defeat the caching done on it.
1268 Don't bother saving excursion any more.
1270 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1272 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1273 (set-frame-font): Use the new name (and the old for compatibility).
1275 * toolbar/tool-bar.el (tool-bar-mode):
1276 * time.el (display-time-mode):
1277 * recentf.el (recentf-mode):
1278 * paren.el (show-paren-mode):
1279 * mwheel.el (mouse-wheel-mode):
1280 * msb.el (msb-mode):
1281 * jka-compr.el (auto-compression-mode):
1282 * image-file.el (auto-image-file-mode):
1283 * hl-line.el (hl-line-mode):
1284 * delsel.el (delete-selection-mode):
1285 * autoinsert.el (auto-insert-mode):
1286 * complete.el (partial-completion-mode): Drop unneeded positional args.
1288 * info.el (Info-mode):
1289 * comint.el (comint-mode): Don't bother with make-local-hook.
1291 * log-edit.el (log-edit-menu): New menu.
1293 2000-11-03 Miles Bader <miles@gnu.org>
1295 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1296 definition, so that trailing spaces are handled properly.
1297 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1299 2000-11-03 Gerd Moellmann <gerd@gnu.org>
1301 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1303 (fancy-splash-screens): Set tab-width to 20.
1305 2000-11-03 Dave Love <fx@gnu.org>
1307 * comint.el (comint-completion-addsuffix): Fix custom type.
1309 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1311 * font-lock.el (font-lock-buffers): Remove.
1312 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1313 (font-lock-change-major-mode): Remove.
1314 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1315 (font-lock-default-fontify-region): Extend the multiline
1316 fontification to whole lines.
1317 (font-lock-fontify-anchored-keywords)
1318 (font-lock-fontify-keywords-region): If matching just one
1319 line (with \n) only mark the \n as multiline.
1321 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1322 Correctly handle the case where several :group args are supplied.
1324 (easy-mmode-define-global-mode): Allow :extra-args.
1325 Correctly handle the case where several :group args are supplied.
1327 2000-11-02 Miles Bader <miles@gnu.org>
1329 * calendar/calendar.el (diary-face, calendar-today-face)
1330 (holiday-face): Remove dependency on `window-system'.
1332 2000-11-02 Ken Raeburn <raeburn@gnu.org>
1334 * Makefile.in (emacs): Set EMACSLOADPATH always.
1335 (update-authors, .el.elc, compile-files): Don't do it explicitly
1337 (compile-files): Bomb out if compilation of a file fails.
1339 2000-11-02 Dave Love <fx@gnu.org>
1341 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1343 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1345 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1346 punctuation in the warning inserted into the *mail* buffer.
1348 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1350 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1351 (authors-public-domain-p): New function.
1352 (authors-print): Use it.
1354 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1356 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1358 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1360 * ps-print.el: Extension for even/odd printing. Doc fix.
1361 (ps-print-version): New version number (6.3.1).
1362 (ps-even-or-odd-pages): Customization fix.
1363 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1364 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1365 (ps-page-count): Var replaced by `ps-page-column'.
1366 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1367 (ps-print-sheet-p): New fun.
1369 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1371 * tooltip.el (tooltip-gud-tips-setup): New function.
1372 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1373 (tooltip-mode): Call tooltip-gud-tips-setup.
1374 (tooltip-gud-tips): Use `gud-basic-call' instead of
1375 process-send-string, so the prompt gets frobbed appropriately.
1376 Handle nil return value from `tooltip-gud-print-command'.
1378 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1380 * comint.el (comint-add-to-input-history): New function.
1381 (comint-send-input): Use `comint-add-to-input-history'.
1383 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1385 * info.el (info-menu-header): New face.
1386 (Info-fontify-menu-headers): New function.
1387 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1389 * info.el (Info-insert-dir): Don't include blank lines at
1390 beginning of additional dir files (one is added automatically).
1392 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1394 * emacs-lisp/easy-mmode.el (define-minor-mode):
1395 Revert the latest changes.
1396 Allow the three positional arguments to be skipped and replaced
1397 by keyword arguments.
1398 Add a :toggle argument to determine whether a nil arg means toggle
1399 or means turn-on. The default is unchanged.
1400 Add a call to force-mode-line-update.
1402 2000-11-01 Dave Love <fx@gnu.org>
1404 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1407 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1409 * calendar/calendar.el (diary-face, holiday-face): Add
1410 dark-background variants.
1412 2000-10-31 Sam Steingold <sds@gnu.org>
1414 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1415 `tex-main-file' does not have directory in it.
1417 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1419 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1421 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1423 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1426 2000-10-31 Gerd Moellmann <gerd@gnu.org>
1428 * files.el (find-file-noselect): When we expand a wildcard, return
1429 a list of buffers, as we should do according to the doc string.
1431 2000-10-31 Ken Raeburn <raeburn@gnu.org>
1433 * loadup.el (top level): Adjust load path if program name is
1434 "../src/bootstrap-emacs", in case it's not dumped and thus the
1435 load path adjustment hasn't already been done.
1437 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1439 * ps-print.el: Fix bug on selected pages for printing. Use
1440 `color-values' for Emacs 21. Ensure fontification when jit-lock
1441 is on. Try to avoid warning messages when compiling. Doc Fix.
1442 (ps-print-version): New version number (6.3).
1443 (ps-color-device): Use `color-values' to determine if device
1445 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1446 (ps-print-page-p): Changed from defsubst to defun.
1447 (ps-page-number): Changed from defmacro to defun.
1448 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1450 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
1451 (ps-end-file, ps-dummy-page): Funs eliminated.
1452 (ps-print-color-scale): Changed default value.
1453 (ps-page-n-up, ps-print-page-p): New internal vars.
1454 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1455 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1457 * delim-col.el: Little programming improvement.
1458 (delimit-columns-str): New macro.
1459 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1461 2000-10-31 Kenichi Handa <handa@etl.go.jp>
1463 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1464 Moved to european.el.
1465 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1466 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1467 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1468 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
1470 2000-10-30 Dave Love <fx@gnu.org>
1472 * progmodes/cc-menus.el (imenu-generic-expression)
1473 (imenu-progress-message): Only defvar when compiling.
1475 * emacs-lisp/elp.el (elp-unload-hook): New function.
1477 * loadhist.el (unload-feature): Call elp-restore-function,
1478 checking for symbols; don't use elp-restore-all.
1479 (loadhist-hook-functions): Doc fix.
1481 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1483 * log-edit.el (log-edit-confirm): Fix the default.
1485 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1487 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1488 delimit-columns-format.
1489 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1491 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1493 * comint.el (comint-replace-by-expanded-history): Don't use
1494 comint-get-old-input (we're not looking at *old* input).
1495 (comint-get-old-input-default): If using fields, signal an error
1496 when the point is not in an input field.
1498 2000-10-30 Kenichi Handa <handa@etl.go.jp>
1500 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1501 and mule-unicode-e000-ffff.
1503 * international/mule.el (decode-char, encode-char): New functions.
1504 (make-coding-system): Accept a symbol of translation table as a
1505 value of property `safe-chars'.
1507 * international/mule-cmds.el (encode-coding-char): Check property
1508 safe-chars instead of safe-charsets.
1510 * international/fontset.el (fontset-default): Modified for
1511 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1512 (x-font-name-charset-alist): Likewise.
1513 (ccl-encode-unicode-font): New CCL program. Record it in
1514 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1516 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1517 New translation tables.
1518 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1519 programs are modified and moved from mac-win.el.
1520 (mac-roman): Definition of this coding system is modified and
1521 moved from mac-win.el.
1523 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1525 * ediff-wind.el (ediff-setup-control-frame): Enclose
1526 face-attribute in condition-case to avoid errors in older emacsen.
1528 2000-10-29 Miles Bader <miles@gnu.org>
1530 * custom.el (custom-add-to-group): Allow multiple entries for a
1531 given value OPTION, as long as their widget types are different.
1532 * cus-edit.el (custom-face-value-create): If face name doesn't end
1533 with "face", add such here (similar to custom group widgets).
1535 * comint.el (comint-highlight-prompt): Add :type.
1537 2000-10-28 John Wiegley <johnw@gnu.org>
1539 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1540 Changed this function to operate on a temporary buffer instead of
1541 the main buffer. This not only keeps flyspell from marking a
1542 buffer as changed that wasn't, but it solves the jumpy cursor
1543 problem when attempts are made to edit incorrect words.
1544 (flyspell-maybe-correct-doubling): Same change as for
1545 `flyspell-maybe-correct-transposition'.
1547 * calendar/timeclock.el (timeclock-log): Doc fix.
1548 (timeclock-last-event): Doc fix.
1549 (timeclock-log): Kill the timelog buffer after appending a new
1551 (timeclock-find-discrep): Use a temp buffer to read in the
1552 timelog, instead of visiting the file.
1553 (timeclock-log-data): A new function, along with a host of helper
1554 functions, for the purpose of making timelog data accessible to
1557 * eshell/esh-mode.el (window-height test): Make certain that
1558 `eshell-stringify-t' is non-nil.
1559 (eshell-password-prompt-regexp): Changed to a much simpler
1561 (eshell-send-input): If `eshell-invoke-directly' returns t,
1562 directly invoke the parsed command using `eval'. This improves
1563 turn-around time on simple commands by a factor of three or
1564 greater, such as cd, ls, pwd, etc. -- which get used very often.
1565 It also conserves thousands of cons cells per call (since
1566 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1567 in the Pacific Cookie Company).
1569 * eshell/esh-test.el (eshell-test): Whitespace fix.
1571 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1572 `eshell-ls-initial-args' nil when inserting directory contents.
1574 * eshell/em-script.el (eshell-script-initialize): Add names to
1575 `eshell-complex-commands, since `source' and `.' are complex.
1577 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1578 (eshell-rewrite-while-command): Use `eshell-protect' instead of
1579 `eshell-copy-handles'.
1580 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1582 (eshell-separate-commands): Whitespace fix.
1583 (eshell-complex-commands): Added a new list of names, for
1584 determining whether a given command is as simple as it looks.
1585 (eshell-invoke-directly): New function. Returns t if a command
1586 should be invoked directly (using `eval'), rather than indirectly
1587 using `eshell-do-eval'.
1588 (eshell-do-eval): Whitespace fix.
1590 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1591 which provides an emulation of the DOS shell behavior of assuming
1592 that cp/mv/ln should copy/move/link to the current directory.
1593 (eshell-remove-entries): Added a doc string.
1594 (eshell-shuffle-files): Removed the check for `target' being null.
1595 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1596 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1597 it to do a smarter check of whether a destination was provided.
1598 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1599 (eshell/ln): Enable `:preserve-args', and use
1600 `eshell-mvcpln-template' to implement the body of the function.
1601 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1602 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
1603 list after flattening it. This makes it possible to cat files
1604 with numerical names.
1605 (eshell-unix-initialize): Added several names to
1606 `eshell-complex-commands.
1607 (eshell-unix-command-complex-p): Return t if a given command name
1608 may result in external processes being invoked.
1610 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1611 variable nil by default, since it slows down glob processing by a
1612 factor of two or more, and increases memory consumption.
1614 * eshell/em-smart.el: Added a note about how memory consumptive
1615 smart display mode can be (at least this is true in Emacs 21).
1616 (eshell-smart-initialize): Whitespace fix.
1617 (eshell-refresh-windows): Use `if' instead of `when'.
1618 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1620 (eshell-currently-handling-window): Added a missing global
1623 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1624 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1626 (eshell-ls-exclude-hidden): Added this variable in addition to
1627 `eshell-ls-exclude-regexp'. This one prevents files beginning
1628 with . from even being read, which can improve memory consumption
1630 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1631 read file entries beginning with a dot. In home directories with
1632 lots of hidden files, fully two-thirds of the time spent in ls is
1633 used to read directory entries that are immediately thrown away.
1634 (eshell-ls-initial-args): Added back this configuration variable,
1635 for specifying default initial arguments to every call to ls.
1636 Much faster than using an alias to do the same thing.
1637 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1638 (eshell-ls-dir): Whitespace change.
1640 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1642 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1644 (eshell-stringify-t): Added a customization variable, to indicate
1645 whether `t' should be rendered as a string at all. If not, one
1646 can still determine if the result of an expression is true using
1647 "file-exists-p FILE && echo true".
1648 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1651 * eshell/esh-module.el: Whitespace fix.
1653 * eshell/em-alias.el (eshell-alias-initialize): Added
1654 `eshell-command-aliased-p' to `eshell-complex-commands'.
1655 (eshell-command-aliased-p): New function that returns t if a
1656 command name names an aliased.
1658 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
1660 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
1661 redrawing the screen when changing cursor color.
1662 (viper-insert-state-pre-command-sentinel)
1663 (viper-replace-state-pre-command-sentinel)
1664 (viper-replace-state-post-command-sentinel):
1665 Use viper-preserve-cursor-color.
1666 Many functions changed to use viper= instead of = when comparing
1668 * viper-util.el (viper-memq-char,viper=): New functions for
1669 working with characters.
1670 (viper-change-cursor-color): Fixed buglet.
1671 Many functions changed to use viper= instead of = when comparing
1673 * viper.el (viper-insert-state-mode-list): Added eshell.
1675 * ediff-init.el (ediff-before-setup-hook): New hook.
1676 Several typos fixed in various docstrings.
1677 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1678 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
1680 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1681 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1682 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1683 (ediff-get-selected-buffers): New function.
1684 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1685 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
1686 save-window-excursion.
1687 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
1688 termination check in while loop.
1689 * ediff.el (ediff-get-default-file-name): Better defaults when in
1691 (ediff-files,ediff-merge-files,ediff-files3)
1692 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
1694 2000-10-28 Dave Love <fx@gnu.org>
1696 * info.el (Info-fontify-node): Add help-echo for menu items.
1698 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1700 * startup.el (normal-top-level): If the value of $TERM indicates
1701 we are running from xterm or one of its work-alikes, default to a
1702 light background mode.
1704 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1705 * faces.el (tty-handle-reverse-video): New function.
1706 (tty-create-frame-with-faces): Call it.
1708 * frame.el (frame-notice-user-settings): Don't apply
1709 default-frame-alist and initial-frame-alist to MS-DOS frames.
1710 Call tty-handle-reverse-video, frame-set-background-mode, and
1711 face-set-after-frame-default for non-MS-DOS frames.
1713 * startup.el (tty-long-option-alist): New variable.
1714 (tty-handle-args): New function.
1715 (command-line): Call tty-handle-args.
1717 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1718 startup.el now does that for all character-terminal frames.
1720 2000-10-28 Miles Bader <miles@gnu.org>
1722 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1723 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1724 global. If :global is followed by a non-nil but non-t value,
1725 make the mode buffer-local, but also generate a `global-MODE'
1726 version using `easy-mmode-define-global-mode'. Add
1727 :conditional-turn-on keyword argument.
1729 2000-10-28 Dave Love <fx@gnu.org>
1731 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1734 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1736 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1737 Don't call find-buffer-file-type-coding-system. Instead, just
1738 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1739 if the file is on an untranslated filesystem.
1740 (add-untranslated-filesystem): Use "D" instead of "f" inside
1743 2000-10-27 Dave Love <fx@gnu.org>
1745 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1746 (refill-mode): Use it.
1748 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1750 * international/quail.el (quail-activate): Don't make-local-hook.
1752 2000-10-27 Andre Spiegel <spiegel@gnu.org>
1754 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
1755 manual backups and file.~<rev>.~ for automatic ones.
1756 (vc-make-version-backup): Don't do it on MS-DOS without long file
1759 * vc.el (vc-version-other-window): If an automatic backup of the
1760 desired version exists, rename it instead of copying it.
1762 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1763 after command. If there's an unexpected error, signal it instead
1765 (vc-cvs-merge-news): Be prepared for no news at all.
1767 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1769 * shell.el (shell): Add BUFFER argument.
1770 * comint.el (make-comint-in-buffer): New function.
1771 (make-comint): Use it.
1773 * faces.el (face-spec-choose): Change syntax so that the list of
1774 attribute-value pairs is now the cdr of each clause, not the cadr.
1775 Detect old-style entries, and handle them. Use pop.
1777 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1779 * cus-edit.el (custom-mode-map): Use a sparse map.
1780 (custom-mode): Don't bother with make-local-hook.
1782 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1784 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1786 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1788 * ps-print.el: Avoid compilation gripes.
1789 (ps-print-version): New version number (6.2.1).
1791 2000-10-26 Dave Love <fx@gnu.org>
1793 * menu-bar.el: Modify some menu item help strings.
1794 (menu-bar-help-menu): Add link to MORE.STUFF.
1796 * cus-edit.el (custom-mode): Add `special' mode-class property.
1798 * wid-browse.el (widget-browse-mode): Likewise.
1800 * wid-edit.el (widget-specify-field): Revert to using local-map
1801 property, not keymap.
1803 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1805 * wid-edit.el (widget-field-end): When checking for a `boundary'
1806 field, do so in the correct buffer.
1808 * simple.el (undo): Correctly distinguish between numeric and
1809 non-numeric prefix args in non-transient-mark-mode, as per the doc
1810 string. When in transient-mark-mode, treat all prefix-args as
1813 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1814 Position point on match. Handle N == 0 correctly.
1816 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1817 (comint-mode-map): Reverse order of `comint-write-output' and
1818 `comint-append-output-to-file'.
1819 (comint-append-output-to-file): Reinstate this function, for the
1820 benefit of the menu.
1822 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1824 * vc.el (vc-version-other-window): Bind `file'.
1826 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1828 * Makefile.in (update-authors): New target for maintenance purposes.
1830 * emacs-lisp/authors.el (batch-update-authors): New function.
1831 (authors-fixed-entries): New defconst.
1832 (authors-add-fixed-entries): New function.
1833 (authors): Call it.: Don't process lispref/.
1835 2000-10-25 Jason Rumney <jasonr@gnu.org>
1837 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1838 Merge x w32 and mac definitions.
1840 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1842 * menu-bar.el (menu-bar-options-menu): Add a help string for
1845 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1847 * time-stamp.el (time-stamp-string-preprocess):
1848 Fix a wrong type argument error.
1850 2000-10-25 Miles Bader <miles@gnu.org>
1852 * recentf.el (recentf-mode): Variable removed.
1853 (recentf-mode): Use `define-minor-mode'.
1855 * mwheel.el (mouse-wheel-mode): New global minor mode.
1856 (mwheel-install): Use `mouse-wheel-mode'.
1858 2000-10-25 Dave Love <fx@gnu.org>
1860 * progmodes/cperl-mode.el (cperl-mode):
1861 Set normal-auto-fill-function correctly.
1863 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1864 inherit from global-map and don't nullify menu-bar and tool-bar
1867 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1869 * wid-edit.el (widget-field-at): New function.
1870 (widget-at, widget-field-activate): Use it.
1871 (widget-tabable-at): Use `widget-at'.
1872 (widget-specify-field): If the terminating character of the widget
1873 field (which is read-only) is a newline, put it into a special
1874 `boundary' field so that C-n/C-p act more naturally.
1875 (widget-field-end): Also don't subtract one if a special
1876 `boundary' field has been added after the widget field.
1878 * comint.el (comint-output-filter, comint-send-input): Don't
1879 bother adding stickiness fields to overlays to fool the field
1880 code, since it should notice the overlay insertion-types now.
1882 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1883 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1884 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1886 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1888 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1889 (authors): Set file coding system to iso-2022-7bit. Add
1890 file-local variables to output buffer.
1892 * files.el (after-find-file): Don't print any warnings if
1895 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1897 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1899 * delim-col.el: Now there is a column formatting mechanism.
1900 Modified to customization mechanisms convention. Doc fix.
1901 (columns): New group for delim-col.
1902 (delimit-columns-before, delimit-columns-after)
1903 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1904 (delimit-columns-end): New vars.
1905 (delimit-columns-customize, delimit-columns-format): New funs.
1906 (delimit-columns-region, delimit-columns-rectangle)
1907 (delimit-columns-rectangle-line): Modified to support column
1910 2000-10-24 Dave Love <fx@gnu.org>
1912 * log-edit.el (log-edit): Add :version and a :group for vc.
1914 2000-10-24 Gerd Moellmann <gerd@gnu.org>
1916 * files.el (after-find-file): Don't print a message ``New file''
1919 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1920 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1921 get duplicate tool-bar entries because we'll see the global ones
1922 on more than one path through keymaps.
1924 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1926 * progmodes/cmacexp.el: Change Francesco's email address.
1928 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1930 * window.el (fit-window-to-buffer): Adjust point of the window
1931 buffer, not that of the current buffer.
1933 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1935 * progmodes/cmacexp.el: Update the euthor's email address.
1937 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1939 * faces.el (face-spec-set-match-display): Add `graphic' display
1940 type (the inverse of `tty'). Use `display-graphic-p' instead of
1941 the window-system variable.
1943 2000-10-24 Kenichi Handa <handa@etl.go.jp>
1945 * international/isearch-x.el (isearch-with-input-method): Call
1946 input-method-function with the first event in
1947 unread-command-events.
1949 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1951 * faces.el (face-default-spec, face-user-default-spec): Make
1954 2000-10-24 Andrew Choi <akochoi@i-cable.com>
1956 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1959 * term/mac-win.el: Remove definitions of mac-roman-lower and
1960 mac-roman-upper, require dired, and define instead of set
1961 mac-ready-for-drag-n-drop to avoid compilation error.
1963 2000-10-23 Andrew Innes <andrewi@gnu.org>
1965 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1966 superfluous calls to subst-char-in-string; instead apply
1967 expand-file-name after convert-standard-filename to ensure
1968 expected directory separators are used.
1970 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1972 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1974 2000-10-23 Dave Love <fx@gnu.org>
1976 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1977 (tool-bar-add-item): Set foreground and background for XBM icons.
1979 * international/latin1-disp.el (latin1-char-displayable-p): New
1980 function (from Handa).
1981 (latin1-display-check-font): Use it.
1983 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1984 using :key-sequence, making it much more usable. Use nconc, not
1986 (imenu--create-keymap-1): Avoid append.
1988 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
1990 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1992 [the following changes fix a bug where `define-minor-mode' didn't
1993 correctly generate :require clauses for defcustoms in compiled files]
1994 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1995 (byte-compile-log-file, byte-compile-log-1): Don't set
1996 `byte-compile-current-file' to nil. Instead set
1997 `byte-compile-last-logged-file' to it. Test whether
1998 byte-compile-current-file equals byte-compile-last-logged-file
1999 instead of whether its nil.
2000 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2002 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2004 * textmodes/refill.el: Fix var names in doc.
2005 (refill-mode): Don't bother with make-local-hook anymore.
2007 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2009 * faces.el (face-user-default-spec, face-default-spec): New functions.
2010 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
2011 (frame-set-background-mode, face-set-after-frame-default):
2012 Use `face-user-default-spec'. Simplify code slightly.
2014 * woman.el (woman-italic-face, woman-bold-face)
2015 (woman-unknown-face): Add dark-background variants.
2016 (woman-default-faces): Renamed from `woman-colour-faces'.
2017 Set using the stored defaults, rather than using hard-wired colors.
2018 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2019 Just make the foreground `unspecified' rather than "black".
2020 (woman-menu): Rename menu entries accordingly.
2022 * faces.el (header-line): Make more reasonable on mono/grayscale
2025 2000-10-23 Andrew Choi <akochoi@i-cable.com>
2027 * cus-edit.el (custom-button-face): Use 3D look for mac.
2028 (custom-button-pressed-face): Likewise.
2030 * faces.el (set-face-attributes-from-resources): Handle mac frames
2031 in the same way as x and w32 frames.
2032 (face-valid-attribute-values): Likewise.
2033 (read-face-attribute): Likewise.
2034 (defined-colors): Likewise.
2035 (color-defined-p): Likewise.
2036 (color-values): Likewise.
2037 (display-grayscale-p): Likewise.
2038 (face-set-after-frame-default): Likewise.
2039 (mode-line): Same default face as for x and w32.
2040 (tool-bar): Likewise.
2042 * frame.el: Remove call to frame-notice-user-settings at end of
2045 * info.el (Info-fontify-node): make underlines invisible for mac
2046 as for x, pc, and w32 frame types.
2048 * term/mac-win.el: New file.
2050 2000-10-22 Dave Love <fx@gnu.org>
2052 * textmodes/refill.el: New file.
2054 2000-10-22 Andre Spiegel <spiegel@gnu.org>
2056 * vc-hooks.el (vc-version-backup-file-name): New optional args
2058 (vc-delete-automatic-version-backups, vc-make-version-backup):
2060 (vc-before-save): Use the latter.
2061 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2064 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
2065 expected by vc[-hooks].el.
2067 * vc.el (vc-checkout): Added `-p' suffix in call to
2068 vc-make-version-backups-p; use vc-make-version-backup to actually
2070 (vc-version-other-window, vc-version-backup-file): Handle both
2071 automatic and manual backups.
2072 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2075 2000-10-22 Miles Bader <miles@gnu.org>
2077 * comint.el (comint-highlight-input, comint-highlight-prompt):
2078 Renamed, `-face' at end removed.
2079 (comint-send-input, comint-output-filter): Use renamed faces.
2081 * window.el (fit-window-to-buffer): Change defaulting of
2082 MAX-HEIGHT slightly.
2084 * faces.el (color-values, color-defined-p): Use `member', not
2085 `memq', because it works correctly for strings.
2086 (frame-set-background-mode): Actually, "unspecified-fg" and
2087 "unspecified-bg" *are* strings. Use `member', not `memq', and
2088 `equal', not `eq', when a string value is possible.
2090 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2092 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2094 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2096 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2097 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2098 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2099 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2100 (sh-font-lock-syntactic-keywords): Use them.
2101 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2102 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2103 (sh-mode): Don't override font-lock-unfontify-region-function.
2104 Use a copy of sh-font-lock-syntactic-keywords.
2105 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2106 Don't call sh-scan-buffer since font-lock does it on the fly.
2107 (sh-get-indent-info): Use `face' rather than `syntax-table'
2108 text-property to detect here-documents.
2109 Replace sh-special-syntax with sh-st-punc.
2110 (sh-prev-line): Use `face' rather than `syntax-table'
2111 text-property to skip over here-documents.
2112 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2113 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2114 (sh-electric-less, sh-set-here-doc-region)
2115 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
2116 (sh-scan-buffer, sh-rescan-buffer): Remove.
2118 2000-10-21 Andrew Innes <andrewi@gnu.org>
2120 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2121 remote (ange-ftp) file names.
2123 2000-10-21 Miles Bader <miles@gnu.org>
2125 * window.el (fit-window-to-buffer): New function.
2126 (shrink-window-if-larger-than-buffer): Use it.
2127 (window-text-height): Don't expect minibuffers to have mode-lines.
2129 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
2130 * international/quail.el (quail-update-guidance): Use
2131 `fit-window-to-buffer' instead of `set-window-text-height'.
2133 * international/quail.el (quail-show-guidance-buf): Make sure
2134 guidance window really has enough room.
2135 (quail-update-guidance): If quail-guidance-win is already shown,
2136 make sure its height is OK.
2138 * window.el (window-text-height, set-window-text-height):
2140 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2141 instead of `window-height' & `mode-line-window-height-fudge'.
2142 (mode-line-window-height-fudge): Add FACE parameter.
2143 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2144 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2146 2000-10-20 Miles Bader <miles@gnu.org>
2148 * window.el (height-affecting-face-attributes): Use `defconst'.
2150 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2151 New function, conditionally aliased to `mode-line-window-height-fudge'.
2152 (ispell-help): Use it.
2153 (ispell-choices-win-default-height): Don't include mode-line fudge.
2154 (ispell-choices-win-default-height): New function.
2155 (ispell-show-choices, ispell-command-loop): Use function
2156 `ispell-choices-win-default-height' instead of variable.
2158 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2160 * window.el (mode-line-window-height-fudge): New variable.
2161 (height-affecting-face-attributes): New variable.
2162 (mode-line-window-height-fudge): New function.
2163 (shrink-window-if-larger-than-buffer): Use it.
2164 * help.el (resize-temp-buffer-window): Likewise.
2166 * info.el (Info-fontify-node): Add support for @subsubsection
2167 titles, which use `Info-title-4-face'.
2168 (Info-title-4-face): New face.
2169 (Info-title-3-face): Inherit from Info-title-4-face instead of
2172 2000-10-19 Jason Rumney <jasonr@gnu.org>
2174 * dired.el (dired-insert-directory): Do not let errors signalled by
2175 attempt to run dired-free-space-program prevent dired from working.
2177 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2179 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2181 2000-10-19 Gerd Moellmann <gerd@gnu.org>
2183 * dirtrack.el (dirtrack): Fix call to run-hooks.
2185 * cmuscheme.el (cmuscheme-program-name): Renamed from
2186 scheme-program-name because xscheme.el contains a defcustom with
2187 the same name. As a consequence, customizing group `cmuscheme'
2188 loaded `xscheme' which redefined run-scheme.
2189 (run-scheme): Use cmuscheme-program-name.
2191 * ps-print.el (ps-print-emacs-type): Move into the
2194 * play/doctor.el (doctor-death): Update the Samaritans'
2195 anonymous address, and add a website for Befrienders International.
2197 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2199 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2200 Avoid compilation gripes. Doc fix.
2201 (ps-print-version): New version number (6.2).
2202 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2203 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2204 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2205 (ps-x-extent-priority, ps-x-extent-start-position)
2206 (ps-x-face-font-instance, ps-x-find-coding-system)
2207 (ps-x-font-instance-properties, ps-x-make-color-instance)
2208 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2209 avoid compilation gripes without defining functions.
2210 (ps-e-find-composition): Alias for function find-composition, to have a
2211 suitable function depending on Emacs version.
2212 (ps-color-device, ps-color-values, ps-face-foreground-name)
2213 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2214 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2215 (ps-print-ensure-fontified): Function definitions surrounded by
2216 `eval-and-compile' to avoid compilation gripes.
2217 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2218 by symbol-value to avoid compilation gripes.
2219 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2220 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2222 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2224 * startup.el (normal-top-level): Call `frame-set-background-mode'
2225 after `frame-notice-user-settings' because the latter doesn't call
2226 the former on a tty.
2228 * faces.el (frame-set-background-mode): `unspecified' &c are
2229 symbols, not strings.
2231 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2233 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2234 why some "light*" colors are deliberately absent from the alist.
2236 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2237 Change colors for tty's, as suggested by Miles Bader.
2239 2000-10-19 Kenichi Handa <handa@etl.go.jp>
2241 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
2242 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2243 for ISO10646-1 fonts.
2244 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2246 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2248 * faces.el (frame-set-background-mode): If a tty frame defines a
2249 background color, use that to compute the background mode, instead
2250 of always defaulting to "dark".
2252 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2254 * comint.el (comint-write-output): New function.
2255 (comint-mode-map): Add it to the menu.
2256 Bind `C-c C-s' to comint-write-output.
2258 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2260 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2261 Use fancy-splash-delay.
2263 2000-10-18 Alex Schroeder <alex@gnu.org>
2265 * progmodes/sql.el (sql-sybase-options): New option.
2266 (sql-sybase): Use it. Add sql-database to the list of parameters
2267 provided for login. The options -w 2048 -n are not used any more.
2269 * comint.el (comint-read-input-ring): Bugfix such that the first
2270 and the last entry of the input ring file are not lost.
2272 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2274 * ps-print.el: Internal variable changes to defcustom,
2275 make-local-hook changes to defvar. Doc fix.
2276 (ps-print-version): New version number (6.1).
2277 (ps-setup, ps-do-despool): Code fix.
2278 (ps-printer-name): Customization fix.
2279 (ps-printer-name-option): Now is a defcustom instead of an
2281 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2282 (ps-print-begin-column-hook): Now are defvar instead of
2285 2000-10-18 Miles Bader <miles@gnu.org>
2287 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2288 (comint-kill-output): Changed into an alias for `comint-delete-output',
2290 (comint-mode-map): Rename references to comint-kill-output.
2292 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2294 * diff-mode.el (diff-header-face, diff-file-header-face)
2295 (diff-changed-face): Add bold and italic attributes to tty faces.
2296 (diff-function-face): New face.
2297 (diff-font-lock-keywords): Use it.
2299 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2301 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2302 Remove commented-out call to force-mode-line-update.
2303 (comint-kill-output): Use `forward-line 0' instead of
2304 beginning-of-line to make sure we get past the prompt.
2306 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2308 * diff-mode.el (diff-header-face, diff-file-header-face):
2309 Add specific setting for dark background.
2310 (diff-context-face): Renamed from diff-comment-face.
2311 Set explicitly rather than inheriting from font-lock-comment-face.
2313 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2315 * startup.el (command-line): Move the code which sets the default
2316 TTY colors to before before-init-hook.
2318 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2320 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2322 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2324 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2325 extensions, for MS-DOS.
2327 * diff-mode.el (diff-header-face, diff-file-header-face)
2328 (diff-changed-face): Define tty-specific colors.
2330 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2332 * startup.el (fancy-splash-text): Realign the text.
2334 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2336 * font-lock.el (font-lock-comment-face): Define a separate default
2337 for dark-background tty's.
2339 2000-10-17 Miles Bader <miles@gnu.org>
2341 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2342 being obscured by whizzy mode-lines on graphics displays.
2344 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2346 * info.el (Info-title-1-face, Info-title-2-face)
2347 (Info-title-3-face): Define colors for tty's.
2348 (info-header-node): Remove unneeded tty-specific definition.
2350 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2352 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2353 reverse from the frame parameters, and don't invert foreground and
2356 2000-10-16 Miles Bader <miles@gnu.org>
2358 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2359 string "*Info*". Call propertized-buffer-identification to spruce
2362 2000-10-16 Gerd Moellmann <gerd@gnu.org>
2364 * help.el: Provide `help' for the sake of define-minor-mode
2365 which generates defcustoms with requires.
2367 * jit-lock.el (jit-lock-after-change): If we're in text that
2368 matches a multi-line font-lock pattern, make sure the whole text
2369 will be redisplayed.
2371 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2372 author's name is unknown.
2374 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2375 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2376 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2377 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2378 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2379 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2380 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2381 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2382 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2383 Add author information.
2385 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2387 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2388 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2389 full-color version (using the Gimp) to eliminate dithering artifacts.
2391 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2393 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2395 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2397 2000-10-15 Dave Love <fx@gnu.org>
2399 * progmodes/sh-script.el: Require skeleton and comint when
2402 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2404 * whitespace.el: Doc fixes.
2405 (top-level): Don't add hooks here.
2406 (whitespace-running-emacs): Deleted.
2407 (timer): Don't require.
2408 (whitespace): Add back :version conditional on xemacs test.
2409 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2410 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2411 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2412 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2413 Avoid specific xemacs test.
2414 (whitespace-global-mode): New option.
2415 (whitespace-global-mode): New command.
2416 (whitespace-unload-hook): New function.
2418 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
2419 (Info-fontify-node, Info-goto-node, Info-mode-menu)
2420 (Info-fontify-node): `Goto' goes to `Go to'.
2421 (Info-fontify-node): Add help-echo to xref links.
2423 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2425 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2427 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2429 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2430 Use plist-get and allow :inherit.
2432 * emacs-lisp/cl-macs.el (cl-do-arglist):
2433 Use plist-get and plist-member instead of memq.
2435 * emacs-lisp/ewoc.el (ewoc-location): New function.
2436 (ewoc-enter-after, ewoc-enter-before): Document return value.
2437 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2438 Don't need make-local-hook any more.
2439 (cvs-addto-collection): Return the new tin.
2440 (cvs-mode-insert): Jump to the new line.
2442 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2444 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2446 * font-lock.el (font-lock-syntactically-fontified): New var.
2447 (font-lock-fontify-syntactic-keywords-region): Use it.
2448 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2450 * diff-mode.el (diff-find-file-name): Fix regexp.
2452 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2453 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2455 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2456 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2457 (sh-mode): Don't make all vars local here.
2459 (sh-set-shell): Use dolist. Don't set indent-region-function.
2460 (sh-mode-syntax-table): Use pop.
2461 (sh-remember-variable): Use push.
2462 (sh-help-string-for-variable): Use memq.
2463 (sh-safe-backward-sexp): Remove.
2464 (sh-safe-forward-sexp): Add ARG.
2465 (sh-get-indent-info, sh-prev-stmt): Use it.
2466 (sh-prev-line): Simplify by using forward-comment.
2467 (sh-this-is-a-continuation): Simplify.
2468 (sh-learn-buffer-indent): Use dolist.
2469 (sh-do-nothing): Remove.
2470 (sh-set-char-syntax, sh-set-here-doc-region):
2471 Use inhibit-modification-hooks.
2472 (sh-name-style): Use mapcar and push.
2473 (sh-load-style): Use dolist.
2474 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2475 (sh-case, sh-while-getopts): Use propertize directly rather
2476 than sh-electric-rparen.
2478 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2480 * textmodes/tex-mode.el: Require CL when compiling.
2481 (tex-mode-syntax-table): Init immediately.
2482 (tex-mode-map): Bind M-RET to latex-insert-item.
2483 (latex-mode): Set indent-line-function to latex-indent.
2484 (tex-common-initialization): Don't setup the syntax-table any more.
2485 (latex-insert-item): New skeleton.
2486 (tex-next-unmatched-end): Fix copy/paste braino.
2487 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
2488 (latex-indent, latex-find-indent): New functions.
2489 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
2490 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2491 (tex-compilation-parse-errors): Use with-syntax-table.
2493 2000-10-15 Miles Bader <miles@gnu.org>
2495 * font-lock.el (font-lock-comment-face): Change dark-background,
2496 color, non-tty, default to `chocolate1'.
2498 2000-10-13 John Wiegley <johnw@gnu.org>
2500 * eshell/esh-util.el (require): Added a missing `require' form,
2501 needed when compiling (for an ange-ftp macro definition).
2503 2000-10-13 Dave Love <fx@gnu.org>
2505 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2507 2000-10-13 Gerd Moellmann <gerd@gnu.org>
2509 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2512 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
2513 transparent -colors 8).
2515 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2517 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2518 that breaks with old list format timestamps.
2519 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2520 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2523 2000-10-13 John Wiegley <johnw@gnu.org>
2525 * align.el, pcomplete.el, calendar/timeclock.el,
2526 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2528 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
2529 faulty math, where holiday hours were being computing as seconds.
2531 2000-10-13 John Wiegley <johnw@gnu.org>
2533 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2534 specifying what "other" kinds of buffers should be saved. This
2535 used to be hard-coded.
2536 (desktop-buffer-misc-functions): A global for specifying how
2537 auxiliary data should be determined for special buffer types.
2538 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2539 instead of hard-coding the special buffer types.
2540 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2541 auxiliary data, instead of hard-coding for Info buffers and dired.
2542 (desktop-buffer-info-misc-data): Aux function for determining Info
2543 buffer auxiliary info.
2544 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2545 (desktop-buffer-info): Changed this function to use the info
2547 (desktop-create-buffer): Be a little more careful about what
2548 `minor-mode' means before calling it. This is important for some
2551 2000-10-13 John Wiegley <johnw@gnu.org>
2553 * eshell/esh-util.el: Added a global form which declares an
2554 autoload for `parse-time-string', if that function is not already
2555 defined, and if parse-time.el is available on the user's system.
2557 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2558 to be aware of ange-ftp user info.
2559 (eshell-do-ls): Bind `ange-cache'. Also, use
2560 `eshell-file-attributes'.
2561 (eshell-ls-annotate): Use `eshell-file-attributes'.
2562 (eshell-ls-file): Made the user-id printing code a bit smarter.
2564 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2565 allow identification of alias user ids in remote directories.
2566 It's manual, but there's no other way to know when the current
2567 user on the local machine, is also the owning user on the remote
2569 (fboundp): Bind `ange-cache'.
2570 (eshell-directory-files-and-attributes): Re-organized the logic a
2571 bit to use `eshell-file-attributes' instead of `file-attributes'.
2572 The former is more sensitive to directories that are read via FTP,
2573 and knows how to use ange-ftp to determine full attribute
2574 information, instead of just the name and last modtime.
2575 (eshell-current-ange-uids): Return the current user id when in a
2577 (eshell-parse-ange-ls): Parse a full directory listing that has
2578 been returned by ange-ftp.
2579 (eshell-file-attributes): This beefed up version of
2580 `file-attributes' is only special if the user is currently in a
2581 remote directory, in which case it does a lot of work to find out
2582 what the real attributes of a file are, as they appear on the
2583 remote machine. This makes usage of remote directories (i.e.,
2584 ange-ftp pathnames) much more useful. You can now use Eshell as a
2585 full-fledged FTP client, with much more manipulation ability than
2588 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2589 variable, which means that Eshell's du should always be preferred
2590 in remote directories.
2591 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2592 just `file-attributes'.
2593 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2594 when reading remote directories. This is an Eshell-specific
2595 variable (not part of ange-ftp).
2596 (eshell/ln): Bind `ange-cache'.
2597 (eshell/du): Added some extra logic for determining when to use
2598 Eshell's du (which is slow), and when to use the external version
2599 (which may or may not exist).
2601 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2602 `eshell-interactive-process', rather than using
2603 `get-buffer-process', since backgrounded processes don't count in
2604 the context of this function's logic.
2606 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2607 `forward-char', so that null strings are parsed correctly.
2609 2000-09-13 John Wiegley <johnw@gnu.org>
2611 * eshell/em-pred.el (eshell-pred-file-type,
2612 eshell-pred-file-links, eshell-pred-file-size): Use
2613 `eshell-file-attributes'. This is more correct over ange-ftp.
2615 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2616 that remote file globbing is more efficient.
2618 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2619 gathering the files and attributes within a directory.
2621 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2622 the command line is a special file (not a regular file, directory
2623 or symlink), always attempt to call the external version of cat.
2625 2000-09-13 John Wiegley <johnw@gnu.org>
2627 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2628 Eshell-friendly version of find-tag.
2630 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2632 * image-file.el (image-file-name-extensions)
2633 (image-file-name-regexps): Add autoload cookies.
2635 2000-10-13 Kenichi Handa <handa@etl.go.jp>
2637 * international/mule-cmds.el (select-safe-coding-system): If FROM
2638 is string, show it in *Warning* buffer.
2640 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2642 * startup.el (normal-top-level): Use display-popup-menus-p instead
2644 (command-line): Use display-graphic-p instead of window-system.
2645 (command-line-1): Use display-popup-menus-p and display-mouse-p
2646 instead of window-system.
2648 2000-10-12 Sam Steingold <sds@gnu.org>
2650 * tooltip.el (tooltip-use-echo-area): New user variable.
2651 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2653 2000-10-12 Dave Love <fx@gnu.org>
2655 * recentf.el: Maintainer's checkdoc fixes.
2657 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2658 character class, not ASCII when matching file names.
2659 (fancy-splash-head): Add trailing slash to URL.
2660 (command-line): Don't require XPM support for toolbar.
2662 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2663 (cperl-invalid-face): Revert last change.
2664 (cperl-init-faces): Quote cperl-invalid-face.
2666 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2668 * startup.el (fancy-splash-text): Remove superfluous quote.
2670 2000-10-12 Gerd Moellmann <gerd@gnu.org>
2672 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2673 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2674 (command-line-1): Don't use fancy-splash-pending-command.
2675 (fancy-splash-screens-1): Goto point-min after inserting text.
2677 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2679 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2680 instead of shared-lisp-mode-map.
2682 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2684 * faces.el (header-line): Change tty-variant to use underlining.
2686 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2687 (isearch-highlight): Restore lazy-isearch face properties at old
2688 position, and suppress them at new position.
2689 (isearch-dehighlight): Restore lazy-isearch face properties.
2690 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2691 over the real isearch overlay, but in that case, don't give it a
2692 face property. Use `push'.
2694 2000-10-12 Kenichi Handa <handa@etl.go.jp>
2696 * man.el (Man-getpage-in-background): Fix previous change.
2697 Decode the process output only when we are in multibyte mode.
2699 2000-10-11 Dave Love <fx@gnu.org>
2701 * info.el (Info-mode-menu): Fix some help.
2702 (info-tool-bar-map): Add entry for Info-last.
2704 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2705 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2706 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2707 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2708 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2709 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2710 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2711 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2712 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2713 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2714 Reduce colour requirements to 25 overall. (Probably wants
2715 revisiting from the originals to reduce further.)
2717 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2719 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2720 buffer-file-coding-system, instead of raw-text.
2721 (dehexlify-buffer): Bind coding-system-for-read to
2722 buffer-file-coding-system, instead of raw-text.
2724 2000-10-11 Sam Steingold <sds@gnu.org>
2726 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2727 `underline' - fixes the bug introduced on 2000-09-21.
2729 2000-10-11 Dave Love <fx@gnu.org>
2731 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2733 (scheme-mode): Doc fix.
2734 (scheme-font-lock-keywords-1): Match `define-syntax'.
2736 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
2738 * faces.el (frame-set-background-mode): Pay attention to saved
2739 face specs as well as default ones. Only do anything if the
2740 bg-mode or display-type has actually changed. Use `dolist'.
2741 (region): Make dark-background `region' face less in-your-face.
2743 2000-10-10 Sam Steingold <sds@gnu.org>
2745 * chistory.el, ielm.el, ledit.el:
2746 * progmodes/inf-lisp.el, progmodes/scheme.el:
2747 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2749 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2751 * textmodes/texinfo.el: Update copyright and fix typo.
2753 * desktop.el (desktop-modes-not-to-save): New var.
2754 (desktop-save-buffer-p): Use it.
2755 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2756 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2758 2000-10-10 Dave Love <fx@gnu.org>
2760 * toolbar/tool-bar.el (tool-bar-add-item)
2761 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2764 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2765 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2766 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2767 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2768 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2769 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2770 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2771 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2772 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2773 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2774 the .xpms; probably need retouching.
2776 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2778 * subr.el (add-to-list): Add optional argument APPEND.
2779 * battery.el (display-battery): Use `add-to-list'.
2781 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2783 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2784 these vars as symbol properties.
2785 (zone, zone-when-idle, zone-leave-me-alone)
2786 (zone-pgm-whack-chars): Use new symbol properties.
2788 * battery.el (display-battery): Doc spelling fix.
2790 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2793 2000-10-09 Dave Love <fx@gnu.org>
2795 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2796 has been initialized before calling tool-bar-setup.
2797 (tool-bar-add-item-from-menu): Add autoload cookie.
2799 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2801 * menu-bar.el (send-mail-item-name): New function.
2802 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2803 of mail-user-agent in the menu. Don't display the "Send Mail"
2804 item if mail-user-agent is nil or its value is ignore.
2805 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2806 if read-mail-command is nil or its value is ignore.
2808 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2810 2000-10-09 Miles Bader <miles@gnu.org>
2812 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2814 * toolbar/left_arrow.xpm: Correct image size.
2816 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2817 will be done by the definition of `auto-compression-mode' if
2818 necessary. Move code to uninstall existing file-name handler
2819 before definition of `auto-compression-mode'.
2821 * image-file.el (auto-image-file-mode): Move to the end of the
2822 file, because `define-minor-mode' actually calls the mode-function
2823 if the associated variable is non-nil, which requires that all
2824 needed functions be already defined.
2826 * mouse.el (popup-menu): Balance parens.
2828 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2830 * mouse.el (popup-menu): Move the command call outside the loop
2831 so that popup-menu returns whatever the command returns.
2833 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2834 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2835 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2836 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2838 * vc.el (vc-version-diff): diff-switches can be a list.
2839 Use relative filenames for prettier output.
2841 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2842 (vc-post-command-functions): Remove old-VC compatibility code.
2844 * newcomment.el (comment-indent-default): Autoload.
2846 * font-lock.el (font-lock-defaults): Make buffer-local.
2847 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2848 (font-lock-choose-keywords):
2849 Ignore LEVEL unless KEYWORDS is a list of syms.
2850 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2851 Don't wrap regexp-opt things in \(...\) unnecessarily.
2853 * jit-lock.el: Don't require font-lock any more.
2854 (jit-lock-functions): Make buffer-local.
2855 (jit-lock-saved-fontify-buffer-function): Remove.
2856 (jit-lock-mode): Remove autoload cookie.
2857 Remove font-lock specific code.
2858 (jit-lock-unregister): Don't bother handling complex hooks any more.
2859 (jit-lock-refontify): New function.
2860 (jit-lock-fontify-buffer): Use it.
2861 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2862 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2863 Add optional args START and END.
2864 Never call font-lock-fontify-region directly.
2865 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2867 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2869 2000-10-08 Dave Love <fx@gnu.org>
2871 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2873 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2875 * play/studly.el (studlify-region, studlify-word): Add autoload
2878 * play/morse.el (morse-region, unmorse-region): Add autoload
2881 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2884 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2885 insist on symbols starting with word syntax.
2886 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2887 (eval-defun-1): Doc fix.
2888 (indent-sexp): Use nconc to build up indent-stack.
2890 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2891 Gnus with little use.
2892 (mail-setup-hook): Add mail-abbrevs-setup to options.
2894 * recentf.el: Doc fixes.
2896 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2899 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2900 without timezone and (8) with timezone to enforce some whitespace.
2901 Simplify code somewhat.
2903 * options.el (list-options): Doc that you should use customize.
2905 * iswitchb.el (iswitchb-mode): Add :require.
2907 * info.el (Info-goto-node, Info-menu): Doc fix.
2908 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2909 (info-tool-bar-map): New variable.
2910 (Info-mode): Use it.
2911 (Info-edit-map): Define all in defvar.
2912 (speedbar-attached-frame): Avoid compiler warning.
2914 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2915 (global-map): Bind [tool-bar] to a filtered map.
2916 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2917 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2919 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2921 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2922 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2923 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2924 icons, except up_arrow, which is left-arrow rotated.
2926 * imenu.el (imenu-add-to-menubar): Fix last change.
2928 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2930 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2931 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2933 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2935 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2936 typos in doc strings.
2938 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2939 the doc strings how to customize Font Lock faces.
2941 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2942 computing growth when dragging the header line.
2944 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2946 * simple.el (kill-line): Doc fix.
2948 2000-10-08 Miles Bader <miles@gnu.org>
2950 * faces.el (secondary-selection): Make foreground visible on tty.
2952 * jka-compr.el (auto-compression-mode): Move to the end of the
2953 file, because `define-minor-mode' actually calls the mode-function
2954 if the associated variable is non-nil, which requires that all
2955 needed functions be already defined.
2956 (with-auto-compression-mode): Add autoload cookie.
2958 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2960 * files.el (find-backup-file-name) [ms-dos]: If support for long
2961 file names is not available, behave as if version-control were set
2964 2000-10-07 Dave Love <fx@gnu.org>
2966 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2967 (browse-url-gnome-moz): New function.
2968 (browse-url-browser-function): Use it.
2969 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2971 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2973 * indent.el (tab-always-indent): New var.
2974 (indent-for-tab-command): Use it.
2976 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
2977 raise an error. This way it can still default to a sane value.
2979 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2981 * startup.el (fancy-splash-screens): Use local rather than global map.
2982 Don't use `update-menu-bindings' any more.
2983 Get rid of assumptions about keymap representation.
2985 2000-10-06 Dave Love <fx@gnu.org>
2987 * textmodes/fill.el (sentence-end-double-space)
2988 (sentence-end-without-period): Doc fix.
2989 (adaptive-fill-regexp): Purecopy.
2990 (unjustify-current-line): Use line-end-position.
2991 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2993 * net/eudc-vars.el (eudc): Add :version, :link.
2995 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
2997 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2998 Fix for define-minor-mode.
2999 (function-at-point): Alias to function-called-at-point.
3001 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3003 * simple.el (backward-word): Doc fix.
3005 * image-file.el (image-file-name-regexp): image-file-regexps ->
3006 image-file-name-regexps.
3007 (image-file-name-extensions): Add pbm.
3009 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3011 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3012 and add filename to the names so that diff-mode can jump to source.
3014 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
3015 (tex-font-lock-keywords, tex-font-lock-keywords-2)
3016 (tex-font-lock-keywords-1): Remove.
3017 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3018 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
3019 (font-lock-default-fontify-region):
3020 Expand beg..end correctly when just following a multiline region.
3021 (font-lock-fontify-anchored-keywords):
3022 Include the anchor text as part of the multiline.
3024 2000-10-06 Gerd Moellmann <gerd@gnu.org>
3026 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3027 latter needs the autoloaded define-minor-mode macro during the
3030 * startup.el (command-line): For now, activate tool-bar-mode only
3031 if XPM images are supported.
3033 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3034 window by dragging a header-line at the top of the frame; that's
3035 confusing because the header-line doesn't move.
3036 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3037 of treating the event as a list. Some cleanup.
3039 2000-10-06 Miles Bader <miles@gnu.org>
3041 * simple.el (display-message-or-buffer): New function.
3042 (shell-command-on-region): Use `display-message-or-buffer'.
3044 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3047 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3048 (smbclient-prompt-regexp): Add usage note to doc string.
3049 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3050 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3051 Use add-hook for adding the comint filter function, and only do so
3052 if it's not already in the global hook list.
3053 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3054 to `make-local-variable'.
3055 (nslookup-font-lock-keywords): Remove prompt entry.
3056 (nslookup): Don't set the process-filter.
3057 (finger): Exit the loop correctly when the regexps list runs out.
3058 (ftp, smbclient, smbclient-list-shares):
3059 Set the real major mode immediately, not after execing.
3060 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3062 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3064 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3066 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3068 * which-func.el (which-func-format): Remove spurious space.
3069 (which-func-mode): Don't make it permanent-local.
3070 (which-func-ff-hook): Allow which-func-maxout to be nil.
3071 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3072 (which-func-mode): Simplify.
3073 Use post-command-idle-hook rather than post-command-hook.
3074 Go through all buffers and update their state.
3075 (which-function): Also try add-log-current-defun-function.
3077 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3078 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3079 Update call to with-vc-properties accordingly.
3080 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3081 (vc-revert-buffer): More careful about window selection and deletion.
3082 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3084 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3085 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3086 (cvs-dired-action): Change the default to quickdir.
3088 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3089 if comment-indent-function returns nil.
3090 (comment-indent-default): New function.
3091 (comment-indent-function): Use it and document the new semantics.
3093 * image-file.el: Docstring fixes.
3095 * help.el (help-xref-on-pp): Use match-string.
3096 (describe-variable): New arg BUFFER.
3097 Store the current buffer in the help-xref-stack.
3098 (temp-buffer-resize-mode): Use define-minor-mode.
3100 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3101 consistently with its docstring.
3102 Set jit-lock-first-unfontify-pos in an idempotent way.
3103 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3105 2000-10-05 Alex Schroeder <alex@gnu.org>
3107 * sql.el (sql-mysql-options): New variable.
3108 (sql-mysql): Use it.
3110 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3112 * image.el (image): New group.
3114 * smerge-mode.el (smerge-mine-face, smerge-other-face)
3115 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3117 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3119 * net/net-utils.el (nslookup-font-lock-keywords)
3120 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3121 Ignore the value of wqindow-system; always define keywords
3123 2000-10-05 Kenichi Handa <handa@etl.go.jp>
3125 * startup.el (fancy-splash-screens): Remove the code for
3126 debugging; `(trace-to-stderr "EXITTT\n")'.
3128 2000-10-05 Miles Bader <miles@gnu.org>
3130 * diff-mode.el (diff-goto-source): Update call to
3131 `diff-hunk-status-msg' to reflect new REV variable.
3133 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3135 * progmodes/icon.el (icon-mode):
3136 Don't gratuitously override the default for comment-column.
3138 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3140 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3141 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3142 (jit-lock-functions): New var.
3143 (jit-lock-function-1): Use it if non-nil.
3144 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3145 Set the `fontified' property before doing the fontification to avoid
3146 repeatedly going through the same error.
3147 Don't turn errors into messages.
3148 (jit-lock-register, jit-lock-unregister): New functions.
3150 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3151 Use with-current-buffer.
3153 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3154 Turn comment into docstring.
3156 * apropos.el (apropos-mode): Use define-derived-mode.
3158 2000-10-04 Gerd Moellmann <gerd@gnu.org>
3160 * startup.el (fancy-splash-pending-command): New variable.
3161 (fancy-splash-pre-command): New function.
3162 (fancy-splash-screens): Rewritten.
3163 (command-line-1): If fancy-splash-pending-command is set, call it
3166 2000-10-04 Dave Love <fx@gnu.org>
3168 * toolbar/tool-bar.el (tool-bar-setup): New function.
3169 (tool-bar-mode): Use it.
3171 * subr.el (substitute-key-definition): Doc fix.
3172 (play-sound-file): New command.
3174 2000-10-04 Andre Spiegel <spiegel@gnu.org>
3176 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3177 vc-version-backup-file-name): New functions.
3179 * files.el (basic-save-buffer): Call vc-before-save before saving.
3181 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3182 vc-cvs-stay-local-p.
3184 * vc.el (vc-revert-buffer): Handle empty diff properly.
3185 (vc-version-backup-file): New function.
3186 (vc-checkout): Create a version backup if necessary.
3187 (vc-checkin): If a version backup file exists, delete it.
3188 (vc-version-diff): Diff locally using version backups, if available.
3189 (vc-revert-file): If there's a version backup, revert locally.
3190 (vc-transfer-file): Use version backup for base version, if
3191 available. If not, ask for confirmation whether to get it from the
3192 server. Update mode line before check-in.
3194 2000-10-04 Dave Love <fx@gnu.org>
3196 * toolbar/tool-bar.el (tool-bar-setup): New function.
3197 (tool-bar-mode): Use it.
3199 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3201 * net/net-utils.el (nslookup-font-lock-keywords)
3202 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3203 Only set if window-system is non-nil
3204 (net-utils-run-program): Returns buffer.
3205 (network-connection-reconnect): Added this function.
3208 Incorporates extensive cleanup and docfixes by
3209 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3210 Uses cl compile-time macros.
3211 (generic-mode-name, generic-comment-list)
3212 (generic-keywords-list, generic-font-lock-expressions)
3213 (generic-mode-function-list, generic-mode-syntax-table):
3215 (generic-mode-alist): Renamed to generic-mode-list.
3216 (generic-find-file-regexp): Default changed to "^#".
3217 (generic-read-type): Uses completing read on generic-mode-list.
3218 (generic-mode-sanity-check): removed this function.
3219 (generic-add-to-auto-mode): Removed this function
3220 (generic-mode-internal): Bind mode-specific definitions
3221 into function instead of putting them in alist.
3222 (generic-mode-set-comments): Reworked extensively.
3223 (generic-mode-find-file-hook): Simplified regexp searching
3224 (generic-make-keywords-list): Omit extra pair of parens
3226 * find-lisp.el (find-lisp-find-files-internal):
3227 Make sure directory name ends with "/".
3229 * generic-x.el (apache-conf-generic-mode):
3230 Regexp now allows leading whitespace.
3231 (rc-generic-mode): Added eval-when-compile
3232 around generic-make-keywords-list.
3233 Deleted duplicate regexp
3234 (rul-generic-mode): Added eval-when-compile
3235 around generic-make-keywords-list.
3236 (etc-fstab-generic-mode): New generic mode.
3237 (rul-generic-mode): Removed one eval-when-compile
3238 which caused a max-specpdl-size exceeded error.
3240 2000-10-04 Miles Bader <miles@gnu.org>
3242 * simple.el (minibuffer-temporary-goal-position): New variable.
3243 (next-history-element): Try to keep the position of point in the
3244 input string constant.
3246 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3247 (dired-do-create-files): If there's only one file, pass it in as
3248 the DEFAULT arg to dired-mark-read-file-name.
3250 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3252 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3253 (diff-goto-source): Be smarter when choosing REVERSE or not.
3255 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3256 (texinfo-mode-menu): Add an explicit shortcut for update all.
3258 2000-10-03 Andre Spiegel <spiegel@gnu.org>
3260 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
3261 factorize backend-specific code cleanly (this was essentially
3262 conceived by Stefan Monnier).
3263 (vc-unregister): Function removed.
3264 (vc-revert-file): New function.
3265 (vc-revert-buffer): Delegate some of the work to it.
3267 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3268 default branch unconditionally.
3269 (vc-rcs-set-default-branch): New function.
3270 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3271 (vc-rcs-checkin): If an appropriate default branch has been set,
3272 force creation of that branch.
3273 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3274 code (as suggested by Stefan Monnier).
3276 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3278 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3279 highlighting overlay with a different face over the overlay
3280 isearch uses to highlight the current match because that can lead
3281 to bad face combinations.
3283 * loadup.el (toplevel): Load faces before isearch.
3285 * isearch.el (isearch-faces): New custom group.
3286 (isearch): New defface; was already tested for in the code.
3287 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3288 (isearch-highlight): Always use face `isearch'.
3290 2000-10-02 Dave Love <fx@gnu.org>
3292 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3293 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3294 comparison of opcode with operand.
3296 2000-10-03 Miles Bader <miles@gnu.org>
3298 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3299 buffer, since the echo area will now grow to accommodate them.
3301 2000-10-02 Andre Spiegel <spiegel@gnu.org>
3303 * vc-hooks.el (vc-registered): If FILE used to be registered under
3304 a certain backend, try that one first.
3306 * vc.el (vc-responsible-backend): Undo the previous change in the
3307 argument list. Handle multiple backends correctly.
3308 (vc-find-new-backend): Function removed.
3309 (vc-register): Use vc-responsible-backend, as before.
3310 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3312 2000-10-02 Gerd Moellmann <gerd@gnu.org>
3314 * startup.el (fancy-splash-head): Change message below the
3317 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3319 * diff-mode.el (diff-goto-source): Emit a status message.
3320 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
3321 (diff-test-hunk): Fix doc string.
3322 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3323 (diff-advance-after-apply-hunk): New variable.
3324 (diff-apply-hunk): Don't return a value.
3326 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3328 * vc.el (vc-editable-p): Minor optimization.
3329 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3330 (vc-find-new-backend): New function split from vc-responsible-backend.
3331 (vc-register): Use it.
3332 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3333 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3334 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3335 (vc-clear-headers): Don't use find-file.
3336 (vc-revert-buffer): Use `and' again (must have been a braino).
3337 (vc-switch-backend): Only prompt if requested.
3338 Short circuit if nothing is to be done.
3339 Don't use vc-resynch-buffer which could lose unsaved editing.
3340 (vc-default-receive-file): Update call to vc-unregister.
3341 (with-vc-file, vc-next-action-on-file):
3342 Use vc-backend rather than vc-registered.
3343 (vc-next-action-on-file): Use intern-soft.
3344 Deal with read-only *vc-diff* buffer.
3345 (vc-transfer-file): Docstring fix.
3347 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3348 (vc-rcs-receive-file): Avoid with-vc-properties.
3349 Update call to vc-unregister.
3350 Use constant `RCS' rather than (dynamically bound) var `backend'.
3352 2000-10-01 Andre Spiegel <spiegel@gnu.org>
3354 * vc.el (vc-next-action-on-file): Update mode line only if file
3356 (vc-start-entry): New argument initial-contents. Don't visit the file
3357 if it isn't already visited. Brought documentation up-to-date.
3358 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3359 (vc-checkin): New optional arg initial-contents, which is passed to
3361 (vc-finish-logentry): Make sure to bury log buffer only if there
3362 really is one. Call `vc-resynch-buffer' on log-file, not
3364 (vc-default-comment-history, vc-default-wash-log): New functions.
3365 (vc-index-of): Removed.
3366 (vc-transfer-file): Make do without the above.
3367 (vc-default-receive-file): Call comment-history unconditionally. Pass
3368 the resulting string to vc-checkin, instead of inserting it into the
3371 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3372 unconditionally. Use the comments as initial contents of the log
3373 entry buffer. Document the trick to force branch creation with no
3376 2000-10-01 Miles Bader <miles@gnu.org>
3378 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3379 `recenter' with an arg to prevent redrawing the display.
3381 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3383 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3385 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3387 * progmodes/c-mode.el (c-mode):
3388 Don't gratuitously override the default for comment-column.
3390 * textmodes/tex-mode.el (latex-metasection-list): New var.
3391 (latex-imenu-create-index): Use it.
3392 Move the regexp construction outside loops (and use push).
3393 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
3394 (tex-font-lock-keywords): Moved from font-lock.el.
3395 (tex-comment-indent): Remove.
3396 (tex-common-initialization): Don't set comment-indent-function.
3397 (latex-block-default): New var.
3398 (tex-latex-block): Use it to provide a default choice.
3399 Add any unknown choice to latex-block-names.
3400 Insert [...] after {...}.
3401 (tex-last-unended-begin): Simplify regexp.
3402 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3403 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3404 (latex-mode): Set forward-sexp-function.
3406 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3407 Add regexp for @ignore ... @end ignore.
3408 (texinfo-heading-face): New face.
3409 (texinfo-font-lock-keywords): Use it.
3410 (texinfo-mode-menu): New menu.
3411 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3413 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
3414 (texinfo-section-types-regexp, texinfo-section-level-regexp)
3415 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3417 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3419 * delsel.el (delete-selection-mode): Use define-minor-mode.
3421 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3423 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3425 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3427 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3429 * replace.el (keep-lines-read-args): New function.
3430 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3431 read arguments interactively. Add parameters RSTART and REND.
3432 Operate on the active region in Transient Mark mode.
3434 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3436 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3437 (authors-obsolete-files-regexps): New variable.
3438 (authors-add): Don't record changes in obsolete files.
3440 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3442 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3444 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3445 (comment-indent): Make sure there's a space between code and comment.
3446 Shift comments left to avoid going past fill-column.
3448 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3450 * startup.el (startup-echo-area-message): New function.
3451 (display-startup-echo-area-message): Use it.
3452 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3453 (fancy-splash-default-action): New function.
3454 (fancy-splash-screens-1): New function.
3455 (fancy-splash-head): Put a help-echo and a keymap under the image.
3457 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3459 * diff-mode.el (diff-add-log-file-name): Remove.
3460 (diff-mode): Use add-log-buffer-file-name-function.
3462 * add-log.el (find-change-log): New arg BUFFER-FILE.
3463 (add-log-file-name): Obey add-log-file-name-function.
3464 (add-log-buffer-file-name-function): New var.
3465 (add-change-log-entry): Use it.
3467 2000-09-29 Miles Bader <miles@gnu.org>
3469 * image-file.el (image-file-name-extensions): New variable.
3470 (image-file-name-regexps): Renamed from `image-file-regexps'.
3471 New default value is nil. Call `auto-image-file-mode'.
3472 (image-file-name-regexp): New function.
3473 (auto-image-file-mode): New minor mode.
3474 (insert-image-file): Don't make conditional on the image-file
3475 handler being enabled.
3476 (image-file-handler): Make the call here conditional instead.
3477 (set-image-file-handler-enabled, enable-image-file-handler)
3478 (disable-image-file-handler): Functions removed.
3480 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3483 2000-09-29 Gerd Moellmann <gerd@gnu.org>
3485 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3486 it's a function from CL.
3487 (latex-imenu-create-index): Replace eval-when-compile with progn
3488 because latex-section-alist is not bound while compiling.
3490 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3492 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3493 (outline-mode): Use define-derived-mode.
3495 * progmodes/perl-mode.el (perl-mode):
3496 * progmodes/awk-mode.el (awk-mode):
3497 * progmodes/asm-mode.el (asm-mode):
3498 Don't gratuitously override the default for comment-column.
3500 * emacs-lisp/lisp.el (lisp-complete-symbol):
3501 Distinguish the let-binding case from the funcall case.
3502 (forward-sexp-function): New variable.
3503 (forward-sexp): Use it.
3505 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3506 (easy-mmode-defmap): Remove the now useless autoload.
3508 * time.el (display-time-mode): Use define-minor-mode.
3510 * subr.el (add-minor-mode): Don't eval NAME.
3511 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3512 Use if rather than cond.
3514 * simple.el (read-expression-map): Define more properly.
3515 (comment-indent-hook): Remove.
3516 (string-to-syntax): Bug fix.
3518 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3519 (cvs-ediff-diff): Fix typo.
3520 (cvs-revert-if-needed): Don't bother preserving read-only.
3522 * paren.el (show-paren-mode): Use define-minor-mode.
3524 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3525 (toggle-auto-compression): Remove.
3526 (jka-compr-build-file-regexp): Remove useless grouping.
3528 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3529 Avoid user-reserved bindings.
3530 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3531 (diff-header-face): Revert to grey85.
3533 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3535 * complete.el (partial-completion-mode) <defcustom>: Remove.
3536 (partial-completion-mode): Use define-minor-mode.
3537 (PC-do-completion): Understand `completion-auto-help = delay'
3538 to mean to popup the completion buffer only the second time.
3539 (PC-include-file-all-completions, PC-include-file-all-completions)
3540 (PC-include-file-all-completions): Don't quote lambda.
3542 * comint.el (comint-mode-hook): Docstring fix.
3543 (comint-mode): Use define-derived-mode.
3544 (comint-mode-map): Remove obsolete comment.
3545 (make-comint): Minor stylistic change.
3546 (comint-insert-clicked-input): Be more careful to find the overlay.
3547 Use this-command-keys rather than hardcoding mouse-2.
3549 * font-lock.el: Replace confusing (,@ with ,
3550 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3551 Don't use regexp-opt-depth. Spice up the regexp for args.
3552 Don't distinguish between cmds that can take an opt arg or not.
3553 Use `append' and `prepend' rather than `keep'.
3555 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3556 (latex-outline-regexp): New var.
3557 (latex-outline-level): New fun.
3558 (latex-section-alist): New var.
3559 (latex-imenu-create-index): Use it. Use `push' as well.
3560 (tex-shell-map): Initialize it properly.
3561 (tex-mode): Minor stylistic change.
3562 (plain-tex-mode): Use define-derived-mode.
3563 (latex-mode): Use define-derived-mode.
3564 Construct the paragraph regexps in a more readable way.
3565 Set the buffer-local outline-{level,regexp} vars.
3566 (slitex-mode): Derive from latex-mode.
3567 (tex-common-initialization): Don't kill-all-vars anymore.
3568 Add setting for comment-add and font-lock-defaults.
3569 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3570 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3571 (tex-start-tex): New arg DIR (and send a chdir command for it).
3572 Also display the shell buffer and save it in tex-last-buffer-texed.
3573 (tex-region): Use expand-file-name rather than concat.
3574 Remove code made useless by changes in tex-start-tex.
3575 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3577 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3579 2000-09-28 Dave Love <fx@gnu.org>
3581 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3583 2000-09-28 Gerd Moellmann <gerd@gnu.org>
3585 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3588 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3590 * info.el (Info-extract-pointer): Undo last change.
3591 Instead, fix the position of the `bound' arg to re-search-backward.
3593 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3595 * info.el (Info-extract-pointer):
3596 Widen more carefully, to avoid finding pointers in other nodes.
3597 (Info-index): Use push.
3599 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3601 * frame.el (set-frame-font): Remove call to obsolete function
3603 (set-foreground-color, set-background-color): Likewise for
3604 frame-update-face-colors.
3606 2000-09-27 Miles Bader <miles@gnu.org>
3608 * image-file.el: New file.
3610 2000-09-27 Gerd Moellmann <gerd@gnu.org>
3612 * frame.el (frame-notice-user-settings): Don't call
3613 frame-update-faces, which is a no-op now.
3615 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3618 2000-09-27 Dave Love <fx@gnu.org>
3620 * mouse.el: Fix last change.
3622 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3624 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3626 2000-09-22 Kenichi Handa <handa@etl.go.jp>
3628 * international/quail.el (quail-help): The output message is
3631 2000-09-26 Dave Love <fx@gnu.org>
3633 * mouse.el (popup-menu): If POSITION is nil, set it using
3636 2000-09-25 Sam Steingold <sds@gnu.org>
3638 * net/browse-url.el (browse-url-file-url): Check for null maps.
3640 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3642 * frame.el (frame-notice-user-settings): Don't add a
3643 tool-bar-lines frame parameter to default-frame-alist in batch mode.
3645 * frame.el (frame-notice-user-settings):
3646 Make tool-bar-mode and default-frame-alist consistent.
3648 * toolbar/tool-bar.el (tool-bar-help): New function.
3650 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3652 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3653 current-load-list in top-level forms. Else this leaks a cons cell
3654 every time a defun is called.
3656 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
3658 2000-09-25 Dave Love <fx@gnu.org>
3660 * startup.el (fancy-splash-head): Check XPM is available.
3662 * autoinsert.el (auto-insert): Doc fix.
3663 (auto-insert-alist): Following GNU notices, don't say `copyright
3664 _by_'. Use line-beginning-position.
3665 (auto-insert): Check buffer-file-name is non-nil before use.
3667 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3669 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3670 starting with `@def' or `@multitable', in addition to ones
3671 specified by the user in auto-fill-inhibit-regexp.
3673 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
3675 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3676 rmail-dont-reply-to-names matches the empty string.
3678 2000-09-25 Gerd Moellmann <gerd@gnu.org>
3680 * startup.el (command-line-1, fancy-splash-text): Change the
3681 text to sound more friendly.
3683 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3685 * progmodes/hideshow.el: Update author email address.
3686 Generally, sync w/ maintainer version 5.22.
3687 (hs-hide-all-non-comment-function): New var.
3688 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3689 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3690 (hs-show-region): Delete this command.
3691 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3693 2000-09-22 Dave Love <fx@gnu.org>
3695 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3696 (hl-line-highlight): Specify buffer when moving overlay.
3698 * progmodes/fortran.el (fortran-mode): Locally set
3699 normal-auto-fill-function.
3700 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3701 (fortran-mode-map): Adjust auto-fill menu entry.
3703 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3705 * vc-rcs.el (toplevel): Require `vc' when compiling.
3707 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
3709 2000-09-22 Andre Spiegel <spiegel@gnu.org>
3711 * vc.el (vc-switch-backend): Signal an error if the file is not
3712 registered under the new backend.
3714 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
3715 without explicit revision number.
3717 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3719 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3720 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3721 (diff-xor): New function.
3722 (diff-find-source-location): Use it. Fix a stupid name clash.
3723 (diff-hunk-status-msg): New function.
3724 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3725 (diff-test-hunk): Use diff-find-source-location.
3726 (diff-goto-source): Favor the `reverse'.
3727 (diff-hunk-text): Properly handle one-sided context diffs.
3728 (diff-apply-hunk): When done, advance to the next hunk.
3730 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3732 * startup.el (command-line): If frame was created with a non-zero
3733 tool-bar-lines parameter, switch tool-bar-mode on.
3735 * add-log.el (change-log-date-face, change-log-name-face)
3736 (change-log-email-face, change-log-file-face)
3737 (change-log-list-face, change-log-conditionals-face)
3738 (change-log-function-face, change-log-acknowledgement-face):
3739 New faces, inheriting from font-lock faces.
3740 (change-log-font-lock-keywords): Use them.
3742 2000-09-21 Dave Love <fx@gnu.org>
3744 * progmodes/cperl-mode.el (top-level): Clean up
3745 `eval-when-compile's and assorted defvars.
3746 (cperl-invalid-face): Don't double-quote value. Change custom
3748 (cperl-mode): Set normal-auto-fill-function and don't zap
3750 (cperl-imenu--function-name-regexp-perl): Renamed from
3751 imenu-example--function-name-regexp-perl.
3752 (cperl-imenu--create-perl-index): Renamed from
3753 imenu-example--create-perl-index.
3754 (cperl-xsub-scan): Don't require cl.
3756 * msb.el (msb-mode-map): Use substitute-key-definition.
3757 (msb-mode): Use msb-mode-map.
3759 2000-09-21 Andre Spiegel <spiegel@gnu.org>
3761 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3763 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3764 (vc-switch-backend): New function.
3765 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3766 (vc-register): Fix prompt.
3767 (vc-unregister, vc-default-unregister): New functions.
3768 (vc-version-diff): Handle empty buffer in sentinel.
3770 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3771 (vc-rcs-state-heuristic): Use it to guess the state of files with
3773 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3774 been set with -b, but not created yet.
3775 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3776 contents in order to find the state.
3777 (vc-rcs-checkin): Allow creation of branches with no changes.
3778 (vc-rcs-unregister, vc-rcs-receive-file)
3779 (vc-rcs-set-non-strict-locking): New functions.
3781 * vc-hooks.el (vc-name): Force correct computation of the value
3782 in case it is missing.
3784 2000-09-21 Gerd Moellmann <gerd@gnu.org>
3786 * startup.el (fancy-splash-tail): Use a different foreground
3787 color on a dark frame background.
3789 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3791 * info.el: Use the correct capitalization when making Info-mode
3792 and Info-edit-mode `special' modes.
3794 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3796 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3797 (diff-mode): Add support for add-log.el.
3798 (diff-hunk-text): Use char offsets rather than line offsets.
3799 (diff-find-source-location): Replace LINE with line-offset (nil
3800 if not found) and always set POS to a meaningful position.
3801 Adapt to the new char-offsets.
3802 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3803 Adapt to the new diff-find-source-location.
3804 (diff-goto-source): Adapt to the new diff-find-source-location.
3806 * add-log.el (add-log-file-name): New function (split out of
3807 add-change-log-entry).
3808 (add-change-log-entry): Use it.
3809 Call add-log-file-name-function with the changelog file name if
3810 the current buffer is not associated with any file.
3811 Avoid find-file if the selected window is dedicated.
3813 * diff-mode.el (diff-find-source-location):
3814 Move code from diff-apply-hunk. Return buffer rather than file.
3815 (diff-apply-hunk): Use the new result from diff-find-source-location.
3816 (diff-goto-source): Use the new diff-find-source-location.
3818 2000-09-20 Dave Love <fx@gnu.org>
3820 * iswitchb.el: Some doc fixes.
3821 (iswitchb-mode-map): Define completely initially. Inherit
3822 minibuffer-local-map.
3823 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3825 (iswitchb-global-map): New variable.
3826 (iswitchb-summaries-to-end): Amalgamate regexps.
3827 (iswitchb-mode): New.
3828 (iswitchb-mode-hook): New variable.
3829 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3832 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3834 * ehelp.el (electric-help): New defgroup.
3835 (electric-help-shrink-window): New user-option.
3836 (with-electric-help): Use it.
3838 * window.el (shrink-window-if-larger-than-buffer): If face
3839 `mode-line' has a :box, and we're on a graphical frame, add 1
3840 to the needed window height.
3842 * frame.el (frame-notice-user-settings): Add a last parameter nil
3843 to a call to `append', because the last list passed to `append' is
3844 not copied, and so subsequent calls to assq-delete-all will modify
3845 default-frame-alist.
3847 * startup.el (fancy-splash-image): Change :type.
3848 (fancy-splash-head): Use an XBM image if appropriate.
3849 (command-line-1): Show splash screens in more cases.
3851 * startup.el (fancy-splash-text): Don't quote faces.
3853 * dired.el (dired-font-lock-keywords): Undo last change.
3854 (dired-readin): Bind indent-tabs-mode to nil.
3856 * startup.el (fancy-splash-head): If frame's background mode
3857 is `dark', change the black background of the image to gray.
3858 (fancy-splash-screens): Display startup echo area message.
3859 (display-startup-echo-area-message): New function.
3861 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3863 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3865 * info.el (info-header-node): Tweak for color ttys.
3867 * faces.el (face-valid-attribute-values): Make sure directories we
3868 search for stipples both exist and are readable before trying to
3871 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3872 in the dry-run case.
3874 * jka-compr.el (with-auto-compression-mode): New macro.
3876 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3877 (custom-group-tag-face, custom-variable-tag-face): Use relative
3878 :height and inherit from `variable-pitch' face instead of
3880 * hi-lock.el (hi-black-hb): Likewise.
3882 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3883 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3884 toolbar-add-item, if image doesn't have a mask add a `:mask
3887 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3889 * diff-mode.el: Docstring fixes.
3890 (diff-header-face, diff-comment-face): New faces.
3891 (diff-font-lock-keywords): Highlight a bit differently.
3892 (diff-find-source-location): Don't return SPAN any more.
3893 (diff-hunk-text): Don't bother erasing the temp buffer.
3894 (diff-find-text): Drop argument LINE.
3895 (diff-apply-hunk): Update calls to diff-find-text.
3896 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3898 * calendar/calendar.el: Docstring fixes.
3899 (calendar-make-alist): Don't quote lambda.
3900 (calendar-star-date): Use make-local-variable.
3902 2000-09-19 Dave Love <fx@gnu.org>
3904 * toolbar/tool-bar.el: Renamed from toolbar.el.
3905 Change `toolbar' to `tool-bar' generally in symbols.
3906 Make some items invisible in `special' major modes.
3907 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3910 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3912 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3914 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3916 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3918 * files.el (find-file-suppress-same-file-warnings): New user-option.
3919 (find-file-noselect): Use it.
3921 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3922 (fancy-splash-screen): Defgroup.
3924 * add-log.el (change-log-font-lock-keywords): Match names
3925 more exactly for the case that font-lock-constant-face is
3928 2000-09-19 Richard M. Stallman <rms@gnu.org>
3930 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
3932 2000-09-19 Andre Spiegel <spiegel@gnu.org>
3934 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3936 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3938 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3939 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3940 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3941 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3942 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3943 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3944 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3945 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3946 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3947 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3948 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
3949 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
3951 * startup.el (fancy-splash-text): New variable.
3952 (fancy-splash-delay, fancy-splash-image): New user-options.
3953 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3954 (fancy-splash-screens): New functions.
3955 (command-line-1): If display has a `display' frame parameter, has
3956 colors, and we have XPM support, show more fancy splash screens.
3958 2000-09-19 Dave Love <fx@gnu.org>
3960 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3961 with null `help'. Use modern backquote syntax.
3963 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3965 * font-lock.el (font-lock-mode): Change message telling the user
3966 that ``the buffer is too big''.
3968 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3969 for instance for the case that tab-width is 2.
3971 2000-09-18 Gerd Moellmann <gerd@gnu.org>
3973 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3974 toolbar-add-item, if image doesn't have a mask add a `:mask
3977 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3979 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3980 and return a cons if it's non-nil.
3981 (diff-apply-hunk): Try to jump to the line in the source text
3982 corresponding to the position of point in the in the hunk.
3984 * info.el (Info-title-3-face, Info-title-2-face)
3985 (Info-title-1-face): Use face inheritance and relative sizes
3986 instead of hard-wiring things.
3988 * faces.el (secondary-selection): Make dark-background variant sane.
3990 2000-09-16 Andrew Innes <andrewi@gnu.org>
3992 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3993 read-only, since they aren't under VC now.
3995 2000-09-17 Dave Love <fx@gnu.org>
3997 * tmm.el: Replace mapcar with mapc in several places.
3999 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4002 * international/latin1-disp.el: New file.
4004 * calendar/cal-move.el (scroll-calendar-left)
4005 (scroll-calendar-right): Make arg optional (for active mode line).
4007 * calendar/calendar.el (calendar-mode-line-format): Make fields
4009 (calendar-read-date, calendar-read-date, calendar-window-list):
4011 (calendar-month-name): Use aref, not sref.
4013 * view.el (minor-mode-alist): Propertize the string.
4015 * international/characters.el (standard-case-table): Add entries
4018 2000-09-18 Miles Bader <miles@gnu.org>
4020 * info.el (info-node, info-xref): Add dark-background variants.
4022 * faces.el (header-line): Change defaults to be less confusing
4023 when mixed with mode-lines.
4025 * info.el (Info-fontify-node): Make a few cleanups.
4026 Add extra `help-echo' and `local-map' props to node xrefs.
4027 Use header-specific faces for node-names & xrefs.
4028 (Info-use-header-line): New variable.
4029 (info-header-xref, info-header-node): New faces.
4030 (Info-setup-header-line): New function.
4031 (Info-select-node): Call Info-setup-header-line when enabled.
4032 (Info-extract-pointer): Work even if the header line is hidden.
4033 (Info-header-line): New variable.
4035 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4037 * vms-patch.el (print-region-function): Don't quote lambda.
4039 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4041 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4042 (lm-get-header-re): Allow spaces between the header and the colon.
4043 (lm-header): Allow $ in non-RCS headers.
4044 (lm-header-multiline): Put the strings back into order.
4045 Stop at an empty line. Don't require two space chars if the
4046 line is clearly not another header line.
4048 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4049 (popup-menu-popup): Remove.
4051 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4053 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4054 specification if or if not tool-bar item contains an `:enabled'
4057 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4058 current buffer has no file name.
4060 2000-09-15 Dave Love <fx@gnu.org>
4062 * strokes.el: Sync with maintainer's current version with changes
4063 for Emacs, but avoid runtime cl and levents.
4064 (toplevel): Change autoloads and compilation requires.
4065 (strokes-version, strokes-bug-address, strokes-lift): Values
4067 (strokes-xpm-header, strokes-insinuated): New variable.
4068 (strokes): Add :link.
4069 (strokes-mode): Customized.
4070 (strokes-while-inhibiting-garbage-collector): New macro.
4071 (strokes-remassoc): Avoid remove-if.
4072 (strokes-fix-button2-command): Don't use ad-do-it.
4073 (strokes-insinuate): New function.
4074 (strokes-button-press-event-p, strokes-button-release-event-p):
4075 New functions, used instead of non-`strokes-' versions..
4076 (strokes-mouse-event-p): Rewritten.
4077 (strokes-event-closest-point): Avoid event-point.
4078 (strokes-get-grid-position): Avoid cdadr, caadr
4079 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4081 (strokes-help): Use with-output-to-temp-buffer.
4082 (strokes-window-configuration-changed-p): New function.
4083 (strokes-update-window-configuration): Use buffer-live-p,
4084 strokes-window-configuration-changed-p.
4085 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4086 (strokes-char-face): New face.
4087 (strokes-char-table, strokes-base64-chars): New variable.
4088 (strokes-xpm-for-stroke, strokes-list-strokes)
4089 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4090 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4091 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4092 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4093 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4096 2000-09-15 Gerd Moellmann <gerd@gnu.org>
4098 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4100 * image.el (create-image): Doc fix.
4102 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4103 instead of `:heuristic-mask t'.
4105 2000-09-14 Andrew Innes <andrewi@gnu.org>
4107 * makefile.w32-in: Revert to Unix line endings.
4109 2000-09-14 Andrew Innes <andrewi@gnu.org>
4111 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4114 * makefile.nt (DONTCOMPILE): Fix typo.
4116 * shell.el (shell-write-history-on-exit): New function.
4117 (shell-dumb-shell-regexp): New custom variable.
4118 (shell-mode): Make shell-write-history-on-exit the process
4119 sentinel if shell name matches shell-dumb-shell-regexp.
4121 * w32-fns.el: Comment out before-init-hook function which resets
4122 source-directory based; this breaks bootstrap.
4124 2000-09-14 Dave Love <fx@gnu.org>
4126 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4127 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4128 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4129 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4130 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4131 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4132 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4133 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4134 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4136 * toolbar/toolbar.el: New.
4138 * subdirs.el: Add toolbar.
4140 2000-09-14 Gerd Moellmann <gerd@gnu.org>
4142 * indent.el (indent-for-tab-command): Doc fix.
4144 2000-09-14 Alex Schroeder <alex@gnu.org>
4146 * ansi-color.el (ansi-colors): Doc change.
4147 (ansi-color-get-face): Simplified regexp.
4148 (ansi-color-faces-vector): Added more faces, doc change.
4149 (ansi-color-names-vector): Doc change.
4150 (ansi-color-regexp): Simplified regexp.
4151 (ansi-color-parameter-regexp): New regexp.
4152 (ansi-color-filter-apply): Doc change.
4153 (ansi-color-filter-region): Doc change.
4154 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4155 deal with zero length parameters.
4156 (ansi-color-apply-on-region): Doc change.
4157 (ansi-color-map): Doc change.
4158 (ansi-color-map-update): Removed debugging message.
4159 (ansi-color-get-face-1): Added condition-case to trap
4160 args-out-of-range errors.
4161 (ansi-color-get-face): Doc change.
4162 (ansi-color-make-face): Removed.
4163 (ansi-color-for-shell-mode): New option.
4165 2000-09-13 Kenichi Handa <handa@etl.go.jp>
4167 * international/quail.el (quail-start-translation): Translate KEY
4168 if necessary even if it doesn't have any mapping in the current
4170 (quail-start-conversion): Likewise.
4171 (quail-help): The output message is improved.
4173 2000-09-13 Miles Bader <miles@gnu.org>
4175 * comint.el (comint-output-filter): Revert to using
4176 `insert-before-markers'. Add bletcherous hack to undo damage
4177 caused by `insert-before-markers'. Put `front-sticky' property on
4178 overlays created here so that the field code understands how the
4179 overlay works. Use a let when making comint-last-prompt-overlay,
4180 so that the code is easier to read.
4182 2000-09-13 Dave Love <fx@gnu.org>
4184 * wid-edit.el (widget-default-format-handler): DTRT when
4185 doc-property is a function.
4187 2000-09-12 Francesco Potorti` <pot@gnu.org>
4189 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4190 filed name if it's not there.
4192 2000-09-12 Dave Love <fx@gnu.org>
4194 * simple.el (read-mail-command): Doc fix.
4195 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4197 * vc.el (vc-dired-listing-switches): Fix :version.
4199 * vc-hooks.el: Doc fixes.
4201 * subr.el (add-minor-mode): Use toggle-fun arg.
4203 * speedbar.el: Add :version to several defcustoms.
4205 * imenu.el (imenu--truncate-items, imenu--cleanup)
4206 (imenu--generic-function): Avoid mapcar.
4207 (imenu--replace-spaces): Function removed.
4208 (imenu--completion-buffer): Use subst-char-in-string.
4209 (imenu-add-to-menubar): Use keymap inheritance.
4211 2000-09-12 Miles Bader <miles@gnu.org>
4213 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4214 (diff-mode-map): Bind `diff-test-hunk'.
4215 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4217 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4219 * bytecomp.el (byte-compile-defvar): Undo last change
4220 because it breaks '(make-variable-buffer-local (defvar ...)'
4221 which is used at least in dired.
4223 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4225 * international/quail.el (quail-define-package): Docstring
4228 2000-09-12 Kenichi Handa <handa@etl.go.jp>
4230 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4231 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4232 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4233 docstring of "chinese-py".
4235 * international/quail.el (quail-translation-docstring): New
4237 (quail-show-keyboard-layout): Docstring modified.
4238 (quail-select-current): Likewise.
4239 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4240 infinite recursive call.
4241 (quail-help): Check quail-translation-docstring. Format of the
4243 (quail-help-insert-keymap-description): Adjusted for the above
4246 2000-09-11 Gerd Moellmann <gerd@gnu.org>
4248 * bytecomp.el (byte-compile-defvar): Only cons onto
4249 current-load-list in top-level forms. Else this leaks a cons cell
4250 every time a defun is called.
4252 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4254 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4255 Now understands non-unified diffs. Some functionality moved into
4256 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4257 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4258 modify anything. Only reposition point in the patched file if the
4259 patch succeeds. Only pop up another window if POPUP is true.
4260 Emit a message describing what happened if successful, and at what
4261 line-offset. Automatically detect reversed hunks and do something
4263 (diff-hunk-text, diff-find-text): New functions.
4264 (diff-filter-lines): Function removed.
4265 (diff-test-hunk): New function.
4266 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4268 2000-09-10 Dave Love <fx@gnu.org>
4270 * textmodes/tildify.el: Minor doc/commentary fixes.
4271 (tildify) <defgroup>: Add :version.
4273 * faces.el (face-x-resources): Make custom type more specific.
4274 (frame-background-mode): Use mapc.
4275 (region) <defcustom>: Add :version.
4277 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4279 * vc-sccs.el (vc-sccs-register):
4280 * vc-rcs.el (vc-rcs-register):
4281 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4282 * vc.el (vc-register): Clear file's properties.
4284 2000-09-08 Gerd Moellmann <gerd@gnu.org>
4286 * faces.el (face-spec-set): Only face-spec-reset-face when
4289 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4291 * help.el (help-insert-xref-button): Fix a typo in doc string.
4293 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4295 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4296 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
4299 * menu-bar.el (read-mail-item-name): New function.
4300 (menu-bar-tools-menu): Use it to compute and display the package
4302 (menu-bar-tools-menu): Fix typo in GUD's help string.
4304 2000-09-07 Dave Love <fx@gnu.org>
4306 * diff-mode.el (diff-mouse-goto-source): New function.
4308 * vc-sccs.el: Doc fixes.
4309 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
4311 * vc-rcs.el: Doc fixes.
4312 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4313 (vc-rcs-checkout-switches, vc-rcs-header)
4314 (vc-rcs-master-templates): Add or change :version.
4316 * vc-cvs.el: Doc fixes.
4317 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4318 (vc-cvs-stay-local): Add :version.
4320 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4322 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4324 * international/quail.el (quail-help): Fix previous change.
4326 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4328 * faces.el (color-values): Doc fix.
4330 * faces.el (frame-set-background-mode): Use frame-parameter
4331 instead of frame-parameters.
4333 * frame.el (filtered-frame-list): Reduce consing.
4334 (frames-on-display-list): Call frame-parameter instead of
4337 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4339 * language/devan-util.el (devanagari-to-indian-region): In the
4340 loop, change the following char, not preceding char.
4342 2000-09-07 Gerd Moellmann <gerd@gnu.org>
4344 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4345 instead of frame-parameters.
4347 * faces.el (set-face-attribute): Simplify by calling
4348 internal-set-lisp-face-attribute with FRAME being 0.
4350 * vc.el: Remove `Id' version control keyword.
4352 2000-09-07 Kenichi Handa <handa@etl.go.jp>
4354 * help.el (help-make-xrefs): Adjusted for the change of
4355 help-xref-mule-regexp.
4356 (help-insert-xref-button): New function.
4358 * international/mule-cmds.el (help-xref-mule-regexp-template):
4359 Include the pattern for character set.
4362 * international/quail.el: Don't require face.
4364 (quail-other-command): Dummy command to make quail-help work better.
4365 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4366 (quail-keyboard-layout-substitution): New variable.
4367 (quail-update-keyboard-layout): New function.
4368 (quail-keyboard-layout-type): New customizable variable.
4369 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4370 (quail-keyboard-translate): Pay attention to
4371 quail-keyboard-layout-substitution.
4372 (quail-insert-kbd-layout): New function.
4373 (quail-show-keyboard-layout): New function.
4374 (quail-get-translation): If the definition is a vector of length
4375 1, and the element is a string of length 1, return the character
4377 (quail-update-current-translations): Fix the case of
4378 relative-index out of range.
4379 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4380 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
4381 Show key sequences for all available characters.
4382 (quail-help-insert-keymap-description): Don't show such verbose
4383 key bindings as quail-self-insert-command.
4385 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4386 Format changed, and each element now have extra documentations.
4387 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4388 Adjusted for the change of quail-cxterm-package-ext-info.
4390 2000-09-06 Gerd Moellmann <gerd@gnu.org>
4392 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4393 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4396 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4398 * vc.el: (toplevel): Don't require `dired' at run-time.
4399 (vc-dired-resynch-file): Remove autoload cookie.
4401 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4403 * vc.el: Made several backend functions optional.
4404 (vc-default-responsible-p): New function.
4405 (vc-merge): Use RET for first version to trigger merge-news, not
4407 (vc-annotate): Handle backends that do not support annotation.
4408 (vc-default-merge-news): Removed. The existence of a merge-news
4409 implementation is now checked on caller sites.
4411 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
4414 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
4415 special case that has been removed from the default in vc-hooks.el.
4417 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4419 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4421 2000-09-05 Andre Spiegel <spiegel@gnu.org>
4423 * vc-hooks.el: Require vc during compilation.
4424 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4425 macro `with-vc-properties' in vc.el.
4426 (vc-file-getprop): Doc fix.
4427 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
4429 * vc.el: Require dired-aux during compilation.
4430 (vc-name-assoc-file): Moved to vc-sccs.el.
4431 (with-vc-properties): New macro.
4432 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
4433 vc-finish-steal): Use it.
4434 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4435 to the backend-specific function is now supposed to do the checkout,
4437 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4439 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
4440 set file properties; that gets done in the generic code now.
4442 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4443 Changed parameter list, added code from vc.el that does the
4444 checkout, possibly with a double-take.
4446 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4447 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4448 the above under the new name.
4449 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4450 parameter list, added checkout command.
4451 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4452 properties; that gets done in the generic code now.
4454 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4456 * vc.el: Docstring fixes (courtesy of checkdoc).
4458 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4460 * vc.el (vc-checkout-writable-buffer-hook)
4461 (vc-checkout-writable-buffer): Remove.
4462 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4463 (vc-log-mode): Make it into a clean derived major mode.
4464 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4465 vc-log-mode if log-edit is not available.
4466 (vc-dired-mode-map): Don't set-keymap-parent yet.
4467 (vc-dired-mode): Do set-keymap-parent here.
4468 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4470 2000-09-05 Gerd Moellmann <gerd@gnu.org>
4472 * faces.el (set-face-attribute, face-spec-reset-face)
4473 (face-spec-set): Avoid consing by removing calls to `apply'.
4475 * frame.el (frame-parameter): Move to C code.
4477 2000-09-05 Dave Love <fx@gnu.org>
4479 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4480 insert-before-markers-and-inherit. Now checked systematically!
4482 2000-09-05 Alex Schroeder <alex@gnu.org>
4484 * sql.el (sql-postgres): Use sql-postgres-options.
4485 (sql-postgres-options): New variable.
4487 2000-09-05 Alex Schroeder <alex@gnu.org>
4489 * sql.el (sql-mode-menu): Work around missing variable mark-active
4491 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4492 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4495 2000-09-04 Gerd Moellmann <gerd@gnu.org>
4497 * vc.el (vc-dired-resynch-file): Add autoload cookie.
4499 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4501 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4503 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4505 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4506 don't support anything else under SCCS yet.
4508 * vc-hooks.el: Minor doc fixes.
4510 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4512 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4513 not necessary. If verbose in state `needs-patch', do the same as
4514 under `up-to-date'. When NOT verbose and `needs-patch', check out
4515 latest version instead of `merge-news'.
4516 (vc-next-action-dired): Don't mess with default-directory here; it
4517 breaks other parts of dired. It is the job of the
4518 backend-specific functions to adjust it temporarily if they need it.
4519 (vc-next-action): Remove a special CVS case.
4520 (vc-clear-headers): New optional arg FILE.
4521 (vc-checkin, vc-checkout): Set properties vc-state and
4522 vc-checkout-time properly.
4523 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
4524 (vc-print-log): Use new backend function `show-log-entry'.
4525 (vc-cancel-version): Do the checks in a different order. Added a
4526 FIXME concerning RCS-only code.
4528 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4529 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4531 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4533 * vc-hooks.el (vc-default-mode-line-string): Show state
4534 `needs-patch' as a `-' too.
4536 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4538 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4539 (vc-default-could-register): New function.
4540 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4541 (vc-resynch-buffer): Call vc-dired-resynch-file.
4542 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4543 vc-resynch-buffer instead of vc-resynch-window.
4544 (vc-next-action-dired): Don't redisplay here, that gets done as a
4545 result of the individual file operations.
4546 (vc-retrieve-snapshot): Corrected prompt order.
4548 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
4550 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4552 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4553 hostname regexps. Updated all callers.
4554 (vc-cvs-responsible-p): Handle directories as well.
4555 (vc-cvs-could-register): New function.
4556 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4557 properties up-to-date.
4559 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4560 user whether to create one.
4562 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4564 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4565 check out a non-existing file.
4567 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4568 workfile does not exist.
4570 * vc.el (vc-version-diff): Use `require' to check for existence of
4573 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4575 * vc-cvs.el (vc-cvs-registered): Use new function
4576 vc-cvs-parse-entry to do the actual work.
4578 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4580 * vc-hooks.el (vc-find-backend-function): If function doesn't
4581 exist, return nil instead of error.
4582 (vc-call-backend): Doc fix.
4584 * vc.el (vc-do-command): Doc fix.
4585 (vc-finish-logentry): When checking in from vc-dired, choose the
4586 right backend for logentry check.
4587 (vc-dired-mode-map): Inherit from dired-mode-map.
4588 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4590 (vc-dired-state-info): Removed, updated caller.
4591 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4592 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4593 (vc-dired-listing-switches): New variable.
4594 (vc-directory): Use it, instead of dired-listing-switches.
4596 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4597 (vc-cvs-dir-state): New function.
4598 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
4599 (vc-cvs-parse-entry): New function, also to be used in
4602 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4604 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4605 *or* single-window-frames.
4607 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4609 * vc.el (vc-update-changelog): Split into generic part and default
4610 implementation. Doc string adapted.
4611 (vc-default-update-changelog): New function. Call the `rcs2log'
4612 script in exec-directory, to fix a long-standing nuisance.
4614 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4615 simply signals an error.
4617 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4619 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4620 control-flow more clear and to avoid running `cvs' twice.
4622 * vc.el (vc-next-action-on-file): Doc fix.
4623 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4624 (vc-print-log): Eval `file' before constructing the continuation.
4626 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4628 * vc.el (vc-next-action-on-file): Corrected several messages.
4629 (vc-merge): Add prefix arg `merge-news'; handle it.
4631 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4632 is not reached. It is.
4633 (vc-cvs-merge): Set state to 'edited after merge.
4634 (vc-cvs-merge-news): Set workfile version to nil if not known.
4635 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4637 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4638 via stdout. (Merge from main line.)
4640 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4642 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4645 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4647 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4648 against kill-all-local-variables.
4649 (vc-log-edit): Don't save vc-parent-buffer any more.
4650 (vc-last-comment-match): Initialize to an empty string.
4651 (vc-post-command-functions): New hook.
4652 (vc-do-command): Run it.
4653 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4654 (vc-finish-logentry): Only add the comment to the ring if it's
4655 different from the last comment entered.
4656 (vc-new-comment-index): New function.
4657 (vc-previous-comment): Use it. Make the minibuffer message
4658 slightly less terse.
4659 (vc-comment-search-reverse): Make it work forward as well. Don't
4660 set vc-comment-ring-index if no match is found. Use
4661 vc-new-comment-index.
4662 (vc-comment-search-forward): Use vc-comment-search-reverse.
4663 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4664 define-derived-mode will do it for us. Bind `v' to a keymap that
4665 inherits from vc-prefix-map so that we can bind `vt' without
4667 (vc-retrieve-snapshot): Parenthesis typo.
4669 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4670 to 1. Make sure to switch to *vc* before looking for an error
4671 message. Use vc-parse-buffer.
4673 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4675 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4677 (vc-retrieve-snapshot): Split into two parts.
4678 (vc-default-retrieve-snapshot): New function.
4680 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4681 (vc-cvs-retrieve-snapshot): New function (untested).
4682 (vc-cvs-stay-local): Default to t.
4683 (vc-cvs-remote-p): New function and property.
4684 (vc-cvs-state): Stay local only if the above is t.
4685 (vc-handle-cvs): Removed.
4686 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4687 done via vc-handled-backends now.
4688 (vc-cvs-header): Escape Id.
4690 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4692 * vc.el (vc-do-command): Remove unused commands.
4693 (vc-version-diff): Make sure default-directory ends with a slash.
4694 Move the window commands into a vc-exec-after.
4695 (vc-print-log): Move more of the code into the `vc-exec-after'.
4697 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4699 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4700 (vc-print-log): Search current revision from beginning of buffer.
4701 (vc-revert-buffer): Clear echo area after the diff is finished.
4702 (vc-prefix-map): Removed definition of "t" for terse display in vc
4704 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4705 definition of "vt" for terse display.
4706 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4708 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4710 * vc.el (vc-exec-after): Avoid caddr.
4712 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4714 * vc.el (vc-exec-after): New function.
4715 (vc-do-command): Use it to add a termination message for async
4717 (vc-checkout): Try to handle a missing-backend situation.
4718 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4719 of a directory with a backend using async diffs.
4720 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4723 * vc-sccs.el (vc-sccs-state-heuristic): Use
4724 file-ownership-preserved-p.
4726 * vc-rcs.el (vc-rcs-state-heuristic): Use
4727 file-ownership-preserved-p.
4728 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4730 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4732 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4735 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4736 when there are no changes.
4738 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4740 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4742 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4744 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4746 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4748 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4749 the `fset' outside of the defvar so that it works even if
4750 vc-prefix-map was already defined.
4751 (vc-setup-buffer): New function, split out of vc-do-command.
4752 (vc-do-command): Allow BUFFER to be t to mean `just use the
4753 current buffer without any fuss'.
4754 (vc-version-diff): Change the `diff' backend operation to just put
4755 the diff in the current buffer without erasing it. Always use
4756 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4757 shrink-window-if-larger-than-buffer.
4758 (vc-print-log): Change the `print-log' backend operation to just
4759 put the log in the current buffer without erasing it. Protect
4760 shrink-window-if-larger-than-buffer.
4761 (vc-update-change-log): Fix setd typo.
4763 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4764 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4766 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4767 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4770 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4771 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4772 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4774 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4776 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4777 not possible, use vc-BACKEND-workfile-unchanged-p.
4778 (vc-default-workfile-unchanged-p): New function. Delegates to a
4779 full vc-BACKEND-diff.
4781 * vc-hooks.el (vc-simple-command): Removed.
4783 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4784 instead of vc-simple-command.
4785 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4786 avoid doing a diff when opening a file.
4787 (vc-rcs-state): Added check for unlocked-changes.
4788 (vc-rcs-header): Escape Id.
4789 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4790 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4793 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4794 (vc-sccs-diff): Remove optional arg CMP.
4795 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4796 SCCS-specific function.
4798 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4801 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4803 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4804 (with-vc-file, vc-merge): Use vc-editable-p.
4805 (vc-do-command): Remove unused var vc-file and fix the
4806 doubly-defined `status' var. Add a user message when starting an
4808 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4809 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4810 Use with-current-buffer.
4811 (vc-buffer-sync): Use unless.
4812 (vc-next-action-on-file): If the file is 'edited by read-only,
4813 make it read-write instead of trying to commit.
4814 (vc-version-diff, vc-update-change-log): Use `setq
4815 default-directory' rather than `cd'.
4816 (vc-log-edit): Don't forget to set default-directory in the
4819 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4820 (vc-sccs-state-heuristic): Use file-writable-p instead of
4822 (vc-sccs-checkout): Use `unless'.
4824 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4825 of comparing userids.
4826 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4827 Simplify the logic by eliminating unreachable code.
4828 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4829 just do a recursive call if we need to retry.
4830 (vc-rcs-checkout): Handle the case where rcs is missing by making
4831 the buffer read-write if requested and re-signalling the error.
4833 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4835 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4837 * vc-hooks.el (vc-handled-backends): Docstring change.
4838 (vc-ignore-vc-files): Mark obsolete.
4839 (vc-registered): Check vc-ignore-vc-files.
4840 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4843 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4845 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4847 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4848 files since ange-ftp already has vc-registered return nil.
4850 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4851 (vc-sccs-workfile-version): Use with-temp-buffer and new
4852 vc-parse-buffer and don't bother setting the property.
4853 (vc-sccs-add-triple): Use with-current-buffer and
4855 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4857 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4858 derives from the old vc-parse-buffer but uses the revision number
4859 rather than the date (much easier to compare robustly).
4860 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4861 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4862 locking-user more directly. Check strict locking and set
4863 checkout-model appropriately.
4864 (vc-rcs-parse-locks): Remove.
4865 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4866 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4867 (vc-rcs-system-release): Use with-current-buffer and
4869 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4871 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4872 (vc-simple-command): Docstring fix.
4873 (vc-registered): Align the way the file-handler is called with the
4874 way the function itself works.
4875 (vc-file-owner): Remove.
4877 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4878 extraction of fields and call to file-attributes because of a
4879 temporary bug in rcp.el.
4880 (vc-cvs-fetch-status): Use with-current-buffer.
4882 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4884 * vc.el (vc-do-command): Use file-relative-name.
4885 (vc-responsible-backend): Use vc-backend if possible.
4886 (vc-create-snapshot): Improve the `interactive' spec. Add support
4887 for branches and dispatch to backend-specific `create-snapshot'.
4888 (vc-default-create-snapshot): New function, containing the bulk of
4889 the old vc-create-snapshot.
4890 (vc-retrieve-snapshot): Improve the interactive spec.
4892 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4893 (vc-backend-hook-functions): Remove.
4894 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4895 (vc-backend): Reintroduce the test for `file = nil' now that I
4896 know why it was there (and added a comment to better remember).
4898 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4899 code from vc-sccs-hooks.el.
4900 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4902 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4903 and file-directory-p instead of file-exists-p.
4904 (vc-sccs-check-headers): Simplify the regexp.
4906 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4907 from vc-rcs-hooks.el. Don't require 'vc anymore.
4908 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4909 file-directory-p instead of file-exists-p.
4911 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4912 from vc-cvs-hooks.el.
4913 (proto vc-cvs-registered): Require 'vc-cvs instead of
4914 'vc-cvs-hooks. Don't require 'vc anymore.
4915 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4916 file-directory-p instead of file-exists-p.
4917 (vc-cvs-create-snapshot): New function, replacing
4919 (vc-cvs-assign-name): Remove.
4921 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4923 * vc-cvs.el (vc-cvs-header): New var.
4925 * vc-rcs.el (vc-rcs-exists): Remove.
4926 (vc-rcs-header): New var.
4928 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4929 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4930 (vc-sccs-header): New var.
4932 * vc.el (vc-do-command): Get rid of the `last' argument.
4933 (vc-header-alist): Remove, replaced by vc-X-header.
4934 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4935 (vc-dired-hook): Use expand-file-name instead of concat.
4936 (vc-directory): Use file-name-as-directory.
4937 (vc-snapshot-precondition, vc-create-snapshot)
4938 (vc-retrieve-snapshot): Allow the command to operate on any
4941 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4942 just removing the 'WORKFILE argument or by removing the 'MASTER
4943 argument and replacing `file' with (vc-name file).
4945 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4947 * vc.el: Update Copyright and add a crude list of backend funs.
4948 (vc-writable-p): New function.
4949 (with-vc-file): Use vc-writable-p.
4950 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
4951 (vc-register): Avoid vc-name.
4952 (vc-locking-user): Remove.
4953 (vc-steal-lock): Make the `owner' arg non-optional.
4954 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4956 (vc-default-dired-state-info): Use vc-state instead of
4957 vc-locking-user and return special strings for special states.
4958 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4959 and get rid of one of the special CVS cases.
4960 (vc-cancel-version): prettify error message with \\[...].
4961 (vc-rename-master): New function.
4962 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4963 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4964 the CVS special case generic.
4965 (vc-default-record-rename): Remove.
4966 (vc-file-tree-walk-internal): Only call FUNC for files that are
4967 under control of some VC backend and replace `concat' with
4969 (vc-file-tree-walk): Update docstring.
4970 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4971 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4973 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4974 vc-sccs-record-rename. Use `find-file-noselect' rather than
4975 `find-file' and call `vc-rename-master' to do the actual move.
4976 (vc-sccs-diff): Remove unused `backend' variable.
4978 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4979 to delay loading of vc-sccs until it is really used.
4980 (vc-sccs-master-templates): Preload.
4981 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4982 (vc-sccs-project-dir): Remove (merged into
4983 vc-sccs-search-project-dir).
4984 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4985 rather than `concat', make sure it is preloaded and don't bother
4986 to check that the file actually exists.
4987 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4988 `locks' argument (use buffer's content instead) and eliminate n^2
4991 * vc-rcs.el: Update Copyright.
4992 (vc-rcs-rename-file): New function.
4993 (vc-rcs-diff): Remove unused `backend' variable.
4995 * vc-hooks.el: Update Copyright.
4996 (vc-backend): Don't accept a nil argument any more.
4997 (vc-up-to-date-p): Turn into a defsubst.
4998 (vc-possible-master): New function.
4999 (vc-check-master-templates): Use `vc-possible-master' and allow
5000 funs in vc-X-master-templates to return a non-existent file.
5002 * vc-cvs.el: Update Copyright.
5003 (vc-cvs-diff): Remove unused `backend' variable.
5004 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
5006 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5008 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5010 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5011 since it can be called from vc-rcs.el.
5012 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5014 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5016 * vc.el (vc-version-diff): Expand file name read from the
5017 minibuffer. Handle the case when a previous version number can't
5018 be guessed. Give suitable messages when there were no differences
5020 (vc-clear-headers): Call backend-specific implementation, if one
5022 (vc-cancel-version): Made error checks generic. When done, clear
5023 headers generically, too.
5025 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5026 from vc-clear-headers in vc.el.
5028 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5030 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5031 optional. Handle the case when it's not there.
5033 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5035 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5037 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5039 * vc-hooks.el (vc-loadup): Remove.
5040 (vc-find-backend-function): Use `require'. Also, handle the case
5041 where vc-BACKEND-hooks.el doesn't exist.
5042 (vc-call-backend): Cleanup.
5044 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5046 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5047 vc-rcs-grab-templates)
5048 (vc-rcs-registered): Remove. The default function works as well.
5049 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5050 vc-sccs-grab-templates)
5051 (vc-sccs-registered): Remove. The default function works as well.
5053 * vc.el (vc-version-diff): Left out a vc- in call to
5055 (vc-default-dired-state-info, vc-default-record-rename)
5056 (vc-default-merge-news): Update for the new backend argument.
5058 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5059 using the default function.
5060 (vc-call-backend): If calling the default function, pass it the
5061 backend as first argument. Update the docstring accordingly.
5062 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5063 for the new backend argument.
5064 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5065 (vc-find-backend-function): Use the new name.
5066 (vc-default-registered): New function.
5068 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5070 * vc.el (vc-merge): Use vc-find-backend-function.
5072 * vc-hooks.el (vc-backend-functions): Remove.
5073 (vc-loadup): Don't setup 'vc-functions.
5074 (vc-find-backend-function): New function.
5075 (vc-call-backend): Use above fun and populate 'vc-functions
5077 (vc-backend-defines): Remove.
5079 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5081 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5082 Call vc-call-backend without the leading vc-.
5083 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5084 (vc-check-headers): Call vc-call-backend without the leading vc-.
5085 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
5086 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5087 Call vc-call-backend without the leading vc-.
5089 * vc-cvs.el (tail): Provide vc-cvs.
5090 * vc-sccs.el (tail): Provide vc-sccs.
5091 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5093 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5094 (vc-make-backend-function, vc-call): Pass names without leading
5095 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
5096 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5097 (vc-call-backend): Always try to load vc-X-hooks.
5098 (vc-registered): Remove vc- in call to vc-call-backend.
5100 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5102 * vc.el (vc-process-filter): New function.
5103 (vc-do-command): Setup `vc-process-filter' for the async process.
5104 (vc-maybe-resolve-conflicts): New function to reduce
5105 code-duplication. Additionally, it puts the buffer in
5106 `smerge-mode' if applicable.
5107 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5108 calling `merge-news'.
5109 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
5110 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5111 interfacing to log-edit.el.
5112 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5113 log-edit is available.
5114 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5116 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5118 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5119 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5120 defvar and the initialization.
5121 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5123 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5124 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5126 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
5128 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5130 * vc.el (vc-file-clear-masterprops): Removed.
5131 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5132 (vc-version-diff): Use buffer-size without argument.
5133 (vc-register): Heed vc-initial-comment.
5135 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5138 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5139 file name and workfile version.
5140 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5142 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5143 vc-file-clear-masterprops.
5145 * vc-sccs.el (vc-sccs-checkout): Removed call to
5146 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5147 rather than user login name.
5150 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5152 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5153 `want-differences-if-changed' and simplify.
5154 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5155 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5156 output (which is invalid for async vc-diff) to decide whether to
5157 do the revert silently or not.
5159 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5161 * vc-hooks.el (vc-loadup): Load files quietly.
5162 (vc-call-backend): Oops, brain fart.
5164 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5166 * vc-cvs.el (vc-cvs-state): Typo.
5167 (vc-cvs-merge-news): Return the status code rather than the error msg.
5169 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5171 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5172 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5173 vc-state or vc-up-to-date-p.
5174 (vc-merge): Use vc-backend-defines to check whether merging is
5175 possible. Set state to 'edited after successful merge.
5177 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5178 return that name. Redocumented.
5180 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5182 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5183 new `vc-state' semantics.
5184 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5185 'vc-locking-user to the current user.
5186 (vc-merge): Inline vc-backend-merge. Comment out code that I
5187 don't understand and hence can't adapt to the new `vc-state' and
5188 `vc-locking-user' semantics.
5189 (vc-backend-merge): Remove.
5191 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5192 rather than 'vc-locking-user.
5194 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5196 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5197 (vc-state): Don't use 'reserved any more. Just use the same
5198 convention as the one used for vc-<backend>-state where the
5199 locking user (as a string) is returned.
5200 (vc-locking-user): Update, based on the above convention. The
5201 'vc-locking-user property has disappeared.
5202 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
5204 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5205 with a heuristic one.
5206 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5207 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5208 error. That allows us to get to 'needs-merge even in the
5209 stay-local case. There's still no way to detect 'needs-patch in
5210 such a setup (or to force an update for that matter).
5211 (vc-cvs-logentry-check): Remove, the default works as well.
5213 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5215 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
5217 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5218 major-mode in which the buffer might have been put earlier. Use
5219 `remove' and `when'. Allow `okstatus' to be `async' and use
5220 `start-process' in this case.
5221 (vc-version-diff): Handle the case where the diff looks empty
5222 because of the use of an async process.
5224 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5226 * vc.el (vc-next-action-on-file): Removed optional parameter
5227 `simple'. Recompute state unconditionally.
5228 (vc-default-toggle-read-only): Removed.
5230 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5231 (vc-toggle-read-only): Undid prev change.
5233 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5234 vc-cvs-simple-toggle. Redocumented.
5235 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5236 (vc-cvs-toggle-read-only): Removed.
5238 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5240 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
5241 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5242 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5243 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5244 still is. So maybe it should be removed.
5245 (vc-head-version, vc-find-binary): Remove.
5246 (vc-recompute-state): Move from vc-hooks.el.
5247 (vc-next-action-on-file): Add a `simple' argument to allow
5248 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
5249 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5250 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
5251 (vc-dired-mode-map): Properly defvar it.
5252 (vc-print-log): Call log-view-mode if available.
5253 (small-temporary-file-directory): defvar instead of use boundp.
5254 (vc-merge-news): Moved to vc-cvs.el.
5255 (vc-default-merge-news): New function.
5257 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5258 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5259 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5260 unknown `vc-latest-version' function. It should probably refer to
5261 vc-workfile-version or somesuch, but it's very unclear to me and I
5262 don't have SCCS to test things.
5264 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5265 (vc-sccs-state-heuristic): Fix typo.
5266 (vc-sccs-workfile-unchanged-p): Add missing argument.
5268 * vc-rcs.el: Require vc and vc-rcs-hooks.
5269 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5270 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5271 (vc-release-greater-or-equal-p): Move from vc.
5272 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5273 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5274 (vc-rcs-checkout): Add a missing `new-version' argument in the
5275 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
5277 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5278 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5279 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5280 than the apparently unbound `workfile-version'.
5282 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5283 (vc-file-prop-obarray): Use `make-vector'.
5284 (vc-backend-functions): Add new hookable functions
5285 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5286 (vc-loadup): If neither backend nor default functions exist, use
5287 the backend function rather than nil.
5288 (vc-call-backend): If the function if not bound yet, try to load
5289 the non-hook file to see if it provides it.
5290 (vc-call): New macro plus use it wherever possible.
5291 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5292 nor `vc-find-binary' since it's only called from
5293 vc-mistrust-permission which is only used once the backend is known.
5294 (vc-checkout-model): Fix parenthesis.
5295 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5297 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
5298 (vc-cvs-release, vc-cvs-system-release): Remove.
5299 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5300 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5302 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5303 (vc-cvs-toggle-read-only): First cut at a function to allow a
5304 cvs-status-free vc-toggle-read-only.
5305 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5306 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5307 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5308 (vc-cvs-checkout): Modify access rights directly if the user
5309 requested not to use `cvs edit'. And refresh the mode line.
5311 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5312 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5314 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5316 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5317 workfile' that got lost when the code was extracted from vc.el.
5318 And merged the tail with the rest of the code (not possible in the
5319 old vc.el where the tail was shared among all backends). And
5320 explicitly set the state to 'edited if `writable' is set.
5322 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5323 (vc-cvs-state): Be careful to return the value from
5325 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5326 property but return it instead. Also be careful to handle a nil
5327 or "" `rev' when workfile is non-nil (it was handled properly when
5330 * vc.el: Removed those pesky unnecessary `(function' quotes.
5331 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5332 directly in the defvar.
5333 (vc-do-command): Bind inhibit-read-only so as to properly handle
5334 the case where the destination buffer has been made read-only.
5335 (vc-diff): Delegate to vc-version-diff in all cases.
5336 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
5337 (vc-annotate-mode-variables): Removed (code moved partly to
5338 defvars and partly to vc-annotate-add-menu).
5339 (vc-annotate-mode): Turned into a derived-mode.
5340 (vc-annotate-add-menu): Moved in code in
5341 vc-annotate-mode-variables.
5342 (vc-update-change-log): Use make-temp-file if available.
5344 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5346 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5347 `vc-checkout-model' updated to `vc-cvs-update-model'.
5349 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5351 * vc.el (vc-next-action-on-file): Added handling of state
5353 (vc-checkout-carefully): Is now practically obsolete, unless the
5354 above is too slow to be enabled unconditionally.
5355 (vc-update-change-log): Fixed typo.
5357 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5359 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5360 Now handles state `unlocked-changes'.
5361 (vc-sccs-workfile-unchanged-p): New function, to support the above.
5363 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5365 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5366 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5368 (vc-rcs-workfile-unchanged-p): Renamed from
5369 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5370 function yet, but supposed to become one soon.
5372 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5374 (vc-call-backend): Changed error message.
5375 (vc-state): Added description of state `unlocked-changes'.
5377 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5379 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5380 always return t in CVS-controlled directories.
5382 * vc.el (vc-responsible-backend): New function.
5383 (vc-register): Largely rewritten.
5384 (vc-admin): Removed (implementation moved into vc-register).
5385 (vc-checkin): Redocumented.
5386 (vc-finish-logentry): If no backend defined yet (because we are in
5387 the process of registering), use the responsible backend.
5389 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5390 Updated function lists.
5391 (vc-call-backend): Fixed typo.
5393 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5395 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5396 Removed query option. Redocumented.
5398 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5400 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5402 * vc.el: Updated callers of `vc-checkout-required' to use
5403 `vc-checkout-model'.
5405 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5407 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5408 stuff updated to reference this function instead of the old
5409 `vc-backend-release-p'.
5411 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5413 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5414 vc-checkout-model. Return appropriate values. Updated callers.
5416 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5418 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
5419 (vc-backend-revert): Function moved into `vc-revert';
5420 `vc-next-action' must be updated to accomodate this change.
5421 (vc-backend-steal): Function moved into `vc-finish-steal'.
5422 (vc-backend-logentry-check): Function moved into
5423 `vc-finish-logentry'.
5424 (vc-backend-printlog): Function moved into `vc-print-log'.
5425 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5426 (vc-backend-assign-name): Function moved into
5427 `vc-create-snapshot'.
5429 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5431 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
5432 Rename to vc-checkout-model. Return appropriate values.
5435 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
5436 to vc-checkout-model.
5437 (vc-checkout-required): Rename to vc-checkout-model.
5438 Re-implement and re-comment.
5439 (vc-after-save): Use vc-checkout-model.
5441 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5443 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5444 Update to use the vc-BACKEND-diff functions instead.
5445 `vc-diff' is now working.
5447 * vc-rcs.el (vc-rcs-logentry-check): New function.
5449 * vc-cvs.el (vc-cvs-logentry-check): New function.
5451 * vc-sccs.el (vc-sccs-diff): Function changed name from
5452 `vc-backend-diff'. This makes `vc-diff' work.
5454 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
5455 of functions possibly implemented in a vc-BACKEND library.
5456 (vc-checkout-required): Fix bug that caused an error to be
5457 signaled during `vc-after-save'.
5460 This checkin is made with our new VC code base for the very first time.
5461 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
5463 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5464 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5466 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5467 updated to `vc-uses-locking'.
5468 (vc-checkout-required): Call to backend function.
5469 `vc-checkout-required' updated to `vc-uses-locking' instead.
5471 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5472 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5474 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
5475 to match the split into various backends.
5476 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
5477 (vc-retrieve-snapshot): Bug fix.
5479 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5481 * vc-sccs.el (vc-sccs-release): Doc fix.
5483 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5485 * vc.el (vc-next-action-on-file): Bug found and fixed.
5486 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5487 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5489 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5490 (vc-rcs-checkout): Name space cleaned up. No more revision number
5491 crunching function names that are not prefixed with vc-rcs.
5492 (vc-rcs-checkout-model): Function added. References to
5493 `vc-checkout-model' replaced.
5495 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5497 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5498 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5499 still need to be split, and implemented for RCS).
5501 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5503 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5505 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5506 required by the vc.el file.
5508 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5509 required by the vc.el file.
5510 (vc-rcs-exists): Function added.
5512 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5513 required by the vc.el file.
5515 * vc.el (vc-admin): Updated to handle selection of appropriate
5516 backend. Current implementation is crufty and need re-thinking.
5518 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5520 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5522 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5523 beginning of annotate buffers correctly.
5525 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5526 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5527 functionality updated quite a lot to support multiple backends.
5528 Variables `vc-annotate-mode', `vc-annotate-buffers',
5529 `vc-annotate-backend' added.
5531 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5532 `vc-annotate-difference' added to supported backend functions.
5534 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5536 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5537 Use with-temp-file instead of /bin/sh. Merged from mainline
5539 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5541 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5543 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5545 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5547 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5549 * vc-hooks.el: vc-state-heuristic added to
5550 vc-backend-hook-functions.
5552 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5554 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5556 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5557 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
5558 state to `reserved'.
5560 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5561 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5563 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5565 * vc-rcs-hooks.el: Implement new state model. Hardly anything
5568 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
5570 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
5571 if defined. (Merged from main line, slightly adapted.)
5573 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5574 millenium problem (merged from mainline).
5576 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5578 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5579 part and moved the non-BACKEND stuff to vc.el.
5581 * vc.el: Split the annotate feature into a BACKEND specific part
5582 and moved it from the vc-cvs.el file to this one.
5584 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5586 * vc-hooks.el: Implement new state model.
5587 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5588 (vc-locking-user): Simplify. Now only needed if the file is
5589 locked by somebody else.
5590 (vc-lock-from-permissions): Remove. Functionality is in
5591 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5592 (vc-mode-line-string): New name for former vc-status. Adapted.
5593 (vc-mode-line): Adapt to use the above. Remove optional parameter.
5595 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5596 Various simplifications and adaptations all over the place.
5598 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5599 Simplify and adapt the rest.
5601 * vc.el (vc-resynch-window): Add TODO comment: check for
5602 interaction with view mode according to recent RCS change.
5603 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
5605 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5607 * vc.el: Convert the remaining function comments to docstrings.
5609 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5611 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5612 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5613 (vc-minor-part, vc-previous-version): Functions that operate and
5614 compare revision numbers got proper documentation. Comments added
5615 about their possible removal.
5617 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5619 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5620 the vc-backend.el files.
5622 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5624 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5625 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5626 (vc-rcs-previous-version): Functions added.
5628 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5630 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5632 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5634 * vc-hooks.el (vc-master-templates): Is really obsolete.
5635 Comment out the definition for now. What is the right procedure
5637 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5639 (vc-default-registered): Remove.
5640 (vc-check-master-templates): New function; does mostly what the
5642 (vc-locking-user): Don't rely on the backend to set the property.
5644 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
5645 Rewrite documentation.
5646 (vc-rcs-templates-grabbed): New variable.
5647 (vc-rcs-grab-templates): New function.
5648 (vc-rcs-registered): Rewrite to use above mechanism.
5650 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
5651 Rewrite documentation.
5652 (vc-sccs-templates-grabbed): New variable.
5653 (vc-sccs-grab-templates): New function.
5654 (vc-sccs-registered): Rewrite to use above mechanism.
5655 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5656 Don't throw the result, simply return it.
5658 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5659 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5660 (vc-cvs-registered): Does the check itself now. Simplify.
5662 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
5665 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5667 * vc-cvs.el (vc-cvs-diff): New function.
5669 * vc-sccs.el (vc-sccs-diff): New function.
5671 * vc-rcs.el (vc-rcs-diff): New function.
5672 (vc-rcs-checkout): Bug (typo) found and fixed.
5673 (vc-rcs-register-switches): New variable.
5675 * vc.el (vc-backend-diff): Function removed and placed in the
5678 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5680 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5682 * vc.el (vc-backend-checkout): Function removed and replaced in
5683 the vc-backend.el files.
5685 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5687 * vc.el (vc-backend-admin): Removed and replaced in the
5688 vc-backend.el files.
5690 * vc.el (Martin): Removed all the annotate functionality since it
5691 is CVS backend specific.
5693 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5695 * spec.txt: Added specification of vc-state.
5697 * vc-sccs-hooks.el (vc-sccs-master-properties):
5698 Remove handling of vc-latest-version and
5699 vc-your-latest-version. What used to be vc-latest-version, is now
5700 returned as vc-workfile-version.
5701 (vc-sccs-workfile-version): Adapt.
5703 2000-09-04 Dave Love <fx@gnu.org>
5705 * vc.el: [Merged from mainline.]
5706 (vc-dired-mode): Make the dired-move-to-filename-regexp
5707 regexp match the date, to avoid treating date as file size.
5708 Add YYYY S option to WESTERN/
5710 2000-09-04 Dave Love <fx@gnu.org>
5712 * vc.el: Require `compile' when compiling.
5713 (vc-logentry-check-hook): New option.
5714 (vc-steal-lock): Use compose-mail.
5715 (vc-dired-mode-map): Defvar when compiling.
5716 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5717 vc-sccs.el and renamed. Callers changed.
5718 (vc-backend-checkout, vc-backend-logentry-check)
5719 (vc-backend-merge-news): Doc fix.
5720 (vc-default-logentry-check): New function.
5721 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5722 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5723 (vc-backend-merge): Doc fix. Use backend functions.
5724 (vc-check-headers): Use backend functions.
5726 * vc-cvs.el: Require vc when compiling.
5727 (vc-cvs-register-switches): Doc fix.
5728 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5729 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5730 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5731 New functions (code from vc.el).
5732 (vc-annotate-display-default): Fix interactive spec.
5733 (vc-annotate-time-span): Doc fix.
5735 * vc-rcs.el: Require vc when compiling.
5736 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5737 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5738 (vc-rcs-checkin): New functions (code from vc.el).
5739 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5741 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5743 * vc-sccs.el: Require vc when compiling.
5744 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5745 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5747 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5749 (vc-sccs-add-triple, vc-sccs-record-rename)
5750 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5751 (vc-sccs-admin): Doc fix.
5753 2000-09-04 Martin Lorentzson <martinl@gnu.org>
5755 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5756 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5757 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5760 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5762 * vc-cvs.el: Moved the annotate functionality from vc.el.
5763 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5765 2000-09-04 Dave Love <fx@gnu.org>
5767 * vc.el (vc-backend-release): Call vc-system-release.
5769 * vc-sccs.el (vc-sccs-system-release):
5770 Renamed from vc-sccs-backend-release.
5772 * vc-rcs.el (vc-rcs-system-release):
5773 Renamed from vc-rcs-backend-release.
5775 * vc-cvs.el (vc-cvs-system-release):
5776 Renamed from vc-cvs-backend-release.
5778 2000-09-04 Dave Love <fx@gnu.org>
5780 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5782 (vc-backend-release): Dispatch to backend functions.
5783 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5784 probably needs attention.]
5786 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5787 (vc-sccs-backend-release): New function.
5789 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5790 (vc-cvs-backend-release): New function.
5792 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5794 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5795 (vc-default-dired-state-info): New function.
5796 (vc-dired-state-info): Dispatch to backends.
5797 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5799 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5800 from vc.el and renamed.
5802 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5804 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5805 (vc-version-other-window, vc-backend-assign-name): Removed
5806 references to vc-latest-version; sometimes changed into
5807 vc-workfile-version.
5809 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5810 vc-rcs-master-workfile-version.
5811 (vc-rcs-workfile-version): Use the above. Don't call
5812 vc-latest-version (that was unreachable code, anyway).
5813 (vc-rcs-fetch-master-properties): Doc fix.
5815 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5816 (vc-backend-hook-functions): Removed them from this list, too.
5817 (vc-fetch-properties): Removed.
5818 (vc-workfile-version): Doc fix.
5820 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5821 (vc-rcs-workfile-version, vc-rcs-locking-user)
5822 (vc-rcs-uses-locking): Use it.
5824 * vc-hooks.el (vc-consult-rcs-headers):
5825 Moved into vc-rcs-hooks.el, under the name
5826 vc-rcs-consult-headers.
5828 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5830 (vc-cvs-find-master): Use this name only; correct different
5831 versions of the name.
5833 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5835 (vc-sccs-locking-user): Use the latter.
5837 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5840 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5842 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5843 functions are implementation details of those two backends.
5845 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5847 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5848 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5850 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5851 (vc-sccs-parse-locks): SCCS-specific code moved here from
5854 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5855 code moved here from vc-hooks.
5857 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5858 into back-end specific parts and removed. Callers not updated
5859 yet; because I guess these callers will disappear into back-end
5860 specific files anyway.
5862 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5864 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5865 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5868 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5869 Store yes/no in the property, and return t/nil. Updated all
5872 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5873 vc-sccs-uses-locking. Don't set property.
5874 (vc-sccs-locking-user): Don't set property.
5876 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5877 vc-cvs-uses-locking. Don't set property here; leave that to
5879 (vc-cvs-locking-user): Reflect above change. Streamlined.
5881 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5882 vc-rcs-uses-locking.
5883 (vc-rcs-locking-user): Reflect above change.
5885 2000-09-04 Dave Love <fx@gnu.org>
5887 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5889 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5891 * vc-hooks.el (vc-checkout-model): Punt to backends.
5893 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5895 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5897 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5900 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5903 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5904 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5906 * vc-hooks.el (vc-default-locking-user): New function.
5907 (vc-locking-user, vc-workfile-version): Punt to backends.
5909 2000-09-04 Dave Love <fx@gnu.org>
5911 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5912 (vc-master-workfile-version): Moved from vc-hooks.
5914 * vc-rcs-hooks.el: Fix duplicate code in last change.
5916 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5917 (vc-rcs-master-templates): Improve :type.
5918 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5919 vc-master-workfile-version): Moved from vc-hooks.
5921 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5922 (vc-sccs-master-templates): Improve :type.
5923 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5925 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5927 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5928 (vc-cvs-master-templates): Improve :type. Use
5929 vc-cvs-find-cvs-master.
5930 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5932 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5934 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5935 Moved to vc-cvs-hooks.
5937 * vc-hooks.el: Add doc strings in various places. Simplify the
5939 (vc-handled-backends): New user variable.
5940 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5943 2000-09-04 Dave Love <fx@gnu.org>
5945 * vc.el: Some doc fixes for autoloaded and interactive functions.
5946 Fix compilation warnings from ediff stuff.
5947 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5949 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5951 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5953 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5955 2000-09-04 Dave Love <fx@gnu.org>
5957 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5959 (vc-make-backend-function, vc-loadup, vc-call-backend)
5960 (vc-backend-defines): New functions.
5962 * vc-hooks.el: Various doc fixes.
5963 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5964 (vc-match-substring): Function removed. Callers changed to use
5966 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5969 2000-09-04 Dave Love <fx@gnu.org>
5971 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5973 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5974 (vc-sccs-registered): Doc fix.
5976 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5977 (vc-cvs-registered): Doc fix.
5979 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5980 (vc-rcs-registered): Doc fix.
5982 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5984 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5986 * vc-hooks.el: vc-registered has been renamed
5987 vc-default-registered. Some functions have been moved to the
5988 backend specific files. they all support the
5989 vc-BACKEND-registered functions.
5991 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5993 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5995 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5997 2000-09-04 Dave Love <fx@gnu.org>
5999 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6000 menu-bar-update-hook.
6002 * help.el (help-manyarg-func-alist): Add
6003 find-operation-coding-system.
6005 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6007 * custom.el (custom-set-variables): Print message about errors in
6010 2000-09-03 Andrew Innes <andrewi@gnu.org>
6012 * makefile.w32-in: Change to DOS line endings.
6014 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6016 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6017 minor-mode keymaps, if they don't have one.
6019 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6021 * eshell/esh-module.el (eval-when-compile): Don't lose if
6022 esh-module.el's file name is truncated to DOS 8+3 limits.
6024 2000-09-01 John Wiegley <johnw@gnu.org>
6026 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6027 predicate, which caused entries in the completion list to be
6030 2000-08-30 John Wiegley <johnw@gnu.org>
6032 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6033 sending to subprocesses. Also, hook pre-command-hook if
6034 `eshell-send-direct-to-subprocesses' is non-nil.
6035 (eshell-send-direct-to-subprocesses): New config variable. If t,
6036 subprocess input is send immediately.
6037 (eshell-toggle-direct-send): New function.
6038 (eshell-self-insert-command): New function.
6039 (eshell-intercept-commands): New function.
6040 (eshell-send-input): If direct subprocess sending is enabled,
6041 don't echo any input to the Eshell buffer. Let the subprocess
6042 handle that. This requires "stty echo" in bash, for example.
6044 2000-08-28 John Wiegley <johnw@gnu.org>
6046 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6047 completion function for Eshell's implementation of `unset'.
6049 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6051 * info.el (Info-directory-list): Doc fix.
6053 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6055 * filecache.el (file-cache-add-directory-using-find): Don't quote
6056 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6058 2000-08-31 Kenichi Handa <handa@etl.go.jp>
6060 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6063 2000-08-30 Andrew Innes <andrewi@gnu.org>
6065 * timer.el (run-with-idle-timer): Undo last change, so that timer
6066 is not activated immediately if Emacs is already idle. Some
6067 existing code relies on this behaviour.
6069 2000-08-30 Miles Bader <miles@gnu.org>
6071 * frame.el (set-frame-font): Do completion of font-name for
6074 2000-08-30 Kenichi Handa <handa@etl.go.jp>
6076 * international/quail.el (quail-start-translation): Bind locally
6077 last-command-event, last-command, and this-command.
6078 (quail-start-conversion): Likewise.
6079 (quail-self-insert-command): Fix docstring.
6081 2000-08-29 Gerd Moellmann <gerd@gnu.org>
6083 * progmodes/executable.el
6084 (executable-make-buffer-file-executable-if-script-p): Check that
6085 buffer contains at least 2 characters.
6087 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6089 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6091 2000-08-29 Dave Love <fx@gnu.org>
6093 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6094 (diff-mode-shared-map): Bind mouse-2.
6095 (diff-imenu-generic-expression): New variable.
6096 (diff-mode): Use it.
6098 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6099 (mouse-popup-menubar): Add minor mode menus.
6100 (popup-menu): Check for lookup-key returning number.
6102 2000-08-29 Miles Bader <miles@gnu.org>
6104 * comint.el (comint-send-input): Create overlays using the proper
6105 front/read-advance arguments.
6107 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6109 * ps-print.el: Even/odd pages printing. Doc fix.
6110 (ps-print-version): New version number (6.0).
6111 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6112 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6113 (ps-print-duplex-feature): Variable eliminated.
6114 (ps-even-or-odd-pages): New variable.
6116 * progmodes/ebnf2ps.el: Doc fix.
6117 (ebnf-version): New version (3.3).
6118 (ebnf-user-arrow): Change variable customization to sexp.
6119 (ebnf-user-arrow): Function eliminated.
6120 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
6122 2000-08-29 Kenichi Handa <handa@etl.go.jp>
6124 * help.el (help-xref-mule-regexp): New variable.
6125 (help-make-xrefs): Handle help-xref-mule-regexp.
6127 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6129 (describe-input-method): Temporarily activate the specfied input
6130 method to display the information.
6131 (describe-language-environment): Hyperlinks to mule related items.
6133 * international/mule-diag.el (charset-multibyte-form-string): New
6135 (list-character-sets-1): Use charset-multibyte-form-string.
6136 (describe-character-set): New function.
6137 (describe-coding-system): Hyperlinks to safe character sets.
6139 * international/quail.el (quail-help): New arg PACKAGE.
6140 Hyperlinks to mule related items.
6141 (quail-help-insert-keymap-description): Use
6142 substitute-command-keys instead of describe-bindings.
6143 (quail-translation-help): Hyperlinks to mule related items.
6145 2000-08-28 John Wiegley <johnw@gnu.org>
6147 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6148 have a defsubst call itself. Made `eshell-flatten-list' back into
6151 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6152 catch, in case re-centering point at bottom messes up the display.
6153 This happens frequently in Emacs 21, due I believe to variable
6156 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6157 to call `find-tag-interactive'.
6159 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6160 the list of remember directories.
6162 2000-08-28 John Wiegley <johnw@gnu.org>
6164 * align.el: Test align-region-separate to see if it's a symbol.
6166 2000-08-28 John Wiegley <johnw@gnu.org>
6168 * eshell/esh-util.el (eshell-flatten-list): Made this function
6169 into a defsubst form. It gets used very frequently, although
6170 calls don't occur all that often.
6172 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6175 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6176 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6178 (eshell-copy-handles): Created a new macro for duplicating the
6179 current set of open handles. This is needed by the looping
6181 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6182 is not incorrectly stomped on.
6184 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6185 declaration for pcomplete-use-paring.
6186 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6187 value of eshell-cmpl-use-paring.
6188 * pcomplete.el (pcomplete-use-paring): New config variable, to
6189 indicate whether paring should be used.
6190 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6191 completion alternatives that have already been used.
6193 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6194 bound to C-c C-y, which will repeat the previous N arguments
6195 (based on prefix argument).
6196 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6198 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6199 if there is no *Help* buffer. This is for XEmacs, which renames
6200 its help buffers uniquely. TODO: Find out what the current buffer
6203 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6204 first entry that correlates to a passwd/group number. Later
6205 entries (used for group/user name aliasing to multiple IDs) are
6208 * eshell/em-xtra.el (eshell/expr):
6209 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6210 (eshell-grep, eshell/diff, eshell/locate):
6211 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6212 argument list, before passing it to the system command.
6214 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6215 `find-tag' for use at final position in Eshell buffers (which
6216 otherwise triggers an error on Emacs 21).
6217 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6218 buffer, if it is currently bound to `find-tag'.
6220 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6221 in the list of matched Makefile names.
6222 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6223 directory, prefer its contents to Makefile.
6225 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6226 directory parts (like "cd old new", or "cd =regexp"), are now case
6227 sensitive on non-Windows/DOS platforms.
6229 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6230 types RET after an open delimiter (like "), display a message
6231 indicating that Eshell is waiting for the closing delimiter.
6233 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6234 environment variables.
6236 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6237 gracefully if the user enters incorrect arguments.
6239 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6242 * eshell/esh-var.el (eshell-interpolate-variable):
6243 * eshell/esh-mode.el (eshell-move-argument):
6244 * eshell/em-unix.el (eshell-du-sum-directory):
6245 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6246 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6249 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6250 to ensure the `preserve' flag gets propagated when doing recursive
6253 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
6255 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6256 Don't convert \n into \0177 in memory.
6257 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6258 and back again, when reading and writing.
6260 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6262 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6263 testing of `fboundp' on `processp'.
6265 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6266 (eshell/jobs): Don't call process-list if it is not bound.
6267 (eshell-gather-process-output): Support systems where async
6268 subprocesses aren't supported.
6269 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6272 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6273 eshell-do-eval returns t.
6274 (eshell-do-pipelines-synchronously): New defmacro.
6275 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6276 when async subprocesses aren't supported.
6277 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6278 if async subprocesses aren't supported.
6279 (eshell-resume-command): Don't assume STATUS is a string.
6281 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6283 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6284 (eshell-close-target, eshell-get-target): Use eshell-processp.
6285 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6287 (eshell-get-target, eshell-create-handles): Doc fix.
6289 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
6291 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
6292 criterion to include commands that output something, as long as it
6293 leaves both the command and the end-of-buffer visible when the
6295 (eshell-review-quick-commands): Adjust the help doc string
6298 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6300 * locate.el (locate): Cleaned up locate command's interactive prompting
6301 Thanks to Fran
\e,Ag
\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
6303 * filecache.el (file-cache-case-fold-search): New variable
6304 (file-cache-assoc-function): New variable
6305 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6306 Use file-cache-case-fold-search variable
6307 (file-cache-add-file): Use file-cache-assoc-function
6308 (file-cache-delete-file): likewise
6309 (file-cache-directory-name): likewise
6310 (file-cache-debug-read-from-minibuffer): likewise
6312 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6314 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6315 (abbrev-table-name): New function.
6316 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6317 If non-nil list local abbrev, only.
6319 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6321 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6322 from Gnus support code, and use special article copy buffer
6323 `(gnus-original-article-buffer)' instead. This allows to get rid
6324 of article-hide-headers usage (which breaks in the latest Gnus
6325 version). Thanks to Detlev Zundel.
6327 2000-08-28 Kenichi Handa <handa@etl.go.jp>
6329 * international/quail.el (quail-use-package): Hide "... loaded"
6331 (quail-start-translation, quail-start-conversion): Likewise.
6333 * international/kkc.el (kkc-region): Hide "... loaded" message.
6335 2000-08-27 Dave Love <fx@gnu.org>
6337 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6339 2000-08-27 Miles Bader <miles@gnu.org>
6341 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6343 2000-08-27 Kenichi Handa <handa@etl.go.jp>
6345 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6346 'ja-dic-cnv), not (require 'skkdic-cnv).
6348 2000-08-26 Miles Bader <miles@gnu.org>
6350 * faces.el (face-x-resources): Add entry for :inherit.
6351 * cus-face.el (custom-face-attributes): Add support for :inherit
6352 attribute. Add support for relative face heights.
6353 (custom-face-attributes-get): Treat `nil' as being a default value
6354 for :inherit (as well as `unspecified').
6356 * faces.el (set-face-attribute): Update doc string.
6357 (face-attribute-name-alist): Add :inherit.
6358 (face-valid-attribute-values): Handle :inherit.
6359 (face-read-string): Rephrase prompt to be less confusing.
6360 Assume that DEFAULT is a string, since we must return a string.
6361 (face-read-integer): Use `format' to turn DEFAULT into an
6362 acceptable default for face-read-string. Match NEW-VALUE against
6363 the string "unspecified", not the symbol `unspecified', since
6364 that's what face-read-string returns.
6365 (read-face-attribute): Lookup a name for old-value in valid, and
6366 use it as a default if we find one. Treat all values from
6367 face-read-string as strings. If the default is used, don't do any
6368 more processing on the value, just use the old value directly.
6369 (read-face-and-attribute, modify-face): Tweak prompt.
6370 (read-face-name): Don't assume prompt ends with a space.
6372 * faces.el (describe-face): Add support for :inherit attribute.
6374 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6376 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6377 concat doesn't accept interger.
6379 * international/kkc.el: Remove SKK from Keywords. Require
6380 ja-dic-utl instead of skkdic-utl.
6382 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6383 Provide ja-dic-cnv instead of skkdic-cnv.
6384 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6385 (iso-2022-7bit-short): Add safe-charsets property.
6386 (skkdic-convert-postfix): Search Japanese chou-on character in
6387 addition to Hiragana character.
6388 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6389 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6390 (batch-skkdic-convert): Likewise.
6392 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6393 Provide ja-dic-utl instead of skkdic-utl.
6394 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6396 2000-08-24 Dave Love <fx@gnu.org>
6398 * disp-table.el (standard-display-default): Make the test of `l'
6401 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6404 * international/iso-ascii.el: Make pilcrow convenient string
6405 consistent with section.
6406 (iso-ascii-display): Set up multibyte characters as well as
6409 2000-08-24 Kenichi Handa <handa@etl.go.jp>
6411 * international/mule-cmds.el (reset-language-environment): Set
6412 default-process-coding-system to '(undecided . iso-latin-1), which
6413 makes process I/O almost consistent with file I/O. Call this
6414 function when mule-cmds.el[c] is loaded.
6416 2000-08-22 Andrew Innes <andrewi@gnu.org>
6418 * makefile.w32-in: New file.
6420 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6422 * comint.el (comint-output-filter): Compare end of
6423 comint-last-output-overlay with the start of the newly inserted
6424 text, not the end, when deciding whether to extend it.
6425 Set saved-point's insertion type to advance after insertion.
6427 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6428 since this is now done independently of font-lock mode.
6430 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6432 * server.el (server-kill-new-buffers): New user option.
6433 (server-existing-buffer): New buffer-local variable.
6434 (server-visit-files): When using an existing buffer, set
6435 server-existing-buffer to t.
6436 (server-buffer-done): If server-kill-new-buffers is t, kill the
6437 buffer, unless it was already present before visiting it with
6440 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6442 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6443 even if the display doesn't support colors: some displays will
6444 support bold/underline faces.
6446 2000-08-21 Gerd Moellmann <gerd@gnu.org>
6448 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6450 * startup.el (command-line): If user's init file had an error,
6451 add explanatory text to *Messages*.
6453 2000-08-21 Kenichi Handa <handa@etl.go.jp>
6455 * man.el (Man-getpage-in-background): Decode the process output by
6456 the system locale coding system.
6458 2000-08-20 Dave Love <fx@gnu.org>
6460 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6461 Don't test x-popup-menu.
6462 (function) <complete-function>: Complete only fbound symbols.
6463 <validate, value>: New.
6464 (variable) <complete-function>: Complete only bound symbols.
6465 (coding-system): Add :base-only, :complete-function, :validate,
6466 :value, :prompt-match.
6467 (widget-coding-system-prompt-value): Use read-coding-system and
6469 (editable-field): Add :help-echo.
6470 (widget-push-button-gui, widget-push-button-cache)
6471 (widget-gui-action, widget-editable-list-gui): COmment out, along
6473 (widget-at): Make arg optional.
6474 (widget-echo-help): Adjust for current help-echo calling sequence.
6475 (widget-specify-field, widget-specify-button)
6476 (widget-specify-insert, widget-get-sibling, widget-image-find)
6477 (widget-convert, widget-insert, widget-leave-text)
6478 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6479 (widget-setup, widget-field-find, widget-before-change)
6480 (widget-after-change, widget-default-complete)
6481 (widget-default-create, widget-default-delete)
6482 (widget-push-button-value-create, editable-field)
6483 (widget-field-prompt-value, widget-field-validate)
6484 (widget-choice-value-create, widget-choice-action)
6485 (widget-choice-validate, widget-checklist-add-item)
6486 (widget-radio-add-item, widget-radio-chosen)
6487 (widget-radio-value-inline, widget-editable-list-value-create)
6488 (widget-editable-list-entry-create)
6489 (widget-documentation-link-add)
6490 (widget-documentation-string-value-create)
6491 (widget-regexp-validate, widget-file-complete)
6492 (widget-sexp-validate, widget-plist-convert-widget)
6493 (widget-plist-convert-widget, widget-alist-convert-widget)
6494 (widget-alist-convert-widget, widget-color-complete): Simplify,
6495 particularly to avoid bindings which aren't optimized out.
6497 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6499 (down-list, backward-up-list, up-list, kill-sexp)
6500 (backward-kill-sexp, mark-sexp): Make arg optional.
6501 (lisp-complete-symbol): Add optional arg PREDICATE.
6503 * cus-start.el: Add display-buffer-reuse-frames,
6504 file-coding-system-alist.
6506 2000-08-20 Gerd Moellmann <gerd@gnu.org>
6508 * startup.el (command-line): Clear realized faces after
6509 modifying TTY color mappings.
6511 2000-08-20 Miles Bader <miles@gnu.org>
6513 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6514 merely a subset of FACE's attributes.
6516 2000-08-19 Miles Bader <miles@gnu.org>
6518 * comint.el (comint-output-filter): Save the point with a marker,
6519 not just a buffer position.
6521 * international/mule.el (set-buffer-process-coding-system): Make
6522 interactive prompt less confusing.
6524 2000-08-19 Gerd Moellmann <gerd@gnu.org>
6526 * hilit-chg.el: General cleanup of doc strings, comments and
6529 2000-08-19 Miles Bader <miles@gnu.org>
6531 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6532 Compiler macro removed; beginning-of-line is no longer always
6533 equivalent to forward-line, in the presence of fields.
6535 * comint.el (comint-output-filter): Remove ad-hoc saving of
6536 restriction, and just use save-restriction, now that it works
6537 correctly. Don't adjust comint-last-input-start to account for
6538 our insertion; it shouldn't have moved because we don't use
6539 insert-before-markers anymore. Comment out call to
6540 `force-mode-line-update'; why is it here?
6542 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6543 while checking for prompt to delete. Use `forward-line 0'
6544 instead of beginning-of-line.
6545 (gud-filter): Temporarily widen gud comint buffer while
6548 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6550 * progmodes/sh-script.el: Big bag of typos.
6552 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6553 check since ispell-process is not bound when ispell is not yet loaded.
6555 2000-08-18 Dave Love <fx@gnu.org>
6557 * image.el (find-image): Copy `spec' before using plist-put.
6559 2000-08-18 Gerd Moellmann <gerd@gnu.org>
6561 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6564 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6565 backward-kill-sexp, analogous to kill-sexp.
6567 * progmodes/icon.el (icon-indent-line)
6568 (icon-is-continuation-line): Handle comments specially.
6570 2000-08-17 Ken Stevens <k.stevens@ieee.org>
6572 * ispell.el: Set to standard author/maintainer/keyword fields.
6573 Fine tuning to menu map appearance and operation, and added help.
6574 Remove `start' and `end' error messages when compiling.
6575 (ispell-choices-win-default-height): Fixed comment string.
6576 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6577 castellano8 dictionaries.
6578 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6579 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6580 dictionary, added italiano dictionary.
6581 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6583 (ispell-tex-skip-alists): Added psfig support.
6584 (ispell-skip-html): Renamed from ispell-skip-sgml.
6585 (ispell-begin-skip-region-regexp, ispell-skip-region)
6586 (ispell-minor-check): Improved html skipping support to skip across
6587 code, and recognize `&' commands without propper `;' syntax;
6588 (ispell-process-line): Fix alignment error when manually
6589 correcting spelling.
6590 (ispell): Fix comment string.
6591 (ispell-add-per-file-word-list): Always put word list on new line.
6593 2000-08-17 Gerd Moellmann <gerd@gnu.org>
6595 * format.el (format-encode-run-method): Fix error message to say
6596 `encode' instead of `decode'. Use save-window-excursion around
6597 shell-command-on-region as in format-decode-run-method because
6598 shell-command-on-region can display a buffer with error output.
6599 (format-decode): Don't record undo information for the decoding.
6600 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6601 that number part of the temporary buffer name so that more than
6602 one decoding using a temporary buffer can happen safely.
6604 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6605 of `A-z' in the regexp.
6607 * hilit-chg.el: Fix typos in commentary.
6609 * help.el (view-emacs-news): Rewritten for new naming scheme
6612 * startup.el (command-line): Pop to *Messages* in case an error
6613 is signaled while loading user-init-file.
6615 2000-08-17 Andreas Schwab <schwab@suse.de>
6617 * files.el (insert-directory): Don't lose original file name,
6618 undoing an undocumented change.
6620 2000-08-17 Alex Schroeder <alex@gnu.org>
6622 * sql.el (sql-magic-go): Use comint-bol.
6623 (sql-copy-column): Use comint-line-beginning-position.
6624 (comint-line-beginning-position): Define a replacement for
6625 comint-line-beginning-position if it is not fboundp.
6627 2000-08-17 Alex Schroeder <alex@gnu.org>
6629 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6630 it didn't have any effect anyway.
6632 2000-08-17 Alex Schroeder <alex@gnu.org>
6634 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6635 --pset and pager=off instead of sending \\o|cat at the beginning
6638 2000-08-17 Miles Bader <miles@gnu.org>
6640 * progmodes/octave-inf.el: Add compatibility definition of
6641 comint-line-beginning-position.
6643 2000-08-17 Kenichi Handa <handa@etl.go.jp>
6645 * startup.el (normal-top-level): Look in each dir in load-path for
6646 a leim-list.el file too. This assures of loading leim-list.el
6647 that is created at Emacs installation time even if a user have his
6650 2000-08-17 Miles Bader <miles@gnu.org>
6652 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6653 foreground color to black if the background is dark.
6655 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6657 * loadhist.el (unload-feature): Typo.
6659 * finder.el (finder-compile-keywords):
6660 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6661 to the generated file.
6663 * mail/mh-e.el (mh-make-local-vars):
6664 Replace make-variable-buffer-local with make-local-variable.
6667 * options.el (Edit-options-{set,toggle,t,nil}):
6668 * mail/mailabbrev.el (mail-abbrevs-mode):
6669 * textmodes/tex-mode.el (tex-expand-files):
6670 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6672 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6674 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6675 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6676 Allow going past the last element.
6677 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
6678 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6679 (cvs-mouse-toggle-mark): Don't move point.
6680 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6682 * progmodes/compile.el (grep): Provide a default set of files.
6683 (next-error): Docstring fix.
6684 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6686 * emacs-lisp/easy-mmode.el (define-minor-mode):
6687 Use `symbol-value' to keep the byte-compiler quiet.
6689 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6690 (diff-find-source-location): New fun, extracted from diff-goto-source.
6691 (diff-goto-source): Use it.
6692 (diff-next-complex-hunk, diff-filter-lines): New function.
6693 (diff-apply-hunk): New command.
6695 * smerge-mode.el (smerge-mode-menu): Doc fix.
6697 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6699 2000-08-16 Dave Love <fx@gnu.org>
6701 * windmove.el (windmove) <defgroup>: Add :version.
6703 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6704 (goto-address-fontify-p, goto-address-highlight-p)
6705 (goto-address-url-face, goto-address-url-mouse-face)
6706 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6707 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6708 (goto-address-fontify, goto-address-at-mouse): Simplify,
6709 (goto-address-at-point): browse-url-url-at-point,
6710 goto-address-find-address-at-point can return nil.
6711 (goto-address-find-address-at-point): Return nil on failure.
6713 * align.el (align) <defgroup>: Add :version.
6715 * calculator.el (calculator): Add :version.
6716 (calculator): Use two lines for calculator window if `modeline'
6719 * play/5x5.el: Doc fixes.
6720 (5x5) <defgroup>: Add :version.
6722 * play/fortune.el (fortune) <defgroup>: Add :version.
6723 (fortune-append): Fix error message.
6724 (fortune-from-region): Doc fix.
6726 * play/pong.el (pong): Doc fix.
6728 * play/morse.el: Keywords, commentary, autoloads.
6730 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6732 * desktop.el (desktop-save): Don't look at symbol-value of a
6733 member of minor-mode-alist, unless it is boundp.
6735 2000-08-16 Sam Steingold <sds@gnu.org>
6737 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
6738 `while'; use `with-current-buffer' instead of `save-excursion'.
6739 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6741 2000-08-16 Kenichi Handa <handa@etl.go.jp>
6743 * international/ccl.el (declare-ccl-program): Docstring modified.
6744 (ccl-execute-with-args): Likewise.
6746 2000-08-16 Miles Bader <miles@gnu.org>
6748 * progmodes/sql.el: Add compatibility definition of
6749 comint-line-beginning-position.
6751 2000-08-15 Gerd Moellmann <gerd@gnu.org>
6753 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6754 'buffer-menu' property.
6755 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6757 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6758 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6761 * buff-menu.el (list-buffers-noselect): Don't display the
6762 *Buffer List* buffer.
6764 * font-lock.el: Require jit-lock to prevent a very late
6765 `Loading jit-lock' message.
6767 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6768 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6771 2000-08-15 Miles Bader <miles@gnu.org>
6773 * textmodes/ispell.el (ispell-graphic-p): New constant.
6774 (ispell-choices-win-default-height, ispell-help): Use
6775 `ispell-graphic-p' instead of `xemacsp'.
6777 2000-08-15 Dave Love <fx@gnu.org>
6779 * simple.el: Autoload widget-convert when compiling.
6780 (mail-user-agent): Doc fix.
6782 * help.el (function-called-at-point, variable-at-point): Use
6784 (help-manyarg-func-alist): Add insert-and-inherit.
6786 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6788 * delsel.el (delsel-unload-hook): New function.
6790 * find-file.el: Doc fixes. Move provide to end.
6791 (ff) <defgroup>: Add :link.
6792 (ff-goto-click): Deleted.
6793 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6794 Use mouse-set-point.
6796 * textmodes/tildify.el: Doc fixes.
6797 (tildify) <defgroup>: Add:version.
6799 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6800 (glasses-custom-set): Use set-default, not set.
6801 (minor-mode-alist): Propertize the lighter.
6802 (glasses-mode): Provide optional arg.
6804 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6805 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6806 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6807 option. Provide :type.
6808 (cwarn-configuration): Provide :type.
6809 (cwarn-mode): Doc fix.
6811 * add-log.el (change-log-merge): Doc fix.
6812 (change-log-redate): New command.
6814 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6816 (browse-url): Use dolist, not mapcar.
6817 (browse-url-at-point): Check for null url.
6818 (browse-url-event-buffer, browse-url-event-point): Functions
6820 (browse-url-at-mouse, browse-url-netscape): Simplify.
6822 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6824 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6825 Fix previous change to mapcan.
6826 (msb--init-file-alist, msb--add-separators)
6827 (msb--make-keymap-menu): Simplify.
6828 (msb--choose-file-menu): Use copy-sequence.
6829 (msb-mode-map): Add title to keymap.
6830 (msb-unload-hook): New function.
6832 * bs.el: Fix indentation.
6833 (bs) <defgroup>: Add :links.
6835 (bs-apply-sort-faces): Don't use window-system.
6836 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6838 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6840 * calendar/timeclock.el (timeclock-file): Run .timelog through
6841 convert-standard-filename.
6843 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6845 * emacs-lisp/authors.el: New file.
6847 * paren.el (show-paren-priority): New user option.
6848 (show-paren-function): Set overlay priorities to
6849 show-paren-priority.
6851 2000-08-14 Miles Bader <miles@gnu.org>
6853 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6854 beginning-of-line with inhibit-field-text-motion bound.
6856 2000-08-14 Gerd Moellmann <gerd@gnu.org>
6858 * calendar/timeclock.el: New file.
6860 2000-08-14 David Ponce <david@dponce.com>
6862 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6863 `widget-button-click'. so that one can use left mouse button to
6864 click on dialog buttons.
6866 2000-08-14 Emmanuel Briot <briot@gnat.com>
6868 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6869 identifiers, since XML is case sensitive
6871 2000-08-12 Miles Bader <miles@gnu.org>
6873 * comint.el (comint-output-filter): Don't bother frobbing
6874 window-start, it doesn't seem to be necessary.
6876 * comint.el (comint-send-string, comint-send-region): Make into
6877 real functions. Snapshot the prompt before sending.
6879 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6881 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6882 technique similar to Info-index, instead of relying on specific
6883 names of relevant Index nodes.
6884 (Info-goto-emacs-command-node): Bind Info-history to nil when
6885 going to the first node found by Info-find-emacs-command-nodes.
6887 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6889 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6891 2000-08-10 Miles Bader <miles@gnu.org>
6893 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6895 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6897 * info.el (Info-file-list-for-emacs): More elements for the
6898 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6901 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6903 * comint.el (comint-send-input): Make the newline boundary overlay
6904 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6905 (comint-output-filter): Use `insert' instead of
6906 `insert-before-markers'. Extend comint-last-output-overlay when
6907 necessary since we can't rely on insert-before-markers to do it.
6908 * gud.el (gud-filter): Use `with-current-buffer' instead of
6909 save-excursion when inserting the output, so that point gets
6910 updated correctly; the old method relied on a rather dodgy
6911 side-effect of comint-output-filter to avoid the effect of
6914 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6916 * files.el (recover-file): Call insert-directory instead of
6917 invoking `ls' directly.
6919 2000-08-10 Miles Bader <miles@gnu.org>
6921 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6922 (comint-last-prompt-overlay): New variables.
6923 (comint-output-filter): Implement prompt highlighting.
6924 (comint-snapshot-last-prompt): New function.
6925 (comint-send-input): Snapshot the last prompt.
6926 Use comint-highlight-input-face.
6927 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6928 Use defface instead of defcustom.
6929 (send-invisible, comint-send-eof): Snapshot the last prompt.
6930 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6931 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6933 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6935 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6936 (regexp-opt-group): Use a list of chars for `letters'.
6937 (regexp-opt-charset): `chars' is now a list of chars.
6938 Use a char-table rather than a vector so it works for multibyte chars.
6940 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6941 Set cvs-minor-current-files to the selected fileinfo.
6942 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6943 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6945 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6947 * files.el (insert-directory): Don't call access-file on
6948 directories on DOS and Windows.
6950 2000-08-09 Kenichi Handa <handa@etl.go.jp>
6952 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6953 longer if necessary.
6954 (ccl-embed-code): Call ccl-embed-data to store CODE in
6957 2000-08-09 Miles Bader <miles@gnu.org>
6959 * comint.el (comint-output-filter): Properly handle the case where
6960 the text surrounded by comint-last-output-overlay was deleted.
6962 2000-08-08 Gerd Moellmann <gerd@gnu.org>
6964 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6966 (Info-file-list-for-emacs): Remove "info" from the list because
6967 that leads to trying to use the documentation from file `info'
6968 in various situations where it isn't appropriate, for instance
6971 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6972 DIR and/or STRING are nil.
6974 * progmodes/compile.el (compilation-setup): Make variable
6975 compilation-error-screen-columns buffer-local, as some comment
6976 in the code suggests it should be.
6978 * files.el (auto-mode-interpreter-regexp): New variable.
6979 (set-auto-mode): Use it.
6981 * indent.el (indent-for-tab-command): Doc fix.
6983 * mouse-sel.el (mouse-sel-mode): Doc fix.
6985 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6988 * help.el (print-help-return-message): When
6989 display-buffer-reuse-frames is set, let the help window been quit,
6990 instead of deleting it, which might delete a reused frame.
6992 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6994 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6995 rename a directory to a name that differs only by its letter case.
6997 2000-08-08 Kenichi Handa <handa@etl.go.jp>
6999 * international/quail.el (quail-define-rules): Handle Quail decode
7000 map correctly. Add code for supporting annotations.
7001 (quail-install-decode-map): New function.
7002 (quail-defrule-internal): New optional arguments decode-map and
7004 (quail-advice): New function.
7006 2000-08-07 Sam Steingold <sds@gnu.org>
7008 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7009 `defconst', `define-condition', `with-slots'.
7010 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7012 2000-08-03 Miles Bader <miles@gnu.org>
7014 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7016 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7017 comint-use-prompt-regexp-instead-of-fields.
7018 (comint-send-input): Add `input' field property to stuff we send to
7019 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7020 (comint-output-filter): Add `output' field property to process
7021 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7022 (comint-replace-by-expanded-history)
7023 (comint-get-old-input-default, comint-show-output)
7024 (comint-backward-matching-input, comint-forward-matching-input)
7025 (comint-next-prompt, comint-previous-prompt): Use field
7026 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7027 (comint-line-beginning-position): New function.
7028 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7029 (comint-replace-by-expanded-history-before-point): Use
7030 comint-line-beginning-position and line-end-position.
7031 (comint-last-output-overlay): New variable.
7032 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7034 * shell.el (shell-prompt-pattern): Doc change.
7035 (shell-backward-command): Use line-beginning-position.
7037 * gud.el (gud-gdb-complete-command): Use
7038 comint-line-beginning-position.
7040 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7041 comint-bol doesn't actually go to the beginning of the line.
7043 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7044 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7045 (try-expand-line-all-buffers): Likewise.
7047 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7048 explicitly matching comint-prompt-regexp.
7049 (sql-copy-column): Use comint-line-beginning-position instead of
7050 explicitly matching comint-prompt-regexp.
7052 * progmodes/octave-inf.el (inferior-octave-complete): Use
7053 comint-line-beginning-position.
7055 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7057 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7058 looking for a prompt, use `forward-line 0' instead of
7059 `beginning-of-line', to avoid getting caught by an input field.
7061 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7063 * files.el (shell-quote-wildcard-pattern): Make sure to return
7064 PATTERN, in the Unix case.
7066 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7068 * play/zone.el (zone): Discard any pending input before running
7069 the randomly-chosen pgm.
7071 2000-08-07 Kenichi Handa <handa@etl.go.jp>
7073 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7074 checking the existence of any multibyte characters.
7076 2000-08-06 Gerd Moellmann <gerd@gnu.org>
7078 * help.el (describe-mode): Test minor-mode symbol for being
7079 bound before testing its value for being nil.
7081 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7082 `first', `second', and `third'.
7084 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7085 (second): Make it an alias for `cadr'.
7087 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7089 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7090 types of display support faces now.
7092 2000-08-05 Gerd Moellmann <gerd@gnu.org>
7094 * pcvs.el (require): Require `cl' during compilation, only.
7096 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7097 (toplevel): Remove `remq' and `remove' from autoloads.
7098 (cl-fake-autoloads): New variable. If set, arrange for an error
7099 when CL functions etc. are autoloaded.
7101 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7103 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7105 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7106 popped up, but the user clicks outside the menu, return an empty
7107 regexp (that causes unhighlight-regexp to have no effect).
7109 * menu-bar.el (menu-bar-games-menu): Add Zone.
7111 * hi-lock.el (toplevel): Require font-lock.
7113 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7115 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
7116 (ebnf-8-bit-chars): New var for bug fix.
7117 (ebnf-string): Bug fix.
7119 2000-08-03 Sam Steingold <sds@gnu.org>
7121 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7122 instead of `buffer-string'.
7123 (require 'cl): Always, not just when compiling.
7124 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7127 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7129 * international/mule-cmds.el (select-safe-coding-system): Make
7130 the message text about selecting a safe coding system more clear.
7132 2000-08-02 Gerd Moellmann <gerd@gnu.org>
7134 * hi-lock.el: New file.
7136 * play/zone.el: New file.
7138 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7139 value of tab-width in the original buffer. Choose a line number
7140 format that's a multiple of the original buffer's tab width, so
7141 that lines appear right.
7143 * textmodes/ispell.el (ispell): New function, replacing an alias.
7144 Spell-check active region if in transient-mark-mode and mark
7145 is active; otherwise spell-check buffer.
7147 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7149 * ps-mule.el: Fix a customization problem on
7150 ps-mule-font-info-database-default.
7152 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7154 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7155 display-mouse-p instead of window-system.
7156 (ebrowse-member-mode-map): Ditto.
7158 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7160 * progmodes/ebnf2ps.el: Update ps-print functions call.
7161 Indentation fix. Doc fix.
7162 (ebnf-version): New version number (3.2).
7163 (ebnf-format-color, ebnf-begin-job): Code fix.
7165 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7167 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7168 font lock support on window-system.
7169 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7171 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7172 display-color-p, if fboundp, instead of window-system.
7174 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7176 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7177 instead of window-system.
7179 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7181 (widget-choice-mouse-down-action): Use display-popup-menus-p
7182 instead of window-system.
7184 * strokes.el (strokes-file): Run the file name through
7185 convert-standard-filename.
7186 (strokes-mode): Call display-mouse-p instead of looking at
7187 window-system. Change the error message accordingly.
7189 * progmodes/cpp.el (toplevel): Support faces on tty's.
7191 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7192 (lm-plot-square, lm-init-display): Don't use window-system.
7194 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7195 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7197 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7198 instead of looking at window-system.
7200 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7202 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7203 of testing if iswitchb-prepost-hooks is bound, because the
7204 latter will always be true when invoking a recursive minibuffer
7205 from an active Iswitchb buffer.
7207 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7209 * files.el (shell-quote-wildcard-pattern): New function.
7210 (insert-directory): Call it. Only prepend "\" to command on Unix
7211 and GNU/Linux systems.
7213 2000-07-30 Gerd Moellmann <gerd@gnu.org>
7215 * eshell/esh-groups.el: Change custom :link file names
7216 from `eshell.info' to `eshell'.
7218 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7220 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7221 correctly in recursive ange-ftp listings.
7223 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7225 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7226 ps-header-font-size-internal and
7227 ps-header-title-font-size-internal variables are not set,
7228 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7229 face text property is (foreground-color . COLOR) or
7230 `(background-color . COLOR)', ps-print crashes. Doc fix.
7231 (ps-print-version): New version number (5.2.4).
7232 (ps-plot-region): Code fix.
7233 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7234 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7237 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
7239 * glasses.el (glasses-make-readable): Fix uncapitalization of
7240 identifiers like `myXMLDocument'.
7242 2000-07-28 Karl Fogel <kfogel@red-bean.com>
7244 * mail/mail-hist.el (mail-hist-previous-input)
7245 (mail-hist-next-input): Do the obvious code factorization.
7246 (mail-hist-retrieve-and-insert): New func, contains common
7248 If inserting a message body, leave point at top.
7250 2000-07-28 Sam Steingold <sds@gnu.org>
7252 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
7253 Use `<=', not `<' to compare times!
7254 (ange-ftp-ls): Remove.
7256 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7258 * play/cookie1.el: Add explanation of how to make cookie.el
7259 compatible with strfile(1) to comment.
7261 * subr.el (remove, remq): New functions.
7263 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7264 escape `*' in regexps.
7265 (midnight-find): Reverse order of arguments in the funcall of
7268 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7271 * play/meese.el: Add Commentary section.
7273 2000-07-27 Alex Schroeder <alex@gnu.org>
7275 * sql.el (sql-ms): Added autoload cookie.
7276 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7277 (sql-oracle): Ditto.
7278 (sql-help): Doc change.
7280 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7281 types and exceptions.
7283 2000-07-27 Alex Schroeder <alex@gnu.org>
7285 * sql.el (sql-placeholder-history): New variable.
7286 (sql-query-placeholders-and-send): New function that will query
7287 the user and replace placeholders with user input.
7288 (sql-oracle): If running on NT, set comint-input-sender to
7289 sql-query-placeholders-and-send.
7291 (sql-stop): If in the SQLi buffer, insert stop notification, else
7292 present it as a message.
7294 2000-07-27 Alex Schroeder <alex@gnu.org>
7296 * sql.el (sql-input-ring-separator): Doc change.
7297 (sql-input-ring-file-name): Doc change.
7298 (sql-interactive-mode): Use `sql-input-ring-separator' and
7299 `sql-input-ring-file-name' to set the comint-mode equivalents
7300 without making them local variables.
7301 (sql-stop): Don't bind `sql-input-ring-separator' and
7302 `sql-input-ring-file-name' dynamically to their comint-mode
7305 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7307 * international/mule.el (register-char-codings): New function.
7308 (make-coding-system): Handle `safe-chars' specification in the arg
7311 * international/mule-cmds.el
7312 (find-coding-systems-region-subset-p): This function deleted.
7313 (sort-coding-systems-predicate): New variable.
7314 (sort-coding-systems): New function.
7315 (find-coding-systems-region): Use
7316 find-coding-systems-region-internal.
7317 (find-coding-systems-string): Use find-coding-systems-region.
7318 (find-coding-systems-for-charsets): Check
7319 char-coding-system-table.
7320 (select-safe-coding-system-accept-default-p): New variable.
7321 (select-safe-coding-system): Mostly rewritten. New argument
7323 (select-message-coding-system): Call select-safe-coding-system
7324 with ACCEPT-DEFAULT-P arg.
7325 (reset-language-environment): Reset default-sendmail-coding-system
7326 to the default value iso-latin-1.
7327 (set-language-environment): Don't set the obsolete variable
7328 charset-origin-alist.
7330 * international/codepage.el (cp-coding-system-for-codepage-1):
7331 Give `safe-chars' property to make-coding-system.
7333 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7334 calling select-message-coding-system twice.
7336 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7337 instead of `safe-charsets'.
7338 (cyrillic-alternativnyj): Likewise.
7339 (ccl-encode-alternativnyj): Don't check the charset
7342 2000-07-27 Kenichi Handa <handa@etl.go.jp>
7344 * composite.el (compose-chars-after): Preserve match data.
7346 2000-07-26 Sam Steingold <sds@gnu.org>
7348 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7349 (ange-ftp-real-file-newer-than-file-p): New function.
7350 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7351 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7353 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7354 * midnight.el (midnight-float-time): Ditto.
7356 2000-07-26 Andreas Schwab <schwab@suse.de>
7358 * files.el (normal-backup-enable-predicate): Correct
7359 interpretation of the return value of compare-strings.
7361 2000-07-26 Gerd Moellmann <gerd@gnu.org>
7363 * isearch.el (isearch-resume): New function.
7364 (isearch-done): Add something to command-history to resume
7366 (isearch-yank-line, isearch-yank-word): Use
7367 buffer-substring-no-properties instead of buffer-substring.
7369 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7370 of flyspell-mouse-map.
7372 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7373 duplicate definition.
7374 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7376 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7377 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7379 2000-07-25 Sam Steingold <sds@gnu.org>
7381 * net/ange-ftp.el: Get modtime over the net.
7382 (ange-ftp-file-modtime): New function.
7383 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7384 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
7386 (ange-ftp-dot-to-slash): New function.
7387 (ange-ftp-fix-name-for-vms): Use it.
7389 * midnight.el (midnight-buffer-display-time): Use
7390 `with-current-buffer'.
7392 2000-07-25 Gerd Moellmann <gerd@gnu.org>
7394 * find-dired.el: Update copyright notice.
7395 (find-dired): Offer to kill a running `find'.
7397 * enriched.el (enriched-face-ans): For a `foreground-color'
7398 property, return '(("x-color" COLOR))' so that COLOR will be
7399 output as a parameter of the x-color annotation. Likewise for the
7400 `background-color' property. In the case of normal face
7401 properties, don't return annotations for unspecified foreground
7402 and background face attributes.
7404 2000-07-25 Kenichi Handa <handa@etl.go.jp>
7406 * language/japan-util.el (japanese-katakana-region): Fix handling
7409 2000-07-25 Miles Bader <miles@gnu.org>
7411 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7412 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7415 2000-07-24 Andrew Innes <andrewi@gnu.org>
7417 * timer.el (timer-activate-when-idle): Add optional parameter
7418 DONT-WAIT. Update docstring.
7419 (run-with-idle-timer): Specify extra parameter to
7420 timer-activate-when-idle, so that timer will be activated
7421 immediately if Emacs is already idle.
7423 * w32-fns.el (w32-using-nt): Fix docstring.
7425 2000-07-24 Dave Love <fx@gnu.org>
7427 * mouse.el (popup-menu): Set last-command-event.
7428 (mouse-major-mode-menu-prefix): Declare.
7430 2000-07-24 Gerd Moellmann <gerd@gnu.org>
7432 * textmodes/flyspell.el: Update to author's version 1.5d.
7434 * progmodes/hideshow.el: Update copyright notice.
7436 * vcursor.el: Set maintainer to FSF, since author cannot
7439 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7441 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7444 * mouse.el (popup-menu): Run the keymap through indirect-function,
7445 in case it was defined with define-prefix-key. If the menu is a
7446 list of keymaps, look up the binding of user's choice in each one
7448 (mouse-popup-menubar): If the global and local menu-bar keymaps
7449 don't have a prompt string, create one and insert it into the
7450 keymap. Don't barf if current-local-map returns nil.
7452 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7454 * dired.el (dired-sort-R-check): Added to allow recursive listing
7456 (dired-sort-other): Use it.
7458 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7460 * Release of cc-mode 5.27
7462 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7464 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7465 c-beginning-of-statement-1 that caused a bad case of recursion
7466 which could consume a lot of CPU in large classes in languages
7467 that have in-expression classes (i.e. Java and Pike).
7469 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7470 statements before top level constructs (i.e. case 6 is moved
7471 before case 5 and is now case 4) to catch in-expression
7472 classes in top level expressions correctly.
7474 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7476 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7477 objc-method-intro. Case 4 removed and case 5I added.
7479 * cc-langs.el (c-append-paragraph-start): New variable used by
7480 c-common-init to get paragraph-start correct.
7481 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7482 initialize paragraph-start to make it correct both with and
7483 without the javadoc special case.
7485 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7486 initialize paragraph-start for javadoc markup.
7488 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7489 change by defaulting this to t. It's motivated by the
7490 confusing behavior that otherwise arise from the style system
7491 when editing both java and non-java files at the same time
7492 (see the comments about style setting in c-common-init).
7494 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7496 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7497 similar to the one in c-fill-paragraph to check the fill
7498 prefix from the adaptive fill function for sanity.
7500 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7502 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7505 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7507 * cc-mode.texi Documented the change of cpp-macro.
7509 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7511 * cc-align.el (c-lineup-multi-inher): Handle lines with
7512 leading comma nicely. Extended to handle member initializers
7515 * cc-engine.el: (c-beginning-of-inheritance-list,
7516 c-guess-basic-syntax): Fixed recognition of inheritance lists
7517 when the lines begins with a comma.
7519 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7521 * cc-vars.el (c-offsets-alist): Changed default for
7522 member-init-cont to c-lineup-multi-inher since it now handles
7523 member initializers and indents better for leading commas.
7525 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7527 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7528 handling that caused class open lines to be recognized as
7529 statement-conts in some cases.
7531 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7532 guessed by the adaptive fill function unless point is on the
7533 first line of a block comment.
7535 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7536 when the buffer ends with a macro continuation char.
7538 * cc-engine.el (c-guess-basic-syntax): Added support for
7539 function definitions as statements in Pike. The first
7540 statement in a lambda block is now labeled defun-block-intro
7541 instead of statement-block-intro.
7543 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7544 so that the class surrounding point is selected, not the one
7545 innermost in the state.
7547 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7548 recognition of switch labels having hanging multiline
7551 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7552 some code in c-guess-basic-syntax to a separate function.
7553 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7554 recognition of member inits with multiple line arglists.
7555 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7556 member-init-cont when the commas are in funny places.
7558 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7560 * cc-defs.el (c-auto-newline): Removed this macro since it's
7563 * cc-engine.el (c-looking-at-bos): New helper function.
7564 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7565 inexpr and toplevel classes apart in Pike.
7567 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7570 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7571 constant, since "class" can introduce an in-expression class
7574 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7576 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7577 indentation on cpp-macro lines.
7579 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7580 a syntax modifier like comment-intro, to make it possible to
7581 get syntactic indentation for preprocessor directives. It's
7582 incompatible wrt to lineup functions on cpp-macro, but it has
7583 no observable effect in the 99.9% common case where cpp-macro
7586 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7588 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7589 member-init-cont when the preceding arglist is several lines.
7591 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7593 * cc-styles.el (c-style-alist): The basic offset for the BSD
7594 style corrected to 8.
7596 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7598 * cc-styles.el (c-style-alist): Adjusted the indentation of
7599 brace list openers in the gnu style.
7601 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7603 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7605 * cc-cmds.el (c-electric-brace, c-electric-slash,
7606 c-electric-star, c-electric-semi&comma, c-electric-colon,
7607 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7608 when c-syntactic-indentation is nil.
7610 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7611 we were left at comments preceding the first statement when
7612 reaching the beginning of the buffer.
7614 * cc-vars.el (c-syntactic-indentation): New variable to turn
7615 off all syntactic indentation.
7617 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7619 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7620 between the text and the block comment ender when it hangs,
7621 depending on how many there are before the fill.
7623 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7625 * cc-engine.el (c-beginning-of-closest-statement): New helper
7626 function to go back to the closest preceding statement start,
7627 which could be inside a conditional statement.
7628 * cc-engine.el (c-guess-basic-syntax): Use
7629 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7631 * cc-engine.el (c-guess-basic-syntax): Better handling of
7632 arglist-intro, arglist-cont-nonempty and arglist-close when
7633 the arglist is nested inside parens. Cases 7A, 7C and 7F
7636 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7637 up-to-date with javadoc 1.2.
7639 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7641 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7642 multiline Pike type decls.
7644 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7646 * cc-cmds.el (c-indent-new-comment-line): Always break
7647 multiline comments in multiline mode, regardless of
7650 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7652 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7653 fully::qualified::names in C++ member init lists. Preamble in
7656 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7658 * cc-langs.el (c-common-init): Handling of obsolete variables
7659 moved to c-initialize-cc-mode. More compatible style override
7660 when using global style variables.
7661 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7662 variables moved here.
7664 * cc-mode.texi: Documented the special behavior of
7665 c-special-indent-hook as a style variable. Don't talk about
7666 doing (c-make-styles-buffer-local t) in a mode hook, since
7667 that's already too late to work right.
7669 * cc-styles.el (c-make-styles-buffer-local): Flag style
7670 variable localness in c-style-variables-are-local-p to make
7671 the compatibility measure in c-common-init work well.
7673 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7674 longer contain set-from-style.
7675 * cc-styles.el (c-initialize-builtin-style): Don't check for
7676 set-from-style on c-special-indent-hook.
7677 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7678 copy-alist is sufficient now.
7680 * cc-styles.el (c-set-style, c-set-style-1,
7681 c-get-style-variables): Fixes to variable initialization so
7682 that duplicate entries in styles have the same effect
7683 regardless of DONT-OVERRIDE.
7685 * cc-styles.el (c-set-style-2): Fixed bug where the
7686 initialization of inheriting styles failed when the
7687 dont-override flag is set.
7689 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7692 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7694 * cc-defs.el (c-forward-comment): Removed the workaround
7695 introduced in 5.38 since it had worse side-effects. If a line
7696 contains the string "//\"", it regarded the // as a comment
7697 start since the \ temporarily doesn't have escape syntax.
7699 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
7701 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7702 ada-xref.el before ada-prj.el, so that the Project menu is created
7703 when ada-prj tries to add to it.
7704 (ada-activate-keys-for-case): Suppress the characters that are not
7705 part of the Ada syntax. Better compatibility with else-mode
7706 (ada-adjust-case-interactive): When auto-casing is not active,
7707 correctly insert newlines (used to insert only ^M). Prevent the
7708 syntax table from being changed in case of an error
7709 (or '_' becomes part of a word and some commands are confused).
7710 Do nothing if ada-auto-case is nil.
7711 (ada-after-keyword-p): Ignore keywords that are also attributes
7712 (ada-batch-reformat): Update usage comment
7713 (ada-call-from-contextual-menu): New function
7714 (ada-case-read-exceptions): Reinitialize the casing exception list
7715 first to nil first, so that the casing exception file can be
7717 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7719 (ada-compile-goto-error): Fix regexp used to detect a file:line
7720 anywhere in the error message
7721 (ada-contextual-menu-last-point): New variable
7722 (ada-create-keymap): If the variable delete-key-deletes-forward is
7723 t on XEmacs, it means that DEL should delete one character
7725 (ada-create-menu): Use :included instead of :visible for XEmacs.
7726 New submenu "Options".
7727 (ada-end-stmt-re): Correctly indent "select ... then abort"
7729 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7730 even if they don't match ada-fill-comment-prefix Fix handling of
7731 paragraphs on the first or last line of a file.
7732 (ada-format-paramlist): Fix handling of default parameter values.
7733 (ada-get-body-name): New function.
7734 (ada-get-current-indent): Optimized by searchling directly for an
7735 existing generic part or a statement outside of it. Handle
7736 ada-indent-align-comments when indenting comments Replaced some
7737 regexps by testing directly the next character. This results in a
7738 huge speedup on some files. New indentation scheme for renames
7739 statements. Stop looking for the 'while' or 'for' associated with
7740 a 'loop' at the first semicolon encountered. A "return" can also
7741 match an anonymous access subprogram declaration.
7742 (ada-get-indent-noindent): Ignore strings and comments when
7743 looking for the keywords "record" and "private".
7744 (ada-goto-matching-decl-start): When matching "if", make sure we
7745 are not in fact seeing "end if". Ignore "when" statements except
7746 when initial keyword was "begin". Fix handling of nested
7747 procedures. Add a recursive call to this function to skip over
7748 other 'end' statmts. Fix indentation for "when .. => begin"
7749 (ada-in-open-paren-p): Fix indentation for complex boolean
7750 expressions, where 'and then', 'or else' and parenthesis
7751 statements are mixed up.
7752 (ada-in-paramlist-p): Skip comments while searching for the
7753 beginning Fix handling of operator declarations.
7754 (ada-indent-align-comments): New variable
7755 (ada-indent-current): Change the syntax table only in the
7756 protected section, so that we are sure it is restored correctly.
7757 (ada-indent-on-previous-lines): Use ada-use-indent and
7758 ada-with-indent Correctly indent "select ... then"
7759 (ada-indent-region): Slight speedup.
7760 (ada-indent-renames): New variable.
7761 (ada-last-which-function-subprog, ada-last-which-function-line):
7763 (ada-looking-at-semi-private): Correctly indent the 'private'
7764 keyword when it is the first word in a package declaration.
7765 (ada-loose-case-word): Stop searching if at the end of the buffer.
7766 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7767 even if point is not initially at the end of the word.
7768 (ada-matching-decl-start-re): Add "when".
7769 (ada-mode): Add support for abbrev-mode, outline-mode and
7770 which-func-mode Override the old find-file.el entry in
7771 ff-special-constructs since it is using the obsolete
7772 ada-spec-suffix variable
7773 (ada-no-auto-case): New function
7774 (ada-scan-paramlist): When parsing the argument type, accept
7775 spaces (as in "X 'Class", generated by Rational Rose).
7776 (ada-other-file-name): No longer loads the other file.
7777 (ada-popup-menu): Save and restore the current buffer and cursor
7778 position before and after displaying the menu.
7779 (ada-search-ignore-complex-boolean): New function.
7780 (ada-uncomment-region): Emacs21 already knows how to delete
7781 comments not starting in the first column.
7782 (ada-use-indent): New variable
7783 (ada-which-function): New function.
7784 (ada-with-indent): New variable
7785 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7786 can be batch-compiled from the command line.
7788 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7789 Add to the menu when the file is loaded, not in ada-mode-hook.
7790 Add -toolbar to the default ddd command Switches moved from
7791 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7792 ada-prj-default-comp-opt
7793 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7794 Reference Manual to the menu
7795 (ada-check-current): rewritten as a call to ada-compile-current
7796 (ada-compile): Removed.
7797 (ada-compile-application, ada-compile-current, ada-check-current):
7798 Set the compilation-search-path so that compile.el automatically
7799 finds the sources in src_dir. Automatic scrollong of the
7800 compilation buffer. C-uC-cC-c asks for confirmation before
7802 (ada-compile-current): New parameter, prj-field
7803 (ada-complete-identifier): Load the .ali file before doing
7805 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7806 conform to gnatmake's behavior.
7807 (ada-find-file-in-dir): New function
7808 (ada-find-references): Set the environment variables for gnatfind
7809 (ada-find-src-file-in-dir): New function.
7810 (ada-first-non-nil): Removed
7811 (ada-gdb-application): Add support for jdb, the java debugger.
7812 (ada-get-ada-file-name): Load the original-file first if not done
7814 (ada-get-all-references): Handles the new ali syntax (parent types
7815 are found between <>).
7816 (ada-initialize-runtime-library): New function
7817 (ada-mode-hook): Always load a project file when a file is opened,
7818 so that the casing exceptions are correctly read.
7819 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7820 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7821 to open the project file, since the latter does not work with
7822 speedbar Get default values before loading the prj file, or the
7823 default executable file name is wrong. Use the absolute value of
7824 src_dir to initialize ada-search-directories and
7825 compilation-search-path,... Add the standard runtime library to
7826 the search path for find-file.
7827 (ada-prj-default-debugger): Was missing an opening '{'
7828 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7830 (ada-prj-default-gnatmake-opt): New variable
7831 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7832 buffers, the project file is the default one Save the windows
7833 configuration before displaying the menu.
7834 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7835 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7836 ...) regexp-quote identifiers names to support operators +,
7838 (ada-remote): New function.
7839 (ada-run-application): Erase the output buffer before starting the
7840 run Support remote execution of the application. Use
7841 call-process, or the arguments are incorrectly parsed
7842 (ada-set-default-project-file): Reread the content of the active
7843 project file, not the one from the current buffer When a project
7844 file is set as the default project, all directories are
7845 automatically associated with it.
7846 (ada-set-environment): New function
7847 (ada-treat-cmd-string): New special variable ${current}
7848 (ada-treat-cmd-string): Revised. The substitution is now done for
7849 any ${...} substring
7850 (ada-xref-current): If no body was found, compiles the spec
7851 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7852 compiler to get rid of command line length limitations.
7853 (ada-xref-get-project-field): New function
7854 (ada-xref-project-files): New variable
7855 (ada-xref-runtime-library-specs-path)
7856 (ada-xref-runtime-library-ali-path): New variables
7857 (ada-xref-set-default-prj-values): Default run command now does a
7858 cd to the build directory. New field: main_unit Provide a default
7859 file name even if the current buffer has no prj file.
7862 Rewritten to show a tabbed-dialog.
7863 (ada-prj-add-ada-menu): Remove the map and name parameters.
7864 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7866 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7867 (ada-prj-load-from-file): New function
7868 (ada-prj-save): Always save fields that depend on the current buffer
7869 (ada-prj-show-value): New function
7871 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7872 Ada mode. This will allow us to display the Ada menu in any buffer
7873 we want (for project items).
7874 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7875 number of spaces in the header.
7877 2000-07-24 Dave Love <fx@gnu.org>
7879 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7881 2000-07-23 Noah Friedman <friedman@splode.com>
7883 * type-break.el (type-break): perform autosave.
7884 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7885 (type-break-do-query): Cancel query schedule while performing
7886 actual query, to avoid possibility of a second query being made
7887 while first one is already in progress.
7888 (type-break-time-stamp-format): New variable.
7889 (type-break-time-stamp): New function.
7890 (type-break-time-warning): Use it.
7891 (type-break-keystroke-warning): Use it.
7892 (type-break-noninteractive-query): Use it.
7894 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7896 Use add-minor-mode to set minor-mode-alist, if available.
7897 (eldoc-echo-area-use-multiline-p): New user option.
7898 (eldoc-echo-area-multiline-supported-p): New variable.
7899 (eldoc-docstring-format-sym-doc): Use them.
7900 (eldoc-mode): If not using idle timers, append to local post and
7901 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7902 (eldoc-display-message-no-interference-p): Don't interfere with
7904 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7905 (eldoc-function-arglist): New function.
7906 (eldoc-function-argstring): Use it.
7908 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7909 auto save directory exists before calling directory-files.
7911 2000-07-23 Dave Love <fx@gnu.org>
7913 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7916 2000-07-21 Dave Love <fx@gnu.org>
7918 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7919 now passed to the function. It now works properly.
7921 * smerge-mode.el (smerge-mode-menu): Fill it out.
7923 2000-07-20 Gerd Moellmann <gerd@gnu.org>
7925 * info-look.el (info-lookup): If *info* is shown in another frame
7926 on the same display, select that frame, instead of switching to
7927 the Info buffer in another window of the selected frame.
7929 * simple.el (universal-argument-map): Bind numeric keypad keys
7930 kp-0 to kp-9 and kp-subtract.
7931 (digit-argument): Handle these keys.
7933 2000-07-20 Dave Love <fx@gnu.org>
7935 * net/goto-addr.el (goto-address-fontify): Don't bother with
7936 buffer-modified and read-only stuff -- irrelevant with overlays.
7937 Put an extra property on the overlays and use it to clean up in
7938 case goto-address is re-run.
7940 2000-07-19 Richard M. Stallman <rms@gnu.org>
7942 * timer.el (run-with-idle-timer): Doc fix.
7944 * mail/mail-utils.el (mail-strip-quoted-names):
7945 Handle case where <...> appears inside "...".
7946 Use replace-match to edit the string more simply.
7947 (rmail-dont-reply-to): Cope with an unmatched ".
7949 2000-07-19 Dave Love <fx@gnu.org>
7951 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7954 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7955 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7956 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7958 2000-07-19 Gerd Moellmann <gerd@gnu.org>
7960 * textmodes/refer.el: Correct maintainer's email address.
7962 * progmodes/hideif.el: Correct author's email address.
7963 Fix typo in comment.
7967 * mail/mailheader.el: Correct author's mail address.
7969 * gnus/parse-time.el: Correct author's mail address.
7971 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
7973 * comint.el (comint-highlight-input, comint-highlight-face):
7975 (comint-input-ring-file-name): Change custom type.
7976 (comint-mode-map): Bind mouse-2.
7977 (comint-insert-clicked-input): New function.
7978 (comint-send-input): Handle input highlighting.
7980 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7982 * mouse.el (popup-menu): New function.
7983 (mouse-major-mode-menu): Use it.
7985 2000-07-18 Dave Love <fx@gnu.org>
7987 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7990 2000-07-18 Gerd Moellmann <gerd@gnu.org>
7992 * faces.el (face-font-selection-order)
7993 (face-font-family-alternatives): Add custom type.
7995 2000-07-18 Dave Love <fx@gnu.org>
7997 * cus-edit.el (custom-variable-reset-saved)
7998 (custom-variable-reset-standard): Remove unused bindings.
8000 * rect.el (open-rectangle-line): Remove unused let.
8002 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8004 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8006 * cdl.el: Fix `Maintainer' keyword.
8008 * play/pong.el: Add author's email address.
8010 2000-07-17 Sam Steingold <sds@gnu.org>
8012 * files.el (insert-directory): Call `split-string' instead of
8015 2000-07-18 Gerd Moellmann <gerd@gnu.org>
8017 * mail/vms-pmail.el: Change maintainer to FSF.
8019 * net/goto-addr.el: Change maintainer to FSF.
8021 * recentf.el: Update from author.
8023 * info.el (Info-title-face-alist): Removed.
8025 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8027 * eshell/eshell.el (eshell): Replace links to eshell.info with
8028 links to eshell, to avoid problems on systems where the manual is
8029 installed as `eshell'.
8030 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8031 * eshell/em-smart.el (eshell-smart): Ditto.
8032 * eshell/em-banner.el (eshell-banner): Ditto.
8033 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
8035 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8036 same-file check in the MS-DOS version (it does support inodes).
8038 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8040 * eshell/eshell.el (eshell-directory-name):
8041 Run default directory name through convert-standard-filename.
8043 2000-07-18 Kenichi Handa <handa@etl.go.jp>
8045 * international/mule-cmds.el (select-safe-coding-system):
8046 Fix typo in the comment.
8048 * language/european.el (compound-text):
8049 Force katakana-jisx0201 to be designated to G1.
8051 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8052 Don't translate some national variant characters of latin-jisx0201.
8053 (x-ctext): Force katakana-jisx0201 to be designated to G1.
8055 * international/kkc.el (kkc-after-update-conversion-functions):
8057 (kkc-update-conversion): Run functions in it at the tail.
8059 2000-07-16 John Wiegley <johnw@gnu.org>
8061 * lisp/align.el (align-newline-and-indent):
8062 Adding new function. for auto-aligning blocks of code on RET.
8063 (align-region): Fixed badly formatted minibuffer message.
8065 2000-07-17 Kenichi Handa <handa@etl.go.jp>
8067 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
8068 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8069 the conversion list at first if appropriate.
8070 (kkc-next): Don't update kkc-next-count here.
8071 (kkc-prev): Don't update kkc-prev-count here.
8072 (kkc-show-conversion-list-update): Fix setting up of conversion
8075 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8077 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
8079 2000-07-16 Dave Love <fx@gnu.org>
8081 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8082 function to be more specific.
8084 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8085 non-string help-echo.
8086 (widget-types-convert-widget): Defsubst it.
8087 (widget-echo-help): Try to cope with a help-echo function of two
8090 2000-07-15 Jason Rumney <jasonr@gnu.org>
8092 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8093 Declare as obsolete.
8095 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8097 2000-07-14 Gerd Moellmann <gerd@gnu.org>
8099 * hilit-chg.el: Fix typo.
8101 2000-07-14 Dave Love <fx@gnu.org>
8103 * info.el (Info-mode-menu): Fix use of :help, :enable.
8105 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8107 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8109 2000-07-13 Dave Love <fx@gnu.org>
8111 * emacs-lisp/easymenu.el: Doc fixes.
8112 (easy-menu-remove): Defalias to ignore.
8114 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8115 Call throw correctly.
8117 2000-07-13 Gerd Moellmann <gerd@gnu.org>
8119 * faces.el (frame-background-mode): Doc fix.
8121 * simple.el (eval-expression-print-length): Change custom type to
8122 allow entering nil as value.
8124 2000-07-13 Dave Love <fx@gnu.org>
8126 * progmodes/fortran.el (fortran-imenu-generic-expression):
8127 Change definition layout.
8128 (fortran-mode-menu): Reinstate customize entries.
8130 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8131 Use :filter, per old XEmacs code.
8133 2000-07-12 Gerd Moellmann <gerd@gnu.org>
8135 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8136 event when deciding what to send to the terminal.
8138 2000-07-12 Dave Love <fx@gnu.org>
8140 * cus-start.el: Add optional version as 4th element of specs and
8141 use it for several things new in v21. Remove load-path. Fix type
8142 of line-number-display-limit.
8144 2000-07-11 Dave Love <fx@gnu.org>
8146 * progmodes/fortran.el: Don't require easymenu.
8147 Use repeat counts in various regexps.
8148 (fortran-mode-syntax-table): Defvar directly.
8149 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
8150 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8151 Use defvar, not defconst.
8152 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
8153 (fortran-mode): Set fortran-comment-line-start-skip,
8154 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8155 (fortran-comment-indent): Use defsubst.
8156 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8157 Use fortran-comment-indent, not fortran-comment-indent-function.
8158 (fortran-comment-region, fortran-electric-line-number): Simplify.
8159 (fortran-auto-fill): New function.
8160 (fortran-do-auto-fill): Deleted.
8161 (fortran-find-comment-start-skip):
8162 Check for non-null comment-start-skip.
8163 (fortran-auto-fill-mode, fortran-fill-statement):
8164 Use fortran-auto-fill.
8165 (fortran-fill): Use fortran-auto-fill. Check for null
8166 comment-start-skip. Simplify final clause and use end-of-line finally.
8168 * widget.el (widget-plist-member): New alias.
8170 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8172 * eshell/esh-module.el (toplevel): Reference
8173 byte-compile-current-file only if it is bound.
8175 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8177 * dired.el: Don't require `dired-aux'.
8179 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8181 * dired-aux.el (dired-show-file-type): New function.
8182 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8183 (dired-show-file-type): Add autoload.
8185 2000-07-10 Kenichi Handa <handa@etl.go.jp>
8187 * international/mule-diag.el (describe-font): Adjusted for the
8188 change of fontset-info.
8189 (print-fontset): Likewise.
8191 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8193 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8195 2000-07-07 Gerd Moellmann <gerd@gnu.org>
8197 * bindings.el: Bind `[delete]' to delete-char.
8199 * dired.el (dired-find-alternate-file): New function.
8200 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8201 (toplevel): Require dired-aux when compiling.
8202 (dired-buffers): Move defvar within file to avoid compiler warning.
8204 * info.el (Info-last-search): Variable removed.
8205 (Info-search-history): New variable.
8206 (Info-search): New Info-search-history.
8208 * battery.el, info-look.el: Change author's mail address.
8210 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8212 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8213 if rmail-ignored-headers is nil.
8214 (rmail-retry-failure): Bind rmail-ignored-headers and
8215 rmail-displayed-headers to nil.
8217 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8219 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8220 (print-region-1): Don't hard code `-h' here.
8222 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8224 2000-07-01 Francesco Potorti` <pot@gnu.org>
8226 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8227 exim can use "your message" instead of "the message".
8229 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8231 * facemenu.el: Docstrings fixes.
8232 (facemenu-get-face): Don't use internal-find-face.
8233 (facemenu-iterate): Rename arg to match the docstring.
8235 * newcomment.el (uncomment-region): Be more careful when skipping
8236 backwards over `=' not to bump into BOBP.
8238 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
8240 * ediff-diff.el (ediff-wordify): Use syntax table.
8241 * ediff-init.el (ediff-has-face-support-p): Use
8242 ediff-color-display-p.
8243 (ediff-color-display-p): Use display-color-p, changed to defun
8245 Got rid of special cases for NeXT and OS/2.
8246 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
8249 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8251 * emacs-lisp/lucid.el: Require CL.
8252 (copy-tree, remprop): Remove, it's provided by CL.
8253 (map-keymap): Define in terms of cl-map-keymap.
8254 (extent-property, set-extent-end-glyph): New functions.
8256 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8258 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8260 * Makefile.in (DONTCOMPILE): Add comment that the name may
8261 not be changed without changing the make-dist script.
8263 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
8264 (cl-mapc): Use mapc instead of cl-old-mapc.
8266 2000-07-05 Andrew Innes <andrewi@gnu.org>
8268 * makefile.nt: Add support for `bootstrap' and related targets.
8270 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8272 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8273 (easy-menu-do-define): Use `menu-item' format.
8274 Handle case where easy-menu-create-menu returns a symbol.
8275 Manually call the potential top-level filter in the function binding.
8276 (easy-menu-filter-return): New arg NAME.
8277 Convert to a keymap if MENU is an XEmacs menu.
8278 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8279 (easy-menu-converted-items-table, easy-menu-convert-item):
8280 New var and fun to memoize easy-menu-convert-item-1.
8281 (easy-menu-do-add-item): Use it.
8282 (easy-menu-create-menu): Use easy-menu-convert-item.
8283 Wrap easy-menu-filter-return around any :filter specification.
8284 Don't convert the menu if a filter was specified.
8285 Tell easy-menu-make-symbol not to check for MENU being an expression.
8286 (easy-menu-make-symbol): New arg NOEXP.
8288 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8290 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8291 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8292 (eval-defun): If called with prefix arg, instrument code for
8295 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8296 similar to that of eval-defun.
8298 2000-07-04 Dave Love <fx@gnu.org>
8300 * hl-line.el (hl-line-overlay): Make it permanent-local.
8302 * calendar/todo-mode.el: Replaced with a working version, based on
8303 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8305 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
8307 * paths.el (prune-directory-list): New function.
8308 (Info-default-directory-list): Rewritten to more methodically
8309 enumerate a big list of possible info directories (based on the
8310 list used by the standalone info reader).
8312 * info.el (info-initialize): Use prune-directory-list to remove
8313 non-existent directories from Info-directory-list.
8315 * paths.el (Info-default-directory-list): Try a list of possible
8316 info-directories instead of a single one. Add the possible
8317 info directory "/usr/share/info".
8319 * woman.el (woman-man.conf-path): Explicitly include the debian
8320 man-db config file "/etc/manpath.config".
8321 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8322 are present in `manpath.config'.
8323 (woman-manpath): Include "/usr/share/man".
8325 2000-07-03 Gerd Moellmann <gerd@gnu.org>
8327 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8329 * startup.el (command-line): Initialize blink-cursor based
8332 * frame.el (blink-cursor): Default to nil if not running under
8335 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8336 (face-x-resources): Remove duplicate entry for :font.
8338 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8339 instead of cycling through windows with next-window.
8341 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8342 of cycling through windows with next-window.
8344 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8345 of cycling through windows with next-window.
8347 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8348 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8349 instead of cycling through windows with next-window.
8351 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8352 instead of cycling through windows with next-window.
8354 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8355 of cycling through windows with next-window.
8357 * terminal.el (te-process-output): Use walk-windows instead of
8358 cycling through windows with next-window.
8360 * server.el (server-switch-buffer): Use some-window instead of
8361 cycling through windows with next-window.
8363 * window.el (some-window): New function.
8364 (walk-windows): Remove reference to walk-windows-start.
8366 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
8368 2000-07-03 Richard Stallman <rms@gnu.org>
8370 * window.el (walk-windows): Guarantee termination by keeping a list
8371 of all the windows already handled.
8373 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8375 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8378 * man.el (Man-notify-when-ready): Don't use window-system. If
8379 Man-notify-method is newframe, and the display is not
8380 multi-frame, select the frame created for the man page.
8381 (Man-init-defvars): Doc fix.
8383 2000-06-28 Gerd Moellmann <gerd@gnu.org>
8385 * faces.el (region): Change background color for light background.
8387 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8388 attribute from mode-line face of Ediff control frame.
8390 * replace.el (query-replace-map): Bind `e' like `E'.
8392 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8394 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8395 Change name to "Select All".
8397 * dos-fns.el (convert-standard-filename): Fix last change.
8399 2000-06-27 Gerd Moellmann <gerd@gnu.org>
8401 * help.el (describe-variable): Don't insert a second `'s' in front
8402 of the string `value is shown below'. Since the syntax-table is
8403 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8404 an existing `'s', so that this won't be deleted.
8406 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8407 * pcmpl-unix.el: New files.
8409 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8411 * wid-edit.el (widget-member): Use the new plist-member.
8413 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8415 * replace.el (perform-replace): Undo change of 2000-04-04.
8416 Instead, move backward 1 character at the end of the loop when
8419 * faces.el (fringe): Change face for different backgrounds.
8421 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8424 * eshell/*.el: Change spelling of the Free Software Foundation.
8426 * eshell/esh-toggle.el: Removed.
8428 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8430 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8433 2000-06-26 Alex Schroeder <alex@gnu.org>
8435 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8436 `define-key'; instead of checking `(emacs-version)' check for
8437 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8438 for `;' and `o' which might be electric.
8440 (sql-electric-stuff): New user option.
8441 (sql-magic-go): New function which uses `sql-electric-stuff'.
8442 (sql-magic-semicolon): New function which uses
8443 `sql-electric-stuff'.
8445 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8448 (sql-oracle-options): New variable.
8449 (sql-oracle): Use it.
8451 (sql-imenu-generic-expression): Doc change.
8452 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8455 (sql-informix): Added command line parameter "-" to force
8456 sql-informix-program to use stdout.
8458 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8460 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
8461 (cp864-decode-table): Doc fix.
8462 (cp720-decode-table): New variable, supports the Arabic OEM
8463 codepage used by Windows.
8464 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8466 2000-06-23 Dave Love <fx@gnu.org>
8468 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8469 (font-lock-fontify-anchored-keywords): Use
8470 line-beginning-position.
8471 (global-font-lock-mode): Use mapc.
8473 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8475 * eshell/esh-module.el: Require CL when compiling.
8477 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8479 * comint.el (comint-substitute-in-file-name): Call replace-match
8480 with second and third arg t.
8482 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8483 Specify foreground color.
8485 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8488 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8490 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8491 cddr instead of cdddr.
8493 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8494 instead of copy-list.
8496 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8499 * subdirs.el: Add eshell subdirectory.
8501 * eshell: New subdirectory containing the Eshell package.
8503 * pcomplete.el: New file.
8505 2000-06-23 Paul Eggert <eggert@twinsun.com>
8507 * mail/mailpost.el (post-mail-send-it): Make sure file has
8508 proper permissions from birth.
8510 * files.el (basic-save-buffer-2): When temporarily setting
8511 file modes, set them to current modes plus 0200, not to 0777.
8513 * emerge.el (emerge-make-temp-file): Make sure file has proper
8514 permissions from birth.
8516 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8518 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8519 backup file name through convert-standard-filename.
8521 * dos-fns.el (convert-standard-filename): Convert leading
8522 directories as well. When long file names are supported, convert
8523 characters that are invalid in Windows file names.
8525 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8527 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8528 ps-print crashes. New feature: page selection for printing. Create
8529 raw-text-unix coding system for XEmacs. Doc fix.
8530 (ps-print-version): New version number (5.2.3).
8531 (ps-plot-region): Bug fix.
8532 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8533 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8534 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8536 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8537 (ps-last-page): New vars.
8539 2000-06-21 Gerd Moellmann <gerd@gnu.org>
8541 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8542 empty option string.
8544 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8546 * man.el (man): Doc fix.
8548 2000-06-21 Kenichi Handa <handa@etl.go.jp>
8550 * international/mule-cmds.el (set-language-info-alist): Docstring
8553 2000-06-20 Gerd Moellmann <gerd@gnu.org>
8555 * version.el (emacs-version): Use ISO date format.
8557 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8558 instead of `M-backspace'.
8560 * simple.el (turn-off-auto-fill): New function.
8562 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8564 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8565 Renamed from with-buffer-prepared-for-font-lock and use
8566 inhibit-modification-hooks rather than setting *-change-functions.
8567 Update all functions to use the new name.
8568 (jit-lock-first-unfontify-pos): New semantics (and doc).
8569 (jit-lock-mode): Make non-interactive.
8570 Don't automatically turn on font-lock.
8571 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8572 Always use jit-lock-after-change.
8573 Remove and restore font-lock-after-change-function.
8574 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8575 (jit-lock-after-unfontify-buffer): Remove.
8576 (jit-lock-stealth-fontify):
8577 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8578 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8580 2000-06-20 Sam Steingold <sds@gnu.org>
8582 * emacs-lisp/cl-indent.el (toplevel): Indent
8583 `print-unreadable-object' properly. Untabify.
8585 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8587 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8588 Support for bibentry.
8589 (reftex-compile-variables): Fixed problem with end of section-re.
8591 * texmodes/reftex-dcr.el (reftex-view-crossref,
8592 reftex-view-crossref-from-bibtex):
8593 Deal with changed `reftex-find-citation-regexp-format'.
8594 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8595 Replaced `remprop' with `put'.
8596 (reftex-view-crossref, reftex-view-crossref-when-idle):
8597 Support for bibentry.
8599 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8600 New entry for bibentry package.
8602 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8603 Regexp also matches "\nobibliography".
8605 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8606 Call `reftex-ensure-write-access' before doing anything.
8607 (reftex-ensure-write-access): New function.
8609 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8611 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8613 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8615 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8617 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8620 2000-06-20 Dave Love <fx@gnu.org>
8622 * faces.el (frame-background-mode): Use set-default, not set, in
8624 (frame-update-faces, frame-update-face-colors): Define with
8627 * enriched.el (enriched-decode-foreground)
8628 (enriched-decode-background): Don't use internal-find-face.
8630 * apropos.el: Doc fixes.
8632 * cus-edit.el (customize-changed-options): Check arg.
8633 (customize-version-lessp): Don't require decimal point.
8635 * custom.el (defcustom, defgroup): Doc fix.
8637 * newcomment.el (comment) <defgroup>: Add :version.
8638 (comment-multi-line): Doc fix.
8640 * emulation/mlsupport.el (define-hooked-local-abbrev,
8641 define-hooked-global-abbrev): Fix, using define-abbrev.
8643 2000-06-19 Gerd Moellmann <gerd@gnu.org>
8645 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8648 2000-06-19 Dave Love <fx@gnu.org>
8650 * menu-bar.el (menu-bar-options-save): New function.
8651 (menu-bar-options-menu): Use it.
8652 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8655 2000-06-19 Andreas Schwab <schwab@suse.de>
8657 * progmodes/etags.el (tags-query-replace): Put new parameters
8658 START and END at the end, for backward compatibility.
8660 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8662 * international/codepage.el:
8663 (cp-coding-system-for-codepage-1): Delete special codes for
8664 generating xxx-dos coding system because now a CCL based coding
8665 system can handle EOL conversion by default.
8667 * international/mule.el (make-coding-system): Generate subsidiary
8668 coding systems for EOL handling variants even for a CCL based
8671 2000-06-19 Kenichi Handa <handa@etl.go.jp>
8673 * international/isearch-x.el (isearch-minibuffer-input-method)
8674 (isearch-minibuffer-input-method-function): These variables
8676 (isearch-with-input-method): Don't use the above variables.
8677 (isearch-process-search-multibyte-characters): Likewise. Call
8678 read-string with the arg INHERIT-INPUT-METHOD t.
8680 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8682 * font-lock.el (font-lock-after-fontify-buffer)
8683 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8685 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8686 Use consistent make-local-variable style for font-lock-fontified.
8687 (jit-lock-fontify-buffer):
8688 Don't bother checking for font-lock-mode and jit-lock-mode.
8690 * time.el: Remove trailing ^M that prevent CVS-merging.
8692 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8694 * Makefile.in (distclean): New target.
8696 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8698 * Makefile.in (srcdir): Define for update-subdirs.
8700 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8702 * find-lisp.el: New file.
8704 2000-06-16 Andrew Innes <andrewi@gnu.org>
8706 * time.el (display-time-mail-function): New variable, to allow
8707 external packages to indicate when new mail is available.
8708 (display-time-update): Use it.
8710 2000-06-16 Kenichi Handa <handa@etl.go.jp>
8712 * international/mule.el (mule-version): Change version name to
8713 SAKAKI. AOI has already been used by Meadow.
8715 * international/quail.el (quail-show-guidance-buf): To find the
8716 bottom window (but minibuffer), pay attention to the height of
8719 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8721 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8722 menu-bar menus. Add help strings. Don't remove the Edit menu
8723 from the menu bar, as the menu bar has enough space now.
8725 * Makefile.in (SHELL): Make sure /bin/sh is used.
8727 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8728 characters, which use series of two ^H characters instead of one.
8730 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8732 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
8733 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
8735 (Info-find-node-2): Try a case-sensitive search first, then
8736 do a case-insensitive search.
8738 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8741 * complete.el (PC-env-vars-alist): New variable.
8742 (PC-complete-as-file-name): New function.
8743 (partial-completion-mode): Initialize PC-env-vars-alist from
8744 process-environment.
8745 (PC-do-completion): Handle completion of env vars.
8747 * info.el (Info-set-mode-line): Show file name in mode line,
8748 use `*Info*' instead of `Info:'.
8750 * startup.el (command-line-1): Change copyright messages to year
8753 2000-06-15 Dave Love <fx@gnu.org>
8755 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8758 2000-06-15 Kenichi Handa <handa@etl.go.jp>
8760 * international/mule.el (set-buffer-file-coding-system): Almost
8761 rewritten to handle `undecided' as no-op.
8763 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8765 * Makefile.in: New file.
8767 * Makefile: Removed.
8769 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8770 (goto-address-highlight-keymap): Bind C-c RET.
8772 2000-06-14 Kenichi Handa <handa@etl.go.jp>
8774 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8775 inherits buffer-file-coding-system of the current buffer.
8777 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8778 0. Give correct argument to set-auto-coding-function.
8779 (tar-expunge): For goto-char, use (point-min), not 0.
8780 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8781 (tar-subfile-save-buffer): Likewize.
8783 * international/mule.el
8784 (after-insert-file-set-buffer-file-coding-system): Call
8785 set-buffer-file-coding-system with the arg FORCE t.
8787 2000-06-13 Gerd Moellmann <gerd@gnu.org>
8789 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8790 nil. Contemporary sendmails issue an X-Authentication-Warning if
8791 the sender is set with `-f'.
8793 2000-06-13 Dave Love <fx@gnu.org>
8795 * help.el (describe-function-1): Kluge around cases of functions
8796 fset to subrs whose doc doesn't match their symbol-name.
8798 * image.el (insert-image): Default STRING to a space.
8800 * info.el Doc fixes.
8801 (Info-build-node-completions): Match Ref tags.
8803 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8805 * frame.el (display-multi-frame-p, display-multi-font-p): New
8806 defaliases for display-graphic-p.
8808 * hl-line.el: Fixed a typo in commentary.
8810 2000-06-13 Kenichi Handa <handa@etl.go.jp>
8812 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8815 2000-06-12 Dave Love <fx@gnu.org>
8817 * image.el (insert-image): Save a little consing.
8819 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8821 * language/tibet-util.el: Convert all tibetan-1-column characters
8822 to the corresponding tibetan characters.
8823 (tibetan-add-components): Delete code for the special treatment of
8826 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8828 (tibetan-vowel-transcription-alist): More rules added.
8829 (tibetan-composite-vowel-alist): New variable.
8830 (tibetan-precomposition-rule-alist): More rules added.
8832 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8834 * startup.el (command-line): Only call menu-bar-mode if interactive.
8836 * thingatpt.el (toplevel symbol-properties):
8837 * textmodes/makeinfo.el (makeinfo-compile):
8838 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8839 * progmodes/hideif.el (hif-compress-define-list)
8840 (hide-ifdef-use-define-alist):
8841 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8842 (ange-ftp-vms-add-file-entry):
8843 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8844 * man.el (Man-build-man-command):
8845 * mail/rnewspost.el (news-reply-header-hook):
8846 * info.el (Info-insert-dir):
8847 * emulation/mlconvert.el (backward-word, forward-word, setq):
8848 * emacs-lisp/gulp.el (gulp-send-requests):
8849 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8850 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8851 (byte-optimize-apply, end of file):
8852 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8853 (ad-make-freeze-definition):
8854 * startup.el (command-line, command-line-1): Don't quote lambdas.
8856 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8857 (cvs-cleanup-removed): New function.
8858 (cvs-cleanup-functions): New var.
8859 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8860 some flexibility in specifying additional entries to auto-cleanup.
8861 (cvs-quickdir): New function.
8862 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8863 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8864 (cvs-mode-find-file): Check that we are on a filename or dirname
8865 when invoked through a mouse-click.
8866 (cvs-full-path): Remove.
8867 (cvs-dired-action): Re-introduced.
8868 (cvs-dired-noselect): Use it.
8869 (vc-post-command-functions): use this new hook if available.
8871 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8872 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8873 (cvs-filename-map, cvs-dirname-map): Remove.
8874 (cvs-default-action): Remove.
8875 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8876 if the arg is really a keymap.
8877 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8878 Don't hardcode the mapping from state (aka type) to face, but check
8879 the var cvs-fi-<type>-face instead.
8880 (cvs-fileinfo-from-entries): New function.
8882 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8884 (cvs-find-file-and-jump): Change default to be safer.
8885 (cvs-mode-diff-map): Define it as a function as well.
8886 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8887 Bind mouse-2 in this global map rather than with text-properties.
8889 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8890 file to resolve the ambiguity between C(conflict) and C(need-merge).
8892 2000-06-12 Kenichi Handa <handa@etl.go.jp>
8894 * international/mule.el (set-buffer-file-coding-system): If
8895 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8898 2000-06-12 Dave Love <fx@gnu.org>
8900 * wid-edit.el (widget-specify-button): Really suppress the face if
8903 2000-06-11 Gerd Moellmann <gerd@gnu.org>
8905 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8907 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8909 * imenu.el (imenu-generic-expression): Docstring fix.
8911 * composite.el (composition-function-table): Move the `put'
8912 below the autoload cookie so we can load the file before loaddefs.
8914 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8916 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8917 Handle easy-mmode-define-global-mode.
8918 For complex macros like define-minor-mode that can generate
8919 several autoload entries, try to autoload entries in the
8922 * emacs-lisp/easy-mmode.el (define-minor-mode):
8923 If KEYMAP is a symbol, just use it.
8924 Use byte-compile-current-file and load-file-name to infer the
8925 proper :require to pass to defcustom.
8926 Wrap the hook var into `progn' so as not to autoload it.
8927 Add a :autoload-end cookie.
8928 Be more careful about the evaluation of KEYMAP.
8929 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8930 (define-derived-mode): Move define-abbrev-table outside of defvar.
8932 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8934 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8935 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8936 (backup-compiled-files): Ignore errors during `tar'.
8937 (bootstrap): Make autoloads before elc files.
8939 2000-06-10 Kenichi Handa <handa@etl.go.jp>
8941 * international/mule.el (set-buffer-file-coding-system): If one of
8942 undecided-XXX is specified, change only EOL conversion.
8944 * international/mule-conf.el (unix): New alias for the coding
8945 system undecided-unix.
8947 2000-06-09 Dave Love <fx@gnu.org>
8949 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8951 * progmodes/executable.el: Byte compile dynamic.
8952 (executable-insert): Change custom type.
8953 (executable-find): Add autoload cookie.
8954 (executable-make-buffer-file-executable-if-script-p): New
8955 function. After Noah Friedman.
8957 * files.el (after-save-hook): Customize, with
8958 executable-make-buffer-file-executable-if-script-p as an option.
8960 2000-06-09 Kenichi Handa <handa@etl.go.jp>
8962 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8963 "tib24p-mule.bdf" for Tibetan.
8965 * composite.el (decompose-composite-char): Declare it as obsolete.
8967 * man.el (Man-fontify-manpage): Pay attention to underline and
8968 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
8970 2000-06-08 Gerd Moellmann <gerd@gnu.org>
8972 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8973 Set maintainer to FSF since author isn't reachable.
8975 2000-06-08 Dave Love <fx@gnu.org>
8977 * international/mule-cmds.el (select-safe-coding-system): If
8978 DEFAULT-CODING-SYSTEM is not specified, also check the most
8979 preferred coding-system if buffer-file-coding-system is
8980 `undecided'. From Handa.
8982 2000-06-08 Kenichi Handa <handa@etl.go.jp>
8984 * international/mule.el
8985 (after-insert-file-set-buffer-file-coding-system): If the buffer
8986 size is greater than INSERTED, judget that we are not visiting.
8988 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8990 * whitespace.el (defgroup whitespace): Comment out `:version'.
8991 XEmacs 20.4 has problems defining the group with this present.
8992 We'll have this commented out till get resolve the problem.
8994 2000-06-07 Gerd Moellmann <gerd@gnu.org>
8996 * align.el: Update from author.
8998 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9000 * apropos.el (apropos-mode-hook): New user variable.
9001 (apropos-mode): Run apropos-mode-hook.
9003 2000-06-07 David Ponce <david@dponce.com>
9005 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9006 commands. Require `wid-edit' at run-time.
9008 2000-06-07 David Ponce <david@dponce.com>
9010 * recentf.el: Added some "Commentary".
9011 (recentf-open-more-files, recentf-edit-list): Minor changes to
9012 move the point at the top of the file list. This behaviour is
9013 consistent with the menu one when the list contains a lot of
9015 (recentf-cleanup): Now displays the number of items removed from
9017 (recentf-relative-filter) New menu filter to show filenames
9018 relative to `default-directory'.
9020 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9022 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9023 with/without giving an error if PostScript printer doesn't have this
9024 kind of page size. Zebra Stripe continues or restarts on next page.
9025 Manual/automatic paper feeding. Switch or not the header.
9026 (ps-print-version): New version number (5.2.2).
9027 (ps-windows-system): Include emx as a Windows system.
9028 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9029 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9030 (ps-background-text): Code fix.
9031 (ps-error-handler-message, ps-user-defined-prologue)
9032 (ps-print-prologue-header, ps-printer-name)
9033 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9034 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9035 (ps-use-face-background): Customization fix.
9036 (ps-n-up-database): Data fix.
9037 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9038 (ps-switch-header): New vars.
9039 (ps-xemacs-color-name, ps-face-foreground-name)
9040 (ps-face-background-name, ps-boolean-constant): New funs.
9042 2000-06-07 Dave Love <fx@gnu.org>
9044 * allout.el: New version from Manheimer.
9046 2000-06-07 Kenichi Handa <handa@etl.go.jp>
9048 * textmodes/fill.el (fill-find-break-point): Check the validity of
9051 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9053 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9054 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9055 Call display-color-p and display-mouse-p instead of looking at
9058 2000-06-06 Dave Love <fx@gnu.org>
9060 * image.el (find-image): Doc fix. Return nil if image not found.
9061 (put-image, insert-image): Make STRING arg optional.
9063 2000-06-06 Kenichi Handa <handa@etl.go.jp>
9065 * language/vietnamese.el: Remove eval-when-compile.
9066 (viet-viscii-nonascii-translation-table): Define it as a
9067 translation table made from viet-viscii-decode-table.
9068 (viet-viscii-encode-table): Define it as a translation table made
9069 from the reverse map of above.
9070 (viet-vscii-nonascii-translation-table): Define it as a
9071 translation table made from viet-vscii-decode-table.
9072 (viet-vscii-encode-table): Define it as a translation table made
9073 from the reverse map of above.
9074 (ccl-decode-viscii): Use translate-character.
9075 (ccl-encode-viscii, ccl-encode-viscii-font)
9076 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9079 * language/cyrillic.el: Remove eval-when-compile.
9080 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9081 translation table made from cyrillic-koi8-r-decode-table.
9082 (cyrillic-koi8-r-encode-table): Define it as a translation table
9083 made from the reverse map of above.
9084 (ccl-decode-koi8): Use translate-character.
9085 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9086 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9087 a translation table made from cyrillic-alternativnyj-decode-table.
9088 (cyrillic-alternativnyj-encode-table): Define it as a translation
9089 table made from the reverse map of above.
9090 (ccl-decode-alternativnyj): Use translate-character.
9091 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9094 * international/mule-diag.el (non-iso-charset-alist): Specify
9095 translation table symbol instead of translation table itself.
9096 (list-block-of-chars): CHARSET may be a translation table symbol.
9098 * international/mule.el (make-coding-system): If CODING-SYSTEM
9099 already exists, override it.
9101 * international/fontset.el: Use family `proportional' for Tibetan
9104 * international/ccl.el (ccl-compile-translate-character): Don't
9105 check if Rrr has property translation-table.
9106 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9108 2000-06-05 Gerd Moellmann <gerd@gnu.org>
9110 * info.el: Bind case-fold-search to t when searching in case
9111 a user sets it to nil in a hook.
9113 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9115 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9116 * hl-line.el (hl-line-mode): Use the new :global key argument.
9118 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9119 (tar-clip-time-string): Prepend a space.
9120 (tar-grind-file-mode): Construct a string rather than modifying one.
9121 (tar-header-block-summarize): Fix docstring.
9122 Use `format' rather than an error-prone set of copy-loops.
9124 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9125 (diff-goto-source, diff-unified->context, diff-context->unified)
9126 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9127 understand the format output by the `-p' argument to diff.
9129 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
9130 (sh-re-done): Use defconst.
9131 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9132 (sh-help-string-for-variable, sh-guess-basic-offset):
9133 Don't quote lambdas.
9134 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9135 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9137 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9138 (mh-letter-mode): Derive from text-mode.
9139 This implicitly means that it now calls kill-all-local-variables.
9140 Also remove the Emacs-18 compatibility code.
9142 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9143 Make use of symbol-property doc-string-elt.
9144 Use memq rather than a sequence of eq.
9145 (doc-string-elt): Fix the wrong or missing previously unused values.
9146 (autoload-print-form): New function extracted from
9147 generate-file-autoloads to allow recursion when handling progn
9148 so that defvar's and defun's docstrings are properly printed.
9149 (generate-file-autoloads): Use it.
9151 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9152 Use find-file-hooks in the minor-mode function.
9153 Be careful not to loop indefinitely in the post-command-hook function.
9155 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
9157 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
9159 * ediff-diff.el (ediff-exec-process): Use --binary for fine
9160 differences whenever appropriate.
9161 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9162 * viper.el (find-file, find-file-other-window): Get viper to do
9165 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9167 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9168 (jit-lock-fontify-buffer): New function for JIT refontification.
9169 (jit-lock-mode): Fix docstring.
9170 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9171 Remove jit-lock-after-change from the _local_ hook.
9172 (jit-lock-function-1): Fix docstring.
9174 * info.el (Info-on-current-buffer): Initialize info.
9176 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9178 * progmodes/tcl.el (tcl-indent-for-comment):
9179 Ignore comment-indent-hook.
9181 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9182 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
9183 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9184 and improve to use the lighter to guess the capitalization.
9185 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9186 Add keyword arguments to specify global-ness or the custom group.
9187 Add local-map and help-echo properties to the lighter.
9188 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
9189 (easy-mmode-define-global-mode): New macro.
9191 2000-06-02 Dave Love <fx@gnu.org>
9193 * wid-edit.el: byte-compile-dynamic since we typically don't use
9194 all the widgets. Don't require cl or widget. Remove
9195 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9196 (widget-read-event): Removed. Callers changed to use read-event.
9197 (widget-button-release-event-p): Renamed from
9198 button-release-event-p.
9199 (widget-field-add-space, widget-field-use-before-change):
9201 (widget-specify-field): Use keymap property, not local-map.
9202 (widget-specify-button): Obey :suppress-face.
9203 (widget-specify-insert): Use modern backquote syntax.
9204 (widget-image-directory): Renamed from widget-glyph-directory.
9205 (widget-image-enable): Renamed from widget-glyph-enable.
9206 (widget-image-find): Replaces widget-glyph-find.
9207 (widget-button-pressed-face): Move defvar.
9208 (widget-image-insert): Replaces widget-glyph-insert.
9209 (widget-convert): Use keywordp.
9210 (widget-leave-text, widget-children-value-delete): Use mapc.
9211 (widget-keymap): Remove XEmacs stuff.
9212 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
9213 (widget-button-click): Don't set point at the click, but re-centre
9214 if we scroll out of window. Rewritten for images v. glyphs &c.
9215 (widget-tabable-at): Use POS arg, not point.
9216 (widget-beginning-of-line, widget-end-of-line)
9217 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9218 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9219 (widget-default-create): Use widget-image-insert; some rewriting.
9220 (widget-visibility-value-create)
9221 (widget-push-button-value-create, widget-toggle-value-create): Use
9222 widget-image-insert.
9223 (checkbox): Create on and off images dynamically.
9224 (documentation-link): Change :help-echo.
9225 (widget-documentation-link-echo-help): Remove.
9227 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9229 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9231 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9232 (easy-mmode-define-toggle, define-minor-mode): Use it.
9233 (easy-mmode-define-keymap): Docstring fix.
9234 (define-derived-mode): Default PARENT to fundamental-mode.
9235 Add the derived-mode-parent symbol-property.
9236 (easy-mmode-derived-mode-p): New function.
9238 2000-06-02 Dave Love <fx@gnu.org>
9240 * files.el (convert-standard-filename): Doc fix.
9241 (normal-backup-enable-predicate): New function.
9242 (backup-enable-predicate): Use it to replace the lambda form.
9244 * calendar/todo-mode.el: [This needs more work on the outline
9246 (todo) <defgroup>: Add :version.
9247 (todo-add-category): Don't use pushnew.
9248 (todo-cmd-raise): Fix typo.
9249 (todo-top-priorities): Change temp buffer name.
9250 (todo-category-alist): Avoid redundant lambda.
9251 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9252 Use outline-next-heading.
9254 * autoarg.el: Rewritten to use define-minor-mode.
9255 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9256 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9258 2000-06-02 Kenichi Handa <handa@etl.go.jp>
9260 * isearch.el (isearch-other-meta-char): Fix previous change.
9262 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9264 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9265 (log-edit-done): Only add the comment to the ring if it's different
9266 from the last comment entered.
9268 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9270 2000-06-01 Dave Love <fx@gnu.org>
9272 * hl-line.el: Rewritten using define-minor-mode.
9274 * help.el (describe-function-1): Distinguish special form from
9275 builtin function. Sanity-check presence of arglist for builtins.
9277 2000-06-01 Kenichi Handa <handa@etl.go.jp>
9279 * international/characters.el: Fix syntax/category setting of
9282 * language/tibet-util.el (tibetan-add-components): Fixes for new
9283 encoding of Tibetan characters.
9284 (tibetan-decompose-precomposition-alist): New variable.
9285 (tibetan-decompose-region): Convert precomposed characters to
9286 non-precomposed characters.
9287 (tibetan-decompose-string): Likewise.
9288 (tibetan-composition-function): Fix args to
9289 thibetan-compose-string.
9291 * language/tibetan.el (tibetan-composable-pattern): More
9292 characters included.
9293 (tibetan-consonant-transcription-alist): Rule for "R" added.
9294 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9296 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9298 * language/lao-util.el (lao-composition-function): Fix args to
9301 * language/thai-util.el (thai-composition-function): Fix args to
9304 * isearch.el (isearch-update): Set disable-point-adjustment to t
9305 to prevent the point moving to the end of a composition when a
9306 part of a composition is searched.
9307 (isearch-other-meta-char): If the key invoking this command can be
9308 mapped by function-key-map to a printing char, call
9309 isearch-process-search-char directly.
9311 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9313 * emacs-lisp/bytecomp.el:
9315 * international/mule-cmds.el:
9316 * international/mule-util.el:
9317 * international/mule.el:
9320 * faces.el: Update calls to make-obsolete with a WHEN argument.
9322 * byte-run.el (make-obsolete, make-obsolete-variable):
9323 Add an optional WHEN argument and change the format of the
9324 symbol-property information.
9325 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9326 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9327 new obsolete-symbol-property format and print WHEN if it is provided.
9329 2000-05-31 Dave Love <fx@gnu.org>
9331 * loadhist.el (loadhist-hook-functions): Remove
9332 before-change-function, after-change-function.
9333 (unload-feature): Deal with symbols which are both bound and
9336 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9337 before-change-function, after-change-function.
9339 * simple.el (newline): Don't bind before-change-function,
9340 after-change-function.
9342 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9344 * whitespace.el (whitespace-rescan-timer-time): Update interval
9345 set to 600 seconds (10 minutes) instead of 60 seconds since
9346 a large number of whitespace buffers causes emacs to `freeze'
9347 for a considerable amount of time.
9349 * whitespace.el: Updated email address
9351 2000-05-31 Dave Love <fx@gnu.org>
9353 * add-log.el (change-log-font-lock-keywords) <function>: Add
9354 pattern for function of change.
9355 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9356 acknowledgements patterns.
9358 2000-05-31 Kenichi Handa <handa@etl.go.jp>
9360 * isearch.el (isearch-printing-char): If keyboard coding system is
9361 being used, call isearch-process-search-multibyte-characters.
9363 * international/isearch-x.el: Mostly rewritten.
9365 * international/quail.el (quail-start-conversion): Don't include
9366 unhandled events in the returned events, but set them in
9367 unread-command-events. Exit if all inputs are deleted.
9369 2000-05-30 Jason Rumney <jasonr@gnu.org>
9371 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9373 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9374 Reenable code to create initial fontsets.
9375 Use set-fontset-font in place of put-charset-property.
9377 2000-05-30 Gerd Moellmann <gerd@gnu.org>
9379 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9380 label, ensure that the first colon isn't followed by another.
9382 * paths.el (Info-default-directory-list): Doc fix.
9384 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9385 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9386 send a query containing USER only, not USER@HOST.
9388 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9389 and rmail-msgend to compute the restriction at the end, instead of
9392 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9394 * dabbrev.el (dabbrev-expand): Don't display messages in the
9395 echo area if the minibuffer window is active.
9397 * jit-lock.el (jit-lock-mode): Add after change function to
9400 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9402 * antlr-mode.el: New commands: hide/unhide actions,
9403 upcase/downcase literals.
9404 (antlr-tiny-action-length): New user option.
9405 (antlr-hide-actions): New command. Suggested by
9406 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
9407 (antlr-mode-map): New binding [C-c C-v].
9408 (antlr-mode-menu): New entries.
9409 (antlr-downcase-literals): New command.
9410 (antlr-upcase-literals): Ditto.
9412 * antlr-mode.el: Minor changes: indendation, mode-name.
9413 (antlr-indent-line): Indent cpp directive at column 0.
9414 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9416 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9417 (antlr-font-lock-additional-keywords): Workaround for intentional
9418 bug in XEmacs version of font-lock.
9419 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9420 be used by a smarter version of `buffers-menu-grouping-function'.
9422 2000-05-29 Gerd Moellmann <gerd@gnu.org>
9424 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9425 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9427 2000-05-29 Kenichi Handa <handa@etl.go.jp>
9429 * international/encoded-kb.el
9430 (encoded-kbd-iso2022-designation-map): Pay attention to that
9431 charset-iso-final-char return -1 for eight-bit-control and
9434 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9436 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9437 (speedbar-easymenu-definition-base): Use display-graphic-p where
9438 available, instead of window-system.
9440 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9442 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9443 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9446 2000-05-26 Dave Love <fx@gnu.org>
9448 * disp-table.el (standard-display-underline): Don't use
9451 * mail/reporter.el: Maintainer change. Doc fixes.
9452 (reporter-version): Deleted.
9454 * emacs-lisp/elp.el: Maintainer change.
9455 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9457 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9459 * add-log.el (add-change-log-entry): Merge the current entry with the
9460 previous one if the previous one is empty.
9462 2000-05-26 Dave Love <fx@gnu.org>
9464 * loadhist.el (unload-feature): Fix interactive spec [from
9465 lijnzaad@ebi.ac.uk].
9467 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9468 subr-arity to check primitives.
9469 (byte-compile-flush-pending, byte-compile-file-form-progn)
9470 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9471 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9474 2000-05-26 Kenichi Handa <handa@etl.go.jp>
9476 * international/fontset.el: Set family names of non-latin charsets
9477 in default fontset to "*".
9479 * international/mule-diag.el (print-fontset): Combine family part
9480 and registry part of the fontname by "-*-" instead of "-".
9482 * international/mule-cmds.el (encode-coding-char): Make strings
9483 multibyte before calling encode-coding-string.
9485 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9487 * derived.el: Fix keywords.
9488 (define-derived-mode): Only define if needed.
9490 * simple.el (fill-comment, comment-column, comment-start)
9491 (comment-start-skip, comment-end, comment-indent-function)
9492 (block-comment-start, block-comment-end, indent-for-comment)
9493 (set-comment-column, kill-comment, comment-padding, comment-region)
9494 (comment-multi-line, indent-new-comment-line): Remove.
9496 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9497 function names for comment operations.
9499 * newcomment.el: Add abundant autoload cookies.
9500 (comment-style): Don't depend on runtime data at compile-time.
9501 (comment-indent-hook): Remove.
9502 (comment-indent): Check if comment-indent-hook is bound.
9503 (comment-region): Docstring fix.
9505 2000-05-25 Dave Love <fx@gnu.org>
9507 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9508 byte-code-function-p.
9510 * mail/rmailsum.el: Add provide.
9512 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9514 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9517 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
9519 * ediff-diff.el (ediff-exec-process): delete --binary option from
9520 non-buffer ediff jobs.
9522 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9524 * hilit-chg.el (highlight-changes-mode): Ask about color or
9525 grayscale support, not about window-system.
9527 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9529 (ffap-highlight): Always default to t.
9531 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9532 display-popup-menus-p instead of looking at window-system.
9534 * disp-table.el (standard-display-g1, standard-display-graphic):
9535 Only refuse to use string glyphs on X and MS-Windows.
9537 * avoid.el: Remove window-system from commentary, suggest to use
9538 display-*-p instead.
9540 * apropos.el (apropos-print): Use display-mouse-p instead of
9543 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9545 * international/codepage.el (cp-decoding-vector-for-codepage):
9546 Fill up unsupported characters with their own codes. From Kenichi
9549 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9551 * international/mule-diag.el (describe-char-after): Use
9552 display-graphic-p instead of window-system, so that this function
9555 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9557 * international/codepage.el (cp-make-coding-systems-for-codepage):
9558 Remove the eight-bit-graphic and eight-bit-control charsets from
9559 the list of charsets which we convert into `?'.
9561 2000-05-25 Kenichi Handa <handa@etl.go.jp>
9563 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9565 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9566 japanese-jisx0213-2): New charsets.
9568 * international/fontset.el: Setup default fontset for new charsets.
9570 2000-05-24 Dave Love <fx@gnu.org>
9572 * info.el (Info-find-node-2): Restructure [following "Vadim
9573 S. Solomin" <sovs@uic.nnov.ru>].
9575 * icomplete.el: Fix header for Finder.
9577 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9579 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9582 * rmail.el (rmail-automatic-folder-directives): New user variable.
9583 (rmail-show-message): Add call to `rmail-auto-file' during
9585 (rmail-auto-file): New function.
9587 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9589 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
9591 (ediff-test-utility,ediff-diff-mandatory-option)
9592 (ediff-reset-diff-options): Utilities for proper initialization of
9593 ediff-diff-options and ediff-diff3-options on Windows.
9595 * ediff-init.el (ediff-merge-filename-prefix): New customizable
9598 * ediff-mult.el (ediff-filegroup-action): Use
9599 ediff-merge-filename-prefix.
9601 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9603 * viper-ex.el (ex-write): Set selective display to nil.
9605 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9607 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9608 aliases for hebrew-iso-8bit.
9610 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9612 * woman.el: New version from Francis J. Wright
9613 <F.J.Wright@Maths.QMW.ac.uk>.
9614 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9615 names in environment variables regardless of the path separator.
9616 (woman-topic-all-completions-1): Don't call file-name-directory-p
9617 on all files, since woman-file-regexp already filters out any
9620 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9622 * international/quail.el (quail-start-translation): Don't change
9623 modified-p of the current buffer.
9624 (quail-start-conversion): Likewise.
9626 * international/kkc.el (kkc-region): Don't change modified-p of
9629 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9631 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
9633 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9635 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9636 (speedbar-insert-button): Invisible text property fix.
9637 (speedbar-directory-plus): Renamed from speedbar-directory-+
9638 (speedbar-directory-minus): Renamed from speedbar-directory--
9639 (speedbar-page-plus): Renamed from speedbar-file-+
9640 (speedbar-page-minus): Renamed from speedbar-file--
9641 (speedbar-page): Renamed from speedbar-file-
9642 (speedbar-tag): Renamed from speedbar-tag-
9643 (speedbar-tag-plus): Renamed from speedbar-tag-+
9644 (speedbar-tag-minus): Renamed from speedbar-tag--
9645 (speedbar-expand-image-button-alist): Use above renames.
9647 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9648 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9649 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9650 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9651 * sb-pg.xpm: Renamed from sb-file.xpm
9652 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9653 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
9655 2000-05-24 Kenichi Handa <handa@etl.go.jp>
9657 * international/quail.el (quail-show-guidance-buf): Set
9658 current-input-method of the guidance buffer to the name of the
9659 curren input method.
9661 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9663 * progmodes/compile.el (compile-internal): Style typo.
9665 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9666 quote vars and functions in the docstring.
9668 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9670 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9671 Don't quote lambdas.
9673 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9675 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9677 * startup.el (command-line): Determine source file of compiled
9678 user init file differently. Warn if compiled user init file
9679 is older than its source file.
9681 * ffap.el (ffap-url-regexp): Add `https'.
9683 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9685 * files.el (make-backup-file-name-1): Replace slashes with `!'
9686 rather than `|' (which is not allowed on Windows). Replace the
9687 drive letters with a string "drive_X".
9689 2000-05-23 Gerd Moellmann <gerd@gnu.org>
9691 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9693 * files.el (interpreter-mode-alist): Add `bash2'.
9695 2000-05-22 Dave Love <fx@gnu.org>
9697 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9699 (feature-file): Avoid calling symbol-name. Doc fix.
9700 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9701 (loadhist-hook-functions): Add mouse-position-function.
9702 (unload-feature): Change uses of mapcar.
9704 * files.el (parse-colon-path): Doc fix.
9705 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9706 (set-auto-mode): Use mapc.
9708 * complete.el (PC-look-for-include-file): Use :alnum: character
9710 (partial-completion-mode): Add autoload cookie.
9712 2000-05-22 Sam Steingold <sds@gnu.org>
9714 * info.el (Info-fontify-node): Fixed the call to
9715 `add-text-properties' (bug introduced on 2000-05-18).
9717 2000-05-22 Dave Love <fx@gnu.org>
9719 * bindings.el: Remove debug-ignored-errors set in other files.
9721 * progmodes/etags.el: Add to debug-ignored-errors.
9722 (visit-tags-table-buffer): Clear out buffers holding old tables
9723 when making a new list.
9724 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9727 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9729 (cmpl-string-case-type): Use character classes.
9732 * textmodes/ispell.el:
9735 * progmodes/compile.el: Add to debug-ignored-errors.
9737 * dabbrev.el: Add to debug-ignored-errors.
9738 (dabbrev-completion): Use mapc.
9740 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9742 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9743 (woman-mapcan, woman-parse-man.conf)
9744 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9745 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9746 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9748 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9749 (woman-manpath): Call woman-parse-man.conf.
9750 (woman-emulation): New defcustom, defaults to nroff.
9751 (woman-font-support): New defconst.
9752 (woman-use-symbol-font): New defcustom.
9753 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9755 Many functions: Doc fix.
9757 2000-05-22 Kenichi Handa <handa@etl.go.jp>
9759 * international/quail.el (quail-simple-translation-keymap): Map
9760 128..255 to quail-self-insert-command.
9761 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9763 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9765 * help.el (help-manyarg-func-alist): Typo.
9767 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9768 intervals which makes it heaps simpler.
9770 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9771 the nested comment markers.
9773 * subr.el (remove-hook): Don't turn the hook's value into a list.
9775 2000-05-21 Dave Love <fx@gnu.org>
9777 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9778 are invalid characters.
9780 * international/mule-util.el (detect-coding-with-priority): Use
9781 mapc. Remove redundant lambda.
9783 * international/mule-diag.el (list-non-iso-charset-chars)
9784 (describe-fontset): Remove redundant lambda.
9786 * emulation/crisp.el (brief-mode): New alias.
9788 * emacs-lisp/ring.el (ring-elements): New function.
9790 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9791 (easy-menu-do-add-item): Use keywordp.
9793 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9795 * replace.el: Doc and error message fixes.
9796 (replace-highlight): Use facep, not internal-find-face.
9798 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9800 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9802 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9803 (log-edit-insert-changelog): Drop `:' as well.
9805 * log-view.el: Fix file description.
9806 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9808 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9809 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9811 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9812 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9813 Print a status message if the toggle is called interactively.
9814 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9815 for global minor modes and use `defcustom' for them.
9817 (easy-mmode-define-derived-mode): Remove.
9818 (define-derived-mode): Fancier default docstring.
9819 (easy-mmode-define-navigation): Signal an error rather than (ding).
9821 * newcomment.el (comment-styles): New `box-multi'.
9822 (comment-normalize-vars): Better default for comment-continue to
9823 avoid whitespace-only continuations.
9824 (comment-search-forward): Always move even in the no-syntax case.
9825 (comment-padright): Only obey N if it's only obeyed for padleft.
9826 (comment-make-extra-lines): Better handling of empty continuations.
9827 Use `=' for the filler if comment-start has only one character.
9828 (uncomment-region): Try handling the special `=' filler.
9829 (comment-region): Allow LINES even if MULTI is nil.
9830 (comment-box): Choose box style based on comment-style.
9832 2000-05-20 Kenichi Handa <handa@etl.go.jp>
9834 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9835 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9837 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
9839 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9840 and insert, not subst-char-in-region.
9842 * international/mule-diag.el (list-character-sets-1): Handle
9843 charsets eight-bit-control and eight-bit-graphic.
9844 (list-iso-charset-chars): Likewise.
9845 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9846 charactes as is. Use indent-to to align characters.
9848 * international/mule-cmds.el (find-multibyte-characters): Never
9849 exclude charsets eight-bit-control and eight-bit-graphic.
9851 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9853 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9854 Don't quote lambdas.
9856 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9858 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9860 * gud.el (gud-jdb-directories): Doc fix.
9862 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9864 * newcomment.el: New file.
9866 2000-05-19 Gerd Moellmann <gerd@gnu.org>
9868 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9870 2000-05-18 Andreas Schwab <schwab@suse.de>
9872 * dired.el (dired-between-files): Also skip lines beginning with
9875 2000-05-18 Gerd Moellmann <gerd@gnu.org>
9877 * msb.el (msb-menu-cond): Add choice `user'.
9879 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9881 * ps-print.el: Compatibility, customization and doc fix.
9882 (ps-printer-name-option): Replace defconst by defvar.
9883 (ps-postscript-code-directory): XEmacs compatibility.
9884 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9886 (ps-user-defined-prologue, ps-print-prologue-header)
9887 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9888 compatibility and code fix.
9889 (ps-print-background-image, ps-print-background-text):
9891 (ps-line-number-start, ps-n-up-on): New vars.
9893 2000-05-18 Espen Skoglund <esk@ira.uka.de>
9895 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9896 the indent-comment function to just return the appropriate indent.
9898 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9900 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9901 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9902 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9904 2000-05-18 Dave Love <fx@gnu.org>
9906 * info.el (Info-fontify-node): Add intangible property as well as
9909 * calendar/appt.el (appt-make-list): Match all lines of entry.
9910 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9912 2000-05-18 Kenichi Handa <handa@etl.go.jp>
9914 * international/mule-diag.el (describe-char-after): Call
9915 internal-char-font, not char-font. If internal-char-font returns
9916 nil, display "-- none --".
9918 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9920 * image.el (image-type-available-p): Don't reference image-types
9923 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9925 * autoarg.el (autoarg-mode): Typo in the :set argument.
9927 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9929 * startup.el (command-line-1): Don't signal an error if the
9930 directory for auto-save-list files does not yet exist.
9932 2000-05-17 Kenichi Handa <handa@etl.go.jp>
9934 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9936 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9938 * subr.el (remove-hook): `setq' hook-value, not `set'.
9940 2000-05-16 Sam Steingold <sds@gnu.org>
9942 * info.el (debug-ignored-errors): More errors to ignore.
9944 2000-05-16 Dave Love <fx@gnu.org>
9946 * cus-edit.el: Don't require cl or easymenu.
9947 (custom-variable-prompt): Test standard-value property, not
9950 2000-05-16 Sam Steingold <sds@gnu.org>
9952 * subr.el (add-hook): `setq' hook-value, not `set'.
9954 2000-05-16 Gerd Moellmann <gerd@gnu.org>
9956 * startup.el (command-line-1): Mention the FAQ in the startup
9959 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9961 * progmodes/compile.el (compilation-parse-errors): Collect
9962 `nomessage' regexps last.
9964 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9966 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9967 to the function name.
9969 2000-05-15 Dave Love <fx@gnu.org>
9971 * speedbar.el (speedbar-recenter): Typo.
9972 (speedbar-expand-line): Make arg optional.
9973 (speedbar-mode): Avoid a compiler warning.
9975 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9977 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9978 user-specified option string is empty.
9980 * mouse.el (mouse-yank-at-click): Doc fix.
9982 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9984 * term/internal.el (IT-character-translations): More updates of
9985 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9988 2000-05-15 Gerd Moellmann <gerd@gnu.org>
9990 * env.el (getenv): New function, interactively callable.
9991 (setenv, getenv): Remove autoload cookies.
9993 * loadup.el: Load `env'.
9995 * progmodes/f90.el: Change author's mail address.
9997 2000-05-14 Dave Love <fx@gnu.org>
9999 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10000 goto-addr as an option.
10002 * help.el (help-xref-stack): Doc fix.
10003 (help-xref-following): New variable.
10004 (help-make-xrefs): Use it.
10005 (help-xref-go-back): Use position information from stack element.
10006 (help-follow): Make position in stack element a pair. Use
10007 help-xref-following.
10009 * autoarg.el: New file.
10011 * faces.el: Declare more functions obsolete.
10013 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10014 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10015 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10016 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10017 Remove all the setup-...-environment functions.
10019 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10021 * speedbar.el: Updated the commentary section. xemacs20p now uses
10022 >= when detecting. Require `defimage' safely.
10023 (speedbar-easymenu-definition-base): Add toggle for images.
10024 (speedbar-easymenu-definition-special): Add flush cache & expand.
10025 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10026 (speedbar-reconfigure-keymaps-hook): New variable.
10027 (speedbar-frame-parameters): Updated documentation.
10028 (speedbar-use-imenu-flag): Updated custom tag
10029 (speedbar-dynamic-tags-function-list): New variable.
10030 (speedbar-tag-hierarchy-method): Updated doc & custom.
10031 (speedbar-indentation-width, speedbar-indentation-width) New
10033 (speedbar-hide-button-brackets-flag): Customizable.
10034 (speedbar-vc-indicator): Doc update.
10035 (speedbar-ignored-path-expressions): Updated default value.
10036 (speedbar-supported-extension-expressions): Updated default value.
10037 (speedbar-syntax-table): Remove {} paren status.
10038 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10039 as "+". Added overlay aliases.
10040 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10041 `force-mode-line-update'.
10042 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10043 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10045 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
10046 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10047 of arbitrary text, and new helper functions.
10048 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10050 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10051 (speedbar-directory-buttons): Update path search/expansion.
10052 (speedbar-make-tag-line): Pay attention to
10053 `speedbar-indentation-width'. Use more care w/ invisible
10055 (speedbar-change-expand-button-char): Call
10056 `speedbar-insert-image-button-maybe'.
10057 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
10058 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10059 (speedbar-trim-words-tag-hierarchy)
10060 (speedbar-simple-group-tag-hierarchy): New functions
10061 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
10062 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10064 (speedbar-mouse-set-point): New function
10065 (speedbar-power-click): Updated documentation.
10066 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10067 of tag prefix text.
10068 (speedbar-expand-line, speedbar-contract-line): Make more robust
10070 (speedbar-expand-line): Takes universal argument to flush the
10072 (speedbar-flush-expand-line): New function.
10073 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10074 Use new generator insertion method.
10075 (speedbar-fetch-dynamic-tags): New function.
10076 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10077 `speedbar-fetch-dynamic-imenu'.
10078 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10079 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10080 "Revert Buffer" menu items.
10081 (speedbar-buffer-buttons-engine): Be smarter when creating a
10082 filename tag (for expansion purposes.).
10083 (speedbar-highlight-one-tag-line,
10084 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10085 (speedbar-recenter): New functions.
10086 (defimage-speedbar): Image loading abstraction.
10087 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10088 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10089 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10090 (speedbar-tag-type, speedbar-tag-mail): New images.
10091 (speedbar-expand-image-button-alist): New variable.
10092 (speedbar-insert-image-button-maybe): Insert an image over some
10095 2000-05-13 Kenichi Handa <handa@etl.go.jp>
10097 * international/mule-cmds.el (encode-coding-char): An ASCII
10098 character is always encodable.
10100 * international/mule-conf.el: Add more information in descriptions
10103 * international/mule-diag.el (describe-char-after): New function.
10104 (describe-font-internal): Adjusted for the change of font-info.
10105 (describe-font): Likewise.
10106 (print-fontset): Rewritten for the new fontset implementation.
10107 (describe-fontset): Include fontset alias names in completion.
10108 (list-fontsets): Adjusted for the change of print-fontset.
10110 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10111 describe-char-after instead of displaying the detail in the echo
10113 (syntax-code-table): Format changed.
10114 (string-to-syntax): Adjusted for the above change.
10116 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10118 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10120 2000-05-12 Dave Love <fx@gnu.org>
10122 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10123 dependence. Use line-{beginning,end}-position, not
10124 point-at{b,e}ol. Some doc fixes.
10125 (todo-position): New function. Fix callers of position to use it.
10126 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10128 2000-05-12 Gerd Moellmann <gerd@gnu.org>
10130 * time.el (display-time-mail-icon): Use `:ascent center'.
10132 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10133 handling FTP security extensions.
10135 2000-05-11 Dave Love <fx@gnu.org>
10137 * calendar/todo-mode.el: New file.
10139 2000-05-11 Gerd Moellmann <gerd@gnu.org>
10141 * comint.el (comint-read-input-ring): Move reference to
10142 comint-input-ring-size outside of the save-excursion. It was
10143 causing the default value to be the only one ever seen.
10145 * font-lock.el: Update copyright. Remove Simon Marshall's email
10146 address on request from him.
10148 * subr.el (substitute-key-definition): Add comment describing
10149 the meaning of PREFIX.
10151 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10153 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10155 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10156 (add-minor-mode): Don't make the variable buffer-local and add a
10157 reference to define-minor-mode in the docstring.
10159 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10160 HEADER/FOOTER and fix bug with trailing empty directory.
10161 (cvs-append-to-ignore): Use vc-editable-p if available.
10162 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10163 (vc-do-command): Tweak advice to handle the new VC.
10165 * log-view.el (log-view-goto-rev): New function for the new VC.
10166 (log-view-minor-wrap): Use mark-active.
10168 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10169 (log-edit-changelog-full-paragraphs): New var.
10170 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10171 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10172 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10173 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10174 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10175 Replace the `cvs' prefix with `log-edit'.
10177 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10179 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10180 (diff-font-lock-defaults): Explicitly turn off multiline.
10181 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10182 (diff-ediff-patch): Fix call to ediff-patch-file.
10183 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10186 * frame.el (automatic-hscrolling): Typo.
10188 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10190 2000-05-09 Sam Steingold <sds@goems.com>
10192 * apropos.el (apropos-print): use `describe-face' instead of
10193 `customize-face-other-window'.
10195 2000-05-09 Dave Love <fx@gnu.org>
10197 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10199 * help.el (describe-variable): Have customize button pop the
10200 help-xref stack when invoked.
10201 (help-xref-symbol-regexp): Add `face'.
10202 (help-make-xrefs): Check for quoted face names and adapt regexp
10203 submatch numbers to cope.
10204 (help-xref-interned): Maybe insert face doc too. Separate
10205 sections with a line of hyphens.
10207 * faces.el: Some doc fixes. Declare some functions obsolete.
10208 (describe-face): Add customize button. Return the help
10211 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10213 * term/internal.el (IT-character-translations): Fix last change.
10215 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10217 * woman.el: New file
10218 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10220 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10222 * term/internal.el (IT-character-translations): Update ASCII
10223 simulations for greek-iso8859-7, add latin-iso8859-14 and
10226 * international/mule-cmds.el (set-language-info-alist): Call
10227 define-prefix-command with 3 arguments, to make the map suitable
10230 2000-05-07 Dave Love <fx@gnu.org>
10232 * time.el: Small doc fixes from Pavel Jan
\e,Am
\e(Bk ml.
10234 2000-05-05 Dave Love <fx@gnu.org>
10236 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10237 list in doc string. Don't quote keyword symbols.
10238 * emacs-lisp/cl.el: Likewise
10239 * emacs-lisp/cl-seq.el: Likewise
10241 2000-05-05 Gerd Moellmann <gerd@gnu.org>
10243 * abbrev.el (abbrev-mode): Make ARG optional.
10245 2000-05-04 Gerd Moellmann <gerd@gnu.org>
10247 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10249 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10251 * subr.el (substitute-key-definition): Clarify documentation.
10253 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
10255 * glasses.el (glasses-convert-to-unreadable): Use
10256 `glasses-separator' instead of the hard-wired "_".
10257 (glasses-mode): Call `glasses-make-unreadable' only in a single
10260 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10262 * term/internal.el (cjk-codepages-alist): Add associations for
10263 Chinese and Korean codepages. Remove FIXME comment.
10265 2000-05-03 Dave Love <fx@gnu.org>
10267 * time.el (display-time-mail-face, display-time-use-mail-icon):
10269 (display-time-mail-icon): New variable.
10270 (display-time-string-forms): Use the above. Fix the local-map.
10272 2000-05-03 Gerd Moellmann <gerd@gnu.org>
10274 * replace.el (query-replace-map): Add binding for `E'.
10275 (query-replace-help): Extend help text.
10276 (perform-replace): Allow editing the replacement string.
10278 * make-mode.el (makefile-mode-abbrev-table): New variable.
10279 (makefile-mode): Set local abbrev table to
10280 makefile-mode-abbrev-table.
10281 (makefile-font-lock-keywords): Fontify includes and conditionals.
10283 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10284 set TOGGLE's value.
10286 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10287 mail-interactive-insert-alias.
10288 (mail-abbrev-complete-alias): New command.
10289 (mail-mode-map): Bind it to `M-TAB'.
10291 2000-05-03 Kenichi Handa <handa@etl.go.jp>
10293 * language/lao-util.el (lao-compose-region): New function.
10295 2000-05-02 Gerd Moellmann <gerd@gnu.org>
10297 * files.el (recover-session): Make directories as necessary
10298 if they don't exist yet.
10300 * calendar/cal-french.el
10301 (french-calendar-multibyte-special-days-array)
10302 (french-calendar-special-days-array): Change French text.
10303 (calendar-french-date-string): Change output.
10304 (calendar-goto-french-date): Likewise.
10306 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10308 * wid-edit.el (widget-default-active): Obey `:always-active'.
10309 (widget-documentation-string-value-create): Set `:always-active'.
10311 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10313 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10314 default prefix to `~/_emacs.d/auto-save.list/_s'.
10315 (normal-top-level): Create the directory for auto-save files, if
10316 it doesn't already exist (in the ms-dos case only).
10318 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10320 * international/mule-cmds.el (set-language-environment): Don't
10321 concat an integer (dos-codepage), use format instead.
10323 2000-05-02 Dave Love <fx@gnu.org>
10325 * help.el (help-xref-on-pp): Check for constant symbols.
10327 2000-04-29 Gerd Moellmann <gerd@gnu.org>
10329 * startup.el (normal-top-level): Put a condition-case around
10330 the code loading subdirs.el.
10332 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10334 * ps-print.el: Upside-down and face background color printing,
10335 line number step, doc fix.
10336 (ps-print-version): New version number (5.2).
10337 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10338 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10339 (ps-spool-config): Var fix.
10340 (ps-printer-name-option): Const fix.
10341 (ps-print-upside-down, ps-use-face-background)
10342 (ps-line-number-step): New vars.
10343 (ps-window-system, ps-lp-system): New consts.
10344 (ps-face-background): New fun.
10346 2000-04-28 Richard Stallman <rms@gnu.org>
10348 * files.el (make-auto-save-file-name):
10349 Apply auto-save-file-name-transforms to visited file name
10350 before generating auto save file name.
10351 (auto-save-file-name-transforms): New variable.
10353 * files.el (backup-enable-predicate):
10354 Correctly test for a file under a temporary directory.
10356 2000-04-28 Gerd Moellmann <gerd@gnu.org>
10358 * subr.el (add-minor-mode): Rewritten.
10360 2000-04-28 Kenichi Handa <handa@etl.go.jp>
10362 * mail/sendmail.el (sendmail-send-it): Set
10363 buffer-file-coding-system to the selected coding system for MIME
10366 2000-04-27 Gerd Moellmann <gerd@gnu.org>
10368 * dired.el (dired-move-to-filename-regexp): Allow format where
10369 YYYY is followed by two spaces.
10371 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10372 in the second character class of the regexp.
10374 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10377 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10380 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10382 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10385 2000-04-27 Sen Nagata <sen@eccosys.com>
10387 * emacs-lisp/crm.el (crm-completion-table): New variable.
10388 (crm-collection-fn, crm-test-completion)
10389 (completing-read-multiple): Use it.
10391 2000-04-27 Dave Love <fx@gnu.org>
10393 * help.el (locate-library): Use mapc.
10394 (help-manyarg-func-alist): Add call-process-region.
10396 2000-04-26 Gerd Moellmann <gerd@gnu.org>
10398 * subr.el (add-minor-mode): Make argument MAP optional.
10400 * desktop.el (desktop-save): Save list of minor modes.
10401 (desktop-create-buffer): Restore minor modes.
10402 (desktop-minor-mode-table): New user-option.
10404 * subr.el (add-minor-mode): New function.
10406 * image.el (find-image): New function.
10407 (defimage): Rewritten to find image at load time.
10409 * startup.el (normal-top-level-add-to-load-path): Handle
10410 case that the default directory is not in load-path.
10412 * help.el: Old patch from Stefan Monnier.
10413 (help-xref-on-pp): New function.
10414 (describe-variable): Use it to display xrefs in a symbol's value.
10416 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10418 * cus-edit.el (custom-face): Fix parenthesis.
10420 2000-04-26 Kenichi Handa <handa@etl.go.jp>
10422 * mail/rmail.el (rmail-expunge): When there are no deleted
10423 messages, do nothing.
10425 2000-04-26 Dave Love <fx@gnu.org>
10427 * international/mule-cmds.el (locale-translation-file-name):
10429 (set-locale-environment): Set it here (at runtime).
10431 2000-04-25 Gerd Moellmann <gerd@gnu.org>
10433 * replace.el (perform-replace): Add parameters START and END. Use
10434 them instead of the check for a region in Transient Mark mode.
10435 (query-replace-read-args): Return two more list elements for the
10436 start and end of the region in Transient Mark mode.
10437 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10438 (map-query-replace-regexp, replace-string, replace-regexp): Add
10439 optional last arguments START and END and pass them to
10442 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10443 form with additional arguments for perform-replace.
10445 * progmodes/etags.el (tags-query-replace): Add parameters START
10446 and END. Construct a form with additional arguments for
10449 * simple.el (shell-command): Set default directory for "*Shell
10450 Command Output" buffer.
10452 * language/european.el (iso-latin-4): Fix typo.
10454 * emacs-lisp/crm.el: New file.
10456 2000-04-24 Dave Love <fx@gnu.org>
10458 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10459 (Custom-reset-saved, Custom-reset-standard)
10460 (custom-group-value-create, custom-group-set, custom-group-save)
10461 (custom-group-reset-current, custom-group-reset-saved)
10462 (custom-group-reset-standard): Use mapc.
10463 (custom-buffer-create-internal): Disable undo when creating items.
10465 (custom-face): Avoid redundant lambda.
10467 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10469 * startup.el (auto-save-list-file-prefix): Set default to
10470 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10472 2000-04-24 Sam Steingold <sds@gnu.org>
10474 * time-stamp.el (time-stamp-string-preprocess): Always convert
10475 `field-result' to a string.
10477 2000-04-24 Gerd Moellmann <gerd@gnu.org>
10479 * frame.el (scrolling): New group.
10480 (automatic-hscrolling): New user-option.
10482 * startup.el (command-line-x-option-alist): Add `-lsp' and
10485 2000-04-19 Dave Love <fx@gnu.org>
10487 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10488 (cl-mapc): Rename from mapc. Fix the funcall.
10490 2000-04-19 Gerd Moellmann <gerd@gnu.org>
10492 * simple.el (clone-indirect-buffer-other-window): New command.
10493 (clone-indirect-buffer): Add optional arg NORECROD.
10494 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10496 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10498 * window.el (count-screen-lines): New function.
10499 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10500 instead of window-buffer-height.
10502 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10503 non-existing variable comint-input-sentinel.
10504 (inferior-lisp-args-to-list): Removed.
10505 (inferior-lisp): Use split-string instead of
10506 inferior-lisp-args-to-list.
10508 * hexl.el (hexl-insert-hex-string): New command.
10510 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10513 2000-04-18 Gerd Moellmann <gerd@gnu.org>
10515 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10516 at the start of an existing but empty folder.
10518 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10520 * ps-mule.el: Customization fix, doc fix.
10521 (ps-multibyte-buffer): Customization fix.
10523 2000-04-17 Richard M. Stallman <rms@gnu.org>
10525 * subr.el (read-passwd): Use read-char-exclusive.
10527 2000-04-17 Gerd Moellmann <gerd@gnu.org>
10529 * textmodes/texinfo.el (texinfo-insert-@email)
10530 (texinfo-insert-@emph, texinfo-insert-@quotation)
10531 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10532 (texinfo-mode-map): Add key bindings for them.
10534 * files.el (basic-save-buffer-2): Use a template with `$'
10535 instead of `#' for VMS.
10537 * simple.el (clone-indirect-buffer): New function.
10539 2000-04-16 Stephen Eglen <stephen@gnu.org>
10541 * iswitchb.el (iswitchb-case): New function. If the user input
10542 contains any upper-case characters, the search is made
10545 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10547 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10549 (texinfo-font-lock-syntactic-keywords): New var.
10550 (texinfo-font-lock-keywords): Remove comment regexp.
10551 (texinfo-insert-block): New function.
10552 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
10553 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10554 and font-lock-defaults. Use regexp-opt for outline-regexp.
10555 (texinfo-environments): New var.
10556 (texinfo-environment-regexp): Use regexp-opt and
10557 texinfo-environments.
10559 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10560 ispell-process is bound since this might be eval'd before ispell
10562 (ispell-message): Use a tiny bit less magic and a bit more hard
10563 data to figure out what kind of sc-cite-regexp to use.
10565 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10567 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10568 (insert-cyclic-diary-entry): Unquote the lambda.
10570 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10572 * files.el (backup-enable-predicate): Unquote the lambda.
10574 * cus-edit.el (custom-face, face): Unquote the lambda.
10576 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10578 * ps-print.el: Check for line-beginning-position definition.
10580 * ps-print.el: Fix counting lines in a region.
10581 (ps-print-version): New version number (5.1.5).
10582 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10583 (ps-printing-region): Fun code fix.
10585 2000-04-15 Gerd Moellmann <gerd@gnu.org>
10587 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10588 to file-directory-p.
10590 2000-04-14 Gerd Moellmann <gerd@gnu.org>
10592 * gud.el (gud-jdb-build-source-files-list): Check that directory
10593 exists before calling directory-files.
10595 2000-04-13 Dave Love <fx@gnu.org>
10597 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10600 * emacs-lisp/cl-specs.el: Remove when, unless.
10602 * emacs-lisp/cl-extra.el: Don't quote keywords.
10603 (cl-old-mapc): New variable.
10605 (cl-map-intervals): Use with-current-buffer. Don't check for
10606 next-property-change.
10607 (cl-map-overlays): Use with-current-buffer.
10609 (copy-tree, remprop): Define unconditionally.
10611 * emacs-lisp/cl-compat.el (keywordp): Remove.
10613 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10615 (edebug-spec): Enable keywordp.
10617 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10620 * cus-start.el: Use keywordp.
10622 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10624 * diary-lib.el (include-other-diary-files): Fix the fix of
10625 2000-02-18 by doing a save-excursion.
10627 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10629 * ps-print.el: Customization fix, doc fix.
10630 (ps-print-version): New version number (5.1.4).
10631 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10632 (ps-print-preprint): Adjust code.
10633 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10634 (ps-print-prologue-header, ps-print-control-characters)
10635 (ps-spool-config): Customization fix.
10637 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10639 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10640 converted to the new menu-item format, names silightly changed,
10641 help strings added.
10643 Support for spelling without async subprocesses:
10645 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10646 (ispell-session-buffer): New variables.
10647 (ispell-start-process, ispell-process-status,
10648 ispell-accept-output, ispell-send-string): New functions, for
10649 Ispell invocation when async subprocesses aren't supported.
10650 (ispell-word, ispell-pdict-save, ispell-command-loop,
10651 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10652 to process-send-string with calls to ispell-send-string, and
10653 accept-process-output with ispell-accept-output.
10654 (ispell-init-process): Call ispell-process-status instead of
10655 process-status with.
10656 (ispell-init-process): Call ispell-start-process. Call
10657 ispell-accept-output and ispell-send-string. Don't call
10658 process-kill-without-query and kill-process if they are unbound.
10659 (ispell-async-processp): New function.
10661 2000-04-12 Dave Love <fx@gnu.org>
10663 * info.el: Add debug-ignored-errors.
10664 (Info-mode-menu): Add some items.
10665 (Info-directory): Add autoload cookie.
10667 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10668 Modify `truncate-lines'. Make `describe-language-environment'
10669 always visible and add help. Modify `describe-key' help. Invoke
10670 Info-directory from `info'. New entry `emacs-manual'.
10672 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10674 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10675 propertized-buffer-identification.
10676 (ebrowse-update-member-buffer-mode-line): Likewise.
10677 (ebrowse--mode-strings): Removed.
10678 (ebrowse--mode-line-props): Removed.
10680 * files.el (auto-mode-alist): Add `EBROWSE'.
10682 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10683 space before testing for end of buffer.
10684 (ebrowse-load): Removed.
10685 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10686 (ebrowse-create-tree-buffer): Rewritten.
10687 (ebrowse-tree-mode): Read tree from buffer.
10689 * progmodes/ebrowse-ffh.el: Removed.
10691 2000-04-10 Kenichi Handa <handa@etl.go.jp>
10693 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10695 2000-04-10 Gerd Moellmann <gerd@gnu.org>
10697 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10698 at the wrong place.
10700 2000-04-09 Dave Love <fx@gnu.org>
10702 * files.el (backup-enable-predicate): Use
10703 temporary-file-directory, small-temporary-file-directory.
10704 (make-backup-file-name-function, backup-directory-alist): New
10706 (make-backup-file-name-1): New function.
10707 (make-backup-file-name): Use it.
10708 (find-backup-file-name): Likewise. Use format for clarity, not
10710 (file-newest-backup): Use make-backup-file-name.
10712 2000-04-09 Gerd Moellmann <gerd@gnu.org>
10714 * progmodes/ebrowse-ffh.el: New file.
10716 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10718 (ebrowse-load): Add autoload.
10720 * finder.el (finder-commentary): Add autoload cookie.
10722 * mail/rfc2368.el: Correct author's email address.
10724 * progmodes/ebrowse.el: New file.
10726 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10728 (easy-menu-do-add-item): Ditto.
10729 (easy-menu-define): Extend doc string.
10731 * jit-lock.el (with-buffer-unmodified): Use
10732 restore-buffer-modified-p.
10733 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10734 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10735 with-buffer-unmodified.
10737 2000-04-08 Dave Love <fx@gnu.org>
10739 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10742 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10744 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10745 (viper-flash-search-pattern): No operation when using Emacs
10746 doesn't support face.
10747 Use `viper-put-on-search-overlay'.
10749 2000-04-04 Gerd Moellmann <gerd@gnu.org>
10751 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10754 * progmodes/make-mode.el: Some doc fixes.
10755 (makefile-mode-abbrev-table): New variable.
10756 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10757 (makefile-font-lock-keywords): Fontify includes and conditionals.
10758 (toplevel): Require `dabbrev' and `add-log' when compiling.
10760 * replace.el (perform-replace): Don't move forward one char
10761 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10762 to do that because it leaves point 1 position after the last
10763 replacement, after everything has been replaced.
10765 * jit-lock.el (with-buffer-unmodified): New macro.
10766 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10768 (jit-lock-function-1): Extracted from jit-lock-function; not
10769 preserving buffer's modified state.
10770 (jit-lock-function, jit-lock-stealth-fontify): Call
10771 jit-lock-function-1.
10773 * mail/rfc2368.el: Remove supernumerary copyright line.
10775 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
10777 * glasses.el: Provide facilities for inserting space before left
10778 parentheses and uncapitalization of identifiers.
10779 (glasses-mode): Try to remove old overlays in all cases.
10781 2000-04-03 Gerd Moellmann <gerd@gnu.org>
10783 * progmodes/compile.el (compile-internal): Display the compilation
10784 buffer in a different frame, if it's already displayed there.
10786 * mail/rfc2368.el: New file.
10788 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10789 header and insert its value as mail body.
10791 * subr.el (member-ignore-case): New function.
10793 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10794 (dabbrev--find-expansion): Ignore buffers matching a regexp
10795 from dabbrev-ignored-regexps.
10797 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10798 to extensions handled by gzip.
10800 2000-04-03 Richard M. Stallman <rms@gnu.org>
10802 * files.el (insert-directory): List the total free space
10803 along with the used space.
10805 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10806 line is followed by one that matches CITATION-REGEXP, end the
10809 2000-04-03 Markus Rost <rost@delysid.gnu.org>
10811 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10812 (rmail-make-basic-summary-line): Use that option.
10814 2000-04-03 Kenichi Handa <handa@etl.go.jp>
10816 * international/mule-cmds.el (encoded-string-description):
10817 Rewritten. Try pretty description for ISO 2022 escape sequences
10818 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10819 for hexadecimal format.
10821 2000-04-01 Dave Love <fx@gnu.org>
10823 * cpp.el: Change customization group to `c' from `C'.
10825 * vcursor.el (vcursor-move): Use display-color-p.
10827 * international/mule-util.el: Provide mule-utils.
10828 (string-to-sequence): Simplify and speed up.
10830 * international/mule.el (make-coding-system): Purecopy doc-string.
10832 * international/mule-cmds.el: Various menu changes.
10833 (describe-specified-language-support): Handle `Default'.
10834 (set-language-info): Purecopy `info'.
10836 2000-03-31 Andrew Innes <andrewi@gnu.org>
10838 * vc.el (vc-backend-diff): Return the correct status if we had to
10839 retry the rcsdiff command without the --brief option.
10841 2000-03-31 Dave Love <fx@gnu.org>
10843 * help.el (help-manyarg-func-alist): Correct several omissions.
10845 * add-log.el: Don't require cl, fortran.
10846 (add-log-current-defun-function): Doc fix.
10847 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10849 (change-log-version-rcs): Function deleted.
10850 (change-log-version-number-search): Doc fix. Use
10851 vc-workfile-version. Avoid CL dolist.
10852 (add-change-log-entry): Just call add-log-current-defun to get
10853 defun. Simplify somewhat.
10854 (change-log-get-method-definition-1): Likewise.
10855 (add-log-current-defun): Return nil if calling
10856 add-log-current-defun-function does so. Move Fortran stuff to
10857 fortran.el. Return string without properties.
10859 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10860 and :alpha: char classes.
10862 * mail/supercite.el: Defvar curline when compiling.
10863 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10864 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10865 rather than a-zA-Z0-9 to allow non-ASCII characters.
10867 2000-03-31 Gerd Moellmann <gerd@gnu.org>
10869 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10871 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10872 Re-enable new code.
10874 * lpr.el (print-region-1): Use -d to specify printer name for
10875 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10877 2000-03-31 Dave Love <fx@gnu.org>
10879 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10880 for function definition in symbol's function value slot first
10881 instead of first consulting byte-compile-function-environment.
10883 2000-03-31 Kenichi Handa <handa@etl.go.jp>
10885 * language/european.el ("Polish"): New language environment.
10886 (setup-polish-environment): New function.
10888 2000-03-30 Gerd Moellmann <gerd@gnu.org>
10890 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10893 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10894 trying to `load' the symbol of an autoload instead of the file
10895 recorded in the autoload. Fix error messages.
10897 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10899 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10900 (ps-print-version): New version number (5.1.3).
10901 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10902 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10903 (ps-generate-postscript-with-faces): Code fix.
10904 (ps-color-values): XEmacs compatibility.
10905 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10906 (ps-default-fg, ps-default-bg): Adjust customization.
10907 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10908 (ps-color-scale): Renaming old ps-color-value fun.
10909 (ps-print-headers): Replace ps-print-header group to avoid conflict
10910 with ps-print-header variable.
10911 (ps-print-miscellany): New group.
10912 (ps-format-color, ps-rgb-color): New funs.
10913 (ps-default-foreground): New var.
10914 (ps-printer-name-option): New const.
10916 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10918 * net/net-utils.el:
10919 (network-connection-host, network-connection-service): New variables
10920 (network-connection-mode): New mode, derived from comint-mode
10921 (network-connection-mode-setup): New function, saves host and
10922 service information in local variables.
10925 (locate-word-at-point): Added this function
10926 (locate): Default to using locate-word-at-point as input
10927 Run dired-mode-hook
10929 2000-03-29 Dave Love <fx@gnu.org>
10931 * calendar/appt.el: Doc fixes.
10932 (appt-check): Convert min-to-app to a string before passing to
10933 appt-disp-window-function or concat.
10934 (appt-delete-window): Remove test for frame-root-window.
10935 (appt-select-lowest-window, appt-convert-time): Simplify.
10937 * emacs-lisp/bytecomp.el: Doc fixes.
10938 (byte-compile-file-form-autoload): Update
10939 byte-compile-function-environment.
10941 2000-03-29 Andreas Schwab <schwab@suse.de>
10943 * emacs-lisp/autoload.el: Also print defsubst doc string
10946 * dired.el (dired-insert-directory): If dired-free-space-program
10947 failed just delete its output.
10949 2000-03-29 Dave Love <fx@gnu.org>
10951 * international/iso-cvt.el: Move provide to end. Doc fixes.
10952 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10953 (iso-iso2sgml, iso-sgml2iso): New functions.
10954 (iso-cvt-define-menu): Fix some entries and use backquote for
10957 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10959 2000-03-28 Gerd Moellmann <gerd@gnu.org>
10961 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10962 ISO-DATE. If non-nil, return date in ISO 8601 format.
10964 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10966 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10967 if it ever becomes used.
10968 (log-edit-mode-hook): Default to vc-log-mode-hook.
10969 (log-edit-mode): Fix the docstring.
10971 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10974 2000-03-26 Dave Love <fx@gnu.org>
10976 * net/browse-url.el (browse-url): Re-fix case of
10977 browse-url-browser-function being an alist.
10978 (browse-url): Add :link to defgroup.
10980 * files.el: Doc fixes.
10981 (file-truename): Include `[' in wildcard characters.
10982 (automount-dir-prefix): Customize.
10983 (find-file-wildcards): Add :version.
10984 (find-file-noselect): Simplify a mapcar call.
10986 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10987 compatible with inf-lisp version.
10988 (eval-defun-1): Fix custom-declare-variable case.
10990 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10992 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10994 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10996 * Makefile (COMPILE_FIRST): New macro.
10997 (compile-files): Compile files from COMPILE_FIRST first.
10999 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11002 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11003 matching open parenthesis in column 0 to defun-prompt-regexp
11004 only if open-paren-in-column-0-is-defun-start is set.
11006 * sun-curs.el: Require CL at compile-time only.
11008 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11009 instead of copy-list which is a function from CL.
11010 (msb--choose-menu, msb--mode-menu-cond)
11011 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11012 (msb--init-file-alist): Use mapcar instead of mapcan.
11013 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11014 `(' in column 0 in doc string.
11015 (msb--add-separators): Use mapcar instead of mapcan.
11017 * cus-dep.el: Require CL at compile-time only.
11019 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11021 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11022 (byte-compile-warnings): New warning `noruntime'.
11023 (byte-compile-constants, byte-compile-variables): Fix docstring.
11024 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11025 execute `eval-whenc-compile's body.
11026 (byte-compile-unresolved-functions): Fix docstring.
11027 (byte-compile-eval): New function.
11028 (byte-compile-callargs-warn): Check if the function will be available
11029 at runtime (via property `byte-compile-noruntime').
11030 (byte-compile-print-syms): New function.
11031 (byte-compile-warn-about-unresolved-functions): Also warn about
11032 `noruntime' functions (and use `byte-compile-print-syms').
11033 (byte-compile-file): Capitalize the message.
11035 2000-03-24 Gerd Moellmann <gerd@gnu.org>
11037 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11038 (rmail-expunge): Ask for confirmation depending on the setting
11039 of rmail-confirm-expunge.
11041 2000-03-23 Gerd Moellmann <gerd@gnu.org>
11043 * Makefile (bootstrap-clean): If $(emacs) exists, build
11044 loaddefs.el first. A loaddefs.el that's not up-to-date might
11045 cause a bootstrap failure because things don't autoload as
11048 2000-03-23 Dave Love <fx@gnu.org>
11050 * net/browse-url.el: Restore previous use of
11051 browse-url-maybe-new-window.
11053 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11055 * ps-print.el: Skip banner page fix.
11056 (ps-print-version): New version number (5.1.2).
11057 (ps-begin-file, ps-end-file, ps-generate): Code fix.
11059 2000-03-23 Dave Pearson <davep@davep.org>
11061 * net/quickurl.el Changed the type of parameter passed to the
11062 function defined by `quickurl-format-function'. Before only the
11063 text of the URL was passed. Now the whole URL structure is passed
11064 and the function is responsible for extracting the parts it
11065 requires. Changed the default of `quickurl-format-function'
11067 (quickurl-insert): Changed the `funcall' of
11068 `quickurl-format-function' to match the above change.
11069 (quickurl-list-insert): Changed the `url' case so that it makes
11070 use of `quickurl-format-function', previous to this the format was
11073 2000-03-22 Gerd Moellmann <gerd@gnu.org>
11075 * startup.el: Change some spellings for the X Window System.
11077 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11079 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11080 up the code and the regexp and make sure the cursor is temporarily
11081 moved to the suspicious line while querying the user.
11083 2000-03-22 Jason Rumney <jasonr@gnu.org>
11085 * w32-fns.el (w32-charset-info-alist): Initialize.
11087 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11089 * ps-print.el: N-up last page fix.
11090 (ps-print-version): New version number (5.1.1).
11091 (ps-end-file, ps-end-job, ps-generate): Code fix.
11093 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11095 * files.el (find-file-run-dired): Update docstring.
11096 (find-directory-functions): New hook.
11097 (find-file-noselect): Run find-directory-functions rather than
11098 calling dired directly.
11100 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11102 * pcvs.el: Add a minimal leading commentary.
11103 (cvs-make-cvs-buffer): Change the header part by removing the startup
11104 message and adding a `Module' entry. Also replace the FOOTER and
11105 HEADER special fileinfos with the new support in ewoc for updating
11106 its own footer and header.
11107 (cvs-update-header): Update to use the header/footer of the ewoc.
11108 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11109 (cvs-is-within-p): New function.
11110 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11111 to only examine some subset of the buffers.
11113 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11114 `format' instead of our own ad-hoc functions.
11115 Remove HEADER and FOOTER cases, now handled in the EWOC.
11116 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11118 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11119 output to avoid scaring the user.
11120 (cvs-parse-table): Catch message for non-up-to-date commits.
11122 * pcvs-defs.el (cvs-startup-message): Remove.
11123 (cvs-global-menu): New autoloaded menu.
11125 * pcvs-util.el (cvs-string-fill): Remove.
11127 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11128 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11129 PP part of it and also make it work for footers and headers.
11130 (ewoc-create): Drop POS and BUFFER arguments.
11131 Use the DLL's dummy node to store the end-of-footer position.
11132 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11133 (ewoc-refresh): Remove unused `header' variable.
11134 (ewoc-(get|set)-hf): New functions.
11136 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11137 log-view-*-(message|file) and use easy-mmode-define-navigation.
11138 (log-view-message-re): Match SCCS format as well.
11139 And match the revision line rather than the dashed separator line.
11140 (log-view-mode): Use the new define-derived-mode.
11141 (log-view-current-tag): Fill in with an actual implementation.
11143 * cvs-status.el (cvs-status-(prev|next)): Rename from
11144 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11145 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11146 to let the output "breathe" a little more (more readable).
11147 (cvs-status-mode): Use the new define-derived-mode.
11149 * smerge-mode.el (smerge-auto-leave): New function and variable.
11150 (smerge-basic-map): Rename from smerge-basic-keymap.
11151 Change the bindings for smerge-diff-*.
11152 (smerge-*-map): Use easy-mmode-defmap.
11153 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11154 (smerge-keep-*): Use smerge-auto-leave.
11156 2000-03-21 Jason Rumney <jasonr@gnu.org>
11158 * cus-edit.el (custom-button-face): Use 3D look for w32.
11159 (custom-button-pressed-face): Likewise.
11161 2000-03-21 Gerd Moellmann <gerd@gnu.org>
11163 * progmodes/etags.el (tags-case-fold-search): New user-option.
11164 (tags-loop-eval): New function. Bind case-fold-search around eval
11165 depending on the value of tags-case-fold-search.
11166 (tags-loop-continue): Use tags-loop-eval.
11167 (find-tag-in-order): Bind case-fold-search depending on the value
11168 of tags-case-fold-search.
11170 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11172 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11173 (diff-end-of-hunk): Return the end position for use in
11174 `easy-mmode-define-navigation'.
11175 (diff-recenter): Remove.
11176 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11177 of `easy-mmode-define-navigation'.
11178 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11179 previous renaming) and fix to use new names.
11180 (diff-merge-strings): Use \n as separator: simpler, faster.
11181 (diff-mode): Use `define-derived-mode'.
11183 * derived.el (define-derived-mode): Don't autoload anymore.
11184 Prefer the macro-only version provided by easy-mmode.el.
11186 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11187 `easy-mmode-define-derived-mode'.
11188 Use `combine-run-hooks'.
11189 (easy-mmode-define-navigation): New macro.
11191 * subr.el (combine-run-hooks): New function.
11193 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
11195 * term/x-win.el: Fontsets related initialization is simplified.
11197 * international/mule-diag.el (describe-font): Don't refer to
11198 global-fontset-alist, instead call font-list.
11199 (describe-fontset, list-fontsets, mule-diag): Likewise.
11200 (print-fontset): Adjusted for the change of fontset
11203 * international/fontset.el (x-charset-registries): Variable
11204 removed, instead the corresponding data is stored in the default
11206 (register-alternate-fontnames): Function removed.
11207 (resolved-ascii-font): Variable removed.
11208 (x-compose-font-name): Ignore the second argument REDOCE.
11209 (x-complement-fontset-spec): Complement only an ASCII font and
11210 element for those charsets than can use that ASCII font.
11211 (generate-fontset-menu): Don't refer to global-fontset-alist,
11212 instead call fontset-list.
11213 (uninstantiated-fontset-alist): Variable removed.
11214 (x-style-funcs-alist): Likewise.
11215 (fontset-default-styles): Likewise.
11216 (x-modify-font-name): Function removed.
11217 (create-fontset-from-fontset-spec): Ignore the argument
11219 (create-fontset-from-ascii-font): Docsting adjusted for the above
11221 (instantiate-fontset, resolve-fontset-name): Functions removed.
11222 (fontset-list): Now implemented by C code.
11224 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11225 (describe-face): Include `font' attribute in the description.
11227 2000-03-21 Kenichi Handa <handa@etl.go.jp>
11229 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11231 2000-03-20 Gerd Moellmann <gerd@gnu.org>
11233 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11234 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11235 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
11237 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11238 about behavior of set-buffer-modified-p wrt redisplay.
11240 2000-03-19 Richard M. Stallman <rms@gnu.org>
11242 * view.el (view-mode-disable): Kill local binding of view-read-only.
11244 2000-03-18 Gerd Moellmann <gerd@gnu.org>
11246 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11247 is a string, convert it to a syntax cell using string-to-syntax.
11249 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11250 (string-to-syntax): New function.
11252 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11253 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
11254 try to use passive ftp mode.
11256 2000-03-17 Gerd Moellmann <gerd@gnu.org>
11258 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
11260 * simple.el (append-to-buffer): Update point of windows after
11263 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11264 forward then moving backward. Reindent.
11266 * frame.el (other-frame): Call x-focus-frame only if
11267 focus-follows-mouse is off.
11269 2000-03-17 Dave Love <fx@gnu.org>
11271 * pcvs-util.el (cvs-strings->string): Rename
11272 replace-regexps-in-string.
11274 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11276 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11277 regexp for labels cannot span several lines.
11279 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
11280 `(setq :<key> ':<key>)' to the macro expansion.
11282 2000-03-16 Dave Love <fx@gnu.org>
11284 * progmodes/f90.el (f90): Put custom group under `languages', not
11286 (f90-mode-hook): Customize.
11287 (f90-mode): Set add-log-current-defun-function.
11288 (f90-current-defun): New function.
11290 2000-03-16 Gerd Moellmann <gerd@gnu.org>
11292 * cus-edit.el (custom-variable-tag-face): Handle case that
11293 default face's height is not a number.
11294 (custom-face-tag-face, custom-group-tag-face-1)
11295 (custom-group-tag-face): Ditto.
11296 (custom-group-tag-face-1): Add :group.
11298 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11300 2000-03-15 Gerd Moellmann <gerd@gnu.org>
11302 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11303 requiring easymenu.
11305 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11307 * ps-print.el: PostScript user-defined prologue, PostScript error
11309 (ps-print-version): New version number (5.1).
11310 (ps-user-defined-prologue, ps-error-handler-message)
11311 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11312 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11313 (ps-insert-string): New function.
11315 2000-03-15 Kenichi Handa <handa@etl.go.jp>
11317 * international/ccl.el (ccl-compile-expression): Don't generate
11318 invalid self-assignment code.
11320 2000-03-14 Dave Love <fx@gnu.org>
11322 * subr.el (replace-regexp-in-string): Renamed from
11323 replace-regexps-in-string. Doc fix.
11325 2000-03-12 Dave Love <fx@gnu.org>
11327 * cus-edit.el: Doc fixes.
11328 (customize-set-variable, customize-save-variable): Rename args for
11330 (custom-variable-tag-face, custom-face-tag-face)
11331 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11332 style which user identify as hyperlink.
11333 (hook): Don't add undefined functions to the hook.
11334 (debug-ignored-errors): Transfer message from bindings.el.
11336 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11338 * recentf.el (recentf-keep-non-readable-files-p): Remove
11339 double/nested definition.
11341 2000-03-12 Dave Love <fx@gnu.org>
11343 * facemenu.el (facemenu-get-face): Use display-color-p.
11344 * enriched.el (enriched-decode-foreground): Likewise.
11345 (enriched-decode-background): Likewise.
11346 * isearch.el (isearch-highlight): Likewise.
11347 * info-look.el (info-lookup): Likewise.
11348 * simple.el (completion-setup-function): Likewise.
11350 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11353 * bindings.el (mode-line-format): Fix line-number and
11354 column-number items. Add help-echo for the background.
11355 (mode-line-mule-info): Modify help-echo.
11357 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
11359 * files.el (load-file): Allow completion to .elc.
11361 * man.el: Doc fixes.
11362 (Man-init-defvars): Use display-color-p to set fontification.
11364 * play/hanoi.el (hanoi-internal): Don't use oddp.
11366 2000-03-12 Gerd Moellmann <gerd@gnu.org>
11368 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11370 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11372 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11374 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11377 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11379 * font-lock.el (font-lock-keywords): Fix the doc now that
11380 regexp-opt-depth is unnecessary.
11381 (save-buffer-state): Set an edebug spec.
11382 (font-lock-fontify-anchored-keywords): Properly handle the case when
11383 the matcher goes past the limit.
11385 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11386 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11388 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11389 dll.el and cookie.el (from Elib) with heavy renaming and other
11392 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11393 Autoload the functions used.
11394 (easy-mmode-define-syntax): Fix CL typo.
11395 (easy-mmode-define-derived-mode): Improve the docstring generation.
11397 2000-03-10 Gerd Moellmann <gerd@gnu.org>
11399 * textmodes/texinfo.el (texinfo-version): Variable and function
11402 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11404 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11405 allow more flexibility.
11406 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11408 (easy-mmode-defmap, easy-mmode-defsyntax)
11409 (easy-mmode-define-derived-mode): New macros.
11411 2000-03-09 Didier Verna <didier@xemacs.org>
11413 * rect.el (replace-rectangle): New function.
11415 2000-03-09 Dave Love <fx@gnu.org>
11417 * progmodes/fortran.el (fortran-comment-line-start): Define as
11419 (fortran-comment-line-start-skip): Don't match cpp stuff.
11420 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11421 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11422 (fortran-mode): Don't set fortran-comment-line-start-skip,
11423 fortran-comment-line-start here. Set comment-start,
11424 add-log-current-defun.
11425 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11426 (fortran-current-defun): New function.
11428 2000-03-09 Gerd Moellmann <gerd@gnu.org>
11430 * emacs-lisp/re-builder.el: New file.
11432 * mouse.el (mouse-drag-region): Don't run up-event handler
11433 if hscroll has changed.
11435 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11436 builtin operators, use `font-lock-builtin-face' for Emacs and
11437 `font-lock-preprocessor-face' otherwise.
11439 * font-lock.el (lisp-font-lock-keywords-1): Highlight
11440 `(defun (setf foo)' differently.
11442 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11444 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
11445 (regexp-opt): Update comment and adapt the code the new meaning of
11446 the `paren' argument of regex-opt-group for shy-groups.
11447 (regexp-opt-depth): Handle shy groups as well as backslashed
11449 (regexp-opt-group): Turn the leading comment into a docstring.
11450 Allow `paren' to be a string (the string to use to open a group).
11451 Remove open-presuf and close-presuf. Instead of checking for `all
11452 one-char' and then later on check for `several one-char', handle
11453 both cases close together. Also apply a more generic algorithm
11454 for suffixes (the mirror image of the algorithm used for
11455 prefixes). Use shy-groups. Use nreverse rather than reverse.
11456 (regexp-opt-try-suffix): Removed.
11458 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
11459 from comint-mode-map, so we can just inherit from it. Also, move
11460 the initialization into the `defvar' since there's no docstring
11461 anyway and it's fairly short.
11462 (inferior-scheme-mode): Define it as derived-mode: the code is
11463 shorter and this way we inherit from comint-mode-map rather than
11466 * subr.el (replace-regexps-in-string): Properly handle the case
11467 where we match an empty string.
11469 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11470 when the command has a directory component (such as "./testml").
11471 Also fix a typo in the comment.
11473 2000-03-08 Gerd Moellmann <gerd@gnu.org>
11475 * Makefile (compile-files): Compile files one by one because
11476 that's the only way to ensure a clean compilation environment for
11477 each individual file.
11479 * frame.el (other-frame): Call x-focus-frame.
11481 2000-03-07 Dave Love <fx@gnu.org>
11483 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11484 :require to defcustom.
11486 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11489 * files.el (auto-mode-alist): Add configure.in.
11491 * progmodes/autoconf.el: New file.
11493 2000-03-07 Gerd Moellmann <gerd@gnu.org>
11495 * mail/mh-e.el: Change maintainer to `none'.
11497 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11498 to remove-hook and add-hook.
11500 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11502 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11504 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11505 (sendmail-send-it): Conditionally add MIME headers specifying the
11506 used character set.
11508 2000-03-07 Dave Love <fx@gnu.org>
11510 * winner.el: Fix keywords, autoload cookies. Split
11511 eval-when-compile form to avoid compilation failure.
11513 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11515 * international/mule.el: Modify comment about coding system
11516 property `coding-category'.
11517 (make-coding-system): New argument EOL-TYPE. Pay attention to
11518 coding-category property of PROPERTIES.
11520 * international/mule-conf.el (coding-category-utf-8,
11521 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11522 categories. Include them in the argument for set-coding-priority.
11524 * international/mule-cmds.el (reset-language-environment): Include
11525 coding-category-utf-8, coding-category-utf-16-be, and
11526 coding-category-utf-16-le in the argument for set-coding-priority.
11527 (reset-language-environment): Initialize coding-category-utf-8,
11528 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11530 2000-03-06 Karl Fogel <kfogel@red-bean.com>
11532 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11533 code abstracted out of `bookmark-jump-noselect'. Now tries info
11534 extensions as well as compression extensions.
11535 (bookmark-jump-noselect): Use above new func.
11537 2000-03-03 Gerd Moellmann <gerd@gnu.org>
11539 * strokes.el: Change maintainer's mail address.
11541 2000-03-03 Kenichi Handa <handa@etl.go.jp>
11543 * international/mule-diag.el (list-character-sets): Make help-echo
11544 string by substitute-command-keys.
11545 (list-character-sets): Likewise.
11546 (sort-listed-character-sets): Call help-setup-xref.
11548 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11550 * time.el (display-time-mail-file): Add `none' to the list of
11553 2000-03-01 Dave Love <fx@gnu.org>
11555 * help.el (help-xref-go-back): Don't try to set position.
11557 * international/mule-diag.el (list-character-sets): Call
11558 help-setup-xref. Add help-echo to xrefs.
11559 (list-character-sets-1): Add help-echo to xrefs.
11561 2000-03-02 Gerd Moellmann <gerd@gnu.org>
11563 * frame.el (blink-cursor-mode): Switch cursor on when turning
11566 * add-log.el (add-log-current-defun): Add support for
11569 * mail/rmail.el (rmail-quit-hook): New variable.
11571 2000-03-01 Dave Love <fx@gnu.org>
11573 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11575 * help.el (help-xref-button): Add help-echo arg.
11576 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11578 * faces.el (list-faces-display): Supply help-echo with
11581 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11584 2000-03-01 Gerd Moellmann <gerd@gnu.org>
11586 * image.el (defimage): Look for image files in load-path.
11588 * frame.el (busy-cursor-delay-seconds): Change type to
11591 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11593 * recentf.el (recentf): Added version tag to the defgroup of
11596 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11598 * recentf.el (recentf-cleanup): Changed to remove excluded file
11600 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11601 action to select/unselect a file.
11602 (recentf-edit-list): Code cleanup and improvement.
11603 (recentf-open-more-files-action): `recentf-open-more-files' button
11604 widget action to open a file.
11605 (recentf-open-more-files): No more use standard completion but
11607 (recentf-more-collection): Deleted.
11608 (recentf-more-history): Deleted.
11609 (recentf-setup-more-completion): Deleted.
11611 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
11613 * recentf.el (recentf-mode): No more needs that Emacs is running
11614 under a window-system.
11616 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11618 * recentf.el (recentf-edit-list): New command to edit the recent
11619 list which allow the user to remove files.
11620 (recentf-edit-selected-items): New global variable, used by
11621 `recentf-edit-list' to hold the list of files to be removed from
11623 (recentf-make-menu-items): Updated to display a "Edit list..."
11624 menu item. Minor code cleanup.
11626 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11628 * recentf.el (recentf-open-more-files): New command to open files
11629 that are not displayed in the menu.
11630 (recentf-more-collection): New global variable holding the set of
11631 permissible completions used by `recentf-open-more-files'.
11632 (recentf-more-history): New global variable holding the history list
11633 used by `recentf-open-more-files' completion.
11634 (recentf-setup-more-completion): New function to setup completion for
11635 `recentf-open-more-files'.
11636 (recentf-make-menu-items): Updated to display a "More..." menu item.
11638 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11640 * recentf.el (recentf-menu-action): Doc fixed.
11642 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
11644 * recentf.el (recentf-menu-filter): Doc updated.
11645 (recentf-update-menu-hook): Allow menu filters to force menu update.
11646 (recentf-make-menu-items): New menu filter handling.
11647 (recentf-make-menu-item): New helper function.
11648 (recentf-menu-elements): New menu handling function.
11649 (recentf-sort-ascending): Updated to new menu filter handling.
11650 (recentf-sort-descending): Updated to new menu filter handling.
11651 (recentf-sort-basenames-ascending): New menu filter function.
11652 (recentf-sort-basenames-descending): New menu filter function.
11653 (recentf-show-basenames): New menu filter function.
11654 (recentf-show-basenames-ascending): New menu filter function.
11655 (recentf-show-basenames-descending): New menu filter function.
11657 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11659 * diary-lib.el (list-diary-entries): Don't try to go forward at
11660 the end of the buffer.
11662 2000-02-29 Kenichi Handa <handa@etl.go.jp>
11664 * international/mule-diag.el (list-character-sets): Completely
11666 (sort-listed-character-sets): New function.
11667 (list-character-sets-1): Completely rewritten.
11668 (list-character-sets-2): New function.
11669 (non-iso-charset-alist): New variable.
11670 (decode-codepage-char): New function.
11671 (charset-history): New variable.
11672 (read-charset) (list-block-of-chars)
11673 (list-iso-charset-chars)
11674 (list-non-iso-charset-chars)
11675 (list-charset-chars): New functions.
11676 (mule-diag): Call list-character-sets-2, not
11677 list-character-sets-2.
11678 (dump-charsets): Likewise.
11680 2000-02-29 Gerd Moellmann <gerd@gnu.org>
11682 * dired-x.el (dired-filename-at-point): Add `@' to valid
11683 file name characters.
11684 (dired-filename-at-point): Handle ange-ftp file names.
11686 * frame.el (frame-notice-user-settings): Use assq-delete-all
11687 instead of assoc-delete-all.
11688 (frame-notice-user-settings): Ditto.
11690 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11693 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11695 * calculator.el (calculator-use-menu): New option.
11696 (calculator-initial-bindings): Changed some bindings to work as
11698 (calculator-forced-input): Removed.
11699 (calculator-restart-other-mode): New variable.
11700 (calculator-mode-map): Set up menu.
11702 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11704 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11707 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
11709 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11710 translate all ESC key sequences.
11711 (viper-goto-mark-subr): restore markers for files for which
11713 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11714 * viper-util.el (viper-set-replace-overlay-glyphs,
11715 viper-set-replace-overlay): always check if the replacement
11717 * viper.el (viper-vi-state-mode-list): added major modes.
11718 * ediff-wind.el: minor comment changes.
11719 * ediff.el: copyright notice date fix.
11721 2000-02-27 Jason Rumney <jasonr@gnu.org>
11723 * faces.el (face-font-family-alternatives): Add arial to helv.
11724 (mode-line, header-line, tool-bar): Same default as x for w32.
11725 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11726 face-font-family-alternatives from working.
11727 * term/w32-win.el (mouse-set-font): Do not build fontset from
11730 2000-02-25 Sam Steingold <sds@goems.com>
11732 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
11735 2000-02-25 Richard M. Stallman <rms@gnu.org>
11737 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11739 2000-02-25 Gerd Moellmann <gerd@gnu.org>
11741 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11744 * frame.el (busy-cursor-delay-seconds): New option.
11746 2000-02-24 Gerd Moellmann <gerd@gnu.org>
11748 * frame.el (show-cursor-in-non-selected-windows): New option.
11750 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11752 * diary-lib.el (include-other-diary-files): Undo the selective
11753 display in any included file and don't kill it.
11755 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11757 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11758 bar. Menu items converted to (menu-item format, help strings
11760 [downcase, upcase]: Don't enable on MS-DOS.
11761 [symlink, symlinks]: Don't show if make-symbolic-link is not
11763 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11765 2000-02-23 Dave Love <fx@gnu.org>
11767 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11768 (backward-kill-word): Revert addition of * to interactive spec --
11771 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11772 (backward-kill-sentence, kill-sentence): Likewise.
11774 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11775 scratch buffer name.
11776 (gud-format-command): Use int-to-string in ?l case. Simplify
11779 * term/w32-win.el (internal-face-interactive): Update prompt for
11780 new read-face-name.
11782 * mail/footnote.el (footnote): Add :version to defgroup.
11783 (footnote-section-tag-regexp): Customize.
11784 (footnote-start-tag, footnote-end-tag): New option.
11785 (footnote-latin-regexp): New variable.
11786 (Footnote-latin): New function.
11787 (footnote-style-alist): Add element for latin style.
11788 (footnote-style): Moved.
11789 (Footnote-goto-footnote): Use eq to test arg.
11791 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11793 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11794 (byte-compile-trueconstp): Include keywords.
11795 (byte-optimize-quote, byte-optimize-lapcode): Use
11796 byte-compile-const-symbol-p.
11797 (byte-optimize-char-before): New optimization.
11799 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11800 (byte-compile-const-symbol-p): New function.
11801 (byte-compile-constp, byte-compile-out-toplevel)
11802 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11805 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11807 2000-02-23 Kenichi Handa <handa@etl.go.jp>
11809 * international/encoded-kb.el: Be sure to update minor-mode-alist
11810 and minor-mode-map-alist.
11811 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11812 codes SS2 and SS3 correctly.
11813 (encoded-kbd-self-insert-ccl): New function.
11814 (encoded-kbd-setup-keymap): New function.
11815 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11816 by calling encoded-kbd-setup-keymap.
11818 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11820 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11823 2000-02-22 Dave Love <fx@gnu.org>
11825 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11826 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11828 (lisp-mode-syntax-table): Set up for #|...|# comments.
11829 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11830 classes. Match `defface'.
11831 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11832 (eval-defun-1): Fix for defcustom.
11833 (lisp-indent-region): Doc fix.
11835 * subr.el (when, unless, split-string): Doc fix.
11836 (read-passwd): Move call of clear-this-command-keys to the right
11838 (replace-regexps-in-string): New function.
11840 2000-02-22 Gerd Moellmann <gerd@gnu.org>
11842 * help.el (describe-variable): Set syntax table to
11843 emacs-lisp-mode-syntax-table when moving forward over the
11846 2000-02-22 Dave Love <fx@gnu.org>
11848 * xt-mouse.el: Doc fixes.
11849 (xterm-mouse-position-function): New function, replacing advice of
11851 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11853 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11855 2000-02-21 Gerd Moellmann <gerd@gnu.org>
11857 * format.el (format-annotate-single-property-change): Handle
11858 properties.with dotted-list values.
11859 (format-proper-list-p): New function.
11861 * enriched.el (enriched-face-ans): Handle '(foreground-color
11862 . COLOR) and (background-color . COLOR).
11864 2000-02-20 Dave Love <fx@gnu.org>
11866 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11867 and assignments to it.
11868 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11870 (make-flyspell-overlay): Use it.
11871 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11873 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11874 (lm-get-header-re): Defun, not defsubst.
11875 (lm-get-package-name): Defun, not defsubst. Simplify.
11876 (lm-version): Doc fix. Simplify.
11877 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11878 (lm-crack-address, lm-last-modified-date, lm-commentary)
11879 (lm-verify, lm-synopsis): Simplify.
11880 (lm-report-bug): Require emacsbug. Use compose-mail.
11882 2000-02-20 Gerd Moellmann <gerd@gnu.org>
11884 * dired.el (dired-mode): Call propertized-buffer-identification
11885 to set mode-line-buffer-identification to something having
11886 the right text properties.
11888 * bindings.el (propertized-buffer-identification): New function.
11890 2000-02-20 Dave Love <fx@gnu.org>
11892 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11893 check for t-mouse too.
11895 * cus-start.el: Make echo-keystrokes `number'.
11897 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11899 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11900 Don't call ring-empty-p unless tags-location-ring is bound.
11901 From Noah Friedman <friedman@splode.com>.
11903 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11905 * progmodes/hideshow.el (hs-flag-region): No longer use
11906 `intangible' overlay property.
11908 (hs-toggle-hiding): New command.
11909 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11911 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11912 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11915 2000-02-18 Gerd Moellmann <gerd@gnu.org>
11917 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11919 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11921 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11923 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11924 of `*' to handle `(* ... *)' comments.
11926 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11928 * faces.el (list-faces-display): Use display-mouse-p instead of
11931 * menu-bar.el (global-map): Menu-bar items converted to the new
11932 format (menu-item..., rearranged for better CUA compliance, and
11933 their names changed for better clarity. Help strings added.
11935 * international/mule-cmds.el (mule-menu-keymap)
11936 (describe-language-environment-map, set-coding-system-map)
11937 (setup-language-environment-map): Convert to new (menu-item...
11938 form, add help strings. Change names of menu items for better
11939 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11942 2000-02-17 Gerd Moellmann <gerd@gnu.org>
11944 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
11947 2000-02-16 Dave Love <fx@gnu.org>
11949 * faces.el: Don't require custom. Add more specific :groups to
11951 (set-face-attribute): Purecopy args.
11952 (read-face-name): Default to name at point and use it in prompt.
11953 Remove colon from arg in all callers.
11954 (list-faces-display): Hyperlink to face descriptions and customize
11957 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11959 * wid-edit.el (widget-match-inline): An atom never matches a
11962 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11964 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11965 at ':' characters by call to split-string.
11967 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11969 * textmodes/bibtex.el: Added RCS version identification.
11971 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11973 * textmodes/bibtex.el: Some temporary comments removed.
11974 (bibtex-field-name, bibtex-entry-type): Made the relationship
11976 (bibtex-field-const): Allow capital letters.
11977 (bibtex-start-of-string): Deleted because unused.
11979 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11980 use the term 'reference' to describe a bibtex entry as a whole.
11981 Further, reference keys are no longer called 'labels'.
11982 (bibtex-keys): Renamed to bibtex-reference-keys.
11983 (bibtex-reformat-previous-labels): Renamed to
11984 bibtex-reformat-previous-reference-keys.
11985 (bibtex-reference-type): Renamed to bibtex-entry-type.
11986 (bibtex-reference-head): Renamed to bibtex-entry-head.
11987 (bibtex-reference-maybe-empty-head): Renamed to
11988 bibtex-entry-maybe-empty-head.
11989 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11990 (bibtex-search-reference): Renamed to bibtex-search-entry.
11991 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11992 bibtex-enclosing-entry-maybe-empty-head.
11993 (bibtex-entry-field-alist, bibtex-entry-head,
11994 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11995 bibtex-map-entries, bibtex-search-entry,
11996 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11997 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11998 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11999 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12000 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12001 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12002 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12004 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12006 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12008 (bibtex-format-field-delimiters): New function, functionality
12009 extracted from bibtex-format-entry.
12010 (bibtex-autokey-get-yearfield-digits): New function, functionality
12011 extracted from bibtex-autokey-get-yearfield.
12013 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12014 entries in order to avoid stack overflow in the regexp matcher if
12015 field contents become large.
12016 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12017 bibtex-field-string-part-not-braced,
12018 bibtex-field-string-part-no-inner-braces,
12019 bibtex-field-string-part-1-inner-brace,
12020 bibtex-field-string-part-2-inner-braces,
12021 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12022 bibtex-field-string-quoted, bibtex-field-string,
12023 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12024 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12025 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12026 as parsing is now performed by the following functions.
12027 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12028 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12029 bibtex-parse-field-string, bibtex-search-forward-field-string,
12030 bibtex-parse-association, bibtex-field-name-for-parsing,
12031 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12032 bibtex-search-forward-field, bibtex-search-backward-field,
12033 bibtex-start-of-field, bibtex-end-of-field,
12034 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12035 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12036 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12037 bibtex-parse-string, bibtex-search-forward-string,
12038 bibtex-search-backward-string, bibtex-start-of-string,
12039 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12040 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12041 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12042 entries. Instead of reporting the results of the parsing by
12043 match-beginning or match-end, these functions return data structures
12044 that hold the corresponding positions.
12045 (bibtex-enclosing-field): Changed to also report field boundaries by
12046 return values rather than by match-beginning or match-end. The
12047 following functions have been adapted to use the new parsing
12049 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12050 bibtex-enclosing-field, bibtex-format-entry,
12051 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12052 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12053 bibtex-print-help-message, bibtex-end-of-entry,
12054 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12055 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12056 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12057 method for parsing.
12058 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12059 bibtex-map-entries, bibtex-flash-head,
12060 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12061 bibtex-autokey-change, bibtex-autokey-get-namefield,
12062 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12063 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12064 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12065 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12066 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12067 order to make the new binding of case-fold-search immediately
12070 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12072 * textmodes/bibtex.el: Copyright notice is up to date.
12073 Added constant 'bibtex-maintainer-salutation.
12075 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12076 than make-temp-name, use match-string-no-properties and eliminate
12077 a quadratic behavior when building bibtex-strings.
12079 * bibtex.el (bibtex-reference-key): Accept string entries whose
12080 reference key contains upper case letters.
12082 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12084 * bibtex.el (bibtex-reference-head): Allow entries to start with
12087 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12089 * bibtex.el: Hiding of entry bodies is not longer provided by
12090 bibtex.el directly. Instead the hideshow package can be used.
12091 Added a special bibtex entry to hs-special-modes-alist.
12092 (bibtex-hs-forward-sexp): Added for hideshow.el.
12094 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12096 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12097 at ':' characters by call to split-string.
12099 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12101 * textmodes/bibtex.el: Added RCS version identification.
12103 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12105 * textmodes/bibtex.el: Some temporary comments removed.
12106 (bibtex-field-name, bibtex-entry-type): Made the relationship
12108 (bibtex-field-const): Allow capital letters.
12109 (bibtex-start-of-string): Deleted because unused.
12111 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12112 use the term 'reference' to describe a bibtex entry as a whole.
12113 Further, reference keys are no longer called 'labels'.
12114 (bibtex-keys): Renamed to bibtex-reference-keys.
12115 (bibtex-reformat-previous-labels): Renamed to
12116 bibtex-reformat-previous-reference-keys.
12117 (bibtex-reference-type): Renamed to bibtex-entry-type.
12118 (bibtex-reference-head): Renamed to bibtex-entry-head.
12119 (bibtex-reference-maybe-empty-head): Renamed to
12120 bibtex-entry-maybe-empty-head.
12121 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12122 (bibtex-search-reference): Renamed to bibtex-search-entry.
12123 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12124 bibtex-enclosing-entry-maybe-empty-head.
12125 (bibtex-entry-field-alist, bibtex-entry-head,
12126 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12127 bibtex-map-entries, bibtex-search-entry,
12128 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12129 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12130 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12131 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12132 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12133 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12134 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
12136 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12138 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12140 (bibtex-format-field-delimiters): New function, functionality
12141 extracted from bibtex-format-entry.
12142 (bibtex-autokey-get-yearfield-digits): New function, functionality
12143 extracted from bibtex-autokey-get-yearfield.
12145 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12146 entries in order to avoid stack overflow in the regexp matcher if
12147 field contents become large.
12148 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12149 bibtex-field-string-part-not-braced,
12150 bibtex-field-string-part-no-inner-braces,
12151 bibtex-field-string-part-1-inner-brace,
12152 bibtex-field-string-part-2-inner-braces,
12153 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12154 bibtex-field-string-quoted, bibtex-field-string,
12155 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12156 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12157 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12158 as parsing is now performed by the following functions.
12159 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12160 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12161 bibtex-parse-field-string, bibtex-search-forward-field-string,
12162 bibtex-parse-association, bibtex-field-name-for-parsing,
12163 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12164 bibtex-search-forward-field, bibtex-search-backward-field,
12165 bibtex-start-of-field, bibtex-end-of-field,
12166 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12167 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12168 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12169 bibtex-parse-string, bibtex-search-forward-string,
12170 bibtex-search-backward-string, bibtex-start-of-string,
12171 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12172 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12173 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12174 entries. Instead of reporting the results of the parsing by
12175 match-beginning or match-end, these functions return data structures
12176 that hold the corresponding positions.
12177 (bibtex-enclosing-field): Changed to also report field boundaries by
12178 return values rather than by match-beginning or match-end. The
12179 following functions have been adapted to use the new parsing
12181 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12182 bibtex-enclosing-field, bibtex-format-entry,
12183 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12184 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12185 bibtex-print-help-message, bibtex-end-of-entry,
12186 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12187 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12188 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12189 method for parsing.
12190 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12191 bibtex-map-entries, bibtex-flash-head,
12192 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12193 bibtex-autokey-change, bibtex-autokey-get-namefield,
12194 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12195 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12196 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12197 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12198 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12199 order to make the new binding of case-fold-search immediately
12202 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12204 * textmodes/bibtex.el: Copyright notice is up to date.
12205 Added constant 'bibtex-maintainer-salutation.
12207 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12208 than make-temp-name, use match-string-no-properties and eliminate
12209 a quadratic behavior when building bibtex-strings.
12211 * bibtex.el (bibtex-reference-key): Accept string entries whose
12212 reference key contains upper case letters.
12214 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12216 * bibtex.el (bibtex-reference-head): Allow entries to start with
12219 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12221 * bibtex.el: Hiding of entry bodies is not longer provided by
12222 bibtex.el directly. Instead the hideshow package can be used.
12223 Added a special bibtex entry to hs-special-modes-alist.
12224 (bibtex-hs-forward-sexp): Added for hideshow.el.
12226 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12228 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
12229 proceedings entry type (for cross referencing). Thanks to Wagner
12230 Toledo Correa for the suggestion.
12232 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
12234 2000-02-14 Kenichi Handa <handa@etl.go.jp>
12236 * international/characters.el: Setup case table for Vietnamese.
12238 2000-02-12 Gerd Moellmann <gerd@gnu.org>
12240 * uniquify.el (toplevel): Require CL at compile time.
12241 (uniquify-push): Removed.
12243 * shadowfile.el (shadow-when): Removed.
12245 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12246 (tempo-process-and-insert-string): Use dolist instead of
12249 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12250 regexp for paragraph-start.
12252 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12255 2000-02-10 Dave Love <fx@gnu.org>
12257 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12258 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12260 (widget-specify-field, widget-specify-button): Don't use
12261 widget-mouse-help as help-echo property.
12262 (default): Use #'ignore for :validate and :mouse-down-action.
12263 (checkbox): Add help-echo.
12264 (widget-sexp-validate): Rewritten to clarify error messages.
12265 (character): Use char-valid-p in :match function.
12266 (widget-color-complete): Use facemenu-color-alist.
12267 (widget-color-action): Use facemenu-read-color.
12269 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12270 set up `caar' &c that we now have.
12272 2000-02-09 Ray Blaak <blaak@gnu.org>
12274 * delphi.el: Make resourcestring a declaration region, like const
12277 2000-02-09 Dave Love <fx@gnu.org>
12279 * bindings.el (mode-line-input-method-map): New variable.
12280 (mode-line-mule-info): Use it; fix last change.
12281 (mode-line-mode-menu): Move definition.
12282 (mode-line-mouse-sensitive-p): Deleted.
12283 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12284 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12287 * startup.el (command-line-1): Don't call
12288 make-mode-line-mouse-sensitive.
12290 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12292 * mail/rmail.el (rmail-retry-failure): Use
12293 rmail-beginning-of-message before rmail-toggle-header, because the
12294 former toggles headers.
12296 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12298 * diff-mode.el (diff-kill-junk): New interactive function.
12299 (diff-reverse-direction): Use delete-and-extract-region.
12300 (diff-post-command-hook): Restrict the area so that the hook also works
12301 outside of any diff hunk. This is necessary for the minor-mode.
12302 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12303 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12305 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12306 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12307 so that it can be used more easily in <foo>-mode-hook. Also make sure
12308 to avoid duplicate entries.
12309 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12310 (font-lock-remove-keywords): Just as was done for `add', allow it to
12311 work even if font-lock-mode is nil. Also make sure we don't modify
12312 any pre-existing list by forcing a copy-sequence. Finally rename
12313 `major-mode' to `mode'.
12314 (font-lock-fontify-syntactic-anchored-keywords)
12315 (font-lock-fontify-anchored-keywords)
12316 (font-lock-fontify-keywords-region): Use line-end-position.
12317 Don't make `font-lock-multiline' local (it's now done in
12318 font-lock-set-defaults).
12319 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12320 move the `font-lock-fontified' creation to inside the `unless'.
12322 2000-02-06 Andrew Innes <andrewi@gnu.org>
12324 * term/w32-win.el (x-handle-args): Comment out call to message,
12325 which occurs before window system is initialized.
12327 * makefile.nt: Add support for recompiling lisp code.
12329 2000-02-04 Dave Love <fx@gnu.org>
12331 * bindings.el (mode-line-mule-info): Fix/extend last change.
12333 * completion.el: Replace completion-dolist with dolist.
12335 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12338 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12340 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12341 environment names before they go into the section regexp.
12343 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12344 char class in regexp.
12346 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12347 `case-fold-search' to nil.
12349 * progmodes/idlwave.el (idlwave-template): Respect
12350 `idlwave-abbrev-change-case'.
12351 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12352 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12353 idlwave-while): respect `idlwave-reserved-word-upcase'.
12354 (idlwave-rw-case): New function.
12355 (idlwave-statement-match): Fixed problem with assignment regexp.
12356 (idlwave-font-lock-keywords): Improved regexp for keyword
12358 (idlwave-surround): New argument LENGTH to support padding of
12359 operators longer than 1 char.
12361 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12362 idlwave-shell-expression-overlay. Implemented printing of
12363 expressions on higher levels of the calling stack.
12364 (idlwave-shell-display-level-in-calling-stack): Restore stack
12366 (idlwave-retrieve-expression-from-level): New function.
12367 (idlwave-shell-last-calling-stack): Variable removed.
12368 (idlwave-shell-reset): Argument action reversed (`visible' to
12369 `hidden'). Also remove stop-line overlay.
12370 (idlwave-shell-calling-stack-routine): New variable.
12371 (idlwave-shell-parse-stack-and-display): Messages now display
12372 negative level numbers.
12373 (idlwave-shell-mode): Set `modeline-format'.
12374 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12375 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12377 (idlwave-shell-print-expression-function): New option.
12379 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12380 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12381 `tool-bar' instead of `toolbar'.
12383 2000-02-02 Dave Love <fx@gnu.org>
12385 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12386 emacs-lisp-mode-hook. Don't check for defalias being defined.
12388 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12389 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12390 the new builtins directly.
12392 * whitespace.el (whitespace): Add :version to defgroup.
12394 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12397 * thingatpt.el (sexp-at-point, symbol-at-point)
12398 (number-at-point, list-at-point): Add autoload cookie.
12400 * recentf.el (recentf): Add :version to defgroup.
12402 * quickurl.el (quickurl): Add :version to defgroup.
12404 * elide-head.el (elide-head): Use point-marker more.
12406 * bs.el (bs): Add :version to defgroup.
12408 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12410 * progmodes/delphi.el (delphi): Add :version to defgroup.
12412 2000-02-02 Gerd Moellmann <gerd@gnu.org>
12414 * ange-ftp.el (ange-ftp-write-region): Handle case that
12415 succeeding process operation sets a different coding system.
12417 * calculator.el: New file.
12419 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12421 * frame.el (frames-on-display-list, framep-on-display): New
12423 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12424 (display-selections-p, display-screens, display-pixel-width)
12425 (display-pixel-height, display-mm-width, display-mm-height)
12426 (display-backing-store, display-save-under, display-planes)
12427 (display-color-cells, display-visual-class): New functions.
12429 * term/tty-colors.el (tty-color-gray-shades): New function.
12431 * faces.el (display-color-p): Use framep-on-display.
12432 (display-grayscale-p): New function.
12434 2000-01-31 Dave Love <fx@gnu.org>
12436 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12437 (create-fontset-from-x-resource): Don't concat integers.
12439 2000-01-31 Inge Frick <inge@nada.kth.se>
12441 * view.el: Some changes in documentation. Removed some trailing
12442 whitespace. Changed some parameter names to agree with
12444 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12445 window is not deleted. Modifies change 1998-04-26.
12447 2000-01-31 Gerd Moellmann <gerd@gnu.org>
12449 * windmove.el: New file.
12451 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12452 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12453 progmodes/ebnf-yac.el: Update copyright and license info.
12455 * jit-lock.el (jit-lock-function): Widen before calculating end
12457 (jit-lock-stealth-chunk-start): Rewritten.
12459 * info.el (Info-title-face-alist): Removed.
12460 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12462 (Info-fontify-node): Use these faces.
12464 2000-01-30 Gerd Moellmann <gerd@gnu.org>
12466 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12467 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12468 `&allow-other-keywords'.
12470 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12471 the list of directories scanned heuristically.
12473 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12476 2000-01-30 Jason Rumney <jasonr@gnu.org>
12478 * w32-fns.el: Define w32-tty-standard-colors.
12480 * startup.el (command-line): Use w32-tty-standard-colors when in
12483 2000-01-30 Dave Love <fx@gnu.org>
12485 * jka-compr.el (jka-compr-load): Fix up load-history.
12487 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12489 * emacs-lisp/cl-macs.el: Revert previous change.
12491 2000-01-29 Dave Love <fx@gnu.org>
12493 * facemenu.el: Purecopy various strings.
12495 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12496 years. Deal with three-digit years.
12498 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12499 defconst, purecopy.
12500 (help-back-label): Purecopy it.
12502 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12504 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12505 variable. If non-nil, order the buffer list according to the
12506 currently selected frame.
12507 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12508 non-nil, pass the selected frame to function buffer-list.
12510 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12512 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12514 2000-01-28 Dave Love <fx@gnu.org>
12516 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12518 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12519 Don't use lisp-indent-hook property.
12522 * subr.el: Move out indent and edebug specs for when and unless.
12524 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12527 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12530 2000-01-28 Gerd Moellmann <gerd@gnu.org>
12532 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12533 `collecting' as synonym for `collect'.
12535 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12536 for the case it contains spaces.
12538 * simple.el (what-cursor-position): Change formatting of
12541 * frame.el (delete-other-frames): New function.
12542 (toplevel): Bind it to C-x 5 1.
12544 * sort.el (sort-numeric-base): New option.
12545 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12546 interpret it as octal or hexadecimal. Use sort-numeric-base
12549 * progmodes/glasses.el: New file.
12551 2000-01-27 Gerd Moellmann <gerd@gnu.org>
12553 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12554 userids differently.
12556 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12557 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12558 progmodes/ebnf-yac.el: New files.
12560 2000-01-26 Dave Love <fx@gnu.org>
12562 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12563 on a function with an empty body. [From Eric Ludlam.]
12565 2000-01-25 Andre Spiegel <spiegel@gnu.org>
12567 * vc.el (vc-version-diff): Make sure file name is expanded.
12569 2000-01-25 Gerd Moellmann <gerd@gnu.org>
12571 * scroll-bar.el (scroll-bar-timer): Variable removed.
12572 (scroll-bar-toolkit-scroll): Don't use a timer.
12574 2000-01-25 Kenichi Handa <handa@etl.go.jp>
12576 * language/thai-util.el (thai-composition-function): Delete
12579 2000-01-24 Dave Love <fx@gnu.org>
12581 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12582 end-of-defun-function.
12584 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12587 2000-01-22 Jason Rumney <jasonr@gnu.org>
12589 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12590 conflicts with new face support.
12592 2000-01-22 Richard M. Stallman <rms@gnu.org>
12594 * replace.el (query-replace): Rename last arg to DELIMITED.
12595 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12596 (query-replace-regexp): Likewise.
12598 2000-01-20 Richard M. Stallman <rms@gnu.org>
12600 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12602 * emacs-lisp/lisp.el (beginning-of-defun-function):
12603 Variable renamed from beginning-of-defun.
12604 Do not call make-variable-buffer-local.
12605 (beginning-of-defun-raw): Use new variable name; doc fix.
12606 (beginning-of-defun): Doc fix.
12607 (end-of-defun-function): Variable renamed from end-of-defun.
12608 Do not call make-variable-buffer-local.
12609 (end-of-defun): Use new variable name; doc fix.
12611 * subr.el (dolist, dotimes): Copied from cl-macs.el
12614 * mail/undigest.el (rmail-digest-end-regexps):
12615 Variable replaces rmail-digest-end-regexp.
12616 Allows multiple regexps for detecting the end line.
12617 (undigestify-rmail-message): Corresponding changes.
12619 2000-01-19 Dave Love <fx@gnu.org>
12621 * files.el (user-init-file): Don't declare here -- is primitive.
12623 * startup.el (command-line): Check for compiled user-init-file and
12624 set to uncompiled version if necessary.
12626 2000-01-18 Gerd Moellmann <gerd@gnu.org>
12628 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12629 (undigestify-rmail-message): Use it.
12631 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12633 2000-01-17 Gerd Moellmann <gerd@gnu.org>
12635 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12638 2000-01-14 Gerd Moellmann <gerd@gnu.org>
12640 * emacs-lisp/copyright.el (copyright-update): Removed the
12641 requirement for a trailing space from `copyright-regexp', to
12642 support copyrights with owner specified on a separate line..
12644 * align.el: New file.
12646 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12648 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12650 2000-01-13 Dave Love <fx@gnu.org>
12652 * ph.el: Removed. (Obsoleted by EUDC.)
12654 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12656 * net/eudc.el (toplevel): Remove autoloaded code installing
12657 menu with easymenu, because that causes build problems.
12659 * frame.el (frame-notice-user-settings): New variable.
12660 (frame-notice-user-settings): Don't modify frame parameters
12661 if called a second time.
12663 2000-01-13 Richard M. Stallman <rms@gnu.org>
12665 * frame.el (frame-notice-user-settings):
12666 Notice default-frame-parameters even for non-window frames.
12668 2000-01-13 Gerd Moellmann <gerd@gnu.org>
12670 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12672 (eudc-bob-can-display-inline-images): Extend for Emacs.
12673 (eudc-bob-toggle-inline-display): Ditto.
12674 (eudc-bob-display-jpeg): Ditto.
12676 2000-01-12 Gerd Moellmann <gerd@gnu.org>
12678 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12679 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12680 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
12682 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12685 * subdirs.el: Add `net' directory.
12687 * net: New directory.
12689 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12690 eval-last-sexp. Don't bind debug-on-error here.
12691 (eval-last-sexp): New function. Bind debug-on-error if
12692 eval-expression-debug-on-error is non-nil.
12693 (eval-defun-2, eval-defun): Likewise.
12695 * simple.el (eval-expression): Don't bind debug-on-error if
12696 eval-expression-debug-on-error is nil. Detect changed
12697 debug-on-error, and propagate new value to global binding, if
12698 eval-expression-debug-on-error is non-nil,
12699 (eval-expression-debug-on-error): Change doc string.
12701 2000-01-11 Richard M. Stallman <rms@gnu.org>
12703 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12705 * emacs-lisp/lisp-mode.el (with-syntax-table):
12706 Set up lisp-indent-function property.
12708 * subr.el (with-syntax-table): Moved from simple.el.
12710 * simple.el (with-syntax-table): Moved to subr.el.
12712 2000-01-11 Gerd Moellmann <gerd@gnu.org>
12714 * tmm.el (tmm-shortcut): Delete region after prompt instead
12717 * textmodes/fill.el (fill-common-string-prefix): New function.
12718 (fill-context-prefix): Use the longest common prefix of first
12719 and second line fill prefix, if there is one.
12721 2000-01-11 Richard M. Stallman <rms@gnu.org>
12723 * array.el (array-mode): Don't use make-variable-buffer-local.
12724 Use make-local-variable for `truncate-lines'.
12726 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
12728 * add-log.el (add-log-current-defun): Handle user-defined
12729 add-log-current-function returning nil,
12731 * add-log.el (add-change-log-entry): Insert version number
12732 if having found a current function
12734 * add-log.el (add-log-current-defun): Call
12735 `add-log-current-defun-function'. Try matches at level 0 and
12736 level 1. Strip whitespace from defun found.
12738 2000-01-10 John Wiegley <johnw@gnu.org>
12740 * allout.el (isearch-done/outline-provisions): Added `edit'
12741 argument to correspond with the current definition of
12744 2000-01-10 Dave Love <fx@gnu.org>
12746 * elide-head.el (elide-head): Use point-marker, not point.
12748 2000-01-10 Gerd Moellmann <gerd@gnu.org>
12750 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12751 before and after the year 2000.
12753 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12754 Add ispell- prefix.
12756 2000-01-10 Ken Stevens <k.stevens@ieee.org>
12758 * ispell.el: Only define dictionaries in menus when they exist.
12759 (version18p): New variable.
12760 (version20p): New variable.
12761 (xemacsp): New variable.
12762 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12763 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12764 (ispell-dictionary-alist6): Russian command lines no longer accept
12765 run-together words.
12766 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12767 (ispell-dictionary-alist): Add koi8-r to customize definition.
12768 (check-ispell-version): Added documentation string. Returns
12769 library path when called non-interactively.
12770 (ispell-menu-map-needed): Uses new variables.
12771 (ispell-library-path): New variable.
12772 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12773 (ispell-word): Improved documentation string. Test for valid
12774 character mappings. Correctly check typed in word changes that can
12775 result in single words split into multiple words. Returns
12777 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12778 replace in recursive query replace mode. Help message for
12779 recursive edit mode.
12780 (ispell-show-choices): Protect against bad framepop bindings.
12781 (ispell-help): Fix to work with XEmacs.
12782 (ispell-highlight-spelling-error): Use new variables.
12783 (ispell-overlay-window): Fix to work with XEmacs.
12784 (ispell-parse-output): Passed and returns location information
12785 tracking spelling corrections. Doesn't recheck same word on
12787 (ispell-init-process): Protect against bogus XEmacs variable binding.
12788 Fix call to single argument in sleep-for. Use new variables.
12789 (ispell-region): Passed and returns location information tracking
12790 spelling corrections. Doesn't check same word on current line.
12791 Improved documentation string. Doesn't resend a line already
12792 checked to the ispell process - fixes bug in LaTeX parsing.
12793 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12794 (ispell-skip-region): No longer skips <TT> in SGML.
12795 (ispell-process-line): Tracks location information with spelling
12796 corrections. Added documentation string. Accounts for words
12797 already accepted on this line. Don't allow query-replace on line
12798 starting with math characters. Doesn't resend a line already sent
12799 to ispell process. Fixes alignment error bug.
12801 2000-01-10 Richard M. Stallman <rms@gnu.org>
12803 * dired-x.el (dired-guess-shell-alist-default):
12804 Suggest xloadimage, which is free, not xv, which isn't.
12806 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12807 Don't ever include the host name or user name in the value.
12809 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12811 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12814 2000-01-09 Stephen Eglen <stephen@gnu.org>
12816 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12819 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12821 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12823 2000-01-09 Gerd Moellmann <gerd@gnu.org>
12825 * progmodes/cperl-mode.el: Replace ^F with ^L.
12827 * sendmail.el (toplevel): Provide `sendmail' when compiling
12828 before `require'ing rmail and mailalias to prevent infinite
12831 2000-01-08 Dave Love <fx@gnu.org>
12833 * emacs-lisp/backquote.el: Remove inappropriate customization
12834 (allowing custom.el to use backquote).
12836 2000-01-07 Dave Love <fx@gnu.org>
12838 * add-log.el (add-log-debugging): Deleted.
12839 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12840 file. Remove debugging code.
12841 (change-log-get-method-definition, change-log-name): Add doc.
12842 (change-log-sortable-date-at): New function.
12843 (change-log-merge): New command.
12845 * time.el (display-time-string-forms): Make the Mail string active.
12846 (display-time-update): Provide help-echo for load average.
12848 * bindings.el (make-mode-line-mouse2-map): New function.
12849 (mode-line-modified): Use it and simplify.
12850 (mode-line-mule-info): Provide help-echo info.
12851 (minor-mode-alist): Activate the strings.
12852 (make-mode-line-mouse-sensitive): Simplify for
12853 mode-line-buffer-identification.
12855 2000-01-07 Gerd Moellmann <gerd@gnu.org>
12857 * play/pong.el: New file.
12859 2000-01-06 Dave Love <fx@gnu.org>
12861 * array.el: Assorted cleanups for compiler warnings, doc strings,
12862 `array-' prefix for symbols.
12864 2000-01-05 Dave Love <fx@gnu.org>
12866 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12867 outline-headers-as-kill.
12868 (outline-mode): Define imenu-generic-expression.
12869 (outline-headers-as-kill): New command.
12871 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12872 from paragraph-start.
12873 (paragraph-indent-minor-mode): New command.
12875 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12876 M-C-e, M-C-h, C-j, C-xnd, TAB.
12877 (fortran-mode): Set beginning-of-defun, end-of-defun.
12878 (fortran-column-ruler): Simplify.
12879 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12880 (fortran-with-subprogram-narrowing): Likewise.
12881 (fortran-indent-subprogram): Call mark-defun.
12882 (fortran-check-for-matching-do): Change narrowing.
12884 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12885 (cl-lucid-hash-tag): Delete.
12886 (cl-hash-table-p): Correct test for native table.
12887 (cl-hash-table-count): Use hash-table-count.
12889 * browse-url.el (browse-url): Fix case of
12890 browse-url-browser-function being an alist.
12892 2000-01-05 Carsten Dominik <cd@gnu.org>
12894 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12895 (reftex-index-phrase-file-extension): New options.
12897 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
12898 Use new option `reftex-index-phrase-file-extension'.
12900 * textmodes/reftex.el (reftex-access-parse-file): Use new option
12901 `reftex-parse-file-extension'.
12903 2000-01-05 Dave Love <fx@gnu.org>
12905 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
12906 (beginning-of-defun-raw): Use it.
12907 (end-of-defun): New variable.
12908 (end-of-defun): Use it.
12909 (check-parens): New command.
12911 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12913 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12914 (hs-show-block): Don't use `mapcar' when not accumulating.
12916 Fix buglet in local variables initialization.
12918 2000-01-05 Andreas Schwab <schwab@suse.de>
12920 * hscroll.el (hscroll): Doc fix.
12922 2000-01-05 Carsten Dominik <cd@gnu.org>
12924 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12927 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12928 file idlw-rinfo.el.
12929 (idlwave-customize): load must read file idlw-shell.el.
12930 (idlwave-create-customize-menu): load must read file idlw-shell.el.
12932 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12934 * progmodes/idlw-shell.el: Also provide idlwave-shell
12935 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12936 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12938 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12939 both reftex-dcr and reftex-vcr.
12941 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12943 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12945 * ps-print.el: PostScript code now is in separate files, doc fix.
12946 (ps-print-version): New version number (5.0.3).
12947 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12949 (ps-spool-config): Initialization fix.
12950 (ps-print-prologue-1, ps-print-prologue-2)
12951 (ps-print-duplex-feature): PostScript code moved to separated file.
12952 (ps-background-image): Little code reformating.
12953 (ps-begin-file, ps-begin-job): Fix code.
12954 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
12955 (ps-prologue-file): New fun.
12957 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12959 * ps-vars.el: Eliminated.
12961 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12964 * ps-print.el: ps-vars eliminated, doc fix.
12965 (ps-print-version): New version number (5.0.2).
12966 (ps-spool-config): Initialization fix.
12967 (ps-print-customize): New fun.
12969 2000-01-04 Gerd Moellmann <gerd@gnu.org>
12971 * autorevert.el (auto-revert-mode): Return value of
12974 2000-01-04 Dave Love <fx@gnu.org>
12976 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12979 2000-01-03 Dave Love <fx@gnu.org>
12981 * elide-head.el (elide-head) [defgroup]: Add :version.
12983 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
12984 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12985 `cl-hash-table-p', not `hash-table-p'.
12986 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12988 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12990 * faces.el (face-read-integer, read-face-attribute)
12991 (color-defined-p, color-values): unspecified-{f,b}g are now
12994 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12996 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12997 at comment end, and re-insert them after filling.
12999 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13001 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
13002 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13003 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
13005 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13007 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13008 the new name of face-color-supported-p.
13010 * term/w32-win.el (xw-defined-colors): Likewise.
13012 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13014 * simple.el (completion-setup-function): Count completion-size
13015 from minibuffer-prompt-end, not from point-min.
13017 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13019 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13020 Pass the frame to tty-color-* functions.
13021 (display-color-p, frame-set-background-mode): Pass the frame to
13022 tty-display-color-p.
13024 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13026 (tty-color-alist, tty-modify-color-alist): New functions.
13027 (tty-color-define, tty-color-clear, tty-color-approximate)
13028 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13029 an optional parameter FRAME.
13031 2000-01-01 Gerd Moellmann <gerd@gnu.org>
13033 * image.el (create-image, defimage): Don't assume image data is a
13036 * image.el (defimage): Handle specifications containing :data
13038 (image-type-from-data): New function.
13039 (image-type-from-file-header): Use it.
13040 (create-image): Add parameter DATA-P.
13042 See ChangeLog.8 for earlier changes.
13044 ;; Local Variables:
13045 ;; coding: iso-2022-7bit