aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * src/w32uniscribe.c (syms_of_w32uniscribe_for_pdumper): Typos.scratch/windows-98Po Lu2024-06-271-2/+6
* Fix Cygwin buildPo Lu2024-06-271-3/+5
* Restore functionality on Windows 98Po Lu2024-06-237-69/+199
* * doc/emacs/custom.texi (Directory Variables): Add menuStefan Monnier2024-06-211-0/+4
* Fix `emacs --geometry` flag on macOSStefan Kangas2024-06-211-1/+1
* ; eliminate backslash duplicate in regexpMattias EngdegÄrd2024-06-211-1/+1
* * doc/emacs/custom.texi (EditorConfig support): Add URLStefan Monnier2024-06-211-1/+2
* Merge remote-tracking branch 'origin/scratch/emacs-editorconfig'Stefan Monnier2024-06-218-0/+1724
|\
| * * lisp/editorconfig.el (editorconfig-version): Delete functionscratch/emacs-editorconfigStefan Monnier2024-06-191-30/+30
| * Integrate feedback from Stefan Kangas and Michael AlbinusStefan Monnier2024-06-198-26/+35
| * (editorconfig-indentation-alist): Sync with upstreamStefan Monnier2024-06-191-7/+90
| * Add doc for EditorConfig supportStefan Monnier2024-06-193-298/+43
| * editorconfig-core-handle.el: Reduce allocation in parserStefan Monnier2024-06-191-66/+41
| * editorconfig-fnmatch.el: Eliminate O(N^2) complexityStefan Monnier2024-06-191-45/+54
| * editorconfig-core.el: Remove unneeded defaulting codeStefan Monnier2024-06-191-49/+26
| * editorconfig-core-handle.el: Don't use file names as glob patternStefan Monnier2024-06-191-19/+17
| * lisp/editorconfig: Minor cosmetic fixesStefan Kangas2024-06-193-21/+21
| * editorconfig.el: Miscellaneous minor changesStefan Monnier2024-06-193-32/+22
| * lisp/editorconfig: Advise `find-auto-coding` i.s.o `insert-file-contents`Stefan Monnier2024-06-191-60/+19
| * lisp/editorconfig: Use new Emacs-30 hooksStefan Monnier2024-06-191-37/+90
| * (editorconfig-set-local-variables): Get first, set laterStefan Monnier2024-06-191-71/+189
| * lisp/editorconfig: Don't hook into `read-only-mode-hook`Stefan Monnier2024-06-191-7/+15
| * (editorconfig--should-set): Eliminate `lisp-indent-offset` special caseStefan Monnier2024-06-191-18/+15
| * * lisp/editorconfig.el (editorconfig-mode): Remove `:lighter`Stefan Monnier2024-06-191-1/+0
| * * lisp/editorconfing.el: Cosmetic ELisp style changesStefan Monnier2024-06-194-14/+7
| * Remove support for `editorconfig-exclude-*`Stefan Monnier2024-06-192-48/+4
| * Remove support for `editorconfig-override-*-local-variables`Stefan Monnier2024-06-191-14/+2
| * Remove support for the `editorconfig` executableStefan Monnier2024-06-191-106/+3
| * Fix up copyright lines and license blurbsStefan Monnier2024-06-196-66/+66
| * Squashed commit of the following:Stefan Monnier2024-06-197-0/+1970
* | ; * src/keyboard.c (read_char): Typo in comment.Po Lu2024-06-211-1/+1
* | Fix execution of tool-bar commands read within minibuffer-error-handlerPo Lu2024-06-211-2/+17
* | ; Avoid byte-compiler warning in comint.elEli Zaretskii2024-06-211-1/+1
* | Ensure navigating by paragraphs in Eshell stops at prompts and paragraphsJim Porter2024-06-202-6/+75
* | Limit the amount of text we examine when looking for password promptsJim Porter2024-06-203-33/+62
* | Allow giving "ping" flags with `C-u M-x ping`Tomas Fabrizio Orsi2024-06-202-9/+27
* | * lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Restore same faces.Juri Linkov2024-06-201-5/+4
* | Fix misspelled function name in comp.cStefan Kangas2024-06-201-10/+10
* | Fix NS buildPo Lu2024-06-201-8/+2
* | Remove more references to Windows 95Stefan Kangas2024-06-206-13/+13
* | Fix last changeEli Zaretskii2024-06-201-5/+8
* | Fix use of ':align-to' in 'wrap-prefix'Eli Zaretskii2024-06-203-3/+19
* | * src/frame.c (gui_set_font): Reference image cache after reassignment.Po Lu2024-06-201-0/+1
* | ; * src/frame.c (make_frame): Typo.Po Lu2024-06-201-1/+1
* | Correctly cache images when frames vary in their font metricsPo Lu2024-06-2013-160/+92
* | Fix display-buffer-override-next-command (bug#71654)Rodrigo Kassick2024-06-191-0/+3
* | Update leuven-theme to latest upstream versionStefan Kangas2024-06-192-63/+125
* | * lisp/which-key.el (which-key-is-verbose): Remove unused optionPhilip Kaludercic2024-06-191-5/+0
* | Avoid compilation warningsEli Zaretskii2024-06-191-4/+4
* | Merge remote-tracking branch 'savannah/master' into master-android-1Po Lu2024-06-1911-19/+3
|\ \