Truly maximize w32 frames with odd fonts and some texi fixes.
[bpt/emacs.git] / doc / lispref / ChangeLog
index 274d9fa..3bbcee7 100644 (file)
+2014-03-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Size and Position): In `frame-resize-pixelwise'
+       description drop remark about frame maximization.
+       * windows.texi (Display Action Functions): Add description for
+       `display-buffer-no-window' and explain use of `allow-no-window'
+       alist entries.
+
+2014-03-21  Glenn Morris  <rgm@gnu.org>
+
+       * commands.texi (Defining Commands): Copyedit re `interactive-only'.
+
+2014-03-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * internals.texi (C Integer Types): Prefer 'false' and 'true'
+       to '0' and '1' for booleans.
+
+2014-03-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
+       Remove now-obsolete hypothetical note about negative division,
+       as the C standard has changed.
+
+       Fix porting inconsistency about rounding to even.
+       * numbers.texi (Numeric Conversions, Rounding Operations):
+       Document that 'round' and 'fround' round to even.
+
+2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * customize.texi (Variable Definitions): Recommend avoiding
+       destructive modification of the value argument of :set (bug#16755).
+
+2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Auto-Indentation): Mention electric-indent variables.
+
+2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * functions.texi (Advising Named Functions): Fix reference.
+
+2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve documentation for integer and floating-point basics.
+       * numbers.texi (Numbers, Integer Basics, Float Basics):
+       Document the basics a bit more precisely.  Say more clearly
+       that Emacs floating-point numbers are IEEE doubles on all
+       current platforms.  Give more details about frexp.
+       Say more clearly that '1.' is an integer.
+       (Predicates on Numbers): Fix wholenump typo.
+       * objects.texi (Integer Type): Adjust to match numbers.texi.
+
+2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * functions.texi (Advising Functions): Try and improve the text.
+       Add example use of advice-add (bug#16959).
+       (Core Advising Primitives): Rename.  Explain handling of interactive
+       specs, including advice-eval-interactive-spec.
+       (Advising Named Functions): Try and better explain the difference with
+       add-function.
+       (Porting old advices): New node.
+
+2014-03-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Style fixes for floating-point doc.
+       * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
+       * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
+       * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
+       * processes.texi, streams.texi, strings.texi, text.texi:
+       * variables.texi, windows.texi:
+       Hyphenate "floating-point" iff it precedes a noun.
+       Reword to avoid nouns and hyphenation when that's easy.
+       Prefer "integer" to "integer number" and "is floating point"
+       to "is a floating point number".
+       Prefer "@minus{}" to "-" when it's a minus.
+
+2014-03-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Temporary Displays): Rewrite descriptions of
+       `with-output-to-temp-buffer' and `with-temp-buffer-window'.
+       * help.texi (Help Functions): Rewrite description of `with-help-window'.
+
+2014-03-15  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * display.texi (Blinking): Update WRT to the new
+       `blink-matchin-paren' behavior.
+
+2014-03-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * display.texi (Temporary Displays): Say that
+       `with-temp-buffer-window' makes its buffer current.
+       * frames.texi (Size and Position): Describe new option
+       `frame-resize-pixelwise'.  Rewrite descriptions of
+       `set-frame-size', `set-frame-height' and `set-frame-width'.
+
 2014-03-09  Martin Rudalics  <rudalics@gmx.at>
 
-       * elisp.texi (Top): Rename section "Width" to "Size of Displayed
-       Text".
+       * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
        * text.texi (Primitive Indent):
        * strings.texi (String Basics):
-       * sequences.texi (Sequence Functions): Update references
-       accordingly.
+       * sequences.texi (Sequence Functions): Update references accordingly.
        * display.texi (Size of Displayed Text): Rename section from
        "Width".  Add description for `window-text-pixel-size'.
        (Window Dividers): Reword description of window dividers.
 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
 
        * frames.texi (Size and Position): Rewrite entries for
-       `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.  Add
-       description for `fit-frame-to-buffer-sizes'.
+       `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
+       Add description for `fit-frame-to-buffer-sizes'.
        * windows.texi (Resizing Windows): Add descriptions for
        pixelwise resizing.  Add entries for `window-resize-pixelwise'
-       and `fit-window-to-buffer-horizontally'.  Rewrite
-       `fit-window-to-buffer' entry.
+       and `fit-window-to-buffer-horizontally'.
+       Rewrite `fit-window-to-buffer' entry.
 
 2014-03-06  Xue Fuqiao  <xfq@gnu.org>
 
        `window-min-height' and `window-min-width'.  Remove description
        of `window-size-fixed-p' moving part of it to that of
        `window-size-fixed'.
-       (Resizing Windows): Mention dividers when talking about minimum
-       sizes.
+       (Resizing Windows): Mention dividers when talking about minimum sizes.
 
 2014-03-05  Glenn Morris  <rgm@gnu.org>
 
 
 2014-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * functions.texi (Declare Form): Document gv-expander, gv-setter, and
-       compiler-macro (bug#16829, bug#15093).
+       * functions.texi (Declare Form): Document gv-expander, gv-setter,
+       and compiler-macro (bug#16829, bug#15093).
 
 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2013-12-28  Chong Yidong  <cyd@gnu.org>
 
-       * modes.texi (Auto Major Mode): Document interpreter-mode-alist
-       change.
+       * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
 
        * buffers.texi (Modification Time): Document visited-file-modtime
        change.
 
        * display.texi (Font Selection): Tweak example.
 
-       * commands.texi (Event Input Misc): Document new arg to
-       input-pending-p.
+       * commands.texi (Event Input Misc): Document new arg to input-pending-p.
 
        * nonascii.texi (Specifying Coding Systems): Don't refer to
        emacs-mule-dos.
        * display.texi (Showing Images): Add an index for image-size.
        Use @code instead of @var for a normal variable.
        (Multi-Frame Images): Improve indexing.
-       (Button Buffer Commands): Use @code instead of @var for a normal variable.
+       (Button Buffer Commands): Use @code instead of @var for a normal
+       variable.
        (Abstract Display): Explain the meaning of Ewoc.
 
 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
 
 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * nonascii.texi (Coding System Basics): Add information about carriage-return.
+       * nonascii.texi (Coding System Basics): Add information about
+       carriage-return.
 
 2013-09-14  Eli Zaretskii  <eliz@gnu.org>
 
 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
 
        * nonascii.texi (Non-ASCII Characters): Update menu.
-       (Disabling Multibyte): Move here from doc/emacs/mule.texi.  Fix cross-references.
+       (Disabling Multibyte): Move here from doc/emacs/mule.texi.
+       Fix cross-references.
 
        * elisp.texi (Top): Update menu.