]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
[gnu-emacs] / lisp / ChangeLog
index c777941fbba8f2125f65950e77fbbd3d8b0c025b..bf0a708d2f148439844969426ee79d8a78de40e9 100644 (file)
@@ -1,3 +1,167 @@
+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
+       property independently from the font-lock-multiline variable.
+
+2005-10-21  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/find-func.el (find-library-name): Doc fix.
+
+       * startup.el (command-line): Convert library names
+       in `load-history' to absolute file names.
+
+       * subr.el (symbol-file): Doc fix.
+
+       * loadhist.el (file-loadhist-lookup): Call locate-library
+       instead of find-library-name.  Don't try converting
+       abs file names to library names, since load-history no longer
+       has library names in it.
+       (file-dependents, file-provides, file-requires): Doc fixes.
+
+2005-10-21  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/etags.el (tags-table-mode): New function.
+       (tags-verify-table): Replace initialize-new-tags-table with
+       tags-table-mode.
+
+       * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
+       default value.
+       (desktop-modes-not-to-save): Add tags-table-mode to the
+       default value.
+
+       * info.el (Info-index-next): Add total number of index
+       alternatives to the message.
+
+       * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
+       backward only space (instead of space and period) before looking
+       at sentence end.
+
+       * simple.el (set-variable): Use user-variable-p instead of symbolp.
+       Add the old variable value as 4th default-value arg of read-string.
+
+2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * cus-face.el (custom-declare-face): Make face from X resources
+       also on Mac.
+
+       * disp-table.el (standard-display-g1, standard-display-graphic):
+       Refuse to use string glyphs also on Mac.
+       (standard-display-european): Don't set terminal coding system also
+       on Mac.
+
+       * frame.el (display-screens): Use x-display-screens also on Mac.
+
+2005-10-21  Romain Francoise  <romain@orebokech.com>
+
+       * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
+
 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@