Refer to license in Emacs manual.
[bpt/emacs.git] / src /
2008-06-14 Glenn MorrisComment fix for rms.
2008-06-14 Stefan Monnier(syms_of_xdisp): Default underline-minimum-offset to 1.
2008-06-13 Stefan Monnier(Fserial_process_configure, Fprocess_send_eof):
2008-06-13 Jason RumneyRestore line that last checkin inexplicably lost.
2008-06-13 Jason Rumney* w32fns.c (Fw32_select_font): Removed old font API...
2008-06-13 Juanma BarranqueroFix typos, convert to utf-8.
2008-06-13 Kenichi Handa(font_find_for_lface): Fix typo of the previous change.
2008-06-13 Kenichi Handa(font_find_for_lface): If registry is NULL, try iso8859...
2008-06-13 Kenichi Handa*** empty log message ***
2008-06-13 Juanma Barranquero(syms_of_font) <font-weight-table, font-slant-table...
2008-06-13 Juanma BarranqueroFix typos.
2008-06-13 Glenn MorrisDaniel Engeler <engeler at gmail.com>
2008-06-13 Kenichi Handa(Fx_create_frame, x_create_tip_frame): Register X
2008-06-13 Kenichi Handa(font_score): Ignore the diffference of alias style...
2008-06-13 Kenichi Handa(font_update_sort_order): Setting of sort_shift_bits...
2008-06-13 Kenichi Handa(enum lface_attribute_index): New member
2008-06-13 Kenichi Handa(font_score): Delete arg alternate_families. Check...
2008-06-13 Kenichi Handa(LFACE_FOUNDRY): New macro.
2008-06-13 Juanma Barranquero*** empty log message ***
2008-06-12 Jim Meyering* lread.c (Fload): Use xfree, not free on saved_doc_string.
2008-06-12 Jim Meyeringmake unexec_free handle NULL the same way free does
2008-06-12 Stefan Monnier(CHAR_TO_BYTE_SAFE): Cut&paste error.
2008-06-12 Stefan Monnier* character.h (CHAR_TO_BYTE_SAFE): New macro.
2008-06-12 Chong Yidong(Fx_select_font): Rename from x-font-dialog.
2008-06-12 Chong Yidong* xfns.c (Fx_select_font): Rename from x-font-dialog.
2008-06-12 Juanma BarranqueroFix typos.
2008-06-12 Juanma BarranqueroInclude ctype.h.
2008-06-11 Jason Rumney(w32font_encode_char): Detect missing glyphs that are...
2008-06-11 Stefan Monnier(clone_per_buffer_values): Skip `name'.
2008-06-11 Chong Yidong(font_parse_fcname): Fix last change; accept decimal...
2008-06-11 Chong Yidong* font.c (font_parse_fcname): Fix last change; accept...
2008-06-11 Kenichi Handa(ftfont_font_format) [! FC_FONTFORMAT]: Declare "int...
2008-06-10 Juanma BarranqueroFix typos.
2008-06-10 Jason Rumney(add_opentype_font_name_to_list): Skip non unicode...
2008-06-10 Chong Yidong* xfns.c (Fx_font_dialog): New function.
2008-06-10 Chong Yidong(Fx_font_dialog): New function.
2008-06-10 Chong Yidong(xg_dialog_response_cb): Rename from xg_file_response_c...
2008-06-10 Chong Yidong(xg_get_font_name): Insert prototype,
2008-06-10 Stefan Monnier* xdisp.c (underline_minimum_offset): Rename from xterm.c's
2008-06-10 Stefan Monnier* xterm.c (x_underline_minimum_display_offset): New...
2008-06-10 Chong Yidong(font_parse_fcname): Accept GTK-style font names too.
2008-06-10 Chong Yidong* font.c (font_parse_fcname): Accept GTK-style font...
2008-06-10 Stefan Monnier* dired.c (file_name_completion): Don't return t if...
2008-06-10 Juanma BarranqueroFix committer names and other typos.
2008-06-10 Stefan Monnier* window.c (Vwindow_point_insertion_type): New var.
2008-06-10 Juanma BarranqueroFix name of committer/author.
2008-06-10 Kenichi Handa*** empty log message ***
2008-06-10 Kenichi Handa(font_intern_prop): Prototype adjusted.
2008-06-10 Kenichi Handa(font_intern_prop): New arg force_symbol.
2008-06-10 Kenichi Handa(ftfont_pattern_entity): Adjusted for the change of...
2008-06-10 Kenichi Handa(add_font_name_to_list): Adjusted for
2008-06-10 Kenichi Handa(add_opentype_font_name_to_list): Adjusted for
2008-06-10 Juanma BarranqueroFix typos.
2008-06-10 Juanma BarranqueroFix typos.
2008-06-09 Juanma Barranquero*** empty log message ***
2008-06-09 Juanma Barranquero*** empty log message ***
2008-06-09 Juanma Barranquero(digest_single_submenu): Declare extern.
2008-06-09 Jason Rumney(x_make_frame_visible): Use alternate restore flags.
2008-06-09 Jason Rumney(set_frame_menubar): Sync with version in xmenu.c.
2008-06-09 Jason Rumney(set_frame_menubar): Sync with version in xmenu.c.
2008-06-09 Jason Rumney(digest_single_submenu): Remove.
2008-06-09 Jason Rumney(single_keymap_panes, push_menu_pane, push_menu_item...
2008-06-09 Jason Rumney(parse_single_submenu): Remove.
2008-06-09 Jason Rumney(Fx_popup_menu): Unwind protect while building menu.
2008-06-09 Jason Rumney(enum button_type, widget_value, local_heap, local_alloc):
2008-06-09 Jason Rumney* menu.c [HAVE_NTGUI]: Include w32term.h, move widget...
2008-06-09 Jason Rumney* w32gui.h (widget_value, XtPointer, Boolean, enum...
2008-06-09 Jason Rumney(enum button_type, widget_value, local_heap, local_alloc):
2008-06-09 Jason RumneyInclude w32term.h, move widget related
2008-06-09 Jason Rumney(widget_value, XtPointer, Boolean, enum button_type...
2008-06-09 Jason Rumney($(SRC)/menu.o): New target.
2008-06-09 Juanma BarranqueroFix typos.
2008-06-09 Kenichi Handa(Qascii_0): Extern it.
2008-06-09 Kenichi Handa(Qascii_0): New variable.
2008-06-09 Kenichi Handa(ftfont_spec_pattern): Accept the registry `ascii-0'.
2008-06-08 Miles BaderAdd arch tagline
2008-06-08 Eli ZaretskiiFix last entry for .gdbinit.
2008-06-08 Juanma Barranquero*** empty log message ***
2008-06-08 Kenichi Handa*** empty log message ***
2008-06-08 Kenichi Handa*** empty log message ***
2008-06-08 Andreas Schwab* menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
2008-06-08 Andreas Schwab(Ffontset_info): Fix typo.
2008-06-08 Andreas Schwab* Makefile.in (obj): Always add menu.o
2008-06-08 Chong YidongAdd note.
2008-06-08 Chong Yidong* Makefile.in: Compile menu.c.
2008-06-08 Chong YidongCompile menu.c.
2008-06-08 Chong YidongDeclare syms_of_menu.
2008-06-08 Chong Yidong(main): Call syms_of_menu.
2008-06-08 Chong YidongRelocate platform-independent menu definitions from...
2008-06-08 Chong YidongRemove platform-independent menu definitions.
2008-06-08 Chong Yidong* menu.c: New file. Relocate platform-independent...
2008-06-07 Stefan Monnier(Flast_nonminibuf_frame): Handle the NULL case.
2008-06-06 Miles BaderCalculate tab width based on current face, not global...
2008-06-05 Stefan Monnier* window.el (display-buffer-function, special-display-p)
2008-06-05 Stefan Monnier(set_internal): Fix up call to let_shadows_buffer_bindi...
2008-06-05 Kenichi Handa(detect_coding): Fix previous change.
2008-06-05 Kenichi Handa*** empty log message ***
2008-06-05 Kenichi Handa*** empty log message ***
2008-06-05 Stefan Monnier(MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
2008-06-05 Stefan Monnier* keymap.c (Vminibuffer_local_filename_must_match_map):
next