Warning, /pim/kjots/CHANGES is written in an unsupported language. File is not indexed.

0001 4.0 (Jaison Lee <lee.jaison@gmail.com>)
0002 - Port to KDE4/Qt4
0003 - Refactored LOTS of code.
0004 - Use delayed initialization tricks to make startup snappier.
0005 - (FEATURE: 120025) Save bookshelf order in between program invocations.
0006 - (FEATURE: 40854) Now available: Bold, Underline, Italic, and Strike-Out
0007 - (FEATURE: 74677) Multiple entries can be selected in the bookshelf.
0008 - Detect if there are duplicate IDs to prevent runtime problems.
0009 - (FEATURE: 74647) Links to other KJots pages can be embedded in an entry.
0010 - (FEATURE: 66826) Dropped URLs are clickable, and you can make new URLs, too.
0011 - Refactored find/replace system. KJots now supports every find and replace option
0012     generally available, including regular expressions and placeholders. And you
0013     can even tell it to recursively search/replace through all the pages.
0014     (BUG: 109621) Find doesn't work in bookshelf
0015     (FEATURE: 124006) Global search all pages
0016 - (FEATURE: 59032) You can now change the background color of books in the bookshelf.
0017 - FEATURE: Added support for fonts.
0018 - (FEATURE: 75070) Added ability to Export and Import a book.
0019 - BUG/FEATURE: Added "dontAskAgain" functionality to several dialogs.
0020 - (FEATURE: 74676) Prompt for title of new pages if the user wishes.
0021 
0022 0.6 / 0.7 (Jaison Lee <lee.jaison@gmail.com>)
0023 - (BUG:105501) Recent changes show up when printing.
0024 - Autosave works now.
0025 - Massive code cleanup/restructure.
0026 - (BUG: 106059) Fix data loss after drag.
0027 - (BUG: 78403) Display collapsed books correctly.
0028 - (BUG: 94290) Book renames are now displayed immediately in the book overview.
0029 - (BUG: 78403) Allow for Unicode.
0030 - Books are now saved in XML, for easier addition of new features.
0031 - (BUG: 79960) Save books with unique filename.
0032 - Bookmarks work better.
0033 - (FEATURE: 74642) At long last! Books can be nested to any level! Enjoy.
0034 - (FEATURE: 80719) The cursor position will be remembered while the program is running.
0035 - (BUG: 109198) Prevent misbehaviour when there is nothing in the QListView.
0036 - (BUG: 109299) Fix race condition.
0037 - (BUG: 109303) Act better when no books available.
0038 - (BUG: 109371) Correct menu behaviour.
0039 - (BUG: 109372) Disable renaming and moving during invalid page moves.
0040 - (BUG: 109580) The next/prev book/page functions will no longer loop forever.
0041 - (BUG: 109583) Fixed a minor regression that was causing the Edit->Cut menu option
0042 to display incorrectly.
0043 
0044 new in version 0.5 (Aaron J. Seigo)
0045 - redesign of UI
0046 - use of XMLGUI
0047 - simplification of internals
0048 - insertion of date and time
0049 - printing
0050 - stability improvements
0051 - made KUniqueApp
0052 
0053 (Carsten Pfeiffer <pfeiffer@kde.org>)
0054 - use KEdit instead of QMultiLineEdit directly
0055   -> gains Search & replace + undo
0056 - allocate KTMainWindow on the heap to avoid double deletion on quit
0057 
0058 new in version 0.4 (Mario Weilguni <mweilguni@kde.org>)
0059 - works now with Qt 2.0
0060 - fixed broken layout of main window
0061 - layout improvements in AskFileName()
0062 - layout improvements in SubjList()
0063 - compiles without warnings
0064 - "Apply" button is only activated when changes were made
0065 - improved layout of configuration dialog
0066 - fixed a bug in the font selection
0067 
0068 - now compiles with EGCS   ( Robert Williams )
0069 
0070 new in version 0.3.0
0071 - added lots of keyboard shortcuts
0072 - added klocale->translate()
0073 
0074 new in version 0.2.6
0075 - icons should be visible in the toolbar
0076 
0077 new in version 0.2.5
0078 - you may save books and pages to an ascii file
0079 - more kde conforming due to the use of KTopLevelWidget
0080 
0081 new in version 0.2.4
0082 - uses kfontdialog to set the font of the editor widget
0083 - you may select an URL in your text and press the right mouse button
0084   to execute a program with this URL. The program to execute is
0085   configurable for http and ftp URLs.
0086 - some code cleanup
0087 
0088 new in version 0.2.3
0089 - compiles with libkde-970510   NOTE: this version is needed !
0090 - shouldn't segfault, if you delete pages
0091 - double clicking on an entry in the subjectlist closes the subjectlist window
0092 - fixed fonds -> fonts ;)
0093 
0094 new in version 0.2.2
0095 - compiles with libkde-0.7.2
0096 - several bug fixes
0097 
0098 new in version 0.2.1
0099 
0100 - should compile cleanly with libqt1.2 and libkde-0.7.1 and later
0101 
0102 new in version 0.2.0
0103 
0104 - changed the layout to be more KDE conforming (toolbar, statusbar,...)
0105 - folders are now called books and entries are pages
0106 - added subject to each page
0107 - you may popup a window with a list of all subjects and use it to find
0108   pages more easily
0109 - further reduced the minimum size of the window
0110 
0111 new in version 0.1.1
0112 
0113 - does not delete empty lines anymore
0114 - you may insert TABs into your text
0115 - the minimum size of the window is smaller now
0116 - the size of the window is saved and read the next
0117   time kjots is started