emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 22 Jul 2002 15:02:45 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4139 emacs/lisp/ChangeLog:1.4140
*** emacs/lisp/ChangeLog:1.4139 Mon Jul 22 06:38:32 2002
--- emacs/lisp/ChangeLog        Mon Jul 22 15:02:44 2002
***************
*** 432,438 ****
        * calendar/timeclock.el (timeclock-in): Handle the case where no
        log file exists (ie the very first call).
  
! 2002-07-13  Kai Großjohann  <address@hidden>
  
        * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
        is done by Tramp.
--- 432,438 ----
        * calendar/timeclock.el (timeclock-in): Handle the case where no
        log file exists (ie the very first call).
  
! 2002-07-13  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
        is done by Tramp.
***************
*** 508,514 ****
        (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
        alphabet) to "Cyrillic-ISO".
  
! 2002-07-11  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-default-method): New default method "sm"
        which I guess to be good for most people.
--- 508,514 ----
        (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
        alphabet) to "Cyrillic-ISO".
  
! 2002-07-11  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-default-method): New default method "sm"
        which I guess to be good for most people.
***************
*** 921,927 ****
        (uniquify-delayed-rationalize-file-buffer-names):
        Rename from delayed-uniquify-rationalize-file-buffer-names.
  
! 2002-06-27  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-file-name-structure)
        (tramp-multi-file-name-hop-structure): Split for easier readability.
--- 921,927 ----
        (uniquify-delayed-rationalize-file-buffer-names):
        Rename from delayed-uniquify-rationalize-file-buffer-names.
  
! 2002-06-27  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-file-name-structure)
        (tramp-multi-file-name-hop-structure): Split for easier readability.
***************
*** 970,976 ****
  
        * dired.el (dired-find-alternate-file): Mark as disabled.
  
! 2002-06-25  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-ftp-method): New user option.
        (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
--- 970,976 ----
  
        * dired.el (dired-find-alternate-file): Mark as disabled.
  
! 2002-06-25  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-ftp-method): New user option.
        (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
***************
*** 1058,1064 ****
        * progmodes/f90.el (f90-do-auto-fill): Respect the value of
        comment-auto-fill-only-comments.
  
! 2002-06-21  Kai Großjohann  <address@hidden>
  
        * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
        This is not a handled operation.
--- 1058,1064 ----
        * progmodes/f90.el (f90-do-auto-fill): Respect the value of
        comment-auto-fill-only-comments.
  
! 2002-06-21  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
        This is not a handled operation.
***************
*** 1544,1550 ****
        * select.el (xselect-convert-to-string): If VALUE is a string,
        return a cons of TYPE and the string.
  
! 2002-06-05  Pavel Janík  <address@hidden>
  
        * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
        Fix the table to contain correct characters.
--- 1544,1550 ----
        * select.el (xselect-convert-to-string): If VALUE is a string,
        return a cons of TYPE and the string.
  
! 2002-06-05  Pavel Jan,Am(Bk  <address@hidden>
  
        * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
        Fix the table to contain correct characters.
***************
*** 1980,1986 ****
        (mail-default-directory): New user option.
        (mail, mail-recover):  Use that option.
  
! 2002-05-20  Kai Großjohann  <address@hidden>
  
        * international/mule.el (auto-coding-alist): Use emacs-mule
        for auto-save files.
--- 1980,1986 ----
        (mail-default-directory): New user option.
        (mail, mail-recover):  Use that option.
  
! 2002-05-20  Kai Gro,A_(Bjohann  <address@hidden>
  
        * international/mule.el (auto-coding-alist): Use emacs-mule
        for auto-save files.
***************
*** 2158,2164 ****
        (dabbrev-upcase-means-case-search): Doc fix.
        (dabbrev-case-replace): Fix custom tags and docs.
  
! 2002-05-14  Jochen Küpper  <address@hidden>
  
        * calc/calc-units.el (math-standard-units): Update from CODATA.
  
--- 2158,2164 ----
        (dabbrev-upcase-means-case-search): Doc fix.
        (dabbrev-case-replace): Fix custom tags and docs.
  
! 2002-05-14  Jochen K,A|(Bpper  <address@hidden>
  
        * calc/calc-units.el (math-standard-units): Update from CODATA.
  
***************
*** 2220,2226 ****
        (occur-engine): If there are no more matches, then finish
        searching the current buffer.
  
! 2002-05-12  Pavel Janík  <address@hidden>
  
        * net/ange-ftp.el (ange-ftp-try-passive-mode)
        (ange-ftp-passive-host-alist): Change :version attributes to be
--- 2220,2226 ----
        (occur-engine): If there are no more matches, then finish
        searching the current buffer.
  
! 2002-05-12  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/ange-ftp.el (ange-ftp-try-passive-mode)
        (ange-ftp-passive-host-alist): Change :version attributes to be
***************
*** 2262,2268 ****
  
        * subr.el (functionp): Catch errors in indirect-function.
  
! 2002-05-12  Pavel Janík  <address@hidden>
  
        * net/ldap.el (ldap-search-internal): Unfold folded lines before
        parsing.
--- 2262,2268 ----
  
        * subr.el (functionp): Catch errors in indirect-function.
  
! 2002-05-12  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/ldap.el (ldap-search-internal): Unfold folded lines before
        parsing.
***************
*** 2345,2351 ****
  
        * wid-edit.el (checkbox): New check-mark image.
  
! 2002-05-08  Pavel Janík  <address@hidden>
  
        * filesets.el (filesets-running-xemacs): Fix last change.
  
--- 2345,2351 ----
  
        * wid-edit.el (checkbox): New check-mark image.
  
! 2002-05-08  Pavel Jan,Am(Bk  <address@hidden>
  
        * filesets.el (filesets-running-xemacs): Fix last change.
  
***************
*** 2365,2371 ****
        (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
        Defvar them to nil if running in Emacs.
  
! 2002-05-08  Pavel Janík  <address@hidden>
  
        * textmodes/flyspell.el (make-flyspell-overlay): Add help text
        to flyspell overlays.
--- 2365,2371 ----
        (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
        Defvar them to nil if running in Emacs.
  
! 2002-05-08  Pavel Jan,Am(Bk  <address@hidden>
  
        * textmodes/flyspell.el (make-flyspell-overlay): Add help text
        to flyspell overlays.
***************
*** 2620,2626 ****
        Only interpret delete-selection property if mark-active.
        (cua-mode): Fixed require in defcustom.
  
! 2002-05-01  Pavel Janík  <address@hidden>
  
        * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
        error call.
--- 2620,2626 ----
        Only interpret delete-selection property if mark-active.
        (cua-mode): Fixed require in defcustom.
  
! 2002-05-01  Pavel Jan,Am(Bk  <address@hidden>
  
        * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
        error call.
***************
*** 2755,2761 ****
  
        * language/viet-util.el: Update Commentary section.
  
! 2002-04-29  Pavel Janík  <address@hidden>
  
        * filesets.el (filesets-data): Doc fix.
        (filesets-running-xemacs): Define even when compiling.
--- 2755,2761 ----
  
        * language/viet-util.el: Update Commentary section.
  
! 2002-04-29  Pavel Jan,Am(Bk  <address@hidden>
  
        * filesets.el (filesets-data): Doc fix.
        (filesets-running-xemacs): Define even when compiling.
***************
*** 2820,2826 ****
        * replace.el (occur-revert-arguments):
        Renamed from occur-revert-properties.  All uses changed.
  
! 2002-04-28  Pavel Janík  <address@hidden>
  
        * recentf.el (recentf-menu-before): Use string to specify path in
        the menu.
--- 2820,2826 ----
        * replace.el (occur-revert-arguments):
        Renamed from occur-revert-properties.  All uses changed.
  
! 2002-04-28  Pavel Jan,Am(Bk  <address@hidden>
  
        * recentf.el (recentf-menu-before): Use string to specify path in
        the menu.
***************
*** 3197,3203 ****
        when finding the end.  Take more care in analyzing the results
        of intangibility after line-move-to-column.
  
! 2002-04-22  Pavel Janík  <address@hidden>
  
        * international/mule-diag.el (list-input-methods-1): Doc fix
        (LEIM is now part of the standard distribution).
--- 3197,3203 ----
        when finding the end.  Take more care in analyzing the results
        of intangibility after line-move-to-column.
  
! 2002-04-22  Pavel Jan,Am(Bk  <address@hidden>
  
        * international/mule-diag.el (list-input-methods-1): Doc fix
        (LEIM is now part of the standard distribution).
***************
*** 4193,4199 ****
  
        * term.el (term-emulate-terminal): Fix last change.
  
! 2002-04-16  Pavel Janík  <address@hidden>
  
        * bindings.el (mode-line-mode-menu): Update names to reflect
        latest changes.
--- 4193,4199 ----
  
        * term.el (term-emulate-terminal): Fix last change.
  
! 2002-04-16  Pavel Jan,Am(Bk  <address@hidden>
  
        * bindings.el (mode-line-mode-menu): Update names to reflect
        latest changes.
***************
*** 4269,4275 ****
        (exchange-point-and-mark): Temporarily enable transient-mark-mode
        if prefix arg.
  
! 2002-04-14  Pavel Janík  <address@hidden>
  
        * speedbar.el (speedbar-tag-hierarchy-method)
        (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
--- 4269,4275 ----
        (exchange-point-and-mark): Temporarily enable transient-mark-mode
        if prefix arg.
  
! 2002-04-14  Pavel Jan,Am(Bk  <address@hidden>
  
        * speedbar.el (speedbar-tag-hierarchy-method)
        (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
***************
*** 4279,4285 ****
        * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
        beginning of buffer.
  
! 2002-04-14  Pavel Janík  <address@hidden>
  
        * speedbar.el (speedbar-generic-item-info)
        (speedbar-sort-tags): Doc fix.
--- 4279,4285 ----
        * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
        beginning of buffer.
  
! 2002-04-14  Pavel Jan,Am(Bk  <address@hidden>
  
        * speedbar.el (speedbar-generic-item-info)
        (speedbar-sort-tags): Doc fix.
***************
*** 4308,4314 ****
        (gamegrid-add-score): Just dispatch on `system-type' to one of the
        previous two functions.
  
! 2002-04-13  Pavel Janík  <address@hidden>
  
        * iswitchb.el: Update commentary to include new function
        iswitchb-exclude-nonmatching.
--- 4308,4314 ----
        (gamegrid-add-score): Just dispatch on `system-type' to one of the
        previous two functions.
  
! 2002-04-13  Pavel Jan,Am(Bk  <address@hidden>
  
        * iswitchb.el: Update commentary to include new function
        iswitchb-exclude-nonmatching.
***************
*** 4373,4379 ****
        (fill-region-as-paragraph): Compare to `to' rather than eobp.
        (fill-paragraph): Don't rebind fill-paragraph-function.
  
! 2002-04-11  Pavel Janík  <address@hidden>
  
        * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
  
--- 4373,4379 ----
        (fill-region-as-paragraph): Compare to `to' rather than eobp.
        (fill-paragraph): Don't rebind fill-paragraph-function.
  
! 2002-04-11  Pavel Jan,Am(Bk  <address@hidden>
  
        * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
  
***************
*** 4487,4493 ****
        Use sgml-parse-tag-backward to find start point.
        (sgml-looking-back-at): Doc fix.
  
! 2002-04-09  Pavel Janík  <address@hidden>
  
        * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
        for prompt.
--- 4487,4493 ----
        Use sgml-parse-tag-backward to find start point.
        (sgml-looking-back-at): Doc fix.
  
! 2002-04-09  Pavel Jan,Am(Bk  <address@hidden>
  
        * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
        for prompt.
***************
*** 4536,4542 ****
        * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
        (vc-cvs-checkin): Use it.
  
! 2002-04-08  Pavel Janík  <address@hidden>
  
        * files.el (display-time-string): Fix last change.
  
--- 4536,4542 ----
        * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
        (vc-cvs-checkin): Use it.
  
! 2002-04-08  Pavel Jan,Am(Bk  <address@hidden>
  
        * files.el (display-time-string): Fix last change.
  
***************
*** 4551,4557 ****
        default-process-coding-system.
        (coding-system-change-text-conversion): Fix case where CODING is nil.
  
! 2002-04-07  Pavel Janík  <address@hidden>
  
        * subr.el (play-sound): Move here from simple.el.
  
--- 4551,4557 ----
        default-process-coding-system.
        (coding-system-change-text-conversion): Fix case where CODING is nil.
  
! 2002-04-07  Pavel Jan,Am(Bk  <address@hidden>
  
        * subr.el (play-sound): Move here from simple.el.
  
***************
*** 4578,4584 ****
  
        * textmodes/xml-lite.el: Remove.
  
! 2002-04-05  Pavel Janík  <address@hidden>
  
        * simple.el (play-sound): New function (uses play-sound-internal).
  
--- 4578,4584 ----
  
        * textmodes/xml-lite.el: Remove.
  
! 2002-04-05  Pavel Jan,Am(Bk  <address@hidden>
  
        * simple.el (play-sound): New function (uses play-sound-internal).
  
***************
*** 4602,4608 ****
        * textmodes/sgml-mode.el: Add missing require.
        (sgml-lexical-context): Fix up CDATA detection for boundary cases.
  
! 2002-04-03  Kai Großjohann  <address@hidden>
  
        * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
        spot indicated by text property `cvs-goal-column', if present.
--- 4602,4608 ----
        * textmodes/sgml-mode.el: Add missing require.
        (sgml-lexical-context): Fix up CDATA detection for boundary cases.
  
! 2002-04-03  Kai Gro,A_(Bjohann  <address@hidden>
  
        * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
        spot indicated by text property `cvs-goal-column', if present.
***************
*** 4670,4676 ****
        (sgml-parse-tag-backward): Extend support for CDATA to include
        conditional sections.
  
! 2002-04-03  Pavel Janík  <address@hidden>
  
        * cus-start.el: Rename `autoselect-window' to
        `mouse-autoselect-window'.
--- 4670,4676 ----
        (sgml-parse-tag-backward): Extend support for CDATA to include
        conditional sections.
  
! 2002-04-03  Pavel Jan,Am(Bk  <address@hidden>
  
        * cus-start.el: Rename `autoselect-window' to
        `mouse-autoselect-window'.
***************
*** 4744,4750 ****
        (xml-lite-parse-tag-backward): Simplify parsing by assuming we
        always start within text. Make use of sgml-unclosed-tag-p.
  
! 2002-04-01  Ville Skyttä  <address@hidden>
  
        * tcl.el (tcl-imenu-generic-expression): New value.
        (tcl-imenu-create-index-function): Function deleted.
--- 4744,4750 ----
        (xml-lite-parse-tag-backward): Simplify parsing by assuming we
        always start within text. Make use of sgml-unclosed-tag-p.
  
! 2002-04-01  Ville Skytt,Ad(B  <address@hidden>
  
        * tcl.el (tcl-imenu-generic-expression): New value.
        (tcl-imenu-create-index-function): Function deleted.
***************
*** 4754,4760 ****
        (inferior-tcl-mode): Doc fix.
        Change not legally significant.
  
! 2002-04-01  Pavel Janík  <address@hidden>
  
        * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
  
--- 4754,4760 ----
        (inferior-tcl-mode): Doc fix.
        Change not legally significant.
  
! 2002-04-01  Pavel Jan,Am(Bk  <address@hidden>
  
        * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
  
***************
*** 4955,4961 ****
        for comments.
        (xml-lite-in-string-p): Simplify.
  
! 2002-03-27  Pavel Janík  <address@hidden>
  
        * allout.el (outline-layout): Doc fix.
  
--- 4955,4961 ----
        for comments.
        (xml-lite-in-string-p): Simplify.
  
! 2002-03-27  Pavel Jan,Am(Bk  <address@hidden>
  
        * allout.el (outline-layout): Doc fix.
  
***************
*** 5023,5029 ****
  
        * subr.el (substring-no-properties): Function deleted (now in C).
  
! 2002-03-25  Pavel Janík  <address@hidden>
  
        * mwheel.el (mouse-wheel-mode): Use global-set-key and
        global-unset-key.
--- 5023,5029 ----
  
        * subr.el (substring-no-properties): Function deleted (now in C).
  
! 2002-03-25  Pavel Jan,Am(Bk  <address@hidden>
  
        * mwheel.el (mouse-wheel-mode): Use global-set-key and
        global-unset-key.
***************
*** 5064,5070 ****
        fore- and background colors of the faces we create, since facemenu
        doesn't.
  
! 2002-03-24  Pavel Janík  <address@hidden>
  
        * mwheel.el (mouse-wheel-mode): Use the result of
        current-global-map instead of the variable `global-map'.
--- 5064,5070 ----
        fore- and background colors of the faces we create, since facemenu
        doesn't.
  
! 2002-03-24  Pavel Jan,Am(Bk  <address@hidden>
  
        * mwheel.el (mouse-wheel-mode): Use the result of
        current-global-map instead of the variable `global-map'.
***************
*** 5119,5125 ****
        * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
        directions as the last action.
  
! 2002-03-21  Pavel Janík  <address@hidden>
  
        * startup.el (fancy-splash-tail, normal-splash-screen):
        Update copyright.
--- 5119,5125 ----
        * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
        directions as the last action.
  
! 2002-03-21  Pavel Jan,Am(Bk  <address@hidden>
  
        * startup.el (fancy-splash-tail, normal-splash-screen):
        Update copyright.
***************
*** 5307,5313 ****
        <top-level>: Remove the setup for all known codepages: it seems
        to cause crashes in the CCL driver.
  
! 2002-03-16  Pavel Janík  <address@hidden>
  
        * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
        (bibtex-entry-field-alist): Doc fix.
--- 5307,5313 ----
        <top-level>: Remove the setup for all known codepages: it seems
        to cause crashes in the CCL driver.
  
! 2002-03-16  Pavel Jan,Am(Bk  <address@hidden>
  
        * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
        (bibtex-entry-field-alist): Doc fix.
***************
*** 5325,5331 ****
        * files.el (load-completion): New function.
        (load-library): Use it.
  
! 2002-03-15  Pavel Janík  <address@hidden>
  
        * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
        to match the actual code.
--- 5325,5331 ----
        * files.el (load-completion): New function.
        (load-library): Use it.
  
! 2002-03-15  Pavel Jan,Am(Bk  <address@hidden>
  
        * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
        to match the actual code.
***************
*** 5468,5474 ****
  
        * comint.el: Remove documentation on setting up pcomplete.
  
! 2002-03-11  Pavel Janík  <address@hidden>
  
        * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
        item.  Doc fix.
--- 5468,5474 ----
  
        * comint.el: Remove documentation on setting up pcomplete.
  
! 2002-03-11  Pavel Jan,Am(Bk  <address@hidden>
  
        * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
        item.  Doc fix.
***************
*** 5588,5594 ****
        (hif-conditional): New function to evaluate a conditional
        expression.
  
! 2002-03-06  Pavel Janík  <address@hidden>
  
        * language/czech.el ("Czech"): Fix the documentation.
  
--- 5588,5594 ----
        (hif-conditional): New function to evaluate a conditional
        expression.
  
! 2002-03-06  Pavel Jan,Am(Bk  <address@hidden>
  
        * language/czech.el ("Czech"): Fix the documentation.
  
***************
*** 5651,5657 ****
        (mode-line-inactive, header-line): Move the `t' section to the
        beginning so the `:inherit' setting can be shared.
  
! 2002-03-04  Pavel Janík  <address@hidden>
  
        * net/snmp-mode.el: Require tempo when compiling to prevent
        warnings.  Update copyright notice.
--- 5651,5657 ----
        (mode-line-inactive, header-line): Move the `t' section to the
        beginning so the `:inherit' setting can be shared.
  
! 2002-03-04  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/snmp-mode.el: Require tempo when compiling to prevent
        warnings.  Update copyright notice.
***************
*** 5771,5777 ****
        * font-lock.el (java-font-lock-extra-types):
        Match java.net.URL, etc.
  
! 2002-02-28  Pavel Janík  <address@hidden>
  
        * hexl.el (hexl-options): Doc fix.
        Update Commentary section.
--- 5771,5777 ----
        * font-lock.el (java-font-lock-extra-types):
        Match java.net.URL, etc.
  
! 2002-02-28  Pavel Jan,Am(Bk  <address@hidden>
  
        * hexl.el (hexl-options): Doc fix.
        Update Commentary section.
***************
*** 6051,6057 ****
        * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
        natural paragraph boundaries.  Don't fail at beginning of buffer.
  
! 2002-02-20  Pavel Janík  <address@hidden>
  
        * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
        call the argument "arg" to match plain next-line and
--- 6051,6057 ----
        * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
        natural paragraph boundaries.  Don't fail at beginning of buffer.
  
! 2002-02-20  Pavel Jan,Am(Bk  <address@hidden>
  
        * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
        call the argument "arg" to match plain next-line and
***************
*** 6115,6121 ****
        * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
        invoked from Rmail with full headers displayed.
  
! 2002-02-17  Kai Großjohann  <address@hidden>
  
        * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
        when repeated.
--- 6115,6121 ----
        * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
        invoked from Rmail with full headers displayed.
  
! 2002-02-17  Kai Gro,A_(Bjohann  <address@hidden>
  
        * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
        when repeated.
***************
*** 6131,6137 ****
  
        * textmodes/flyspell.el (flyspell): Add to ispell group.
  
! 2002-02-17  Kai Großjohann  <address@hidden>
  
        * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
        repeated.
--- 6131,6137 ----
  
        * textmodes/flyspell.el (flyspell): Add to ispell group.
  
! 2002-02-17  Kai Gro,A_(Bjohann  <address@hidden>
  
        * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
        repeated.
***************
*** 6155,6161 ****
        * cus-start.el: Add automatic-hscroll-margin and
        automatic-hscroll-step.
  
! 2002-02-16  Pavel Janík  <address@hidden>
  
        * cus-start.el (x-autoselect-window): Allow customization.
  
--- 6155,6161 ----
        * cus-start.el: Add automatic-hscroll-margin and
        automatic-hscroll-step.
  
! 2002-02-16  Pavel Jan,Am(Bk  <address@hidden>
  
        * cus-start.el (x-autoselect-window): Allow customization.
  
***************
*** 6252,6258 ****
  
        * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
  
! 2002-02-15  Kai Großjohann  <address@hidden>
  
        * simple.el (mark-word): Mark more if repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.
--- 6252,6258 ----
  
        * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
  
! 2002-02-15  Kai Gro,A_(Bjohann  <address@hidden>
  
        * simple.el (mark-word): Mark more if repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.
***************
*** 6353,6359 ****
        * cus-start.el: Don't warn about "x-*" symbols when building a
        non-GUI version.
  
! 2002-02-11  Pavel Janík  <address@hidden>
  
        * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
        Doc fix.
--- 6353,6359 ----
        * cus-start.el: Don't warn about "x-*" symbols when building a
        non-GUI version.
  
! 2002-02-11  Pavel Jan,Am(Bk  <address@hidden>
  
        * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
        Doc fix.
***************
*** 6378,6384 ****
        (dump-charsets, dump-codings): Deleted (obsolete).
        From Dave Love <address@hidden>.
  
! 2002-02-10  Pavel Janík  <address@hidden>
  
        * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
  
--- 6378,6384 ----
        (dump-charsets, dump-codings): Deleted (obsolete).
        From Dave Love <address@hidden>.
  
! 2002-02-10  Pavel Jan,Am(Bk  <address@hidden>
  
        * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
  
***************
*** 6401,6407 ****
  
        * ediff.el: Typo in comment.
  
! 2002-02-09  Pavel Janík  <address@hidden>
  
        * menu-bar.el (menu-bar-options-save): Take care of
        line-number-mode and column-number-mode variables.
--- 6401,6407 ----
  
        * ediff.el: Typo in comment.
  
! 2002-02-09  Pavel Jan,Am(Bk  <address@hidden>
  
        * menu-bar.el (menu-bar-options-save): Take care of
        line-number-mode and column-number-mode variables.
***************
*** 6478,6484 ****
        * subr.el (global-set-key, local-set-key): Accept a symbol for the
        KEY argument (like define-key).
  
! 2002-02-06  Pavel Janík  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
  
--- 6478,6484 ----
        * subr.el (global-set-key, local-set-key): Accept a symbol for the
        KEY argument (like define-key).
  
! 2002-02-06  Pavel Jan,Am(Bk  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
  
***************
*** 6559,6565 ****
        * cus-edit.el (customize-mark-to-save): New function.
        * menu-bar.el (menu-bar-options-save): Rewrote.
  
! 2002-02-05  Pavel Janík  <address@hidden>
  
        * cus-start.el (x-use-underline-position-properties):
        Allow customization.
--- 6559,6565 ----
        * cus-edit.el (customize-mark-to-save): New function.
        * menu-bar.el (menu-bar-options-save): Rewrote.
  
! 2002-02-05  Pavel Jan,Am(Bk  <address@hidden>
  
        * cus-start.el (x-use-underline-position-properties):
        Allow customization.
***************
*** 6592,6602 ****
        * window.el (save-selected-window): Move macro before first use.
        (balance-windows): Fix misplaced parenthesis.
  
! 2002-02-03  Pavel Janík  <address@hidden>
  
        * calculator.el (calculator-displayers): Doc fixes.
  
! 2002-02-03  Pavel Janík  <address@hidden>
  
        * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
        (menu-bar-options-save): Save also the value of `display-time-mode'.
--- 6592,6602 ----
        * window.el (save-selected-window): Move macro before first use.
        (balance-windows): Fix misplaced parenthesis.
  
! 2002-02-03  Pavel Jan,Am(Bk  <address@hidden>
  
        * calculator.el (calculator-displayers): Doc fixes.
  
! 2002-02-03  Pavel Jan,Am(Bk  <address@hidden>
  
        * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
        (menu-bar-options-save): Save also the value of `display-time-mode'.
***************
*** 6635,6641 ****
        looking for X-Coding-System header, and restore the pruned state
        before returning.
  
! 2002-02-02  Pavel Janík  <address@hidden>
  
        * cus-edit.el (customize-save-variable): Fix typo in prompt.
  
--- 6635,6641 ----
        looking for X-Coding-System header, and restore the pruned state
        before returning.
  
! 2002-02-02  Pavel Jan,Am(Bk  <address@hidden>
  
        * cus-edit.el (customize-save-variable): Fix typo in prompt.
  
***************
*** 6724,6730 ****
        * emulation/pc-select.el (pc-select-save-and-set-mode):
        Properly use MODE-VAR.
  
! 2002-01-29  Pavel Janík  <address@hidden>
  
        * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
        Version" to "About Emacs".
--- 6724,6730 ----
        * emulation/pc-select.el (pc-select-save-and-set-mode):
        Properly use MODE-VAR.
  
! 2002-01-29  Pavel Jan,Am(Bk  <address@hidden>
  
        * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
        Version" to "About Emacs".
***************
*** 6741,6747 ****
  
        * calendar/calendar.el (generate-calendar-month): Doc fix.
  
! 2002-01-27  Pavel Janík  <address@hidden>
  
        * time.el (display-time-mail-directory): New option.
        (display-time-mail-function): Update doc-string.
--- 6741,6747 ----
  
        * calendar/calendar.el (generate-calendar-month): Doc fix.
  
! 2002-01-27  Pavel Jan,Am(Bk  <address@hidden>
  
        * time.el (display-time-mail-directory): New option.
        (display-time-mail-function): Update doc-string.
***************
*** 6956,6962 ****
        with `byte-compile-dynamic'.
        (ibuffer-default-directory, toplevel): Doc files.
  
! 2002-01-20  Pavel Janík  <address@hidden>
  
        * tempo.el (tempo-define-template): Doc fix.
  
--- 6956,6962 ----
        with `byte-compile-dynamic'.
        (ibuffer-default-directory, toplevel): Doc files.
  
! 2002-01-20  Pavel Jan,Am(Bk  <address@hidden>
  
        * tempo.el (tempo-define-template): Doc fix.
  
***************
*** 6973,6979 ****
  
        * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
  
! 2002-01-19  Pavel Janík  <address@hidden>
  
        * language/tibet-util.el (tibetan-decompose-region)
        (tibetan-decompose-string): Fix typo in docstring.
--- 6973,6979 ----
  
        * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
  
! 2002-01-19  Pavel Jan,Am(Bk  <address@hidden>
  
        * language/tibet-util.el (tibetan-decompose-region)
        (tibetan-decompose-string): Fix typo in docstring.
***************
*** 7065,7071 ****
  
        * mail/feedmail.el (feedmail): Fix :link spec.
  
! 2002-01-16  Pavel Janík  <address@hidden>
  
        * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
        2 ldapsearch.
--- 7065,7071 ----
  
        * mail/feedmail.el (feedmail): Fix :link spec.
  
! 2002-01-16  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
        2 ldapsearch.
***************
*** 7182,7188 ****
        (comint-send-input): New arg NO-NEWLINE.
        (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
  
! 2002-01-12  Pavel Janík  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-check-pre-word-p):
        Prevent delaying when executing keyboard macros.
--- 7182,7188 ----
        (comint-send-input): New arg NO-NEWLINE.
        (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
  
! 2002-01-12  Pavel Jan,Am(Bk  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-check-pre-word-p):
        Prevent delaying when executing keyboard macros.
***************
*** 7267,7273 ****
  
        * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
  
! 2002-01-08  Pavel Janík  <address@hidden>
  
        * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
        Do not use make-local-hook.
--- 7267,7273 ----
  
        * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
  
! 2002-01-08  Pavel Jan,Am(Bk  <address@hidden>
  
        * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
        Do not use make-local-hook.
***************
*** 7283,7289 ****
  
        * ediff-hook.el: Add an autoload cookie.
  
! 2002-01-08  Pavel Janík  <address@hidden>
  
        * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
        address of the author.
--- 7283,7289 ----
  
        * ediff-hook.el: Add an autoload cookie.
  
! 2002-01-08  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
        address of the author.
***************
*** 7395,7401 ****
        * help-fns.el (describe-variable, describe-function):
        Do save-excursion.
  
! 2002-01-06  Pavel Janík  <address@hidden>
  
        * net/ldap.el (ldap-search-internal): Skip error message from
        ldapsearch.  Allow listing attribute names only.  Do not open
--- 7395,7401 ----
        * help-fns.el (describe-variable, describe-function):
        Do save-excursion.
  
! 2002-01-06  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/ldap.el (ldap-search-internal): Skip error message from
        ldapsearch.  Allow listing attribute names only.  Do not open
***************
*** 7419,7425 ****
        * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
        Use proper attribute name labeledUri instead of deprecated labeledUrl.
  
! 2002-01-05  Pavel Janík  <address@hidden>
  
        * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
        editing an empty hotlist.
--- 7419,7425 ----
        * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
        Use proper attribute name labeledUri instead of deprecated labeledUrl.
  
! 2002-01-05  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
        editing an empty hotlist.
***************
*** 7480,7486 ****
  
        * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
  
! 2002-01-04  Pavel Janík  <address@hidden>
  
        * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
        (ldap-ignore-attribute-codings): Change the default value to allow
--- 7480,7486 ----
  
        * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
  
! 2002-01-04  Pavel Jan,Am(Bk  <address@hidden>
  
        * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
        (ldap-ignore-attribute-codings): Change the default value to allow
***************
*** 7510,7516 ****
        does not exist, call mail-recover-1 to allow recovery from past
        auto-saved drafts.
  
! 2002-01-03  Pavel Janík  <address@hidden>
  
        * time.el (display-time-load-average-threshold): Fix defcustom
        (add type and group).
--- 7510,7516 ----
        does not exist, call mail-recover-1 to allow recovery from past
        auto-saved drafts.
  
! 2002-01-03  Pavel Jan,Am(Bk  <address@hidden>
  
        * time.el (display-time-load-average-threshold): Fix defcustom
        (add type and group).
***************
*** 7629,7635 ****
        * bindings.el (function-key-map): Don't bind shifted keypad
        numeric keys.
  
! 2002-01-02  Pavel Janík  <address@hidden>
  
        * enriched.el (enriched-handle-display-prop): Remove unused variables.
        (enriched-mode): Doc fix.
--- 7629,7635 ----
        * bindings.el (function-key-map): Don't bind shifted keypad
        numeric keys.
  
! 2002-01-02  Pavel Jan,Am(Bk  <address@hidden>
  
        * enriched.el (enriched-handle-display-prop): Remove unused variables.
        (enriched-mode): Doc fix.
***************
*** 7665,7671 ****
        * cus-edit.el (custom-face-edit-fix-value): New function.
        (custom-face-edit): Use it, to convert :italic and :bold to new forms.
  
! 2001-12-30  Pavel Janík  <address@hidden>
  
        * progmodes/octave-mod.el (octave-abbrev-table):
        * progmodes/idlwave.el (idlwave-mode-abbrev-table):
--- 7665,7671 ----
        * cus-edit.el (custom-face-edit-fix-value): New function.
        (custom-face-edit): Use it, to convert :italic and :bold to new forms.
  
! 2001-12-30  Pavel Jan,Am(Bk  <address@hidden>
  
        * progmodes/octave-mod.el (octave-abbrev-table):
        * progmodes/idlwave.el (idlwave-mode-abbrev-table):
***************
*** 7795,7801 ****
  
        * international/fontset.el: Don't require ind-util when compiling.
  
! 2001-12-25  Pavel Janík  <address@hidden>
  
        * emulation/tpu-edt.el (tpu-reset-screen-size):
        Use set-frame-height and set-frame-width instead of set-screen-height
--- 7795,7801 ----
  
        * international/fontset.el: Don't require ind-util when compiling.
  
! 2001-12-25  Pavel Jan,Am(Bk  <address@hidden>
  
        * emulation/tpu-edt.el (tpu-reset-screen-size):
        Use set-frame-height and set-frame-width instead of set-screen-height
***************
*** 7883,7889 ****
        * play/yow.el (yow): Use an arg to distinguish interactive calls,
        not interactive-p.
  
! 2001-12-22  Pavel Janík  <address@hidden>
  
        * emacs-lisp/elint.el (elint-unknown-builtin-args):
        Remove mocklisp entries.
--- 7883,7889 ----
        * play/yow.el (yow): Use an arg to distinguish interactive calls,
        not interactive-p.
  
! 2001-12-22  Pavel Jan,Am(Bk  <address@hidden>
  
        * emacs-lisp/elint.el (elint-unknown-builtin-args):
        Remove mocklisp entries.
***************
*** 7909,7915 ****
        * textmodes/refill.el (refill-mode): Don't barf when redundantly
        turning refill-mode off.
  
! 2001-12-22  Pavel Janík  <address@hidden>
  
        * time.el (display-time-load-average-threshold): New variable.
        (display-time-update): Use it.
--- 7909,7915 ----
        * textmodes/refill.el (refill-mode): Don't barf when redundantly
        turning refill-mode off.
  
! 2001-12-22  Pavel Jan,Am(Bk  <address@hidden>
  
        * time.el (display-time-load-average-threshold): New variable.
        (display-time-update): Use it.
***************
*** 8052,8058 ****
        (print-coding-system-briefly): Make printed output have a similar
        format as describe-character-set.
  
! 2001-12-20  Pavel Janík  <address@hidden>
  
        * play/blackbox.el (bb-member): Remove, use member instead.
        (bb-delete): Remove, use delete instead.
--- 8052,8058 ----
        (print-coding-system-briefly): Make printed output have a similar
        format as describe-character-set.
  
! 2001-12-20  Pavel Jan,Am(Bk  <address@hidden>
  
        * play/blackbox.el (bb-member): Remove, use member instead.
        (bb-delete): Remove, use delete instead.
***************
*** 8086,8092 ****
  
        * international/fontset.el: Require `ind-util' when compiling.
  
! 2001-12-18  Pavel Janík  <address@hidden>
  
        * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
        instead of decompose-composite-char.
--- 8086,8092 ----
  
        * international/fontset.el: Require `ind-util' when compiling.
  
! 2001-12-18  Pavel Jan,Am(Bk  <address@hidden>
  
        * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
        instead of decompose-composite-char.
***************
*** 8304,8310 ****
  
        * newcomment.el (comment-indent): Jump to the middle of empty comments.
  
! 2001-12-14  Pavel Janík  <address@hidden>
  
        * select.el (xselect-convert-to-class, xselect-convert-to-name):
        Document.
--- 8304,8310 ----
  
        * newcomment.el (comment-indent): Jump to the middle of empty comments.
  
! 2001-12-14  Pavel Jan,Am(Bk  <address@hidden>
  
        * select.el (xselect-convert-to-class, xselect-convert-to-name):
        Document.
***************
*** 8352,8358 ****
        * international/mule.el (set-auto-coding): Don't search for
        "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
  
! 2001-12-13  Pavel Janík  <address@hidden>
  
        * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
  
--- 8352,8358 ----
        * international/mule.el (set-auto-coding): Don't search for
        "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
  
! 2001-12-13  Pavel Jan,Am(Bk  <address@hidden>
  
        * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
  
***************
*** 8408,8414 ****
        * language/european.el: Remove autoload cookies.  Fix registration
        of diacritic composition function.
  
! 2001-12-11  Pavel Janík  <address@hidden>
  
        * calendar/todo-mode.el: Require time-stamp.
  
--- 8408,8414 ----
        * language/european.el: Remove autoload cookies.  Fix registration
        of diacritic composition function.
  
! 2001-12-11  Pavel Jan,Am(Bk  <address@hidden>
  
        * calendar/todo-mode.el: Require time-stamp.
  
***************
*** 8465,8471 ****
        Use `select-frame-set-input-focus'--needed when window manager
        uses "click to focus" policy.
  
! 2001-12-09  Pavel Janík  <address@hidden>
  
        * COPYING: Moved back.
  
--- 8465,8471 ----
        Use `select-frame-set-input-focus'--needed when window manager
        uses "click to focus" policy.
  
! 2001-12-09  Pavel Jan,Am(Bk  <address@hidden>
  
        * COPYING: Moved back.
  
***************
*** 8614,8620 ****
        * textmodes/picture.el (picture-mode-map): Don't use defconst
        for a variable.
  
! 2001-12-02  Pavel Janík  <address@hidden>
  
        * textmodes/reftex-index.el (reftex-index-mode):
        Remove make-local-hook.
--- 8614,8620 ----
        * textmodes/picture.el (picture-mode-map): Don't use defconst
        for a variable.
  
! 2001-12-02  Pavel Jan,Am(Bk  <address@hidden>
  
        * textmodes/reftex-index.el (reftex-index-mode):
        Remove make-local-hook.
***************
*** 8679,8690 ****
  
        * man.el (Man-build-section-alist): Remove last Man-match-substring.
  
! 2001-11-30  Kai Großjohann  <address@hidden>
  
        * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
        Clarify error message.
  
! 2001-11-29  Kai Großjohann  <address@hidden>
  
        * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
  
--- 8679,8690 ----
  
        * man.el (Man-build-section-alist): Remove last Man-match-substring.
  
! 2001-11-30  Kai Gro,A_(Bjohann  <address@hidden>
  
        * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
        Clarify error message.
  
! 2001-11-29  Kai Gro,A_(Bjohann  <address@hidden>
  
        * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
  
***************
*** 8738,8744 ****
        (Info-index): Use it.  Add completion to the interactive spec.
        (Info-menu-update): Simplify call to `Info-complete-menu-item'.
  
! 2001-11-29  Pavel Janík  <address@hidden>
  
        * COPYING: Removed.
  
--- 8738,8744 ----
        (Info-index): Use it.  Add completion to the interactive spec.
        (Info-menu-update): Simplify call to `Info-complete-menu-item'.
  
! 2001-11-29  Pavel Jan,Am(Bk  <address@hidden>
  
        * COPYING: Removed.
  
***************
*** 8755,8761 ****
        (register-char-codings): Use it to cope with generic chars in
        safe-chars.
  
! 2001-11-29  Pavel Janík  <address@hidden>
  
        * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
  
--- 8755,8761 ----
        (register-char-codings): Use it to cope with generic chars in
        safe-chars.
  
! 2001-11-29  Pavel Jan,Am(Bk  <address@hidden>
  
        * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
  
***************
*** 8899,8905 ****
        * frame.el (show-trailing-whitespace): Remove :set argument (the
        value was essentially identical to the defalt).
  
! 2001-11-26  Pavel Janík  <address@hidden>
  
        * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
  
--- 8899,8905 ----
        * frame.el (show-trailing-whitespace): Remove :set argument (the
        value was essentially identical to the defalt).
  
! 2001-11-26  Pavel Jan,Am(Bk  <address@hidden>
  
        * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
  
***************
*** 8963,8969 ****
  
        * help-funs.el (describe-syntax): Put (interactive) after doc string.
  
! 2001-11-26  Pavel Janík  <address@hidden>
  
        * international/quail.el (quail-help): Require help-mode in
        top-level instead.
--- 8963,8969 ----
  
        * help-funs.el (describe-syntax): Put (interactive) after doc string.
  
! 2001-11-26  Pavel Jan,Am(Bk  <address@hidden>
  
        * international/quail.el (quail-help): Require help-mode in
        top-level instead.
***************
*** 9034,9045 ****
        * language/devan-util.el: Comment out parts of the file
        which apparently are garbled.
  
! 2001-11-25  Pavel Janík  <address@hidden>
  
        * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
        insert-string.
  
! 2001-11-25  Pavel Janík  <address@hidden>
  
        * play/snake.el (snake-mode): Remove make-local-hook.
  
--- 9034,9045 ----
        * language/devan-util.el: Comment out parts of the file
        which apparently are garbled.
  
! 2001-11-25  Pavel Jan,Am(Bk  <address@hidden>
  
        * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
        insert-string.
  
! 2001-11-25  Pavel Jan,Am(Bk  <address@hidden>
  
        * play/snake.el (snake-mode): Remove make-local-hook.
  
***************
*** 9166,9172 ****
  
        * international/encoded-kb.el: Don't alter minor-map-alist.
  
! 2001-11-20  Kai Großjohann  <address@hidden>
  
        * files.el (auto-save-file-name-transforms): Put remote files in
        temporary-file-directory rather than /tmp.
--- 9166,9172 ----
  
        * international/encoded-kb.el: Don't alter minor-map-alist.
  
! 2001-11-20  Kai Gro,A_(Bjohann  <address@hidden>
  
        * files.el (auto-save-file-name-transforms): Put remote files in
        temporary-file-directory rather than /tmp.
***************
*** 9524,9530 ****
        Don't recognize a "telephone number" at the beginning of the name.
        (mail-extr-leading-garbage): Match non-word characters only.
  
! 2001-11-16  Pavel Janík  <address@hidden>
  
        * startup.el (command-line-processed): Doc fix.
  
--- 9524,9530 ----
        Don't recognize a "telephone number" at the beginning of the name.
        (mail-extr-leading-garbage): Match non-word characters only.
  
! 2001-11-16  Pavel Jan,Am(Bk  <address@hidden>
  
        * startup.el (command-line-processed): Doc fix.
  
***************
*** 9552,9558 ****
        (multiple-value-apply, nth-value): Use defsubst rather than defalias
        to get better doc strings.
  
! 2001-11-15  Pavel Janík  <address@hidden>
  
        * derived.el: Fix autoload cookie.
  
--- 9552,9558 ----
        (multiple-value-apply, nth-value): Use defsubst rather than defalias
        to get better doc strings.
  
! 2001-11-15  Pavel Jan,Am(Bk  <address@hidden>
  
        * derived.el: Fix autoload cookie.
  
***************
*** 9747,9753 ****
        (log-view-current-tag): Take an optional `where' arg.
        (log-view-diff): New user command.
  
! 2001-11-12  Pavel Janík  <address@hidden>
  
        * progmodes/cpp.el (cpp-choose-face): Fix typo.
  
--- 9747,9753 ----
        (log-view-current-tag): Take an optional `where' arg.
        (log-view-diff): New user command.
  
! 2001-11-12  Pavel Jan,Am(Bk  <address@hidden>
  
        * progmodes/cpp.el (cpp-choose-face): Fix typo.
  
***************
*** 9787,9793 ****
        * calc/calc-ext.el (calc-init-extensions): Update autoload names
        to match files renamed on initial calc import.
  
! 2001-11-12  Pavel Janík  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-default-dictionary):
        Fix previous change.
--- 9787,9793 ----
        * calc/calc-ext.el (calc-init-extensions): Update autoload names
        to match files renamed on initial calc import.
  
! 2001-11-12  Pavel Jan,Am(Bk  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-default-dictionary):
        Fix previous change.
***************
*** 9830,9836 ****
  2001-11-11  Colin Walters  <address@hidden>
  
        The following changes are based on patches from
!       Eli Zaretskii <address@hidden>, Kai Großjohann
        <address@hidden>, and others.
  
        * calc/calc.el (toplevel): Require calc-macs.
--- 9830,9836 ----
  2001-11-11  Colin Walters  <address@hidden>
  
        The following changes are based on patches from
!       Eli Zaretskii <address@hidden>, Kai Gro,A_(Bjohann
        <address@hidden>, and others.
  
        * calc/calc.el (toplevel): Require calc-macs.
***************
*** 9899,9905 ****
        (radio-button-choice): Ditto.
        (editable-list): Ditto.
  
! 2001-11-09  Pavel Janík  <address@hidden>
  
        * play/gomoku.el: Move definitions of constants to the beginning
        of file, before their use.
--- 9899,9905 ----
        (radio-button-choice): Ditto.
        (editable-list): Ditto.
  
! 2001-11-09  Pavel Jan,Am(Bk  <address@hidden>
  
        * play/gomoku.el: Move definitions of constants to the beginning
        of file, before their use.
***************
*** 10175,10181 ****
        (debugger-setup-buffer): Call it.
        (debugger-mode-map): Bind RET and mouse-2.
  
! 2001-10-31  Pavel Janík  <address@hidden>
  
        * startup.el: Document command line option --no-window-system
        instead of --no-windows.
--- 10175,10181 ----
        (debugger-setup-buffer): Call it.
        (debugger-mode-map): Bind RET and mouse-2.
  
! 2001-10-31  Pavel Jan,Am(Bk  <address@hidden>
  
        * startup.el: Document command line option --no-window-system
        instead of --no-windows.
***************
*** 10318,10324 ****
        Report numbers of files skipped and failed too.
        (byte-compile-file): Return 'no-byte-compile for skipped files.
  
! 2001-10-29  Kai Großjohann  <address@hidden>
  
        * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
        and `M p'.
--- 10318,10324 ----
        Report numbers of files skipped and failed too.
        (byte-compile-file): Return 'no-byte-compile for skipped files.
  
! 2001-10-29  Kai Gro,A_(Bjohann  <address@hidden>
  
        * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
        and `M p'.
***************
*** 10668,10674 ****
        * progmodes/compile.el (compilation-set-window-height):
        Select old window only if it's still live.
  
! 2001-10-22  Pavel Janík  <address@hidden>
  
        * help-mode.el (help-buffer): Remove debugging code.
        From Stefan Monnier <address@hidden>.
--- 10668,10674 ----
        * progmodes/compile.el (compilation-set-window-height):
        Select old window only if it's still live.
  
! 2001-10-22  Pavel Jan,Am(Bk  <address@hidden>
  
        * help-mode.el (help-buffer): Remove debugging code.
        From Stefan Monnier <address@hidden>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]