index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
help.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore temp-buffer-resize-mode behaviour wrt. [back] buttons
Lars Ingebrigtsen
2022-06-30
1
-2
/
+4
*
Don't error out on invalid literal key substitutions
Stefan Kangas
2022-06-25
1
-18
/
+16
*
Fix previous describe-key change
Lars Ingebrigtsen
2022-06-21
1
-0
/
+3
*
Make describe-key do doc string command key substitution again
Lars Ingebrigtsen
2022-06-21
1
-0
/
+1
*
Fix fontification in describe-key
Lars Ingebrigtsen
2022-06-21
1
-12
/
+12
*
Respect no-face argument in literal key substitutions
Stefan Kangas
2022-06-18
1
-3
/
+4
*
Allow saying \\=`M-x ...' in a doc string
Lars Ingebrigtsen
2022-06-13
1
-1
/
+2
*
Further tweaks to how remapped commands are described
Lars Ingebrigtsen
2022-06-11
1
-22
/
+23
*
Make describe-prefix-bindings say when there are no matches
Lars Ingebrigtsen
2022-06-10
1
-10
/
+17
*
Improve `C-h b' output for remapped commands.
Lars Ingebrigtsen
2022-06-09
1
-3
/
+21
*
Fix the final divergent single quote usages in doc strings
Lars Ingebrigtsen
2022-05-24
1
-3
/
+3
*
Restore `with-help-window' return code
Lars Ingebrigtsen
2022-05-14
1
-2
/
+3
*
Don't overwrite variables set by callback in help--window-setup
Lars Ingebrigtsen
2022-05-13
1
-2
/
+3
*
Don't clear out local variables in `with-help-window'
Lars Ingebrigtsen
2022-05-13
1
-31
/
+28
*
Allow substitute-command-keys to include menus in \{...} output
Lars Ingebrigtsen
2022-05-13
1
-8
/
+12
*
Fix handling double-click-time nil or t
Stefan Kangas
2022-05-02
1
-1
/
+1
*
Allow reusing the *Help* window with `i'/`s/ commands
Lars Ingebrigtsen
2022-05-02
1
-1
/
+13
*
Use `advice--cd*r` where applicable
Stefan Monnier
2022-04-26
1
-1
/
+1
*
Clean up view-emacs-news code
Lars Ingebrigtsen
2022-04-18
1
-3
/
+2
*
Make :filters run in the correct buffer in describe-buffer-bindings
Lars Ingebrigtsen
2022-04-17
1
-7
/
+15
*
Don't leave `C-h N' in a text-mode derived mode
Lars Ingebrigtsen
2022-04-16
1
-4
/
+3
*
Add a new mode for editing and viewing the Emacs NEWS file
Lars Ingebrigtsen
2022-04-16
1
-1
/
+3
*
Remove some early-bootstrap dependencies for `advice`
Stefan Monnier
2022-03-17
1
-4
/
+11
*
Fix byte-code button in help--describe-command
Lars Ingebrigtsen
2022-03-15
1
-1
/
+2
*
Merge from origin/emacs-28
Stefan Kangas
2022-02-28
1
-2
/
+2
|
\
|
*
; * lisp/help.el (with-help-window): Doc fix. (Bug#54170)
Eli Zaretskii
2022-02-27
1
-2
/
+2
*
|
Improve the describe-key doc string
Lars Ingebrigtsen
2022-02-02
1
-0
/
+6
*
|
Make where-is correctly identify aliases
Sebastian Urban
2022-01-28
1
-7
/
+15
*
|
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-14
1
-1
/
+1
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-09
1
-14
/
+21
|
\
|
|
*
Fix mode-line display in Calendar mode
Eli Zaretskii
2021-12-08
1
-6
/
+11
*
|
Make help--describe-command more robust
Lars Ingebrigtsen
2021-12-05
1
-1
/
+2
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-02
1
-9
/
+5
|
\
|
|
*
* lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-point
Juri Linkov
2021-12-01
1
-9
/
+5
*
|
Do not buttonize key bindings outside of *Help* buffers
Gregory Heytings
2021-11-29
1
-50
/
+59
*
|
Add new format for literal key sequences to substitute-command-keys
Stefan Kangas
2021-11-22
1
-0
/
+20
*
|
Make the optional describe-map-tree parameters optional
Lars Ingebrigtsen
2021-11-18
1
-2
/
+2
*
|
Use substitute-command-keys in some messages
Stefan Kangas
2021-11-17
1
-6
/
+6
*
|
Don't create links to undefined commands in help--describe-command
Lars Ingebrigtsen
2021-11-13
1
-3
/
+5
*
|
Make the lambda/closure buttons in `C-h b' say what they do
Lars Ingebrigtsen
2021-11-06
1
-1
/
+2
*
|
Make lambda/closure help buttons format as Emacs Lisp
Lars Ingebrigtsen
2021-11-04
1
-1
/
+1
*
|
Rename button-buttonize to buttonize
Lars Ingebrigtsen
2021-11-04
1
-3
/
+2
*
|
Revert overlay-related changes in `C-h b'
Lars Ingebrigtsen
2021-11-02
1
-37
/
+24
*
|
Make lambdas/closures/byte code in `C-h b' clickable
Lars Ingebrigtsen
2021-11-02
1
-2
/
+8
*
|
Make `C-h b' also describe overlay keymaps
Lars Ingebrigtsen
2021-11-02
1
-26
/
+37
*
|
Make `C-h b' indentation more regular (and avoid continuation lines)
Lars Ingebrigtsen
2021-11-02
1
-43
/
+84
*
|
Fix rendering of key translations
Lars Ingebrigtsen
2021-11-02
1
-23
/
+10
*
|
Don't output prefix keys in `C-h b', and output more data on objects
Lars Ingebrigtsen
2021-11-01
1
-23
/
+33
[next]