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: Fri, 25 Jan 2002 17:42:14 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2407 emacs/src/ChangeLog:1.2408
*** emacs/src/ChangeLog:1.2407  Fri Jan 25 09:11:11 2002
--- emacs/src/ChangeLog Fri Jan 25 17:42:13 2002
***************
*** 1,3 ****
--- 1,9 ----
+ 2002-01-25  Stefan Monnier  <address@hidden>
+ 
+       * textprop.c (Fnext_property_change, Fnext_single_property_change)
+       (Fprevious_property_change, Fprevious_single_property_change):
+       Stay within the narrowed-buffer boundaries.
+ 
  2002-01-25  Eli Zaretskii  <address@hidden>
  
        * term.c (Ftty_display_color_cells): New function.
***************
*** 270,276 ****
  2002-01-07  Jason Rumney  <address@hidden>
  
        * xmenu.c (set_frame_menubar, xmenu_show):
!       (xdialog_show): Initialize wv->help to Qnil. 
  
        * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
        (w32_dialog_show): Initialize wv->help to Qnil.
--- 276,282 ----
  2002-01-07  Jason Rumney  <address@hidden>
  
        * xmenu.c (set_frame_menubar, xmenu_show):
!       (xdialog_show): Initialize wv->help to Qnil.
  
        * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
        (w32_dialog_show): Initialize wv->help to Qnil.
***************
*** 305,312 ****
        (notice_overwritten_cursor): Don't depend on
        output_cursor and updated_area.  Compare pixel coordinates with
        window's cursor pixel coordinates.
!       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
!       notice_overwritten_cursor with new arg list.
        (show_mouse_face): Fix bug setting a row's mouse_face_p flag
        unconditionally.
        (x_draw_image_relief): Use predefined macro instead of
--- 311,318 ----
        (notice_overwritten_cursor): Don't depend on
        output_cursor and updated_area.  Compare pixel coordinates with
        window's cursor pixel coordinates.
!       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
!       Call notice_overwritten_cursor with new arg list.
        (show_mouse_face): Fix bug setting a row's mouse_face_p flag
        unconditionally.
        (x_draw_image_relief): Use predefined macro instead of
***************
*** 404,420 ****
        * keymap.c (Flookup_key): Error message if key has wrong data type.
        (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
        (exclude_key): New variable.
!       
  2001-12-28  Gerd Moellmann  <address@hidden>
  
        * xterm.c (x_setup_relief_colors): Don't compute an image's
        background color if it doesn't have a Pixmap.
!       
        * xterm.c (notice_overwritten_cursor): Don't depend on
        output_cursor and updated_area.  Compare pixel coordinates with
        window's cursor pixel coordinates.
!       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
!       notice_overwritten_cursor with new arg list.
        (show_mouse_face): Fix bug setting a row's mouse_face_p flag
        unconditionally.
  
--- 410,426 ----
        * keymap.c (Flookup_key): Error message if key has wrong data type.
        (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
        (exclude_key): New variable.
! 
  2001-12-28  Gerd Moellmann  <address@hidden>
  
        * xterm.c (x_setup_relief_colors): Don't compute an image's
        background color if it doesn't have a Pixmap.
! 
        * xterm.c (notice_overwritten_cursor): Don't depend on
        output_cursor and updated_area.  Compare pixel coordinates with
        window's cursor pixel coordinates.
!       (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
!       Call notice_overwritten_cursor with new arg list.
        (show_mouse_face): Fix bug setting a row's mouse_face_p flag
        unconditionally.
  
***************
*** 441,447 ****
        separated by mouse-movement.  When tracking mouse, only record
        first and last mouse-movement event in same window.
        Don't record mouse-movement events in keyboard macros.
!       
  2001-12-25  Richard M. Stallman  <address@hidden>
  
        * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
--- 447,453 ----
        separated by mouse-movement.  When tracking mouse, only record
        first and last mouse-movement event in same window.
        Don't record mouse-movement events in keyboard macros.
! 
  2001-12-25  Richard M. Stallman  <address@hidden>
  
        * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
***************
*** 452,458 ****
  
  2001-12-22  Pavel Jan,Bm(Bk  <address@hidden>
  
!       The following changes remove mocklisp support:
  
        * mocklisp.h, mocklisp.c: Files removed.
  
--- 458,464 ----
  
  2001-12-22  Pavel Jan,Bm(Bk  <address@hidden>
  
!       The following changes remove mocklisp support:
  
        * mocklisp.h, mocklisp.c: Files removed.
  
***************
*** 460,476 ****
        `Qmocklisp' and `Qmocklisp_arguments'.
        Remove prototype of syms_of_mocklisp.
  
!       * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp
!       files.
  
        * callint.c: Do not include mocklisp.h.
        (Fcall_interactively): Do not test for mocklisp case.
  
        * eval.c: Remove variables `Qmocklisp_arguments',
!       `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of
!       ml_apply.
!       (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do
!       not test for mocklisp case.
        (Fwhile): Remove unused variable `tem'.
        (syms_of_eval): Remove variable `moclisp-arguments'.
  
--- 466,480 ----
        `Qmocklisp' and `Qmocklisp_arguments'.
        Remove prototype of syms_of_mocklisp.
  
!       * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
  
        * callint.c: Do not include mocklisp.h.
        (Fcall_interactively): Do not test for mocklisp case.
  
        * eval.c: Remove variables `Qmocklisp_arguments',
!       `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
!       (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
!       Do not test for mocklisp case.
        (Fwhile): Remove unused variable `tem'.
        (syms_of_eval): Remove variable `moclisp-arguments'.
  
***************
*** 645,652 ****
  
  2001-12-09  Jason Rumney  <address@hidden>
  
!       * w32menu.c (_widget_value): Make `help' field a Lisp_Object. Add
!       comment to explain where the struct came from.
        (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
        (add_menu_item): Process pop-up menus first to avoid memory leak.
        (add_menu_item, w32_menu_display_help): Use `help' field as
--- 649,656 ----
  
  2001-12-09  Jason Rumney  <address@hidden>
  
!       * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
!       Add     comment to explain where the struct came from.
        (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
        (add_menu_item): Process pop-up menus first to avoid memory leak.
        (add_menu_item, w32_menu_display_help): Use `help' field as
***************
*** 675,681 ****
        * alloc.c (inhibit_garbage_collection): Don't exceed value an int
        can hold.
  
!       * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
        from most_positive_fixnum and most_negative_fixnum, resp., and
        type changed to Lisp_Object.
        (syms_of_data): DEFVAR_LISP them.
--- 679,685 ----
        * alloc.c (inhibit_garbage_collection): Don't exceed value an int
        can hold.
  
!       * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
        from most_positive_fixnum and most_negative_fixnum, resp., and
        type changed to Lisp_Object.
        (syms_of_data): DEFVAR_LISP them.



reply via email to

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