Show
Ignore:
Timestamp:
05/18/06 16:19:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4079 r4085  
     12006-05-18  Kenichi Handa  <handa@m17n.org> 
     2 
     3        * callproc.c (Fcall_process): Reject encoding arguments by 
     4        ascii-incompatible coding systems (e.g. utf-16). 
     5 
     6        * coding.c (Qascii_incompatible): New variable. 
     7        (syms_of_coding): Setup Qascii_incompatible. 
     8        (setup_coding_system): Be sure to initialize coding->common_flags. 
     9        Check `ascii-incompatible' property of the coding system. 
     10 
     11        * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro. 
     12 
     132006-05-18  Kim F. Storm  <storm@cua.dk> 
     14 
     15        * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when 
     16        backtracking in case last image doesn't fit on line. 
     17 
     182006-05-18  MIYOSHI Masanori <miyoshi@meadowy.org>  (tiny change) 
     19 
     20        * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than 
     21        height of one frame default line. 
     22 
     232006-05-16  Kim F. Storm  <storm@cua.dk> 
     24 
     25        * xterm.c (handle_one_xevent): Check that f is not NULL before 
     26        calling x_kill_gs_process. 
     27 
     282006-05-14  Richard Stallman  <rms@gnu.org> 
     29 
     30        * textprop.c (Fnext_single_char_property_change) 
     31        (Fprevious_single_char_property_change): Don't allow returning 
     32        value beyond LIMIT in any cases. 
     33        (Fnext_char_property_change, Fprevious_char_property_change): Doc fix. 
     34 
     35        * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV. 
     36 
     372006-05-14  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se> 
     38 
     39        * xterm.c (handle_one_xevent): Check that f is not NULL before 
     40        calling _XEditResCheckMessages. 
     41 
     422006-05-14  Kim F. Storm  <storm@cua.dk> 
     43 
     44        * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change. 
     45 
     462006-05-13  Eli Zaretskii  <eliz@gnu.org> 
     47 
     48        * frame.c (x_set_border_width): Fix error message to say "frame", 
     49        not "window". 
     50 
     51        * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc. 
     52 
    1532006-05-12  Chong Yidong  <cyd@stupidchicken.com> 
    254 
     
    1698317035        Don't GCPRO them. 
    1698417036 
    16985         * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: 
    16986         Doc fixes. 
     17037        * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes. 
    1698717038 
    1698817039        * lisp.h: New misc type Lisp_Save_Value.