aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of empty input in describe-variable and describe-symbolJuri Linkov2020-03-061-2/+2
* New command make-frame-on-current-monitor to use in windmove (bug#39875)Juri Linkov2020-03-063-5/+29
* Merge from origin/emacs-27Glenn Morris2020-03-049-34/+47
|\
| * CC Mode: Fix the handling of two adjacent after-change-functionses.Alan Mackenzie2020-03-041-7/+6
| * Fix combine-change-calls-1 for when buffer-undo-list is tAlan Mackenzie2020-03-041-13/+12
| * Don't misinterpret doc string as initial valueMattias Engdegård2020-03-042-2/+2
| * Bump checkdoc-version to match library headerStefan Kangas2020-03-041-1/+1
| * Explain how to unset mode bindings (Bug#39802)Noam Postavsky2020-03-031-6/+11
| * Fix describe-variable on values with circular syntax (Bug#39805)Noam Postavsky2020-03-031-0/+2
| * Improve documentation of next-error-highlight-no-select (bug#38778)Juri Linkov2020-03-042-5/+13
* | ; Merge from origin/emacs-27Glenn Morris2020-03-040-0/+0
|\ \ | |/
| * Fix implicit declaration of getenv and atolAndreas Schwab2020-03-031-0/+1
* | Merge from origin/emacs-27Glenn Morris2020-03-0423-116/+292
|\ \ | |/
| * Fix handling MS-Windows keyboard input above the BMPEli Zaretskii2020-03-031-1/+41
| * * etc/NEWS: More complete description of rx 'not' changes.Mattias Engdegård2020-03-031-1/+4
| * ; * doc/emacs/mini.texi (Yes or No Prompts): Fix last change.Eli Zaretskii2020-03-031-27/+20
| * * doc/emacs/mini.texi (Yes or No Prompts): 'y-or-n-p' now uses the minibuffer.Juri Linkov2020-03-031-5/+5
| * Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim2020-03-023-8/+16
| * Fix fit-frame-to-buffer for multi-monitor setupSergey Trofimov2020-03-011-6/+7
| * ; * etc/NEWS: Fix typo.Michael Albinus2020-03-011-1/+1
| * rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-014-31/+69
| * * lisp/tab-line.el: Fix auto-hscrolling (bug#39649)Juri Linkov2020-02-291-12/+24
| * ; Update lisp/ldefs-boot.elemacs-27.0.90Nicolas Petton2020-02-291-7/+8
| * ; * etc/TODO: Fix last change.Eli Zaretskii2020-02-291-6/+7
| * ; Add an entry to TODOEli Zaretskii2020-02-291-0/+70
| * Fix rx charset generationMattias Engdegård2020-02-292-3/+14
| * Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/emacs into emacs-27Eli Zaretskii2020-02-292-4/+2
| |\
| | * Fix overquoting in mule.elMattias Engdegård2020-02-281-1/+1
| | * * src/timefns.c (time_arith): Omit incorrect comment.Paul Eggert2020-02-281-3/+1
| * | Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/emacs into emacs-27Eli Zaretskii2020-02-281-10/+11
| |\ \ | | |/
| | * * lisp/vc/vc-cvs.el (vc-cvs-ignore): Copy-edit doc stringMattias Engdegård2020-02-281-10/+11
| * | ; bug#39779: Fix some typos in documentation.Štěpán Němec2020-02-287-12/+12
| |/
| * checkdoc: Don't mistake "cf." for sentence endŠtěpán Němec2020-02-281-1/+1
* | ; Merge from origin/emacs-27Glenn Morris2020-03-040-0/+0
|\ \ | |/
| * Bump Emacs version to 27.0.90Nicolas Petton2020-02-274-4/+4
* | Merge from origin/emacs-27Glenn Morris2020-03-0410-767/+1303
|\ \ | |/
| * * etc/AUTHORS: Update.Nicolas Petton2020-02-271-508/+816
| * ; ChangeLog.3 updateNicolas Petton2020-02-271-1/+5
| * * admin/authors.el (authors-ignored-files): Fix entries.Nicolas Petton2020-02-271-5/+6
| * ; ChangeLog.3 updateNicolas Petton2020-02-271-0/+20
| * ; ChangeLog.3 fixesNicolas Petton2020-02-271-10/+10
| * Fix documented slot name of eieio-instance-tracker classEric Abrahamsen2020-02-261-2/+2
| * Range-check width passed to define-fringe-bitmapRobert Pluim2020-02-261-2/+5
| * ; ChangeLog.3 fixesNicolas Petton2020-02-261-13/+13
| * ; ChangeLog.3 update & fixes.Nicolas Petton2020-02-261-143/+310
| * * admin/authors.el: Add missing entriesNicolas Petton2020-02-261-1/+11
| * Define libgnutls-version properlyNoam Postavsky2020-02-251-7/+12
| * vc-dir-ignore: More accurately choose base directoryDmitry Gutov2020-02-252-11/+14
| * * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Change last fixStefan Monnier2020-02-241-55/+57
| * CC Mode: Protect against consecutive calls to before-change-functions ...Alan Mackenzie2020-02-231-17/+30