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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [lexbind]
Date: Sat, 04 Sep 2004 05:40:53 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2701.2.53 emacs/src/ChangeLog:1.2701.2.54
*** emacs/src/ChangeLog:1.2701.2.53     Sat Sep  4 09:24:36 2004
--- emacs/src/ChangeLog Sat Sep  4 09:26:23 2004
***************
*** 1,3 ****
--- 1,68 ----
+ 2004-08-26  YAMAMOTO Mitsuharu  <address@hidden>
+ 
+       * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
+       strings in menu items.
+       (single_submenu): Use ENCODE_MENU_STRING
+       (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
+       button release isn't passed to event loop
+       (add_menu_item): Use SetMenuItemWithCFString
+ 
+ 2004-08-26  Steven Tamm  <address@hidden>
+ 
+       * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
+       tool-bar/menu click
+       * macfns.c (Fx_file_dialog): Implemented using NavServices
+ 
+ 2004-08-24  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
+ 
+       * xfns.c (x_window_to_frame, x_any_window_to_frame)
+       (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
+       (x_top_window_to_frame): Return 0 if wdesc is None.
+ 
+ 2004-08-22  Richard M. Stallman  <address@hidden>
+ 
+       * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
+       HAVE_TERMIOS]: If there's no char for this signal, drop through
+       and use system calls.
+ 
+       * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
+ 
+ 2004-08-20  Kim F. Storm  <address@hidden>
+ 
+       * process.c (wait_reading_process_output): Rename from
+       wait_reading_process_input.  All uses changed.
+       (wait_reading_process_output_1): Rename from
+       wait_reading_process_input_1.  All uses changed.
+ 
+       * dispnew.c (Fsleep_for): Remove obsolete code.
+ 
+ 2004-08-20  Kenichi Handa  <address@hidden>
+ 
+       * syntax.c (skip_chars): Fix for unibyte case.
+ 
+ 2004-08-19  Stefan Monnier  <address@hidden>
+ 
+       * syntax.c (char_quoted): Mixup byte/char pos.
+       (back_comment): Fixup globals in all cases.
+ 
+ 2004-08-19  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
+       passing it to gtk_window_set_title.
+ 
+ 2004-08-19  Kim F. Storm  <address@hidden>
+ 
+       * process.c (wait_reading_process_input): Clean up.
+       Add wait_for_cell, wait_proc, and just_wait_proc args
+       to avoid overloading `read_kbd' and `do_display' args.
+       Change read_kbd arg to int.  All callers changed.
+ 
+       * process.c (process_send_signal): Use CDISABLE.
+ 
+       * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
+ 
  2004-08-18  Kim F. Storm  <address@hidden>
  
        * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;




reply via email to

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