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: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 03 Mar 2003 15:22:18 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4896 emacs/lisp/ChangeLog:1.4897
*** emacs/lisp/ChangeLog:1.4896 Mon Mar  3 10:13:01 2003
--- emacs/lisp/ChangeLog        Mon Mar  3 15:22:17 2003
***************
*** 1,3 ****
--- 1,7 ----
+ 2003-03-03  Vinicius Jose Latorre  <address@hidden>
+ 
+       * printing.el (pr-get-symbol): Move it to next eval-and-compile.
+ 
  2003-03-03  John Paul Wallington  <address@hidden>
  
        * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
***************
*** 25,38 ****
        "`(" to same so that function and macro bodies beginning with a
        backquote do not get disturbed.  Revise the comments.
  
! 2003-03-01  Jan Dj,Ad(Brv  <address@hidden>
        
        * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
  
        * menu-bar.el (menu-bar-mode): Change to define-minor-mode
        and initialize as for tool-bar-mode.
  
! 2003-02-28  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.30 released.
        Replace term "path" with "localname" unless it is used for a
--- 29,42 ----
        "`(" to same so that function and macro bodies beginning with a
        backquote do not get disturbed.  Revise the comments.
  
! 2003-03-01  Jan Djärv  <address@hidden>
        
        * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
  
        * menu-bar.el (menu-bar-mode): Change to define-minor-mode
        and initialize as for tool-bar-mode.
  
! 2003-02-28  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.30 released.
        Replace term "path" with "localname" unless it is used for a
***************
*** 198,209 ****
        in some earlier merge.
        (cperl-tags-hier-init): Use display-popup-menus-p.
  
! 2003-02-22  Kai Gro,A_(Bjohann  <address@hidden>
  
        * files.el (abbreviate-file-name): Shorten docstring: variables
        are now hyperlinks and `C-h v' need not be mentioned explicitly.
  
! 2003-02-21  Kai Gro,A_(Bjohann  <address@hidden>
  
        * files.el (abbreviate-file-name): Document removal of
        automounter prefixes.  Reported by Lars Hansen.
--- 202,213 ----
        in some earlier merge.
        (cperl-tags-hier-init): Use display-popup-menus-p.
  
! 2003-02-22  Kai Großjohann  <address@hidden>
  
        * files.el (abbreviate-file-name): Shorten docstring: variables
        are now hyperlinks and `C-h v' need not be mentioned explicitly.
  
! 2003-02-21  Kai Großjohann  <address@hidden>
  
        * files.el (abbreviate-file-name): Document removal of
        automounter prefixes.  Reported by Lars Hansen.
***************
*** 238,244 ****
        * info.el (Info-extract-menu-node-name): Stop if colon is
        followed by open paren.
  
! 2003-02-20  Francesco Potort,Al(B  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Allow nested
        unforwarding, that is, preserve old Forwarded-From/Date headers.
--- 242,248 ----
        * info.el (Info-extract-menu-node-name): Stop if colon is
        followed by open paren.
  
! 2003-02-20  Francesco Potortì  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Allow nested
        unforwarding, that is, preserve old Forwarded-From/Date headers.
***************
*** 660,666 ****
  
        * printing.el: New file.
  
! 2003-02-07  Francesco Potort,Al(B  <address@hidden>
  
        * language/european.el ("French", "Slovenian"): Fix doc strings.
  
--- 664,670 ----
  
        * printing.el: New file.
  
! 2003-02-07  Francesco Potortì  <address@hidden>
  
        * language/european.el ("French", "Slovenian"): Fix doc strings.
  
***************
*** 671,677 ****
        (rmail-summary-next-labeled-message, rmail-summary-resend)
        (rmail-summary-override-mail-send-and-exit): Doc fixes.
  
! 2003-02-06  Francesco Potort,Al(B  <address@hidden>
  
        * language/european.el ("Italian"): New.
  
--- 675,681 ----
        (rmail-summary-next-labeled-message, rmail-summary-resend)
        (rmail-summary-override-mail-send-and-exit): Doc fixes.
  
! 2003-02-06  Francesco Potortì  <address@hidden>
  
        * language/european.el ("Italian"): New.
  
***************
*** 708,718 ****
        Undo last change (duplicates part of 2003-02-04 change).
        Remap `viper' delete commands only in file or dir mode.
  
! 2003-02-05  Kai Gro,A_(Bjohann  <address@hidden>
  
        * ido.el (ido-define-mode-map): Interact with Viper.
  
! 2003-02-05  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.29 released.
        (tramp-send-region): Protect against tramp-chunksize being nil.
--- 712,722 ----
        Undo last change (duplicates part of 2003-02-04 change).
        Remap `viper' delete commands only in file or dir mode.
  
! 2003-02-05  Kai Großjohann  <address@hidden>
  
        * ido.el (ido-define-mode-map): Interact with Viper.
  
! 2003-02-05  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.29 released.
        (tramp-send-region): Protect against tramp-chunksize being nil.
***************
*** 850,856 ****
  
        * ruler-mode.el (ruler-mode-margins-char): Likewise.
  
! 2003-02-04  Francesco Potort,Al(B  <address@hidden>
  
        * mail/rmailout.el (rmail-output): If preserving MIME-version,
        preserve Content-type too.
--- 854,860 ----
  
        * ruler-mode.el (ruler-mode-margins-char): Likewise.
  
! 2003-02-04  Francesco Potortì  <address@hidden>
  
        * mail/rmailout.el (rmail-output): If preserving MIME-version,
        preserve Content-type too.
***************
*** 1030,1036 ****
        * shell.el:
        * woman.el: Added cygwin to system-type comparisons.
  
! 2003-01-31  Francesco Potort,Al(B  <address@hidden>
  
        * mail/undigest.el (rmail-forward-separator-regex): New custom
        variable.
--- 1034,1040 ----
        * shell.el:
        * woman.el: Added cygwin to system-type comparisons.
  
! 2003-01-31  Francesco Potortì  <address@hidden>
  
        * mail/undigest.el (rmail-forward-separator-regex): New custom
        variable.
***************
*** 1167,1173 ****
        (c-require-final-newline): Add a variable to make the
        initialization of `require-final-newline' more configurable.
  
! 2003-01-26  Jan Dj,Ad(Brv  <address@hidden>
  
        * emacs-lisp/authors.el (authors-aliases): Add Jan D.
        Set iso-2022-7bit coding: cookie.
--- 1171,1177 ----
        (c-require-final-newline): Add a variable to make the
        initialization of `require-final-newline' more configurable.
  
! 2003-01-26  Jan Djärv  <address@hidden>
  
        * emacs-lisp/authors.el (authors-aliases): Add Jan D.
        Set iso-2022-7bit coding: cookie.
***************
*** 1328,1334 ****
        * Makefile.in (bootstrap-after): New target.
        (bootstrap): Move finder-data, custom-deps to bootstrap-after.
  
! 2003-01-22  Kai Gro,A_(Bjohann  <address@hidden>
  
        * info.el (Info-index-next): Use "(`,' tries to find next)" for
        more matches for consistency with standalone info browser.
--- 1332,1338 ----
        * Makefile.in (bootstrap-after): New target.
        (bootstrap): Move finder-data, custom-deps to bootstrap-after.
  
! 2003-01-22  Kai Großjohann  <address@hidden>
  
        * info.el (Info-index-next): Use "(`,' tries to find next)" for
        more matches for consistency with standalone info browser.
***************
*** 1700,1706 ****
  
        * international/code-pages.el (cp-make-coding-system): Fix last change.
  
! 2003-01-10  Kai Gro,A_(Bjohann  <address@hidden>
  
        * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
        use regexp-opt for readability.
--- 1704,1710 ----
  
        * international/code-pages.el (cp-make-coding-system): Fix last change.
  
! 2003-01-10  Kai Großjohann  <address@hidden>
  
        * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
        use regexp-opt for readability.
***************
*** 1764,1770 ****
        * mail/undigest.el (unforward-rmail-message): Don't use global
        variable `n'.
  
! 2003-01-08  Francesco Potort,Al(B  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Simplified.
        No functional change.
--- 1768,1774 ----
        * mail/undigest.el (unforward-rmail-message): Don't use global
        variable `n'.
  
! 2003-01-08  Francesco Potortì  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Simplified.
        No functional change.
***************
*** 1787,1800 ****
        (custom-save-variables): Use custom-variable-p to detect
        non-rogue variables.
  
! 2003-01-07  Francesco Potort,Al(B  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Skip all newlines
        after the initial separator.
        (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
        instead of Forwarded-from: and Forwarded-date:.
  
! 2003-01-07  Kai Gro,A_(Bjohann  <address@hidden>
  
        * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
        produced by TeX.
--- 1791,1804 ----
        (custom-save-variables): Use custom-variable-p to detect
        non-rogue variables.
  
! 2003-01-07  Francesco Potortì  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Skip all newlines
        after the initial separator.
        (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
        instead of Forwarded-from: and Forwarded-date:.
  
! 2003-01-07  Kai Großjohann  <address@hidden>
  
        * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
        produced by TeX.
***************
*** 2036,2042 ****
        (customize-variable-other-window, customize-option-other-window):
        Definitions moved up.
  
! 2002-12-26  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
        * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
--- 2040,2046 ----
        (customize-variable-other-window, customize-option-other-window):
        Definitions moved up.
  
! 2002-12-26  Kai Großjohann  <address@hidden>
  
        * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
        * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
***************
*** 2076,2082 ****
  
        * cus-edit.el (custom-save-faces): Fix typo.
  
! 2002-12-23  Francesco Potort,Al(B  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Do not assume that
        the forwarded message's Date: header comes after From:.  Use a
--- 2080,2086 ----
  
        * cus-edit.el (custom-save-faces): Fix typo.
  
! 2002-12-23  Francesco Potortì  <address@hidden>
  
        * mail/undigest.el (unforward-rmail-message): Do not assume that
        the forwarded message's Date: header comes after From:.  Use a
***************
*** 2246,2252 ****
        * dired.el (dired-insert-directory): Preserve text properties
        when quoting.
  
! 2002-12-20  Francesco Potort,Al(B  <address@hidden>
  
        * mail/undigest.el (rmail-mail-separator): Renamed from
        rmail-digest-mail-separator.  All users changed.
--- 2250,2256 ----
        * dired.el (dired-insert-directory): Preserve text properties
        when quoting.
  
! 2002-12-20  Francesco Potortì  <address@hidden>
  
        * mail/undigest.el (rmail-mail-separator): Renamed from
        rmail-digest-mail-separator.  All users changed.
***************
*** 2307,2313 ****
        coding-system to allow users to specify unsafe coding system on
        their risk.
  
! 2002-12-16  Francesco Potort,Al(B  <address@hidden>
  
        * mail/undigest.el (rmail-digest-methods)
        (rmail-digest-mail-separator): New variables.
--- 2311,2317 ----
        coding-system to allow users to specify unsafe coding system on
        their risk.
  
! 2002-12-16  Francesco Potortì  <address@hidden>
  
        * mail/undigest.el (rmail-digest-methods)
        (rmail-digest-mail-separator): New variables.
***************
*** 2375,2381 ****
        Add :set-after.
        (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
  
! 2002-12-15  Gustav H,Ae(Bllberg  <address@hidden>  (tiny change)
  
        * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
        buffer as modified unless it really is.
--- 2379,2385 ----
        Add :set-after.
        (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
  
! 2002-12-15  Gustav Hållberg  <address@hidden>  (tiny change)
  
        * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
        buffer as modified unless it really is.
***************
*** 2442,2448 ****
        Update custom-type of `current-language-environment'.
        (current-language-environment): Fix custom type.
  
! 2002-12-11  Pavel Jan,Bm(Bk  <address@hidden>
  
        * progmodes/antlr-mode.el (antlr): New URL.
  
--- 2446,2452 ----
        Update custom-type of `current-language-environment'.
        (current-language-environment): Fix custom type.
  
! 2002-12-11  Pavel Jan-Bík  <address@hidden>-A
  
        * progmodes/antlr-mode.el (antlr): New URL.
  
***************
*** 2792,2798 ****
  
        * font-lock.el (c++-font-lock-extra-types): Fix previous change.
  
! 2002-12-02  Fran,Ag(Bois Pinard  <address@hidden>
  
        * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
        more make keywords:  defined, endef, override, export, unexport
--- 2796,2802 ----
  
        * font-lock.el (c++-font-lock-extra-types): Fix previous change.
  
! 2002-12-02  François Pinard  <address@hidden>
  
        * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
        more make keywords:  defined, endef, override, export, unexport
***************
*** 3046,3052 ****
        * register.el (describe-register-1): Don't assign to val the value
        returned by `remove-list-of-text-properties'.
  
! 2002-11-18  Kai Gro,A_(Bjohann  <address@hidden>
  
        * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
        Grok month numbers, too.
--- 3050,3056 ----
        * register.el (describe-register-1): Don't assign to val the value
        returned by `remove-list-of-text-properties'.
  
! 2002-11-18  Kai Großjohann  <address@hidden>
  
        * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
        Grok month numbers, too.
***************
*** 4178,4184 ****
        * textmodes/fill.el (fill-paragraph): Go to BOL before calling
        forward-paragraph to make sure its return value is meaningful.
  
! 2002-10-06  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.25 released.
        (tramp-handle-file-truename): If it's a directory,
--- 4182,4188 ----
        * textmodes/fill.el (fill-paragraph): Go to BOL before calling
        forward-paragraph to make sure its return value is meaningful.
  
! 2002-10-06  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.25 released.
        (tramp-handle-file-truename): If it's a directory,
***************
*** 4510,4516 ****
        once Emacs is started up; initialize to "" at loadup time.
        (command-line): "", not nil, means user-mail-address not set yet.
  
! 2002-09-29  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.24 released.
        (tramp-methods, tramp-completion-function-alist):
--- 4514,4520 ----
        once Emacs is started up; initialize to "" at loadup time.
        (command-line): "", not nil, means user-mail-address not set yet.
  
! 2002-09-29  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.24 released.
        (tramp-methods, tramp-completion-function-alist):
***************
*** 4898,4904 ****
        * mail/sendmail.el (sendmail-send-it): If user's buffer
        is unibyte, make tembuf unibyte.
  
! 2002-09-22  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.22 released.
        (tramp-parse-rhosts, tramp-parse-shosts)
--- 4902,4908 ----
        * mail/sendmail.el (sendmail-send-it): If user's buffer
        is unibyte, make tembuf unibyte.
  
! 2002-09-22  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.22 released.
        (tramp-parse-rhosts, tramp-parse-shosts)
***************
*** 4915,4921 ****
        (tramp-completion-function-alist): Add completion function for "ftp".
        From Michael Albinus <address@hidden>.
  
! 2002-09-22  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.21 released.
        (tramp-handle-file-newer-than-file-p): If mtime of both files is
--- 4919,4925 ----
        (tramp-completion-function-alist): Add completion function for "ftp".
        From Michael Albinus <address@hidden>.
  
! 2002-09-22  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.21 released.
        (tramp-handle-file-newer-than-file-p): If mtime of both files is
***************
*** 4929,4939 ****
        (tramp-method-out-of-band-p): Correct number of args for
        `tramp-get-rsh-program' and similar functions.
  
! 2002-09-22  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.20 released.
  
! 2002-09-20  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-completion-function-alist): Escape open
        paren in docstring.
--- 4933,4943 ----
        (tramp-method-out-of-band-p): Correct number of args for
        `tramp-get-rsh-program' and similar functions.
  
! 2002-09-22  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.20 released.
  
! 2002-09-20  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-completion-function-alist): Escape open
        paren in docstring.
***************
*** 4962,4985 ****
        `tramp-find-method'.  Update callers.
        (tramp-find-method): New function.
  
! 2002-09-20  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
        in SWITCHES (by removing it).
  
! 2002-09-18  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
  
! 2002-09-17  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
  
! 2002-09-16  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-bug): Add tramp-methods.
  
! 2002-09-16  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-methods): Update docstring:
        tramp-encoding-command, tramp-decoding-command,
--- 4966,4989 ----
        `tramp-find-method'.  Update callers.
        (tramp-find-method): New function.
  
! 2002-09-20  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
        in SWITCHES (by removing it).
  
! 2002-09-18  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
  
! 2002-09-17  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
  
! 2002-09-16  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-bug): Add tramp-methods.
  
! 2002-09-16  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-methods): Update docstring:
        tramp-encoding-command, tramp-decoding-command,
***************
*** 4987,4993 ****
        parameters anymore.
        (tramp-uuencode-region): Autoload it.
  
! 2002-09-13  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.19 released.
  
--- 4991,4997 ----
        parameters anymore.
        (tramp-uuencode-region): Autoload it.
  
! 2002-09-13  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.19 released.
  
***************
*** 4997,5007 ****
        Use `tramp-uuencode-region' as local encoder for the uuencode based
        entries.
  
! 2002-09-13  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-write-region): Wrong parens.
  
! 2002-09-13  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.18 released.
  
--- 5001,5011 ----
        Use `tramp-uuencode-region' as local encoder for the uuencode based
        entries.
  
! 2002-09-13  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-write-region): Wrong parens.
  
! 2002-09-13  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.18 released.
  
***************
*** 5009,5022 ****
        older versions of Perl.  Now tested with 5.004.  Suggestion from
        Michael Albinus.
  
! 2002-09-12  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-find-inline-encoding):
        Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
        (tramp-call-local-coding-command): OUTPUT equals nil means to
        discard the output.  INPUT equals nil means /dev/null.
  
! 2002-09-12  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-encoding-shell): Default to environment
        variable COMSPEC on Windows.
--- 5013,5026 ----
        older versions of Perl.  Now tested with 5.004.  Suggestion from
        Michael Albinus.
  
! 2002-09-12  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-find-inline-encoding):
        Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
        (tramp-call-local-coding-command): OUTPUT equals nil means to
        discard the output.  INPUT equals nil means /dev/null.
  
! 2002-09-12  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-encoding-shell): Default to environment
        variable COMSPEC on Windows.
***************
*** 5029,5035 ****
        Define `result1'.
        (tramp-parse-hosts-group): Discard IPv6 entries.
  
! 2002-09-11  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-post-connection): Only send Perl
        mime-encode/decode implementations when using inline method.
--- 5033,5039 ----
        Define `result1'.
        (tramp-parse-hosts-group): Discard IPv6 entries.
  
! 2002-09-11  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-post-connection): Only send Perl
        mime-encode/decode implementations when using inline method.
***************
*** 5052,5058 ****
        (tramp-get-decoding-function, tramp-set-decoding-function):
        Old functions, removed.
  
! 2002-09-10  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Change command to invoke /bin/sh slightly to make it compatible
--- 5056,5062 ----
        (tramp-get-decoding-function, tramp-set-decoding-function):
        Old functions, removed.
  
! 2002-09-10  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Change command to invoke /bin/sh slightly to make it compatible
***************
*** 5063,5069 ****
        * net/tramp.el (tramp-handle-write-region): Added missing
        `)'.  Hope it's the right place.
  
! 2002-09-09  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
--- 5067,5073 ----
        * net/tramp.el (tramp-handle-write-region): Added missing
        `)'.  Hope it's the right place.
  
! 2002-09-09  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
***************
*** 5117,5123 ****
        `tramp-get-completion-su' (the previous place for this stuff)
        doesn't exist any longer.
  
! 2002-09-07  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-enter-password):
        Use `tramp-password-end-of-line' to terminate the line.
--- 5121,5127 ----
        `tramp-get-completion-su' (the previous place for this stuff)
        doesn't exist any longer.
  
! 2002-09-07  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-enter-password):
        Use `tramp-password-end-of-line' to terminate the line.
***************
*** 5129,5135 ****
        (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
        of line of the output delimiter.
  
! 2002-09-06  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
        (tramp-open-connection-setup-interactive-shell): Add some comments
--- 5133,5139 ----
        (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
        of line of the output delimiter.
  
! 2002-09-06  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
        (tramp-open-connection-setup-interactive-shell): Add some comments
***************
*** 5147,5153 ****
        (tramp-completion-mode): Replace `last-input-char' by modern
        `last-input-event'. Check for `event-modifiers'.
  
! 2002-09-06  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (file-expand-wildcards): Corrected check to see if
        advising is necessary.
--- 5151,5157 ----
        (tramp-completion-mode): Replace `last-input-char' by modern
        `last-input-event'. Check for `event-modifiers'.
  
! 2002-09-06  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (file-expand-wildcards): Corrected check to see if
        advising is necessary.
***************
*** 5268,5274 ****
        (tramp-completion-handle-file-name-all-completions):
        Apply `tramp-completion-run-real-handler'.
        (tramp-parse-rhosts)
!       (tramp-parse-shosts): Use `with-temp-buffer'. `result$,1!=(B renamed 
to
        `res' (otherwise side effects in XEmacs).
  
  2002-08-24  Michael Albinus  <address@hidden>
--- 5272,5278 ----
        (tramp-completion-handle-file-name-all-completions):
        Apply `tramp-completion-run-real-handler'.
        (tramp-parse-rhosts)
!       (tramp-parse-shosts): Use `with-temp-buffer'. `result$-1¡½ renamed 
to-A
        `res' (otherwise side effects in XEmacs).
  
  2002-08-24  Michael Albinus  <address@hidden>
***************
*** 5347,5359 ****
        list in order to avoid nested lists, f.e. when invoked from
        `tramp-handle-dired-call-process'.
  
! 2002-09-05  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-chunksize): New kluge variable.
        (tramp-send-region): If tramp-chunksize is non-nil, send region in
        parts and sleep 0.1 seconds between chunks.
  
! 2002-09-03  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-insert-directory):
        Use `insert-buffer-substring' instead of `insert-buffer', which is not
--- 5351,5363 ----
        list in order to avoid nested lists, f.e. when invoked from
        `tramp-handle-dired-call-process'.
  
! 2002-09-05  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-chunksize): New kluge variable.
        (tramp-send-region): If tramp-chunksize is non-nil, send region in
        parts and sleep 0.1 seconds between chunks.
  
! 2002-09-03  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-handle-insert-directory):
        Use `insert-buffer-substring' instead of `insert-buffer', which is not
***************
*** 5364,5375 ****
        (file-expand-wildcards): Don't advise unless "[" and "]" are used
        in the filename format.
  
! 2002-09-01  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el (tramp-methods): Remove duplicate definition of
        ssh1-old and ssh2-old.
  
! 2002-09-22  Kai Gro,A_(Bjohann  <address@hidden>
  
        * dired.el (dired-insert-directory): Always add "--dired" to to
        SWITCHES for remote files.
--- 5368,5379 ----
        (file-expand-wildcards): Don't advise unless "[" and "]" are used
        in the filename format.
  
! 2002-09-01  Kai Großjohann  <address@hidden>
  
        * net/tramp.el (tramp-methods): Remove duplicate definition of
        ssh1-old and ssh2-old.
  
! 2002-09-22  Kai Großjohann  <address@hidden>
  
        * dired.el (dired-insert-directory): Always add "--dired" to to
        SWITCHES for remote files.
***************
*** 5495,5501 ****
        Don't unbind compilation-last-buffer after autoloading compile.el.
        Hide the compilation-minor-mode bindings altogether.
  
! 2002-09-18  Kai Gro,A_(Bjohann  <address@hidden>
  
        * dired.el (dired-insert-directory): Never add "--dired" when
        listing remote directories.
--- 5499,5505 ----
        Don't unbind compilation-last-buffer after autoloading compile.el.
        Hide the compilation-minor-mode bindings altogether.
  
! 2002-09-18  Kai Großjohann  <address@hidden>
  
        * dired.el (dired-insert-directory): Never add "--dired" when
        listing remote directories.
***************
*** 5550,5556 ****
        hack-one-local-variable so unsafep can use it.  Add \|-history$ to
        the list of disallowed local variable names (malicious user could
        stuff a `display' property in there that would be activated when
!       na,Ao(Bve user called up the history).
  
  2002-09-16  Markus Rost  <address@hidden>
  
--- 5554,5560 ----
        hack-one-local-variable so unsafep can use it.  Add \|-history$ to
        the list of disallowed local variable names (malicious user could
        stuff a `display' property in there that would be activated when
!       naïve user called up the history).
  
  2002-09-16  Markus Rost  <address@hidden>
  
***************
*** 5718,5724 ****
        (transient-mark-mode, line-number-mode, column-number-mode):
        Pass an explicit `:require nil' argument.
  
! 2002-09-13  Francesco Potort,Al(B  <address@hidden>
  
        * play/tetris.el (tetris-blank-options, tetris-cell-options):
        Remove various redundant `(t nil)'.
--- 5722,5728 ----
        (transient-mark-mode, line-number-mode, column-number-mode):
        Pass an explicit `:require nil' argument.
  
! 2002-09-13  Francesco Potortì  <address@hidden>
  
        * play/tetris.el (tetris-blank-options, tetris-cell-options):
        Remove various redundant `(t nil)'.
***************
*** 5926,5932 ****
        (ps-print-color-p, ps-page-dimensions-database): Autoload var.
        (ps-print-code, ps-print-preprint-region): Adjust code.
  
! 2002-09-10  Kai Gro,A_(Bjohann  <address@hidden>
  
        * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
        emacs-lisp-mode, like ~/.emacs.
--- 5930,5936 ----
        (ps-print-color-p, ps-page-dimensions-database): Autoload var.
        (ps-print-code, ps-print-preprint-region): Adjust code.
  
! 2002-09-10  Kai Großjohann  <address@hidden>
  
        * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
        emacs-lisp-mode, like ~/.emacs.
***************
*** 6255,6261 ****
        * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
        (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
  
! 2002-09-02  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.15 released.
        (require 'base64): Most modern Emacsen have the base64
--- 6259,6265 ----
        * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
        (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
  
! 2002-09-02  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.15 released.
        (require 'base64): Most modern Emacsen have the base64
***************
*** 6503,6509 ****
  
        * comint.el (comint-carriage-motion): Start at START.
  
! 2002-08-27  Francesco Potort,Al(B  <address@hidden>
  
        * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
        given by vsFTPd when accessed with a kerberised FTP client.
--- 6507,6513 ----
  
        * comint.el (comint-carriage-motion): Start at START.
  
! 2002-08-27  Francesco Potortì  <address@hidden>
  
        * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
        given by vsFTPd when accessed with a kerberised FTP client.
***************
*** 6637,6643 ****
        Always call x-focus-frame, if using x.
        Use set-mouse-position on all systems, if focus-follows-mouse.
  
! 2002-08-22  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.14 released.
        (tramp-shell-prompt-pattern): New variable.
--- 6641,6647 ----
        Always call x-focus-frame, if using x.
        Use set-mouse-position on all systems, if focus-follows-mouse.
  
! 2002-08-22  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.14 released.
        (tramp-shell-prompt-pattern): New variable.
***************
*** 6672,6678 ****
        pushing mark.
        (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
  
! 2002-08-21  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.13 released.
        (tramp-handle-write-region): Don't check to see if remote end is
--- 6676,6682 ----
        pushing mark.
        (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
  
! 2002-08-21  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.13 released.
        (tramp-handle-write-region): Don't check to see if remote end is
***************
*** 6963,6969 ****
  
        * wid-browse.el (widget-minor-mode): Fix doc typo.
  
! 2002-08-07  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.12 released.
        (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
--- 6967,6973 ----
  
        * wid-browse.el (widget-minor-mode): Fix doc typo.
  
! 2002-08-07  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.12 released.
        (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
***************
*** 7041,7047 ****
  
        * image.el (image-jpeg-p): Accept "Exif" marker.
  
! 2002-08-05  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.11 released.
        (tramp-perl-file-attributes): Print uid and gid as signed integers.
--- 7045,7051 ----
  
        * image.el (image-jpeg-p): Accept "Exif" marker.
  
! 2002-08-05  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.11 released.
        (tramp-perl-file-attributes): Print uid and gid as signed integers.
***************
*** 7063,7069 ****
  
        * startup.el (fancy-splash-frame): Check selected frame last.
  
! 2002-08-04  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.10 released.
        (tramp-uudecode): New shell function `tramp_uudecode' to decode to
--- 7067,7073 ----
  
        * startup.el (fancy-splash-frame): Check selected frame last.
  
! 2002-08-04  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.10 released.
        (tramp-uudecode): New shell function `tramp_uudecode' to decode to
***************
*** 7076,7082 ****
        (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
        (tramp-bug): Include more variables in the report.
  
! 2002-08-04  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.9 released.
        (tramp-bug): Add wording about additional info to include in bug
--- 7080,7086 ----
        (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
        (tramp-bug): Include more variables in the report.
  
! 2002-08-04  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.9 released.
        (tramp-bug): Add wording about additional info to include in bug
***************
*** 7100,7111 ****
  
        * term/mac-win.el: Set keys to enable mouse wheel support.
  
! 2002-08-03  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.8.
        (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
  
! 2002-08-03  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.7.
        (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
--- 7104,7115 ----
  
        * term/mac-win.el: Set keys to enable mouse wheel support.
  
! 2002-08-03  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.8.
        (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
  
! 2002-08-03  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.7.
        (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
***************
*** 7119,7125 ****
        (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
        (f90-type-def-re): Fix value.
  
! 2002-08-03  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.6.
        (tramp-default-method): Change to "ssh" from "sm".
--- 7123,7129 ----
        (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
        (f90-type-def-re): Fix value.
  
! 2002-08-03  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.6.
        (tramp-default-method): Change to "ssh" from "sm".
***************
*** 7210,7216 ****
        don't work on MSVC/nmake builds.
        (update-subdirs-CMD): Generate the right list of subdirectories.
  
! 2002-07-30  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: New version 2.0.5.
        (tramp-methods): Remove inline encoding method parameters.
--- 7214,7220 ----
        don't work on MSVC/nmake builds.
        (update-subdirs-CMD): Generate the right list of subdirectories.
  
! 2002-07-30  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: New version 2.0.5.
        (tramp-methods): Remove inline encoding method parameters.
***************
*** 7352,7358 ****
        * ps-print.el: Update copyright year.
        (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
  
! 2002-07-26  Kai Gro,A_(Bjohann  <address@hidden>
  
        * eshell/eshell.el (eshell): Numeric prefix arg means to switch
        to the session with that number.  Old behavior still available
--- 7356,7362 ----
        * ps-print.el: Update copyright year.
        (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
  
! 2002-07-26  Kai Großjohann  <address@hidden>
  
        * eshell/eshell.el (eshell): Numeric prefix arg means to switch
        to the session with that number.  Old behavior still available
***************
*** 7616,7622 ****
        * bindings.el (last-buffer): Use buffer-list with frame arg.
        Create *scratch* if no other choice exists.  Fix bugs.
  
! 2002-07-21  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Bump version to 2.0.2.
        (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
--- 7620,7626 ----
        * bindings.el (last-buffer): Use buffer-list with frame arg.
        Create *scratch* if no other choice exists.  Fix bugs.
  
! 2002-07-21  Kai Großjohann  <address@hidden>
  
        * net/tramp.el: Bump version to 2.0.2.
        (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
***************
*** 8000,8006 ****
        * 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.
--- 8004,8010 ----
        * 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.
***************
*** 8076,8082 ****
        (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.
--- 8080,8086 ----
        (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.
***************
*** 8238,8244 ****
  
        * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
  
! 2002-07-06  Francesco Potort,Al(B  <address@hidden>
  
        * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
        .sx[dmicw] file suffixes for Open office data files.
--- 8242,8248 ----
  
        * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
  
! 2002-07-06  Francesco Potortì  <address@hidden>
  
        * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
        .sx[dmicw] file suffixes for Open office data files.
***************
*** 8489,8495 ****
        (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.
--- 8493,8499 ----
        (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.
***************
*** 8538,8544 ****
  
        * 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.
--- 8542,8548 ----
  
        * 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.
***************
*** 8626,8632 ****
        * 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.
--- 8630,8636 ----
        * 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.
***************
*** 8727,8733 ****
        21 dialogs to select the file, since we want a directory name only.
        (ada-customize): Add support for the new GNAT project files.
  
! 2002-06-20  Francesco Potort,Al(B  <address@hidden>
  
        * progmodes/etags.el (tag-implicit-name-match-p): New function.
        (etags-recognize-tags-table): Use it for implicit tag names.
--- 8731,8737 ----
        21 dialogs to select the file, since we want a directory name only.
        (ada-customize): Add support for the new GNAT project files.
  
! 2002-06-20  Francesco Potortì  <address@hidden>
  
        * progmodes/etags.el (tag-implicit-name-match-p): New function.
        (etags-recognize-tags-table): Use it for implicit tag names.
***************
*** 9112,9118 ****
        * 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.
--- 9116,9122 ----
        * 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.
***************
*** 9548,9554 ****
        (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.
--- 9552,9558 ----
        (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.
***************
*** 9726,9732 ****
        (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.
  
--- 9730,9736 ----
        (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.
  
***************
*** 9743,9749 ****
        * textmodes/sgml-mode.el (sgml-tag):
        Default skeleton-transformation to `identity'.
  
! 2002-05-14  Francesco Potort,Al(B  <address@hidden>
  
        * shell.el (shell-mode): Make second part of initialisation
        depend on whether comint-input-ring is empty, rather than depend
--- 9747,9753 ----
        * textmodes/sgml-mode.el (sgml-tag):
        Default skeleton-transformation to `identity'.
  
! 2002-05-14  Francesco Potortì  <address@hidden>
  
        * shell.el (shell-mode): Make second part of initialisation
        depend on whether comint-input-ring is empty, rather than depend
***************
*** 9788,9794 ****
        (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
--- 9792,9798 ----
        (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
***************
*** 9830,9836 ****
  
        * 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.
--- 9834,9840 ----
  
        * 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.
***************
*** 9913,9919 ****
  
        * 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.
  
--- 9917,9923 ----
  
        * wid-edit.el (checkbox): New check-mark image.
  
! 2002-05-08  Pavel Janík  <address@hidden>
  
        * filesets.el (filesets-running-xemacs): Fix last change.
  
***************
*** 9933,9939 ****
        (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.
--- 9937,9943 ----
        (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.
***************
*** 10022,10028 ****
        * emacs-lisp/find-func.el (find-function-search-for-symbol):
        Use with-syntax-table.
  
! 2002-05-06  Francesco Potort,Al(B  <address@hidden>
  
        * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
  
--- 10026,10032 ----
        * emacs-lisp/find-func.el (find-function-search-for-symbol):
        Use with-syntax-table.
  
! 2002-05-06  Francesco Potortì  <address@hidden>
  
        * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
  
***************
*** 10188,10194 ****
        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.
--- 10192,10198 ----
        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.
***************
*** 10323,10329 ****
  
        * 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.
--- 10327,10333 ----
  
        * 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.
***************
*** 10388,10394 ****
        * 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.
--- 10392,10398 ----
        * 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.
***************
*** 10765,10771 ****
        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).
--- 10769,10775 ----
        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).
***************
*** 11723,11729 ****
        * simple.el (pop-to-mark-command): Do not set this-command.
        (set-mark-command): Always jump to mark when called with arg.
  
! 2002-04-18  Francesco Potort,Al(B  <address@hidden>
  
        * comint.el (comint-watch-for-password-prompt): Remove whitespace
        at the beginning of password prompts.
--- 11727,11733 ----
        * simple.el (pop-to-mark-command): Do not set this-command.
        (set-mark-command): Always jump to mark when called with arg.
  
! 2002-04-18  Francesco Potortì  <address@hidden>
  
        * comint.el (comint-watch-for-password-prompt): Remove whitespace
        at the beginning of password prompts.
***************
*** 11740,11746 ****
        (ibuffer-current-state-list): Reinstate optional argument; now
        just call `point' inside the mapping function.
  
! 2002-04-17  Francesco Potort,Al(B  <address@hidden>
  
        * dired-aux.el (dired-star-subst-regexp)
        (dired-quark-subst-regexp): New constants.
--- 11744,11750 ----
        (ibuffer-current-state-list): Reinstate optional argument; now
        just call `point' inside the mapping function.
  
! 2002-04-17  Francesco Potortì  <address@hidden>
  
        * dired-aux.el (dired-star-subst-regexp)
        (dired-quark-subst-regexp): New constants.
***************
*** 11761,11767 ****
  
        * 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.
--- 11765,11771 ----
  
        * 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.
***************
*** 11837,11843 ****
        (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.
--- 11841,11847 ----
        (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.
***************
*** 11847,11853 ****
        * 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.
--- 11851,11857 ----
        * 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.
***************
*** 11876,11882 ****
        (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.
--- 11880,11886 ----
        (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.
***************
*** 11895,11901 ****
  
        * help.el (string-key-binding): Deal with margin events.
  
! 2002-04-12  Francesco Potort,Al(B  <address@hidden>
  
        * comint.el (comint-password-prompt-regexp): Match " SMB password".
  
--- 11899,11905 ----
  
        * help.el (string-key-binding): Deal with margin events.
  
! 2002-04-12  Francesco Potortì  <address@hidden>
  
        * comint.el (comint-password-prompt-regexp): Match " SMB password".
  
***************
*** 11941,11947 ****
        (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.
  
--- 11945,11951 ----
        (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.
  
***************
*** 12055,12061 ****
        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.
--- 12059,12065 ----
        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.
***************
*** 12104,12110 ****
        * 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.
  
--- 12108,12114 ----
        * 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.
  
***************
*** 12119,12125 ****
        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.
  
--- 12123,12129 ----
        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.
  
***************
*** 12146,12152 ****
  
        * textmodes/xml-lite.el: Remove.
  
! 2002-04-05  Pavel Jan,Am(Bk  <address@hidden>
  
        * simple.el (play-sound): New function (uses play-sound-internal).
  
--- 12150,12156 ----
  
        * textmodes/xml-lite.el: Remove.
  
! 2002-04-05  Pavel Janík  <address@hidden>
  
        * simple.el (play-sound): New function (uses play-sound-internal).
  
***************
*** 12170,12176 ****
        * 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.
--- 12174,12180 ----
        * 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.
***************
*** 12238,12244 ****
        (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'.
--- 12242,12248 ----
        (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'.
***************
*** 12312,12318 ****
        (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.
--- 12316,12322 ----
        (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.
***************
*** 12322,12328 ****
        (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'.
  
--- 12326,12332 ----
        (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'.
  
***************
*** 12523,12529 ****
        for comments.
        (xml-lite-in-string-p): Simplify.
  
! 2002-03-27  Pavel Jan,Am(Bk  <address@hidden>
  
        * allout.el (outline-layout): Doc fix.
  
--- 12527,12533 ----
        for comments.
        (xml-lite-in-string-p): Simplify.
  
! 2002-03-27  Pavel Janík  <address@hidden>
  
        * allout.el (outline-layout): Doc fix.
  
***************
*** 12591,12597 ****
  
        * 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.
--- 12595,12601 ----
  
        * 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.
***************
*** 12632,12638 ****
        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'.
--- 12636,12642 ----
        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'.
***************
*** 12687,12693 ****
        * 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.
--- 12691,12697 ----
        * 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.
***************
*** 12875,12881 ****
        <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.
--- 12879,12885 ----
        <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.
***************
*** 12893,12899 ****
        * 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.
--- 12897,12903 ----
        * 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.
***************
*** 12972,12978 ****
        (fortran-fill): Don't be confused by ! inside a comment.
        (fortran-break-line): Minor cleanup and simplification.
  
! 2002-03-13  Francesco Potort,Al(B  <address@hidden>
  
        * progmodes/etags.el (tag-exact-file-name-match-p)
        (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
--- 12976,12982 ----
        (fortran-fill): Don't be confused by ! inside a comment.
        (fortran-break-line): Minor cleanup and simplification.
  
! 2002-03-13  Francesco Potortì  <address@hidden>
  
        * progmodes/etags.el (tag-exact-file-name-match-p)
        (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
***************
*** 12983,12989 ****
        * ibuffer.el (ibuffer-redisplay-current): Don't move point when
        redisplaying a line.
  
! 2002-03-12  Jan Dj,Ad(Brv  <address@hidden>
  
        * term/x-win.el (emacs-session-restore): Take previous id as
        an argument.
--- 12987,12993 ----
        * ibuffer.el (ibuffer-redisplay-current): Don't move point when
        redisplaying a line.
  
! 2002-03-12  Jan Djärv  <address@hidden>
  
        * term/x-win.el (emacs-session-restore): Take previous id as
        an argument.
***************
*** 13004,13010 ****
        (lisp-indent-defmethod): Use car/cdr instead of first/rest.
        (lisp-backquote-indentation): New user option.
  
! 2002-03-12  Francesco Potort,Al(B  <address@hidden>
  
        * progmodes/etags.el (tag-exact-file-name-match-p)
        (tag-file-name-match-p, tag-partial-file-name-match-p):
--- 13008,13014 ----
        (lisp-indent-defmethod): Use car/cdr instead of first/rest.
        (lisp-backquote-indentation): New user option.
  
! 2002-03-12  Francesco Potortì  <address@hidden>
  
        * progmodes/etags.el (tag-exact-file-name-match-p)
        (tag-file-name-match-p, tag-partial-file-name-match-p):
***************
*** 13036,13042 ****
  
        * 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.
--- 13040,13046 ----
  
        * 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.
***************
*** 13055,13061 ****
  
        * play/mpuz.el: Use defface instead of facemenu-get-face.
  
! 2002-03-10  Jan Dj,Ad(Brv  <address@hidden>
  
        * startup.el (command-line): Add call to emacs-session-restore if
        both x-session-id and x-session-previous-id are strings.
--- 13059,13065 ----
  
        * play/mpuz.el: Use defface instead of facemenu-get-face.
  
! 2002-03-10  Jan Djärv  <address@hidden>
  
        * startup.el (command-line): Add call to emacs-session-restore if
        both x-session-id and x-session-previous-id are strings.
***************
*** 13156,13162 ****
        (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.
  
--- 13160,13166 ----
        (hif-conditional): New function to evaluate a conditional
        expression.
  
! 2002-03-06  Pavel Janík  <address@hidden>
  
        * language/czech.el ("Czech"): Fix the documentation.
  
***************
*** 13219,13225 ****
        (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.
--- 13223,13229 ----
        (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.
***************
*** 13339,13345 ****
        * 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.
--- 13343,13349 ----
        * 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.
***************
*** 13619,13625 ****
        * 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
--- 13623,13629 ----
        * 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
***************
*** 13683,13689 ****
        * 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.
--- 13687,13693 ----
        * 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.
***************
*** 13699,13705 ****
  
        * 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.
--- 13703,13709 ----
  
        * 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.
***************
*** 13723,13729 ****
        * 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.
  
--- 13727,13733 ----
        * 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.
  
***************
*** 13820,13826 ****
  
        * 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.
--- 13824,13830 ----
  
        * 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.
***************
*** 13921,13927 ****
        * 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.
--- 13925,13931 ----
        * 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.
***************
*** 13946,13952 ****
        (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.
  
--- 13950,13956 ----
        (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.
  
***************
*** 13969,13975 ****
  
        * 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.
--- 13973,13979 ----
  
        * 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.
***************
*** 14046,14052 ****
        * 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.
  
--- 14050,14056 ----
        * 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.
  
***************
*** 14127,14133 ****
        * 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.
--- 14131,14137 ----
        * 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.
***************
*** 14160,14170 ****
        * 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'.
--- 14164,14174 ----
        * 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'.
***************
*** 14203,14209 ****
        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.
  
--- 14207,14213 ----
        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.
  
***************
*** 14292,14298 ****
        * 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".
--- 14296,14302 ----
        * 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".
***************
*** 14309,14315 ****
  
        * 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.
--- 14313,14319 ----
  
        * 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.
***************
*** 14481,14487 ****
        * ibuffer.el: Don't require ibuf-ext at load time.
        (ibuffer): Require ibuf-ext here.
  
! 2002-01-21  Francesco Potort,Al(B  <address@hidden>
  
        * generic-x.el (apache-conf-generic-mode): Highlight the first
        word in a line even if preceded by blanks.
--- 14485,14491 ----
        * ibuffer.el: Don't require ibuf-ext at load time.
        (ibuffer): Require ibuf-ext here.
  
! 2002-01-21  Francesco Potortì  <address@hidden>
  
        * generic-x.el (apache-conf-generic-mode): Highlight the first
        word in a line even if preceded by blanks.
***************
*** 14524,14530 ****
        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.
  
--- 14528,14534 ----
        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.
  
***************
*** 14541,14547 ****
  
        * 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.
--- 14545,14551 ----
  
        * 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.
***************
*** 14633,14639 ****
  
        * 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.
--- 14637,14643 ----
  
        * 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.
***************
*** 14715,14721 ****
  
        * dired-aux.el (dired-do-shell-command): Doc fix.
  
! 2002-01-13  Jan Dj,Ad(Brv  <address@hidden>
  
        * startup.el (command-line-x-option-alist): New options "-fs",
        "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
--- 14719,14725 ----
  
        * dired-aux.el (dired-do-shell-command): Doc fix.
  
! 2002-01-13  Jan Djärv  <address@hidden>
  
        * startup.el (command-line-x-option-alist): New options "-fs",
        "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
***************
*** 14750,14756 ****
        (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.
--- 14754,14760 ----
        (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.
***************
*** 14835,14841 ****
  
        * 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.
--- 14839,14845 ----
  
        * 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.
***************
*** 14851,14857 ****
  
        * 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.
--- 14855,14861 ----
  
        * 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.
***************
*** 14963,14969 ****
        * 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
--- 14967,14973 ----
        * 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
***************
*** 14987,14993 ****
        * 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.
--- 14991,14997 ----
        * 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.
***************
*** 15048,15054 ****
  
        * 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
--- 15052,15058 ----
  
        * 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
***************
*** 15078,15084 ****
        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).
--- 15082,15088 ----
        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).
***************
*** 15197,15203 ****
        * 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.
--- 15201,15207 ----
        * 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.
***************
*** 15233,15239 ****
        * 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):
--- 15237,15243 ----
        * 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):
***************
*** 15363,15369 ****
  
        * 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
--- 15367,15373 ----
  
        * 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
***************
*** 15451,15457 ****
        * 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.
--- 15455,15461 ----
        * 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.
***************
*** 15477,15483 ****
        * 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.
--- 15481,15487 ----
        * 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.
***************
*** 15620,15626 ****
        (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.
--- 15624,15630 ----
        (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.
***************
*** 15654,15660 ****
  
        * 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.
--- 15658,15664 ----
  
        * 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.
***************
*** 15872,15878 ****
  
        * 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.
--- 15876,15882 ----
  
        * 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.
***************
*** 15920,15926 ****
        * 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.
  
--- 15924,15930 ----
        * 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.
  
***************
*** 15976,15982 ****
        * 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.
  
--- 15980,15986 ----
        * 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.
  
***************
*** 16033,16039 ****
        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.
  
--- 16037,16043 ----
        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.
  
***************
*** 16182,16188 ****
        * 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.
--- 16186,16192 ----
        * 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.
***************
*** 16247,16258 ****
  
        * 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.
  
--- 16251,16262 ----
  
        * 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.
  
***************
*** 16306,16312 ****
        (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.
  
--- 16310,16316 ----
        (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.
  
***************
*** 16323,16329 ****
        (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.
  
--- 16327,16333 ----
        (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.
  
***************
*** 16467,16473 ****
        * 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.
  
--- 16471,16477 ----
        * 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.
  
***************
*** 16531,16537 ****
  
        * 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.
--- 16535,16541 ----
  
        * 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.
***************
*** 16602,16613 ****
        * 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.
  
--- 16606,16617 ----
        * 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.
  
***************
*** 16685,16691 ****
        to avoid name clashes.  Fix `lisp-indent-function' property for
        both.
  
! 2001-11-23  Francesco Potort,Al(B  <address@hidden>
  
        * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
  
--- 16689,16695 ----
        to avoid name clashes.  Fix `lisp-indent-function' property for
        both.
  
! 2001-11-23  Francesco Potortì  <address@hidden>
  
        * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
  
***************
*** 16734,16740 ****
  
        * 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.
--- 16738,16744 ----
  
        * 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.
***************
*** 17092,17098 ****
        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.
  
--- 17096,17102 ----
        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.
  
***************
*** 17120,17126 ****
        (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.
  
--- 17124,17130 ----
        (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.
  
***************
*** 17315,17321 ****
        (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.
  
--- 17319,17325 ----
        (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.
  
***************
*** 17355,17361 ****
        * 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.
--- 17359,17365 ----
        * 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.
***************
*** 17398,17404 ****
  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.
--- 17402,17408 ----
  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.
***************
*** 17467,17473 ****
        (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.
--- 17471,17477 ----
        (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.
***************
*** 17743,17749 ****
        (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.
--- 17747,17753 ----
        (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.
***************
*** 17886,17892 ****
        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'.
--- 17890,17896 ----
        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'.
***************
*** 18236,18242 ****
        * 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>.
--- 18240,18246 ----
        * 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>.




reply via email to

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