aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * emacs.c (main): Print and error and exit when no data is readDan Nicolaescu2008-12-182-0/+10
* Fix typos.Juanma Barranquero2008-12-171-4/+3
* (w32font_has_char): Always return -1.Jason Rumney2008-12-172-2/+15
* (font_open_entity): Fix previous change.Kenichi Handa2008-12-162-3/+9
* Include <limits.h>.Dan Nicolaescu2008-12-162-0/+8
* (font_update_drivers): Fix mistake in reconstructing the driver list.Chong Yidong2008-12-161-8/+8
* * font.c (font_update_drivers): Fix mistake in reconstructing theChong Yidong2008-12-161-0/+9
* (x_free_frame_resources): Remove extraneous call to free_frame_faces.Chong Yidong2008-12-151-3/+0
* (xftfont_open): Free Xft font pattern if XftFontOpenPattern fails.Chong Yidong2008-12-151-1/+4
* * xftfont.c (xftfont_open): Free Xft font pattern ifChong Yidong2008-12-151-0/+8
* (x_delete_display): Move xim_close_dpy call to x_delete_terminal.Chong Yidong2008-12-131-4/+7
* * xterm.c (x_delete_display): Move xim_close_dpy call toChong Yidong2008-12-131-0/+6
* * w32font.c (intern_font_name): New function.Jason Rumney2008-12-134-13/+54
* (Fdelete_frame): Call free_font_driver_list.Chong Yidong2008-12-131-0/+1
* * frame.c (Fdelete_frame): Call free_font_driver_list.Chong Yidong2008-12-131-0/+2
* (free_font_driver_list): Implement missing function.Chong Yidong2008-12-131-0/+14
* * font.c (free_font_driver_list): Implement missing function.Chong Yidong2008-12-131-0/+2
* (struct xim_inst_t): Definition moved to xterm.h.Chong Yidong2008-12-131-26/+8
* (struct xim_inst_t): Definition moved from xterm.c.Chong Yidong2008-12-131-4/+10
* (w32_term_init): Don't initialize the image cache here; it will beChong Yidong2008-12-131-1/+0
* * w32term.c (w32_term_init): Don't initialize the image cacheChong Yidong2008-12-131-0/+17
* Update commentary.Chong Yidong2008-12-131-1/+3
* (font_rescale_ratio): Moved from xfaces.c. ArgumentKenichi Handa2008-12-131-2/+41
* (font_rescale_ratio): Moved to font.c.Kenichi Handa2008-12-132-20/+11
* (Fx_wm_set_size_hint): Check if the frame is an X frame.Chong Yidong2008-12-131-1/+2
* * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.Chong Yidong2008-12-131-0/+4
* (x_display_info_for_name, Fx_open_connection): SetJason Rumney2008-12-121-2/+2
* (init_tty): Move setting the terminal name before theDan Nicolaescu2008-12-122-2/+8
* (tty_free_frame_resources): Renamed from delete_tty_output; allChong Yidong2008-12-111-5/+8
* * term.c (tty_free_frame_resources): Renamed from delete_tty_output;Chong Yidong2008-12-111-0/+6
* (fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.Jason Rumney2008-12-112-2/+3
* (uniscribe_encode_char): Increase glyph buffer size for surrogates.Jason Rumney2008-12-112-4/+12
* Move decoding of locale info from Lisp to C.Juanma Barranquero2008-12-112-1/+5
* * process.c (Fsystem_process_attributes, syms_of_process):Juanma Barranquero2008-12-112-4/+10
* * syntax.c (Fmodify_syntax_entry): Doc fix.Juanma Barranquero2008-12-112-2/+6
* * font.c (Ffont_spec): Move usage to end of docstring.Juanma Barranquero2008-12-102-7/+11
* Fix whitespace breakage by bug#870 (and it wasn't even me, this time).Juanma Barranquero2008-12-101-0/+1
* Improve comments for last change.Jason Rumney2008-12-101-1/+2
* (add_font_entity_to_list): Limit unicode-sip fonts to those thatJason Rumney2008-12-102-3/+7
* (Qcham): New symbol.Jason Rumney2008-12-102-5/+16
* Fix typos.Juanma Barranquero2008-12-101-10/+8
* (fc_charset_table): Add "unicode-sip".Kenichi Handa2008-12-102-2/+8
* * coding.c (QCdefault_char): Rename from QCdefalut_char.Juanma Barranquero2008-12-102-3/+9
* Fix typos.Juanma Barranquero2008-12-101-14/+8
* (syms_of_xftfont): Fix typo.Chong Yidong2008-12-091-1/+1
* * xftfont.c (syms_of_xftfont): Fix typo.Chong Yidong2008-12-091-0/+2
* (Fbuffer_swap_text): Signal error if swapping a dead buffer.Chong Yidong2008-12-091-0/+3
* * buffer.c (Fbuffer_swap_text): Signal error if swapping a deadChong Yidong2008-12-091-0/+5
* (main): Close daemon_pipe on exec.Dan Nicolaescu2008-12-082-0/+8
* (encode_terminal_code): Free any previous memory blocksChong Yidong2008-12-081-31/+34