aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/allout.el
Commit message (Expand)AuthorAgeFilesLines
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-12/+12
* Fix typos.Juanma Barranquero2009-09-241-4/+4
* (top-level): Remove unnecessary progn.Glenn Morris2009-09-181-11/+10
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-5/+5
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * align.el:Lute Kamstra2008-12-031-35/+35
* Undo last change.Chong Yidong2008-11-301-1/+1
* (allout-keybindings-list): Remove C-h binding to allow users to askChong Yidong2008-11-301-1/+1
* * allout.el (allout-mode): Fix typo in docstring.Juanma Barranquero2008-11-231-1/+1
* Spelling fix.Glenn Morris2008-05-231-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (allout-topic-encryption-bullet)Glenn Morris2008-02-291-5/+5
* Merge from emacs--rel--22Miles Bader2008-01-291-193/+204
|\
| * More trivial doc fixes.Richard M. Stallman2008-01-271-9/+9
| * Many doc fixes.Richard M. Stallman2008-01-271-159/+160
| * (allout-unload-function): New function.Juanma Barranquero2008-01-251-0/+10
| * (allout-prefix-data): Doc fix.Juanma Barranquero2008-01-251-25/+26
* | (allout-keybindings-list): In initial setting, expressKen Manheimer2008-01-241-20/+34
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\|
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (allout-region-active-p): Renamed from my-region-active-p. Use `use-region-p'.Richard M. Stallman2007-12-251-11/+11
* | (allout-write-file-hook-handler): Revert previous change.Glenn Morris2007-12-071-1/+1
* | Fix buggy calls to `error'.Deepak Goel2007-12-061-1/+1
* | * allout.el (allout-command-prefix, allout-inhibit-auto-fill):Dan Nicolaescu2007-10-291-577/+647
* | Merge from emacs--rel--22Miles Bader2007-10-091-1/+1
|\|
| * (allout-before-change-handler): Replace got-char by goto-char.Martin Rudalics2007-09-291-1/+1
* | (produce-allout-mode-map, allout-process-exposed):Juanma Barranquero2007-09-251-12/+12
|/
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-2/+3
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (allout-encrypt-string): Remove inhibitionNick Roberts2007-02-281-30/+44
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (allout-encrypt-string): Handle symmetric-key passphrase caching but leaveEli Zaretskii2006-12-301-17/+13
* (allout-encrypt-string): Inhibit use of agent withinChong Yidong2006-12-241-4/+10
* Ken Manheimer <[email protected]>:Kim F. Storm2006-12-031-218/+288
* (allout-doublecheck-at-and-shallower): Clarify docstring.Chong Yidong2006-11-151-28/+70
* (allout-adjust-file-variable, allout-passphrase-verifier-string,Juanma Barranquero2006-11-061-6/+6
* 2006-11-03 Ken Manheimer <[email protected]>Kim F. Storm2006-11-041-143/+189
* * allout.el (allout-back-to-current-heading): Base on lower-levelChong Yidong2006-10-091-15/+13
* (allout-expose-topic): Rectify implementation of "+" spec, so that bodies areEli Zaretskii2006-10-011-22/+37
* * allout.el (allout-unprotected): Let inhibit-read-only only whenChong Yidong2006-09-191-12/+33
* (allout-regexp, allout-line-boundary-regexp)Eli Zaretskii2006-09-161-18/+22
* * allout.el (allout-regexp, allout-line-boundary-regexp)Chong Yidong2006-09-141-439/+834
* (allout-prior-bindings, allout-added-bindings): Remove, after long deprecation.Eli Zaretskii2006-08-121-241/+572
* (allout-unprotected, allout-e-o-prefix-p)Eli Zaretskii2006-07-211-43/+62
* (allout-run-unit-tests-on-load): Rectified docstring grammar.Nick Roberts2006-07-151-9/+7
* Require 'cl during byte-compilation/interactive load, for the `assert' macro.Eli Zaretskii2006-07-141-238/+407
* Comment munging; nfc.Thien-Thi Nguyen2006-07-051-2/+2
* 2006-05-16 Ken Manheimer <[email protected]>Reiner Steib2006-05-161-22/+26
* 2006-05-12 Ken Manheimer <[email protected]>Reiner Steib2006-05-121-17/+25
* Fix a typo in a doc string.Eli Zaretskii2006-04-281-1/+1