/[beaver]/beaver/NEWS
ViewVC logotype

Diff of /beaver/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by skypher, Sun Jun 1 08:57:29 2003 UTC revision 1.3 by skypher, Thu Jun 5 12:56:37 2003 UTC
# Line 1  Line 1 
1  NEWS - list of user-visible changes between releases of Beaver  * Version 0.3.1:
2                     - Added multi-line tabbing and detabbing
3                     - Fixed freeze when opening an empty file
4                     - Allowed multiple files to be opened at once
5                     - Added some more HIG fixes
6                     - Added a beaver window icon
7                     - Added a "Save a Copy..." option
8                     - Added a "Revert" option
9                     - Converted to GtkSourceView
10                     - Added a "View Line Numbers" option
11                     - Added a "View Margin" option
12                     - Added a "Tab Width" option
13                     - Added German translation (still has problems with umlauts)
14                     - Rewrote search/replace code and added "in files" versions
15    
 ---- 0.3.1 and ongoing: please see ChangeLog  
16    
17  New in 0.3.0 - 03-08-2003:  * Version 0.3.0:
18    * Massive interface changes to comply with the GNOME HIG                   - Updated to GTK+ 2
19    * Ported to GTK+ 2                   - Started to follow GNOME HIG
20                     - Made various popup windows' default buttons work
21  New in 0.2.6 - 02-17-2003:                   - Rewrote syntax highlighting
22    * String replacement in all buffers                   - Fixed some memory leaks
23                     - Fixed undo/redo code when you undo everything
24  New in 0.2.5 - 01-18-2003:                   - Created a beaver.desktop file
   * Conversions on all opened files  
   * Multibytes fonstsets handling  
   
 New in 0.2.4 - 07-18-2002:  
   * The syntax highlighting engine has been greatly improved  
     (memory usage reduced by more than 95%, bugs fixed)  
   * Manual choice of syntax highlighting mode  
   * Major bugfix in the configuration writing system  
   * New icons by Jimmac, and few modifications of the interface  
   * NOTE: this is the final release made by After and Ender  
   
 New in 0.2.3 - 02-27-2002:  
   * Two major bugfixes (shift + backspace and undo/redo bugs)  
   * The default wordfile.txt provided has been enhanced:  
      - Java language support removed (it was using about 50% of the total  
        memory used by beaver)  
      - C/C++ section has been cleaned (all keywords not defined by  
        the ISO standard have been removed)  
      - Bash scripts support added  
     Please remove your old ~/.beaver/wordfile.txt and let beaver create  
     the new one for you  
   
 New in 0.2.2 - 02-18-2002:  
   * Minor bugfixes and Print function added  
   
 New in 0.2.1 - 02-15-2001:  
   * The configuration system has been completely rewritten, no more characters  
     per line or lines per file limitations  
25    
26  New in 0.2.0 - 01-15-2001:  
27    * First public release :)  * Version 0.2.6: - Added string replacement in all buffers
28                     - NOTE: this time, it REALLY is the final release made by
29                       After and Ender (until proven wrong... ;)
30    
31    
32    * Version 0.2.5: - Integrated a patch by Shirai Kaoru in order to manage
33                       multibytes fontsets
34                     - Added conversions on all opened files
35    
36    
37    * Version 0.2.4: - Syntax highlighting cleaned and highly optimized by After
38                     - Syntax highlighting memory usage reduced by more than 95%
39                     - Manual choice of syntax highlighting mode
40                     - New icons by Jimmac
41                     - Added the default shortcut Ctrl-A to "select all"
42                     - Removed non-implemented regexp buttons
43                     - Serious configuration writing bug corrected
44                     - Makefile and man page enhanced
45                     - NOTE: this is the final release made by After and Ender
46    
47    
48    * Version 0.2.3: - locale support added
49                     - wordfile.h: Bash scripts support added, the C/C++ section
50                       has been cleaned
51                     - Corrected the bug of shift + backspace (some text
52                       was automatically selected and deleted...)
53                     - A _big_ undo/redo bug corrected
54                     - Man page and Makefile updated
55    
56    
57    * Version 0.2.2: - small bugfix concerning the key bindings loading
58                     - the Print function has been added
59                     - Makefile updated, install rule added
60                     - Man page by Ramakrishnan M.
61                     - Bugfixes by James Troup and Paul Slootman
62                       (for more details, hava a look at
63                       http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=beaver)
64    
65    
66    * Version 0.2.1: - conf.c and conf.h have been completely rewritten
67    
68    
69    * Version 0.2.0: - Few changes and some polishing for the first public release!
70    
71    
72    * Version 0.1.6: (It has been an eternity we didn't work on Beaver)
73                     - New syntax highlighting engine by Marc (by 100 faster!)
74    
75    
76    * Version 0.1.5: (It has been a while I didn't work on Beaver)
77                     - Color Picker
78    
79    
80    * Version 0.1.4: - Preferences window
81                     - Unlimited Undo/Redo
82    
83    
84    * Version 0.1.3: - Mark's Auto-completion engine
85                     - You can toggle Wordwrap
86    
87    
88    * Version 0.1.2: - First search engine
89                     - Search Dialog box
90                     - Search & Replace Dialog box
91                     - Goto Line Dialog Box
92                     - PopUp Menu on right-click
93                     - Backup and Autosave
94    
95    
96    * Version 0.1.1: - Syntax highlighting enhancements (no crashes anymore :)
97                     - Conversion of File Formats (UNIX, MAC, DOS)
98                     - Case manipulation functions
99                     - A Base converter
100                     - As usual, bug fixes...
101    
102    
103    * Version 0.1.0: - Syntax highlighting enhancements
104                     - First automatic indentation & correction
105                     - Beaver Languages menu management (see the docs for more
106                       details)
107                     - There was no pity for the found remaining bugs
108    
109    
110    * Version 0.0.9: - First Syntax highlighting (thanks to Marc)
111                     - Font can be modified through the config file
112                     - We corrected lots of bugs
113    
114    
115    * Version 0.0.8: - Toolbar
116                     - New menus (Insert Time, choose tabs&scrollbar positions...)
117                     - Save Window size when you quit
118                     - Menu with recent files
119                     - I corrected a few bugs
120    
121    
122    * Version 0.0.7: - A complete preferences management system
123                     - New menus
124                     - A File information Dialog box
125    
126    
127    * Version 0.0.6: - Many improvements on the file rights management
128                     - Files that are Read only are marked with 'RO' on the
129                       tab&menu labels
130                     - You can toggle Readonly mode (on files on which you have
131                       write access, of course...)
132                     - The message bar is functionnal
133                     - I corrected all the remaining bugs :)
134    
135    
136    * Version 0.0.5: - Files that have been modified are identified by a '*' before
137                       their name on the tab&menu labels
138                     - if you close a modified file, you're asked wether you wanna
139                       save it or not (the same when you exit the program)
140                     - I corrected a few bugs again
141    
142    
143    * Version 0.0.4: - A new file properties storage system has been implemented,
144                       that allows to open an unlimited amount of files
145                     - The menus can now be detached from the menubar
146                     - I corrected a few bugs
147    
148    
149    * Version 0.0.3: - The Notebooks system is now implemented, so that you can
150                       work on many files simultaneously
151                     - The title of the Window and the Notebooks Labels are
152                       changing dynamically
153                     - The menubar is more and more complete
154                     - You can load, save, save as, save all, close, close all
155                       and edit text files
156                     - There's a FABULOUS 'About' Dialog box <;-P
157                       (Thanks to Tigert for the nice picture...)
158                     - It now looks like a middle average text editor...
159    
160    
161    * Version 0.0.2: - The menubar is more complete, with functionnal menus
162                     - You can load, save as and edit text files
163                     - There's a Magnificent 'About' Dialog box :)
164                     - Not to forget the Msg bar
165                     - On a nutshell, it looks like a poor text editor...
166    
167    
168    * Version 0.0.1: - First interface... in fact, it's just an embryonic menubar!

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26