diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee6b952e435..1f5163c556c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define | ||
| 4 | under GNUstep. | ||
| 5 | (ns_query_color): New declaration. | ||
| 6 | |||
| 7 | * nsterm.m (ns_confirm_quit): New variable. | ||
| 8 | (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it. | ||
| 9 | (EmacsApp-applicationShouldTerminate:): Use it. | ||
| 10 | (EmacsPrefsController): Let user set it. | ||
| 11 | (ns_query_color): New function. | ||
| 12 | (ns_defined_color): Use it. | ||
| 13 | (ns_initialize): Drop. | ||
| 14 | (ns_term_init): Add two lines from ns_initialize(), and set | ||
| 15 | input_interrupt_mode to nil. | ||
| 16 | |||
| 17 | * image.c (svg_load_image): Don't right-shift background RGB when | ||
| 18 | obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color. | ||
| 19 | |||
| 1 | 2009-01-28 Kenichi Handa <handa@m17n.org> | 20 | 2009-01-28 Kenichi Handa <handa@m17n.org> |
| 2 | 21 | ||
| 3 | * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit. | 22 | * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit. |