X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FChangeLog;h=a6fd58aecc3dbf2ec355633dee89900b84ab7e0b;hb=6551f0afa8759b6531a4591a389128947c4a7211;hp=1346a9e9db3ad40ef3f1e8d7db3a187316a8f446;hpb=302f32d7fa22e6b48d7d393d855df4d02d2b886d;p=lyx.git diff --git a/development/ChangeLog b/development/ChangeLog index 1346a9e9db..a6fd58aecc 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,55 +1,150 @@ +2006-03-10 Michael Gerz + + * Win32/packaging/installer/lyx_languages/*.nsh: + Win32/packaging/README: adjust to new package structure + +2006-02-24 Bennett Helm + + * Minor tweak to Info.plist in Mac application bundle. + +2006-02-13 Jean-Marc Lasgouttes + + * MacOSX/LyX.app/Contents/Resources/preferences: move here. the + LyX subdirectory has not been updated; update the prefs for 1.4.0. + +2006-02-02 Georg Baum + + * FORMAT: document branches + +2006-02-01 Bennett Helm + + * MacOSX/LyX.app/Contents/Resources/LyX/preferences: update again. + Something went wrong. + +2006-1-12 Bennett Helm + + * MacOSX/LyX.app/Contents/Resources/LyX/preferences: update formats + section to conform to lyx-1.4 conventions + +2005-10-13 Jürgen Spitzmüller + + * FORMAT: document format change to 245. + +2005-10-11 Bennett Helm + + * MacOSX/LyX.app/Contents/MacOS/lyxeditor: Use the new location of + the users directory + +2005-10-11 Lars Gullik Bjonnes + + * Makefile.am (EXTRA_DIST): also dist MacOSX + +2005-09-28 Jürgen Spitzmüller + + * FORMAT: document format change to 244. + +2005-09-21 Bennett Helm + + * MacOSX/LyX.app/Contents/Info.plist: change description of .lyx + file type. + + * MacOSX/qt.patch: remove. + +2005-09-21 Jean-Marc Lasgouttes + + * MacOSX/LyX.app/: add the LyX/Mac skeleton to the repository. + +2005-09-18 Kayvan Sylvan + + * lyx.spec.in: trivial fix for modern versions of rpm: + s/Copyright/License/. + +2005-07-29 José Matos + + * FORMAT: add the correct date when format 223 make its debut in cvs. + +2005-07-18 José Matos + + * FORMAT: document changed to 243. + +2005-07-16 Lars Gullik Bjønnes + + * tools/README.bin.example: remove reLyX stuff + + * lyx.spec.in: remove reLyX stuff + +2005-07-16 Jean-Marc Lasgouttes + + * Win32/packaging/package_lyxwin.sh: + * Win32/packaging/README: lib/xfonts is dead. + +2005-07-07 Jean-Marc Lasgouttes + + * FORMAT: document change to format 242. + +2005-05-20 Michael Schmitt + + * Win32/fakeconfig/lyxrc.defaults: rename "ASCII" + to "Plain text" + +2005-02-03 Georg Baum + + * FORMAT: document change to format 241. + +2005-01-24 Jürgen Spitzmüller + + * FORMAT: document change to format 240. + +2004-10-11 Georg Baum + + * lyx.spec.in: fix spec file if it is generated by + configure --with-version-suffix + * lyx.spec.in: remove dependencies + +2004-10-10 José Matos + + * FORMAT: document change to format 237. + +2004-08-19 José Matos + + * FORMAT: document change to format 236. + +2004-07-01 Georg Baum + + * FORMAT: document change to format 235. + +2004-05-12 Angus Leeming + + * FORMAT: document change to format 234. + +2003-03-07 Jürgen Spitzmüller + + * FORMAT: document jurabib. + +2003-02-23 Jürgen Spitzmüller + + * FORMAT: document change to format 230. + +2003-12-29 Jürgen Spitzmüller + + * FORMAT: document change to format 229. + +2003-12-15 Angus Leeming + + * FORMAT: document change to format 228. + +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