Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
82364:0c34fdde692c | 82365:e5a68f18fcb9 |
---|---|
20 | 20 |
21 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 21 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
22 | 22 |
23 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event): | 23 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event): |
24 Don't use invisible frame as parent window for repositioning. | 24 Don't use invisible frame as parent window for repositioning. |
25 | |
26 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
27 | |
28 * print.c (new_backquote_output): Rename from old_backquote_output. | |
29 (print): Inverse its logic (according to its name) so as to match the | |
30 behavior of new_backquote_flag in lread.c. | |
25 | 31 |
26 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 32 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
27 | 33 |
28 * gmalloc.c (posix_memalign): New function. | 34 * gmalloc.c (posix_memalign): New function. |
29 | 35 |
38 (XTread_socket): Call ActivateControl/DeactivateControl here. | 44 (XTread_socket): Call ActivateControl/DeactivateControl here. |
39 (XTread_socket) [TARGET_API_MAC_CARBON]: | 45 (XTread_socket) [TARGET_API_MAC_CARBON]: |
40 Check mac_pass_command_to_system and mac_pass_control_to_system here. | 46 Check mac_pass_command_to_system and mac_pass_control_to_system here. |
41 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround | 47 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround |
42 for window repositioning. | 48 for window repositioning. |
49 | |
50 2007-08-08 Glenn Morris <rgm@gnu.org> | |
51 | |
52 * Replace `iff' in doc-strings and comments. | |
43 | 53 |
44 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | 54 2007-08-07 Chong Yidong <cyd@stupidchicken.com> |
45 | 55 |
46 * xdisp.c (move_it_by_lines): Remove incorrect optimization. | 56 * xdisp.c (move_it_by_lines): Remove incorrect optimization. |
47 | 57 |