aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/minibuf.c (Fread_no_blanks_input): Move to `minibuffer.el`Stefan Monnier2021-04-202-31/+0
* * src/minibuf.c (read_minibuf): Change multibyte more safelyStefan Monnier2021-04-201-9/+7
* Fix bug #47781: (window-list-1 nil t) wrongly returned nil.Alan Mackenzie2021-04-201-1/+2
* Introduce and use minibuffer-mode. This fixes bug #47150Alan Mackenzie2021-04-201-8/+14
* completing-read: If HIST is the symbol `t', history is not recorded.Daniel Mendler2021-04-191-1/+2
* Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics2021-04-184-15/+40
* Fix :scale's affect on :width and :height (bug#47819)Alan Third2021-04-171-2/+2
* Don't allow quitting while rebuilding Vwindow_list (Bug#47244)Martin Rudalics2021-04-171-0/+21
* Check minibuffer windows are live windows, rather than assuming itAlan Mackenzie2021-04-161-14/+24
* Improve docstring of 'frame-scale-factor'Robert Pluim2021-04-161-0/+1
* Fix 'garbage-collect-maybe'Eli Zaretskii2021-04-151-1/+1
* Allow use of em in image spec sizesAlan Third2021-04-151-17/+41
* Add condition-case success handler (bug#47677)Mattias Engdegård2021-04-151-3/+31
* Don't error out when selection data is unavailable (bug#47642)Juri Linkov2021-04-141-7/+14
* ; Fix a couple of recent typos.Basil L. Contovounesios2021-04-141-2/+3
* Add two optional arguments to 'string-width'Eli Zaretskii2021-04-143-28/+41
* * src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier2021-04-133-14/+13
* Resurrect mouse-highlight of close buttons on tab-barEli Zaretskii2021-04-132-5/+131
* * src/emacs.c (load_seccomp): Consistently check for nonzero resultPhilipp Stephani2021-04-111-1/+1
* Add another check for the required header <linux/filter.h>.Philipp Stephani2021-04-111-2/+2
* Also check for needed seccomp macros.Philipp Stephani2021-04-111-6/+14
* Fix handling of mouse clicks on tab-bar buttonsEli Zaretskii2021-04-111-137/+10
* * src/emacs.c (read_full): Add a few assertions.Philipp Stephani2021-04-101-0/+3
* * src/emacs.c (load_seccomp): Add a useful assertion.Philipp Stephani2021-04-101-0/+1
* * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
* * src/emacs.c (load_seccomp): Fix condition.Philipp Stephani2021-04-101-1/+1
* Read file in a loop if necessary.Philipp Stephani2021-04-101-11/+39
* Add support for --seccomp command-line option.scratch/seccomp-emacs-openPhilipp Stephani2021-04-101-1/+166
* Fix MS-Windows buildEli Zaretskii2021-04-041-1/+15
* Fix warnings in image.cAlan Third2021-04-041-4/+7
* Fix unexec compilationEli Zaretskii2021-04-041-3/+5
* Fix recent changes regarding frame-scale-factorEli Zaretskii2021-04-041-3/+3
* Fix build error in frame.h on non-NSİ. Göktuğ Kayaalp2021-04-041-1/+1
* Set CSS for SVG filesAlan Third2021-04-032-15/+74
* Fix NSTRACE failureAlan Third2021-04-031-1/+1
* Implement frame-scale-factorAlan Third2021-04-033-8/+19
* Protect add-variable-watcher from incorrect usageEli Zaretskii2021-03-291-0/+1
* Use a 64KB page size for pdumpLars Ingebrigtsen2021-03-281-5/+1
* Clarify the doc string of plist-memeber and plist-putLars Ingebrigtsen2021-03-281-2/+8
* File unlock errors now issue warnings (Bug#46397)Matt Armstrong2021-03-271-3/+23
* Fix encoding by ISO-2022-JPKenichi Handa2021-03-271-0/+6
* Merge from origin/emacs-27Paul Eggert2021-03-251-1/+1
|\
| * Fix preeditarea reporting wrong spot.Amos Bird2021-03-251-1/+1
| * Fix replace-buffer-contents undefined behaviorPaul Eggert2021-03-251-2/+4
| * Document that `buffer-string' retains text propertiesLars Ingebrigtsen2021-03-181-1/+5
| * Fix buffer overflow in xbm_scan (bug#47094)Alan Third2021-03-141-1/+2
* | Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-2/+2
* | Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-216-113/+236
* | Don’t convert pointer to boolPaul Eggert2021-03-191-1/+1
* | Extend handled events in 'while-no-input-ignore-events' (Bug#47205)Michael Albinus2021-03-181-0/+6