More Emacs 24.3 documentation updates.
[bpt/emacs.git] / doc / lispref / ChangeLog
index 26765e7..c7fb29a 100644 (file)
@@ -1,3 +1,51 @@
+2012-10-27  Chong Yidong  <cyd@gnu.org>
+
+       * minibuf.texi (High-Level Completion): Don't mention removed
+       function iswitchb-read-buffer.
+
+       * commands.texi (Event Input Misc): Remove last-input-char.
+       (Command Loop Info): Remove last-command-char.
+
+       * frames.texi (Initial Parameters): Don't mention the obsolete
+       special-display feature.
+
+       * windows.texi (Choosing Window): Don't mention the obsolete
+       special display feature.
+       (Choosing Window Options): Remove obsolete special-display
+       variables, and the functions special-display-p and
+       special-display-popup-frame.
+
+       * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
+
+       * hooks.texi (Standard Hooks): Remove obsolete hooks.
+
+       * markers.texi (Information from Markers): Remove obsolete
+       function buffer-has-markers-at.
+
+       * text.texi (Yanking): Document yank-handled-properties.
+
+2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
+
+       Update manual for new time stamp format (Bug#12706).
+       * buffers.texi (Modification Time):
+       * files.texi (Testing Accessibility, File Attributes):
+       * intro.texi (Version Info):
+       * os.texi (Time of Day):
+       Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
+       These instances were missed the first time around.
+       Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
+
+2012-10-24  Chong Yidong  <cyd@gnu.org>
+
+       * minibuf.texi (Text from Minibuffer): Document read-regexp
+       changes.
+
+       * nonascii.texi (Selecting a Representation): Document
+       set-buffer-multibyte changes.
+
+       * keymaps.texi (Toolkit Differences): Node deleted.
+       (Easy Menu): New node.
+
 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.