"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 regexxer 0.10 (2011-10-06)
2
3 * New maintainer: Fabien Parent
4 * Port to gtkmm-3.0.
5 * Port to GSettings and GtkBuilder (libglademm, gmodule, gconfmm dropped).
6 * Port from libpcre to GRegex.
7 * Fix copy and paste on the textview.
8 * Use the default system toolbar (remove the custom toolbar preference).
9 * Set scrollbar visibility of the file tree and the textview to 'automatic'.
10 * Add syntax highlighting (gtksourceviewmm-3.0).
11 * Add (auto)completion of regex and substitution entries.
12 * Remember window position, size, and state.
13 * Move pre-defined file patterns to gsettings
14 * Make autogen.sh exit properly if a command failed
15 * Fix the scrolling when working on big files
16 * Create tar.xz instead of tar.bz2
17 * New translations: da, gl, el, nb, oc, ta, sk, ru.
18 * Translations updated: de, es, sl, cs, pt_BR, eu, fr, hu, sv, pt,
19 ca, ne, fi, ja, vi, ar, zh_CN.
20
21 regexxer 0.9 (2007-02-18)
22
23 * Command line option support
24 * Icon theme support
25 * Now builds a working executable on systems with newer libglade
26 * New GTK+ file chooser button
27 * Replaced about dialog with stock GTK+ one
28 * Completely revamped build system
29 * Lots of new translations: bg ca dz es eu fi fr hu ne pa pl sl
30 sr sr@Latn uk vi zh_CN zh_HK zh_TW
31 * Other minor cleanups and fixes
32
33 regexxer 0.8 (2004-07-09)
34
35 * port to new API of sigc++ 2, gtkmm 2.4 and gconfmm 2.6
36 * now using libglademm to load the UI at runtime from glade XML files
37 * polished UI: new GTK+ file chooser, Edit menu, and more
38 * bugfixes, bugfixes, bugfixes
39 * more translations: cs en_CA en_GB it ja nl pt pt_BR sv
40
41 regexxer 0.7 (2004-05-08)
42
43 * gnome-vfs dependency dropped
44 * support for translation
45 * several undo feature bugfixes
46 * live synchronization with GConf
47 * other minor fixes
48
49 regexxer 0.6 (2003-12-07)
50
51 * Use GConf for preferences, instead of a text file.
52 * Use gnome-vfs to allow search/replace of files at any URI,
53 not just on local file system. (Murray Cumming)
54
55 regexxer 0.5 (2003-10-31)
56
57 * Undo feature (Daniel Elstner)
58 * Drop-down list of common file extensions. (Murray Cumming)
59 * Allow configuration of colors via color buttons (Daniel Elstner)
60 * Accessibility improvements (tab sequences and widget names)
61 (Daniel Elstner)
62 * Very slight HIGification (Murray Cumming)
63 * new application icon (jimmac, Daniel Elstner)
64 * Danish Translation of regexxer.desktop (Morten Brix Petersen)
65
66 regexxer 0.4 (2002-11-18)
67
68 * menu bar added (can be disabled)
69 * install regexxer.desktop file provided by Ross Burton
70 * new rock-solid user input handling (internal)
71 * fixed a nasty bug that occured when changing the sort order
72 * fixed an annoying bug in the unsaved files counter
73 * minor UI cleanups and refinements
74 * other minor bugfixes
75
76 regexxer 0.3 (2002-11-10)
77
78 * fix build with GCC 2.95.x (libstdc++-v2 is broken)
79
80 regexxer 0.2 (2002-11-08)
81
82 * file list replaced with file tree
83 * more eye candy
84 * confirmation dialog on exit if some files haven't been saved
85 * less huge memory footprint (still room for improvement though)
86 * various bug fixes