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: Sat, 22 Mar 2003 15:54:46 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3167 emacs/src/ChangeLog:1.3168
*** emacs/src/ChangeLog:1.3167  Fri Mar 21 20:35:32 2003
--- emacs/src/ChangeLog Sat Mar 22 15:54:45 2003
***************
*** 15,22 ****
  
  2003-03-21  Kim F. Storm  <address@hidden>
  
!       * xdisp.c (get_glyph_string_clip_rect): Use
!       FRAME_INTERNAL_BORDER_WIDTH.
  
        * dispextern.h (struct redisplay_interface): Add active_p
        argument to draw_window_cursor member.  All uses changed.
--- 15,22 ----
  
  2003-03-21  Kim F. Storm  <address@hidden>
  
!       * xdisp.c (get_glyph_string_clip_rect):
!       Use FRAME_INTERNAL_BORDER_WIDTH.
  
        * dispextern.h (struct redisplay_interface): Add active_p
        argument to draw_window_cursor member.  All uses changed.
***************
*** 193,199 ****
        (intersection): Remove this function.
        (find_safe_codings): Don't use Vchar_coding_system_table, but try
        all codings in SAFE_CODINGS.
!       (Ffind_coding_systems_region_internal): Adjusted for the change of
        find_safe_codings.  Get generic coding systems from
        Vcoding_system_safe_chars.
        (Fdefine_coding_system_internal): New function.
--- 193,199 ----
        (intersection): Remove this function.
        (find_safe_codings): Don't use Vchar_coding_system_table, but try
        all codings in SAFE_CODINGS.
!       (Ffind_coding_systems_region_internal): Adjust for the change of
        find_safe_codings.  Get generic coding systems from
        Vcoding_system_safe_chars.
        (Fdefine_coding_system_internal): New function.
***************
*** 232,237 ****
--- 232,243 ----
        * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
        and files included from it.
  
+ 2003-03-18  Stefan Monnier  <address@hidden>
+ 
+       * keymap.c (accessible_keymaps_1): Break cycles but without preventing
+       multiple occurrences of the same keymap under different prefixes.
+       (Faccessible_keymaps): Remove code redundant since rev 1.82.
+ 
  2003-03-16  Jason Rumney  <address@hidden>
  
        * w32gui.h: Use HDC for Display.
***************
*** 323,331 ****
  
        * macterm.c: Remove consolidated defines and code.
        (mac_per_char_metric): New function for RIF.
!       (mac_encode_char): Adapted to new RIF requirements.
        (mac_compute_glyph_string_overhangs): Adapt for RIF.
        (x_redisplay_interface): Add new members.
  
  2003-03-14  Richard M. Stallman  <address@hidden>
  
--- 329,343 ----
  
        * macterm.c: Remove consolidated defines and code.
        (mac_per_char_metric): New function for RIF.
!       (mac_encode_char): Adapt to new RIF requirements.
        (mac_compute_glyph_string_overhangs): Adapt for RIF.
        (x_redisplay_interface): Add new members.
+ 
+ 2003-03-15  Stefan Monnier  <address@hidden>
+ 
+       * keymap.c (Vmenu_events): New var.
+       (syms_of_keymap): Initialize it.
+       (where_is_internal): Check more carefully what is a menu event.
  
  2003-03-14  Richard M. Stallman  <address@hidden>
  




reply via email to

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