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: Tue, 06 Jul 2004 07:13:27 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2701.2.27 emacs/src/ChangeLog:1.2701.2.28
*** emacs/src/ChangeLog:1.2701.2.27     Tue May 11 02:37:03 2004
--- emacs/src/ChangeLog Tue Jul  6 09:14:32 2004
***************
*** 67,72 ****
--- 67,232 ----
        (Fdocumentation, store_function_docstring): Handle interpreted
        closures.
  
+ 2004-05-18  Kim F. Storm  <address@hidden>
+ 
+       * blockinput.h (INPUT_BLOCKED_P): New macros.
+ 
+       * keyboard.c (Frecursive_edit): Return immediately if input blocked.
+       (Ftop_level): Unblock input if blocked.
+ 
+       * buffer.h (GET_OVERLAYS_AT): New macro.
+       * msdos.c (IT_note_mouse_highlight): Use it.
+       * textprop.c (get_char_property_and_overlay): Use it.
+       * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
+       * xfaces.c (face_at_buffer_position): Use it.
+ 
+       * print.c (print_object): Increase buf size.
+ 
+ 2004-05-17  Jason Rumney  <address@hidden>
+ 
+       * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
+       (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
+       Lisp_Object using i member.
+       (w32_quit_key): Rename from Vw32_quit_key, and make an int.
+       (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
+       consistently.
+ 
+       * w32proc.c (create_child): Use make_number instead of masking pid.
+ 
+       * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
+       (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
+       Use EQ to compare Lisp_Objects.
+       (w32_parse_hot_key): Use int for lisp_modifiers consistently.
+ 
+       * w32term.c (w32_num_mouse_buttons): Rename from
+       Vw32_num_mouse_buttons and make it an int.
+ 
+       * w32.c (init_environment): Use it.
+ 
+       * w32fns.c (w32_wnd_proc): Likewise.
+ 
+       * w32proc.c (w32_pipe_read_delay): Rename from
+       Vw32_pipe_read_delay and make it an int.
+ 
+       * w32.c (_sys_read_ahead): Use it.
+ 
+       * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
+ 
+       * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
+ 
+       * w32inevt.c (w32_console_mouse_position, do_mouse_event)
+       (key_event): Don't mix Lisp_Object and int.
+ 
+       * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
+ 
+       * keyboard.c (kbd_buffer_get_event): Don't use event->code and
+       modifiers in language change event.
+ 
+ 2004-05-17  Kim F. Storm  <address@hidden>
+ 
+       * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
+       Such objects may be freed markers which still exist on an undo list.
+ 
+ 2004-05-16  Juanma Barranquero  <address@hidden>
+ 
+       * data.c (Fset_default): Make argument names match their use in
+       docstring.
+ 
+ 2004-05-15  Andreas Schwab  <address@hidden>
+ 
+       * emacs.c (gdb_array_mark_flag): Define.
+       * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
+ 
+ 2004-05-15  Eli Zaretskii  <address@hidden>
+ 
+       * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
+       __attribute__((__aligned__)), so that USE_LSB_TAG would not become
+       defined for the MS-DOS build.
+ 
+ 2004-05-14  Stefan Monnier  <address@hidden>
+ 
+       * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
+ 
+ 2004-05-14  Kenichi Handa  <address@hidden>
+ 
+       * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
+ 
+ 2004-05-14  YAMAMOTO Mitsuharu  <address@hidden>
+ 
+       * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
+       section to frame.c section.
+       (Fxw_display_color_p, Fx_file_dialog): Declare if
+       HAVE_WINDOW_SYSTEM defined.
+       * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
+       * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
+       * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
+       (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
+       (XTread_socket): Fix int/Lisp_Object mixup.
+       (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
+       * macterm.h (struct frame, struct face, struct image)
+       (display_x_get_resource, Fx_display_color_p)
+       (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
+       Add prototypes.
+ 
+ 2004-05-14  Kim F. Storm  <address@hidden>
+ 
+       * process.c (wait_reading_process_input): Make reentrant.
+       Make Available and Connecting non-static.  Save and restore value
+       of waiting_for_user_input_p.
+ 
+ 2004-05-13  Kim F. Storm  <address@hidden>
+ 
+       * keyboard.c (mark_kboards): Don't mark x and y members
+       that are overloaded in selection request events.
+ 
+ 2004-05-13  Stefan Monnier  <address@hidden>
+ 
+       * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
+ 
+ 2004-05-13  Glenn Morris  <address@hidden>
+ 
+       * window.c (Fdisplay_buffer, Fsplit_window)
+       (split-height-threshold): Doc fix.
+ 
+ 2004-05-13  Juanma Barranquero  <address@hidden>
+ 
+       * xfaces.c (Ftty_supports_face_attributes_p)
+       (Finternal_copy_lisp_face): Fix typo in docstring.
+       (Finternal_get_lisp_face_attribute): Fix docstring.
+ 
+ 2004-05-12  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
+ 
+ 2004-05-11  Steven Tamm  <address@hidden>
+ 
+       * macfns.c (Fx_create_frame): Default to using tool-bar by
+       setting tool-bar-lines to 1 in default-frame-alist.
+ 
+ 2004-05-11  YAMAMOTO Mitsuharu  <address@hidden>
+ 
+       * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
+       (xpm_get_color_table_v, xpm_make_color_table_h)
+       (xpm_put_color_table_h, xpm_get_color_table_h)
+       (xpm_str_to_color_key, xpm_load_image, xpm_load)
+       (syms_of_image): Support XPM on Carbon Emacs.  Does not
+       depend on libXpm, but only supports XPM version 3 without extensions.
+ 
+ 2004-05-11  YAMAMOTO Mitsuharu  <address@hidden>
+ 
+       * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
+       instead of FRAME_X_P
+ 
+ 2004-05-11  Kim F. Storm  <address@hidden>
+ 
+       * process.c (read_process_output): Grow decoding_buf when needed;
+       this could cause a crash in allocate_string and compact_small_strings.
+ 
+ 2004-04-29  Jim Blandy  <address@hidden>
+ 
+       * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
+       against proper opcode.
+ 
  2004-05-10  Juanma Barranquero  <address@hidden>
  
        * process.c (Fstart_process): Fix docstring.
***************
*** 198,205 ****
  
  2004-05-02  Eli Zaretskii  <address@hidden>
  
!       * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid
!       compiler warnings.
  
        * Makefile.in (region-cache.o): Depend on config.h.
  
--- 358,365 ----
  
  2004-05-02  Eli Zaretskii  <address@hidden>
  
!       * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
!       Avoid compiler warnings.
  
        * Makefile.in (region-cache.o): Depend on config.h.
  
***************
*** 1544,1550 ****
  
  2004-02-09  Sam Steingold  <address@hidden>
  
!       * w32term.c (w32_draw_fringe_bitmap): Fixed a typo in the last patch.
  
  2004-02-09  Kim F. Storm  <address@hidden>
  
--- 1704,1710 ----
  
  2004-02-09  Sam Steingold  <address@hidden>
  
!       * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
  
  2004-02-09  Kim F. Storm  <address@hidden>
  
***************
*** 8276,8282 ****
  
        * msdos.c (croak): Add `void' to definition.
  
!       * sysdep.c [MSDOS] (request_sigio, unrequest_sigio):
        Don't define them, they are defined in msdos.c.
  
        * mem-limits.h [MSDOS]: Declare etext.
--- 8436,8442 ----
  
        * msdos.c (croak): Add `void' to definition.
  
!       * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
        Don't define them, they are defined in msdos.c.
  
        * mem-limits.h [MSDOS]: Declare etext.




reply via email to

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