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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 02 Dec 2005 09:12:32 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8718 emacs/lisp/ChangeLog:1.8719
*** emacs/lisp/ChangeLog:1.8718 Fri Dec  2 13:25:19 2005
--- emacs/lisp/ChangeLog        Fri Dec  2 14:12:31 2005
***************
*** 1,3 ****
--- 1,23 ----
+ 2005-12-02  Ken Manheimer  <address@hidden>
+ 
+       * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
+       Add fset of allout-real-isearch-abort during compile to fix
+       byte-compilation warnings.
+       (allout-mode-p): Move definition of this macro above all uses, or
+       byte compilation in barren emacs (eg, during emacs build) will
+       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.
+       (allout-resumptions): Doc fix.
+ 
  2005-12-02  Eli Zaretskii  <address@hidden>
  
        * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.




reply via email to

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