*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2005 14:12:31 +0000 (14:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2005 14:12:31 +0000 (14:12 +0000)
lisp/ChangeLog
src/ChangeLog

index e2cc50d..c6305d1 100644 (file)
@@ -1,3 +1,23 @@
+2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * 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  <eliz@gnu.org>
 
        * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
index 3c06d25..98533a9 100644 (file)
@@ -1,3 +1,19 @@
+2005-12-02  David Reitter  <david.reitter@gmail.com>
+
+       * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
+       non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
+       and Vminibuffer_local_must_match_filename_map keymaps.
+       (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
+
+       * keymap.c (Vminibuffer_local_filename_completion_map)
+       (Vminibuffer_local_must_match_filename_map): New variables.
+       (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
+       parent to be Vminibuffer_local_completion_map and
+       Vminibuffer_local_must_match_map, respectively.
+
+       * commands.h (Vminibuffer_local_filename_completion_map)
+       (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
+
 2005-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * window.c (Fset_window_configuration): Don't accidentally copy the