/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4896 by jpw, Mon Mar 3 15:13:01 2003 UTC revision 1.4897 by viniciusjl, Mon Mar 3 20:22:17 2003 UTC
# Line 1  Line 1 
1    2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2    
3            * printing.el (pr-get-symbol): Move it to next eval-and-compile.
4    
5  2003-03-03  John Paul Wallington  <jpw@gnu.org>  2003-03-03  John Paul Wallington  <jpw@gnu.org>
6    
7          * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of          * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
# Line 25  Line 29 
29          "`(" to same so that function and macro bodies beginning with a          "`(" to same so that function and macro bodies beginning with a
30          backquote do not get disturbed.  Revise the comments.          backquote do not get disturbed.  Revise the comments.
31    
32  2003-03-01  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-03-01  Jan Djärv  <jan.h.d@swipnet.se>
33                    
34          * startup.el (command-line): Call menu-bar-mode with 1 instead of t.          * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
35    
36          * menu-bar.el (menu-bar-mode): Change to define-minor-mode          * menu-bar.el (menu-bar-mode): Change to define-minor-mode
37          and initialize as for tool-bar-mode.          and initialize as for tool-bar-mode.
38    
39  2003-02-28  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
40    
41          * net/tramp.el: Version 2.0.30 released.          * net/tramp.el: Version 2.0.30 released.
42          Replace term "path" with "localname" unless it is used for a          Replace term "path" with "localname" unless it is used for a
# Line 198  Line 202 
202          in some earlier merge.          in some earlier merge.
203          (cperl-tags-hier-init): Use display-popup-menus-p.          (cperl-tags-hier-init): Use display-popup-menus-p.
204    
205  2003-02-22  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-02-22  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
206    
207          * files.el (abbreviate-file-name): Shorten docstring: variables          * files.el (abbreviate-file-name): Shorten docstring: variables
208          are now hyperlinks and `C-h v' need not be mentioned explicitly.          are now hyperlinks and `C-h v' need not be mentioned explicitly.
209    
210  2003-02-21  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-02-21  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
211    
212          * files.el (abbreviate-file-name): Document removal of          * files.el (abbreviate-file-name): Document removal of
213          automounter prefixes.  Reported by Lars Hansen.          automounter prefixes.  Reported by Lars Hansen.
# Line 238  Line 242 
242          * info.el (Info-extract-menu-node-name): Stop if colon is          * info.el (Info-extract-menu-node-name): Stop if colon is
243          followed by open paren.          followed by open paren.
244    
245  2003-02-20  Francesco Potort,Al(B  <pot@gnu.org>  2003-02-20  Francesco Potortì  <pot@gnu.org>
246    
247          * mail/undigest.el (unforward-rmail-message): Allow nested          * mail/undigest.el (unforward-rmail-message): Allow nested
248          unforwarding, that is, preserve old Forwarded-From/Date headers.          unforwarding, that is, preserve old Forwarded-From/Date headers.
# Line 660  Line 664 
664    
665          * printing.el: New file.          * printing.el: New file.
666    
667  2003-02-07  Francesco Potort,Al(B  <pot@gnu.org>  2003-02-07  Francesco Potortì  <pot@gnu.org>
668    
669          * language/european.el ("French", "Slovenian"): Fix doc strings.          * language/european.el ("French", "Slovenian"): Fix doc strings.
670    
# Line 671  Line 675 
675          (rmail-summary-next-labeled-message, rmail-summary-resend)          (rmail-summary-next-labeled-message, rmail-summary-resend)
676          (rmail-summary-override-mail-send-and-exit): Doc fixes.          (rmail-summary-override-mail-send-and-exit): Doc fixes.
677    
678  2003-02-06  Francesco Potort,Al(B  <pot@gnu.org>  2003-02-06  Francesco Potortì  <pot@gnu.org>
679    
680          * language/european.el ("Italian"): New.          * language/european.el ("Italian"): New.
681    
# Line 708  Line 712 
712          Undo last change (duplicates part of 2003-02-04 change).          Undo last change (duplicates part of 2003-02-04 change).
713          Remap `viper' delete commands only in file or dir mode.          Remap `viper' delete commands only in file or dir mode.
714    
715  2003-02-05  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
716    
717          * ido.el (ido-define-mode-map): Interact with Viper.          * ido.el (ido-define-mode-map): Interact with Viper.
718    
719  2003-02-05  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
720    
721          * net/tramp.el: Version 2.0.29 released.          * net/tramp.el: Version 2.0.29 released.
722          (tramp-send-region): Protect against tramp-chunksize being nil.          (tramp-send-region): Protect against tramp-chunksize being nil.
# Line 850  Line 854 
854    
855          * ruler-mode.el (ruler-mode-margins-char): Likewise.          * ruler-mode.el (ruler-mode-margins-char): Likewise.
856    
857  2003-02-04  Francesco Potort,Al(B  <pot@gnu.org>  2003-02-04  Francesco Potortì  <pot@gnu.org>
858    
859          * mail/rmailout.el (rmail-output): If preserving MIME-version,          * mail/rmailout.el (rmail-output): If preserving MIME-version,
860          preserve Content-type too.          preserve Content-type too.
# Line 1030  Line 1034 
1034          * shell.el:          * shell.el:
1035          * woman.el: Added cygwin to system-type comparisons.          * woman.el: Added cygwin to system-type comparisons.
1036    
1037  2003-01-31  Francesco Potort,Al(B  <pot@gnu.org>  2003-01-31  Francesco Potortì  <pot@gnu.org>
1038    
1039          * mail/undigest.el (rmail-forward-separator-regex): New custom          * mail/undigest.el (rmail-forward-separator-regex): New custom
1040          variable.          variable.
# Line 1167  Line 1171 
1171          (c-require-final-newline): Add a variable to make the          (c-require-final-newline): Add a variable to make the
1172          initialization of `require-final-newline' more configurable.          initialization of `require-final-newline' more configurable.
1173    
1174  2003-01-26  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-01-26  Jan Djärv  <jan.h.d@swipnet.se>
1175    
1176          * emacs-lisp/authors.el (authors-aliases): Add Jan D.          * emacs-lisp/authors.el (authors-aliases): Add Jan D.
1177          Set iso-2022-7bit coding: cookie.          Set iso-2022-7bit coding: cookie.
# Line 1328  Line 1332 
1332          * Makefile.in (bootstrap-after): New target.          * Makefile.in (bootstrap-after): New target.
1333          (bootstrap): Move finder-data, custom-deps to bootstrap-after.          (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1334    
1335  2003-01-22  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-01-22  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
1336    
1337          * info.el (Info-index-next): Use "(`,' tries to find next)" for          * info.el (Info-index-next): Use "(`,' tries to find next)" for
1338          more matches for consistency with standalone info browser.          more matches for consistency with standalone info browser.
# Line 1700  Line 1704 
1704    
1705          * international/code-pages.el (cp-make-coding-system): Fix last change.          * international/code-pages.el (cp-make-coding-system): Fix last change.
1706    
1707  2003-01-10  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-01-10  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
1708    
1709          * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and          * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1710          use regexp-opt for readability.          use regexp-opt for readability.
# Line 1764  Line 1768 
1768          * mail/undigest.el (unforward-rmail-message): Don't use global          * mail/undigest.el (unforward-rmail-message): Don't use global
1769          variable `n'.          variable `n'.
1770    
1771  2003-01-08  Francesco Potort,Al(B  <pot@gnu.org>  2003-01-08  Francesco Potortì  <pot@gnu.org>
1772    
1773          * mail/undigest.el (unforward-rmail-message): Simplified.          * mail/undigest.el (unforward-rmail-message): Simplified.
1774          No functional change.          No functional change.
# Line 1787  Line 1791 
1791          (custom-save-variables): Use custom-variable-p to detect          (custom-save-variables): Use custom-variable-p to detect
1792          non-rogue variables.          non-rogue variables.
1793    
1794  2003-01-07  Francesco Potort,Al(B  <pot@gnu.org>  2003-01-07  Francesco Potortì  <pot@gnu.org>
1795    
1796          * mail/undigest.el (unforward-rmail-message): Skip all newlines          * mail/undigest.el (unforward-rmail-message): Skip all newlines
1797          after the initial separator.          after the initial separator.
1798          (unforward-rmail-message): Forwarded-From: and Forwarded-Date:          (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1799          instead of Forwarded-from: and Forwarded-date:.          instead of Forwarded-from: and Forwarded-date:.
1800    
1801  2003-01-07  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2003-01-07  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
1802    
1803          * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are          * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
1804          produced by TeX.          produced by TeX.
# Line 2036  Line 2040 
2040          (customize-variable-other-window, customize-option-other-window):          (customize-variable-other-window, customize-option-other-window):
2041          Definitions moved up.          Definitions moved up.
2042    
2043  2002-12-26  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
2044    
2045          * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.          * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
2046          * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of          * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
# Line 2076  Line 2080 
2080    
2081          * cus-edit.el (custom-save-faces): Fix typo.          * cus-edit.el (custom-save-faces): Fix typo.
2082    
2083  2002-12-23  Francesco Potort,Al(B  <pot@gnu.org>  2002-12-23  Francesco Potortì  <pot@gnu.org>
2084    
2085          * mail/undigest.el (unforward-rmail-message): Do not assume that          * mail/undigest.el (unforward-rmail-message): Do not assume that
2086          the forwarded message's Date: header comes after From:.  Use a          the forwarded message's Date: header comes after From:.  Use a
# Line 2246  Line 2250 
2250          * dired.el (dired-insert-directory): Preserve text properties          * dired.el (dired-insert-directory): Preserve text properties
2251          when quoting.          when quoting.
2252    
2253  2002-12-20  Francesco Potort,Al(B  <pot@gnu.org>  2002-12-20  Francesco Potortì  <pot@gnu.org>
2254    
2255          * mail/undigest.el (rmail-mail-separator): Renamed from          * mail/undigest.el (rmail-mail-separator): Renamed from
2256          rmail-digest-mail-separator.  All users changed.          rmail-digest-mail-separator.  All users changed.
# Line 2307  Line 2311 
2311          coding-system to allow users to specify unsafe coding system on          coding-system to allow users to specify unsafe coding system on
2312          their risk.          their risk.
2313    
2314  2002-12-16  Francesco Potort,Al(B  <pot@gnu.org>  2002-12-16  Francesco Potortì  <pot@gnu.org>
2315    
2316          * mail/undigest.el (rmail-digest-methods)          * mail/undigest.el (rmail-digest-methods)
2317          (rmail-digest-mail-separator): New variables.          (rmail-digest-mail-separator): New variables.
# Line 2375  Line 2379 
2379          Add :set-after.          Add :set-after.
2380          (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.          (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2381    
2382  2002-12-15  Gustav H,Ae(Bllberg  <gustav@virtutech.se>  (tiny change)  2002-12-15  Gustav Hållberg  <gustav@virtutech.se>  (tiny change)
2383    
2384          * progmodes/compile.el (compile-reinitialize-errors): Don't mark the          * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2385          buffer as modified unless it really is.          buffer as modified unless it really is.
# Line 2442  Line 2446 
2446          Update custom-type of `current-language-environment'.          Update custom-type of `current-language-environment'.
2447          (current-language-environment): Fix custom type.          (current-language-environment): Fix custom type.
2448    
2449  2002-12-11  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-12-11  Pavel Jan-Bík  <Pavel@Janik.cz>-A
2450    
2451          * progmodes/antlr-mode.el (antlr): New URL.          * progmodes/antlr-mode.el (antlr): New URL.
2452    
# Line 2792  Line 2796 
2796    
2797          * font-lock.el (c++-font-lock-extra-types): Fix previous change.          * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2798    
2799  2002-12-02  Fran,Ag(Bois Pinard  <pinard@iro.umontreal.ca>  2002-12-02  François Pinard  <pinard@iro.umontreal.ca>
2800    
2801          * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight          * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2802          more make keywords:  defined, endef, override, export, unexport          more make keywords:  defined, endef, override, export, unexport
# Line 3046  Line 3050 
3050          * register.el (describe-register-1): Don't assign to val the value          * register.el (describe-register-1): Don't assign to val the value
3051          returned by `remove-list-of-text-properties'.          returned by `remove-list-of-text-properties'.
3052    
3053  2002-11-18  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>  2002-11-18  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
3054    
3055          * calendar/diary-lib.el (fancy-diary-font-lock-keywords):          * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
3056          Grok month numbers, too.          Grok month numbers, too.
# Line 4178  Line 4182 
4182          * textmodes/fill.el (fill-paragraph): Go to BOL before calling          * textmodes/fill.el (fill-paragraph): Go to BOL before calling
4183          forward-paragraph to make sure its return value is meaningful.          forward-paragraph to make sure its return value is meaningful.
4184    
4185  2002-10-06  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4186    
4187          * net/tramp.el: Version 2.0.25 released.          * net/tramp.el: Version 2.0.25 released.
4188          (tramp-handle-file-truename): If it's a directory,          (tramp-handle-file-truename): If it's a directory,
# Line 4510  Line 4514 
4514          once Emacs is started up; initialize to "" at loadup time.          once Emacs is started up; initialize to "" at loadup time.
4515          (command-line): "", not nil, means user-mail-address not set yet.          (command-line): "", not nil, means user-mail-address not set yet.
4516    
4517  2002-09-29  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4518    
4519          * net/tramp.el: Version 2.0.24 released.          * net/tramp.el: Version 2.0.24 released.
4520          (tramp-methods, tramp-completion-function-alist):          (tramp-methods, tramp-completion-function-alist):
# Line 4898  Line 4902 
4902          * mail/sendmail.el (sendmail-send-it): If user's buffer          * mail/sendmail.el (sendmail-send-it): If user's buffer
4903          is unibyte, make tembuf unibyte.          is unibyte, make tembuf unibyte.
4904    
4905  2002-09-22  Kai Gro,A_(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>  2002-09-22  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4906    
4907          * net/tramp.el: Version 2.0.22 released.          * net/tramp.el: Version 2.0.22 released.
4908          (tramp-parse-rhosts, tramp-parse-shosts)          (tramp-parse-rhosts, tramp-parse-shosts)
# Line 4915  Line 4919 
4919          (tramp-completion-function-alist): Add completion function for "ftp".          (tramp-completion-function-alist): Add completion function for "ftp".
4920          From Michael Albinus <Michael.Albinus@alcatel.de>.          From Michael Albinus <Michael.Albinus@alcatel.de>.
4921    
4922  2002-09-22  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-22  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4923    
4924          * net/tramp.el: Version 2.0.21 released.          * net/tramp.el: Version 2.0.21 released.
4925          (tramp-handle-file-newer-than-file-p): If mtime of both files is          (tramp-handle-file-newer-than-file-p): If mtime of both files is
# Line 4929  Line 4933 
4933          (tramp-method-out-of-band-p): Correct number of args for          (tramp-method-out-of-band-p): Correct number of args for
4934          `tramp-get-rsh-program' and similar functions.          `tramp-get-rsh-program' and similar functions.
4935    
4936  2002-09-22  Kai Gro,A_(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>  2002-09-22  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4937    
4938          * net/tramp.el: Version 2.0.20 released.          * net/tramp.el: Version 2.0.20 released.
4939    
4940  2002-09-20  Kai Gro,A_(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>  2002-09-20  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4941    
4942          * net/tramp.el (tramp-completion-function-alist): Escape open          * net/tramp.el (tramp-completion-function-alist): Escape open
4943          paren in docstring.          paren in docstring.
# Line 4962  Line 4966 
4966          `tramp-find-method'.  Update callers.          `tramp-find-method'.  Update callers.
4967          (tramp-find-method): New function.          (tramp-find-method): New function.
4968    
4969  2002-09-20  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4970    
4971          * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"          * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4972          in SWITCHES (by removing it).          in SWITCHES (by removing it).
4973    
4974  2002-09-18  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4975    
4976          * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.          * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4977    
4978  2002-09-17  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4979    
4980          * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.          * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4981    
4982  2002-09-16  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-16  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4983    
4984          * net/tramp.el (tramp-bug): Add tramp-methods.          * net/tramp.el (tramp-bug): Add tramp-methods.
4985    
4986  2002-09-16  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-16  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4987    
4988          * net/tramp.el (tramp-methods): Update docstring:          * net/tramp.el (tramp-methods): Update docstring:
4989          tramp-encoding-command, tramp-decoding-command,          tramp-encoding-command, tramp-decoding-command,
# Line 4987  Line 4991 
4991          parameters anymore.          parameters anymore.
4992          (tramp-uuencode-region): Autoload it.          (tramp-uuencode-region): Autoload it.
4993    
4994  2002-09-13  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4995    
4996          * net/tramp.el: Version 2.0.19 released.          * net/tramp.el: Version 2.0.19 released.
4997    
# Line 4997  Line 5001 
5001          Use `tramp-uuencode-region' as local encoder for the uuencode based          Use `tramp-uuencode-region' as local encoder for the uuencode based
5002          entries.          entries.
5003    
5004  2002-09-13  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5005    
5006          * net/tramp.el (tramp-handle-write-region): Wrong parens.          * net/tramp.el (tramp-handle-write-region): Wrong parens.
5007    
5008  2002-09-13  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5009    
5010          * net/tramp.el: Version 2.0.18 released.          * net/tramp.el: Version 2.0.18 released.
5011    
# Line 5009  Line 5013 
5013          older versions of Perl.  Now tested with 5.004.  Suggestion from          older versions of Perl.  Now tested with 5.004.  Suggestion from
5014          Michael Albinus.          Michael Albinus.
5015    
5016  2002-09-12  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-12  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5017    
5018          * net/tramp.el (tramp-find-inline-encoding):          * net/tramp.el (tramp-find-inline-encoding):
5019          Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.          Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
5020          (tramp-call-local-coding-command): OUTPUT equals nil means to          (tramp-call-local-coding-command): OUTPUT equals nil means to
5021          discard the output.  INPUT equals nil means /dev/null.          discard the output.  INPUT equals nil means /dev/null.
5022    
5023  2002-09-12  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-12  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5024    
5025          * net/tramp.el (tramp-encoding-shell): Default to environment          * net/tramp.el (tramp-encoding-shell): Default to environment
5026          variable COMSPEC on Windows.          variable COMSPEC on Windows.
# Line 5029  Line 5033 
5033          Define `result1'.          Define `result1'.
5034          (tramp-parse-hosts-group): Discard IPv6 entries.          (tramp-parse-hosts-group): Discard IPv6 entries.
5035    
5036  2002-09-11  Kai Gro,A_(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>  2002-09-11  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5037    
5038          * net/tramp.el (tramp-post-connection): Only send Perl          * net/tramp.el (tramp-post-connection): Only send Perl
5039          mime-encode/decode implementations when using inline method.          mime-encode/decode implementations when using inline method.
# Line 5052  Line 5056 
5056          (tramp-get-decoding-function, tramp-set-decoding-function):          (tramp-get-decoding-function, tramp-set-decoding-function):
5057          Old functions, removed.          Old functions, removed.
5058    
5059  2002-09-10  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-10  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5060    
5061          * net/tramp.el (tramp-open-connection-setup-interactive-shell):          * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5062          Change command to invoke /bin/sh slightly to make it compatible          Change command to invoke /bin/sh slightly to make it compatible
# Line 5063  Line 5067 
5067          * net/tramp.el (tramp-handle-write-region): Added missing          * net/tramp.el (tramp-handle-write-region): Added missing
5068          `)'.  Hope it's the right place.          `)'.  Hope it's the right place.
5069    
5070  2002-09-09  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-09  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5071    
5072          * net/tramp.el (tramp-open-connection-setup-interactive-shell):          * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5073          Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in          Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
# Line 5117  Line 5121 
5121          `tramp-get-completion-su' (the previous place for this stuff)          `tramp-get-completion-su' (the previous place for this stuff)
5122          doesn't exist any longer.          doesn't exist any longer.
5123    
5124  2002-09-07  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5125    
5126          * net/tramp.el (tramp-enter-password):          * net/tramp.el (tramp-enter-password):
5127          Use `tramp-password-end-of-line' to terminate the line.          Use `tramp-password-end-of-line' to terminate the line.
# Line 5129  Line 5133 
5133          (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end          (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
5134          of line of the output delimiter.          of line of the output delimiter.
5135    
5136  2002-09-06  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5137    
5138          * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)          * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
5139          (tramp-open-connection-setup-interactive-shell): Add some comments          (tramp-open-connection-setup-interactive-shell): Add some comments
# Line 5147  Line 5151 
5151          (tramp-completion-mode): Replace `last-input-char' by modern          (tramp-completion-mode): Replace `last-input-char' by modern
5152          `last-input-event'. Check for `event-modifiers'.          `last-input-event'. Check for `event-modifiers'.
5153    
5154  2002-09-06  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5155    
5156          * net/tramp.el (file-expand-wildcards): Corrected check to see if          * net/tramp.el (file-expand-wildcards): Corrected check to see if
5157          advising is necessary.          advising is necessary.
# Line 5268  Line 5272 
5272          (tramp-completion-handle-file-name-all-completions):          (tramp-completion-handle-file-name-all-completions):
5273          Apply `tramp-completion-run-real-handler'.          Apply `tramp-completion-run-real-handler'.
5274          (tramp-parse-rhosts)          (tramp-parse-rhosts)
5275          (tramp-parse-shosts): Use `with-temp-buffer'. `result$,1!=(B renamed to          (tramp-parse-shosts): Use `with-temp-buffer'. `result$-1¡½ renamed to-A
5276          `res' (otherwise side effects in XEmacs).          `res' (otherwise side effects in XEmacs).
5277    
5278  2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>  2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
# Line 5347  Line 5351 
5351          list in order to avoid nested lists, f.e. when invoked from          list in order to avoid nested lists, f.e. when invoked from
5352          `tramp-handle-dired-call-process'.          `tramp-handle-dired-call-process'.
5353    
5354  2002-09-05  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5355    
5356          * net/tramp.el (tramp-chunksize): New kluge variable.          * net/tramp.el (tramp-chunksize): New kluge variable.
5357          (tramp-send-region): If tramp-chunksize is non-nil, send region in          (tramp-send-region): If tramp-chunksize is non-nil, send region in
5358          parts and sleep 0.1 seconds between chunks.          parts and sleep 0.1 seconds between chunks.
5359    
5360  2002-09-03  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5361    
5362          * net/tramp.el (tramp-handle-insert-directory):          * net/tramp.el (tramp-handle-insert-directory):
5363          Use `insert-buffer-substring' instead of `insert-buffer', which is not          Use `insert-buffer-substring' instead of `insert-buffer', which is not
# Line 5364  Line 5368 
5368          (file-expand-wildcards): Don't advise unless "[" and "]" are used          (file-expand-wildcards): Don't advise unless "[" and "]" are used
5369          in the filename format.          in the filename format.
5370    
5371  2002-09-01  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-01  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5372    
5373          * net/tramp.el (tramp-methods): Remove duplicate definition of          * net/tramp.el (tramp-methods): Remove duplicate definition of
5374          ssh1-old and ssh2-old.          ssh1-old and ssh2-old.
5375    
5376  2002-09-22  Kai Gro,A_(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>  2002-09-22  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5377    
5378          * dired.el (dired-insert-directory): Always add "--dired" to to          * dired.el (dired-insert-directory): Always add "--dired" to to
5379          SWITCHES for remote files.          SWITCHES for remote files.
# Line 5495  Line 5499 
5499          Don't unbind compilation-last-buffer after autoloading compile.el.          Don't unbind compilation-last-buffer after autoloading compile.el.
5500          Hide the compilation-minor-mode bindings altogether.          Hide the compilation-minor-mode bindings altogether.
5501    
5502  2002-09-18  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5503    
5504          * dired.el (dired-insert-directory): Never add "--dired" when          * dired.el (dired-insert-directory): Never add "--dired" when
5505          listing remote directories.          listing remote directories.
# Line 5550  Line 5554 
5554          hack-one-local-variable so unsafep can use it.  Add \|-history$ to          hack-one-local-variable so unsafep can use it.  Add \|-history$ to
5555          the list of disallowed local variable names (malicious user could          the list of disallowed local variable names (malicious user could
5556          stuff a `display' property in there that would be activated when          stuff a `display' property in there that would be activated when
5557          na,Ao(Bve user called up the history).          naïve user called up the history).
5558    
5559  2002-09-16  Markus Rost  <rost@math.ohio-state.edu>  2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
5560    
# Line 5718  Line 5722 
5722          (transient-mark-mode, line-number-mode, column-number-mode):          (transient-mark-mode, line-number-mode, column-number-mode):
5723          Pass an explicit `:require nil' argument.          Pass an explicit `:require nil' argument.
5724    
5725  2002-09-13  Francesco Potort,Al(B  <pot@gnu.org>  2002-09-13  Francesco Potortì  <pot@gnu.org>
5726    
5727          * play/tetris.el (tetris-blank-options, tetris-cell-options):          * play/tetris.el (tetris-blank-options, tetris-cell-options):
5728          Remove various redundant `(t nil)'.          Remove various redundant `(t nil)'.
# Line 5926  Line 5930 
5930          (ps-print-color-p, ps-page-dimensions-database): Autoload var.          (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5931          (ps-print-code, ps-print-preprint-region): Adjust code.          (ps-print-code, ps-print-preprint-region): Adjust code.
5932    
5933  2002-09-10  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-10  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5934    
5935          * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in          * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5936          emacs-lisp-mode, like ~/.emacs.          emacs-lisp-mode, like ~/.emacs.
# Line 6255  Line 6259 
6259          * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.          * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6260          (mail-mode-abbrev-table): Set to text-mode-abbrev-table.          (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6261    
6262  2002-09-02  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-02  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6263    
6264          * net/tramp.el: Version 2.0.15 released.          * net/tramp.el: Version 2.0.15 released.
6265          (require 'base64): Most modern Emacsen have the base64          (require 'base64): Most modern Emacsen have the base64
# Line 6503  Line 6507 
6507    
6508          * comint.el (comint-carriage-motion): Start at START.          * comint.el (comint-carriage-motion): Start at START.
6509    
6510  2002-08-27  Francesco Potort,Al(B  <pot@gnu.org>  2002-08-27  Francesco Potortì  <pot@gnu.org>
6511    
6512          * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response          * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6513          given by vsFTPd when accessed with a kerberised FTP client.          given by vsFTPd when accessed with a kerberised FTP client.
# Line 6637  Line 6641 
6641          Always call x-focus-frame, if using x.          Always call x-focus-frame, if using x.
6642          Use set-mouse-position on all systems, if focus-follows-mouse.          Use set-mouse-position on all systems, if focus-follows-mouse.
6643    
6644  2002-08-22  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-22  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6645    
6646          * net/tramp.el: Version 2.0.14 released.          * net/tramp.el: Version 2.0.14 released.
6647          (tramp-shell-prompt-pattern): New variable.          (tramp-shell-prompt-pattern): New variable.
# Line 6672  Line 6676 
6676          pushing mark.          pushing mark.
6677          (f90-abbrev-start): unread-command-event is obsolete in XEmacs.          (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6678    
6679  2002-08-21  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6680    
6681          * net/tramp.el: Version 2.0.13 released.          * net/tramp.el: Version 2.0.13 released.
6682          (tramp-handle-write-region): Don't check to see if remote end is          (tramp-handle-write-region): Don't check to see if remote end is
# Line 6963  Line 6967 
6967    
6968          * wid-browse.el (widget-minor-mode): Fix doc typo.          * wid-browse.el (widget-minor-mode): Fix doc typo.
6969    
6970  2002-08-07  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6971    
6972          * net/tramp.el: Version 2.0.12 released.          * net/tramp.el: Version 2.0.12 released.
6973          (tramp-find-shell, tramp-open-connection-setup-interactive-shell):          (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
# Line 7041  Line 7045 
7045    
7046          * image.el (image-jpeg-p): Accept "Exif" marker.          * image.el (image-jpeg-p): Accept "Exif" marker.
7047    
7048  2002-08-05  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7049    
7050          * net/tramp.el: Version 2.0.11 released.          * net/tramp.el: Version 2.0.11 released.
7051          (tramp-perl-file-attributes): Print uid and gid as signed integers.          (tramp-perl-file-attributes): Print uid and gid as signed integers.
# Line 7063  Line 7067 
7067    
7068          * startup.el (fancy-splash-frame): Check selected frame last.          * startup.el (fancy-splash-frame): Check selected frame last.
7069    
7070  2002-08-04  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7071    
7072          * net/tramp.el: Version 2.0.10 released.          * net/tramp.el: Version 2.0.10 released.
7073          (tramp-uudecode): New shell function `tramp_uudecode' to decode to          (tramp-uudecode): New shell function `tramp_uudecode' to decode to
# Line 7076  Line 7080 
7080          (tramp-coding-commands): Add an alternative for `tramp_uudecode'.          (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
7081          (tramp-bug): Include more variables in the report.          (tramp-bug): Include more variables in the report.
7082    
7083  2002-08-04  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7084    
7085          * net/tramp.el: Version 2.0.9 released.          * net/tramp.el: Version 2.0.9 released.
7086          (tramp-bug): Add wording about additional info to include in bug          (tramp-bug): Add wording about additional info to include in bug
# Line 7100  Line 7104 
7104    
7105          * term/mac-win.el: Set keys to enable mouse wheel support.          * term/mac-win.el: Set keys to enable mouse wheel support.
7106    
7107  2002-08-03  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7108    
7109          * net/tramp.el: Version 2.0.8.          * net/tramp.el: Version 2.0.8.
7110          (tramp-perl-encode, tramp-perl-encode): Double the backslashes.          (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
7111    
7112  2002-08-03  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7113    
7114          * net/tramp.el: Version 2.0.7.          * net/tramp.el: Version 2.0.7.
7115          (tramp-perl-encode-with-module, tramp-perl-decode-with-module)          (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
# Line 7119  Line 7123 
7123          (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.          (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
7124          (f90-type-def-re): Fix value.          (f90-type-def-re): Fix value.
7125    
7126  2002-08-03  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-08-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7127    
7128          * net/tramp.el: Version 2.0.6.          * net/tramp.el: Version 2.0.6.
7129          (tramp-default-method): Change to "ssh" from "sm".          (tramp-default-method): Change to "ssh" from "sm".
# Line 7210  Line 7214 
7214          don't work on MSVC/nmake builds.          don't work on MSVC/nmake builds.
7215          (update-subdirs-CMD): Generate the right list of subdirectories.          (update-subdirs-CMD): Generate the right list of subdirectories.
7216    
7217  2002-07-30  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-07-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7218    
7219          * net/tramp.el: New version 2.0.5.          * net/tramp.el: New version 2.0.5.
7220          (tramp-methods): Remove inline encoding method parameters.          (tramp-methods): Remove inline encoding method parameters.
# Line 7352  Line 7356 
7356          * ps-print.el: Update copyright year.          * ps-print.el: Update copyright year.
7357          (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.          (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7358    
7359  2002-07-26  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-07-26  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7360    
7361          * eshell/eshell.el (eshell): Numeric prefix arg means to switch          * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7362          to the session with that number.  Old behavior still available          to the session with that number.  Old behavior still available
# Line 7616  Line 7620 
7620          * bindings.el (last-buffer): Use buffer-list with frame arg.          * bindings.el (last-buffer): Use buffer-list with frame arg.
7621          Create *scratch* if no other choice exists.  Fix bugs.          Create *scratch* if no other choice exists.  Fix bugs.
7622    
7623  2002-07-21  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-07-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7624    
7625          * net/tramp.el: Bump version to 2.0.2.          * net/tramp.el: Bump version to 2.0.2.
7626          (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to          (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
# Line 8000  Line 8004 
8004          * calendar/timeclock.el (timeclock-in): Handle the case where no          * calendar/timeclock.el (timeclock-in): Handle the case where no
8005          log file exists (ie the very first call).          log file exists (ie the very first call).
8006    
8007  2002-07-13  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-07-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8008    
8009          * net/ange-ftp.el: Do not hook into file-name-handler-alist, this          * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
8010          is done by Tramp.          is done by Tramp.
# Line 8076  Line 8080 
8080          (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic          (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
8081          alphabet) to "Cyrillic-ISO".          alphabet) to "Cyrillic-ISO".
8082    
8083  2002-07-11  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-07-11  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8084    
8085          * net/tramp.el (tramp-default-method): New default method "sm"          * net/tramp.el (tramp-default-method): New default method "sm"
8086          which I guess to be good for most people.          which I guess to be good for most people.
# Line 8238  Line 8242 
8242    
8243          * bindings.el (completion-ignored-extensions): Add .gmo and .mo.          * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
8244    
8245  2002-07-06  Francesco Potort,Al(B  <pot@gnu.org>  2002-07-06  Francesco Potortì  <pot@gnu.org>
8246    
8247          * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of          * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
8248          .sx[dmicw] file suffixes for Open office data files.          .sx[dmicw] file suffixes for Open office data files.
# Line 8489  Line 8493 
8493          (uniquify-delayed-rationalize-file-buffer-names):          (uniquify-delayed-rationalize-file-buffer-names):
8494          Rename from delayed-uniquify-rationalize-file-buffer-names.          Rename from delayed-uniquify-rationalize-file-buffer-names.
8495    
8496  2002-06-27  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-06-27  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8497    
8498          * net/tramp.el (tramp-file-name-structure)          * net/tramp.el (tramp-file-name-structure)
8499          (tramp-multi-file-name-hop-structure): Split for easier readability.          (tramp-multi-file-name-hop-structure): Split for easier readability.
# Line 8538  Line 8542 
8542    
8543          * dired.el (dired-find-alternate-file): Mark as disabled.          * dired.el (dired-find-alternate-file): Mark as disabled.
8544    
8545  2002-06-25  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-06-25  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8546    
8547          * net/tramp.el (tramp-ftp-method): New user option.          * net/tramp.el (tramp-ftp-method): New user option.
8548          (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.          (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
# Line 8626  Line 8630 
8630          * progmodes/f90.el (f90-do-auto-fill): Respect the value of          * progmodes/f90.el (f90-do-auto-fill): Respect the value of
8631          comment-auto-fill-only-comments.          comment-auto-fill-only-comments.
8632    
8633  2002-06-21  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-06-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8634    
8635          * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.          * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
8636          This is not a handled operation.          This is not a handled operation.
# Line 8727  Line 8731 
8731          21 dialogs to select the file, since we want a directory name only.          21 dialogs to select the file, since we want a directory name only.
8732          (ada-customize): Add support for the new GNAT project files.          (ada-customize): Add support for the new GNAT project files.
8733    
8734  2002-06-20  Francesco Potort,Al(B  <pot@gnu.org>  2002-06-20  Francesco Potortì  <pot@gnu.org>
8735    
8736          * progmodes/etags.el (tag-implicit-name-match-p): New function.          * progmodes/etags.el (tag-implicit-name-match-p): New function.
8737          (etags-recognize-tags-table): Use it for implicit tag names.          (etags-recognize-tags-table): Use it for implicit tag names.
# Line 9112  Line 9116 
9116          * select.el (xselect-convert-to-string): If VALUE is a string,          * select.el (xselect-convert-to-string): If VALUE is a string,
9117          return a cons of TYPE and the string.          return a cons of TYPE and the string.
9118    
9119  2002-06-05  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-06-05  Pavel Janík  <Pavel@Janik.cz>
9120    
9121          * language/cyrillic.el (cyrillic-alternativnyj-decode-table):          * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
9122          Fix the table to contain correct characters.          Fix the table to contain correct characters.
# Line 9548  Line 9552 
9552          (mail-default-directory): New user option.          (mail-default-directory): New user option.
9553          (mail, mail-recover): Use that option.          (mail, mail-recover): Use that option.
9554    
9555  2002-05-20  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-05-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9556    
9557          * international/mule.el (auto-coding-alist): Use emacs-mule          * international/mule.el (auto-coding-alist): Use emacs-mule
9558          for auto-save files.          for auto-save files.
# Line 9726  Line 9730 
9730          (dabbrev-upcase-means-case-search): Doc fix.          (dabbrev-upcase-means-case-search): Doc fix.
9731          (dabbrev-case-replace): Fix custom tags and docs.          (dabbrev-case-replace): Fix custom tags and docs.
9732    
9733  2002-05-14  Jochen K,A|(Bpper  <jochen@jochen-kuepper.de>  2002-05-14  Jochen Küpper  <jochen@jochen-kuepper.de>
9734    
9735          * calc/calc-units.el (math-standard-units): Update from CODATA.          * calc/calc-units.el (math-standard-units): Update from CODATA.
9736    
# Line 9743  Line 9747 
9747          * textmodes/sgml-mode.el (sgml-tag):          * textmodes/sgml-mode.el (sgml-tag):
9748          Default skeleton-transformation to `identity'.          Default skeleton-transformation to `identity'.
9749    
9750  2002-05-14  Francesco Potort,Al(B  <pot@gnu.org>  2002-05-14  Francesco Potortì  <pot@gnu.org>
9751    
9752          * shell.el (shell-mode): Make second part of initialisation          * shell.el (shell-mode): Make second part of initialisation
9753          depend on whether comint-input-ring is empty, rather than depend          depend on whether comint-input-ring is empty, rather than depend
# Line 9788  Line 9792 
9792          (occur-engine): If there are no more matches, then finish          (occur-engine): If there are no more matches, then finish
9793          searching the current buffer.          searching the current buffer.
9794    
9795  2002-05-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-05-12  Pavel Janík  <Pavel@Janik.cz>
9796    
9797          * net/ange-ftp.el (ange-ftp-try-passive-mode)          * net/ange-ftp.el (ange-ftp-try-passive-mode)
9798          (ange-ftp-passive-host-alist): Change :version attributes to be          (ange-ftp-passive-host-alist): Change :version attributes to be
# Line 9830  Line 9834 
9834    
9835          * subr.el (functionp): Catch errors in indirect-function.          * subr.el (functionp): Catch errors in indirect-function.
9836    
9837  2002-05-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-05-12  Pavel Janík  <Pavel@Janik.cz>
9838    
9839          * net/ldap.el (ldap-search-internal): Unfold folded lines before          * net/ldap.el (ldap-search-internal): Unfold folded lines before
9840          parsing.          parsing.
# Line 9913  Line 9917 
9917    
9918          * wid-edit.el (checkbox): New check-mark image.          * wid-edit.el (checkbox): New check-mark image.
9919    
9920  2002-05-08  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-05-08  Pavel Janík  <Pavel@Janik.cz>
9921    
9922          * filesets.el (filesets-running-xemacs): Fix last change.          * filesets.el (filesets-running-xemacs): Fix last change.
9923    
# Line 9933  Line 9937 
9937          (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):          (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9938          Defvar them to nil if running in Emacs.          Defvar them to nil if running in Emacs.
9939    
9940  2002-05-08  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-05-08  Pavel Janík  <Pavel@Janik.cz>
9941    
9942          * textmodes/flyspell.el (make-flyspell-overlay): Add help text          * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9943          to flyspell overlays.          to flyspell overlays.
# Line 10022  Line 10026 
10026          * emacs-lisp/find-func.el (find-function-search-for-symbol):          * emacs-lisp/find-func.el (find-function-search-for-symbol):
10027          Use with-syntax-table.          Use with-syntax-table.
10028    
10029  2002-05-06  Francesco Potort,Al(B  <pot@gnu.org>  2002-05-06  Francesco Potortì  <pot@gnu.org>
10030    
10031          * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.          * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
10032    
# Line 10188  Line 10192 
10192          Only interpret delete-selection property if mark-active.          Only interpret delete-selection property if mark-active.
10193          (cua-mode): Fixed require in defcustom.          (cua-mode): Fixed require in defcustom.
10194    
10195  2002-05-01  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-05-01  Pavel Janík  <Pavel@Janik.cz>
10196    
10197          * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of          * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
10198          error call.          error call.
# Line 10323  Line 10327 
10327    
10328          * language/viet-util.el: Update Commentary section.          * language/viet-util.el: Update Commentary section.
10329    
10330  2002-04-29  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-29  Pavel Janík  <Pavel@Janik.cz>
10331    
10332          * filesets.el (filesets-data): Doc fix.          * filesets.el (filesets-data): Doc fix.
10333          (filesets-running-xemacs): Define even when compiling.          (filesets-running-xemacs): Define even when compiling.
# Line 10388  Line 10392 
10392          * replace.el (occur-revert-arguments):          * replace.el (occur-revert-arguments):
10393          Renamed from occur-revert-properties.  All uses changed.          Renamed from occur-revert-properties.  All uses changed.
10394    
10395  2002-04-28  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-28  Pavel Janík  <Pavel@Janik.cz>
10396    
10397          * recentf.el (recentf-menu-before): Use string to specify path in          * recentf.el (recentf-menu-before): Use string to specify path in
10398          the menu.          the menu.
# Line 10765  Line 10769 
10769          when finding the end.  Take more care in analyzing the results          when finding the end.  Take more care in analyzing the results
10770          of intangibility after line-move-to-column.          of intangibility after line-move-to-column.
10771    
10772  2002-04-22  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-22  Pavel Janík  <Pavel@Janik.cz>
10773    
10774          * international/mule-diag.el (list-input-methods-1): Doc fix          * international/mule-diag.el (list-input-methods-1): Doc fix
10775          (LEIM is now part of the standard distribution).          (LEIM is now part of the standard distribution).
# Line 11723  Line 11727 
11727          * simple.el (pop-to-mark-command): Do not set this-command.          * simple.el (pop-to-mark-command): Do not set this-command.
11728          (set-mark-command): Always jump to mark when called with arg.          (set-mark-command): Always jump to mark when called with arg.
11729    
11730  2002-04-18  Francesco Potort,Al(B  <pot@gnu.org>  2002-04-18  Francesco Potortì  <pot@gnu.org>
11731    
11732          * comint.el (comint-watch-for-password-prompt): Remove whitespace          * comint.el (comint-watch-for-password-prompt): Remove whitespace
11733          at the beginning of password prompts.          at the beginning of password prompts.
# Line 11740  Line 11744 
11744          (ibuffer-current-state-list): Reinstate optional argument; now          (ibuffer-current-state-list): Reinstate optional argument; now
11745          just call `point' inside the mapping function.          just call `point' inside the mapping function.
11746    
11747  2002-04-17  Francesco Potort,Al(B  <pot@gnu.org>  2002-04-17  Francesco Potortì  <pot@gnu.org>
11748    
11749          * dired-aux.el (dired-star-subst-regexp)          * dired-aux.el (dired-star-subst-regexp)
11750          (dired-quark-subst-regexp): New constants.          (dired-quark-subst-regexp): New constants.
# Line 11761  Line 11765 
11765    
11766          * term.el (term-emulate-terminal): Fix last change.          * term.el (term-emulate-terminal): Fix last change.
11767    
11768  2002-04-16  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-16  Pavel Janík  <Pavel@Janik.cz>
11769    
11770          * bindings.el (mode-line-mode-menu): Update names to reflect          * bindings.el (mode-line-mode-menu): Update names to reflect
11771          latest changes.          latest changes.
# Line 11837  Line 11841 
11841          (exchange-point-and-mark): Temporarily enable transient-mark-mode          (exchange-point-and-mark): Temporarily enable transient-mark-mode
11842          if prefix arg.          if prefix arg.
11843    
11844  2002-04-14  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-14  Pavel Janík  <Pavel@Janik.cz>
11845    
11846          * speedbar.el (speedbar-tag-hierarchy-method)          * speedbar.el (speedbar-tag-hierarchy-method)
11847          (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.          (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
# Line 11847  Line 11851 
11851          * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at          * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11852          beginning of buffer.          beginning of buffer.
11853    
11854  2002-04-14  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-14  Pavel Janík  <Pavel@Janik.cz>
11855    
11856          * speedbar.el (speedbar-generic-item-info)          * speedbar.el (speedbar-generic-item-info)
11857          (speedbar-sort-tags): Doc fix.          (speedbar-sort-tags): Doc fix.
# Line 11876  Line 11880 
11880          (gamegrid-add-score): Just dispatch on `system-type' to one of the          (gamegrid-add-score): Just dispatch on `system-type' to one of the
11881          previous two functions.          previous two functions.
11882    
11883  2002-04-13  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-13  Pavel Janík  <Pavel@Janik.cz>
11884    
11885          * iswitchb.el: Update commentary to include new function          * iswitchb.el: Update commentary to include new function
11886          iswitchb-exclude-nonmatching.          iswitchb-exclude-nonmatching.
# Line 11895  Line 11899 
11899    
11900          * help.el (string-key-binding): Deal with margin events.          * help.el (string-key-binding): Deal with margin events.
11901    
11902  2002-04-12  Francesco Potort,Al(B  <pot@gnu.org>  2002-04-12  Francesco Potortì  <pot@gnu.org>
11903    
11904          * comint.el (comint-password-prompt-regexp): Match " SMB password".          * comint.el (comint-password-prompt-regexp): Match " SMB password".
11905    
# Line 11941  Line 11945 
11945          (fill-region-as-paragraph): Compare to `to' rather than eobp.          (fill-region-as-paragraph): Compare to `to' rather than eobp.
11946          (fill-paragraph): Don't rebind fill-paragraph-function.          (fill-paragraph): Don't rebind fill-paragraph-function.
11947    
11948  2002-04-11  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-11  Pavel Janík  <Pavel@Janik.cz>
11949    
11950          * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.          * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11951    
# Line 12055  Line 12059 
12059          Use sgml-parse-tag-backward to find start point.          Use sgml-parse-tag-backward to find start point.
12060          (sgml-looking-back-at): Doc fix.          (sgml-looking-back-at): Doc fix.
12061    
12062  2002-04-09  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-09  Pavel Janík  <Pavel@Janik.cz>
12063    
12064          * isearch.el (isearch-message-prefix): Use minibuffer-prompt face          * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
12065          for prompt.          for prompt.
# Line 12104  Line 12108 
12108          * vc-cvs.el (vc-cvs-valid-version-number-p): New function.          * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
12109          (vc-cvs-checkin): Use it.          (vc-cvs-checkin): Use it.
12110    
12111  2002-04-08  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-08  Pavel Janík  <Pavel@Janik.cz>
12112    
12113          * files.el (display-time-string): Fix last change.          * files.el (display-time-string): Fix last change.
12114    
# Line 12119  Line 12123 
12123          default-process-coding-system.          default-process-coding-system.
12124          (coding-system-change-text-conversion): Fix case where CODING is nil.          (coding-system-change-text-conversion): Fix case where CODING is nil.
12125    
12126  2002-04-07  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-07  Pavel Janík  <Pavel@Janik.cz>
12127    
12128          * subr.el (play-sound): Move here from simple.el.          * subr.el (play-sound): Move here from simple.el.
12129    
# Line 12146  Line 12150 
12150    
12151          * textmodes/xml-lite.el: Remove.          * textmodes/xml-lite.el: Remove.
12152    
12153  2002-04-05  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-05  Pavel Janík  <Pavel@Janik.cz>
12154    
12155          * simple.el (play-sound): New function (uses play-sound-internal).          * simple.el (play-sound): New function (uses play-sound-internal).
12156    
# Line 12170  Line 12174 
12174          * textmodes/sgml-mode.el: Add missing require.          * textmodes/sgml-mode.el: Add missing require.
12175          (sgml-lexical-context): Fix up CDATA detection for boundary cases.          (sgml-lexical-context): Fix up CDATA detection for boundary cases.
12176    
12177  2002-04-03  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-04-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12178    
12179          * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to          * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
12180          spot indicated by text property `cvs-goal-column', if present.          spot indicated by text property `cvs-goal-column', if present.
# Line 12238  Line 12242 
12242          (sgml-parse-tag-backward): Extend support for CDATA to include          (sgml-parse-tag-backward): Extend support for CDATA to include
12243          conditional sections.          conditional sections.
12244    
12245  2002-04-03  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-03  Pavel Janík  <Pavel@Janik.cz>
12246    
12247          * cus-start.el: Rename `autoselect-window' to          * cus-start.el: Rename `autoselect-window' to
12248          `mouse-autoselect-window'.          `mouse-autoselect-window'.
# Line 12312  Line 12316 
12316          (xml-lite-parse-tag-backward): Simplify parsing by assuming we          (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12317          always start within text. Make use of sgml-unclosed-tag-p.          always start within text. Make use of sgml-unclosed-tag-p.
12318    
12319  2002-04-01  Ville Skytt,Ad(B  <ville.skytta@xemacs.org>  2002-04-01  Ville Skyttä  <ville.skytta@xemacs.org>
12320    
12321          * tcl.el (tcl-imenu-generic-expression): New value.          * tcl.el (tcl-imenu-generic-expression): New value.
12322          (tcl-imenu-create-index-function): Function deleted.          (tcl-imenu-create-index-function): Function deleted.
# Line 12322  Line 12326 
12326          (inferior-tcl-mode): Doc fix.          (inferior-tcl-mode): Doc fix.
12327          Change not legally significant.          Change not legally significant.
12328    
12329  2002-04-01  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-04-01  Pavel Janík  <Pavel@Janik.cz>
12330    
12331          * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.          * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12332    
# Line 12523  Line 12527 
12527          for comments.          for comments.
12528          (xml-lite-in-string-p): Simplify.          (xml-lite-in-string-p): Simplify.
12529    
12530  2002-03-27  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-27  Pavel Janík  <Pavel@Janik.cz>
12531    
12532          * allout.el (outline-layout): Doc fix.          * allout.el (outline-layout): Doc fix.
12533    
# Line 12591  Line 12595 
12595    
12596          * subr.el (substring-no-properties): Function deleted (now in C).          * subr.el (substring-no-properties): Function deleted (now in C).
12597    
12598  2002-03-25  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-25  Pavel Janík  <Pavel@Janik.cz>
12599    
12600          * mwheel.el (mouse-wheel-mode): Use global-set-key and          * mwheel.el (mouse-wheel-mode): Use global-set-key and
12601          global-unset-key.          global-unset-key.
# Line 12632  Line 12636 
12636          fore- and background colors of the faces we create, since facemenu          fore- and background colors of the faces we create, since facemenu
12637          doesn't.          doesn't.
12638    
12639  2002-03-24  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-24  Pavel Janík  <Pavel@Janik.cz>
12640    
12641          * mwheel.el (mouse-wheel-mode): Use the result of          * mwheel.el (mouse-wheel-mode): Use the result of
12642          current-global-map instead of the variable `global-map'.          current-global-map instead of the variable `global-map'.
# Line 12687  Line 12691 
12691          * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter          * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12692          directions as the last action.          directions as the last action.
12693    
12694  2002-03-21  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-21  Pavel Janík  <Pavel@Janik.cz>
12695    
12696          * startup.el (fancy-splash-tail, normal-splash-screen):          * startup.el (fancy-splash-tail, normal-splash-screen):
12697          Update copyright.          Update copyright.
# Line 12875  Line 12879 
12879          <top-level>: Remove the setup for all known codepages: it seems          <top-level>: Remove the setup for all known codepages: it seems
12880          to cause crashes in the CCL driver.          to cause crashes in the CCL driver.
12881    
12882  2002-03-16  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-16  Pavel Janík  <Pavel@Janik.cz>
12883    
12884          * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)          * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12885          (bibtex-entry-field-alist): Doc fix.          (bibtex-entry-field-alist): Doc fix.
# Line 12893  Line 12897 
12897          * files.el (load-completion): New function.          * files.el (load-completion): New function.
12898          (load-library): Use it.          (load-library): Use it.
12899    
12900  2002-03-15  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-15  Pavel Janík  <Pavel@Janik.cz>
12901    
12902          * calendar/cal-french.el (calendar-goto-french-date): Fix prompt          * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12903          to match the actual code.          to match the actual code.
# Line 12972  Line 12976 
12976          (fortran-fill): Don't be confused by ! inside a comment.          (fortran-fill): Don't be confused by ! inside a comment.
12977          (fortran-break-line): Minor cleanup and simplification.          (fortran-break-line): Minor cleanup and simplification.
12978    
12979  2002-03-13  Francesco Potort,Al(B  <pot@gnu.org>  2002-03-13  Francesco Potortì  <pot@gnu.org>
12980    
12981          * progmodes/etags.el (tag-exact-file-name-match-p)          * progmodes/etags.el (tag-exact-file-name-match-p)
12982          (tag-file-name-match-p, tag-partial-file-name-match-p): Use a          (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
# Line 12983  Line 12987 
12987          * ibuffer.el (ibuffer-redisplay-current): Don't move point when          * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12988          redisplaying a line.          redisplaying a line.
12989    
12990  2002-03-12  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2002-03-12  Jan Djärv  <jan.h.d@swipnet.se>
12991    
12992          * term/x-win.el (emacs-session-restore): Take previous id as          * term/x-win.el (emacs-session-restore): Take previous id as
12993          an argument.          an argument.
# Line 13004  Line 13008 
13008          (lisp-indent-defmethod): Use car/cdr instead of first/rest.          (lisp-indent-defmethod): Use car/cdr instead of first/rest.
13009          (lisp-backquote-indentation): New user option.          (lisp-backquote-indentation): New user option.
13010    
13011  2002-03-12  Francesco Potort,Al(B  <pot@gnu.org>  2002-03-12  Francesco Potortì  <pot@gnu.org>
13012    
13013          * progmodes/etags.el (tag-exact-file-name-match-p)          * progmodes/etags.el (tag-exact-file-name-match-p)
13014          (tag-file-name-match-p, tag-partial-file-name-match-p):          (tag-file-name-match-p, tag-partial-file-name-match-p):
# Line 13036  Line 13040 
13040    
13041          * comint.el: Remove documentation on setting up pcomplete.          * comint.el: Remove documentation on setting up pcomplete.
13042    
13043  2002-03-11  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-11  Pavel Janík  <Pavel@Janik.cz>
13044    
13045          * font-lock.el (java-font-lock-extra-types): Add "URL" as separate          * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
13046          item.  Doc fix.          item.  Doc fix.
# Line 13055  Line 13059 
13059    
13060          * play/mpuz.el: Use defface instead of facemenu-get-face.          * play/mpuz.el: Use defface instead of facemenu-get-face.
13061    
13062  2002-03-10  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
13063    
13064          * startup.el (command-line): Add call to emacs-session-restore if          * startup.el (command-line): Add call to emacs-session-restore if
13065          both x-session-id and x-session-previous-id are strings.          both x-session-id and x-session-previous-id are strings.
# Line 13156  Line 13160 
13160          (hif-conditional): New function to evaluate a conditional          (hif-conditional): New function to evaluate a conditional
13161          expression.          expression.
13162    
13163  2002-03-06  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-06  Pavel Janík  <Pavel@Janik.cz>
13164    
13165          * language/czech.el ("Czech"): Fix the documentation.          * language/czech.el ("Czech"): Fix the documentation.
13166    
# Line 13219  Line 13223 
13223          (mode-line-inactive, header-line): Move the `t' section to the          (mode-line-inactive, header-line): Move the `t' section to the
13224          beginning so the `:inherit' setting can be shared.          beginning so the `:inherit' setting can be shared.
13225    
13226  2002-03-04  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-03-04  Pavel Janík  <Pavel@Janik.cz>
13227    
13228          * net/snmp-mode.el: Require tempo when compiling to prevent          * net/snmp-mode.el: Require tempo when compiling to prevent
13229          warnings.  Update copyright notice.          warnings.  Update copyright notice.
# Line 13339  Line 13343 
13343          * font-lock.el (java-font-lock-extra-types):          * font-lock.el (java-font-lock-extra-types):
13344          Match java.net.URL, etc.          Match java.net.URL, etc.
13345    
13346  2002-02-28  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-28  Pavel Janík  <Pavel@Janik.cz>
13347    
13348          * hexl.el (hexl-options): Doc fix.          * hexl.el (hexl-options): Doc fix.
13349          Update Commentary section.          Update Commentary section.
# Line 13619  Line 13623 
13623          * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more          * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
13624          natural paragraph boundaries.  Don't fail at beginning of buffer.          natural paragraph boundaries.  Don't fail at beginning of buffer.
13625    
13626  2002-02-20  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-20  Pavel Janík  <Pavel@Janik.cz>
13627    
13628          * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,          * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
13629          call the argument "arg" to match plain next-line and          call the argument "arg" to match plain next-line and
# Line 13683  Line 13687 
13687          * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when          * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13688          invoked from Rmail with full headers displayed.          invoked from Rmail with full headers displayed.
13689    
13690  2002-02-17  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-02-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13691    
13692          * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks          * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13693          when repeated.          when repeated.
# Line 13699  Line 13703 
13703    
13704          * textmodes/flyspell.el (flyspell): Add to ispell group.          * textmodes/flyspell.el (flyspell): Add to ispell group.
13705    
13706  2002-02-17  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-02-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13707    
13708          * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when          * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13709          repeated.          repeated.
# Line 13723  Line 13727 
13727          * cus-start.el: Add automatic-hscroll-margin and          * cus-start.el: Add automatic-hscroll-margin and
13728          automatic-hscroll-step.          automatic-hscroll-step.
13729    
13730  2002-02-16  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-16  Pavel Janík  <Pavel@Janik.cz>
13731    
13732          * cus-start.el (x-autoselect-window): Allow customization.          * cus-start.el (x-autoselect-window): Allow customization.
13733    
# Line 13820  Line 13824 
13824    
13825          * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.          * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13826    
13827  2002-02-15  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-02-15  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13828    
13829          * simple.el (mark-word): Mark more if repeated.          * simple.el (mark-word): Mark more if repeated.
13830          * textmodes/paragraphs.el (mark-paragraph): Ditto.          * textmodes/paragraphs.el (mark-paragraph): Ditto.
# Line 13921  Line 13925 
13925          * cus-start.el: Don't warn about "x-*" symbols when building a          * cus-start.el: Don't warn about "x-*" symbols when building a
13926          non-GUI version.          non-GUI version.
13927    
13928  2002-02-11  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-11  Pavel Janík  <Pavel@Janik.cz>
13929    
13930          * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):          * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13931          Doc fix.          Doc fix.
# Line 13946  Line 13950 
13950          (dump-charsets, dump-codings): Deleted (obsolete).          (dump-charsets, dump-codings): Deleted (obsolete).
13951          From Dave Love <fx@gnu.org>.          From Dave Love <fx@gnu.org>.
13952    
13953  2002-02-10  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-10  Pavel Janík  <Pavel@Janik.cz>
13954    
13955          * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.          * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13956    
# Line 13969  Line 13973 
13973    
13974          * ediff.el: Typo in comment.          * ediff.el: Typo in comment.
13975    
13976  2002-02-09  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-09  Pavel Janík  <Pavel@Janik.cz>
13977    
13978          * menu-bar.el (menu-bar-options-save): Take care of          * menu-bar.el (menu-bar-options-save): Take care of
13979          line-number-mode and column-number-mode variables.          line-number-mode and column-number-mode variables.
# Line 14046  Line 14050 
14050          * subr.el (global-set-key, local-set-key): Accept a symbol for the          * subr.el (global-set-key, local-set-key): Accept a symbol for the
14051          KEY argument (like define-key).          KEY argument (like define-key).
14052    
14053  2002-02-06  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-06  Pavel Janík  <Pavel@Janik.cz>
14054    
14055          * textmodes/flyspell.el (flyspell-insert-function): Doc fix.          * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
14056    
# Line 14127  Line 14131 
14131          * cus-edit.el (customize-mark-to-save): New function.          * cus-edit.el (customize-mark-to-save): New function.
14132          * menu-bar.el (menu-bar-options-save): Rewrote.          * menu-bar.el (menu-bar-options-save): Rewrote.
14133    
14134  2002-02-05  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-05  Pavel Janík  <Pavel@Janik.cz>
14135    
14136          * cus-start.el (x-use-underline-position-properties):          * cus-start.el (x-use-underline-position-properties):
14137          Allow customization.          Allow customization.
# Line 14160  Line 14164 
14164          * window.el (save-selected-window): Move macro before first use.          * window.el (save-selected-window): Move macro before first use.
14165          (balance-windows): Fix misplaced parenthesis.          (balance-windows): Fix misplaced parenthesis.
14166    
14167  2002-02-03  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-03  Pavel Janík  <Pavel@Janik.cz>
14168    
14169          * calculator.el (calculator-displayers): Doc fixes.          * calculator.el (calculator-displayers): Doc fixes.
14170    
14171  2002-02-03  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-03  Pavel Janík  <Pavel@Janik.cz>
14172    
14173          * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.          * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
14174          (menu-bar-options-save): Save also the value of `display-time-mode'.          (menu-bar-options-save): Save also the value of `display-time-mode'.
# Line 14203  Line 14207 
14207          looking for X-Coding-System header, and restore the pruned state          looking for X-Coding-System header, and restore the pruned state
14208          before returning.          before returning.
14209    
14210  2002-02-02  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-02-02  Pavel Janík  <Pavel@Janik.cz>
14211    
14212          * cus-edit.el (customize-save-variable): Fix typo in prompt.          * cus-edit.el (customize-save-variable): Fix typo in prompt.
14213    
# Line 14292  Line 14296 
14296          * emulation/pc-select.el (pc-select-save-and-set-mode):          * emulation/pc-select.el (pc-select-save-and-set-mode):
14297          Properly use MODE-VAR.          Properly use MODE-VAR.
14298    
14299  2002-01-29  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-29  Pavel Janík  <Pavel@Janik.cz>
14300    
14301          * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs          * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14302          Version" to "About Emacs".          Version" to "About Emacs".
# Line 14309  Line 14313 
14313    
14314          * calendar/calendar.el (generate-calendar-month): Doc fix.          * calendar/calendar.el (generate-calendar-month): Doc fix.
14315    
14316  2002-01-27  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-27  Pavel Janík  <Pavel@Janik.cz>
14317    
14318          * time.el (display-time-mail-directory): New option.          * time.el (display-time-mail-directory): New option.
14319          (display-time-mail-function): Update doc-string.          (display-time-mail-function): Update doc-string.
# Line 14481  Line 14485 
14485          * ibuffer.el: Don't require ibuf-ext at load time.          * ibuffer.el: Don't require ibuf-ext at load time.
14486          (ibuffer): Require ibuf-ext here.          (ibuffer): Require ibuf-ext here.
14487    
14488  2002-01-21  Francesco Potort,Al(B  <pot@gnu.org>  2002-01-21  Francesco Potortì  <pot@gnu.org>
14489    
14490          * generic-x.el (apache-conf-generic-mode): Highlight the first          * generic-x.el (apache-conf-generic-mode): Highlight the first
14491          word in a line even if preceded by blanks.          word in a line even if preceded by blanks.
# Line 14524  Line 14528 
14528          with `byte-compile-dynamic'.          with `byte-compile-dynamic'.
14529          (ibuffer-default-directory, toplevel): Doc files.          (ibuffer-default-directory, toplevel): Doc files.
14530    
14531  2002-01-20  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-20  Pavel Janík  <Pavel@Janik.cz>
14532    
14533          * tempo.el (tempo-define-template): Doc fix.          * tempo.el (tempo-define-template): Doc fix.
14534    
# Line 14541  Line 14545 
14545    
14546          * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.          * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
14547    
14548  2002-01-19  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-19  Pavel Janík  <Pavel@Janik.cz>
14549    
14550          * language/tibet-util.el (tibetan-decompose-region)          * language/tibet-util.el (tibetan-decompose-region)
14551          (tibetan-decompose-string): Fix typo in docstring.          (tibetan-decompose-string): Fix typo in docstring.
# Line 14633  Line 14637 
14637    
14638          * mail/feedmail.el (feedmail): Fix :link spec.          * mail/feedmail.el (feedmail): Fix :link spec.
14639    
14640  2002-01-16  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-16  Pavel Janík  <Pavel@Janik.cz>
14641    
14642          * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version          * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
14643          2 ldapsearch.          2 ldapsearch.
# Line 14715  Line 14719 
14719    
14720          * dired-aux.el (dired-do-shell-command): Doc fix.          * dired-aux.el (dired-do-shell-command): Doc fix.
14721    
14722  2002-01-13  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2002-01-13  Jan Djärv  <jan.h.d@swipnet.se>
14723    
14724          * startup.el (command-line-x-option-alist): New options "-fs",          * startup.el (command-line-x-option-alist): New options "-fs",
14725          "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".          "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
# Line 14750  Line 14754 
14754          (comint-send-input): New arg NO-NEWLINE.          (comint-send-input): New arg NO-NEWLINE.
14755          (comint-send-eof): Call comint-send-eof with NO-NEWLINE.          (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14756    
14757  2002-01-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-12  Pavel Janík  <Pavel@Janik.cz>
14758    
14759          * textmodes/flyspell.el (flyspell-check-pre-word-p):          * textmodes/flyspell.el (flyspell-check-pre-word-p):
14760          Prevent delaying when executing keyboard macros.          Prevent delaying when executing keyboard macros.
# Line 14835  Line 14839 
14839    
14840          * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.          * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14841    
14842  2002-01-08  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-08  Pavel Janík  <Pavel@Janik.cz>
14843    
14844          * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):          * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14845          Do not use make-local-hook.          Do not use make-local-hook.
# Line 14851  Line 14855 
14855    
14856          * ediff-hook.el: Add an autoload cookie.          * ediff-hook.el: Add an autoload cookie.
14857    
14858  2002-01-08  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-08  Pavel Janík  <Pavel@Janik.cz>
14859    
14860          * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail          * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
14861          address of the author.          address of the author.
# Line 14963  Line 14967 
14967          * help-fns.el (describe-variable, describe-function):          * help-fns.el (describe-variable, describe-function):
14968          Do save-excursion.          Do save-excursion.
14969    
14970  2002-01-06  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-06  Pavel Janík  <Pavel@Janik.cz>
14971    
14972          * net/ldap.el (ldap-search-internal): Skip error message from          * net/ldap.el (ldap-search-internal): Skip error message from
14973          ldapsearch.  Allow listing attribute names only.  Do not open          ldapsearch.  Allow listing attribute names only.  Do not open
# Line 14987  Line 14991 
14991          * net/eudcb-ldap.el (eudc-attribute-display-method-alist):          * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14992          Use proper attribute name labeledUri instead of deprecated labeledUrl.          Use proper attribute name labeledUri instead of deprecated labeledUrl.
14993    
14994  2002-01-05  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-05  Pavel Janík  <Pavel@Janik.cz>
14995    
14996          * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when          * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14997          editing an empty hotlist.          editing an empty hotlist.
# Line 15048  Line 15052 
15052    
15053          * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.          * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
15054    
15055  2002-01-04  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-04  Pavel Janík  <Pavel@Janik.cz>
15056    
15057          * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.          * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
15058          (ldap-ignore-attribute-codings): Change the default value to allow          (ldap-ignore-attribute-codings): Change the default value to allow
# Line 15078  Line 15082 
15082          does not exist, call mail-recover-1 to allow recovery from past          does not exist, call mail-recover-1 to allow recovery from past
15083          auto-saved drafts.          auto-saved drafts.
15084    
15085  2002-01-03  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-03  Pavel Janík  <Pavel@Janik.cz>
15086    
15087          * time.el (display-time-load-average-threshold): Fix defcustom          * time.el (display-time-load-average-threshold): Fix defcustom
15088          (add type and group).          (add type and group).
# Line 15197  Line 15201 
15201          * bindings.el (function-key-map): Don't bind shifted keypad          * bindings.el (function-key-map): Don't bind shifted keypad
15202          numeric keys.          numeric keys.
15203    
15204  2002-01-02  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2002-01-02  Pavel Janík  <Pavel@Janik.cz>
15205    
15206          * enriched.el (enriched-handle-display-prop): Remove unused variables.          * enriched.el (enriched-handle-display-prop): Remove unused variables.
15207          (enriched-mode): Doc fix.          (enriched-mode): Doc fix.
# Line 15233  Line 15237 
15237          * cus-edit.el (custom-face-edit-fix-value): New function.          * cus-edit.el (custom-face-edit-fix-value): New function.
15238          (custom-face-edit): Use it, to convert :italic and :bold to new forms.          (custom-face-edit): Use it, to convert :italic and :bold to new forms.
15239    
15240  2001-12-30  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-30  Pavel Janík  <Pavel@Janik.cz>
15241    
15242          * progmodes/octave-mod.el (octave-abbrev-table):          * progmodes/octave-mod.el (octave-abbrev-table):
15243          * progmodes/idlwave.el (idlwave-mode-abbrev-table):          * progmodes/idlwave.el (idlwave-mode-abbrev-table):
# Line 15363  Line 15367 
15367    
15368          * international/fontset.el: Don't require ind-util when compiling.          * international/fontset.el: Don't require ind-util when compiling.
15369    
15370  2001-12-25  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-25  Pavel Janík  <Pavel@Janik.cz>
15371    
15372          * emulation/tpu-edt.el (tpu-reset-screen-size):          * emulation/tpu-edt.el (tpu-reset-screen-size):
15373          Use set-frame-height and set-frame-width instead of set-screen-height          Use set-frame-height and set-frame-width instead of set-screen-height
# Line 15451  Line 15455 
15455          * play/yow.el (yow): Use an arg to distinguish interactive calls,          * play/yow.el (yow): Use an arg to distinguish interactive calls,
15456          not interactive-p.          not interactive-p.
15457    
15458  2001-12-22  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-22  Pavel Janík  <Pavel@Janik.cz>
15459    
15460          * emacs-lisp/elint.el (elint-unknown-builtin-args):          * emacs-lisp/elint.el (elint-unknown-builtin-args):
15461          Remove mocklisp entries.          Remove mocklisp entries.
# Line 15477  Line 15481 
15481          * textmodes/refill.el (refill-mode): Don't barf when redundantly          * textmodes/refill.el (refill-mode): Don't barf when redundantly
15482          turning refill-mode off.          turning refill-mode off.
15483    
15484  2001-12-22  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-22  Pavel Janík  <Pavel@Janik.cz>
15485    
15486          * time.el (display-time-load-average-threshold): New variable.          * time.el (display-time-load-average-threshold): New variable.
15487          (display-time-update): Use it.          (display-time-update): Use it.
# Line 15620  Line 15624 
15624          (print-coding-system-briefly): Make printed output have a similar          (print-coding-system-briefly): Make printed output have a similar
15625          format as describe-character-set.          format as describe-character-set.
15626    
15627  2001-12-20  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-20  Pavel Janík  <Pavel@Janik.cz>
15628    
15629          * play/blackbox.el (bb-member): Remove, use member instead.          * play/blackbox.el (bb-member): Remove, use member instead.
15630          (bb-delete): Remove, use delete instead.          (bb-delete): Remove, use delete instead.
# Line 15654  Line 15658 
15658    
15659          * international/fontset.el: Require `ind-util' when compiling.          * international/fontset.el: Require `ind-util' when compiling.
15660    
15661  2001-12-18  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-18  Pavel Janík  <Pavel@Janik.cz>
15662    
15663          * language/ethio-util.el (ethio-modify-vowel): Use char-to-string          * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15664          instead of decompose-composite-char.          instead of decompose-composite-char.
# Line 15872  Line 15876 
15876    
15877          * newcomment.el (comment-indent): Jump to the middle of empty comments.          * newcomment.el (comment-indent): Jump to the middle of empty comments.
15878    
15879  2001-12-14  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-14  Pavel Janík  <Pavel@Janik.cz>
15880    
15881          * select.el (xselect-convert-to-class, xselect-convert-to-name):          * select.el (xselect-convert-to-class, xselect-convert-to-name):
15882          Document.          Document.
# Line 15920  Line 15924 
15924          * international/mule.el (set-auto-coding): Don't search for          * international/mule.el (set-auto-coding): Don't search for
15925          "unibyte:" or "coding:" if set-auto-mode-1 returns nil.          "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15926    
15927  2001-12-13  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-13  Pavel Janík  <Pavel@Janik.cz>
15928    
15929          * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.          * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15930    
# Line 15976  Line 15980 
15980          * language/european.el: Remove autoload cookies.  Fix registration          * language/european.el: Remove autoload cookies.  Fix registration
15981          of diacritic composition function.          of diacritic composition function.
15982    
15983  2001-12-11  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-11  Pavel Janík  <Pavel@Janik.cz>
15984    
15985          * calendar/todo-mode.el: Require time-stamp.          * calendar/todo-mode.el: Require time-stamp.
15986    
# Line 16033  Line 16037 
16037          Use `select-frame-set-input-focus'--needed when window manager          Use `select-frame-set-input-focus'--needed when window manager
16038          uses "click to focus" policy.          uses "click to focus" policy.
16039    
16040  2001-12-09  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-09  Pavel Janík  <Pavel@Janik.cz>
16041    
16042          * COPYING: Moved back.          * COPYING: Moved back.
16043    
# Line 16182  Line 16186 
16186          * textmodes/picture.el (picture-mode-map): Don't use defconst          * textmodes/picture.el (picture-mode-map): Don't use defconst
16187          for a variable.          for a variable.
16188    
16189  2001-12-02  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-12-02  Pavel Janík  <Pavel@Janik.cz>
16190    
16191          * textmodes/reftex-index.el (reftex-index-mode):          * textmodes/reftex-index.el (reftex-index-mode):
16192          Remove make-local-hook.          Remove make-local-hook.
# Line 16247  Line 16251 
16251    
16252          * man.el (Man-build-section-alist): Remove last Man-match-substring.          * man.el (Man-build-section-alist): Remove last Man-match-substring.
16253    
16254  2001-11-30  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2001-11-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16255    
16256          * textmodes/paragraphs.el (mark-paragraph): Clarify doc.          * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
16257          Clarify error message.          Clarify error message.
16258    
16259  2001-11-29  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2001-11-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16260    
16261          * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.          * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16262    
# Line 16306  Line 16310 
16310          (Info-index): Use it.  Add completion to the interactive spec.          (Info-index): Use it.  Add completion to the interactive spec.
16311          (Info-menu-update): Simplify call to `Info-complete-menu-item'.          (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16312    
16313  2001-11-29  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-29  Pavel Janík  <Pavel@Janik.cz>
16314    
16315          * COPYING: Removed.          * COPYING: Removed.
16316    
# Line 16323  Line 16327 
16327          (register-char-codings): Use it to cope with generic chars in          (register-char-codings): Use it to cope with generic chars in
16328          safe-chars.          safe-chars.
16329    
16330  2001-11-29  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-29  Pavel Janík  <Pavel@Janik.cz>
16331    
16332          * play/blackbox.el (blackbox-mode, blackbox): Doc fix.          * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16333    
# Line 16467  Line 16471 
16471          * frame.el (show-trailing-whitespace): Remove :set argument (the          * frame.el (show-trailing-whitespace): Remove :set argument (the
16472          value was essentially identical to the defalt).          value was essentially identical to the defalt).
16473    
16474  2001-11-26  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-26  Pavel Janík  <Pavel@Janik.cz>
16475    
16476          * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.          * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16477    
# Line 16531  Line 16535 
16535    
16536          * help-funs.el (describe-syntax): Put (interactive) after doc string.          * help-funs.el (describe-syntax): Put (interactive) after doc string.
16537    
16538  2001-11-26  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-26  Pavel Janík  <Pavel@Janik.cz>
16539    
16540          * international/quail.el (quail-help): Require help-mode in          * international/quail.el (quail-help): Require help-mode in
16541          top-level instead.          top-level instead.
# Line 16602  Line 16606 
16606          * language/devan-util.el: Comment out parts of the file          * language/devan-util.el: Comment out parts of the file
16607          which apparently are garbled.          which apparently are garbled.
16608    
16609  2001-11-25  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-25  Pavel Janík  <Pavel@Janik.cz>
16610    
16611          * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use          * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
16612          insert-string.          insert-string.
16613    
16614  2001-11-25  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-25  Pavel Janík  <Pavel@Janik.cz>
16615    
16616          * play/snake.el (snake-mode): Remove make-local-hook.          * play/snake.el (snake-mode): Remove make-local-hook.
16617    
# Line 16685  Line 16689 
16689          to avoid name clashes.  Fix `lisp-indent-function' property for          to avoid name clashes.  Fix `lisp-indent-function' property for
16690          both.          both.
16691    
16692  2001-11-23  Francesco Potort,Al(B  <pot@gnu.org>  2001-11-23  Francesco Potortì  <pot@gnu.org>
16693    
16694          * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.          * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16695    
# Line 16734  Line 16738 
16738    
16739          * international/encoded-kb.el: Don't alter minor-map-alist.          * international/encoded-kb.el: Don't alter minor-map-alist.
16740    
16741  2001-11-20  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2001-11-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16742    
16743          * files.el (auto-save-file-name-transforms): Put remote files in          * files.el (auto-save-file-name-transforms): Put remote files in
16744          temporary-file-directory rather than /tmp.          temporary-file-directory rather than /tmp.
# Line 17092  Line 17096 
17096          Don't recognize a "telephone number" at the beginning of the name.          Don't recognize a "telephone number" at the beginning of the name.
17097          (mail-extr-leading-garbage): Match non-word characters only.          (mail-extr-leading-garbage): Match non-word characters only.
17098    
17099  2001-11-16  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-16  Pavel Janík  <Pavel@Janik.cz>
17100    
17101          * startup.el (command-line-processed): Doc fix.          * startup.el (command-line-processed): Doc fix.
17102    
# Line 17120  Line 17124 
17124          (multiple-value-apply, nth-value): Use defsubst rather than defalias          (multiple-value-apply, nth-value): Use defsubst rather than defalias
17125          to get better doc strings.          to get better doc strings.
17126    
17127  2001-11-15  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-15  Pavel Janík  <Pavel@Janik.cz>
17128    
17129          * derived.el: Fix autoload cookie.          * derived.el: Fix autoload cookie.
17130    
# Line 17315  Line 17319 
17319          (log-view-current-tag): Take an optional `where' arg.          (log-view-current-tag): Take an optional `where' arg.
17320          (log-view-diff): New user command.          (log-view-diff): New user command.
17321    
17322  2001-11-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-12  Pavel Janík  <Pavel@Janik.cz>
17323    
17324          * progmodes/cpp.el (cpp-choose-face): Fix typo.          * progmodes/cpp.el (cpp-choose-face): Fix typo.
17325    
# Line 17355  Line 17359 
17359          * calc/calc-ext.el (calc-init-extensions): Update autoload names          * calc/calc-ext.el (calc-init-extensions): Update autoload names
17360          to match files renamed on initial calc import.          to match files renamed on initial calc import.
17361    
17362  2001-11-12  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-12  Pavel Janík  <Pavel@Janik.cz>
17363    
17364          * textmodes/flyspell.el (flyspell-default-dictionary):          * textmodes/flyspell.el (flyspell-default-dictionary):
17365          Fix previous change.          Fix previous change.
# Line 17398  Line 17402 
17402  2001-11-11  Colin Walters  <walters@verbum.org>  2001-11-11  Colin Walters  <walters@verbum.org>
17403    
17404          The following changes are based on patches from          The following changes are based on patches from
17405          Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann          Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann
17406          <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.          <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17407    
17408          * calc/calc.el (toplevel): Require calc-macs.          * calc/calc.el (toplevel): Require calc-macs.
# Line 17467  Line 17471 
17471          (radio-button-choice): Ditto.          (radio-button-choice): Ditto.
17472          (editable-list): Ditto.          (editable-list): Ditto.
17473    
17474  2001-11-09  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-11-09  Pavel Janík  <Pavel@Janik.cz>
17475    
17476          * play/gomoku.el: Move definitions of constants to the beginning          * play/gomoku.el: Move definitions of constants to the beginning
17477          of file, before their use.          of file, before their use.
# Line 17743  Line 17747 
17747          (debugger-setup-buffer): Call it.          (debugger-setup-buffer): Call it.
17748          (debugger-mode-map): Bind RET and mouse-2.          (debugger-mode-map): Bind RET and mouse-2.
17749    
17750  2001-10-31  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-10-31  Pavel Janík  <Pavel@Janik.cz>
17751    
17752          * startup.el: Document command line option --no-window-system          * startup.el: Document command line option --no-window-system
17753          instead of --no-windows.          instead of --no-windows.
# Line 17886  Line 17890 
17890          Report numbers of files skipped and failed too.          Report numbers of files skipped and failed too.
17891          (byte-compile-file): Return 'no-byte-compile for skipped files.          (byte-compile-file): Return 'no-byte-compile for skipped files.
17892    
17893  2001-10-29  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2001-10-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17894    
17895          * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'          * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17896          and `M p'.          and `M p'.
# Line 18236  Line 18240 
18240          * progmodes/compile.el (compilation-set-window-height):          * progmodes/compile.el (compilation-set-window-height):
18241          Select old window only if it's still live.          Select old window only if it's still live.
18242    
18243  2001-10-22  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-10-22  Pavel Janík  <Pavel@Janik.cz>
18244    
18245          * help-mode.el (help-buffer): Remove debugging code.          * help-mode.el (help-buffer): Remove debugging code.
18246          From Stefan Monnier <monnier@cs.yale.edu>.          From Stefan Monnier <monnier@cs.yale.edu>.

Legend:
Removed from v.1.4896  
changed lines
  Added in v.1.4897

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26