Mercurial > emacs
changeset 67263:b2d1b6e2f96a
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 02 Dec 2005 14:12:31 +0000 |
parents | c3cfae9a5571 |
children | d50a6a8cfd1e |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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