/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2407 by eliz, Fri Jan 25 14:11:11 2002 UTC revision 1.2408 by monnier, Fri Jan 25 22:42:13 2002 UTC
# Line 1  Line 1 
1    2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
2    
3            * textprop.c (Fnext_property_change, Fnext_single_property_change)
4            (Fprevious_property_change, Fprevious_single_property_change):
5            Stay within the narrowed-buffer boundaries.
6    
7  2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>  2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
8    
9          * term.c (Ftty_display_color_cells): New function.          * term.c (Ftty_display_color_cells): New function.
# Line 270  Line 276 
276  2002-01-07  Jason Rumney  <jasonr@gnu.org>  2002-01-07  Jason Rumney  <jasonr@gnu.org>
277    
278          * xmenu.c (set_frame_menubar, xmenu_show):          * xmenu.c (set_frame_menubar, xmenu_show):
279          (xdialog_show): Initialize wv->help to Qnil.          (xdialog_show): Initialize wv->help to Qnil.
280    
281          * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):          * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
282          (w32_dialog_show): Initialize wv->help to Qnil.          (w32_dialog_show): Initialize wv->help to Qnil.
# Line 305  Line 311 
311          (notice_overwritten_cursor): Don't depend on          (notice_overwritten_cursor): Don't depend on
312          output_cursor and updated_area.  Compare pixel coordinates with          output_cursor and updated_area.  Compare pixel coordinates with
313          window's cursor pixel coordinates.          window's cursor pixel coordinates.
314          (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call          (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
315          notice_overwritten_cursor with new arg list.          Call notice_overwritten_cursor with new arg list.
316          (show_mouse_face): Fix bug setting a row's mouse_face_p flag          (show_mouse_face): Fix bug setting a row's mouse_face_p flag
317          unconditionally.          unconditionally.
318          (x_draw_image_relief): Use predefined macro instead of          (x_draw_image_relief): Use predefined macro instead of
# Line 404  Line 410 
410          * keymap.c (Flookup_key): Error message if key has wrong data type.          * keymap.c (Flookup_key): Error message if key has wrong data type.
411          (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.          (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
412          (exclude_key): New variable.          (exclude_key): New variable.
413            
414  2001-12-28  Gerd Moellmann  <gerd@gnu.org>  2001-12-28  Gerd Moellmann  <gerd@gnu.org>
415    
416          * xterm.c (x_setup_relief_colors): Don't compute an image's          * xterm.c (x_setup_relief_colors): Don't compute an image's
417          background color if it doesn't have a Pixmap.          background color if it doesn't have a Pixmap.
418            
419          * xterm.c (notice_overwritten_cursor): Don't depend on          * xterm.c (notice_overwritten_cursor): Don't depend on
420          output_cursor and updated_area.  Compare pixel coordinates with          output_cursor and updated_area.  Compare pixel coordinates with
421          window's cursor pixel coordinates.          window's cursor pixel coordinates.
422          (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call          (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
423          notice_overwritten_cursor with new arg list.          Call notice_overwritten_cursor with new arg list.
424          (show_mouse_face): Fix bug setting a row's mouse_face_p flag          (show_mouse_face): Fix bug setting a row's mouse_face_p flag
425          unconditionally.          unconditionally.
426    
# Line 441  Line 447 
447          separated by mouse-movement.  When tracking mouse, only record          separated by mouse-movement.  When tracking mouse, only record
448          first and last mouse-movement event in same window.          first and last mouse-movement event in same window.
449          Don't record mouse-movement events in keyboard macros.          Don't record mouse-movement events in keyboard macros.
450            
451  2001-12-25  Richard M. Stallman  <rms@gnu.org>  2001-12-25  Richard M. Stallman  <rms@gnu.org>
452    
453          * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.          * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
# Line 452  Line 458 
458    
459  2001-12-22  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2001-12-22  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
460    
461          The following changes remove mocklisp support:          The following changes remove mocklisp support:
462    
463          * mocklisp.h, mocklisp.c: Files removed.          * mocklisp.h, mocklisp.c: Files removed.
464    
# Line 460  Line 466 
466          `Qmocklisp' and `Qmocklisp_arguments'.          `Qmocklisp' and `Qmocklisp_arguments'.
467          Remove prototype of syms_of_mocklisp.          Remove prototype of syms_of_mocklisp.
468    
469          * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp          * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
         files.  
470    
471          * callint.c: Do not include mocklisp.h.          * callint.c: Do not include mocklisp.h.
472          (Fcall_interactively): Do not test for mocklisp case.          (Fcall_interactively): Do not test for mocklisp case.
473    
474          * eval.c: Remove variables `Qmocklisp_arguments',          * eval.c: Remove variables `Qmocklisp_arguments',
475          `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of          `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
476          ml_apply.          (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
477          (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do          Do not test for mocklisp case.
         not test for mocklisp case.  
478          (Fwhile): Remove unused variable `tem'.          (Fwhile): Remove unused variable `tem'.
479          (syms_of_eval): Remove variable `moclisp-arguments'.          (syms_of_eval): Remove variable `moclisp-arguments'.
480    
# Line 645  Line 649 
649    
650  2001-12-09  Jason Rumney  <jasonr@gnu.org>  2001-12-09  Jason Rumney  <jasonr@gnu.org>
651    
652          * w32menu.c (_widget_value): Make `help' field a Lisp_Object. Add          * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
653          comment to explain where the struct came from.          Add     comment to explain where the struct came from.
654          (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.          (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
655          (add_menu_item): Process pop-up menus first to avoid memory leak.          (add_menu_item): Process pop-up menus first to avoid memory leak.
656          (add_menu_item, w32_menu_display_help): Use `help' field as          (add_menu_item, w32_menu_display_help): Use `help' field as
# Line 675  Line 679 
679          * alloc.c (inhibit_garbage_collection): Don't exceed value an int          * alloc.c (inhibit_garbage_collection): Don't exceed value an int
680          can hold.          can hold.
681    
682          * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed          * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
683          from most_positive_fixnum and most_negative_fixnum, resp., and          from most_positive_fixnum and most_negative_fixnum, resp., and
684          type changed to Lisp_Object.          type changed to Lisp_Object.
685          (syms_of_data): DEFVAR_LISP them.          (syms_of_data): DEFVAR_LISP them.

Legend:
Removed from v.1.2407  
changed lines
  Added in v.1.2408

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26