Show
Ignore:
Timestamp:
2006年08月18日 08時35分31秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4140 r4148  
     12006-08-18  Nick Roberts  <nickrob@snap.net.nz> 
     2 
     3        * window.c (Fset_window_fringes): Do nothing on a tty. 
     4        (Fwindow_fringes): Put ? operator after the line break. 
     5 
     62006-08-16  Andreas Schwab  <schwab@suse.de> 
     7 
     8        * print.c (debug_output_compilation_hack): Fix return type. 
     9 
     102006-08-16  Richard Stallman  <rms@gnu.org> 
     11 
     12        * print.c (debug_output_compilation_hack): New function. 
     13 
     142006-08-16  Kenichi Handa  <handa@m17n.org> 
     15 
     16        * fileio.c (choose_write_coding_system): Use LF for end-of-line 
     17        in auto-saving. 
     18 
     192006-08-15  Chong Yidong  <cyd@stupidchicken.com> 
     20 
     21        * keyboard.c (read_char): Don't change idle timer state at all if 
     22        end_time is supplied. 
     23 
     242006-08-15  Kenichi Handa  <handa@m17n.org> 
     25 
     26        * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET.  If SRC 
     27        is exhausted, return with RET. 
     28        (detect_coding_emacs_mule, detect_coding_iso2022) 
     29        (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) 
     30        (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above 
     31        change. 
     32 
     332006-08-14  Chong Yidong  <cyd@stupidchicken.com> 
     34 
     35        * keyboard.c (read_char): Don't reset idle timers if a time limit 
     36        is supplied. 
     37 
     382006-08-14  Kim F. Storm  <storm@cua.dk> 
     39 
     40        * .gdbinit (pitx): Print iterator position. 
     41        Limit stack dump in case iterator is not initialized. 
     42 
     432006-08-12  Eli Zaretskii  <eliz@gnu.org> 
     44 
     45        * frame.c (Fmouse_position, Fmouse_pixel_position) 
     46        (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix. 
     47 
     482006-08-11  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se> 
     49 
     50        * xselect.c (Fx_register_dnd_atom): New function. 
     51        (syms_of_xselect): Defsubr it. 
     52        (x_handle_dnd_message): Check that message_type is in 
     53        dpyinfo->x_dnd_atoms before generating lisp event. 
     54 
     55        * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track 
     56        of drag and drop Atoms. 
     57 
     58        * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* 
     59 
     60 
     612006-08-10  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se> 
     62 
     63        * keyboard.c: Define in_sighandler. 
     64        (input_available_signal): Set in_sighandler. 
     65        (init_keyboard): Initialize in_sighandler. 
     66 
     67        * keyboard.h: Declare in_sighandler. 
     68 
     69        * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler 
     70        to check if mutex should be locked or not. 
     71 
    1722006-08-09  Richard Stallman  <rms@gnu.org> 
    273