Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / doc / lispref / ChangeLog
index d8a8253..111a159 100644 (file)
@@ -1,3 +1,105 @@
+2013-01-19  Glenn Morris  <rgm@gnu.org>
+
+       * macros.texi (Indenting Macros): Fix order of an indent
+       symbol's arguments.  (Bug#13450)
+
+2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Allow floating-point file offsets.
+       * files.texi (Reading from Files, Writing to Files):
+       Say that file offsets can be numbers, not just integers.
+
+2013-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * commands.texi (Interactive Codes):
+       Whitespace does not terminate interactive "S".  (Bug#13393)
+
+2013-01-06  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
+
+2013-01-05  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Overlay Properties): Mention field.  (Bug#13364)
+
+2013-01-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
+       directive in a group of items.
+
+2013-01-05  Chong Yidong  <cyd@gnu.org>
+
+       * keymaps.texi (Key Sequences): Remove obsolete sentence
+       (Bug#13356).
+
+2013-01-04  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
+
+       * hash.texi (Defining Hash): Fix typo.  (Bug#13345)
+
+2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.texi (File Attributes): Undocument return format of file-acl.
+
+2013-01-03  Glenn Morris  <rgm@gnu.org>
+
+       * processes.texi (System Processes):
+       * syntax.texi (Syntax Table Functions): Tweak some line breaks.
+
+       * searching.texi (Replacing Match): Fix xref.
+
+       * elisp.texi (DATE): Bump to Jan 2013.
+
+2013-01-02  Glenn Morris  <rgm@gnu.org>
+
+       * customize.texi (Common Keywords, Type Keywords):
+       Replace "active field" with "button".  (Bug#13310)
+
+       * customize.texi (Common Keywords): Add xref.  (Bug#13311)
+       * tips.texi (Library Headers): Add cindex.
+
+2012-12-30  Wolfgang Jenkner  <wjenkner@inode.at>
+
+       * functions.texi (Declare Form):
+       * intro.texi (A Sample Function Description):
+       * syntax.texi (Syntax Table Internals, Syntax Table Functions):
+       * variables.texi (Using Lexical Binding): Don't use @var or CAPS
+       in @def.. commands.  (Bug#13292)
+
+2012-12-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Changing Files): Document the return values of
+       set-file-selinux-context and set-file-acl.
+
+2012-12-27  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (File Names): Mention Cygwin conversion functions.
+
+2012-12-22  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Selecting Windows): Reword description of
+       select-window (Bug#13248).
+
+2012-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (File Attributes, Changing Files): Remove the details
+       about the text returned by file-acl.  Instead, just document that
+       it is an opaque string meant to be used by set-file-acl.
+
+2012-12-21  Chong Yidong  <cyd@gnu.org>
+
+       * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
+
+       * customize.texi (Simple Types): Document key-sequence type
+       (Bug#13048).
+
+       * strings.texi (Text Comparison): Doc fix for compare-strings.
+
+2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Magic File Names): Add `file-acl',
+       `file-selinux-context', `set-file-acl' and
+       `set-file-selinux-context'.  Make the list consistent.
+
 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
 
        * tips.texi (Library Headers): New header keyword `Homepage'.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1998-2012 Free Software Foundation, Inc.
+  Copyright (C) 1998-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.