aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Lute Kamstra2005-05-261-0/+4
|
* (Frun_hooks): Mention run-mode-hooks in docstring.Lute Kamstra2005-05-261-1/+4
|
* Whitespace and parenthesis changes.Richard M. Stallman2005-05-251-14/+14
|
* 2005-05-24 Masatake YAMATO <[email protected]>Masatake YAMATO2005-05-242-35/+41
| | | | | * xdisp.c (note_mode_line_or_margin_highlight): Use b and e as loop sentinels.
* Fix typo in comment.Juanma Barranquero2005-05-241-1/+1
|
* (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog withNick Roberts2005-05-241-2/+2
| | | | a third argument (Qnil).
* *** empty log message ***Nick Roberts2005-05-241-1/+4
|
* (Fx_popup_dialog): Allow 3rd optional argument.Nick Roberts2005-05-242-2/+2
|
* (Fx_popup_dialog): Add a third boolean argument to select frame titleNick Roberts2005-05-241-9/+18
| | | | | ("Question"/"Information"). (mac_dialog_show): Use it.
* (Fx_popup_dialog): Add a third boolean argument to select frame titleNick Roberts2005-05-241-9/+18
| | | | | ("Question"/"Information"). (w32_dialog_show): Use it.
* *** empty log message ***Nick Roberts2005-05-241-0/+4
|
* *** empty log message ***Nick Roberts2005-05-241-0/+10
|
* (Fmessage_box): Use "Information" for frame title.Nick Roberts2005-05-241-1/+1
|
* (Fx_popup_dialog): Add a third boolean argument toNick Roberts2005-05-241-17/+29
| | | | | select frame title ("Question"/"Information"). (xdialog_show): Use it.
* Fx_popup_dialog can have three arguments.Nick Roberts2005-05-241-1/+1
|
* [VMS] Include <starlet.h>.Thien-Thi Nguyen2005-05-232-0/+5
|
* Supprot mouse-face on mode-line.Masatake YAMATO2005-05-232-5/+128
| | | | | | | | | | | | | | | | | | | | | | | | 2005-05-23 Masatake YAMATO <[email protected]> * xdisp.c (note_mode_line_or_margin_highlight): Added code for mouse-face. Change the type of the first argument from `window' to `List_Object'. (note_mouse_highlight): Call note_mode_line_or_margin_highlight with window instead of w. 2005-05-23 Masatake YAMATO <[email protected]> * bindings.el (mode-line-major-mode-keymap): Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'. * faces.el (mode-line-highlight): New face. * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight as mouse-face. * bindings.el (top-level, help-echo, mode-line-modified) (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight as mouse-face.
* (send_process): Move misplaced volatile.Andreas Schwab2005-05-222-2/+2
|
* (send_process): Remove misplaced volatile.Andreas Schwab2005-05-222-1/+5
|
* (display_mode_element): If we're processing a list andRichard M. Stallman2005-05-222-1/+11
| | | | padding is specified, put it after the last element.
* (Fexpand_file_name) [DOS_NT]: Don't try to support "superroot"Eli Zaretskii2005-05-212-1/+14
| | | | on DOS_NT systems.
* *** empty log message ***Eli Zaretskii2005-05-211-0/+5
|
* (send_process): Restore the SIGPIPE handler if we catch a SIGPIPE.Eli Zaretskii2005-05-211-1/+2
|
* Reclassify item. Update copyright year.Richard M. Stallman2005-05-201-1/+1
|
* (lookup_image, png_read_from_memory): Remove hacks (and misleading comments).Juanma Barranquero2005-05-202-16/+7
| | | | (DEF_IMGLIB_FN): Use C calling convention for image libraries.
* (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value.Lute Kamstra2005-05-202-2/+7
|
* *** empty log message ***Nick Roberts2005-05-191-0/+6
|
* (syms_of_keyboard): Remove lisp variablesNick Roberts2005-05-181-38/+0
| | | | | post-command-idle-hook and post-command-idle-delay. (command_loop_1): Don't try to execute post-command-idle-hook.
* (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.