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
376de739
Commit
376de739
authored
Jun 21, 2004
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
5e9bab6f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+11
-0
src/ChangeLog
src/ChangeLog
+13
-0
No files found.
etc/NEWS
View file @
376de739
...
...
@@ -2150,6 +2150,9 @@ configuration files.
* Lisp Changes in Emacs 21.4
** If a command sets transient-mark-mode to `only', that
enables Transient Mark mode for the following command, only.
+++
** Cleaner way to enter key sequences.
...
...
lisp/ChangeLog
View file @
376de739
2004-06-20 Richard M. Stallman <rms@gnu.org>
* mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
* isearch.el (isearch-repeat): Avoid testing old match data.
(isearch-message): Display trailing space in special font
when search is failing.
(isearch-search-fun-function): Doc fix.
* autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
* frame.el (show-trailing-whitespace): Doc fix.
...
...
src/ChangeLog
View file @
376de739
2004-06-20 Richard M. Stallman <rms@gnu.org>
* xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
* search.c (match_limit): Cleaner err msg when no match data available.
* window.c (syms_of_window): Doc fix.
* keyboard.c (command_loop_1): Handle values `only' and `identity'
for Vtransient_mark_mode.
* buffer.c (syms_of_buffer): Doc fix.
2004-06-21 David Kastrup <dak@gnu.org>
* minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
...
...
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