Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog

    r4207 r4210  
     12007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp> 
     2 
     3        * xfns.c (x_set_name_internal): Save encoded name before 
     4        x_encode_text in case string data is relocated. 
     5 
     62007-05-31  Richard Stallman  <rms@gnu.org> 
     7 
     8        * buffer.c (syms_of_buffer): Doc fix. 
     9 
     102007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp> 
     11 
     12        * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t 
     13        around current_column call. 
     14 
     152007-05-24  Chong Yidong  <cyd@stupidchicken.com> 
     16 
     17        * xdisp.c (redisplay_window): If first window line is a 
     18        continuation line, recompute the new window start instead of 
     19        recentering. 
     20 
     212007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp> 
     22 
     23        * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): 
     24        Call mac_wakeup_from_rne on window size change. 
     25 
     262007-05-22  Richard Stallman  <rms@gnu.org> 
     27 
     28        * xterm.c (x_connection_closed): Remove NO_RETURN. 
     29 
     302007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca> 
     31 
     32        * syntax.c (skip_chars): Update syntax-table only after we checked that 
     33        the new location is valid. 
     34 
     352007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp> 
     36 
     37        * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around 
     38        mac_get_window_bounds. 
     39 
     402007-05-17  Glenn Morris  <rgm@gnu.org> 
     41 
     42        * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD. 
     43 
     442007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp> 
     45 
     46        * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert 
     47        dead key repeat and up events. 
     48 
     492007-05-13  Chong Yidong  <cyd@stupidchicken.com> 
     50 
     51        * xterm.c (XTread_socket): Revert last change. 
     52 
     532007-05-12  Chong Yidong  <cyd@stupidchicken.com> 
     54 
     55        * image.c (pbm_load): Correctly check image size for greyscale pbm. 
     56 
     57        * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). 
     58 
    1592007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca> 
    260