summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bounds checking for text properties in `format' (Bug#5306).Chong Yidong2010-01-094-12/+35
* Fix for Bug#4113.Chong Yidong2010-01-092-18/+14
* * xdisp.c (pos_visible_p): Check for invisible text at the correct pos (Bug#4...Chong Yidong2010-01-092-2/+7
* editfns.c (Ffloat_time): Doc fix.Eli Zaretskii2010-01-092-1/+6
* (Fx_create_frame): Don't create frame larger than display by default bug#3643.Jan Djärv2010-01-092-0/+44
* Make line<->pixel_y conversion macros aware of native menu/tool bars.YAMAMOTO Mitsuharu2010-01-097-29/+54
* Fix format.Eli Zaretskii2010-01-081-0/+1
* Frame width was not updated in fullscreen when scroll bars where removed/added.Jan Djärv2010-01-082-1/+9
* Merge from trunkJan Djärv2010-01-062-23/+33
|\
| * NS fixes for Bug#3233.Chong Yidong2010-01-062-23/+33
* | Forgot one.Jan Djärv2010-01-061-0/+1
* | Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.Jan Djärv2010-01-064-52/+136
* | Fixing user-spec for fonts instead of using name.Jan Djärv2010-01-061-5/+9
|/
* xterm.c (x_clear_frame): Queue draw for scroll bars.Jan Djärv2010-01-062-0/+10
* Merge from mainline.Jan Djärv2010-01-054-13/+50
|\
| * * keyboard.c (read_key_sequence): Catch keyboard switch afterChong Yidong2010-01-052-1/+12
| * fontset.c (fontset_find_font): Fix getting the frame pointer.Kenichi Handa2010-01-052-2/+6
| * (xd_remove_watch): Avoid trying to convert a void* toStefan Monnier2010-01-042-3/+9
| * * dbusbind.c (xd_add_watch): Improve debug message.Michael Albinus2010-01-032-9/+26
* | Remove fprintfJan Djärv2010-01-051-1/+0
* | Handle change of internal-border width when maximized.Jan Djärv2010-01-053-29/+111
|/
* Fix buffer overflow in ns_get_color.Chong Yidong2010-01-012-1/+4
* * src/lread.c (syms_of_lread): Make it clearer that these are theChong Yidong2010-01-012-14/+17
* * eval.c (run_hook_with_args): Handle the case where the globalChong Yidong2010-01-012-12/+26
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-11/+11
* process.c: Fix typo in comment.Juanma Barranquero2009-12-291-1/+1
* *** empty log message ***Kenichi Handa2009-12-281-0/+15
* * minibuf.c (Fall_completions): Minor optimization.Chong Yidong2009-12-272-4/+8
* (pitx) Fix last change.Eli Zaretskii2009-12-262-4/+9
* (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well.Eli Zaretskii2009-12-262-1/+6
* (command_loop_1): Fix previous change.Kenichi Handa2009-12-251-3/+5
* (composition_adjust_point): Update prototype.Kenichi Handa2009-12-251-1/+1
* (composition_reseat_it): Don't make a compositionKenichi Handa2009-12-251-22/+30
* (command_loop_1): Force redisplay if the last pointKenichi Handa2009-12-251-5/+20
* (Fsave_excursion): Mention save-current-buffer in the docstring.Stefan Monnier2009-12-241-0/+3
* (pitx): Don't use enum names, use their values. Remove reference toEli Zaretskii2009-12-192-15/+84
* ($(BLD)/cmds.$(O)): Depend on frame.h.Eli Zaretskii2009-12-192-0/+3
* (alloc.o): Fix last change.Eli Zaretskii2009-12-191-1/+1
* Update dependencies in Makefile.in.Eli Zaretskii2009-12-192-81/+179
* (Fclear_font_cache): Pass correct cache argument toAndreas Schwab2009-12-192-3/+8
* (prefix-args${EXEEXT}): Don't compile prefix-args.cAndreas Schwab2009-12-172-1/+6
* Minor tweak to last change.Chong Yidong2009-12-151-2/+2
* * xdisp.c (decode_mode_spec): Inhibit garbage collection whenChong Yidong2009-12-152-0/+8
* * 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