* autorevert.el (auto-revert-notify-add-watch)
[bpt/emacs.git] / lisp / ChangeLog
index c97eb3b..66d108e 100644 (file)
@@ -1,5 +1,47 @@
+2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * autorevert.el (auto-revert-notify-add-watch)
+       (auto-revert-notify-handler): Add `attrib' for the inotify case,
+       it indicates changes in file modification time.
+
 2013-05-22  Glenn Morris  <rgm@gnu.org>
 
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
+       Always delete the autoloaded function from the noruntime and
+       unresolved functions lists.
+
+       * allout.el: No need to load epa, epg, overlay when compiling.
+       (epg-context-set-passphrase-callback, epg-list-keys)
+       (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
+       (epg-key-user-id-list): Declare.
+
+       * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
+       (viper-set-parsing-style-toggling-macro)
+       (viper-set-emacs-state-searchstyle-macros):
+       Use called-interactively-p on Emacs.
+       (viper-looking-back): Make it an obsolete alias.  Update callers.
+       * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
+       Use looking-back rather than viper-looking-back.
+       (viper-tmp-insert-at-eob, viper-enlarge-region)
+       (viper-read-string-with-history, viper-register-to-point)
+       (viper-append-to-register, viper-change-state-to-vi)
+       (viper-backward-char-carefully, viper-forward-char-carefully)
+       (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
+       (viper-change-state-to-emacs): Declare.
+       * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
+       (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
+       * emulation/viper-mous.el: Do not load viper-cmd.
+       (viper-backward-char-carefully, viper-forward-char-carefully)
+       (viper-forward-word, viper-adjust-window): Declare.
+
+       * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
+
+       * progmodes/idlw-help.el (idlwave-help-fontify):
+       Use called-interactively-p.
+
+       * term/w32console.el (w32-get-console-codepage)
+       (w32-get-console-output-codepage): Declare.
+
        * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
        Remove unnecessary declarations.
        (dframe-message): Doc fix.