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
b686dd59
Commit
b686dd59
authored
Feb 22, 2005
by
Kim F. Storm
Browse files
*** empty log message ***
parent
a41c174f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
etc/NEWS
etc/NEWS
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lispref/ChangeLog
lispref/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+3
-0
No files found.
etc/NEWS
View file @
b686dd59
...
...
@@ -3317,7 +3317,8 @@ and `display-warning'.
** The functions all-completions and try-completion now accept lists
of strings as well as hash-tables additionally to alists, obarrays
and functions. Furthermore, the function `test-completion' is now
exported to Lisp.
exported to Lisp. The keys in alists and hash tables may be either
strings or symbols, which are automatically converted with to strings.
---
** When pure storage overflows while dumping, Emacs now prints how
...
...
lisp/ChangeLog
View file @
b686dd59
2005-02-22 Kim F. Storm <storm@cua.dk>
* progmodes/hideif.el (hide-ifdef-use-define-alist): Use
completing-read. Suggested by Juan-Leon Lahoz Garcia.
2005-02-22 Simon Josefsson <jas@extundo.com>
* net/browse-url.el (browse-url-netscape-new-window-is-tab): New
...
...
lispref/ChangeLog
View file @
b686dd59
2005-02-22 Kim F. Storm <storm@cua.dk>
* minibuf.texi (Basic Completion): Allow symbols in addition to
strings in try-completion and all-completions.
2005-02-14 Lute Kamstra <lute@gnu.org>
* elisp.texi (Top): Remove reference to deleted node.
...
...
src/ChangeLog
View file @
b686dd59
2005-02-22 Kim F. Storm <storm@cua.dk>
* minibuf.c (Ftry_completion, Fall_completions): Allow both string
and symbol keys in alists and hash tables.
* xdisp.c (fast_find_position): Fix search for start of overlay.
2005-02-21 Kim F. Storm <storm@cua.dk>
...
...
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