aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-041-0/+55
* (install_window_handler, remove_window_handler)YAMAMOTO Mitsuharu2005-03-041-0/+7
* [TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.YAMAMOTO Mitsuharu2005-03-041-24/+54
* [TARGET_API_MAC_CARBON]: Don't include headers that are included viaYAMAMOTO Mitsuharu2005-03-041-2/+2
* [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.YAMAMOTO Mitsuharu2005-03-041-6/+12
* (install_window_handler): Move extern to macterm.h.YAMAMOTO Mitsuharu2005-03-041-9/+25
* [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.YAMAMOTO Mitsuharu2005-03-041-22/+76
* [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.YAMAMOTO Mitsuharu2005-03-041-2/+6
* (main): Change `#ifdef HAVE_CARBON' to `#if defined (MAC_OSX) &&YAMAMOTO Mitsuharu2005-03-041-3/+3
* (FILE_SYSTEM_CASE): Define macro if not already defined.Thien-Thi Nguyen2005-03-032-6/+11
* (Fkill_emacs): Use EXIT_SUCCESS;Thien-Thi Nguyen2005-03-032-7/+7
* (XASSERTS): Define to 0 if not already defined.Kim F. Storm2005-03-021-1/+11
* *** empty log message ***Kim F. Storm2005-03-021-0/+5
* (redisplay_window): YABX (yet another bogus xassert).Kim F. Storm2005-03-011-0/+4
* *** empty log message ***Kim F. Storm2005-03-011-0/+5
* (get_next_display_element): Fix control and escapeKim F. Storm2005-03-011-15/+15
* *** empty log message ***Kim F. Storm2005-03-011-0/+5
* (Fposn_at_x_y): Check integerness of X and Y.Stefan Monnier2005-03-012-17/+21
* * gtkutil.c (xg_resize_outer_widget): Removed unneeded call toJan Djärv2005-02-272-6/+5
* (fast_find_position): Rename END to BEG.Richard M. Stallman2005-02-271-11/+15
* (init_from_display_pos): Don't read past end ofKim F. Storm2005-02-251-1/+4
* (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.Kim F. Storm2005-02-251-1/+1
* *** empty log message ***Kim F. Storm2005-02-251-0/+7
* (syms_of_buffer): Fix typo.Lute Kamstra2005-02-252-1/+5
* *** empty log message ***Lute Kamstra2005-02-231-0/+4
* (Foverlay_buffer): Doc fix.Lute Kamstra2005-02-231-3/+4
* *** empty log message ***Kim F. Storm2005-02-221-0/+3
* (Ftry_completion, Fall_completions): Allow both stringKim F. Storm2005-02-221-6/+18
* (fast_find_position): Fix search for start of overlay.Kim F. Storm2005-02-221-3/+3
* *** empty log message ***Kim F. Storm2005-02-221-0/+4
* (window_scroll_pixel_based): When scrolling backwards,Kim F. Storm2005-02-211-9/+16
* *** empty log message ***Kim F. Storm2005-02-211-0/+5
* *** empty log message ***Stefan Monnier2005-02-211-14/+4
* Declare Fcurrent_active_maps, used in doc.c.Stefan Monnier2005-02-211-1/+2
* (move_it_vertically_backward): Eliminate two xasserts.Kim F. Storm2005-02-211-0/+8
* *** empty log message ***Kim F. Storm2005-02-211-0/+6
* (xg_create_frame_widgets): UNBLOCK_INPUT on error.Kim F. Storm2005-02-211-8/+9
* *** empty log message ***Kim F. Storm2005-02-211-0/+4
* (pos_visible_p): Be sure to move to the specifiedKim F. Storm2005-02-191-44/+59
* *** empty log message ***Kim F. Storm2005-02-191-0/+22
* (Finternal_set_lisp_face_attribute): Allow :color propertyKim F. Storm2005-02-181-1/+1
* *** empty log message ***Kim F. Storm2005-02-181-0/+4
* (pitx, pit): Pretty print display iterator.Kim F. Storm2005-02-181-0/+187
* *** empty log message ***Kim F. Storm2005-02-181-0/+7
* *** empty log message ***Stefan Monnier2005-02-182-5/+9
* (BLOCK_BYTES): Harmless typo.Stefan Monnier2005-02-181-5/+6
* (handle_one_xevent): Use union of struct input_event andAndreas Schwab2005-02-172-54/+71
* (Fx_disown_selection_internal): Use union of structAndreas Schwab2005-02-171-5/+8
* (hack_wm_protocols): Use correct type for last parameterAndreas Schwab2005-02-171-18/+26
* (check_it, init_from_display_pos, handle_stop)Kim F. Storm2005-02-161-61/+77