# HG changeset patch # User Eli Zaretskii # Date 1133532751 0 # Node ID b2d1b6e2f96aaee17cdb86ec9ed39e5e7fc9978c # Parent c3cfae9a5571c96d8d27a3bcee33e6031eae38ff *** empty log message *** diff -r c3cfae9a5571 -r b2d1b6e2f96a lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 02 14:09:53 2005 +0000 +++ b/lisp/ChangeLog Fri Dec 02 14:12:31 2005 +0000 @@ -1,3 +1,23 @@ +2005-12-02 Ken Manheimer + + * 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 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix. diff -r c3cfae9a5571 -r b2d1b6e2f96a src/ChangeLog --- a/src/ChangeLog Fri Dec 02 14:09:53 2005 +0000 +++ b/src/ChangeLog Fri Dec 02 14:12:31 2005 +0000 @@ -1,3 +1,19 @@ +2005-12-02 David Reitter + + * 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 * window.c (Fset_window_configuration): Don't accidentally copy the