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
d278091b
Commit
d278091b
authored
Apr 21, 2002
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
3b8690f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
etc/NEWS
etc/NEWS
+10
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
d278091b
...
...
@@ -12,7 +12,7 @@ When you add a new item, please add it without either +++ or ---
so we will look at it
* Installation Changes in Emacs 21.
3
* Installation Changes in Emacs 21.
4
** Emacs can now be built without sound support.
...
...
@@ -35,7 +35,7 @@ Emacs with Leim.
** Support for BSD/OS 5.0 was added.
* Changes in Emacs 21.
3
* Changes in Emacs 21.
4
** Limited support for charset unification has been added.
By default, Emacs now knows how to translate latin-N chars between their
...
...
@@ -660,7 +660,7 @@ to use standout mode, however they will not be able to display
mode-lines in inverse-video.
* Lisp Changes in Emacs 21.
3
* Lisp Changes in Emacs 21.
4
** The `defmacro' form may contain declarations specifying how to
indent the macro in Lisp mode and how to debug it with Edebug. The
...
...
@@ -797,6 +797,13 @@ The new function `remove-list-of-text-properties' is almost the same
as `remove-text-properties'. The only difference is that it takes
a list of property names as argument rather than a property list.
** New functions insert-for-yank and insert-buffer-substring-as-yank.
These functions work like `insert' and `insert-buffer-substring', but
removes the text properties in the `yank-excluded-properties' list.
** New function insert-buffer-substring-no-properties.
** Enhanced networking support.
*** There is a new `make-network-process' function which supports
...
...
lisp/ChangeLog
View file @
d278091b
2002-04-21 Kim F. Storm <storm@cua.dk>
* subr.el (insert-buffer-substring-no-properties): New function.
(insert-buffer-substring-as-yank): New function.
2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
* files.el (file-name-non-special): Don't mangle the 0'th arg and 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