aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix cl-most-positive-float doc typoPaul Eggert2020-04-171-1/+1
| * ; lisp/ldefs-boot.el: Update.emacs-27.0.91Nicolas Petton2020-04-171-5/+14
| * Fix a typo in calculator.eljakub-w2020-04-161-1/+1
| * * lisp/erc/erc.el: Add URL to the new ERC page on the Emacs siteAmin Bandali2020-04-161-13/+4
* | ; Merge from origin/emacs-27Glenn Morris2020-04-180-0/+0
|\ \ | |/
| * Bump Emacs version to 27.0.91Nicolas Petton2020-04-164-4/+4
* | Merge from origin/emacs-27Glenn Morris2020-04-183-5/+9
|\ \ | |/
| * Correct Fido-mode's backspacing of directories with spacesJoão Távora2020-04-161-1/+1
| * Default completion-flex-nospace to nilJoão Távora2020-04-152-1/+2
| * Improve an example in w32 FAQEli Zaretskii2020-04-151-3/+6
* | ; Merge from origin/emacs-27Glenn Morris2020-04-180-0/+0
|\ \ | |/
| * * lisp/htmlfontify.el (hfy-force-fontification): Fix bug#40642Stefan Monnier2020-04-151-1/+2
* | Safeguard the fix of bug#40632Eli Zaretskii2020-04-181-2/+6
* | Don't abort when using GDI+ for imagesEli Zaretskii2020-04-181-7/+14
* | Fix loading multi-frame TIFF images via GDI+Juan José García-Ripoll2020-04-181-18/+24
* | Fix handling of child frames in prepare_menu_bars (Bug#40639)Martin Rudalics2020-04-181-5/+6
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-173-99/+82
* | Pacify gcc -Og x86-64Paul Eggert2020-04-171-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-1735-722/+579
* | Prefer inline functions in character.hPaul Eggert2020-04-175-161/+224
* | Fix effect-free warning in ob-screen.el while loopBasil L. Contovounesios2020-04-171-1/+1
* | Bind 'n' and 'p' to move between symbols in aproposJustin Timmons2020-04-172-0/+25
* | Fix comparing command names in strokes.el (bug#40600)Masahiro Nakamura2020-04-161-3/+1
* | Use native image API for NSAlan Third2020-04-164-73/+91
* | Allow dynamic choice of drawing path on NS (bug#39883)Alan Third2020-04-162-72/+167
* | Fix NS frame resizing issues (bug#40200, bug#28872)Alan Third2020-04-163-185/+150
* | Improve regexp in org-table-finish-edit-fieldMattias Engdegård2020-04-161-1/+1
* | Ignore D-Bus errors in tramp-gvfs.el (Bug#40655)Michael Albinus2020-04-161-1/+3
* | (forward-comment -n): escaped newline is sometimes NOT end of commentAlan Mackenzie2020-04-161-2/+3
* | Fix type-checking bug in vertical-motionPaul Eggert2020-04-161-8/+6
* | * src/indent.c (Fvertical_motion): Fix int/Lisp_Object mix up.Glenn Morris2020-04-161-1/+1
* | ; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.Mattias Engdegård2020-04-161-1/+1
* | Use directory-files-no-dot-files-regexp wherever possibleMattias Engdegård2020-04-168-16/+20
* | Quote semanticdb-ebrowse-default-file-name in regexpMattias Engdegård2020-04-161-1/+2
* | Fix bugs, inefficiencies and bad style in regexpsMattias Engdegård2020-04-168-14/+17
* | Regularise some file-matching regexpsMattias Engdegård2020-04-161-10/+10
* | Avoid compiler warning in indent.cEli Zaretskii2020-04-161-0/+2
* | ; * src/w32image.c (w32_select_active_frame): Comment about GUID values.Eli Zaretskii2020-04-161-0/+5
* | File-handling cleanup in w32image.cEli Zaretskii2020-04-164-14/+9
* | Fix retrieval of frame delay when using GDI+Eli Zaretskii2020-04-151-3/+41
* | Merge from origin/emacs-27Glenn Morris2020-04-1548-173/+1327
|\ \ | |/
| * * admin/authors.el: Add an author alias.Nicolas Petton2020-04-151-0/+1
| * Limit RLIMIT_NOFILE to FD_SETSIZE on macOSYAMAMOTO Mitsuharu2020-04-151-0/+15
| * Fix Elisp manual entry on 'set-window-configuration'Martin Rudalics2020-04-151-19/+20
| * ; Update ChangeLog.3Nicolas Petton2020-04-141-1/+1089
| * ; Update etc/AUTHORSNicolas Petton2020-04-141-51/+57
| * * admin/authors.el: Add missing author aliases.Nicolas Petton2020-04-141-0/+4
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-1440-70/+75
| * Clarify the doc string of 'yank'Eli Zaretskii2020-04-141-4/+5
| * New function erc-track-switch-buffer-other-windowAmin Bandali2020-04-142-9/+28