aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (w32font_open_internal): Don't include external leading in font height.Jason Rumney2008-11-262-0/+10
* committing logs wrote but forgot to commit last nightAdrian Robert2008-11-261-0/+19
* (Fx_font_family_list): Replace lisp/term/pc-win.el redefinition withGlenn Morris2008-11-262-0/+9
* * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).Adrian Robert2008-11-251-5/+14
* * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged): New Emacs...Adrian Robert2008-11-251-6/+31
* Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE...Adrian Robert2008-11-257-10/+39
* (Fcompleting_read, Vminibuffer_completion_confirm): DocumentChong Yidong2008-11-241-3/+14
* * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):Chong Yidong2008-11-241-0/+6
* (check_face_name): Use xstrcasecmp. Avoid compiler warning.Jason Rumney2008-11-242-6/+12
* (check_face_name): New function.Jason Rumney2008-11-232-5/+50
* (uniscribe_encode_char): Ensure context is restored before returning.Jason Rumney2008-11-231-2/+2
* (Fswitch_to_buffer): Reword and mention new optionMartin Rudalics2008-11-222-12/+21
* Fix typos in comments.Juanma Barranquero2008-11-211-6/+6
* (Fbuffer_swap_text): Remove redundant marker manipulation.Stefan Monnier2008-11-212-82/+72
* (detect_coding_iso_2022): Reject invalid compositionKenichi Handa2008-11-212-16/+66
* (coordinates_in_window): Don't returnMartin Rudalics2008-11-202-1/+11
* (syms_of_buffer): Fix doc-string of cursor-type.Martin Rudalics2008-11-162-2/+7
* (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bgEli Zaretskii2008-11-152-3/+11
* (x_draw_glyph_string): For stretch glyphs, don't callChong Yidong2008-11-152-2/+8
* * xterm.c (x_draw_glyph_string): For stretch glyphs, don't callChong Yidong2008-11-151-0/+7
* (x_draw_glyph_string): Stop drawing the background of the next glyphChong Yidong2008-11-151-1/+2
* (ns_draw_glyph_string): Stop drawing the background of the next glyphChong Yidong2008-11-151-1/+2
* (x_draw_glyph_string): Stop drawing the background of the next glyphChong Yidong2008-11-151-1/+2
* * xterm.c (x_draw_glyph_string): Stop drawing the background ofChong Yidong2008-11-151-0/+9
* (Finsert_file_contents): Decrement specpdl_ptr to avoid double fileChong Yidong2008-11-141-0/+11
* * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoidChong Yidong2008-11-141-0/+5
* (window_loop): In DELETE_BUFFER_WINDOWS case, resetMartin Rudalics2008-11-142-0/+8
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-143-3/+9
* (OBJ1, WIN32OBJ): Fix whitespace.Eli Zaretskii2008-11-142-34/+38
* (BASE_PURESIZE): Increase to 1260000.Katsumi Yamaoka2008-11-142-1/+5
* Fix typo in comment.Juanma Barranquero2008-11-122-2/+2
* (x_set_alpha): Set alpha to -1 if nil given.Chong Yidong2008-11-121-19/+18
* Negative alpha means "don't touch".Chong Yidong2008-11-121-1/+2
* (x_set_frame_alpha): Do nothing if alpha is negative.Chong Yidong2008-11-122-2/+6
* * frame.c (x_set_alpha): Set alpha to -1 if nil given.Chong Yidong2008-11-121-0/+10
* * hftctl.c:Dan Nicolaescu2008-11-125-450/+22
* Fix typos.Juanma Barranquero2008-11-112-3/+3
* (map_char_table_for_charset): Add comment.Kenichi Handa2008-11-111-0/+21
* (Vchar_unify_table): Comment added.Kenichi Handa2008-11-111-1/+1
* (Fget_byte): Fix and make it faster for unibyte target.Kenichi Handa2008-11-102-0/+9
* (file_name_completion): If completion_ignore_case is enabled, ignoreChong Yidong2008-11-081-4/+15
* * dired.c (file_name_completion): If completion_ignore_case isChong Yidong2008-11-081-0/+5
* (get_lim_data): Fix last change.Eli Zaretskii2008-11-082-4/+10
* (Fget_byte): New function.Kenichi Handa2008-11-082-0/+63
* (try_window_reusing_current_matrix): Ensure that window cursorChong Yidong2008-11-071-7/+10
* * xdisp.c (try_window_reusing_current_matrix): Ensure that windowChong Yidong2008-11-071-0/+5
* * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.Juanma Barranquero2008-11-062-8/+13
* (handle_one_xevent): Don't let popup menus causeGlenn Morris2008-11-062-2/+8
* Fix comment typo.Glenn Morris2008-11-061-2/+1
* (xim_close_dpy): Avoid double-free on X11R6 XIM.Chong Yidong2008-11-041-1/+3