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
d621caf7
Commit
d621caf7
authored
Feb 17, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
2313132f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
+15
-3
lisp/ChangeLog
lisp/ChangeLog
+6
-1
man/ack.texi
man/ack.texi
+5
-0
man/killing.texi
man/killing.texi
+2
-2
src/ChangeLog
src/ChangeLog
+2
-0
No files found.
lisp/ChangeLog
View file @
d621caf7
2000-02-17 Gerd Moellmann <gerd@gnu.org>
* progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
of `*' to handle `(* ... *)' comments.
2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
* faces.el (list-faces-display): Use display-mouse-p instead of
...
...
@@ -16,7 +21,7 @@
2000-02-17 Gerd Moellmann <gerd@gnu.org>
* dired-aux.el (dired-do-copy): Remove spurios character.`n'
* dired-aux.el (dired-do-copy): Remove spurio
u
s character.`n'
within the code.
2000-02-16 Dave Love <fx@gnu.org>
...
...
man/ack.texi
View file @
d621caf7
...
...
@@ -897,6 +897,11 @@ John Wiegley wrote @file{align.el}, a set of commands for aligning
text
according
to
regular
-
expression
based
rules
.
@
end
itemize
@
item
INOUE
Seiichiro
improved
Emacs
' XIM support. Thanks to HORIKAWA Hisashi
for suggestions.
@end itemize
Others too numerous to mention have reported and fixed bugs, and added
features to many parts of Emacs. We thank them for their generosity as
well.
...
...
man/killing.texi
View file @
d621caf7
@c This is part of the Emacs manual.
@c Copyright (C) 1985,
86,
87,
93,
94,
95,
1997
Free Software Foundation, Inc.
@c Copyright (C) 1985,86,87,93,94,95,
97,2000
Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@iftex
@chapter Killing and Moving Text
...
...
@@ -477,7 +477,7 @@ Clear the region-rectangle by replacing its contents with spaces.
@item M-x delete-whitespace-rectangle
Delete whitespace in each of the lines on the specified rectangle,
starting from the left edge column of the rectangle.
@item C-x r t
@key{RET}
@var{string} @key{RET}
@item C-x r t @var{string} @key{RET}
Insert @var{string} on each line of the region-rectangle
(@code{string-rectangle}).
@end table
...
...
src/ChangeLog
View file @
d621caf7
No preview for this file type
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