aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add install/uninstall rules for etc/emacs.appdata.xmlGlenn Morris2014-08-272-1/+16
* Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-2721-33/+207
|\
| * * etc/emacs.appdata.xml: New fileGlenn Morris2014-08-272-0/+37
| * * emacs-lisp/authors.el (authors-aliases): Addition.Michael Albinus2014-08-272-0/+3
| * * net/tramp-adb.el: Spell author name correctly.Michael Albinus2014-08-272-1/+5
| * shr.el: Comment.Glenn Morris2014-08-261-0/+2
| * * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;João Távora2014-08-262-1/+8
| * Fix unoptimized build on MSDOS.Eli Zaretskii2014-08-254-8/+11
| * * emulation/cua-rect.el (cua--highlight-rectangle): Avoid error at point-min.Glenn Morris2014-08-252-1/+6
| * Fix compilation warnings about snprintf in the MSDOS build.Eli Zaretskii2014-08-232-0/+9
| * Backport: * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the Cygwi...Ken Brown2014-08-222-0/+8
| * Update Emacs's bidirectional conformance per Unicode 6.3.0.Eli Zaretskii2014-08-192-2/+9
| * * python-tests.el (python-shell-calculate-exec-path-2): Update testGlenn Morris2014-08-182-1/+6
| * * lisp/progmodes/python.el (python-shell-prompt-detect): Remove redundantStefan Monnier2014-08-182-5/+10
| * src/xdisp.c (handle_stop): Improve commentary.Eli Zaretskii2014-08-182-0/+44
| * Fix bug #18276 with vertical motion through a display property.Eli Zaretskii2014-08-182-8/+28
| * * lisp/simple.el (self-insert-uses-region-functions): Defvar.Stefan Monnier2014-08-182-0/+11
| * Avoid inflooping in redisplay caused by hscrolled R2L lines.Eli Zaretskii2014-08-172-3/+15
| * Fix bug #18277 with mouse clicks on R2L lines.Eli Zaretskii2014-08-172-3/+11
* | * lisp/subr.el (remq): Revert 2014-08-25 doc change (not always true).Glenn Morris2014-08-272-1/+5
* | * sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual defaults.Paul Eggert2014-08-272-1/+9
* | Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-272-4/+12
* | Improve robustness of new string-collation code.Paul Eggert2014-08-274-41/+107
* | * lisp.h (str_collate):Michael Albinus2014-08-273-3/+12
* | * src/keyboard.c (Vtop_level_message): Rename toDmitry Antipov2014-08-276-6/+23
* | Fix some glitches in previous change.Dmitry Antipov2014-08-273-12/+29
* | gnus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-h...Katsumi Yamaoka2014-08-262-23/+26
* | gnus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-h...Katsumi Yamaoka2014-08-262-20/+28
* | authors.el updates and sorting changeGlenn Morris2014-08-262-3/+30
* | ChangeLog fixesGlenn Morris2014-08-264-25/+13
* | * configure.ac (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.Dmitry Antipov2014-08-262-1/+8
* | * sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.Dmitry Antipov2014-08-261-0/+3
* | Handle C stack overflow caused by too nested Lisp evaluation.Dmitry Antipov2014-08-268-19/+179
* | Fix accidental deletion of a line in last change.Ken Brown2014-08-251-0/+1
* | * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.Ken Brown2014-08-254-20/+9
* | * vc-git.el: Comments.Glenn Morris2014-08-251-0/+4
* | Fix typo in last shr.el check-inLars Magne Ingebrigtsen2014-08-251-1/+1
* | shr.el: Encode copied URLsLars Magne Ingebrigtsen2014-08-252-2/+7
* | Implement locale-sensitive string collation for MS-Windows. (Bug#18051)Eli Zaretskii2014-08-258-9/+202
* | One more minor cleanup of font subsystem.Dmitry Antipov2014-08-2510-191/+163
* | Minor cleanups of str_collate fix.Paul Eggert2014-08-244-30/+43
* | Fix docstring of `remq'Christoph Scholtes2014-08-242-1/+5
* | * lisp/replace.el (query-replace): Fix typo in docstring.Christoph Scholtes2014-08-242-1/+5
* | Remove reference to obsolete configure scriptsChristoph Scholtes2014-08-242-5/+5
* | Handle C++11's "auto" and "decltype" constructions.Alan Mackenzie2014-08-244-15/+118
* | Make ">>" act as double template ender in C++ Mode.Alan Mackenzie2014-08-243-11/+41
* | Mention the new functions `string-collate-lessp' and `string-collate-equalp'.Michael Albinus2014-08-241-0/+6
* | Add string collation.Michael Albinus2014-08-245-2/+168
* | progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite loop, bugAlan Mackenzie2014-08-232-8/+10
* | configure.ac: Comment fix.Eli Zaretskii2014-08-231-1/+1