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
|
2004-10-12 Chris Kelso <ckelso@heliosphere.org>
* Makefile.am: fix linking issues.
2004-02-06 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: use $(WARN_CFLAGS) and $(DISABLE_DEPRECATED_CFLAGS)
2003-05-05 Paolo Maggi <paolo.maggi@polito.it>
* gedit-persist-stream.[ch]:
* gedit-viewer.c: now GtkSourceView installs its headers in gtksourceview
2003-04-18 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* gedit-persist-stream.c: (impl_load), (impl_get_content_types): Fix a
memory leak with gedit_convert_to_utf8. Replace the various mime-types
with just "plain/*".
2003-04-16 Paolo Maggi <paolo.maggi@polito.it>
* gedit-persist-stream.c (impl_save):s/Gedit/gedit in g_message
* gedit-viewer.c (gedit_viewer_set_colors)(gedit_viewer_set_font):
new functions
(gedit_viewer_new): use gedit preferences, set shadow type to
GTK_SHADOW_IN
2003-04-14 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* .cvsignore:
* Makefile.am:
* gedit-factory.c: (gedit_factory):
* gedit-persist-stream.c: (impl_save), (impl_load),
(impl_get_content_types), (gedit_persist_stream_new):
* gedit-persist-stream.h:
* gedit-viewer-ui.xml:
* gedit-viewer.c: (copy_cb), (activate_cb),
(gedit_viewer_new):
* gedit-viewer.h:
Added new viewer control for nautilus with syntax highlighting thanks
to gtksourceview. Gedit now depends on gtksourceview
(toward-gedit-integration branch). This viewer will eventually replace
the standard text viewer in nautilus.
|