aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* comp: Don't load.el comp when C-h fscratch/comp-runAndrea Corallo2023-11-082-363/+362
* comp: Add comp-common.elAndrea Corallo2023-11-086-150/+190
* Don't load comp when installing an existing trampolineAndrea Corallo2023-11-074-63/+64
* comp: don't require 'warnings' in comp-runAndrea Corallo2023-11-032-1/+3
* * comp: make comp-run don't require cl-lib at runtimeAndrea Corallo2023-11-031-5/+9
* comp: split code in comp-run.elAndrea Corallo2023-11-035-439/+492
* ; Fix recent changes in documentationEli Zaretskii2023-11-032-8/+9
* Round underline position and thicknessPo Lu2023-11-031-2/+2
* Avoid moving point while analyzing text conversionPo Lu2023-11-032-11/+38
* * lisp/emacs-lisp/oclosure.el (oclosure--lambda): Burp in dynbind modeStefan Monnier2023-11-021-0/+1
* Remove 'M-.' binding from js-mode and js-ts-modeDmitry Gutov2023-11-032-9/+7
* Adapt doc for man.elMichael Albinus2023-11-022-15/+13
* ; Improve documentation of recent changesEli Zaretskii2023-11-022-16/+14
* Properly compute overhangs for overstruck textPo Lu2023-11-021-16/+71
* Preserve point when inserting date stamps in ERCF. Jason Park2023-11-011-19/+24
* ; Attempt to fix race in erc-buffer-display testF. Jason Park2023-11-019-59/+73
* (project-switch-project): Fix the previous changeDmitry Gutov2023-11-011-2/+4
* New commands previous-line-completion and next-line-completion (bug#59486)Juri Linkov2023-11-012-2/+93
* Run `man' also on remote systemsMichael Albinus2023-11-014-82/+175
* Non-recursive marking of buffer-local variablesMattias Engdegård2023-11-011-15/+11
* Add two docstrings in cl-macs.elJeremy Bryant2023-11-011-1/+4
* Prevent errors when generating events above menu bar windowsPo Lu2023-11-011-3/+4
* Only override the current project buffer-locallyDmitry Gutov2023-11-011-2/+5
* Catch 'permission-denied' during project lookupDmitry Gutov2023-11-011-1/+6
* Respect `browse-url-default-scheme` on AndroidStefan Kangas2023-11-011-1/+1
* lisp/emacs-lisp/comp-cstr.el: Fix bootstrapStefan Monnier2023-10-314-4/+9
* * lisp/emacs-lisp/comp.el: Remove redundant requiresStefan Monnier2023-10-311-3/+0
* Don't round underline metricsPo Lu2023-10-311-4/+4
* Extract underline positions from PostScript metrics tablesPo Lu2023-10-311-7/+30
* * lisp/progmodes/project.el (project-menu-entry): Add 'bound-and-true-p'.Juri Linkov2023-10-311-1/+1
* Fix project-mode-line-format breaking buffer-file-coding-system (bug#66825)Juri Linkov2023-10-311-8/+15
* ; cperl-mode.el: Obey comment conventionsHarald Jörg2023-10-301-47/+39
* ; * lisp/emacs-lisp/comp-cstr.el (comp-subtype-p): Hoist above use.Mattias Engdegård2023-10-301-8/+8
* Ascertain font spacing from post table if presentPo Lu2023-10-303-10/+155
* comp-cstr.el: The type hierarchy is a DAG, not a treeStefan Monnier2023-10-305-72/+112
* Exclude Git submodules from 'project-files'Jim Porter2023-10-301-21/+20
* Teach ffap to look for relative file names under project-rootSpencer Baugh2023-10-301-0/+6
* Use OClosure to drop `advice--buffer-local-function-sample` hackStefan Monnier2023-10-291-11/+9
* Require `cl-lib` rather than directly some of its subfilesStefan Monnier2023-10-292-3/+2
* Eliminate some nested repetitions in regexpsMattias Engdegård2023-10-295-14/+13
* Fix broken gdb-control-commands-regexp (bug#66363)Mattias Engdegård2023-10-291-21/+23
* ; Fix typo in tramp.texiMichael Albinus2023-10-291-1/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2023-10-2920-124/+296
|\
| * Make nnrss suggest HTTPS instead of HTTPStefan Kangas2023-10-291-1/+1
| * ; Fix documentation of last changeEli Zaretskii2023-10-292-12/+16
| * Add 'server-eval-args-left' to server.elSpencer Baugh2023-10-295-13/+45
| * ; Fix a recent change in documentation of 'selection-coding-system'Eli Zaretskii2023-10-291-14/+23
| * ; Fix last change (bug#66614).Eli Zaretskii2023-10-292-9/+8
| * Add 'case-symbols-as-words' to configure symbol case behaviorSpencer Baugh2023-10-295-8/+56
| * Remove the header line after disabling 'which-function-mode'Spencer Baugh2023-10-292-15/+82