Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c8636435
Commit
c8636435
authored
Oct 26, 2004
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
39900c4e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
3 deletions
+22
-3
etc/NEWS
etc/NEWS
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+8
-3
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
c8636435
...
...
@@ -2289,6 +2289,11 @@ configuration files.
* Lisp Changes in Emacs 21.4
+++
** An interactive specification may now use the code letter 'U' to get
the up-event that was discarded in case the last key sequence read for a
previous 'k' or 'K' argument was a down-event; otherwise nil is used.
** Function `translate-region' accepts also a char-table as TABLE
argument.
...
...
lisp/ChangeLog
View file @
c8636435
2004-10-26 Kim F. Storm <storm@cua.dk>
* help.el (describe-key): Describe both down-event and up-event
for a mouse click.
2004-10-26 Richard M. Stallman <rms@gnu.org>
* woman.el (woman): Don't call interactive-p.
...
...
@@ -15,11 +20,11 @@
* progmodes/flymake.el (flymake-split-string): Use
`flymake-split-string-remove-empty-edges' in any case.
2004-10-26 Masatake YAMATO <jet@gyve.org>
* progmodes/flymake.el (flymake-err-line-patterns):
Use `compilation-error-regexp-alist-alist' instead of
* progmodes/flymake.el (flymake-err-line-patterns):
Use `compilation-error-regexp-alist-alist' instead of
`compilation-error-regexp-alist'.
2004-10-25 Jay Belanger <belanger@truman.edu>
...
...
lispref/ChangeLog
View file @
c8636435
2004-10-26 Kim F. Storm <storm@cua.dk>
* commands.texi (Interactive Codes): Add U code letter.
2004-10-25 Simon Josefsson <jas@extundo.com>
* minibuf.texi (Reading a Password): Add.
...
...
src/ChangeLog
View file @
c8636435
2004-10-26 Kim F. Storm <storm@cua.dk>
* callint.c (Fcall_interactively): Add 'U' code to get the
up-event discarded by a previous 'k' or 'K' argument.
2004-10-26 David Kastrup <dak@gnu.org>
* buffer.c (syms_of_buffer): Fix a few typos.
...
...
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