emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [emacs-unicode-2]
Date: Tue, 03 Aug 2004 10:08:32 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3331.2.12 emacs/src/ChangeLog:1.3331.2.13
*** emacs/src/ChangeLog:1.3331.2.12     Wed Jul 28 07:05:51 2004
--- emacs/src/ChangeLog Tue Aug  3 00:02:59 2004
***************
*** 1,3 ****
--- 1,46 ----
+ 2004-08-03  Kim F. Storm  <address@hidden>
+ 
+       * indent.c (compute_motion): Fix check for full width window
+       in non-window case.  Do not count left truncation glyph on
+       window systems.
+ 
+ 2004-08-02  Luc Teirlinck  <address@hidden>
+ 
+       * data.c (Finteractive_form): Doc fix.
+ 
+ 2004-08-02  Kim F. Storm  <address@hidden>
+ 
+       * indent.c (compute_motion): Use actual window width if WIDTH is -1,
+       properly accounting for continuation glyph on non-window systems.
+       (Fcompute_motion): Use actual window width if WIDTH is nil, and
+       actual window width/height if TOPOS is nil, properly accounting for
+       continuation glyphs on non-window systems, and optional header lines.
+       (vmotion): Let compute_motion calculate actual window width.
+ 
+       * window.c (window_scroll_line_based): Let compute_motion
+       calculate actual window width.
+ 
+ 2004-08-02  Kim F. Storm  <address@hidden>
+ 
+       * process.c (read_process_output): Use whole read buffer.
+       Don't trigger adaptive read buffering on errors.
+ 
+ 2004-07-31  Luc Teirlinck  <address@hidden>
+ 
+       * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
+ 
+       * keyboard.c (syms_of_keyboard) <disable-point-adjustment>:  Doc fix.
+ 
+       * callint.c (Fcall_interactively): Doc fix.
+ 
+ 2004-07-30  Kim F. Storm  <address@hidden>
+ 
+       * editfns.c (Fformat): Allocate extra (dummy) element in info.
+ 
+ 2004-07-28  Luc Teirlinck  <address@hidden>
+ 
+       * eval.c (Fdefvar, Fdefconst): Doc fixes.
+ 
  2004-07-27  Kim F. Storm  <address@hidden>
  
        * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after




reply via email to

[Prev in Thread] Current Thread [Next in Thread]