diff options
| author | Paul Eggert | 2011-05-29 18:12:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-29 18:12:12 -0700 |
| commit | 90856fe0b82ba19d1c3d73a4ba48007380201e66 (patch) | |
| tree | 1b41ea9c212d3e7c1da29d03acc155a177db6c7c /src/ChangeLog | |
| parent | 55d4c1b248e84d347ae73278faff623741f52691 (diff) | |
| parent | ca3cf0a561302e2a94eb0ab24063e29580a97fe1 (diff) | |
| download | emacs-90856fe0b82ba19d1c3d73a4ba48007380201e66.tar.gz emacs-90856fe0b82ba19d1c3d73a4ba48007380201e66.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f31e68e9b7b..bada9f108f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-05-28 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Use 'inline', not 'INLINE'. | 3 | Use 'inline', not 'INLINE'. |
| 4 | * alloc.c, fontset.c (INLINE): Remove. | 4 | * alloc.c, fontset.c (INLINE): Remove. |
| @@ -8,6 +8,32 @@ | |||
| 8 | * gmalloc.c (register_heapinfo): Use inline unconditionally. | 8 | * gmalloc.c (register_heapinfo): Use inline unconditionally. |
| 9 | * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__. | 9 | * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__. |
| 10 | 10 | ||
| 11 | 2011-05-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 12 | |||
| 13 | * image.c: Various fixes to ImageMagick code comments. | ||
| 14 | (Fimagemagick_types): Doc fix. | ||
| 15 | |||
| 16 | 2011-05-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 17 | |||
| 18 | Minor fixes prompted by GCC 4.6.0 warnings. | ||
| 19 | |||
| 20 | * xselect.c (converted_selections, conversion_fail_tag): Now static. | ||
| 21 | |||
| 22 | * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h". | ||
| 23 | (x_clipboard_manager_save_all): Move extern decl to ... | ||
| 24 | * xterm.h: ... here, so that it can be checked for consistency. | ||
| 25 | |||
| 26 | 2011-05-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 27 | |||
| 28 | * xselect.c (x_clipboard_manager_save_frame) | ||
| 29 | (x_clipboard_manager_save_all): New functions. | ||
| 30 | (Fx_clipboard_manager_save): Lisp function deleted. | ||
| 31 | |||
| 32 | * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all. | ||
| 33 | * frame.c (delete_frame): Call x_clipboard_manager_save_frame. | ||
| 34 | |||
| 35 | * xterm.h: Update prototype. | ||
| 36 | |||
| 11 | 2011-05-28 William Xu <william.xwl@gmail.com> | 37 | 2011-05-28 William Xu <william.xwl@gmail.com> |
| 12 | 38 | ||
| 13 | * nsterm.m (ns_term_shutdown): Synchronize user defaults before | 39 | * nsterm.m (ns_term_shutdown): Synchronize user defaults before |