diff options
| author | Miles Bader | 2007-08-13 13:41:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:41:28 +0000 |
| commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
| tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/ChangeLog | |
| parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
| parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
| download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f8dc0be7ed5..e3c212924b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -23,6 +23,12 @@ | |||
| 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 | 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. | ||
| 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. |
| @@ -41,6 +47,10 @@ | |||
| 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. |
| 43 | 49 | ||
| 50 | 2007-08-08 Glenn Morris <rgm@gnu.org> | ||
| 51 | |||
| 52 | * Replace `iff' in doc-strings and comments. | ||
| 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. |