]> git.lyx.org Git - lyx.git/blobdiff - development/ChangeLog
Add a 'draft' option to InsetExternal.
[lyx.git] / development / ChangeLog
index 1346a9e9db3ad40ef3f1e8d7db3a187316a8f446..67eb3065aefdc2d948046295bf8ca03be838a0bc 100644 (file)
@@ -1,55 +1,15 @@
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * FORMAT: document the addition of a 'draft' option to InsetExternal.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * FORMAT: document formats 226 and 227
 
 2003-12-01  André Pönitz  <poenitz@gmx.net>
 
        * Code_rules/Recommendations:
-       * Code_rules/Rules:
-   + try to implement your class in a way that the automatically generated
-   + copy constructor and copy assignment work out-of-the box.
-Index: Rules
-===================================================================
-RCS file: /usr/local/lyx/cvsroot/lyx-devel/development/Code_rules/Rules,v
-retrieving revision 1.14
-diff -u -p -r1.14 Rules
---- Rules      25 Sep 2002 14:26:09 -0000      1.14
-+++ Rules      1 Dec 2003 13:48:53 -0000
-@@ -247,20 +247,6 @@ Formatting
-       -NOT-
-       void mangle ()  // wrong
--* Use of braces
--
--  We use braces a lot, even if this lowers the density of the code in
--  some cases. In particular we use braces for one-liners in relation
--  to if, while, etc.
--
--      if (true) {
--              do_that();
--      }
--      -NOT-
--      if (true)
--              do_that();
--
--
- * Enumerators
-       enum {
-               one = 1,
-@@ -293,12 +279,9 @@ Formatting
- * Formatting
--  - Please adapt the formatting of your code to the setting in LyX in that
--    particular file. Lars and Asger are slowly, but surely moving the source 
--    towards Linux kernel style formatting, aka K&R style. We suggest that you 
--    also do this, but this is NOT something that has been decided generally.
--    (a pity - jbl)
--
-+  - Adapt the formatting of your code to the one used in the
-+    other parts of LyX. In case there is different formatting for
-+    the same construct, use the one used more often.
- * Use existing structures
+       * Code_rules/Rules: updated
 
 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>