aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | * lisp/progmodes/project.el: Up xref dependency and bump the versionDmitry Gutov2024-05-271-2/+2
* | * lisp/progmodes/xref.el: Bump the version to 1.7.0Dmitry Gutov2024-05-271-1/+1
* | Prevent crashes due to redisplay while realizing the default faceEli Zaretskii2024-05-262-2/+18
* | Remove Emacs 19 compat code in mm-util.elStefan Kangas2024-05-261-3/+1
* | Further tweak pp code printingMichael Heerdegen2024-05-261-6/+3
* | Fix --enable-checking build with macOS clang 15.0.0Naofumi Yasufuku2024-05-261-0/+3
* | Clean up legacy bytecode loadingMattias EngdegÄrd2024-05-263-110/+18
* | Update documentation for 'width' slot of vtable ':column' objectJoost Kremers2024-05-261-5/+13
* | Enhance 'python-shell-send-block' for convenienceLin Sun2024-05-262-5/+5
* | ; Fix merge error (bug#71093).kobarity2024-05-261-13/+1
* | ; Fix Calc manualEli Zaretskii2024-05-261-3/+16
* | ; Merge from origin/emacs-29Eli Zaretskii2024-05-260-0/+0
|\ \ | |/
| * ; Fix markup in manualsEli Zaretskii2024-05-262-8/+8
* | Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu2024-05-266-32/+48
* | Improve navigation to cl-defgeneric usesDmitry Gutov2024-05-261-1/+1
* | xref-revert-buffer: Make inhibit-modification-hooks binding a bit saferDmitry Gutov2024-05-261-3/+3
* | Fix a race condition when evaluating Eshell commandsJim Porter2024-05-252-2/+16
* | Make Tramp's async processes more robustMichael Albinus2024-05-254-10/+14
* | * src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842).Andrea Corallo2024-05-251-0/+5
* | Merge from origin/emacs-29Eli Zaretskii2024-05-2510-12/+55
|\ \ | |/
| * Avoid assertion violations in displaying under 'outline-minor-mode'Eli Zaretskii2024-05-251-1/+1
| * Improve documentation of 'no-special-glyphs' frame parameterEli Zaretskii2024-05-252-5/+12
| * Fix Python font lock of chained assignment statementkobarity2024-05-242-2/+11
| * Fix example in Calc manualBrad Knotwell2024-05-241-2/+2
| * Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii2024-05-222-1/+7
| * ; * lisp/face-remap.el (text-scale-adjust): Doc fix.Eli Zaretskii2024-05-211-3/+4
| * ; Improve documentation of backing up filesEli Zaretskii2024-05-211-0/+8
* | Omit `store-substring` from lisp manual (bug#70784)Mattias EngdegÄrd2024-05-251-17/+1
* | Improve documentation of sending commands to shellsEli Zaretskii2024-05-253-4/+38
* | Adapt Tramp's progress-reporter messagesMichael Albinus2024-05-253-195/+194
* | ; Improve doc strings in textsec.elEli Zaretskii2024-05-251-25/+56
* | Avoid rare errors in dabbrev.elEli Zaretskii2024-05-251-5/+6
* | Fix encoding of text when saving a gpg-encoded fileEli Zaretskii2024-05-251-1/+8
* | Erase existing duplicates in eshell-history-ringRobin Joy2024-05-242-5/+20
* | ; Fix previous fix for bug#70796Tassilo Horn2024-05-241-4/+4
* | Fix usage of cons cells in grep-find-ignored-filesSpencer Baugh2024-05-243-56/+54
* | bug-reference: signal fontified bounds back to jit-lock (bug#70796)Tassilo Horn2024-05-241-1/+4
* | * lisp/dired.el (dired-mode-map): Bind "E" to 'dired-do-open' (bug#18132).Juri Linkov2024-05-243-6/+10
* | New variable shell-command-guess-dired-optional (bug#18132)Juri Linkov2024-05-244-34/+89
* | ; Refine 'completion-preview-exact' faceEshel Yaron2024-05-241-1/+1
* | ; Exclude a few more modes in 'global-completion-preview-mode'Eshel Yaron2024-05-241-1/+5
* | * src/comp.c (check_comp_unit_relocs): Remove unneccesary double access.Andrea Corallo2024-05-241-1/+1
* | Fix argument name highlighting in 'describe-function' outputEshel Yaron2024-05-231-3/+6
* | Fix 'help-view-source' for variables defined in CEshel Yaron2024-05-231-1/+3
* | Improve Dired context menuEli Zaretskii2024-05-231-2/+8
* | Documentation followup for last changeEli Zaretskii2024-05-232-2/+10
* | Improve 'key-translate' to support removing translationsCharalampos Mitrodimas2024-05-231-8/+23
* | Enhance python-tests to adapt different Python interpreters (bug#70815)Lin Sun2024-05-231-42/+60
* | Fix uncompressing a .tar.gz archive whose files have no leading dirEli Zaretskii2024-05-231-8/+17
* | Work around one Android bug and document anotherPo Lu2024-05-233-13/+37