From 0a79da1b5da6fcf7f2444f75381411f48034afba Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Dec 2005 14:12:31 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 20 ++++++++++++++++++++ src/ChangeLog | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2cc50df1f1..c6305d1197a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 3c06d253cd2..98533a93aac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.5