aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2006-12-201-0/+4
|
* (BROKEN_NON_BLOCKING_CONNECT): Define it.Kim F. Storm2006-12-201-0/+5
|
* Regenerate.emacs-pretest-22.0.92Chong Yidong2006-12-191-0/+3
|
* *** empty log message ***Juanma Barranquero2006-12-191-0/+6
|
* (Fsearch_forward): Doc fix.Juanma Barranquero2006-12-191-2/+2
|
* (Fmac_code_convert_string): Doc fix.Juanma Barranquero2006-12-191-2/+2
|
* (syms_of_keyboard) <double-click-time>: Doc fix.Juanma Barranquero2006-12-191-2/+2
|
* *** empty log message ***Kim F. Storm2006-12-191-0/+20
|
* Pass on SIGUSR1 and SIGUSR2 to Emacs.Kim F. Storm2006-12-191-0/+4
|
* (Qsignal): Declare here.Kim F. Storm2006-12-191-2/+3
| | | | (syms_of_process): Intern or staticpro it.
* (kbd_buffer_store_event_hold): Undo 2006-12-04 change.Kim F. Storm2006-12-191-21/+7
| | | | | | | | (make_lispy_event): Don't generate Qsignal prefix for code 0. Abort if signal code is unknown. (store_user_signal_events): Don't make Qsignal prefix (code 0). (Qsignal): Move declaration back to process.c. (syms_of_keyboard): Don't intern or staticpro it here.
* (main): Rename user signals to sigusr1 and sigusr2.Kim F. Storm2006-12-191-2/+2
|
* *** empty log message ***Juanma Barranquero2006-12-191-1/+6
|
* (syms_of_buffer) <buffer-display-table>, scroll-up-aggressively,Juanma Barranquero2006-12-191-5/+5
| | | | scroll-down-aggressively>: Doc fixes.
* Whitespace change (again).Juanma Barranquero2006-12-181-1/+1
|
* Whitespace change.Juanma Barranquero2006-12-181-1/+1
|
* Comment change.Richard M. Stallman2006-12-171-1/+1
|
* *** empty log message ***Richard M. Stallman2006-12-171-0/+8
|
* Fix previous change.Richard M. Stallman2006-12-171-0/+3
|
* (Fread_file_name_internal): Pass Vread_file_name_predicateRichard M. Stallman2006-12-171-1/+1
| | | | to Ffile_name_completion.
* (file_name_completion): New arg PREDICATE. Some cleanup.Richard M. Stallman2006-12-171-36/+44
| | | | (file_name_completion): New arg PREDICATE.
* (Fkill_buffer): Doc fix.Juanma Barranquero2006-12-172-10/+18
| | | | (syms_of_buffer) <kill-buffer-query-functions>: Doc fix.
* *** empty log message ***Juanma Barranquero2006-12-161-0/+4
|
* (Ftry_completion): Check that obarray buckets are symbols.Juanma Barranquero2006-12-161-0/+2
|
* *** empty log message ***Eli Zaretskii2006-12-161-0/+3
|
* (w32-window-exists-p): New function.Eli Zaretskii2006-12-161-0/+26
| | | | (syms_of_w32fns): Defsubr it.
* *** empty log message ***Eli Zaretskii2006-12-161-0/+4
|
* [STDC_HEADERS]: Include stdlib.h.Eli Zaretskii2006-12-161-0/+8
|
* (Ftry_completion): Use `check_obarray' if ALIST is a vector.Juanma Barranquero2006-12-162-3/+8
|
* *** empty log message ***Eli Zaretskii2006-12-151-0/+4
|
* (USAGE3): Clarify documentation of --color.Eli Zaretskii2006-12-151-1/+1
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-12-151-2/+35
|
* (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern.YAMAMOTO Mitsuharu2006-12-151-0/+1
|
* (mac_query_char_extents) [USE_ATSUI]: Don't callYAMAMOTO Mitsuharu2006-12-151-61/+153
| | | | | | | | | | | | | | | | ATSUGetGlyphBounds if not necessary. (Vmac_atsu_font_table) [USE_ATSUI]: Remove Variable. (syms_of_macterm) [USE_ATSUI]: Don't defvar it. (fm_get_style_from_font, atsu_find_font_from_family_name) (atsu_find_font_family_name, mac_atsu_font_face_attributes) [USE_ATSUI]: New functions. (init_font_name_table) [USE_ATSUI]: Use atsu_find_font_family_name. (mac_load_query_font) [USE_ATSUI]: Use atsu_find_font_from_family_name. Don't get metrics for Latin-1 right half characters. (mac_load_query_font): Don't load font if space width is not positive. [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event. (XTread_socket): Call SelectWindow when unfocused frame is clicked.
* [TARGET_API_MAC_CARBON] (mac_do_receive_drag): UseYAMAMOTO Mitsuharu2006-12-151-2/+1
| | | | mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
* (mac_atsu_font_face_attributes) [USE_ATSUI]: Add extern.YAMAMOTO Mitsuharu2006-12-151-0/+27
| | | | | (Fmac_atsu_font_face_attributes) [USE_ATSUI]: New function. (syms_of_macfns) [USE_ATSUI]: Defsubr it.
* (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]: NewYAMAMOTO Mitsuharu2006-12-151-0/+25
| | | | | | | | variable. (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros. [!MAC_OSX] (select): Use them. [MAC_OSX] (select_and_poll_event, sys_select): Likewise. (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: New function.
* (redisplay_window): Set ignore_mouse_drag_p if tool-barKim F. Storm2006-12-151-2/+5
| | | | is resized to avoid generating a mouse drag event.
* (ignore_mouse_drag_p): New global var.Kim F. Storm2006-12-151-3/+21
| | | | | | | (some_mouse_moved): Return 0 if it is non-zero. (make_lispy_event): Generate click event on mouse up if ignore_mouse_drag_p is non-zero, even if mouse moved. Clear ignore_mouse_drag_p on mouse down/up.
* *** empty log message ***Kim F. Storm2006-12-151-0/+11
|
* (w32_wnd_proc): Force non-tooltip frames to respect the minimum tracking size.Juanma Barranquero2006-12-142-5/+10
| | | | Remove non-working old hack to do the same.
* (add_user_signals): Add extern.YAMAMOTO Mitsuharu2006-12-142-0/+17
|
* (make_lispy_event): Use find_user_signal_name.YAMAMOTO Mitsuharu2006-12-141-13/+143
| | | | | | | | | | (read_avail_input): Store pending user signal events. (struct user_signal_info): New struct. (user_signals): New variable. (add_user_signal, store_user_signal_events find_user_signal_name): New functions. (handle_user_signal): Move function from emacs.c. Don't store USER_SIGNAL_EVENT here, but increment number of pending signals.
* (handle_user_signal): Move function to keyboard.c.YAMAMOTO Mitsuharu2006-12-141-20/+2
| | | | (main): Use add_user_signal for SIGUSR1 and SIGUSR2.
* Update AIST copyright years.Kenichi Handa2006-12-1312-12/+22
|
* *** empty log message ***Juanma Barranquero2006-12-111-0/+2
|
* (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.Juanma Barranquero2006-12-111-1/+1
|
* (syms_of_buffer) <cursor-in-non-selected-windows, line-spacing, left-margin,Juanma Barranquero2006-12-112-5/+11
| | | | default-scroll-up-aggressively, default-scroll-down-aggressively>: Doc fixes.
* *** empty log message ***Kim F. Storm2006-12-101-0/+4
|
* *** empty log message ***Juanma Barranquero2006-12-101-3/+19
|