(isearch-old-signal-hook): New variable.
[bpt/emacs.git] / lisp / ChangeLog
index 3dddc51..a931fbe 100644 (file)
@@ -1,8 +1,135 @@
+2001-01-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * isearch.el (isearch-old-signal-hook): New variable.
+       (isearch-mode): Set signal-hook-function to isearch-done.
+       (isearch-done): Restore old signal-hook-function.
+
+       * info.el (Info-fontify-node): Mark one more char as intangible.
+
+2000-01-05  Kenichi Handa  <handa@etl.go.jp>
+
+       * composite.el (compose-last-chars): New argument COMPONENTS.  If
+       it is non-nil, compose preceding characters by compose-region with
+       COMPONENTS.
+
+       * international/quail.el (quail-input-string-to-events): New function.
+       (quail-input-method): Convert input string to events here.
+       (quail-start-translation): Return input string, not event list.
+       (quail-start-conversion): Likewise.
+
+2001-01-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * tooltip.el (tooltip-cancel-delayed-tip) 
+       (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
+       and tooltip-add-timeout.
+       (tooltip-show): Set border color from faces's foreground.
+       (tooltip-show-help-function): If called with the same help string
+       as last time, do nothing.
+       (tooltip-help-tips): Don't set tooltip-help-message to nil.
+
+       * startup.el (fancy-splash-screens): Don't bind show-help-function
+       to nil.
+
+       * tooltip.el (tooltip-frame-parameters): Remove colors.
+       (tooltip): New face
+       (tooltip-set-param): New function.
+       (tooltip-show): Set up color frame parameters from face `tooltip'.
+       Display the tooltip text in face `tooltip'.
+
+2001-01-04  Dave Love  <fx@gnu.org>
+
+       * whitespace.el (whitespace-global-mode): Fix typo.
+
+       * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
+
+2001-01-03  Dave Love  <fx@gnu.org>
+
+       * dired-x.el: Doc fixes.  Maintainer change.
+       (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
+       :type.
+       (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
+       (dired-guess-shell-alist-user): Customize.
+       (dired-x-help-address): Set to bug-gnu-emacs.
+       (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
+       (dired-default-directory): Renamed from default-directory.
+
+       * hl-line.el (hl-line): Doc fix.
+
+2001-01-03  Karl Fogel  <kfogel@red-bean.com>
+
+       * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
+
+2001-01-02  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
+       to remove all the current alternative-match highlighting.
+       If nil, remove only what's outside the current window.
+       (isearch-lazy-highlight-remove-overlays): Take optional
+       region within which NOT to remove them.
+       (isearch-lazy-highlight-new-loop): Greatly simplified.
+       (isearch-lazy-highlight-update): Find all the other occurrences
+       visible in the window, in just one call.
+       (isearch-lazy-highlight-start): Now holds start of region to scan.
+       (isearch-lazy-highlight-end): Now holds end of region to scan.
+       (isearch-lazy-highlight-wrapped): Variable deleted.
+       (isearch-lazy-highlight-search): Function deleted.
+
+2000-01-02  Andrew Innes  <andrewi@gnu.org>
+
+       * w32-fns.el (convert-standard-filename): Do length check on name
+       before aref.
+
+2001-01-02  Dave Love  <fx@gnu.org>
+
+       * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
+       value.
+       (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
+
+       * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
+
+       * net/browse-url.el (browse-url-filename-alist): Avoid backquote
+       read syntax.
+
+       * calendar/todo-mode.el (todo): Add :link, :version.
+       (todo-save-top-priorities): Remove autoload cookie.
+       (todo-add-category, todo-add-item-non-interactively)
+       (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
+       cookie.
+
+2001-01-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * comint.el (comint-input-history-ignore): New variable.
+       (comint-read-input-ring): Ignore entries matching
+       comint-input-history-ignore.
+
+2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
+
+       * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
+       (lm-copyright-mark): New function.
+       (lm-crack-copyright): New function.
+       (lm-verify): Check that the file has a copyright.
+       Check that the file is copyright Free Software Foundation.
+
+2000-12-30  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-diag.el (print-fontset): Indent font name by
+       24 columns, not 25.
+
+2000-12-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
+       in Subject line.
+
+       * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
+       Use mail-mode-hook instead of mail-setup-hook.  Otherwise
+       continuing an interrupted message with C-u C-x m for instence,
+       winds up in Mail mode without abbrevs.
+
 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
        * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
        non-nil.  Adding almost all customization variables on ps-setup.  Doc
-       Fix.
+       fix.
        (ps-print-version): New version number (6.3.3).
        (ps-end-with-control-d): Initialization fix.
        (ps-lines-printed): New var.
        * ffap.el (ffap-bindings): Make interactive and add an autoload
        cookie.
        (ffap-bindings): Doc fix, to reflect the above change.
-======= end
 
 2000-12-27  Kenichi Handa  <handa@etl.go.jp>