aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Improve doc string of 'insert-buffer-substring'Eli Zaretskii2015-04-251-1/+9
| * Spelling fixesPaul Eggert2015-04-241-1/+1
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-2410-24/+36
| * Clarify doc strings of functions that search for propertiesEli Zaretskii2015-04-241-26/+34
| * ; * src/keyboard.c (read_event_from_main_queue): Fix indentation.Eli Zaretskii2015-04-231-1/+1
| * Avoid starting threads by w32-shell-executeEli Zaretskii2015-04-231-1/+26
| * Omit needless "\ " after multibyte then newlinePaul Eggert2015-04-222-43/+30
| * Add a new `inhibit-message' variableOleh Krehel2015-04-221-2/+7
| * Avoid non-nil current-load-list at startupGlenn Morris2015-04-201-34/+35
| * Tweak exec-path in uninstalled caseGlenn Morris2015-04-201-2/+2
| * Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-193-66/+61
| * * src/widget.c (set_frame_size): Prefer 'int' to 'unsigned'Paul Eggert2015-04-191-9/+9
| * Refactor low-level printing for simplicityPaul Eggert2015-04-193-271/+211
| * ; Convert ChangeLog history files to "Bug#NNNN"Paul Eggert2015-04-181-6/+6
| * '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-152-10/+17
| * * src/lread.c (intern_1): Make sure we'd find the symbol we addStefan Monnier2015-04-152-3/+6
| * Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-153-4/+17
| * Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-143-3/+23
| * Assume C89 offsetof in xterm.c, xlwmenu.cPaul Eggert2015-04-141-2/+2