* w32term.c (x_query_colors, x_query_color): New functions.
[bpt/emacs.git] / src / ChangeLog
2009-01-03 Jason Rumney* w32term.c (x_query_colors, x_query_color): New functions.
2009-01-02 Dan Nicolaescu* nsfns.m (x_set_foreground_color, x_set_background_color)
2009-01-02 Dan Nicolaescu(system_process_attributes): Provide Qtime and Qctime
2009-01-02 Eli Zaretskii(process_times): Compute sum of utime and stime.
2009-01-02 Jason Rumney(Qgobject): New symbol.
2009-01-01 Dan Nicolaescu(make_terminal_frame): Remove redundant code and useless
2009-01-01 Andreas Schwab(conv_sockaddr_to_lisp): Add workaround for
2009-01-01 Chong Yidong* xfns.c (x_create_tip_frame): Set border width of...
2009-01-01 Chong Yidong* xfaces.c (Finternal_set_lisp_face_attribute): Improve...
2009-01-01 Jason Rumney(x_new_font): Return font object, not fontset. (Bug...
2008-12-31 Adrian Robert(ns_appkit_version_str): Rename from ns_appkit_version...
2008-12-30 Kenichi Handa(CHAR_VARIATION_SELECTOR_P): New macro.
2008-12-30 Martin Rudalics(Vemacs_iconified): Remove.
2008-12-30 Jason Rumney*** empty log message ***
2008-12-30 Chong Yidong* indent.c (Fvertical_motion): Don't advance iterator...
2008-12-30 Kenichi Handa(copy_text): To convert a non-ASCII char to unibyte,
2008-12-30 Kenichi Handa(font_intern_prop): Validate str as multibyte.
2008-12-29 Juanma BarranqueroAdd bug reference.
2008-12-29 Dan Nicolaescu(struct face): Move lface and hash from the middle
2008-12-29 Dan Nicolaescu(INTERVALS_H): Rename from INTERVAL_SRC, update all...
2008-12-29 Dan Nicolaescu(INTERVAL_SRC): Also depend on dispextern.h.
2008-12-26 Andreas Schwab(map_keymap_char_table_item): Make a copy of KEY if...
2008-12-26 Martin Rudalics* textprop.c (Qminibuffer_prompt): New variable.
2008-12-25 Jason Rumney(Fbuffer_swap_text): Use POINTER_TYPE.
2008-12-25 Jason RumneyAdd bug id for recently fixed bugs.
2008-12-24 Jason Rumney* ralloc.c (r_alloc_reset_variable): New function.
2008-12-22 Dan Nicolaescu(read_minibuf): Follow the non-interactive case when
2008-12-22 Andreas Schwab* buffer.c (init_buffer): Use realloc instead of xrealloc.
2008-12-22 Martin Rudalics* frame.c (delete_frame): New function derived from
2008-12-21 Jason Rumney(uniscribe_encode_char): Return FONT_INVALID_CHAR
2008-12-21 Stefan Monnier(cmd_error_internal): Don't exit in daemon mode, bug...
2008-12-20 Jason Rumney(Fmake_terminal_frame): Raise an error when called...
2008-12-20 Jason Rumney*** empty log message ***
2008-12-20 Jan Djärv*** empty log message ***
2008-12-20 Chong Yidong* minibuf.c (Fread_buffer): Doc fix.
2008-12-20 Jason Rumney(decode_coding): Clear chars_at_source flag when using...
2008-12-19 Dan Nicolaescu(serial_configure): Fix typo.
2008-12-19 Dan Nicolaescu* sysdep.c (system_process_attributes): Add implementat...
2008-12-19 Dan NicolaescuInclude alloca.h.
2008-12-19 Dan NicolaescuReorganize implementation of Flist_system_processes and
2008-12-19 Kenichi Handa(xfont_decode_coding_xlfd): New function.
2008-12-19 Glenn MorrisFormat and file name fixes, for AUTHORS.
2008-12-19 Juanma BarranqueroFix typos and author's names.
2008-12-18 Jan Djärv(xg_frame_resized): Remove check if rows/columns have
2008-12-18 Jan Djärv(xg_frame_resized): Remove check if rows/columns have
2008-12-18 Dan Nicolaescu* emacs.c (main): Print and error and exit when no...
2008-12-17 Juanma BarranqueroFix typos.
2008-12-17 Jason Rumney(w32font_has_char): Always return -1.
2008-12-16 Kenichi Handa(font_open_entity): Fix previous change.
2008-12-16 Dan NicolaescuInclude <limits.h>.
2008-12-16 Chong Yidong* font.c (font_update_drivers): Fix mistake in reconstr...
2008-12-15 Chong Yidong* xftfont.c (xftfont_open): Free Xft font pattern if
2008-12-13 Chong Yidong* xterm.c (x_delete_display): Move xim_close_dpy call to
2008-12-13 Jason Rumney* w32font.c (intern_font_name): New function.
2008-12-13 Chong Yidong* frame.c (Fdelete_frame): Call free_font_driver_list.
2008-12-13 Chong Yidong* font.c (free_font_driver_list): Implement missing...
2008-12-13 Chong Yidong* w32term.c (w32_term_init): Don't initialize the image...
2008-12-13 Kenichi Handa(font_rescale_ratio): Moved to font.c.
2008-12-13 Chong Yidong* xfns.c (Fx_wm_set_size_hint): Check if the frame...
2008-12-12 Dan Nicolaescu(init_tty): Move setting the terminal name before the
2008-12-11 Chong Yidong* term.c (tty_free_frame_resources): Renamed from delet...
2008-12-11 Jason Rumney(fill_in_logfont): Don't assume symbol script means...
2008-12-11 Jason Rumney(uniscribe_encode_char): Increase glyph buffer size...
2008-12-11 Juanma BarranqueroMove decoding of locale info from Lisp to C.
2008-12-11 Juanma Barranquero* process.c (Fsystem_process_attributes, syms_of_process):
2008-12-11 Juanma Barranquero* syntax.c (Fmodify_syntax_entry): Doc fix.
2008-12-10 Juanma Barranquero* font.c (Ffont_spec): Move usage to end of docstring.
2008-12-10 Juanma BarranqueroFix whitespace breakage by bug#870 (and it wasn't even...
2008-12-10 Jason Rumney(add_font_entity_to_list): Limit unicode-sip fonts...
2008-12-10 Jason Rumney(Qcham): New symbol.
2008-12-10 Juanma BarranqueroFix typos.
2008-12-10 Kenichi Handa(fc_charset_table): Add "unicode-sip".
2008-12-10 Juanma Barranquero* coding.c (QCdefault_char): Rename from QCdefalut_char.
2008-12-10 Juanma BarranqueroFix typos.
2008-12-09 Chong Yidong* xftfont.c (syms_of_xftfont): Fix typo.
2008-12-09 Chong Yidong* buffer.c (Fbuffer_swap_text): Signal error if swappin...
2008-12-08 Dan Nicolaescu(main): Close daemon_pipe on exec.
2008-12-08 Chong Yidong* termchar.h (struct tty): New members termcap_term_buf...
2008-12-07 Seiji Zenitani* nsfns.m (ns_set_background_color): Remove code duplic...
2008-12-07 Chong Yidong* coding.c (make_conversion_work_buffer): Disable buffe...
2008-12-05 Eli Zaretskii(procfs_system_process_attributes): If `nread' has...
2008-12-05 Chong YidongMinor correction.
2008-12-05 Chong Yidong* eval.c (syms_of_eval): Doc fix.
2008-12-05 Kenichi Handa(ftfont_shape_by_flt): Use "combining" flt if the
2008-12-05 Eli Zaretskii(procfs_system_process_attributes): Don't use cmd,...
2008-12-04 Jason Rumney*** empty log message ***
2008-12-04 Dan Nicolaescu(kbd_buffer_get_event): Follow the non-interactive
2008-12-03 Juanma BarranqueroBetter description.
2008-12-03 Juanma Barranquero* w32.c (init_environment): Don't free handle to librar...
2008-12-03 Kenichi Handa(font_at): Set `multibyte' at first.
2008-12-03 Kenichi Handa*** empty log message ***
2008-12-03 Kenichi Handa(face_for_char): Handle invalid charset property
2008-12-03 Chong Yidong(font_update_lface): Handle fonts with corrupted size...
2008-12-03 Chong Yidong* font.c (Fopen_font): Compute pixel size correctly.
2008-12-03 Chong Yidong* ftfont.c (ftfont_list_family): Initialize list var...
2008-12-03 Chong Yidong* ftfont.c (ftfont_resolve_generic_family): Avoid using...
2008-12-03 Chong Yidong* ftfont.c (ftfont_match): Initialize entity variable.
2008-12-03 Chong Yidong* xselect.c (Fx_get_cut_buffer_internal): Fix memory...
2008-12-03 Chong YidongFix typo.
2008-12-03 Chong Yidong* xterm.c (x_draw_glyph_string): Fall back on underline...
next