diff options
| author | Karoly Lorentey | 2007-01-13 22:59:28 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2007-01-13 22:59:28 +0000 |
| commit | 38db5c8d522cc1faa8190e77dbc932a5560e6aad (patch) | |
| tree | efe4c81d7210843bb208282461ebce12c5bd3daf /src/ChangeLog | |
| parent | 191ae1cf7cd2571277635b3b8e488e773ca5c9b9 (diff) | |
| parent | b4ec8cb4e66f94547e8215a1c1eb6cda3b83ca63 (diff) | |
| download | emacs-38db5c8d522cc1faa8190e77dbc932a5560e6aad.tar.gz emacs-38db5c8d522cc1faa8190e77dbc932a5560e6aad.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-592
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-593
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-594
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-595
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-596
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-597
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-598
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-186
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-187
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-188
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-189
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-190
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-191
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-593
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 80 |
1 files changed, 74 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 97c9d4cbeb9..1974d45dd2c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,71 @@ | |||
| 1 | 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * editfns.c (Fformat): Allow integer-format to work with floats of size | ||
| 4 | larger than most-positive-fixnum (but still smaller than MAXINT). | ||
| 5 | |||
| 6 | * dired.c (Ffile_attributes): Use floats for large uids/gids. | ||
| 7 | |||
| 8 | 2007-01-09 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 10 | * emacs.c (syms_of_emacs) <path-separator>: Doc fix. | ||
| 11 | |||
| 12 | 2007-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 13 | |||
| 14 | * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT | ||
| 15 | around mkstemp. | ||
| 16 | |||
| 17 | * image.c (XDrawLine) [MAC_OS]: Remove macro. | ||
| 18 | (XCreateGC_pixmap) [!HAVE_NTGUI]: Likewise. | ||
| 19 | (x_disable_image) [!HAVE_NTGUI]: Use XCreateGC instead of | ||
| 20 | XCreateGC_pixmap. | ||
| 21 | |||
| 22 | * macgui.h (Display): Typedef to opaque type. | ||
| 23 | |||
| 24 | * macmenu.c (mac_dialog_modal_filter) [MAC_OSX]: New function. | ||
| 25 | (Fx_popup_dialog) [MAC_OSX]: Use standard alert if called from | ||
| 26 | Fmessage_box, Fyes_or_no_p, or Fy_or_n_p. | ||
| 27 | [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030] (menu_quit_handler): | ||
| 28 | Use mac_quit_char_key_p. | ||
| 29 | |||
| 30 | * macterm.c (XDrawLine): Rename from mac_draw_line_to_pixmap. | ||
| 31 | (XCreateGC): Change type of 2nd argument to void *. | ||
| 32 | (XFreeGC) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: | ||
| 33 | Fix last change. | ||
| 34 | (mac_to_emacs_modifiers): Change return type to int. | ||
| 35 | [USE_CARBON_EVENTS] (mac_event_to_emacs_modifiers): Likewise. | ||
| 36 | (mac_mapped_modifiers): New function. | ||
| 37 | (XTread_socket): Use it. | ||
| 38 | [USE_TSM] (mac_handle_text_input_event): Likewise. | ||
| 39 | (do_window_update) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw. | ||
| 40 | (mac_quit_char_modifiers, mac_quit_char_keycode) [MAC_OSX]: | ||
| 41 | Remove variables. | ||
| 42 | (mac_determine_quit_char_modifiers, init_quit_char_handler) | ||
| 43 | [MAC_OSX]: Remove functions. | ||
| 44 | (make_ctrl_char) [MAC_OSX]: Add extern. | ||
| 45 | (mac_quit_char_key_p) [MAC_OSX]: New function. | ||
| 46 | (mac_initialize) [MAC_OSX]: Don't call init_quit_char_handler. | ||
| 47 | |||
| 48 | * macterm.h (FONT_MAX_WIDTH): Remove unused macro. | ||
| 49 | (XCreateGC): Change type in extern. | ||
| 50 | (XDrawLine): Rename from mac_draw_line_to_pixmap. | ||
| 51 | (mac_quit_char_key_p) [MAC_OSX]: Add extern. | ||
| 52 | |||
| 53 | 2007-01-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 54 | |||
| 55 | * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and | ||
| 56 | interrupt_input_pending. | ||
| 57 | |||
| 58 | * xterm.h (x_display_info): New: net_supported_atoms, | ||
| 59 | nr_net_supported_atoms and net_supported_window. | ||
| 60 | |||
| 61 | * xterm.c: New variable last_user_time. | ||
| 62 | (handle_one_xevent): Set last_user_time from events that have Time. | ||
| 63 | Set net_supported_window to 0 when reparented. | ||
| 64 | (wm_supports): New function. | ||
| 65 | (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE. | ||
| 66 | (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms | ||
| 67 | and net_supported_window. | ||
| 68 | |||
| 1 | 2007-01-05 Kim F. Storm <storm@cua.dk> | 69 | 2007-01-05 Kim F. Storm <storm@cua.dk> |
| 2 | 70 | ||
| 3 | * indent.c (Fvertical_motion): Fix it overshoot check for overlay | 71 | * indent.c (Fvertical_motion): Fix it overshoot check for overlay |
| @@ -148,8 +216,8 @@ | |||
| 148 | 216 | ||
| 149 | 2006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 217 | 2006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 150 | 218 | ||
| 151 | * macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call | 219 | * macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]: |
| 152 | mac_update_proxy_icon also when buffer modification flag changed. | 220 | Call mac_update_proxy_icon also when buffer modification flag changed. |
| 153 | [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias, | 221 | [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias, |
| 154 | but compare FSRef/FSSpec of resolved alias. | 222 | but compare FSRef/FSSpec of resolved alias. |
| 155 | 223 | ||
| @@ -242,8 +310,8 @@ | |||
| 242 | (Fmac_atsu_font_face_attributes) [USE_ATSUI]: New function. | 310 | (Fmac_atsu_font_face_attributes) [USE_ATSUI]: New function. |
| 243 | (syms_of_macfns) [USE_ATSUI]: Defsubr it. | 311 | (syms_of_macfns) [USE_ATSUI]: Defsubr it. |
| 244 | 312 | ||
| 245 | * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use | 313 | * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): |
| 246 | mac_wakeup_from_rne instead of mac_post_mouse_moved_event. | 314 | Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event. |
| 247 | 315 | ||
| 248 | * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call | 316 | * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call |
| 249 | ATSUGetGlyphBounds if not necessary. | 317 | ATSUGetGlyphBounds if not necessary. |
| @@ -256,8 +324,8 @@ | |||
| 256 | (mac_load_query_font) [USE_ATSUI]: Use atsu_find_font_from_family_name. | 324 | (mac_load_query_font) [USE_ATSUI]: Use atsu_find_font_from_family_name. |
| 257 | Don't get metrics for Latin-1 right half characters. | 325 | Don't get metrics for Latin-1 right half characters. |
| 258 | (mac_load_query_font): Don't load font if space width is not positive. | 326 | (mac_load_query_font): Don't load font if space width is not positive. |
| 259 | [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): Use | 327 | [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): |
| 260 | mac_wakeup_from_rne instead of mac_post_mouse_moved_event. | 328 | Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event. |
| 261 | (XTread_socket): Call SelectWindow when unfocused frame is clicked. | 329 | (XTread_socket): Call SelectWindow when unfocused frame is clicked. |
| 262 | 330 | ||
| 263 | * macterm.h (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern. | 331 | * macterm.h (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern. |