]> code.delx.au - gnu-emacs/history - src
Checked searching.texi and syntax.texi.
[gnu-emacs] / src /
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.
2009-03-12 Juanma Barranquero* nsfns.m (Fx_close_connection): Doc fix.
2009-03-12 Juanma BarranqueroFix typos.
2009-03-12 David ReitternewFrame, openFile, fulfillService, changeFont, toggleT...
2009-03-12 David Reitter(parse_menu_item) [HAVE_NS]: treat new event like NON_A...
2009-03-12 David Reittertermhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be...
2009-03-12 David Reitter* termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to...
2009-03-11 Kenichi Handa(font_open_by_spec): Extern it.
2009-03-11 Kenichi Handa(font_open_by_spec): New function.
2009-03-11 Kenichi Handa*** empty log message ***
2009-03-11 Kenichi Handa(x_set_font): When ARG is a font-object, don't alter the
2009-03-11 Kenichi Handa(Fset_fontset_font): When a font for ASCII is changed,
2009-03-11 Juanma Barranquero* makefile.w32-in: Update dependencies.
2009-03-10 Adrian Robert* nsfns.m (syms_of_nsfns): Remove Qbuffered.
2009-03-10 Stefan Monnier(Fswitch_to_buffer): Revert part of 2008-10-21's change.
2009-03-10 Chong Yidong(Feval_buffer): Doc fix.
2009-03-10 Chong Yidong* lread.c (Feval_buffer): Doc fix.
2009-03-09 Juanma BarranqueroFix typos in comment.
2009-03-09 Kenichi Handa(Qfile_name_handler_alist): Extern it.
2009-03-07 Glenn MorrisFix entry.
2009-03-06 Adrian Robert* nsmenu.m: (EmacsMenu-addItemWithWidgetValue:): Don...
2009-03-06 Adrian RobertInclude <signal.h> for SIGTERM used in ns_term_shutdown.
2009-03-06 Adrian Robert(EmacsMenu-addItemWithWidgetValue:): Don't add accelera...
next