aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from origin/emacs-27Glenn Morris2020-04-2053-301/+420
|\ \ | |/
| * Tweak wording re constant variablesPaul Eggert2020-04-191-1/+2
| * Tweak setcar-related wordingPaul Eggert2020-04-191-1/+1
| * * lisp/image-mode.el: Add prefix key 's' and reduce dependency on ImageMagick.Juri Linkov2020-04-202-38/+40
| * * doc/emacs/windows.texi (Window Convenience): Decribe more windmove features.Juri Linkov2020-04-202-34/+46
| * Fix mutability glitches reported by Drew AdamsPaul Eggert2020-04-192-8/+10
| * Improve mutability docPaul Eggert2020-04-192-15/+15
| * Improve mutability documentationPaul Eggert2020-04-197-15/+69
| * Document that quoting yields constantsPaul Eggert2020-04-191-1/+7
| * * doc/lispref/keymaps.texi (Extended Menu Items, Easy Menu) <:key-sequence>:Stefan Monnier2020-04-191-14/+11
| * Remove #' and function quoting from lambda forms in manualMattias Engdegård2020-04-197-50/+47
| * * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-182-5/+7
| * Add new node "Image Mode" to Emacs Manual.Juri Linkov2020-04-196-8/+18
| * ; Fix a typo in cmdargs.texi (bug#40701)Štěpán Němec2020-04-181-1/+1
| * * doc/lispref/display.texi (Customizing Bitmaps): Fix typo.Paul Eggert2020-04-181-1/+1
| * Document constant vs mutable objects betterPaul Eggert2020-04-186-59/+91
| * Improve documentation of 'sort-lines'Eli Zaretskii2020-04-181-1/+2
| * Mention 'spam-stat-process-directory-age' in the documentationŠtěpán Němec2020-04-181-0/+7
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-1827-83/+79
* | * lisp/cdl.el: Use lexical binding.Stefan Kangas2020-04-201-1/+1
* | Silence byte-compiler after my previous commitStefan Kangas2020-04-201-3/+2
* | Rework how GDI+ functions are loaded dynamically in w32image.cEli Zaretskii2020-04-191-43/+102
* | Don't use Gnulib's explicit_bzero on MS-WindowsEli Zaretskii2020-04-193-0/+22
* | Use lexical-binding in elide-head.el and add testsSimen Heggestøyl2020-04-192-5/+65
* | * lisp/autoarg.el: Use lexical binding.Stefan Kangas2020-04-191-1/+1
* | Fix misnamed variable breaking GNUstepAhmed Khanzada2020-04-181-1/+1
* | Use lexical-binding in apropos.el and add testsSimen Heggestøyl2020-04-182-31/+154
* | Merge from origin/emacs-27Glenn Morris2020-04-189-42/+80
|\ \ | |/
| * Avoid crashes in regex-emacs.c due to GCEli Zaretskii2020-04-181-0/+22
| * Fix "C-u M-!" when 'shell-command-dont-erase-buffer' is non-nilEli Zaretskii2020-04-184-26/+51
| * 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