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
00a88f32
Commit
00a88f32
authored
Mar 14, 2003
by
Stefan Monnier
Browse files
*** empty log message ***
parent
9ea0e54d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
src/ChangeLog
src/ChangeLog
+9
-5
No files found.
src/ChangeLog
View file @
00a88f32
...
...
@@ -42,7 +42,7 @@
The following changes consolidates the fringe handling from
xterm.c, w32term.c, and macterm.c into xdisp.c.
* xdisp.c: Consolidate fringe handling code here.
(left_bits, right_bits, continued_bits, continuation_bits)
(ov_bits, zv_bits): Define fringe bitmaps.
...
...
@@ -67,11 +67,15 @@
* w32term.c: Remove generic fringe code.
(w32_draw_fringe_bitmap): Only perform actual fringe drawing.
(w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
* macterm.c: Remove generic fringe code.
(x_draw_fringe_bitmap): Only perform actual fringe drawing.
(x_redisplay_interface): Add x_draw_fringe_bitmap member.
2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
* print.c (Fprin1_to_string): Return unibyte string if possible.
2003-03-09 David Kastrup <dak@gnu.org>
* process.c (read_process_output): We have allocated enough space
...
...
@@ -88,7 +92,7 @@
also.
(handle_one_xevent): ButtonPress/Release: If event is for a toolkit
scrollbar and control is pressed, call x_scroll_bar_handle_click.
* gtkutil.h: Declare xg_get_scroll_id_for_window.
* gtkutil.c (xg_get_scroll_id_for_window): New function.
...
...
@@ -102,7 +106,7 @@
2003-03-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
struct image* when de
s
ciding to update (struct image* may have been
struct image* when deciding to update (struct image* may have been
deleted from the image cache).
* xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
...
...
@@ -113,7 +117,7 @@
* coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
composition components reaches the limit, terminate composing.
(COMPOSITION_OK): New macro.
(detect_coding_iso2022): Use it if an escap
s
e sequence for
(detect_coding_iso2022): Use it if an escape sequence for
composition is found.
(coding_restore_composition): Adjust the number of composition
components if it is not sane.
...
...
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