summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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