1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 00:10:48 -08:00
Commit graph

5586 commits

Author SHA1 Message Date
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Chong Yidong
2c5e0a1041 * xfns.c (x_set_name_internal): Undo last change. 2007-06-02 04:01:35 +00:00
Chong Yidong
8e45f1757d * xfns.c (x_set_name_internal): Save encoded name before
x_encode_text in case string data is relocated.
2007-06-01 03:57:53 +00:00
Richard M. Stallman
b49dd850dd (syms_of_buffer): Doc fix. 2007-05-31 23:47:25 +00:00
YAMAMOTO Mitsuharu
4bde4d4f3d (redisplay_internal): Bind inhibit-point-motion-hooks to t
around current_column call.
2007-05-28 03:01:26 +00:00
Chong Yidong
ef92b69b3d * xdisp.c (redisplay_window): If first window line is a continuation
line, recompute the new window start instead of recentering.
2007-05-24 23:21:23 +00:00
YAMAMOTO Mitsuharu
3654a2c34d *** empty log message *** 2007-05-24 03:17:22 +00:00
Richard M. Stallman
c81036c677 (x_connection_closed): Remove NO_RETURN. 2007-05-22 08:28:46 +00:00
Stefan Monnier
d46b87e92f (skip_chars): Update syntax-table only after we checked that
the new location is valid.
2007-05-19 15:15:19 +00:00
YAMAMOTO Mitsuharu
1d5bcd55d5 (x_calc_absolute_position): Add BLOCK_INPUT around
mac_get_window_bounds.
2007-05-19 05:08:05 +00:00
Glenn Morris
2fddf4abaf vc-hooks patch installed from trunk.
table cell issue cannot be reproduced, even by the OP. rms:
"I think we should not delay the release to fix this"
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00168.html

"A redisplay bug in 22.0.99" was fixed by this change:

2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
* image.c (pbm_load): Correctly check image size for greyscale pbm.

(see also http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00498.html).
2007-05-17 07:44:40 +00:00
YAMAMOTO Mitsuharu
e4f5123fce [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
dead key repeat and up events.
2007-05-16 08:15:44 +00:00
Chong Yidong
4e3908cd44 * xterm.c (XTread_socket): Revert last change. 2007-05-13 13:33:20 +00:00
Chong Yidong
96587f7eb9 * image.c (pbm_load): Correctly check image size for greyscale pbm. 2007-05-12 23:53:49 +00:00
Chong Yidong
e9c8d98415 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). 2007-05-12 23:35:24 +00:00
Stefan Monnier
c10b281064 (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM) 2007-05-07 15:25:47 +00:00
Richard M. Stallman
205f01b404 *** empty log message *** 2007-05-06 18:10:44 +00:00
Glenn Morris
9913756b34 Change from author without relevant assignment is (thankfully) tiny. 2007-05-05 22:57:07 +00:00
Richard M. Stallman
39f3dff9f3 *** empty log message *** 2007-05-05 04:50:04 +00:00
YAMAMOTO Mitsuharu
0f6da68b85 (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.
2007-05-01 08:17:19 +00:00
Richard M. Stallman
76181e0aac *** empty log message *** 2007-04-29 22:35:06 +00:00
YAMAMOTO Mitsuharu
769da2c15d (try_window_reusing_current_matrix): Fix number of disabled lines. 2007-04-29 07:26:50 +00:00
Jan Djärv
f56cff8836 (xg_update_menubar, create_menus): Create empty
submenu for menu bar items.
2007-04-27 06:39:45 +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
Eli Zaretskii
c9c3704c23 *** empty log message *** 2007-04-23 09:16:30 +00:00
Richard M. Stallman
5fe751c925 *** empty log message *** 2007-04-22 17:00:58 +00:00
Glenn Morris
b1e6882f00 *** empty log message *** 2007-04-21 19:48:15 +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
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
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
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
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
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
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
Chong Yidong
b1e553b467 * editfns.c (Ftranspose_regions): Validate interval before setting
text properties.
2007-04-07 03:37:37 +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
Eli Zaretskii
06efaba247 *** empty log message *** 2007-04-03 11:17:35 +00:00
Jan Djärv
0a194c9264 (xg_update_menubar): Call g_list_next after moving
menu bar item.
2007-04-03 07:34:37 +00:00
Juanma Barranquero
1a7de17e5b (Fprin1_to_string): Use macro SPECPDL_INDEX. 2007-04-02 09:21:26 +00:00
Chong Yidong
f8c9f4b1ad * keymap.c (Fcommand_remapping): New optional argument.
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.

* keyboard.c (command_loop_1): Caller changed.
2007-04-01 22:02:17 +00:00
Chong Yidong
50fcc3999b * keymap.c (where_is_internal): Scan provided keymaps for command
remappings rather than calling Fcommand_remapping.
2007-04-01 15:42:39 +00:00
Eli Zaretskii
89a4f43fac *** empty log message *** 2007-03-31 10:18:38 +00:00
Chong Yidong
6cf1226a72 * undo.c (Fprimitive_undo): Give clearer error message when trying to
change text properties outside accessible part of buffer.
2007-03-30 02:04:02 +00:00