summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (boyer_moore): Surround the '||' part of expression inKenichi Handa2005-10-211-1/+1
* (x_calc_absolute_position): Remove unused vars win_x, win_y.Kim F. Storm2005-10-201-1/+0
* (Fwindow_tree): Remove unused var alist.Kim F. Storm2005-10-201-1/+0
* (encode_terminal_code): Remove unused var src_start.Kim F. Storm2005-10-201-3/+3
* (display_completion_list_1): New wrapper functionKim F. Storm2005-10-201-6/+14
* (Fchar_table_range): Remove unused var i.Kim F. Storm2005-10-201-1/+1
* (auto_save_error): Call SAFE_FREE.Kim F. Storm2005-10-201-0/+1
* (check_ccl_update): Remove unused var vp.Kim F. Storm2005-10-201-1/+0
* (clone_per_buffer_values): Remove unused var tem.Kim F. Storm2005-10-201-2/+1
* *** empty log message ***Kim F. Storm2005-10-201-0/+21
* *** empty log message ***Eli Zaretskii2005-10-201-0/+5
* *** empty log message ***Eli Zaretskii2005-10-201-0/+4
* (unexec): Fix calls to `fatal' with less than 3 arguments.Eli Zaretskii2005-10-201-5/+9
* [__Lynx__]: Undef SIGPOLL along with SIGIO.Eli Zaretskii2005-10-201-1/+4
* (Fdisplay_completion_list): Doc fix.Andreas Schwab2005-10-202-1/+5
* *** empty log message ***Kim F. Storm2005-10-191-1/+7
* (check_image_size): Handle integer Vmax_image_size valueKim F. Storm2005-10-191-14/+29
* Oops, 2004, not 2005.Romain Francoise2005-10-191-0/+2
* (main): Update copyright year.Romain Francoise2005-10-192-3/+5
* Fix prev change.Richard M. Stallman2005-10-191-1/+1
* * image.c (Vmax_image_size): New variable.Chong Yidong2005-10-192-7/+99
* (Fstring_match): Doc fix.Richard M. Stallman2005-10-192-1/+5
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-181-0/+7
* (note_mouse_movement): Use PtInRect.YAMAMOTO Mitsuharu2005-10-181-11/+10
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-162-8/+30
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-161-2/+32
* (mac_clear_area): Add extern.YAMAMOTO Mitsuharu2005-10-161-0/+2
* (MAC_WINDOW_NORMAL_GC): Remove macro.YAMAMOTO Mitsuharu2005-10-161-466/+184
* (Fx_create_frame): Add debugging code.YAMAMOTO Mitsuharu2005-10-161-7/+14
* [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): Allow nilYAMAMOTO Mitsuharu2005-10-161-17/+23
* *** empty log message ***Richard M. Stallman2005-10-151-0/+5
* (note_mouse_movement, w32_read_socket): Apply 2005-10-14 changes forYAMAMOTO Mitsuharu2005-10-142-6/+19
* (note_mouse_movement, XTread_socket): Apply 2005-10-14 changes forYAMAMOTO Mitsuharu2005-10-141-8/+12
* (search_buffer): Give up BM search on case-fold-searchKenichi Handa2005-10-142-16/+33
* (casify_object): Fix for the case that caseKenichi Handa2005-10-141-2/+6
* (make_lispy_position): Adjust wx for left margin if ON_TEXT.Kim F. Storm2005-10-131-5/+21
* (pos_visible_p): Convert w->hscroll to pixels before use.Kim F. Storm2005-10-131-2/+11
* (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.Kim F. Storm2005-10-131-5/+9
* *** empty log message ***Kim F. Storm2005-10-131-0/+13
* (request_sigio, unrequest_sigio): Do nothing inAndreas Schwab2005-10-132-8/+21
* (note_mouse_movement): Undo last change.YAMAMOTO Mitsuharu2005-10-124-6/+4
* (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.Kim F. Storm2005-10-121-0/+1
* *** empty log message ***Kim F. Storm2005-10-121-0/+4
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-122-0/+5
* (note_mouse_movement): Restore help_echo_string if mouse is movedYAMAMOTO Mitsuharu2005-10-122-0/+4
* (init_buffer): Rename `rc' to `len' for clarity.Romain Francoise2005-10-122-6/+10
* (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW toYAMAMOTO Mitsuharu2005-10-122-5/+18
* (glyph_rect, remember_mouse_glyph): Remove X versions.Kim F. Storm2005-10-111-96/+2
* (remember_mouse_glyph): New generic version based onKim F. Storm2005-10-111-0/+175
* (note_mouse_movement): Fix last_mouse_glyph check.Kim F. Storm2005-10-111-110/+4