X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FChangeLog;h=67eb3065aefdc2d948046295bf8ca03be838a0bc;hb=041004baacdaea8e437bed6a85b2d5129f10660d;hp=1346a9e9db3ad40ef3f1e8d7db3a187316a8f446;hpb=302f32d7fa22e6b48d7d393d855df4d02d2b886d;p=lyx.git diff --git a/development/ChangeLog b/development/ChangeLog index 1346a9e9db..67eb3065ae 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,55 +1,15 @@ +2003-12-10 Angus Leeming + + * FORMAT: document the addition of a 'draft' option to InsetExternal. + +2003-12-10 Angus Leeming + + * FORMAT: document formats 226 and 227 2003-12-01 André Pönitz * 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