aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Support character composition for Hangul jamoEli Zaretskii2020-04-081-0/+12
* | Revert my KEY_OPS_CFLAGS change to src/Makefile.inPaul Eggert2020-04-071-5/+2
* | Improve inlining when compiling with -OgPaul Eggert2020-04-071-5/+3
* | Add :coding support to open-network-stream and open-gnutls-streamRobert Pluim2020-04-075-8/+41
* | Use length field when dns-query is using TCPRobert Pluim2020-04-071-13/+17
* | utf-7 and utf-7-imap are not ASCII-compatible (bug#40407)Mattias Engdegård2020-04-062-0/+23
* | Pacify gcc in xpm_scanPaul Eggert2020-04-061-2/+3
* | Fix case that $PATH is longer than 4096 chars in TrampMichael Albinus2020-04-062-56/+47
* | Unify and improve gdb-mi source buffer display logicYuan Fu2020-04-064-26/+77
* | Fix problems when dragging frames with the mouseMartin Rudalics2020-04-061-234/+292
* | * src/coding.c (code_convert_string): Fix type mismatches.Paul Eggert2020-04-051-2/+2
* | Fix a recent change in bignum.cEli Zaretskii2020-04-051-1/+1
* | Fix thinko in tramp-cache.elMichael Albinus2020-04-051-3/+3
* | Merge from origin/emacs-27Glenn Morris2020-04-059-25/+54
|\ \ | |/
| * Fix syntax error in man page.Philipp Stephani2020-04-051-1/+1
| * Handle filling of indented ChangeLog function entriesNoam Postavsky2020-04-042-1/+26
| * Fix void-variable n-reb in re-builder (Bug#40409)Noam Postavsky2020-04-041-9/+8
| * Fix small bug in copy_string_contents.Philipp Stephani2020-04-031-1/+1
| * Fix invocations of gpg from GnusEli Zaretskii2020-04-031-4/+12
| * Don't draw GTK's internal border and tab bar on top of each otherMartin Rudalics2020-04-031-4/+0
| * ; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.Eli Zaretskii2020-04-031-4/+4
| * Tweak htmlfontify's generated outputAmin Bandali2020-04-021-1/+2
* | ; Merge from origin/emacs-27Glenn Morris2020-04-050-0/+0
|\ \ | |/
| * ; Auto-commit of loaddefs files.Glenn Morris2020-04-011-15/+18
* | Merge from origin/emacs-27Glenn Morris2020-04-053-5/+12
|\ \ | |/
| * Handle project--files-in-directory finding no files betterDmitry Gutov2020-03-302-0/+3
| * Let imenu to work on the menu bar when its list is a single non-nested member.Alan Mackenzie2020-03-301-5/+9
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Avoid known cl-defsubst breakageStefan Monnier2020-04-051-3/+15
* | Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård2020-04-052-1/+37
* | Suppress relint diagnostics in rx-tests.elMattias Engdegård2020-04-051-0/+6
* | Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård2020-04-052-1/+9
* | Improve integer range checkingPaul Eggert2020-04-0516-205/+158
* | * src/lisp.h: Update overly-optimistic comment.Paul Eggert2020-04-051-2/+2
* | * lisp/arc-mode.el: Rewrite displaying the summariesStefan Monnier2020-04-042-271/+212
* | * lisp/arc-mode.el: Remove make-(local-variable|variable-buffer-local)Stefan Monnier2020-04-041-21/+12
* | Avoid SAFE_ALLOCA in Fstring, Funibyte_stringPaul Eggert2020-04-041-24/+15
* | * lisp/arc-mode.el (archive--file-desc): Add fields from other structsStefan Monnier2020-04-041-107/+82
* | Revert unneeded part of gcc -Og changePaul Eggert2020-04-041-7/+0
* | * lib-src/Makefile.in (LINK_CFLAGS): Remove; unused.Paul Eggert2020-04-041-2/+0
* | Default gcc -Og to inlining key opsPaul Eggert2020-04-043-11/+25
* | Support the "explore" command in gdb-mi.elEli Zaretskii2020-04-041-2/+9
* | Fix face spec handling for 'default' "terminal class"Eli Zaretskii2020-04-041-1/+1
* | * lisp/arc-mode.el: Remove unused struct fieldsStefan Monnier2020-04-031-59/+63
* | * lisp/arc-mode.el: Use cl-structs rather than vectorsStefan Monnier2020-04-031-147/+196
* | C++ Mode: recognize brace blocks without the hitherto required = signAlan Mackenzie2020-04-031-2/+11
* | * lisp/arc-mode.el (archive-ar-write-file-member): New functionStefan Monnier2020-04-031-10/+27
* | * lisp/arc-mode.el: Remove redundant `:group`sStefan Monnier2020-04-031-58/+41
* | * lisp/arc-mode.el: Use lexical-bindingStefan Monnier2020-04-031-42/+37
* | Check for IPv6 servers in dns.elRobert Pluim2020-04-031-9/+13
* | Make make-{network,serial}-process handle :coding nil consistentlyRobert Pluim2020-04-033-10/+68