diff options
| author | Kenichi Handa | 2012-10-07 21:58:14 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-10-07 21:58:14 +0900 |
| commit | dade5fca51ce2ed10fdace1cfcf78287599154a1 (patch) | |
| tree | 299c84e1ce2c5a95237b41781113790626d259c5 /src/ChangeLog | |
| parent | 6aa75fb62f6cdc4164d935ef14d57feec5ed6e0a (diff) | |
| parent | 78d876b90e52400b7bbb086ca1a471d3d20d0e98 (diff) | |
| download | emacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.tar.gz emacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 956e78e6c7e..492b966a256 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,65 @@ | |||
| 1 | 2012-10-07 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506). | ||
| 4 | |||
| 5 | * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of | ||
| 6 | MAC_OS_X_VERSION_10_6. | ||
| 7 | (syms_of_nsterm): Remove comment about Panther and above for ns-antialias-text. | ||
| 8 | * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove. | ||
| 9 | (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4. | ||
| 10 | (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3. | ||
| 11 | |||
| 12 | * nsselect.m (ns_string_from_pasteboard): Remove check for >= | ||
| 13 | MAC_OS_X_VERSION_10_4. | ||
| 14 | |||
| 15 | * nsmenu.m (fillWithWidgetValue:): Remove code for < MAC_OS_X_VERSION_10_2. | ||
| 16 | |||
| 17 | * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger. | ||
| 18 | |||
| 19 | * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4. | ||
| 20 | (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4. | ||
| 21 | |||
| 22 | * nsterm.m (ns_in_resize): Remove (Bug#12479). | ||
| 23 | (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove. | ||
| 24 | (ns_clear_frame, sendEvent, windowDidResize, drawRect:): Remove ns_in_resize | ||
| 25 | check. | ||
| 26 | (ns_clear_frame_area): Remove resize handle code. | ||
| 27 | |||
| 28 | * nsfns.m (ns_in_resize): Remove. | ||
| 29 | (x_set_icon_name, ns_set_name, ns_set_name_as_filename): Remove ns_in_resize | ||
| 30 | check. | ||
| 31 | |||
| 32 | 2012-10-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 33 | |||
| 34 | Improve sys_siglist detection. | ||
| 35 | * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's | ||
| 36 | defined as a macro, as is done in Solaris. | ||
| 37 | (sys_siglist_entries): New macro. | ||
| 38 | (save_strsignal): Use it. | ||
| 39 | * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify | ||
| 40 | GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection. | ||
| 41 | |||
| 42 | 2012-10-06 Jan Djärv <jan.h.d@swipnet.se> | ||
| 43 | |||
| 44 | * nsfns.m (Fx_create_frame): Call x_default_parameter with | ||
| 45 | fullscreen/Fullscreen. | ||
| 46 | |||
| 47 | * nsterm.h (EmacsView): Rename tbar_height to tibar_height. | ||
| 48 | tobar_height is new. | ||
| 49 | |||
| 50 | * nsterm.m (x_make_frame_visible): Check for fullscreen. | ||
| 51 | (ns_fullscreen_hook): Activate old style fullscreen with a timer. | ||
| 52 | (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen. | ||
| 53 | (windowDidResize:): Check for correct window if old style fullscreen. | ||
| 54 | Capitalize word in comment. Remove incorrect comment. | ||
| 55 | (initFrameFromEmacs:): tbar_height renamed tibar_height. | ||
| 56 | (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix | ||
| 57 | error in drawing background. | ||
| 58 | (toggleFullScreen:): Remove comment. Rearrange calls. | ||
| 59 | Set toolbar values to zero, save old height in tobar_height. | ||
| 60 | Restore tool bar height when leaving fullscreen. | ||
| 61 | (canBecomeMainWindow): New function. | ||
| 62 | |||
| 1 | 2012-10-06 Paul Eggert <eggert@cs.ucla.edu> | 63 | 2012-10-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 64 | ||
| 3 | * keyboard.c (read_char): Remove unnecessary 'volatile's and label. | 65 | * keyboard.c (read_char): Remove unnecessary 'volatile's and label. |