index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
info.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do interactive mode tagging for info.el
Lars Ingebrigtsen
2021-02-16
1
-37
/
+42
*
Be stricter when going back to the previous node in Info-find-node-2
Lars Ingebrigtsen
2021-02-04
1
-2
/
+2
*
* lisp/info.el (Info-search): Don't deactivate mark when landed in same node
Juri Linkov
2021-01-14
1
-1
/
+1
*
* lisp/emacs-lisp/autoload.el: Improve last change
Stefan Monnier
2021-01-05
1
-12
/
+9
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Shorten some over-wide docstrings in functions and macros
Stefan Kangas
2020-12-19
1
-7
/
+11
*
; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)
Eli Zaretskii
2020-12-12
1
-1
/
+1
*
Update Info-toc-build parsing
Lars Ingebrigtsen
2020-12-12
1
-1
/
+1
*
Fix info mode fontification of built-in (*note Built-ins::)
Lars Ingebrigtsen
2020-12-09
1
-2
/
+2
*
* lisp/info.el: Remove redundant :group args.
Stefan Kangas
2020-10-19
1
-50
/
+24
*
Improve Info-streamline-headings defaults
Stefan Kangas
2020-10-19
1
-2
/
+3
*
Merge from origin/emacs-27
Glenn Morris
2020-10-17
1
-4
/
+5
|
\
|
*
* lisp/info.el (Info-hide-note-references): Doc fix. (Bug#44043)
Eli Zaretskii
2020-10-17
1
-4
/
+5
*
|
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-3
/
+3
*
|
New command goto-line-relative (bug#5042, bug#9917)
Juri Linkov
2020-09-23
1
-0
/
+1
*
|
Allow hitting RET on info node names with multiple whitespace chars
Lars Ingebrigtsen
2020-09-14
1
-2
/
+5
*
|
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-16
/
+7
*
|
; * lisp/info.el (Info-complete-menu-item): Fix wording of comment.
Stefan Kangas
2020-08-27
1
-1
/
+1
*
|
Sort Info index completions alphabetically
Stefan Kangas
2020-08-27
1
-0
/
+2
*
|
; * lisp/info.el (Info-up): Fix a typo in a comment.
Eli Zaretskii
2020-08-25
1
-1
/
+1
*
|
Tweak how "u" works in Info buffers when scroll-conservatively is set
Stephen Berman
2020-08-25
1
-1
/
+5
*
|
Revert "Preserve the face foreground in Info-fontify-node"
Lars Ingebrigtsen
2020-08-14
1
-4
/
+3
*
|
Preserve the face foreground in Info-fontify-node
Juri Linkov
2020-08-13
1
-3
/
+4
*
|
Merge from origin/emacs-27
Glenn Morris
2020-06-26
1
-4
/
+14
|
\
|
|
*
Improve documentation of Info node movement commands
Eli Zaretskii
2020-06-26
1
-4
/
+14
*
|
Improve Info-mode doc and menu
Stefan Kangas
2020-05-02
1
-9
/
+17
*
|
Globally sanitize single-file package long descriptions (Bug#37548)
Bruno FĂ©lix Rezende Ribeiro
2020-01-23
1
-14
/
+2
*
|
Replace add-hook load-hook with with-eval-after-load
Glenn Morris
2020-01-16
1
-3
/
+2
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix display of Info files on TTY frames
Eli Zaretskii
2019-10-19
1
-0
/
+41
*
Make `info-display-manual' pop up the correct frame
Lars Ingebrigtsen
2019-10-09
1
-1
/
+10
*
Use derived-mode-p consistently in info.el
Stefan Kangas
2019-09-08
1
-3
/
+3
*
Browser-like Info-history button menu (bug#37184)
Juri Linkov
2019-08-27
1
-0
/
+32
*
Use `quit-window-hook' in Info instead of having its own command
Lars Ingebrigtsen
2019-08-21
1
-11
/
+8
*
Make Info-find-file ensure that Info is initialised
Lars Ingebrigtsen
2019-08-02
1
-0
/
+1
*
* lisp/info.el (Info-toc-insert): Suppress same section names as node names.
Juri Linkov
2019-07-29
1
-5
/
+6
*
Revert "Fontify _emphasis_ in info nodes"
Lars Ingebrigtsen
2019-06-28
1
-17
/
+0
*
Don't bind search-spaces-regexp around possible autoload (Bug#35802)
Noam Postavsky
2019-06-25
1
-1
/
+3
*
* lisp/info.el (info-emphasis): Fix doc, version.
Glenn Morris
2019-06-25
1
-2
/
+2
*
Fontify _emphasis_ in info nodes
Drew Adams
2019-06-25
1
-0
/
+17
*
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
*
Move Info-edit-* commands from info.el to obsolete/info-edit.el
Lars Ingebrigtsen
2019-05-17
1
-59
/
+0
*
Merge from origin/emacs-26
Glenn Morris
2019-04-21
1
-1
/
+2
|
\
|
*
Avoid false positives and false negatives of Info-quoted face
Mauro Aranda
2019-04-21
1
-1
/
+2
*
|
Fix regexp branches that subsume other branches
Paul Eggert
2019-04-19
1
-1
/
+1
*
|
Use display-graphic-p and display-multi-frame-p in more cases
Alexander Gramiak
2019-04-06
1
-1
/
+1
*
|
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-3
/
+3
*
|
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-4
/
+4
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
[next]