1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00
Commit graph

22297 commits

Author SHA1 Message Date
Andreas Schwab
d6d8548d54 (Flookup_key): Fix typo in last change. 2007-05-07 20:50:08 +00:00
Stefan Monnier
5df3999833 (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
mapping for unibyte strings.
2007-05-07 15:41:37 +00:00
YAMAMOTO Mitsuharu
b28d7564a8 (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.
2007-05-01 08:15:56 +00:00
Richard M. Stallman
78f0d1fc66 *** empty log message *** 2007-04-29 21:57:37 +00:00
Richard M. Stallman
bec1aca2ee (replace_range): For undo, record insertion first. 2007-04-29 21:57:33 +00:00
Andreas Schwab
4bb7141c0d (VECSIZE): Use OFFSETOF. 2007-04-29 16:08:14 +00:00
YAMAMOTO Mitsuharu
207f10c66b (try_window_reusing_current_matrix): Fix number of disabled lines. 2007-04-29 07:25:54 +00:00
Richard M. Stallman
157e31825a *** empty log message *** 2007-04-28 17:46:24 +00:00
Richard M. Stallman
4d7528d059 (read_escape): In a string, \s is always space. 2007-04-28 17:24:22 +00:00
Jan Djärv
f1f6b7692d (xdialog_show): Call Fredisplay before showing the dialog. 2007-04-27 06:26:09 +00:00
Jan Djärv
9d1536a63b (xg_update_menubar, create_menus): Create empty
submenu for menu bar items.
2007-04-27 06:21:37 +00:00
Chong Yidong
7205997c62 (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED values of the
actual window.
2007-04-24 01:32:41 +00:00
Chong Yidong
53105662b8 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
values of the actual window.
2007-04-24 01:32:31 +00:00
Richard M. Stallman
bdfeaf613f *** empty log message *** 2007-04-23 21:27:55 +00:00
Richard M. Stallman
16fdeb17a2 (Fstart_process): Doc fix. 2007-04-23 21:27:40 +00:00
Eli Zaretskii
c9c3704c23 *** empty log message *** 2007-04-23 09:16:30 +00:00
Eli Zaretskii
4b6c5eee9a (Fstart_process): Doc fix. 2007-04-23 09:02:08 +00:00
Richard M. Stallman
5fe751c925 *** empty log message *** 2007-04-22 17:00:58 +00:00
Richard M. Stallman
8d6af89213 (Fdefine_abbrev): Doc fix. 2007-04-22 17:00:20 +00:00
Richard M. Stallman
00b7c149fe (Fdefine_key): Minor doc fix. 2007-04-22 16:53:57 +00:00
Glenn Morris
b1e6882f00 *** empty log message *** 2007-04-21 19:48:15 +00:00
Glenn Morris
01681a4152 (Fdefine_key): Fix info ref in doc string. 2007-04-21 19:29:26 +00:00
Chong Yidong
923721f425 (init_system_name): Don't accept localhost.localdomain. 2007-04-20 21:36:46 +00:00
Chong Yidong
8ea8a516c3 * sysdep.c (init_system_name): Don't accept localhost.localdomain. 2007-04-20 21:36:38 +00:00
Juanma Barranquero
6cc62df0e8 (Fminibuffer_contents, Fminibuffer_contents_no_properties,
Fminibuffer_completion_contents, Fdelete_minibuffer_contents):
Doc fixes.
2007-04-19 22:22:16 +00:00
Juanma Barranquero
5a21998376 Fix typo in comment. 2007-04-19 08:41:05 +00:00
Chong Yidong
075757ccc6 (adjust_frame_glyphs_for_frame_redisplay): Set garbaged flag in
presence of window margins.
(showing_window_margins_p): New function.
2007-04-16 16:24:33 +00:00
Chong Yidong
30603ba1d6 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set
garbaged flag in presence of window margins.
(showing_window_margins_p): New function.
2007-04-16 16:24:18 +00:00
Chong Yidong
9292c85bc3 (cursor_row_p): Only end row on newline if it's a display string.
Suggested by Lennart Borgman.
2007-04-16 15:12:24 +00:00
Chong Yidong
837751ae73 * xdisp.c (cursor_row_p): Only end row on newline if it's a display
string.  Suggested by Lennart Borgman.
2007-04-16 15:11:54 +00:00
YAMAMOTO Mitsuharu
add3c3eac4 (mem_insert): Set min_heap_address and max_heap_address
if they are not yet initialized.
2007-04-16 03:09:50 +00:00
Chong Yidong
f22611c26a (redisplay_window): When deciding whether or not to recenter, don't
use the reset values of BEG_UNCHANGED and END_UNCHANGED.
2007-04-15 21:50:27 +00:00
Chong Yidong
bc4aed8fba * xdisp.c (redisplay_window): When deciding whether or not to
recenter, don't use the reset values of BEG_UNCHANGED and
END_UNCHANGED.
2007-04-15 21:50:18 +00:00
Kim F. Storm
49da74e698 (Fkill_buffer): gcpro BUF during kill_buffer_processes
and check that buffer is still alive upon return.
2007-04-13 12:52:00 +00:00
Kim F. Storm
4258757808 *** empty log message *** 2007-04-13 12:51:48 +00:00
YAMAMOTO Mitsuharu
19ee09cc77 [!TARGET_API_MAC_CARBON] Include Displays.h.
(mac_screen_config_changed): New variable.
(mac_handle_dm_notification, init_dm_notification_handler)
(mac_get_screen_info): New functions.
[MAC_OS8] (main): Call init_dm_notification_handler.
(mac_initialize) [MAC_OSX]: Likewise.
(XTread_socket): Call mac_get_screen_info if screen config changed.
(mac_initialized): Make static.
(mac_initialize_display_info): Remove function.
(mac_term_init): Call mac_get_screen_info.  Add partial contents of
mac_initialize_display_info.
2007-04-13 08:14:23 +00:00
YAMAMOTO Mitsuharu
2a953eae53 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
(mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
(mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
2007-04-12 08:12:00 +00:00
YAMAMOTO Mitsuharu
f82bd023a6 (xrm_get_preference_database, Fmac_get_preference)
[TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
2007-04-12 08:11:16 +00:00
Chong Yidong
796f2ac985 (note_mode_line_or_margin_highlight): Don't decrement glyph pointer
before start of glyph row.
2007-04-10 15:57:25 +00:00
Chong Yidong
63a4fc686d * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement glyph
pointer before start of glyph row.
2007-04-10 15:57:01 +00:00
YAMAMOTO Mitsuharu
82608dd927 *** empty log message *** 2007-04-09 09:19:18 +00:00
YAMAMOTO Mitsuharu
bb4c0e89d1 (__restrict, struct kboard): Remove outdated workarounds.
(C_SWITCH_SYSTEM): Remove `-I../mac/src'.
2007-04-09 09:18:54 +00:00
Richard M. Stallman
4c669c09dd (Fmove_to_column): Set next_boundary with correct start pt. 2007-04-08 23:59:33 +00:00
Richard M. Stallman
aa9c785283 *** empty log message *** 2007-04-08 14:32:15 +00:00
Richard M. Stallman
783460bc6c (syms_of_xdisp) <message-log-max>: Default 100. 2007-04-08 13:33:03 +00:00
Chong Yidong
6cd0f4784b (Ftranspose_regions): Validate interval before setting text
properties.
2007-04-07 03:37:48 +00:00
Chong Yidong
b1e553b467 * editfns.c (Ftranspose_regions): Validate interval before setting
text properties.
2007-04-07 03:37:37 +00:00
Chong Yidong
510def3e58 Mark 1995-03-23 change by Kevin Rodgers as tiny. 2007-04-06 00:07:14 +00:00
Eli Zaretskii
665b5955fc Fix last change. 2007-04-03 15:25:28 +00:00
Juanma Barranquero
ca21600dcc Revert non-significant part of 2007-04-02T09:21:26Z!lekktu@gmail.com. 2007-04-03 12:34:10 +00:00