]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(frame-initialize): Doc fix.
[gnu-emacs] / lisp / ChangeLog
index 0abf58c7cdd4c2b55c32a527a0439c554de16afd..9cd6ae1a20c13fe0e3ee3a1f731ed4743127e0c3 100644 (file)
@@ -1,5 +1,427 @@
+2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * frame.el (frame-initialize): Doc fix.
+
+       * time-stamp.el (time-stamp-string): Doc fix.
+
+       * woman.el (WoMan-log-1): Make the log buffer writable.  From
+       Markus Rost <rost@math.ohio-state.edu>.
+
+2001-01-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * imenu.el (imenu-syntax-alist): Add autoload cookie for
+       the `make-variable-buffer-local'.
+
+2001-01-29  Dave Love  <fx@gnu.org>
+
+       * ansi-color.el (ansi-color-for-comint-mode): Add :version.
+       (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
+       autoload cookie.
+       (ansi-color-apply-sequence): Fix typo.
+
+2001-01-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * menu-bar.el (menu-bar-files-menu): Add menu items for 
+       Postscript printing in black and white.
+
+       * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
+       X-Mailman-Version, Precedence, List-Help, List-Post,
+       List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
+       Content-Type, Content-Length.
+
+2001-01-29  Dave Love  <fx@gnu.org>
+
+       * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
+       fix.
+
+2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * isearch.el (isearch-highlight): Don't punt if the display
+       doesn't support colors, since isearch faces are defined for
+       monochrome displays as well.
+
+2001-01-27  Sam Steingold  <sds@gnu.org>
+
+       * shell.el (shell-write-history-on-exit): Make sure that we are in
+       the shell buffer (M-x tex-file RET inserted the error message into
+       the TeX buffer).
+
+2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (transient-mark-mode): Doc fix.
+
+2001-01-27  Gerd Moellmann  <gerd@gnu.org>
+
+       * progmodes/etags.el (find-tag-noselect): Don't bind
+       tags-file-name.
+
+2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * shell.el (shell-unquote-argument): If the shell is one of the
+       mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
+       quote character.
+       (shell-dumb-shell-regexp): Document that the shells which match
+       this regexp are supposed to not treat a backslash as a quote
+       character.
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
+       from 2001-01-12.  It is not needed, since backspace is mapped into
+       DEL.
+
+2001-01-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * dabbrev.el (dabbrev--substitute-expansion):
+       Treat a one-capital-letter abbrev as "not all upper case",
+       so as to force preservation of the expansion's pattern
+       if the expansion starts with a capital letter.
+
+2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
+       Doc fix.
+
+       * simple.el (transient-mark-mode): Document the fact that many
+       commands act on the region when mark is active.
+
+2001-01-27  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/quail.el (quail-setup-completion-buf): Make the
+       multibyteness of current buffer inherited to Quail completion
+       buffer.
+       (quail-show-guidance-buf): Make the multibyteness of current
+       buffer inherited to Quail guidance buffer.
+       (quail-help): Make the multibyteness of current buffer inherited
+       to Quail help buffer.
+
+2001-01-26  Dave Love  <fx@gnu.org>
+
+       * time-stamp.el: Doc fixes.
+
+       * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
+       (delphi-keyword-face, delphi-other-face): Fix :type.
+
+       * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
+
+       * mail/feedmail.el (feedmail): Add :link.
+       (feedmail-send-it): Doc fix.
+
+       * mail/sendmail.el: Doc fixes.
+       (sendmail-send-it): Fix the non-ASCII regexp and use
+       rfc2047-encode-string.
+
+       * dired.el, dired-aux.el: Revert last change.
+
+2001-01-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * makefile.w32-in (DONTCOMPILE): Add various term files.
+
+2001-01-26  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (DONTCOMPILE): Add various term files.
+
+2001-01-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * man.el (Man-default-man-entry, Man-mode): Doc fix.
+
+       * startup.el (display-startup-echo-area-message): Make sure
+       the echo area is resized to fit the size of the startup
+       message.
+
+       * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
+       part of which is a constant.
+
+2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
+       twice.
+
+2001-01-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * simple.el (next-line): Don't let `newline' expand abbrevs.
+       Simplify slightly.
+       (open-line): Don't let `newline' expand abbrevs.
+
+2001-01-25  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
+       to `repeat' in the :type field.
+
+       * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
+       allow a choice of regexp or nil.
+       (pcomplete-dir-ignore): Same.
+
+       * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
+       a command) to always fail.
+
+2001-01-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
+       discard the result.
+       (iswitchb-to-end): Likewise.
+
+2001-01-25  Sam Steingold  <sds@gnu.org>
+
+       * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
+       Require vc.
+
+2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
+
+2001-01-25  Dave Love  <fx@gnu.org>
+
+       * lisp/international/mule-diag.el (describe-char-after): Doc fix.
+       (describe-coding-system): Tweak the English text.
+
+       * loadup.el: Preload international/ccl for utf-8.
+
+2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/rmail.el (rmail-redecode-body): Doc fix.
+
+2001-01-25  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-cmds.el (reset-language-environment): Reset
+       coding-category-utf-8 to mule-utf-8.
+
+       * international/mule-conf.el (coding-category-utf-8): Initialize
+       to mule-utf-8.
+
+       * loadup.el: Preload international/utf-8.
+
+       * international/utf-8.el: New file.
+
+2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
+
+2001-01-24  Sam Steingold  <sds@gnu.org>
+
+       * dired.el (dired-replace-in-string): Removed.
+       (dired-sort-toggle): Use `replace-regexps-in-string'
+       instead of `dired-replace-in-string'.
+
+       * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
+       (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
+
+       * gs.el (gs-replace-in-string): Removed.
+       (gs-options): Use `replace-regexps-in-string'
+       instead of `gs-replace-in-string'.
+
+2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
+       bug report is mailed to an email list and posted to a news group.
+
+2001-01-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * comint.el (comint-replace-by-expanded-history-before-point): Fix
+       change of 2000-08-03 to move point to the start of the line again.
+
+       * startup.el (tool-bar-images-pixel-height): New variable.
+       (command-line): After loading the user's init file, when
+       tool-bar-mode is on, increase the frame's size by some lines for
+       the tool-bar.
+
+       * frame.el (frame-initialize): Create the initial frame invisible.
+
+2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
+       (chinese-big5): MIME:Big5.
+
+2001-01-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/mule-cmds.el (universal-coding-system-argument):
+       Handle commands with prefix args.
+
+2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
+
+       * calendar/diary-lib.el (diary-float): Fix case of MONTH
+       being a list of numbers.
+       (diary-mail-entries): Rewritten.
+
+2001-01-23  Dave Love  <fx@gnu.org>
+
+       * international/mule.el (make-coding-system): Fix typo.
+
+       * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
+       backward-paragraph as font-lock-beginning-of-syntax-function.
+
+2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * font-lock.el (font-lock-mode): Doc fix.
+
+2001-01-23  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (make-translation-table): Fix docstring.
+
+2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/rmail.el (rmail-redecode-body): New function.
+
+       * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
+
+2001-01-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * isearch.el (isearch-lazy-highlight-case-fold-search)
+       (isearch-lazy-highlight-regexp): New variables.
+       (isearch-lazy-highlight-cleanup): Update lazy highlight if
+       case-fold search or regexp search has been toggled.
+
+       * wid-edit.el (widget-button-click): Avoid a save-excursion
+       around running a global binding.
+
+       * isearch.el (isearch-lazy-highlight-initial-delay): Set default
+       to 0.25.
+
+2001-01-20  Miles Bader  <miles@gnu.org>
+
+       * cus-edit.el (custom-face-save): Do post-processing on the face's
+       new value like `custom-face-set' does.
+
+2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/emacsbug.el (report-emacs-bug): Report the value of
+       LC_CTYPE, not LC_TYPE.
+
+       * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
+       isearch-toggle-regexp and isearch-edit-string to doc string.
+
+2001-01-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
+       as font-lock-beginning-of-syntax-function in font-lock-defaults.
+
+       * jit-lock.el (jit-lock-fontify-now): Don't bind
+       font-lock-beginning-of-syntax-function to nil.
+
+2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/emacsbug.el (report-emacs-bug): Report values of
+       locale-coding-system, default-enable-multibyte-characters, and the
+       environment variables LC_ALL, LC_TYPE, and LANG.
+
+2001-01-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (font-lock-default-fontify-region): Fix last
+       change.
+
+       * font-lock.el (font-lock-multiline): Default to nil.
+       (font-lock-default-fontify-region): If font-lock-multiline is
+       nil, don't check the property `font-lock-multiline'.
+
+       * jit-lock.el (jit-lock-after-change): If font-lock-multiline
+       is nil, don't check the `font-lock-multiline' text property.
+
+2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
+
+       * viper.el: Call initial-major-mode on startup.
+
+       * ediff.el (ediff-patch-file): Use better defaults.
+
+       * ediff-vers.el: Fix for 8+3 DOS file systems.
+
+2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
+
+       * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
+       diff mode, if available.
+
+2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
+
+       * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
+
+       * ediff-init.el (subst-char-in-string): Define and use it, unless
+       it's already defined.
+
+2001-01-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * tooltip.el (tooltip-hide-delay): New user-option.
+       (tooltip-show): Use tooltip-hide-delay instead of the default.
+
+2001-01-18  Kenichi Handa  <handa@etl.go.jp>
+
+       * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
+       kill-local-variable doesn't work for enable-multibyte-characters.
+
+2001-01-17  Dave Love  <fx@gnu.org>
+
+       * ediff-init.el (ediff-before-setup-hook)
+       (ediff-merge-filename-prefix): Add :version.
+
+       * international/latin1-disp.el: Require disp-table.
+       (latin1-display): Fix :set.
+
+       * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
+
+2001-01-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * isearch.el (isearch-lazy-highlight-initial-delay)
+       (isearch-lazy-highlight-interval): Default to 0.
+
+2001-01-17  Bob Glickstein  <bobg@zanshin.com>
+
+       * isearch.el (isearch-highlight): Set isearch-overlay priority to
+       1 here rather than each time through
+       isearch-lazy-highlight-new-loop.
+       (isearch-lazy-highlight-max): Variable deleted.
+       (isearch-lazy-highlight-max-at-a-time): New user variable, like
+       isearch-lazy-highlight-max but controls a single invocation of
+       isearch-lazy-highlight-update.
+       (isearch-lazy-highlight-wrapped): Variable recreated.
+       (isearch-lazy-highlight-window-start): New variable.
+       (isearch-lazy-highlight-cleanup): Restored to behavior of
+       before 2-Jan.
+       (isearch-lazy-highlight-remove-overlays): Function deleted;
+       behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
+       behavior removed.
+       (isearch-lazy-highlight-new-loop): Restore old behavior of calling
+       isearch-lazy-highlight-update in a loop rather than just once.
+       Test isearch-invalid-regexp here and decide not to start a new
+       loop, rather than testing it each time through
+       isearch-lazy-highlight-update.
+       (isearch-lazy-highlight-search): Function restored.
+       (isearch-lazy-highlight-update): Get called in a timer loop again,
+       but this time highlight more than one match each time through.
+       Only highlight matches in the visible part of the window.  Start
+       at point, move in the direction of the search, and wrap around at
+       the edge of the window.  Use sit-for to force redisplay and ensure
+       window-start is credible.  "Face suppressing" behavior removed;
+       overlay priorities should make it unnecessary, right?
+       (isearch-highlight): Face suppressing behavior removed.
+       (isearch-dehighlight): Face suppressing behavior removed.
+       (isearch-set-lazy-highlight-faces-at): Removed.
+
+2001-01-17  Kenichi Handa  <handa@etl.go.jp>
+
+       * language/european.el ("Latin-1"): Make the format of description
+       about additional language environments same as that of Latin-2.
+
+2001-01-16  Dave Love  <fx@gnu.org>
+
+       * isearch.el (isearch-lazy-highlight): Add :version.
+
+       * simple.el (backward-delete-char-untabify-method)
+       (next-line-add-newlines): Add :version.
+
+2001-01-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * bindings.el: Bind <backspace> and <delete> via function-key-map.
+       Don't bind <delete> otherwise.
+
+       * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
+       and <delete> via function-key-map.
+
+       * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
+       Subject line only if point is after the `Subject:'.
+
 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
 
+       * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
+       japanese-jisx0213-2 in `charset' property of this lang. env.
+
        * language/european.el ("Latin-1"): Add description for Dutch and
        Spanish lang. env.
 
 
 2001-01-15  Alex Schroeder  <alex@gnu.org>
 
-       * ansi-color.el (ansi-colors) <defgroup>: Fix :version by Dave
-       Love <fx@gnu.org>
+       * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
+       From Dave Love <fx@gnu.org>.
        (ansi-color-for-comint-mode): Fix :version.
 
 2001-01-15  Alex Schroeder  <alex@gnu.org>