aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* C Mode: Fix mis-fontification of macro invocation as function declarationAlan Mackenzie2016-09-161-2/+4
* Improve the doc string of 'format'Eli Zaretskii2016-09-161-1/+2
* Improve doc strings in whitespace.elEli Zaretskii2016-09-161-8/+16
* Improve detectability of 'next-logical-line' and 'previous-logical-line'Eli Zaretskii2016-09-161-0/+2
* Update from gnulibPaul Eggert2016-09-162-3/+9
* Prefer now-standard int width macrosPaul Eggert2016-09-1513-54/+46
* Update from gnulibPaul Eggert2016-09-1514-491/+756
* Rework fixing Bug#24432Michael Albinus2016-09-153-13/+22
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix debug spec (Bug#24430).Johan Bockgård2016-09-141-10/+10
* * lisp/emacs-lisp/edebug.el (defun): Fix debug spec.Johan Bockgård2016-09-141-0/+1
* Avoid compiler warning on MS-Windows due to clone_fileEli Zaretskii2016-09-141-0/+2
* Avoid aborts in GC due to abort_on_gcEli Zaretskii2016-09-144-14/+0
* ; Complete fixing Bug#24432Michael Albinus2016-09-141-1/+2
* Fix Bug#24432Michael Albinus2016-09-141-4/+8
* Don't bug out on all-whitespace URLsLars Ingebrigtsen2016-09-141-3/+4
* sieve-manage.el: Rename sieve-manage-ignore-broken-tlsKatsumi Yamaoka2016-09-141-3/+3
* Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-138-15/+16
* dired-jump: Expand file-name before dired-goto-file callTino Calancha2016-09-141-3/+8
* Add test for Bug#21454Tino Calancha2016-09-131-0/+28
* * lisp/net/sieve-manage.el (sieve-manage-ignore-broken-tls): Add :version.Katsumi Yamaoka2016-09-121-0/+1
* sieve.el: Make the buffer to edit unmodified initially (bug#24423)TSUCHIYA Masatoshi2016-09-121-1/+2
* sieve-manage.el: Allow user to avoid STARTTLS capability test (bug#24422)TSUCHIYA Masatoshi2016-09-121-4/+11
* Fix compiler thinking width and height may be unitialised in frame.cMichal Nazarewicz2016-09-121-22/+8
* Fix compiler thinking tmpdir may be unitialised in emacsclientMichal Nazarewicz2016-09-121-4/+2
* image-dired: Signal an error before calling a missing executableTino Calancha2016-09-131-52/+50
* Fix daemon shutdown when emacs-kill-hooks ask questionsEli Zaretskii2016-09-121-1/+6
* * src/casefiddle.c (casify_word): Simplify.Paul Eggert2016-09-121-17/+5
* * src/casefiddle.c (casify_word): Return Qnil.Paul Eggert2016-09-121-6/+4
* Refactor common code in {upcase,downcase,capitalize}-word functionsMichal Nazarewicz2016-09-121-27/+17
* * doc/lispref/files.texi: Remove @vindex.Paul Eggert2016-09-111-1/+0
* Remove unnecessary ref to coreutils manualPaul Eggert2016-09-111-2/+14
* Correctly fontify C++ direct initializations with parens inside functionsAlan Mackenzie2016-09-114-32/+337
* Avoid signaling errors when computing "Stop" in GDB menuEli Zaretskii2016-09-111-0/+1
* Stop calling ‘byte-compile-log-warning’Philipp Stephani2016-09-115-42/+42
* * etc/NEWS: Remove comment lost in emacs-25 merge.Paul Eggert2016-09-101-0/+7
* Document file synchronization issuesPaul Eggert2016-09-103-2/+32
* copy-file now uses GNU/Linux file cloningPaul Eggert2016-09-102-8/+26
* Invert y coord of NS image files (bug#7847)Alan Third2016-09-101-1/+2
* Don't require isearch-update before isearch-doneNoam Postavsky2016-09-102-3/+12
* * lisp/emacs-lisp/ring.el: Use lexical-bindingSimen Heggestøyl2016-09-092-4/+7
* Split regex character class test into smaller chunksMichal Nazarewicz2016-09-091-44/+46
* Don’t allocate char-table’s extra slots in regexp-out-charsetMichal Nazarewicz2016-09-091-1/+1
* Remove dead loop iterations in regex.cMichal Nazarewicz2016-09-091-16/+12
* Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-093-6/+15
* Remove inaccurate comment in regex.cMichal Nazarewicz2016-09-091-2/+1
* STRING_CHAR does not unify characters; update documentationMichal Nazarewicz2016-09-092-17/+3
* Add tests for ring.elSimen Heggestøyl2016-09-081-0/+204
* New file test/src/marker-tests.elMartin Rudalics2016-09-081-0/+60
* Port flexible array members to GCC + valgrindPaul Eggert2016-09-075-32/+26
* Update from gnulibPaul Eggert2016-09-079-11/+75