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
3c7d999a
Commit
3c7d999a
authored
Oct 07, 2004
by
Kim F. Storm
Browse files
*** empty log message ***
parent
696c94e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
src/ChangeLog
src/ChangeLog
+16
-1
No files found.
src/ChangeLog
View file @
3c7d999a
2004-10-07 Kim F. Storm <storm@cua.dk>
* xdisp.c (redisplay_window): Fix flicker on vertical line between
windows. Update vertical line after drawing window fringes, but
only if actually drawing any bitmaps--or there is no fringe.
* xterm.c (x_update_window_end): Likewise.
* macterm.c (x_update_window_end): Likewise.
* w32term.c (x_update_window_end): Likewise.
* fringe.c (draw_window_fringes): Return value now indicates if
any fringe bitmaps were redrawn (or there are no fringes).
* dispextern.h (draw_window_fringes): Update prototype.
2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macfns.c (mac_get_window_bounds): Add extern.
...
...
@@ -5,7 +20,7 @@
* macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
xmenu.c (YAILOM).
* macterm.c [!MAC_OSX]: Include Windows.h.
(front_emacs_window): Rename from mac_front_window. All uses
changed. Return the frontmost non-tooltip emacs window.
...
...
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