ChangeLog.org -- gnome ChangeLogs

January 06, 2009

gimp

    
2009-01-06  Sven Neumann  <sven@gimp.org>
    
    Bug 566498 â Noise distribution error in RGB Noise and HSV Noise
    
    * plug-ins/common/noise-hsv.c
    * plug-ins/common/noise-rgb.c: applied patch from Marco Rossini.
    

gimp ChangeLog updated on January 06, 2009 at 05:19 PM

gedit

    
2009-01-06  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
    
    * gedit/gedit-window.c:
    Fix bug showing warning.
    

gedit ChangeLog updated on January 06, 2009 at 05:18 PM

gegl

    
2009-01-06  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    Re-added the GeglView class in a subdirectory of the examples code
    for now.
    
    * examples/util/: added dir,.. and
    * examples/util/gegl-view.c: this and,..
    * examples/util/gegl-view.h: this file which originally was in bin/
    * examples/gegl-paint.c: changed include paths for gegl-view code.
    
2009-01-06  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    * bin/Makefile.am: get rid of more remnants from the GUI code.
    

gegl ChangeLog updated on January 06, 2009 at 10:18 AM

totem

    
2009-01-06  Bastien Nocera  <hadess@hadess.net>
    
    * src/totem-object.c (totem_add_to_playlist_and_play):
    Fix totem_add_to_playlist_and_play() to add files to
    the playlist and play them, even if the playlist is empty,
    spotted by Philip Withnall <philip@tecnocode.co.uk>
    (Closes: #563961)
    

totem ChangeLog updated on January 06, 2009 at 09:21 AM

    
2009-01-06  Bastien Nocera  <hadess@hadess.net>
    
    * src/backend/bacon-video-widget-gst-0.10.c
    (bacon_video_widget_get_metadata_string):
    * src/backend/bacon-video-widget-xine.c
    (bacon_video_widget_get_metadata_string):
    Remove linefeeds from strings, and replace them by spaces
    (Closes: #566455)
    
2009-01-06  Bastien Nocera  <hadess@hadess.net>
    
    * src/totem-uri.c (totem_uri_get_subtitle_for_uri):
    Reduce the scope of subtitle_ext_upper
    

totem ChangeLog updated on January 06, 2009 at 08:21 AM

    
2009-01-06  Bastien Nocera  <hadess@hadess.net>
    
    * data/mime-functions.sh: Remove PLS and M3U files
    from the audio types, remove XSPF, SMIL, Google Video
    Pointers and Quicktime Media Links from the video types
    

totem ChangeLog updated on January 06, 2009 at 06:21 AM

    
2009-01-06  Bastien Nocera  <hadess@hadess.net>
    
    * data/mime-type-list.txt: Add audio/x-gsm
    

totem ChangeLog updated on January 06, 2009 at 05:21 AM

rhythmbox

    
2009-01-06  Jonathan Matthew  <jonathan@d14n.org>
    
    * widgets/rb-query-creator.c: (rb_query_creator_get_limit):
    If the size limit is set using the 'GB' option, return that as a
    number of MB in a uint64, rather than GB in a ulong for consistency
    with the 'MB' option.  Fixes #566615.
    
    * tests/test-widgets.c: (START_TEST):
    Actually test the above.
    

rhythmbox ChangeLog updated on January 06, 2009 at 05:21 AM

gegl

    
2009-01-06  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    Stripped away most of the GTK+ GUI code originally ripped out of
    bauxite, leaving the gegl binary as a commandline tool and not a
    half broken editor (using the SDL display op, it also allows showing
    GEGL compositions similarly to before as well.)
    
    * bin/gegl.c: (main): removed references to GTK+.
    * operations/external/display.c: (init_sdl), (idle), (process): spin
    the SDL event loop in an idle handler.
    
    * bin/Makefile.am: removed references to now removed files (the
    following)
    * bin/editor-optype.c:
    * bin/editor-optype.h:
    * bin/editor.c:
    * bin/editor.h:
    * bin/export.c:
    * bin/export.h:
    * bin/gegl-node-editor-plugin.h:
    * bin/gegl-node-editor.c:
    * bin/gegl-node-editor.h:
    * bin/gegl-store.c:
    * bin/gegl-store.h:
    * bin/gegl-tree-editor-action.c:
    * bin/gegl-tree-editor-action.h:
    * bin/gegl-tree-editor.c:
    * bin/gegl-tree-editor.h:
    * bin/gegl-view.c:
    * bin/gegl-view.h:
    * bin/node-editors/Makefile.am:
    * bin/node-editors/brightness-contrast.c:
    * bin/node-editors/gaussian-blur.c:
    * bin/node-editors/level.c:
    * bin/node-editors/unsharp-mask.c:
    * bin/node-editors/whitebalance.c:
    

gegl ChangeLog updated on January 06, 2009 at 05:18 AM

gedit

    
2009-01-06  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * plugin-loaders/python/bindings/geditmessage.override: fix function
    with no return value. Patch by Magnus Boman (fixes #566686)
    

gedit ChangeLog updated on January 06, 2009 at 02:18 AM

January 05, 2009

eog

    
2009-01-06  Lucas Rocha  <lucasr@gnome.org>
    
    * configure.ac: Post release version bump.
    
2009-01-06  Lucas Rocha  <lucasr@gnome.org>
    
    * NEWS: Update for 2.25.4.
    

eog ChangeLog updated on January 05, 2009 at 09:17 PM

gegl

    
2009-01-05  Hubert Figuiere  <hub@figuiere.net>
    
    * gegl/gegl-matrix.h:
    Surround the header by G_BEGIN_DECLS/G_END_DECLS
    

gegl ChangeLog updated on January 05, 2009 at 07:18 PM

rhythmbox

    
2009-01-06  Jonathan Matthew  <jonathan@d14n.org>
    
    * sources/rb-library-source.c:
    (rb_library_source_format_changed_cb):
    Update the example file path when the selected encoding profile
    changes.  Fixes #566621.
    

rhythmbox ChangeLog updated on January 05, 2009 at 06:21 PM

gnome-panel

    
2009-01-06  Vincent Untz  <vuntz@gnome.org>
    
    * configure.in: late post-release bump to 2.25.5
    

gnome-panel ChangeLog updated on January 05, 2009 at 05:19 PM

gedit

    
    === gedit 2.25.4 ===
    
2009-01-05  Paolo Borelli  <pborelli@katamail.com>
    
    * configure.ac:
    * README:
    * NEWS:
    
    gedit 2.25.4 release
    

gedit ChangeLog updated on January 05, 2009 at 02:17 PM

file-roller

    
2009-01-05  Paolo Bacchilega  <paobac@svn.gnome.org>
    
    [ File Roller 2.25.1 released ]
    
    * NEWS:
    * configure.ac: updated for version 2.25.1
    

file-roller ChangeLog updated on January 05, 2009 at 02:17 PM

eog

    
2009-01-05  Felix Riemann  <friemann@svn.gnome.org>
    
    * src/eog-list-store.c: (eog_list_store_get_image_by_pos):
    * src/eog-list-store.h: Remove unneeded const keyword for
    call-by-value parameter.
    * bindings/python/eog.defs: Make eog_list_store_get_image_by_pos
    available in the Python bindings.
    

eog ChangeLog updated on January 05, 2009 at 02:17 PM

    
2009-01-05  Felix Riemann  <friemann@svn.gnome.org>
    
    * src/eog-util.c: (eog_util_dot_dir): Find config folder without
    using functions from libgnome. Part of bug #559500.
    

eog ChangeLog updated on January 05, 2009 at 01:17 PM

rhythmbox

    
2009-01-05 Bastien Nocera  <hadess@hadess.net>
    
    * plugins/iradio/iradio-initial.pls: update links
    for Virgin radios, the radios are now "Absolute"
    (Closes: #566629)
    

rhythmbox ChangeLog updated on January 05, 2009 at 11:20 AM

evince

    
2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    * NEWS:
    * configure.ac:
    
    Update for release 2.25.4
    

evince ChangeLog updated on January 05, 2009 at 11:17 AM

gedit

    
2009-01-05  Paolo Borelli  <pborelli@katamail.com>
    
    * plugins/externaltools/tools/manager.py: do not add an extra new
    line each time a tool is modified and saved. (Bug #566576)
    

gedit ChangeLog updated on January 05, 2009 at 07:17 AM

eog

    
2009-01-05  Felix Riemann  <friemann@svn.gnome.org>
    
    * src/eog-exif-util.c: Fix gtk-doc warning.
    

eog ChangeLog updated on January 05, 2009 at 07:17 AM

file-roller

    
2009-01-05  Paolo Bacchilega  <paobac@svn.gnome.org>
    
    * copy-n-paste/Makefile.am:
    * copy-n-paste/eggsmclient-xsmp.c:
    * copy-n-paste/eggsmclient-private.h:
    * copy-n-paste/eggsmclient.h:
    * copy-n-paste/eggsmclient.c:
    * copy-n-paste/eggdesktopfile.h:
    * copy-n-paste/eggdesktopfile.c: new files
    
    * src/Makefile.am:
    * src/main.c:
    * src/gtk-utils.c:
    * Makefile.am:
    * configure.ac:
    
    Fixed bug #564805 â Drop libgnome/ui dependency.
    Patch by Saleem Abdulrasool.
    
2009-01-05  Paolo Bacchilega  <paobac@svn.gnome.org>
    
    * configure.ac: changed version to 2.25.0
    

file-roller ChangeLog updated on January 05, 2009 at 06:17 AM

gedit

    
2009-01-05  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * gedit/gedit-message-bus.c:
    * gedit/gedit-message-bus.h:
    * gedit/gedit-message-type.c:
    * gedit/gedit-message-type.h:
    * docs/reference/gedit-sections.txt:
    
    Added gedit_message_bus_foreach and
    gedit_message_type_is_valid_object_path API. Added checks for valid
    object paths.
    

gedit ChangeLog updated on January 05, 2009 at 04:17 AM

January 04, 2009

totem

    
2009-01-04  Philip Withnall  <philip@tecnocode.co.uk>
    
    * data/mime-type-include.sh:
    * lib/totem-scrsaver.c:
    * src/backend/bacon-resize.c:
    * src/backend/bvw-test.c (test_bvw_set_mrl):
    * src/backend/video-utils.c (totem_time_to_string):
    * src/plugins/gromit/totem-gromit.c
    (totem_gromit_ensure_config_file):
    * src/plugins/media-player-keys/totem-media-player-keys.c:
    * src/plugins/ontop/totem-ontop.c:
    * src/plugins/properties/bacon-video-widget-properties.c:
    * src/plugins/properties/totem-movie-properties.c:
    * src/plugins/screensaver/totem-screensaver.c:
    * src/plugins/screenshot/totem-gallery-progress.c:
    * src/plugins/screenshot/totem-gallery.c:
    * src/plugins/screenshot/totem-screenshot-plugin.c:
    * src/plugins/screenshot/totem-screenshot.c:
    * src/plugins/sidebar-test/totem-sidebar-test.c:
    * src/plugins/skipto/totem-skipto-plugin.c:
    * src/plugins/skipto/totem-skipto.c:
    * src/plugins/thumbnail/totem-thumbnail.c:
    * src/plugins/totem-module.c:
    * src/plugins/totem-plugin.h:
    * src/plugins/totem-plugins-engine.c (garbage_collect_cb):
    * src/plugins/totem-python-module.c
    (totem_python_module_init_python), (totem_python_garbage_collect),
    (totem_python_shutdown):
    * src/plugins/tracker/totem-tracker-widget.c:
    * src/plugins/tracker/totem-tracker.c:
    * src/totem-fullscreen.c:
    * src/totem-menu.c:
    * src/totem-open-location.c:
    * src/totem-options.c (option_version_cb):
    * src/totem-playlist.c:
    * src/totem-preferences.c (tpw_color_reset_clicked_cb):
    * src/totem-properties-view.c:
    * src/totem-resources.c:
    * src/totem-session.c:
    * src/totem-statusbar.c:
    * src/totem-subtitle-encoding.c:
    * src/totem-time-label.c:
    * src/totem-uri.c (totem_uri_get_subtitle_for_uri):
    * src/totem-video-indexer.c:
    * src/totem.c (main_window_destroy_cb): Cleanups to fix a few
    warnings when building with more gcc warning flags than normal.
    (Closes: #565874)
    

totem ChangeLog updated on January 04, 2009 at 03:21 PM

gedit

    
2009-01-04  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
    
    * plugins/spell/gedit-spell-checker-language.c:
    Remove obsolete comments for translators. (Fixes bug #566552)
    Patch by Leonardo Ferreira Fontenelle.
    

gedit ChangeLog updated on January 04, 2009 at 03:18 PM

gimp

    
2009-01-04  Michael Natterer  <mitch@gimp.org>
    
    * app/widgets/gimpcombotagentry.c
    (gimp_combo_tag_entry_constructor): connect to entry->container's
    signals with g_signal_connect_object() so the entry can be
    destroyed without warning/crashing.
    

gimp ChangeLog updated on January 04, 2009 at 02:19 PM

    
2009-01-04  Martin Nordholts  <martinn@svn.gnome.org>
    
    Bug 562818 â First image opened in GIMP offset
    
    * app/display/gimpdisplayshell.c (gimp_display_shell_shrink_wrap):
    Only rely on disp_width/height for border calculation if they are
    larger than 1. If not, special-case the calculation so we don't
    get a severly mispositioned image.
    
2009-01-04  Martin Nordholts  <martinn@svn.gnome.org>
    
    * app/display/gimpdisplayshell.c (gimp_display_shell_shrink_wrap):
    Rename border_x to border_width and border_y to border_height.
    

gimp ChangeLog updated on January 04, 2009 at 08:19 AM

    
2009-01-04  Martin Nordholts  <martinn@svn.gnome.org>
    
    Bug 562213 â Align Tool doesn't work properly if it is the active
    tool at startup
    
    * app/tools/gimpaligntool.c: Perform NULL-pointer dodging to avoid
    crashing.
    

gimp ChangeLog updated on January 04, 2009 at 06:18 AM

    
2009-01-04  Martin Nordholts  <martinn@svn.gnome.org>
    
    * app/widgets/gimpdock.[ch]: Make instance members private.
    
    (gimp_dock_get_context)
    (gimp_dock_get_dialog_factory)
    (gimp_dock_get_dockbooks)
    (gimp_dock_get_main_vbox)
    (gimp_dock_get_vbox)
    (gimp_dock_get_id): New getters.
    
    * app/actions/actions.c
    * app/actions/dockable-actions.c
    * app/actions/dockable-commands.c
    * app/actions/windows-actions.c
    * app/menus/windows-menu.c
    * app/widgets/gimpdialogfactory.c
    * app/widgets/gimpdock.c
    * app/widgets/gimpdock.h
    * app/widgets/gimpdockable.c
    * app/widgets/gimpdockbook.c
    * app/widgets/gimpdockseparator.c
    * app/widgets/gimpimagedock.c
    * app/widgets/gimpmenudock.c
    * app/widgets/gimpsessioninfo-book.c
    * app/widgets/gimpsessioninfo-dock.c
    * app/widgets/gimpsessioninfo-dockable.c
    * app/widgets/gimptoolbox-color-area.c
    * app/widgets/gimptoolbox-dnd.c
    * app/widgets/gimptoolbox-image-area.c
    * app/widgets/gimptoolbox-indicator-area.c
    * app/widgets/gimptoolbox.c: Use new getters.
    

gimp ChangeLog updated on January 04, 2009 at 05:19 AM

January 03, 2009

gimp

    
2009-01-03  Martin Nordholts  <martinn@svn.gnome.org>
    
    * app/widgets/gimpcontainertreeview.c: Format static function
    prototypes.
    

gimp ChangeLog updated on January 03, 2009 at 05:19 PM

totem

    
2009-01-03  Philip Withnall  <philip@tecnocode.co.uk>
    
    * src/plugins/opensubtitles/opensubtitles.ui: UI and string cleanups
    for the OpenSubtitles plugin. (Closes: #566134)
    
2009-01-03  Philip Withnall  <philip@tecnocode.co.uk>
    
    * src/plugins/jamendo/Makefile.am:
    * src/plugins/jamendo/jamendo.glade:
    * src/plugins/jamendo/jamendo.py: Convert the Jamendo plugin to
    GtkBuilder and fix some translation and UI issues. With contributions
    from izi <izimobil@gmail.com>. (Closes: #566123)
    

totem ChangeLog updated on January 03, 2009 at 01:20 PM

eog

    
2009-01-03  Felix Riemann  <friemann@svn.gnome.org>
    
    * src/eog-thumb-view.c: (on_data_loaded_cb): Remove unused variable.
    
2009-01-03  Felix Riemann  <friemann@svn.gnome.org>
    
    * src/eog-exif-util.c: (_check_strptime_updates_wday),
    (_calculate_wday_yday), (eog_exif_util_format_date_with_strptime),
    (eog_exif_util_format_date_by_hand):
    Make sure the correct week day number is being set to get a correct
    weekday name when printing the date later. Several strptime()
    implementations (e.g. BSD, uClibc) don't do this. Fixes bug #566367.
    

eog ChangeLog updated on January 03, 2009 at 01:17 PM

totem

    
2009-01-03  Bastien Nocera  <hadess@hadess.net>
    
    * src/plugins/screenshot/gallery.ui: Avoid warnings
    at run-time, better string for the thumbnail width
    

totem ChangeLog updated on January 03, 2009 at 09:21 AM

gedit

    
2009-01-03  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * configure.ac:
    * plugins/spell/Makefile.am:
    * plugins/modelines/Makefile.am:
    * plugins/sample/Makefile.am:
    * plugins/indent/Makefile.am:
    * plugins/docinfo/Makefile.am:
    * plugins/changecase/Makefile.am:
    * plugins/filebrowser/Makefile.am:
    * plugins/sort/Makefile.am:
    * plugins/time/Makefile.am:
    * plugins/externaltools/tools/Makefile.am:
    * plugins/externaltools/Makefile.am:
    * plugins/pythonconsole/pythonconsole/Makefile.am:
    * plugins/pythonconsole/Makefile.am:
    * plugins/snippets/snippets/Makefile.am:
    * plugins/snippets/Makefile.am:
    * plugins/taglist/Makefile.am:
    
    Use the new GEDIT_PLUGINS_LIBS_DIR and GEDIT_PLUGINS_DATA_DIR.
    

gedit ChangeLog updated on January 03, 2009 at 08:17 AM

    
2009-01-03  Paolo Borelli  <pborelli@katamail.com>
    
    * plugins/taglist/gedit-taglist-plugin-parser.c: use glib
    functions to open the taglist directories.
    

gedit ChangeLog updated on January 03, 2009 at 06:17 AM

eog

    
2009-01-03  Felix Riemann  <friemann@svn.gnome.org>
    
    * configure.ac: Update pygtk/gobject dependencies to version having
    GIO support. Drop gnome-python dependency as it was needed for
    PyGnomeVFS only.
    * bindings/python/Makefile.am: Take into account that codegen ships
    with PyGobject now.
    * bindings/python/eog.defs:
    * bindings/python/eog.override:
    Remove traces of broken GnomeVFS support from the Python bindings.
    

eog ChangeLog updated on January 03, 2009 at 06:17 AM

January 02, 2009

gedit

    
2009-01-02  Paolo Borelli  <pborelli@katamail.com>
    
    * gedit/gedit-view.c: allow to toggle line numbers in the
    margin context menu.
    
2009-01-02  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * plugins/snippets/snippets/Placeholder.py:
    * plugins/snippets/snippets/Snippet.py:
    
    Fixed recursive python dependencies to update correctly
    

gedit ChangeLog updated on January 02, 2009 at 04:17 PM

    
2009-01-02  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * plugins/modelines/modeline-parser.c: added some improbable
    memleak and crash preventions.
    
    

gedit ChangeLog updated on January 02, 2009 at 03:17 PM

    
2009-01-02  Paolo Borelli  <pborelli@katamail.com>
    
    * plugins/modelines/gedit-modeline-plugin.c:
    * plugins/modelines/modeline-parser.c:
    Add support for parsing the highlighting mode.
    Bug #379663, patch by Sergej Chodarev.
    

gedit ChangeLog updated on January 02, 2009 at 02:17 PM

    
2009-01-02  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * plugins/filebrowser/gedit-file-browser-view.c:
    * plugins/filebrowser/gedit-file-browser-widget.c:
    * plugins/filebrowser/gedit-file-browser-store.c:
    * plugins/filebrowser/gedit-file-browser-view.h:
    
    Fixed switching from bookmarks to file view only after mounting
    (fixes #551136). Fixed scrolling to rename position when renaming
    a file. Fixed cancelling mount operation when switching to different
    uri.
    

gedit ChangeLog updated on January 02, 2009 at 11:17 AM

gegl

    
2009-01-02  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    * gegl/property-types/gegl-path.c: (gegl_path_fill),
    (gegl_path_stamp): use newer GeglColor API.
    

gegl ChangeLog updated on January 02, 2009 at 10:17 AM

    
2009-01-02  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    Made GeglColor primarily operate on double arguments, (internals
    are still 32bit floating point but not directly exposed).
    
    * gegl/property-types/gegl-color.[ch]:
    (gegl_color_get_rgba4f): gets the color to a buffer of 4floats (might
    need better name)
    (gegl_color_set_rgba), (gegl_color_get_rgba): use doubles.
    
    Updated the following code / operations to reflect the change.
    
    * bin/editor.c: (add_path), (stroke_press_event):
    * bin/gegl-node-editor.c: (type_editor_color):
    * bin/gegl.c:
    * operations/common/checkerboard.c: (process):
    * operations/common/color.c: (process):
    * operations/external/path.c: (process), (detect):
    * operations/external/text.c: (text_layout_text):
    * operations/workshop/linear-gradient.c: (process):
    * operations/workshop/radial-gradient.c: (process):
    

gegl ChangeLog updated on January 02, 2009 at 09:17 AM

gedit

    
2009-02-01  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * plugins/filebrowser/gedit-file-browser-bookmarks.c: keep same
    bookmarks order as in nautilus (fixes #559118)
    
2009-02-01  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * plugins/snippets/snippets/Document.py:
    * plugins/snippets/snippets/Helper.py:
    * plugins/snippets/snippets/Placeholder.py:
    * plugins/snippets/snippets/Snippet.py:
    
    Implemented support for 'hugging' placeholders
    (e.g. ${1:text}${2:text})
    

gedit ChangeLog updated on January 02, 2009 at 09:17 AM

gegl

    
2009-01-02  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    * operations/common/levels.c: (process): treat input and output
    buffers separately. (levels assumed that it could do in-place
    processing).
    

gegl ChangeLog updated on January 02, 2009 at 07:17 AM

evince

    
2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    * configure.ac:
    
    GLib version requirement bumped to 2.18 due to g_set_error_literal.
    Thanks to Christian Spurk.
    

evince ChangeLog updated on January 02, 2009 at 06:17 AM

rhythmbox

    
2009-01-02  Jonathan Matthew  <jonathan@d14n.org>
    
    * INSTALL.quick:
    update a bit, hopefully the numbers are right now
    
    * Makefile.am:
    * README.iPod:
    * TODO:
    remove some old junk
    

rhythmbox ChangeLog updated on January 02, 2009 at 03:20 AM

January 01, 2009

gegl

    
2009-01-02  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    * docs/Makefile.am: add gegl-utils.h
    * gegl/gegl-utils.h: documented.
    * gegl/gegl.h.in: do not document the GeglRectangle struct here but in
    gegl-utils.h
    
2009-01-02  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    * tools/create-reference.rb: do not print (void) arglist if there is
    not return type.
    * gegl/property-types/gegl-path.h: modified docs markup.
    

gegl ChangeLog updated on January 01, 2009 at 09:17 PM

gedit

    
2009-01-01  Jesse van den Kieboom  <jesse@icecrew.nl>
    
    * gedit/gedit-plugins-engine.c: call gtk_ui_manager_ensure_update when
    deactivating a plugin from the preference dialog. This fixes a crash
    suspectedly caused by something in GtkUIManager using the static
    strings from provided GtkActionEntry from the loaded plugin module.
    When the module is unloaded, the 'static' strings are no longer valid,
    and the ui manager updates the ui in an idle func (which causes access
    to the now invalid strings).
    

gedit ChangeLog updated on January 01, 2009 at 05:17 PM

gegl

    
2009-01-01  Ãyvind KolÃ¥s  <pippin@gimp.org>
    
    * gegl/gegl-matrix.[ch]: (gegl_matrix3_debug),
    (gegl_matrix3_parse_string), (gegl_matrix3_to_string): document
    GeglMatrix.
    

gegl ChangeLog updated on January 01, 2009 at 04:17 PM