mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
*** empty log message ***
This commit is contained in:
parent
760d5cb38e
commit
1969fae27a
@ -1,3 +1,8 @@
|
||||
2000-06-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* info.el: Bind case-fold-search to t when searching in case
|
||||
a user sets it to nil in a hook.
|
||||
|
||||
2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* autoarg.el (autoarg-mode, autoarg-kp-mode):
|
||||
@ -42,12 +47,12 @@
|
||||
|
||||
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
|
||||
|
||||
* ediff-init.el (ediff-has-face-support-p): make it paint faces on
|
||||
* ediff-init.el (ediff-has-face-support-p): Make it paint faces on
|
||||
tty's.
|
||||
* ediff-diff.el (ediff-exec-process): use --binary for fine
|
||||
* ediff-diff.el (ediff-exec-process): Use --binary for fine
|
||||
differences whenever appropriate.
|
||||
* viper-cmd.el (viper-smart-suffix-list): rearranged list members.
|
||||
* viper.el (find-file, find-file-other-window): get viper to do
|
||||
* viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
|
||||
* viper.el (find-file, find-file-other-window): Get viper to do
|
||||
wildcards.
|
||||
|
||||
2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-06-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xdisp.c (redisplay_window): Always use set_buffer_internal_1.
|
||||
|
||||
2000-06-05 Dave Love <fx@gnu.org>
|
||||
|
||||
* xdisp.c: Include fontset.h.
|
||||
@ -40,7 +44,7 @@
|
||||
2000-06-02 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
|
||||
result face, set flags in the face indicating that colors may not
|
||||
result face, set flags in that face indicating that colors may not
|
||||
be freed.
|
||||
|
||||
* xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
|
||||
|
Loading…
Reference in New Issue
Block a user