summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 D.2011-01-033-94/+101
* Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02220-238/+238
* More elegant solution for accessing png_ptr without GCC warnings.Eli Zaretskii2010-12-312-12/+9
* Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-312-0/+37
* * src/.gdbinit (xgetptr): Fix the union+lsb case.Stefan Monnier2010-12-272-3/+9
* * src/window.c (Fmove_to_window_line): Avoid abort when called in a bufferStefan Monnier2010-12-252-0/+11
* Fix bug #7662 with aligning key bindings equivalent to menu items.Eli Zaretskii2010-12-252-1/+5
* More fallout from fixing bug #7587.Eli Zaretskii2010-12-252-5/+12
* * xterm.c (x_check_fullscreen): Fix pixel/character mixup.Jan D.2010-12-242-8/+12
* Fix change that fixed bug #7587.Eli Zaretskii2010-12-172-1/+5
* * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug...Chong Yidong2010-12-162-17/+22
* Fix bug #7617 with documentation of expand-file-name.Eli Zaretskii2010-12-132-0/+6
* Document that expand-file-name collapses multiple slashes. (Bug#7617)Eli Zaretskii2010-12-122-1/+8
* Fix bug #7398 with truncated glyphs in tooltip display on w32.Eli Zaretskii2010-12-112-11/+18
* Code cleanup in xdisp.c regarding string_char_and_length.Eli Zaretskii2010-12-112-26/+19
* Move call to Fkill_emacs from signal handler (session event) (Bug#7552).Jan D.2010-12-103-8/+29
* * xsmfns.c (smc_die_CB): Call Fkill_emacs.Jan D.2010-12-072-0/+8
* Fix crash with invisible text and overlays (Bug#7016).Chong Yidong2010-12-063-3/+22
* Fix for 7412 (no cursor on image) backported from trunk.Jan D.2010-12-052-1/+19
* Avoid infloop when scrolling conservatively (Bug#7537).Chong Yidong2010-12-042-1/+10
* Handle negative top/left in frame parameters (Bug#7510).Jan D.2010-12-023-15/+39
* merge emacs-23Kenichi Handa2010-11-2525-126/+535
|\
| * Back-port revision 101465 from the trunk, to resolve bug #7452.Eli Zaretskii2010-11-222-1/+10
| * Fix image cache marking bug (Bug#6301).YAMAMOTO Mitsuharu2010-11-212-5/+11
| * * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.Chong Yidong2010-11-212-1/+7
| * Fix bug 7425.Jan D.2010-11-202-2/+34
| * Fix link error on Fedora 14: newer GConf don't use g_type_*.Jan D2010-11-141-0/+6
| * Fix link error on Fedora 14: newer GConf don't use g_type_*.Jan D2010-11-142-3/+5
| * Backport fix for Bug#6170 from trunk.Dan Nicolaescu2010-11-131-9/+13
| * Fix bug #7346: document load-file-name.Eli Zaretskii2010-11-122-0/+9
| * Fix revno 100152.Eli Zaretskii2010-11-093-1/+19
| * Fix revno 100153.Eli Zaretskii2010-11-092-1/+3
| * xfns.c (x_real_positions): Fix declaration-after-statement problem.Eli Zaretskii2010-11-092-2/+6
| * Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.Chong Yidong2010-11-052-5/+12