1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

19658 commits

Author SHA1 Message Date
Richard M. Stallman
240d926eb2 Reclassify item. Update copyright year. 2005-05-20 22:05:21 +00:00
Juanma Barranquero
09e8eb5bae (lookup_image, png_read_from_memory): Remove hacks (and misleading comments).
(DEF_IMGLIB_FN): Use C calling convention for image libraries.
2005-05-20 17:51:38 +00:00
Lute Kamstra
f3fbdb1f2d (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value. 2005-05-20 11:18:22 +00:00
Nick Roberts
639ec7659c *** empty log message *** 2005-05-19 00:11:48 +00:00
Nick Roberts
a24ce15168 (syms_of_keyboard): Remove lisp variables
post-command-idle-hook and post-command-idle-delay.
(command_loop_1): Don't try to execute post-command-idle-hook.
2005-05-18 23:19:56 +00:00
Kim F. Storm
4ca39724e0 (adjust_point_for_property): Skip empty overlay string. 2005-05-16 21:25:32 +00:00
Kim F. Storm
a605fefc84 (handle_display_prop): Handle empty replacement.
(handle_single_display_spec): Return -1 for empty replacement.
2005-05-16 21:25:20 +00:00
Kim F. Storm
1cb83e13ed *** empty log message *** 2005-05-16 21:24:58 +00:00
Kim F. Storm
2fde15007c (pitx): Print more info about iterator. 2005-05-16 20:51:05 +00:00
Kim F. Storm
03d42907bc *** empty log message *** 2005-05-16 20:50:51 +00:00
Andreas Schwab
0da46b6eea (unexec_realloc): Move declarations before statements. 2005-05-16 15:17:55 +00:00
Richard M. Stallman
d06ba29495 *** empty log message *** 2005-05-14 14:17:07 +00:00
Richard M. Stallman
0644322d90 (message3): Call cancel_echoing. 2005-05-14 14:09:36 +00:00
Richard M. Stallman
8a4c9dc44e (Fmemory_full_p): New function.
(syms_of_alloc): defsubr it.
2005-05-14 14:07:03 +00:00
Richard M. Stallman
c8f440050a (send_process_trap): Unblock SIGPIPE.
(send_process): Reset SIGPIPE handler before reporting error.
2005-05-14 14:06:33 +00:00
Nick Roberts
40a8993a0a (syms_of_emacs): Fix doc string for system-type. 2005-05-13 23:28:35 +00:00
Nick Roberts
90713743fd *** empty log message *** 2005-05-13 23:27:04 +00:00
Richard M. Stallman
6840d3505d (Finsert_file_contents): Fix previous change. 2005-05-13 23:09:41 +00:00
Richard M. Stallman
68780e2abd (Ffind_file_name_handler): Handle lambda-exp as handler.
(Finsert_file_contents): If we read 0 bytes from a special file,
unlock the visited file if we locked it.
(Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
(Ffile_exists_p, Ffile_symlink_p): Doc fixes.
2005-05-13 13:34:23 +00:00
YAMAMOTO Mitsuharu
5063dbbf5a *** empty log message *** 2005-05-13 08:55:33 +00:00
YAMAMOTO Mitsuharu
34e1bbc25e (main) [MAC_OS8]: Call init_atimer before mac_term_init. 2005-05-13 08:45:13 +00:00
YAMAMOTO Mitsuharu
354344a20a (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard
toolkit scroll bar thumb drag events as squeezable and prevent
redisplay from being paused by them.
2005-05-13 08:44:49 +00:00
YAMAMOTO Mitsuharu
62b00a4687 [!MAC_OSX] Include keyboard.h and syssignal.h.
[!MAC_OSX] (target_ticks): Remove variable.
[!MAC_OSX] (check_alarm, pause, index): Remove functions.
[!MAC_OSX && __MRC__] (sys_strftime): Likewise.
[!MAC_OSX] (select): If fd 0 is not set in rfds and some input
event occurs before timeout, behave as if the function were
interrupted.
[!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
handling using Time Manager routines.
[!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask): New
variables.
[!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
(setitimer): New functions.
2005-05-13 08:44:20 +00:00
YAMAMOTO Mitsuharu
b78c807ab4 Don't include signal.h. 2005-05-13 08:43:18 +00:00
YAMAMOTO Mitsuharu
e6bdfa32e4 [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
Rename from get_control_part_bound.  All callers changed.
(x_scroll_bar_clear): New function.
(x_clear_frame): Use it.
(XTset_vertical_scroll_bar): Don't call Draw1Control.
(x_scroll_bar_handle_click): Change type of second argument from
int to ControlPartCode.
(check_alarm): Remove declaration.
(XTread_Socket) [!TARGET_API_MAC_CARBON]: Don't call it.
(XTread_Socket): Use ControlPartCode instead of SInt16.
2005-05-13 08:42:38 +00:00
YAMAMOTO Mitsuharu
40ef069579 Include assert.h.
(MACOSX_MALLOC_MULT16): New define.
[MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
ptr is in unexec regions by checking it is multiple of 16.
(unexec_malloc_header_t): New typedef.
(unexec_malloc, unexec_realloc, unexec_free): Store and use
allocated size information in unexec_malloc_header.
2005-05-13 08:41:03 +00:00
YAMAMOTO Mitsuharu
3f2bf04a77 (syms_of_macselect) [MAC_OSX]: Apply a change that was previously
mentioned but actually not applied.
2005-05-13 02:28:53 +00:00
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