index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
hideshow.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Prefer UTF-8 when the encoding shouldn't matter and changes are small.
Paul Eggert
2013-03-05
1
-2
/
+2
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Update docstrings and comments to use "init file" terminology.
Chong Yidong
2012-09-17
1
-1
/
+1
*
Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca
Glenn Morris
2012-08-28
1
-0
/
+2
|
\
|
*
* lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost
Dan Nicolaescu
2012-08-20
1
-0
/
+2
*
|
(hs-hide-all): Don't infloop on comments that start in the middle of the line.
Sébastien Gross
2012-04-11
1
-4
/
+7
*
|
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-9
/
+9
|
/
*
* progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first line.
John Yates
2012-03-22
1
-0
/
+1
*
Minor-mode doc fixes for ARG behavior
Glenn Morris
2012-02-07
1
-1
/
+5
*
Duplicate-word and spelling fixes.
Paul Eggert
2012-01-10
1
-1
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-22
1
-2
/
+2
*
Small hideshow fix - ignore strings as well as comments (tiny change)
Dima Kogan
2011-09-22
1
-4
/
+4
*
More fixes to prevent hide-show from being confused by commented-out braces (...
Dima Kogan
2011-05-28
1
-11
/
+16
*
lisp/progmodes/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-22
1
-4
/
+3
*
Prevent hideshow from parsing braces inside comments (Bug#8036).
Dmitry Bolshakov
2011-02-19
1
-4
/
+8
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
* term/x-win.el (x-gtk-stock-map):
Dan Nicolaescu
2009-11-11
1
-1
/
+2
*
* speedbar.el (speedbar-item-delete):
Juanma Barranquero
2009-09-29
1
-3
/
+3
*
* progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
Juanma Barranquero
2009-09-25
1
-5
/
+5
*
* progmodes/js2-mode.el: File removed.
Chong Yidong
2009-08-14
1
-1
/
+2
*
* progmodes/hideshow.el (hs-special-modes-alist): Don't use
Chong Yidong
2009-08-09
1
-17
/
+19
*
* progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
Chong Yidong
2009-07-06
1
-11
/
+10
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-6
/
+4
*
(hs-minor-mode-menu): Compare `hs-isearch-open' with t instead of
Juri Linkov
2008-02-28
1
-1
/
+1
*
* progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
Dan Nicolaescu
2008-02-28
1
-4
/
+21
*
* textmodes/bibtex.el: Remove support for hideshow minor mode as
Roland Winkler
2008-02-25
1
-1
/
+1
*
(hs-minor-mode-map): Move menu creation to
Dan Nicolaescu
2008-02-17
1
-15
/
+16
*
Remove the minor-mode bookkeeping. Move
Dan Nicolaescu
2008-02-16
1
-58
/
+38
*
* erc-ibuffer.el (erc-channel-modes):
Stefan Monnier
2008-01-04
1
-3
/
+4
*
(hs-match-data): Delete alias.
Thien-Thi Nguyen
2007-08-24
1
-8
/
+3
*
Merge from emacs--rel--22
Miles Bader
2007-08-13
1
-3
/
+3
|
\
|
*
Replace `iff' in doc-strings and comments.
Glenn Morris
2007-08-08
1
-3
/
+3
*
|
Merge from emacs--rel--22
Miles Bader
2007-07-26
1
-1
/
+1
|
\
|
|
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
|
(hs-hide-all): Use progress reporter.
Thien-Thi Nguyen
2007-06-22
1
-4
/
+4
*
|
(hs-hide-comment-region): Use line-end-position.
Thien-Thi Nguyen
2007-06-22
1
-5
/
+4
*
|
Untabify; nfc.
Thien-Thi Nguyen
2007-06-22
1
-4
/
+4
|
/
*
(turn-off-hideshow): Tweak docstring.
Chong Yidong
2007-03-31
1
-1
/
+1
*
(turn-off-hideshow): New function.
Chong Yidong
2007-03-31
1
-2
/
+6
*
(hs-minor-mode): Turn mode off and show all when switching major mode.
Glenn Morris
2007-03-04
1
-4
/
+10
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
(hs-already-hidden-p): Move to end of line so hidden blocks will be
J.D. Smith
2006-11-27
1
-0
/
+1
*
Update copyright for 2006.
Nick Roberts
2006-02-10
1
-1
/
+1
*
(hs-hide-comments-when-hiding-all): Remove autoload cookie.
Thien-Thi Nguyen
2005-09-14
1
-41
/
+49
[next]