* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char...
[bpt/emacs.git] / doc / lispref / ChangeLog
index 06da23b..8f949eb 100644 (file)
@@ -1,5 +1,28 @@
+2012-01-29  Chong Yidong  <cyd@gnu.org>
+
+       * syntax.texi (Syntax Class Table): Tweak description of newline
+       char syntax (Bug#9619).
+
+       * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
+       description (Bug#10189).
+
+2012-01-29  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Changing Files): Document SELinux support.
+
+       * windows.texi (Window Sizes): Fix typo.
+
 2012-01-28  Chong Yidong  <cyd@gnu.org>
 
+       * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
+       doc (Bug#8568).
+
+       * frames.texi (Input Focus): Add NORECORD arg to
+       select-frame-set-input-focus.  Clarify its role in select-frame.
+
+       * text.texi (Transposition): We don't use transpose-region as an
+       internal subroutine (Bug#3249).
+
        * modes.texi (Example Major Modes): Update Lisp example code to
        current sources.  Delete the old non-derived-major-mode example,
        which has diverged badly from current sources.