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
8bd6307f
Commit
8bd6307f
authored
May 28, 2001
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
b7f83f9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
etc/TODO
etc/TODO
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/TODO
View file @
8bd6307f
...
...
@@ -160,3 +160,7 @@
programs to native code is probably the first thing to try, though.
* Add a feature to Info similar to "info --apropos SUBJECT".
* If you do an insert-file and that file is currently modified in
another buffer but not written yet, print a warning.
lisp/ChangeLog
View file @
8bd6307f
2001-05-28 Miles Bader <miles@gnu.org>
* comint.el (comint-carriage-motion): Renamed from
`comint-cr-magic'. Operate on the buffer instead of the string
(for use as a comint post-output filter, instead of as a
pre-output filter). Handle backspaces too. Add to the
`comint-output-filter-functions' hook instead of
`comint-preoutput-filter-functions'.
2001-05-28 Gerd Moellmann <gerd@gnu.org>
* language/japan-util.el (japanese-hankaku): Prefer the charset
...
...
src/ChangeLog
View file @
8bd6307f
2001-05-28 Gerd Moellmann <gerd@gnu.org>
* xterm.c (cursor_in_mouse_face_p): New function.
(x_draw_stretch_glyph_string): Use it to choose a different GC
when drawing a cursor within highlighted text.
* editfns.c (char_property_eq): Put in #if 0.
* indent.c (string_display_width): Put in #if 0.
...
...
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