Add bug reference.
[bpt/emacs.git] / src /
2009-04-16 Andreas SchwabAdd bug reference.
2009-04-16 Andreas Schwab(boyer_moore): Use zero as marker value for a possible
2009-04-16 Chong Yidong* keyboard.c (adjust_point_for_property): Disable 2009...
2009-04-16 Kenichi Handa(xfont_has_char): Special handling of `ja' and `ko...
2009-04-16 Kenichi Handa(xftfont_has_char): Special handling of `ja' and `ko...
2009-04-16 Kenichi Handa(Qja, Qko): Don't make them static.
2009-04-16 Kenichi Handa(font_sort_entites): Change the meaning of the arg
2009-04-16 Kenichi Handa(merge_face_vectors): Reflect font properties in
2009-04-16 Kenichi Handa(charset_ksc5601): Extern it.
2009-04-16 Kenichi Handa(charset_ksc5601): New variable.
2009-04-15 Stefan Monnier(match-data): Refer to `set-match-data' rather than...
2009-04-15 Dan Nicolaescu* fileio.c (history_delete_duplicates): Remove unused...
2009-04-14 Eli Zaretskii(syms_of_buffer) <line-spacing>: Doc fix.
2009-04-14 Kenichi Handa(Ffont_info): Fix docstring. Fix the second element of
2009-04-14 Chong YidongFix last change.
2009-04-14 Chong Yidong* xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
2009-04-14 Kenichi Handa(xfont_has_char): The font has C if C is ASCII and the
2009-04-14 Kenichi Handa(Fdefine_charset_internal): Make charset
2009-04-13 Stefan Monnier* nsselect.m (symbol_to_nsstring, clean_local_selection...
2009-04-13 Kenichi Handa(get_adstyle_property): Fix previous change.
2009-04-13 Kenichi Handa(Qja, Qko): New variables.
2009-04-13 Kenichi Handa(font_delete_unmatched): Preserve the order of list
2009-04-10 Stefan MonnierRemove `tiny change' for Nikolaj Schumacher.
2009-04-09 Kenichi Handa(map_charset_chars): For a charset of `superset'
2009-04-09 Kenichi Handa(font_put_extra): If VAL is nil, delete the slot for...
2009-04-08 YAMAMOTO Mitsuharu(redraw_overlapping_rows): Fix detection of
2009-04-08 Kenichi Handa(ftfont_text_extents): Fix calculation of metrics-...
2009-04-06 Jason Rumney(x_set_font): Avoid C99 mid-block variable declaration.
2009-04-06 Kenichi Handa(ftxfont_draw_backgrond): Fix args to XFillRectangle.
2009-04-06 Kenichi Handa(xftfont_open): Fix setting font->underline_thickness.
2009-04-06 Kenichi Handa(ftfont_open): Fix checking of the return value of
2009-04-04 Chong Yidong* terminal.c (Fterminal_name, Fdelete_terminal, Ftermin...
2009-04-04 Juanma BarranqueroFix typos.
2009-04-04 Eli Zaretskii(system_process_attributes) [SYSTEM_MALLOC]: Don't...
2009-04-03 Chong Yidong* term.c (produce_stretch_glyph): Reduce width of stret...
2009-04-03 Kenichi Handa(print_object): Make each lowest sub_char_table start...
2009-04-02 Kenichi Handa(setup-default-fontset): Specify
2009-04-02 Kenichi Handa(fontset_font): Record no-font when a fontset
2009-03-30 Stefan Monnier(map_charset_for_dump): Add missing UNGCPRO.
2009-03-30 Kenichi Handa(fontset_from_font): Specify only registry in a font...
2009-03-30 Kenichi HandaFix previous change. Define ftfont_variation_glyphs
2009-03-29 Chong YidongConditionalize prototyping and use of ftfont_variation_...
2009-03-29 Chong Yidong* ftfont.c: Conditionalize prototyping and use of ftfon...
2009-03-28 Stefan Monnier* editfns.c (general_insert_function): Adjust to insdel...
2009-03-28 Stefan Monnier(dump_glyph): Fix typo.
2009-03-28 Stefan Monnier(delete_frame): Work around compiler bug.
2009-03-28 Stefan Monnier* insdel.c (move_gap, move_gap_both, gap_left, gap_right)
2009-03-28 Stefan Monnier(Finsert_file_contents): Don't limit size to INT_MAX/4.
2009-03-27 Jan Djärv(handle_one_xevent): Call x_handle_net_wm_state if
2009-03-27 Jan Djärv(struct x_display_info): Add atoms for _NET_WM_STATE.
2009-03-27 Jan Djärv(x_set_font): If the fullscreen property is non-nil...
2009-03-27 Stefan Monnier* keyboard.c (tty_read_avail_input): Don't treat a...
2009-03-27 Kenichi Handa(Fdetect_coding_string): Improve the docstrings.
2009-03-27 Kenichi Handa(Fdetect_coding_region, Fcoding_system_priority_list...
2009-03-26 Stefan Monnier(Fx_focus_frame): Declare.
2009-03-26 Stefan Monnier* callint.c (Fcall_interactively): For '^' just delegat...
2009-03-25 Juanma BarranqueroFix typo in comment.
2009-03-24 Chong Yidong(Ffloat_time): Doc fix (Bug#2768).
2009-03-24 Chong Yidong* editfns.c (Ffloat_time): Doc fix (Bug#2768).
2009-03-24 Chong Yidong(Fcommandp): Use Qinteractive_form.
2009-03-24 Chong Yidong(Qinteractive_form): New variable.
2009-03-24 Chong Yidong* data.c (Qinteractive_form): New variable.
2009-03-24 Jason Rumney(Fsubstitute_in_file_name): Always work on a copy.
2009-03-24 Kenichi Handa*** empty log message ***
2009-03-24 Kenichi Handa*** empty log message ***
2009-03-24 Kenichi Handa(find_font_encoding): Return Qnil for unsupported encoding.
2009-03-23 Jan Djärvgtkutil.c (xg_display_open): Assign a value to gdpy_def...
2009-03-22 Alan Mackenzie(Finteractive): Clarify the doc string - even promptles...
2009-03-22 Alan Mackenzie*** empty log message ***
2009-03-22 Jason Rumney(x-use-underline-position-properties): Doc fix.
2009-03-21 Eli Zaretskiiinc/sys/stat.h (struct stat): Change the types of st_ui...
2009-03-20 Eli Zaretskii(Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is...
2009-03-20 Eli Zaretskii(make_uid, make_gid): New functions.
2009-03-20 Juanma Barranquero* keyboard.c (Fcurrent_idle_time): Reflow docstring.
2009-03-19 Kenichi Handa(x_set_font): Handle the case that ARG is a cons.
2009-03-19 Kenichi Handa(Fset_fontset_font): When a spec of ASCII font is
2009-03-19 Glenn Morris(Fsubstitute_in_file_name): Doc fix.
2009-03-19 Chong Yidong(Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
2009-03-19 Chong Yidong* indent.c (Fvertical_motion): Undo 2005-01-19 change...
2009-03-19 Kenichi Handa(load_charset_map_from_file): When a mapfile can't...
2009-03-18 Eli Zaretskii(Ffile_attributes): Make sure UID and GID are always...
2009-03-18 Eli Zaretskii(Fuser_login_name): Support float arguments. Doc fix.
2009-03-18 YAMAMOTO Mitsuharu(xdialog_show): Move Fredisplay call ...
2009-03-18 Stefan Monnier(file_name_completion): Disable the first optimization...
2009-03-17 Stefan Monnier(file_name_completion): Check completion-ignored-extensions
2009-03-17 Juanma BarranqueroMove comment to make clearer it's talking about buffer...
2009-03-17 Chong YidongFix last changelog entry.
2009-03-17 Chong Yidong(Vminibuffer_completion_confirm): Doc fix.
2009-03-17 Chong Yidong* minibuf.c (syms_of_minibuf): Doc fix.
2009-03-15 Chong Yidong(parse_menu_item): Don't display remappings as menu...
2009-03-15 Chong Yidong* keyboard.c (parse_menu_item): Don't display remapping...
2009-03-15 Jason Rumney* w32term.h (WM_EMACS_PAINT): New message.
2009-03-15 Chong YidongFix last change.
2009-03-14 David ReitterUnify shutdown handling under NS, via ns-power-off...
2009-03-14 Jan Djärv(alsa_configure): Remove call do deprecated
2009-03-14 Jan Djärv* gtkutil.c (xg_tool_bar_callback): Set focus back...
2009-03-13 Stefan Monnier(Ffontset_info): YAILOM (Yet another int/Lisp_Object...
2009-03-13 Stefan Monnier(fontset_from_font): YAILOM (Yet another int/Lisp_Objec...
2009-03-13 Juanma BarranqueroFix typo.
2009-03-13 Kenichi Handa(Ffontset_info, check_fontset_name): New arg frame.
next