summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideshow.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Quote symbols in docstrings using `'Paul Eggert2015-11-181-2/+2
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-3/+3
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+1
* Escape ` and ' in docPaul Eggert2015-09-011-3/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use `defvar-local' more.Thien-Thi Nguyen2014-07-271-13/+6
* * lisp/progmodes/hideshow.el (hs-hide-all): Call syntax-propertize.Stefan Monnier2014-05-271-0/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-051-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-281-0/+2
|\
| * * lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lostDan Nicolaescu2012-08-201-0/+2
* | (hs-hide-all): Don't infloop on comments that start in the middle of the line.Sébastien Gross2012-04-111-4/+7
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-9/+9
|/
* * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first line.John Yates2012-03-221-0/+1
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-1/+5
* Duplicate-word and spelling fixes.Paul Eggert2012-01-101-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-221-2/+2
* Small hideshow fix - ignore strings as well as comments (tiny change)Dima Kogan2011-09-221-4/+4
* More fixes to prevent hide-show from being confused by commented-out braces (...Dima Kogan2011-05-281-11/+16
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-4/+3
* Prevent hideshow from parsing braces inside comments (Bug#8036).Dmitry Bolshakov2011-02-191-4/+8
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * term/x-win.el (x-gtk-stock-map):Dan Nicolaescu2009-11-111-1/+2
* * speedbar.el (speedbar-item-delete):Juanma Barranquero2009-09-291-3/+3
* * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)Juanma Barranquero2009-09-251-5/+5
* * progmodes/js2-mode.el: File removed.Chong Yidong2009-08-141-1/+2
* * progmodes/hideshow.el (hs-special-modes-alist): Don't useChong Yidong2009-08-091-17/+19
* * progmodes/hideshow.el (hs-hide-block-at-point): Don't move pointChong Yidong2009-07-061-11/+10
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (hs-minor-mode-menu): Compare `hs-isearch-open' with t instead ofJuri Linkov2008-02-281-1/+1
* * progmodes/hideshow.el (hs-minor-mode-menu): Add some options toDan Nicolaescu2008-02-281-4/+21
* * textmodes/bibtex.el: Remove support for hideshow minor mode asRoland Winkler2008-02-251-1/+1
* (hs-minor-mode-map): Move menu creation toDan Nicolaescu2008-02-171-15/+16
* Remove the minor-mode bookkeeping. MoveDan Nicolaescu2008-02-161-58/+38
* * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-041-3/+4
* (hs-match-data): Delete alias.Thien-Thi Nguyen2007-08-241-8/+3
* Merge from emacs--rel--22Miles Bader2007-08-131-3/+3
|\
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-3/+3
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (hs-hide-all): Use progress reporter.Thien-Thi Nguyen2007-06-221-4/+4