summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-25; * src/term.c (handle_one_term_event): Fix last change.Eli Zaretskii
2025-01-25Restore the old behavior of `bookmark-write-file'Zhengyi Fu
2025-01-25Fix the mistake that led to the revertsGerd Möllmann
2025-01-25Reapply "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann
2025-01-25Reapply "Fix mouse position handling for nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Fix tty-frame-at for nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Fix cursor positioning of nested tty child frames"Gerd Möllmann
2025-01-25Reapply "Simplify absolute (x, y) computation on ttys"Gerd Möllmann
2025-01-25Delete all overlays that belong to an editable-fieldMauro Aranda
2025-01-25python-mode: add 'exit' and 'quit' to the list of block-endersKonstantin Kharlamov
2025-01-25lisp: Introduce a `lisp-fill-paragraph-as-displayed' variable.Maxim Cournoyer
2025-01-25Avoid error with empty search string in CustomizeMauro Aranda
2025-01-25; Improve prompts and error messages in 'info-look'Eli Zaretskii
2025-01-25; Clean up 'xterm-mouse-mode' auto-enabling varsJared Finder
2025-01-25Reload <pkg>-loaddefs when replacing built-in packagesStefan Monnier
2025-01-25Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2025-01-25ibuffer: Display column titles in header lineDaniel Mendler
2025-01-25lisp/repeat.el: Don't expose `cl-extra/cl-lib` distinctionStefan Monnier
2025-01-25ibuffer: New defcustom `ibuffer-human-readable-size'Daniel Mendler
2025-01-25Quote identifiers in SQL queries in 'sqlite-mode'Vladimir Panteleev
2025-01-25Revert "Simplify absolute (x, y) computation on ttys"Gerd Möllmann
2025-01-25Revert "Fix cursor positioning of nested tty child frames"Gerd Möllmann
2025-01-25Revert "Fix tty-frame-at for nested tty child frames"Gerd Möllmann
2025-01-25Revert "Fix mouse position handling for nested tty child frames"Gerd Möllmann
2025-01-25Revert "Multi-tty: selected frame can be a GUI frame"Gerd Möllmann
2025-01-25; * admin/admin.el (set-version): Note about Android.Eli Zaretskii
2025-01-25Multi-tty: selected frame can be a GUI frameGerd Möllmann
2025-01-25Fix mouse position handling for nested tty child framesGerd Möllmann
2025-01-25Fix tty-frame-at for nested tty child framesGerd Möllmann
2025-01-25Fix cursor positioning of nested tty child framesGerd Möllmann
2025-01-25Simplify absolute (x, y) computation on ttysGerd Möllmann
2025-01-24Avoid double spaces around abbrevations in TexinfoStefan Kangas
2025-01-24; time-stamp: Rename some internal symbolsStephen Gildea
2025-01-24; * lisp/time-stamp.el: Improve two documentation stringsStephen Gildea
2025-01-24; * doc/emacs/files.texi: only one time stamp index entryStephen Gildea
2025-01-24; * doc/emacs/custom.texi (Init Rebinding): Fix spacing.Robert Pluim
2025-01-24; Fix previous changeRobert Pluim
2025-01-24Ispell: Use "personal dictionary" terminology consistentlyRudolf Adamkovič
2025-01-24Disable more redisplay optimizations when child frames are visibleGerd Möllmann
2025-01-24; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii
2025-01-24Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."Eli Zaretskii
2025-01-24; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.Eli Zaretskii
2025-01-24Handle update of invisible tty frames (bug#75056)Gerd Möllmann
2025-01-24; Check man pages for mistakes less frequentlyStefan Kangas
2025-01-24; * admin/release-process: Minor copy-edits.Stefan Kangas
2025-01-24Support loading dynamic docstrings from Emacs <29Stefan Kangas
2025-01-24Don't use negative positions for docstringsStefan Kangas
2025-01-23Fix GC bug causing incorrect 'format' output (Bug#75754)Pip Cet
2025-01-23Simplify Fdocumentation and Fdocumentation_propertyStefan Kangas
2025-01-23Add language server "ruff server" for PythonStefan Kangas