1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
Version 1.3.1
-------------
- Fixed a bug in the detection of glade2 executable
Version 1.3
-------------
- Updated the user manual
- Now, when libglade is used, glade creates a file whit the trasnslatable strings.
- An entry in the toolsbar allows a fast search in the document with keyboard shorcuts (F3, Control+F3, Shift+F3).
- Now an icon is shown when an errors is selected in the messages windows that shows the selected line
- A bug in the text coloring is fixed, now character bigger than one byte don't affect text coloring.
- Fixed a bug in the GUI tab. Now it's correctly refreshed.
- In the preferences windows, in the color selection, there are checkbuttons to select bold and italic fonts.
- Now there is an option in the preferences windows to show line numbers.
- A new "gettext" tab in the project properties allows to insert all the linguas the project supports.
- The configure script autodetecs the system type and creates a specific define.
- The user libs are checked by configure before adding them to the link command.
- Added the option to search backwards
- Saved the state upon exit (open windows... etc), to restore it next time
the user enters.
- Added double-click event to glade GUI widgets. If they have only 1 callback, jump to the callback body. If they
have more callbacks, popup a menu.
- Removed some obsolete widgets
- Added a tooltip with the widget name to glade GUI widgets.
- Fixed a bug in the About... window
- A new window to add files allows to add files to the sources, data, docs and pixmaps directorys.
- Now external files can be opened in a read only mode.
- A basic and very easy to use CVS support has been added.
- An entry in the help menu has been added to acces the html DiaSCE manual.
- The .pot file is regenerated when the make, run and make dist comands are executed.
- An option to change the fonts is now abailable in the preferences window.
- The option to change the background color works again.
Version 1.2
--------
- Added the GUI browser tab.
- Added a "Project Properties" button to the toolbar.
- The main windows is automatically adjusted to the screen resolution.
- Added a "make dist" menu item in the projecto menu.
- Added a "docs" directory to the project and defined PACKAGE_DOC_DIR in config.h
- The GtkCTree used for files has been replaced by a GtkTreeView.
- The GtkCTree used for the CEFV tree has been replaced by a GtkTreeView.
- Fixed a bug in the file tree menu popup. Now the Add option works.
- Added a check for the correct installation of diasce.glade file.
- Fixed the detection of the automake directory
- Now -I/usr/include is the last -I parameter
- Migration to autoconf 2.50 done succesfuly
- Now gnome-help is used in stead of calling to gnome-help-browser directly.
- Fixed a bug when opening DiaSCE and selecting undo or redo options in the edit menu whitout an open proyect.
- Fixed a bug when a line is deleted with the backspace, the row number was not correctly updated.
Versin 1.1
-----------
- Migration from libxml1 to libxml2
- Changed the configuration file to .david2
- Fixed a bug when creating a new project
- Fixed a bug when showing a function
- The detection error window now appears in front.
- Fixed a bug when ctags is not found.
- Now we try ctags-exuberant first, and then fail to ctags.
- Added the possibility to load a project file from the command line.
- Fixed the focus of the search window
- Disabled the menu items when helper apps are not found.
Version 1.0
------------
- Added the "Clean" option in the Project Menu
- the --prefix option of the configure is used for the pixmaps too.
- Added undo and redo options in the edit menu
- Fixed a bug that appeared when returning from glade
- Added the Undo/Redo options
- Fixed a bug in keyboard shortcuts
- Improved the super-indent option
- Dead childs no longer apear as zombi
Version 0.99.2
------------
- Fixed a problem when editor colors were changed.
- Now David detects if ctags has executed properly, and if not it shows an error message and does not crash
- Now files are always refreshed when coming back from Glade
- Fixed a bug when putting the recently openned projects in the File Menu (a separator was missing).
- Added some parts to the user manual
Version 0.99.1
------------
- Solved an important bug while creating new files for the project. Thanks to David B. for the report.
Version 0.99
------------
- Added functionality to the functions tag
- Added the combo functions list. This time it works.
- Changed the messages shown when executing make.
- Added a menu launcher for Memprof
- Added the option to link with electric-fence
- Added a menu launcher for the project's binary
- Modified David to use and generate configure.in
- Added tags in allmost everything
- Modified configure.in to be more portable
- Completed the icon set
- Fixed some bugs
Version 0.6 (27-02-2002)
------------
- Added the feature of opening multiple files in new tabs
- Added shortcuts to recently openned projects in the menu bar
- Added a menu launcher for DDD
- Added the feature of searching in multiple files
- New icons
- News splash-screen when starting David
- Added new libraries to link against in the project window
- Improved the speed of the first execution
- Added menu/toolbar buttons to hide message and file windows
- New options in the menu bar
- Added the use of the gtk/gnome..-config scripts for the Makefiles
- Added new help launchers to the "Help" menu (gtk, glib, orbit, xml,..)
- Tags added to the toolbar items
- And, of course, tons of bugfixes ;-)
Version 0.5
------------
- Initial release
|