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
0c68ce6f
Commit
0c68ce6f
authored
Dec 04, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
fb7775eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
etc/NEWS
etc/NEWS
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+2
-0
No files found.
etc/NEWS
View file @
0c68ce6f
...
...
@@ -1430,6 +1430,12 @@ of tags in the output of M-x tags-apropos.
*** Setting tags-apropos-verbose to a non-nil value displays the
names of tags files in the *Tags List* buffer.
*** You can now search for tags that are part of the filename itself.
If you have tagged the files topfile.c subdir/subfile.c
/tmp/tempfile.c,
you can now search for tags "topfile.c", "subfile.c",
"dir/sub",
"tempfile", "tempfile.c". If the tag matches the filename,
point will go to the beginning of the file.
+++
**
Emacs now attempts to determine the initial language environment
and preferred and locale coding systems systematically from the
...
...
lisp/ChangeLog
View file @
0c68ce6f
...
...
@@ -11,6 +11,10 @@
* mail/rmail.el (rmail-expunge-confirmed): New function.
(rmail-expunge): Use it.
* progmodes/etags.el (tag-partial-file-name-match-p): New function.
(etags-recognize-tags-table, find-tag-in-order): New
functionality: interpret file names as tags.
2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
* info.el (Info-scroll-prefer-subnodes): New defcustom.
...
...
src/ChangeLog
View file @
0c68ce6f
2000-12-04 Gerd Moellmann <gerd@gnu.org>
* xterm.c (PER_CHAR_METRIC): Removed because not used.
* xterm.c (expose_area): Pass x-coordinate relative to the exposed
area to x_draw_glyphs instead of a window-relative coordinate.
...
...
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