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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 13 Oct 2004 13:21:17 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3916 emacs/src/ChangeLog:1.3917
*** emacs/src/ChangeLog:1.3916  Wed Oct 13 09:50:15 2004
--- emacs/src/ChangeLog Wed Oct 13 17:04:13 2004
***************
*** 1,3 ****
--- 1,9 ----
+ 2004-10-13  Stefan Monnier  <address@hidden>
+ 
+       * keymap.c (get_keymap): An autoload form is not a keymap.
+ 
+       * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
+ 
  2004-10-13  Kim F. Storm  <address@hidden>
  
        * callproc.c (Fcall_process): Simplify handling of display arg.
***************
*** 15,22 ****
  
  2004-10-12  Kenichi Handa  <address@hidden>
  
!       * xdisp.c (get_next_display_element): If
!       unibyte_display_via_language_environment is zero, display 8-bit
        chars in octal in unibyte buffer.
  
  2004-10-12  Kim F. Storm  <address@hidden>
--- 21,28 ----
  
  2004-10-12  Kenichi Handa  <address@hidden>
  
!       * xdisp.c (get_next_display_element):
!       If unibyte_display_via_language_environment is zero, display 8-bit
        chars in octal in unibyte buffer.
  
  2004-10-12  Kim F. Storm  <address@hidden>
***************
*** 26,47 ****
  
  2004-10-11  Jan Dj,Ad(Brv  <address@hidden>
  
!       * xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
  
  2004-10-10  YAMAMOTO Mitsuharu  <address@hidden>
  
!       * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
!       (x_lower_frame): Add BLOCK_INPUT around SendBehind
        (make_mac_frame): Add BLOCK_INPUT around the making of a
!       terminal frame
!       (mac_initialize): Add BLOCK_INPUT around carbon initialization
!       * macgui.h (mktime): Use emacs_mktime
        * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
        Make a cancel file-open dialog be like C-g.
!       * mac.c (mktime): Use emacs_mktime
!       (Fdo_applescript): Add BLOCK_INPUT around do_applescript
!       (Fmac_paste_function): Add better error handling for carbon
!       cut/paste
  
  2004-10-10  Kim F. Storm  <address@hidden>
  
--- 32,52 ----
  
  2004-10-11  Jan Dj,Ad(Brv  <address@hidden>
  
!       * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
  
  2004-10-10  YAMAMOTO Mitsuharu  <address@hidden>
  
!       * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
!       (x_lower_frame): Add BLOCK_INPUT around SendBehind.
        (make_mac_frame): Add BLOCK_INPUT around the making of a
!       terminal frame.
!       (mac_initialize): Add BLOCK_INPUT around carbon initialization.
!       * macgui.h (mktime): Use emacs_mktime.
        * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
        Make a cancel file-open dialog be like C-g.
!       * mac.c (mktime): Use emacs_mktime.
!       (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
!       (Fmac_paste_function): Add better error handling for carbon cut/paste.
  
  2004-10-10  Kim F. Storm  <address@hidden>
  
***************
*** 55,66 ****
  
  2004-10-08  Steven Tamm  <address@hidden>
  
!       * config.in (HAVE_MALLOC_MALLOC_H): Regenerate
        * macterm.c (mac_check_for_quit_char): Remove warning for using
!       NULL where 0 should be used
        * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
        objc/malloc.h
!       * mac.c: Include time.h for Tiger compatibility
  
  2004-10-07  Kim F. Storm  <address@hidden>
  
--- 60,71 ----
  
  2004-10-08  Steven Tamm  <address@hidden>
  
!       * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
        * macterm.c (mac_check_for_quit_char): Remove warning for using
!       NULL where 0 should be used.
        * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
        objc/malloc.h
!       * mac.c: Include time.h for Tiger compatibility.
  
  2004-10-07  Kim F. Storm  <address@hidden>
  
***************
*** 206,213 ****
        Change arg to Lisp_Object and fail if not an integer.
        (get_fringe_bitmap_name, resolve_fringe_bitmap)
        (destroy_fringe_bitmap): New functions.
!       (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.  Use
!       destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
        clear its fringe property.
        (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
        Fdestroy_fringe_bitmap.
--- 211,218 ----
        Change arg to Lisp_Object and fail if not an integer.
        (get_fringe_bitmap_name, resolve_fringe_bitmap)
        (destroy_fringe_bitmap): New functions.
!       (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
!       Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
        clear its fringe property.
        (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
        Fdestroy_fringe_bitmap.
***************
*** 232,238 ****
  
  2004-09-25  Jan Dj,Ad(Brv  <address@hidden>
  
!       * config.in: Rebuild
  
  2004-09-24  Jan Dj,Ad(Brv  <address@hidden>
  
--- 237,243 ----
  
  2004-09-25  Jan Dj,Ad(Brv  <address@hidden>
  
!       * config.in: Rebuild.
  
  2004-09-24  Jan Dj,Ad(Brv  <address@hidden>
  
***************
*** 252,258 ****
        Handle the case where we reach the old displayed text,
        out of sync with the old line boundary.
  
! 2004-09-14  Stefan  <address@hidden>
  
        * fileio.c (Finsert_file_contents): Fix case of replacement in a
        narrowed buffer.
--- 257,263 ----
        Handle the case where we reach the old displayed text,
        out of sync with the old line boundary.
  
! 2004-09-14  Stefan Monnier  <address@hidden>
  
        * fileio.c (Finsert_file_contents): Fix case of replacement in a
        narrowed buffer.
***************
*** 274,280 ****
        (Fbyte_code): Remove dead code after `wrong_type_argument'.
  
        * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
!       before doing the mark_stack_check_gcpros since they are not on the 
stack.
  
  2004-09-12  Kim F. Storm  <address@hidden>
  
--- 279,285 ----
        (Fbyte_code): Remove dead code after `wrong_type_argument'.
  
        * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
!       before doing the mark_stack_check_gcpros since they're not on the stack.
  
  2004-09-12  Kim F. Storm  <address@hidden>
  
***************
*** 293,300 ****
        blockinput.h.
        (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
        charset.h, and coding.h
!       (w16select.o): Depend on buffer.h, charset.h, coding.h, and
!       composite.h.
        (term.o): Depend on window.h and keymap.h.
        (abbrev.o): Depend on syntax.h.
        (callint.o): Depend on keymap.h.
--- 298,304 ----
        blockinput.h.
        (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
        charset.h, and coding.h
!       (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
        (term.o): Depend on window.h and keymap.h.
        (abbrev.o): Depend on syntax.h.
        (callint.o): Depend on keymap.h.
***************
*** 327,334 ****
        (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
        (intervals.o): Depend on keymap.h.
  
!       * msdos.c (msdos_set_cursor_shape, IT_display_cursor): Add
!       debugging print-out to termscript.
  
  2004-09-09  Richard M. Stallman  <address@hidden>
  
--- 331,338 ----
        (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
        (intervals.o): Depend on keymap.h.
  
!       * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
!       Add debugging print-out to termscript.
  
  2004-09-09  Richard M. Stallman  <address@hidden>
  
***************
*** 354,361 ****
  2004-09-07  Luc Teirlinck  <address@hidden>
  
        * buffer.h (struct buffer): Add auto_save_file_format field.
!       * buffer.c (reset_buffer, init_buffer_once): Handle
!       auto_save_file_format field.
        (syms_of_buffer): Add DEFVAR_PER_BUFFER for
        `buffer-auto-save-file-format'.
        * fileio.c: Delete declaration for removed Vauto_save_file_format.
--- 358,365 ----
  2004-09-07  Luc Teirlinck  <address@hidden>
  
        * buffer.h (struct buffer): Add auto_save_file_format field.
!       * buffer.c (reset_buffer, init_buffer_once):
!       Handle auto_save_file_format field.
        (syms_of_buffer): Add DEFVAR_PER_BUFFER for
        `buffer-auto-save-file-format'.
        * fileio.c: Delete declaration for removed Vauto_save_file_format.
***************
*** 368,382 ****
  
        * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
  
!       * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle
!       Unicode menu titles.
  
  2004-09-07  Kim F. Storm  <address@hidden>
  
        * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
        property from text property or overlay strings at point.
  
! 2004-09-07  Stefan  <address@hidden>
  
        * xmenu.c (update_submenu_strings): YAILOM.
        (set_frame_menubar): Make sure last_i is initialized.
--- 372,386 ----
  
        * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
  
!       * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
!       Handle Unicode menu titles.
  
  2004-09-07  Kim F. Storm  <address@hidden>
  
        * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
        property from text property or overlay strings at point.
  
! 2004-09-07  Stefan Monnier  <address@hidden>
  
        * xmenu.c (update_submenu_strings): YAILOM.
        (set_frame_menubar): Make sure last_i is initialized.
***************
*** 865,871 ****
        * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
        after getting a new string by pre-write-conversion.
  
! 2004-06-30  Stefan  <address@hidden>
  
        * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
        (x_calc_absolute_position): Remove unused var `child'.
--- 869,875 ----
        * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
        after getting a new string by pre-write-conversion.
  
! 2004-06-30  Stefan Monnier  <address@hidden>
  
        * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
        (x_calc_absolute_position): Remove unused var `child'.




reply via email to

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