Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.edu
[bpt/emacs.git] / doc / lispref / ChangeLog
index f77e68a..7893424 100644 (file)
@@ -7,6 +7,12 @@
        * 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).
 
-2012-12-15  Chong Yidong  <cyd@gnu.org>
-
        * strings.texi (Text Comparison): Doc fix for compare-strings.
 
-2012-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
 
-       * control.texi (Pattern matching case statement): New node.
+       * 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'.
+       Make continuation lines syntax more precise.
+
+2012-12-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (File Attributes, Changing Files): Update to include
+       MS-Windows support for ACLs.
+
+2012-12-16  Romain Francoise  <romain@orebokech.com>
+
+       * files.texi (File Attributes): Document ACL support and new
+       `file-acl' function.
+       (Changing Files): Mention argument name change of `copy-file' and
+       document new function `set-file-acl'.
+
+2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
-2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       * files.texi (Testing Accessibility): Document GROUP arg
+       of file-ownership-preserved-p.
+       (File Attributes): Document that 9th element is now
+       just a placeholder.
+       * os.texi (User Identification): Document new functions group-gid,
+       group-real-gid.
+
+2012-12-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * internals.texi (C Integer Types): New section.
+       This follows up and records an email in
+       <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
+
+2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * control.texi (Pattern matching case statement): New node.
 
        * customize.texi (Variable Definitions): Mention the default :group
        for defcustoms (bug#13093).
 
-2012-12-05  Chong Yidong  <cyd@gnu.org>
+2012-12-09  Glenn Morris  <rgm@gnu.org>
+
+       * customize.texi (Variable Definitions): Mention eval-defun
+       on a defcustom calls the :set function when appropriate.
+
+2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doclicense.texi, gpl.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+
+2012-12-06  Chong Yidong  <cyd@gnu.org>
 
        * lists.texi (Plist Access): Move put example to Symbol Plists.
 
        * symbols.texi (Standard Properties): Fix typo.
 
-2012-12-02  Chong Yidong  <cyd@gnu.org>
+2012-12-03  Chong Yidong  <cyd@gnu.org>
 
        * symbols.texi (Symbol Properties): New node.
        (Symbol Plists): Make it a subsection under Symbol Properties.
 
        * commands.texi (Using Interactive): Fix index entry.
 
-2012-11-23  Martin Rudalics  <rudalics@gmx.at>
+2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doclicense.texi: Update to latest version from FSF.
+       These are just minor editorial changes.
+       * elisp.texi (GNU Free Documentation License)
+       (GNU General Public Licens):
+       Provide sectioning, since doclicense.texi no longer does that.
+
+       * loading.texi (Named Features): @ -> @@ to fix typo.
+
+2012-11-24  Martin Rudalics  <rudalics@gmx.at>
 
        * windows.texi (Basic Windows): Fix typo.
        (Windows and Frames): Fix example.  Move description of
        dedicatedness affects functions removing buffers or windows.
        * buffers.texi (The Buffer List): Fix description of bury-buffer.
 
-2012-11-23  Chong Yidong  <cyd@gnu.org>
+2012-11-24  Chong Yidong  <cyd@gnu.org>
 
        * modes.texi (%-Constructs): Fix statement about mode construct
        padding (Bug#12866).
 
-2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * debugging.texi (Profiling): Make it more clear
        that --enable-profiling is about profiling the C code.
 
 2012-11-21  Glenn Morris  <rgm@gnu.org>
 
-       * debugging.texi (Profiling): Mention --enable-profiling (if !tex).
-       Add some basic information about the profile report buffer.
-       (Debugging): Mention profiling in the introduction.
-
-2012-11-20  Glenn Morris  <rgm@gnu.org>
+       * display.texi (Attribute Functions):
+       Update for set-face-* name changes.
+       Add new "inherit" argument for face-bold-p etc.
+       Move description of this argument to a common section, like "frame".
 
-       * debugging.texi (Profiling): New section, in progress.
+       * debugging.texi (Profiling): New section.
+       (Debugging): Mention profiling in the introduction.
        * tips.texi (Compilation Tips): Move profiling to separate section.
        * elisp.texi: Add Profiling to detailed menu.
 
-2012-11-18  Martin Rudalics  <rudalics@gmx.at>
+2012-11-21  Martin Rudalics  <rudalics@gmx.at>
 
        * windows.texi (Display Action Functions): Fix recently added
        example.  Suggested by Michael Heerdegen.
 
-2012-11-18  Paul Eggert  <eggert@cs.ucla.edu>
+2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        Minor cleanup for times as lists of four integers.
        * os.texi (Time Parsing): Time values can now be four integers.
        * loading.texi (How Programs Do Loading): Add eager macro expansion.
        * macros.texi (Expansion): Mention eager macro expansion.
 
-2012-11-17  Glenn Morris  <rgm@gnu.org>
-
        * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
 
-2012-11-17  Leo Liu  <sdl.web@gmail.com>
+2012-11-18  Leo Liu  <sdl.web@gmail.com>
 
        * minibuf.texi (Programmed Completion): Doc fix for metadata
        request (Bug#12850).
 
-2012-11-17  Glenn Morris  <rgm@gnu.org>
+2012-11-18  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Temporary Displays): Document with-temp-buffer-window.
 
        Fix description of display-buffer-below-selected.  Reorder actions.
        Add example (Bug#12848).
 
-2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
-       with normal keymaps" (bug#12868).
-
-2012-11-15  Glenn Morris  <rgm@gnu.org>
+2012-11-16  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Face Attributes): Fix :underline COLOR description.
        (Attribute Functions): Update for set-face-underline rename.
        Tweak descriptions of face-underline-p, face-inverse-video-p.
 
-2012-11-14  Glenn Morris  <rgm@gnu.org>
-
        * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
        so they align better in info.
        (Active Keymaps, Searching Keymaps, Controlling Active Maps):
        Document set-temporary-overlay-map.
 
-2012-11-12  Glenn Morris  <rgm@gnu.org>
+2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
+       with normal keymaps".
+
+2012-11-15  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * internals.texi (Garbage Collection): Update descriptions
+       of vectorlike_header, garbage-collect and gc-cons-threshold.
+       (Object Internals): Explain Lisp_Object layout and the basics
+       of an internal type system.
+       (Buffer Internals): Update description of struct buffer.
+
+2012-11-13  Glenn Morris  <rgm@gnu.org>
 
        * variables.texi (Adding Generalized Variables):
        At least mention gv-define-expander and gv-letplace.
 
-2012-11-11  Glenn Morris  <rgm@gnu.org>
-
        * debugging.texi (Error Debugging): Mention debug-on-message.
        (Using Debugger): Mention debugger-bury-or-kill.
 
        * variables.texi (Adding Generalized Variables):
        Use standard formatting for common lisp note about setf functions.
 
-2012-11-07  Martin Rudalics  <rudalics@gmx.at>
+2012-11-10  Martin Rudalics  <rudalics@gmx.at>
 
        * elisp.texi (Top): Add Recombining Windows to menu.
        * windows.texi (Recombining Windows): New subsection.
        (Splitting Windows): Rewrite text on handling of window
        combinations and move it to new subsection.
 
-2012-11-07  Chong Yidong  <cyd@gnu.org>
+2012-11-10  Chong Yidong  <cyd@gnu.org>
 
        * searching.texi (Replacing Match): Document \? in replace-match.
 
 
        * edebug.texi (Specification List): setf is no longer CL-only.
 
-2012-11-07  Glenn Morris  <rgm@gnu.org>
+2012-11-10  Glenn Morris  <rgm@gnu.org>
 
        * variables.texi (Adding Generalized Variables):
        Update description of FIX-RETURN expansion.
 
-2012-11-06  Glenn Morris  <rgm@gnu.org>
-
        * variables.texi (Setting Generalized Variables):
        Split most of previous contents into this subsection.
        (Adding Generalized Variables): New subsection.
 
        * elisp.texi: Add Generalized Variables subsections to detailed menu.
 
-2012-11-05  Chong Yidong  <cyd@gnu.org>
+2012-11-10  Chong Yidong  <cyd@gnu.org>
 
        * frames.texi (Initial Parameters): Doc fix (Bug#12144).
 
+2012-11-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * os.texi (Notifications): Update descriptions of
+       notifications-notify, notifications-close-notification and
+       notifications-get-capabilities according to latest code changes.
+       Add notifications-get-server-information.
+
 2012-11-03  Chong Yidong  <cyd@gnu.org>
 
        * objects.texi (General Escape Syntax): Clarify the explanation of