* keymap.c: Remove all NS-specific code.
[bpt/emacs.git] / src / ChangeLog
index 3e85f45..8dffef4 100644 (file)
@@ -1,5 +1,38 @@
+2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c: Remove all NS-specific code.
+       (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
+       (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
+       where_is_preferred_modifier, return a different value depending on how
+       preferred is the binding.
+       (where_is_internal): Adjust accordingly.
+       (Fwhere_is_internal): Refresh where_is_preferred_modifier.
+       Adjust to new preferred_sequence_p.
+       (syms_of_keymap): Declare `where-is-preferred-modifier'.
+       * keyboard.c (parse_solitary_modifier): Not static any more.
+       * keyboard.h (parse_solitary_modifier): Declare.
+
+2008-07-16  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
+       of easymenu.
+
+2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (move_it_in_display_line): Account for word wrap, so
+       that we don't move off the line.
+
+2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keyboard.c (Qsuper): Remove.
+       (parse_menu_item): Don't call where_is_internal specially for NS.
+
 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * s/gnu-linux.h: Remove boilerplate comments.
+
+       * m/alpha.h (__ELF__): Consolidate conditions.
+
        * m/m68k.h (linux): Use GNU_LINUX instead.
        Remove boilerplate comments.
 
@@ -10,7 +43,7 @@
 
 2008-07-16  Jason Rumney  <jasonr@gnu.org>
 
-        * w32gui.h: Repeat 26 June changes lost by last change.
+       * w32gui.h: Repeat 26 June changes lost by last change.
 
 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
@@ -50,8 +83,8 @@
 
        * s/template.h: Remove comments about static.
 
-       * sysdep.c: Remove code depending on NEED_PTEM_H, unused.  Remove
-       if 0-ed code.
+       * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
+       Remove if 0-ed code.
        (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
        were the same as the default.
        * s/vms.h (BAUD_CONVERT): Remove, same as the default.