Refine redisplay optimizations to only redisplay *some* frames/windows
[bpt/emacs.git] / lisp / ChangeLog
index 1e7fc7c..c617a10 100644 (file)
@@ -1,3 +1,57 @@
+2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * doc-view.el (doc-view-goto-page): Update mode-line.
+
+       * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * international/charprop.el, international/uni-bidi.el:
+       * international/uni-category.el, international/uni-combining.el:
+       * international/uni-comment.el, international/uni-decimal.el:
+       * international/uni-decomposition.el, international/uni-digit.el:
+       * international/uni-lowercase.el, international/uni-mirrored.el:
+       * international/uni-name.el, international/uni-numeric.el:
+       * international/uni-old-name.el, international/uni-titlecase.el:
+       * international/uni-uppercase.el:
+       Remove generated files from VCS repository.
+
+2013-11-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * filenotify.el (file-notify-add-watch): Don't special-case
+       w32notify when computing the directory to watch.
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       Make bootstrap without generated uni-*.el files possible again.
+       * loadup.el: Update command-line-args checking for unidata-gen.
+       Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
+       * composite.el, international/characters.el:
+       Handle unicode tables being undefined.
+
+       Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
+       * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
+       (compile-main): Depend on leim rule.
+       (leim): New rule.
+       * loadup.el: Move leim-list.el to leim/ subdirectory.
+       * startup.el (normal-top-level): No more leim directory.
+       * international/ja-dic-cnv.el (skkdic-convert):
+       Disable version-control and autoloads in output files.
+       * international/titdic-cnv.el (titdic-convert, miscdic-convert):
+       Disable version-control and autoloads in output files.
+       * leim/quail: Move here from ../leim.
+       * leim/quail/hangul.el (hangul-input-method-activate):
+       Add autoload cookie.
+       (generated-autoload-load-name): Set file-local value.
+       * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
+       (generated-autoload-load-name): Set file-local value.
+
+2013-11-26  Kenjiro NAKAYAMA <knakayam@redhat.com>  (tiny change)
+
+        * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
+        (eww-add-bookmark): ask confirmation when add to bookmarks
+        (eww-quit): ask confirmation before quitting eww
+
 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
 
        * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
@@ -30,7 +84,7 @@
 
        * emacs-lisp/helpers.el (string-join): New function.
 
-2013-11-25  Sebastian Wiesner <lunaryorn@gmail.com>
+2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
 
        * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
        Mark as obsolete and replace it with a symbol property.
        * progmodes/ruby-mode.el: Improve encoding comment handling.
        (ruby-encoding-magic-comment-style): New option.
        (ruby-custom-encoding-magic-comment-template): New option.
-       (ruby--insert-coding-comment, ruby--detect-encoding): New
-       functions extracted from `ruby-mode-set-encoding'.
+       (ruby--insert-coding-comment, ruby--detect-encoding):
+       New functions extracted from `ruby-mode-set-encoding'.
        (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
        to control the style of the auto-inserted encoding comment.