aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove charset map files from repository, generate in first bootstrapGlenn Morris2015-05-231-2/+10
* Put default action first in src/MakefilePaul Eggert2015-05-231-3/+3
* Avoid compiler warning in image.c on MS-WindowsEli Zaretskii2015-05-231-0/+2
* Fix --without-toolkit-scroll-bars builds.Glenn Morris2015-05-231-4/+3
* Pacify --enable-gcc-warningsPaul Eggert2015-05-233-50/+1
* ; Omit entries that will appear in ChangeLog.2Paul Eggert2015-05-231-236/+0
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-41/+19
* Merge branch 'master' into cairoJan D2015-05-2314-38/+68
|\
| * Fix documentation of forward-lineEli Zaretskii2015-05-231-3/+10
| * Don't quote nil and t in doc stringsPaul Eggert2015-05-218-16/+16
| * Fix a minor problem with mouse-face on mode lineEli Zaretskii2015-05-211-2/+8
| * Fix "acronym" display of glyphless characters on w32Eli Zaretskii2015-05-201-1/+1
| * Fix handling and doc-string of FRAME arg of `other-buffer' (Bug#20533)Martin Rudalics2015-05-201-3/+3
| * Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-3/+3
| * Fix display of overlapping window-specific overlaysEli Zaretskii2015-05-192-1/+16
| * Clarify concept of "surrogate minibuffer frames" (Bug#20538)Martin Rudalics2015-05-191-3/+4
| * In w32heap.c bump DUMPED_HEAP_SIZE to 19/12 MBMartin Rudalics2015-05-191-2/+2
| * Fix integer-valued `mouse-highlight' (Bug#20590)Johan Bockgård2015-05-171-3/+4
| * Spelling fixesPaul Eggert2015-05-171-1/+1
* | Fixes to compile cairo branch without cairo.old-branches/cairoJan D2015-05-232-2/+3
* | Merge branch 'master' into cairoJan D2015-05-1728-579/+615
|\ \ | |/
| * Add comment that x_shift_glyphs_for_insert is never called.Jan D2015-05-171-1/+4
| * * src/lisp.mk: Remove from repository and generate at build-time.Glenn Morris2015-05-162-173/+33
| * Small src/Makefile simplification.Glenn Morris2015-05-162-131/+126
| * Replace AC_SUBST_FILE in configure with include in Makefiles.Glenn Morris2015-05-153-16/+16
| * Tweak japanese.el's loading of dependencies.Glenn Morris2015-05-151-5/+1
| * Fix NS warnings.Jan D2015-05-154-30/+9
| * Fix a enum conversion warning in macfont.mJan Djärv2015-05-151-3/+3
| * Fix warnings on OSX 10.10.Jan Djärv2015-05-155-21/+95
| * Honor :fore/background for XBM on NS (Bug#14969).Jan Djärv2015-05-154-56/+53
| * Check for invalid GTK+ monitor scalesPaul Eggert2015-05-141-37/+26
| * Fix daemon crashes when linum-mode is turned on early onEli Zaretskii2015-05-141-1/+5
| * Fixes Bug#20142.Jan D2015-05-141-12/+0
| * Don't access display after i/o error (Bug#19147).Jan D2015-05-141-4/+5
| * Handle GTK_SCALE, fixes Bug#20432.Jan D2015-05-141-20/+65
| * * lisp/loadup.el ("emacs-lisp/cl-generic"): PreloadStefan Monnier2015-05-131-0/+1
| * Improve tagging of C bindings in DEFVAR_*Eli Zaretskii2015-05-131-0/+2
| * * src/editfns.c (Fformat): Fix use-after-free bug (Bug#20548).Paul Eggert2015-05-121-3/+3
| * Fix tags created from DEFVAR_* declarations in CEli Zaretskii2015-05-121-2/+2
| * Draw composite string correctly (Bug#20537).Jan D2015-05-101-6/+97
| * Verify file modifications by other programsEli Zaretskii2015-05-081-24/+25
| * Fix keyboard macros that include function keysEli Zaretskii2015-05-081-6/+4
| * * lisp/emacs-lisp/testcover.el: Don't use edebug--read (bug#20487)Stefan Monnier2015-05-062-3/+5
| * Add `save-mark-and-excursion', which has the old `save-excursion' behaviorDaniel Colascione2015-05-041-0/+4
| * * cmds.c (internal_self_insert): When we insert spaces forK. Handa2015-05-021-1/+1
| * Omit -Wstrict-overflow workaround in GCC 5Paul Eggert2015-04-291-2/+2
| * Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-298-182/+178
| * Fix redisplay of frame after loading new fontsEli Zaretskii2015-04-271-0/+11
* | Merge branch 'master' into cairoJan D2015-04-2636-928/+1304
|\ \ | |/
| * Don't freeze with unreadable processesPaul Eggert2015-04-251-18/+22