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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
|
1999-02-04 Chris Lahey <clahey@umich.edu>
* launcher/Makefile.am: Changed this to reference gmodule-plugins/
instead of plugins/.
* Makefile.am: Removed some plugins that were repeated in the
editor-plugins directory.
1999-02-02 Chris Lahey <clahey@umich.edu>
* hello/Makefile.am, ctag/Makefile.am: Replaced plugins with gmodule-plugins in the
source and build directory names.
* Makefile.am: Removed all the plugins that are duplicated in
editor-plugins.
1999-01-28 Evan Lawrence <evan@worldpath.net>
* email/email.c: Some bugfixes/ui improvements to the email plugin.
1999-01-22 Evan Lawrence <evan@worldpath.net>
* Made some improvements to the email plugin, mostly UI stuff.
1999-01-19 Alex Roberts <bse@dial.pipex.com>
* Converted all (except Projekt Manager.. BAAAAADDDD code ;) plugins to
Gnome...
* plugin_howto: Added point about the standard gnome config prefix for
plugins (/Editor_Plugins/<Plugin Name>/)
1999-01-18 Alex Roberts <bse@dial.pipex.com>
* Started converting Plugins to Gnome...
* Done (almost) Email and Convert
1998-12-17 Alex Roberts <bse@dial.pipex.com>
* Makefile.am: added Fred's ctags plugin to 'if WITH_GNOME', as it uses
features that will not work with gtk 1.0.x, and when it is finished will
probably only use features in Gnome...
* Makefile.am: Tidied up erroneous if WITH_GNOME's... all under ONE
'if WITH_GNOME'... No need to check multiple times...
1998-12-15 Jeff Garzik <jgarzik@Pobox.com>
* spell/spell.c: s/gtk_spell/gnome_spell/
1998-12-05 Alex Roberts <bse@dial.pipex.com>
* browser/*: New plugin... Web Browser.. see ../README.plugins...
1998-11-27 Chris Lahey <clahey@umich.edu>
* Makefile.am (SUBDIRS): Switched client and ctag so that it'd
compile in the right order.
1998-11-03 Seth Alves <alves@hungry.com>
* spell/spell.c: poptification
1998-10-23 Martin Baulig <martin@home-of-linux.org>
* shell/main.c: Add callback to close the window when the shell exits.
* launcher/launcher-server.c: Don't use installed header files.
1998-10-22 Martin Baulig <martin@home-of-linux.org>
* launcher: New plugin. This is a `Document Launcher' which is
implemented as a CORBA server.
* idl, goad: New directories for plugins that use CORBA.
1998-10-22 Martin Baulig <martin@home-of-linux.org>
* shell: New plugin. This is a gmodule plugin which uses libzvt
from gnome-libs/zvt.
1998-10-14 Alex Roberts <bse@dial.pipex.com>
* gmodule_plugin_howto: Fixed typo, it's "gEdit" NOT "GEdit"!!
1998-10-14 Martin Baulig <martin@home-of-linux.org>
* gmodule_plugin_howto: New file. Contains documentation about
the new GModule Plugin Interface.
1998-10-13 Martin Baulig <martin@home-of-linux.org>
* client/client.c: Added the following functions:
`client_document_set_auto_indent', `client_document_set_status_bar',
`client_document_set_word_wrap', `client_document_set_read_only',
`client_document_set_split_screen', `client_document_set_scroll_ball'.
1998-10-13 Martin Baulig <martin@home-of-linux.org>
* client/Makefile.am (geditincludedir): New variable pointing to
`$(includedir)/gedit'. We need to install the header files to make
it possible to write plugins outside the gedit module.
(geditinclude_HEADERS): Added `client.h' here.
1998-10-06 Chris Lahey <clahey@umich.edu>
* client/client.h, client/client.c: Added text_insert
functionality.
1998-10-05 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* hello/.cvsignore: Shut up cvs.
1998-09-23 Chris Lahey <clahey@umich.edu>
* diff/diff.c (done): Set up diff.c to send a client_finish before
exitting if the window is shut or cancel is hit.
1998-09-23 Chris Lahey <clahey@umich.edu>
* plugin_howto: Just updated this a bit.
* client/client.c (client_init): Fixed an ordering bug where
plugins weren't reading their contexts if in query mode.
1998-09-22 Chris Lahey <clahey@umich.edu>
* .*/Makefile.am: Changed so that it uses libclient.a.
* client/.*: Added. Adds libclient.a
* Makefile.am: Added testselect.
1998-09-22 Chris Lahey <clahey@umich.edu>
* client.c, client.h: Copied from go. Added a
suggested_accelerator field to client_info.
* hello/hello.c (main): Initialized client_info info to
empty_info. Added a client_finish call.
* (.*)/\1.c (main): Initialized client_info info to empty_info.
* .*/Makefile.am: Attempted to change so that it would load from
a single client.c and client.h. Doesn't quite work yet.
* .*/client.h, .*/client.c: Removed.
1998-09-07 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (plugindir): Move into $(libdir) -- plugins
are binaries, not arch-independent.
* convert/Makefile.am (plugindir): Likewise.
* cvsdiff/Makefile.am (plugindir): Likewise.
* diff/Makefile.am (plugindir): Likewise.
* email/Makefile.am (plugindir): Likewise.
* encrypt/Makefile.am (plugindir): Likewise.
* prm/Makefile.am (plugindir): Likewise.
* reverse/Makefile.am (plugindir): Likewise.
* spell/Makefile.am (plugindir): Likewise.
1998-09-03 Alex Roberts <bse@dial.pipex.com>
* convert/*: New plugin... Converts Dec->Hex/Oct, Hex->Dec
1998-08-27 Martin Baulig <martin@home-of-linux.org>
* prm/Makefile.am (prm_plugin_SOURCES): Added all files again
that were commented out.
* Makefile.am (SUBDIRS): Disabled `spell' if we don't have GNOME.
1998-08-26 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* */.cvsignore: Added .cvsignore files.
1998-08-23 Alex Roberts <bse@dial.pipex.com>
* Moved all plugins into their own directories...
* Added Mikael Hermansson's Projektmanager plugin (Very nice Mikael)
1998-08-08 Chris Lahey <clahey@umich.edu>
* client.c: Made another #include ordering change.
1998-08-06 Chris Lahey <clahey@umich.edu>
* client.c (client_document_close):
* client.h: client_document_close returns a value based on whether
the document was actually closed. Returns true if it was closed.
1998-08-06 Chris Lahey <clahey@umich.edu>
* client.h:
* client.c: Added a document_close function.
Added a bunch of checks during writing data.
1998-07-20 Chris Lahey <clahey@umich.edu>
* Makefile.am: Removed decrypt-plugin from plugin_PROGRAMS
1997-07-20 Alex Roverts <bse@dial.pipex.com>
* Renamed 'Encrypt' to 'Encryption'
* Removed 'Decrypt', as Encrypt also decrypts aswell!
1998-07-19 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* .cvsignore: Created this file. Added Makefile.in to it.
1998-07-19 Chris Lahey <clahey@umich.edu>
* client.h:
* client.c: Copied these from the go sources. Mostly changes to
increase robustness.
1998-07-18 Chris Lahey <clahey@umich.edu>
* reverse.c: Changed the comment at the top of the code.
* encrypt.c (main): Fixed a bug in the encryption code.
* encrypt.c (main): Forgot to change the menu location from
Reverse.
1998-07-18 Chris Lahey <clahey@umich.edu>
* encrypt.c: Rewrote this based on reverse.c instead of diff.c.
1998-07-18 Chris Lahey <clahey@umich.edu>
* plugin_howto: New file documenting the plugin API in client.h.
1998-07-16 Alex Roberts <bse@dial.pipex.com>
* Added encrypt/decrypt plugins to main plugin repo...
|