summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fx_popup_menu) [HAVE_NS]: Remove unused vars.Stefan Monnier2009-11-102-5/+4
* xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.Jan Djärv2009-11-102-1/+5
* Fix typos.Juanma Barranquero2009-11-091-10/+8
* * menu.c [HAVE_NTGUI]: Declare current_popup_menu.Juanma Barranquero2009-11-092-0/+5
* * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,Stefan Monnier2009-11-098-838/+424
* Delete trailing whitespace.Chong Yidong2009-11-081-4/+3
* (parse_menu_item): Handle `notreal' a bit earlier.Stefan Monnier2009-11-082-54/+64
* * xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.Chong Yidong2009-11-082-2/+6
* Fix last change.Chong Yidong2009-11-071-1/+1
* * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it toChong Yidong2009-11-072-11/+26
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-068-57/+133
* (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.Eli Zaretskii2009-11-062-2/+4
* (make_pure_c_string): Fix last change to avoid compiler warning.Eli Zaretskii2009-11-062-1/+6
* Fix bug #4870, issues 3 and 4.Jan Djärv2009-11-064-1/+50
* * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.Dan Nicolaescu2009-11-062-5/+7
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-0651-1003/+1054