summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * xsettings.c: Include "keyboard.h".Andreas Schwab2009-12-092-0/+3
* (xg_tool_bar_proxy_help_callback): Fix missing return.Andreas Schwab2009-12-092-1/+3
* * cmds.c: Include "frame.h".Andreas Schwab2009-12-094-3/+11
* * configure.in: Allow compiling Emacs with GTK on Cygwin.Chong Yidong2009-12-093-0/+18
* (unexec): Don't search for .data twice.Andreas Schwab2009-12-072-7/+4
* * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0Chong Yidong2009-12-052-9/+14
* Minor doc fix.Chong Yidong2009-12-051-0/+1
* * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to returnChong Yidong2009-12-052-26/+37
* Fix a comment and delete trailing whitespace.Chong Yidong2009-12-051-8/+8
* (next_element_from_ellipsis): Fix a typo in the commentary.Eli Zaretskii2009-12-051-1/+1
* (next_element_from_display_vector): Fix a typo in the commentary.Eli Zaretskii2009-12-051-2/+2
* Fix `string-to-number' to deal consistently with integers and floats.Juanma Barranquero2009-12-044-8/+20
* (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused enumeration value.Eli Zaretskii2009-12-042-1/+5
* (lisp, shortlisp): Replace indian.el with indian.elc.Eli Zaretskii2009-12-032-2/+6
* (Fmake_network_process): Fix up the tests forStefan Monnier2009-12-032-4/+9
* (Qseqpacket): New symbol.Stefan Monnier2009-12-032-3/+25
* Add arch taglineMiles Bader2009-12-014-0/+11
* (font_load_for_lface, font_open_by_name): Don't store nameYAMAMOTO Mitsuharu2009-12-012-3/+12
* (print_preprocess): Preprocess the key_and_value table ofStefan Monnier2009-11-302-1/+13
* frame.c (frame_make_pointer_invisible)Jan Djärv2009-11-292-2/+9
* (skip_invisible): Fix a typo in a comment.Eli Zaretskii2009-11-281-1/+1
* [!AUTO_DEPEND]: Remove outdated comment about omitted dependencies on lisp.h.Eli Zaretskii2009-11-282-4/+5
* Don't crash if an X terminal is deleted with force == t.Jan Djärv2009-11-274-1/+23
* serach.c (simple_search): Remove warning by making *p const.Jan Djärv2009-11-272-1/+5
* (power_letter): Remove duplicate const.Dan Nicolaescu2009-11-262-1/+5
* (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