aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (adjust_point_for_property): Skip empty overlay string.Kim F. Storm2005-05-161-2/+5
|
* (handle_display_prop): Handle empty replacement.Kim F. Storm2005-05-161-2/+11
| | | | (handle_single_display_spec): Return -1 for empty replacement.
* *** empty log message ***Kim F. Storm2005-05-161-0/+5
|
* (pitx): Print more info about iterator.Kim F. Storm2005-05-161-7/+31
|
* *** empty log message ***Kim F. Storm2005-05-161-1/+5
|
* (unexec_realloc): Move declarations before statements.Andreas Schwab2005-05-162-2/+7
|
* *** empty log message ***Richard M. Stallman2005-05-141-0/+10
|
* (message3): Call cancel_echoing.Richard M. Stallman2005-05-141-2/+8
|
* (Fmemory_full_p): New function.Richard M. Stallman2005-05-141-0/+7
| | | | (syms_of_alloc): defsubr it.
* (send_process_trap): Unblock SIGPIPE.Richard M. Stallman2005-05-141-1/+6
| | | | (send_process): Reset SIGPIPE handler before reporting error.
* (syms_of_emacs): Fix doc string for system-type.Nick Roberts2005-05-131-10/+10
|
* *** empty log message ***Nick Roberts2005-05-131-0/+4
|
* (Finsert_file_contents): Fix previous change.Richard M. Stallman2005-05-132-1/+2
|
* (Ffind_file_name_handler): Handle lambda-exp as handler.Richard M. Stallman2005-05-132-8/+50
| | | | | | | (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.
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-0/+45
|
* (main) [MAC_OS8]: Call init_atimer before mac_term_init.YAMAMOTO Mitsuharu2005-05-131-0/+3
|
* (readable_events) [USE_TOOLKIT_SCROLL_BARS]: RegardYAMAMOTO Mitsuharu2005-05-131-11/+26
| | | | | toolkit scroll bar thumb drag events as squeezable and prevent redisplay from being paused by them.
* [!MAC_OSX] Include keyboard.h and syssignal.h.YAMAMOTO Mitsuharu2005-05-131-125/+174
| | | | | | | | | | | | | | | [!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.
* Don't include signal.h.YAMAMOTO Mitsuharu2005-05-132-2/+0
|
* [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):YAMAMOTO Mitsuharu2005-05-131-42/+43
| | | | | | | | | | | | 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.
* Include assert.h.YAMAMOTO Mitsuharu2005-05-131-19/+77
| | | | | | | | | (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.
* (syms_of_macselect) [MAC_OSX]: Apply a change that was previouslyYAMAMOTO Mitsuharu2005-05-131-1/+3
| | | | mentioned but actually not applied.
* *** empty log message ***Richard M. Stallman2005-05-101-0/+6
|
* Fix previous change.Richard M. Stallman2005-05-101-2/+2
|
* (noinclude): Add #undef.Richard M. Stallman2005-05-101-0/+6
|
* Don't include signal.h.Richard M. Stallman2005-05-103-2/+2
|
* *** empty log message ***Juanma Barranquero2005-05-091-0/+4
|
* (Fexpand_file_name, Frename_file, Fadd_name_to_file, Fmake_symbolic_link,Juanma Barranquero2005-05-081-6/+6
| | | | Faccess_file, Frecent_auto_save_p): Doc fixes.
* (Ffile_name_completion): Make argument name match its use in docstring.Juanma Barranquero2005-05-082-1/+6
|
* (Fdefvaralias): Remove any pre-existing variable-documentationLuc Teirlinck2005-05-081-0/+2
| | | | property of the alias.
* *** empty log message ***Luc Teirlinck2005-05-081-0/+5
|
* (start_hourglass): Do nothing when running on a tty.Thien-Thi Nguyen2005-05-072-0/+8
|
* *** empty log message ***Juanma Barranquero2005-05-061-6/+10
|
* (Fchar_table_range): Fix typos in docstring.Juanma Barranquero2005-05-061-4/+4
|
* (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.Stefan Monnier2005-05-062-45/+43
|
* *** empty log message ***Eli Zaretskii2005-05-061-0/+2
|
* (Flocate_file_internal): Doc fix.Eli Zaretskii2005-05-061-0/+1
|
* *** empty log message ***Eli Zaretskii2005-05-061-0/+4
|
* (lisp, shortlisp): Add jka-cmpr-hook.elc.Eli Zaretskii2005-05-061-0/+2
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-061-0/+53
|
* [DARWIN || MAC_OSX ]: Temporarily undefineYAMAMOTO Mitsuharu2005-05-061-0/+6
| | | | init_process when including sys/select.h.
* (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: NewYAMAMOTO Mitsuharu2005-05-061-0/+6
| | | | members track_top and track_height.
* (toolkit_scroll_bar_interaction): Remove unusedYAMAMOTO Mitsuharu2005-05-061-79/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (x_own_selection): Accept Lisp string as result ofYAMAMOTO Mitsuharu2005-05-061-5/+11
| | | | | | | | | | 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.
* *** empty log message ***Luc Teirlinck2005-05-051-0/+6
|
* (Fdefvaralias): Doc fix.Luc Teirlinck2005-05-051-1/+3
|
* (Fx_popup_menu, Fx_popup_dialog): Doc fixes.Luc Teirlinck2005-05-051-2/+13
|
* (init_buffer_once): Set cursor_in_non_selected_windows default value.Kim F. Storm2005-05-041-3/+9
| | | | | (syms_of_buffer): Add default-cursor-in-non-selected-windows. Fix type of cursor-in-non-selected-windows.
* *** empty log message ***Kim F. Storm2005-05-041-0/+7
|
* * mac.c: #undef init_process so not to conflict with system headers.Jan Djärv2005-05-032-0/+5
|