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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 27 Aug 2002 14:54:47 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4245 emacs/lisp/ChangeLog:1.4246
*** emacs/lisp/ChangeLog:1.4245 Tue Aug 27 11:06:13 2002
--- emacs/lisp/ChangeLog        Tue Aug 27 14:54:46 2002
***************
*** 6,13 ****
  
        * textfile/reftex-ref.el (reftex-goto-label): New command.
  
!       * textfile/reftex-vars.el (reftex-part-resets-chapter): New
!       option.
  
        * textfile/reftex-parse.el (reftex-roman-number): New function.
        (reftex-section-number): Better handling of parts: No chapter
--- 6,12 ----
  
        * textfile/reftex-ref.el (reftex-goto-label): New command.
  
!       * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
  
        * textfile/reftex-parse.el (reftex-roman-number): New function.
        (reftex-section-number): Better handling of parts: No chapter
***************
*** 15,33 ****
  
        * textfile/reftex.el (reftex-highlight-overlays): Added a third
        overlay.
!       (reftex-mode-menu): Added entry for `reftex-toc-recenter.  Also
!       moved `reftex-reset-mode' to top level.
  
        * textfile/reftex-toc.el (reftex-toc-recenter): New command.
        (reftex-toc-pre-command-hook): Don't remove highlight overlay.
        (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
  
!       * textfile/reftex-sel.el (reftex-get-offset): get offset of
        document pointer *before* position, not after.
!       (reftex-insert-docstruct): get offset of document pointer *before*
        position, not after.
  
!       * textfiles/reftex-parse.el (reftex-where-am-I): prefer marker
        match over section title match.
  
        * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
--- 14,32 ----
  
        * textfile/reftex.el (reftex-highlight-overlays): Added a third
        overlay.
!       (reftex-mode-menu): Added entry for `reftex-toc-recenter.
!       Also moved `reftex-reset-mode' to top level.
  
        * textfile/reftex-toc.el (reftex-toc-recenter): New command.
        (reftex-toc-pre-command-hook): Don't remove highlight overlay.
        (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
  
!       * textfile/reftex-sel.el (reftex-get-offset): Get offset of
        document pointer *before* position, not after.
!       (reftex-insert-docstruct): Get offset of document pointer *before*
        position, not after.
  
!       * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
        match over section title match.
  
        * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
***************
*** 38,45 ****
        (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
        better cooperation with chapterbib.
  
!       * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use
!       `reftex-bib-or-thebib' for better cooperation with chapterbib.
  
  2002-08-26  Kim F. Storm  <address@hidden>
  
--- 37,44 ----
        (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
        better cooperation with chapterbib.
  
!       * textfiles/reftex-dcr.el (reftex-view-cr-cite):
!       Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
  
  2002-08-26  Kim F. Storm  <address@hidden>
  
***************
*** 50,55 ****
--- 49,59 ----
  
        * makefile.w32-in (WINS): Add calc and obsolete.
  
+ 2002-08-26  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/easy-mmode.el (define-minor-mode):
+       Use customize-mark-as-set for global minor modes.
+ 
  2002-08-25  Miles Bader  <address@hidden>
  
        * rfn-eshadow.el (file-name-shadow-properties-custom-type):
***************
*** 79,85 ****
        * progmodes/simula.el (simula-abbrev-keyword-default)
        (simula-abbrev-keyword, simula-abbrev-stdproc-default)
        (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
!       
        * apropos.el (command-apropos): Use `defalias' instead of `fset'.
  
        * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
--- 83,89 ----
        * progmodes/simula.el (simula-abbrev-keyword-default)
        (simula-abbrev-keyword, simula-abbrev-stdproc-default)
        (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
! 
        * apropos.el (command-apropos): Use `defalias' instead of `fset'.
  
        * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
***************
*** 106,118 ****
  
        * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
        (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
!       (f90-font-lock-off, f90-font-lock-menu):  Deleted.  Use
!       easy-menu-define instead.
        (f90-mode): Use easy-menu-add.
        No longer (require 'imenu) when compiling.
        (f90-mark-subprogram, f90-indent-region, f90-fill-region)
        (f90-abbrev-start): Use fboundp.
!       (f90-imenu-flag): Deleted - use imenu--index-alist instead.
  
  2002-08-23  Andre Spiegel  <address@hidden>
  
--- 110,122 ----
  
        * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
        (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
!       (f90-font-lock-off, f90-font-lock-menu):  Delete.
!       Use easy-menu-define instead.
        (f90-mode): Use easy-menu-add.
        No longer (require 'imenu) when compiling.
        (f90-mark-subprogram, f90-indent-region, f90-fill-region)
        (f90-abbrev-start): Use fboundp.
!       (f90-imenu-flag): Delete - use imenu--index-alist instead.
  
  2002-08-23  Andre Spiegel  <address@hidden>
  
***************
*** 129,137 ****
        (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
        in the docstring.
        (tramp-bug): Report `tramp-shell-prompt-pattern'.
!       (tramp-process-one-multi-action, tramp-process-one-action): Make
!       message clearer so people don't confuse it with Emacs asking them
!       a question if the regexp happens to end with "?".
        (tramp-verbose): Change default value from 10 to 9.  Also change
        some logging levels so that 10 is reserved for stuff which is
        needed for debugging only, but 9 catches everything that people
--- 133,141 ----
        (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
        in the docstring.
        (tramp-bug): Report `tramp-shell-prompt-pattern'.
!       (tramp-process-one-multi-action, tramp-process-one-action):
!       Make message clearer so people don't confuse it with Emacs asking
!       them a question if the regexp happens to end with "?".
        (tramp-verbose): Change default value from 10 to 9.  Also change
        some logging levels so that 10 is reserved for stuff which is
        needed for debugging only, but 9 catches everything that people
***************
*** 147,154 ****
        * progmodes/f90.el: eval-when-compile a few defvars.
        (f90-xemacs-flag): Wrap in eval-and-compile.
        (f90-font-lock-keywords): Doc fix.
!       (f90-mode-abbrev-table): Work with or without 6th arg of
!       define-abbrev.
        (f90-mark-subprogram-overlay): Variable deleted.
        (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
        pushing mark.
--- 151,157 ----
        * progmodes/f90.el: eval-when-compile a few defvars.
        (f90-xemacs-flag): Wrap in eval-and-compile.
        (f90-font-lock-keywords): Doc fix.
!       (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
        (f90-mark-subprogram-overlay): Variable deleted.
        (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
        pushing mark.
***************
*** 207,214 ****
        (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
        better cooperation with chapterbib.
  
!       * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use
!       `reftex-bib-or-thebib' for better cooperation with chapterbib.
  
  2002-08-20  Kim F. Storm  <address@hidden>
  
--- 210,217 ----
        (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
        better cooperation with chapterbib.
  
!       * textfiles/reftex-dcr.el (reftex-view-cr-cite):
!       Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
  
  2002-08-20  Kim F. Storm  <address@hidden>
  
***************
*** 221,230 ****
  
        * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
  
  2002-08-19  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (sgml-xml-auto-coding-function): Call
!       re-search-forward with NOERROR t.
  
  2002-08-19  Miles Bader  <address@hidden>
  
--- 224,241 ----
  
        * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
  
+ 2002-08-19  Stefan Monnier  <address@hidden>
+ 
+       * help-fns.el (help-split-fundoc): Replace the function name
+       from the docstring with the one that should be displayed.
+       (help-make-usage): Understand CL style arglists.
+       (describe-function-1): Adapt to the new behavior of help-split-fundoc.
+       (describe-variable): Use delete-region.
+ 
  2002-08-19  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (sgml-xml-auto-coding-function):
!       Call re-search-forward with NOERROR t.
  
  2002-08-19  Miles Bader  <address@hidden>
  
***************
*** 235,242 ****
        than using special comint state.
        (comint-output-filter): Call `comint-carriage-motion'.
        (comint-output-filter-functions): Don't add `comint-carriage-motion'.
!       * ielm.el (inferior-emacs-lisp-mode): Give
!       `comint-inhibit-carriage-motion' a local value of t.
  
  2002-08-18  Richard M. Stallman  <address@hidden>
  
--- 246,253 ----
        than using special comint state.
        (comint-output-filter): Call `comint-carriage-motion'.
        (comint-output-filter-functions): Don't add `comint-carriage-motion'.
!       * ielm.el (inferior-emacs-lisp-mode):
!       Give `comint-inhibit-carriage-motion' a local value of t.
  
  2002-08-18  Richard M. Stallman  <address@hidden>
  
***************
*** 258,266 ****
  
  2002-08-17  Richard M. Stallman  <address@hidden>
  
!       * tar-mode.el (tar-subfile-mode): Use add-hook and
!       remove-hook, and use write-file-functions instead of
!       local-write-file-hooks.
        (tar-untar-buffer): Don't try to extract directories.
  
        * menu-bar.el (fringe-mode): Set to nil.
--- 269,276 ----
  
  2002-08-17  Richard M. Stallman  <address@hidden>
  
!       * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
!       and use write-file-functions instead of local-write-file-hooks.
        (tar-untar-buffer): Don't try to extract directories.
  
        * menu-bar.el (fringe-mode): Set to nil.
***************
*** 278,284 ****
        (server-goto-line-column): New function.
        (server-visit-files): Use server-goto-line-column.
        Offer to revert only if file has changed.
!       
  2002-08-15  Richard M. Stallman  <address@hidden>
  
        * files.el (recover-this-file): New function.
--- 288,294 ----
        (server-goto-line-column): New function.
        (server-visit-files): Use server-goto-line-column.
        Offer to revert only if file has changed.
! 
  2002-08-15  Richard M. Stallman  <address@hidden>
  
        * files.el (recover-this-file): New function.




reply via email to

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