diff options
| author | Stefan Monnier | 2009-04-13 18:45:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-04-13 18:45:12 +0000 |
| commit | 86fa089ec05c413bb2c30dd06cce852ec917bc51 (patch) | |
| tree | 7c45b99ca3cce7923b7e17ea6953db13a41fee08 /src/ChangeLog | |
| parent | 96d98c408ae64c98f71ef34a9d91797fac71c13e (diff) | |
| download | emacs-86fa089ec05c413bb2c30dd06cce852ec917bc51.tar.gz emacs-86fa089ec05c413bb2c30dd06cce852ec917bc51.zip | |
* nsselect.m (symbol_to_nsstring, clean_local_selection_data)
(ns_string_to_pasteboard_internal):
* nsmenu.m (process_dialog):
* nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
* nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
* lisp.h (Fx_load_color_file): Declare.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f4bbfa43526..e518eaee1a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * nsselect.m (symbol_to_nsstring, clean_local_selection_data) | ||
| 4 | (ns_string_to_pasteboard_internal): | ||
| 5 | * nsmenu.m (process_dialog): | ||
| 6 | * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate. | ||
| 7 | * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION. | ||
| 8 | * lisp.h (Fx_load_color_file): Declare. | ||
| 9 | |||
| 1 | 2009-04-13 Kenichi Handa <handa@m17n.org> | 10 | 2009-04-13 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * font.c (font_delete_unmatched): Preserve the order of list | 12 | * font.c (font_delete_unmatched): Preserve the order of list |