]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Aug 2006 12:34:47 +0000 (12:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Aug 2006 12:34:47 +0000 (12:34 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index ba902ce657fa056a977e599a37f8db3fb793e803..b4c654506b731216037b7647da9514788ec29e14 100644 (file)
@@ -1,3 +1,87 @@
+2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-prior-bindings, allout-added-bindings):
+       Remove, after long deprecation.
+       (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
+       Add customization vars controlling allout-beginning-of-line and
+       allout-end-of-line conveniences.
+       (allout-header-prefix, allout-use-mode-specific-leader)
+       (allout-use-mode-specific-leader, allout-mode-leaders): Revised
+       docstrings.
+       (allout-infer-header-lead): Change to be an alias for
+       allout-infer-header-lead-and-primary-bullet.
+       (allout-infer-header-lead-and-primary-bullet): New version of
+       allout-infer-header-lead which assigns the primary bullet to the
+       same as the header lead, when its being changed.
+       (allout-infer-body-reindent): Apply regexp-quote instead of
+       unconditionally prepending "\\", so that all literal
+       allout-header-prefix and allout-primary-bullet strings are
+       properly handled.
+       (allout-add-resumptions): Add optional qualifier for extending or
+       appending to existing values, rather than replacing them.
+       (allout-view-change-hook): Clarify docstring.
+       (allout-exposure-change-hook): Take explicit arguments, via
+       run-hook-with-args.
+       (allout-structure-added-hook)
+       (allout-structure-deleted-hook)
+       (allout-structure-shifted-hook): New hooks analogous to
+       allout-exposure-change-hook for other kinds of structural outline
+       edits.
+       (allout-encryption-plaintext-sanitization-regexps): New encryption
+       customization variable, by which cooperating modes can provde
+       massage of the plaintext without actually being passed it.
+       (allout-encryption-ciphertext-rejection-regexps)
+       (allout-encryption-ciphertext-rejection-ceiling): New encryption
+       customization variables, by which cooperating modes can prohibit
+       rare but possible ciphertext patterns from fouling their
+       operation, with actually being passed the ciphertext.
+       (allout-mode): Run activation and deactivation hooks after the
+       minor-mode variable has been toggled, to clarify the mode
+       disposition.  The new encryption ciphertext rejection variable is
+       used to ensure that the ciphertext does not contain text that
+       would be recognized as outline structural elements by allout.
+       Substite allout-beginning-of-line and allout-end-of-line for
+       conventionall beginning-of-line and end-of-line bindings.
+       If allout-old-style-prefixes is non-nil, don't nullify it on mode
+       activation!
+       (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
+       (allout-end-of-line): Respect `allout-end-of-line-cycles'.
+       (allout-chart-subtree): Implement new mode, charting only the
+       visible items in the subtree, when new 'visible' parameter is
+       non-nil.
+       (allout-end-of-subtree): Properly handle the last item in the
+       buffer.
+       (allout-pre-command-business, allout-command-counter): Increment
+       an advertised counter so that cooperating enhancements can track
+       revisions of items.
+       (allout-open-topic): Run allout-structure-added-hook with suitable
+       arguments.
+       (allout-shift-in): Run allout-structure-shifted-hook with suitable
+       arguments.
+       (allout-shift-out): Fix doubling for negative args and ensure call
+       of allout-structure-shifted-hook by solely using allout-shift-in.
+       (allout-kill-line, allout-kill-topic): Run
+       allout-structure-deleted-hook with suitable arguments.
+       (allout-yank-processing): Run allout-structure-added-hook with
+       proper arguments.
+       (allout-yank): Enclose activity in allout-unprotected.
+       (allout-flag-region): Run allout-exposure-change-hook with
+       suitable arguments, instead of making the callee infer the
+       arguments.
+       (allout-encrypt-string): Support
+       allout-encryption-plaintext-sanitization-regexps,
+       allout-encryption-ciphertext-rejection-regexps, and
+       allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
+       en/de cryption mode in symmetric encryption failure message.
+       (allout-obtain-passphrase): Use copy-sequence to get a distinct
+       copy of the passphrase, and don't zero it or we'll corrupt the
+       stashed copy.
+       (allout-create-encryption-passphrase-verifier)
+       (allout-verify-passphrase): Respect the new signature for
+       allout-encrypt-string.
+       (allout-get-configvar-values): Convenience for getting a
+       configuration variable value and handling its absence gracefully.
+
 2006-08-11  Romain Francoise  <romain@orebokech.com>
 
        * obsolete/zone-mode.el: Delete.
index ca5ad50bacdba6b75c5db0a6a2cb10a33d3374a2..3aee6eeae725f1c2a999f89ffbc139790044936e 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
+       on startup.
+
 2006-08-11  Romain Francoise  <romain@orebokech.com>
 
        * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
index b4016b546c061df3c8bfc1feeca1c1c018a1999a..7f0932a4206c83641dc8daf69d003d7a109dc28b 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * frame.c (Fmouse_position, Fmouse_pixel_position)
+       (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
+
 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xselect.c (Fx_register_dnd_atom): New function.