summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: GnuTLS: determine capabilities in autoconfscratch/tzz/nettleTed Zlatanov2017-06-283-10/+71
* WIP: GnuTLS: minor fixupsTed Zlatanov2017-06-282-86/+29
* WIP: GnuTLS: shorten first line of docstrings.Ted Zlatanov2017-06-271-2/+2
* GnuTLS HMAC and symmetric cipher support with testsTed Zlatanov2017-06-278-29/+1336
* Avoid segfaults when some display vector is an empty stringEli Zaretskii2017-06-271-3/+2
* Fix bug in handling GnuPG's TRUST_MARGINAL statusTeemu Likonen2017-06-261-1/+1
* ; * src/emacs-module.c (module_make_string): Add another FIXMEPhilipp Stephani2017-06-261-0/+2
* Prefer `when' instead of 1-branch `if'Tino Calancha2017-06-261-23/+22
* Use #' instead of (function ...)Tino Calancha2017-06-262-33/+33
* Don't quote lambda formsTino Calancha2017-06-262-64/+58
* * lisp/progmodes/cc-fonts.el: Remove/mark unused varsStefan Monnier2017-06-251-7/+6
* Omit null-pointer test in intervals.h FRAMEPaul Eggert2017-06-251-6/+6
* Parenthesize frame.h macro definitionsPaul Eggert2017-06-251-18/+19
* Port recent frame changes to GCC 7Paul Eggert2017-06-251-29/+23
* Fix Android 6/7 problems in TrampMichael Albinus2017-06-251-21/+28
* * lisp/subr.el (setq-local): Add debug declaration (Bug#27408).Stefan-W. Hahn2017-06-251-0/+1
* Make CC Mode load cl-lib rather than cl in Emacs 26.Alan Mackenzie2017-06-256-24/+18
* Provide additional support for child framesMartin Rudalics2017-06-2529-750/+2905
* Adjust lm-verify to accept current noticesPaul Eggert2017-06-241-3/+4
* Don't change byte-compile-delete-errors at runtime (Bug#27340)Noam Postavsky2017-06-241-3/+7
* * lisp/net/html2text.el: Move to obsolete/.Stefan Monnier2017-06-243-1/+6
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsVincent Belaïche2017-06-2331-172/+404
|\
| * Remove getc_unlocked configure-time checkPaul Eggert2017-06-221-1/+1
| * Use unlocked stdio more systematicallyPaul Eggert2017-06-2227-116/+341
| * * lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399)Glenn Morris2017-06-221-0/+1
| * unidata: don’t check special casing in unidata-check (bug#26656)Michal Nazarewicz2017-06-221-44/+50
| * * lisp/descr-text.el (describe-char): Avoid string-*-multibyteStefan Monnier2017-06-221-7/+7
| * Fix make_hash_table calls in lread.cMartin Rudalics2017-06-221-4/+4
* | Fix symbol relocation when the relocated cell is renamed.Vincent Belaïche2017-06-231-14/+32
* | Do not hard code A1 cell reference, as it may be renamed.Vincent Belaïche2017-06-221-1/+2
|/
* Merge several Lisp reader speedups.Ken Raeburn2017-06-213-49/+188
|\
| * Create less garbage to collect while reading symbols.Ken Raeburn2017-06-211-18/+44
| * Replace read_objects assoc list with two hash tables.Ken Raeburn2017-06-211-18/+107
| * Use getc_unlocked.Ken Raeburn2017-06-213-10/+18
| * Reduce lread substitutions.Stefan Monnier2017-06-211-4/+13
| * Short-circuit substitutions for some simple types.Ken Raeburn2017-06-211-0/+7
* | Limit style_format to MAX_ALLOCAPaul Eggert2017-06-211-0/+1
* | Limit bidi_find_bracket_pairs to MAX_ALLOCAPaul Eggert2017-06-211-7/+7
* | Limit insert-file-contents to MAX_ALLOCAPaul Eggert2017-06-211-5/+1
* | Remove malloc_find_address relicPaul Eggert2017-06-211-11/+1
* | Fix temacs hybrid_malloc core dumpPaul Eggert2017-06-211-30/+41
* | Make gnus-article-date-user workKatsumi Yamaoka2017-06-211-31/+54
* | Keep order of completion candidates (Bug#25995, Bug#24676)Noam Postavsky2017-06-201-2/+2
* | * src/lread.c (syms_of_lread) <load-history>: Doc fix.Glenn Morris2017-06-201-5/+6
* | Mark prolog indent variables as safe (bug#27369)Alex Gramiak2017-06-201-4/+8
* | Remove `:options' from `css-electric-keys'Simen Heggestøyl2017-06-201-1/+0
* | Fix crash when built by GNU Gold linker on x86Paul Eggert2017-06-204-5/+24
* | Simplify autogen.sh version checkingPaul Eggert2017-06-201-13/+4
* | Delete old Date header in a simple wayKatsumi Yamaoka2017-06-201-3/+8
* | Revert "Don't bind org-agenda key to an anonymous function"Bastien2017-06-201-12/+1