]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
[gnu-emacs] / lisp / ChangeLog
index 2a83266af32ac8cac6f09b5256461d830261a173..bf0a708d2f148439844969426ee79d8a78de40e9 100644 (file)
@@ -1,3 +1,110 @@
+2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
+
+       * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
+       exist, create it.
+
+2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el: Increment version number to 2.1, and use a literal
+       rather than RCS $Id $.  Remove autoloads for mailcrypt and crypt++.
+       Require pgg, pgg-gpg during compilation.
+       (allout-version): Increment version number to 2.1, and use a literal
+       rather than RCS $Id $.
+       (allout-default-encryption-scheme): Removed.
+       (allout-passphrase-verifier-handling): Renamed from
+       allout-key-verifier-handling.
+       (allout-passphrase-verifier-string): Renamed from
+       allout-key-verifier-string.
+       (allout-file-passphrase-verifier-string): Renamed from
+       allout-file-key-verifier-string.
+       (allout-enable-file-variable-adjustment): Simplified.
+       (allout-passphrase-hint-handling): Renamed from
+       allout-key-hint-handling and simplified.
+       (allout-passphrase-hint-string): Renamed from
+       allout-key-hint-string.
+       (allout-init): Use `find-file-hook' if available, otherwise
+       `find-file-hooks'.
+       (allout-mode): Use `write-file-functions' if available, otherwise
+       `local-write-file-hooks' and, instead of making auto-save-hook
+       buffer local, make the write-file-hook activity contingent to
+       allout-mode.
+       (allout-mode): Use key-binding substitution placeholders in the
+       docstring.
+       (allout-kill-line): Spell-out kill ring data structure mutation
+       instead of using byte-compiler-complaint-provoking `pop'.
+       (allout-insert-listified): Use `insert' rather than `insert-string'
+       (allout-toggle-current-subtree-encryption): Updated docstring,
+       adjust to new gpp-based encryption, use new
+       `allout-encrypted-topic-p'.
+       (allout-encrypt-string): Totally revamped vis new underlying
+       encryption facilities.
+       (allout-mc-activate-passwd): Removed.
+       (allout-obtain-passphrase): New, more or less replaces
+       allout-mc-activate-passwd.
+       (allout-encrypted-key-info): More or less replaces
+       allout-encrypted-text-type.
+       (outlineify-sticky, outlinify-sticky): Add autoload cookie.
+       (my-mark-marker): Use `(featurep 'xemacs)' to distinguish between
+       Emacs and XEmacs.
+
+2005-10-23  Lars Hansen <larsh@soem.dk>
+
+       * emacs-lisp/bytecomp.el (byte-compile-lambda): Add parameter
+       add-lambda.
+       (byte-compile-file-form-defmumble, byte-compile-defun)
+       (byte-compile-defmacro): Use it.
+       (byte-compile-form): Don't call byte-compile-set-symbol-position
+       when a byte-compile handler is called.
+
+2005-10-22  Romain Francoise  <romain@orebokech.com>
+
+       * savehist.el (savehist-history-variables): Add `grep-find-history'.
+
+       * subr.el (eval-after-load): Convert library name to an absolute
+       file name using locate-library, since load-history no longer has
+       library names in it.
+
+2005-10-22  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (make-temp-file): Moved from subr.el.
+       * subr.el (make-temp-file): Moved to files.el.
+
+       * window.el (get-buffer-window-list): Moved from subr.el.
+       * subr.el (get-buffer-window-list): Moved to window.el.
+
+       * image.el (image-load-path): Use eval-at-startup to initialize.
+
+       * subr.el (eval-at-startup): New macro.
+
+       * subr.el: Much rearrangement of functions and division
+       into pages.  No code changes.
+
+2005-10-22  Kenichi Handa  <handa@m17n.org>
+
+       * tar-mode.el (tar-extract): Be sure to call
+       find-operation-coding-system if set-auto-coding doesn't find a
+       coding system.
+
+2005-10-22  Kim F. Storm  <storm@cua.dk>
+
+       * image.el (image-type-header-regexps): Rename from image-type-regexps.
+       Change users.
+       (image-type-file-name-regexps): New defconst.
+       (image-type-from-data): Simplify loop.
+       (image-type-from-buffer): New defun.
+       (image-type-from-file-header): Use it instead of image-type-from-data.
+       Use image-search-load-path instead of only looking in data-directory.
+       (image-type-from-file-name): New defun.
+       (image-search-load-path): Make PATH arg optional, default to image-load-path.
+       Change `pathname' to `filename'.
+
+2005-10-21  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
+
+       * textmodes/paragraphs.el (sentence-end-base): New variable.
+       (sentence-end): Use sentence-end-base.
+
 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * font-lock.el (font-lock-default-fontify-region): Check the multiline