summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Run NSApp loop in its own threadscratch/ns/nextAlan Third2020-03-226-643/+308
* Put more GUI functions into EmacsFrameAlan Third2020-03-213-82/+129
* Add proxy class for forwarding to main threadAlan Third2020-03-202-16/+92
* Put GUI functions into special classAlan Third2020-03-203-263/+379
* Add store/restore window configuration feature for gdb-miYuan Fu2020-03-152-39/+272
* Reverse the meaning of 2nd arg to 'live_buffer_holding'Eli Zaretskii2020-03-151-7/+9
* Make sure we mark reachable killed buffers during GCPip Cet2020-03-151-8/+10
* * lisp/progmodes/sql.el: Try and avoid `eval`; use define-derived-modeStefan Monnier2020-03-141-130/+70
* * lisp/textmodes/conf-mode.el (conf-mode): Use define-derived-modeStefan Monnier2020-03-141-98/+75
* * lisp/emacs-lisp/package.el (package-activate-1): Avoid duplicatesStefan Monnier2020-03-141-1/+1
* * lisp/progmodes/cc-defs.el (c-version): update to 5.34.2 for master branchAlan Mackenzie2020-03-141-1/+1
* Make previous mml-expand-html-into-multipart-related fix more generalJeremy Compostella2020-03-141-4/+3
* Add charsets to 'w32-charset-info-alist'Eli Zaretskii2020-03-141-0/+7
* Avoid regexp stack overflow in GDB string matching (bug#22149)Mattias Engdegård2020-03-141-1/+4
* Merge from origin/emacs-27Glenn Morris2020-03-138-19/+57
|\
| * ; * etc/NEWS: Explain how to get back old behavior with --eval.Eli Zaretskii2020-03-131-0/+8
| * Fix a recent documentation changeEli Zaretskii2020-03-132-8/+15
| * Fix last changeEli Zaretskii2020-03-131-1/+2
| * * lisp/tab-bar.el: Last-minute changes.Juri Linkov2020-03-131-6/+19
| * * lisp/subr.el (cancel-change-group): Fix bug#39680Stefan Monnier2020-03-121-2/+7
| * Improve docs for horizontal scrolling with mouse and touchpad (Bug#39979)İ. Göktuğ Kayaalp2020-03-112-6/+10
| * * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.Juri Linkov2020-03-101-1/+1
| * Port .gdbinit to clang with -gdwarf-4Paul Eggert2020-03-091-1/+1
| * Simplify rx example in manualMattias Engdegård2020-03-091-2/+2
| * ; * etc/NEWS: Fix typo.Michael Albinus2020-03-091-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2020-03-131-0/+1
|\ \
| * | * lisp/emacs-lisp/package.el (package-menu--generate): Fix doc string.Pieter van Oostrum2020-03-131-0/+1
* | | * lisp/net/tramp.el (tramp-accept-process-output): Propagate `quit' signal.Michael Albinus2020-03-131-8/+11
|/ /
* | Make cl-equalp a bit more efficient at comparing stringsNoam Postavsky2020-03-121-2/+1
* | rcirc: Match NickServ messages case-insensitively (Bug#39345)Noam Postavsky2020-03-121-6/+10
* | Fix NS child frame in native fullscreen (bug#36672)Andrii Kolomoiets2020-03-123-17/+100
* | * lisp/emacs-lisp/eldoc.el: Remove redundant `:group` argumentsStefan Monnier2020-03-121-35/+23
* | * lisp/emacs-lisp/eldoc.el (eldoc--supported-p): Understand the "old" APIStefan Monnier2020-03-121-1/+10
* | * lisp/subr.el (cancel-change-group): Undo accidental changeStefan Monnier2020-03-121-10/+3
* | * lisp/net/tramp-sh.el (tramp-find-shell): Skip for asynchronous processes.Michael Albinus2020-03-121-36/+38
* | Remove XEmacs exclusive face from themesStefan Kangas2020-03-114-4/+0
* | Remove more XEmacs compat code from eshellStefan Kangas2020-03-114-16/+4
* | * lisp/emacs-lisp/cl-macs.el: More care with `eval` and with `cl-typep`Stefan Monnier2020-03-101-20/+37
* | * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Simplify resultStefan Monnier2020-03-101-16/+6
* | * lisp/window.el: Avoid `called-interactively-p`.Stefan Monnier2020-03-101-12/+16
* | * lisp/ido.el: Remove redundant `:group`sStefan Monnier2020-03-101-161/+92
* | * lisp/subr.el (dlet): New macroStefan Monnier2020-03-103-11/+34
* | Improve new-frame logic of windmove-display-in-direction (bug#39875)Juri Linkov2020-03-101-4/+8
* | In vc-print-branch-log use root instead of the default directory (bug#39704)Juri Linkov2020-03-102-4/+9
* | Finish implementation of set-file-times FLAG arg in TrampMichael Albinus2020-03-097-45/+65
* | Merge from origin/emacs-27Paul Eggert2020-03-081-7/+42
|\ \ | |/
| * ; * src/timefns.c: Fix typo in previous change.Paul Eggert2020-03-081-1/+1
| * * src/timefns.c: Add comments.Paul Eggert2020-03-081-7/+42
* | * lisp/term/rxvt.el: Enable backeted paste and window titleDaniel Gröber2020-03-081-1/+20
* | CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie2020-03-085-39/+185