| Commit message (Expand) | Author | Age | Files | Lines |
* | * allout.el: Fix commenting convention. | Stefan Monnier | 2010-05-01 | 1 | -7/+7 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * x-dnd.el (x-dnd-maybe-call-test-function): | Stefan Monnier | 2009-11-13 | 1 | -5/+3 |
* | Use `called-interactively-p' instead of `interactive-p'. | Juanma Barranquero | 2009-10-02 | 1 | -12/+12 |
* | Fix typos. | Juanma Barranquero | 2009-09-24 | 1 | -4/+4 |
* | (top-level): Remove unnecessary progn. | Glenn Morris | 2009-09-18 | 1 | -11/+10 |
* | Replace last-command-char with last-command-event. | Glenn Morris | 2009-01-09 | 1 | -5/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | * align.el: | Lute Kamstra | 2008-12-03 | 1 | -35/+35 |
* | Undo last change. | Chong Yidong | 2008-11-30 | 1 | -1/+1 |
* | (allout-keybindings-list): Remove C-h binding to allow users to ask | Chong Yidong | 2008-11-30 | 1 | -1/+1 |
* | * allout.el (allout-mode): Fix typo in docstring. | Juanma Barranquero | 2008-11-23 | 1 | -1/+1 |
* | Spelling fix. | Glenn Morris | 2008-05-23 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (allout-topic-encryption-bullet) | Glenn Morris | 2008-02-29 | 1 | -5/+5 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-29 | 1 | -193/+204 |
|\ |
|
| * | More trivial doc fixes. | Richard M. Stallman | 2008-01-27 | 1 | -9/+9 |
| * | Many doc fixes. | Richard M. Stallman | 2008-01-27 | 1 | -159/+160 |
| * | (allout-unload-function): New function. | Juanma Barranquero | 2008-01-25 | 1 | -0/+10 |
| * | (allout-prefix-data): Doc fix. | Juanma Barranquero | 2008-01-25 | 1 | -25/+26 |
* | | (allout-keybindings-list): In initial setting, express | Ken Manheimer | 2008-01-24 | 1 | -20/+34 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | (allout-region-active-p): Renamed from my-region-active-p. Use `use-region-p'. | Richard M. Stallman | 2007-12-25 | 1 | -11/+11 |
* | | (allout-write-file-hook-handler): Revert previous change. | Glenn Morris | 2007-12-07 | 1 | -1/+1 |
* | | Fix buggy calls to `error'. | Deepak Goel | 2007-12-06 | 1 | -1/+1 |
* | | * allout.el (allout-command-prefix, allout-inhibit-auto-fill): | Dan Nicolaescu | 2007-10-29 | 1 | -577/+647 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (allout-before-change-handler): Replace got-char by goto-char. | Martin Rudalics | 2007-09-29 | 1 | -1/+1 |
* | | (produce-allout-mode-map, allout-process-exposed): | Juanma Barranquero | 2007-09-25 | 1 | -12/+12 |
|/ |
|
* | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -2/+3 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (allout-encrypt-string): Remove inhibition | Nick Roberts | 2007-02-28 | 1 | -30/+44 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (allout-encrypt-string): Handle symmetric-key passphrase caching but leave | Eli Zaretskii | 2006-12-30 | 1 | -17/+13 |
* | (allout-encrypt-string): Inhibit use of agent within | Chong Yidong | 2006-12-24 | 1 | -4/+10 |
* | Ken Manheimer <ken.manheimer@gmail.com>: | Kim F. Storm | 2006-12-03 | 1 | -218/+288 |
* | (allout-doublecheck-at-and-shallower): Clarify docstring. | Chong Yidong | 2006-11-15 | 1 | -28/+70 |
* | (allout-adjust-file-variable, allout-passphrase-verifier-string, | Juanma Barranquero | 2006-11-06 | 1 | -6/+6 |
* | 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com> | Kim F. Storm | 2006-11-04 | 1 | -143/+189 |
* | * allout.el (allout-back-to-current-heading): Base on lower-level | Chong Yidong | 2006-10-09 | 1 | -15/+13 |
* | (allout-expose-topic): Rectify implementation of "+" spec, so that bodies are | Eli Zaretskii | 2006-10-01 | 1 | -22/+37 |
* | * allout.el (allout-unprotected): Let inhibit-read-only only when | Chong Yidong | 2006-09-19 | 1 | -12/+33 |
* | (allout-regexp, allout-line-boundary-regexp) | Eli Zaretskii | 2006-09-16 | 1 | -18/+22 |
* | * allout.el (allout-regexp, allout-line-boundary-regexp) | Chong Yidong | 2006-09-14 | 1 | -439/+834 |
* | (allout-prior-bindings, allout-added-bindings): Remove, after long deprecation. | Eli Zaretskii | 2006-08-12 | 1 | -241/+572 |
* | (allout-unprotected, allout-e-o-prefix-p) | Eli Zaretskii | 2006-07-21 | 1 | -43/+62 |
* | (allout-run-unit-tests-on-load): Rectified docstring grammar. | Nick Roberts | 2006-07-15 | 1 | -9/+7 |
* | Require 'cl during byte-compilation/interactive load, for the `assert' macro. | Eli Zaretskii | 2006-07-14 | 1 | -238/+407 |
* | Comment munging; nfc. | Thien-Thi Nguyen | 2006-07-05 | 1 | -2/+2 |