]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Mar 2003 20:54:45 +0000 (20:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Mar 2003 20:54:45 +0000 (20:54 +0000)
src/ChangeLog

index 47f5810abc47760920fdbbd6a8a5ee5488918ee5..cff0d176990e5ce63690b14e11b9894366b9fcab 100644 (file)
@@ -15,8 +15,8 @@
 
 2003-03-21  Kim F. Storm  <storm@cua.dk>
 
-       * xdisp.c (get_glyph_string_clip_rect): Use
-       FRAME_INTERNAL_BORDER_WIDTH.
+       * 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.
        (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
+       (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.
        * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
        and files included from it.
 
+2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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 1994-08-03T07:39:00Z!rms@gnu.org.
+
 2003-03-16  Jason Rumney  <jasonr@gnu.org>
 
        * w32gui.h: Use HDC for Display.
 
        * macterm.c: Remove consolidated defines and code.
        (mac_per_char_metric): New function for RIF.
-       (mac_encode_char): Adapted to new RIF requirements.
+       (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  <monnier@cs.yale.edu>
+
+       * 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  <rms@gnu.org>
 
        * lread.c (read1): After #!, exit loop on eof.