1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

19631 commits

Author SHA1 Message Date
Richard M. Stallman
d101bf56d0 *** empty log message *** 2005-05-10 09:22:07 +00:00
Richard M. Stallman
5599ac1015 Fix previous change. 2005-05-10 09:19:19 +00:00
Richard M. Stallman
285a529b0c (noinclude): Add #undef. 2005-05-10 09:18:48 +00:00
Richard M. Stallman
8faf605706 Don't include signal.h. 2005-05-10 09:18:02 +00:00
Juanma Barranquero
f1701e6542 *** empty log message *** 2005-05-09 00:38:25 +00:00
Juanma Barranquero
a4e03fe5e2 (Fexpand_file_name, Frename_file, Fadd_name_to_file, Fmake_symbolic_link,
Faccess_file, Frecent_auto_save_p): Doc fixes.
2005-05-08 23:40:34 +00:00
Juanma Barranquero
2f60660a5e (Ffile_name_completion): Make argument name match its use in docstring. 2005-05-08 22:48:19 +00:00
Luc Teirlinck
bd81fcf8db (Fdefvaralias): Remove any pre-existing variable-documentation
property of the alias.
2005-05-08 16:30:13 +00:00
Luc Teirlinck
9f29e8065a *** empty log message *** 2005-05-08 16:28:35 +00:00
Thien-Thi Nguyen
a790bcd479 (start_hourglass): Do nothing when running on a tty. 2005-05-07 00:44:02 +00:00
Juanma Barranquero
d5fb8dabeb *** empty log message *** 2005-05-06 23:10:10 +00:00
Juanma Barranquero
e475c66a1e (Fchar_table_range): Fix typos in docstring. 2005-05-06 23:04:31 +00:00
Stefan Monnier
7ec64183c1 (Fchar_table_range): Yet Another Int/Lisp_Object Mixup. 2005-05-06 22:17:30 +00:00
Eli Zaretskii
2c6b25c766 *** empty log message *** 2005-05-06 13:18:20 +00:00
Eli Zaretskii
57a131fbc0 (Flocate_file_internal): Doc fix. 2005-05-06 13:00:53 +00:00
Eli Zaretskii
6ff95f1d3b *** empty log message *** 2005-05-06 11:29:57 +00:00
Eli Zaretskii
6e6851b04f (lisp, shortlisp): Add jka-cmpr-hook.elc. 2005-05-06 11:28:34 +00:00
YAMAMOTO Mitsuharu
17d28d26ff *** empty log message *** 2005-05-06 08:05:18 +00:00
YAMAMOTO Mitsuharu
75440ed457 [DARWIN || MAC_OSX ]: Temporarily undefine
init_process when including sys/select.h.
2005-05-06 08:04:29 +00:00
YAMAMOTO Mitsuharu
469094b142 (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
members track_top and track_height.
2005-05-06 08:03:47 +00:00
YAMAMOTO Mitsuharu
5b8b73ff90 (toolkit_scroll_bar_interaction): Remove unused
variable.
(mac_handle_tool_bar_click): Remove unused function and
declaration.
[USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
(install_scroll_bar_timer, set_scroll_bar_timer)
(control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
(get_control_part_bound, x_scroll_bar_handle_press)
(x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
(x_set_toolkit_scroll_bar_thumb): New functions and declarations.
[USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
(scroll_bar_timer_event_posted_p): New variables.
[USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
(SCROLL_BAR_CONTINUOUS_DELAY): New macros.
(x_scroll_bar_create): Set control reference with NewControl.
(x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Initialize
track_top and track_height to nil.
(x_scroll_bar_set_handle, x_scroll_bar_note_movement): Put
functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
(XTset_vertical_scroll_bar): Don't make space between scroll bar
and associated window.
(XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
from window config.
(XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Set
track_top and track_height to nil when scroll bar size is changed.
Recalculate them if they are nil.
(XTread_socket) [MAC_OSX]: Use control kind to determine if the
clicked control is a scroll bar.
(XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
event handler functions.  Don't add modifiers to scroll bar click
events.  Call scroll bar release handler when window is
deactivated.
(mac_initialize): Remove unused code for X toolkit.
(syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]: Initialize
Vx_toolkit_scroll_bars to nil.
2005-05-06 08:03:24 +00:00
YAMAMOTO Mitsuharu
956c0f10b5 (x_own_selection): Accept Lisp string as result of
selection converter function.
(x_clear_frame_selections): Don't call x-lost-selection-functions
if Emacs is not owner of the selection.
(Vmac_services_selection): Put variable and initialization in
#ifdef MAC_OSX.
(syms_of_macselect) [MAC_OSX]: Set default value of
Vmac_services_selection to PRIMARY.
2005-05-06 08:03:08 +00:00
Luc Teirlinck
643b4cf525 *** empty log message *** 2005-05-05 23:17:20 +00:00
Luc Teirlinck
b0c68b63ae (Fdefvaralias): Doc fix. 2005-05-05 22:40:56 +00:00
Luc Teirlinck
c05fe5d549 (Fx_popup_menu, Fx_popup_dialog): Doc fixes. 2005-05-05 22:31:36 +00:00
Kim F. Storm
187ccf4905 (init_buffer_once): Set cursor_in_non_selected_windows default value.
(syms_of_buffer): Add default-cursor-in-non-selected-windows.
Fix type of cursor-in-non-selected-windows.
2005-05-04 22:10:14 +00:00
Kim F. Storm
99bda1288f *** empty log message *** 2005-05-04 22:10:00 +00:00
Jan Djärv
3a3563e9d9 * mac.c: #undef init_process so not to conflict with system headers. 2005-05-03 18:19:34 +00:00
Richard M. Stallman
0124c5bdea (syms_of_buffer): Define cursor-in-non-selected-windows. 2005-05-02 17:10:29 +00:00
Richard M. Stallman
55806be17d (struct buffer): Add cursor_in_non_selected_windows slot. 2005-05-02 17:09:13 +00:00
Richard M. Stallman
7695b656d9 (Vcursor_in_non_selected_windows)
(Qcursor_in_non_selected_windows): Vars deleted.
(syms_of_xdisp): Don't initialize them.
(get_window_cursor_type): Use cursor_in_non_selected_windows buffer slot.
2005-05-02 17:08:44 +00:00
Kim F. Storm
e40527dcb9 *** empty log message *** 2005-05-02 10:33:15 +00:00
Kim F. Storm
649d952dcc (executing_kbd_macro_index): Rename from executing_macro_index.
(executing_kbd_macro_iterations): Rename from executing_macro_iterations.
(executing_kbd_macro): Rename from executing_macro.

* macro.c (syms_of_macros): Rename Lisp var executing-macro-index to
executing-kbd-macro-index.
2005-05-02 10:32:40 +00:00
Kim F. Storm
5fd5f17c16 (move_it_in_display_line_to): Fix last change. 2005-05-02 09:14:38 +00:00
Kim F. Storm
4b3f161f5b *** empty log message *** 2005-05-02 09:14:23 +00:00
Luc Teirlinck
f6b1b15a85 *** empty log message *** 2005-05-02 02:18:29 +00:00
Luc Teirlinck
e3fbac653d (Fx_popup_menu): Doc fix. 2005-05-02 01:39:30 +00:00
Luc Teirlinck
4d49edf6d6 *** empty log message *** 2005-05-02 00:52:19 +00:00
Luc Teirlinck
6f63837bf8 (syms_of_charset): Delete defsubr for Schars_in_region. 2005-05-02 00:37:18 +00:00
Jason Rumney
07beadff0a (USAGE3, USAGE4): Keep strings below 2048 bytes. 2005-05-02 00:23:27 +00:00
Jason Rumney
4a766fe648 *** empty log message *** 2005-05-02 00:22:11 +00:00
Thien-Thi Nguyen
d37e919d2c *** empty log message *** 2005-05-01 23:22:38 +00:00
Thien-Thi Nguyen
c924d3ff93 Fix typo. 2005-05-01 23:15:12 +00:00
Nick Roberts
b161ea4eea *** empty log message *** 2005-05-01 22:51:13 +00:00
Kim F. Storm
5c2e5a5e28 *** empty log message *** 2005-05-01 22:33:16 +00:00
Nick Roberts
189cbdd6bb (Fchars_in_region): Remove as obsolete. 2005-05-01 22:19:14 +00:00
Kim F. Storm
20b44bb85a (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.
This may happen if last glyphs was an image or stretch glyph.
2005-05-01 21:42:34 +00:00
Luc Teirlinck
bec0b76869 (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro. 2005-05-01 20:04:11 +00:00
Richard M. Stallman
ebbfa918de *** empty log message *** 2005-05-01 18:54:56 +00:00
Richard M. Stallman
be6ed24aba [not HAVE_X_TOOLKIT] (xmenu_show):
If user cancels the menu, quit unless FOR_CLICK.
2005-05-01 18:49:28 +00:00