Mercurial > emacs
diff src/ChangeLog @ 82365:e5a68f18fcb9
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 13 Aug 2007 13:41:28 +0000 |
parents | cb141f698420 d7110429d0a7 |
children | 750292f64422 5b644ae74c91 424b655804ca |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 13 11:27:41 2007 +0000 +++ b/src/ChangeLog Mon Aug 13 13:41:28 2007 +0000 @@ -23,6 +23,12 @@ * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event): Don't use invisible frame as parent window for repositioning. +2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> + + * print.c (new_backquote_output): Rename from old_backquote_output. + (print): Inverse its logic (according to its name) so as to match the + behavior of new_backquote_flag in lread.c. + 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * gmalloc.c (posix_memalign): New function. @@ -41,6 +47,10 @@ (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround for window repositioning. +2007-08-08 Glenn Morris <rgm@gnu.org> + + * Replace `iff' in doc-strings and comments. + 2007-08-07 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (move_it_by_lines): Remove incorrect optimization.