]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Mar 2003 20:49:04 +0000 (20:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Mar 2003 20:49:04 +0000 (20:49 +0000)
src/ChangeLog

index 4c50452c5ffb3b69547ecdde9c0f89f979aed7f1..6fb8aaf31ffb81755e19f88476f688062b28d64f 100644 (file)
@@ -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.
        * 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.
 2003-03-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
-       struct image* when desciding 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
        * 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 escapse 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.