-2007-05-06 Richard Stallman <rms@gnu.org>
+ 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
+
+2007-05-07 Andreas Schwab <schwab@suse.de>
- * process.c: Undo May 3 change.
+ * keymap.c (Flookup_key): Fix typo in last change.
-2007-05-03 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
+2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
- * process.c (Faccept_process_output): Revert 2006-03-22 change so
- that the third argument once again is in microseconds (not
- milliseconds). This makes it compatible with Emacs 21 and
- earlier. Problem found by Henrik Rindl\e,Av\e(Bw.
+ * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
+ mapping for unibyte strings.
2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>