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
f8f853de
Commit
f8f853de
authored
Apr 07, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
154ee9b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
etc/NEWS
etc/NEWS
+5
-2
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
f8f853de
...
...
@@ -88,6 +88,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
** C-h v and C-h f commands now include a hyperlink to the C source for
variables and functions defined in C (if the C source is available).
** When used interactively, `format-write-file' now asks for confirmation
before overwriting an existing file, unless a prefix argument is
supplied. This behavior is analogous to `write-file'.
...
...
@@ -121,8 +124,6 @@ only gets updated whenever the buffer gets reverted.
buffers only in the Buffer Menu. It is bound to `T' in Buffer Menu
mode.
** The URL package is now part of Emacs.
** M-x compile has become more robust and reliable
Quite a few more kinds of messages are recognized. Messages that are
...
...
@@ -1691,6 +1692,8 @@ to view diffs or log entries directly from vc-annotate-mode:
* New modes and packages in Emacs 21.4
** The URL package (which had been part of W3) is now part of Emacs.
+++
** The new global minor mode `size-indication-mode' (off by default)
shows the size of accessible part of the buffer on the mode line.
...
...
src/ChangeLog
View file @
f8f853de
2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
* doc.c (Fsnarf_documentation): Ignore new file name entries.
2004-04-06 Kim F. Storm <storm@cua.dk>
* msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
...
...
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