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
d9f7eb77
Commit
d9f7eb77
authored
Apr 19, 2002
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
dac7616d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
etc/NEWS
etc/NEWS
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+12
-0
No files found.
etc/NEWS
View file @
d9f7eb77
...
...
@@ -260,6 +260,11 @@ making the decision in a heuristic way. This new job is done by the
command `isearch-yank-word-or-char'. To restore the old behavior,
bind C-w to `isearch-yank-word' in `isearch-mode-map'.
** Yanking text now discards certain text properties that can
be inconvenient when you did not expect them. The variable
`yank-excluded-properties' specifies which ones. Insertion
of register contents and rectangles also discards these properties.
** M-x grep now tries to avoid appending `/dev/null' to the command line
by using GNU grep `-H' option instead. M-x grep will automatically
detect whether this is possible or not the first time it is invoked.
...
...
@@ -776,6 +781,12 @@ will lead to undesirable results, so don't let it happen; the first
change group you start for any given buffer should be the last one
finished.
** New function remove-list-of-text-properties.
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.
** Enhanced networking support.
*** There is a new `make-network-process' function which supports
...
...
lisp/ChangeLog
View file @
d9f7eb77
2002-04-18 Richard M. Stallman <rms@gnu.org>
* toolbar/tool-bar.el (tool-bar-local-item-from-menu):
Fix parts in construction of `menu-item' item at end.
* mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
* subr.el (insert-for-yank): New function.
* simple.el (yank-excluded-properties): New user option.
(yank-pop, yank): Use insert-for-yank.
2002-04-19 Kim F. Storm <storm@cua.dk>
* simple.el (pop-to-mark-command): Do not set this-command.
...
...
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