aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ChangeLog attribution.Glenn Morris2011-04-091-1/+1
* Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-084-58/+65
* * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events.Chong Yidong2011-04-082-4/+8
* * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell2011-04-082-2/+5
* * process.c (Fformat_network_address): Doc fix.Christoph Scholtes2011-03-192-3/+7
* Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-197-133/+148
* src/xfaces.c (Fx_load_color_file): Read color file from absolute filename.Juanma Barranquero2011-03-172-1/+6
* Backport 2011-03-08T01:52:[email protected] from trunk.Juanma Barranquero2011-03-112-1/+7
* * src/fringe.c (update_window_fringes): Remove unused variables.YAMAMOTO Mitsuharu2011-03-112-8/+2
* * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)YAMAMOTO Mitsuharu2011-03-112-0/+6
* Revert 2010-05-25T15:54:[email protected]; regenerate release logs.Chong Yidong2011-03-071-1/+1
* Release logs for 23.3 release.Chong Yidong2011-02-281-0/+4
* Fix typos.Juanma Barranquero2011-02-237-10/+10
* Fix typo "comand".Glenn Morris2011-02-221-1/+1
* Fix spelling of "precede".Glenn Morris2011-02-221-1/+1
* Fix spelling of "supersede".Glenn Morris2011-02-223-5/+5
* Comment spelling fix.Glenn Morris2011-02-221-1/+1
* Remove bogus duplicate ChangeLog entry from 2010-06-01T13:47:14Z!lekktu@gmail...Glenn Morris2011-02-221-6/+0
* merge emacs-23Kenichi Handa2011-02-231-0/+6
|\
| * Fix font size handling.Kenichi Handa2011-02-222-2/+8
* | merge emacs-23Kenichi Handa2011-02-222-1/+5
|\|
| * * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.Chong Yidong2011-02-192-1/+5
* | Fix font-size handling bug.Kenichi Handa2011-02-172-2/+8
|/
* Fix bug #8020 with quick resizing of the selected frame.Eli Zaretskii2011-02-132-2/+25
* Fix bug #7840 with setting terminal/keyboard encoding of emacsclient frames.Eli Zaretskii2011-02-122-2/+23
* Fix trivial typos in comments and ChangeLogs.Juanma Barranquero2011-02-121-4/+4
* Fix to select_window.Martin Rudalics2011-02-082-1/+6
* * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't becomeJan Djärv2011-02-082-0/+7
* Doc fixes related to face heights. (Bug#2659)Glenn Morris2011-02-022-2/+7
* * src/editfns.c (save_restriction_restore): Don't forget to invalidate theStefan Monnier2011-02-022-0/+8
* merge emacs-23Kenichi Handa2011-02-022-1/+5
|\
| * * src/window.c (Fselect_window): Add missing return value.Andreas Schwab2011-02-012-1/+5
* | Use FC_DUAL only when it is defined.Kenichi Handa2011-02-023-2/+16
|/
* Fix use of pointers to image library functionsAndreas Schwab2011-01-302-104/+100
* Fix macro definitions in last change to image.cChong Yidong2011-01-291-2/+2
* Fix png support to allow compiling with libpng-1.5 (Bug#7908).Chong Yidong2011-01-292-2/+40
* * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.Chong Yidong2011-01-282-1/+5
* Fix GTK font name parsing to allow numbers in names (Bug#7853).Chong Yidong2011-01-262-1/+7
* * src/font.c (font_parse_fcname): Fix typo in string length.Chong Yidong2011-01-262-1/+5
* * xdisp.c (handle_fontified_prop): Be careful with font-lock changingStefan Monnier2011-01-242-0/+14
* * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).Chong Yidong2011-01-232-24/+20
* Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman2011-01-232-0/+9
* Fix last change.Chong Yidong2011-01-221-1/+1
* Rework 2011-01-15 changes to window.c.Martin Rudalics2011-01-212-26/+39
* * image.c (syms_of_image): Don't access XSYMBOL's internals directly.Stefan Monnier2011-01-162-2/+8
* Fix bug #7848 with using SET_SYMBOL_VALUE in image.cEli Zaretskii2011-01-162-2/+6
* Avoid crash in Fselect_frame due to null selected_window (Bug#7728).Martin Rudalics2011-01-142-18/+24
* Distinguish between terminfo and termcap on NetBSD (Bug#7642).Chong Yidong2011-01-113-2/+11
* Backport bug 7517 fixes from trunk.Jan Djärv2011-01-033-94/+101
* Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7