aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * dbusbind.c (xd_retrieve_arg): Reorder declarations in order toMichael Albinus2009-12-152-2/+7
* (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)Kenichi Handa2009-12-142-0/+7
* Set the extended window manager hint for tooltip windows.Jan Djärv2009-12-134-2/+24
* Work around warning about g_set_prgname() called multiple times.Jan Djärv2009-12-132-1/+23
* Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.Jan Djärv2009-12-134-74/+88
* xftfont.c: Parse symbolic names for constants also.Jan Djärv2009-12-132-3/+25
* Fix typo.Jan Djärv2009-12-121-1/+1
* DPI might get set to 0 if we saw some Xsettings, but not DPI.Jan Djärv2009-12-122-11/+52
* (struct text_pos): Use EMACS_INT;Eli Zaretskii2009-12-122-9/+19
* gtkutil.c: Scroll bar thumb not updated properly (bug #5177).Jan Djärv2009-12-122-2/+26
* (struct ftfont_info): New member matrix.Kenichi Handa2009-12-122-8/+56
* (struct xftfont_info): New member matrix.Kenichi Handa2009-12-121-1/+13
* * 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