]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ChangeLog
Document flymake fringe bitmaps
[gnu-emacs] / doc / misc / ChangeLog
index 6bd601bef5dcf94abd6f15a5b46aa785b70ade4d..b3b4ad071470f2c55f54c260f693f3b588c4ed13 100644 (file)
@@ -1,9 +1,50 @@
+2012-11-12  Glenn Morris  <rgm@gnu.org>
+
+       * flymake.texi (Customizable variables)
+       (Highlighting erroneous lines): Mention flymake-error-bitmap,
+       flymake-warning-bitmap, and flymake-fringe-indicator-position.
+
+2012-11-09  Chong Yidong  <cyd@gnu.org>
+
+       * url.texi (Introduction): Move url-configuration-directory to
+       Customization node.
+       (Parsed URIs): Split into its own node.
+       (URI Encoding): New node.
+       (Defining New URLs): Remove empty chapter.
+       (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
+       Improve docs for url-queue-*.
+       (Supported URL Types): Copyedits.  Delete empty subnodes.
+
+2012-11-08  Chong Yidong  <cyd@gnu.org>
+
+       * url.texi (Introduction): Rename from Getting Started.  Rewrite
+       the introduction.
+       (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
+
+2012-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Obsolete Setf Customization):
+       Revert defsetf example to the more correct let rather than prog1.
+       Give define-modify-macro, defsetf, and define-setf-method
+       gv.el replacements.
+
+2012-11-06  Glenn Morris  <rgm@gnu.org>
+
+       * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
+       (Setf Extensions): Remove obsolete reference.
+       (Obsolete Setf Customization):
+       Move note on lack of setf functions to lispref/variables.texi.
+       Undocument get-setf-method, since it no longer exists.
+       Mention simple defsetf replaced by gv-define-simple-setter.
+
 2012-11-03  Glenn Morris  <rgm@gnu.org>
 
        * cl.texi: Further general copyedits.
        (List Functions): Remove copy-tree, standard elisp for some time.
        (Efficiency Concerns): Comment out examples that no longer apply.
        (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
+       (Creating Symbols, Random Numbers): De-emphasize internal
+       variables cl--gensym-counter and cl--random-state.  (Bug#12788)
 
 2012-11-02  Glenn Morris  <rgm@gnu.org>