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: Fri, 02 Dec 2005 16:12:28 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8720 emacs/lisp/ChangeLog:1.8721
*** emacs/lisp/ChangeLog:1.8720 Fri Dec  2 15:08:49 2005
--- emacs/lisp/ChangeLog        Fri Dec  2 21:12:28 2005
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-12-02  Stefan Monnier  <address@hidden>
+ 
+       * completion.el (save-completions-file-name): Fix typo in last change.
+ 
  2005-12-02  Jan Dj,Ad(Brv  <address@hidden>
  
        * info.el: Move back/forward history to the beginning of the tool bar.
***************
*** 12,22 ****
        lack the definition.
        (allout-mode): Move this variable above any uses, or byte
        compilation will fail.
!       (allout-resolve-xref): Remove use of personal file-reference
!       function.
        (allout-toggle-current-subtree-encryption): Do the current (ie,
!       visible containing) topic, rather than nearest around point.  Doc
!       fix.
        (allout-toggle-subtree-encryption): New function, workhorse that
        works on nearest topic containing point.
        (allout-encrypt-string): Signal requirement for newer version of pgg.
--- 16,24 ----
        lack the definition.
        (allout-mode): Move this variable above any uses, or byte
        compilation will fail.
!       (allout-resolve-xref): Remove use of personal file-reference function.
        (allout-toggle-current-subtree-encryption): Do the current (ie,
!       visible containing) topic, rather than nearest around point.  Doc fix.
        (allout-toggle-subtree-encryption): New function, workhorse that
        works on nearest topic containing point.
        (allout-encrypt-string): Signal requirement for newer version of pgg.
***************
*** 28,48 ****
  
  2005-12-02  Agustin Martin  <address@hidden>
  
!       * textmodes/flyspell.el (flyspell-external-point-words): Consider
!       a misspelling as found in the string search if: (a) misspelling
        and found string lengths match, or (b) misspelling is found as
        element in a boundary-chars separated longer string, or (c)
        ispell-program-name is really ispell and misspelling is found as
        part of a TeX string.  After successful match move beginning of
        search region to end of match.  Warn about not found misspellings
        once the process is done.
!       (flyspell-large-region) Do not set ispell-parser to tex if in TeX
!       mode.
  
  2005-12-02  Nick Roberts  <address@hidden>
  
        * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
!       tool bar (removed inadvertantly),
  
  2005-12-02  Juri Linkov  <address@hidden>
  
--- 30,49 ----
  
  2005-12-02  Agustin Martin  <address@hidden>
  
!       * textmodes/flyspell.el (flyspell-external-point-words):
!       Consider a misspelling as found in the string search if: (a) misspelling
        and found string lengths match, or (b) misspelling is found as
        element in a boundary-chars separated longer string, or (c)
        ispell-program-name is really ispell and misspelling is found as
        part of a TeX string.  After successful match move beginning of
        search region to end of match.  Warn about not found misspellings
        once the process is done.
!       (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
  
  2005-12-02  Nick Roberts  <address@hidden>
  
        * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
!       tool bar (removed inadvertently).
  
  2005-12-02  Juri Linkov  <address@hidden>
  
***************
*** 56,63 ****
  2005-12-01  Luc Teirlinck  <address@hidden>
  
        * simple.el (transient-mark-mode, line-number-mode)
!       (column-number-mode, size-indication-mode): Remove
!       `:require nil'.
  
  2005-12-01  Nick Roberts  <address@hidden>
  
--- 57,63 ----
  2005-12-01  Luc Teirlinck  <address@hidden>
  
        * simple.el (transient-mark-mode, line-number-mode)
!       (column-number-mode, size-indication-mode): Remove `:require nil'.
  
  2005-12-01  Nick Roberts  <address@hidden>
  




reply via email to

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