Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a79da1b
Commit
0a79da1b
authored
Dec 02, 2005
by
Eli Zaretskii
Browse files
*** empty log message ***
parent
69027dea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
lisp/ChangeLog
lisp/ChangeLog
+20
-0
src/ChangeLog
src/ChangeLog
+16
-0
No files found.
lisp/ChangeLog
View file @
0a79da1b
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.
...
...
src/ChangeLog
View file @
0a79da1b
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment