annotate lispintro/ChangeLog @ 66230:4344fd52a670

Add autoloads of crypt++ and mailcrypt routines, all for encryption functionality. allout customization subgroup now positioned in `outlines' group instead of prior `editing' group. (allout-encrypt-string, allout-encryption-produce-work-buffer) (allout-encrypted-topic-p, allout-encrypted-text-type) (allout-mc-activate-passwd, allout-create-encryption-key-verifier) (allout-situate-encryption-key-verifier) (allout-get-encryption-key-verifier, allout-verify-key) (allout-next-topic-pending-encryption) (allout-encrypt-decrypted, allout-encrypted-type-prefix): New functions. (outline-topic-encryption-bullet, outline-default-encryption-scheme) (outline-key-verifier-handling, outline-key-hint-handling) (outline-encrypt-unencrypted-on-saves): New defcustoms. (allout-file-key-verifier-string, allout-encryption-scheme) (allout-key-verifier-string, allout-key-hint-string) (allout-after-save-decrypt): New variables. (allout-write-file-hook-handler, allout-auto-save-hook-handler) (allout-after-saves-handler): New hook functions. (allout-post-command-business): Do allout-after-save-decrypt. (allout-enable-file-variable-adjustment): Custom var to enable mechanism for adding and adjusting settings of Emacs file variables. (allout-adjust-file-variable, allout-file-vars-section-data): New functions, implement the mechanism. (outlineify-sticky): Use the file vars mechanism. (allout-inhibit-protection, allout-during-write-cue) (allout-override-protect, allout-before-change-protect): Removed. (allout-flag-region, allout-open-topic): Revised to adjust read-only text. (allout-open-line-not-read-only): Added to facilitate read-only text based protection. (allout-kill-line): Revised to adjust read-only text, clue the user about the inhibition. (allout-unprotected): Robustified with an unwind-protect. (allout-shift-in, allout-shift-out): Disallow manually shifting a topic deeper than the offspring depth of the previous topic - avoiding confusing "containment discontinuities". (allout-reindent-bodies): Fixed retention of body relative hanging indent during promotion of collapsed bodies. (allout-open-topic): Made it easy to open new topic with same bullet as current topic - topic creation functions provided with any universal argument provokes now prompt for bullet, defaulting to the bullet of the previous topic. (allout-plain-bullets-string, allout-distinctive-bullets-string): Plain bullet alternates '.' period and ',' comma only. All other bullets are relegated to special status (but customizable). (allout-end-of-entry): Renamed from 'allout-end-of-current-entry since it actually operates w.r.t. most immediately containing entry, visible or not. (allout-hide-current-entry, allout-show-current-entry): Use the revised version. (allout-old-expose-topic): Solidify deprecation. (allout-end-of-subtree): Added, so we can span concealed as well as visible topics. (allout-end-of-current-subtree): Use `allout-end-of-subtree'. (allout-end-of-current-heading): Tweaked to just respect the first line. (allout-get-body-text): Added. (allout-ascend-to-depth, allout-ascend): Position at end of prefix when invoked interactively. (allout-up-current-level): Use `interactive-p'. (allout-mode, allout-init): Miscellaneous docstring and operational refinements, as well as hookups of new encryption stuff. (allout-beginning-of-current-entry): Now works as advertised. (allout-end-of-current-entry): Relieved of superfluous allout-show-entry. (allout-isearch-rectification): Refine condition for isearching (allout-isearch-abort, allout-enwrap-isearch). (allout-flag-region, my-region-active-p): Relocated some macros. (allout-title): Fallback title is '(buffer-name)', not non-existing '(current-buffer-name)'. (subst-char-in-string): Define if absent (for some XEmacs versions). Corrected commentary 'keywords' to legitimate ones. Updated comentary author info (using my current email address, obscurified).
author Eli Zaretskii <eliz@gnu.org>
date Thu, 20 Oct 2005 14:59:51 +0000
parents 2c8495a2cf88
children e8a3fb527b77 fa0da9b57058
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
65553
2c8495a2cf88 Specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents: 65000
diff changeset
1 2005-09-16 Romain Francoise <romain@orebokech.com>
2c8495a2cf88 Specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents: 65000
diff changeset
2
2c8495a2cf88 Specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents: 65000
diff changeset
3 * emacs-lisp-intro.texi (GNU Free Documentation License):
2c8495a2cf88 Specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents: 65000
diff changeset
4 Specify GFDL version 1.2.
2c8495a2cf88 Specify GFDL version 1.2.
Romain Francoise <romain@orebokech.com>
parents: 65000
diff changeset
5
64690
70e0ba97aaec *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 64099
diff changeset
6 2005-07-30 Eli Zaretskii <eliz@gnu.org>
70e0ba97aaec *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 64099
diff changeset
7
70e0ba97aaec *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 64099
diff changeset
8 * makefile.w32-in (info): Don't run install-info.
70e0ba97aaec *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 64099
diff changeset
9 ($(infodir)/dir): New target, produced by running install-info.
70e0ba97aaec *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 64099
diff changeset
10
64099
6401c3973c58 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 55093
diff changeset
11 2005-07-04 Lute Kamstra <lute@gnu.org>
6401c3973c58 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 55093
diff changeset
12
6401c3973c58 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 55093
diff changeset
13 Update FSF's address in GPL notices.
6401c3973c58 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 55093
diff changeset
14
6401c3973c58 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 55093
diff changeset
15 * emacs-lisp-intro.texi: Update FSF's address.
6401c3973c58 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 55093
diff changeset
16
55093
f849da3c5bb4 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 54200
diff changeset
17 2004-04-23 Juanma Barranquero <lektu@terra.es>
f849da3c5bb4 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 54200
diff changeset
18
f849da3c5bb4 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 54200
diff changeset
19 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
f849da3c5bb4 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 54200
diff changeset
20
54200
b0293635c42b * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents: 53068
diff changeset
21 2004-02-29 Juanma Barranquero <lektu@terra.es>
b0293635c42b * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents: 53068
diff changeset
22
b0293635c42b * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents: 53068
diff changeset
23 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
b0293635c42b * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents: 53068
diff changeset
24 $(DEL) instead of rm, and ignore exit code.
b0293635c42b * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents: 53068
diff changeset
25
b0293635c42b * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents: 53068
diff changeset
26 2003-11-16 Kevin Ryde <user42@zip.com.au>
53068
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
27
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
28 * emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
29 Corrections to cross references,
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
30 (Interactive Options): elisp "interactive" -> "Using Interactive".
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
31 (defvar and asterisk): Remove emacs "Edit Options" reference,
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
32 edit-options is no longer described in the emacs manual.
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
33 (Lists diagrammed): elisp "List Type" -> "Cons Cell Type".
6c9f84d07fa3 Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell <bob@rattlesnake.com>
parents: 52427
diff changeset
34
52427
b8dc3dae378d *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
35 2003-09-03 Peter Runestig <peter@runestig.com>
b8dc3dae378d *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
36
b8dc3dae378d *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
37 * makefile.w32-in: New file.
b8dc3dae378d *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
38
43088
4090fee4e575 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42757
diff changeset
39 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4090fee4e575 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42757
diff changeset
40
4090fee4e575 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42757
diff changeset
41 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
4090fee4e575 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42757
diff changeset
42 Use @dircategory and @direntry to define the DIR entry.
4090fee4e575 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42757
diff changeset
43
41500
406d4c525b18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41436
diff changeset
44 2001-11-25 Robert J. Chassell <bob@rattlesnake.com>
406d4c525b18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41436
diff changeset
45
406d4c525b18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41436
diff changeset
46 * emacs-lisp-intro.texi: Move @contents to the beginning of the
42757
a09f3f8b095e *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 41500
diff changeset
47 file. Set the size to @smallbook.
41500
406d4c525b18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41436
diff changeset
48
41436
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
49 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
50
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
51 * Makefile.in: New file.
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
52
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
53 * README: Update.
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
54
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
55 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
56
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
57 ;; Local Variables:
52427
b8dc3dae378d *** empty log message ***
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
58 ;; coding: iso-2022-7bit
41436
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
59 ;; End:
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
60
65000
3861ff8f4bf1 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64690
diff changeset
61 Copyright (C) 2001, 2002, 2003, 2004, 2005
41436
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
62 Free Software Foundation, Inc.
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
63 Copying and distribution of this file, with or without modification,
2dd7cfdbbc18 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
64 are permitted provided the copyright notice and this notice are preserved.
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 43088
diff changeset
65
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 43088
diff changeset
66 ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3