summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix bug #8020 with quick resizing of the selected frame.Eli Zaretskii2011-02-13
* Fix bug #7840 with setting terminal/keyboard encoding of emacsclient frames.Eli Zaretskii2011-02-12
* Fix trivial typos in comments and ChangeLogs.Juanma Barranquero2011-02-12
* Fix to select_window.Martin Rudalics2011-02-08
* * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't becomeJan Djärv2011-02-08
* Doc fixes related to face heights. (Bug#2659)Glenn Morris2011-02-02
* * src/editfns.c (save_restriction_restore): Don't forget to invalidate theStefan Monnier2011-02-02
* merge emacs-23Kenichi Handa2011-02-02
|\
| * * src/window.c (Fselect_window): Add missing return value.Andreas Schwab2011-02-01
* | Use FC_DUAL only when it is defined.Kenichi Handa2011-02-02
|/
* Fix use of pointers to image library functionsAndreas Schwab2011-01-30
* Fix macro definitions in last change to image.cChong Yidong2011-01-29
* Fix png support to allow compiling with libpng-1.5 (Bug#7908).Chong Yidong2011-01-29
* * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.Chong Yidong2011-01-28
* Fix GTK font name parsing to allow numbers in names (Bug#7853).Chong Yidong2011-01-26
* * src/font.c (font_parse_fcname): Fix typo in string length.Chong Yidong2011-01-26
* * xdisp.c (handle_fontified_prop): Be careful with font-lock changingStefan Monnier2011-01-24
* * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).Chong Yidong2011-01-23
* Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman2011-01-23
* Fix last change.Chong Yidong2011-01-22
* Rework 2011-01-15 changes to window.c.Martin Rudalics2011-01-21
* * image.c (syms_of_image): Don't access XSYMBOL's internals directly.Stefan Monnier2011-01-16
* Fix bug #7848 with using SET_SYMBOL_VALUE in image.cEli Zaretskii2011-01-16
* Avoid crash in Fselect_frame due to null selected_window (Bug#7728).Martin Rudalics2011-01-14
* Distinguish between terminfo and termcap on NetBSD (Bug#7642).Chong Yidong2011-01-11
* Backport bug 7517 fixes from trunk.Jan Djärv2011-01-03
* Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-03
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* More elegant solution for accessing png_ptr without GCC warnings.Eli Zaretskii2010-12-31
* Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-31
* * src/.gdbinit (xgetptr): Fix the union+lsb case.Stefan Monnier2010-12-27
* * src/window.c (Fmove_to_window_line): Avoid abort when called in a bufferStefan Monnier2010-12-25
* Fix bug #7662 with aligning key bindings equivalent to menu items.Eli Zaretskii2010-12-25
* More fallout from fixing bug #7587.Eli Zaretskii2010-12-25
* * xterm.c (x_check_fullscreen): Fix pixel/character mixup.Jan Djärv2010-12-24
* Fix change that fixed bug #7587.Eli Zaretskii2010-12-17
* * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug...Chong Yidong2010-12-16
* Fix bug #7617 with documentation of expand-file-name.Eli Zaretskii2010-12-13
* Document that expand-file-name collapses multiple slashes. (Bug#7617)Eli Zaretskii2010-12-12
* Fix bug #7398 with truncated glyphs in tooltip display on w32.Eli Zaretskii2010-12-11
* Code cleanup in xdisp.c regarding string_char_and_length.Eli Zaretskii2010-12-11
* Move call to Fkill_emacs from signal handler (session event) (Bug#7552).Jan Djärv2010-12-10
* * xsmfns.c (smc_die_CB): Call Fkill_emacs.Jan Djärv2010-12-07
* Fix crash with invisible text and overlays (Bug#7016).Chong Yidong2010-12-06
* Fix for 7412 (no cursor on image) backported from trunk.Jan Djärv2010-12-05
* Avoid infloop when scrolling conservatively (Bug#7537).Chong Yidong2010-12-04
* Handle negative top/left in frame parameters (Bug#7510).Jan Djärv2010-12-02
* merge emacs-23Kenichi Handa2010-11-25
|\
| * Back-port 2010-09-17T21:34:45Z!eliz@gnu.org from the trunk, to resolve bug #7...Eli Zaretskii2010-11-22
| * Fix image cache marking bug (Bug#6301).YAMAMOTO Mitsuharu2010-11-21