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
*
Fix edge case errors in filename-matching regexps
Mattias EngdegÄrd
2020-04-14
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Add prefix to help.el uni-confusable* vars
Noam Postavsky
2019-12-13
1
-9
/
+16
*
Improve errors & warnings due to fancy quoted vars (Bug#32939)
Noam Postavsky
2019-11-28
1
-0
/
+49
*
Make some anonymous faces extend to EOL
Eli Zaretskii
2019-11-27
1
-1
/
+2
*
Rework previous fix to bug#38222
Juanma Barranquero
2019-11-23
1
-6
/
+3
*
Make help-split-fundoc more flexible about what returns
Juanma Barranquero
2019-11-23
1
-16
/
+28
*
Strip "(fn...)" from output of `describe-mode' (bug#38222)
Juanma Barranquero
2019-11-19
1
-2
/
+6
*
Upcase parameters in things like "&optional (arg 3)"
Lars Ingebrigtsen
2019-10-09
1
-2
/
+11
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-1
/
+1
*
Rename variables and functions with "auto-load" in their names
Lars Ingebrigtsen
2019-08-15
1
-1
/
+4
*
Revert "Make `view-lossage' output of chars read from `read-char' more logical"
Lars Ingebrigtsen
2019-08-05
1
-22
/
+12
*
Make `view-lossage' output of chars read from `read-char' more logical
Lars Ingebrigtsen
2019-08-05
1
-12
/
+22
*
Tweak point movement in view-echo-area-messages
Drew Adams
2019-07-06
1
-3
/
+7
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
* lisp/help.el (help--read-key-sequence): Handle `switch-frame' events
Stefan Monnier
2019-05-10
1
-2
/
+11
*
; * lisp/help.el (view-lossage): Fix commentary. (Bug#35596)
Eli Zaretskii
2019-05-08
1
-1
/
+1
*
* lisp/help.el (function-called-at-point): Use Elisp's forward-sexp-function
Stefan Monnier
2019-05-01
1
-11
/
+13
*
Remove some obsolete stub files from etc/
Glenn Morris
2019-01-11
1
-3
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-27
1
-1
/
+1
|
\
|
|
*
; * lisp/help.el (with-help-window): Remove extra space in doc.
Charles A. Roelli
2018-10-25
1
-1
/
+1
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-3
/
+0
*
|
Merge from origin/emacs-26
Glenn Morris
2018-05-25
1
-2
/
+2
|
\
|
|
*
* lisp/help.el (with-help-window): Doc fix. (Bug#31574)
Eli Zaretskii
2018-05-24
1
-2
/
+2
*
|
Include narrowing indication in describe-mode
Michael Hendricks
2018-05-05
1
-0
/
+4
*
|
Make help-for-help window searchable (Bug#19655)
Simona Arizanova
2018-04-02
1
-0
/
+9
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-20
1
-10
/
+9
|
\
|
|
*
Improve documentation of 'with-help-window'
Nick Helm
2018-03-20
1
-10
/
+9
*
|
Remove many items obsolete since Emacs 22.1
Glenn Morris
2018-03-10
1
-5
/
+0
*
|
Quieten without-x, without-xml2 builds
Glenn Morris
2018-02-26
1
-0
/
+3
*
|
Describe 'view-lossage' changes in its docstring and NEWS
Robert Pluim
2018-02-24
1
-0
/
+2
*
|
* lisp/help.el (view-lossage): Use the same format as in edit-last-kbd-macro.
Juri Linkov
2018-02-22
1
-7
/
+7
*
|
* lisp/help.el: Rework describe-key's handling of up and double clicks
Stefan Monnier
2018-01-30
1
-223
/
+162
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
* lisp/help.el (describe-key): Only (copy-sequence elt) when elt is a list.
Alan Mackenzie
2017-12-29
1
-1
/
+1
*
In C-h k <mouse-n>, alert user to existence of any matching down-mouse-event
Alan Mackenzie
2017-12-24
1
-1
/
+46
*
Make C-h c/k S-mouse-1 display message for mouse-appearance-menu, etc.
Alan Mackenzie
2017-12-23
1
-2
/
+21
*
Filter obtrusive events in help-read-key-sequence.
Alan Mackenzie
2017-11-18
1
-5
/
+11
*
Fix "C-h k" in xterm-mouse-mode
Olaf Rogalsky
2017-11-11
1
-6
/
+10
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-3
/
+3
*
* lisp/emacs-lisp/bytecomp.el: Fix bug#14860.
Stefan Monnier
2017-07-14
1
-0
/
+3
*
Ignore mouse-movement for describe-key-briefly (Bug#12204)
Noam Postavsky
2017-07-01
1
-6
/
+12
*
Refactor key describing commands
Noam Postavsky
2017-07-01
1
-148
/
+103
*
Reimplement module functions
Philipp Stephani
2017-05-20
1
-13
/
+6
*
Fix typo in docstring
Wilfred Hughes
2017-04-02
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
[next]