emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 13 Aug 2002 13:55:18 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4208 emacs/lisp/ChangeLog:1.4209
*** emacs/lisp/ChangeLog:1.4208 Mon Aug 12 13:24:17 2002
--- emacs/lisp/ChangeLog        Mon Aug 12 18:53:46 2002
***************
*** 1,3 ****
--- 1,7 ----
+ 2002-08-12  Stefan Monnier  <address@hidden>
+ 
+       * newcomment.el (comment-region): Force `lines' when `block' is set.
+ 
  2002-08-12  Richard M. Stallman  <address@hidden>
  
        * textmodes/page-ext.el (pages-target-buffer): Add defvar.
***************
*** 10,26 ****
  2002-08-12  Stefan Monnier  <address@hidden>
  
        * scroll-all.el (scroll-all-mode): Use define-minor-mode.
!       (scroll-all-mode): defcustom deleted.
!       (running-xemacs): Variable deleted.
        (minor-mode-alist): Don't manipulate it directly.
!       
  2002-08-10  Kenichi Handa  <address@hidden>
  
!       * international/mule-cmds.el (search-unencodable-char): New
!       function.
        (select-safe-coding-system): Show unencodable characters.
!       (unencodable-char-position): Deleted, and implemented by C in
!       coding.c.
  
  2002-04-09  John Wiegley  <address@hidden>
  
--- 14,28 ----
  2002-08-12  Stefan Monnier  <address@hidden>
  
        * scroll-all.el (scroll-all-mode): Use define-minor-mode.
!       (scroll-all-mode) <defcustom>: Delete.
!       (running-xemacs): Delete.
        (minor-mode-alist): Don't manipulate it directly.
! 
  2002-08-10  Kenichi Handa  <address@hidden>
  
!       * international/mule-cmds.el (search-unencodable-char): New function.
        (select-safe-coding-system): Show unencodable characters.
!       (unencodable-char-position): Deleted, and implemented in C in coding.c.
  
  2002-04-09  John Wiegley  <address@hidden>
  
***************
*** 48,56 ****
  
  2002-08-08  Richard M. Stallman  <address@hidden>
  
!       * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive) 
!       (checkdoc-message-interactive, checkdoc-interactive-loop) 
!       (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments) 
        (checkdoc-defun):
        Update checkdoc-spellcheck-documentation-flag correctly.
        (checkdoc-ispell-docstring-engine): Don't test for
--- 50,58 ----
  
  2002-08-08  Richard M. Stallman  <address@hidden>
  
!       * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
!       (checkdoc-message-interactive, checkdoc-interactive-loop)
!       (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
        (checkdoc-defun):
        Update checkdoc-spellcheck-documentation-flag correctly.
        (checkdoc-ispell-docstring-engine): Don't test for
***************
*** 61,67 ****
        * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
  
        * wid-browse.el (widget-minor-mode): Fix doc typo.
!       
  2002-08-07  Kai Gro,b_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.12 released.
--- 63,69 ----
        * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
  
        * wid-browse.el (widget-minor-mode): Fix doc typo.
! 
  2002-08-07  Kai Gro,b_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.12 released.
***************
*** 80,92 ****
  
  2002-08-07  Richard M. Stallman  <address@hidden>
  
!       * warnings.el (warning-prefix-function, warning-series) 
        (warning-fill-prefix, warning-group-format): Add autoload cookies.
  
  2002-08-07  Kenichi Handa  <address@hidden>
  
!       * international/mule-cmds.el (select-safe-coding-system): Call
!       pop-to-buffer inside save-window-excursion and save-excursion.
  
  2002-08-06  John Paul Wallington  <address@hidden>
  
--- 82,94 ----
  
  2002-08-07  Richard M. Stallman  <address@hidden>
  
!       * warnings.el (warning-prefix-function, warning-series)
        (warning-fill-prefix, warning-group-format): Add autoload cookies.
  
  2002-08-07  Kenichi Handa  <address@hidden>
  
!       * international/mule-cmds.el (select-safe-coding-system):
!       Call pop-to-buffer inside save-window-excursion and save-excursion.
  
  2002-08-06  John Paul Wallington  <address@hidden>
  
***************
*** 99,105 ****
        and `mail-user-agent' instead of straight sendmail.
        (diary-modified, diary-entries-list, displayed-year)
        (displayed-month, entry, date, number, date-string, d-file)
!       (original-date): defvar without binding to avoid compiler warnings.
  
  2002-08-05  Alan Shutko  <address@hidden>
  
--- 101,107 ----
        and `mail-user-agent' instead of straight sendmail.
        (diary-modified, diary-entries-list, displayed-year)
        (displayed-month, entry, date, number, date-string, d-file)
!       (original-date): Defvar without binding to avoid compiler warnings.
  
  2002-08-05  Alan Shutko  <address@hidden>
  
***************
*** 143,150 ****
  2002-08-05  Kai Gro,b_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.11 released.
!       (tramp-perl-file-attributes): Print uid and gid as signed
!       integers.
        (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
        Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
        calling Tramp again.
--- 145,151 ----
  2002-08-05  Kai Gro,b_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.11 released.
!       (tramp-perl-file-attributes): Print uid and gid as signed integers.
        (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
        Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
        calling Tramp again.
***************
*** 167,174 ****
  
        * net/tramp.el: Version 2.0.10 released.
        (tramp-uudecode): New shell function `tramp_uudecode' to decode to
!       standard output even if `uudecode -p' and `uudecode -o -' don't
!       work.
        (tramp-post-connection): After finding the right shell, wait a
        bit.  This is a kludge to avoid a race condition, even though I
        don't understand why there is a race condition in the first place.
--- 168,174 ----
  
        * net/tramp.el: Version 2.0.10 released.
        (tramp-uudecode): New shell function `tramp_uudecode' to decode to
!       standard output even if `uudecode -p' and `uudecode -o -' don't work.
        (tramp-post-connection): After finding the right shell, wait a
        bit.  This is a kludge to avoid a race condition, even though I
        don't understand why there is a race condition in the first place.
***************
*** 184,191 ****
        report.
        (tramp-find-shell): Set $PS1 for invocation of second shell (for
        tilde expansion).
!       (tramp-find-shell): Shell prompt must match at end of buffer.  Do
!       this also for fallback shell prompt.
        (tramp-find-shell): More debugging output.
        (tramp-find-inline-encoding): When checking the decoding command,
        some commands fail when reading from /dev/null.  So we pass a
--- 184,191 ----
        report.
        (tramp-find-shell): Set $PS1 for invocation of second shell (for
        tilde expansion).
!       (tramp-find-shell): Shell prompt must match at end of buffer.
!       Do this also for fallback shell prompt.
        (tramp-find-shell): More debugging output.
        (tramp-find-inline-encoding): When checking the decoding command,
        some commands fail when reading from /dev/null.  So we pass a
***************
*** 224,231 ****
  
        * net/tramp.el: Version 2.0.6.
        (tramp-default-method): Change to "ssh" from "sm".
!       (tramp-wrong-passwd-regexp): Restructure.  Add additional
!       alternative.
        (tramp-su-program): New internal variable for method parameter.
        (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
        New variables.  Very short Perl one-liner, but requires Perl
--- 224,230 ----
  
        * net/tramp.el: Version 2.0.6.
        (tramp-default-method): Change to "ssh" from "sm".
!       (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
        (tramp-su-program): New internal variable for method parameter.
        (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
        New variables.  Very short Perl one-liner, but requires Perl
***************
*** 240,247 ****
        twice, once is enough.
        (tramp-action-permission-denied): Show *tramp/foo* buffer so the
        user knows what's wrong.
!       (tramp-post-connection): Support the two Perl encoders and
!       decoders.
        (tramp-coding-commands): Ditto.  Add some todo items.
  
  2002-08-02  Richard M. Stallman  <address@hidden>
--- 239,245 ----
        twice, once is enough.
        (tramp-action-permission-denied): Show *tramp/foo* buffer so the
        user knows what's wrong.
!       (tramp-post-connection): Support the two Perl encoders and decoders.
        (tramp-coding-commands): Ditto.  Add some todo items.
  
  2002-08-02  Richard M. Stallman  <address@hidden>
***************
*** 271,278 ****
  
  2002-07-31  John Paul Wallington  <address@hidden>
  
!       * ibuffer.el (ibuffer-fontification-alist): Use
!       `font-lock-constant-face' instead of `font-lock-reference-face'.
  
  2002-07-31  John Wiegley  <address@hidden>
  
--- 269,276 ----
  
  2002-07-31  John Paul Wallington  <address@hidden>
  
!       * ibuffer.el (ibuffer-fontification-alist):
!       Use `font-lock-constant-face' instead of `font-lock-reference-face'.
  
  2002-07-31  John Wiegley  <address@hidden>
  
***************
*** 311,324 ****
  
        * makefile.w32-in: Revert some changes from 2002-07-23 because they
        don't work on MSVC/nmake builds.
!       (update-subdirs-CMD): Generate the right list of subdirectories.  From
!       Tak Ota <address@hidden>.
  
  2002-07-30  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: New version 2.0.5.
!       (tramp-methods): Remove inline encoding method parameters.  The
!       encoding is now autodetected.  Also shorten the list of
        methods (u/m distinction gone) and rename the remaining methods to
        have longer, but more mnemonic, names.
        (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
--- 309,322 ----
  
        * makefile.w32-in: Revert some changes from 2002-07-23 because they
        don't work on MSVC/nmake builds.
!       (update-subdirs-CMD): Generate the right list of subdirectories.
!       From Tak Ota <address@hidden>.
  
  2002-07-30  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: New version 2.0.5.
!       (tramp-methods): Remove inline encoding method parameters.
!       The encoding is now autodetected.  Also shorten the list of
        methods (u/m distinction gone) and rename the remaining methods to
        have longer, but more mnemonic, names.
        (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
***************
*** 336,381 ****
        (tramp-last-cmd-time): New variable.  If nothing has been sent to
        remote end for 60 seconds, look to see if the remote end is still
        alive.
!       (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.  It
!       didn't work.
        (tramp-perl-encode, tramp-perl-decode): New variables, these
        require the MIME::Base64 module on the remote end.
        (tramp-handle-file-attributes): Restructure logic.
        (tramp-handle-file-attributes-with-ls)
        (tramp-handle-file-attributes-with-perl): More debugging.
!       (tramp-handle-directory-files): Grok fifth arg `files-only' for
!       XEmacs.
        (tramp-handle-make-directory, tramp-handle-delete-directory)
!       (tramp-handle-delete-file, tramp-handle-insert-directory): Expand
!       file name.
        (tramp-handle-shell-command): Use `when', not `if'.
!       (tramp-handle-file-local-copy, tramp-handle-write-region): Adapt
!       to autodetection of inline encoding.
        (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
        variable ange-ftp-name-format is defined before binding it.
        (tramp-action-login, tramp-action-password, tramp-action-succeed)
!       (tramp-action-permission-denied, tramp-action-yesno): Functions
!       called from `tramp-actions-before-shell'.
        (tramp-multi-action-login, tramp-multi-action-password)
!       (tramp-multi-action-succeed)
!       (tramp-multi-action-permission-denied): Functions called from
!       `tramp-multi-actions'.
!       (tramp-process-one-action, tramp-process-actions): Pattern
!       matching and action invocation code for
        `tramp-actions-before-shell'.
        (tramp-process-one-multi-action, tramp-process-multi-actions):
        Same for `tramp-multi-actions'.
        (tramp-open-connection-telnet, tramp-open-connection-rsh)
!       (tramp-open-connection-su): Process actions instead of hardwired
!       logic.
        (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
        (tramp-multi-connect-su): Ditto.
        (tramp-post-connection): New method for tramp_encode and
        tramp_decode scripts.
        (tramp-post-connection): Invoke inline autodetection code.
        (tramp-coding-commands): List of inline codings.
!       (tramp-find-inline-encoding): This is the inline autodetection
!       code.
        (tramp-maybe-open-connection): If nothing was sent to connection
        for 60 seconds, look if it connection is still alive.
        (tramp-send-command): Remember that something was sent to the
--- 334,375 ----
        (tramp-last-cmd-time): New variable.  If nothing has been sent to
        remote end for 60 seconds, look to see if the remote end is still
        alive.
!       (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
!       It didn't work.
        (tramp-perl-encode, tramp-perl-decode): New variables, these
        require the MIME::Base64 module on the remote end.
        (tramp-handle-file-attributes): Restructure logic.
        (tramp-handle-file-attributes-with-ls)
        (tramp-handle-file-attributes-with-perl): More debugging.
!       (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
        (tramp-handle-make-directory, tramp-handle-delete-directory)
!       (tramp-handle-delete-file, tramp-handle-insert-directory):
!       Expand file name.
        (tramp-handle-shell-command): Use `when', not `if'.
!       (tramp-handle-file-local-copy, tramp-handle-write-region):
!       Adapt to autodetection of inline encoding.
        (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
        variable ange-ftp-name-format is defined before binding it.
        (tramp-action-login, tramp-action-password, tramp-action-succeed)
!       (tramp-action-permission-denied, tramp-action-yesno):
!       Functions called from `tramp-actions-before-shell'.
        (tramp-multi-action-login, tramp-multi-action-password)
!       (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
!       Functions called from `tramp-multi-actions'.
!       (tramp-process-one-action, tramp-process-actions):
!       Pattern matching and action invocation code for
        `tramp-actions-before-shell'.
        (tramp-process-one-multi-action, tramp-process-multi-actions):
        Same for `tramp-multi-actions'.
        (tramp-open-connection-telnet, tramp-open-connection-rsh)
!       (tramp-open-connection-su): Process actions instead of hardwired logic.
        (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
        (tramp-multi-connect-su): Ditto.
        (tramp-post-connection): New method for tramp_encode and
        tramp_decode scripts.
        (tramp-post-connection): Invoke inline autodetection code.
        (tramp-coding-commands): List of inline codings.
!       (tramp-find-inline-encoding): This is the inline autodetection code.
        (tramp-maybe-open-connection): If nothing was sent to connection
        for 60 seconds, look if it connection is still alive.
        (tramp-send-command): Remember that something was sent to the
***************
*** 385,392 ****
        (tramp-get-encoding-command, tramp-set-encoding-command)
        (tramp-get-decoding-command, tramp-set-decoding-command)
        (tramp-get-encoding-function, tramp-set-encoding-function)
!       (tramp-get-decoding-function, tramp-set-decoding-function): Use
!       for results of inline autodetection.
        (tramp-get-encoding-command, tramp-get-decoding-command)
        (tramp-get-encoding-function, tramp-get-decoding-function):
        Remove these old functions.
--- 379,386 ----
        (tramp-get-encoding-command, tramp-set-encoding-command)
        (tramp-get-decoding-command, tramp-set-decoding-command)
        (tramp-get-encoding-function, tramp-set-encoding-function)
!       (tramp-get-decoding-function, tramp-set-decoding-function):
!       Use for results of inline autodetection.
        (tramp-get-encoding-command, tramp-get-decoding-command)
        (tramp-get-encoding-function, tramp-get-decoding-function):
        Remove these old functions.
***************
*** 396,403 ****
        * language/indian.el (in-is13194): Give correct `safe-chars' property.
        (devanagari): Define it as an alias of in-is13194.
  
!       * international/mule.el (safe-chars): Put
!       `char-table-extra-slots' property with value 0.
  
        * files.el (revert-buffer): Fix previous change.
  
--- 390,397 ----
        * language/indian.el (in-is13194): Give correct `safe-chars' property.
        (devanagari): Define it as an alias of in-is13194.
  
!       * international/mule.el (safe-chars):
!       Put `char-table-extra-slots' property with value 0.
  
        * files.el (revert-buffer): Fix previous change.
  
***************
*** 479,486 ****
  
  2002-07-25  Markus Rost  <address@hidden>
  
!       * ediff-wind.el (ediff-window-setup-function): Extend type
!       declaration.
  
  2002-07-25  Sam Steingold  <address@hidden>
  
--- 473,479 ----
  
  2002-07-25  Markus Rost  <address@hidden>
  
!       * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
  
  2002-07-25  Sam Steingold  <address@hidden>
  
***************
*** 501,508 ****
  
  2002-07-25  Sam Steingold  <address@hidden>
  
!       * progmodes/cc-engine.el (c-search-uplist-for-classkey): When
!       `search-end' is a cons, use its car.
  
  2002-07-25  Dave Love  <address@hidden>
  
--- 494,501 ----
  
  2002-07-25  Sam Steingold  <address@hidden>
  
!       * progmodes/cc-engine.el (c-search-uplist-for-classkey):
!       When `search-end' is a cons, use its car.
  
  2002-07-25  Dave Love  <address@hidden>
  
***************
*** 510,525 ****
  
  2002-07-25  Carsten Dominik  <address@hidden>
  
!       * textmodes/reftex.el (reftex-compile-variables): Simplified
!       regular expression.
  
        * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
        Simplified the regexp.
  
!       * textmodes/reftex-cite.el (reftex-get-bibkey-default): New
!       function.
!       (reftex-extract-bib-entries-from-thebibliography): Use
!       `reftex-get-bibkey-default' to get a default regex.
        (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
        get a default regex.
  
--- 503,517 ----
  
  2002-07-25  Carsten Dominik  <address@hidden>
  
!       * textmodes/reftex.el (reftex-compile-variables):
!       Simplified regular expression.
  
        * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
        Simplified the regexp.
  
!       * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
!       (reftex-extract-bib-entries-from-thebibliography):
!       Use `reftex-get-bibkey-default' to get a default regex.
        (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
        get a default regex.
  
***************
*** 529,535 ****
        * textmodes/reftex-index.el (reftex-index-mode): Likewise.
  
        * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
!       (reftex-select-bib-mode): Likewise
  
  2002-07-25  Colin Walters  <address@hidden>
  
--- 521,527 ----
        * textmodes/reftex-index.el (reftex-index-mode): Likewise.
  
        * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
!       (reftex-select-bib-mode): Likewise.
  
  2002-07-25  Colin Walters  <address@hidden>
  
***************
*** 603,610 ****
  
  2002-07-22  Markus Rost  <address@hidden>
  
!       * add-log.el (add-log-mailing-address): Fix type.  Can be a
!       string.
  
        * ido.el (ido-separator): Fix type.
  
--- 595,601 ----
  
  2002-07-22  Markus Rost  <address@hidden>
  
!       * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
  
        * ido.el (ido-separator): Fix type.
  
***************
*** 681,699 ****
  
  2002-07-22  Carsten Dominik  <address@hidden>
  
!       * textmodes/reftex-vars.el (reftex-index-verify-function): New
!       option.
        (reftex-bibliography-commands): New option.
        (reftex-toc-split-windows-horizontally): New option
        (reftex-toc-split-windows-horizontally-fraction): New option
        (reftex-include-file-commands): New option.
        (reftex-cite-format-builtin): Added ?n for nocite.
  
!       * textmodes/reftex-index.el (reftex-query-index-phrase): Use
!       `reftex-index-verify-function'.
  
!       * textmodes/reftex-toc.el (reftex-re-enlarge): Handle horizontal
!       splitting.
        (reftex-toc): Handle horizontal splitting
        (reftex-last-window-width): New variable.
  
--- 672,689 ----
  
  2002-07-22  Carsten Dominik  <address@hidden>
  
!       * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
        (reftex-bibliography-commands): New option.
        (reftex-toc-split-windows-horizontally): New option
        (reftex-toc-split-windows-horizontally-fraction): New option
        (reftex-include-file-commands): New option.
        (reftex-cite-format-builtin): Added ?n for nocite.
  
!       * textmodes/reftex-index.el (reftex-query-index-phrase):
!       Use `reftex-index-verify-function'.
  
!       * textmodes/reftex-toc.el (reftex-re-enlarge):
!       Handle horizontal splitting.
        (reftex-toc): Handle horizontal splitting
        (reftex-last-window-width): New variable.
  
***************
*** 702,731 ****
        (reftex-locate-bibliography-files): Regexp relaxed to allow for
        cases where \bibliography is not the first thing on the line.
  
!       * textmodes/reftex.el (reftex-compile-variables): Use
!       `reftex-include-file-commands'.
        (reftex-type-query-prompt): Changed defconst to defvar.
!       (reftex-type-query-help): likewise
!       (reftex-typekey-to-format-alist): likewise
!       (reftex-typekey-to-prefix-alist): likewise
!       (reftex-env-or-mac-alist):
!       (reftex-special-env-parsers): likewise
!       (reftex-label-mac-list): likewise
!       (reftex-label-env-list): likewise
!       (reftex-typekey-list): likewise
!       (reftex-words-to-typekey-alist): likewise
!       (reftex-key-to-index-macro-alist): likewise
!       (reftex-query-index-macro-prompt): likewise
!       (reftex-query-index-macro-help): likewise
!       (reftex-no-follow-message): likewise
!       (reftex-no-info-message): likewise
        (reftex-mode): Define systax table for bibtex parsing.
        (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
  
        * textmodes/reftex-cite.el (reftex-format-names): %a as name
        format lists all names.
        (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
!       (reftex-with-special-syntax-for-bib): new macro.
  
  2002-07-21  Richard M. Stallman  <address@hidden>
  
--- 692,714 ----
        (reftex-locate-bibliography-files): Regexp relaxed to allow for
        cases where \bibliography is not the first thing on the line.
  
!       * textmodes/reftex.el (reftex-compile-variables):
!       Use `reftex-include-file-commands'.
        (reftex-type-query-prompt): Changed defconst to defvar.
!       (reftex-type-query-help, reftex-typekey-to-format-alist)
!       (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
!       (reftex-special-env-parsers, reftex-label-mac-list)
!       (reftex-label-env-list, reftex-typekey-list)
!       (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
!       (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
!       (reftex-no-follow-message, reftex-no-info-message): Likewise.
        (reftex-mode): Define systax table for bibtex parsing.
        (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
  
        * textmodes/reftex-cite.el (reftex-format-names): %a as name
        format lists all names.
        (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
!       (reftex-with-special-syntax-for-bib): New macro.
  
  2002-07-21  Richard M. Stallman  <address@hidden>
  
***************
*** 742,756 ****
        longer names.  Use old names "sm1", "sm2" and so on for methods
        invoking "ssh -1" or "ssh -2".
        (tramp-multi-file-name-structure-separate): Typo, its name was set
!       to "tramp-file-name-structure-separate".  Trivial patch.  From
!       Steve Youngs <address@hidden>.
        (tramp-multi-sh-program): New variable.
        (tramp-open-connection-multi): Use it.  Now you can use multi
        methods from Windows (at least in principle).
        (tramp-do-copy-or-rename-via-buffer): New function.
        (tramp-do-copy-or-rename-file): Use it.  Change and simplify
!       logic.  Omit special case of invoking rcp directly to copy the
!       files.
        (tramp-open-connection-su, tramp-multi-connect-telnet)
        (tramp-multi-connect-rlogin, tramp-multi-connect-su)
        (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
--- 725,738 ----
        longer names.  Use old names "sm1", "sm2" and so on for methods
        invoking "ssh -1" or "ssh -2".
        (tramp-multi-file-name-structure-separate): Typo, its name was set
!       to "tramp-file-name-structure-separate".  Trivial patch.
!       From Steve Youngs <address@hidden>.
        (tramp-multi-sh-program): New variable.
        (tramp-open-connection-multi): Use it.  Now you can use multi
        methods from Windows (at least in principle).
        (tramp-do-copy-or-rename-via-buffer): New function.
        (tramp-do-copy-or-rename-file): Use it.  Change and simplify
!       logic.  Omit special case of invoking rcp directly to copy the files.
        (tramp-open-connection-su, tramp-multi-connect-telnet)
        (tramp-multi-connect-rlogin, tramp-multi-connect-su)
        (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
***************
*** 792,799 ****
  
  2002-07-19  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/bytecomp.el (compile-defun): Bind
!       `read-with-symbol-positions' to current buffer.
  
  2002-07-19  Andre Spiegel  <address@hidden>
  
--- 774,781 ----
  
  2002-07-19  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/bytecomp.el (compile-defun):
!       Bind `read-with-symbol-positions' to current buffer.
  
  2002-07-19  Andre Spiegel  <address@hidden>
  
***************
*** 814,834 ****
  
        * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
        (baud-rate, compiled-function-p, define-function, unread-command-char)
!       (executing-macro, post-command-idle-hook, post-command-idle-delay): Move
!       obsolescence declarations from emacs-lisp/bytecomp.el.
!       (directory-sep-char, mode-line-inverse-video): Add obsolescence
!       declaration.
  
  2002-07-18  J.D. Smith  <address@hidden>
  
        * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
        changes to list them here.
  
!       * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.  Too
!       many changes to list them here.
  
!       * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.  Too
!       many changes to list them here.
  
        * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
        only minor documentation changes.
--- 796,816 ----
  
        * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
        (baud-rate, compiled-function-p, define-function, unread-command-char)
!       (executing-macro, post-command-idle-hook, post-command-idle-delay):
!       Move obsolescence declarations from emacs-lisp/bytecomp.el.
!       (directory-sep-char, mode-line-inverse-video):
!       Add obsolescence declaration.
  
  2002-07-18  J.D. Smith  <address@hidden>
  
        * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
        changes to list them here.
  
!       * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
!       Too many changes to list them here.
  
!       * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
!       Too many changes to list them here.
  
        * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
        only minor documentation changes.
***************
*** 858,865 ****
  
  2002-07-18  Juanma Barranquero  <address@hidden>
  
!       * international/mule-util.el (string-to-sequence, truncate-string): Add
!       autoload cookie to obsolescence declaration.
  
        * rect.el (move-to-column-force): Likewise.
  
--- 840,847 ----
  
  2002-07-18  Juanma Barranquero  <address@hidden>
  
!       * international/mule-util.el (string-to-sequence, truncate-string):
!       Add autoload cookie to obsolescence declaration.
  
        * rect.el (move-to-column-force): Likewise.
  
***************
*** 891,897 ****
        (encode-char): Use ucs-mule-to-mule-unicode.
  
        * international/characters.el: Fix settings of U+2000-U+2027.
!       Remove.
  
        * international/mule-cmds.el (locale-language-names): Fix be, add
        address@hidden, modify tg.
--- 873,879 ----
        (encode-char): Use ucs-mule-to-mule-unicode.
  
        * international/characters.el: Fix settings of U+2000-U+2027.
!       Remove $,1uf(B.
  
        * international/mule-cmds.el (locale-language-names): Fix be, add
        address@hidden, modify tg.
***************
*** 904,920 ****
        factor.  Use utf-8-translation-table-for-decode.
        (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
        (cyrillic-unify-encoding): New function.
!       (cyrillic-koi8): Modify safe-chars, valid-codes.  Remove
!       charset-origin-alist.
        (Cp878, cp866): New alias.
        (ccl-encode-8859-5-font): New.
        (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
!       (ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove
!       redundant parens.
        ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
        (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
!       (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"):
!       New.
        (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
        ("Cyrillic-ALT"): Change input method.
        ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
--- 886,901 ----
        factor.  Use utf-8-translation-table-for-decode.
        (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
        (cyrillic-unify-encoding): New function.
!       (cyrillic-koi8): Modify safe-chars, valid-codes.
!       Remove charset-origin-alist.
        (Cp878, cp866): New alias.
        (ccl-encode-8859-5-font): New.
        (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
!       (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
!       Remove redundant parens.
        ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
        (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
!       (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
        (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
        ("Cyrillic-ALT"): Change input method.
        ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
***************
*** 10450,10457 ****
  
        * dired.el: Many trivial doc fixes.
        (dired-get-file-for-visit): New function.
!       (dired-find-alternate-file, dired-mouse-find-file-other-window):
!       (dired-view-file, dired-find-file-other-window, dired-display-file):
        (dired-find-file): Use dired-get-file-for-visit.
  
  2001-11-12  Alex Schroeder  <address@hidden>
--- 10431,10438 ----
  
        * dired.el: Many trivial doc fixes.
        (dired-get-file-for-visit): New function.
!       (dired-find-alternate-file, dired-mouse-find-file-other-window)
!       (dired-view-file, dired-find-file-other-window, dired-display-file)
        (dired-find-file): Use dired-get-file-for-visit.
  
  2001-11-12  Alex Schroeder  <address@hidden>




reply via email to

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