summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for IRCv3 message tags.features/erc-message-tagsVibhav Pant2016-12-312-6/+29
* Don't define NOMINMAX on MS-WindowsEli Zaretskii2016-12-311-1/+0
* Simplify code in eval.c that calls 'setjmp'Chris Gregory2016-12-311-43/+48
* Simplify code in 'string_from_display_spec'Chris Gregory2016-12-311-6/+5
* Serialize random number generation on MS-WindowsEli Zaretskii2016-12-311-2/+25
* * src/gfilenotify.c (Fgfile_monitor_name): Return interned symbol.Michael Albinus2016-12-311-1/+1
* Don't call xg_select for a NextStep build.Ken Raeburn2016-12-301-2/+2
* Increase the obarray size.Ken Raeburn2016-12-301-1/+1
* Initialize thread support for Xlib.Ken Raeburn2016-12-301-0/+7
* Rename primary_thread to main_threadPaul Eggert2016-12-304-24/+24
* Rename main_thread to main_thread_id and simplifyPaul Eggert2016-12-305-40/+12
* * src/gfilenotify.c (Fgfile_monitor_name): Return a symbol.Michael Albinus2016-12-301-4/+3
* * src/sysdep.c (deliver_process_signal): Improve comment.Paul Eggert2016-12-301-3/+6
* CC Mode: Fix the fontification of a spuriously recognised enum member.Alan Mackenzie2016-12-302-17/+36
* Attempt to fix crashes with threads in GTK buildsEli Zaretskii2016-12-303-12/+17
* Add entry for biblatexArash Esbati2016-12-301-0/+16
* ffap-string-at-point: Limit max length of active regionTino Calancha2016-12-302-7/+72
* last-chance: Also ignore NEWS files + typo fixesThien-Thi Nguyen2016-12-301-2/+3
* * mh-e.el (mh-fetch-x-image-url): Fix a docstring typo.Mike Kupfer2016-12-291-1/+1
* Remove an ambiguity from defvar's doc string. Fixes bug #25292.Alan Mackenzie2016-12-291-4/+5
* Improve filenotify-tests.elMichael Albinus2016-12-295-45/+87
* Partially correct fontification of "(b*3)", and the like, in C++ ModeAlan Mackenzie2016-12-292-0/+23
* Initialize edebug-offset-indices to a cons, not nil. Fixes bug #16184.Alan Mackenzie2016-12-291-3/+6
* ; fix indentingPaul Eggert2016-12-271-2/+2
* Release Tramp 2.3.1Michael Albinus2016-12-274-29/+30
* Simplify prog1 implementationPaul Eggert2016-12-273-17/+8
* * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280)Stefan Monnier2016-12-271-3/+3
* Remove a use of lexical-letMark Oteiza2016-12-271-1/+1
* Improve filenotify-tests.el on Cygwin (Bug #21804)Ken Brown2016-12-271-39/+39
* Fix expand-file-name on DOS_NT systems when /: escaping is usedEli Zaretskii2016-12-271-1/+10
* Fix `mail-sources' value of `(group)' in Gnus manual (bug#25275)Bake Timmons2016-12-271-1/+1
* Fix bug in customizing `mail-sources' variable (bug#25274)Bake Timmons2016-12-271-1/+1
* Checkdoc: Don't require a space before an arg listPhilipp Stephani2016-12-262-1/+41
* Add zshrc and zshenv detection to sh-mode (bug#25217)Michihito Shigemura2016-12-251-0/+1
* Fix typo in lisp.h reordering patchPaul Eggert2016-12-251-8/+0
* regex.h now includes sys/types.hPaul Eggert2016-12-256-14/+6
* Reorder lisp.h to declare types before using themPaul Eggert2016-12-2510-514/+495
* diff-mode auto-refines only after a successful motionDima Kogan2016-12-241-18/+21
* diff-mode is able to better handle file headersDima Kogan2016-12-241-1/+1
* Use libpng-config --ldflags, not --libsPaul Eggert2016-12-241-4/+4
* Remove redundant `save-match-data' in whitespace.elNoam Postavsky2016-12-241-150/+147
* Fix whitespace eob cleanupNoam Postavsky2016-12-242-1/+53
* Fix timezone detection of parse-iso8601-time-stringHong Xu2016-12-244-9/+40
* Simplify exec_byte_code via moving decls etc.Paul Eggert2016-12-231-25/+15
* Remove interpreter’s byte stackPaul Eggert2016-12-238-190/+60
* BYTE_CODE_SAFE typo fixPaul Eggert2016-12-231-1/+1
* BYTE_CODE_SAFE cleanupsPaul Eggert2016-12-231-18/+11
* last-chance: new utility lib for dangling deterrenceThien-Thi Nguyen2016-12-241-0/+122
* Use max_align_t instead of void *Paul Eggert2016-12-231-7/+2
* Prevent infloops in redisplay due to truncate-lines and overlaysEli Zaretskii2016-12-231-0/+11