aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (delete_tty): Remove check for last terminal (bug#4970).Jan Djärv2009-11-252-15/+2
* xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025).Jan Djärv2009-11-252-20/+5
* (adjust_markers_for_delete): Move it in the right direction! (bug#4803)Stefan Monnier2009-11-242-2/+7
* (x_new_font): Update f->scroll_bar_actual_width.YAMAMOTO Mitsuharu2009-11-242-0/+10
* (font_open_entity): Don't use ASET if font_object is Qnil.YAMAMOTO Mitsuharu2009-11-241-1/+2
* (focus-follows-mouse): Mention mouse-autoselect-window.Glenn Morris2009-11-242-1/+5
* Must create deps for ecrt0.o in its rule.Jan Djärv2009-11-232-0/+5
* Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.Jan Djärv2009-11-235-14/+80
* (simple_search): Avoid CHAR_TO_BYTE in inner loop whenAndreas Schwab2009-11-222-15/+17
* Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv2009-11-218-167/+236
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-2123-125/+107
* Fix last change.Chong Yidong2009-11-211-2/+0
* * xterm.c (x_new_font):Dan Nicolaescu2009-11-214-8/+15
* * s/cygwin.h: Remove unneeded linker flags.Chong Yidong2009-11-202-4/+6
* Always suggest system font because .emacs may not have been read yet.Jan Djärv2009-11-204-8/+30
* gtkutil.c (xg_modify_menubar_widgets): If menubar is totally emptyJan Djärv2009-11-202-0/+9
* (Funintern): Comment out last change.Stefan Monnier2009-11-192-3/+11
* * lread.c (Funintern): Error if symbol is t or nil.Richard M. Stallman2009-11-192-0/+7
* (make_gap_larger): Don't make as many assumptions about theStefan Monnier2009-11-192-23/+29
* * lisp.h: Remove declaration of Ffont_get_system_font.Andreas Schwab2009-11-174-6/+9
* xsettings.c didn't check font-use-system-font, fix that.Jan Djärv2009-11-172-2/+13
* (x_default_font_parameter): Remove dead assignment.Andreas Schwab2009-11-172-1/+2
* (Fbyteorder, init_font, Ffont_get_system_font): Declare.Andreas Schwab2009-11-172-0/+9
* * xftfont.c (xftfont_fix_match): Older versions of fontconfig doesJan Djärv2009-11-173-11/+15
* #ifdef on FC_LCD_FILTER.Jan Djärv2009-11-173-0/+17
* Add font-setting.el to DOC.Jan Djärv2009-11-171-2/+3
* Handle system default font and changing font parameters.Jan Djärv2009-11-1719-48/+1003
* (x_produce_glyphs): Consider face-remapping when fallingKenichi Handa2009-11-172-4/+15
* (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.Stefan Monnier2009-11-172-16/+18
* *** empty log message ***Jan Djärv2009-11-161-1/+1
* xmenu.c(x_menu_wait_for_event): Call XFlush before select.Jan Djärv2009-11-162-0/+5
* Ignore errors from mkdir when creating depsAndreas Schwab2009-11-142-2/+7
* gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.Jan Djärv2009-11-142-0/+6
* Use gcc-generated dependency files if we can (GNU Make and gcc required).Jan Djärv2009-11-143-21/+53
* Fix typo.Glenn Morris2009-11-141-1/+1
* * dbusbind.c (Vdbus_registered_objects_table): Renamed fromMichael Albinus2009-11-132-43/+52
* (mark_object): Don't reprocess marked strings.Stefan Monnier2009-11-132-50/+52
* (word_boundary_p): Adjusted for the change of theKenichi Handa2009-11-132-3/+13
* (SYSTEM_PURESIZE_EXTRA): Revert last change.Eli Zaretskii2009-11-132-2/+8
* (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.Eli Zaretskii2009-11-131-0/+2
* (syms_of_xdisp): Fix typo in last change.Stefan Monnier2009-11-122-1/+5
* * makefile.w32-in: Update dependencies; add dependencies to lisp.h.Juanma Barranquero2009-11-122-3/+86
* menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables ...David Reitter2009-11-122-6/+7
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-1113-35/+45
* * frame.c (make_initial_frame):Dan Nicolaescu2009-11-114-4/+9
* * s/freebsd.h:Dan Nicolaescu2009-11-113-23/+4
* Add dependencies to lisp.h. Remove dependenciesDan Nicolaescu2009-11-112-97/+95
* * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.Dan Nicolaescu2009-11-118-16/+28
* (Fplist_get): Merge the active and the uncommented code.Stefan Monnier2009-11-102-33/+13
* Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.Jan Djärv2009-11-106-100/+188