diff options
| author | Adrian Robert | 2009-02-13 13:30:35 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-02-13 13:30:35 +0000 |
| commit | ba301db32981a147c1866bf90781ec3c2714f5b7 (patch) | |
| tree | 36e4702a6812f85761493a7dfdcbd0979cbccd08 /src/ChangeLog | |
| parent | 5ae6e65f654ad1c405b8d2113007866e6b595fe6 (diff) | |
| download | emacs-ba301db32981a147c1866bf90781ec3c2714f5b7.tar.gz emacs-ba301db32981a147c1866bf90781ec3c2714f5b7.zip | |
* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7e56fb1e977..f9c24996500 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. | ||
| 4 | |||
| 5 | * nsmenu.m (pop_down_menu): Check popup_activated_flag. | ||
| 6 | (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let | ||
| 7 | pop_down_menu do the cleanup work as it is always called. (Bug#2154) | ||
| 8 | |||
| 9 | * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to | ||
| 10 | set fontset font for "mathematical-" sub-scripts. (Bug #2218) | ||
| 11 | |||
| 1 | 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * keyboard.c (adjust_point_for_property): Allow stopping betwen two | 14 | * keyboard.c (adjust_point_for_property): Allow stopping betwen two |