fit-frame/window-to-buffer code fixes including one for Bug#14096.
[bpt/emacs.git] / lisp / ChangeLog
index 786162d..8508ca7 100644 (file)
@@ -1,3 +1,44 @@
+2014-01-13  Martin Rudalics  <rudalics@gmx.at>
+
+       fit-frame/window-to-buffer code fixes including one for Bug#14096.
+       * window.el (fit-frame-to-buffer): Fix doc-string.  Respect
+       window-min-height/-width.  Fit pixelwise when
+       frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
+       when avoiding that frame goes partially off-screen.
+       (fit-window-to-buffer): Respect window-min-height/-width
+       (Bug#14096).
+
+2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
+       after an empty line.
+
+2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/shr.el (shr-render-region): Autoload.
+
+2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * net/eww.el (eww-download-directory): Rename from
+       `eww-download-path' (Bug#16419).
+
+2014-01-12  Leo Liu  <sdl.web@gmail.com>
+
+       * dired-x.el (dired-mode-map): Fix last change.
+
+       * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
+
+2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Spelling fixes.
+       * emacs-lisp/generic.el (generic--normalize-comments):
+       Rename from generic--normalise-comments.  All uses changed.
+       * play/bubbles.el (bubbles--neighborhood-score):
+       (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
+       (bubbles--neighborhood-available)
+       (bubbles--update-neighborhood-score):
+       Rename from names with 'neighbourhood'.  All uses changed.
+
 2014-01-12  Leo Liu  <sdl.web@gmail.com>
 
        Re-implement the feature of showing eldoc info after editing.
        (eldoc-mode): Restrict eldoc-message-commands to editing commands
        if eldoc-print-after-edit is set.  (Bug#16346)
 
-       * progmodes/octave.el (octave-mode-menu): Adapt to change in
-       eldoc.
+       * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
 
 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
 
-       * version.el (emacs-repository-get-version): Enhancee so the
-       function works correctly in either a Bazaar or Git repo. The
-       Bazaar case can be discarded  after the repo transition.
+       * version.el (emacs-repository-get-version): Enhance so the
+       function works correctly in either a Bazaar or Git repo.
 
-       * play/meese.el: It's 2014 and Ed Meese is justly forgotten. Goes
-       with removal of the joke manpages from /etc.
+       * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
+       Goes with removal of the joke manpages from /etc.
 
 2014-01-10  K. Handa  <handa@gnu.org>
 
-       * mail/rmail.el (rmail-get-coding-system): Check
-       rmail-get-coding-function before "funcall"ing it.
+       * mail/rmail.el (rmail-get-coding-system):
+       Check rmail-get-coding-function before "funcall"ing it.
 
 2014-01-10  Glenn Morris  <rgm@gnu.org>
 
@@ -47,8 +86,7 @@
 
 2014-01-10  Chong Yidong  <cyd@gnu.org>
 
-       * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is
-       loaded.
+       * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
 
 2014-01-10  Anders Lindgren  <andlind@gmail.com>
 
 2014-01-06  Leo Liu  <sdl.web@gmail.com>
 
        * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
-       to avoid shadowning global key.  (Bug#16354)
+       to avoid shadowing global key.  (Bug#16354)
 
 2014-01-06  Daniel Colascione  <dancol@dancol.org>