aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* Assume C89 offsetof in widget.cPaul Eggert2015-04-141-4/+1
* Fix think-o in previous patchPaul Eggert2015-04-141-8/+10
* Avoid some int overflows in window.cPaul Eggert2015-04-133-64/+56
* Collapse successive char deletions in the undo logStefan Monnier2015-04-133-41/+52
* * src/*.c: Set deactivate_mark buffer-locallyStefan Monnier2015-04-132-2/+2
* Use bool for boolean in window.cPaul Eggert2015-04-112-266/+258
* Support GnuTLS v3.4 and later on MS-WindowsChris Zheng2015-04-111-0/+10
* Respect more keyword args in `make-process'Daiki Ueno2015-04-111-2/+2
* Fix problems found by --enable-gcc-warningsPaul Eggert2015-04-101-6/+5
* Add facility to collect stderr of async subprocessDaiki Ueno2015-04-114-15/+305
* Fix 'recenter' when visual-line-mode is turned onEli Zaretskii2015-04-101-10/+31
* * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800Eli Zaretskii2015-04-081-1/+1
* Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-071-0/+0
* src/w32proc.c: Fix typos in description of subprocess support.Eli Zaretskii2015-04-061-7/+7
* Avoid segfaults on MS-Windows when invoking subprocesses (Bug#20264)Koichi Arakawa2015-04-062-10/+17
* Close a timing hole in selections.Jan D2015-04-042-5/+32
* Don't optimized away tool tip redraw, may lead to corrupted text.Jan D2015-04-032-5/+17
* Avoid crashing with key-chord (Bug#20223)Eli Zaretskii2015-03-312-0/+17
* Merge from origin/emacs-24Paul Eggert2015-03-294-0/+149
|\