diff --git a/ChangeLog b/ChangeLog index fdad572ad..019ffa6a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6144 +1,2 @@ -2009-06-29 Sergey Udaltsov - - * configure.in: Dependency on libxklavier 4.0 - -2009-05-28 Jens Granseuer - - * font-viewer/font-thumbnailer.c (main): Timeout value was supposed - to be 30 seconds; 30 milliseconds is a bit too short to get any - amount of thumbnailing done (bug #584107) - -2009-05-07 Christian Persch - - * font-viewer/ftstream-vfs.c: (vfs_stream_open): Safely printf - strings. Bug #581731. - -2009-03-16 Rodrigo Moya - - * NEWS: - * configure.in: release 2.26.0 - -2009-03-03 Thomas H.P. Andersen - - * typing-break/drwright.c: Revert change to GtkUIManager. It broke - string freeze. Bug #572325 - -2009-03-02 Bastien Nocera - - * font-viewer/Makefile.am: - * font-viewer/font-thumbnailer.c (main): - * font-viewer/totem-resources.c (set_resource_limits), - (time_monitor), (totem_resources_monitor_start), - (totem_resources_monitor_stop): - * font-viewer/totem-resources.h: Stop the font thumbnailer - eating all the CPU, and limit the resources to 30 seconds - and 256MB of RAM, which should be plenty (Closes: #573795) - -==================== 2.25.92 ==================== - -2009-03-02 Jens Granseuer - - * NEWS: - * configure.in: release 2.25.92 - -2009-02-26 Thomas H.P. Andersen - - * typing-break/drwright.c: Use GtkUIManager instead of deprecated - GtkItemFactory. Bug #572325 - -2009-02-23 Thomas H.P. Andersen - - * capplets/keyboard/gnome-keyboard-properties-xkbot.c: - * capplets/keybindings/gnome-keybinding-properties.c: - * capplets/keybindings/eggcellrendererkeys.h: Replaces deprecated: - gtk_box_pack_start_defaults, gtk_widget_set_usize, and GTK_CHECK_*. - Bug #572325 - -2009-02-22 Thomas H.P. Andersen - - * capplets/appearance/appearance-font.c: - * capplets/mouse/gnome-mouse-properties.c: - * typing-break/drw-utils.c: Replace deprecated GTK sybmols. Bug #572325 - -2009-02-18 Jens Granseuer - - Patch by: Jonas Bonn - - * font-viewer/font-thumbnailer.c: (main): initialize the type system. - Fixes hangs when thumbnailing (bug #572189) - -2009-02-09 Thomas H.P. Andersen - - * font-viewer/font-thumbnailer.c: - * capplets/common/gconf-property-editor.c: Don't use deprecated - gdk_pixbuf_unref. Bug #570945 - -2009-02-04 Vincent Untz - - * configure.in: post-release bump to 2.25.91 - -==================== 2.25.90 ==================== - -2009-02-04 Vincent Untz - - * NEWS: - * configure.in: version 2.25.90 - -2009-01-31 Jens Granseuer - - * configure.in: really make libcanberra-gtk optional - -2009-01-31 Jens Granseuer - - * configure.in: modify test statement for better portability - -2009-01-31 Jens Granseuer - - Patch by: Maxim Ermilov - - * configure.in: add optional dependency on libcanberra-gtk for bug - #169473 - -2009-01-25 Jens Granseuer - - * configure.in: don't define GNOME_DESKTOP_USE_UNSTABLE_API globally - -2009-01-13 Luca Ferretti - - * configure.in: - * capplets/network/*: - Renamed from gnome-network-preferences to gnome-network-properties. - Closes bug #554342 - -==================== 2.25.3 ==================== - -2008-12-18 Bastien Nocera - - * NEWS: upd - * configure.in: 2.25.3 - -2008-12-18 Bastien Nocera - - * capplets/Makefile.am: - * capplets/sound/Makefile.am: - * capplets/sound/gnome-settings-sound.desktop.in.in: - * capplets/sound/icons/16x16/gnome-sound-properties.svg: - * capplets/sound/icons/22x22/gnome-sound-properties.svg: - * capplets/sound/icons/32x32/gnome-sound-properties.svg: - * capplets/sound/icons/scalable/gnome-sound-properties.svg: - * capplets/sound/mixer-support.c: - * capplets/sound/mixer-support.h: - * capplets/sound/pipeline-tests.c: - * capplets/sound/pipeline-tests.h: - * capplets/sound/sound-properties-capplet.c: - * capplets/sound/sound-properties.glade: - * capplets/sound/sound-theme-definition.h: - * capplets/sound/sound-theme-file-utils.c: - * capplets/sound/sound-theme-file-utils.h: - * capplets/sound/sound-theme.c: - * capplets/sound/sound-theme.h: - * configure.in: Remove the sound capplet, it's now in gnome-media - itself, removes libcanberra-gtk and GStreamer dependencies - (Closes: #564871) - -==================== 2.25.2 ==================== - -2008-12-02 Matthias Clasen - - * configure.in: Fix libslab dependencies so it builds. - -2008-12-02 Rodrigo Moya - - * NEWS: - * *ChangeLog: prepare for 2.25.2 release. - -2008-11-27 Bastien Nocera - - * configure.in: Optionally check for PolicyKit - -2008-11-23 Jens Granseuer - - Patch by: - - * configure.in: remove eel dependency from libslab (bug #561944) - -2008-11-20 Jens Granseuer - - Patch by: Maxim Ermilov - - capplets/sound/mixer-support.[ch]: - capplets/appearance/*.[ch]: - capplets/common/*.[ch]: - capplets/keybindings/egg*.[ch]: - capplets/keyboard/gnome-keyboard-properties-a11y.h: - shell/control-center.c: - typing-break/*.[ch]: - only include top-level headers for glib and GTK+ (bug #561562) - -2008-11-18 Jens Granseuer - - * font-viewer/font-view.c: (add_face_info), (set_icon): - * font-viewer/ftstream-vfs.c: (vfs_stream_open): fix another - leak, an invalid free, and a simplify error handling - -2008-11-18 Rodrigo Moya - - * font-viewer/font-view.c (set_icon): don't leak icon_name. - - * font-viewer/ftstream-vfs.c (vfs_stream_open): don't leak - GFile pointer. - -2008-11-18 Rodrigo Moya - - * font-viewer/font-view.c (set_icon): added missing - GFileInfo declaration. - -2008-11-18 Rodrigo Moya - - Bug 561319 – Remove gnome-vfs dependency from font-viewer - - Patch from Saleem Abdulrasool - - * font-viewer/*: - * configure.in: Remove gnome-vfs dependency for font-viewer. - -2008-11-09 Kjartan Maraas - - * configure.in: Add libgnomeui back to LIBSLAB FLAGS. - -2008-11-05 Vincent Untz - - * configure.in: post-release bump to 2.25.2. - -==================== 2.25.1 ==================== - -2008-11-05 Vincent Untz - - * NEWS: - * configure.in: version 2.25.1 - -Sun Oct 26 19:15:22 2008 Søren Sandmann - - * configure.in: Stop linking to the gnome libraries, except in the - shell and in the font viewer. - -2008-10-26 Jens Granseuer - - * configure.in: bump gnome-desktop requirement to 2.25.1 - -2008-10-25 Jens Granseuer - - * configure.in: bump required GTK+ version to 2.13.1 - -Fri Oct 24 17:17:47 2008 Søren Sandmann - - * Get rid of a number of unnecessary gnome.h includes - - * capplets/keybindings/gnome-keybinding-properties.c: Use - gtk_init() instead of gnome_program_init(). - - * A couple of formatting fixes - -Fri Oct 24 15:42:11 2008 Søren Sandmann - - * Use gtk_show_uri() instead of gnome_help_display_desktop() - -Fri Oct 24 14:44:16 2008 Søren Sandmann - - * Use GnomeDesktopThumbnailFactory instead of - GnomeThumbnailFactory - -2008-10-19 Matthias Clasen - - Bug 556977 – avoid duplicate custom keybindings - - * capplets/keybindings/gnome-keybinding-properties.c: Filter - out custom keybindings that are also listed in xml files. - -2008-10-19 Matthias Clasen - - Bug 556967 – fix editability of group headings - - * capplets/keybindings/gnome-keybinding-properties.c - (description_set_func): Don't let section headings be editable. - -2008-10-16 Davyd Madeley - - * po/POTFILES.in: readd to POTFILES.in - -2008-10-16 Davyd Madeley - - * configure.in: - * font-viewer/Makefile.am: - * Makefile.am: - - hook gnome-font-viewer and gnome-thumbnail font back into the build - - need to check to see if the strings were lost from the translations - -2008-10-15 Davyd Madeley - - * vfs-methods/: remove properly - * font-viewer/: resurrect gnome-font-viewer and gnome-thumbnail-font - from revision 8786 (not yet added to toplevel Makefile) - -2008-09-24 Vincent Untz - - * configure.in: post-release bump to 2.24.1. - -==================== 2.24.0.1 ==================== - -2008-09-24 Vincent Untz - - * NEWS: - * configure.in: version 2.24.0.1 - -2008-09-22 Sebastien Bacher - - * configure.in, NEWS: 2.24.0 update - -2008-09-15 Jens Granseuer - - Patch by: Nirbheek Chauhan - - * configure.in: add --without-libcanberra to skip building the sound - capplet (bug #551765) - -2008-09-05 Rodrigo Moya - - Patch by Nirbheek Chauhan - - * configure.in: - * capplets/appearance/appearance-themes.c: - * capplets/appearance/appearance.h: removed last gnome-vfs leftovers. - -2008-08-28 Claude Paroz - - * configure.in: require glib 2.17.4 for using the NC_ macro in sound - capplet. - -2008-08-18 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.23.90. - -2008-08-11 Jens Granseuer - - * configure.in: require gnome-desktop 2.23.90 - -2008-08-04 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.23.6. - -2008-07-30 Jens Granseuer - - * Makefile.am: remove libsounds from SUBDIRS, too - -2008-07-29 Jens Granseuer - - * capplets/Makefile.am: - * configure.in: fix build without libcanberra - -2008-07-29 Bastien Nocera - - * configure.in: Make sure we require libcanberra 0.4 - to get the .disabled support - -2008-07-28 Bastien Nocera - - * Makefile.am: - * configure.in: Remove libsounds and esound usage, check for - libcanberra instead (Closes: #542979) - -Thu Jul 24 15:34:50 2008 Søren Sandmann - - * configure.in - * NEWS - Updated for 2.23.5 - - * configure.in, Makefile.am - Make typing-break a conditional to make it distcheck - -2008-07-18 Rodrigo Moya - - * configure.in: - * Makefile.am: - * vfs-methods/*: removed VFS methods code. - -2008-07-15 Jens Granseuer - - * configure.in: add - capplets/default-applications/gnome-default-applications.pc to - generated files - -2008-06-18 Jens Granseuer - - * configure.in: bump gnome-desktop requirement to 2.23.5 - -2008-06-18 Jens Granseuer - - * Makefile.am: - * configure.in: require intltool >= 0.40 - -2008-06-16 Rodrigo Moya - - * NEWS: - * configure.in: update for 2.23.4 - Increased gnome-desktop version requirement - -==================== 2.23.3 ==================== - -2008-06-04 Jens Granseuer - - * NEWS: updated for 2.23.3 - -2008-06-01 Thomas Wood - - * configure.in: - * vfs-methods/Makefile.am: - Remove themus from build. - -2008-05-17 Vincent Untz - - * configure.in: post-release bump to 2.23.3 - -==================== 2.23.2 ==================== - -2008-05-17 Sebastien Bacher - - * configure.in: don't require libbackground to build - -2008-05-17 Jens Granseuer - - * NEWS: - * configure.in: updated for 2.23.2 - -Fri May 16 21:55:52 2008 Søren Sandmann - - * libbackground: Delete this directory since it's not used any - more - -2008-04-28 Sergey Udaltsov - - * configure.in: Dependency on iso-codes moved to libxklavier - -2008-04-27 Sergey Udaltsov - - * configure.in: Introduced dependency on libxklavier 3.6 - -2008-04-21 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.23.1. - -2008-04-19 Sergey Udaltsov - - * configure.in: Introduced dependency on iso-codes - -2008-04-19 Jens Granseuer - - * configure.in: figure out where GTK+ expects its theme engines and - make that info available to interested capplets - -2008-03-31 Bastien Nocera - - * configure.in: Up the version to 2.23.0 to avoid confusion - -2008-03-27 Cosimo Cecchi - - * configure.in: Bump required metacity version to 2.23.1 - -2008-03-10 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.22.0 - -2008-02-26 Thomas Wood - - * NEWS: Fix translator name - -2008-02-26 Thomas Wood - - * NEWS: - * configure.in: - - Updated for 2.21.92 - -2008-02-26 Thomas Wood - - * configure.in: Increase required metacity version to 2.21.21 - -2008-02-25 Thomas Wood - - * configure.in: Revert removal of FONTILUS and THEMUS substitution that - occurred in r8452. Fixes distcheck. - -2008-02-16 Jens Granseuer - - * configure.in: remove obsolete checks - -2008-02-12 Jens Granseuer - - * configure.in: add gio-2.0 to general capplet flags for now; this - part needs cleaning up in the next cycle - -2008-02-12 Kjartan Maraas - - * configure.in: Add check for LIBSOUNDS. From bug #515956. - -2008-02-11 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.21.91. - -2008-02-06 Jens Granseuer - - * configure.in: readd the g-s-d check and remove some more cruft - -2008-02-06 Jens Granseuer - - * configure.in: remove some cruft from the configure script, and give - libbackground its own settings so we can use it from - gnome-settings-daemon, too - -2008-01-28 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.21.90. - -2008-01-25 Jens Granseuer - - Patch by: Damien Carberry - - * configure.in: determine correct nautilus extension dir via - pkgconfig (#505364) - -2008-01-16 Rodrigo Moya - - * Makefile.am: - * configure.in: disabled schemas directory from the build, those - files are now part of gnome-settings-daemon. - -2008-01-14 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.21.5. - - * capplets/common/Makefile.am: fixed CFLAGS and LIBS. - - * capplets/common/activate-settings-daemon.c: include new built - header file for DBus interface. - - * configure.in: check gnome-settings-daemon. - -2008-01-14 Rodrigo Moya - - * configure.in: disable gnome-settings-daemon build here also. - - * capplets/appearance/Makefile.am: - * gnome-settings-daemon/Makefile.am: - * libwindow-settings/Makefile.am: - * vfs-methods/fontilus/Makefile.am: - * vfs-methods/themus/Makefile.am: fixes for Cygwin building (#317046) - -2008-01-14 Rodrigo Moya - - * capplets/Makefile.am: disabled non-functional l10n capplet. - -2008-01-12 Rodrigo Moya - - * Makefile.am: disabled settings daemon build so that the separate - module gets more testing. - -2007-12-22 Luca Ferretti - - * configure.in: check for eel-2.0, needed by latest libslab. - See bug #504968. - -2007-12-20 Sergey Udaltsov - - * configure.in: - * NEWS: prepare for 2.21.4. - -2007-12-17 Sergey Udaltsov - - * configure.in: the changes require new API, so bump the - libgnomekbd requirement to 2.21.4.1 - -2007-12-12 Jens Granseuer - - * configure.in: the changes in r8327 require new API, so bump the - libgnomekbd requirement to 2.21.4 - -2007-11-12 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.21.2. - -2007-11-09 Rodrigo Moya - - * configure.in: - * capplets/Makefile.am: added new localization capplet to the build. - -2007-10-30 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.21.1. - -2007-10-22 Jens Granseuer - - Based on a patch by: Sebastian Bacher - - * capplets/keybindings/00-multimedia-key.xml.in: - * gnome-settings-daemon/action/acme.h: - * gnome-settings-daemon/gnome-settings-multimedia-keys.c (do_action): - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: - add support for calculator key - -2007-10-21 Jens Granseuer - - * configure.in: fix bugzilla component - -2007-10-21 Jens Granseuer - - * configure.in: bump libxklavier requirement to 3.3 - * capplets/keyboard/gnome-keyboard-properties-xkbmc.c: remove - compatibility hack for libxklavier <= 3.2 - -2007-10-18 Bastien Nocera - - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: - Add more default keybindings for otherwise unbound keys - (Closes: #487935) - -2007-10-14 Jens Granseuer - - * configure.in: - * capplets/common/gnome-theme-info.c (gnome_theme_init): query and - monitor the xcursor icon dir for cursor themes, too (bug #469882) - -2007-10-09 Bastien Nocera - - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: - Default to using XF86* keysyms for the audio related keybindings, - allows those to work out-of-the-box when the right keymap is - selected (Closes: #485076) - -2007-10-08 Sergey Udaltsov - - * configure.in: bumping libgnomekbd requirement to 2.21.1 - -2007-10-02 Jens Granseuer - - Patch by: Stephane Loeuillet - - * capplets/about-me/gnome-about-me.desktop.in.in: - * capplets/accessibility/at-properties/at-properties.desktop.in.in: - * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in: - * capplets/appearance/data/gnome-appearance-properties.desktop.in.in: - * capplets/appearance/data/gnome-theme-installer.desktop.in.in: - * capplets/appearance/theme-save.c: - * capplets/default-applications/default-applications.desktop.in.in: - * capplets/default-applications/gnome-at-session.desktop.in.in: - * capplets/display/display-properties.desktop.in.in: - * capplets/keybindings/keybinding.desktop.in.in: - * capplets/keyboard/keyboard.desktop.in.in: - * capplets/mouse/gnome-settings-mouse.desktop.in.in: - * capplets/network/gnome-network-preferences.desktop.in.in: - * capplets/sound/gnome-settings-sound.desktop.in.in: - * capplets/windows/window-properties.desktop.in.in: - * shell/gnomecc.desktop.in.in: - * shell/gnomecc.directory.in: - * vfs-methods/fontilus/font-method.directory.in: - * vfs-methods/fontilus/gnome-font-viewer.desktop.in.in: - * vfs-methods/themus/theme-method.directory.in: - * vfs-methods/themus/themus-theme-applier.desktop.in.in: - desktop file fixes: don't use the deprecated Encoding tag, change - Terminal=0 to Terminal=false, remove empty Categories= (bug #481740) - -2007-09-28 Jens Granseuer - - * configure.in: fix typo in order to correctly substitute XCursor CFLAGS - -2007-09-17 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.20.0. - -2007-09-04 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.92. - -2007-08-28 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.91. - -2007-08-13 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.90. - -2007-08-02 Rodrigo Moya - - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: use - CTRL-ALT-DEL as default keybinding for 'Log out'. - -2007-07-30 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.6. - -2007-07-29 Jens Granseuer - - * configure.in: remove spurious AT desktop entries (bug #444787) - -2007-07-24 Thomas Wood - - * configure.in: Update for recent appearance capplet re-organisation - -2007-0723 Matthias Clasen - - * configure.in: Bump GTK+ requirement to 2.11.6 - -2007-07-19 Jens Granseuer - - * configure.in: fix last commit when building without gstreamer - -2007-07-15 Jens Granseuer - - * capplets/Makefile.am: - * configure.in: don't fail if gstreamer is not available, but simply - skip the sound capplet (closes bug #456957) - -2007-07-09 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.5. - -2007-07-09 Rodrigo Moya - - * configure.in: AC_SUBST(XCURSOR... , needed for themus. - -2007-06-24 Gabor Kelemen - - * capplets/accessibility/at-properties/at-enable-dialog.glade: Fix typo in string. - (Closes bug #450405). - -2007-06-18 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.4. - -2007-06-16 Jens Granseuer - - * configure.in: add back gnome-theme-installer.desktop.in - -2007-06-12 Jens Granseuer - - * configure.in: revert last commit. gnome-theme-package.xml is - created by intltool, not autoconf (closes bug #446733) - -2007-06-05 Jens Granseuer - - * configure.in: add capplets/appearance/gnome-theme-package.xml - to generated files - -2007-06-05 Ross Burton - - * configure.in: - Bump glib requirement to 2.13, for the ~second-accurate timers. - -2007-06-05 Ross Burton - - * configure.in: - Call pkgconfig specifically for the typing break applet. - -2007-06-04 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.3. - -2007-06-02 Jens Granseuer - - * Makefile.am: don't try to distribute removed files... - -2007-05-28 Jens Granseuer - - * TODO.xml: - * archiver/* - * control-center.spec.in: - * debian/*: - * idl/*: - * root-manager/*: remove obsolete files - -2007-05-28 Jens Granseuer - - * configure.in: - * capplets/Makefile.am: remove fonts, theme, and ui capplets from the build - and purge some obsolete stuff from configure.in - -2007-05-19 Sergey Udaltsov - - * configure.in: dependency on libxklavier reverted to 3.2 - -2007-05-17 Sergey Udaltsov - - * configure.in: dependency on libxklavier 3.3 - -2007-05-06 Jens Granseuer - - * configure.in: add desktop file for appearance capplet - -2007-05-04 Jens Granseuer - - * schemas/desktop_gnome_font_rendering.schemas.in: remove the dpi - default value since g-s-d and the capplet ignore it anyway but gconf-editor - doesn't know that (related to bug #378338) - -2007-04-30 Jens Granseuer - - * capplets/Makefile.am: - * configure.in: - add new appearance capplet to build system - -2007-04-30 Bastien Nocera - - * configure.in: Generate a capplets/keybindings/gnome-keybindings.pc - from the .in file - -2007-04-30 Thomas Wood - - * capplets/appearance/Makefile.am: - * capplets/appearance/appearance-main.c: - * capplets/appearance/appearance-themes.c: - * capplets/appearance/appearance-themes.h: - * capplets/appearance/appearance.glade: - * capplets/appearance/appearance.h: - - Add some code for a new appearance capplet - -2007-04-25 Jens Granseuer - - * configure.in: - * capplets/about-me/Makefile.am: - * capplets/about-me/gnome-about-me-password.c: - remove obsolete build stuff from the about-me capplet (bug #430219) - -2007-04-23 Rodrigo Moya - - * configure.in: - * NEWS: prepare for 2.19.1. - -2007-04-23 George Kraft IV - - * configure.in: - * capplets/default-applications/*: added A11Y applications to the - default applications capplet. - -2007-04-09 Rodrigo Moya - - * configure.in: build libslab statically, to avoid conflicts with - gnome-main-menu, which installs its .so and header files. - -2007-03-21 Federico Mena Quintero - - Fix the gnome-settings-daemon part of - https://bugzilla.novell.com/show_bug.cgi?id=217790 and - http://bugzilla.gnome.org/show_bug.cgi?id=378338: try to figure - out the DPI value from the X server or the user's GConf settings. - - Should also fix https://bugzilla.novell.com/show_bug.cgi?id=240246. - - * gnome-settings-daemon/gnome-settings-xsettings.c (gnome_xft_settings_get): Call - get_dpi_from_gconf_or_server() to figure out a reasonable DPI - value; don't unconditionally get it from GConf. - (get_dpi_from_gconf_or_server): New function. If the user has - ever set the /desktop/gnome/font_rendering/dpi value in GConf, we - use its value. Otherwise, we ask the X server. We constrain the - X server's response to a range of reasonable DPI values, since - some servers lie about the screen's phisical dimensions --- the - user would get unusably huge or tiny fonts otherwise. - - * capplets/font/main.c (dpi_load): First, see if the DPI value is actually set - in GConf. If it is, it means that the user has changed it at - least once. In that case, just use the value. Otherwise, find - the value from the X server in a similar way to what we do in - gnome-settings-daemon. - -2007-03-21 Rodrigo Moya - - * configure.in: rename module to gnome-control-center. - -2007-03-20 Priit Laes - - * capplets/keybindings/00-multimedia-key.xml.in: - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: Add schemas - to media keybinding. - - Introduces preferred media application support. Bug #362578. - -2007-03-19 Bastien Nocera - - * capplets/keybindings/00-multimedia-key.xml.in: - * capplets/keybindings/01-desktop-key.xml.in: - * capplets/keybindings/50-metacity-desktop-key.xml.in: - * capplets/keybindings/50-metacity-key.xml.in: - * capplets/keybindings/Makefile.am: - * capplets/keybindings/gnome-keybinding-properties.c: - (create_dialog), (should_show_key), (count_rows_foreach), - (ensure_scrollbar), (append_keys_to_tree), (parse_start_tag), - (append_keys_to_tree_from_file), (reload_key_entries), - (setup_dialog): - * po/POTFILES.in: Make all the keybindings be external to the keybindings - capplet itself. This allows applications to add their own keybindings - without recompilation (Closes: #410758) - -2007-03-18 Jens Granseuer - - Patch by: Vitaliy Ischenko - - * capplets/about-me/gnome-about-me.glade: - * capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.glade: - * capplets/default-applications/gnome-default-applications-properties.glade: - * capplets/keyboard/gnome-keyboard-properties.glade: - * capplets/network/gnome-network-properties.glade: - don't hardcode the invisible char property in glade files (closes bug - #393879) - -2007-03-12 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.18.0. - -2007-03-11 Jens Granseuer - - * README: remove obsolete list of dependencies, and update references - to cvs (closes bug #344741) - -2007-03-04 Jens Granseuer - - Patch by: Loic Minier - - * configure.in: fix linker flags for fontilus (part of bug #413468) - -2007-02-26 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.17.92. - -2007-02-20 Kjartan Maraas - - * Makefile.am: Dist MAINTAINERS. - -2007-02-20 Denis Washington - - * shell/gnomecc.desktop: Reverting the default use of the shell and - use the menus for 2.18 instead. The shell still needs some love and - probably will be default for GNOME 2.20. - -2007-02-12 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.17.91. - -2007-02-06 Denis Washington - - * shell/gnomecc.menu: - * shell/gnomecc.directory.in: New files. Needed to fix bug #402797. - - * shell/control-center.c: Use gnomecc.menu instead of settings.menu. - - * shell/Makefile.am: Add rules for gnomecc.directory.in. - * po/POTFILES.in: Add gnomecc.directory.in. - -2007-02-04 Jens Granseuer - - * configure.in: up GTK+ requirement to 2.10 (fixes #358106) - -2007-02-03 Jens Granseuer - - * capplets/about-me/Makefile.am: - * capplets/background/Makefile.am: - * capplets/default-applications/Makefile.am: - * capplets/display/Makefile.am: - * capplets/font/Makefile.am: - * capplets/keybindings/Makefile.am: - * capplets/keyboard/Makefile.am: - * capplets/mouse/Makefile.am: - * capplets/network/Makefile.am: - * capplets/sound/Makefile.am: - * capplets/theme-switcher/Makefile.am: - * capplets/ui-properties/Makefile.am: - * capplets/windows/Makefile.am: add cappletname variable which is - used to define G_LOG_DOMAIN (fixes #380991) - -2007-02-02 Jens Granseuer - - * configure.in: remove idl/Makefile.am from the list of config files - -2007-02-02 Christian Persch - - * Makefile.am: - * capplets/about-me/Makefile.am: - * capplets/about-me/gnome-about-me-password.c: (passdlg_init): - * capplets/about-me/gnome-about-me.c: (about_me_setup_dialog): - * capplets/accessibility/at-properties/Makefile.am: - * capplets/accessibility/keyboard/Makefile.am: - * capplets/accessibility/keyboard/accessibility-keyboard.c: - (setup_accessX_dialog): - * capplets/background/Makefile.am: - * capplets/background/gnome-wp-capplet.c: (gnome_wp_create_dialog): - * capplets/common/Makefile.am: - * capplets/common/capplet-util.c: (capplet_set_icon): - * capplets/default-applications/Makefile.am: - * capplets/display/Makefile.am: - * capplets/file-types/Makefile.am: - * capplets/file-types/file-types-capplet.c: (create_dialog): - * capplets/file-types/mime-category-edit-dialog.c: - (mime_category_edit_dialog_init): - * capplets/file-types/mime-edit-dialog.c: (mime_edit_dialog_init): - * capplets/file-types/service-edit-dialog.c: - (service_edit_dialog_init): - * capplets/font/Makefile.am: - * capplets/keybindings/Makefile.am: - * capplets/keybindings/gnome-keybinding-properties.c: - (create_dialog): - * capplets/keyboard/Makefile.am: - * capplets/keyboard/gnome-keyboard-properties-xkblt.c: - (xkb_layout_choose): - * capplets/keyboard/gnome-keyboard-properties-xkbmc.c: - (choose_model): - * capplets/keyboard/gnome-keyboard-properties.c: (create_dialog): - * capplets/localization/Makefile.am: - * capplets/localization/gnome-localization-properties.c: - (create_dialog): - * capplets/mime-type/Makefile.am: - * capplets/mouse/Makefile.am: - * capplets/mouse/gnome-mouse-properties.c: (create_dialog): - * capplets/network/Makefile.am: - * capplets/network/gnome-network-preferences.c: - (cb_http_details_button_clicked), (main): - * capplets/rollback/Makefile.am: - * capplets/sound/Makefile.am: - * capplets/sound/sound-properties-capplet.c: (create_dialog), - (device_test_button_clicked): - * capplets/theme-switcher/Makefile.am: - * capplets/ui-properties/Makefile.am: - * capplets/ui-properties/gnome-ui-properties.c: (create_dialog): - * capplets/url-properties/Makefile.am: - * capplets/windows/Makefile.am: - * capplets/wm-properties/wm-desktops/Makefile.am: - * configure.in: - * gnome-settings-daemon/Makefile.am: - * gnome-settings-daemon/actions/Makefile.am: - * gnome-settings-daemon/gnome-settings-xmodmap.c: - (gnome_settings_modmap_dialog_call): - * gnome-settings-daemon/gnome-settings-xrdb.c: - * gnome-settings-daemon/gsd-media-keys-window.c: (action_changed), - (gsd_media_keys_window_init): - * gnome-settings-daemon/xrdb/Makefile.am: - * typing-break/Makefile.am: - * vfs-methods/themus/Makefile.am: Don't define directories in - configure. Remove some obsolete defines, and use the standard - installation paths. Bug #395383. - -2007-01-31 Christian Persch - - * configure.in: - * gnome-settings-daemon/Makefile.am: Don't define dbus services - directory in configure. Bug #395383. - -2007-01-31 Christian Persch - - * capplets/accessibility/at-properties/Makefile.am: - * capplets/accessibility/keyboard/Makefile.am: - * capplets/background/Makefile.am: - * capplets/common/Makefile.am: - * capplets/default-applications/Makefile.am: - * capplets/display/Makefile.am: - * capplets/font/Makefile.am: - * capplets/keybindings/Makefile.am: - * capplets/keyboard/Makefile.am: - * capplets/mouse/Makefile.am: - * capplets/network/Makefile.am: - * capplets/theme-switcher/Makefile.am: - * capplets/ui-properties/Makefile.am: - * capplets/windows/Makefile.am: - * configure.in: - * gnome-settings-daemon/Makefile.am: - * libbackground/Makefile.am: - * libwindow-settings/Makefile.am: - * typing-break/Makefile.am: - * vfs-methods/fontilus/Makefile.am: - * vfs-methods/themus/Makefile.am: Fix localedir defines. Bug #395383. - -2007-01-30 Jens Granseuer - - * configure.in: dump remnants of gstreamer-0.8 since it's not been - supported for a while - -2007-01-28 Christian Persch - - * shell/Makefile.am: Respect the --disable-schemas-install configure - flag. Bug #401004. - -2007-01-25 Rodrigo Moya - - * control-center/*: removed old shell. - -2007-01-22 Rodrigo Moya - - * NEWS: - * configure.in: prepare for 2.17.90. - -2007-01-21 Thomas Wood - - * MAINTAINERS: Add myself, remove Chris Lahey - -2007-01-19 Jens Granseuer - - Fixes #397905 - - * configure.in: check for xf86misc library in addition to header files. - -2007-01-17 Denis Washington - - * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in: - * capplets/accessibility/at-properties/at-properties.desktop.in.in: - * capplets/network/gnome-network-preferences.desktop.in.in: - * capplets/default-applications/default-applications.desktop.in.in: - * capplets/about-me/gnome-about-me.desktop.in.in: - - Replace the non-standard-compilant categories PersonalSettings, - NetworkSettings and SystemSettings with X-GNOME-*. - -2007-01-09 Thomas Wood - - * Makefile.am: Fix for distcheck - -2007-01-08 Rodrigo Moya - - * NEWS: - * configure.in: updated for 2.17.5. - -2007-01-08 Jan Arne Petersen - - Fixes #173035 - - * configure.in: updated sound capplet requirements. - -2007-01-08 Denis Washington - - Fixes #393617 - - * */*.desktop.in.in: use new control center shell categories for - the capplets. - -2007-01-08 Thomas Wood - - Patch by: Alberto Ruiz - - * configure.in: - - Add support for opening .gtp (application/x-gnome-theme-package) files. - Fixes bug 393697 (Theme packages should have their own mime type.) - -2007-01-06 Marc-Andre Lureau - - Fixes #392276 - - * configure.in: added support for disabling esound. - -2007-01-03 Christian Persch - - * configure.in: - A po/LINGUAS: - Apply GnomeGoal. Patch by Steve Frécinaux and Luca Cavalli, bug - #337909. - -2006-12-19 Sebastien Bacher - - * NEWS: - * configure.in: updated for 2.17.4 - -2006-12-07 William Jon McCann - - * gnome-settings-daemon/Makefile.am: - * gnome-settings-daemon/actions/Makefile.am: - * gnome-settings-daemon/actions/acme.glade: - * gnome-settings-daemon/actions/gnome-speakernotes-muted.png: - * gnome-settings-daemon/actions/gnome-speakernotes.png: - * gnome-settings-daemon/gnome-settings-multimedia-keys.c: - (execute), (dialog_init), (unhookup_keysym), (update_kbd_cb), - (init_kbd), (dialog_show), (do_eject_action), (do_sound_action), - (gnome_settings_multimedia_keys_load): - * gnome-settings-daemon/gsd-media-keys-window.c: (hide_timeout), - (remove_hide_timeout), (add_hide_timeout), (update_window), - (volume_controls_set_visible), (window_set_icon_name), - (window_set_icon_file), (action_changed), (volume_level_changed), - (volume_muted_changed), (gsd_media_keys_window_set_action), - (gsd_media_keys_window_set_volume_muted), - (gsd_media_keys_window_set_volume_level), (curved_rectangle), - (draw_action_eject), (draw_waves), (draw_speaker), - (draw_volume_boxes), (draw_action_volume), (draw_action), - (on_expose_event), (gsd_media_keys_window_real_show), - (gsd_media_keys_window_real_hide), - (gsd_media_keys_window_class_init), (initialize_alpha_mode), - (gsd_media_keys_window_init), (gsd_media_keys_window_finalize), - (gsd_media_keys_window_new): - * gnome-settings-daemon/gsd-media-keys-window.h: - Add a new media keys window that takes advantage of - compositing when available. Fixes #383066 - -2006-12-04 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.17.3. - - * autogen.sh: replaced check to look for really existing files. - -2006-11-13 Rodrigo Moya - - * configure.in: added shell/gnomecc.desktop.in to $OUTPUT. - -2006-11-13 Rodrigo Moya - - * configure.in: added libslab.pc to $OUTPUT. - -2006-11-13 Rodrigo Moya - - * shell/*: new control center shell. - - * Makefile.am: - * configure.in: added new directory to build. - -2006-10-18 Sergey Udaltsov - - * Makefile.am, configure.in, capplets/keyboard/Makefile.am, - capplets/keyboard/gnome-keyboard-properties-xkb.c, - capplets/keyboard/gnome-keyboard-properties-xkb.h, - capplets/keyboard/gnome-keyboard-properties-xkblt.c, - capplets/keyboard/gnome-keyboard-properties-xkbmc.c, - capplets/keyboard/gnome-keyboard-properties-xkbot.c, - capplets/keyboard/gnome-keyboard-properties-xkbpv.c, - gnome-settings-daemon/Makefile.am, - gnome-settings-daemon/gnome-settings-keyboard-xkb.c, - gnome-settings-daemon/gnome-settings-keyboard-xkb.h, - schemas/Makefile.am: changing things from libgswitchit/libkbdraw to - libgnomekbd - -2006-10-16 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.17.1. - -2006-09-04 Rodrigo Moya - - * NEWS: updated for 2.16.0. - -2006-08-27 Matthias Clasen - - Fixes #352776 - - * libkbdraw/keyboard-drawing.c (key_event): return TRUE when we - handle the key event, to avoid GTK+ to handle it also. - -2006-08-22 Sebastien Bacher - - * configure.in: updated to 2.16.0 - -2006-08-22 Sebastien Bacher - - * NEWS: updated for 2.15.92 - -2006-08-21 Subhransu Behera - - * configure.in: Added Oriya (or) to ALL_LINGUAS. - -2006-08-08 Sebastien Bacher - - * configure.in: updated to 2.15.92 - -2006-08-07 Sebastien Bacher - - * NEWS: updated for 2.15.91 - -2006-08-07 Sebastien Bacher - - * configure.in: require libebook-1.2 1.7.90 for the new API - -2006-07-25 Sebastien Bacher - - * NEWS: - * configure.in: updated to 2.15.91 - -2006-07-24 Sebastien Bacher - - * NEWS: - * configure.in: update for GNOME 2.15.90 - -2006-07-07 Sven Herzberg - - * capplets/display/main.c: added rotation support; - Closes: #324125 - -2006-07-06 Sven Herzberg - - * capplets/display/main.c: replaced GtkOptionMenu by GtkComboBox; - Closes: #338468 - -2006-07-03 Runa Bhattacharjee - - * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS. - -2006-06-25 Sergey Udaltsov - - * configure.in: enabling DBUS - -2006-06-12 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.15.3. - -2006-05-29 Simos Xenitellis - - * configure.in: Added mg (Malagasy) to ALL_LINGUAS. - -2006-05-27 Bastien Nocera - - * configure.in: version the libxklavier requirement to avoid - headaches - -2006-05-05 Jürg Billeter - - * configure.in: Add gstreamer-0.10 and optionally HAL to sound - capplet dependencies. - -2006-04-27 Bastien Nocera - - * configure.in: remove checks for fb-level support - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: - Remove the brightness keybindings (Closes: #339857) - -2006-04-22 Sergey Udaltsov - - * schemas/desktop_gnome_peripherals_keyboard_xkb.schemas.in: - add gconf variables for the layout preview window position - -2006-04-20 Sergey Udaltsov - - * configure.in: - * gnome-settings-daemon/gnome-settings-keyboard-xkb.c: - * capplets/keyboard/*.c: - * capplets/keyboard/*.h: - update for new libxklavier API - -2006-04-17 Kjartan Maraas - - * configure.in: Remove obsolete entry for no_NO. - * po/no.po: And the translation. - -2006-04-10 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.14.1. - -2006-04-03 Wouter Bolsterlee - - * capplets/theme-switcher/theme-properties.glade: Don't allow tab - characters in custom theme descriptions (#336151, Wouter Bolsterlee) - -2006-03-29 Jaap A. Haitsma - - Fixes #171833 - - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: set - Ctrl-Atl-l as default keybinding for screen locking. - -2006-03-22 Jérémy Ar Floc'h - - * configure.in (ALL_LINGUAS): Added Breton (br). - -2006-03-22 Tommi Vainikainen - - * configure.in (ALL_LINGUAS): Added Dzongkha (dz). - -2006-03-18 Vladimer SIchinava - - * configure.in: Added ka (Georgian) to ALL_LINGUAS - -2006-03-13 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.14.0. - -2006-03-03 Mathis Hasselmann - - Fixes #333119 - - * configure.in: Set GST_LIBS when using 0.8 also. - - * gnome-settings-daemon/Makefile.am: link against $(GST_LIBS). - -2006-02-27 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.13.92. - -2006-02-13 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.13.92. - -2006-02-09 Rodney Dawes - - * configure.in: Require gtk+ 2.8.12 for cairo speed workaround for - applying the desktop background image - -2006-02-08 Rodrigo Moya - - Fixes #330335 - - * configure.in: check for glib >= 2.8.0. - -2006-02-03 Rodrigo Moya - - * configure.in: removed HAL detection, was added by mistake. - -2006-02-01 Kjartan Maraas - - * NEWS: Update - * configure.in: Release 2.13.91. - * help/Makefile.am: Remove reference to the spanish translation. - It's broken and incomplete anyway. - * help/es/Makefile.am: Remove this file as it seems to be old cruft. - -2006-01-30 Rodrigo Moya - - * configure.in: - * NEWS: updated for 2.13.90. - -2006-01-30 Rodrigo Moya - - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: - reverted commit from 2006-01-11. - -2006-01-26 Christian Persch - - * capplets/font/font-properties.glade: - Change "Monospace" to "Fixed width". Bug #160454. - -2006-01-26 Christian Persch - - * capplets/font/font-properties.glade: - * capplets/font/main.c: (setup_dialog): - Add a font button for the document font gconf key, and change - the label of the 'terminal font' button. Bug #160454, - patch by Shaun McCance. - -2006-01-22 Luca Cavalli - - * capplets/about-me/gnome-about-me.desktop.in.in: - * capplets/accessibility/at-properties/at-properties.desktop.in.in: - * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in: - * capplets/background/background.desktop.in.in: - * capplets/default-applications/default-applications.desktop.in.in: - * capplets/display/display-properties.desktop.in.in: - * capplets/file-types/file-types.desktop.in.in: - * capplets/font/font-properties.desktop.in.in: - * capplets/keybindings/keybinding.desktop.in.in: - * capplets/keyboard/keyboard.desktop.in.in: - * capplets/localization/localization.desktop.in.in: - * capplets/mouse/gnome-settings-mouse.desktop.in.in: - * capplets/network/gnome-network-preferences.desktop.in.in: - * capplets/sound/gnome-settings-sound.desktop.in.in: - * capplets/theme-switcher/gtk-theme-selector.desktop.in.in: - * capplets/ui-properties/gnome-ui-properties.desktop.in.in: - * capplets/windows/window-properties.desktop.in.in: - * control-center/gnomecc.desktop.in.in: Add GTK category to the - .desktop files and remove unused ones. (Closes: #328028) - -2006-01-18 Rodrigo Moya - - * configure.in: - * NEWS: update for 2.13.5.1. - -2006-01-16 Rodrigo Moya - - * Makefile.am: include m4 directory and fixed .spec file disting. - -2006-01-16 Rodrigo Moya - - * configure.in: - * NEWS: update for 2.13.5. - -2006-01-16 Sebastien Bacher - - * configure.in: the new gnome-default-applications capplet uses libxml2 - -2006-01-16 Sebastien Bacher - - * configure.in: fix gstreamer0.10 requirement - -2006-01-15 Sebastien Bacher - - * configure.in: optional use of gstreamer0.10, patch based on the work - done by Saleem Abdulrasool and Tim-Philipp Müller (Fixes: #326257) - -2006-01-14 Chao-Hsiung Liao - - * configure.in: Add "zh_HK" to ALL_LINGUAS. - -2006-01-11 Dennis Cranston - - * capplets/sound/sound-properties-capplet.c: (create_dialog): - Do not hardcode the height of the dialog. - * capplets/sound/sound-properties.glade: Add an alignment to - set 18 pixels of space before starting the "System Sounds" - category. - * libsounds/sound-view.c: (play_preview_cb), (add_sound_item), - (sound_view_init): Indent the contents of the "System Sounds" - category. Use left alignment for combobox labels. Fix the - row and column spacing. - -2006-01-11 Sebastien Bacher - - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: - drop the keysym/keycode binding code, it's an hack and - doesn't work fine, patch by Bastien Nocera - (Closes: #133815) - -2006-01-05 Thomas Wood - - reviewed by: Sebastien Bacher - - * capplets/theme-switcher/gnome-theme-installer.c: - (transfer_done_cb): Use `head -n 1` instead of `head -1`. - Fixes bug 316800 - -2006-01-03 Rodrigo Moya - - * configure.in: - * NEWS: update for 2.13.4. - -2006-01-03 Mark McLoughlin - - * configure.in: remove unused --enable-gconf-source - option - it sets the GCONF_CONFIG_SOURCE variable - which isn't used and AM_GCONF_SOURCE_2 does the job - it's trying to do - -2006-01-03 Jens Granseuer - - Fixes #321779 - - * configure.in: don't use -Wextra for old gccs. - -2005-12-12 Rodrigo Moya - - * configure.in: - * NEWS: update for 2.13.3. - -2005-11-25 Brian Cameron - - * configure.in, capplets/about-me/Makefile.am - capplets/about-me/gnome-about-me.c, - capplets/about-me/gnome-about-me-password.c: - Fix so that gnome-about-me works on non-linux - systems which do not have forkpty(). - -2005-11-14 Rodrigo Moya - - * configure.in: - * NEWS: update for 2.13.2. - -2005-11-14 Jürg Billeter - - * schemas/Makefile.am: - * schemas/desktop_gnome_peripherals_keyboard_numlock.schemas.in: - Remove numlock schema file again, moved to libgnome. - Fixes bug #319788. - -2005-11-14 Kjartan Maraas - - * */*: Huge cleanup. Individual ChangeLogs have info. - Closing bug #320157. - * libkbddraw/keyboard-drawing.h: ANSIfy some function declarations. - -2005-10-31 Jürg Billeter - - reviewed by: Rodrigo Moya - - * schemas/Makefile.am: - * schemas/desktop_gnome_peripherals_keyboard.schemas.in: renamed to - schemas/desktop_gnome_peripherals_keyboard_numlock.schemas.in - Rename numlock schema file to fix conflict with libgnome. - Fixes bug #319788. - -2005-10-24 Rodrigo Moya - - * configure.in: - * NEWS: update for 2.13.1. - -2005-10-21 Ray Strode - - * configure.in: add check for xinput extension, needed - for bug 314409. - -2005-10-10 Jürg Billeter - - reviewed by: Sergey V. Udaltsov - - * schemas/Makefile.am: - * schemas/desktop_gnome_peripherals_keyboard.schemas.in: - Add schema for remembering NumLock state between sessions. - Fixes bug #74215. Patch by Sebastian Kapfer - -2005-10-03 Sebastien Bacher - - * configure.in: update for 2.12.1. - -2005-10-02 Sebastien Bacher - - * NEWS: update for 2.12.1. - -2005-09-26 Brian Cameron - - * configure.in: Fix xcursor test so that it doesn't - cause configure to crash if the xcursor extension - can't be found. Instead just build without xcursor - support. - -2005-09-24 Erdal Ronahi - - * configure.in: added "ku" (Kurdish) to ALL_LINGUAS - -2005-09-14 Ray Strode - - * configure.in: previous patch breaks - the build, just revert for now, bug 316142. - -2005-09-12 Ray Strode - - * configure.in: add check for xinput extension, needed - for bug 314409. - -2005-09-04 Sebastien Bacher - - * NEWS: update for 2.12.0 - -2005-08-24 Sergey V. Udaltsov - - * configure.in, Makefile.am, capplets/keyboard/Makefile.am: - fixing #313368, no more pangoxft - -2005-08-22 Sebastien Bacher - - * configure.in: update to 2.12.0. - -==================== 2.11.92 =================== - -2005-08-22 Christian Persch - - * capplets/Makefile.am: Fix distcheck. - -2005-08-22 Sebastien Bacher - - * NEWS: update for 2.11.92 - -2005-08-21 Christian Persch - - * configure.in: Simply enable-aboutme check, and fix - configure output. - -2005-08-21 Sebastien Bacher - - * configure.in: fix the --enable-aboutme configure option, - patch by Ray Strode (Closes: #313121). - -2005-08-14 Sergey V. Udaltsov - - * configure.in, libkbdraw/Makefile.am, capplets/keyboard/Makefile.am: - fixing #313368 - -2005-08-10 Sebastien Bacher - - * configure.in: update to 2.11.92 - -==================== 2.11.91 =================== - -2005-08-10 Sebastien Bacher - - * NEWS: update for 2.11.91. - -2005-08-04 Sunil Mohan Adapa - - * configure.in: Added "te" to ALL_LINGUAS. - -2005-07-27 Sebastien Bacher - - * configure.in: update to 2.9.91 - -==================== 2.11.90 =================== - -2005-07-27 Sebastien Bacher - - * .cvsignore: - * Makefile.am: - * autogen.sh: - * configure.in: - * m4/.cvsignore: - switch to gnome-doc-utils. require automake-1.9 and use "tar-ustar" to - fix the make dist. - -2005-07-27 Sebastien Bacher - - * NEWS: - * configure.in: updated for 2.11.90. - -2005-07-27 Mark McLoughlin - - * configure.in, autogen.sh: revert what looks like - accidentally committed changes from svu. - -2005-07-20 Rodrigo Moya - - * control-center.spec.in: require either xscreensaver or gnome-screensaver. - - * schemas/apps_gnome_settings_daemon_screensaver.schemas.in: don't - mention explicitly xscreensaver, but "generic screen saver". - -2005-07-19 Mark McLoughlin - - See http://mail.gnome.org/archives/desktop-devel-list/2005-July/msg00341.html - - * capplets/wm-properties/*: remove old crufty code. - -2005-07-17 Sven Herzberg - - * configure.in: use pkg-config to check for xcursor - -2005-07-15 Mark McLoughlin - - See bug #310513 - - * schemas/desktop_gnome_peripherals_keyboard_xkb.schemas.in: - Deprecate the overrideSettings key and make the keys unset - by default (we want to use the XKB settings by default) - -2005-07-13 Sebastien Bacher - - * configure.in: update to 2.11.7. - -==================== 2.11.6 =================== - -2005-07-13 Sebastien Bacher - - * NEWS: updated for 2.11.6. - -2005-07-08 Sebastien Bacher - - * configure.in: updated the libxft requirement to 2.1.7, - Christian Lohmaier (Closes: #309558). - -2005-07-08 Sebastien Bacher - - * NEWS: updated. - -2005-07-07 Sebastien Bacher - - * schemas/Makefile.am: fix a typo with a .schemas name, - Jan Schmidt (Closes: #307388). - -2005-07-05 Sebastien Bacher - - * configure.in: update to 2.11.6. - -==================== 2.11.5 =================== - -2005-07-05 Sebastien Bacher - - * configure.in: build the new capplet by default. - -2005-06-22 Diego Gonzalez - - * configure.in: add code to conditionally enable the compilation of - the about-me capplet - * capplets/Makefile.am: ditto - -2005-06-12 Sebastien Bacher - - * configure.in: update to 2.11.5 - -==================== 2.11.4 =================== - -2005-06-12 Sebastien Bacher - - * configure.in: update the version to 2.11.4 - -2005-06-12 Sebastien Bacher - - * NEWS: - * configure.in: 2.11.3.1 bug fix. - -2005-06-10 Sebastien Bacher - - * configure.in: update for 2.11.4 - -==================== 2.11.3 =================== - -2005-05-22 Sebastien Bacher - - * ChangeLog capplets/about-me/e-image-chooser.c - capplets/accessibility/at-properties/at-startup-session.h - capplets/accessibility/keyboard/accessibility-keyboard.c - capplets/background/gnome-wp-info.c - capplets/common/gconf-property-editor.c - capplets/common/gnome-theme-apply.c - capplets/default-applications/gnome-default-applications-properties.c - capplets/keybindings/gnome-keybinding-properties.c - capplets/keyboard/gnome-keyboard-properties.c - capplets/mouse/gnome-mouse-properties.c - capplets/network/gnome-network-preferences.c - capplets/sound/sound-properties-capplet.c - capplets/theme-switcher/gnome-theme-details.c - capplets/theme-switcher/gnome-theme-manager.c - capplets/ui-properties/gnome-ui-properties.c - capplets/windows/gnome-window-properties.c - gnome-settings-daemon/factory.c - gnome-settings-daemon/gnome-settings-accessibility-keyboard.c - gnome-settings-daemon/gnome-settings-background.c - gnome-settings-daemon/gnome-settings-daemon.c - gnome-settings-daemon/gnome-settings-daemon.h - gnome-settings-daemon/gnome-settings-font.c - gnome-settings-daemon/gnome-settings-keybindings.c - gnome-settings-daemon/gnome-settings-keybindings.h - gnome-settings-daemon/gnome-settings-keyboard-xkb.c - gnome-settings-daemon/gnome-settings-keyboard.c - gnome-settings-daemon/gnome-settings-locate-pointer.h - gnome-settings-daemon/gnome-settings-mouse.c - gnome-settings-daemon/gnome-settings-multimedia-keys.c - gnome-settings-daemon/gnome-settings-screensaver.c - gnome-settings-daemon/gnome-settings-sound.c - gnome-settings-daemon/gnome-settings-xmodmap.c - gnome-settings-daemon/gnome-settings-xrdb.c - gnome-settings-daemon/gnome-settings-xsettings.c - libbackground/applier.c libbackground/applier.h - libbackground/preferences.c libsounds/sound-properties.c - libsounds/sound-view.h libwindow-settings/gnome-wm-manager.c - libwindow-settings/metacity-window-manager.c - typing-break/drw-break-window.c typing-break/drw-utils.h - typing-break/drwright.c vfs-methods/fontilus/font-view.c - vfs-methods/themus/themus-theme-applier.c: - Cleanup of gconf and a few other things, - patch from Kjartan Maraas (Closes: #301945). - -2005-05-12 Christian Persch - - * capplets/ui-properties/gnome-ui-properties.glade: - Remove stray whitespace. Bug #302036. - -2005-05-08 Rodney Dawes - - * configure.in (gtk_minver): Require GTK+ >= 2.6.0 now, we should have - been requiring at least 2.4 here anyway, needed for new gdk-pixbuf - method that we use in libbackground for bug #169757 - -2005-03-31 Steve Murphy - - * configure.in: Added "rw" to ALL_LINGUAS. - -2005-03-27 Sebastien Bacher - - * configure.in: require libgnome-menu 2.11.1 for the new API. - -2005-03-27 Sebastien Bacher - - * configure.in: update version to 2.11.0 - -2005-03-09 Adi Attar - - * configure.in: Added "xh" to ALL_LINGUAS. - -2005-03-08 Sebastien Bacher - - * configure.in: update version to 2.10.1 - -==================== 2.10.0 =================== - -2005-03-08 Sebastien Bacher - - * NEWS: - * configure.in: update for 2.10.0 - -2005-02-28 Jody Goldberg - - * gnome-settings-daemon/gnome-settings-keyboard-xkb.c - (activation_error) : don't bother VNC users with warnings of XKB - breakage, we already know it is not going to work. - -2005-02-09 Sebastien Bacher - - * configure.in: update version to 2.9.92 - -==================== 2.9.91 =================== - -2005-02-09 Sebastien Bacher - - * configure.in: - * capplets/Makefile.am: - the previous change is not needed, changed POTFILES.in. - -2005-02-09 Sebastien Bacher - - * configure.in: - * capplets/Makefile.am: - include the "about-me" capplet files to the tarball to fix the tarball - build. - -2005-02-09 Sebastien Bacher - - * NEWS: - * configure.in: updated for the 2.9.91 release. - -2005-02-06 Sergey V. Udaltsov - - * schemas/desktop_gnome_peripherals_keyboard_xkb.schemas.in, - gnome-settings-daemon/gnome-settings-keyboard-xkb.c, - gnome-settings-daemon/modmap-dialog.glade: providing ability to - suppress the "x sysconfig changed" warning message, fixing #150435 - -2005-02-03 Leena Gunda - - * configure.in: Check for screensaver functionality in libXext.so - also when deciding to build typing-break. Fixes bug #155461. - -2004-12-27 Sergey V. Udaltsov - - * schemas/desktop_gnome_peripherals_keyboard_xkb.schemas.in: - Changing the default value for "handleIndicators" to false, - as requested in #161343 - -2004-12-20 Sebastien Bacher - - * configure.in: post release bump to 2.9.5. - -==================== 2.9.4 ==================== - -2004-12-20 Sebastien Bacher - - * configure.in: Version 2.9.4. - -2005-01-10 Pawan Chitrakar - - * configure.in: Added ne "Nepali" in ALL_LINGUAS - -2005-01-04 Shakti Sen - - * configure.in: Defined PREFIX to - bug #153203 - -2005-01-03 Dan Winship - - * configure.in: Remove redundant check for ngettext, since - AM_GLIB_GNU_GETTEXT already checks for it (in both libc and - libintl)._ - -2005-01-03 Sebastien Bacher - - * libkbdraw/Makefile.am: - patch from Marco Pesenti Gritti - to fix the build out of the source dir (Closes: #158333). - -2004-12-31 Sergey V. Udaltsov - - * configure.in: Bump libxklavier requirement to 1.14 - -2004-12-20 Sebastien Bacher - - * configure.in: post release bump to 2.9.4. - -Mon Dec 20 16:52:47 2004 Jonathan Blandford - - * configure.in: release 2.9.3 - -2004-12-13 Dwayne Bailey - - * configure.in: Added "zu" to ALL_LINGUAS. - -2004-12-08 Sergey V. Udaltsov - - * configure.in: Bump libxklavier requirement to 1.13 - -2004-11-28 Dwayne Bailey - - * configure.in: Added "nso" to ALL_LINGUAS. - -2004-11-28 James Henstridge - - * vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR. - - * vfs-methods/themus/Makefile.am: similar changes to the fontilus - ones. - - * vfs-methods/fontilus/fontilus-context-menu.c: same here. - - * vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than - FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest - of gnome-control-center. - - * vfs-methods/fontilus/Makefile.am: similar schema and desktop - file fixes. Don't include the old mime files in the dist. - - * schemas/Makefile.am: remove .schemas files on clean, when - installing schemas, look for them in builddir rather than srcdir. - - * gnome-settings-daemon/actions/Makefile.am: fix up build rules so - that ALSA_CFLAGS isn't defined multiple times (use the newer - automake += syntax). - - * control-center/Makefile.am: distribute $(icon_DATA). - - * capplets/*/Makefile.am: put the .desktop and .desktop.in files - in CLEANFILES. The .desktop.in.in file gets included because it - is listed in the configure script. - - * configure.in: update configure script, and remove macro calls - that are not needed by modern versions of Automake. - - * Makefile.am: remove intltool files on distclean. - - * autogen.sh: request Automake >= 1.7. - - * configure.in (FONT_THUMBNAILER_LIBS): fix up typo that I - introduced in the configure script. Should fix the build properly - now. - -2004-11-27 James Henstridge - - * configure.in (THEMUS_COMPONENT): use libnautilus-extension. - - * configure.in (FONT_CONTEXT_MENU): use libnautilus-extension for - the context menu instead of Bonobo. - -2004-11-24 Christoffer Olsen - - * All the 20 *.desktop.in files that contain Bugzilla information - have been moved to *.desktop.in.in, with an added - X-GNOME-Bugzilla-Version header to make bug-buddy autocomplete - version numbers in bug reports. - - * configure.in: Added the *.desktop.in.in's mentioned - above to AC_OUTPUT, to generate *.desktop.in - * po/POTFILES.in: Changed the *.desktop.in's mentioned above - to *.desktop.in.in - - * capplets/accessibility/at-properties/at-properties.desktop.in: - * capplets/accessibility/at-properties/at-properties.desktop.in.in: - * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in: - * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in: - * capplets/background/background.desktop.in: - * capplets/background/background.desktop.in.in: - * capplets/default-applications/default-applications.desktop.in: - * capplets/default-applications/default-applications.desktop.in.in: - * capplets/display/display-properties.desktop.in: - * capplets/display/display-properties.desktop.in.in: - * capplets/file-types/file-types-capplet.desktop.in: - * capplets/file-types/file-types-capplet.desktop.in.in: - * capplets/file-types/file-types.desktop.in: - * capplets/file-types/file-types.desktop.in.in: - * capplets/font/font-properties.desktop.in: - * capplets/font/font-properties.desktop.in.in: - * capplets/keybindings/keybinding.desktop.in: - * capplets/keybindings/keybinding.desktop.in.in: - * capplets/keyboard/keyboard.desktop.in: - * capplets/keyboard/keyboard.desktop.in.in: - * capplets/localization/localization.desktop.in: - * capplets/localization/localization.desktop.in.in: - * capplets/mouse/gnome-settings-mouse.desktop.in: - * capplets/mouse/gnome-settings-mouse.desktop.in.in: - * capplets/network/gnome-network-preferences.desktop.in: - * capplets/network/gnome-network-preferences.desktop.in.in: - * capplets/sound/gnome-settings-sound.desktop.in: - * capplets/sound/gnome-settings-sound.desktop.in.in: - * capplets/theme-switcher/gtk-theme-selector.desktop.in: - * capplets/theme-switcher/gtk-theme-selector.desktop.in.in: - * capplets/ui-properties/gnome-ui-properties.desktop.in: - * capplets/ui-properties/gnome-ui-properties.desktop.in.in: - * capplets/url-properties/url-properties.desktop.in: - * capplets/url-properties/url-properties.desktop.in.in: - * capplets/windows/window-properties.desktop.in: - * capplets/windows/window-properties.desktop.in.in: - * control-center/gnomecc.desktop.in: - * control-center/gnomecc.desktop.in.in: - * vfs-methods/fontilus/gnome-font-viewer.desktop.in: - * vfs-methods/fontilus/gnome-font-viewer.desktop.in.in: - -2004-11-10 Mark McLoughlin - - * configure.in: require libgnome-menu for the shell, fixup - other shell requirements and don't look for libnautilus - anymore. - - * Makefile.am: don't install control-center2.png anymore. - - * control-center2.png: remove. - -2004-11-09 Mark McLoughlin - - * configure.in: remove $GNOMECC_DESKTOP_DIR - - * capplets/localization/Makefile.am: install the - .desktop file in $(datadir)/applications. - - * capplets/localization/localization.desktop.in: add - OnlyShowIn=GNOME; - - * capplets/desktop-links/*: remove. - -2004-11-01 Jeff Waugh - - * po/POTFILES.in, vfs-methods/fontilus/Makefile.am, - vfs-methods/fontilus/gnome-font-viewer.desktop.in, - vfs-methods/fontilus/.cvsignore: Add a .desktop file for the - font viewer, need it for the MIME loving. D'oh! - -2004-10-21 Sebastien Bacher - - * capplets/default-applications/gnome-default-applications-properti - es-structs.c: - * capplets/file-types/service-info.c: - * control-center/control-center-categories.c: - (load_information_to_information): - * control-center/control-center.c: (gnome_cc_about): - Changed the "Gnome" occurences to "GNOME" (Closes: #152085). - -2004-10-17 Paolo Borelli - - * capplets/common/activate-settings-daemon.c: fix leak, patch by - Kjartan Maaras. (#153595) - -2004-10-17 Sergey V. Udaltsov - - * configure.in : require libxklavier 1.10 - since API was changed - -2004-10-15 Jody Goldberg - - * configure.in : bump the xklavier version dep. I hope 1.04 is - sufficient, rather than cvs head. - -2004-10-14 Jody Goldberg - - * configure.in : post release bump - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-10-08 Christophe Fergeau - - * gnome-settings-daemon/actions/Makefile.am: switch ALSA_LIBS and - GST_LIBS order in libacme_la_LIBADD, fixes some libtool link - issues on Debian. - -Tue Sep 14 17:50:56 2004 Jonathan Blandford - - * configure.in: - * NEWS: Release 2.8.0 - -2004-09-03 Jody Goldberg - - * gnome-settings-daemon/gnome-settings-keyboard-xkb.c : revert - unintended string change - -2004-08-31 Jody Goldberg - - * capplets/common/gconf-property-editor.c - (peditor_numeric_range_widget_changed) : tracked the long running - irrtation about 'expecting int received float'. Running without a - schema would default the value to float. 12 of 13 callers had ints - so I have changed the default and added a warning. - -Sun Aug 29 22:37:00 2004 Jonathan Blandford - - * configure.in: post release bump. - -Sun Aug 29 21:55:09 2004 Jonathan Blandford - - * NEWS: Release 2.7.1 - -2004-07-23 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=148291 - * configure.in : typo - -2004-06-07 Jody Goldberg - - * po/POTFILES.in : add server file, still unused without the patch - * configure.in : ditto. - -2004-06-01 Jody Goldberg - - * schemas/desktop_gnome_peripherals_keyboard_xkb.schemas.in : Add - xkb/update_handlers. - -2004-08-17 Kjartan Maraas - - * configure.in: Added «nb» to ALL_LINGUAS. -2004-08-16 Christian Rose - - * configure.in: Added "bs" to ALL_LINGUAS. - -Sat Jul 31 11:00:33 2004 Jonathan Blandford - - * configure.in: post release bump - -Fri Jul 30 20:39:10 2004 Jonathan Blandford - - * configure.in: 2.7.0 - -Wed Jul 21 15:43:55 2004 Jonathan Blandford - - * configure.in: Blah. badly applied patch. - -Wed Jul 21 15:09:17 2004 Jonathan Blandford - - * configure.in: patch from Mason Kidd to put - back default-applications and remove file-types. - -Mon Jul 19 11:09:44 2004 Jonathan Blandford - - * capplets/Makefile.am (always_built_SUBDIRS): - * configure.in: remove default-applications capplet. - -2004-07-15 Bastien Nocera - - * configure.in: fix OSS detection on NetBSD, patch from Julio M. - Merino Vidal (Closes: #145038) - -2004-07-15 Bastien Nocera - - * configure.in: fix gdk-pixbuf-csource's double identity (was not - detecting gdk-pixbuf-csource-32 from gtk2-devel), detect and - substitute glib-genmarshal's binary - -2004-05-17 Sergey V. Udaltsov - - * Merged the preview tab branch. The module libkbdraw appended - -2004-05-17 Jody Goldberg - - * configure.in : check for, but do not require nautilus libs. These - is necessary if we move to the osx/ximian style shell. - -2004-04-16 Jody Goldberg - - * configure.in : post branch release bump to 2.7.0 - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-15 Jody Goldberg - - * configure.in : Force libxklavier 1.0.2 so that we can work with - x.org and xfree86 - -2004-04-14 Iñaki Larrañaga - - * configure.in: Added "eu" (Basque) to ALL_LINGUAS. - -2004-04-09 Guntupalli Karunakar - - * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. - -2004-04-08 Jody Goldberg - - * libbackground/applier.c (egg_pixbuf_new_from_file_at_size) : - disable translation until after gnome-2-6 branch - -2004-04-01 Jody Goldberg - - * configure.in : We'll keep bumping it until we get it right - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-31 Mark McLoughlin - - * configure.in: post-release bump to 2.6.1. - -2004-03-31 Mark McLoughlin - - * configure.in: Version 2.6.0.2. - -2004-03-31 Thomas Vander Stichele - - * configure.in: - * gnome-settings-daemon/actions/Makefile.am: - check for GStreamer 0.8 properly - make sure -gstreamer files get disted for gnome-settings-daemon - re-enable GStreamer by default since #131316 got fixed - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-31 Christian Rose - - * configure.in: Added "af" to ALL_LINGUAS. - -2004-03-25 Guntupalli Karunakar - - * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS. - -2004-03-23 Jody Goldberg - - * configure.in : post release bump - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-16 Jody Goldberg - - * configure.in : require libxklavier 1.0 to get a few crashers fixed - -2004-03-11 Jody Goldberg - - * configure.in : post release bump - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-28 Francisco Javier F. Serrador - - * help/es: Added Spanish help - -2004-02-25 Bastien Nocera - - * configure.in: Disable GStreamer by default until #131316 gets - fixed - -2004-02-25 Bastien Nocera - - * configure.in: check for GStreamer, make it possible to disable - ALSA support even if the libraries are there - -2004-02-21 Christian Rose - - * configure.in: Added "en_CA" to ALL_LINGUAS. - -2004-02-07 Dennis Cranston - - * capplets/display/main.c: (create_dialog): Fix alignment of Options - category. (#133715). - -2004-02-17 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=133214 - * acinclude.m4 : quote the AC_DEFUN as per patch from - alexander.winston@comcast.net - - http://bugzilla.gnome.org/show_bug.cgi?id=124064 - * configure.in : add a test for ngettext. Used the same test as - gnome-vfs for consitency. - -2004-02-13 Jody Goldberg - - * configure.in : post release bump - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-13 Jody Goldberg - - * schemas/Makefile.am : handle builddir != srcdir - -2004-02-12 Mark McLoughlin - - * capplets/display/main.c: (cb_dialog_response): - * capplets/localization/gnome-localization-properties.c: - (dialog_response): update help links to point to user-guide.xml - -2004-02-06 Frederic Crozat - - * capplets/font/main.c: (sample_expose): - * gnome-settings-daemon/gnome-settings-gtk1theme.c: - (apply_settings): - * vfs-methods/themus/theme-method.c: - 64bits fixes. - -2004-02-03 Carlos Perelló Marín - - * configure.in, capplets/Makefile.am: Removed the localization capplet - references, it will wait until GNOME 2.7, it's too late for GNOME 2.6. - -2004-01-18 Jason Leach - - * schemas/Makefile.am (install-data-local): builddir != srcdir fix. - -2004-01-14 Jody Goldberg - - * configure.in : post release bump - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2004-01-14 Bastien Nocera - - * schemas/apps_gnome_settings_daemon_keybindings.schemas.in: - Change the labels for a couple of keys, make them more of the style - of the current ones - -2004-01-08 Carlos Perelló Marín - - * configure.in: The localization capplet is disabled until we remove - the libicu dependency. - -2004-01-08 Jody Goldberg - - * configure.in : Damn, forgot to bump the version after to point release. - -2004-01-05 Carlos Perelló Marín - - * configure.in: Added a check for libicu and the needed lines to add - the localization capplet. - * capplets/Makefile.am: Added the localization dir. - * capplets/localization: Added the localization capplet to change - the locales. - * po/POTFILES.in: Added new files from localization capplet. - -2004-01-01 Rodney Dawes - - * configure.in: Require GTK+ 2.3.0 - Fix --disable-vfs-methods to work - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Christian Neumair - - * capplets/font/main.c: (application_font_to_gconf): - * capplets/display/main.c: (timeout_string): Use ngettext for plurals - (#125175). - -2003-12-30 Jody Goldberg - - * configure.in : post release version bump - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-12-16 Jody Goldberg - - * capplets/file-types/file-types.desktop.in : remove the png so that - it can theme. - - * capplets/desktop-links/Makefile.am : remove .in.in path kludge. - * capplets/desktop-links/Accessibility.directory.in : - * capplets/desktop-links/Advanced.directory.in : ditto. - - * capplets/background/Makefile.am : no need to install capplet icon - anymore its part of the theme. - * capplets/default-applications/Makefile.am : - * capplets/font/Makefile.am : - * capplets/keybindings/Makefile.am : - * capplets/keyboard/Makefile.am : - * capplets/mouse/Makefile.am : - * capplets/network/Makefile.am : - * capplets/sound/Makefile.am : - * capplets/theme-switcher/Makefile.am : - * capplets/ui-properties/Makefile.am : - * capplets/windows/Makefile.am : - - * capplets/accessibility/at-properties/Makefile.am : - * capplets/accessibility/keyboard/Makefile.am : - - * capplets/background/background.desktop.in : Use the themed icon. - * capplets/default-applications/default-applications.desktop.in : - * capplets/font/font-properties.desktop.in : - * capplets/keybindings/keybinding.desktop.in : - * capplets/keyboard/keyboard.desktop.in : - * capplets/mouse/gnome-settings-mouse.desktop.in : - * capplets/network/gnome-network-preferences.desktop.in : - * capplets/sound/gnome-settings-sound.desktop.in : - * capplets/theme-switcher/gtk-theme-selector.desktop.in : - * capplets/ui-properties/gnome-ui-properties.desktop.in : - * capplets/windows/window-properties.desktop.in : - * capplets/accessibility/at-properties/at-properties.desktop.in : - * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in : - -2003-12-09 Kaushal Kumar - - * capplets/display/main.c (create_dialog): - Fixed conflict in Alt-C mnemonic. - Bugzilla bug #125719. - -2003-11-12 Jody Goldberg - - * Makefile.am : add a libgswitchit subdir - - * configure.in : Add a test to ensure the new virtual include of - libgswitchit is in place - * configure.in : define LIBXKLAVIER_* - * configure.in : include libgswitchit in SUBDIRS - -2003-11-05 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=125970 - * configure.in : make x extension check more robust - -2003-10-28 Jody Goldberg - - * configure.in : post release bump - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-10-28 Jody Goldberg - - * configure.in : version bump to 2.5.0 for head - -2003-10-28 Jody Goldberg - - * configure.in : Add libxklavier as a build requirement to prep people - -2003-10-24 Kjartan Maraas - - * capplets/display/main.c: (create_screen_widgets): Merge - fix for bug #125403 from stable. - -Mon Sep 8 10:55:23 2003 Jonathan Blandford - - * configure.in: Release 2.4.0 - -2003-08-31 Jeff Waugh - - * capplets/display/display-capplet.png: Not an apple. - -2003-08-20 Samúel Jón Gunnarsson - - * configure.in: Added "is" to ALL_LINGUAS - -2003-08-18 Guntupalli Karunakar - - * configure.in: Added "hi" to ALL_LINGUAS. - -2003-08-13 Malcolm Tredinnick - - * gnome-network-preferences.glade: Allow ports up to 65535 to be - specified in the proxy dialog box. Fixes bug #108930. - -Tue Aug 5 17:51:13 2003 Jonathan Blandford - - * capplets/display/main.c: Patch from James T. Richardson, Jr - to clean up the R and R capplet a little, - #115629 - -Thu Jul 31 14:43:16 2003 Jonathan Blandford - - * typing-break/drw-monitor.c: remove unneeded #include - as it doesn't exist on Solaris. - -2003-07-29 Frederic Crozat - - * capplets/sound/sound.desktop.in: - Use gnome-audio.png, not gnome-audio2.png for icon. - -2003-07-29 Frederic Crozat - - * capplets/accessibility/at-properties/.cvsignore: - * vfs-methods/themus/.cvsignore: - Quiet CVS. - - * vfs-methods/themus/Makefile.am: - Add missing files to EXTRA_DIST. Fix distcheck. - - * gnome-settings-daemon/Makefile.am: - Really don't ship generated files in tarball. - -2003-07-24 Andrew Sobala - - * Added libglade to themus configure check - -2003-07-17 Richard Hult - - * typing-break/main.c (main): Remove session stuff since g-s-d - handles lifetime the cycle now. - -2003-07-11 Telsa Gwynne - - * configure.in: Added "cy" (Welsh) to ALL_LINGUAS - -2003-07-07 Jody Goldberg - - * configure.in : post release version bump - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-07-02 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=116568 - * gnome-settings-daemon/gnome-settings-xsettings.c - (gnome_xft_settings_set_xresources) : generate values in locale C - -2003-06-27 Richard Hult - - * typing-break/drw-intl.h: Remove this and use gnome-i18n.h - instead. - - * typing-break/Makefile.am: Remove drw-intl.h - - * typing-break/drwright.c: - * typing-break/drwright.h: - * typing-break/drw-break-window.c: Merge in changes from drwright. - -Thu Jun 26 16:37:50 2003 Jonathan Blandford - - * Makefile.am (SUBDIRS): add typing-break to subdirs. - -Thu Jun 26 07:38:45 2003 Jonathan Blandford - - * typing-break/drwright.c: added the typing break to CVS from - drwright. - -2003-06-24 Jody Goldberg - - * configure.in : post release version bump - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-06-15 Taneem Ahmed - - * configure.in: Added "bn" to ALL_LINGUAS. - -2003-06-03 Frederic Crozat - - * .cvsignore: - * capplets/common/.cvsignore: - * schemas/.cvsignore: - * vfs-methods/.cvsignore: Quiet cvs. - - * capplets/common/Makefile.am: fix parallel build. - - * capplets/common/gnome-theme-apply.c: add missing header. - -2003-05-23 Abel Cheung - - * configure.in: Added "id" "th" to ALL_LINGUAS. - -Tue May 20 19:14:19 2003 Jonathan Blandford - - * configure.in: 2.3.2 released. - -Tue May 20 12:43:59 2003 Jonathan Blandford - - * configure.in (FONTILUS): add fontilus support. - * vfs-methods/Makefile.am: add fontilus support. - * vfs-methods/fontilus/Makefile.am: add fontilus support. - -2003-05-14 Abel Cheung - - * configure.in: Added "sr" "sr@Latn" to ALL_LINGUAS. - -2003-05-13 Andrew Sobala - - * Makefile.am: added themus support - * configure.in: added themus support - * vfs-methods/Makefile.am: added - -2003-05-12 Marco Pesenti Gritti - - * capplets/file-types/service-info.c: (service_info_save), - (service_info_delete): - - Set the enabled key for new services and unset it on delete - -2003-05-07 Jody Goldberg - - * configure.in : post release version bump - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-05-02 Ross Burton - - * configure.in: Generate the Makefile I added last night. Whoops. - -2003-04-30 Kjartan Maraas - - * configure.in: Require 2.2.0 or newer of libgnomeui - and gnome-desktop for the icon theme stuff. Fix from Spider and - aes. Fixes bug #104907. - -2003-04-23 Alexander Larsson - - * capplets/Makefile.am: - * configure.in: - * capplets/display/* - Check for XRandR support. - Add display capplet. - -2003-03-21 Guntupalli Karunakar - - * configure.in: Added "ml" in ALL_LINGUAS. - -2003-03-10 Roozbeh Pournader - - * configure.in: Added "fa" to ALL_LINGUAS. - -2003-03-04 Frederic Crozat - - * capplets/network/gnome-network-preferences.c: - (proxy_mode_radiobutton_clicked_cb): - Set "system/proxy/use_http_proxy" GConf key - when Manual or - Auto is selected. - - -2003-02-22 Laurent Dhima - - * configure.in: Added 'sq' to ALL_LINGUAS - -Thu Feb 13 18:51:37 2003 Jonathan Blandford - - * capplets/common/gconf-property-editor.c: (gconf_peditor_new): - * capplets/common/gnome-theme-info.c: (read_meta_theme), - (update_theme_index), (update_common_theme_dir_index), - (top_theme_dir_changed), (top_icon_theme_dir_changed), - (add_common_theme_dir_monitor), (real_add_top_theme_dir_monitor): - * capplets/default-applications/gnome-default-applications-properti - es.c: (initialize_default_applications), (read_editor), - (read_terminal): - * capplets/file-types/mime-edit-dialog.c: (fill_dialog): - * capplets/file-types/mime-type-info.c: (load_all_mime_types): - * capplets/file-types/mime-types-model.c: - (mime_types_model_get_value): - * capplets/font/main.c: (font_render_get_gconf), (enum_group_load): - * capplets/mouse/gnome-mouse-properties.c: (read_cursor_font), - (cursor_changed): - * capplets/theme-switcher/gnome-theme-details.c: - (window_theme_selection_changed): - * capplets/theme-switcher/gnome-theme-manager.c: - (meta_theme_selection_changed): - * capplets/theme-switcher/theme-thumbnail.c: - (generate_theme_thumbnail): - * libsounds/sound-properties.c: (sound_properties_add_directory), - (sound_properties_add_file): - * libsounds/sound-view.c: (compare_func): - * libwindow-settings/gnome-window-manager.c: - (gnome_window_manager_new): Patch from Kjartan Maraas to fix a - bunch of leaks. - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - * configure.in: 2.2.0.1 - -2003-01-22 Christian Rose - - * configure.in: Added "mn" to ALL_LINGUAS. - -Tue Jan 21 13:20:00 2003 Bill Haneman - - * gnoome-settings-daemon/gnome-settings-mouse.c: - (set_locate_pointer): Change the AnyModifier passive grab - of the Control keys to grabs on no modifier and on - LockModifier. [Fix for bugzilla 104058.] - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-10 Jody Goldberg - - * configure.in : Post release bump - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2003-01-08 Rajkumar Sivasamy - - * capplets/common/capplet-stock-icons.[ch]: Utility file to register - the images used by capplets as stock-icons - - * capplets/common/Makefile.am: Changes to include the above file - - * capplets/keyboard/gnome-keyboard-properties.c: - * capplets/accessibility/keyboard/accessibility-keyboard.c: - Use stock-icons - - * capplets/mouse/Makefile.am: - * capplets/mouse/gnome-mouse-properties.c: - Use stock-icons. Also register the icons through capplet-stock-icons.[ch] - instead of doing it here. - - Fixes Bug 101977 - -2002-11-29 Remi Cohen-Scali - - Reviewed by: Jody Goldberg - - * capplets/theme-switcher/gnome-theme-manager.c (drag_data_received_cb): - Add a test to detect is uri is local. If not use full URI instead - of just the path in order to be able to download remote tarballs. - Fixes #97983. - -2003-01-05 Pablo Saratxaga - - * configure.in: Added Amharic (am) and Macedonian (mk) to ALL_LINGUAS - -2002-12-30 Jody Goldberg - - * README : http://bugzilla.gnome.org/show_bug.cgi?id=100916 - -2002-12-18 Jody Goldberg - - * configure.in : post release version bump - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-12-17 Alex Duggan - - * schemas/desktop_gnome_font_rendering.schemas.in: fixed more typos - -2002-12-15 Andrew Sobala - - * schemas/desktop_gnome_font_rendering.schemas.in: fixed typos - -2002-12-10 Chema Celorio - - * configure.in: remove autoheader warnings, remove acconfig.h - -2002-12-10 Dennis Cranston - - * capplets/accessibility/keyboard/*.desktop.in: - * capplets/background/*.desktop.in: - * capplets/default-applications/*.desktop.in: - * capplets/desktop-links/*.desktop.in: - * capplets/file-types/*.desktop.in: - * capplets/font/*.desktop.in: - * capplets/keybindings/*.desktop.in: - * capplets/keyboard/*.desktop.in: - * capplets/mouse/*.desktop.in: - * capplets/network/*.desktop.in: - * capplets/sound/*.desktop.in: - * capplets/theme-switcher/*.desktop.in: - * capplets/ui-properties/*.desktop.in: - * capplets/url-properties/*.desktop.in: - * capplets/windows/*.desktop.in: - * control-center/*.desktop.in: Add StartupNotify support to - the .desktop files. - -2002-12-09 Jody Goldberg - - * configure.in (dnl) : bump the gtk req t ohandle havoc's metacity - changes. - -Wed Dec 4 14:34:27 2002 Jonathan Blandford - - * capplets/accessibility/keyboard/*.desktop.in: - * capplets/background/*.desktop.in: - * capplets/default-applications/*.desktop.in: - * capplets/desktop-links/*.desktop.in: - * capplets/file-types/*.desktop.in: - * capplets/font/*.desktop.in: - * capplets/keybindings/*.desktop.in: - * capplets/keyboard/*.desktop.in: - * capplets/mouse/*.desktop.in: - * capplets/network/*.desktop.in: - * capplets/sound/*.desktop.in: - * capplets/theme-switcher/*.desktop.in: - * capplets/ui-properties/*.desktop.in: - * capplets/url-properties/*.desktop.in: - * capplets/windows/*.desktop.in: - * control-center/*.desktop.in: Patch from Fernando Herrera - to add X-GNOME-BUGZILLA stuff to all the - .desktop files. - -2002-12-02 Christian Neumair - - * schemas/*.schemas: Removed - * schemas/*.schemas.in: Added - * schemas/Makefile.am: Various fixes (#89361). - -2002-11-26 Fatih Demir - - * configure.in: Added Tamil ("ta") to ALL_LINGUAS. - -2002-11-24 Jody Goldberg - - * configure.in : post release bump - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-03 Dmitry G. Mastrukov - - * configure.in: Added Belarusian to ALL_LINGUAS - -2002-11-02 Jody Goldberg - - * configure.in : post release version bump - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-25 Rajkumar Sivasamy - - * configure.in: Check for GDK_PIXBUF_CSOURCE - -2002-10-25 Marco Pesenti Gritti - Jorn Baayen - - * capplets/network/gnome-network-preferences.c: - (cb_details_dialog_response), (cb_use_auth_toggled), - (cb_http_details_button_clicked), - (proxy_mode_radiobutton_clicked_cb), (connect_sensitivity_signals), - (setup_dialog): - * capplets/network/gnome-network-preferences.glade: - - Improve proxy capplet. - -2002-10-21 Jody Goldberg - - * configure.in : post release version bump - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-16 Yanko Kaneti - - * schemas/apps_gnome_settings_daemon_default_editor.schemas: reorder - "key" and "applyto" elements so that it validates aginst the gconf dtd. - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -Fri Aug 23 00:15:47 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (setup_dialog): use new X mode of - the eggcellrendererkeys. - - * eggcellrendererkeys.[ch]: update from libegg. - -2002-08-21 Glynn Foster - - * configure.in: Don't put dnl's in AC_OUTPUT. - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-21 Jody Goldberg - - * configure.in : work around an intltool bug by having autoconf expand - something from the rootdir last. - -2002-08-19 Jody Goldberg - - * gnome-settings-daemon/gnome-settings-gtk1theme.h : fix cut-n-paste-o - -2002-08-19 Jody Goldberg - - * gnome-settings-daemon/gnome-settings-gtk1theme.c : new - file from owen to manage gtk1 themes. - -2002-08-15 Jody Goldberg - - * configure.in : set the version number to something sane - we branched. - -2002-08-07 Jody Goldberg - - * po/POTFILES.in : remove bogus file. - -2002-08-09 Yanko Kaneti - - * capplets/common/capplet-util.h: handle different cases of - preprocessor macro varargs support. - -2002-08-08 Seth Nickell - - * capplets/Makefile.am: - - Actually hook the windows capplet into the build. Though - its sort of ass right now. - -2002-08-08 Seth Nickell - - Try my best to throw a monkey wrench in things. Checkin - Windows capplet, and add window related settings to - the font capplet and theme capplet. - - Also fix button alignments on all capplets. - -2002-07-27 Mark McLoughlin - - * configure.in: add check for gtk+ with multihead - support and define HAVE_GTK_MULTIHEAD if found. - -2002-07-24 jacob berkman - - * configure.in: only #define HAVE_XFT2 if we actually have xft2 - - * configure.in: fixup x11 checks when x11 include path is not in - the default include path for the compiler - -Tue Jul 23 23:31:17 2002 Owen Taylor - - * capplets/font/main.c: Fix stupid typo. - -Tue Jul 23 23:29:51 2002 Owen Taylor - - * capplets/fonts/subpixel-{rgb,bgr,vrgb,vbgr}.c: Add - some pixmaps for font rendering. - -Tue Jul 23 22:35:10 2002 Owen Taylor - - * acconfig.h configure.in: Check for Xft2. - - * capplets/font/main.c capplets/font/Makefile.am - capplets/font/font-properties.glade: If XFt2 is present, - allow the user to control various font rendering attributes. - - * gnome-settings-daemon/gnome-settings-xsettings.c: - Mirror the Xft rendering attributes from the font - capplet to XSETTINGS and Xrdb. - - * schemas/Makefile.am schemas/desktop_gnome_font_rendering.schemas: - Add schemas for the new GConf settings. - -Tue Jul 23 22:06:08 2002 Owen Taylor - - * capplets/keyboard/gnome-keyboard-properties.c: Fix - unterminated GConfEnumStringPair array. - - * gnome-settings-daemon/gnome-settings-default-editor.c: - Fix some comments that had embedded /* which was causing - GCC warnings. - -2002-07-10 Jody Goldberg - patch from Brian Cameron - - * configure.in : look for path to esound - -2002-06-25 James Henstridge - - * gnome-settings-daemon/Makefile.am: commented lines ending in a - trailing backslash are not a good idea. - -2002-06-18 jacob berkman - - * configure.in: - * archiver/Makefile.am: - * capplets/common/Makefile.am: - * control-center/Makefile.am: - * libbackground/Makefile.am: - * libwindow-settings/Makefile.am: - * root-manager/Makefile.am: fixup localedir to work with solaris - gettext (fixes bug #83616) - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-06-04 Yanko Kaneti - - * configure.in: (ALL_LINGUAS) Added Bulgarian (bg). - -2002-06-02 Seth Nickell - - * configure.in: - - Create the .pc file for the window manager settings library. - -2002-05-29 Bastien Nocera - - * Makefile.am: Jody forgot to remove help from the top-level - Makefile.am as well, removed here - -2002-05-29 Jody Goldberg - - * configure.in : Remove help and help/C - -2002-05-16 jacob berkman - - * schemas/apps_gnome_settings_daemon_default_editor.schemas: add a - key to turn off some behaviour - - * capplets/Makefile.am (always_built_SUBDIRS): - * configure.in: re-add default-applications - - fixes #78037 - -2002-05-14 Seth Nickell - - * Makefile.am: - * configure.in: - - Move the window setting code into a seperate directory, libwindow-settings - so it can be shared between the capplet and the settings daemon, and - potentially, external window managers. - -2002-05-12 Anders Carlsson - - * configure.in: Require a new libglade. - -2002-05-11 Jacob Berkman - - * capplets/Makefile.am (DIST_SUBDIRS): add windows - -2002-05-11 Seth Nickell - - * configure.in: - - Create the windows preference page makefile, and add gnome-desktop - to the generic module flags. - -Wed May 8 17:54:57 2002 Jonathan Blandford - - * capplets/network/gnome-network-preferences.c: update schema keys - to reflect the installed file. - -2002-05-06 Rachel Hestilow - - * configure.in: Bump version to 1.99.10 - - * RELEASE: 1.99.10 - -2002-05-06 Anders Carlsson - - * schemas/Makefile.am: Doh! Remove the file from automake. - - * schemas/apps_gnome_keybinding_properties.schemas: - We now hard-code the key list, so this isn't neede anymore. - -2002-04-30 Anders Carlsson - - * capplets/network/gnome-network-preferences.desktop.in: - Use a snazzier icon here. - -2002-04-29 Rachel Hestilow - - * configure.in: Bump version to 1.99.9 - - * RELEASE: 1.99.9 - -2002-04-29 Rachel Hestilow - - * configure.in: Bump version to 1.99.8 - - * RELEASE: 1.99.8 - -2002-04-29 Pablo Saratxaga - - * configure.in (ALL_LINGUAS): Added Vietnamese (vi) - -2002-04-26 Seth Nickell - - * capplets/Makefile.am: - * configure.in: - - Re-enable building of font capplet. - -2002-04-25 Jody Goldberg - - * gnome-settings-daemon/gnome-settings-keyboard.c - (xfree86_set_keyboard_autorepeat_rate) : new. - (xkb_set_keyboard_autorepeat_rate) : new. - (apply_settings) : use them here. - -2002-04-19 Mark McLoughlin - - * capplets/Makefile.am, configure.in: add - capplets/gnome-network-preferences. - -2002-04-21 Rachel Hestilow - - * *.c: s/Richard/Rachel - - * configure.in: Bump version to 1.99.7 - - * RELEASE: 1.99.7 - -2002-04-19 jacob berkman - - * COPYING: add - -2002-04-17 Havoc Pennington - - * configure.in (GNOMECC_DATA_DIR): rearrange quoting of these dirs - so that "make bindir=/foo" works - -2002-04-14 Rachel Hestilow - - * capplets/ui-properties/behavior.desktop.in, - control-center/gnomecc.desktop.in: s/gnome2/gnome - -2002-04-12 Mark McLoughlin - - * schemas/apps_gnome_keybinding_properties.schemas: change the - panel keybindings keys to the new hyphen-less versions. - -2002-04-11 jacob berkman - - * (various files): fix improper use of guint as GType - -2002-04-10 Kevin Breit - - * configure.in: Added the help/Makefile.am and help/C/Makefile.am. - If the build breaks, look at this stuff. It's not the first time - I've killed the build. - - * Makefile.am: Made sure that help was in the SUBDIRS. I don't - want to break the build again. :/ - -2002-04-10 Rachel Hestilow - - * configure.in: - * capplets/Makefile.am (always_built_SUBDIRS): remove font - -2002-04-10 jacob berkman - - * configure.in (AC_OUTPUT): remove - capplets/theme-switcher/control/Makefile - -Tue Apr 9 11:43:08 2002 Jonathan Blandford - - * capplets/accessibility/keyboard/Makefile.am: Change gnome2-* to - gnome-* - * capplets/default-applications/Makefile.am: ditto - * capplets/file-types/Makefile.am: ditto - * capplets/font/Makefile.am: ditto - * capplets/keyboard/Makefile.am: ditto - * capplets/mouse/Makefile.am: ditto - * capplets/sound/Makefile.am: ditto - * capplets/theme-switcher/Makefile.am: ditto - * capplets/ui-properties/Makefile.am: ditto - * control-center/Makefile.am: ditto - * gnome-settings-daemon/Makefile.am: ditto - -2002-04-05 jacob berkman - - * configure.ion (AC_OUTPUT): revert kevin's patch until help stuff - actually builds - -2002-04-05 Kevin Breit - - * configure.in (dnl): Added help to the Makefile list. - -2002-04-04 jacob berkman - - * configure.in (AC_OUTPUT): remove sawfish Makefile - -2002-04-02 jacob berkman - - * configure.in: - * capplets/Makefile.am (always_built_SUBDIRS): remove - default-applications - -2002-03-28 jacob berkman - - * configure.in: add X libraries to link lines for things that make - X calls (since pango/gtk don't pull those in for us) - -Thu Mar 28 14:35:12 2002 Jonathan Blandford - - * configure.in (RELEASE): 1.99.6 - -2002-03-26 jacob berkman - - * capplets/Makefile.am (always_built_SUBDIRS): remove screensaver - - * capplets/screensaver/: remove as xscreensaver provides these - things - - * configure.in: remove xscreensaver check again as xscreensaver - supplies the .desktop file for itself - (AC_OUTPUT): remove capplets/screensaver/Makefile - -2002-03-26 Richard Hestilow - - * configure.in: The check for xscreensaver got removed, add it back - in. - -2002-03-26 jacob berkman - - * schemas/Makefile.am (schema_DATA): add new .schemas file - - * schemas/apps_gnome_settings_daemon_screensaver.schemas: settings - for starting screensaver - -Mon Mar 25 00:51:06 2002 Jonathan Blandford - - * configure.in (RELEASE): 1.99.5 - -Mon Mar 25 00:04:37 2002 Jonathan Blandford - - * capplets/keybindings/gnome-keybinding-properties.glade: Clean up - UI a little. - -2002-03-19 Richard Hestilow - - * configure.in (COMMON_LIBS): Link to common.la and not common.a. - -Sun Mar 17 23:26:02 2002 Jonathan Blandford - - * capplets/keybindings/eggcellrendererkeys.[ch]: sync to CVS. - -2002-03-17 jacob berkman - - * capplets/keybindings/Makefile.am - (gnome_keybinding_properties_SOURCES): add eggcellrendererkeys.h - -2002-03-18 Zbigniew Chyla - - * capplets/common/activate-settings-daemon.c (popup_error_message): - Fixed compilation error. - -Sun Mar 17 16:30:48 2002 Jonathan Blandford - - * capplets/keybindings/gnome-keybinding-properties.c - (create_dialog): fix typo. - -2002-03-17 Jonathan Blandford - - * Makefile.am: Add new Makefiles - * configure.in: ditto - * capplets/Makefile.am: Add keybindings dialog - - * capplets/keybindings/.cvsignore: shut up CVS - - * capplets/keybindings/Makefile.am: - * capplets/keybindings/eggcellrendererkeys.c: - * capplets/keybindings/eggcellrendererkeys.h: - * capplets/keybindings/gnome-keybinding-properties.c: - * capplets/keybindings/gnome-keybinding-properties.glade: - * capplets/keybindings/keybinding.desktop.in: - New properties dialog. Seems to work - - * schemas/.cvsignore: shut up CVS - - * schemas/Makefile.am: - * schemas/apps_gnome_keybinding_properties.schemas: New schemas - file for configuring the keybinding schemas. - * schemas/background.schemas: Remove unneeded schemas files - * schemas/peripherals.schemas: - * schemas/screensaver.schemas: - -2002-03-11 Richard Hestilow - - * Committed patches by Lauris Kaplinski for bugs 73571, 73587, - and 71613. - -2002-03-11 jacob berkman - - * configure.in (AC_OUTPUT): - * Makefile.am (SUBDIRS): add idl/ - -2002-03-10 Havoc Pennington - - * configure.in (ORBIT_IDL): define ORBIT_IDL and IDL flags so - gnome-settings-daemon will build - -2002-03-08 Richard Hestilow - - * RELEASE: 1.99.4 - -2002-03-05 jacob berkman - - * configure.in (EXTRA_CFLAGS): remove -I intl - -2002-03-05 Richard Hestilow - - * configure.in: AC_SUBST GNOMECC_CFLAGS and GNOMECC_LIBS. - -2002-03-05 jacob berkman - - * configure.in: using $GETTEXT_PACKAGE-2 is redundant - -2002-02-27 Kjartan Maraas - - * root-manager/root-manager-helper.c: s/PACKAGE/GETTEXT_PACKAGE/g - * configure.in: Add missing AC_DEFINE_UNQUOTED so that GETTEXT_PACKAGE - ends up in config.h. Also s/PACKAGE/GETTEXT_PACKAGE/g - -2002-02-23 Kjartan Maraas - - * capplets/default-applications/gnome-default-applications-properties.glade: - Remove translatable="yes" from icon labels. Remnant of a bug in - libglade-convert. (Thanks to James). - * capplets/file-types/file-types-properties.glade: Same - * capplets/keyboard/gnome-keyboard-properties.glade: Same - * capplets/mouse/gnome-mouse-properties.glade: Same. - * capplets/ui-properties/gnome2-ui-properties.glade: Same - * control-center/gnomecc.glade: Same - -2002-02-22 Kjartan Maraas - - * root-manager/root-manager-wrap.c: Remove calls to deprecated - functions gtk_visual_push|pop_visual(). - -2002-02-17 Gediminas Paulauskas - - * configure.in: remove deprecated GNOME_COMMON_INIT, - GNOME_PLATFORM_GNOME_2, fix warnings macros. - -2002-02-14 Richard Hestilow - - * Committed slackware compilation patch from - fflewddur@dropline.net. - -2002-02-11 Richard Hestilow - - * Committed instant-apply patch sans background. - -2002-02-11 Richard Hestilow - - * control-center/Makefile.am: Move splashdir to gnomecc-2. - - * Makefile.am: Remove idl from subdirs. - - * configure.in: Bump version to 0.9.3. - - * RELEASE - 0.9.3 - -2002-02-10 Richard Hestilow - - * Added font capplet. - -2002-02-07 Abel Cheung - - * configure.in (ALL_LINGUAS): Added "ko" back, after converting - it to UTF-8 encoding. - -Thu Feb 7 00:20:38 2002 Jonathan Blandford - - * configure.in (GETTEXT_PACKAGE): remove ko from ALL_LINGUAS as it - seems to be broken. - -2002-02-05 jacob berkman - - * configure.in (GETTEXT_PACKAGE): change to be parallel - installable - - * control-center2.png: - * Makefile.am (pixmap_DATA): rename to be parallel installable - -2002-01-28 Richard Hestilow - - * po/POTFILES.in: Remove panel.desktop.in.in. - -2002-01-28 Seth Nickell - - * control-center/capplet-dir.c: (capplet_new), (capplet_dir_new), - (capplet_dir_entry_destroy), (read_entries), - (get_root_capplet_dir): - * control-center/capplet-dir.h: - - Read control center directory structure out of GnomeVFS instead of - directly off the disk. - - Also deal with pixmaps more uniformly, and properly load them - out of PREFIX/share/pixmaps when they aren't an absolute path. - - * capplets/desktop-links/Sawfish/appearance-properties.desktop.in: - * capplets/desktop-links/Sawfish/bindings-properties.desktop.in: - * capplets/desktop-links/Sawfish/focus-properties.desktop.in: - * capplets/desktop-links/Sawfish/match-properties.desktop.in: - * capplets/desktop-links/Sawfish/maximize-properties.desktop.in: - * capplets/desktop-links/Sawfish/meta-properties.desktop.in: - * capplets/desktop-links/Sawfish/misc-properties.desktop.in: - * capplets/desktop-links/Sawfish/move-properties.desktop.in: - * capplets/desktop-links/Sawfish/placement-properties.desktop.in: - * capplets/desktop-links/Sawfish/sound-properties.desktop.in: - * capplets/desktop-links/Sawfish/workspace-properties.desktop.in: - * capplets/ui-properties/behavior.desktop.in.in: - - Add a Categories Field. - - * capplets/desktop-links/Makefile.am: - * capplets/desktop-links/Sawfish/Makefile.am: - * capplets/file-types/Makefile.am: - * capplets/theme-switcher/Makefile.am: - * capplets/ui-properties/Makefile.am: - * control-center/Gnome.directory.in.in: - * control-center/Makefile.am: - - Install directory files into PREFIX/share/gnome/vfolders, the standard - vfolder description location. - -2002-01-28 Richard Hestilow - - * configure.in: Bump version to 1.99.2. - - * RELEASE: 1.99.2 - -2002-01-28 Laszlo Peter - - * archiver/location.c: s/__FUNCTION__/G_GNUC_FUNCTION/ - * capplets/common/capplet-util.c: ditto - * capplets/common/capplet-util.h: ditto - * libbackground/preferences.c: ditto - * applets/common/wrapper-script.in: change "test $x == y" to - "test $x = y" for portability - -2002-01-27 Richard Hestilow - - * Makefile.am (CLEANFILES): Rename as MAINTAINERCLEANFILES. - -Tue Jan 22 16:20:21 2002 Jonathan Blandford - - * configure.in: Keep ACLOCAL_FLAGS around, and actually use the - gnome-vfs cflags/libs. - -2002-01-21 Richard Hestilow - - * Remerge control-center-plus. - -2002-01-21 Hasbullah Bin Pit - - * configure.ini: Added Malay (ms)to ALL_LINGUAS. - * po/ms.po: Added Malay Translation. - -2002-01-21 Anders Carlsson - - * schemas/peripherals.schemas: motion_threshold is supposed - to be an int. - -2002-01-17 Jakub Steiner - - * control-center.png: fixed the anti-aliasing of the wrench - -2002-01-16 Kevin Breit - - * help/C/gnome-control-center.sgml: Removed this file - - * help/C/control-center.sgml: Added this file - -2002-01-15 Richard Hestilow - - * (Many "make distcheck" fixes). - -2002-01-14 Bradford Hovinen - - * Makefile.am (CLEANFILES): Add this line - - * capplets/Makefile.am (always_built_SUBDIRS): Compile common first - - * configure.in (INSTALL_GCONF_CONFIG_SOURCE): Use control-center-2 - for data directory - -Tue Jan 8 15:00:27 2002 Jonathan Blandford - - * configure.in (XF86MISC_LIBS): we now depend on esound. - -2002-01-07 Richard Hestilow - - * configure.in: Whoops, delete those invalid-dnl'ed lines. This - is part of my use-xscreensaver-demo patch. - -2002-01-04 Richard Hestilow - - * configure.in: Add libgnomeui dependency to daemon - (it needs gnome-client). - -2002-01-04 Mikael Hallendal - - * configure.in: added - capplets/default-applications/default-applications.desktop.in to - AC_OUTPUT. - -2002-01-03 Bradford Hovinen - - * configure.in (AC_OUTPUT): Remove schemas/Makefile - - * Makefile.am (SUBDIRS): Remove schemas - -2001-12-20 Bradford Hovinen - - * schemas/Makefile.am (schema_DATA): Add background, screensaver - files - (install-data-local): Allow specification of multiple schema files - - * configure.in (GNOMECC_DESKTOP_DIR): Define - (GNOMECC_DATA_DIR): Define - Remove AC_DEFINE_UNQUOTED for the rest of the directories - - * schemas/Makefile.am (EXTRA_DIST): Add - - * configure.in: Removed capplets/sound/Makefile - - * Makefile.am (SUBDIRS): Put gnome-settings-daemon after - libbackgrounds - - * capplets/Makefile.am (always_built_SUBDIRS): Add common, - background, keyboard, mouse back in - - * configure.in (PKG_CHECK_MODULES): Remove lines pertaining to the - archiver, add line for gnome settings daemon - -Sun Dec 9 19:24:47 2001 Jonathan Blandford - - * configure.in: use gconf macros. - -Sat Dec 8 21:33:10 2001 Jonathan Blandford - - * gnome-settings-daemon/gnome-settings-daemon.c (main): Import - from gconf-xsettings module. Cleaned up a bunch, and made to work - with mouse properties too. - - * schemas/peripherals.schemas: New location for schemas. Need to - write many more. - -2001-12-09 Gediminas Paulauskas - - * *.c (main): retrieve translation in utf-8 codeset. Do not - setlocale (). - * some Makefile.am (INCLUDES): remove intl. - (..._LDADD): remove INTLLIBS - -2001-12-08 Havoc Pennington - - * configure.in (COMMON_MODULES): add gnome-desktop-2.0 to CFLAGS, - add AC_PROG_INTLTOOL - -2001-12-08 Richard Hestilow - - * capplets/Makefile.am: Remove bonobo subdirs so people - stop yelling at us. - -2001-12-08 Richard Hestilow - - * configure.in: Add special gconf defines (gconftool, etc). - -2001-12-01 Richard Hestilow - - * configure.in: Add libsounds stuff. - * Makefile.am (SUBDIRS): Add libsounds. - -Fri Nov 30 15:35:39 2001 Owen Taylor - - * configure.in: Added AM_GLIB_GNU_GETTEXT and - setting of GETTEXT_PACKAGE. - - * Makefile.am: Change from xml-i18n-extract (etc.) - to intltool-extract (etc.) - -2001-11-29 Miles Lane - - * configure.in: Removed intl/Makefile from AC_OUTPUT - since there is no intl subdirectory in the repository. - -2001-11-29 Bradford Hovinen - - * configure.in: Disabled archiver - - * Makefile.am (SUBDIRS): Disabled archiver - -2001-11-28 Richard Hestilow - - * configure.in: Remove gtkhtml-2.0 check since we no longer - depend on it. - -2001-10-27 Bradford Hovinen - - * configure.in: Bump version to 1.99.0 - -2001-10-26 Bradford Hovinen - - * Makefile.am: Remove intl from SUBDIRS - - * */Makefile.am: s/XML_I18N_MERGE/INTLTOOL/g - - * capplets/Makefile.am: Remove screensaver from - always_built_SUBDIRS and add $(SCREENSAVER) to SUBDIRS - - * capplets/{background|keyboard|mouse|sound}/Makefile.am: - Fix so that automake does not choke on these files - - * README: Updated to reflect current status porting to GNOME 2 - - * configure.in: Cleanup for GNOME 2 port - Allow disabling of screensaver capplet compile if xscreensaver - is not found - (AC_OUTPUT): Removed dnl capplets/rollback/Makefile as it caused - some difficulties - -2001-10-23 Wang Jian - - * configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese. - -2001-10-18 Bradford Hovinen - - * capplets/Makefile.am (always_built_SUBDIRS): Put common in - always_built_SUBDIRS - - * configure.in (dnl): Remove --enable-bonobo-conf option - -2001-10-11 Israel Escalante - - * configure.in: Bump version to 1.5.10 - -2001-10-11 Israel Escalante - - * configure.in (gnome_cv_use_gnome): Bump requirement for - gtkhtml >=0.15.0 and version to 1.5.9. Committed patch - from peter@ximian.com to fix some build issues. - -2001-10-07 Gediminas Paulauskas - - * configure.in (ALL_LINGUAS): added lv - -2001-10-02 Jakub Steiner - - * control-center.png: new application icon - -2001-09-28 Israel Escalante - - * configure.in: Bump requirements to bonobo-conf 0.12 - -2001-09-28 Richard Hestilow - - * control-center/capplet-dir-view-html.c: - Committed patch from Carlos Perelló Marín - to handle UTF-8 correctly. Sorry it took so long; it got lost in - my mailbox. - -2001-09-27 Chema Celorio - - * configure.in (capplet_modules): bum the requirements for gal >= 0.12 - and version to 1.5.8 - -2001-09-10 Chema Celorio - - * configure.in (GNOMECC_PIXMAPS_DIR): substite ${prefix}/share with {datadir} - thanks peter@ximian.com - -2001-09-09 Wang Jian - - * configure.in(ALL_LINGUAS): Removed zh_CN.GB2312. - -2001-09-07 Bradford Hovinen - - * capplets/Makefile.am (always_built_SUBDIRS): Added rollback - -2001-09-04 Bradford Hovinen - - * configure.in: Use ${real_prefix}/share rather than ${datadir}, - etc. - - * acconfig.h: Add GNOMECC_DEFAULTS_DIR - - * configure.in (GNOMECC_DEFAULTS_DIR): Define this here - -2001-08-29 Bradford Hovinen - - * RELEASE : 1.5.7 - -2001-08-23 Bradford Hovinen - - * RELEASE : 1.5.6 - -2001-08-22 Bradford Hovinen - - * configure.in: Bump version to 1.5.6 - -2000-08-22 Pablo Saratxaga - - * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW - -2001-08-21 Bradford Hovinen - - * idl/ConfigArchiver.idl: Added exception RollbackDataNotFound - Added exception LocationNotFound - -2000-08-18 Pablo Saratxaga - - * configure.in (ALL_LINGUAS): Added Nynorsk (nn) and Walloon (wa) - -2001-08-13 Chema Celorio - - * configure.in (Configuration): remove (XST) - -2001-08-10 Bradford Hovinen - - * RELEASE : 1.5.5 - -2001-08-10 Aaron Weber - - * help/: New directory: help and documentation. - * help/C/: New directory: English help and documentation. - * help/C/figures: New directory: figures for English help and docs. - * help/C/gnome-control-center.sgml: New file. Empty SGML skeleton. - -2001-08-09 Richard Hestilow - - * configure.in: Check for xscreensaver and perl, and - generate capplets/screensaver/magic.pl. - -2001-08-07 Bradford Hovinen - - * configure.in: Corect behavior when prefix is not explicitly - specified - -2001-08-02 Jason Leach - - * configure.in: Give a better URL for pkgconfig. - -2001-07-30 Bradford Hovinen - - * RELEASE : 1.5.4 - - * configure.in: Bump libcapplet dependency to 1.5.4 - -2001-07-30 Richard Hestilow - - * control-center.png: Added. - - * Makefile.am: install control-center.png - -2001-07-27 Bradford Hovinen - - * RELEASE : 1.5.3 - - * configure.in: Bump version to 1.5.3 - -2001-07-27 Bradford Hovinen - - * RELEASE : 1.5.2 - -2001-07-27 Bradford Hovinen - - * configure.in (capplet_modules): Update version dependency for - libcapplet to 1.5.2 - -2001-07-26 Bradford Hovinen - - * configure.in (AC_ARG_ENABLE): Fix problem where meaning of - --enable-bonobo-conf was the opposite of what it should have been - (CC_USE_BONOBO_CONF): Stupid, stupid autoconf - -2001-07-25 Chema Celorio - - * configure.in (PKG_BONOBO_CONF_CHECK): update the requirements for - bonobo_conf to 0.9 since we now depend on it - -2001-07-25 Chema Celorio - - * configure.in (BONOBO_CHECK): remove the --enable-bonobo-conf and replace with - --disable-bonobo-conf. The default is now with bonobo-conf - -2001-07-25 Chema Celorio - - (capplet_modules): add bonobo_conf back. - -2001-07-25 Chema Celorio - - * configure.in (GNOMECC_CAPPLETS_OAF_FILE_IN_RULE): scape correctly the - OAF_FILE_IN_RULE, it was not escaped before but for some reason it didn't - generated and error - - * capplets/Makefile.am (SUBDIRS): we need to build LIBCOMMON_DIR - before the capplets cause the capplets link with ../common/libcommon.a - -2001-07-25 Bradford Hovinen - - * configure.in: Remove IMLIB check - (GNOMECC_CAPPLETS_DESKTOP_IN_RULE): Add sed expression to cover - macro DESKTOP_EXEC_LINE - (LIBCOMMON_DIR): Add option --enable-bonobo-conf - - * all: Added support for optionally compiling without bonobo-conf enabled - -2001-07-25 Chema Celorio - - * configure.in (dnl): remove the sawfish dir - -2001-07-24 Chema Celorio - - * configure.in (dnl): add a new sed line that adds the full path to the Exec line - in the .desktop files. It is commented out for now cause gnoemcc is not apreciating - full paths. - -2001-07-20 Chema Celorio - - * RELEASE : 1.5.0 - -2001-07-19 Chema Celorio - - * configure.in: make distcheck love - -2001-07-19 Bradford Hovinen - - * configure.in: Bump to version 1.5.0 - -2001-07-19 Chema Celorio - - * Makefile.am: remove Gnome.directory from here - -2001-07-18 Chema Celorio - - * configure.in (capplet_modules): gtkhtml 0.9 is enough - -2001-07-18 Chema Celorio - - * configure.in (GNOMECC_SCREENSAVERS_DIR): define GNOMECC_SCREENSAVERS_DIR - (dnl): remove the check for bonobo-conf and check in the PKG_CONFIG macro - (capplet_modules): add versions that we require - -2001-07-17 Chema Celorio - - * configure.in: define the directories - - * capplets/background/Makefile.am (SUBDIRS): clean - - * configure.in (gnome_cv_use_gnome): clean the macro - -2001-07-17 Bradford Hovinen - - * configure.in (AC_OUTPUT): Disabled rollback capplet - - * capplets/Makefile.am (always_built_SUBDIRS): Disabled rollback - capplet compile - -2001-07-17 Chema Celorio - - * acconfig.h: define GNOMECC_ICONS_DIR - - * configure.in (vers): requre pkg-config 0.8.0 - (GNOME_CONTROL_CENTER_ICONS_DIR): add - (GNOMECC_CAPPLETS_CFLAGS): define - -2001-07-16 Richard Hestilow - - * configure.in: Create Makefile in capplets/desktop-links/Sawfish. - -2001-07-16 Richard Hestilow - - * configure.in: Create Makefiles in capplets/desktop-links and - capplets/default-applications. - - * capplets/desktop-links: Added. - - * capplets/default-applications: Added. - -2001-07-14 Carlos Perelló Marín - - * *.directory: Renamed to *.directory.in to be used with - xml-i18n-tools. - * *.desktop: Renamed to *.desktop to be used with xml-i18n-tools. - * *.glade: Modified to not generate the glade.h files. - * *.glade.h: Removed. - * Makefile.am: Modify to use xml-i18n-tools - * configure.in: ditto. - * autogen.sh: ditto, now we use the macros/autogen.sh - -2001-07-13 Chema Celorio - - * configure.in (capplet_modules): wait, we don't need gnome-vfs - - * autogen.sh (PKG_NAME): check for capplets/common/capplet-util.h - - * configure.in (capplet_modules): pkgconfig 0.8.0 now handles - gnome-vfs. No need to call gnome-vfs-config. - -2001-07-13 Bradford Hovinen - - * capplets/Makefile.am (always_built_SUBDIRS): Add common - - * configure.in (AC_OUTPUT): Add capplets/common/Makefile - -2001-07-12 Chema Celorio - - * configure.in (vers): bump pkg-confi to version 0.8.0. Version - 7 was doing strange things. - -2001-07-12 Bradford Hovinen - - * configure.in: Add check for the correct version of bonobo-conf - Bump version number to 1.3.10 - -2001-07-12 Chema Celorio - - * configure.in (CONFIG_ARCHIVER_INCLUDEDIR): the root manager is - disabled for now - -2001-07-11 Richard Hestilow - - * configure.in (capplet_modules): Look for libcapplet, not - libcapplet2. - -2001-07-10 Chema Celorio - - * capplets/Makefile.am (EXTRA_DIST): remove ChangeLog as - we have now one ChangeLog per capplet - -2001-07-09 Bradford Hovinen - - * Makefile.am: Added Gnome.directory and installation routine - -2001-07-07 Chema Celorio - - * configure.in (capplet_modules): add bonobo and bonobox - -2001-07-07 Chema Celorio - - * configure.in (vers): require pkg-config 0.7.0 since - 0.6.0 is brOKeN - -2001-07-05 Bradford Hovinen - - * configure.in (GNOMECC): Remove libcapplet - Add XIMIAN_ARCHIVER_{LIBDIR|LIBS|INCLUDEDIR} - Bump version number to 1.3.2 - (capplet_modules): Use libglade-gnome rather than libglade - - * Makefile.am (SUBDIRS): Put po after capplets so that the build - doesn't screw up - - * capplets/Makefile.am: Removed rules pertaining to - sound-properties - - * capplets/sound-properties-capplet.c (set_moniker_cb): Change - BonoboPropertyEditor to BonoboPEditor - - * configure.in: Update AC_INIT to use correct directory name - (AC_OUTPUT): Update to current directory structure - - * Makefile.am (SUBDIRS): Update to current directory structure - - * capplets/Makefile.am (always_built_SUBDIRS): Updated to current - directory structure - -2001-07-03 Bradford Hovinen - - * archiver/Makefile.am (bonobo_moniker_archiver_LDADD): Use @...@ - rather than $(...) for pkg-config's sake - - * capplets/Makefile.am (INCLUDES): Use correct location for Glade - data - Added sound-properties.glade, sound-properties.desktop - -2001-07-03 Richard Hestilow - - * configure.in: Add PKG_CHECK_MODULES for SCREENSAVER_CAPPLET. - -2001-06-29 Bradford Hovinen - - * capplets/Makefile.am (bin_PROGRAMS): Add target for - sound-properties-capplet - (INCLUDES): Install from new-sound-properties - - * configure.in (CAPPLET_{CFLAGS|LIBS}): Add bonobo_conf to each - -2001-06-27 Richard Hestilow - - * configure.in: Check for pkg-config >= 0.6.0 without the use of - a macro -- people were having issues with older versions with - no macros. - -2001-06-21 Havoc Pennington - - * configure.in: switch to using pkg-config to find things - - * capplets/*/Makefile.am: clean up crufty flags, adapt to - configure.in changes - -2001-06-21 Bradford Hovinen - - * capplets/new-*/main.c (main): Abort if prefs structure is NULL - when editing outside the current location. Fixes crash when bad - XML data are supplied. - - * capplets/new-*/main.c (do_set_xml): Fix to use correct - termination condition and g_string API - -2001-06-20 Bradford Hovinen - - * capplets/new-*/main.c (do_set_xml): Don't save unless - apply_settings is set - -2001-06-20 Richard Hestilow - - * capplets/new-background-properties/applicer.c - (get_geometry): Handle properly the case where centered/tiled - image is larger than the screen/preview. - -2001-06-20 Bradford Hovinen - - * capplets/new-background-properties/applier.c - (is_nautilus_running): Fixed nitems check - (set_root_pixmap): Passing -1 makes the function just set the - pixmap to what it was - -2001-06-18 Bradford Hovinen - - * capplets/new-*/main.c (do_set_xml): Use read () rather than - fread () to make sure to catch end-of-file. Gracefully handle - no-data case. - -2001-06-12 Bradford Hovinen - - * capplets/new-mouse-properties/main.c (ok_cb): - (cancel_cb): Add #ifdef HAVE_XIMIAN_ARCHIVER around some parts - missing it - -2001-06-07 Christian Rose - - * capplets/desktop-links/Appearances.directory, - capplets/desktop-links/Multimedia.directory, - capplets/desktop-links/Peripherals.directory, - capplets/desktop-links/UIOptions.directory, - capplets/gnome-edit-properties/gnome-edit-properties.desktop, - capplets/mime-type/mime-type.desktop, - capplets/new-ui-properties/behavior.desktop, - capplets/screensaver-properties/screensaver-desktops/ - screensaver-properties.desktop, - capplets/sound-properties/sound-properties.desktop, - capplets/theme-switcher/theme-selector.desktop: - Modified Swedish entry. - -2001-05-05 Bradford Hovinen - - * configure.in: Add check for libximian_archiver; try include - cflags and libs only if the archiver is present * - capplets/*/main.c: Add #ifdef's around anything that uses the - Ximian archiver so that the capplets can compile without it - -2001-05-03 Bradford Hovinen - - * capplets/*/main.c (main): Handle --get-defaults - (do_restore_from_defaults): Implement - - * capplets/*/preferences.c (preferences_init): Load default values - -2001-04-27 Bradford Hovinen - - * capplets/wm-properties/wm-list.c (wm_read_from_xml): Make - desktop-entry an attribute rather than a child node - - * capplets/*/main.c: Do not try to load preferences from XML if - there was not XML data - -2001-04-24 Bradford Hovinen - - * capplets/*/main.c: - * capplets/*/preferences.c: Support --location - -2001-04-24 Bradford Hovinen - - * capplets/Makefile.am (always_built_SUBDIRS): Compile in - new-screensaver-properties - -2001-04-24 Anna Marie Dirks - * capplets/interfaces/control-center.glade: This is the initial mockup of my reorganization of control center's menus; I'm committing it to garner input. This file includes separate menus for simple, intermediate and advanced modes; it does not include any graphics (yet). - -2001-04-14 Bradford Hovinen - - * capplets/*/main.c: Don't apply settings if editing settings - outside the current location - -2001-04-13 Bradford Hovinen - - * capplets/*/main.c: Read XML from stdin if --location is passed - -2001-04-12 Bradford Hovinen - - * capplets/*/main.c: Support --location command line option to - edit settings in a location different from the current one - - * capplets/*/preferences.[ch]: Support multi-level freezing and - thawing, so that we can permanently disable applying changes - -2001-03-29 Anna Marie Dirks - * capplets/interfaces: added this directory to store gladed mockups of new capplets. - * capplets/pixmaps: added this directory to store the supporting images for the capplet mockups. - - * capplets/interfaces/background-capplet-mockup.glade: initial version of the new and improved background capplet. i still need to figure out exactly which labels to use where (ie, "alignment" is not really correct). - - * capplets/pixmaps/athens-bg.png: graphic used to demonstrate how/where the preview should go in the new background capplet. - - -2001-03-18 Ravi Pratap - - * control-center/capplet-widget.h (CAPPLET_WIDGET_CLASS): Correct - to cast to CappletWidgetClass - - * capplets/wm-properties.c (store_archive_data): add - (ok_callback): Modify to store settings using wm_list_save - - * capplets/gnome-edit-properties.c (edit_apply): Modify to call - store_archive_data before exiting. - (current_info): Add new global variable to hold current state. - -2001-03-15 Bradford Hovinen - - * capplets/new-*/main.c: Added code to store archive data with the - ximian archiver - -2001-03-13 Chema Celorio - - * capplets/gnome-edit-properties/gnome-edit-properties.c: - s/gEdit/gedit - -2001-01-29 Fatih Demir - - * idl/.cvsignore & libcapplet/.cvsignore: Added these - files. - -2001-01-27 Bradford Hovinen - - * capplets/new-background-properties/applier.c - (applier_apply_prefs): Disable wallpaper in new_prefs structure, - not structure passed to function - -2001-01-26 Bradford Hovinen - - * capplets/new-background-properties/main.c - (do_restore_from_defaults): Implement. Creates a preferences - object with factory defaults and saves and applies those changes. - -2001-01-26 Marius Andreiana - - * *.desktop, *.directory : Added ro (Romanian) translation - -2001-01-25 Bradford Hovinen - - * configure.in ([BG_]CAPPLET_{CFLAGS|LIBS}): Add ximian_archiver - - * capplets/new-background-properties/main.c (store_archive_data): - Implement - (ok_cb): Call store_archive_data - -2001-01-25 jacob berkman - - * root-manager/root-manager.c (main): add a \n to the usage - message - - * root-manager/root-manager-wrap.c: change some g_print's to - fprintf to stderr - -2001-01-24 Bradford Hovinen - - * capplets/new-background-properties/preferences.c - (preferences_read_xml): Fix typo in adjust-opacity part - - * capplets/new-background-properties/main.c (do_set_xml): Apply - preferences as well as saving them - -2001-01-24 jacob berkman - - * new-control-center/*.[ch]: new (temporary) html view and bug - fixication - - * root-manager/*.[ch]: gnomeify dialogs and other cleanups - - * configure.in: flags for root-manager-helper - -2001-01-17 jacob berkman - - * root-manager/Makefile.am - * root-manager/root-manager.h: fix finding the root-manager - -2001-01-24 Bradford Hovinen - - * configure.in: Added ROLLBACK_CAPPLET_{CFLAGS|LIBS} for the - rollback capplet - (ROLLBACK_CAPPLET_LIBS): Typo fix - (AC_OUTPUT): Added capplets/rollback/Makefile - -2000-12-29 Kjartan Maraas - - * capplets/new-background-properties/background-properties.glade: - Fix typo. - -2000-12-26 Jacob "Ulysses" Berkman - - * root-manager/root-manager.c: tool based on usermode / - consolehelper to launch setup tools with root privaleges - - * capplets/new-ui-properties/ui-properties.glade: merged the 3 - capplets into one - - * capplets/new-background-properties/background-properties.glade: - re-did the UI a bit. The code doesn't yet work correctly. - - * configure.in: add checks for libcapplet and fixup directories - - * Makefile.am: remove libcapplet and add root-manager - -2000-12-22 Bradford Hovinen - - * capplets/new-background-properties/applier.c - (renderer_render_wallpaper): Prescale the pixbuf before a tiled - composite - -2000-12-21 Bradford Hovinen - - * capplets/new-background-properties/applier.c (set_root_pixmap): - Check if nitems is 1, not 4 - (set_root_pixmap): Do a sanity check on the old pixmap before - freeing it - -2000-12-18 Bradford Hovinen - - * capplets/new-background-properties/applier.c - (renderer_render_wallpaper): Change the meaning of brightness to - mean opacity - (tile_composite): Implement - (render_gradient_p): Return TRUE if the opacity should be adjusted - - * capplets/new-background-properties/prefs-widget.c: Change - instances of brightness to refer to opacity - - * capplets/new-background-properties/preferences.c: Ditto - -2000-12-17 Bradford Hovinen - - * capplets/new-background-properties/applier.c - (renderer_render_wallpaper): Add support for adjusting wallpaper - brightness - - * capplets/new-background-properties/main.c (ok_cb): - (cancel_cb): Disconnect ok, cancel handler signals before - destroying preferences widget - (setup_capplet_widget): Set signal handler ids for ok, cancel - signals - - * capplets/new-background-properties/prefs-widget.c - (prefs_widget_init): Connect signals for adjusting brightness - (adjust_brightness_toggled_cb): - (brightness_adjust_changed_cb): - (set_brightness_controls_sensitive): Implement - - * capplets/new-background-properties/preferences.h (struct - _Preferences): Add adjust_brightness, brightness_value - - * capplets/new-background-properties/preferences.c (preferences_load): - (preferences_save): - (preferences_read_xml): - (preferences_write_xml): Support adjust_brightness, brightness_value - - * capplets/new-background-properties/prefs-widget.c - (wallpaper_entry_changed_cb): Don't fail if prefs is NULL, just - return - - * capplets/new-background-properties/main.c (ok_cb): - (cancel_cb): Properly destroy the preferences widget - - * capplets/new-background-properties/prefs-widget.c - (prefs_widget_destroy): Implement - - * capplets/new-background-properties/preferences.c - (preferences_changed): Increased delay before autoapply - (preferences_load): - (preferences_save): Use string rather than bool for auto_apply - - * capplets/new-background-properties/prefs-widget.c - (auto_apply_toggled_cb): Implement - (read_preferences): - (prefs_widget_init): Support auto_apply - - * capplets/new-background-properties/preferences.h (struct - _Preferences): Add auto_apply - * capplets/new-background-properties/preferences.c - (preferences_write_xml): - (preferences_read_xml): - (preferences_load): - (preferences_save): Support auto_apply - - * capplets/new-background-properties/applier.c (struct _Renderer): - Added srcx, srcy to clip wallpaper when it is too big - (get_geometry): Set srcx and srcy - (renderer_render_to_screen): Tweak rendering geometry to stay - within the wallpaper area on the drawable - - * capplets/new-background-properties/prefs-widget.c - (wallpaper_entry_changed_cb): Make sure the file specified is - actually a file - - * capplets/new-background-properties/main.c (do_set_xml): Default - NULL for buffer - - * capplets/new-background-properties/applier.c - (is_nautilus_running): Return if there is no Nautilus window - property - -2000-11-23 Stanislav Brabec - - * */*/*.desktop, */*/*.directory: Remove trailing dot in english - strings containing menu name or tooltip (discussed in gnome-i18n - list). Updated cs. - -2000-10-21 Bradford Hovinen - - * capplets/new-background-properties/applier.c (set_root_pixmap): - If the passed pixmap is None, delete the root pixmap properties - and don't try to set the background on the root window - (is_nautilus_running): Implement. Return TRUE iff Nautilus is - running, FALSE otherwise - (applier_apply_prefs): If Nautilus is running and we are rendering - to the root pixmap, just remove the root pixmap window property - (renderer_render_to_screen): Set root pixmap to None (i.e., - destroy root pixmap) if we're rendering a solid background to the - root window - (is_nautilus_running): Fix only_if_exists parameters for XInternAtom - -2000-10-16 Stanislav Brabec - - * capplets/new-screensaver-properties/screensavers/Makefile.am: - Created noinst_DATA, to not fail in po. - -2000-10-14 Bradford Hovinen - - Courtesy John B Tunison : - * capplets/*/Makefile.am (INCLUDES): Put - -I$(top_srcdir)/libcapplet before everything else - -2000-10-11 Stanislav Brabec - - * */*/*.desktop: Remove trailing dot in english strings containing - menu name or tooltip (discussed in gnome-i18n list). - Updated cs. - -2000-10-09 Christophe Merlet - - * capplets/*/*.desktop: Updated exec entry when necessary. - Updated french strings. - -2000-10-08 Bradford Hovinen - - * configure.in: Bumped version no to 1.3.1 - - * capplets/new-mouse-properties/Makefile.am (EXTRA_DIST): Remove - erroneous ChangeLog entry - - * capplets/new-background-properties/Makefile.am (EXTRA_DIST): Add - translation file - - * capplets/new-bell-properties/Makefile.am (EXTRA_DIST): ditto - - * capplets/new-mouse-properties/Makefile.am (EXTRA_DIST): ditto - - * capplets/new-ui-properties/Makefile.am (EXTRA_DIST): ditto - - * capplets/new-mouse-properties/preferences.c - (preferences_apply_now): Apply change by Eric Dorland - to use XGetPointerMapping - - * configure.in (CFLAGS): Update list of Makefiles - - * capplets/Makefile.am (always_built_SUBDIRS): Build new - sound-properties-capplet rather than old one - -2000-10-06 Bradford Hovinen - - * configure.in (AC_OUTPUT): Update list of Makefiles - -2000-09-24 Bradford Hovinen - - * capplets/new-ui-properties/preferences.c - (preferences_clone): Copy dialog_use_icons field - - * capplets/new-ui-properties/prefs-widget-dialogs.c: Use standard - macro for dialog_icons - - * capplets/new-ui-properties/prefs-widget.h - (struct _widget_desc_t): Remove field prefs_offset - - * capplets/new-ui-properties/preferences.c - (preferences_get_dialog_icons): - (preferences_set_dialog_icons): Implement - - * capplets/new-ui-properties/prefs-widget.c (read_preferences): - (register_callbacks): - (toggled_cb): - (selected_cb): Remove support for direct struct offset manipulation - - * capplets/Makefile.am (always_built_SUBDIRS): Change - ui-properties to new-ui-properties - -2000-09-12 Bradford Hovinen - - * configure.in (CFLAGS): Set CFLAGS to -O2 -g -Wall by default - -2000-09-10 Bradford Hovinen - - * libcapplet/capplet-widget.h (struct _CappletWidget): - (struct _CappletWidgetClass): Add buffer to make sure class is - binary compatible with older library - - * libcapplet/capplet-widget.c (capplet_widget_class_init): Attach - capplet_widget_realize (renamed capplet_widget_show) to "show" - method - (capplet_widget_destroy): Accept a GtkObject - (capplet_widget_show): Accept a GtkWidget - (capplet_widget_destroy): - (capplet_widget_state_changed): - (capplet_widget_show): - (ok_cb): - (cancel_cb): - (set_controls_sensitive): Add assertion checks on preconditions - (capplet_widget_init): Removed unused variables - Removed undo_cb, about_cb, id_list - - * capplets/new-background-properties/prefs-widget.c - (read_preferences): Set gradient/wallpaper/background controls' - sensitivity depending on whether they are enabled - - * capplets/new-background-properties/applier.c - (renderer_render_to_screen): Fixed solid, no wallpaper case to - work correctly with preview window; don't set root pixmap if - neither wallpaper nor gradient enabled - - * all: Chnaged #include "config.h" to #ifdef HAVE_CONFIG_H ... - * *.desktop, *.directory: Updated French translations - * po/POTFILES.in: Added screensaver XML files - - Courtesy of Christophe Merlet - -2000-08-23 Bradford Hovinen - - * capplets/wm-properties/Makefile.am (INCLUDES): - (wm_properties_capplet_LDADD): Add XML cflags/libs - - * capplets/wm-properties/wm-properties-capplet.c (do_get_xml): - (do_set_xml): Implement - (main): Call do_{get|set}_xml() on --get and --set - - * capplets/wm-properties/wm-list.c (wm_read_from_xml): - (wm_list_read_from_xml): - (wm_write_to_xml): - (wm_list_write_to_xml): Implement - -2000-08-18 Bradford Hovinen - - * capplets/keyboard-properties/Makefile.am (INCLUDES): - (keyboard_properties_LDADD): Add XML cflags/libs - - * capplets/keyboard-properties/keyboard-properties.c - (keyboard_read_from_xml): - (keyboard_write_to_xml): - (do_get_xml): - (do_set_xml): Implement - (main): Invoke do_get_xml() and do_set_xml() on --get and --set - - * capplets/gnome-edit-properties/gnome-edit-properties.c - (edit_read): Only do combo box stuff if no_gui flag is not set - (edit_read): If no_gui flag set, search through possible_editors - manually and set original_info.name that way - - * capplets/gnome-edit-properties/Makefile.am (INCLUDES): - (gnome_edit_properties_capplet_LDADD): Add XML cflags/libs - - * capplets/gnome-edit-properties/gnome-edit-properties.c - (edit_read_from_xml): - (edit_write_to_xml): - (do_get_xml): - (do_set_xml): Implement - (main): Call do_get_xml/do_set_xml when --get and --set passed - - * capplets/bell-properties/bell-properties.c (read_from_xml): - Check if root node is correct before reading - - * capplets/bell-properties/Makefile.am (INCLUDES): - (bell_properties_capplet_LDADD): Added XML cflags/libs - - * capplets/bell-properties/bell-properties.c (do_get_xml): - (do_set_xml): Implement. - (main): Call above functions on --get and --set - (read_from_xml): - (write_to_xml): Implement - - * configure.in: Check for putenv and setenv and set appropriate - macros in config.h - - * capplets/background-properties/app-background.c (main): Call - do_set_xml and do_get_xml when --get or --set detected - - * capplets/background-properties/property-background.c - (background_read_from_xml): - (background_write_to_xml): Implement. Read/write XML snapshot of - the system's current state - (get_color): Implement. Read a color represented as a string and - fill in a GdkColor structure - (do_get_xml): - (do_set_xml): Implement. Do operations required for a --get and - --set, respectively - - * capplets/background-properties/Makefile.am (INCLUDES): Add XML_CFLAGS - (background_properties_capplet_LDADD): Add GNOME_XML_LIB - -Tue Aug 8 10:11:40 2000 Bradford Hovinen - - * capplets/keyboard-properties/keyboard-properties.c (keyboard_read): - (keyboard_apply): Make sure XFree86 keyboard extension is present - before using it to read and apply settings - -2000-06-16 Karl Eichwalder - - * capplets/gnome-edit-properties/gnome-edit-properties.desktop: - Improve `de'. - -2000-06-12 Pauli Virtanen - - * finnish translation update: - capplets/desktop-links/Documents.directory - capplets/desktop-links/Session.directory - capplets/desktop-links/UIOptions.directory - capplets/gnome-edit-properties/gnome-edit-properties.desktop - capplets/screensaver-properties/screensaver-desktops/screensaver-properties.desktop - capplets/screensaver-properties/screensaver-properties.desktop - capplets/session-properties/session-properties.desktop - capplets/sound-properties/sound-properties.desktop - capplets/ui-properties/dialogs.desktop - capplets/ui-properties/mdi.desktop - capplets/ui-properties/ui-properties.directory - capplets/url-properties/url-properties.desktop - capplets/wm-properties/wm-properties.desktop - control-center/gnomecc.desktop - -2000-04-15 Fatih Demir - - * configure.in : Added tr to ALL_LINGUAS . - -2000-04-10 Fatih Demir - - * *.desktop : Added [tr] ... - - * capplets/desktop-links/*.directory : Added [tr] .. - -2000-04-08 Pablo Saratxaga - - * *.desktop: added Lithuanian strings from Gediminas Paulauskas - -2000-03-29 Pablo Saratxaga - - * configure.in (ALL_LINGUAS): Add Lithuanian (lt) - -2000-03-27 Karl EICHWALDER - - * capplets/mime-type/mime-info.c: Add some more dots to messages. - -2000-03-27 Karl EICHWALDER - - * configure.in (ALL_LINGUAS): Add ca, el, hr, and uk. Sort - alphabetically. - -2000-02-06 Iain Holmes - - * configure.in: Add check for Libglade. - -2000-01-31 Yuan-Chung Cheng - - * /po/zh_CN.GB2312.po: Added po file from TLCDT - * configure.in: Added zh_CN.GB2312 po entry - -2000-01-13 Jonathan Blandford - - * configure.in: Massive changes to build system to permit - gnome-2.0 compilation. From here on out, you need gnome-2.0 or - greater installed. - -2000-01-07 Mikael Djurfeldt - - * capplets/background-properties/property-background.c - (fill_monitor): Corrected centering of image so that it works also - for images larger than the root window. - -1999-12-23 Matthias Warkus - - * capplets/desktop-links/Multimedia.directory: use right icon - -1999-11-10 Jonathan Blandford - - * - capplets/screensaver-properties/screensaver-desktops/Makefile.am: - new desktop entries. - -1999-10-24 Ruben Lopez - - * Added Galician language (gl.po) - * Updated configure.in to support this language - -1999-10-05 Jonathan Blandford - - * configure.in: 1.0.51 released. - -1999-09-30 Jonathan Blandford - - * capplets/wm-properties/wm-properties-capplet.c - (show_restart_info): forgot to I18N this. - - * capplets/bell-properties/bell-properties.c (bell_setup): removed - some of the most bogus code I've seen in a while. - -1999-09-29 Jonathan Blandford - - * capplets/wm-properties/wm-properties-capplet.c - (show_restart_info): Give people the option to save right away. - -1999-09-28 Jonathan Blandford - - * configure.in: 1.0.50 - - * capplets/wm-properties/wm-properties-capplet.c (select_row): now - we set the sensitivity of the edit-button correctly. - -1999-09-28 Kjartan Maraas - - * configure.in: Added "ro" to ALL_LINGUAS. - -1999-09-24 Rodrigo Stulzer Lopes - - * configure.in: added Brazilian Portuguese (pt_BR) translations - * *.desktop: added Brazilian Portuguese (pt_BR) translations - -1999-09-21 Jacob Berkman - - * .cvsignore: ignore my_control_center_idl - -1999-09-20 Jonathan Blandford - - * configure.in: 1.0.40 released... - - * capplets/screensaver-properties/callbacks.c (destroy_callback): - remember to setenv () when we fork for the preview stage. - -1999-09-20 Anders Carlsson - - * capplets/sound-properties/sound-properties.c: Removed "Category" - column from CTree and added an icon to the "Play" button. - -1999-09-20 Richard Hult - - * capplets/*/*.desktop: Updated Swedish desktop entries. - -1999-09-17 Lauris Kaplinski - - * *.desktop Added Estonian tranlations. - -1999-09-17 Jonathan Blandford - - * capplets/theme-switcher/gui.c (update_theme_entries): fix - revert-bug where hitting cancel right away caused the font to - change. - -1999-09-09 Jonathan Blandford - - * capplets/screensaver-properties/parser.c - (get_screensaver_widget): Missed a NULL at the end of a - g_strconcat. I wonder how this worked before. Thanks to Morten - Welinder for pointing this out. - -1999-08-31 Iain Holmes - - * capplets/mime-type/mime-data.c: A change is now updated in the main - clist. - - * capplets/mime-type/edit-window.c: Ability to edit the extensions for - a mime-type. - -1999-09-07 - - * capplets/mime-type/mime-type-capplet.c: Patch added from Iain - Holmes to add the ability to edit mime-type - extensions. - -1999-09-03 Zbigniew Chyla - - * *.desktop: Added Polish translations. - -1999-09-02 Elliot Lee - * capplets/*/*.c, control-center/{callbacks.c,capplet-widget.c}: - If help isn't found, display an error message. - -1999-09-01 Elliot Lee - * capplets/gnome-edit-properties/gnome-edit-properties.c: - When reverting, store the executable name, not the viewed name. - -1999-08-29 Karl Eichwalder - - * capplets/theme-switcher/gui.c (make_main): Add gettext marks - again. - -1999-08-29 Karl Eichwalder - - * capplets/mime-type/mime-data.c: Add some missing dots in mesage - strings. - -1999-08-28 Karl Eichwalder - - * capplets/theme-switcher/gui.c (make_main): Remove gettext marks. - -1999-08-27 Elliot Lee - - * control-center/capplet-widget-libs.c: If we're in a nest of main - loops (e.g. modal dialogs or something), do bad hacks to make sure - capplets exit properly. - - /* This gross hack is here because just doing gtk_main_quit() - won't exit a modal dialog that has popped up in a capplet, - but at the same time just doing exit() won't let some - capplets (e.g. wm-properties) do their preference saving in - the post-gtk_main() part of main() -ECL */ - - Also cleanup the symbol names a little & make stuff static when possible. - -1999-08-21 Pablo Saratxaga - - * applets/screensaver-properties/screensaver-desktops/*.desktop - added catalan language descriptions from - Ivan Vilata i Balaguer - -1999-08-17 Jonathan Blandford - - * configure.in: 1.0.6 Released. - -1999-08-16 Kjartan Maraas - - * *.desktop: The control-center now speaks Norwegian fluently. - -1999-08-16 Jonathan Blandford - - * Patch from Chyla Zbigniew to - gettextize everything. Sorry translators... - -1999-08-13 Changwoo RYU - - * capplets/wm-properties/wm-desktops/*.desktop: Inserted - Korean-translated strings. - -1999-08-09 Changwoo Ryu - - * capplets/mime-type/edit-window.c (initialize_main_win_vals): For - easier i18n, used g_strdup_printf() instead of g_strconcat(). - -1999-08-04 - - * capplets/theme-switcher/demo.c (demo_main): move the new menubar. - -1999-08-03 Elliot Lee - * capplets/screensaver-properties/callbacks.c: - Simplify the execution of the screensaver demo thingies, and add - /usr/X11R6/lib/xscreensaver to the PATH just before exec so we catch - the Red Hat Linux-installed ones. - -1999-07-14 Jonathan Blandford - - * capplets/mime-type/edit-window.c (initialize_main_win_vals): - Patch from Fabrice.Bellet@imag.fr for i18n and portability. - -1999-06-22 - - * capplets/theme-switcher/lister.c (print_standard_stuff): made - "~/" be gnome_util_user_home instead. - -1999-06-16 - - * capplets/theme-switcher/demo.c (demo_main): patch from Akira - Higuchi (a-higuti@math.sci.hokudai.ac.jp) to handle I18N in the - preview window. - -1999-06-15 Nuno Ferreira - - * */*.desktop: Added Portuguese translations. - -1999-06-15 - - * capplets/screensaver-properties/parser.c (parse_key): make ANSI - C Compliant. - - * capplets/background-properties/property-background.c - (background_apply): ditto - - * capplets/background-properties/property-background.c - (color_setup): don't add it twice. - -1999-06-14 - - * capplets/wm-properties/wm-desktops/Makefile.am, - capplets/wm-properties/wm-desktops/Scwm.desktop : - added Scwm window manager (bug #811) - -1999-06-14 - - * capplets/screensaver-properties/callbacks.c (revert_callback): - fix problem with default screensaver locking the screen - inappropriately. - - * capplets/screensaver-properties/screensaver-properties-capplet.c - (main): ditto. - -1999-06-08 - - *capplets/gnome-edit-properties/gnome-edit-properties.c (struct - _EditorDescription): fix the fact that gnomecc thinks that the - capplet has changed, even when it hasn't. - - capplets/screensaver-properties/screensaver-desktops/Forest.desktop (Flag): typo fix. - -1999-06-03 James Henstridge - - * capplets/screensaver-properties/screensaver-properties-capplet.c: - When setting the dpms settings for the X server, use - gnome_config_get_int to retrieve the user setting rather than - gnome_config_get_string. Before, it was adding together two - pointers, multiplying the value by 60 and casting it as an int :) - -1999-05-04 Tuomas Kuosmanen - - * capplets/bell-properties/bell-properties.desktop: Icon for keyboard - bell menu.. - - * capplets/keyboard-properties/keyboard-properties.desktop: Icon for - keyboard properties menu.. - -1999-05-02 Tuomas Kuosmanen - - * capplets/wm-properties/wm-properties.desktop - * capplets/theme-switcher/theme-selector.desktop - * capplets/background-properties/background-properties.desktop - * capplets/screensaver-properties/screensaver-properties.desktop: - Added icons for the .desktop files (to show up in panel menus and - desktop if dragged there) - -1999-04-16 Matthias Warkus - - * capplets/desktop-links/*.directory: Updated German translations. - -1999-04-14 - - * capplets/screensaver-properties/screensaver-properties-capplet.c - (main): if "No Screensaver" selected, don't show it. - -1999-04-14 Matthias Warkus - - * capplets/*/*.desktop: Completed [de] translations. - -1999-04-13 Jonathan Blandford - - * capplets/mime-type/mime-data.c (write_mime_foreach): many many - changes. Now you can really add a mime-type. - -1999-04-12 Mark Crichton - - * capplets/mime-type/mime-type.desktop: - Added missing (??) [fi] to Finnish name translation - -1999-04-09 Jonathan Blandford - - * capplets/wm-properties/wm-properties-capplet.c (wm_setup): - Prettified the capplet a little. - -1999-04-10 Alex Roberts - - * capplets/screensaver-properties/screensaver-desktops/: Added - Gl screensavers: - Atlantis, Pipes, Bubble3d, Lament, Rubik, Moebius, - Sproingies, Superquadratics, Gears, Morph3d, Cage, - Stairs, GLPlanet. - (These are the ones in the current xscreensaver-gl deb package) - - * capplets/screensaver-properties/callbacks.c: Commented out - HAVE_REDHAT_XSCREENSAVER_RPM (i forget who told me about that, - someone in #Gnome..) - -1999-04-03 Ettore Perazzoli - - * capplets/wm-properties/wm-properties-capplet.c - (restart_label_update): Made i18n-aware. - (update_gui): Likewise. - (restart_failure): Likewise. - (create_dialog): Likewise. - (check_dialog): Likewise. - (edit_dialog): Likewise. - (delete): Likewise. - (main): Likewise. - - * capplets/screensaver-properties/callbacks.c - (handle_list_change): Replace the `... settings' hack with a more - i18n-friendly one. - - * capplets/background-properties/property-background.c - (fill_monitor): Made i18n-aware. - - * capplets/e-conf/e-conf.c (main): Initialize i18n stuff. - (add_kb): Gettextize action text. - (update_current_kb): Likewise. - (add_actions): Likewise. - (__setup_pane_13): Gettextize titles. - (e_create_icon_option): Gettextize tooltips. - - * capplets/wm-properties/wm-properties-capplet.c (create_dialog): - Made i18n-aware. - (check_dialog): Likewise. - (edit_dialog): Likewise. - (add_dialog): Likewise. - (delete): Likewise. - (wm_setup): Likewise. - (main): Likewise. - (restart_label_update): Likewise. - (update_gui): Likewise. - (restart_failure): Likewise. - -1999-04-01 Jonathan Blandford - - * capplets/screensaver-properties/parser.c (set_color): Patch by - Adrian Hosey to allow selecting color. - Used by Maze.desktop now, and possibly more later. - - * capplets/background-properties/property-background.c - (browse_wallpapers): added preview when browsing. - - * configure.in: upped the version to 1.0.5 - - * capplets/screensaver-properties/parser.c - (init_screensaver_data): Fixes the Default setting problem. - - * capplets/screensaver-properties/callbacks.c (create_list): - little bug that caused big problems. - - * capplets/screensaver-properties/screensaver-desktops/Makefile.am - (ssdata_DATA): added new xscreensaver-3.08 screen hacks. - -1999-03-31 Jonathan Blandford - - * capplets/screensaver-properties/callbacks.c (create_list): - add try-exec like functionality to the screensaver list. This can - be made more sophisticated in the future. - - * capplets/theme-switcher/gui.c,lister.c,da.h: Now you can set the - font! - -1999-03-27 Nuno Ferreira - - * capplets/screensaver-properties/parser.c (get_entry): free tem - using free(), it's allocated with strdup. - -1999-03-26 Jonathan Blandford - - * capplets/mime-type/mime-type-capplet.c (main): oops -- should be - mime-type-capplet, not mouse-capplet. Thanks to Jacob Berkman - for pointing this out - -1999-03-22 Jonathan Blandford - - * capplets/theme-switcher/gui.c (click_entry): bug fix. Now we - can try again after a revert. - -1999-03-26 Jaka Mocnik - - * capplets/gnome-edit-properties/gnome-edit-properties.c - (entry_changed) renamed to combo_changed. - (edit_setup): connect combo_changed() to both entry's activate - and list's selection_changed signals. - (edit_read): g_strdup text from entry. otherwise it is changed - as the entry changes. g_free() it at appropriate places. - -1999-03-23 Martin Baulig - - * capplets/wm-properties/wm-list.c (wm_list_init): First look - at `default.wm/Default/WM' before `$(datadir)/default.wm' for - the default WM so the gnome-wm script can write the chosen WM - there. - -1999-03-22 Jonathan Blandford - - * capplets/screensaver-properties/: removed print statements. - - * configure.in: 1.0.4 packaged for dist. - -Sun Mar 21 01:33:55 CST 1999 Frank Belew - * capplets/gnome-edit-properties/gnome-edit-properties.c: - added Nedit to the list - -Tue Mar 16 17:54:04 1999 Timur Bakeyev - - * capplets/wm-properties/wm-list.c: Add missed #include - -1999-03-15 Jonathan Blandford - - * capplets/mime-type/: No more warnings. - - * capplets/mime-type/mime-info.c (write_initial_keys): Now we - explicitly remove then recreate the file, so that we can guarantee - that the mime-type gets reread. - -1999-03-14 Jonathan Blandford - - * capplets/screensaver-properties/callbacks.c (screensaver_load): - We want to turn dpms off by default. - - * capplets/mime-type: Okay. I think this is - useable. Putting it up for generic circulation. - -Fri Mar 12 12:06:18 1999 Owen Taylor - - * capplets/wm-properties/wm-exec.c (start_do): Decrease - time for starting from 20 seconds to 10 seconds. - - * capplets/wm-properties/wm-properties-capplet.c (add_dialog): - Track selected row properly on adds and deletes. - - * capplets/wm-properties/wm-properties-capplet.c: Fix - bug where wm-properties capplet wouldn't exit upon - succesful completion. - -Fri Mar 12 10:53:10 1999 Owen Taylor - - * capplets/theme-switcher/main.c (main): Wait for - our child to exit before quitting. The prevents - us from pulling the socket window out from under - our child. - - * capplets/theme-switcher/demo.c (demo_main): Clean - up some warnings about types in formats. - - * capplets/theme-switcher/demo.c (demo_main): Exit - cleanly if read from parent fails - don't drop - a core. - -Fri Mar 12 02:21:55 1999 Owen Taylor - - * capplets/theme-switcher/gui.c (browse_dialog_close): - Add an error dialog if installing a theme fails. - - * capplets/theme-switcher/install.c (install_theme): Add - a return value indicating success or failure. - - * capplets/theme-switcher/install.c (install_theme): - Fixed reversed arguments for installing ungipped tarballs - -Fri Mar 12 01:12:15 1999 Owen Taylor - - [ Patch from Patrik Nordebo ] - - * capplets/theme-switcher/install.c (install_theme): Removed - useless call to wait(). Install themes in .themes, - not .gtk/themes. - -Fri Mar 12 01:06:53 1999 Owen Taylor - - * capplets/theme-switcher/lister.c (edit_file_to_use): Fixed - reversed lines that were causing initial creation - not to work properly. - - * capplets/theme-switcher/demo.c (send_reread): You - can't fsync() a pipe... - - * capplets/theme-switcher/gui.c: Don't select list - items before they are added to the list ... removed - hack that sort of worked around this. - - * capplets/theme-switcher/gui.c (make_main): Major - un-rasterization. (Sort of a shame, this was some - of the funniest code I've ever seen.) - - * capplets/theme-switcher/gui.c (install_theme_callback): - Removed non-functional transient-for code. - - * capplets/theme-switcher/demo.c (demo_data_in): Removed - brutal, unreliable kill -9 in favor of noticing when - the IPC pipe closes. - - * capplets/theme-switcher/demo.c (demo_main): Solved - problem where dup2() was going astray by not using it. - - * capplets/theme-switcher/gui.c (update_theme_entries): Fix - cut-and-paste typo. - -1999-03-10 Jonathan Blandford - - * capplets/Makefile.am (always_built_SUBDIRS): mime-type capplet. - New capplet added. - -1999-03-10 Chris Lahey - - * capplets/gnome-edit-properties/gnome-edit-properties.c: Updated - this to do proper loading with the old value. It also has a "Run - In Terminal" button now. - -1993-03-09 Owen Taylor - - * capplets/background-properties/property-background.c: - Fixed code for setting root window properties so it: - - - Doesn't call gdk_property_get() with the arguments in - the wrong order. - - Doesn't leak its pixmaps - - Doesn't leak anything else. (I.e., use a separate - connection, instead of calling XSetCloseDownMode - on GDK_DISPLAY()) - - Doesn't make a messy, unsucessful attempt at committing suicide - - Handles tiled pixmaps properly. - -1999-03-08 Jaka Mocnik - - * capplets/gnome-edit-properties/gnome-edit-properties.c (main): - set the combo to the value read. - -1999-03-02 Martin Baulig - - * capplets/wm-properties/wm-list.c (wm_list_init): Read the - default WM from $(datadir)/default.wm rather than using the - first one from the list. - -1999-02-28 Martin Baulig - - * capplets/background-properties/app-background.c: Added some - `--background-image' command line argument hack to set the - background image. - -1999-03-01 Changwoo Ryu - - * capplets/sound-properties/sound-properties.c - (sound_properties_create): Made the N_()'ed strings be translated - really. - - * capplets/sound-properties/sound-properties.c (main): Inserted - bindtextdomain() and textdomain(). - - * capplets/bell-properties/bell-properties.c (bell_setup): Marked - a translatable string with _(). - - * capplets/*/{*.desktop, *.directory}: Added/Updated Korean - translation. - -1999-02-27 Shooby Ban - - * capplets/background-properties/property-background.c: - an i18n fix, no more... - -1999-02-27 bertrand - - * capplets/desktop-links/Makefile.am: - comment out the panel data install entries to respect - new panel organisation. ".directory" are now installed - correctly. - - * capplets/Makefile.am (always_built_SUBDIRS): uncomment - desktop-link. This was causing gnomecc to crash :( - -1999-02-25 Owen Taylor - - * capplets/wm-properties/wm-desktops/IceWM.desktop (TryExec): Add - a tryexec. - -1999-02-25 Jonathan Blandford - - * configure.in: Up we go, to 1.0 <-: - - * capplets/screensaver-properties/screensaver-desktops/*.desktop: - Many changes by Rosanna... - -1999-02-24 Jonathan Blandford - - * capplets/screensaver-properties/screensaver-dialog.c - (make_dialog): line wrap the stupid thing. - -1999-02-24 Owen Taylor - - * capplets/wm-properties: Added window manager - switching capplet. Please test. (a lot). - -1999-02-23 Jonathan Blandford - - * - capplets/screensaver-properties/screensaver-desktops/Makefile.am: - install in the right place. - -1999-02-24 bertrand - - * updated fr translations - -1999-02-23 Jonathan Blandford - - * capplets/Makefile.am (always_built_SUBDIRS): remove e-conf - -Mon Feb 22 22:23:34 1999 Owen Taylor - - * capplets/theme-switcher/lister.c: Use g_get_home_dir() - instead of getenv ("HOME") - - * capplets/theme-switcher/demo.c (demo_main): Strip - out ~/.gtkrc from the default file set so we don't - get a merge of the current theme and the new one. - - * capplets/theme-switcher/lister.c (use_theme): Modify - .gtkrc instead of .gnome/gtkrc. - -1999-02-23 Nuno Ferreira - - * capplets/session-properties/session-properties.desktop, - capplets/gnome-edit-properties/gnome-edit-properties.desktop, - capplets/ui-properties/application.desktop, - capplets/desktop-links/UIOptions.directory, - capplets/desktop-links/Peripherals.directory, - capplets/desktop-links/Gnome.directory: Added/Updated Portuguese - translations. - -1999-02-22 Elliot Lee - - * capplets/sound-properties/*.c: Use a slightly smarter/faster - algorithm for getting the connection to esd. - -1999-02-22 Jonathan Blandford - - * capplets/background-properties/property-background.c: patch - submitted by Franklin Belew to handle - eterm/gnome-term transparency. DOES NOT WORK CORRECTLY WITH TILED - BACKGROUNDS. - - * capplets/*/Makefile.am (install-data-local): install - desktop entries to the panel, so that the panel can deal with the - control-center. - - * capplets/desktop-links/Gnome.directory (Type): Make more - compatible with the panel. - -1999-02-23 Changwoo Ryu - - * capplets/desktop-links/{Desktop,Peripherals,UIOptions}.desktop: - Added/Updated Korean translations. - -1999-02-22 Jonathan Blandford - - * capplets/background-properties/app-background.c (main): changed - session_args[2] -> session_args[3] to allow for THREE items in it. - * capplets/screensaver-properties/screensaver-properties-capplet.c - (main): ditto. - * capplets/bell-properties/bell-properties.c (main): ditto - * capplets/keyboard-properties/keyboard-properties.c (main): - ditto. - * capplets/sound-properties/sound-properties.c (main): ditto. - -1999-02-21 Jonathan Blandford - - * capplets/background-properties/property-background.c: - removed spurious print statements - -1999-02-21 Michael Fulbright - * Made control-center.spec a generated file, updated spec file - -1999-02-19 Jonathan Blandford - - * capplets/screensaver-properties/callbacks.c - (dialog_destroy_callback): it will now handle drawing previews - better. Still a bit broken, though... ): - (dialog_callback): okay, now it's fixed. - - * capplets/background-properties/property-background.c - (background_revert): cancel didn't do anything. Now it does. - -1999-02-18 Jonathan Blandford - - * capplets/screensaver-properties/callbacks.[ch]: now we show and - hide our dialog correctly. - -1999-02-17 Jonathan Blandford - - *capplets/background-properties/property-background.c - (color_setup): many changes. Looks a lot cleaner now. - capplets/screensaver-properties/screensaver-desktops/Rocks.desktop - (Demo): Make a minor change to make it less sea-sick inducing - - *capplets/screensaver-properties/screensaver-desktops/Bouboule.desktop (ExtendedComment): - Get rid of the bogus default-flags val of root. - -1999-02-17 Changwoo Ryu - - * capplets/keyboard-properties/keyboard-properties.c (main): Added - missing bindtextdomain() and textdomain(). - -1999-02-16 Jonathan Blandford - - * capplets/screensaver-properties/screensaver-properties-capplet.c - (main): I think sm has the right behaviour now. - - * capplets/screensaver-properties/callbacks.c (revert_callback): - oops... now it has the right behaviour. *fingers really crossed* - - * capplets/screensaver-properties/screensaver-properties-capplet.c - (main): A lot of changes. I *think* it has the right behaviour - now. If it doesn't, please let me know. Also, there's now a - Random screensaver added. - -1999-02-16 Felix Bellaby - - * capplets/session-properties: New capplet based on Tom's app. - * capplets/Makefile.am: Added session-properties subdir. - * po/POTFILES.in: Added session-properties.c. - * configure.in: Added AC_OUTPUT and AC_CONDITIONAL for SM. - -1999-02-15 Elliot Lee - - * capplets/sound-properties/sound-properties.c: Fix much - brokenness. Should allow per-user sound settings now. - -1999-02-15 Miguel de Icaza - - * capplets/gnome-edit-properties/gnome-edit-properties.c - (possible_editors): Add gmc/Cooledit editor. - -1999-02-08 Elliot Lee - - * capplets/background-properties/properties-background.c: - Change default background color to #005060 (from icewm). - -Mon Feb 8 00:42:56 1999 Frank Belew - * capplets/background-properties/properties-background.c: add - prototypes for printState, copyState and backgroun_ok. - add 4 new gushorts to remove warnings from gnome_color_picker - -Fri Feb 05 17:29:03 1999 George Lebl - - * capplets/gnome-edit-properties/gnome-edit-properties.c: add - gvim to the list of editors - -1999-02-06 Changwoo Ryu - - * capplets/*/*.desktop, capplets/*/*.directory, - control-center/gnomecc.desktop: Added Korean translations. - -1999-02-02 Elliot Lee - * capplets/sound-properties/sound-properties.c: - Starts esd again. - -1999-02-01 The Rasterman - * configure.in, control-center.spec: upped to 0.99.5 - -1999-02-01 Chris Lahey - - * capplets/gnome-edit-properties/gnome-edit-properties.desktop, - capplets/gnome-edit-properties/gnome-edit-properties.c, - capplets/gnome-edit-properties/Makefile.am, - capplets/gnome-edit-properties/.cvsignore: Added - gnome-edit-properties/ directory. This adds a capplet to set - which editor you wish to be invoked when you run the gnome-edit - application. - - * capplets/desktop-links/Environment.directory: Added this file. - This adds another category of capplet to the control-center. - - * capplets/desktop-links/Makefile.am (ccenterdir): Added - installation of Environment.directory. - - * capplets/Makefile.am (always_built_SUBDIRS): Added gnome-edit-properties. - - * configure.in: Added capplets/gnome-edit-properties/Makefile. - -1999-02-01 Elliot Lee - - * Revert session management changes until further discussion. - -1999-02-01 Felix Bellaby - - * capplets/mouse-properties/mouse-properties.c (main): - Only restart one instance of the program to apply the settings. - * capplets/bell-properties/bell-properties.c (main): ditto - * capplets/keyboard-properties/keyboard-properties.c (main): ditto - * capplets/background-properties/app-background.c (main): ditto - * capplets/screensaver-properties/screensaver-properties-capplet.c (main): ditto - (get_saver_frame): create setup_button before referencing it. - * capplets/sound-properties/sound-properties.c (main): ditto, - let gnome-session start up the new session aware esd. - -1999-01-12 The Rasterman - - modify makefiles and configure to detect X11 imlbi separately and - build using it. - -1999-01-11 Jonathan Blandford - - * capplets/theme-switcher/gui.c (make_main): changing the default - state of the Auto-Preview button. - -1999-01-06 Jonathan Blandford - - * capplets/screensaver-properties/callbacks.c: fix for the Red Hat - xscreensaver problem. just do a #define - HAVE_REDHAT_XSCREENSAVER_RPM at the head of callbacks.c and all - will work. - -1998-12-30 Jeff Garzik - - * capplets/screensaver-properties/callbacks.c, - capplets/screensaver-properties/parser.c, - capplets/sound-properties/sound-properties.c: - s/g_copy_strings/g_strconcat/ - -1998-12-16 Jonathan Blandford - - * capplets/sound-properties/sound-properties.c - (sound_properties_create): now the file_selection_dialog starts up - in the right path. - -1998-12-15 Jonathan Blandford - - * capplets/screensaver-properties/screensaver-properties-capplet.c - (main): added new style session_initialization - - * capplets/background-properties/app-background.c (main): added - new style initialization. - - * capplets/background-properties/Makefile.am: removed old-style initialization. - -1998-12-14 Richard Hestilow - - * capplets/ui-properties: Modified to be a multi-capplet. - No more ugly notebook within notebook! :-) - Removed ui-properties.desktop, added application.desktop, - dialogs.desktop, and mdi.desktop with the appropriate name translations - that were in po. Also added ui-properties.directory. - - -Mon Dec 14 15:39:33 1998 Owen Taylor - - * capplets/ui-properties/ui-properties.c (ui_setup): Change - "Application" to "Applications" for consistency - with "Dialogs" and grammatical correctness. - -1998-12-11 Nuno Ferreira - - * capplets/desktop-links/Workspace.directory, - capplets/desktop-links/Multimedia.directory: Added Portuguese translation. - -Fri Dec 11 10:39:07 1998 Owen Taylor - - * capplets/ui-properties/ui-properties.c: Prettification. - The spacing probably still needs more tweaks. - -1998-12-10 Andrew T. Veliath - - * capplets/ui-properties/ui-properties.c (ui_setup): Updated for - changes in GnomePreferences. - -1998-12-08 Michael Lausch - - * configure.in Remove the --with-fvwm2 configure.in option, the - fvwm2 applet is now selfcontained. Instead build the applet if the - requested window manager is fvwm2. - -1998-12-07 James Henstridge - * capplets/url-properties: a new applet to configure the behaviour of - the gnome_url_show function in libgnome. - -1998-12-06 Tuomas Kuosmanen - - * pixmaps/Makefile.am (EXTRA_DIST): Added some new tiles for panel: - tile-moon-[up,down].png - a grayish tile - tile-sand-[up,down].png - a brownish tile - tile-coral-[up,down].png - a blueish tile (try this - with http://tigert.gimp.org/files/gtkrc-files/gtkrc.ocean) - -1998-12-02 Raja R Harinath - - * capplets/sound-properties/sound-properties.c (main): - Add a closing brace. - -1998-12-03 Changwoo Ryu - - Use gettext 0.10.35 - * configure.in (AC_OUTPUT): Removed `sed POTFILES...'. - * acinclude.m4: Removed gettext macros. - -1998-12-02 Martin Baulig - - * Makefile.am (always_built_SUBDIRS): Removed `desktop-properties' - - we have capplets for all of them now. - -1998-12-02 Martin Baulig - - * capplets/ui-properties: Added "Look&Feel" properties capplet. - - * capplets/bell-properties: Added bell properties capplet. - -Sun Nov 29 18:20:54 EST 1998 Gregory McLean - - * configure.in : Added applets/gticker/Makefile to the makefiles to - produce. - -1998-11-29 Jeff Garzik - - * applets/gkb/gkb.c, applets/netwatch/netwatch.c: - Added required app id arg to applet_widget_new. - -Tue Nov 24 00:25:53 1998 Owen Taylor - - * capplets/theme-switcher/da.h: Removed include of - gtk-socket.h, which now is in GTK+. - -1998-11-23 Andrew T. Veliath - - * capplets/screensaver-properties/screensaver-properties-capplet.c: Use - gtk_scrolled_window_add_with_viewport instead of gtk_container_add - (gtk changes). - -1998-11-21 Nuno Ferreira - - * capplets/screensaver-properties/callbacks.c: Include . - - * capplets/theme-switcher/gui.c: Include . Mark strings - for translation. - - * capplets/sound-properties/sound-properties.c: Mark strings for - translation. - (main): Initialize gettext. - - * capplets/theme-switcher/main.c (main): Include at the - top of the file. - (main): Initialize gettext. - - * capplets/screensaver-properties/screensaver-properties-capplet.c: - Include at the top of the file. - (main): Initialize gettext. - - * capplets/keyboard-properties/keyboard-properties.c:Include - at the top of the file. - (main): Initialize gettext. - -1998-11-12 Andrew T. Veliath - - * acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is - now implicit. - - * Makefile.am: Remove ORBIT_INSTALLED AM_CONDITIONAL. - - * configure.in: The ORBit AM_CONDITIONAL is now in - gnome-orbit-check.m4 as HAVE_ORBIT. - -1998-11-06 Raja R Harinath - - * capplets/theme-switcher/main.c (confdefs.h): `confdefs.h isn't a - nice name for a header file. Since no other file uses it, just - remove it. - (THEME_SWITCHER_VERSION): New define. Is what `VERSION' was used - for. - (main): Use new name for `VERSION'. - * capplets/theme-switcher/confdefs.h: Delete. - * capplets/theme-switcher/config.h: Delete. - -Fri Nov 6 17:15:00 1998 Owen Taylor - - * capplets/theme-switcher/main.c: include confdefs.h - to get VERSION. - - * capplets/theme-switcher/demo.c (demo_main): Put the - CList in a scrolled window. - - * Makefile.am: Build theme-switcher-capplet by default, - now that themes are in GTK+ head. - -1998-11-04 Raja R Harinath - - * configure.in (have_libesd): Actually define the HAVE_LIBESD - conditional. - -1998-10-30 - - * capplets/screensaver-properties/callbacks.c (launch_miniview): Thou - shall not exec (NULL)... - (launch_miniview): thou shalt also not check in things before you save - the changes... (: - -1998-10-28 The Rasterman - - * applets/esd-manager: added this.. going to work on it... - -1998-10-26 Raja R Harinath - - * capplets/screensaver-properties/screensaver-properties-capplet.c - (main): This is not a void function. - -1998-10-20 Tom Tromey - - * configure.in (ALL_LINGUAS): Added `da'. - -1998-10-20 Andrew Veliath - - * configure.in: Update ORBit checks to use new - gnome-orbit-checks.m4. acconfig.h: Add HAVE_ORBIT. - -Sun Oct 18 22:02:28 1998 Owen Taylor - - * capplets/background-properties/property-background.c - (img_dnd_drop): Matching braces help. - -Sun Oct 18 19:18:21 1998 Owen Taylor - - * background-properties/property-background.c: Use - the new DND API. - -1998-10-14 Nuno Ferreira - - * */*.desktop: Added Portuguese translations. - - * */*.directory: Likewise - -1998-09-29 The Rasterman - * configure.in: added e-conf capplet and gnome-pager applet - -1998-09-29 Raja R Harinath - - * configure.in (applets_libgtop): - More warnings if `libgtop' isn't found. - -Mon Sep 28 12:31:00 1998 John Ellis - - * configure.in: Add applets/slashapp/Makefile - -1998-09-27 Raja R Harinath - - * configure.in: Warn if some of the applets will not be built. - -1998-09-24 Nuno Ferreira - - * applets/asclock/asclock_applet.desktop: Likewise. - - * applets/battery/battery_applet.desktop: Likewise. - - * capplets/theme-switcher/theme-selector.desktop: Add Portuguese - translation. - - * capplets/screensaver-properties/screensaver-desktops/screensaver-properties.desktop: - Likewise. - - * capplets/keyboard-properties/keyboard-properties.desktop: - Likewise. - -1998-09-23 Federico Mena Quintero - - * capplets/screensaver-properties/Makefile.am - (screensaver_properties_capplet_SOURCES): Add missing headers to - the list of sources. - -1998-09-23 Sebastian Wilhelmi - - * configure.in (FVWM_PAGER): quoted $FVWM_PAGER in test ! -z - "$FVWM_PAGER" - -1998-09-23 Michael Lausch - - * configure.in (FVWM_PAGER): Added various tests for the - fvwm-pager applet. - -1998-09-23 Federico Mena Quintero - - * configure.in: - * Makefile.am: Add the idl directory. WHY DID NO ONE ADD THIS - WHEN IT WAS CREATED? - -1998-09-22 Federico Mena Quintero - - * configure.in: Bumped version number to 0.30. The panting chimpanzee - is upon us. - -Thu Sep 17 14:20:05 1998 John Ellis - - * configure.in, Makefile.am: Removed conditional build of gmenu since - gtk+-1.1 is now a requirement. - -1998-09-11 Alexandre Muniz - * configure.in (AC_OUTPUT): Added applets/charpick - -1998-09-06 Raja R Harinath - - * capplets/Makefile.am (DIST_SUBDIRS): Remove unneeded variable. - -1998-09-06 Raja R Harinath - - * configure.in (GNOME_COMPILE_WARNINGS): New check. - -Fri Sep 04 00:07:08 1998 George Lebl - - * configure.in,Makefile.am,po/POTFILES.in: removed support for - mico and related sources - -Wed Sep 02 23:18:00 1998 George Lebl - - * pixmaps/Makefile.am: install tiles into a separate directory, - we will want to browse this with an icon browser and we only - want tiles to show up - -1998-08-27 Christopher Blizzard - - * configure.in: Add checks for seeing if libghttp is installed. - -1998-08-23 Martin Baulig - - * configure.in (GNOME_FILEUTILS_CHECKS): Removed. This check - is no longer necessary since we now use libgtop for the - mountlist and fsusage stuff in the diskusage applet. - * acconfig.h: Removed mountlist stuff. - - * configure.in (GNOME_INIT_LIBGTOP): New check. - * acconfig.h: Added libgtop stuff. - -1998-08-20 Raja R Harinath - - * core-docs/Makefile.am (gnome-intro/gnome-intro.html): - Make rule even more friendlier to a build without `DocBook'. - -Thu Aug 20 00:32:24 1998 Tom Tromey - - * configure.in: Removed all smproxy code. - Don't mention non-existent directory. - -1998-08-19 Raja R Harinath - - * Makefile.am (SUBDIRS): Actually compile `control-center' if - it is enabled. - (always_built_SUBDIRS): Reinstate `smproxy'. - -1998-08-19 Martin Baulig - - * Makefile.am: Conditionally compiling `control-center' if - we have ORBit. - - * Makefile.am: Using $(always_built_SUBDIRS), - $(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS). - -1998-08-17 Federico Mena Quintero - - * configure.in: Bumped the version number to 0.28. - -1998-08-02 Raja R Harinath - - * core-docs/Makefile.am (EXTRA_DIST): Add `gnome-intro.html'. - (INTRO_EXTRA_DIST): Merge with EXTRA_DIST. - - * configure.in (PROGRAM_GMENU): - Use AM_CONDITIONAL rather than AC_SUBST. - (PROGRAMS_PANEL_{CDPLAYER,MIXER,MODEMLIGHTS}): Likewise. - (AC_OUTPUT): Remove `applets/netwatch/Makefile'. - - * Makefile.am (gmenu): New var. - (SUBDIRS): Use $(gmenu) instead of @PROGRAM_GMENU@. - -1998-08-01 Raja R Harinath - - * core-docs/Makefile.am (install-data-local): Use INSTALL_DATA in - a for loop, don't install all at once. - (GNOME_INTRO_HTML_FILES): Remove $(srcdir) from names of files. - (GNOME_INTRO_PICTURES): Likewise. - (INTRO_EXTRA_DIST): Likewise. - (GNOME_INTRO_GIFS): Likewise. - (EXTRA_DIST): Likewise. - -1998-07-31 Federico Mena Quintero - - * configure.in (ALL_LINGUAS): Added Japanese translation. - -1998-07-28 Mark Galassi - - * core-docs/gnome-intro/*.html: regenerated the HTML using the - latest DocBook tools; some filenames have changed, and - -1998-07-23 Nuno Ferreira - - * config.guess, config.sub: Remove auto-generated files. - -Tue Jul 21 18:29:16 1998 Tom Tromey - - * acconfig.h (WINDOW_MANAGER): Removed. - * configure.in: Don't define WINDOW_MANAGER, AC_SUBST it. - -Sun Jul 19 03:31:08 1998 John Ellis - - * configure.in: variable PROGRAM_GMENU with a check for - gtk/gtkctree.h which is in the devel GTK. - * Makefile.am: added above variable in the subdirs section, now - gmenu is built/installed by default if the devel GTK is found. - -1998-07-19 Raja R Harinath - - * configure.in (SMPROXY_DEFS): Use `STD_DEFINES' rather than - `STD_CPP_DEFINES'. - (ORB_LIBS): To replace MICO_LIBS. - (ORBIT_LIBS,MICO_LIBS): Don't subst. - (ORBIT_CONFIG): Don't use `if [ .. ];', use `if test ..;'. - -1998-07-18 Raja R Harinath - - * configure.in (SMPROXY_DEFS): New check, based on AC_PATH_X11. - Needed to get defines used in a X11 build tree. - -Thu Jul 16 18:03:37 1998 Tom Tromey - - * Makefile.am (SUBDIRS): Added smproxy. - * configure.in: Create smproxy/Makefile. - -1998-07-13 Raja R Harinath - - * configure.in (mico_prefix): Stop searching as soon as a - `mico-ld' is found. From Michael Lausch . - -1998-07-08 Federico Mena Quintero - - * configure.in: Added applets/fifteen/Makefile to the list. - -1998-07-08 Owen Taylor - - * configure.in: Fix shell syntax bug in case when MICO - is not found. - -1998-06-26 Nuno Ferreira - - * configure.in (ALL_LINGUAS): Added Portuguese translation. - -Sat Jun 13 01:11:16 1998 Tom Tromey - - * core-docs/Makefile.am (gnome-intro/book01.html): Ignore mkdir - failures. - -Fri Jun 12 22:56:58 1998 Tom Tromey - - * configure.in: Look for mico-setup.sh in $mico_prefix/doc. Also, - handle MICO 2.0.3 (still!). - -1998-06-11 John Ellis - - * configure.in: added gmenu/Makefile - -1998-06-11 John Ellis - - * gmenu directory: Checked in a gmenu, the GNOME menu editor, - still needs a Makefile.am file though. - -Wed Jun 10 11:34:52 1998 Owen Taylor - - * configure.in: Make panel link micocoss library as well - -Wed Jun 10 11:34:52 1998 Owen Taylor - - * configure.in acconfig.h: Check for installed MICO - version, and the libs it requires by using mico-ld - and mico-setup.sh. - - Add a HAVE_MICO_ORB_RUN macro to signal that we need - to call orb->run(), as we do for mico-2.0.6 and later - -Tue Jun 9 23:37:43 EDT 1998 Gregory McLean - - * .cvsignore updates. - - -1998-06-09 Jim Pick - - * Added debian packaging dir. - -1998-06-07 Stuart Parmenter - - * help-browser/window.c: changed accel stuff around so that it works - with gtk1.1 - -1998-06-05 Mark Galassi - - * core-docs/Makefile.am: fixed it so that "make dist" will - generate a reasonable distribution. Many files were not listed in - the EXTRAS, but I think they now are. - -1998-05-30 Raja R Harinath - - * configure.in (FALSE): Automake conditional that always fails. - This is used in some subdir Makefile.am tricks. - -1998-05-26 John Ellis - - * configure.in: added PROGRAMS_PANEL_MODEMLIGHTS, apparently - net/ppp_defs.h does not exist on solaris. - -1998-05-22 Martin Baulig - - * configure.in: added GNOME_FILEUTILS_CHECKS - - * acconfig.h (AFS, MOUNTED_FREAD, MOUNTED_FREAD_FSTYP, - MOUNTED_GETFSSTAT, MOUNTED_GETMNT, MOUNTED_GETMNTENT1, - MOUNTED_GETMNTENT2, MOUNTED_GETMNTINFO, MOUNTED_LISTMNTENT, - MOUNTED_VMOUNT, STAT_STATFS3_OSF1, STAT_READ_FILSYS, - STAT_STATFS2_BSIZE, STAT_STATFS2_FSIZE, STAT_STATFS2_FS_DATA, - STAT_STATFS4, STAT_STATVFS, STATFS_TRUNCATES_BLOCK_COUNTS): - New macros. - -1998-05-13 Christopher Blizzard - - * configure.in: added applets/bussign/Makefile to the list of - Makefiles. - -1998-05-05 Mark Galassi - - * core-docs/gnome-intro.sgml: added a bit more to the panel; - that's it for the Red Hat 5.1 release, I guess. - - * core-docs/Makefile.am (install-data-local): fixed little bug in - installing help files. - - * core-docs/gnome-intro.sgml: completed the GNOME intro; there are - many omissions, but it seems OK. Now I have to proofread it a bit - and add a mention of panel applets. I also added all the - generated HTML files for people who do not have the docbook tools - installed (this sucks). - - * core-docs/Makefile.am: put core-docs under automake with some - quickly hacked-up rules for the RH-5.1 release. I will clean it - up later; this seems to work and install gnome-intro in a way such - that the help browser picks it up. - - * Makefile.am (SUBDIRS): added core-docs - -Sun May 3 22:43:59 1998 Tom Tromey - - * acconfig.h (HAVE_FORKPTY): New macro. - * configure.in: Include UTIL_LIB check from gnome-libs. - -1998-05-03 Mark Galassi - - * core-docs/gnome-intro.sgml: added the beginnings of an - overall gnome-intro manual. - -Mon Apr 27 20:42:24 EDT 1998 Gregory McLean - - * panel/menu.c : changed a couple of .xpm to as - the xpm files for _thoose_ icons wern't there. - -Sun Apr 26 10:55:18 EDT 1998 Gregory McLean - - * Its too early in the morning! - * applets/netwatch/netwatch-old.c: added to the repo. - * applets/netwatch/netwatch_applet.desktop: desktop file - * applets/netwatch/.cvsignore: updated. - -Sun Apr 26 01:05:51 1998 Tom Tromey - - * acconfig.h (WINDOW_MANAGER): New macro. - * configure.in: Added --with-window-manager option. - - * configure.in: Unconditionally look for crypt.h. - -Sun Apr 26 10:55:18 EDT 1998 Gregory McLean - - * configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX - though I couldn't find any lex files that this is needed - for. IIRC automake 1.2 supports this macro also. - -Sun Apr 19 09:38:36 EDT 1998 Gregory McLean - - * applets/*/.cvsignore: updated to ignore generated files. - -Tue Mar 17 23:26:47 1998 George Lebl - - * configure.in: updated teh Makefiles being created - - * Makefile.am: build in applets - - * applets/Makefile.am: build clock - -Sat Mar 14 20:21:31 1998 George Lebl - - * gnome-panel.idl, launcher-lib.(cc|h): added a Launcher - interface, but didn't do anything with it yet. - -Fri Mar 13 13:44:40 1998 George Lebl - - * panel.c,clock.c: fixed some FIXME's and added some - sanity checks - -1998-03-13 Carsten Schaar - - * configure.in (ALL_LINGUAS): Added German translation. - -1998-03-13 Raja R Harinath - - * configure.in (RES_LIBS): New check for `inet_aton'. - -Tue Mar 10 22:33:39 1998 Tom Tromey - - * stamp.h.in: Removed. - * configure.in: Don't create stamp.h. - -Sun Mar 8 21:41:18 1998 Tom Tromey - - * version.h.in: Removed. - * configure.in: Don't create version.h. - -Wed Mar 4 01:18:19 1998 Tom Tromey - - * acconfig.h (HAVE_PROGRAM_INVOCATION_SHORT_NAME, - HAVE_PROGRAM_INVOCATION_NAME): Added. - -1998-03-04 Raja R Harinath - - * configure.in (AC_OUTPUT): Add `panel/libapplet/Makefile'. - -Mon Mar 2 15:30:00 1998 Tom Tromey - - * configure.in: Removed check for SMlib.h; now comes from - gnome-x-checks.m4. - -1998-02-26 Raja R Harinath - - * configure.in: Make the check for SMlib.h work better with the - checks that happen in macros/gnome-x-checks.m4. - -Thu Feb 26 12:37:07 1998 Tom Tromey - - * configure.in: Check for X11/SM/SMlib.h. - -1998-02-25 Raja R Harinath - - * configure.in (AC_OUTPUT): Remove duplicated entry for - `panel/batmon/Makefile'. - -Sat Feb 14 01:31:21 1998 Tom Tromey - - * Makefile.am (macros/macros.dep): Use tab in rule, not space. - - * configure.in: Run AC_LINK_FILES for gettext. - -1998-02-14 Raja R Harinath - - * configure.in (GNOME_X_CHECKS): Add new check. - (AC_OUTPUT): Also generate `macros/Makefile'. - - * Makefile.am (macros/macros.dep): Maintainer rule to - auto-regenerate aclocal.m4. - (SUBDIRS): Add `macros'. - - * help-browser/gnome-helpwin.c (gnome_helpwin_load): Replace - `snprintf' with `g_snprintf'. - -1998-02-13 Raja R Harinath - - * configure.in (AC_OUTPUT): Generate `macros/Makefile'. - - * autogen.sh: Use `macros/autogen.sh'. - - +The ChangeLog is auto-generated when releasing. If you are seeing this, use +'git log' for a detailed list of changes. diff --git a/Makefile.am b/Makefile.am index daf2c9803..ae0e6d8ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,3 +64,17 @@ if GCONF_SCHEMAS_INSTALL done \ fi endif + +dist-hook: + @if test -d "$(srcdir)/.git"; \ + then \ + echo Creating ChangeLog && \ + ( cd "$(top_srcdir)" && \ + echo '# Generated by Makefile. Do not edit.'; echo; \ + $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \ + && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ + || ( rm -f ChangeLog.tmp ; \ + echo Failed to generate ChangeLog >&2 ); \ + else \ + echo A git clone is required to generate a ChangeLog >&2; \ + fi diff --git a/capplets/about-me/ChangeLog b/capplets/about-me/ChangeLog deleted file mode 100644 index 1ec216131..000000000 --- a/capplets/about-me/ChangeLog +++ /dev/null @@ -1,623 +0,0 @@ -2009-05-21 Jens Granseuer - - Patch by: Vivian Zhang - - * gnome-about-me.c (main): initialize the GThread subsystem because - the thumbnail factory needs it (bug #583451) - -2009-03-12 Bastien Nocera - - * gnome-about-me-fingerprint.c (finger_combobox_changed): - Fix warning when selecting a finger to enroll in the combo box - (Closes: #574974) - -==================== 2.25.92 ==================== - -2009-02-23 Thomas H.P. Andersen - - * eel-gtk-macros.h: Replace deprecated GtkType with GType (bug #572325) - -==================== 2.25.90 ==================== - -2009-02-01 Jens Granseuer - - * gnome-about-me.c: (about_me_focus_out): fix email addresses being - generated by g-a-m always being saved as type "OTHER" which could - result in addresses being mixed up (bug #570113) - -2009-02-01 Jens Granseuer - - * gnome-about-me.c: (about_me_load_photo), (about_me_update_photo), - (about_me_setup_dialog): fix compiler warnings - -2009-02-01 Jens Granseuer - - * gnome-about-me.c: define GNOME_DESKTOP_USE_UNSTABLE_API to fix - build - -==================== 2.25.3 ==================== - -2008-12-08 Bastien Nocera - - * gnome-about-me-fingerprint.c (enroll_result), - (assistant_prepare): - * gnome-about-me-fingerprint.glade: Print "Done!" as a - status message when we're done enrolling, add support for - enrollment stages > 1 (Closes: #562504) - -2008-12-08 Bastien Nocera - - * gnome-about-me-fingerprint.c (enroll_fingerprints): - Add title to enrollment window - -==================== 2.25.2 ==================== - -2008-12-02 Rodrigo Moya - - * Makefile.am: add fprintd-marshal.list to EXTRA_DIST. - -2008-11-28 Bastien Nocera - - * gnome-about-me.c (create_fingerprint_button): Fix fingerprint - buttons always being unsensitive with PolicyKit support - -2008-11-27 Bastien Nocera - - * Makefile.am: - * fingerprint-strings.h: - * fprintd-marshal.list: - * gnome-about-me-fingerprint.c: - * gnome-about-me-fingerprint.glade: - * gnome-about-me-fingerprint.h: - * gnome-about-me.c (create_fingerprint_button), - (about_me_load_info), (about_me_fingerprint_button_clicked_cb), - (about_me_setup_dialog), (main): - * gnome-about-me.glade: Add support for enrolling fingerprints - using the fprintd D-Bus service (Closes: #561881) - -==================== 2.25.1 ==================== - -Fri Oct 24 19:33:12 2008 Søren Sandmann - - * gnome-about-me.c (about_me_update_photo): Unlink the .face file - instead of calling gnome_config functions. - -Fri Oct 24 19:16:46 2008 Søren Sandmann - - * gnome-about-me.c (main): Remove unused GnomeProgram variable - -==================== 2.24.0.1 ==================== - -==================== 2.23.2 ==================== - -2008-05-13 Jens Granseuer - - Patch by: Laszlo Peter - - * gnome-about-me.c: (get_user_login): fix build on Solaris when - _POSIX_PTHREAD_SEMANTICS is defined (bug #532893) - -2008-05-08 Jens Granseuer - - Patch by: Ben LeMasurier - - * e-image-chooser.c: (e_image_chooser_init), (set_image_from_data), - (image_drag_motion_cb), (image_drag_drop_cb): fix scaling the image - on the user photo button (bug #309629) - -2008-04-25 Jens Granseuer - - * gnome-about-me.c: (about_me_load_photo), (about_me_setup_dialog): - properly handle errors when trying to get an icon for the user - -2008-04-25 Jens Granseuer - - * gnome-about-me.c: (about_me_destroy), (about_me_update_email), - (about_me_commit), (about_me_focus_out), (about_me_setup_email), - (about_me_load_string_field), (about_me_setup_dialog): rebuild email - addresses completely when saving. The email fields are synthetic in - e-d-s which means they might be reshuffled at will so we never know - quite where the address we saved at pos 3 will end up. This should - finally fix problems with the home address not being saved, and - addresses being swapped or the like (bug #317835) - -2008-04-21 Jens Granseuer - - * gnome-about-me.c: (about_me_commit), (about_me_focus_out), - (about_me_set_address_field), (about_me_setup_dialog): fix a leak - and some random cleanup - -2008-04-13 Jens Granseuer - - * gnome-about-me-password.c: (passdlg_error_dialog), - (passdlg_spawn_passwd), (passdlg_authenticate): launch the error - dialog with the proper parent so it actually becomes possible to - dismiss it. Also use GtkMessageDialog instead of eel, and reset the - busy cursor when launching passwd fails. - -2008-02-28 Jens Granseuer - - * gnome-about-me-password.c: (io_watch_stdout): fix misspelling of - "palindrome" that would make us wait forever when that case occurred - (bug #519398) - -2008-02-25 Jens Granseuer - - * gnome-about-me.c: (about_me_setup_dialog): - * gnome-about-me.glade: fix widget tab order (bug #339936) - -2008-02-16 Jens Granseuer - - * Makefile.am: don't distribute the .desktop.in file - -2008-02-12 Jens Granseuer - - * e-image-chooser.c: (e_image_chooser_class_init), - (image_drag_data_received_cb): - * gnome-about-me.c: (about_me_update_preview): port to gio - -2007-12-06 Jens Granseuer - - * gnome-about-me-password.c: (passdlg_spawn_passwd): add a translation - hint - -2007-12-06 Jens Granseuer - - * gnome-about-me.glade: don't mark empty and padding strings for - translation (bug #502087) - -2007-11-24 Jens Granseuer - - Patch by: Matthias Clasen - - * gnome-about-me.glade: remove non-functional Help button (bug #497803) - -2007-11-10 Jens Granseuer - - * gnome-about-me-password.c: (authenticated_user), - (io_watch_stdout): don't get confused when the user does not have a - password set and passwd immediately asks for the new one. This resulted - in an endless loop up to now (bug #336872) - -2007-11-03 Jens Granseuer - - * gnome-about-me-password.c: (io_watch_stdout): add another string to - the list of recognized error returns from passwd ("must choose a longer - password") - -2007-08-21 Jens Granseuer - - * gnome-about-me.c: (about_me_setup_email): fix the last commit to use - proper API to release the VCardAttributes so we don't crash with newer - e-d-s (bug #468848) - -2007-08-21 Jens Granseuer - - * gnome-about-me.c: honour mail address attributes when setting - up Home and Work addresses - -2007-07-31 Jens Granseuer - - * gnome-about-me.c: (about_me_image_clicked_cb): use - g_get_user_special_dir() instead of hardcoding ~/Pictures - -2007-07-23 Jens Granseuer - - * gnome-about-me.glade: add a tooltip to the image button to make it - accessible - -2007-06-23 Guilherme de S. Pastore - - * gnome-about-me-password.c: fix a small typo ("wether" -> "whether") - in the comments. - -2007-04-30 Bastien Nocera - - * gnome-about-me.c: (about_me_update_photo): Use g_file_set_contents - instead of a single fwrite to write the ~/.face image, also set the - default permission to be 0644, even if the umask is more permissive, - otherwise GDM won't show the icon in the chooser (Closes: #433898) - -2007-04-27 Rodrigo Moya - - * gnome-about-me.desktop.in.in: renamed Bugzilla product. - -2007-04-21 Jens Granseuer - - * gnome-about-me.c: (about_me_setup_dialog): don't print a warning to - the console if the "self" contact does not yet exist (closes bug - #419332). Also fix a small memory leak - -2007-04-08 Jens Granseuer - - Patch by: Kristof Vansant - - * gnome-about-me.c: (about_me_image_clicked_cb): add image filter to - file chooser (closes bug #424958) - -2007-03-19 Jens Granseuer - - Based on a patch by: Bastien Nocera - - * Makefile.am: don't try to build about-me if it's been disabled in - configure and make is run in the subdir (closes bug #408552) - -2007-03-04 Jens Granseuer - - Patch by: Andreas Koehler - - * gnome-about-me.glade: use proper shadow type for the address fields - (fixes bug #414061) - -2007-02-27 Jens Granseuer - - * gnome-about-me-password.c: (stop_passwd), - (free_passwd_resources), (passdlg_process_response): another attempt - at fixing bug #411697. The previous commit fell a bit short - -2007-02-26 Jens Granseuer - - * gnome-about-me-password.c: (stop_passwd), (child_watch_remove), - (free_passwd_resources): prevent the child watcher from accessing - already released memory after the dialog has been closed (should fix - bug #411697) - - * gnome-about-me-password.c: (gnome_about_me_password): unref dialog - when we're done - * gnome-about-me.c: (about_me_setup_dialog): remove redundant warning - -2007-02-25 Jens Granseuer - - Patch by: Diego Escalante Urrelo - - * e-image-chooser.c: (set_image_from_data): don't use a composite - pixbuf, avoiding some unnecessary clipping (fixes bug #380315) - -2007-02-25 Jens Granseuer - - * Makefile.am: - * gnome-about-me.c: (about_me_image_clicked_cb): change default dir for - the image chooser to $datadir/pixmaps/faces (same as gdm) and add a - bookmark for ~/Pictures if available (fixes bug #408305) - -2007-02-11 Jens Granseuer - - * gnome-about-me.c: (about_me_focus_out): fix possible crash - -2007-02-07 Jens Granseuer - - * gnome-about-me.c: (about_me_destroy), - (about_me_button_clicked_cb), (about_me_setup_dialog), (main): fix - various memory leaks - -2007-02-07 Jens Granseuer - - * Makefile.am: - * gnome-about-me-password.c: (passdlg_set_auth_state), - (passdlg_validate_passwords): - * gnome-about-me.c: (about_me_load_string_field), - (about_me_setup_dialog): fix build in general, with gcc 2 in particular, - and also get rid of a few warnings - -2007-01-22 Rodrigo Moya - - Fixes #376079 - - Patch by Francisco Javier F. Serrador - - * gnome-about-me-password.c (passdlg_spawn_passwd): make translatable - strings more generic. - -2007-01-08 Rodrigo Moya - - Fixes #356076 - - Patch by Brian Cameron - - * gnome-about-me.c (about_me_update_photo): fixed compilation on Solaris. - -2007-01-06 Hiroyuki Ikezoe - - Fixes #343584 (patch from Evolution) - - * e-image-chooser.c (set_image_from_data): ref the pixbuf we get to - not lose it when we close the loader. - - * gnome-about-me.c (about_me_update_photo): ditto. - -2006-09-15 Matt Keenan - - Fixes #349079 - - * gnome-about-me-password.c (spawn_passwd): don't use stdin, stdout - and stderr as variable names. Fixes compilation issue on Sun Studio - compiler. - -2006-08-07 Sebastien Bacher - - * gnome-about-me.c: (about_me_load_photo), (about_me_update_photo): - - fix build with the new libebook API (Closes: #348821) - -2006-07-23 Sebastien Bacher - - * gnome-about-me.desktop.in.in: don't list the Application category, - patch by Vincent Fretin (Closes: #344321) - -2006-06-11 Rodrigo Moya - - Fixes #344468 - - * gnome-about-me-password.c: removed redundant headers. - -2006-05-26 Sebastien Bacher - - * gnome-about-me.glade: fix label alignment (Closes: #343056) - -2006-05-26 Rodrigo Moya - - Fixes #324971 - - * gnome-about-me-password.c (passdlg_spawn_passwd): fixed typo. - -2006-01-21 Diego Gonzalez - - * gnome-about-me.c (about_me_foucs_out): fix crash 317315. - -2006-01-21 Diego Gonzalez - - * gnome-about-me.glade: don't accept tabs in the address fields to - preserve the tab navigation on the dialog, as suggested by - Sebastien Bacher in bug 317468. - -2005-11-21 Matthias Clasen - - * gnome-about-me.c: Add a preview to the filechooser used for - selecting an image, using a GnomeThumbnailFactory. - -2005-08-16 Diego Gonzalez - - * gnome-about-me.glade: revert the part of the previous patch that - modified the UI, as we are in UI freeze. - -2005-08-15 Olaf Heiring - - * gnome-about-me-password.c (read_everything): use integer to avoid - comparison being always true due to limited range. - -2005-08-15 Diego Gonzalez - - * gnome-about-me-password.c (update_password): use "wrapped" instead - of "one" to handler the case where the passwd command finds the - password wrapped. Use a long delay period. - - Patch by Jaap Hatsima. - -2005-08-14 Francisco Javier F. Serrador - - * gnome-about-me-password.c (update_password): Replace "passwod is - to simple" with "Password is too simple". - - -2005-08-07 Diego Gonzalez - - * gnome-about-me-password.c (update_password): fix the rest of bug - 312092 which was caused when the old and new passwords were the - same. - -2005-08-06 Diego Gonzalez - - * gnome-about-me.c (about_me_setup_dialog): handle protocol errors - from EDS. - - This make the capplet not crash and fixes bug 312450, but the real - problem is on EDS, not here. - -2005-08-06 Diego Gonzalez - - * gnome-about-me-password.c (update_password): change signature and - handle error conditions from passwd. - (passdlg_process_response): adapt to changes in update_password - to show the error strings returned. - - Fixes bug 312092. - -2005-08-06 Diego Gonzalez - - * gnome-about-me-password.c (gnome_about_me_password): avoid using - gtk_main and use gtk_dialog_run instead. - (passdlg_button_clicked_cb): rename to passdlg_process_response - (spawn_passwd): return a value, so that we can see if we need to - exit without using gtk_main_quit - (wait_child) avoid use of gtk_main_quit. More work is required on - this case, but for now it will be enough. - - Fixes bugs 312580 and 309736. - -2005-07-16 Diego Gonzaler - - * gnome-about-me.c (about_me_image_clicked_cb): change the order - of the buttons to match the HIG. - - Patch by Denis Cranston. Fixes bug 309632. - -2005-07-12 Dennis Cranston - - * gnome-about-me-password.c (passdlg_check_password_timeout_cb): - Set a default message. Use g_strconcat() instead of g_strdup() - and mark strings for translation; (gnome_about_me_password): - Set the window icon. - - * gnome-about-me.glade: Rearrange the change password dialog. - Relabel the ok button to 'Change Password'. - - Closes bug 310307 - -2005-07-16 Diego Gonzalez - - * Makefile.am: Don't build e-util-marshal, as we can use - the glib marshallers. - * e-image-chooser.c: (e_image_chooser_class_init): Use standard - glib marshallers. - * gnome-about-me.c: (about_me_focus_out), - (about_me_get_address_field), (about_me_setup_dialog): Add some - error checking. - - Patch by James Bowes. - -2005-07-13 Sebastien Bacher - - * .cvsignore: new file. - -2005-07-13 Diego Gonzalez - - * gnome-about-me.c (about_me_update_photo): change the maxium width - and height permitted on an image, in the hope that it mitigates - the problem reported in bug 309643. - -2005-07-13 Diego Gonzalez - - * e-image-chooser.c (image_drag_data_received_cb): fix image loading - when draging an image on the image button, it was getting hanged. - (e_image_chooser_init): fix the positioning of the image on the button, - still not perfect but a bit better. - - Also included in this patch are several cleanups to the code. - - Fixes bug 309628 and partially bugs 309629 and 309387 - - * gnome-about-me.c (about_me_setup_dialog): connect to the changed - signal on the image-chooser, so that we are notified when the - user changes the image using DnD. - (about_me_image_changed_cb): new function, it is called whenever - the user changes the image using D&D. - - Mark two strings for translation. - -2005-07-13 Diego Gonzalez - - * gnome-about-me.c (about_me_button_clicked_cb): if - the saving timeout has not yet expired and we click - exit then commit the changes so that we don't loose - any data. - - Fixes bug 309737. - -2005-07-12 Diego Gonzalez - - * gnome-about-me.png: this file is no longer used. - -2005-07-11 Diego Gonzalez - - * e-image-chooser.c: remove gdk_pixbuf_unref calls which are - deprecated and use g_object_unref instead - -2005-07-11 Diego Gonzalez - - * gnome-about-me-password.c: fix some string errors - - Fixes bug 309951 and bug 309950 -2005-07-10 Dennis Cranston - - * gnome-about-me.glade: HIG fixes; fix widget padding, - use sentence capitalization for text field labels, fix - mnemonic conflics, and remove mnemonics from tab labels. - - Also fixes bug 309952 - -2005-07-08 Sebastien Bacher - - * gnome-about-me.desktop.in: this file is not useful on the CVS. - -2005-07-07 Sebastien Bacher - - * gnome-about-me-password.c: (wait_child): - fixed some typo, Clytie Siddall - (Closes: #302614). - -2005-07-05 Diego Gonzalez - - * gnome-about-me.c (about_me_update_photo): Improve the behaviour - of the capplet when using large images (scale the image down to - a resonable size before storing it in EDS). - * e-image-chooser.c: remove debug output - -2005-07-05 Diego Gonzalez - - Patch by Jaap A. Haitsma - - * gnome-about-me.c: Remove use of bonobo, we don't need it. - * gnome-about-me.c: Reorder some of the code and simplify file - chooser, also avoid having more than on instance of the - file chooser dialog opened. - * gnome-about-me.glade: remove some garbage that was left - * gnome-about-me.desktop.in.in: set the correct bugzilla component - and icon. - * Makefile.am: fix so that the custom dialog works in glade - (bug 309353) - * Set dialog icon (bug 309342) - -2005-07-05 Sebastien Bacher - - * Makefile.am: fix the list of desktop files for the tarball. - * gnome-about-me.desktop.in.in: fix the component. - -2005-07-05 Sebastien Bacher - - * Makefile.am: clean the desktop file. - -2005-07-05 Sebastien Bacher - - * Makefile.am: fix the list of source files. - -2005-06-23 Diego Gonzalez - - * gnome-about-me-password.c (gnome_about_me_password): - Fix another crasher - -2005-06-22 Diego Gonzalez - - * Makefile.am: remove cracklib - * gnome-about-me-password.c (passdlg_check_password_timeout_cb): - remove dependencies on cracklib - * cracklib/*: remove it - -2005-06-21 Diego Gonzalez - - * gnome-about-me.c: Improve some error messages - about_me_error: new function - * (about_me_load_info): Avoid crashing when switching to the Address tab - * (about_me_commit): generate a good file_as field, code taken from evolution - -2005-06-15 Diego Gonzalez - - * gnome-about-me.glade: Change the look of the "change Password" - dialog. - * gnome-about-me-password.c: Change completely the inner workings - and add a way to meausure the quality of the password. - * cracklib/*: code from cracklib2 to check the quality of the - password. - - Several other changes... - -2005-05-16 Olav Vitters - - * gnome-about-me.glade: Remove garbage text. Patch by Benjamin - LeMasurier. Fixes bug #162492. - -2005-04-01 Diego Gonzalez - - * gnome-about-me.c: fix the case where the self uid is wrong - and the edition when the self contact is created for the - first time. - -2005-03-29 Diego Gonzalez - - * Makefile.am: fix tabs - -2005-02-09 Sebastien Bacher - - * Makefile.am: build e-util-marshal.c. - -2004-12-23 Sebastien Bacher - - * gnome-about-me.glade: fixed a typo (Closes: #162094). diff --git a/capplets/accessibility/at-properties/ChangeLog b/capplets/accessibility/at-properties/ChangeLog deleted file mode 100644 index 763e803b9..000000000 --- a/capplets/accessibility/at-properties/ChangeLog +++ /dev/null @@ -1,264 +0,0 @@ -==================== 2.25.90 ==================== - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -Sat Oct 25 23:05:22 2008 Søren Sandmann - - * main.c: Use dbus methods to log out instead of GnomeClient. - -Fri Oct 24 18:31:25 2008 Søren Sandmann - - * main.c (main): Use capplet_init() instead of gnome_program_init() - -==================== 2.24.0.1 ==================== - -2008-08-23 Jens Granseuer - - Patch by: Wang Xin - - * at-properties.desktop.in.in: improve tooltip wording (bug #545256) - -2008-06-21 Jens Granseuer - - Patch by: Matthias Clasen - - * at-properties.desktop.in.in: - * main.c: (setup_dialog): use standard icon name from the icon naming - spec (bug #539336) - -==================== 2.23.2 ==================== - -2008-04-16 Jens Granseuer - - * main.c: (cb_at_preferences): open the preferred applications dialog - on the a11y page (bug #528196) - -2008-04-08 Jens Granseuer - - Based on a patch by: Matthias Clasen - - * main.c: (create_dialog): don't show the "accessible login" button if - gdmsetup is not available (bug #526944) - -2008-03-27 Jens Granseuer - - Patch by: Patrick Wade - - * at-enable-dialog.glade: - * main.c: (create_dialog), (cb_at_preferences), - (cb_keyboard_preferences), (cb_mouse_preferences), - (cb_login_preferences), (setup_dialog): add button to launch mouse - accessibility properties (bug #515078) - -2008-02-09 Luca Ferretti - - reviewed by: Jens Granseuer - - * at-enable-dialog.glade: - * at-properties.desktop.in.in: move capplet to main menu, was the - only one under Accessibility and rename "Assistive Tecnologies". - Using gnome-control-center will appead under Personal (closes - bug #515075). - -2008-01-02 Denis Washington - - * main.c: (cb_keyboard_preferences): Spawn the accessibility - tab of the keyboard capplet instead of at-properties. - -2007-11-26 Sebastien Bacher - - * main.c: (at_enable_update): enable the preferred applications button, - patch by Chris Jones (Closes: #499332) - -2007-10-07 Luca Ferretti - - Fixes #484351 - - * at-properties.desktop.in.in: don't use 'Preferences' word for - application name. - -2007-09-18 Jens Granseuer - - Based on a patch by: Patrick Wade - - * main.c: (close_logout_update), (setup_dialog): make logout button - sensitive whenever accessibility settings have been enabled or - disabled (closes bug #476921) - -2007-06-02 Jens Granseuer - - * at-startup-session.c: - * at-startup-session.h: remove obsolete files - * main.c: (at_enable_toggled): remove leftover bits from bug - #386413 to make distcheck pass - -2007-05-05 Jens Granseuer - - * at-enable-dialog.glade: - * main.c: (create_dialog): set button images via code instead of - relying on glade, so they respect the gtk-button-images xsetting - (closes bug #362880) - -2007-05-05 Jens Granseuer - - * at-enable-dialog.glade: fix critical warning - -2007-04-27 Rodrigo Moya - - * at-properties.desktop.in.in: renamed Bugzilla product. - -2007-04-26 George Kraft IV - - Fixes #386413 - - * main.c: (AT_STARTUP_DIR, AT_STARTUP_KEY, SR_PREFS_DIR), - (init_startup_state, at_startup_toggled, at_startup_update_ui, - (at_startup_changed): depricated the selection and startup - of hardcoded assistive technologies. - - * main.c: (cb_at_preferences, cb_keyboard_preferences, - cb_login_preferences): added callbacks to launch preference dialogs. - - * Makefile.am: depricated files at-startup-session.[ch] - - * at-enable-dialog.glade: removed the checkbox selection of - assistive technologies and added a push button to launch - the Preferred Applications dialog to setup ATs. - -2007-04-08 Jens Granseuer - - Patch by: Kristof Vansant - - * at-enable-dialog.glade: don't require gnome glade lib - -2007-02-08 Jens Granseuer - - * main.c: (create_dialog), (main): fix some reference leaks and don't - segfault if the glade file is not available - -2006-08-07 Willie Walker - - Fixes #348630 - - * at-startup-session.c (at_startup_state_init, at_startup_state_update): - look for orca binary in path. - - * at-startup-session.h: added new fields to enabled union. - - * main.c (init_startup_state): added information about orca. - -2006-08-07 Rodrigo Moya - - Fixes #348832 - - * at-properties,desktop.in.in: Use correct Bugzilla component. - -2006-06-06 Sergey Udaltsov - - * Makefile.am: added $(GNOMECC_CAPPLETS_LIBS) - -2005-11-14 Kjartan Maraas - - * at-startup-session.c: Mark at_startup_string_compare() static. - -2004-11-09 Mark McLoughlin - - * Makefile.am: install the .desktop file in - $(datadir)/applications. - - * at-properties.desktop.in: add OnlyShowIn=GNOME; - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -Thu Sep 2 17:06:28 2004 Jonathan Blandford - - * main.c: (cb_dialog_response): Change to use help docs instead of - the "foo"/"bar" that's there. - -2004-08-20 Frederic Crozat - - * main.c: (setup_dialog): - Use themed icon for window hint. - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2003-11-27 Muktha - - * main.c: Do not popup the logout dialog when the close button (X) of - window manager is clicked. Fixes bug #124032. - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-08-01 Dennis Cranston - - * at-enable-dialog.glade: Patch to add two more pixels of spacing - between action area and vbox of preferences dialog. - -Fri Aug 1 14:28:52 2003 Jonathan Blandford - - * main.c (init_startup_state): remove markup tags from translated - strings, #118801. - -2003-07-18 Jonathan Blandford - - * main.c: Add a check to confirm that the AT's are installed. Add - a warning message if they are not. Change widget naming scheme. - - * at-enable-dialog.glade: Change widget naming scheme. - -2003-07-16 Dennis Cranston - - * at-enable-dialog.glade: Make close the default button. - -2003-07-16 Dennis Cranston - - * at-enable-dialog.glade: Adjust widget padding and remove - separator per HIG. - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-07-01 Daniel Baeyens - * capplets/accessibility/at-properties/at-enable-dialog.glade: - "Assistive" is misspelled. diff --git a/capplets/appearance/ChangeLog b/capplets/appearance/ChangeLog deleted file mode 100644 index 6dcb77117..000000000 --- a/capplets/appearance/ChangeLog +++ /dev/null @@ -1,2045 +0,0 @@ -2009-04-11 Benjamin Berg - - * theme-util.c: (theme_delete): - Only delete the theme if the user pressed OK (bug #578694) - -2009-03-18 Jens Granseuer - - * appearance-desktop.c: (wp_remove_wallpaper): after removing an - image set the cursor to the newly selected wallpaper so that - keyboard navigation works as expected (bug #575075) - -==================== 2.25.92 ==================== - -2009-02-19 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_real): fix message markup - appearing in dialog (bug #572453) - -==================== 2.25.90 ==================== - -2009-01-28 Luca Ferretti - - reviewed by: Jens Granseuer - - * data/appearance.glade: - * gnome-wp-info.c: (gnome_wp_info_new): Use "Desktop Background" - instead "Wallpaper" as per GDP glossary (Fixes bug #569382) - -2009-01-25 Jens Granseuer - - * Makefile.am: - * gnome-wp-info.h: - * gnome-wp-item.h: define GNOME_DESKTOP_USE_UNSTABLE_API in Makefile - instead of individual headers - -2009-01-25 Jens Granseuer - - Fix newly installed themes appearing twice in the GTK themes list if - the package contains themes for both GTK and metacity (bug #568595) - - * appearance-style.c: (changed_on_disk_cb): check the new - GnomeThemeElement parameter instead of the theme properties to - determine what part of the theme changed - * appearance-themes.c: (theme_changed_on_disk_cb): use new callback - signature - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== - -2008-11-29 Jens Granseuer - - * theme-installer.c: (file_theme_type): don't leak the filename - -2008-11-27 Jens Granseuer - - * theme-installer.c: (transfer_cancel_cb): really remove the - temporary directory when the transfer is cancelled - -2008-11-20 Jens Granseuer - - Patch by: Maxim Ermilov - - * gnome-wp-xml.c: (gnome_wp_xml_get_bool): use g_ascii_strcasecmp - instead of the deprecated g_strcasecmp (bug #560424) - -2008-11-09 Kjartan Maraas - - * appearance-main.c: (init_appearance_data): - Add missing argument to capplet_init(). - -2008-11-08 Jens Granseuer - - * appearance-main.c: (init_appearance_data), (main): don't - initialize gettext and gtk twice - -==================== 2.25.1 ==================== - -Sat Oct 25 23:11:58 2008 Søren Sandmann - - * appearance.h: Don't define GNOME_DESKTOP_USE_UNSTABLE_API - - * appearance-main.c: Don't include gnome-desktop-thumbnail.h - -Fri Oct 24 18:46:11 2008 Søren Sandmann - - * appearance-main.c: Get rid of gnome includes - -Fri Oct 24 18:32:16 2008 Søren Sandmann - - * appearance-main.c (main): Use capplet_init() - -2008-10-11 Kjartan Maraas - - * appearance-font.c: (application_font_to_gconf): - * theme-installer.c: (invalid_theme_dialog), - (gnome_theme_install_real): - * theme-util.c: (theme_install_file): - Fix GCC warnings from -Wformat-security. - -2008-10-07 Jens Granseuer - - Patch by: Matthias Clasen - - * appearance-main.c: (main_window_response): - * appearance-style.c: (style_response_cb): connect the help buttons - to the most appropriate sections in the user guide (bug #554957) - -2008-10-07 Jens Granseuer - - * data/appearance.glade: revert r9025 and reinstate the help buttons - -2008-09-29 Jens Granseuer - - * data/appearance.glade: really remove the non-working help button - (bug #473181) - -==================== 2.24.0.1 ==================== - -2008-09-24 Jens Granseuer - - * appearance-style.c: (conv_to_widget_cb), (prepare_list): make sure - the GConf to widget conversion funtion has all the data it needs - when it is called for the first time. Fixes a possible crash when - starting the capplet (bug #553541) - -2008-09-21 Jens Granseuer - - * data/appearance.glade: set GtkAdjustment page size to 0 to avoid - problems due to newly enforced value boundaries in GTK+ 2.14. See - bug #551740 for a description of the problem. - -2008-09-18 Jens Granseuer - - * theme-save.c: (write_theme_to_disk): don't fail if the destination - files already exist and the user tries to overwrite them (bug #552671) - -2008-08-22 Jens Granseuer - - * appearance-style.c: (conv_to_widget_cb), (create_thumbnail), - (prepare_list): when a hidden theme is selected, and therefore - becomes visible, create a thumbnail for it (bug #547301) - -2008-08-14 Jens Granseuer - - * data/appearance.glade: remove help button as long as we don't have - any help to show (bug #473181) - -2008-08-12 Jens Granseuer - - * appearance-style.c: (conv_to_widget_cb), (prepare_list): when - adding an unknown theme to the list because it has been selected use - the corresponding default icon to represent it - -2008-07-29 Jens Granseuer - - * appearance-main.c: (main): - * appearance-themes.c: (theme_drag_data_received_cb): - * theme-installer.c: (gnome_theme_install), - (gnome_theme_installer_run): - * theme-installer.h: make theme installation from GIO-supported - sources work (including drag and drop) (bug #545335) - -2008-07-29 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_from_uri): file transfer - dialog now uses GFiles internally, so update the caller - -2008-07-28 Bastien Nocera - - * theme-installer.c (cleanup_tmp_dir): - * theme-util.c (theme_delete): Fix build for the previous change - -2008-07-28 Bastien Nocera - - * theme-util.c: - * theme-util.h: Remove the directory deletion helpers, and - move them to the common sub-directory - -2008-07-20 Jens Granseuer - - * theme-util.c: (theme_delete): don't delete ~/.icons when deleting - the last icon theme (bug #543763) - -2008-07-15 Matthias Clasen - - Bug 533611 - add notification themes to the metatheme format - - * appearance-themes.c: When loading a metatheme from GConf, read - the notification theme from /apps/notification-daemon/theme. - - * appearance-theme-save.c: When saving a metatheme to disk, - save the notification theme with the key NotificationTheme. - - * appearance-theme-util.h: Add a define for the GConf key - used for notification theme. - -2008-06-21 Jens Granseuer - - Patch by: Matthias Clasen - - * appearance-main.c: (main): - * data/gnome-appearance-properties.desktop.in.in: use standard icon - name from the icon naming spec (bug #539339) - -2008-06-01 Thomas Wood - - * appearance-desktop.c: (wp_props_wp_selected), (wp_load_stuffs), - (wp_select_after_realize), (desktop_init), (desktop_shutdown): - - Delay the creation of the wallpaper file chooser dialog to save time on - start up. - -Sat May 31 02:05:32 2008 Søren Sandmann - - * appearance-desktop.c (wp_drag_get_data): Make sure the data we - produce is actually a list of uris, not a list of paths. (Prevents - crash when someone drags a thumbnail back into the list). - - * appearance-desktop.c (wp_add_image): Be robust against NULL - filenames; this can happen if someone drops an http url on the - dialog. - -Sat May 31 00:41:20 2008 Søren Sandmann - - * gnome-wp-item.c (options_lookup): The gconf string is "zoom", - not "zoomed". - -Fri May 30 23:01:57 2008 Søren Sandmann - - * gnome-wp-item.c (set_bg_properties): Update to match API change - in libgnome-desktop. - -2008-05-24 Jens Granseuer - - * theme-util.c: (theme_is_writable), (theme_delete): expect - a path instead of an URI in theme_info->path - -2008-05-24 Jens Granseuer - - * theme-util.c: (directory_delete_recursive): also delete the - directory itself - -2008-05-24 Jens Granseuer - - * theme-installer.c: (cleanup_tmp_dir): fix up last commit - -2008-05-24 Jens Granseuer - - Based on a patch by: Lincoln de Sousa - - Port the last remaining bits of gnome-vfs to gio (bug - #524401). - - * appearance-main.c: (init_appearance_data): - * theme-installer.c: (cleanup_tmp_dir), (file_theme_type), - (transfer_cancel_cb), (gnome_theme_install_real), - (transfer_done_cb): use gio instead of gnome-vfs - - * theme-util.c: - * theme-util.h: make file_delete_recursive public - - * gnome-wp-info.c: include string.h to avoid warning - -==================== 2.23.2 ==================== - -2008-05-08 Jens Granseuer - - * appearance-style.c: (style_message_area_response_cb), - (update_message_area), (gtk_theme_changed), (style_init): - * appearance.h: - * data/appearance.glade: also show a missing theme engine in the - GTK themes list and offer to install it via packagekit - -2008-05-07 Jens Granseuer - - Add support for installing missing GTK+ theme engines via - packagekit (bug #511065) - - * appearance-themes.c: (theme_message_area_response_cb), - (theme_message_area_update): when we detect a missing engine, - check if packagekit is available on the session bus. If it is show - an install button to pull the corresponding package - * appearance.h: - * theme-util.c: (packagekit_available), (theme_install_file): - * theme-util.h: add support functions - -2008-05-07 Jens Granseuer - - Patch by: Lincoln de Sousa - - * theme-save.c: (setup_directory_structure), (write_theme_to_disk): - replace some more gnome-vfs by gio (part of bug #524401) - -2008-05-06 Jens Granseuer - - * Makefile.am: - * appearance-themes.c: (theme_message_area_update): move metatheme - validation code to common/gnome-theme-info.c - -2008-05-04 Jens Granseuer - - * appearance-desktop.c: (desktop_init): - * gnome-wp-info.c: (gnome_wp_info_new), (gnome_wp_info_free): - * gnome-wp-info.h: - * gnome-wp-item.c: (gnome_wp_item_new), - (gnome_wp_item_update_description): - * gnome-wp-item.h: even more gio migration - -2008-05-01 Jens Granseuer - - * appearance-themes.c: (theme_get_mtime), - (theme_drag_data_received_cb): - * theme-util.c: (directory_delete_recursive), - (file_delete_recursive), (theme_is_writable), (theme_delete): port a - few more functions to gio (part of bug #524401) - -2008-05-01 Jens Granseuer - - Based on a patch by: Lincoln de Sousa - - * appearance-desktop.c: (wp_drag_received), (wp_update_preview): more - gio conversion (part of bug #524401) - -2008-05-01 Jens Granseuer - - * appearance-themes.c: (themes_init): update for changes in the - theme-info API - -2008-04-20 Jens Granseuer - - * appearance-style.c: (update_thumbnail_in_treeview): - * appearance-themes.c: (theme_thumbnail_update), - (theme_thumbnail_generate): adapt to modified refcounting in the - thumbnailer; thumbnails don't need to be unref'ed unless we explicitly - retain a reference - -2008-04-19 Jens Granseuer - - * Makefile.am: - * appearance-themes.c: (theme_validate), - (theme_message_area_update), (themes_init): - * appearance.h: show a warning message when the selected theme is - incomplete (e.g. missing icon theme or gtk theme engine) - -2008-04-17 Jens Granseuer - - Patch by: Lincoln de Sousa - - * gnome-wp-xml.c (gnome_wp_file_changed), (gnome_wp_xml_add_monitor), - (gnome_wp_xml_load_from_dir), (gnome_wp_xml_load_list): replace gnome-vfs by - gio (part of bug #524401) - -2008-04-14 Thomas Wood - - * Makefile.am: - * appearance-themes.c: (themes_init): - * caption-cellrenderer.c: - * caption-cellrenderer.h: - - Add a custom cell renderer for metatheme names to allow rounded corners - on the selection indicator. Fixes bug 500276. - -2008-04-13 Jens Granseuer - - * appearance-desktop.c: (wp_option_menu_set), - (wp_scale_type_changed), (wp_shade_type_changed), - (wp_options_changed), (wp_shading_changed), (wp_props_wp_set), - (wp_load_stuffs): - * data/appearance.glade: - * gnome-wp-item.c: (wp_item_option_to_string), - (wp_item_shading_to_string), (wp_item_string_to_option), - (wp_item_string_to_shading), (set_bg_properties), - (gnome_wp_item_update), (gnome_wp_item_free): - * gnome-wp-item.h: - * gnome-wp-xml.c: (gnome_wp_xml_load_xml), - (gnome_wp_xml_save_list): use the GnomeBG enum types instead of - strings to handle options internally and only convert when needed - -2008-04-08 Jens Granseuer - - * gedit-message-area.h: fix include (sync with gedit) - -2008-03-28 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_from_uri): don't try to - unref URIs if the theme package is invalid (bug #524567) - -2008-03-27 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_real): remove bogus flag - (gnome_theme_install_from_uri): update for internal API change - -2008-03-27 Jens Granseuer - - Patch by: Patrick Wade - - * appearance-themes.c: (custom_font_cb), - (theme_message_area_response_cb), (theme_message_area_update), - (themes_init), (themes_shutdown): - * appearance.h: allow the user to revert a font change proposed by a - metatheme (bug #519065) - -2008-03-19 Jens Granseuer - - * data/appearance.glade: don't declare the backgrounds icon view - reorderable. It's not. Besides, setting this property breaks the - custom drag and drop functionality (bug #523347). This fixes the - critical warning when trying to drag an unselected item, but it looks - like the new nautilus doesn't support background drag and drop, anyway - -2008-03-11 Jens Granseuer - - * data/appearance.glade: don't resize the font samples vertically when - the window is resized (bug #521823) - -2008-02-27 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_from_uri): adapt to new - FileTransferDialog that uses gio instead of GnomeVFS - -2008-02-16 Jens Granseuer - - * appearance-desktop.c: (wp_option_menu_set), (wp_load_stuffs): - * gnome-wp-item.c: (gnome_wp_item_update), (gnome_wp_item_new): - * gnome-wp-item.h: always apply the current GConf settings to the - initially selected wallpaper so that we don't modify the settings if - GConf state and the definition in backgrounds.xml are not identical - (bug #516746) - - * gnome-wp-xml.c: (gnome_wp_xml_load_xml): get rid of redundant if - -2008-02-15 Kjartan Maraas - - * appearance-desktop.c: (wp_scale_type_changed), - (wp_shade_type_changed): Make it build. - -2008-02-14 Jens Granseuer - - * appearance-desktop.c: (wp_scale_type_changed): don't try to set shading - and options in GConf when we're dealing with a read-only source (bug - #516328) - -2008-02-11 Matthias Clasen - - Fixes bug #511306 - - * capplets/appearance/data/appearance.glade: - * capplets/appearance/appearance-font.c: remove useless (with - GIO-based Nautilus) 'Go to fonts folder' button. - -2008-02-09 Jens Granseuer - - * theme-installer.c: (gnome_theme_installer_run): make sure we're done - with the dialog before we destroy it (bug #515414) - -2008-02-05 Jens Granseuer - - * data/appearance.glade: add a comment for translators (bug #514598) - -2008-01-25 Soren Sandmann - - * gnome-wp-item.c (collect_save_options): Delete this function. - - * gnome-wp-xml.c: Don't include gnome-wp-utils.h - * appearance-desktop.c: Don't include gnome-wp-utils.h - * gnome-wp-item.c: Don't include gnome-wp-utils.h - * gnome-wp-item.h: Move gconf key macros here from gnome-wp-utils.h - - * Makefile.am: Delete gnome-wp-utils.[ch] - - * gnome-wp-utils.[ch]: Delete these files. - -2008-01-25 Soren Sandmann - - * gnome-wp-item.h (GNOME_DESKTOP_USE_UNSTABLE_API): - * appearance-desktop.c (GNOME_DESKTOP_USE_UNSTABLE_API): - * gnome-wp-item.c (GNOME_DESKTOP_USE_UNSTABLE_API): - - Define this macro before including gnome-bg.h - -2008-01-24 Jens Granseuer - - * appearance-desktop.c: (on_item_changed): only declare variables at - the beginning of a code block... - * gnome-wp-item.c: (gnome_wp_item_update_description): ... and fix a - constness warning - * gnome-wp-xml.c: (gnome_wp_xml_load_xml): remove unused variable - -2008-01-14 Soren Sandmann - - * appearance-desktop.c: Update list model when the background - changes. - * gnome-wp-item.c: Create a GnomeBG for the item. - * gnome-wp-item.h: Add a GnomeBG field - Remove - gnome_wp_item_dup() function. - * gnome-wp-info.c: Delete gnome_wp_item_dup() function. - * gnome-wp-xml.c: Ensure that a GnomeBG exists. - -2007-12-22 Thomas Wood - - * theme-installer.c: (transfer_done_tgz_tbz), - (transfer_done_archive), (gnome_theme_install_real), - (transfer_done_cb), (gnome_theme_install_from_uri): - - Make error dialogs more complient with the HIG (bug 400968). - -2007-12-21 Luca Ferretti - - * appearance-themes.c: (theme_message_area_response_cb), - (theme_message_area_update), (themes_init): - * theme-util.h: - Read WindowTitleFont and DocumentsFont from meta-theme - and use to set the value for /apps/metacity/general/titlebar_font - and /desktop/gnome/interface/document_font_name GConf keys. - This closes bug #504250 - -2007-12-06 Jens Granseuer - - * gnome-wp-item.c: (gnome_wp_item_update_description): slightly change - the code layout in hoping that intltool will now pick up the - translation hint... - -2007-12-06 Jens Granseuer - - * data/appearance.glade: don't mark padding strings for translation - and add translation comments for the pixel order strings (bug #502087) - -2007-11-28 Jens Granseuer - - * appearance-desktop.c: (desktop_init): - * theme-installer.c: (gnome_theme_installer_run): make "Open" the - default action for the file choosers (bug #500091) - -2007-11-22 Frederic Crozat - - * gnome-wp-item.c: Fix detection of image mimetype (bug #498980) - -2007-11-18 Jens Granseuer - - * appearance-desktop.c: (desktop_init): add shortcut for - /usr/share/backgrounds to background file chooser and also consider it - when setting the initial directory (bug #497807) - -2007-11-11 Jens Granseuer - - * appearance-style.c: (changed_on_disk_cb): - * appearance-themes.c: (theme_changed_on_disk_cb): adapt to modified - theme change callback - -2007-11-03 Jens Granseuer - - * appearance-desktop.c: (wp_color_changed), (wp_props_wp_set): - * gnome-wp-item.c: (gnome_wp_item_new), (gnome_wp_item_free), - (gnome_wp_item_dup): - * gnome-wp-item.h: - * gnome-wp-xml.c: (gnome_wp_xml_load_xml), (gnome_wp_xml_save_list): - be more careful when reading background information from GConf and make - sure we don't choke on NULL values later on (bug #492903) - -2007-11-01 Jens Granseuer - - Patch by: Joel Pfaff - - * appearance-themes.c: (themes_init): fix build without libXcursor - -2007-10-30 Jens Granseuer - - * theme-installer.c: (gnome_theme_installer_run): revert last patch, - it's just too ugly as long as the "one dialog per installed file" issue - isn't fixed - -2007-10-30 Jens Granseuer - - Patch by: Benjamin Gramlich - - * theme-installer.c: (gnome_theme_installer_run): allow the user to - select multiple themes to install at once (first part of the fix for - bug #124554) - -2007-10-30 Jens Granseuer - - When installing multiple themes at once, don't ask the user whether to - apply after each theme. Instead, simply show a success message after - installation has finished, and ask only if a single theme has been - installed. - - * theme-installer.c: (gnome_theme_install_real), - (transfer_done_cb): check whether there are multiple themes to install - up front, and skip the apply dialog if so - -2007-10-30 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_real): also update the icon - cache for icon themes with cursors - -2007-10-30 Jens Granseuer - - * theme-installer.c: (file_theme_type), (gnome_theme_install_real): - teach the installer to recognize cursor themes and icon themes with - cursors and how to apply them - -2007-10-29 Jens Granseuer - - * appearance-style.c: (gtk_theme_changed), (window_theme_changed), - (icon_theme_changed), (update_cursor_size_scale), - (cursor_theme_changed): - * appearance-themes.c: (theme_selection_changed_cb): - * theme-util.c: (theme_is_writable): - * theme-util.h: simplify some more code, and fix a crash when the - cursor theme in GConf is unset that I introduced in r8212 - -2007-10-28 Jens Granseuer - - * appearance-style.c: (prepare_list): - * theme-util.c: (theme_is_writable), (theme_delete): simplify code - thanks to the new unified theme type - -2007-10-28 Jens Granseuer - - * appearance-style.c: (changed_on_disk_cb): add support for live cursor - theme updates - -2007-10-28 Jens Granseuer - - * appearance-style.c: (changed_on_disk_cb): - * appearance-themes.c: (theme_changed_on_disk_cb): adapt to changes in - theme change notification - -2007-10-27 Jens Granseuer - - * appearance-style.c: (cursor_size_scale_value_changed_cb), - (update_cursor_size_scale), (cursor_theme_changed), (prepare_list): - * appearance-themes.c: (theme_load_from_gconf): - * theme-util.h: reduce the number if XCURSOR ifdefs and get rid of the - special treatment for the default cursor theme - -2007-10-27 Jens Granseuer - - If the cursor theme changes, and the currently set size is not - available for the new theme, we were not updating the cursor size in - GConf, leading to bogus results when checking for metatheme equality. - - * appearance-style.c: (cursor_size_changed_cb), - (update_cursor_size_scale), (cursor_size_scale_value_changed_cb): - update cursor size GConf value when the theme changes; also don't write - bogus values to GConf when we are only doing fuzzy matches - -2007-10-27 Jens Granseuer - - * theme-util.c: (theme_is_writable): - * theme-util.h: move function here from common/ - - * appearance-style.c: (gtk_theme_changed), (window_theme_changed), - (icon_theme_changed), (cursor_theme_changed): - * appearance-themes.c: (theme_selection_changed_cb): adapt callers - -2007-10-27 Jens Granseuer - - * theme-util.c: (theme_delete): if the parent directory is empty after - deleting a theme, delete the parent directory, too - -2007-10-26 Jens Granseuer - - * appearance-style.c: (cursor_theme_delete_cb), (style_init): - * theme-util.c: (theme_delete): make the cursor themes delete button - work - -2007-10-25 Jens Granseuer - - * appearance-style.c: (style_init): - * data/appearance.glade: move some more of the cursor size widget - initialization to glade. This allows the slider to be updated properly - on startup (bug #490103) - -2007-10-25 Denis Washington - - * appearance-themes.c: Take cursor size into account in theme_is_equal(), - and also watch the cursor theme/size gconf keys for changes. - -2007-10-24 Jens Granseuer - - * appearance-themes.c: (theme_load_from_gconf), - (theme_details_changed_cb), (themes_init): return a new theme instead - of munging whatever got passed in. Makes for a saner API - -2007-10-24 Jens Granseuer - - The fix for bug #420154 not only made the entry for the theme installer - disappear from the menu, but also disabled mime-type handling for Gnome - Theme Packages (bug #486811). Revert that change and use NoDisplay=true - instead. This will remove the entry from the menu (not from the menu - editor, though), and not break mime handling. - - * data/gnome-theme-installer.desktop.in.in: use NoDisplay=true instead - of OnlyShowIn=; - -2007-10-18 Jens Granseuer - - * appearance-themes.c: (theme_load_from_gconf), - (theme_set_custom_from_theme): really make sure gtk, metacity, icon, and - cursor themes are never NULL (should fix #487257 if the last commit didn't - already) - -2007-10-14 Jens Granseuer - - When updating theme info from GConf or copying it for customization, we - were ignoring xcursor settings. As a result, saved custom themes always - had the default theme set. (bug #485709) - - * appearance-themes.c: (get_default_int_from_key), - (theme_load_from_gconf), (theme_set_custom_from_theme): when setting up - theme info, take cursor settings into account - -2007-10-09 Jens Granseuer - - * appearance-desktop.c: (wp_props_wp_set): fix crash if we fail to - convert a filename to UTF-8 - -2007-09-28 Jens Granseuer - - * appearance-themes.c: (theme_store_sort_func): make theme sorting - case-insensitive (bug #481224) - -2007-09-23 Jens Granseuer - - * gnome-wp-item.c: (gnome_wp_item_free), (gnome_wp_item_dup): - * gnome-wp-item.h: - * gnome-wp-xml.c: (gnome_wp_xml_load_xml): remove unused imguri property - from GnomeWPItem - -2007-09-23 Jens Granseuer - - * appearance-desktop.c: (wp_drag_received), (wp_drag_get_data), - (desktop_init): add support for dragging images from the background list - (bug #150544) - -2007-09-21 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_real): reword the "theme engine" - error message since we cannot really be sure it is an engine (bug #435680) - -2007-09-21 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_real), - (transfer_done_cb), (gnome_theme_install_from_uri): unify "invalid theme" - error messages and be a bit more verbose - -2007-09-16 Jens Granseuer - - * appearance-main.c: (main): add a comment for translators (bug #473379) - -2007-09-16 Jens Granseuer - - * data/appearance.glade: don't set a fixed width for the toolbar button - color label (bug #474317) - -2007-09-09 Claude Paroz - - * data/appearance.glade: Correct translatable property value of Save As. - Fixes #473810. - -2007-09-01 Jens Granseuer - - * gedit-message-area.c: (gedit_message_area_init): sync with upstream - -2007-09-01 Jens Granseuer - - * appearance-font.c: (font_render_load), (cb_show_details): break out - of the loop asap; use _prepend instead of _append - -2007-08-31 Jens Granseuer - - * appearance-font.c: (font_render_load), (setup_font_pair), - (enum_group_load), (enum_group_create): don't define gconf_key as - const and save a few casts - -2007-08-31 Jens Granseuer - - * appearance-font.c: (enum_group_destroy), (cb_show_details), - (font_init), (font_shutdown): - * appearance.h: don't leak the enum groups - -2007-08-28 Gabor Kelemen - - * data/appearance.glade: This time really fix bug 470532 (gtk-delete - stock id is marked for translation) - -2007-08-27 Jens Granseuer - - * appearance-style.c: (update_thumbnail_in_treeview): don't leak the - thumbnails - -2007-08-27 Jens Granseuer - - * appearance-style.c: (update_in_treeview), - (gtk_theme_thumbnail_cb), (metacity_theme_thumbnail_cb), - (icon_theme_thumbnail_cb), (changed_on_disk_cb): always generate - thumbnails asynchronously. Mixing synchronous and asynchronous - generation just doesn't work (bug #469849) - -2007-08-27 Thomas Wood - - Patch by: Gabor Kelemen - - * data/appearance.glade: Fix bug 470532 (gtk-delete stock id is marked for - translation) - -2007-08-23 Jens Granseuer - - * appearance-themes.c: (theme_get_thumbnail_from_cache): - * gnome-wp-item.c: (gnome_wp_item_update_description): fix leaks (bug - #469531) - -2007-08-23 Jens Granseuer - - * appearance-font.c: (cb_show_details): simply set the upper bound of - the DPI spin button to the maximum we consider reasonable. This is one - way to make sure we don't get SIGFPE if for some reason - gdk_screen_get_{width,height}_mm returns 0 (bug #469580) - -2007-08-22 Jens Granseuer - - * appearance-desktop.c: (wp_select_after_realize): if no background - image set, select "no wallpaper" - -2007-08-14 Jens Granseuer - - * appearance-themes.c: (themes_init): - * data/appearance.glade: correct the item width and enable line - wrapping for long theme names (bug #466405) - -2007-08-11 Jens Granseuer - - * appearance-style.c: (conv_from_widget_cb): make sure we have a - selection before trying to get the data (bug #465431) - -2007-08-11 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_from_uri): fix leak - -2007-08-09 Jens Granseuer - - * appearance-themes.c: (theme_drag_data_received_cb), - (themes_init): restrict drag'n'drop installation to the theme tab - instead of the entire window so lockdown works properly - - * theme-installer.c: (gnome_theme_install_from_uri), - (gnome_theme_installer_run): - * theme-installer.h: fix double-free and use-after-free - -2007-08-09 Jens Granseuer - - * appearance-themes.c: (themes_init): reenable theme lockdown - -2007-08-09 Jens Granseuer - - * gnome-wp-xml.c: (gnome_wp_xml_load_list), - (gnome_wp_xml_save_list): - * theme-installer.c: (gnome_theme_install_from_uri): tiny optimization - -2007-08-08 Jens Granseuer - - * appearance-style.c: (gtk_theme_changed): revert r7973 because it - broke color scheme notifications, and add a comment - * appearance-themes.c: (theme_setting_changed_cb), (themes_init): - connect to some signals from GtkSettings instead of GConf - -2007-08-07 Jens Granseuer - - * appearance-desktop.c: (wp_add_images), (wp_dragged_image), - (desktop_init): - * appearance-main.c: (main): - * appearance-style.c: (update_color_buttons_from_settings), - (check_color_schemes_enabled), (update_cursor_size_scale), - (prepare_list), (style_init): - * appearance-ui.c: (ui_init): shave off a number of unnecessary casts - -2007-08-07 Jens Granseuer - - * appearance-style.c: (gtk_theme_changed): also remove code that we - needed when the thumbnailer was still in-process - -2007-08-07 Jens Granseuer - - * appearance-style.c: (color_button_clicked_cb): remove stuff I forgot - to delete - -2007-08-07 Jens Granseuer - - * appearance-style.c: (color_button_clicked_cb): make sure the color - scheme has changed before writing to GConf and enabling the reset button - -2007-08-07 Jens Granseuer - - * appearance-style.c: (update_color_buttons_from_string): simplify - (check_color_schemes_enabled): fix check for available symbolic colors - and make buttons for unsupported colors insensitive (bug #464081) - (color_button_clicked_cb), (style_init): simplify - - * data/appearance.glade: name the color buttons exactly like their - respective color so we don't need to keep two arrays around - -2007-08-05 Jens Granseuer - - * appearance-themes.c: (themes_init): reinstate select-after-realize; - it's still necessary - -2007-08-05 Jens Granseuer - - Patch by: Dennis Cranston - - * data/appearance.glade: Indent category contents, and other HIG - spacing fixes for "Font Rendering Details" dialog (bug #463332) - -2007-08-04 Jens Granseuer - - Based on a patch by: Dennis Cranston - - * appearance-style.c: (update_cursor_size_scale) Toggle - sensitivity of the cursor scale labels (bug #463442) - -2007-08-04 Denis Washington - - * appearance-style.c: (prepare_list): - Only add a "Default Pointer" list item if there is - no such GnomeThemeCursorInfo. - -2007-08-03 Jens Granseuer - - * appearance-themes.c: (theme_thumbnail_update): oops, remove - left-over devel ifdef - -2007-08-03 Jens Granseuer - - * appearance-desktop.c: (wp_color_changed): use gdk_color_to_string - instead of g_strdup_printf - * gnome-wp-xml.c: (gnome_wp_xml_load_xml), - (gnome_wp_xml_load_list): remove check for old glib version that - would result in bogus code, and save an unnecessary alloc - -2007-08-03 Jens Granseuer - - * appearance-desktop.c: (wp_props_load_wallpaper), (wp_add_image), - (wp_scale_type_changed), (wp_shade_type_changed), - (wp_update_preview), (wp_load_stuffs), (desktop_init), - (desktop_shutdown): - * appearance-main.c: (init_appearance_data), - (main_window_response): - * appearance-themes.c: (theme_get_mtime), (theme_thumbnail_update), - (theme_get_thumbnail_from_cache), (theme_thumbnail_done_cb), - (theme_thumbnail_generate): - * appearance.h: - * gnome-wp-xml.c: (gnome_wp_load_legacy), (gnome_wp_xml_load_xml): - use thumbnail factory to store and retrieve metatheme thumbs - (bug #448968) - -2007-08-03 Jens Granseuer - - * data/appearance.glade: - * data/theme-thumbnailing.png: reduce metatheme thumbnail size to - 128x128 in preparation of using gnome-thumbnail-factory - -2007-08-03 Jens Granseuer - - * appearance-style.c: (color_button_clicked_cb): simplify - -2007-08-01 Thomas Wood - - Path by: Dennis Cranston - - * data/appearance.glade: Add a few more mnemonics. HIG capitalization - fix for a checkbutton label. - -2007-07-31 Jens Granseuer - - * appearance-desktop.c: (wp_file_open_dialog), (desktop_init): - * appearance.h: add a shortcut to the user's special Pictures folder to - the file chooser and default to it (bug #461093), and reduce casting - -2007-07-30 Jens Granseuer - - * appearance-style.c: (color_button_clicked_cb): fix cut'n'paste errors - for the tooltip colors and use new color enum - - * data/appearance.glade: repair the mess glade3 made of the file - -2007-07-30 Thomas Wood - - * appearance-style.c: (color_button_clicked_cb): Add missing '\n'. - -2007-07-30 Jens Granseuer - - * appearance-themes.c: (themes_init): - * data/appearance.glade: use our custom cell renderer for metathemes, - too, so the previews don't get shaded (bug #461198) - -2007-07-30 Thomas Wood - - * appearance-style.c: (update_color_buttons_from_string), - (check_color_schemes_enabled), (color_button_clicked_cb), - (style_init): - * data/appearance.glade: - - Add tooltip foreground and background colours to the list of recognised - symbolic colours. - - -2007-07-29 Jens Granseuer - - * appearance-main.c: (main): default to showing the background tab - if wallpapers were given on the command line - -2007-07-29 Jens Granseuer - - * data/gnome-appearance-properties.desktop.in.in: add %F to the exec - line so external programs like epiphany can set the background (bug - #456337) - -2007-07-29 Jens Granseuer - - * data/appearance.glade: - * appearance-themes.c: (theme_custom_cb): - * theme-save.c: (save_dialog_response): only create the custom theme - entry when changes are made, and delete it when the theme is saved. - These changes obsolete the requirement for a modal details window. - -2007-07-29 Denis Washington - - * appearance.h: - * appearance-desktop.c: (desktop_init): - Don't store the cell renderer in AppearanceData, it is only needed by - desktop_init(). - -2007-07-29 Jens Granseuer - - * appearance-themes.c: (theme_message_area_update), (themes_init): - cope with unset GConf keys, and group GConf notifications - -2007-07-29 Denis Washington - - * appearance-themes.c: (theme_message_area_response_cb), - (theme_message_area_update), (theme_selection_changed_cb), - (background_or_font_changed), (themes_init): - _Really_ only show background/font suggestions if they haven't - already been applied. - -2007-07-29 Denis Washington - - * appearance-themes.c: (theme_message_area_response_cb), - (theme_message_area_update), (theme_selection_changed_cb): - Only show background/font suggestions if they haven't already - been applied. - -2007-07-29 Denis Washington - - * data/appearance.glade: - * appearance-themes.c: (theme_message_area_response_cb), - (theme_message_area_update), (theme_selection_changed_cb), - (themes_init), (themes_shutdown): - * gedit-message-area.[ch]: - * theme-util.h: - Added controls for applying suggested backgrounds and/or fonts from - metathemes. Copied over some code from gedit for the message area - (GeditMessageArea). - - * Makefile.am: - Added gedit-message-area.[ch]. - -2007-07-29 Thomas Wood - - * appearance-style.c: (cursor_theme_sort_func), (prepare_list), - (style_init): Prevent some memory leaks - -2007-07-29 Thomas Wood - - * theme-installer.c: (file_theme_type), (gnome_theme_install_real): - - Fix theme installation (free called before last last use of a string) - - Update icon cache when installing icon themes (closes bug 355486) - -2007-07-29 Thomas Wood - - * data/appearance.glade: Fix mnemonics and Customize Theme window title. - Closes bug 461255. - -2007-07-28 Jens Granseuer - - * appearance-desktop.c: (wp_view_tooltip_cb), (desktop_init): - * data/appearance.glade: get rid of a number of unnecessary casts and the - gtk version checks since we now depend on 2.11.6 unconditionally - -2007-07-28 Denis Washington - - * appearance-style.c: (prepare_list): - Show readable_name in cursor theme list instead of name. - -2007-07-28 Thomas Wood - - * wp-cellrenderer.c: (cell_renderer_wallpaper_render): Don't draw the - selection indicator if width is -1 - -2007-07-28 Thomas Wood - - * wp-cellrenderer.c: (cell_renderer_wallpaper_render): c89 fix and add 1px - border between selection indicator and contents - -2007-07-28 Thomas Wood - - * wp-cellrenderer.c: (cell_renderer_wallpaper_render): Use cairo to draw the - cell renderer selection - -2007-07-28 Jens Granseuer - - * wp-cellrenderer.c: (cell_renderer_wallpaper_render): - * wp-cellrenderer.h: fix cell renderer state logic to not be always on - -2007-07-28 Thomas Wood - - * theme-util.c: Add missing include - -2007-07-27 Jens Granseuer - - * appearance-themes.c: (themes_init): constify drag'n'drop data, remove - unused variable, use G_N_ELEMENTS where applicable - -2007-07-27 Jens Granseuer - - * appearance-themes.c: (themes_init, theme_postinit): remove workarounds - for initialization problems in early versions of the capplet - -2007-07-27 Denis Washington - - * appearanc-themes.c: (appearance_window_drag_data_received_cb), - (themes_init): - Implement drag-and drop theme installation. - -2007-07-27 Denis Washington - - * data/cursor-*.pcf: - * data/mouse-cursor-*.png: - Cursor fonts and thumbnails moved from gnome-mouse-properties. - - * data/Makefile.am: - Install the new files. - -2007-07-26 Jens Granseuer - - * appearance-style.c: (update_color_buttons_from_string): - * appearance-themes.c: (theme_load_from_gconf), (theme_is_equal): - * theme-util.c: (theme_find_in_model): - * theme-util.h: move some utility code over to common - -2007-07-26 Jens Granseuer - - * appearance-style.c: (update_color_buttons_from_settings), - (color_scheme_defaults_button_clicked_cb): really unset the gconf key - when reverting colors - -2007-07-26 Jens Granseuer - - * appearance-style.c: (update_color_buttons_from_string), - (update_color_buttons_from_settings): - * appearance-themes.c: (theme_is_equal): - * theme-util.c: (theme_parse_color_scheme), - (theme_color_scheme_equal): - * theme-util.h: make color scheme comparisons work much more reliably - -2007-07-26 Jens Granseuer - - * gnome-wp-item.c: (gnome_wp_item_update_description): add a comment - for translators (bug #460506) - -2007-07-26 Denis Washington - - * data/appearance.glade: - Fixed a bug introduced in my last commit which caused to make the - button box appear above the cursors list in the theme details window. - - * appearance-style.c: (cursor_theme_sort_func), (prepare_list): - Make "Default Pointer" always appear as first item in the list. - -2007-07-26 Denis Washington - - * data/appearance.glade: - * appearance-style.c: - * appearance-themes.c: (theme_load_from_gconf), (cursor_theme_changed), - (prepare_list), (style_init): - * theme-save.c: (write_theme_to_disk): - * theme-util.h: - Re-add basic support for cursor themes for X servers without the Xcursor - extension, like the one on Solaris. - -2007-07-25 Thomas Wood - - Patch by: Dennis Cranston - - * gnome-wp-item.c: (gnome_wp_item_update_description):Simplify tooltip - descriptions. Change "Location" to "Folder". Do not overuse bold text. - Closes bug 460111. - - -2007-07-25 Denis Washington - - * appearance-style.c: (prepare_list): - * appearance-themes.c: (theme_load_from_gconf): - * theme-save.c: (write_theme_to_disk): - Implement saving of the cursor theme name in metathemes, and add a - "Default Pointer" option to the cursor theme list in Theme Details. - -2007-07-24 Jens Granseuer - - * appearance-themes.c: (theme_load_from_gconf): when reading current - settings from gconf, get the color scheme from the gtk theme if necessary - to allow matching against themes retrieved via gnome-theme-info - -2007-07-24 Thomas Wood - - * data/Makefile.am: Add makefile - -2007-07-24 Thomas Wood - - * data: Add a data sub-directory for non-code items - -2007-07-24 Jens Granseuer - - * appearance-style.c: (update_color_buttons_from_settings), - (prepare_list), (style_init): improve color scheme matching; simplify - code; don't possibly unref cursor thumbs twice; remove redundant color - scheme initialization - * appearance.glade: make theme details window modal to prevent the - user from editing non-custom themes - -2007-07-23 Jens Granseuer - - * appearance-desktop.c: (desktop_init): bump all tooltips code to gtk - 2.11.6 - -2007-07-23 Matthias Clasen - - * appearance-desktop.c: Use new GTK+ convenience API for - icon view tooltips. (#455985) - -2007-07-12 Jens Granseuer - - * appearance-desktop.c: (wp_load_stuffs), (desktop_init), - (desktop_shutdown): - * appearance-desktop.h: - * appearance-main.c: (main): - * appearance.h: add option to add wallpapers via the command line - (closes bug #456337) - -2007-07-08 Jens Granseuer - - * appearance-style.c: (cursor_size_scale_value_changed_cb): plug yet - another leak - -2007-07-08 Denis Washington - - * appearance.glade: change the button order in themes tab. - * appearance-style.c: add an icon to Customize button. - -2007-07-08 Jens Granseuer - - * appearance-desktop.c: (wp_view_tooltip_cb): fix leaks - -2007-07-05 Jens Granseuer - - * appearance-themes.c: (themes_init): - * appearance.glade: ellipsize the "Save As" button - -2007-07-05 Jens Granseuer - - * appearance-style.c: (update_color_buttons_from_string): don't allocate - colors in the colormap - (update_cursor_size_scale), (cursor_size_scale_value_changed_cb): don't - crash if we have nothing but the default cursor theme - -2007-07-05 Denis Washington - - * appearance.glade: set an explicit item width for the metatheme icon - view so overly long names don't needlessly widen all items' width. Such - names are wrapped now. - -2007-07-05 Denis Washington - - * appearance.glade: - * appearance-style.c: (cursor_size_scale_value_changed_cb), - (cursor_theme_changed), (prepare_list), (update_cursor_size_scale): - * theme-util.h: - Add cursor themes support. - -2007-06-28 Jens Granseuer - - * appearance.glade: add explicit width_request to our icon views so we - can use GTK_POLICY_NEVER for horizontal scrollbars and still properly - resize the window (part of bug #451585) - -2007-06-28 Jens Granseuer - - * appearance-themes.c: (themes_init): - * appearance.glade: move "selection_mode" to glade file and remove - hard-coded item width - -2007-06-28 Jens Granseuer - - * appearance-themes.c: (theme_store_sort_func), (themes_init): fix leaks, - use g_list_foreach instead of open-coded loop - -2007-06-27 Denis Washington - - * appearance-themes.c: (theme_list_sort_func), (themes_init): - Load the metatheme thumbnails in the order they are in the list. - -2007-06-27 Denis Washington - - * appearance.h: - * appearance-themes.c: (theme_list_sort_func, themes_init): - Make the Custom theme always the first in the list and make it's label bold - to diffentiate it from the other themes. - -2007-06-26 Jens Granseuer - - * appearance-themes.c: (theme_is_equal): ... and actually accept an empty - color scheme setting as valid - -2007-06-26 Jens Granseuer - - * appearance-style.c: (prepare_list): - no need to reassign thumbnails inside the loop - - * appearance-themes.c: (theme_load_from_gconf), (theme_is_equal): - consider NULL and "" equal for color schemes; also reshuffle - functions a bit and fix the include list - -2007-06-26 Denis Washington - - * gtk-theme-thumbnailing.png: - * icon-theme-thumbnailing.png: - * window-theme-thumbnailing.png: - Placeholder thumbnails for gtk+, metacity and icon themes. - - * Makefile.am: Add new files. - - * appearance.h: - * appearance-style.h: - * appearance-style.c: (style_init), (style_shutdown), (prepare_list): - Use the new placeholder thumbnails for the details window's theme lists. - - * appearance-main.c: Call new style_shutdown (). - -2007-06-25 Denis Washington - - * appearance.glade: Fixed resize problems. - -2007-06-25 Jens Granseuer - - * appearance-style.c: (prepare_list): don't try to use uninitialized - GdkPixbuf - -2007-06-25 Denis Washington - - * appearance-themes.c: - Adjusted for the API changes in theme-thumbnail.c. Thumbnail requestes are - now directly queued by generate_*_async(), so do not maintain an own queue - anymore. - - * appearance-style.c: - Use the new asynchronous thumbnail generation functions, and replace all - occurrences of "metacity_themes_list" with the correct "window_themes_list". - - * appearance.h: - Remove "theme_queue", it is not needed anymore. - -2007-06-24 Jens Granseuer - - * Makefile.am: - * appearance-themes.c: (theme_selection_changed_cb), - (theme_save_cb), (themes_init), (themes_shutdown): - * appearance.glade: - * appearance.h: - * theme-save.c: - * theme-save.h: - * theme-util.h: implement theme saving - -2007-06-23 Jens Granseuer - - * appearance-style.c: rearranged functions (no code changes) - -2007-06-23 Jens Granseuer - - * theme-util.c: (theme_delete): use STOCK_DELETE instead of STOCK_OK in - the confirmation dialog - -2007-06-23 Jens Granseuer - - * appearance-style.c: (add_to_treeview), (remove_from_treeview), - (update_in_treeview), (changed_on_disk_cb), (style_init): - * appearance-themes.c: (theme_select_name), - (theme_set_custom_from_theme), (theme_changed_on_disk_cb), - (theme_thumbnail_done_cb): - * theme-installer.c: (gnome_theme_installer_run): - * theme-util.c: (theme_find_in_model): - * theme-util.h: listen to on-disk theme changes in the details tabs, too - -2007-06-22 Jens Granseuer - - * appearance-style.c: (gtk_theme_changed), (window_theme_changed), - (icon_theme_changed), (generic_theme_delete), - (gtk_theme_delete_cb), (window_theme_delete_cb), - (icon_theme_delete_cb), (style_init), (prepare_list), - (check_color_schemes_enabled): hook up the delete buttons - -2007-06-22 Denis Washington - - * appearance.glade: - Tweak the metatheme icon view's margin and spacings to better fit to the - new thumbnails. - - * theme-thumbnailing.png: - Modernized and brought to the size of the new metatheme thumbnails. - -2007-06-18 Jens Granseuer - - * theme-installer.c: (gnome_theme_install_real): fix compiler warning - -2007-06-18 Jens Granseuer - - * appearance.glade: remove install buttons from individual detail pages - and HIG-ify the "revert to defaults" label - -2007-06-18 Jens Granseuer - - * theme-installer.c: (file_theme_type): just check for configure - instead of configure.in since configure.ac is valid as well; we still - need a better way to identify engines... - -2007-06-18 Rodrigo Moya - - * appearance-main.c: added the names of the pages to the help strings - for --show-page argument. - -2007-06-17 Jens Granseuer - - * appearance-main.c: (main): - * appearance.glade: add --show-page option to specify the page with - which to start - -2007-06-17 Denis Washington - - * appearance-desktop.c: (desktop_init): (wp_view_tooltip_cb): - * gnome-wp-item.c: (gnome_wp_item_update_description): - Added metadata tooltips to the thumbnails in the Background tab. - Needs GTK+ 2.11 to compile (but is surrounded with GTK_CHECK_VERSION() - for compilation with older gtk+ versions). - -2007-06-17 Denis Washington - - * appearance-style.c: (prepare_list): - Change the weight of the theme titles from bold to normal in the Theme - Details window's lists. - -2007-06-16 Jens Granseuer - - * Makefile.am: - * appearance-main.c: (init_appearance_data), (main): - * gnome-theme-installer.desktop.in.in: make gnome-theme-installer - work - -2007-06-16 Jens Granseuer - - * Makefile.am: - * appearance-style.c: (prepare_list): - * appearance-themes.c: (theme_install_cb), (theme_delete_cb), - (theme_details_changed_cb): - * theme-installer.c: (cleanup_tmp_dir), (file_theme_type), - (missing_utility_message_dialog), (transfer_done_tgz_tbz), - (transfer_done_archive), (gnome_theme_install_real), - (transfer_done_cb), (gnome_theme_install_from_uri), - (gnome_theme_installer_run): - * theme-installer.h: add initial support for installing themes, - includes support for packages containing more than one theme - (bug #409624) - -2007-06-15 Jens Granseuer - - * appearance-desktop.c: (wp_props_load_wallpaper), - (wp_scale_type_changed), (wp_shade_type_changed): - * gnome-wp-utils.c: (gnome_wp_pixbuf_tile): be extra careful when - generating pixbufs (should mean we just get no thumbs instead of - assertion failures, bug #403160) - -2007-06-14 Jens Granseuer - - * Makefile.am: - * theme-util.c: (theme_delete), (theme_model_iter_last): - * theme-util.h: new files - - * appearance.glade: default delete buttons to insensitive, - change label for "Custom" key, adjust column ids for icon view - - * appearance-style.c: (style_init), (prepare_list), - (update_color_buttons_from_settings), (theme_name_changed), - (color_button_clicked_cb), - (color_scheme_defaults_button_clicked_cb): - * appearance-themes.c: (theme_get_selected_name), - (theme_get_selected), (theme_select_iter), (theme_select_name), - (theme_is_equal), (theme_set_custom_from_theme), - (theme_changed_on_disk_cb), (theme_custom_cb), (theme_delete_cb), - (theme_details_changed_cb), (theme_color_scheme_changed_cb), - (theme_gconf_changed), (theme_postinit), (themes_init), - (themes_shutdown): - * appearance.h: improvements all around the block (metatheme - deletion now working, and custom theme working much better) - -2007-06-09 Denis Washington - - * appearance-style.c: (theme_name_changed): - Manually deal with gtk+ theme changes now that the theme thumbnailing - code uses the default GtkSettings again. - -2007-06-10 Jens Granseuer - - * appearance-style.c: (style_init), (check_color_schemes_enabled): - fix "reset to defaults" sensitivity for real - * appearance-themes.c: (theme_color_scheme_changed_cb), - (themes_init): listen to colour scheme changes as well - -2007-06-10 Jens Granseuer - - * appearance-style.c: (check_color_schemes_enabled): disable the "reset - to defaults" button if the theme doesn't support custom colours - -2007-06-10 Jens Granseuer - - * appearance-style.c: (check_color_schemes_enabled): we don't need the - engine stuff, so don't retrieve it in the first place - -2007-06-10 Jens Granseuer - - * appearance-main.c: (init_appearance_data), (main): - * appearance.h: fix passing and parsing of command line args - - * appearance-style.c: (update_color_buttons_from_settings), - (check_color_schemes_enabled): fix leaks - - * appearance.glade: revert response_id sillyness from last commit - -2007-06-09 Denis Washington - - * appearance.glade: - * appearance-style.c: - Add all missing color schemes options from gnome-theme-manager, including - a Reset To Defaults button. - -2007-06-07 Jens Granseuer - - * appearance-themes.c: (is_locked_down), - (theme_changed_on_disk_cb), (theme_selection_changed_cb), - (themes_init): add initial lockdown bits from theme-manager, - delete button sensitivity updates, and preliminary support - for reacting to metatheme changes - -2007-06-06 Jens Granseuer - - * appearance-themes.c: (theme_thumbnail_generate), - (theme_queue_for_thumbnail), (theme_thumbnail_done_cb): update - for changes in thumbnailer API - -2007-06-06 Jens Granseuer - - * appearance-style.c: (style_response_cb), (style_init): don't - destroy the window on "delete-event" - - * appearance-themes.c: (theme_load_from_gconf), - (theme_thumbnail_generate), (theme_queue_for_thumbnail), - (theme_get_selected), (theme_set_custom_from_selected), - (theme_remove_custom), (theme_thumbnail_done_cb), - (theme_selection_changed_cb), (theme_custom_cb), - (theme_details_changed_cb), (themes_init): hook up more of the - customization functionality; don't unref generated thumbnails - because they are still held in a cache by the thumbnailer - -2007-06-05 Jens Granseuer - - * Makefile.am: - * gnome-theme-package.xml.in: move theme package mime type over - from the theme-manager (closes bug #444336) - -2007-06-04 Jens Granseuer - - * appearance-desktop.c: (desktop_init), (desktop_shutdown): - * appearance-desktop.h: - * appearance-font.c: (font_init), (font_shutdown): - * appearance-font.h: - * appearance-main.c: (main_window_response), (main): - * appearance-style.c: (style_init), (conv_to_widget_cb), - (conv_from_widget_cb): - * appearance-style.h: - * appearance-themes.c: - * appearance-themes.h: - * appearance.h: major resource handling fixup and initial bits - for handling custom metathemes - -2007-05-30 Jens Granseuer - - * appearance.glade: fix duplicate mnemonic - -2007-05-28 Jens Granseuer - - * appearance-style.c: (style_init), (find_string_in_model), - (conv_to_widget_cb), (update_color_buttons_from_string): minor - code simplification/cleanup - -2007-05-25 Jens Granseuer - - * appearance-style.c: (prepare_list): don't leak thumbnails - -2007-05-25 Jens Granseuer - - * appearance-style.c: (prepare_list), (conv_to_widget_cb), - (conv_from_widget_cb): properly distinguish between theme name and - theme label (currently only relevant for icon themes) - -2007-05-25 Denis Washington - - * theme-thumbnailing.png: - Add theme-thumbnailing.png to Makefile.am. - -2007-05-25 Denis Washington - - * theme-thumbnailing.png: - Added as it is used by appearance-themes.c - -2007-05-25 Denis Washington - - * appearance.glade: Fix button order in theme details dialog again. - -2007-05-25 Denis Washington - - * appearance.glade: - * appearance-style.c: - Revert the organization of the theme details dialog to the old (2.18) - style again, but now with thumbnails for gtk+, metacity and icon themes. - -2007-05-16 Jens Granseuer - - * appearance-style.c: (prepare_combo), (find_string_in_model), - (conv_to_widget_cb), (conv_from_widget_cb), - (update_color_buttons_from_string), (color_button_clicked_cb): - minor cleanup and getting rid of unnecessary casts - -2007-05-16 Denis Washington - - * appearance-desktop.c: (desktop_init): Minor code cleanup. - -2007-05-16 Denis Washington - - * appearance-desktop.c: (desktop_init): re-enable drag-and-drop for the - wallpaper list. - -2007-05-14 Jens Granseuer - - * appearance.glade: fix button order, remove redundant receives_default, - don't mark stock labels translatable, and other minor cleanups - -2007-05-13 Thomas Wood - - * appearance-style.c: (prepare_combo): Connect up colour scheme monitor. Hide - window on delete, rather than destroy. Add an item to the theme lists if the - current theme is not present already. - * appearance-themes.c: (theme_custom_cb): Add missing #include. Moved some - code to appearance-style.c - -2007-05-13 Thomas Wood - - * appearance-style.c: (prepare_combo): Sort the items in the theme lists - -2007-05-13 Jens Granseuer - - * appearance-themes.c: (theme_thumbnail_func): unref the thumbnail when - we're done with it - -2007-05-13 Thomas Wood - - * appearance-themes.c: (theme_thumbnail_func): Don't free data we don't own. - Prevents crash when changing themes. - -2007-05-13 Jens Granseuer - - * appearance-themes.c: (themes_init), (theme_thumbnail_generate), - (theme_thumbnail_func): fix asynchronous thumbnail generation - -2007-05-13 Thomas Wood - - * appearance-style.c: Add colour scheme functions - -2007-05-13 Jens Granseuer - - * appearance.glade: fix duplicate mnemonic - -2007-05-13 Jens Granseuer - - * appearance-themes.c: (themes_init): refix button name, too - -2007-05-13 Jens Granseuer - - * appearance-themes.c: (themes_init): fix gcc 2 build again (bad thos) - -2007-05-13 Jens Granseuer - - * appearance-desktop.c: (appearance_window_response): - * appearance.glade: use predefined GTK constants for reponse ids - -2007-05-13 Thomas Wood - - * appearance-themes.c: (themes_init), (theme_changed_func): Use asynchronous - methods to generate thumbnails. - -2007-05-13 Jens Granseuer - - * appearance-font.c: (cb_details_response), (cb_show_details): - now we parse the entire glade file at startup, there's no need to - reparse it for the font details dialog - -2007-05-13 Jens Granseuer - - * appearance-themes.c: (themes_init): update button name, declare - variables at beginning of block - * appearance.glade: fix button group assignment (again) - -2007-05-13 Jens Granseuer - - * gnome-wp-item.c: (gnome_wp_item_free): don't leak the WPItems - -2007-05-13 Thomas Wood - - * appearance-themes.c: (themes_init), (theme_changed_func), - (theme_selection_changed_cb), (theme_custom_cb): - - Sort metathemes icon view - - Apply theme on selection change - - Use theme name rather than display name to apply theme - -2007-05-13 Thomas Wood - - * appearance-main.c: (init_appearance_data): - * appearance-themes.c: (themes_init), (theme_activated_cb): - * appearance.glade: - - Move style tab into new window - -2007-05-13 Denis Washington - - * appearance.glade: fixed a small mistake in Jens' last commit. - -2007-05-13 Jens Granseuer - - * appearance.glade: fix font rendering button group assignment, - rename Preferences tab to Interface - -2007-05-13 Denis Washington - - * gnome-wp-item.c: Made thumbnails in Desktop tab a bit smaller. - -2007-05-13 Thomas Wood - - * appearance.glade: Change "Desktop" tab label to "Background" - -2007-05-12 Denis Washington - - * appearance-desktop.c: Changed the icon view's selection mode to - GTK_SELECTION_BROWSE, fixed scrolling to the currently active - background after the icon view is realized, and two other minor - fixes. - -2007-05-12 Denis Washington - - * appearance-desktop.c: (wp_remove_wallpaper): - gtk_icon_view_set_cursor() => gtk_icon_view_select_path() - -2007-05-12 Denis Washington - - * appearance.glade: - * appearance-desktop.c: (wp_tree_delete_event): - Fix for my last commit so there is no double free when the Help button has - been clicked. - -2007-05-12 Jens Granseuer - - * appearance-desktop.c: (wp_scale_type_changed), - (wp_color_changed), (wp_props_wp_set), (wp_props_wp_selected), - (wp_load_stuffs): fix secondary color picker being ignored and initial - dialog state when no wallpaper is selected - -2007-05-12 Jens Granseuer - - * appearance-desktop.c: (get_selected_item), - (wp_tree_delete_event), (wp_update_preview), (desktop_init): - * appearance.glade: move some strings to glade file, don't leak the - file selector, plus a few minor beautifications - -2007-05-11 Denis Washington - - * appearance-desktop.c: (desktop_init): - Fix the background list not being saved when closing the capplet window. - -2007-05-10 Denis Washington - - * appearance.h: - * appearance-desktop.c: - * appearance.glade: - * gnome-wp-item.c: - * Makefile.am: - * wp-cellrenderer.[ch]: - Replace the background treeview with an icon view that only shows the - thumbnails. Tooltips are to be done. - -2007-05-09 Jens Granseuer - - * appearance-themes.c: (themes_init): - * appearance.glade: change Open button label to Install... - -2007-05-09 Jens Granseuer - - * appearance-style.c: make sure that appearance.h (and thereby config.h) - is included first; constify strings - - * gnome-wp-xml.c: (gnome_wp_xml_load_xml): fix leak - -2007-05-08 Denis Washington - - * appearance.glade: - Set mnemonic widgets for the labels in the Desktop tab. - -2007-05-07 Thomas Wood - - * appearance-style.c: (conv_to_widget_cb), (prepare_combo): Remove some - unnecessary code. - -2007-05-07 Thomas Wood - - * appearance-style.c: (prepare_combo): Fix icon theme combo box - -2007-05-07 Thomas Wood - - * appearance-style.c: (prepare_combo): Use GConfPropertyEditor for theme - combo boxes - -2007-05-07 Thomas Wood - - * Makefile.am: - * appearance-main.c: (main): - * appearance-style.c: - * appearance-style.h: - - Add files for Style tab - - Implement changing gtk and metacity themes - - * appearance.glade: Change "Themes" to "Theme" and name some widgets - -2007-05-07 Denis Washington - - * appearance.glade: - * appearance-desktop.c: (desktop_init): - Changed "Add" button in Desktop tab to "Add...". - -2007-05-07 Thomas Wood - - * appearance-main.c: (main): - * appearance.glade: - - - Change GtkWindow to GtkDialog - - Add Help and Close buttons - - Set theme list scrolling policy to automatic - -2007-05-07 Thomas Wood - - * appearance.glade: Add a "Style" tab for the theme detail options - -2007-05-07 Thomas Wood - - * Makefile.am: Add FONT_CAPPLET_CFLAGS to INCLUDES - -2007-05-06 Jens Granseuer - - * appearance-main.c: (main): set application icon - -2007-05-06 Jens Granseuer - - * Makefile.am: - * gnome-appearance-properties.desktop.in.in: add a desktop file - -2007-05-06 Denis Washington - - * appearance.glade: make the Add Wallpaper and Remove buttons in the - Desktop tab stock buttons. - -2007-05-04 Jens Granseuer - - * appearance-desktop.c: (desktop_init): - * appearance.glade: more HIG and consistency fixing - -2007-05-04 Jens Granseuer - - * appearance-desktop.c: (desktop_init): - * appearance.glade: fix string capitalization according to HIG - -2007-05-04 Denis Washington - - * appearance.glade: Change tab order; Desktop now comes before Fonts. - -2007-05-04 Jens Granseuer - - * Makefile.am: - * appearance-font.c: - * appearance-font.h: - * appearance-main.c: (init_appearance_data), (main): - * appearance.glade: - * appearance.h: - * subpixel-bgr.png: - * subpixel-rgb.png: - * subpixel-vbgr.png: - * subpixel-vrgb.png: - - add implementation for fonts tab - -2007-05-04 Thomas Wood - - * appearance-desktop.c: (wp_add_images), (wp_dragged_image), - (desktop_init): - * appearance-main.c: (main): - * appearance-themes.c: (themes_init): - * appearance-ui.c: (set_toolbar_style), (set_have_icons), - (ui_init): - * appearance.h: - Remove WID() macro, which has an incompatible definition in capplet-utils.h - -2007-05-04 Thomas Wood - - * appearance-themes.c: (themes_init): Use readable name rather than file name - in themes list - -2007-05-03 Denis Washington - - * appearance-desktop.c: (wp_tree_delete_event): Fixed a leak. - -2007-05-03 Denis Washington - - * appearance.h: - * appearance-desktop.c: - Ported Jens Granseuer's patch for bug #332810 to the appearance capplet - and applied it. - - -2007-05-02 Jens Granseuer - - * appearance-ui.c: (toolbar_detachable_cb), (ui_init): use proper - GConf notification instead of hand-picking the correct signal for - detachable toolbar - -2007-05-02 Denis Washington - - * Makefile.am: fizz says: don't indent with spaces in Makefile.am. - * ChangeLog: I say: don't do so in ChangeLog either. - -2007-05-02 Denis Washington - - * appearance-desktop.c: Added drag and drop, re-enabled the watch cursor - when adding images, and removed some commented out code. - -2007-05-02 Denis Washington - - * appearance-desktop.[ch]: Corrected copyright notice authors. - -2007-05-01 Denis Washington - - * appearance.glade: - * appearance-desktop.c: - * appearance-desktop.h: - * appearance-main.h: - * Makefile.am: - * gnome-wp-*.[ch]: - - Implement the the Desktop tab. Drag and drop still has to be done. - -2007-05-01 Thomas Wood - - * appearance.glade: Combine Themes and Appearance tabs - -2007-05-01 Jens Granseuer - - * appearance-ui.c: (ui_init): - * appearance.glade: convert all instances of GtkOptionMenu to - GtkComboBox - -2007-05-01 Jens Granseuer - - * appearance-main.c: (main): - * appearance-ui.c: (ui_init): - * appearance-ui.h: - * appearance.h: we don't need to unref the GConfPropertyEditors - -2007-05-01 Jens Granseuer - - * appearance-main.c: (main): - * appearance-ui.c: - * appearance-ui.h: - * appearance.h: - * appearance.glade: - - fill the Preferences tab with life - -2007-05-01 Jens Granseuer - - * appearance-main.c: (init_appearance_data), (main): - * appearance.h: - - include config.h before anything else and add a GConfClient - reference to the AppearanceData struct - -2007-04-30 Thomas Wood - - * appearance-main.c: (main): - * appearance.h: - - Include config.h and add some comments. - -2007-04-30 Denis Washington - - * appearance.glade: replace occurrences of "colour" with "color". - -2007-04-30 Jens Granseuer - - * Makefile.am: use GNOMECC_GLADE_DIR like the other capplets - do - * appearance-main.c: (init), (main): move initialization to - a separate function, fix glade file location, leak less - memory, and init g_threads - -2007-04-30 Thomas Wood - - * appearance-main.c: - * appearance-themes.c: - * appearance-themes.h: - * appearance.h: - - Add license headers - diff --git a/capplets/common/ChangeLog b/capplets/common/ChangeLog deleted file mode 100644 index e47e2967c..000000000 --- a/capplets/common/ChangeLog +++ /dev/null @@ -1,1991 +0,0 @@ -2009-05-20 Jens Granseuer - - * gconf-property-editor.c (gconf_peditor_new): don't unref the GConf - entry if it is NULL (bug #583117) - -2009-05-03 Jens Granseuer - - Patch by: - - * gnome-theme-info.c (gtk_theme_info_missing_engine): fix theme - engine lookups on platforms that don't use .so by using - g_module_build_path (bug #581156) - -2009-04-14 Jens Granseuer - - * gtkrc-utils.c: (gtkrc_get_details): close gtkrc files after use so - we don't run out of file descriptors (bug #578835) - -2009-03-19 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_init): search the GTK+ icon theme - search path for icon themes, not just selected directories (fixes - bug #575906) - -==================== 2.25.90 ==================== - -2009-01-25 Jens Granseuer - - * gnome-theme-info.c: (handle_change_signal), (update_theme_index), - (update_common_theme_dir_index): - * gnome-theme-info.h: add GnomeThemeElement parameter to the - ThemeChangedCallback so that the receiver can determine what part of - the theme changed (part of bug #568595) - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== - -2008-11-30 Jens Granseuer - - * gtkrc-utils.c: (gtkrc_get_details): don't recognize "" as a valid - engine for certain odd GTK themes (see bug #315286 for an example) - -2008-11-27 Jens Granseuer - - * capplet-util.c: (directory_delete_recursive): don't try to delete - the directory twice; fixes cleaning up after theme installations, for - example (bug #562371) - -==================== 2.25.1 ==================== - -2008-10-26 Jens Granseuer - - * capplet-util.c: (capplet_help): fix error handling even more - don't - free the error twice - -2008-10-26 Jens Granseuer - - * capplet-util.c: (capplet_help): fix error handling - -Fri Oct 24 19:18:37 2008 Søren Sandmann - - * capplet-util.c: Include - * capplet-util.h: Delete COPY_FROM_LEGACY macro - -Fri Oct 24 19:04:38 2008 Søren Sandmann - - * gconf-property-editor.c: Delete unused function - gconf_property_editor_new_filename() - -Fri Oct 24 18:38:47 2008 Søren Sandmann - - * capplet-util.c (capplet_init): Only call - set_translation_domain() if the context is non-NULL - -Fri Oct 24 18:29:14 2008 Søren Sandmann - - * capplet-util.c: Call g_option_context_set_translation_domain on - the context. - -Fri Oct 24 18:22:06 2008 Søren Sandmann - - * capplet-util.[ch]: Add new capplet_init() function - -Fri Oct 24 17:21:56 2008 Søren Sandmann - - * capplet-stock-icons.c (capplet_register_stock_icons): Get rid of - gnome_program_locate_file() - -2008-10-11 Kjartan Maraas - - * Makefile.am: Add CAPPLET_CFLAGS to INCLUDES to make - it build. - -2008-10-11 Kjartan Maraas - - * gconf-property-editor.c: (peditor_image_set_filename): - Fix GCC warnings from -Wformat-security. - -2008-09-29 Jens Granseuer - - * gnome-theme-info.c: (read_icon_theme): use translated names for - icon themes if available (bug #554272) - -==================== 2.24.0.1 ==================== - -2008-09-02 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_job_schedule): properly - initialize the callback data (bug #550263) - -2008-08-16 Jens Granseuer - - * gnome-theme-info.c: (gtk_theme_info_missing_engine): don't leak - the theme engine path - -2008-08-16 Jens Granseuer - - Keep track of hidden themes, too, so that e.g. we don't erroneously - show "GTK theme missing" when a metatheme references a hidden GTK - theme (part of bug #547301) - - * gnome-theme-info.c: (gnome_theme_read_meta_theme), - (read_icon_theme), (read_cursor_theme): don't skip hidden themes, - initialize the hidden property - (gnome_theme_info_find_all_helper): only return non-hidden themes - * gnome-theme-info.h: add hidden property to all theme types - -2008-08-12 Jens Granseuer - - * gnome-theme-apply.c: (gnome_meta_theme_set): make sure we have a - notification theme before trying to save it (bug #547448) - -2008-08-03 Jens Granseuer - - * gnome-theme-apply.c: (gnome_meta_theme_set): if the metatheme loaded - doesn't define a notification theme don't set it to "standard" (bug - #546036) - -2008-07-29 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_job_destroy), - (file_transfer_job_schedule), (file_transfer_dialog_copy_async): - make the file transfer dialog work with GFiles instead gchar paths - internally - -2008-07-28 Bastien Nocera - - * Makefile.am: - * capplet-util.c (directory_delete_recursive), - (capplet_file_delete_recursive): - * capplet-util.h: Move directory deletion helper function - from the appearance capplet into a common directory - -2008-07-15 Matthias Clasen - - Bug 533611 - add notification themes to the metatheme format - - * gnome-theme-apply.c: When applying a metatheme, apply - the notification theme, too. - - * gnome-theme-info.h: Add a notification_theme_name field - to the metatheme info struct. - - * gnome-theme-info.c: When reading a metatheme from a keyfile, - handle notification themes. - -2008-06-01 Thomas Wood - - * capplet-util.c: - * capplet-util.h: - - Remove some redundant and unused code - -2008-05-24 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_read_meta_theme), - (read_icon_theme), (read_cursor_theme), (read_cursor_fonts), - (update_theme_index): return to using paths instead of URIs since - most of the code using them expects paths - -2008-05-18 Thomas Wood - - * gconf-property-editor.c: (gconf_property_editor_class_init), - (gconf_property_editor_get_prop): Allow the data property to be - read as well as written. - -2008-05-18 Jens Granseuer - - * gconf-property-editor.c: (gconf_property_editor_init), - (gconf_property_editor_class_init), - (gconf_property_editor_finalize), (gconf_peditor_new), - (gconf_peditor_new_boolean), (gconf_peditor_new_integer_valist), - (gconf_peditor_new_string_valist), (gconf_peditor_new_color), - (gconf_peditor_new_combo_box), - (gconf_peditor_new_combo_box_with_enum), - (gconf_peditor_new_select_radio), - (gconf_peditor_new_numeric_range), - (gconf_peditor_widget_set_guard), (gconf_peditor_new_enum_toggle), - (peditor_image_set_filename), (peditor_image_clicked_cb), - (gconf_peditor_new_image), - (gconf_peditor_new_select_radio_with_enum): use G_DEFINE_TYPE to - get rid of the boilerplate code and remove a number of unnecessary - casts - -==================== 2.23.2 ==================== - -2008-05-17 Jens Granseuer - - * bonobo-property-editor-range.c: - * bonobo-property-editor-range.h: remove unused files - -2008-05-07 Jens Granseuer - - * gnome-theme-info.c: (gtk_theme_info_missing_engine), - (gnome_theme_meta_info_validate): - * gnome-theme-info.h: split out the check for the missing theme - engine because we also need it for the packagekit support - -2008-05-06 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_meta_info_validate): fix error - code when GTK engine is missing, and fix the function signature - -2008-05-06 Jens Granseuer - - * Makefile.am: - * gnome-theme-info.c: (gnome_theme_info_error_quark), - (gnome_theme_meta_info_free), (gnome_theme_meta_info_validate): - * gnome-theme-info.h: move metatheme validation code here from the - appearance capplet and add proper error codes - -2008-05-04 Jens Granseuer - - * gnome-theme-test.c: (main): doesn't need gnome-vfs any longer - -2008-05-01 Jens Granseuer - - * gnome-theme-info.c: (read_cursor_theme), (read_cursor_fonts), - (update_theme_index): always use URIs instead for info->path; since - gio cleanly distinguishes path/uri (contrary to gnome-vfs), the - random mix we have right now is becoming a nuisance - -2008-05-01 Jens Granseuer - - * gnome-theme-apply.c: - * gnome-theme-info.c: (get_file_type), (add_theme_to_hash_by_name), - (get_theme_from_hash_by_name), (gnome_theme_read_meta_theme), - (read_icon_theme), (gdk_pixbuf_from_xcursor_image), - (read_cursor_theme), (handle_change_signal), (update_theme_index), - (update_gtk2_index), (update_keybinding_index), - (update_metacity_index), (update_common_theme_dir_index), - (update_meta_theme_index), (update_icon_theme_index), - (update_cursor_theme_index), (gtk2_dir_changed), - (keybinding_dir_changed), (metacity_dir_changed), - (common_theme_dir_changed), (common_icon_theme_dir_changed), - (add_common_theme_dir_monitor), - (add_common_icon_theme_dir_monitor), - (remove_common_theme_dir_monitor), - (remove_common_icon_theme_dir_monitor), (top_theme_dir_changed), - (top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor), - (add_top_theme_dir_monitor), (add_top_icon_theme_dir_monitor), - (gnome_theme_init): - * gnome-theme-info.h: - * gnome-theme-test.c: (main): port from gnome-vfs to gio (part of - bug #524401) - -2008-04-20 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_dialog_finalize), - (file_transfer_dialog_class_init): drop redundant GType stuff - -2008-04-20 Jens Granseuer - - * theme-thumbnail.c: (message_from_child): unref the thumbnail image - after passing it to the callback. Callers will have to ref it if they - want to keep it until after the callback has returned - -2008-04-19 Jens Granseuer - - * gtkrc-utils.c: (gtkrc_get_details): accept NULL for the - symbolic_colors parameter if the caller doesn't want that information - -2008-04-13 Jens Granseuer - - Disable theme thumbnailing on MacOS. Some CoreFoundation functionality - can apparently no longer be used from forked processes (see bug - #525058). Unfortunately, it is used by freetype/pango/cairo/gtk, and - as such by our forked thumbnailer. This change means no thumbnails on - MacOS, but I suppose that's better than crashing. Reworking the - thumbnailer to work without forking is going to be a major effort. - - * theme-thumbnail.c: (theme_thumbnail_factory_init): only enable the - asynchronous thumbnailer if not on MacOS - -2008-04-12 Jens Granseuer - - * gtkrc-utils.c: (gtkrc_get_details), (gtkrc_get_color_scheme): - * gtkrc-utils.h: include config.h, use strcmp instead of our home-grown - g_str_nequal, and constify the parameter of gtkrc_get_color_scheme - -2008-03-30 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_dialog_init): use - G_DEFINE_TYPE instead of open-coding get_type - -2008-03-28 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_job_destroy), - (file_transfer_dialog_overwrite), (file_transfer_job_schedule): keep - the overwrite confirmation around for an entire job, so we don't reset - the window position all the time - -2008-03-27 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_dialog_set_prop), - (file_transfer_dialog_get_prop), (file_transfer_dialog_init), - (file_transfer_job_update), (file_transfer_job_progress), - (file_transfer_dialog_overwrite), (file_transfer_job_schedule), - (file_transfer_dialog_copy_async): - * file-transfer-dialog.h: add support for file overwrite confirmation - -2008-03-11 Jens Granseuer - - * gnome-theme-apply.c: (gnome_meta_theme_set): actually check the - cursor size before changing it in GConf, not the theme name - (thanks to Kjartan Maraas) - -2008-03-11 Jens Granseuer - - Encountering a theme that could not be thumbnailed (e.g. because the - metacity theme for a metatheme isn't installed) would make the - thumbnailer crash. Since it's not restarted by the appearance capplet - this would result in all themes encountered after the broken one not - to be thumbnailed either. This change fixes up error handling in the - thumbnailer so that the broken theme is simply skipped and processing - can continue with the next one. (bug #521009) - - * theme-thumbnail.c: (create_meta_theme_pixbuf), - (create_metacity_theme_pixbuf), (message_from_capplet), - (message_from_child), (read_pixbuf), - (generate_theme_thumbnail_async), (theme_thumbnail_factory_init): - properly handle failed thumbnailing attempts - -2008-03-11 Jens Granseuer - - * gconf-property-editor.c: (peditor_numeric_range_widget_changed): don't - free the GConf value if we don't have one. Fixes a crash when schemas - are not properly installed (bug #520744) - -2008-02-27 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_dialog_update_num_files), - (file_transfer_dialog_response), (file_transfer_dialog_finalize), - (file_transfer_dialog_set_prop), (file_transfer_dialog_class_init), - (file_transfer_dialog_init), (file_transfer_dialog_get_type), - (file_transfer_job_update_before), - (file_transfer_job_update_after), (file_transfer_job_destroy), - (file_transfer_dialog_done), (file_transfer_dialog_cancel), - (file_transfer_job_schedule), (file_transfer_dialog_copy_async): - * file-transfer-dialog.h: port to gio - -2008-02-25 Thomas Wood - - * theme-thumbnail.c: (message_from_child): Return FALSE on error or EOF, - which should also fix bug 516413, in addition to checking for G_IO_HUP. - -2008-02-25 Thomas Wood - - * theme-thumbnail.c: - - (create_meta_theme_pixbuf), (create_metacity_theme_pixbuf): - Use the new meta_preview_get_clip_region() function in Metacity to fix - bug 460018 (Rounded window borders don't get rendered correctly). - - (message_from_child): Do not attempt to read from the pipe when - the connection has been broken. Fixes bug 516413 (Theme thumbnailer - causes UI to stop drawing when encountering an error). - -2008-02-19 Jens Granseuer - - * file-transfer-dialog.c: (file_transfer_dialog_update_num_files): fix - small leak - -2008-01-25 Jens Granseuer - - * capplet-stock-icons.c: (capplet_init_stock_icons): remove code - for obsolete "stock" icons - -2007-12-21 Luca Ferretti - - * gnome-theme-info.c: (gnome_theme_read_meta_theme), - (gnome_theme_meta_info_free), (gnome_theme_meta_info_print), - (gnome_theme_meta_info_compare): - * gnome-theme-info.h: - Add support for WindowTitleFont and DocumentsFont keys in - meta-themes. See bug #504250 - -2007-12-14 Jens Granseuer - - * gtkrc-utils.c: (gtkrc_get_details), (gtkrc_get_color_scheme): don't - even try to open NULL filenames, and don't leak filenames when - detecting recursions - -2007-12-09 Jens Granseuer - - * theme-thumbnail.c: (hbox_foreach): don't try to map invisible - widgets, e.g. the button icon when running with gtk-button-images=0 - (bug #461298) - -2007-12-09 Jens Granseuer - - * theme-thumbnail.c: (create_meta_theme_pixbuf): free metacity theme - after use - -2007-12-04 Jens Granseuer - - Patch by: Brian Cameron - - * gtkrc-utils.c: (gtkrc_get_details), (gtkrc_get_color_scheme): - printing NULL strings crashes on Solaris so don't do that (bug #501391) - -20007-11-12 Rodrigo Moya - - * gnome-theme-info.c: - * gnome-theme-info.h: re-added GnomeThemeElement to the "public" API, - since it's used in gnome-theme-test. - -2007-11-11 Jens Granseuer - - * gnome-theme-info.c: - * gnome-theme-info.h: remove GnomeThemeElement from the "public" API - -2007-11-11 Jens Granseuer - - * gnome-theme-info.c: (handle_change_signal), (update_theme_index), - (update_common_theme_dir_index): - * gnome-theme-info.h: remove more redundant info from the theme changed - callback - -2007-10-29 Jens Granseuer - - * gnome-theme-info.c: (theme_compare), (theme_free), - (update_common_theme_dir_index), (common_icon_theme_dir_changed), - (gnome_theme_cursor_info_find_all), - (gnome_theme_cursor_info_compare): - * gnome-theme-info.h: make sure we always call update_cursor_theme_index - with the index.theme URI. Implement some missing functionality for - cursor theme monitoring. - -2007-10-28 Jens Granseuer - - * gnome-theme-info.c: (add_default_cursor_theme), - (read_cursor_theme), (update_common_theme_dir_index), - (update_meta_theme_index), (update_icon_theme_index), - (update_cursor_theme_index), (common_icon_theme_dir_changed), - (add_common_icon_theme_dir_monitor), (gnome_theme_info_find), - (gnome_theme_init): add live monitoring for cursor themes - -2007-10-28 Jens Granseuer - - * gconf-property-editor.c: (gconf_peditor_new_tree_view): add cast to - avoid "incompatible types" compiler warning - -2007-10-28 Jens Granseuer - - Switch to using a common theme struct that includes a type descriptor - so we can avoid many of the theme type casts. This should also make - adding support for live cursor theme changes a little easier. - - * gnome-theme-info.c: (add_theme_to_hash_by_name), - (remove_theme_from_hash_by_name), (get_theme_from_hash_by_name), - (gnome_theme_compare), (gnome_theme_free), - (add_default_cursor_theme), (gdk_pixbuf_from_xcursor_image), - (read_cursor_theme), (look_for_cursor_theme), - (read_current_cursor_font), (read_cursor_fonts), - (handle_change_signal), (update_theme_index), - (update_common_theme_dir_index), (gtk2_dir_changed), - (keybinding_dir_changed), (metacity_dir_changed), - (common_theme_dir_changed), (common_icon_theme_dir_changed), - (add_common_theme_dir_monitor), - (add_common_icon_theme_dir_monitor), - (remove_common_theme_dir_monitor), (top_theme_dir_changed), - (top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor), - (gnome_theme_info_new), (gnome_theme_info_free), - (gnome_theme_info_find), (gnome_theme_info_find_all_helper), - (gnome_theme_icon_info_new), (gnome_theme_icon_info_find), - (gnome_theme_icon_info_find_all), (gnome_theme_cursor_info_new), - (gnome_theme_cursor_info_find), (gnome_theme_cursor_info_find_all), - (gnome_theme_meta_info_new), (gnome_theme_meta_info_free), - (gnome_theme_meta_info_find), (gnome_theme_meta_info_find_all), - (gnome_theme_color_scheme_parse), (gnome_theme_init): - * gnome-theme-info.h: Use CursorThemeCommonInfo wherever possible, - remove some unused code. - -2007-10-27 Jens Granseuer - - * gnome-theme-info.c: (look_for_cursor_theme), (read_cursor_fonts), - (gnome_theme_init): ensure we always have the "default" cursor theme in - the list - -2007-10-27 Jens Granseuer - - * gnome-theme-info.c (gnome_theme_is_writable): - * gnome-theme-info.h: move this function to the appearance capplet - -2007-10-25 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_init): revert this part from the - last commit since this was already handled by rev 8166 - -2007-10-25 Denis Washington - - * gnome-theme-apply.c: Fix the cursor size being only being updated - if the cursor theme changed too. - * gnome-theme-info.c: Also watch /usr/share/cursors/xorg-x11 for - cursor themes (path used by Gentoo Linux) - -2007-10-24 Jens Granseuer - - This change hopefully fixes bug #484797 which I suspect is caused by - the capplet getting stale data from from the themes module which in - turn is caused by deleted themes being freed but not removed from the - hash cache. - - * gnome-theme-info.c: (update_common_theme_dir_index): actually remove - theme data from the hash when the theme gets deleted; also don't - unconditionally cast to icon theme - -2007-10-14 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_init): fix invalid use after free I - caused with the last commit - -2007-09-29 Jens Granseuer - - * theme-thumbnail.c: (generate_gtk_theme_thumbnail), - (generate_theme_thumbnail_async), - (generate_gtk_theme_thumbnail_async): move the code for setting the - color scheme for gtk thumbnails to the gtk-specific function. This - means we will probably extract it twice for most thumbnails, but it - makes for much cleaner code. Also add the scheme bit to the synchronous - version. - -2007-09-25 Jens Granseuer - - * theme-thumbnail.c: patch up an outdated comment about how the - thumbnailer protocol works - -2007-09-25 Jens Granseuer - - Prevent lots of thumbs from being created with the color scheme of the - currently active theme (see comment #15 in bug 460023). Maybe it also - helps with some of the other color-related issues. - - * theme-thumbnail.c: (create_gtk_theme_pixbuf), - (generate_theme_thumbnail_async): when creating GTK theme thumbnails, - explicitly pass the theme's color scheme to override the xsetting - -2007-09-16 Jens Granseuer - - Patch by: Darren Kenny - - * theme-thumbnail.c: (generate_meta_theme_thumbnail_async), - (generate_gtk_theme_thumbnail_async), - (generate_metacity_theme_thumbnail_async), - (generate_icon_theme_thumbnail_async): don't return values from void - functions. Fixes building with Sun's Forte compiler (bug #473967) - -2007-08-23 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_is_writable): cast to proper type - * theme-thumbnail.c: (create_metacity_theme_pixbuf): free the metacity - theme after use (bug #469531) - -2007-08-21 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_info_find_by_type_helper): - Properly check all stored themes if necessary. This fixes cases where - e.g. a metacity theme in ~/.themes would hide a GTK theme with the - same name in the system theme dir - -2007-08-21 Luca Cavalli - - * file-transfer-dialog.c: (format_uri_for_display), - (file_transfer_dialog_set_prop): add new function similar to - gnome_vfs_format_uri_for_display but that hides the password if - needed. Taken from gedit by Paolo Maggi. Closes bug #339551. - -2007-08-20 Matthias Clasen - - Fixes #467552 - - * gnome-theme-info.c (gnome_theme_init): avoid double-freed for cursor - theme infos. - -2007-08-17 Jens Granseuer - - * gnome-theme-info.c: (read_cursor_fonts): fix double-free, and make - the builtins non-static to save relocations - -2007-08-17 Jens Granseuer - - * gnome-theme-info.c: (read_cursor_fonts): don't leak the cursor font - -2007-08-12 Jens Granseuer - - * theme-thumbnail.c: (create_folder_icon), - (create_gtk_theme_pixbuf), (handle_bytes), (message_from_capplet), - (message_from_child), (read_pixbuf), (generate_theme_thumbnail): - various small tweaks and optimizations - -2007-08-08 Jens Granseuer - - * theme-thumbnail.c: (create_meta_theme_pixbuf): - Create the icon theme representative before the GTK stock button. Since - we explicitly set the icon theme for the first, this ensures both are - drawn with the same icon theme. Before it was possible when changing - icon themes (especially on slower machines) that the GtkSettings were - not yet updated and the stock button still used the old theme. - -2007-08-07 Jens Granseuer - - * gnome-theme-info.c: (read_cursor_theme): make sure we don't run off - the end of the array - -2007-08-07 Jens Granseuer - - * gnome-theme-info.c: (read_cursor_theme), - (gnome_theme_cursor_info_free): copy the name for the default cursor, - too, lest we crash on free, and only unref the thumbnail if we have - one - -2007-08-04 Denis Washington - - * gnome-theme-info.c: (read_cursor_theme), (look_for_cursor_theme): - Also load the "default" cursor theme as GnomeThemeCursorInfo so - we know about the available sizes. (bug #462409) - -2007-08-03 Jens Granseuer - - * theme-thumbnail.c: reduce metatheme thumbnail size to 128x128 - -2007-08-02 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_color_scheme_parse): no need for an - expensive parse to initialize the colors - -2007-08-02 Jens Granseuer - - * theme-thumbnail.c: (generate_metacity_theme_thumbnail), - (generate_icon_theme_thumbnail): don't generate GTK thumbnails when we - want metacity or icon (bug #462724) - -2007-07-30 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_color_scheme_parse), - (gnome_theme_color_scheme_equal): - * gnome-theme-info.h: add symbolic colors enum and use it - -2007-07-30 Thomas Wood - - * gnome-theme-info.c: (gnome_theme_color_scheme_parse): Add tooltip foreground - and background colours to the list of recognised symbolic colours. - -2007-07-29 Thomas Wood - - * gnome-theme-info.c: (gnome_theme_read_meta_theme): Expand check for empty - metatheme colour scheme to include blank colour scheme strings. - -2007-07-29 Thomas Wood - - * gnome-theme-apply.c: (gnome_meta_theme_set): - * gtkrc-utils.c: (gtkrc_get_details), (gtkrc_get_color_scheme): - - Prevent some memory leaks - -2007-07-28 Denis Washington - - * gnome-theme-info.h: - * gnome-theme-info.c: (look_in_cursor_theme), - (gnome_theme_cursor_info_free): - Read a cursor theme's name from it's index.theme file if it has one. - -2007-07-28 Denis Washington - - * gnome-theme-info.c: (read_icon_theme): - Prevent cursor themes from being recognized as icon themes. - -2007-07-28 Thomas Wood - - * gnome-theme-info.h: Add missing include - -2007-07-26 Jens Granseuer - - * gconf-property-editor.c: (peditor_tree_view_widget_changed), - (gconf_peditor_new_tree_view): connect to the GtkTreeViewSelection::changed - signal instead of GtkTreeView::cursor_changed, so we actually get notified - whenever the selection changes - -2007-07-26 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_read_meta_theme), - (gnome_theme_color_scheme_parse), (gnome_theme_color_scheme_equal): - * gnome-theme-info.h: - * gtkrc-utils.c: (str_nequal), (gtkrc_get_color_scheme), - (gtkrc_get_color_scheme_for_theme): - * gtkrc-utils.h: move some utility code here from appearance - - * gnome-theme-apply.c: (gnome_meta_theme_set): when applying a metatheme, - check whether to set/unset the color scheme gconf key (should fix bug - #421866) - -2007-07-25 Denis Washington - - * gnome-theme-apply.c: (gnome_meta_theme_set): - * gnome-theme-info.c: (add_common_icon_theme_dir_monitor), - (gnome_theme_init): - * gnome-theme-info.h: - Re-add basic support for cursor themes for X servers without the Xcursor - extension, like the one on Solaris. - -2007-07-25 Denis Washington - - * gnome-theme-info.h: - * gnome-theme-info.c: (gnome_theme_read_meta_theme): - * gnome-theme-apply.c: (gnome_meta_theme_set): - Add support for cursor theme names saved in metathemes. - -2007-07-25 Denis Washington - - * gnome-theme-info.c: (add_common_icon_theme_dir_monitor), - (look_for_cursor_theme): - Fix abug introduced by the changes in revision 7856 which caused - cursor themes to not being found anymore. - -2007-07-13 Jens Granseuer - - * gnome-theme-info.c: (gdk_pixbuf_from_xcursor_image), - (look_for_cursor_theme), (add_common_icon_theme_dir_monitor), - (gnome_theme_cursor_info_new): general cleanup and leak-plugging - * gnome-theme-test.c: (main): add cursor theme info - -2007-07-13 Frederic Crozat - - * gnome-theme-info.c: (look_for_cursor_theme): - Fix crash when no cursor is specified in theme (fixes bug #455952). - -2007-07-08 Jens Granseuer - - * gnome-theme-info.h: include gdk-pixbuf.h (fixes bug #454634) - -2007-07-05 Denis Washington - - * gnome-theme-info.[ch]: - Add support for cursor themes (GnomeThemeCursorInfo); probably still a bit - rough around the edges, but it works. - -2007-07-01 Jens Granseuer - - * gconf-property-editor.c: (peditor_string_value_changed), - (peditor_color_value_changed): add safeguards for NULL values (closes - bug #441036) - -2007-06-29 Jens Granseuer - - * gconf-property-editor.c: (peditor_string_value_changed): compare the - string from the widget against the converted gconf value, not the - unmodified one - -2007-06-26 Michael Terry - - * capplet-util.c, Makefile.am: Drastically simplify capplet_set_icon() - to only look in the icon theme. Part of bug #450777. - -2007-06-25 Denis Washington - - * theme-thumbnail.[ch]: - Generate all types of thumbnails in a seperate process, not just those for - metathemes. - -2007-06-22 Denis Washington - - * theme-thumbnail.c: (create_image): - Make metatheme thumbnails original-sized and add check box + radio button. - -2007-06-20 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_icon_info_find, - gnome_theme_is_writable): - * gnome-theme-info.h: fix function signatures - -2007-06-18 Jens Granseuer - - * Makefile.am: remove obsolete files - -2007-06-12 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_icon_info_free): plug leak - * theme-thumbnail.c: (message_from_child): fix comment - -2007-06-09 Denis Washington - - * theme-thumbnail.c: (generate_gtk_theme_thumbnail): - Stop the GdkDisplay mess and let gnome-appearance-properties handle - gtk+ theme changes manually instead. - -2007-06-10 Jens Granseuer - - * gtkrc-utils.c: (gtkrc_get_details), (gtkrc_get_color_scheme): - make it possible to skip engine information if we're not interested - and fix a warning - -2007-06-10 Jens Granseuer - - * gnome-theme-apply.c: (gnome_meta_theme_set): add some more checks so - we don't try to strcmp NULL strings (fixes bug #445908) - -2007-06-09 Denis Washington - - * theme-thumbnail.c: (generate_gtk_theme_thumbnail): - Fix the appearance capplet windows not reacting to gtk+ theme changes. - -2007-06-07 Jens Granseuer - - * gnome-theme-info.c: (handle_change_signal), - (gnome_theme_is_writable), - (gnome_theme_info_register_theme_change): - * gnome-theme-info.h: - modify the theme change callback to return more useful - information and add a function to determine whether a given - theme is writable - -2007-06-06 Jens Granseuer - - * Bonobo_Control_Capplet_generic.oaf.in: - * wrapper-script.in: remove obsolete files - -2007-06-06 Jens Granseuer - - * theme-thumbnail.c: (message_from_child), - (generate_theme_thumbnail), (generate_theme_thumbnail_async), - (theme_thumbnail_factory_init): - * theme-thumbnail.h: remove caching from the thumbnailer since - all of the current users work around it anyway, and resources - aren't managed properly - -2007-06-06 Jens Granseuer - - * gnome-theme-info.c: (safe_strcmp), (get_data_from_hash_by_name), - (read_icon_theme), (handle_change_signal), (update_theme_index), - (gnome_theme_meta_info_compare): - * gnome-theme-info.h: some more house-keeping - -2007-06-06 Jens Granseuer - - * theme-thumbnail.c: (generate_theme_thumbnail_async): - * theme-thumbnail.h: add a parameter to circumvent the internal - thumbnail cache to the asynchronous generator - -2007-05-30 Jens Granseuer - - * gnome-theme-info.c: (safe_strcmp), (add_data_to_hash_by_name), - (handle_change_signal), (update_common_theme_dir_index), - (gtk2_dir_changed), (keybinding_dir_changed), - (metacity_dir_changed), (common_theme_dir_changed), - (common_icon_theme_dir_changed), (top_theme_dir_changed), - (top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor), - (gnome_theme_info_find_by_type_helper), - (gnome_theme_info_find_by_type), - (gnome_theme_icon_info_find_all_helper), - (gnome_theme_icon_info_find_all), (gnome_theme_icon_info_compare), - (gnome_theme_meta_info_new), - (gnome_theme_meta_info_find_all_helper), - (gnome_theme_meta_info_find_all), (gnome_theme_meta_info_compare), - (gnome_theme_info_register_theme_change): simplify, clean up, and fix - a few leaks - -2007-05-29 Jens Granseuer - - * gtkrc-utils.c: (gtkrc_get_color_scheme): recognize both - "gtk-color-scheme" and "gtk_color_scheme" (fixes thumbnail generation - for e.g. the Mist metatheme) - -2007-05-28 Jens Granseuer - - * gconf-property-editor.c: - * gconf-property-editor.h: remove property editor for the deprecated - GtkOptionMenu, now that all users are upgraded to GtkComboBox - -2007-05-28 Jens Granseuer - - * theme-thumbnail.c: (generate_theme_thumbnail): drop unnecessary strlen - (generate_theme_thumbnail_async): save some casts - (generate_gtk_theme_thumbnail): don't leak the theme name - -2007-05-25 Jens Granseuer - - * gnome-theme-info.c: (read_icon_theme): - * gnome-theme-info.h: - add a "readable_name" property for icon themes, and make sure "name" - points to the internal theme name - -2007-05-25 Denis Washington - - * theme-thumbnail.c: - Make gtk+ theme previews more compact. - -2007-05-25 Denis Washington - - * theme-thumbnail.[ch]: - Add functions to generate thumbnails for specific types of themes, for - instance a metacity theme thumbnail. - -2007-05-24 Denis Washington - - * gconf-property-editor.c: (peditor_tree_view_widget_changed): - Scroll to new selected cell if the gconf value changes. - -2007-05-23 Jens Granseuer - - * wm-common.c: (wm_common_get_current_window_manager): make sure we - always return a copy of the window manager name, not a static string - (fixes bug #439244) - -2007-05-19 Jens Granseuer - - * gconf-property-editor.c: (peditor_tree_view_widget_changed): - don't call gconf_value_free with a NULL value - -2007-05-18 Jens Granseuer - - * gconf-property-editor.c: (peditor_boolean_value_changed), - (peditor_integer_value_changed), (peditor_string_value_changed), - (peditor_color_value_changed), (peditor_select_menu_value_changed), - (peditor_combo_box_value_changed), - (peditor_select_radio_value_changed), - (peditor_numeric_range_value_changed), - (peditor_font_value_changed), (peditor_image_value_changed), - (gconf_peditor_new_select_radio_with_enum), - (peditor_tree_view_value_changed), - (peditor_tree_view_widget_changed), (gconf_peditor_new_tree_view): - * gconf-property-editor.h: add a property editor for GtkTreeView - and fix crashes with all peditors if the requested key is not - available - -2007-05-09 Jens Granseuer - - * gnome-theme-info.c: (gnome_theme_read_meta_theme): - * gtkrc-utils.c: (gtkrc_find_named), (gtkrc_get_color_scheme): fix - memory leaks - - * gnome-theme-test.c: (main): init g_thread - -2007-05-09 Jens Granseuer - - * gconf-property-editor.c: (gconf_peditor_new), - (gconf_peditor_new_boolean), (gconf_peditor_new_integer_valist), - (gconf_peditor_new_integer), (gconf_peditor_new_string_valist), - (gconf_peditor_new_string), (gconf_peditor_new_filename), - (gconf_peditor_new_color), (gconf_peditor_new_select_menu), - (gconf_peditor_new_select_menu_with_enum), - (gconf_peditor_new_combo_box), - (gconf_peditor_new_combo_box_with_enum), - (gconf_peditor_new_select_radio), - (gconf_peditor_new_numeric_range), (gconf_peditor_new_font), - (gconf_peditor_new_enum_toggle), (gconf_peditor_new_image), - (gconf_peditor_new_select_radio_with_enum): - * gconf-property-editor.h: constify a number of function arguments - -2007-05-08 Jens Granseuer - - * gconf-property-editor.c: (peditor_set_gconf_value), - (peditor_combo_box_widget_changed): - add support for unsetting GConf values if the conversion handlers return - null, and use it for the combo box editor - -2007-05-01 Jens Granseuer - - * gconf-property-editor.c: (peditor_combo_box_value_changed), - (peditor_combo_box_widget_changed), (gconf_peditor_new_combo_box), - (gconf_peditor_new_combo_box_with_enum): - * gconf-property-editor.h: add GConfPropertyEditor support for GtkComboBox - -2007-03-04 Thomas Wood - - * gnome-theme-info.c: (gnome_theme_read_meta_theme): Don't try and open null - filenames - * theme-thumbnail.c: (message_from_capplet): Reset the gtk_color_scheme after - a thumbnail has been generated. - -2007-03-04 Thomas Wood - - * Makefile.am: - * gtkrc-utils.c: (gtkrc_get_details): - * gtkrc-utils.h: - Move gtkrc-utils from theme-switcher to here. - - * gnome-theme-info.c: (gnome_theme_read_meta_theme): Search the gtkrc for - the colour scheme if none was found in the metatheme file. Fixes a problem - when comparing two metathemes which only differ by the colour scheme setting. - -2007-02-28 Thomas Wood - - * gnome-theme-apply.c: (gnome_meta_theme_set): Set the gtk-color-scheme even - if it is blank. - * theme-thumbnail.c: (create_image), (handle_bytes), - (generate_theme_thumbnail), (generate_theme_thumbnail_async), - (theme_thumbnail_factory_init): Set the gtk-color-scheme when creating the - thumbnail. - -2007-01-29 Kjartan Maraas - - * theme-thumbnail.c: Mark some stuff as static. - -2007-01-19 Thomas Wood - - * gnome-theme-apply.c: (gnome_meta_theme_set): - * gnome-theme-info.c: (gnome_theme_read_meta_theme), - (gnome_theme_meta_info_new), (gnome_theme_meta_info_free), - (gnome_theme_meta_info_print), (gnome_theme_meta_info_compare): - * gnome-theme-info.h: - - Add support for saving and applying the gtk-color-scheme key - -2007-01-14 Thomas Wood - - * theme-thumbnail.c: (generate_theme_thumbnail): Remove - g_return_if_fail_warning as this doesn't need to be a critical - warning. Fixes bug 353620. - -2007-01-11 Thomas Wood - - * gnome-theme-info.c: (update_common_theme_dir_index): Applied patch - from Priit Laes . Fixes bug 349471 (Crash on manually - changing the icon theme name). - -2007-01-06 Lucas Rocha - - Fixes #336286 - - * capplet-util.c (capplet_init): switched from popt to GOptionContext. - -2007-01-05 Christian Persch - - Fixes #393117 - - * gnome-theme-info.c (read_icon_theme): fixed leak. - -2006-12-08 Kjartan Maraas - - * file-transfer-dialog.c: (file_transfer_dialog_init): - Pass NULL to gtk_label_new() to do a bit less work. - Bug #376949. - -2006-11-01 Thomas Wood - - * file-transfer-dialog.c: (file_transfer_dialog_update_num_files), - (file_transfer_dialog_set_prop), (file_transfer_dialog_class_init), - (file_transfer_dialog_init), - (file_transfer_dialog_new_with_parent), - (file_transfer_dialog_update_cb): - * file-transfer-dialog.h: - - Clean up file transfer dialog. Closes bug 319926 (Wrong path displayed - on icon theme installation). - -2006-09-30 Thomas Wood - - * theme-thumbnail.c: (create_image): Set the gtk icon theme setting. - Fixes bug 355268 - "Open" icon on button preview not working - -2006-08-17 Thomas Wood - - * capplets/common/theme-thumbnail.c: (fake_expose_widget), - (hbox_foreach), (create_image): Modified patch from bug 351378. - Fixes bug 351378 and bug 171634. - -2006-07-23 Sebastien Bacher - - * gconf-property-editor.c: (peditor_color_value_changed), - (peditor_color_widget_changed), (gconf_peditor_new_color): - patch by Kevin Bauder , - "Replaced deprecated GnomeColorPicker with GtkColorButton." - (Closes: #171680) - -2006-07-05 Sergey Udaltsov - - * Makefile.am, added DBUS_LIBS, closing #346442 - -2006-06-23 Sergey Udaltsov - - * Makefile.am, activate-settings-daemon.c: g-s-d activation is based - on DBUS now. - -2006-03-29 Arjan Timmerman - - Fixes #334153 - - * activate-settings-daemon.c (activate_settings_daemon): fixed leaked - CORBA_environment and removed extra if statement. - -2006-03-23 Rodrigo Moya - - * activate-settings-daemon.c (popup_error_message): use gtk_dialog_run, - we want the dialog to show up for more than less than a second. - -2006-01-23 Thomas Wood - - * file-transfer-dialog.c: (create_titled_label): Prevent a - Gtk-CRITICAL error - -2006-01-22 Rodrigo Moya - - Fixes #168790 - - * capplet-stock-icons.c (capplet_register_stock_icons): don't use - "capplet" in user-visible strings. - -2005-11-14 Kjartan Maraas - - * capplet-stock-icons.c: (capplet_register_stock_icons): Remove - unused variable. - * file-transfer-dialog.c: (file_transfer_dialog_update_num_files): - Fix format specifiers. - * gconf-property-editor.c: Mark some functions static. - * gnome-theme-info.c: (top_theme_dir_changed), - (top_icon_theme_dir_changed): Remove unused code. - -2005-10-11 Muktha - - * gnome-theme-info.h: - * gnome-theme-info.c (gnome_theme_read_meta_theme) - (gnome_theme_meta_info_free) (gnome_theme_meta_info_print) - (gnome_theme_meta_info_compare): Update the desktop font in - addition to the application font when 'apply font' in large print - themes is selected. Fixes #123551. - -2005-08-14 Rodney Dawes - - * theme-thumbnail.c (create_image): Get the Example icon that is - specified by the icon theme, if it exists, and then fall back through - a better list of icons to use. Gnome uses gnome-fs-directory currently - for folders, so we should prefer that over folder, but the icon naming - spec lists x-directory-normal for standard folders, so we should prefer - that above other folders - - This fixes issues with the wrong icon being drawn in the thumbnail, due - to the icon theme providing the gnome folder icon, but inheriting from - another theme which provides a different icon named "folder" for KDE or - other desktops - -2005-07-27 Sebastien Bacher - - * capplet-util.c: (capplet_set_icon): set a default icon for capplets, - patch by Jaap A. Haitsma (Closes: #305086). - -2005-07-11 Rodney Dawes - - * capplet-util.c (capplet_set_icon): Remove the unref call on the - GtkIconTheme object to avoid crashing - - Fixes #310037 - -2005-07-10 Rodney Dawes - - * capplet-util.c (capplet_set_icon): Update to use the GtkIconTheme - API instead of the deprecated GnomeIconTheme API - Based on patch from Jan de Groot - - Fixes #171679 - -2005-06-30 William Jon McCann - - * file-transfer-dialog.c: Don't include gnome.h - (file_transfer_dialog_update_num_files) - (file_transfer_dialog_set_prop, eel_gtk_label_make_bold) - (create_titled_label, file_transfer_dialog_init) - (file_transfer_dialog_update_cb): - HIG updates and make consistent with nautilus transfer - progress dialog. - -2005-03-02 Shakti Sen - - * gnome-theme-info.c (read_icon_theme): Do not add the Icon Theme if - the key 'Hidden' is 'true' in the index.theme file. - - Fixes bug #168348 - -2005-05-22 Sebastien Bacher - - * gconf-property-editor.c: (peditor_font_value_changed), - (peditor_font_widget_changed), (gconf_peditor_new_font): - * gconf-property-editor.h: - port of the font capplet to gtk_font_button and some cleanup, - patch from paolo borelli (Closes: #160016). - -2005-05-22 Sebastien Bacher - - * theme-thumbnail.c: (create_image): fix the theme preview crasher with - xorg/composite, patch from Colin Gibbs - (Closes: #152490). - -2005-02-08 Sebastien Bacher - - * gnome-theme-info.c: (update_common_theme_dir_index): - * theme-thumbnail.c: (create_image): - patch by Kjartan Maraas , move to use GtkIconTheme - and remove a load of leaks in the theme manager code (Closes: #166267). - -2005-02-03 Kjartan Maraas - - * gnome-theme-info.c: (update_theme_index), - (top_theme_dir_changed), (top_icon_theme_dir_changed), - (real_add_top_theme_dir_monitor): Revert the previous - two commits. It looks like the fix in gnome-vfs to make - sure gnome_vfs_uri_extract_short_name() doesn't return - NULL was what we really needed. Please retest to see if - you can still reproduce the crashes in the theme-manager - after this change and with the latest gnome-vfs from CVS. - -2005-02-02 Kjartan Maraas - - * gnome-theme-info.c: (update_theme_index), - (real_add_top_theme_dir_monitor): More bandaids for test - purposes. - -2005-01-27 Kjartan Maraas - - * gnome-theme-info.c: (top_theme_dir_changed), - (top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor): - Try to fix bug #149236 by not freeing stuff already being free'd - by the hash destroy_func. It will leak a bit more, but that can - be fixed later. Please test this and report success in the report - mentioned above. - -2005-01-02 Thomas Cataldo - - * gconf-property-editor.c: (gconf_property_editor_finalize): plug - gconf key leak. - -2004-11-24 Kjartan Maraas - - * activate-settings-daemon.c: (popup_error_message): - ANSIfication. - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-07 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=130623 - * capplet-util.c (capplet_set_icon) : respect the icon theme - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-16 Jody Goldberg - - * gconf-property-editor.c (peditor_image_clicked_cb) : Use the monitor - size kludge for the vertical size of the new file selector. - -2003-12-07 Jan Arne Petersen - - * gconf-property-editor.c: (peditor_image_set_filename), - (peditor_image_chooser_response_cb), - (peditor_image_chooser_update_preview_cb), - (peditor_image_clicked_cb): replace - PreviewFileSelection (GtkFileSelection) with GtkFileChooser, use new - gdk_pixbuf_new_from_file_at_size method to load a scaled image. - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -Thu Aug 7 15:23:08 2003 Jonathan Blandford - - * gconf-property-editor.c (gconf_property_editor_set_prop): damn - it Jonathan. Save the @#*&$@# file before committing. - -Mon Aug 4 14:35:22 2003 Jonathan Blandford - - * gconf-property-editor.c (gconf_property_editor_init): Reset the - old connection when setting a new one, #116232 - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-07-03 Kjartan Maraas - - * gconf-property-editor.c: (gconf_property_editor_finalize): - Merge Anders' fix from stable. - -2003-07-02 Mark McLoughlin - - Handle crashes of the thumbnailer child process a - little more gracefully. - - * theme-thumbnail.c: - (generate_theme_thumbnail): if we get an EOF from - the child close the pipe, return NULL and return - NULL from any subsequent calls. - (generate_theme_thumbnail_async): return NULL if - the pipe has been closed. - (theme_thumbnail_factory_init): set pipe descriptos - to zero after closing them. - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-13 Andrew Sobala - - * Makefile.am: build fixes for the below - * gnome-theme-apply.c: pulled out from gnome-theme-manager.c - * gnome-theme-apply.h: pulled out from gnome-theme-manager.c - * theme-thumbnail.c: moved to libcommon - * theme-thumbnail.h: moved to libcommon - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-05-01 Ross Burton - - * gnome-theme-info.c (real_add_top_theme_dir_monitor): - Monitor directories and symbolic links instead of just - directories. Fixes #111990. - -2003-04-29 Kjartan Maraas - - * gconf-property-editor.c: (gconf_peditor_new): Plug a leak - * gnome-theme-info.c: (top_theme_dir_changed), - (top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor): - Plug leaks and fix invalid reads reported by valgrind. - -2003-03-27 Andrew Sobala - - * gnome-theme-info.c: (gnome_theme_read_meta_theme), - (update_common_theme_dir_index): - s/read_meta_theme/gnome_theme_read_meta_theme/; enable the reading of - themes that just use [X-GNOME-Metatheme] without pretending to be a - .desktop file - * gnome-theme-info.h: exposed gnome_theme_read_meta_theme - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -2003-02-03 Kjartan Maraas - - * gnome-theme-info.c (read_meta_theme): Fix a glaring bug - that caused the theme descriptions etc not to be localised. - Fix from Dmitry G. Mastrukov . Fixes - #104296 - -2003-01-27 Bastien Nocera - - * gnome-theme-test.c: (main): C ninety what ? - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Sun Jan 19 02:14:35 2003 Jonathan Blandford - - * gnome-theme-test.c (main): add more debugging output. - -Thu Jan 16 15:51:33 2003 Jonathan Blandford - - * gnome-theme-test.c: new little test program for helping people - debug their installation. - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -Wed Jan 15 20:16:21 2003 Jonathan Blandford - - * gnome-theme-info.c (remove_data_from_hash_by_name): call - correctly in all the right places. - -Mon Jan 13 15:04:47 2003 Jonathan Blandford - - * gnome-theme-info.c: rewrote to handle fam more correctly. Still - a little broken in places, but much, much better than before. - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2002-12-28 Seth Nickell - - * Makefile.am: - * gnome-theme-info.c: (gnome_theme_info_init): - - Update icon theme directory code so it looks in - PREFIX/share/icons rather than PREFIX/share/theme, - as per freedesktop icon spec. - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -Fri Dec 6 16:13:54 2002 Jonathan Blandford - - * gnome-theme-info.c (top_theme_dir_changed_callback): I know C. - Really, I do. - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -Tue Nov 5 15:48:33 2002 Jonathan Blandford - - * gnome-theme-info.c: Change the file format a bunch. - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -Fri Nov 1 11:03:34 2002 Jonathan Blandford - - * gnome-theme-info.[ch]: Moved theme-common, and gave more - features. - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-07-16 Jody Goldberg - - * gconf-property-editor.c (gconf_value_int_to_float) : add a peditor - arg so that these can be used without wrappers. - (gconf_value_float_to_int) : ditto. - -2002-07-10 Jody Goldberg - - * capplet-util.c (capplet_set_icon) : look in more places. - -2002-07-02 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=86018 - * gconf-property-editor.c (peditor_image_set_filename) : Patch from - Chema. We should only assign the filename to the label if the file - is valid. - -2002-06-27 Jody Goldberg - - * capplet-util.c (capplet_set_icon) : new util. - -2002-06-21 Stephen Browne - - * wm-common.[ch] : added new files to expose - wm_common_get_current_window_manager and - wm_common_register_window_manager_change - -2002-06-13 Jody Goldberg - - * capplet-util.c (capplet_help) : Use the new utility. - (capplet_error_dialog) : split out into a new utility. - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-05-28 Satyajit Kanungo - - * capplet-util.c : capplet_help () The Help directory is changed to - user-guide. - -2002-05-26 Jody Goldberg - - * capplet-util.c (capplet_help) : new utility. - -2002-05-16 jacob berkman - - * gconf-property-editor.c (peditor_image_set_filename): if we - haven't been initting, don't pop up an error message. if we are, - set our image to GTK_STOCK_MISSING_IMAGE. fixes bug exposed by - fix for #76993 - -Tue May 14 12:08:17 2002 Jonathan Blandford - - * theme-common.c (theme_common_init): confirm that the ~/.themes/ - directory exists. - -2002-04-29 Rachel Hestilow - - * file-transfer-dialog.c (file_transfer_dialog_update_cb): - Set dialog title to current phase. - -2002-04-29 Rachel Hestilow - - * file-transfer-dialog.[ch]: Added. - - * Makefile.am: Compile file-transfer-dialog.[ch]. - -2002-04-19 Mark McLoughlin - - * gconf-property-editor.[ch]: (peditor_integer_value_changed), - (peditor_integer_widget_changed), (gconf_peditor_new_integer_valist), - (gconf_peditor_new_integer): implement GtkEntry based integer - peditor. - -2002-04-21 Rachel Hestilow - - * gconf-property-editor.c - (gconf_peditor_new_select_menu_with_enum, - gconf_peditor_new_enum_toggle, - gconf_peditor_new_select_radio_with_enum): Add in an explicit - 'use_nick' parameter. Implicit guessing can break badly if - the gconf data gets corrupted. - (peditor_enum_int_from_string): Change use_nick to copy-by-value, - do not try to guess it. - (peditor_enum_conv_to_widget, guard_get_bool, - peditor_enum_toggle_conv_to_widget): Do not pass in use_nick - as a reference. - -Thu Apr 18 17:56:25 2002 Jonathan Blandford - - * theme-common.c: Notify when the theme changes. - -2002-04-18 Jody Goldberg - - * activate-settings-daemon.c (static) : message dialogs must have - separators. - -2002-04-10 Rachel Hestilow - - * gconf-proprerty-editor.h: Add FontType enum, and a font_type - parameter to gconf_peditor_new_font. - - * gconf-property-editor.c: - (peditor_font_value_changed): Call peditor_font_merge_setting - instead of setting the properties explicitly. - (peditor_font_widget_changed): Switch on font_type to determine - what to set for a GConfValue. - -2002-03-28 Richard Hestilow - - * gconf-property-editor.c (peditor_image_clicked_cb): Set - fsel to modal, it seems to fix a weird grabbing bug. - -2003-03-26 Kjartan Maraas - - * activate-settings-daemon.c: Fix a string. - -2002-03-25 Lauris Kaplinski - - * gconf-property-editor.c (gconf_peditor_widget_set_guard): Test for NULL - gconf value - -2002-03-19 Richard Hestilow - - * Makefile.am: Include libbackground (used for preview-file-selector). - Change into a libtool library so we can link against libbackground. - - * gconf-property-editor.c: - (peditor_enum_int_from_string): Added argument use_nick; set to true - if the string was a nick. - (peditor_enum_string_from_int): Use nick only if use_nick is true. - (gconf_peditor_new_image): Added. - (gconf_peditor_new_select_radio_with_enum): Added. - (peditor_select_radio_value_changed): Reverse radio group. - (peditor_select_radio_widget_changed): Reverse radio group. - -2002-03-17 Kjartan Maraas - - * activate-settings-daemon.c: Mark a string. #include - -2002-03-17 Jonathan Blandford - - reviewed by: - - * Makefile.am: - * theme-common.c: (themes_common_list_add_dir), - (theme_common_get_list), (theme_common_list_free): - * theme-common.h: - -2002-03-14 Richard Hestilow - - * gconf-property-editor.c: - (gconf_property_editor_new_option_menu_with_enum): - (gconf_property_editor_new_enum_toggle): Added. - (gconf_property_editor_new): Accept custom arguments from the - editor "subclass". - (gconf_property_editor_class_init): Add arguments "data" - and "data-free-cb", for custom "subclass" data. - (gconf_property_editor_finalize): Free custom data. - (*_new): Add NULL at the end of gconf_property_editor_new. - (guard_value_changed, peditor_widget_set_guard): Use the - enum->boolean mapping if the gconf value is a string. - -2002-03-10 Seth Nickell - - * Makefile.am: - * activate-settings-daemon.c: (popup_error_message), - (activate_settings_daemon): - * activate-settings-daemon.h: - - Add new client interface for activating the settings daemon - if its not already running. - -2002-02-27 Kjartan Maraas - - * capplet-util.c: s/PACKAGE/GETTEXT_PACKAGE/g - -2002-02-12 Lauris Kaplinski - - * gconf-property-editor.c (peditor_font_value_changed): Kill warning - -2002-02-10 Richard Hestilow - - * gconf-property-editor.[ch]: Added font editor. - -Sun Jan 6 02:52:59 2002 Jonathan Blandford - - * gconf-property-editor.c (peditor_select_radio_widget_changed): - avoid recursive loops by only setting the UI if we're active. - -2002-01-05 Bradford Hovinen - - * gconf-property-editor.c (peditor_*_value_changed): Only remove - from changeset if the changeset is non-NULL - -2002-01-04 Bradford Hovinen - - * gconf-property-editor.c (peditor_set_gconf_value): - Implement. Sets the GConf value either in the changeset, or if - changeset is NULL, directly - (peditor_*_widget_changed): Use peditor_set_gconf_value - (gconf_peditor_new_*): Don't complain if changeset is NULL - -2001-12-20 Bradford Hovinen - - * gconf-property-editor.c: Eliminate compiler warnings - - * capplet-util.c: Eliminate compiler warnings - - * gconf-property-editor.c (gconf_peditor_new): Fold the callback - back in; accept variable argument list with extra parameters - (gconf_peditor_new_filename): Return the property editor - (gconf_peditor_new_string_valist): Split this out - (gconf_peditor_new_string): Call _valist variant - (gconf_peditor_new*): Update - -2001-12-19 Bradford Hovinen - - * gconf-property-editor.c (gconf_peditor_new_float_range) - (gconf_peditor_new_int_range): Connect to value_changed signal Add - properties conv-{to|from}-widget-cb and use those for conversion - of values to and from the widget - (peditor_{int|float}_range_value_changed, friends): Combine into - peditor_numeric_* - (gconf_peditor_new): Implement. Factor out some common code from - the various type-specific constructors - (peditor_*_value_changed): Don't check if the value is the same as - what is already in the widget; it's not very important - (peditor_*_value_changed): Remove the key from the changeset - (gconf_peditor_new_*): Add g_return_val_if_fail macros - (gconf_peditor_widget_set_guard): Add g_return_if_fail macros - (gconf_value_float_to_int, gconf_value_int_to_float): Implement - (gconf_property_editor_set_prop): Store the callback in the - property editor proper - (gconf_peditor_new): Put initialization code in an idle handler - (peditor_string_value_changed): Free the value created from - conversion - (init_widget_cb): Return FALSE - (peditor_*_widget_changed): Just return if we are not fully - initialized - (init_widget_cb): Set initialized flag - (struct _GConfPropertyEditorPrivate): Add inited - - * gconf-property-editor.c: Add ui-control property storing the - object (normally a widget) that controls the property; remove - object property and replace its function with ui-control - - * capplet-util.c: Comment out most of this file - - * gconf-property-editor.c (gconf_peditor_new_int_range): Convert - to ~_float_range - (gconf_peditor_new_float_range): Add callbacks for conversion - between widget's values and GConf values in the signature - (peditor_float_range_widget_changed): Issue callback, if - available, to convert from widget's values to GConf values - (peditor_float_range_value_changed): Vice verca above - (gconf_peditor_new_int_range, peditor_int_range_widget_changed) - (peditor_int_range_value_changed): Implement. Copy from float - versions - -2001-12-18 Bradford Hovinen - - * capplet-util.h: Don't #include bonobo*.h - - * gconf-property-editor.c (peditor_string_widget_changed): Use - actual signature for the changed signal Use gconf_client rather - than gconf_engine - (gconf_property_editor_set_prop): Use weak_ref rather than destroy - signal - (peditor_int_range_value_changed) - (peditor_int_range_widget_changed, gconf_peditor_new_int_range): - Implement - -2001-12-17 Bradford Hovinen - - * gconf-property-editor.c (peditor_color_value_changed): Use a - local stack variable for the color rather than a pointer. Duh. - (peditor_select_menu_widget_changed): Use - gtk_option_menu_get_history - (peditor_select_menu_widget_changed): Accept option_menu as - parameter - (gconf_peditor_new_select_menu): Connect changed signal rather - than activate signal on the menu items - (gconf_property_editor_get_key): Implement - (peditor_color_widget_changed): Use correct signature for the - signal handler - (peditor_select_menu_value_changed): Use - gtk_option_menu_set_history - (guard_value_changed, gconf_peditor_widget_set_guard): Implement - (peditor_string_widget_changed): Work correctly with multiple - callback signatures - (gconf_peditor_new_string): Use changed signal - -2001-12-08 Bradford Hovinen - - * gconf-property-editor.c (peditor_*_widget_changed): Don't call - gconf_value_free - -2001-12-07 Bradford Hovinen - - * gconf-property-editor.c (gconf_property_editor_class_init): Use - correct ordering of setup - (gconf_peditor_new_*): Terminate the parameter list passed to - g_object_new with NULL - (gconf_property_editor_class_init): Make the changeset property a - pointer - (gconf_property_editor_set_prop): Use g_value_get_object for the - destroy notify object - (peditor_*_value_changed): Make sure value is non-NULL - -2001-11-03 Bradford Hovinen - - * Makefile.am (libcommon_a_SOURCES): Added gconf-property-editor.[ch] - -2001-10-27 Bradford Hovinen - - * capplet-util.c (get_default_moniker): Switch to gconf: moniker - (capplet_init): Remove legacy file hack - -2001-10-18 Bradford Hovinen - - * Bonobo_Control_Capplet_generic.oaf.in: Update listener name - - * capplet-util.c (create_control_cb): Use correct prefix for listener - -2001-10-12 Bradford Hovinen - - * capplet-util.c (get_factory_name): Updated factory name to - reflect new, expanded roles - - * Bonobo_Control_Capplet_generic.oaf.in: Create - -2001-09-29 Bradford Hovinen - - * capplet-util.c (create_control_cb): Elimite reference counter -- - it's not necessary - (create_control_cb): Make this a multi-factory so that we can - return the listener when needed - (capplet_init): Set up the listener here rather than in - get_control_cb; also remove the listener and unref the database - here - (quit_cb, real_quit_cb): Remove (thank the gods) - -2001-09-28 Bradford Hovinen - - * capplet-util.c (get_default_moniker): Remove -control from the - end of the string as well as -capplet - (get_factory_name): Ditto - (get_property_name): Ditto - -2001-09-24 Bradford Hovinen - - * capplet-util.c (legacy_is_modified): Improved error checking and - cleaned up the logic a bit - -2001-09-14 Bradford Hovinen - - * capplet-util.c (set_moniker_cb): Don't call setup_cb after the - first time - -2001-09-03 Bradford Hovinen - - * capplet-util.c (set_moniker_cb): Free the full moniker to - correct memory leak - (set_moniker_cb): Disconnect old signal handler - -2001-08-20 Bradford Hovinen - - * capplet-util.c (get_default_moniker): Update moniker being used - -2001-07-30 Bradford Hovinen - - * capplet-util.c (capplet_init): Don't sync if we need legacy - values - (capplet_init): Call setup_session_mgmt if --apply or - --init-session-settings was passed - -2001-07-27 Bradford Hovinen - - * RELEASE : 1.5.2 - -2001-07-26 Bradford Hovinen - - * capplet-util.c (capplet_init): Don't sync the database if - retrieving legacy setings before creating the factory - (create_control_cb): Create the config database ourselves - (pf_destroy_cb): Remove evil hackery - (get_control_cb): Ditto - (create_control_cb): Support multiple property control objects -- - use a GtkObject called ref_obj to make sure the program quits when - there are no such objects left - (capplet_init): Pass default_moniker to factory callback; - release_unref the db ourselves - (get_control_cb): Support multiple controls; soak in global - control and widget variables - (legacy_is_modified): Remember to unref the property bag - (quit_cb): Allow being called more than once - (quit_cb): Unref ref_obj here - (create_control_cb): Eliminate second signal connection - (real_quit_cb): Free the pair structure - (all_done_cb): Implement. Just add gtk_main_quit to the idle - handler list - (create_control_cb): Connect destroy signal of ref_obj to - all_done_cb - -2001-07-24 Richard Hestilow - - * capplet-util.c (get_control_cb): Set control data on PropertyFrame - as part of evil hack. - (quit_cb): Work if called multiple times...also evil. - (pf_destroy_cb): unref the control...evil evil evil. - -2001-07-24 Richard Hestilow - - * capplet-util.c: Remove debugging cruft. - (capplet_init): Check for legacy with --init-session-settings too. - -2001-07-24 Richard Hestilow - - * capplet-util.[ch] (capplet_init): New argument of legacy files to - check for changes. - - * capplet-util.c (legacy_is_modified): New function that checks - a legacy file against the archiver modification date. - (capplet_init): Pass legacy_files to legacy_is_modified, and sync - our database with the legacy one if one has been. - -2001-07-24 Bradford Hovinen - - * capplet-util.c (real_quit_cb): Reenable disabled code - (quit_cb): Put the db an id objects in a pair structure and pass - that to the callback - (real_quit_cb): Extract the db and id objects from the pair - (create_control_cb): Set up listener for sync event rather than - change event - -2001-07-23 Bradford Hovinen - - * capplet-util.c (set_moniker_cb): Set InvalidValue exception if - the program could not resolve the moniker - -2001-07-20 Chema Celorio - - * RELEASE : 1.5.0 - -2001-07-19 Richard Hestilow - - * capplet-util.c (quit_cb): Add an idle handler to call the real - quit cb. - (real_quit_cb): Added, it is what quit_cb used to be. - -2001-07-19 Bradford Hovinen - - * capplet-util.c (create_control_cb): Use a static variable for - the control and return NULL if the control was already created - -2001-07-18 Bradford Hovinen - - * capplet-util.c (create_control_cb): Store listener id in - property control - (quit_cb): Remove listener before releasing database - (set_moniker_cb): Kill any existing db object in case the moniker - is set more than once - (set_moniker_cb): Connect destroy signal on pf to pf_destroy_cb - (pf_destroy_cb): Implement - -2001-07-18 Richard Hestilow - - * capplet-util.[ch]: Revert my last proxy-related change. - -2001-07-18 Richard Hestilow - - * capplet-util.h (CreateDialogFn): Add a PropertyBag argument so - capplet authors can hook up to the proxy. - - * capplet-util.c (get_control_cb): Pass the proxy bag to setup_cb. - (capplet_init): Don't free default_moniker until after we print it. - -2001-07-17 Bradford Hovinen - - * capplet-util.c (capplet_init): Support --init-session-settings - for compatibility reasons - (setup_session_mgmt): Implement. Make sure capplet runs the next - time the user logs in - (capplet_init): Call setup_session_mgmt for --get-legacy and - standard execution - (get_property_name): Implement. Return the property name - associated with the capplet - (set_moniker_cb): Use GTK_BIN (pf)->child rather than - bonobo_control_get_widget - (get_control_cb): Destroy the property control when the control or - the widget are destroyed - (quit_cb): Implement - (create_control_cb): Connect destroy signal of property control to - quit_cb - (get_factory_name): - (get_default_moniker): - (get_property_name): Use correct names when the full path was - specified for the executable - - * Makefile.am (INCLUDES): Removed -DGLADE_DATADIR - - * capplet-util.c (create_dialog_cb): Use create_widget_cb rather - than loading from Glade - (capplet_init): Accept CreateDialogFn and initialize - create_dialog_cb - (close_cb): Don't call gtk_object_destroy (dialog) - (get_control_cb): Rename from create_dialog_cb - -2001-07-14 Carlos Perello Marin - - * .cvsignore: ssshhhh - -2001-07-13 Bradford Hovinen - - * capplet-util.c (create_dialog_cb): Return NULL in the case that - the control is already present - diff --git a/capplets/default-applications/ChangeLog b/capplets/default-applications/ChangeLog deleted file mode 100644 index e0fd15925..000000000 --- a/capplets/default-applications/ChangeLog +++ /dev/null @@ -1,1078 +0,0 @@ -2009-04-06 Matthias Clasen - - * gnome-da-capplet.c: Prevent the custom entries from getting out of - sync with their backing GConf entry. (#578089) - -2009-03-06 Jens Granseuer - - * gnome-default-applications-properties.glade: fix mnemonics conflict - for web browser and mail reader command widgets. There's another - conflict for the "Run in terminal" checkbox but that one will have to - wait until string freeze is over - -==================== 2.25.90 ==================== - -2009-01-30 Bastien Nocera - - * gnome-da-capplet.c (web_radiobutton_toggled_cb): Fix potential - crasher when web_radiobutton_toggled_cb is called and the - browser in GConf doesn't exist on the system anymore - -2009-01-28 Jens Granseuer - - * gnome-da-capplet.c: (web_combo_changed_cb): update the entry with - the correct command for the selected option instead of always using - the default - -2009-01-20 Bastien Nocera - - * gnome-da-capplet.c (web_radiobutton_toggled_cb), - (web_combo_changed_cb), (web_combo_conv_to_widget): Fix the https - handler never being set (Closes: #568408) - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -Fri Oct 24 18:22:22 2008 Søren Sandmann - - * gnome-da-capplet.c (main): Use new capplet_init() function - -Fri Oct 24 17:54:17 2008 Søren Sandmann - - * gnome-da-capplet.c (main): Fix to use gtk_init_with_args() correctly. - -Fri Oct 24 17:31:40 2008 Søren Sandmann - - * gnome-da-capplet.c (main): Replace use of gnome_program_init() - with gtk_init_with_args() - -2008-10-10 Bastien Nocera - - * gnome-default-applications.xml.in: Fix build failure caused by last - commit - -2008-10-09 Rodrigo Moya - - * gnome-default-applications.xml.in: add Listen to the list of media - players. Patch by Julien Lavergne - -==================== 2.24.0.1 ==================== - -2008-09-03 Jens Granseuer - - * gnome-at-session.desktop.in.in: use a11y icon instead of searchtool - (bug #550742) - -2008-09-03 Jens Granseuer - - * gnome-at-session.desktop.in.in: don't advertise startup-notify. The - script doesn't support it (bug #550694) - -2008-07-29 Rodrigo Moya - - Patch from James Westby - - * gnome-da-capplet.c (combo_conv_from_widget): don't return NULL, but - the already set 'ret' variable, to allow Custom commands to work (bug - #545280) - -2008-07-24 Jens Granseuer - - * gnome-default-applications.xml.in: use -x instead of -e as exec_flag - for Terminator (bug #544058) - -2008-07-15 Jens Granseuer - - * Makefile.am: install the default apps list in the default-apps - subdirectory - * gnome-da-xml.c: (gnome_da_xml_load_list): load everything from there - * gnome-default-applications.pc.in: add file so that applications can - query where to put their extensions - -2008-07-15 Jens Granseuer - - reviewed by: - - * Makefile.am: - * gnome-da-xml.c: (gnome_da_xml_load_list): - * gnome-default-applications.pc.in: - -2008-07-15 Jens Granseuer - - Patch by: Aprotim Sanyal - - * gnome-da-xml.c: (gnome_da_xml_load_list): make it possible for apps - to install additional XML files to extend the list of available - applications (bug #527304) - -2008-06-15 Thomas Wood - - * Makefile.am: - * icons/*: - - Provide a Tango style application icon for Preferred Applications - capplet (bug 397312). Artwork by Jakub Steiner . - -2008-05-18 Thomas Wood - - * gnome-da-capplet.c: Convert to use GConfPropertyEditor and remove - a lot of duplicated code in the process. - -==================== 2.23.2 ==================== - -2008-04-16 Jens Granseuer - - * gnome-da-capplet.c: (show_dialog), (main): - * gnome-default-applications-properties.glade: add -p/--show-page to - open the dialog on a specific page (see bug #528196) - -2008-02-21 Jens Granseuer - - Patch by: Willie Walker - - * gnome-at-commandline.in.in: use `...` syntax instead of $(...) for - better portability (bug #517938) - -2008-02-09 Jens Granseuer - - * gnome-default-applications.xml.in: add support for Konsole, too - (bug #515386) - -2008-02-09 Jens Granseuer - - Patch by: Nicolas Valcárcel - - * gnome-default-applications.xml.in: add support for Terminator - console (bug #515366) - -2008-02-08 Jens Granseuer - - * gnome-at-session.desktop.in.in: improve name and description for the - visual AT autostarter (bug #515197) - -2008-02-01 Jens Granseuer - - Patch by: Sven Arvidsson - - * gnome-default-applications.xml.in: support --new-tab/--new-window - for Iceweasel (bug #322795) - -2007-12-06 Jens Granseuer - - Patch by: Chris Jones - - * gnome-default-applications.xml.in: sok is now called onBoard (bug - #499328) - -2007-11-28 Jens Granseuer - - Based on patch by: Jakub Rusinek - - * gnome-default-applications.xml.in: add support for Midori web browser - (bug #500274) - -2007-11-26 Sebastien Bacher - - * gnome-default-applications.xml.in: don't list the oudated evolution - versions nor the text web browsers (Closes: #499327) - -2007-10-31 Kjartan Maraas - - * Makefile.am: Distcheck fixes. - -2007-10-25 Jens Granseuer - - * gnome-default-applications.xml.in: replace obsolete "orca -m" command - by new "orca -e magnifier" (bug #489973) - -2007-10-02 Jens Granseuer - - Patch by: Stephane Loeuillet - - * Makefile.am: use standard xdg autostart directory instead of gnome - one (bug #481740) - -2007-09-19 Jens Granseuer - - Patch by: Michael Monreal - - * gnome-da-capplet.c: replace mail and multimedia icon names with - Tangoified versions (bug #470386) - -2007-09-18 Jens Granseuer - - Patch by: Patrick Wade - - * gnome-default-applications-properties.glade: make accelerators for - the accessibility tools page unique (bug #474308) - -2007-08-21 Philip Withnall - - * gnome-default-applications.xml.in: use new -new-tab and -new-window - arguments instead of -remote for Firefox tab and window commands. - Closes bug #393204. - -2007-08-17 Jens Granseuer - - Patch by: Sven Arvidsson - - * gnome-default-applications.xml.in: add browser and mail entries for - Iceape, the debranded Seamonkey version used by Debian (bug #467472) - -2007-08-01 Jens Granseuer - - * gnome-at-commandline.in.in: don't use '==', and improve - portability with empty strings - -2007-07-29 Jens Granseuer - - * Makefile.am: - * default-applications-accessibility.desktop.in.in: - * gnome-at-mobility.desktop.in.in: - * gnome-at-visual.desktop.in.in: remove spurious desktop entries - (bug #444787) - -2007-07-12 Matthias Clasen - - * gnome-default-applications-properties.glade: - * gnome-da-capplet.c: Change the custom command entries to be - insensitive, instead of noneditable, unless we are a custom - command. (#456308) - -2007-07-08 Jens Granseuer - - * Makefile.am: - * default-applications-accessibility.desktop.in.in: - * default-applications.desktop.in.in: - * gnome-at-mobility.desktop.in.in: - * gnome-at-session.desktop.in.in: - * gnome-at-visual.desktop.in.in: fix bugzilla info and clean up the - Makefile a bit - -2007-07-07 Jens Granseuer - - * gnome-da-capplet.c: (entry_focus_out_event_cb), - (terminal_checkbutton_toggled_cb), (a11y_checkbutton_toggled_cb), - (web_radiobutton_toggled_cb), (web_combo_changed_cb), - (mail_combo_changed_cb), (media_combo_changed_cb), - (terminal_combo_changed_cb), (visual_combo_changed_cb), - (mobility_combo_changed_cb), (show_dialog): fix error handling, plug - some memory leaks, and properly handle unset GConf keys in - xxx_combo_changed_cb (fixes bug #454103) - -2007-04-27 Rodrigo Moya - - * default-applications-accessibility.desktop.in.in: renamed Bugzilla - product. - -2007-04-23 George Kraft IV - - * gnome-da-applet.c: better icons for A11Y categories. - -2007-04-18 Rodrigo Moya - - Patch from SuSE package - - * gnome-default-applications.xml.in: added Seamonkey as web browser and - mail reader. - -2007-04-08 Jens Granseuer - - Patch by: Kristof Vansant - - * gnome-default-applications-properties.glade: don't require gnome - glade lib - -2007-03-20 Priit Laes - - * gnome-da-capplet.c: Glue code to tie everything together. - * gnome-da-capplet.h: Added widgets and defines for default mediaplayer. - * gnome-da-xml.c: (gnome_da_xml_load_xml), (gnome_da_xml_free): Added - mediaplayer data parser. - * gnome-da-item.c: Changed occurrences of MailItem to SimpleItem, so we - can also use it for mediaplayers. - * gnome-da-item.h: Ditto. - * gnome-default-applications-properties.glade: Make Multimedia tab visible - and change the UI to include our favorite mediaplayer selector. - * gnome-default-applications.xml.in: Add some media players to the list. - - Introduces preferred media application support. Bug #362578. - -2007-02-13 Jens Granseuer - - * gnome-da-capplet.c: (web_gconf_changed_cb): don't try to read into - invalid territory when the user set a custom command without spaces. - Closes bug #407601. - -2007-02-13 Jens Granseuer - - * Makefile.am: - * gnome-da-capplet.c: (show_dialog): - * gnome-da-xml.c: (gnome_da_xml_load_list): really fix DATADIR and - make directory definitions more consistent with other capplets. - Closes bug #407597. - -2007-02-03 Jens Granseuer - - * Makefile.am: fix DATADIR define - -2007-02-03 Jens Granseuer - - * gnome-da-capplet.c: (fill_combo_box), (show_dialog), (main): - * gnome-da-xml.c: (gnome_da_xml_load_xml), - (gnome_da_xml_load_list), (gnome_da_xml_free): - * gnome-da-xml.h: plug memory leaks. Closes bug #395212. - -2007-02-02 Christian Persch - - * gnome-da-capplet.c: (main): Use specific string as app ID in - gnome_program_init, not PACKAGE. Bug #403708. - -2007-01-17 Thomas Wood - - * default-applications.desktop.in.in: Move Preffered Applications - capplet from SystemSettings to PersonalSettings - -2006-12-17 Colin Leroy - - * gnome-default-applications.xml.in: add support for Claws Mail (aka - Sylpheed-Claws). Closes bug #386771. - -2006-12-17 Luca Cavalli - - * gnome-default-applications.xml.in: Fix Thunderbird command line - parameter (this time should *really* work). Closes bug #326808. - -2006-12-17 Loïc Minier - - * gnome-default-applications.xml.in: add support for Iceweasel and - Icedove. Closes bug #379085. - -2006-12-08 Kjartan Maraas - - * gnome-da-capplet.c: (web_combo_changed_cb), - (mail_combo_changed_cb), (terminal_combo_changed_cb): - Fix a bunch of leaks from gconf_client_get_string() - Bug #376949. - -2006-10-09 Luca Cavalli - - * gnome-da-capplet.c: (web_gconf_changed_cb): - * gnome-da-capplet.h: - - Added support for legacy gconf key. Based on a patch from Sven - Herzberg . Closes bug #359986. - -2006-07-23 Sebastien Bacher - - * default-applications.desktop.in.in: don't list the Application - category, patch by Vincent Fretin - (Closes: #344321) - -2006-05-09 Daniel Holbach - - * gnome-da-capplet.c: (close_cb): update help section name. Closes - bug #340032. - -2006-05-09 Luca Cavalli - - * gnome-default-applications.xml.in: remove unnecessary - gnome-terminal command line parameter. Closes bug #336700. - -2006-04-13 Luca Cavalli - - * gnome-default-applications.xml.in: add support for Sylpheed. Based - on a patch from Fryderyk Dziarmagowski . - Closes bug #332659. - -2006-03-23 Luca Cavalli - - * gnome-default-applications.xml.in: Fix Thunderbird command line - parameter (this time should work). Closes (again) bug #326808. - -2006-03-12 Luca Cavalli - - * gnome-da-capplet.c: (terminal_checkbutton_toggled_cb): remove - double gconf value setting. Closes bug #334331. - -2006-03-06 Luca Cavalli - - * gnome-da-capplet.c: (web_combo_changed_cb), - (mail_combo_changed_cb), (terminal_combo_changed_cb), - (web_browser_update_combo_box), (mail_reader_update_combo_box), - (terminal_update_combo_box): replace gtk_entry_set_editable, - which is deprecated in newly-written code, with - gtk_editable_set_editable. Closes bug #329193. - -2006-03-01 Luca Cavalli - - * gnome-da-capplet.c: (screen_changed_cb), (show_dialog): remove two - unused variables. Closes bug #332973. - -2006-02-28 Luca Cavalli - - * gnome-da-capplet.c: (refresh_combo_box_icons), - (theme_changed_cb), (screen_changed_cb), (fill_combo_box), - (show_dialog): - * gnome-da-capplet.h: - * gnome-da-item.c: (gnome_da_web_item_free), - (gnome_da_mail_item_free), (gnome_da_term_item_free): - * gnome-da-item.h: look at the correct icon theme after screen changes - and update also combo boxes icons when icon theme changes. Closes - bug #330154. - -2006-02-28 Takeshi Aihana - - * gnome-da-capplet.c: (show_dialog), (main): use correct text domain - name. Closes bug #332833. - -2006-02-27 Glynn Foster - - * gnome-default-applications.xml.in: Fix typos. - -2006-02-27 Fryderyk Dziarmagowski - - * gnome-default-applications.xml.in: fix Sylpheed Claws executable - name. Closes part of bug #332659. - -2006-02-14 Luca Cavalli - - * gnome-da-capplet.c: (web_browser_update_combo_box), - (web_browser_update_radio_buttons), (web_gconf_changed_cb), - (show_dialog): disable "toggle" signal emission during UI update, - thus preventing calling twice the same code. Closes bug #328094. - -2006-02-08 Luca Cavalli - - * gnome-da-capplet.c: (web_radiobutton_toggled_cb), - (web_item_comp), (mail_gconf_changed_cb), (term_gconf_changed_cb), - (show_dialog): - * gnome-da-xml.c: (gnome_da_xml_load_xml): fix some compilation - warnings. Close bug #330384. - -2006-01-28 chpe - - Fixes #327220 - - * gnome-default-applications.xml.in: use "Epiphany Web Browser", - like in the .desktop file and use long options for Epiphany. - -2006-01-28 Rodrigo Moya - - Fixes part of #327749 - - * gnome-default-applications-properties.glade: - * gnome-da-capplet.c (web_combo_changed_cb, mail_combo_changed_cb, - terminal_combo_changed_cb, web_browser_update_combo_box, - mail_reader_update_combo_box, terminal_update_combo_box): don't set - entries' sensitivity, just disable input on them. - -2006-01-28 Luca Cavalli - - * gnome-da-capplet.c: (web_combo_changed_cb), - (mail_combo_changed_cb), (terminal_combo_changed_cb), - (web_browser_update_combo_box), (mail_reader_update_combo_box), - (terminal_update_combo_box), (web_gconf_changed_cb), - (mail_gconf_changed_cb), (term_gconf_changed_cb), (show_dialog): - update custom command entries also when predefined application is - selected. Closes bug #327749. - -2006-01-17 Luca Cavalli - - * gnome-default-applications.xml.in: fixed Thunderbird command - line parameter. Closes bug #326808. - -2006-01-17 Luca Cavalli - - * gnome-da-xml.c: (gnome_da_xml_get_string): load translated XML - application description, if available. Closes bug #327221. - -2006-01-16 Rodrigo Moya - - * gnome-da-xml.c (gnome_da_xml_load_list): just read the file - from the $datadir we installed it. - - * Makefile.am: -DDATADIR. - -2006-01-16 Sebastien Bacher - - * Makefile.am: fixed the dist - -2006-01-16 Sebastien Bacher - - * gnome-da-capplet.c: (show_dialog): fixes some errors with the path - -2006-01-16 Sebastien Bacher - - * gnome-da-capplet.c: (show_dialog): use the correct .glade - -2006-01-16 Sebastien Bacher - - * Makefile.am: fix gladedir use - -2006-01-16 Sebastien Bacher - - * Makefile.am: fix a name - -2006-01-16 Sebastien Bacher - - * Makefile.am: - * default-applications-properties.glade: - * gnome-da-capplet.c, gnome-da-capplet.h: - * gnome-da-item.c, gnome-da-item.h: - * gnome-da-xml.c, gnome-da-xml.h: - * gnome-default-applications-properties-structs.c: - * gnome-default-applications-properties.c: - * gnome-default-applications-properties.glade: - * gnome-default-applications.xml.in: - new gnome-default-applications capplet, - patch by Luca Cavalli updated for the - gnome-control-center build system - -2006-01-03 pholie - - Fixes bug #324629 - - * gnome-default-applications-properties-structs.c: added Opera to - list of default browsers. - -2005-11-14 Kjartan Maraas - - * gnome-default-applications-properties-structs.c: Mark the - structs static. - -2005-10-20 Colin Leroy - - * gnome-default-applications-properties-structs.c: added - Sylpheed Claws to the list of possible mailers. - -2005-09-25 Sebastien Bacher - - * gnome-default-applications-properties-structs.c: - list evolution-2.4 binary, patch by Jan de Groot - (Closes: #315871). - -2005-05-22 Sebastien Bacher - - * gnome-default-applications-properties-structs.c: - list "thunderbird" as program name, - patch from Pawel Worach (Closes: #167757). - -2005-05-22 Sebastien Bacher - - * gnome-default-applications-properties.glade: - fix a warning about the icon, - patch from Matthias Clasen (Closes: #168060). - -2005-01-08 Sebastien Bacher - - * gnome-default-applications-properties-structs.c: add evolution-2.0 - and evolution-2.2 to the mailers list (Closes: #163334). - -2005-01-02 Sebastien Bacher - - * gnome-default-applications-properties.glade: - patch from Heikki Paajanen (based on the patch - from Andrew Johnson ) - to not set "close" as the default button (Closes: #98202). - -2004-11-30 Sebastien Bacher - - * gnome-default-applications-properties-structs.c: use the right name - for each browser instead of listing different names for some entry - (#155246). - -2004-11-26 Sebastien Bacher - - * gnome-default-applications-properties.glade: changed a mnemonic to - fix #144343. - -2004-11-26 Sebastien Bacher - - * gnome-default-applications-properties.glade: Mask the "Text Editor" - tab since it's not used by the new mime system. - -2004-11-26 Michael Terry - - * gnome-default-applications-properties.glade: Simplify some strings - and add a window icon per bug #98918. - -2004-11-09 Mark McLoughlin - - * Makefile.am: install .desktop file in $(datadir)/applications. - - * default-applications.desktop.in: add OnlyShowIn=GNOME; - -2004-10-21 J.H.M. Dassen (Ray) - - * gnome-default-applications-properties-structs.c: Added Thunderbird to - the mail clients. - -2004-10-21 Sebastien Bacher - - * gnome-default-applications-properties.c: (read_browser), - (read_mailer): - don't crash if the browser list or the mailer list is empty - (Closes: #151672). - -2004-10-17 J.H.M. Dassen (Ray) - - * gnome-default-applications-properties-structs.c: - * Corrected w3m binary name - * Added Debian's "sensible-browser" (wrapper script honouring - $BROWSER (http://www.catb.org/~esr/BROWSER/), x-www-browser etc.) - * Added Debian's "x-terminal-emulator" (which is managed through the - alternatives mechanism) - * Added "aterm" (http://aterm.sf.net) - * Added "Firefox" entry (official capitalisation; no StudlyCaps) - * Removed inconsistent "Firebird/FireFox" entry - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-10-14 Sebastien Bacher - - * gnome-default-applications-properties.c: (setup_peditors), - (read_browser), (value_changed_cb): Use the Web Browser for https too. - (Closes: #123487). - -2004-10-14 Kjartan Maraas - - * gnome-default-applications-properties-structs.c: Revert string - changes and add entries for Firefox on Debian and Fedora with - new binary names. Original patch from jdassen at debian org. - Closes part of bug #155246. The original patch should go into HEAD - after branching. - * gnome-default-applications-properties.c: (browser_setup_custom), - (mailer_setup_custom), (terminal_setup_custom): Use the binary - that's found in the path. Patch by seb128 at debian org. Closes - bug #148991. - -2004-10-12 J.H.M. Dassen (Ray) - - * gnome-default-applications-properties-structs.c: Added Mozilla - Firefox, Debian's "sensible-browser" and Debian's - "x-terminal-emulator"; corrected typo in "w3m" binary name. - -2004-08-20 Frederic Crozat - - * gnome-default-applications-properties.c: (create_dialog): - Use themed icon for WM hint. - -2004-07-13 David Sedeño - - http://bugzilla.gnome.org/show_bug.cgi?id=147244 - * gnome-default-applications-properties.c: Only put the toggles - inconsistent if there are not custom commands - -2004-06-08 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=143975 - * gnome-default-applications-properties-structs.c : quick fix - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-06 Andrew Sobala - - * gnome-default-applications-properties-structs.c: - add evo 1.5 and 1.6 to the list - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-13 Jody Goldberg - - * gnome-default-applications-properties.c : Unique-ify the lists so - that we can handle multiple excutable names for the same browser - when the list jumps to gconf. Remove the vile hack specifict to - evolution. - - * gnome-default-applications-properties-structs.c (};) : remove the - nremote flag and add a few new browsers. - -2004-02-12 Mark McLoughlin - - * gnome-default-applications-properties.c: (dialog_response): Update - help link to point to user-guide.xml - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2004-01-09 Padraig O'Briain - - * gnome-default-applications-properties.glade: Add accessible - relations so accessible names are correctly reported. - Fixes bug #127302. - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-08-01 Dennis Cranston - - * gnome-default-applications-properties.glade: Patch to fix spacing - between action area and vbox of preferences dialog. - -Fri Aug 1 15:49:03 2003 Jonathan Blandford - - * gnome-default-applications-properties-structs.c - (possible_terminals): Add N_() calls to all the human readable - strings. Based on a patch from Christophe Fergeau - , #117085 - - * gnome-default-applications-properties-structs.c - (possible_terminals): remove help browsers. We basically only - support yelp at this point. - -2003-07-19 Dennis Cranston - - * gnome-default-applications-properties.c: Added a window icon - to the capplet. - -2003-07-17 Dennis Cranston - - * gnome-default-applications-properties.glade: Very minor - HIGification of widget padding. - -2003-07-14 Christophe Fergeau - - * gnome-default-applications-properties-structs.c: added a few more - mailers - * gnome-default-applications-properties.c: - (initialize_default_applications): only display Evolution once when - both evo<=1.2 and evo>=1.4 are installed - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-06-25 Christophe Fergeau - - * capplets/default-applications/gnome-default-applications-properties-structs.c - * capplets/default-applications/gnome-default-applications-properties.c - * capplets/default-applications/gnome-default-applications-properties.glade - Added a tab to choose the preferred mailer, added epiphany to the list - known browsers, don't select any checkbox there is no default browser - or mailer - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-02-18 Kjartan Maraas - - * gnome-default-application-properties.c: Fix a double free poop - that I made while fixing leaks. Spotted by jrb. - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -Tue Jan 21 Satyajit Kanungo - * Changed the App name passed to gnome_program_init(). - There was a small type in the name. Fixes bug #104060 - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-19 Ross Burton - - * default-applications.desktop.in: Fix the desktop file so that it - validates. - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-05-24 Satyajit Kanungo - - * gnome-default-applications-properties.c : Changed the help file - link to get the help document from user-guide. - -2002-05-26 Jody Goldberg - - * file-types-capplet.c (cb_file_type_dialog_response) : Improve - handling of help failures. - -2002-05-26 Jody Goldberg - - * gnome-default-applications-properties.c (dialog_response) : improve - handling of help failures. - -Sun May 26 11:33:26 2002 Jonathan Blandford - - * gnome-default-applications-properties.c (main): use APPID - instead of argv[0] - -Sun May 26 01:50:22 2002 Jonathan Blandford - - * gnome-default-applications-properties.c (read_editor): patch - from Till Adam to not die if we have the - mimedata not installed. - -2002-05-20 jacob berkman - - * gnome-default-applications-properties.c (text_apply_editor): - just return if there's no text in the entry (fixes #8200, from Soren Sandmann - ) - -2002-05-16 jacob berkman - - * gnome-default-applications-properties.glade: turn off help tab, - put browser tab first, and fix things for the editor - - * gnome-default-applications-properties.c: make the editor changes - use gnome-vfs, and make the browser use the default key rather - than http - - fixes #78037 - -Wed Apr 10 18:05:13 2002 Jonathan Blandford - - * default-applications.desktop.in (Exec): s/gnome2/gnome - -2002-03-28 Richard Hestilow - - * gnome-default-applications-properties.glade: Make dialog title - match .desktop label. - -2002-03-28 Lauris Kaplinski - - * gnome-default-applications-properties.c (setup_peditors): Fix typo - (read_help_viewer): Rename accepts_lineno to accepts_urls to avoid confusion - (generic_guard): Set entry to empty string initially to force 'changed' - signal on single-item combos too - (read_editor): Use #defined key names to avoid future typos - (setup_peditors): Ditto - (read_browser): Ditto - (read_help_viewer): Ditto - (read_terminal): Ditto - (create_dialog): Unsensitize combos, if defaults list is empty - -2002-03-07 Lauris Kaplinski - - * gnome-default-applications-properties.c (generic_guard): Set focus - and emit signal here, instead of mnemonic handler - (create_dialog): Set data on radio widgets, to be used for focus/entry - tracking. Do not connect mnemonic_activate signals, as these are - handled by toggles already. - -2002-02-27 Kjartan Maraas - - * gnome-default-applications-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g - -2002-02-17 Seth Nickell - - * default-applications.desktop.in: - - Change menu name to "Preferred Applications" which faired - better in user testing. - -2002-02-11 Seth Nickell - - * gnome-default-applications-properties-structs.c: - * gnome-default-applications-properties.c: (read_editor), - (setup_peditors), (read_browser), (browser_setup_custom), - (value_changed_cb), (dialog_response), (create_dialog): - * gnome-default-applications-properties.glade: - - Convert to instant apply, change to using property editors - where convenient. - -2002-02-10 Richard Hestilow - - * Convert to apply/close, and commit a UI string - fix from fflewddur@dropline.net. - -Sun Feb 10 23:39:30 2002 Jonathan Blandford - - * gnome-default-applications-properties.glade: Patch from - fflewddur to fix some strings. - -2002-02-04 Lauris Kaplinski - - * gnome-default-applications-properties.c (initialize_default_applications): - Use glib methods instead of deprecated libgnome ones - (read_editor): Do not crash on NULL value - (read_help_viewer): Ditto - (read_browser): Ditto - -2002-01-19 Seth Nickell - - * Makefile.am: - - Install the icon into the pixmaps dir so - the Panel & Nautilus will pick up on it. - -2002-01-14 Bradford Hovinen - - * Makefile.am (bin_PROGRAMS): Renamed binary - gnome2-default-applications-properties - (gnome2_default_applications_properties_SOURCES): Update - (EXTRA_DIST): Put source file here - -2002-01-04 Bradford Hovinen - - * default-application-properties.c (edit_read): Check if tmp is - NULL before continuing - Use terminal/exec for terminal executable name key - -2001-12-20 Bradford Hovinen - - * Makefile.am: Clean up - - * default-application-properties.c (main): Call gtk_main, not - capplet_gtk_main - - * interface.c: Don't #include capplet-widget.h - -2001-12-19 Seth Nickell - - * default-applications.desktop.in.in: - - Add Categories field so it shows up under the - Settings submenu in the panel menus. - -2001-12-08 Richard Hestilow - - * Port to GConf. - -2001-12-01 Richard Hestilow - - * Initial GNOME2 port. - -2001-08-18 Abel Cheung - - * interface.c (edit_create): Fixed a string (cut 'n paste is source - of all evil) - -2001-07-31 Chema Celorio - - * Makefile.am (cappletname): add DISTDIR to install-data-local - -2001-07-27 Bradford Hovinen - - * RELEASE : 1.5.2 - -2001-07-25 Chema Celorio - - * Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here - -2001-07-23 Richard Hestilow - - * callbacks.c (on_radiodefeditor_toggled): Only set_selected_editor - if the button is enabled. - (on_seldefbrowser_toggled): Ditto. - (on_seldefview_toggled): Ditto. - (on_seldefterm_toggled): Ditto. - - * default-application-properties.c (fill_editor_data): Fix widget - name typo. - -2001-07-20 Chema Celorio - - * RELEASE : 1.5.0 - -2001-07-19 Bradford Hovinen - - * Makefile.am: Remove SUBDIRS - -2001-07-18 Chema Celorio - - * default-applications.desktop.in.in (Exec): use the right binary name - - * Makefile.am (INCLUDES): we are not using GNOMESYSCONFDIR. remove - -2001-07-17 Chema Celorio - - * Makefile.am (SUBDIRS): clean - -2001-07-17 Bradford Hovinen - - * Makefile.am (default_application_properties_capplet_SOURCES): - Added header files, including missing defaults.h - (EXTRA_DIST): Removed header files - -2001-07-16 Chema Celorio - - * default-application-properties.c (possible_editors): is gedit not gEdit - plues it is the default editor, not emacs ;-) (Yes, i MAY be a little biased - here) - -2001-07-16 Richard Hestilow - - * Makefile.am: Fix typo in install-data-local. - -2001-07-16 Richard Hestilow - - * ChangeLog started. - - * default-application-properties.c (main): Pass correct name to - capplet_widget_init, for .desktop file magic. diff --git a/capplets/display/ChangeLog b/capplets/display/ChangeLog deleted file mode 100644 index cecff37ee..000000000 --- a/capplets/display/ChangeLog +++ /dev/null @@ -1,569 +0,0 @@ -2009-05-06 Federico Mena Quintero - - * xrandr-capplet.c (rebuild_current_monitor_label): Make the label - of the heading for the current monitor be explicitly black. We - don't want to follow the theme's colors, as the label is always - shown against a light pastel background --- using the theme's - colors makes the label hard to read on "inverse" themes. Fixes - the gnome-control-center part of bug #556050. - -2009-04-11 Matthias Clasen - - * display-capplet.glade: Make all mnemonics work. (#578572) - -2009-03-30 Federico Mena Quintero - - * xrandr-capplet.c (ensure_current_configuration_is_saved): Save - monitors.xml with the current configuration before changing it, so - that we'll have something to go back to even on a first-time login - (when monitors.xml doesn't exist). - -2009-03-20 Federico Mena Quintero - - * xrandr-capplet.c (begin_version2_apply_configuration): There is no need - to check the result of dbus_g_proxy_new_for_name(); it can't fail. - (begin_version1_apply_configuration): Likewise. - (apply_configuration_returned_cb): Fix a potential leak of the - proxy in the error case. - (apply): Simplify a bit, now that the initial call to - begin_version2_apply_configuration() can't fail. - -2009-03-19 Federico Mena Quintero - - http://bugzilla.gnome.org/show_bug.cgi?id=576006 - The - confirmation dialog from the RANDR plugin can appear behind the - window from gnome-display-properties. This also depends on a - change to gnome-settings-daemon, although it will work with older - g-s-d as well. - - * xrandr-capplet.c (apply): Call the new DBus API for - ApplyConfiguration in org.gnome.SettingsDaemon.XRANDR_2, or the - old one if that fails. - (begin_version2_apply_configuration): New helper function; calls - the new API. - (begin_version1_apply_configuration): New helper function; calls - the old API. - (apply_configuration_returned_cb): If the new API is not - available, try the old one. This makes us compatible with older - versions of gnome-settings-daemon. - (error_message): Allow a NULL secondary_text. - -2009-03-11 Federico Mena Quintero - - http://bugzilla.gnome.org/show_bug.cgi?id=574865 - Crash when - refreshing the RANDR configuration. - - * xrandr-capplet.c (select_current_output_from_dialog_position): - Always set app->current_output; otherwise we could be left with a - dangling pointer to the old current_output (which is invalid after - refreshing the current_configuration). - (on_screen_changed): Null out the current_output when we get a new - RANDR configuration, as it will become obsolete as soon as we free - the old configuration. - -2009-03-11 Gabor Kelemen - - * xrandr-capplet.c: Make the strings of the Rotation dialog appear - translated. Bug #574693. - -==================== 2.25.92 ==================== - -2009-02-21 Jens Granseuer - - * xrandr-capplet.c: (error_message): GTK_DIALOG_NO_SEPARATOR cannot be - used with GtkMessageDialog - -2009-02-19 Federico Mena Quintero - - * xrandr-capplet.c (paint_output): Make "on" monitors have black - text, to be consistent with GnomeRRLabeler's little labels. - -2009-02-08 Jens Granseuer - - * display-capplet.glade: - * display-properties.desktop.in.in: change window title and menu entry - name to "Display"/"Display Preferences" to be consistent with other - settings dialogs (bug #570907) - -2009-02-05 Federico Mena Quintero - - https://bugzilla.novell.com/show_bug.cgi?id=472226 - Don't block - the display capplet's GUI while changing the RANDR configuration. - - * xrandr-capplet.c (struct App): Move the D-bus fields into here, - outside of apply(). - (apply): Use an async D-bus call to gnome-settings-daemon so we - don't block the GUI. Keep the GUI desensitized while the call is - happening. - -2009-02-04 Federico Mena Quintero - - https://bugzilla.novell.com/show_bug.cgi?id=434729 - Realign the - outputs when changing the resolution of one of them, so one - doesn't get overlapping monitors (when the resolution becomes - bigger) or disjoint monitors (when the resolution becomes smaller). - - * xrandr-capplet.c (on_resolution_changed): Align the monitors. - (realign_outputs_after_resolution_change): New function. The - algorithm here could certainly be improved... - -==================== 2.25.90 ==================== - -2009-01-26 Jens Granseuer - - * xrandr-capplet.c: (rebuild_rate_combo), - (rebuild_resolution_combo): don't crash if we don't have an output - (bug #569218) - -2008-12-18 Federico Mena Quintero - - * xrandr-capplet.c (get_output_for_window): Include "off" outputs - in the intersected rectangles. This makes the capplet not select - a new output when changing virtual desktops. - -2008-12-18 Federico Mena Quintero - - https://bugzilla.novell.com/show_bug.cgi?id=433939 - It's not - obvious how to turn on a new monitor. - - * display-capplet.glade: Add On/Off radio buttons for the selected - monitor, as it is hard to find that the on/off state is actually - set by the Resolution combo. - - * xrandr-capplet.c (rebuild_gui): Don't set sensitivity of - resolution_combo here... - (rebuild_resolution_combo): ... but do it here instead. This is - so that we can match the state of the monitor on/off buttons. - (rebuild_on_off_radios): New function. We set the on/off radio - buttons based on the "on" state of the current output. - (monitor_on_off_toggled_cb): New callback; we toggle the current - output's on/off state. - (rebuild_resolution_combo): Desensitize the resolution combo when - the output is off. Don't add an "Off" item to it, either. - -2008-12-18 Federico Mena Quintero - - * xrandr-capplet.c (select_current_output_from_dialog_position): - Fix the type of the "output" variable. - -==================== 2.25.3 ==================== - -2008-12-16 Federico Mena Quintero - - https://bugzilla.novell.com/show_bug.cgi?id=450141 - Help button - in the Display capplet does nothing. - - * xrandr-capplet.c (run_application): Hide the Help button as we - have no help to show for this capplet yet. - (hide_help_button): New function. - -2008-12-16 Frederic Peters - - * xrandr-capplet.c: (select_current_output_from_dialog_position): - Declare variable, fix build. - -2008-12-15 Federico Mena Quintero - - * xrandr-capplet.c (on_screen_changed): Use - select_current_output_from_dialog_position() instead of selecting - an output ourselves. - -2008-12-15 Federico Mena Quintero - - * xrandr-capplet.c (select_current_output_from_dialog_position): - New function. - (dialog_map_event_cb): New GtkWidget::map-event handler for the - toplevel dialog. When the dialog gets mapped, we make the current - output be the one which actually contains the dialog window, so - that the user can edit the monitor which he's looking at. - -2008-12-15 Federico Mena Quintero - - * display-capplet.glade: Put the "Monitor" label inside an event - box, so we can change the background color of the event box. Give - names to both widgets: current_monitor_label, - current_monitor_event_box. - - * xrandr-capplet.c (rebuild_gui): When a monitor is selected, - update the "Monitor" label to include the monitor's name and color - so the user will know which monitor he is editing. - (rebuild_current_monitor_label): New function. - (struct App): New fields current_monitor_label, - current_monitor_event_box. - -2008-12-12 Federico Mena Quintero - - https://bugzilla.novell.com/show_bug.cgi?id=381030 - Prettify the - Display capplet's dialog - - * display-capplet.glade: Use the HIG's recommended colons, - capitalization, and spacing. Use headers to separate the Monitor - options from the Panel icon option. Add instructions on how to - operate the draggable monitors. - -2008-12-12 Federico Mena Quintero - - * xrandr-capplet.c (on_clone_changed): If we turn off "mirror - screens", and if the monitors are still overlapping, lay out the - monitors from left to right so that the user will know that all - the monitors are present. Previously you had to know that you had - to un-overlap them by hand. - (lay_out_outputs_horizontally): New function. - -2008-12-03 Federico Mena Quintero - - * xrandr-capplet.c (rebuild_rotation_combo): Pass a NULL error - argument to gnome_rr_config_applicable; we should really show why - that rotation is not available. - (apply): Use the new DBus interface from the XRANDR plugin in - g-s-d instead of an X client message. Display an error if g-s-d - couldn't apply the monitor configuration. - (gnome_randr_atom): Removed. - (on_detect_displays): Display an error if detecting the displays fails. - (run_application): Display error messages. - -==================== 2.25.2 ==================== - -==================== 2.25.1 ==================== - -Wed Oct 8 21:20:21 2008 S?ren Sandmann - - * scrollarea.c (foo_scroll_area_size_allocate): XOR the old and - the new regions instead of subtracting old from new. Fixes bug - 551566, reported by Christian Persch. - -Wed Oct 8 21:15:04 2008 S?ren Sandmann - - * xrandr-capplet.c: Make use of new clone mode API in - gnome-desktop - -2008-10-08 Christian Persch - - * display-capplet.glade: Correct some HIG problems. - * xrandr-capplet.c: (show_error), (add_key), (run_application): - Remove/#if 0 some unused code. Bug #551511. - -2008-10-07 Jens Granseuer - - * xrandr-capplet.c: (paint_output): fix preview orientation when using - left or right rotation. The XRandR coordinate system is rotated - counter-clockwise (bug #555241) - -2008-09-26 Jens Granseuer - - Patch by: Matt Keenan - - * xrandr-capplet.c: (show_error), (run_application): show an error - dialog instead of crashing when initialization fails due to XRandR - not being available (bug #553762) - -==================== 2.24.0.1 ==================== - -2008-09-06 Jens Granseuer - - Patch by: Bruce Cowan - - * xrandr-capplet.c: (paint_background): use theme colours for the - background (bug #545117) - -2008-08-20 Federico Mena Quintero - - * xrandr-capplet.c (get_display_name): Use "Mirror Screens" - instead of "Cloned Output" in the display of monitors, to be - consistent with the corresponding checkbox from the Glade file. - Fixes https://bugzilla.novell.com/show_bug.cgi?id=381027 - -2008-08-13 Federico Mena Quintero - - * xrandr-capplet.c (paint_output): Instead of using hard-coded - colors for the rectangles that represent the monitors, get the - colors from the GnomeRRLabeler. - -2008-08-13 Federico Mena Quintero - - * xrandr-capplet.c (on_screen_changed): Create a GnomeRRLabeler - based on the current screen configuration, so that the physical - monitors will be labeled while the capplet is up. - (struct App): New field "labeler". - -2008-08-11 Jens Granseuer - - * xrandr-capplet.c: (run_application): fail gracefully if we cannot - get a screen - -2008-08-08 Jens Granseuer - - * xrandr-capplet.c: (on_screen_changed), (rebuild_gui), - (print_edge), (on_output_event), (paint_output), (on_area_paint), - (check_required_virtual_size), (apply), (run_application): replace - all uses of g_print by g_debug - -2008-08-08 Jens Granseuer - - * xrandr-capplet.c: (run_application), (main): don't leak the - application or the GladeXML - -Tue Aug 5 03:19:23 2008 S?ren Sandmann - - * xrandr-capplet.c (paint_output): Draw rotated outputs rotated. - -Tue Jul 29 01:35:31 2008 S?ren Sandmann - - * xrandr-capplet.c: Add a check box to turn on and off display icon. - -Tue Jul 15 18:48:43 2008 S?ren Sandmann - - * xrandr-capplet.c: Don't allow dragging when there is only one - connected monitor. - -Thu Jul 10 14:46:37 2008 S?ren Sandmann - - * main.c: Remove this obsolete file. - - * xrandr-capplet.c: Remove debug spew; add translation. - - * TODO: Various updates. - -2008-06-18 Jens Granseuer - - * scrollarea.h: fix cairo include - -Tue Jun 17 19:51:03 2008 S?ren Sandmann - - * Merge randr-12 to trunk - -Tue Jun 17 18:29:46 2008 S?ren Sandmann - - * Port to changes in gnome-desktop - -2008-06-04 Federico Mena Quintero - - * xrandr-capplet.c (driver_is_randr_10): New function, currently - unused, to detect whether the graphics driver used in the X server - only supports the RANDR 1.0 API. We may find this information - useful to tell the user that not all the features in the capplet - will work as intended, or to actually disable features that won't work. - -2008-05-29 Federico Mena Quintero - - * xrandr-capplet.c (apply): Before applying the settings, check if - the X server supports the Virtual size we need. - (check_required_virtual_size): New function; does the checking - against what the X server supports. - This still needs to present a friendly dialog box. - (compute_virtual_size_for_configuration): New function. - -Wed May 14 18:16:10 2008 S?ren Sandmann - - * xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define - - * scrollarea.[ch]: Add copyright statement - -2008-05-14 Soren Sandmann Pedersen - - * *: Check in new RandR 1.2 enabled capplet - -==================== 2.23.2 ==================== - -2008-02-19 Jens Granseuer - - * main.c: (create_dialog), (save_to_gconf): escape strange hostnames - that we want to use as GConf keys (see bug #517259 for a similar issue - in gnome-settings-daemon) - -2007-10-28 Jens Granseuer - - * main.c: (display_rotation_from_text), (create_rotate_menu): readd gettext - macro that accidentally got stripped - -2007-10-28 Jens Granseuer - - * main.c: (display_rotation_from_text), (get_current_resolution), - (get_current_rate), (get_current_rotation), (wrap_in_label), - (resolution_changed_callback), (generate_rate_menu), - (generate_resolution_menu), (initialize_combo_layout), - (create_rate_menu), (create_rotate_menu), (create_screen_widgets), - (create_dialog), (save_timeout_callback), (run_revert_dialog), - (save_to_gconf), (cb_dialog_response), (main): whitespace cleanup and a - few minor tweaks - -2007-10-27 Jens Granseuer - - * main.c: (free_display_info), (update_display_info), - (read_display_info), (apply_config), (revert_config): revert some of - the previous "clean-up", add some new, and fix another leak - -2007-10-27 Jens Granseuer - - * main.c: (run_revert_dialog), (main): fix string capitalization - -2007-10-27 Jens Granseuer - - * main.c: (free_display_info), (restart_screensaver), - (apply_config), (revert_config), (cb_dialog_response), (main): clean up - code a bit and fix a few leaks - -2007-06-29 Jens Granseuer - - * display-capplet.png: remove - - * Makefile.am: - * display-properties.desktop.in.in: - * icons/16x16/gnome-display-properties.png: - * icons/22x22/gnome-display-properties.png: - * icons/24x24/gnome-display-properties.png: - * icons/32x32/gnome-display-properties.png: - * icons/scalable/gnome-display-properties.svg: - * main.c: (create_dialog): add and use new icon by Jakub Steiner - . Closes bug #375230. - -2007-06-26 Michael Terry - - * Makefile.am, main.c, display-properties.desktop.in.in: Use - icon theme instead of global pixmaps dir for app icon. Closes - bug #450777. - -2007-06-16 Jens Granseuer - - * main.c: (run_revert_dialog), (cb_dialog_response): don't make the - revert dialog transient since it's actually never on screen at the - same time as the main dialog. Closes bug #448160. - -2007-05-22 Jens Granseuer - - * main.c: (get_current_resolution): surivive XRandR returning weird - results for some dual-screen setups. This fixes the crash in bug - #356520, but a proper fix for handling this situation is still - necessary, unless this is just a driver/X bug... - -2007-04-27 Rodrigo Moya - - * display-properties.desktop.in.in: renamed Bugzilla product. - -2007-03-23 Jens Granseuer - - * main.c: (show_resolution): add 720x576 (PAL) to the list of valid - resolutions. Closes bug #325548. - -2007-03-21 Jens Granseuer - - * main.c: uppercase the rotation options. Closes bug #410959. - -2007-03-01 Jens Granseuer - - * main.c: (create_dialog): fix double-free reported by Sandino - Flores-Moreno. Closes bug #413352. - -2007-01-29 Kjartan Maraas - - * main.c: Mark a struct static. - -2006-12-08 Kjartan Maraas - - * main.c: (wrap_in_label), (create_dialog): - Don't leak the resolution. Pass NULL to gtk_label_new - to do less work. Bug #376949. - -2006-09-15 Brian Cameron - - Fixes #356075 - - * main.c (apply_config, revert_config): make sure we never pass - negative values for the rates. - -2006-08-18 Rodrigo Moya - - * main.c (create_dialog): free 'resolution' string after using it, - not before. Found by Kjartan Maraas . - -2006-08-07 Rodrigo Moya - - Fixes #348838 - - * display-properties.desktop.in.in: Fixed GNOME Bugzilla fields. - -2006-08-07 Sebastien Bacher - - * main.c: (create_rotate_menu): fix build with gcc-2.95, - patch by Jens Granseuer (Closes: #347611) - -2005-11-14 Kjartan Maraas - - * main.c: Mark some functions static. - -2005-07-20 Rodrigo Moya - - * main.c (get_screensaver_command): new function to get the correct - screensaver command to run. - (apply_config, revert_config): use gnome-screensaver if available. - -2005-02-08 Sebastien Bacher - - * main.c: (wrap_in_label): - patch by Kjartan Maraas , some code cleanups - (Closes: #166267). - -2004-11-09 Mark McLoughlin - - * Makefile.am: install .desktop file in $(datadir)/applications. - - * display-properties.desktop.in: add OnlyShowIn=GNOME; - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-06-10 David Sede?o - - http://bugzilla.gnome.org/show_bug.cgi?id=136483 - * main.c (run_revert_dialog, cb_dialog_response) : Hide - the configuration dialog and center the confirmation one. - -2004-06-09 David Sede?o - - http://bugzilla.gnome.org/show_bug.cgi?id=137579 - * main.c (main) : Put title to the confirmation dialog box - -2004-05-11 Jody Goldberg - - From ruben@lambda1.be - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140047 - * main.c (main) : s/XServer/X Server/ - and a patch to use g_signal_connect - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-15 Jody Goldberg - - For Alex Larsson : - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119494 - * main.c : fix reverting size change - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-03-02 Fernando Herrera - - http://bugzilla.gnome.org/show_bug.cgi?id=125315 - * main.c: (cb_dialog_response): Point help to the right section - -2004-03-02 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=135908 - * main.c (apply_config) : restart the screensaver - diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog deleted file mode 100644 index ae7be4968..000000000 --- a/capplets/keybindings/ChangeLog +++ /dev/null @@ -1,859 +0,0 @@ -2009-04-02 Jens Granseuer - - * gnome-keybinding-properties.c: (start_editing_kb_cb): make - activating a section header row expand or collapse the section as - expected instead of crashing (bug #577474) - -==================== 2.26.0 ==================== - -2009-03-06 Jens Granseuer - - * gnome-keybinding-properties.glade: fix mnemonics conflict on the - custom shortcut window - -==================== 2.25.92 ==================== - -2009-02-23 Jens Granseuer - - * gnome-keybinding-properties.c: (append_keys_to_tree), - (update_custom_shortcut): for shortcuts without a description simply - show "" instead of (unhelpful) parts of its GConf - path (bug #572808) - -2009-02-20 Jens Granseuer - - * gnome-keybinding-properties.c: (update_custom_shortcut): don't - forget to save the shortcut command, too (bug #572501) - -==================== 2.25.90 ==================== - -2009-01-28 Bastien Nocera - - * gnome-keybinding-properties.c (setup_dialog): Make Enter - work as expected in the custom key shortcut edit dialogue - -2009-01-28 Bastien Nocera - - * gnome-keybinding-properties.c (append_keys_to_tree), - (edit_custom_shortcut), (update_custom_shortcut): Only print - warnings for non-custom keybindings, Set the GConf key for - the description when editing existing custom key shortcuts, - Avoid warnings when the description for a custom key shortcut - is empty - -2009-01-28 Bastien Nocera - - * gnome-keybinding-properties.c (append_keys_to_tree): - Print a warning when a key doesn't have a schema, so no - description, makes debugging things like: - https://bugzilla.redhat.com/show_bug.cgi?id=482813 - easier - -2009-01-25 Jens Granseuer - - * gnome-keybinding-properties.c: (add_custom_shortcut): fix argument - type warnings by casting to appropriate type - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== - -2008-11-11 Matthias Clasen - - * gnome-keybinding-properties.c: Respect the - /desktop/gnome/keybindings/allowed_keys key. - -==================== 2.25.1 ==================== - -Sun Oct 26 18:06:45 2008 Søren Sandmann - - * gnome-keybinding-properties.c (cb_dialog_response): Make it - compile again. - -2008-10-26 Matthias Clasen - - Bug 114796 – binding to arbitrary shell commands - - * gnome-keybinding-properties.c: - * gnome-keybinding-properties.glade: Add UI for adding and - removing named custom shortcuts. - -==================== 2.24.0.1 ==================== - -2008-08-23 Jens Granseuer - - * eggcellrendererkeys.c: - * gnome-keybinding-properties.glade: don't use the term "accelerator" - in the UI (bug #547276) - -2008-07-26 Jens Granseuer - - Based on a patch by: Denis Washington - - * gnome-keybinding-properties.c: (binding_name), (show_error), - (accel_edited_callback): when trying to assign a shortcut that is - already in use, ask the user whether to reassign it instead of - refusing to do anything (bug #133318) - -2008-06-21 Jens Granseuer - - Patch by: Matthias Clasen - - * gnome-keybinding-properties.c: (setup_dialog): - * keybinding.desktop.in.in: update icon name to use what - gnome-icon-theme uses (bug #539338) - -2008-06-01 Jens Granseuer - - * gnome-keybinding-properties.c: (create_dialog), (accel_set_func), - (description_set_func), (keybinding_key_changed), - (keybinding_description_changed), (clear_old_model), - (append_keys_to_tree), (parse_start_tag), - (append_keys_to_tree_from_file), (append_keys_to_tree_from_gconf), - (cb_check_for_uniqueness), (accel_edited_callback), - (accel_cleared_callback), (description_edited_callback), - (real_start_editing_cb), (start_editing_cb), (setup_dialog): - make editing the shortcut action work for custom bindings - -2008-05-31 Jens Granseuer - - * gnome-keybinding-properties.c: (append_keys_to_tree), - (parse_start_tag), (append_keys_to_tree_from_file), - (append_keys_to_tree_from_gconf), (reload_key_entries): add - initial support for editing custom shortcuts (bug #114796). - Adding/deleting shortcuts is not yet possible - -2008-05-29 William Jon McCann - - * eggcellrendererkeys.c (egg_cell_renderer_keys_class_init): - Don't use deprecated GTK+ symbol. - -==================== 2.23.2 ==================== - -2008-04-01 Jens Granseuer - - * gnome-keybinding-properties.c: (get_real_model), (clear_old_model), - (append_keys_to_tree), (accel_edited_callback): get rid of unneeded - sort model indirection - -2008-03-31 Bastien Nocera - - * eggcellrendererkeys.c (grab_key_callback): Fix Esc and Backspace - being bindable when Caps Lock is on (Closes: #524813) - -2008-03-31 Bastien Nocera - - * gnome-keybinding-properties.c (append_keys_to_tree_from_file): - Fix category headers not appearing properly in the - treeview when using a non-UTF-8 locale (Closes: #513988) - -2008-03-29 Jens Granseuer - - * eggaccelerators.c: (egg_accelerator_parse_virtual): sync with - gnome-settings-daemon - -2008-03-29 Jens Granseuer - - * eggaccelerators.c: (egg_accelerator_parse_virtual), - (egg_virtual_accelerator_name), (egg_virtual_accelerator_label), - (egg_keymap_resolve_virtual_modifiers), - (egg_keymap_virtualize_modifiers), (reload_modmap), - (egg_keymap_get_modmap): - * eggaccelerators.h: fix mismatched modifier mapping between egg - and GTK (so that e.g. works) and replace some custom - functionality with stock GTK - -2008-03-15 Jens Granseuer - - * gnome-keybinding-properties.c: (accel_edited_callback), - (accel_cleared_callback), (start_editing_cb), - (maybe_block_accels), (setup_dialog): stop widget accelerators - from activating while the user is entering a new shortcut. This - allows binding shortcuts that are used as accels in the capplet - dialog, e.g. for the Help and Close buttons (bug #313228) - -2008-03-14 Jens Granseuer - - * gnome-keybinding-properties.c: (append_keys_to_tree_from_file): - remove debugging output - -2008-02-02 Luca Ferretti - - reviewed by: Jens Granseuer - - * 00-multimedia-key.xml.in: - * 01-desktop-key.xml.in: - Move Launch Calculator to Desktop group and sort - all launch_app keybing together (Closes: #513867) - -2007-10-31 Kjartan Maraas - - * Makefile.am: Distcheck fixes. - -2007-08-05 Bastien Nocera - - reviewed by: Jens Granseuer - - * gnome-keybinding-properties.c: (keyval_is_forbidden), - (accel_edited_callback): Make the arrows and tabs unbindable - without a modifier (Closes: #463433) - -2007-06-14 Jens Granseuer - - * gnome-keybinding-properties.c: (setup_dialog): fix GConf - notification - -2007-05-02 Jens Granseuer - - * gnome-keybinding-properties.c: (main): add g_thread_init as - required by glib - -2007-05-02 Bastien Nocera - - * gnome-keybindings.pc.in: Fix keysdir substitution, as - reported by Christian Persch - (Closes: #434591) - -2007-04-30 Bastien Nocera - - * Makefile.am: upd - * gnome-keybindings.pc.in: add a noarch pkgconfig file to allow - applications to know where to add their keybindings - (Closes: #434591) - -2007-04-27 Rodrigo Moya - - * keybinding.desktop.in.in: renamed Bugzilla product. - -2007-04-05 Bastien Nocera - - * 50-metacity-desktop-key.xml.in: - * 50-metacity-key.xml.in: - * Makefile.am: Remove the metacity keybindings definitions, they're - in metacity now - -2007-03-21 Bastien Nocera - - * gnome-keybinding-properties.c: (reload_key_entries): - Prepend the directory name before loading the files, otherwise, we're - loading them from the current directory, spotted by Fernando Herrera - (Closes: #420796) - -2007-03-19 Bastien Nocera - - * Makefile.am: - * gnome-keybinding-properties.c: (reload_key_entries): - Fix the path from which we'd load the keybindings - -2007-02-19 Jens Granseuer - - * gnome-keybinding-properties.c: (clear_old_model): clear GConf client - cache before reloading since cached values don't pass the schema name - along which can make entries vanish from the list (fixes bug 394776) - -2007-02-08 Mariano Su?rez-Alvarez - - * gnome-keybinding-properties.c (metacity_key_list): added - gconf:/apps/metacity/global_keybindings/cycle_group - -2007-02-07 Mariano Su?rez-Alvarez - - * gnome-keybinding-properties.c (clear_old_model, reload_key_entries, - cb_dialog_response, setup_dialog, main): organize the way things a cleared - at exit time so as to avoid warnings. (fixes bug 405175) - -2007-02-04 Jens Granseuer - - * gnome-keybinding-properties.c: (keyentry_sort_func), - (clear_old_model), (setup_dialog): clean up sorting to not use an - imaginary column; change accel sort order to move disabled actions - to the back of the list and also speed up sorting a bit - -2007-02-04 Jens Granseuer - - * eggaccelerators.c: (egg_virtual_accelerator_name), - (egg_virtual_accelerator_label): - * eggaccelerators.h: - * eggcellrendererkeys.c: (convert_keysym_state_to_string): - * gnome-keybinding-properties.c: (binding_name), - (accel_edited_callback): support localized key names (interim fix - for #145346) - -2007-02-03 Jens Granseuer - - * gnome-keybinding-properties.c: (accel_edited_callback): filter - out CapsLock modifiers since it's otherwise possible to set the - same accel for several actions (fixes #350424) - -2007-02-02 Jens Granseuer - - * gnome-keybinding-properties.c: (accel_edited_callback): blacklist - numbers, space, and tab as accels (fixes #359092) - -2007-01-31 Jens Granseuer - - * gnome-keybinding-properties.c: (main): remove left-over call to - gnome_theme_init(). The rest of the code dealing with (key) themes - has been removed back in 2004... (fixes #157452) - -2007-01-30 Jens Granseuer - - * gnome-keybinding-properties.c: (accel_edited_callback): issue a - sensible error message when trying to use unmodified keybindings - (fixes #328152) - -2007-01-21 Thomas Wood - - * keybinding.desktop.in.in: Corrected category entry - -2007-01-10 Rodrigo Moya - - Fixes #394824 - - Patch by Jens Granseuer - - * gnome-keybinding-properties.c (key_entry_controlling_key_changed, - setup_dialog, main): fixed leaks. - -2007-01-08 Rodrigo Moya - - * gnome-keybinding-properties.c (create_dialog, clear_old_model): - moved gtk_scrolled_window_ call back to its correct place. - -2007-01-08 Rodrigo Moya - - Fixes #128158 - - Patch by Jens Granseuer - - * gnome-keybinding-properties.c (create_dialog): set scrolled window - policy to _NEVER. - (clear_old_model): euse the existing model instead of discarding and - rebuilding it. - (main): don't leak the GnomeProgram. - -2006-07-27 Gary Coady - - Fixes #333576 - - * gnome-keybinding-properties.c (accel_edited_callback): don't assume - defines are contiguous. - -2006-07-23 Sebastien Bacher - - * keybinding.desktop.in.in: don't list the Application category, - patch by Vincent Fretin (Closes: #344321) - -2006-04-27 Bastien Nocera - - * gnome-keybinding-properties.c: remove brightness keybindings, as - they duplicate with gnome-power-manager's (greater) functionality - (Closes: #339857) - -2006-01-30 Rodrigo Moya - - * actions/acme.h: - * gnome-keybinding-properties.c: reverted commit from 2006-01-11. - -2006-01-22 Bastien Nocera - - * gnome-keybinding-properties.c: (accel_edited_callback): - Refuse to bind letter keys without a modifier (Closes: #86956) - -2006-01-11 Sebastien Bacher - - * gnome-keybinding-properties.c: - drop the keysym/keycode binding code, it's an hack and - doesn't work fine, patch by Bastien Nocera - (Closes: #133815) - -2005-11-14 Kjartan Maraas - - * eggcellrendererkeys.c: (egg_cell_renderer_keys_set_accelerator): - Remove some unused code. - * gnome-keybinding-properties.c: (should_show_key): Mark some - arrays static. - -2005-02-08 Sebastien Bacher - - * eggcellrendererkeys.c: (egg_cell_renderer_keys_start_editing): - patch by Kjartan Maraas , some code cleanups - (Closes: #166267). - -2005-01-13 Sebastien Bacher - - * gnome-keybinding-properties.c: (start_editing_kb_cb), - (setup_dialog): edit the keybinding when "enter" is pressed - (Closes: #127992). - -2005-01-02 Sebastien Bacher - - * gnome-keybinding-properties.glade: - patch from Heikki Paajanen (based on the patch - from Andrew Johnson ) - to not set "close" as the default button (Closes: #98202). - -2004-11-30 Bastien Nocera - - * eggcellrendererkeys.c: (grab_key_callback): Patch from - Michal Bukovjan to handle backspace in multi- - layout setups correctly (Closes: #154492) - -2004-11-09 Mark McLoughlin - - * Makefile.am: install .desktop file in $(datadir)/applications - - * keybinding.desktop.in: add OnlyShowIn=GNOME; - -2004-10-17 Vincent Untz - - * gnome-keybinding-properties.c: add the keybinding to launch a - terminal - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-08-20 Frederic Crozat - - * gnome-keybinding-properties.c: (setup_dialog): - Use themed icon for WM hint. - -2004-07-23 David Sede?o - - http://bugzilla.gnome.org/show_bug.cgi?id=148208 - * gnome-keybinding-properties.glade: Expand to false to the hbox1 - -2004-05-09 Jody Goldberg - - For : Michael Terry - http://bugzilla.gnome.org/show_bug.cgi?id=99529 - * gnome-keybinding-properties.c : remove functions dealing with - the keyboard theme - * gnome-keybinding-properties.glade : remove keyboard theme option - box and keyboard shortcut label - -2004-04-16 Jody Goldberg - - From paolo borelli : - http://bugzilla.gnome.org/show_bug.cgi?id=139723 - * gnome-keybinding-properties.c (accel_edited_callback) : fix leak - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-15 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=139605 - * eggcellrendererkeys.c (grab_key_callback) : mouse buttons should not - be valid modifiers. - -2004-04-06 Jody Goldberg - - * gnome-keybinding-properties.c (cb_check_for_uniqueness) : Really fix - this time to capture the vagaries of keys with and without names. - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-04-01 Jody Goldberg - - * gnome-keybinding-properties.c (accel_edited_callback) : Use a cancel - button on the 'already used' dialog so that escape will close it. - (cb_check_for_uniqueness) : fix brokeness. It is entirely possible - for keycode on loaded keys to be '0' - -2003-12-30 Sven Herzberg - - * capplets/keybindings/eggcellrendererkeys.c : change the "Type a - new accelerator..." tooltip to a shorter form "". - * capplets/keybindings/gnome-keybindings-properties.gladei : add an - explanation on how use the capplet. - This is based upon the work of Emmanuel Pacaud - - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-22 Jody Goldberg - - * gnome-keybinding-properties.c (reload_key_entries) : split the - obvious media keys into a distinct category. Call it 'Sound' to - avoid string freeze problems. - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-17 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=128164 - * gnome-keybinding-properties.c (accel_edited_callback) : don't use - get_real_model. The selection is based on the sorted model. - (accel_cleared_callback) : ditto, and fix a leak while I'm in here. - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-12 Mark McLoughlin - - * gnome-keybinding-properties.c: (cb_dialog_response): Update help link - to point to user-guide.xml - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -Tue Nov 18 12:23:26 2003 Jonathan Blandford - - * eggcellrendererkeys.[ch]: Patch from Bastien Nocera to to handle - keycodes as well as keysyms. - - * eggaccelerators.[ch]: handle keycodes. - - * gnome-keybinding-properties.c: handle keycodes. - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-08-01 Dennis Cranston - - * gnome-keybinding-properties.glade: Patch to fix spacing between - action area and vbox of preferences dialog. - -Fri Jul 25 16:29:29 2003 Jonathan Blandford - - * gnome-keybinding-properties.c (desktop_key_list): Patch from - Ghee Teo to move the key bindings to the right place. - -2003-07-11 Dennis Cranston - - * gnome-keybinding-properties.glade: Minor HIG widget padding - adjustments. - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-07-03 Kjartan Maraas - - * eggcellrendererkeys.c: (egg_cell_renderer_keys_set_accelerator): - Merge leak fix from stable. - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-04-30 Kjartan Maraas - - * gnome-keybinding-properties.c: (make_key_theme_menu_item): Mark - string for translation. Patch from Hidetoshi Tajima. - Fixes bug #106560. - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -2003-01-21 Shivram U - - * gnome-keybindings-properties.c (append_keys_to_tree): Set the size - request of the shortcuts treeview instead of the the actions scrolled - window. (#103962) - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -Mon Jan 13 15:14:22 2003 Jonathan Blandford - - * gnome-keybinding-properties.c (main): gnome_theme_init() added. - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2003-01-03 Havoc Pennington - - * gnome-keybinding-properties.c (metacity_key_list): add - vertical/horizontal maximize (this adds no strings or features, - just fixes the list being out of sync with metacity) - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-12-04 Havoc Pennington - - * gnome-keybinding-properties.glade: set all the spacings to 12 as - per HIG - -2002-12-04 Havoc Pennington - - * gnome-keybinding-properties.c (clear_old_model): create a sort - model for the treeview. - -2002-12-03 Havoc Pennington - - * gnome-keybinding-properties.c (append_keys_to_tree): store - description in the KeyEntry - (cb_check_for_uniqueness): don't complain if a key is a duplicate - of itself. - (accel_edited_callback): use human-readable key name in the error - message, not the gconf key. Reword error message to say "shortcut" - like the other text in the dialog. Allow duplicate disabled keys - (keyval == 0) - (accel_edited_callback): the passed-in mask is an - EggVirtualModifierType. - (struct KeyEntry): the mask is an EggVirtualModifierType - (binding_name): use egg_virtual_accelerator_name() not - gtk_accelerator_name(). - (binding_from_string): use egg_accelerator_parse_virtual - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -Thu Nov 14 19:01:39 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (setup_dialog): there's no need - for it to be resizable, as we have GTK_POLICY_NEVER for the - hadjustment. - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-09-27 Jody Goldberg - - * gnome-keybinding-properties.c (cb_check_for_uniqueness) : new. - (accel_edited_callback) : don't let a user enter duplicate - accelerators for different actions. - -Fri Nov 1 17:46:06 2002 Jonathan Blandford - - * gnome-keybinding-properties.c: move to use gnome-theme-info - instead of theme-common. - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-09-29 Havoc Pennington - - * eggaccelerators.c: update from libegg to get fix from Ralph - Loader for parsing, #93005 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-21 Deepa Natarajan - - * gnome-keybinding-properties.c: Added [un]maximize metacity bindings. - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -Mon Aug 19 17:54:07 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (metacity_key_list): fix bindings - to match metacity. - -2002-08-15 Jody Goldberg - - * gnome-keybinding-properties.c : Add a pile of missing metacity - bindings. - -2002-08-10 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=83334 - * eggcellrendererkeys.c : do it the easy way and just update the - libegg code. - -2002-08-08 Seth Nickell - - * gnome-keybinding-properties.glade: - - Set border widths correctly so things align nicely. - -2002-06-27 Jody Goldberg - - * gnome-keybinding-properties.c (setup_dialog) : fix and move the code - into capplet_set_icon. - -2002-06-26 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=86575 - * gnome-keybinding-properties.c (setup_dialog) : handle missing - pixmaps more smoothly. - -2002-06-21 Stephen Browne - - * gnome-keybinding-properties.c : moved metacity detection - out of here and into a more generic API in capplets/common/wm-common.c - - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-05-29 Jody Goldberg - - * gnome-keybinding-properties.c (cb_dialog_response) : fix return type. - -2002-05-28 Satyajit Kanungo - - * gnome-keybinding-properties.glade : Added a help button - - * gnome-keybinding-properties.c : Put the help callback to get - the help document from user-guide. - - -Sun May 26 11:01:28 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (main): use APPID instead of - argv[0] - -2002-05-24 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=82850 - * gnome-keybinding-properties.c (setup_dialog) : some protection - against faulty installs. - -Tue May 21 19:36:13 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (accel_edited_callback): - handle the new eggcellrendererkeys signal. - -Sat May 18 18:25:02 2002 Jonathan Blandford - - * gnome-keybinding-properties.c: (append_keys_to_tree), - (setup_dialog): Add default icon. Don't disalow closing - expanders. Implement ui-review suggestions. - - * gnome-keybinding-properties.glade: Implement ui-review - suggestions. - -Thu May 16 19:49:26 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (start_editing_cb): evil, evil - hack to insta-edit. Should be removed for GTK 2.2 - (keybinding_key_changed_foreach): notify when we update the tree. - -2002-05-10 Jody Goldberg - - * gnome-keybinding-properties.glade : Merge in the atk patch. - -2002-05-09 Kjartan Maraas - - * gnome-keybindings-properties.c (accel_edited_callback): Mark - a string for translation. - -2002-05-06 Anders Carlsson - - * gnome-keybinding-properties.c (get_wm_name): It's true that - g_utf8_validate doesn't like '\000' in strings, but that should - be fixed in the programs that set the hints. (Eg Metacity). - -Sun May 5 22:15:18 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (get_wm_name): g_utf8_validate - doesn't like the '\000' in strings. - -2002-05-06 Anders Carlsson - - * eggcellrendererkeys.c: (grab_key_callback), (ungrab_stuff), - (pointless_eventbox_start_editing), - (egg_cell_renderer_keys_start_editing): - * eggcellrendererkeys.h: - Update to latest eggcellrendererkeys. - - * gnome-keybinding-properties.c: (get_wm_name), - (is_metacity_running), (update_wm_window), - (wm_window_event_filter), (initialize_wm_handling), - (binding_from_string), (accel_set_func), (keybinding_key_changed), - (clear_old_model), (count_rows_foreach), (should_show_key), - (append_keys_to_tree), (reload_key_entries), - (key_entry_controlling_key_changed), (disable_collapsing_cb), - (setup_dialog), (main): - * gnome-keybinding-properties.glade: - Hard-code the list of keybindings. Add Metacity keybindings - and code for handling WM changes. - -2002-04-26 Havoc Pennington - - * gnome-keybinding-properties.c (append_keys_to_tree): fix - non-use of accessor functions. - -Fri Apr 19 20:07:11 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (append_keys_to_tree): - ensure_style before calling size_request. - -Thu Apr 18 17:56:12 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (theme_changed_func): handle new - theme-changeing code. - -2002-04-11 Jacob Berkman - - * Makefile.am (EXTRA_DIST): add pixmap - -2002-04-10 Seth Nickell - - * Makefile.am: - * keybinding.desktop.in: - * keyboard-shortcut.png: - - Add a piss-poor-at-small-sizes-but-better-than-nothing - icon. - -Sat Apr 6 11:57:50 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (setup_dialog): man, was this code - silly. Also, themes are case sensitive. - (is_metacity_running): Add support for metacity keybindings. This - is off by default until I write code to actually detect metacity. - -2002-03-29 Jody Goldberg - - * gnome-keybinding-properties.c (create_dialog) : remove the startup - warning caused by looking in the current directory for the glade file. - (key_theme_changed) : add some protection for missing schemas. - -Tue Mar 26 23:27:24 2002 Jonathan Blandford - - * gnome-keybinding-properties.c (setup_dialog): Only show themes - if they actually have a keybinding. Also, initialize the keytheme - correctly. - -2002-03-26 Seth Nickell - - * keybinding.desktop.in: - - Use "keyboard shortcuts" to match the window title diff --git a/capplets/keyboard/ChangeLog b/capplets/keyboard/ChangeLog deleted file mode 100644 index c95ab435b..000000000 --- a/capplets/keyboard/ChangeLog +++ /dev/null @@ -1,1187 +0,0 @@ -2009-06-29 Sergey Udaltsov - - * gnome-keyboard-properties-xkb.c, - gnome-keyboard-properties-xkbltadd.c: optionally load extras layouts - from xk-c (feature of libxklavier 4.0) - -==================== 2.25.92 ==================== - -2009-02-27 Jens Granseuer - - * gnome-keyboard-properties.c: (create_dialog): remove sound - notifications button icon that no longer exists (bug #570906) - -2009-02-14 Sergey Udaltsov - - * gnome-keyboard-properties-xkbltadd.c: fixed initial preview, - http://bugzilla.gnome.org/show_bug.cgi?id=550721 - (actual patch by Matthias Clasen) - -2009-02-11 Matthias Clasen - - Bug 564998 – Visual bell settings went away - - * gnome-keyboard-properties-a11y.c: - * gnome-keyboard-properties.glade: Add visual bell controls to the - Audio Feedback dialog on the a11y tab. - -2009-02-07 Sergey Udaltsov - - * gnome-keyboard-properties-xkbot.c, gnome-keyboard-properties.glade: - restored (now functioning) help button in Options, - http://bugzilla.gnome.org/show_bug.cgi?id=556952 - -==================== 2.25.90 ==================== - -2009-01-30 Jens Granseuer - - * gnome-keyboard-properties.glade: allow setting a repeat delay of - up to 2 seconds (bug #569612) - -2009-01-16 Sergey Udaltsov - - * gnome-keyboard-properties.glade: hide help button in Options, - http://bugzilla.gnome.org/show_bug.cgi?id=556952 - -2009-01-10 Sergey Udaltsov - - * gnome-keyboard-properties-xkbot.c: sort options by description - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -2008-10-27 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c, gnome-keyboard-properties.glade: - hide/show the "Default" column depending on the "layout per window" - checkbox, http://bugzilla.gnome.org/show_bug.cgi?id=555261 - -2008-10-26 Jens Granseuer - - * gnome-keyboard-properties-xkbot.c: (xkb_options_popup_dialog): - declare variable at beginning of code block, fixes build with gcc 2.x - -2008-10-26 Jens Granseuer - - * gnome-keyboard-properties-xkbot.c: (option_focused_cb), - (xkb_options_add_option), (xkb_options_add_group): - * gnome-keyboard-properties.glade: scroll the options window when the - keyboard focus moves out of the visible part (bug #557944) - -Fri Oct 24 19:38:52 2008 Søren Sandmann - - * gnome-keyboard-properties.c: Don't include gnome.h - -Fri Oct 24 19:16:10 2008 Søren Sandmann - - * gnome-keyboard-properties.c (main): Remove copying of legacy settings - -2008-10-24 Sergey Udaltsov - - * gnome-keyboard-properties-xkbot.c: Small fix - remember sorted list - of expanders (in properties) - -2008-10-19 Jens Granseuer - - * gnome-keyboard-properties-a11y.c: (setup_a11y_tabs): actually connect - the stickykeys_two_key_off button (bug #556818) - -2008-10-19 Sergey Udaltsov - - * gnome-keyboard-properties-xkbot.c: Update group expander - highlighting dynamically - -2008-10-18 Sergey Udaltsov - - * gnome-keyboard-properties-xkbot.c: fixed group sorting, using group - name as is, without formatting - -==================== 2.24.0.1 ==================== - -2008-09-21 Jens Granseuer - - * gnome-keyboard-properties.glade: set GtkAdjustment page size to 0 - to avoid problems due to newly enforced value boundaries in GTK+ - 2.14. See bug #551740 for a description of the problem. - -2008-09-11 Sergey Udaltsov - - * gnome-keyboard-properties.glade: small UI polish by Christian - Persch (#551871), mnemonic fixed - -2008-09-05 Sergey Udaltsov - - * gnome-keyboard-properties-xkb.c, gnome-keyboard-properties-xkblt.c: - using the fact that latest libxklavier returns descriptions in UTF-8, - no need to convert in 8-bit locales - -2008-09-03 Sergey Udaltsov - - * gnome-keyboard-properties-xkbltadd.c: chosing first variant by - default (#550722) - -2008-07-27 Matthias Clasen - - * gnome-keyboard-properties.c: Revert this for now, since - gnome-icon-theme doesn't actually ship the standard icon yet. - -2008-07-27 Matthias Clasen - - * gnome-keyboard-properties.c: Use standard icon name for the - "Audio Feedback" button. (#544922) - -2008-06-21 Jens Granseuer - - Patch by: Matthias Clasen - - * gnome-keyboard-properties.c: (main): - * keyboard.desktop.in.in: use standard icon name from the icon naming - spec (bug #539340) - -==================== 2.23.2 ==================== - -2008-04-28 Sergey Udaltsov - - * gnome-keyboard-properties-iso.c: removed unneeded file - * gnome-keyboard-properties.glade, - gnome-keyboard-properties-xkbltadd.c: some polish in layout and code. - No more "statistical" highlighting for languages, second tab is - disabled if there are no languages - -2008-04-27 Sergey Udaltsov - - * gnome-keyboard-properties-xkb.h, gnome-keyboard-properties-iso.c, - gnome-keyboard-xkbpv.c, gnome-keyboard-properties.glade, - gnome-keyboard-properties-xkbltadd.c, Makefile.am: Added sorting by - language and country - -2008-04-24 Thomas Wood - - * gnome-keyboard-properties-xkbot.c: (xkb_options_load_options), - (xkb_options_popup_dialog): - * gnome-keyboard-properties.glade: - - Don't close the Keyboard Layout Options window when the Help button is - clicked. (bug #529772). - -2008-04-14 Sergey Udaltsov - - * gnome-keyboard-properties-xkb.c: getting rid of unneeded backup - function - -2008-03-27 Jens Granseuer - - * gnome-keyboard-properties-a11y.c: (setup_a11y_tabs): - * gnome-keyboard-properties.c: (create_dialog), (setup_dialog): - * gnome-keyboard-properties.glade: fix various string and layout - issues (bug #521826) - -2008-03-24 Jens Granseuer - - * gnome-keyboard-properties.c: (setup_dialog): don't show the typing - break tab if the typing monitor is not available (bug #524034) - -2008-03-19 Jens Granseuer - - * gnome-keyboard-properties-xkblt.c: - (xkb_layouts_dnd_data_received): don't crash when called for a - drag with no selected items (bug #523379) - -2008-03-01 Jens Granseuer - - * gnome-keyboard-properties-a11y.c: - (notifications_button_clicked_cb), - (mousekeys_accel_time_to_widget), - (mousekeys_accel_time_from_widget), (setup_a11y_tabs): fix leaks - and remove unnecessary casts - -2008-02-05 Jens Granseuer - - * gnome-keyboard-properties.glade: don't mark padding strings as - translatable (bug #514598) - -2008-01-25 Jens Granseuer - - * Makefile.am: - * keyboard-bell.png: - * keyboard-cursor.png: - * keyboard-repeat.png: - * keyboard-volume.png: remove obsolete icons - * gnome-keyboard-properties.c: (setup_dialog): don't initialize - our custom stock icons since we don't use them any longer - -2008-01-16 Denis Washington - - * gnome-keyboard-properties.glade: - Don't mark stock labels as translatable. (Bug #508270) - -2008-01-14 Rodrigo Moya - - * Makefile.am: added missing headers to SOURCES. - -2008-01-14 Denis Washington - - * gnome-keyboard-properties.glade: - Move "Type to test settings" entry beneath the notebook to make it - easily accessible from all tabs. (Also handy for layout and a11y - preferences.) - -2008-01-02 Denis Washington - - * gnome-keyboard-properties.c: Add --a11y command-line option to - show the Accessibility tab when started. - -2008-01-02 Denis Washington - - Merge all keyboard accessibility options into the keyboard capplet. - - * gnome-keyboard-properties-a11y.[ch]: added - * gnome-keyboard-properties.c: Remove the "Accessibility..." button, - all a11y features are in the Keyboard dialog now. - -2007-12-17 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c, gnome-keyboard-properties-xkb.h, - gnome-keyboard-properties-xkbpv.c, - gnome-keyboard-properties-xkbltadd.c: moved printing to libgnomekbd - (2.21.4.1) - -2007-12-14 Jens Granseuer - - * gnome-keyboard-properties-xkbpv.c: - (xkb_layout_preview_draw_page): try to make the printed header more - self-explanatory (bug #503598) - -2007-12-11 Sergey Udaltsov - - * gnome-keyboard-properties-xkb.c, gnome-keyboard-properties-xkblt.c, - gnome-keyboard-properties-xkb.h, gnome-keyboard-properties-xkbpv.c, - gnome-keyboard-properties.glade, gnome-keyboard-properties-xkbltadd.c: - making printing available, - http://bugzilla.gnome.org/show_bug.cgi?id=502961 - -2007-12-06 Jens Granseuer - - * gnome-keyboard-properties.glade: don't mark padding strings and stock - items for translation (bug #502087) - -2007-11-11 Jens Granseuer - - * gnome-keyboard-properties.glade: the fine line between text fields - and text boxes seems rather irrelevant here - -2007-11-03 Jens Granseuer - - * gnome-keyboard-properties.glade: don't include keyboard model - description in glade file - -2007-11-03 Jens Granseuer - - * gnome-keyboard-properties-xkb.c: (set_model_text): fix left-over - GTK_ENTRY use from last commit - -2007-11-03 Denis Washington - - * gnome-keyboard-properties-xkb.c: - * gnome-keyboard-properties.glade: Replace text entry and - "Choose..." button for keyboard model with a single chooser - button. - -2007-11-03 Jens Granseuer - - * gnome-keyboard-properties.glade: rename first tab to "General" - -2007-11-03 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c, gnome-keyboard-properties-xkb.c, - gnome-keyboard-properties-xkbot.c, gnome-keyboard-properties-xkb.h, - gnome-keyboard-properties-xkbpv.c, gnome-keyboard-properties.glade, - gnome-keyboard-properties-xkbltadd.c, gnome-keyboard-properties.c: - moving layout options to separate popup, according to Denis's mockups. - -2007-10-31 Kjartan Maraas - - * gnome-keyboard-properties-xkblt.c: - (xkb_layouts_prepare_selected_tree): - Fix warnings from sparse. Don't use deprecated signal - api from gtk+. - -2007-08-26 Sergey Udaltsov - - * gnome-keyboard-properties.glade: make Add label translatable, - http://bugzilla.gnome.org/show_bug.cgi?id=470516 - -2007-08-14 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c: disabling "delete" button for - number of selected layouts < 1. - http://bugzilla.gnome.org/show_bug.cgi?id=466749 - -2007-07-24 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c, gnome-keyboard-properties.glade: - eliminating up/down buttons in the layout list, making it look nicer. - -2007-07-23 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c: Implementing DND in the selected - layouts list. http://bugzilla.gnome.org/show_bug.cgi?id=351936 - -2007-07-11 Sergey Udaltsov - - * gnome-keyboard-properties-xkb.h, gnome-keyboard-properties-xkbpv.c, - gnome-keyboard-properties.glade, gnome-keyboard-properties-xkbltadd.c: - improving the layout and sorting, thanks to Christian, - http://bugzilla.gnome.org/show_bug.cgi?id=455353 - * gnome-keyboard-properties.glade: s/group/layout/ - because - xkeyboard-config is going to have all UI strings as "layout". - * gnome-keyboard-properties-xkblt.c: redraw the selected layouts - window when "Separate layout per window" is toggled - otherwise - "Default" radios are not repainted - -2007-05-19 Sergey Udaltsov - - * gnome-keyboard-properties-xkbmc.c: make things buildable with - libxklavier 3.2 - * gnome-keyboard-properties-xkb.c, - gnome-keyboard-properties-xkbltadd.c: XklConfigItem is a GObject, so - it has to be properly built (not on the stack but in heap) - -2007-05-17 Sergey Udaltsov - - * gnome-keyboard-properties-xkbmc.c, gnome-keyboard-properties.glade: - adding vendor list to the box (option, if there are vendors in - base.xml) - -2007-05-05 Jens Granseuer - - * gnome-keyboard-properties.c: (create_dialog): - * gnome-keyboard-properties.glade: set button images via code instead - of relying on glade, so they respect the gtk-button-images xsetting - -2007-04-27 Rodrigo Moya - - * keyboard.desktop.in.in: renamed Bugzilla product. - -2007-03-27 Sergey Udaltsov - - * gnome-keyboard-properties-xkb.h, gnome-keyboard-properties-xkbpv.c, - gnome-keyboard-properties.glade, gnome-keyboard-properties-xkbltadd.c: - new version of the layout chooser, comboboxentry-based. Fully - functional (I hope). - -2007-03-21 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c, Makefile.am, - gnome-keyboard-properties-xkbltadd.c: split the layout chooser into - separate C file - -2007-03-18 Jens Granseuer - - Patch by: Andreas Koehler - - * gnome-keyboard-properties.glade: use automatic instead of always - scrollbar policy for the layout selection dialog (fixes #345884) - -2007-03-18 Jens Granseuer - - * gnome-keyboard-properties-xkblt.c: - (xkb_layouts_prepare_selected_tree): use a radio button instead of a - checkbox to indicate the default layout. Fixes #389469. - -2007-02-23 Jens Granseuer - - * gnome-keyboard-properties-xkblt.c: (def_group_in_gconf_changed): - add another NULL check. Should really fix #398631. - -2007-01-21 Sergey Udaltsov - - * gnome-keyboard-properties-xkblt.c: the capplet should not crash if - default group is not set in GConf (i.e. GConf part of the g-c-c - installation failed for some reason). Closing #398631 - -2007-01-07 Kjartan Maraas - - * gnome-keyboard-properties.c: (main): Fix a typo. - -2007-01-06 Lucas Rocha - - Fixes #336286 - - * gnome-keyboard-properties.c (main): switched from popt to GOptionContext. - -2006-09-15 Rodrigo Moya - - Fixes #356074 - - * gnome-keyboard-properties-xkb.c (set_model_text): make sure 'model' - is never NULL. Original patch from Brian Cameron . - -2006-08-07 Rodrigo Moya - - Fixes #348847 - - * keyboard.desktop.in.in: fixed GNOME Bugzilla strings. - -2006-07-23 Sebastien Bacher - - * keyboard.desktop.in.in: - don't list the Application category, list the HardwareSettings one, - patch by Vincent Fretin (Closes: #344321) - -2006-07-08 Sergey Udaltsov - - * gnome-keyboard-properties.glade: making model choser button more - verbose. Closing #335833 - -2006-07-06 Sergey Udaltsov - - Fixing the build process - -2006-06-25 Sergey Udaltsov - - *.c: massive libgswitchit API change - (following standard GNOME naming conventions) - -2006-04-22 Sergey Udaltsov - - gnome-keyboard-properties-xkblt.c: - Layout Preview window saves/restores geometry - -2006-03-02 Sergey Udaltsov - - Fixes #336396 - - * gnome-keyboard-properties-xkblt.c: fixed the buttons sensitivity - change. - -2006-01-26 Rodrigo Moya - - Fixes #328748 - - * gnome-keyboard-properties.c (blink_to_widget): remove space - before punctuation. - -2006-01-22 Rodrigo Moya - - Fixes #168790 - - * gnome-keyboard-properties.c (accessibility_button_clicked): dont - use "capplet" in user-visible strings. - -2006-01-09 Sergey Udaltsov - - Fixes bug #326275 - * gnome-keyboard-properties.glade: fixing the window title - capitalization - -2006-01-08 Sergey Udaltsov - - Fixes bug #326137 - * gnome-keyboard-properties.glade: making the window a bit larger - -2006-01-03 Jaap A. Haitsma - - Fixes bug #321549 - - * gnome-keyboard-properties.c (create_dialog): don't leak - GtkSizeGroup's. - -2005-11-14 Kjartan Maraas - - * gnome-keyboard-properties.c: (setup_dialog): Remove unused - code. - -2005-10-24 Muktha - - Fixes part of #90932 - - * gnome-keyboard-properties.glade: added accessible_description to - some widgets. - -2005-07-15 Mark McLoughlin - - Re-work the way some of the XKB GConf keys are handled. - See bug #310513 - - * gnome-keyboard-properties-xkb.c: - (set_model_text), (model_key_changed), (setup_model_entry), - (setup_xkb_tabs): make the "model" entry not be a peditor - to we can correctly display the XKB default if the GConf - key is unset. - (enable_disable_restoring): update for API change. - (reset_to_defaults): reset to defaults by unsetting the - GConf keys rather than setting overrideSettings to true. - - * gnome-keyboard-properties-xkblt.c: - (xkb_layouts_get_selected_list): if the "layouts" key is unset, - use the layouts list from the XKB defaults. - - * gnome-keyboard-properties-xkbot.c: - (xkb_options_get_selected_list): ditto for the "options" key. - - * gnome-keyboard-properties-xkb.h: include gswitchit_config.h, - declare xkb_options_load_options to avoid warnings, make - xkb_(layouts|options)_get_selected_list() functions instead - of macros. - -2005-05-22 Sebastien Bacher - - * gnome-keyboard-properties-xkbot.c: (xkb_options_add_group): - fix the build with gcc-2.95, patch from Jens Granseuer - (Closes: #170159). - -2005-04-10 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkbpv.c: improving the preview layout - -2005-02-08 Sebastien Bacher - - * gnome-keyboard-properties-xkb.c: (setup_xkb_tabs): - * gnome-keyboard-properties-xkblt.c: (def_group_in_gconf_changed): - patch by Kjartan Maraas , some code cleanups - (Closes: #166267). - -2005-01-19 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkb.c, - gnome-keyboard-properties-xkbot.c - gnome-keyboard-properties.glade: big change in the layout options UI. - Fixing #164090 - -2005-01-16 Sergey V. Udaltsov - - * gnome-keyboard-properties.glade: fixed #159685 - -2005-01-15 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkbmc.c: fixing long-outstanding bug - with the current model selection. - -2005-01-08 Sebastien Bacher - - * gnome-keyboard-properties.glade: fixed the mnemonics for some widgets - (Closes: #163227). - -2005-01-05 Dennis Cranston - - * gnome-keyboard-properties.glade: HIG corrections. - Use HIG capitalization for buttons: "Reset to defaults" -> - "Reset To Defaults". Use HIG capitalization for window titles: - "Choose a keyboard model" -> "Choose A Keyboard Model" & - "Choose a layout" -> "Choose A Layout". Add a missing ":" - from "Model" -> "Model:". Remove the dialog separators. - Use HIG widget padding to match the other capplet dialogs. - -2005-01-02 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkb.c - gnome-keyboard-properties-xkb.h - gnome-keyboard-properties-xkblt.c - gnome-keyboard-properties-xkbmc.c - gnome-keyboard-properties-xkbpv.c: a bit of the code cleanup - -2005-01-02 Sebastien Bacher - - * gnome-keyboard-properties.glade: - patch from Heikki Paajanen (based on the patch - from Andrew Johnson ) - to not set "close" as the default button (Closes: #98202). - -2004-12-31 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkb.h, - gnome-keyboard-properties-xkblt.c - gnome-keyboard-properties-xkbpv.c: preview reimplemented! Hurray! - -2004-12-23 Sergey V. Udaltsov - - * use_cases.txt: just some memo (mostly for myself) regarding the - use cases for the tests. - -2004-12-20 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkb.c, - gnome-keyboard-properties-xkb.h, - gnome-keyboard-properties-xkblt.c, - gnome-keyboard-properties-xkbmc.c, - gnome-keyboard-properties-xkbot.c, - gnome-keyboard-properties.c, - gnome-keyboard-properties.glade: massive layout change. Layout chooser - popup introduced - -2004-12-13 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkb.c, - gnome-keyboard-properties-xkb.h, - gnome-keyboard-properties-xkblt.c, - gnome-keyboard-properties-xkbmc.c, - gnome-keyboard-properties-xkbot.c: reflect massive changes in - libgswitchit - -2004-12-09 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkblt.c: using of the XklGetMaxNumGroups - -2004-11-29 Sergey V. Udaltsov - - * gnome-keyboard-properties-xkb.c: preview only makes sense for XKB backend - -2004-11-25 Sergey V. Udaltsov - - * libxklavier 1.12 compatibility - -2004-11-09 Mark McLoughlin - - * Makefile.am: install .desktop file in $(datadir)/applications. - - * keyboard.desktop.in: add OnlyShowIn=GNOME; - -2004-10-21 Sebastien Bacher - - * gnome-keyboard-properties.glade: - patch by Ross Burton to fix the widget expansion - (Closes: #151588). - -2004-10-15 Sergey V. Udaltsov - - * The preview is now dialog instead of window. More consistent - behaviour. Fixing #154358 - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-09-01 Sergey V. Udaltsov - - * The default switchcut (Alt*2) is introduced - -2004-08-20 Frederic Crozat - - * gnome-keyboard-properties.c: (main): - Use themed icon for WM hint. - -2004-07-28 Richard Hult - - * gnome-keyboard-properties.c (main): Switch to the right page for - typing monitor preferences. - -2004-07-27 Sergey V. Udaltsov - - * The preview is separated to another window. - Looks nicer IMHO - but it depends on POV. - -2004-07-26 Sergey V. Udaltsov - - * Now models are handled using the popup window. - Looks a bit more polished. - -2004-07-22 Christian Neumair - - * gnome-keyboard-properties.glade: Use GTK_SHADOW_IN shadow for - all treeviews (consistency). Fixes #144050. - -2004-07-14 Sergey V. Udaltsov - - * Merged the preview tab branch. - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-12 Mark McLoughlin - - * gnome-keyboard-properties.c: (dialog_response): Update help link - to point to user-guide.xml - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2004-01-11 Richard Hult - - * gnome-keyboard-properties.glade: - * gnome-keyboard-properties.c (setup_dialog): Enable markup for - the break enabled toggle with code instead of with a custom child - for the toggle since that doesn't work with new libglade. Fixes - bug #131122. - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -Mon Aug 11 11:50:36 2003 Jonathan Blandford - - * gnome-keyboard-properties.glade: Patch from Elijah Newren - to bring the possible repeat range in sync - with the a11y capplet. - - * gnome-keyboard-properties.c: Patch from Elijah Newren to deal - with the change in the peditor code. - -Fri Aug 1 15:04:39 2003 Jonathan Blandford - - * gnome-keyboard-properties.glade: Patch from Dennis Cranston - to add two more pixels of spacing - between action area and vbox of prefrences dialog. - -Thu Jul 31 17:42:13 2003 Jonathan Blandford - - * gnome-keyboard-properties.c (main): Add typing-break properties, - #118323 - -2003-07-17 Dennis Cranston - - * gnome-keyboard-properties.glade, - gnome-keyboard-properties.c: Fixes for ui-review - bug report #99531 and fixes for duplicate mnemonics. - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-06-27 Richard Hult - - * gnome-keyboard-properties.c (setup_dialog): Use the right gconf - key for allow_postpone preference. - - * gnome-keyboard-properties.glade: Remove warn time preference, - it's not used in the code. - -Thu Jun 26 16:31:41 2003 Jonathan Blandford - - * gnome-keyboard-properties.c (setup_dialog): use the correct - schemas. - -Thu Jun 26 07:39:34 2003 Jonathan Blandford - - * gnome-keyboard-properties.c: added the typing break (drwright) - preferences - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-04-30 Jody Goldberg - - * gnome-keyboard-properties.glade : make the repeat bounds more - reasonable. - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-14 Jody Goldberg - - * gnome-keyboard-properties.c (accessibility_button_clicked) : fix - minor typo that disables the error dialog in the event of failure. - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-12-10 Rajkumar Sivasamy - - * gnome-keyboard-properties.glade: Set the visibility and focus - of Custom radio button in Sound note book page to false. - Fixes bug 99793 - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-19 Ross Burton - - * keyboard.desktop.in: Fix the desktop file so that it validates. - -2002-08-15 Jody Goldberg - - * gnome-keyboard-properties.glade : fix label and make consistent with - mouse capplet. - * gnome-keyboard-properties.c (create_dialog) : use size groups. - -2002-08-08 Seth Nickell - - * gnome-keyboard-properties.glade: - - Set border widths nicely so things align. - -2002-08-01 Federico Mena Quintero - - * gnome-keyboard-properties.glade: Made the file entry modal. - -2002-07-16 Jody Goldberg - - * gnome-keyboard-properties.c (setup_dialog) : use the gconf_value_int_to_float - convenience routines directly and convert the repeat speed and delay - to use sliders. - - * gnome-keyboard-properties.c (accessibility_button_clicked) : produce - a better warning for failure to launch the keyboard accessibility - capplet. - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-06-10 jacob berkman - - * gnome-keyboard-properties.glade: hide the keyclick slider. - - fixes #78015 - - reviewed/approved by jrb, luis, jody - -2002-05-28 Satyajit Kanungo - - * gnome-keyboard-properties.c : Changed the help file link - to get the help document from user-guide. - - -Sun May 26 11:30:25 2002 Jonathan Blandford - - * gnome-keyboard-properties.c (main): use APPID instead of argv[0] - -2002-05-16 jacob berkman - - * gnome-keyboard-properties.c (get_legacy_settings): don't copy - the volume, this setting is gone - (main): dont' show_all() the dialog - - * gnome-keyboard-properties.glade: hide the "other" option button - - fixes for #78016 - -2002-05-16 Jody Goldberg - - * gnome-keyboard-properties.glade : some minor tweakage. - -Mon May 13 17:32:25 2002 Jonathan Blandford - - * gnome-keyboard-properties.c (delay_to_widget): hook up widget - correctly. - -2002-05-09 Jody Goldberg - - * gnome-keyboard-properties.c (dialog_response) : support help. - * gnome-keyboard-properties.glade : add help. - -2002-05-09 Jody Goldberg - - * gnome-keyboard-properties.glade : long forgotten atk patch from Dave. - Sorry. - -2002-04-22 Rachel Hestilow - - * gnome-keyboard-properties.glade: Restore missing OptionMenu - labels. - -Thu Apr 18 13:59:12 2002 Jonathan Blandford - - * gnome-keyboard-properties.glade: cleanups. - - * gnome-keyboard-properties.c: remove accessibility pane and add a - button. - -Wed Apr 10 18:06:25 2002 Jonathan Blandford - - * keyboard.desktop.in (Exec): s/gnome2/gnome - -2002-03-29 Jody Goldberg - - * gnome-keyboard-properties.glade : click_volume range is 0..100 - -2002-03-26 Lauris Kaplinski - - * gnome-keyboard-properties.c (bell_to_widget): Be nice on - invalid and NULL Gconf values - -2002-03-25 Jody Goldberg - - * gnome-keyboard-properties.c (volume_to_widget) : new. - (volume_from_widget) : new. - (setup_dialog) : use them here. - -2002-03-25 Jody Goldberg - - * gnome-keyboard-properties.c (setup_accessibility) : Use - gtk_label_new_with_mnemonic and add an accel to the label. - -2002-03-19 Jody Goldberg - - * gnome-keyboard-properties.c (_to_widget) : fix signature. - (*_from_widget) : fix signature. - -2002-03-13 Jody Goldberg - - * gnome-keyboard-properties.c (setup_accessibility) : new. - (main) : install the accessibility page. - -2002-03-19 Richard Hestilow - - * gnome-keyboard-properties.c (bell_enums): Swap around. This - was initially reversed because of a bug in gconf-peditor. - Ideally this code should use the new enum functions, but - the existing stuff works so I so no immediate need to rewrite - it. - (*_to/from_widget): Convert to new signature. - -2002-03-19 Lauris Kaplinski - - * gnome-keyboard-properties.c (bell_to_widget): Check that - value actually is string - that fixes crash with broken schemas - -2002-03-10 Seth Nickell - - * gnome-keyboard-properties.c: (main): - - Activate the settings daemon if its not already running. - -2002-02-27 Kjartan Maraas - - * gnome-keyboard-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g - -2002-02-10 Richard Hestilow - - * Make dialog Apply/Close. - -Fri Feb 8 23:53:10 2002 Jonathan Blandford - - * gnome-keyboard-properties.c (dialog_response): hook up buttons. - -2002-01-19 Seth Nickell - - * Makefile.am: - - Install icon into the standard pixmaps directory - so that Panel & Nautilus will pick up on it. - -2002-01-14 Bradford Hovinen - - * Makefile.am (bin_PROGRAMS): Rename binary - gnome2-keyboard-properties - -Tue Jan 8 15:49:15 2002 Jonathan Blandford - - * .cvsignore: update - * Makefile.am: Add gnome-keyboard-properties.c - * gnome-keyboard-properties.c: New, much nicer capplet. - * gnome-keyboard-properties.glade: glade file for above. - * keyboard-bell.png: - * keyboard-cursor.png: - * keyboard-repeat.png: - * keyboard-volume.png: Images for above. Note, - keyboard-cursor.png is my pathetic attempt at artwork, and will - prolly change in the future. - -2001-12-20 Seth Nickell - - * keyboard.desktop.in: - - Add Categories field so it shows up correctly in the - panel menus. - -2001-12-20 Bradford Hovinen - - * keyboard-properties.c (dialog_button_clicked_cb): Update - (main): Use a GtkDialog rather than a GnomeDialog; don't place a - weak ref on gtk_main_quit - - * Makefile.am: Update - - * keyboard.desktop.in.in (Exec): Update - -2001-12-19 Bradford Hovinen - - * keyboard-properties.c (apply_settings): Comment out; pending - removal to gnome-settings-daemon - (setup_dialog): Set conversion functions - (rate_to_widget, rate_from_widget, delay_to_widget) - (delay_from_widget): Implement - -2001-12-18 Bradford Hovinen - - * keyboard-properties.c: Port to GConf/GNOME 2.0. Many changes. - (setup_dialog): Use correct widget name - (create_dialog): Use gtk_image_ functions for the volume icon - (get_int_from_changeset): Use return value of - gconf_change_set_check_value to determine if the key is in the set - (get_legacy_settings): Enable - -2001-10-12 Bradford Hovinen - - * Makefile.am: Make OAF file creation generic - -2001-09-28 Bradford Hovinen - - * Makefile.am: Remove support for disabling bonobo-conf build - - * Makefile.am: Change the binary name to - keyboard-properties-control and create a wrapper script from - ../common/wrapper-script.in to be named keyboard-properties - -2001-08-09 Bradford Hovinen - - * keyboard-properties.xml: Fixed default delay setting - -2001-07-31 Chema Celorio - - * Makefile.am (cappletname): add DISTDIR to install-data-local - -2001-07-27 Bradford Hovinen - - * RELEASE : 1.5.2 - -2001-07-26 Joakim Ziegler - - * keyboard-properties.glade: Changed the label of the delay slider to be - more intuitive. - -2001-07-26 Bradford Hovinen - - * keyboard-properties.c (apply_settings): Initialize the other - fields of this data structure - (apply_settings): Use lookup table to get the values to put in - kbdsettings - (apply_settings): Tweak the numbers a bit - - * Makefile.am (bonobo_sources): Remove bonobo-property-editor-range.[ch] - -2001-07-25 Chema Celorio - - * Makefile.am: remove the OAF_FILE_IN_RULE and copy it here - (bonobo_sources): add bonobo-properties-editor-range.[ch] - - * Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here - -2001-07-24 Richard Hestilow - - * main.c (main): Pass in legacy files to capplet_init. - -2001-07-20 Chema Celorio - - * RELEASE : 1.5.0 - -2001-07-19 Bradford Hovinen - - * Makefile.am: Remove SUBDIRS - Remove extraneous EXTRA_DIST - (EXTRA_DIST): Make sure to include defaults and OAF files - - * keyboard.desktop.in.in (Exec): Update for bonoboization - - * Bonobo_Control_Capplet_keyboard_properties.oaf: Update to - correct binary name - - * main.c (create_dialog): Use GNOMECC_GLADE_DIR rather than - GLADE_DATADIR - -2001-07-18 Richard Hestilow - - * main.c (create_dialog): Revert to old prototype. - (setup_dialog): Moved signal_connect on demo button to here. - -2001-07-18 Richard Hestilow - - * Rewritten to use bonobo-conf. - -2001-07-18 Jakub Steiner - - * keyboard-capplet.png: use the 3d version. - -2001-07-17 Chema Celorio - - * Makefile.am: nice and clean just as we like it - -2001-07-17 Bradford Hovinen - - * Makefile.am (EXTRA_DIST): Added missing icons_DATA - -2001-07-17 Chema Celorio - - * Makefile.am ($(desktop).in): desktop.in.in -> desktop.in ->desktop - so that we can merge the incondir path. - * add keyboard-capplet.png (by jimmac) an use it - -2001-07-10 Kai Lahmann - - * keyboard-properties.desktop: Fixed wrong binary name - -2001-07-05 Bradford Hovinen - - * prefs-widget.c (set_scale): Add appropriate casts - -2000-12-26 Jacob "Ulysses" Berkman - - * keyboard-properties.glade: re-did the UI a bit - -2000-10-08 Bradford Hovinen - - * Makefile.am (EXTRA_DIST): Add translation file - -2000-09-12 Bradford Hovinen - - * preferences.c (preferences_clone): Added in missing code to copy - preferences over - diff --git a/capplets/localization/ChangeLog b/capplets/localization/ChangeLog deleted file mode 100644 index 9f90e63d0..000000000 --- a/capplets/localization/ChangeLog +++ /dev/null @@ -1,36 +0,0 @@ -==================== 2.25.90 ==================== - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -Fri Oct 24 19:38:31 2008 Søren Sandmann - - * main.c (create_dialog): Remove gnome.h - -==================== 2.24.0.1 ==================== - -==================== 2.23.2 ==================== - -2007-11-11 Jens Granseuer - - * localization.desktop.in.in: use standard preferences-desktop-locale - icon - -2007-11-10 Denis Washington - - * localization.glade: Tweak the interface slightly and name all - important widgets. - -2007-11-10 Jens Granseuer - - * localization.desktop.in.in: fix several minor issues in the - desktop file - -2007-11-10 Jens Granseuer - - * main.c: (create_dialog): don't leak the glade data - -2007-11-02 Rodrigo Moya - - Started localization capplet. diff --git a/capplets/mouse/ChangeLog b/capplets/mouse/ChangeLog deleted file mode 100644 index 7a61a0f03..000000000 --- a/capplets/mouse/ChangeLog +++ /dev/null @@ -1,807 +0,0 @@ -==================== 2.25.90 ==================== - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -Fri Oct 24 17:55:00 2008 Søren Sandmann - - * gnome-mouse-properties.c (main): Print a newline after the error message - -Fri Oct 24 17:50:21 2008 Søren Sandmann - - * gnome-mouse-properties.c (main): Use gtk_init_with_args() - instead of gnome_program_init() - -==================== 2.24.0.1 ==================== - -2008-07-08 Matthias Clasen - - Bug 545780 – use an existing icon - - * gnome-mouse-properties.c: - * gnome-settings-mouse.desktop.in.in: Use input-mouse as icon. - -2008-07-08 Gerd Kohlberger - - * gnome-mouse-properties.glade: Decrease lower boundary of dwell - delay to 0.2. - -==================== 2.23.2 ==================== - -2008-04-11 Gerd Kohlberger - - * gnome-mouse-properties.c: (create_dialog): Remove unused custom widget. - * gnome-mouse-accessibility.h: Clean up. (Bug #527418) - -2008-03-27 Jens Granseuer - - Patch by: Patrick Wade - - * gnome-mouse-properties.c: (main): - * gnome-mouse-properties.glade: add support for starting the capplet - on the appearance tab (required by bug #515078) - -2008-02-29 Denis Washington - - * gnome-mouse-properties.c: make the mouse orientation radio - buttons usable with both mouse buttons. - -2008-02-08 Luca Ferretti - - reviewed by: Jens Granseuer - - * gnome-mouse-properties.c: (create_dialog): set up the proper - scale widgets to GtkSizeGroup in both tabs - * gnome-mouse-properties.glade: fix HIG compliance for spacing, - borders, padding, alignment and sentence label (bug #510147, - comment 23) - -2008-01-25 Jens Granseuer - - Patch by: Luca Ferretti - - * gnome-mouse-accessibility.c: (populate_gesture_combo): fix HIG - compliance and add some comments for translators (bug #510136) - -2008-01-25 Jens Granseuer - - * Makefile.am: - * mouse-left.png: - * mouse-right.png: remove obsolete icons - -2008-01-25 Jens Granseuer - - * gnome-mouse-properties.c: (delay_value_changed_cb), (setup_dialog): - remove left-over callback that was causing the capplet to set a label - on a NULL widget (bug #510425) - -2008-01-14 Denis Washington - - * gnome-mouse-properties.glade: - Add translation context to some labels. (Bug #509417) - -2008-01-14 Denis Washington - - Integrate mousetweaks settings into the mouse capplet. (Bug #503547) - - * gnome-mouse-properties.glade: - Merge the previous "Buttons" and "Motion" tabs into one, and add a new - "Accessibility" tab with the mousetweaks preferences. Additionally, re-add - the "Locate Pointer" preference which disappeared in 2.20. (Bug #480457) - - * gnome-mouse-properties.c: - Call setup function for the a11y tab, update for a small UI change regarding - handness preferences, and implement the locate-pointer checkbox. - - * gnome-mouse-accessibility.[ch]: - Added. - - * Makefile.am: - Add gnome-mouse-accessibility.c. - -2007-12-06 Jens Granseuer - - * gnome-mouse-properties.glade: don't mark padding string as - translatable (bug #502087) - -2007-07-27 Denis Washington - - * Makefile.am: - Don't try to install mouse-cursor-*.png as these files are not in mouse/ - anymore. - -2007-07-27 Denis Washington - - * cursor-*.pcf: - * mouse-cursor-*.png: - Moved to ../appearance/data/. - -2007-07-26 Denis Washington - - * gnome-mouse-properties.glade: - * gnome-mouse-poperties.c: - Remove the Cursors tab as it's functionality is covered by the apperance - capplet now. - -2007-05-08 Jens Granseuer - - * gnome-mouse-properties.c: (cursor_size_from_widget), - (setup_dialog): - * gnome-mouse-properties.glade: port from deprecated GtkOptionMenu to - GtkComboBox - -2007-04-27 Rodrigo Moya - - * gnome-settings-mouse.desktop.in.in: renamed Bugzilla product. - -2007-03-18 Jens Granseuer - - Patch by: Andreas Koehler - - * gnome-mouse-properties.glade: use automatic instead of always - scrollbar policy for the mouse pointer tab (fixes #345884) - -2007-03-05 Jens Granseuer - - * gnome-mouse-properties.c: (populate_tree_model), (setup_dialog): fix - build with gcc 2, and move setting the sort column somewhere sensible - -2007-03-04 Thomas Wood - - Patch by: Thomas Zajic - - * gnome-mouse-properties.c: (populate_tree_model): Add two popular cursor - sizes to the filter, and sort "Pointers" list alphabetically. - -2007-02-09 Jens Granseuer - - * gnome-mouse-properties.c: (create_dialog), (main): remove some dead - code, and don't crash if the glade file is not available - -2007-01-17 Jens Granseuer - - Fixes #395539 - - * gnome-mouse-properties.c (read_cursor_font, populate_tree_model, - setup_dialog, dialog_response_cb, main): fixed memory leaks. - -2007-01-06 Lucas Rocha - - Fixes #336286 - - * gnome-mouse-properties.c (main): switched from popt to GOptionContext. - -2006-10-16 Rodrigo Moya - - Fixes #163690 - - * gnome-mouse-properties.glade: reordered the widgets for A11Y. Patch - from Sven Herzberg . - -2006-08-16 Sven Herzberg - - * gnome-mouse-properties.c: also display the default theme (though - without a preview for technical reasons); fixes bug #322514 - -2006-07-24 Sven Herzberg - - * gnome-mouse-properties.c: use ngettext() correctly - -2006-07-24 Sven Herzberg - - * gnome-mouse-properties.c: fix the non-xcursor case for solaris; - closes: #319125 (based upon patch from Glynn Foster) - -2006-07-23 Sebastien Bacher - - * gnome-settings-mouse.desktop.in.in: - don't list the Application category, list the HardwareSettings one, - patch by Vincent Fretin (Closes: #344321) - -2006-06-11 Darren Kenny - - Fixes #340003 - - * gnome-mouse-properties.c (cursor_font_changed): if no cursor font - set in GConf, just unselect and return. - -2006-02-14 Anilkumar Bacheli - - Fixes #330588 - - * gnome-mouse-properties.glade: Modified the Slider value label to - "milliseconds" instead of "microseconds". - - * gnome-mouse-properties.c: Use ngettext() to get the correct plural - form of the message. Also changed so that the slider label is in - "milliseconds" - -2006-01-28 Anilkumar Bacheli - - Fixes #154769 - - * gnome-mouse-properties.glade: Modified the glade file so that - context information for the slider is available to screen reader. - Also, modified the Slider value label to "microseconds" instead of - seconds. - - * gnome-mouse-properties.c: Changed the slider label to be in sync with - speech. - -2006-01-28 Scott Bronson - - Fixes #318056 - - * gnome-mouse-properties.c (cursor_font_changed): - * gnome-mouse-properties.glade: use "mouse pointer" instead of "cursor" - in user-visible strings. - -2006-01-06 Sebastien Bacher - - * gnome-mouse-properties.glade: - make mouse click work with both left/right buttons, - patch by akmal (Fixes: #321225) - -2005-11-14 Kjartan Maraas - - * gnome-mouse-properties.c: (setup_dialog): Mark some code static - and remove some unused code. - -2005-10-24 Jens Granseuer - - Fixes #318746 - - * gnome-mouse-properties.c (populate_tree_model): gcc 2.95 compilation - fixes. - -2005-09-16 Sebastien Bacher - - * gnome-mouse-properties.c: (populate_tree_model): - fix a crasher when the cursor theme has no icon. - -2005-08-31 Rodrigo Moya - - * gnome-mouse-properties.c (delay_value_changed_cb): guard against - invalid values from the GtkHScale widget. - -2005-08-30 Sven Herzberg - - * gnome-mouse-properties.c: listen to the XCURSOR_PATH environment - variable (Closes: #312534). - -2005-08-24 Kjartan Maraas - - * gnome-mouse-properties.c: (cursor_changed): Move the call to - g_free (cursor_font) outside of the conditional so it gets free'd - in both cases. - -2005-08-01 Sebastien Bacher - - * gnome-mouse-properties.c: (cursor_theme_changed): no need to allocate - a string for the theme when there is no theme installed. - -2005-08-01 Sebastien Bacher - - * gnome-mouse-properties.c: (cursor_theme_changed): - don't crash if there is no cursor theme installed (Closes: #311599). - -2005-07-31 Sebastien Bacher - - * gnome-mouse-properties.c: (delay_value_changed_cb), - (setup_dialog): - update dynamically the double click label (Closes: #166908). - -2005-07-31 Sebastien Bacher - - * gnome-mouse-properties.glade: - update of the glade file, no need to restart the session to apply - the changes with GTK 2.8 (Closes: #312070). - -2005-07-12 Sven Herzberg - - * gnome-mouse-properties.c: fix the without HAVE_XCURSOR build - -2005-07-10 Sebastien Bacher - - * gnome-mouse-properties.c: (cursor_size_from_widget), - (event_box_button_press_event), (cursor_theme_changed), - (cursor_font_changed), (cursor_changed), - (gdk_pixbuf_from_xcursor_image), (populate_tree_model), - (setup_dialog), (create_dialog): - * gnome-mouse-properties.glade: - new cursor theme manager for the mouse capplet, - patch by Sven Herzberg with changes - by Matthias Clasen (Closes: #110670). - -2005-01-04 Sebastien Bacher - - * gnome-mouse-properties.glade: fixed a grammar error (Closes: #131521) - -2005-01-02 Sebastien Bacher - - * gnome-mouse-properties.glade: - patch from Heikki Paajanen (based on the patch - from Andrew Johnson ) - to not set "close" as the default button (Closes: #98202). - -2004-11-09 Mark McLoughlin - - * Makefile.am: install .desktop file in $(datadir)/applications - - * gnome-settings-mouse.desktop.in: add OnlyShowIn=GNOME; - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-08-20 Frederic Crozat - - * gnome-mouse-properties.c: (main): - Use themed icon for WM hint. - -2004-06-15 Bastien Nocera - - * .cvsignore: upd - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-12 Mark McLoughlin - - * gnome-mouse-properties.c: (dialog_response_cb): Update help - link to point to user-guide.xml - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -Mon Aug 11 13:53:23 2003 Jonathan Blandford - - * gnome-mouse-properties.c (delay_value_changed_cb): fix the - double click peditor. - -2003-08-01 Dennis Cranston - - * gnome-mouse-properties.glade: Patch to fix spacing between action - area and vbox of preferences dialog. - -Fri Aug 1 14:29:12 2003 Jonathan Blandford - - * gnome-mouse-properties.c (setup_dialog): remove markup from - translated strings, #118801. - -Fri Aug 1 13:06:04 2003 Jonathan Blandford - - * gnome-mouse-properties.c (create_dialog): add support for - Xcursors. - -Thu Jul 24 16:14:33 2003 Jonathan Blandford - - * gnome-mouse-properties.c (setup_dialog): remove the float_to_int - conversion as the peditor already does that. - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-17 Dennis Cranston - - * gnome-mouse-properties.glade: HIGify dialog and fix - ui-review bug 99532: remove help text from the dialog; - s/Delay/Timeout; remove frames and use HIGified categories; - change check box text to "Highlight the pointer when you - press Ctrl"; change the cursor theme's note to " - Note: Changes to theis setting will not take effect until - you next log in."; and fix widget padding. - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-04-29 Kjartan Maraas - - * gnome-mouse-properties.c: (read_cursor_font), (setup_dialog): - Plug a couple of leaks. - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-25 Rajkumar Sivasamy - - * gnome-mouse-properties.c: Register mouse double click images - as stock icons, so that they are themable. - Fixes bug 96081 - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-19 Ross Burton - - * mouse.desktop.in: Fix the desktop file so that it validates. - -2002-08-08 Seth Nickell - - * gnome-mouse-properties.glade: - - Fix alignments. - -2002-07-16 Jody Goldberg - - * gnome-mouse-properties.c (main) : set icon. - -2002-07-10 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=85233 - * gnome-mouse-properties.c (create_dialog) : register the custom - checkbox for glade. - * gnome-mouse-properties.glade : Use the custom checkbox. - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-05-28 Satyajit Kanungo - - * gnome-mouse-properties.c : Changed the help file link - to get the help document from user-guide. - -2002-05-26 Jody Goldberg - - * gnome-mouse-properties.c (dialog_response_cb) : Improve handling of - help failures. - -Sun May 26 11:31:34 2002 Jonathan Blandford - - * gnome-mouse-properties.c (main): use APPID instead of argv[0] - -2002-05-22 jacob berkman - - * *.pcf(.gz): - * Makefile.am (cursorfont_DATA): - * gnome-mouse-properties.c (setup_dialog): use .pcf, not .pcf.gz - as solaris can't read .gz files - - fixes #78023 - -Tue May 21 20:09:22 2002 Jonathan Blandford - - * gnome-mouse-properties.c (event_box_button_press_event): fix - broken double-click test. - -Mon May 13 16:53:45 2002 Jonathan Blandford - - * gnome-mouse-properties.c (main): uncomment accidentally - commented lines. Also, fixed text, #76413 - -2002-05-13 Jody Goldberg - - * gnome-mouse-properties.glade : Remove separator. - Remove accelerators in tabs. - -2002-05-12 Anders Carlsson - - * gnome-mouse-properties.c: (drag_threshold_from_gconf), - (drag_threshold_to_gconf), (event_box_button_press_event), - (load_pixbufs), (setup_dialog), (create_dialog), - (dialog_response_cb), (main): - * gnome-mouse-properties.glade: - Lots of things. Fix drag threshold preference, use a GtkImage - instead of a GtkDrawingArea for the double click test. Remove - weird weak refs throughout the code. Clean up the glade file, - requires a new libglade that has an a11y ref count fix. - -2002-05-10 Anders Carlsson - - * gnome-mouse-properties.c: (get_default_mouse_info), - (motion_acceleration_from_gconf), (threshold_from_gconf): - If the threshold or acceleration value is -1, just set the slider - to the default X value. - -2002-05-09 Jody Goldberg - - * gnome-mouse-properties.c (dialog_button_clicked_cb) : enable help. - (main) : ditto. - -2002-05-09 Jody Goldberg - - * gnome-mouse-properties.glade : long forgotten atk patch from Dave. - Sorry. - -2002-05-08 Jakub Steiner - - * double-click-maybe.png: - * double-click-off.png: - * double-click-on.png: use a lightbulb on a dark background - -Wed Apr 10 18:05:42 2002 Jonathan Blandford - - * mouse.desktop.in (Exec): s/gnome2/gnome - -2002-03-21 Dave Camp - - * gnome-mouse-properties.c (*_{to|from}_gconf): Add the peditor - arguments. - (setup_dialog): Use locate_pointer instead of locate_pointer_id. - (threshold_to_gconf): New function. - (setup_dialog): Use threshold_to_gconf for motion_threshold and - drag_threshold. - -2002-03-11 Richard Hestilow - - * gnome-mouse-properties.c (drawing_area_button_press_event): - Check for changeset != NULL before looking in changeset. - -2002-03-10 Seth Nickell - - * gnome-mouse-properties.c: (main): - - Activate the settings daemon if its not already running. - -2002-02-27 Kjartan Maraas - - * gnome-mouse-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g - -Tue Feb 19 23:52:17 2002 Jonathan Blandford - - * gnome-mouse-properties.c (cursor_font_changed): Hook up cursor code. - -Fri Feb 8 01:41:40 2002 Jonathan Blandford - - * Makefile.am (pixmap_DATA): install cursor images. - -2002-02-04 Lauris Kaplinski - - * gnome-mouse-properties.c (drawing_area_expose_event): Kill warning - (dialog_button_clicked_cb): Use G_TYPE_STRING - (dialog_button_clicked_cb): Use GtkDialog - (left_handed_toggle_cb): Do not crash on NULL value - -Tue Jan 8 15:47:24 2002 Jonathan Blandford - - * .cvsignore: New ignores. - * gnome-mouse-properties.glade: Update of glade file for cursors - * mouse-cursor-normal-large.png: New images - * mouse-cursor-normal.png: - * mouse-cursor-white-large.png: - * mouse-cursor-white.png: - * mouse-properties-capplet.c: (setup_dialog), (create_dialog), - (main): Add support for new properties. Don't fully work yet, but - we'll get it later. - * mouse-properties.glade: not sure what changed -- need to remove - this file. - -2001-12-20 Seth Nickell - - * mouse.desktop.in: - - Add Categories field. - -2001-12-20 Bradford Hovinen - - * mouse.desktop.in (Icon, Exec): Update - - * mouse-properties-capplet.c (dialog_button_clicked_cb): Update - (main): Use a GtkDialog rather than GnomeDialog; don't place weak - ref on gtk_main_quit - (load_pixbufs): Locate files with gnome_program_locate_file - Eliminate compiler warnings - -2001-12-20 Hans Petter Jansson - - * Makefile.am: Remove rule that prevented install. - -2001-12-20 Bradford Hovinen - - * mouse.desktop.in.in (Exec): Update - -2001-12-19 Bradford Hovinen - - * mouse-properties-capplet.c (double_click_from_gconf): Divide by - 1000.0, use floats - (double_click_to_gconf): Implement - (drawing_area_button_press_event): Don't call - double_click_from_gconf - (drawing_area_button_press_event): Use response of - gconf_change_set_check_value to determine if value is in changeset - (main): Remove --apply and --init-session-settings - (setup_dialog): Use g_object_set to set the conversion callbacks - (*_{to|from}_gconf): Update to reflect changes in gconf peditors - (setup_dialog): Use numeric_range - -2001-12-18 Bradford Hovinen - - * mouse-properties-capplet.c (double_click_from_gconf): Single - closed-form formula here - Code reorganization; many changes - -2001-10-18 Bradford Hovinen - - * mouse-properties-capplet.c (apply_settings): Only swap buttons 1 - and 3 in the mapping - -2001-10-12 Bradford Hovinen - - * Makefile.am: Make OAF file creation generic - -2001-09-28 Bradford Hovinen - - * Makefile.am: Remove support for disabling bonobo-conf build - - * Makefile.am: Change the binary name to - mouse-properties-control and create a wrapper script from - ../common/wrapper-script.in to be named mouse-properties-capplet - -2001-09-07 Chema Celorio - - * mouse-properties-capplet.c (create_dialog): dont set the pixmaps - (capplet_fool_the_linker): - (mouse_capplet_create_image_widget): - (mouse_capplet_create_image_widget_canvas): implement. - This sets antialiased pixmaps for the mouse capplet. Maybe this - call should in common. Closes bug #58293 - -2001-08-21 Bradford Hovinen - - * mouse-properties-capplet.c (apply_settings): Use a CORBA - exception structure - -2001-07-31 Chema Celorio - - * Makefile.am (cappletname): add DISTDIR to install-data-local - -2001-07-27 Bradford Hovinen - - * mouse-properties-capplet.c (apply_settings): Use MAX_THRESH - - threshold value - - * mouse-properties.glade: Fix mouse speed and acceleration - controls to be wider and to use discrete values - - * mouse-properties.xml: Change type of right-to-left to ulong - - * mouse-properties-capplet.c (apply_settings): Use get_ulong - rather than get_boolean - - * RELEASE : 1.5.2 - -2001-07-25 Chema Celorio - - * Makefile.am : generate the .oaf file from the .oaf.in file - The DESKTOP_EXEC_LINE was missing the --capplet at the end, add. - (cappletname): add pixmap_DATA to EXTRA_DIST - -2001-07-25 Chema Celorio - - * Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here - -2001-07-25 Richard Hestilow - - * Makefile.am (pixmap_DATA): Fixed pixmap_DATA line to install - mouse pixmaps - - Courtesy Stephen Browne : - * mouse-properties-capplet.c: bonobo-conf rewrite - (setup_dialog): Use bonobo_peditor_option_radio_construct - -2001-07-20 Chema Celorio - - * RELEASE : 1.5.0 - -2001-07-19 Chema Celorio - - * Makefile.am (cappletname): distcheck love - -2001-07-19 Bradford Hovinen - - * Makefile.am (EXTRA_DIST): Added mouse-left.png and mouse-right.png - -2001-07-18 Chema Celorio - - * prefs-widget.c (set_pixmap_file): the path of the pixmaps was - changed - - * mouse-properties.glade: set a group for the radio buttons - -2001-07-17 Bradford Hovinen - - * Makefile.am (EXTRA_DIST): Changed Applications_DATA to - Applications_in_files - -2001-07-17 Jakub Steiner - - * mouse-left.png, mouse-right.png: hi-res images - -2001-06-27 Richard Hestilow - - * gnome-network-properties.desktop.in.in: Update Icon key to - new name too - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== - -2008-11-08 Jens Granseuer - - Patch by: Maxim Ermilov - - * gnome-network-preferences.c: (cb_dialog_response), - (copy_location_create_key), (copy_location), - (get_current_location), (location_combo_separator), - (cb_current_location), (update_locations), - (cb_location_new_text_changed), (location_new), - (cb_location_changed), (cb_delete_button_clicked), (setup_dialog): - * gnome-network-preferences.glade: add support for network profiles - (bug #477040) - -==================== 2.25.1 ==================== - -Fri Oct 24 16:58:35 2008 S?ren Sandmann - - * gnome-network-preferences.c: Use gtk_init() instead of - gnome_program_init(). - -==================== 2.24.0.1 ==================== - -2008-09-21 Jens Granseuer - - * gnome-network-preferences.glade: set GtkAdjustment page size to 0 - to avoid problems due to newly enforced value boundaries in GTK+ - 2.14. See bug #551740 for a description of the problem. - -==================== 2.23.2 ==================== - -2008-05-16 Jens Granseuer - - * gnome-network-preferences.c: (get_hostname_from_uri), - (extract_proxy_host), (main): drop gnome-vfs dependency (part of bug - #524401) - -2008-04-06 Denis Washington - - * gnome-network-preferences.glade: rename "Advanced Configuration" tab - to "Ignored Hosts" as that describes it's content better (bug #314883) - -2008-02-05 Jens Granseuer - - * gnome-network-preferences.glade: don't mark padding strings as - translatable (bug #514598) - -2007-12-11 Jens Granseuer - - * Makefile.am: - * icons/48x48: - * icons/48x48/gnome-network-preferences.png: add 48x48 PNG icon version - by Andreas Nilsson (bug #503035) - -2007-07-24 Denis Washington - - * gnome-network-preferences.c: also use new icon in the window titlebar. - -2007-06-29 Jens Granseuer - - * Makefile.am: - * gnome-network-preferences.c: (cb_http_details_button_clicked): - * gnome-network-preferences.desktop.in.in: - * icons/16x16/gnome-network-preferences.png: - * icons/16x16/gnome-network-preferences.svg: - * icons/22x22/gnome-network-preferences.png: - * icons/22x22/gnome-network-preferences.svg: - * icons/24x24/gnome-network-preferences.png: - * icons/32x32/gnome-network-preferences.png: - * icons/32x32/gnome-network-preferences.svg: - * icons/scalable/gnome-network-preferences.svg: add and use new - icon by Josef Vyb?ral (closes bug #399051) - -2007-04-27 Rodrigo Moya - - * gnome-network-preferences.desktop.in.in: renamed Bugzilla product. - -2007-01-31 Jens Granseuer - - * gnome-network-preferences.c: (cb_remove_url), - (cb_dialog_response), (cb_use_same_proxy_checkbutton_clicked), - (main): plug memory leaks (fixes bug #395609) - -2007-01-29 Kjartan Maraas - - * gnome-network-preferences.c: (create_listmodel): - Sparse warning fix. - -2007-01-06 Rodrigo Moya - - * gnome-network-preferences.glade: added missing mnemonic. - -2007-01-06 Diego Escalante - - Fixes #317097 - - * gnome-network-preferences.c: - * gnome-network-preferences.glade: added 'Use same proxy for all - protocols' option. - -2006-12-08 Kjartan Maraas - - * gnome-network-preferences.c: (cb_add_url): - Fix a warning about unused result from g_slist_append(). - -2006-08-07 Sebastien Bacher - - * gnome-network-preferences.glade: - set "label for" and "labelled by" properties for the capplet, - patch by Willie Walker (Closes: #342121) - -2006-07-23 Sebastien Bacher - - * gnome-network-preferences.desktop.in.in: don't list the Application - category, patch by Vincent Fretin - (Closes: #344321) - -2006-01-27 Crispin Flowerday - - * gnome-network-preferences.glade: Use 'r' as a mnemoic rather - than 'i' (bug #328884) - -2005-07-16 Sebastien Bacher - - * gnome-network-preferences.glade: fixed a mnemonic conflict (#155953). - -2005-05-22 Sebastien Bacher - - * gnome-network-preferences.glade: Use HIG compliant spacing - for the proxy dialog, patch by dennis_cranston@yahoo.com - (Closes: #167856). - -2005-05-16 Olav Vitters - - * gnome-network-preferences.glade: - Make proxy settings HIG compliant. Patch by Jorn Baayen. - - Fixes bug #167856 - -2005-02-04 Shakti Sen - - * gnome-network-preferences.c (cb_add_url, cb_remove_url): - Adding/Removing the host name instantly to/from gconf. - - Fixes bug #166233 - -2005-01-11 Sebastien Bacher - - * gnome-network-preferences.c: (create_listmodel), - (populate_listmodel), (config_treeview), (cb_add_url), - (cb_remove_url), (cb_dialog_response), (setup_dialog): - * gnome-network-preferences.glade: - patch from Adriano Del Vigna to add - a proxy exclusion list configuration (Closes: #147666). - -2005-01-02 Sebastien Bacher - - * gnome-network-preferences.glade: - patch from Heikki Paajanen (based on the patch - from Andrew Johnson ) - to not set "close" as the default button (Closes: #98202). - -2004-12-15 Sebastien Bacher - - * gnome-network-preferences.desktop.in.in: changed the tooltip - to respect the HIG. - -2004-12-03 Sebastien Bacher - - * gnome-network-preferences.glade: use "Preferences" for the window - title (like the other capplets) instead of "Configuration", - bug noticed by Lars Weber (Closes: #132391). - -2004-11-21 Sebastien Bacher - - * gnome-network-preferences.c: (cb_http_details_button_clicked): - use the stock_proxy icon for the capplet (Closes: #130624). - -2004-11-09 Mark McLoughlin - - * Makefile.am: install .desktop file in $(datadir)/applications - - * gnome-network-preferences.desktop.in: add OnlyShowIn=GNOME; - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-06-26 Muktha - - * gnome-network-preferences.glade: Allow only numeric values in - spin buttons. Fixes #138654. - -2004-06-21 David Sede?o - - * gnome-network-preferences.glade: Change mnemonic for Username. - Fixes bug #144333 - -2004-05-18 Padraig O'Briain - - * gnome-network-preferences.glade: Mark accessible names for - translation. Fixes bug #136291. - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-07 Jody Goldberg - - * gnome-network-preferences.c : sync the icon with the desktop file - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-03-05 Padraig O'Briain - - * gnome-network-preferences.glade: Add accessible names for port - entry fields. Fixes more of bug #126714. - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-12 Mark McLoughlin - - * gnome-network-preferences.c: (cb_dialog_response), - (cb_details_dialog_response): Update help link to point to - user-guide.xml - -2004-01-16 Padraig O'Briain - - * gnome-network-preferences.glade: Move some declarations so that - AtkRelations are defined. Fixes bug #126714. - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -Tue Aug 26 15:00:34 2003 Jonathan Blandford - - * gnome-network-preferences.c (setup_dialog): Work around peditor - bug that resets the port when we start up for the first time, - #120111 - -2003-07-18 Dennis Cranston - - * gnome-network-capplet.png: New file. - - * Makefile.am, gnome-network-preferences.c: Add the missing - window icon. - -2003-07-18 Christian Neumair - - * gnome-network-preferences.glade: Some more padding fixes. - -2003-07-17 Dennis Cranston - - * gnome-network-preferences.glade: Minor HIG widget padding - adjustments. Fix a mnemonic conflict. - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-15 Malcolm Tredinnick - - * gnome-network-preferences.desktop.in: Use Header - capitalisation for menu items. Fixes bug #112939. - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-02-05 Pasupathi Duraisamy - - * gnome-network-preferences.c: Added "/system/proxy" and - "/system/http_proxy" to the list of directories GConfClient - will watch. Fixes #98596 - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-19 Ross Burton - - * gnome-network-preferences.desktop.in: Fix the desktop file so - that it validates. - -2002-08-08 Seth Nickell - - * gnome-network-preferences.glade: - - Fix alignment. - -2002-07-10 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=85929 - * gnome-network-preferences.c (extract_proxy_host) : validate. - This is not the prettiest way to do this, but it is effective. - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-05-28 Satyajit Kanungo - - * gnome-network-preferences.c : Changed the help file link - to get the help document from user-guide. - -2002-05-26 Jody Goldberg - - * gnome-network-preferences.c (cb_dialog_response) : Improve handling - of help failures. - -Sun May 26 11:45:26 2002 Jonathan Blandford - - * gnome-network-preferences.c (main): use APPID instead of argv[0] - -2002-05-15 Mark McLoughlin - - * gnome-network-preferences.c (setup_dialog): kill workaround - libglade bug that has since been fixed. - -2002-05-08 Jody Goldberg - - * gnome-network-preferences.glade : add help. - - * gnome-network-preferences.c (cb_dialog_response) : fix help. - diff --git a/capplets/windows/ChangeLog b/capplets/windows/ChangeLog deleted file mode 100644 index 188ce9f38..000000000 --- a/capplets/windows/ChangeLog +++ /dev/null @@ -1,470 +0,0 @@ -==================== 2.25.90 ==================== - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -Fri Oct 24 16:56:50 2008 Søren Sandmann - - * gnome-window-properties.c: Use gtk_init() instead of - gnome_program_init(). - -==================== 2.24.0.1 ==================== - -2008-09-12 Christian Persch - - * gnome-window-properties.glade: Reduce spacings to HIG-conform - values. Bug #551878. - -2008-06-21 Jens Granseuer - - Patch by: Matthias Clasen - - * gnome-window-properties.c: (main): - * window-properties.desktop.in.in: update icon name to use what - gnome-icon-theme uses (bug #539343) - -==================== 2.23.2 ==================== - -2007-12-06 Jens Granseuer - - * gnome-window-properties.c: (reload_mouse_modifiers): add a comment - for translators (bug #502087) - -2007-04-27 Rodrigo Moya - - * window-properties.desktop.in.in: renamed Bugzilla product. - -2007-03-23 Priit Laes - - * gnome-window-properties.c: (double_click_titlebar_changed_callback), - (reload_settings), (update_wm), (main): Deprecated GtkOptionMenu to - GtkComboBox conversion. - * gnome-window-properties.glade: Ditto. - Closes bug #421210. - -2007-02-22 Jens Granseuer - - * gnome-window-properties.c: (alt_click_radio_toggled_callback), - (main), (reload_mouse_modifiers): remove some long-dead code; don't leak - stuff on error, either - -2007-01-31 Jens Granseuer - - * gnome-window-properties.c: (main): don't leak the references to the - glade dialog and GnomeProgram - -2007-01-07 Thomas Wood - - Patch by: Elijah Newren - - * gnome-window-properties.c: (try_spawn_config_tool): Avoid markup in - translatable messages. Fixes bug 360449. - -2006-07-23 Sebastien Bacher - - * window-properties.desktop.in.in: don't list the Application category, - patch by Vincent Fretin (Closes: #344321) - -2006-01-03 Rajan Singh - - * gnome-window-properties.c: (fill_radio) (reload_mouse_modifiers) : - Added mnemonics. - * gnome-window-properties.glade : Removed the mnemonic. - -2005-11-14 Kjartan Maraas - - * gnome-window-properties.c: (main): Remove unused code. - -2005-01-02 Sebastien Bacher - - * gnome-window-properties.glade: - patch from Heikki Paajanen (based on the patch - from Andrew Johnson ) - to not set "close" as the default button (Closes: #98202). - -2004-12-15 Sebastien Bacher - - * window-properties.desktop.in.in: changed the tooltip to respect - the HIG. - -2004-11-09 Mark McLoughlin - - * Makefile.am: install .desktop file in $(datadir)/applications - - * window-properties.desktop.in: add OnlyShowIn=GNOME; - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-08-20 Frederic Crozat - - * gnome-window-properties.c: (main): - Use themed icon for window hint. - -2004-07-06 Padraig O'Briain - - * gnome-window-properties.glade: Add mnemnoic widget for - "Interval before raising" and add some label-for/labelled-by - relations. Fixes bug #144586. - -Mon Jun 21 15:52:57 2004 Jonathan Blandford - - * gnome-window-properties.c (set_alt_click_value): Set the radio - group to be inconsistent if no matching modifier is found. - - * gnome-window-properties.c (reload_settings): Check for NULL, - 141453 - -2004-06-07 Kaushal Kumar - - * gnome-window-properties.c (response_cb): Associate the help - button response with the appropriate callback. - Fixes bug #141391. - -2004-05-30 Ole Laursen - - * gnome-window-properties.glade: Revamped the internal design and - inserted headings to make the layout cleaner. - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-08-01 Dennis Cranston - - * gnome-window-properties.glade: Patch to fix spacing between - action area and vbox of preferences dialog. - -2003-07-17 Dennis Cranston - - * gnome-window-properties.glade: Make close the default - button. - -2003-07-17 Dennis Cranston - - * gnome-window-properties.glade: Minor HIG widget padding - adjustments. - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-04-30 Alex Duggan - - * gnome-window-properties.c: use appropriate - window border icon. - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-12-01 Havoc Pennington - - * gnome-window-properties.c: modify to use slider/radio instead of - spinbutton/optionmenu. - - * gnome-window-properties.glade: make UI review changes - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-26 Havoc Pennington - - * gnome-window-properties.c: rewrite - - * Makefile.am (bin_PROGRAMS): remove metacity module, move to - libwindow-settings - (gnome_window_properties_LDADD): properly link to .la file for - libgnome-window-settings, not the installed copy - -2002-10-21 Seth Nickell - - * gnome-window-properties.c: (setup_appearance_option_menu): - - Fix potential segfault. - -2002-10-21 Seth Nickell - - * gnome-window-properties.c: (update_gui): - - Fix segfault caused by a WM where the settings module - wasn't found. - -2002-10-21 Seth Nickell - - Patch from sylvain_pasche@yahoo.fr - - * gnome-window-properties.c: (setup_appearance_option_menu): - - Fix bug that caused a segfault when the GConf theme key - was missing. - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-31 Jacob Berkman - - * metacity-window-manager.c: include sys/types.h before dirent.h - and string.h - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-19 Ross Burton - - * window-properties.desktop.in: Fix the desktop file so it - validates. - -2002-08-08 jacob berkman - - * metacity-window-manager.c (_MetacityWindowManagerPrivate): add - padding so that it builds on non-gcc - -2002-08-08 Seth Nickell - - * metacity-window-manager.c: (metacity_set_theme), - (add_themes_from_dir), (metacity_get_theme_list), - (metacity_set_font), (metacity_set_focus_follows_mouse), - (metacity_get_user_theme_folder), - (metacity_window_manager_class_init): - - Implement all calls for metacity, and check more error - stuff. - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-06-04 Seth Nickell - - * Makefile.am: - - Remove unused CFLAGS; - - * gnome-window-properties.c: (wm_widget_add_wm), - (setup_appearance_option_menu): - - Improve handling of option menus, set the default item. - - * metacity-window-manager.c: (metacity_set_theme), - (add_themes_from_dir), (metacity_get_theme_list), - (metacity_set_font), (metacity_set_focus_follows_mouse), - (metacity_window_manager_class_init): - - Actually do things when the "set" calls are made, improve - intelligence of loading the theme list. Eventually we should - probably do validation on the XML files. - -2002-06-04 Seth Nickell - - * gnome-window-properties.c: (set_wm_change_pending), - (wm_selection_changed), (wm_widget_add_wm), (apply_wm), - (setup_appearance_option_menu), (appearance_changed), - (setup_dialog), (main): - * gnome-window-properties.glade: - * metacity-window-manager.c: (metacity_get_theme_list): - - Handle setting the currently running window manager properly. - - Get the theme list, and make changes based on it to the GConf setting. - -2002-06-02 Seth Nickell - - * Makefile.am: - * gnome-window-properties.c: (wm_selection_changed), - (wm_widget_add_wm), (update_gui), (apply_wm), (create_dialog), - (main): - - Split code for changing window managers into libgnome-window-settings. - This is so in the future we can potentially move this into gnome-settings-daemon, - though for now its not robust enough that we really want to do that. - - * metacity-window-manager.c: (window_manager_new), - (metacity_window_manager_init), (metacity_window_manager_finalize), - (metacity_window_manager_class_init), - (metacity_window_manager_get_type): - * metacity-window-manager.h: - - Update to match changes to gnome-window-manager.h - - * wm-exec.c: - * wm-list.c: - * wm-properties.h: - - Move these into libgnome-window-settings. - - (Jacob, I did make dist, and then built the resulting tarball, hope I - don't cause problems this time :-/) - -2002-05-30 Kjartan Maraas - - * gnome-window-properties.c (main): Use GETTEXT_PACKAGE, not PACKAGE. - Also add bind_textdomain_codeset() call. - * gnome-window-properties.c: Fix some compiler warnings. - -2002-05-15 jacob berkman - - * Makefile.am (libmetacity_la_SOURCES): remove - gnome-window-manager.h - -2002-05-14 Seth Nickell - - * Makefile.am: - * gnome-window-manager.c: - * gnome-window-manager.h: - - Move into a seperate library so the settings daemon - can avail of this code. - -2002-05-11 Seth Nickell - - * .cvsignore: - - Ignore gladep (grrr) files. - - * Makefile.am: - * gnome-window-manager.c: (gnome_window_manager_new): - * gnome-window-manager.h: - * metacity-window-manager.c: (window_manager_new), - (metacity_set_theme), (metacity_get_theme_list), - (metacity_set_font), (metacity_get_focus_follows_mouse), - (metacity_set_focus_follows_mouse), (finalize), (class_init), - (init), (metacity_window_manager_get_type): - * metacity-window-manager.h: - - First pass at adding settings modules. - - * window-capplet.png: - - Use the wm-properties icon. - - * wm-list.c: (wm_list_find), (wm_list_find_exec): - - Nix some warnings caused by non-use of const. - - * gnome-window-properties.c: (setup_dialog): - * gnome-window-properties.glade: - - Tweak appearance some more. - -2002-05-10 Seth Nickell - - * gnome-window-properties.c: (setup_dialog), (main): - - Hook titlebar font into GConf key. - - * window-properties.desktop.in: - - Set title in .desktop file. - -2002-05-10 Seth Nickell - - * gnome-window-properties.c: (set_wm_change_pending), - (state_changed), (create_dialog): - * gnome-window-properties.glade: - - Make the glade file look a little bit better, hide the property widgets when - there is a window manager change pending. - -2002-05-10 Seth Nickell - - * .cvsignore: - * Makefile.am: - * gnome-window-properties.c: (wm_selection_changed), - (wm_widget_clear), (wm_widget_new), (wm_widget_add_wm), - (response_cb), (state_changed), (restart_label_update), - (restart_dialog_raise), (restart_dialog_destroyed), - (show_restart_dialog), (hide_restart_dialog), (update_session), - (init_session), (update_gui), (init_callback), (restart_finalize), - (restart_failure), (show_restart_info), (restart_finish), - (restart_callback), (restart), (revert_callback), - (cancel_callback), (apply_wm), (create_dialog), (main): - * gnome-window-properties.glade: - * window-capplet.png: - * window-properties.desktop.in: - * wm-exec.c: (wm_is_running), (find_gnome_wm_window), - (find_wm_window_from_client), (window_has_wm_state), - (descendent_has_wm_state), (find_wm_window_from_hunt), - (find_wm_window), (start_timeout), (start_do), (kill_timeout), - (wm_restart), (wm_guess_current): - * wm-list.c: (is_blank), (wm_compare), (wm_free), - (wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec), - (wm_list_find_files), (wm_list_read_dir), (wm_list_init), - (wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete), - (wm_list_set_current), (wm_list_get_current), (wm_list_get_revert), - (wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml), - (wm_list_write_to_xml), (xml_read_bool), (xml_write_bool): - * wm-properties.h: diff --git a/help/ChangeLog b/help/ChangeLog deleted file mode 100644 index b94f6b1db..000000000 --- a/help/ChangeLog +++ /dev/null @@ -1,407 +0,0 @@ -2009-03-18 Kostas Papadimas - - * Makefile.am: - * el/el.po: Added Greek translation by Marios Zindilis. - -2009-03-16 Petr Kovar - - * cs/cs.po: Added Czech translation by Lucas Lommer. - * Makefile.am: Added cs to DOC_LINGUAS. - -==================== 2.25.90 ==================== - -==================== 2.25.3 ==================== - -2008-12-18 Bastien Nocera - - * C/config-sound.xml: - * Makefile.am: - * es/config-sound.xml: Remove docs for the sound capplet - -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -2008-10-24 Mario Blättermann - - * de/de.po: Added German translation. - * Makefile.am: Added de to DOC_LINGUAS. - -2008-10-21 Jordi Mallach - - * ca@valencia/ca@valencia.po: New Valencian (Southern Catalan) - translation based on the Catalan file. - * Makefile.am: Added Valencian (Southern Catalan) (ca@valencia) - translation. - -==================== 2.24.0.1 ==================== - -2008-07-08 Gerd Kohlberger - - Remove pa.po from toplevel help dir. A newer version is in - the right location (pa/pa.po). See the changelog entry from - 2007-01-25. - -==================== 2.23.2 ==================== - -2008-03-05 Jorge Gonzalez - - * es/es.po: Updated Spanish translation - -2008-02-15 Luca Ferretti - - * it/it.po: - * Makefile.am: - Added Italian translation. - -2008-01-20 Yannig Marchegay - - * oc.po: Updated Occitan translation. - -2008-01-14 Denis Washington - - * C/config-mouse.xml: - Remove XML header line. - -2008-01-14 Denis Washington - - * C/config-mouse.xml: - Updated to reflect the changes to the mouse capplet, e.g. the new - Accessibility tab. - -2007-12-31 Yannig Marchegay - - * oc.po: Updated Occitan translation. - -2007-12-26 Duarte Loreto - - * pt/pt.po: Added Portuguese translation by Bruno Queiros - . - * Makefile.am: Added Portuguese (pt) to DOC_LINGUAS. - -2007-08-14 Satoru SATOH - - * Makefile.am: Added ja to DOC_LINGUAS. - * ja/ja.po: Added Japanese translation. - -2008-08-03 Jordi Mas - - * Makefile.am: Added ca to DOC_LINGUAS - * pt_BR/pt_BR.po: Added Catalan translation by Joan Duran - -2007-07-01 Leonardo Ferreira Fontenelle - - * pt_BR/pt_BR.po: Fixed header information. - -2007-07-01 Leonardo Ferreira Fontenelle - - * Makefile.am: Added pt_BR to DOC_LINGUAS - * pt_BR/pt_BR.po: Added Brazilian Portuguese translation Wendell Silva - . - -2007-06-28 Clytie Siddall - - * Makefile.am: Add vi to DOC_LINGUAS - * vi.po: Added Vietnamese translation. - -2007-04-23 Jorge Gonzalez - - * es/es.po: Updated Spanish translation - -2007-03-12 Maxim Dziumanenko - - * Makefile.am: Add uk to DOC_LINGUAS - * uk/uk.po: Updated Ukrainian translation. - -2007-02-16 David Lodge - - * en_GB/en_GB.po: Added English (British) translation - * Makefile.am: Added en_GB to DOC_LINGUAS - -2007-01-25 AP Singh Alam - - * pa.po: Moved to pa directory - * Makefile.am: pa is added - -2007-01-20 Daniel Nylander - - * sv/sv.po: Updated Swedish translation. - -2006-11-19 Daniel Nylander - - * sv/sv.po: Updated Swedish translation. - -2006-11-19 Christophe Bliard - - * fr/fr.po: Updated French translation. - -2006-11-16 Daniel Nylander - - * help/sv/sv.po: Updated Swedish translation. - -2006-11-15 Kjartan Maraas - - * C/control-center.xml: Fix build. - -2006-11-15 Kjartan Maraas - - * C/control-center.xml: Add publisher info. - -2006-11-09 Daniel Nylander - - * sv/sv.po: Updated Swedish translation. - -2006-09-03 Daniel Nylander - - * sv/sv.po: Updated Swedish translation. - -2006-09-02 Daniel Nylander - - * sv/sv.po: Updated Swedish translation. - -2006-08-15 Christophe Bliard - - * fr/fr.po: Initial French translation. - -2006-06-25 Nickolay V. Shmyrev - - * ru/ru.po: Initial Russian translation. - -2006-06-06 Daniel Nylander - - * sv/sv.po: Initial Swedish translation. - -2006-03-01 Joachim Noreiko - - * C/control-center.xml: fix for #332184 - radically pruned this for 2.14. - added link to the User Guide for help with prefs. - none of the other xml files are included any more. - -2006-01-20 Alessandro Ferrucci - - Fixes #327784 - - * C/config-accessibility-keyboard.xml: - * C/control-center.xml: Update the scrollkeeper (and yelp) description - for control-center - -2005-07-27 Sebastien Bacher - - * C/config-accessibility-keyboard.xml: - * C/control-center.xml: - fix the make distcheck. - -2005-07-27 Sebastien Bacher - - * .cvsignore: - * C/Makefile.am: - * C/control-center-C.omf: - * Makefile.am: - * control-center.omf.in: - switch to gnome-doc-utils. - -2005-07-20 Rodrigo Moya - - * C/config-screensaver.xml: specify the fact that it works with both - xscreensaver and gnome-screensaver. - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-05-16 Jody Goldberg - - * C/config-file-type.xml : escape the ampersand. - - * C/Makefile.am (dist) : install control-center.xml and - config-default-apps.xml. - -2002-04-23 Jody Goldberg - - * C/control-center.xml : link in the place holders and add an - accessibilty section to mirror the ui. - - * C/config-file-type.xml : Add place holder. - * C/config-accessibility-keyboard.xml : ditto. - -2002-04-05 Kevin Breit - - * C/config-themes.xml: Fixed a typo that caused breakage. - - * C/config-keybindings.xml: Fixed some gross breakage while adding this file to CVS. - - * C/control-center-C.omf: Added file to CVS. - -2002-03-31 Kevin Breit - - * C/control-center.xml: Enabled theme selector in documentation. - - * C/config-themes.xml: Added the theme selector documentation. - -2002-03-23 Kevin Breit - - * C/config-keybindings.xml: Added file to CVS. - - * C/control-center.xml: Added the keybindings capplet so that it will compile. - -2002-03-22 Kevin Breit - - * C/control-center.xml: Hooked the background stuff into this file. It builds properly. - - * C/config-background.xml: Created the file. - -2002-03-21 Kevin Breit - - * C/control-center.xml: Updated the file with the latest order and amount of things. - -2002-03-17 Kevin Breit - - * xmldocs.make: Added to CVS. I am a dummy, didn't add this. - -2002-03-14 Kevin Breit - - * C/Makefile.am: Added to cvs. - Made this file work actually. Added a lot of stuff. - - * Makefile.am: Removed EXTRA_DIST part. - -2002-03-08 Kevin Breit - - * C/config-default-apps.xml: Added this file to CVS. - - * C/config-sound.xml: Added this file to CVS. - -2002-02-19 Kevin Breit - - * C/config-cds.xml: Wrote the documentation for this. Added to CVS. - - * C/config-html.xml: Fixed a typo that caused building to break. - - * C/control-center.xml: Added behavior and cds documentation to the list. - -2002-02-15 Kevin Breit - - * C/config-behavior.xml: Rewrote this for Gnome 2. - -2002-02-11 Kevin Breit - - * C/config-screensaver.xml: Finished documenting this. The advanced tab is covered. It could use some more revision, but oh well! That is for the future. - -2002-02-10 Kevin Breit - - * C/config-screensaver.xml: Did a bit of work on this. I still need to work on the advanced tab though. I added the file to CVS. - -2002-02-08 Kevin Breit - - * C/config-mouse.xml: Updated for XML and the new user interface. - - * C/config-kbd.xml: Reworded things. - Updated to be Gnome 2.0 ready. - - * C/config-hints.xml: Added to CVS - - * C/config-default-apps.xml: Added to CVS. It's ready to go for XML. - - * C/control-center.xml: Changed this to use xml files instead of sgml - - * C/config-sound.xml: Added to CVS. This is now XMLified with complete Gnome 2 documentation for the sound capplet. - - * C/control-center.xml: Added to CVS. Should be XML valid. - - * C/control-center.sgml: Removed file from CVS. Will be replacing shortly. diff --git a/libwindow-settings/ChangeLog b/libwindow-settings/ChangeLog deleted file mode 100644 index acb5e3847..000000000 --- a/libwindow-settings/ChangeLog +++ /dev/null @@ -1,362 +0,0 @@ -==================== 2.25.90 ==================== - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== - -==================== 2.25.1 ==================== - -Fri Oct 24 16:56:23 2008 Søren Sandmann - - * gnome-wm-manager.c (gnome_wm_manager_init): Use correct path for - window manager properties - -Fri Oct 24 16:08:17 2008 Søren Sandmann - - * gnome-wm-manager.c (gnome_wm_manager_init): Use glib path - builders instead of the ones in libgnome. - -2008-10-06 Matthias Clasen - - Bug 554962 – maixmize horizontally/vertically doesn't work with - metacity - - * metacity-window-manager.c: Use the right values for the - h/v maximization titlebar doubleclick action. - -==================== 2.24.0.1 ==================== - -==================== 2.23.2 ==================== - -2008-03-27 Cosimo Cecchi - - * metacity-window-manager.c: (metacity_change_settings), - (metacity_get_settings), (metacity_get_double_click_actions): - add "Maximize Vertically" and "Maximize Horizontally" to possible - double-click actions. Closes bug #329503. - -2007-08-12 Jens Granseuer - - * metacity-window-manager.c: (metacity_change_settings), - (metacity_get_settings), (metacity_get_double_click_actions): - expose missing metacity double-click actions. Closes bug #416541. - -2007-03-05 Jens Granseuer - - Patch by: Loic Minier - - * Makefile.am: add GNOMECC_LIBS to linker args. Closes bug #413468. - -2007-01-17 Kjartan Maraas - - * gnome-wm-manager.c: (wm_load): Call gnome_desktop_item_new_from_file - with the right arguments. Closes bug #382039. - -2005-11-14 Kjartan Maraas - - * gnome-window-manager.c: (gnome_window_manager_class_init): - Remove some unused code. - -2005-07-19 Mark McLoughlin - - See http://mail.gnome.org/archives/desktop-devel-list/2005-July/msg00341.html - - * wm-exec.c, wm-list.c, wm-properties.h: remove old crufty - code. - - * Makefile.am: update. - -2004-12-25 Kjartan Maraas - - * gnome-wm-manager.c: s/gboolean/guint/ in single bitfield to - quiet warnings from sparse. - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -Mon Jun 21 17:41:23 2004 Jonathan Blandford - - * gnome-window-manager.c (gnome_wm_settings_copy|free): add copy - and free functions for the WM settings. - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-05-16 J.H.M. Dassen (Ray) - - * Makefile.am: Added libgnome_window_settings_la_LIBADD to get complete - inter-library dependency information into the library. - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -Fri May 2 17:48:07 2003 Jonathan Blandford - - * metacity-window-manager.c (add_themes_from_dir): better error - checking. - -2003-03-30 Andrew Sobala - - * gnome-window-settings-2.0.pc.in: - s/-lwindow-settings/-lgnome-window-settings/ - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -Tue Jan 21 01:15:14 2003 Jonathan Blandford - - * Release 2.2.0 - -2003-01-19 Mikael Hallendal - - * metacity-window-manager.c: - (add_themes_from_dir): Fixed bug that caused not all themes to be - loaded properly. - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2003-01-08 Jody Goldberg - - http://bugzilla.gnome.org/show_bug.cgi?id=101433 - * gnome-window-manager.c - (gnome_window_manager_get_double_click_actions) : fix trivial - stupidity. How did this last so long ? - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -Thu Oct 31 17:52:31 2002 Jonathan Blandford - - * metacity-window-manager.c (metacity_get_theme_list): Get the - themes from the new location, instead of the old one. - - * metacity-window-manager.c (metacity_get_settings): simplify - logic and fix bug. - -2002-10-26 Havoc Pennington - - * gnome-window-manager.c: handle NULL fields in the class struct; - and replace the individual setters with get/set for a big - struct with flags indicating which fields we care about, - a la a graphics context. Add settings_changed signal. - (gnome_window_manager_get_type): change object name to - GnomeWindowManager not GWindowManager - - * gnome-window-manager.h (struct _GnomeWindowManagerClass): add - padding to the class struct - - * Makefile.am: move metacity module here from capplets/windows/ - (libgnome_window_settings_la_SOURCES): don't build the code to - switch window managers, it was bitrotted and broken anyway, and - isn't in the UI right now. Keep the code in EXTRA_DIST in case - someone wants to recover it. Move some relevant bits to - gnome-wm-manager.c - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-08-26 Jody Goldberg - - * gnome-wm-manager.c (gnome_wm_manager_get_current) : handle NULL. - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-08 Seth Nickell - - * gnome-window-manager.c: (gnome_window_manager_set_theme), - (gnome_window_manager_get_theme_list), - (gnome_window_manager_set_font), - (gnome_window_manager_set_focus_follows_mouse), - (gnome_window_manager_get_user_theme_folder), - (gnome_window_manager_class_init): - * gnome-window-manager.h: - - Add get_user_theme_folder, fix some minor bugs. - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-06-04 Seth Nickell - - * gnome-window-manager.c: (gnome_window_manager_new): - - Change to X-GnomeWMSettingsLibrary, because its evil to add new items to - .desktop files without the X :-) - -2002-06-04 Seth Nickell - - * gnome-window-manager.c: (gnome_window_manager_new), - (gnome_window_manager_class_init): - * gnome-window-manager.h: - - Get rid of "get" calls, since we should just rely on the GConf settings being right. - Otherwise you get ambiguous problems with merging settings, figuring out which - takes predecedence, etc. - -2002-06-04 Seth Nickell - - * gnome-window-manager.c: (gnome_window_manager_get_ditem): - * gnome-window-manager.h: - * gnome-wm-manager.c: (gnome_wm_manager_set_current), - (gnome_wm_manager_get_current), (gnome_wm_manager_same_wm): - * gnome-wm-manager.h: - - Clean the APIs a little bit, add a mechanism for discovering if two GnomeWindowManager *s are - the same Window Manager underneath. - -2002-06-03 Kjartan Maraas - - * .cvsignore: Add newline - * gnome-wm-manager.c: Added #include - -2002-06-02 Seth Nickell - - * .cvsignore: - - Update to deal with the .pc file that gets generated. - - * Makefile.am: - - Build a real library, not just a non-installed. This is to get around - problems dealing with GObject inheritance and static memory problems. We - have a run time loaded object deriving from the library, so it has to link it in. But then - the problem that occurs is that both the run-time loaded library and the - program that calls it statically link the .la in. Then they have different - memory spaces, and type registration goes to pot. Open to suggestions if there's - a way of doing this without making an installed library. - - * gnome-window-manager.c: (gnome_window_manager_new), - (gnome_window_manager_get_name), (gnome_window_manager_set_theme), - (gnome_window_manager_get_theme_list), - (gnome_window_manager_set_font), - (gnome_window_manager_get_focus_follows_mouse), - (gnome_window_manager_set_focus_follows_mouse), - (gnome_window_manager_init), (gnome_window_manager_finalize), - (gnome_window_manager_class_init), (gnome_window_manager_get_type): - * gnome-window-manager.h: - - Lots of formatting fixes, change some of the boilerplate. - - * gnome-window-settings-2.0.pc.in: - - Since we're installing a library, go the whole way. Its good to make this - easy to depend on for external window managers anyway, now that I think - of it. - - * gnome-wm-manager.c: (gnome_wm_manager_init), - (gnome_wm_manager_get_list), (gnome_wm_manager_set_current), - (gnome_wm_manager_get_current), - (gnome_wm_manager_change_wm_to_settings), (restart_label_update), - (restart_dialog_raise), (restart_dialog_destroyed), - (show_restart_dialog), (hide_restart_dialog), (init_session), - (update_session), (init_callback), (restart_finalize), - (restart_failure), (show_restart_info), (restart_finish), - (restart_callback), (restart), (revert_callback), - (cancel_callback): - * gnome-wm-manager.h: - - Add code for doing the window manager switch to the library, - snitched out of wm-properties. Its probably a little broken right now. - - * wm-exec.c: (wm_is_running), (find_gnome_wm_window), - (find_wm_window_from_client), (window_has_wm_state), - (descendent_has_wm_state), (find_wm_window_from_hunt), - (find_wm_window), (start_timeout), (start_do), (kill_timeout), - (wm_restart), (wm_guess_current): - * wm-list.c: (is_blank), (wm_compare), (wm_free), - (wm_check_present), (wm_copy), (wm_list_find), (wm_list_find_exec), - (wm_list_find_files), (wm_list_read_dir), (wm_list_init), - (wm_list_save), (wm_list_revert), (wm_list_add), (wm_list_delete), - (wm_list_set_current), (wm_list_get_current), (wm_list_get_revert), - (wm_read_from_xml), (wm_list_read_from_xml), (wm_write_to_xml), - (wm_list_write_to_xml), (xml_read_bool), (xml_write_bool): - * wm-properties.h: - - Take wm-switching code out of the capplet, move it here. - - (Jacob, I did a make dist and build the resulting tarball, hope things - don't break for you this time ... ) - -2002-05-15 jacob berkman - - * Makefile.am: don't link against libs, like libbackground does - -2002-05-14 Seth Nickell - - * .cvsignore: - * Makefile.am: - * gnome-window-manager.c: (gnome_window_manager_new): - * gnome-window-manager.h: - - Move code out of window capplet into a seperate library so the settings - daemon can avail of it. diff --git a/po/ChangeLog b/po/ChangeLog deleted file mode 100644 index 3dc3e7b12..000000000 --- a/po/ChangeLog +++ /dev/null @@ -1,12579 +0,0 @@ -2009-06-10 Manoj Kumar Giri - - * hi.po: Committed Hindi Translation on behalf of Rajesh Ranjan. - -2009-06-08 Manoj Kumar Giri - - * or.po: Updated Oriya Translation. - -2009-04-18 Funda Wang - - * zh_CN.po: Updated zh_CN translation from Xiyue Deng. - -2009-04-15 Khaled Hosny - - * ar.po: Updated Arabic translation. - -2009-04-14 Petr Kovar - - * cs.po: Fixed Czech translation. - -2009-04-13 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2009-04-10 Reşat SABIQ - - * LINGUAS: crh - * crh.po: Added Crimean Tatar (Crimean Turkish) translation. - -2009-04-05 Nikos Charonitakis - - * el.po: Updated Greek translation by alefteris. - -2009-04-04 Claude Paroz - - * fr.po: Updated French translation (fixes proposed by Bruno Brouard). - -2009-04-01 Christian Kirbach - - * de.po: Updated German translation. - -2009-03-30 Raivis Dejus - - * lv.po: Updated Latvian translation. - -2009-03-30 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2009-03-27 Marcel Telka - - * sk.po: Updated Slovak translation by Pavol Šimo. - -2009-03-25 Manoj Kumar Giri - - * or.po: Updated Oriya Translation. - -2009-03-24 Shankar Prasad - - * kn.po: Updated Kannada translations. - -2009-03-23 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2009-03-23 Shankar Prasad - - * kn.po: Updated Kannada translations. - -2009-03-22 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2009-03-21 Goran Rakic - - * sr.po, sr@latin.po: Updated Serbian translation by Miloš Popović. - -2009-03-20 Milo Casagrande - - * it.po: Updated Italian translation. - -2009-03-20 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2009-03-20 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2009-03-19 Jürg Billeter - - * de.po: Updated German translation. - -2009-03-18 Djihed Afifi - - * ar.po: Updated Arabic translation by Djihed Afifi. - -2009-03-18 Gabor Kelemen - - * hu.po: Translation updated. - -2009-03-17 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2009-03-16 Baris Cicek - - * tr.po: Updated Turkish translation. - -2009-03-16 Wouter Bolsterlee - - * nl.po: Updated Dutch translation by Tino Meinen. - -2009-03-16 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2009-03-16 Krishnababu K - - * te.po: Updated Telugu Translation. - -2009-03-16 Manoj Kumar Giri - - * or.po: Updated Oriya Translation. - -2009-03-16 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2009-03-16 Amitakhya Phukan - - * as.po: Updated Assamese translations. - -2009-03-16 Amitakhya Phukan - - * as.po: Updated Assamese translations. - -2009-03-16 Krishnababu K - - * te.po: Updated Telugu Translation. - -2009-03-16 Rajesh Ranjan - - * mai.po: added Maithili translation. - * LINGUAS: Added Maithili (mai) to the list of Languages. - -2009-03-15 Andre Klapper - - * af.po: Updated Afrikaans translation on behalf of Friedel Wolff. - Fixes bug #574078. - -2009-03-14 - - * ta.po: Tamil Translation updated - -2009-03-14 Ignacio Casal Quinteiro - - * gl.po: Updated Galician translation - -2009-03-13 Kostas Papadimas - - * el.po: Updated Greek Translation by Jennie Petoumenou. - -2009-03-13 Ani Peter - - * ml.po: Updated Malayalam Translations - -2009-03-13 Sandeep Shedmake - - * mr.po: Updated Marathi Translations. - -2009-03-13 Runa Bhattacharjee - - * bn_IN.po: Updated Bengali India Translation - -2009-03-12 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2009-03-11 Yair Hershkovitz - - * he.po: Updated Hebrew translation by Yaron Sharabani. - -2009-03-11 Krishnababu K - - * te.po: Updated Telugu Translation. - -2009-03-10 Ankitkumar Patel - - * gu.po: Updated Gujarati Translations. - -2009-03-10 Tommi Vainikainen - - * fi.po: Updated Finnish translation. - -2009-03-10 Hendrik Richter - - * de.po: Updated German translation. - -2009-03-09 Nickolay V. Shmyrev - - * ru.po: Updated Russian translation. - -2009-03-09 Rajesh Ranjan - - * hi.po: Updated Hindi Translation. - -2009-03-08 Petr Kovar - - * cs.po: Updated Czech translation. - -2009-03-08 Mark Krapivner - - * he.po: Updated Hebrew translation. - -2009-03-08 Gintautas Miliauskas - - * lt.po: Updated Lithuanian translation. - -2009-03-07 Milo Casagrande - - * it.po: Updated Italian translation. - -2009-03-07 Takeshi AIHANA - - * ja.po: Fixed wrong translation. - -2009-03-05 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2009-03-05 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2009-03-05 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2009-03-04 Og Maciel - - * pt_BR.po: Updated Brazilian Portuguese translation by - Andre Gondim. - -2009-03-05 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2009-03-04 Philip Withnall - - * en_GB.po: Updated British English translation. - -2009-03-03 Gabor Kelemen - - * hu.po: Translation updated. - -2009-03-03 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2009-03-03 I. Felix - - * ta.po: Bug # 554507, 561193 corrected - -2009-03-03 Christian Kirbach - - * de.po: Updated German translation. - -==================== 2.25.92 ==================== - -2009-03-02 Milo Casagrande - - * it.po: Updated Italian translation - -2009-03-02 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2009-03-01 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2009-02-28 Gabor Kelemen - - * hu.po: Translation updated. - -2009-02-28 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2009-02-28 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2009-02-28 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2009-02-28 Og Maciel - - * it.po: Updated Italian translation by Milo Casagrande. - -2009-02-28 Philip Withnall - - * en_GB.po: Updated British English translation. - -2009-02-27 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2009-02-27 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2009-02-27 Og Maciel - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2009-02-25 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation by Ihar Hrachyshka. - -2009-02-23 Philip Withnall - - * en_GB.po: Updated British English translation. - -2009-02-21 Og Maciel - - * pt_BR.po: Updated Brazilian Portuguese translation by - André Gondim. - -2009-02-20 Gabor Kelemen - - * hu.po: Translation updated. - -2009-02-19 Gil Forcada - - * ca.po: Updated Catalan translation. - -2009-02-18 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2009-02-17 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2009-02-17 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2009-02-15 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2009-02-15 Kenneth Nielsen - - * da.po: Updated Danish translation by Ask H. Larsen - -2009-02-15 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2009-02-14 Claude Paroz - - * fr.po: Updated French translation by Laurent Coudeur and Claude Paroz. - -2009-02-14 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2009-02-14 Gabor Kelemen - - * hu.po: Translation updated. - -2009-02-13 Jani Monoses - - * ro.po: Updated Romanian translation - by Adi Roiban - -2009-02-13 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2009-02-13 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2009-02-12 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2009-02-12 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2009-02-11 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2009-02-11 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2009-02-10 Gil Forcada - - * ast.po: Updated Asturian translation on behalf of Mikel González. - -2009-02-09 Jonh Wendell - - * pt_BR.po: Brazilian Portuguese translation updated by Andre Gondim - and myself. - -2009-02-08 Mark Krapivner - - * he.po: Updated Hebrew translation. - -2009-02-08 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2009-02-08 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2009-02-07 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2009-02-07 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2009-02-06 Gabor Kelemen - - * hu.po: Translation updated. - -2009-02-05 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2009-02-05 Sweta Kothari - - * gu.po: Committed Gujarati Translation. - -==================== 2.25.90 ==================== - -2009-02-04 Vincent Untz - - * POTFILES.skip: updated - -2009-02-04 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2009-02-01 Gabor Kelemen - - * POTFILES.in: Added files in capplets/network. Fixes bug #570094 - -2009-02-01 Gintautas Miliauskas - - * lt.po: Updated Lithuanian translation. - -2009-02-01 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2009-01-30 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2009-01-30 Manoj Kumar Giri - - * or.po: Updated Oriya Translation. - -2009-01-27 Jonh Wendell - - * pt_BR.po: Brazilian Portuguese translation updated by Henrique P. Machado. - -2009-01-27 Gil Forcada - - * ca.po: Updated Catalan translation by Joan Duran. - * POTFILES.in: Removed non existing files. - -2009-01-24 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2009-01-24 甘露(Gan Lu) - - * zh_CN.po: Updated Chinese Simplified translation - -2009-01-21 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2009-01-16 Thierry Randrianirian - - * mg.po: Updated Malagasy translation. - -2009-01-12 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2009-01-10 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2009-01-09 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2009-01-08 Nurali Abdurahmonov - - * uz.po: Added Uzbek translations by Nurali. - * LINGUAS: added uz and uz@cyrillic - * uz@cyrillic.po: added uzbek cyrillic transklations by Nurali - -2009-01-05 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2009-01-01 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -==================== 2.25.3 ==================== - -2008-12-18 Bastien Nocera - - * POTFILES.in: Remove sound capplet files - -2008-12-18 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2008-12-15 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -==================== 2.25.2 ==================== - -2008-11-30 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-11-27 Bastien Nocera - - * POTFILES.in: Add new files from the fingerprint - enrollment support - -2008-11-09 Luca Ferretti - - * it.po: Updated Italian translation from stable branch. - -2008-11-09 Jorge Gonzalez - - * es.po: Updated Spanish translation - -==================== 2.25.1 ==================== - -2008-11-05 Vincent Untz - - * POTFILES.skip: updated - -2008-10-30 Maxim Dziumanenko - - * uk.po: Update Ukrainian translation. - -2008-10-26 Leonardo Ferreira Fontenelle - - * pt_BR.po: Merged from branch gnome-2-24 fixes in Brazilian Portuguese - translation. - -2008-10-24 Priit Laes - - * et.po: Translation updated by Priit Laes - -2008-10-24 Priit Laes - - * et.po: Translation updated by Priit Laes - -2008-10-23 Gil Forcada - - * LINGUAS: Added ast. - * ast.po: Added Asturian translation on behalf of Mikel González. - -2008-10-21 Jordi Mallach - - * ca@valencia.po: New Valencian (Southern Catalan) translation - based on the Catalan file. - * LINGUAS: Added ca@valencia. - -2008-10-18 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation (merged from gnome-2-24 branch). - -2008-10-17 Kenneth Nielsen - - * da.po: Updated Danish translation - -2008-10-16 Marcel Telka - - * sk.po: Updated Slovak translation by Pavol Šimo. - -2008-10-13 Kenneth Nielsen - - * da.po: Updated Danish translation by Kenneth Nielsen - -2008-10-12 Petr Kovar - - * cs.po: Updated Czech translation. - -2008-10-11 Leonardo Ferreira Fontenelle - - * pt_BR.po: Merged from branch gnome-2-24. - -2008-10-06 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2008-10-06 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-10-06 Gabor Kelemen - - * hu.po: Translation updated. - -2008-10-05 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-10-03 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-10-02 Ignacio Casal Quinteiro - - gl.po: Updated Galician translation - -2008-09-30 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-09-29 Wouter Bolsterlee - - * nl.po: Updated Dutch translation by Wouter Bolsterlee. - -2008-09-29 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-09-29 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2008-09-29 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2008-09-28 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2008-09-28 Goran Rakić - - * sr.po, sr@latin.po: Updated Serbian translation. - -2008-09-27 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -==================== 2.24.0.1 ==================== - -2008-09-24 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-09-23 Timo Jyrinki - - * fi.po: Updated Finnish translation. - -2008-09-22 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-09-22 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-09-21 Mugurel Tudor - - * ro.po: Updated Romanian translation by - Mişu Moldovan - -2008-09-21 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2008-09-21 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-09-21 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-09-21 Gintautas Miliauskas - - * lt.po: Updated Lithuanian translation. - -2008-09-20 Kenneth Nielsen - - * da.po: Updated Danish translation by Ask H. Larsen - -2008-09-20 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-09-20 Laurent Dhima - - * sq.po: Updated Albanian Translation. - -2008-09-20 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-09-20 Kostas Papadimas - - * el.po: Updated Greek Translation. - -2008-09-19 Goran Rakic - - * sr.po, sr@latin.po: Updated Serbian translation (by Miloš Popović). - -2008-09-19 Sweta Kothari - - * gu.po: Committed Gujarati Translation. - -2008-09-18 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2008-09-18 Inaki Larrañaga Murgoitio - - * eu.po: Updated Basque translation. - -2008-09-18 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2008-09-18 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2008-09-18 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2008-09-17 I. Felix - - * ta.po: Tamil Translation updated by Tirumurthi Vasudevan - -2008-09-16 Praveen Arimbrathodiyil - - * ml.po: Malayalam translation updated by Ashik Salahudeen. - -2008-09-17 Runa Bhattacharjee - - * bn_IN.po: Updated Bengali India Translation - -2008-09-16 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-09-15 Laurent Dhima - - * sq.po: Updated Albanian Translation. - -2008-09-15 Gabor Kelemen - - * hu.po: Translation updated. - -2008-09-15 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2008-09-15 Pema Geyleg - - * dz.po: Updated Dzongkha Translation - -2008-09-13 Leonardo Ferreira Fontenelle - - * pt_BR.po:Terminology fixes in Brazilian Portuguese translation. - -2008-09-13 Gabor Kelemen - - * hu.po: Translation updated. - -2008-09-13 Baris Cicek - - * tr.po: Updated Turkish Translation. - -2008-09-12 Philip Withnall - - * en_GB.po: Updated British English translation. - -2008-09-11 Sandeep Shedmake - - * mr.po: Committed Marathi Translations. - -2008-09-11 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-09-10 Sweta Kothari - - * gu.po: Committed Gujarati Translation. - -2008-09-10 Sweta Kothari - - * gu.po: Committed Gujarati Translation. - -2008-09-09 Robert Sedak - - * hr.po: Updated Croatian translation. - -2008-09-08 Robert Sedak - - * hr.po: Updated Croatian translation. - -2008-09-08 Hendrik Richter - - * de.po: Updated German translation. - -2008-09-07 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2008-09-07 Reinout van Schouwen - - * nl.po: Updated Dutch translation (msgctxt) - -2008-09-07 Reinout van Schouwen - - * nl.po: Updated Dutch translation - -2008-09-07 Leonardo Ferreira Fontenelle - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2008-09-07 Petr Kovar - - * cs.po: Updated Czech translation. - -2008-09-07 Philip Withnall - - * en_GB.po: Updated British English translation. - -2008-09-07 Gil Forcada - - * ca.po: Minor fixes. - -2008-09-06 Funda Wang - - * zh_CN.po: Updated zh_CN translation. - -2008-09-05 Gil Forcada - - * ca.po: Updated Catalan translation by Joan Duran. - -2008-09-05 Hendrik Richter - - * de.po: Updated German translation. - -2008-09-05 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2008-09-05 Hendrik Richter - - * de.po: Updated German translation. - -2008-09-05 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2008-09-05 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2008-09-04 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-09-03 Hendrik Richter - - * de.po: Updated German translation. - -2008-09-03 Hendrik Richter - - * de.po: Updated German translation. - -2008-09-02 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2008-09-02 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2008-09-02 Nguyễn Thái Ngọc Duy - - * vi.po: Updated Vietnamese translation - -2008-09-01 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-09-01 Nickolay V. Shmyrev - - * ru.po: Updated Russian translation. - -2008-08-30 Ignacio Casal Quinteiro - - * gl.po: Updated Galician translation. - -2008-08-30 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-08-29 Seán de Búrca - - * ga.po: Updated Irish translation. - -2008-08-29 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-08-29 Arangel Angov - - * mk.po: Updated Macedonian translation. - -2008-08-28 Claude Paroz - - * fr.po: Updated French translation. - -2008-08-28 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-08-28 Petr Kovar - - * cs.po: Updated Czech translation. - -2008-08-27 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-08-27 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2008-08-27 Leonardo Ferreira Fontenelle - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2008-08-26 Yair Hershkovitz - - * he.po: Updated Hebrew translation by Mark Krapivner. - -2008-08-26 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2008-08-26 Runa Bhattacharjee - - * bn_IN.po: Updated Bengali India Translation - -2008-08-25 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-08-25 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2008-08-25 Ignacio Casal Quinteiro - - gl.po: Updated Galician translation - -2008-08-25 Theppitak Karoonboonyanan - - * POTFILES.in: Remove vanished libslab/libslab-bookmarkfile.c. - * th.po: Updated Thai translation. - ->>>>>>> .r8974 -2008-08-25 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2008-08-20 Leonardo Ferreira Fontenelle - - * pt_BR.po: Brazilian Portuguese translation updated by Djavan - Fagundes. - -2008-08-20 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2008-08-20 Tomasz Dominikowski - - * pl.po: Updated Polish translation - -2008-08-17 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-08-17 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2008-08-16 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation by Ihar Hrachyshka. - -2008-08-15 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-08-14 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-08-13 Seán de Búrca - - * ga.po: Updated Irish translation. - -2008-08-12 Og Maciel - * pt_BR.po: Updated translation by Djavan Fagundes. - -2008-08-12 Ilkka Tuohela - * fi.po: Updated Finnish translation. - -2008-08-12 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2008-08-11 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2008-08-10 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-08-10 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2008-08-08 Ignacio Casal Quinteiro - - gl.po: Updated Galician translation - -2008-08-07 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-08-07 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2008-08-06 Og Maciel - - * pt_BR.po: Updated translation by Djavan Fagundes. - -2008-08-6 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2008-08-03 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-08-02 Leonardo Ferreira Fontenelle - - * pt_BR.po: Terminology fixes by Fabrício Godoy. - -2008-07-31 Ignacio Casal Quinteiro - - gl.po: Updated Galician translation - -2008-07-29 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2008-07-28 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-07-28 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-07-28 Bastien Nocera - - * POTFILES.in: Add a few more files to translate, from the - libcanberra support - -2008-07-27 Leonardo Ferreira Fontenelle - - * pt_BR.po: Fixed translation of "lock" (by Vladimir Melo). - -2008-07-26 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-07-26 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-07-26 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-07-21 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-07-19 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-07-17 Claude Paroz - - * fr.po: Updated French translation by Bruno Brouard and Claude Paroz. - -2008-07-16 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2008-07-15 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-07-14 Claude Paroz - - * POTFILES.in: Updated file list. - -2008-07-07 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation by Ihar - Hrachyshka. - -2008-07-05 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-07-02 Yannig Marchegay - - * oc.po: Updated Occitan translation. - -2008-06-27 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-06-25 Kjartan Maraas - - * POTFILES.in: Add missing file. - * nb.po: Updated Norwegian bokmål translation. - -2008-06-18 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-06-16 Rodrigo Moya - - * POTFILES.in: - * POTFILES.skip: skip themus files - -2008-06-11 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2008-06-11 Gabor Kelemen - - * hu.po: Translation updated. - -2008-06-11 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-06-08 Funda Wang - - * zh_CN.po: Updated zh_CN translation. - -2008-06-07 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-06-07 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-06-03 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-06-02 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2008-06-01 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2008-06-01 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-05-25 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2008-05-19 Djihed Afifi - - * ar.po: Updated Arabic Translation by Anas Husseini. - -==================== 2.23.2 ==================== - -2008-05-17 Vincent Untz - - * POTFILES.in: updated - -2008-05-14 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-05-09 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-05-08 Stéphane Raimbault - - * fr.po: Updated French translation. - -2008-05-06 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-05-03 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2008-05-01 Leonardo Ferreira Fontenelle - - * pt_BR.po: Updated Brazilian Portuguese translation by Henrique - P Machado. - -2008-04-30 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-04-30 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-04-30 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-04-25 Gabor Kelemen - - * hu.po: Translation updated. - -2008-04-19 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-04-17 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-04-13 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Yavor Doganov - -2008-04-11 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-04-07 Eskild Hustvedt - - * nn.po: Updated Norwegian Nynorsk translation. - -2008-04-07 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-04-06 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-04-05 Gabor Kelemen - - * hu.po: Translation updated - -2008-04-03 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2008-04-01 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-03-30 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-03-28 Vladimer Sichinava - - * ka.po: Updated Georgian translation. - -2008-03-25 Philip Withnall - - * en_GB.po: Updated British English translation. - -2008-03-23 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-03-20 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-03-15 Yuri Kozlov - - * ru.po: Updated Russian translation. - -2008-03-12 Sunil Mohan Adapa - - * te.po: Updated Telugu traslation done by - Krishna Babu K . - -2008-03-10 Rahul Bhalerao - - * mr.po: Updated Marathi Translation by Sandeep Shedmake. - -2008-03-10 Amitakhya Phukan - - * as.po: Updated assamese translations. - -2008-03-10 Kostas Papadimas - - * el.po: Updated Greek translation - -2008-03-09 Rajesh Ranjan - - * hi.po: Hindi Translation updated - -2008-03-09 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-03-09 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2008-03-09 Kenneth Nielsen - - * da.po: Updated Danish translation - -2008-03-09 Gintautas Miliauskas - - * lt.po: Committed Lithuanian translation by Vytautas Liuolia. - -2008-03-8 Djihed Afifi - - * ar.po: Updated Arabic Translation by Anas Husseini. - -2008-03-08 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-03-08 Runa Bhattacharjee - - * bn_IN.po: Corrected errors related to plural form - -2008-03-08 Gabor Kelemen - - * hu.po: Translation updated - -2008-03-07 Maxim Dziumanenko - - * uk.po: Update Ukrainian translation. - -2008-03-06 Hendrik Richter - - * de.po: Updated German translation. - -2008-03-05 Stéphane Raimbault - - * fr.po: Updated French translation. - -2008-03-05 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-03-04 Hendrik Richter - - * de.po: Updated German translation. - -2008-03-04 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-03-04 Amitakhkya Phukan - - * as.po: Updated assamese translations. - -2008-03-04 Amitakhkya Phukan - - * as.po: Updated assamese translations. - -2008-03-04 Amitakhya Phukan - - * as.po: Updated Assamese translations. - -2008-03-03 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-03-04 Takeshi AIHANA - - * ja.po: Fixed wrong translations. - -2008-03-03 Rahul Bhalerao - - * mr.po: Updated Marathi translations from Sandeep Shedmake. - -2008-03-03 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-03-02 Philip Withnall - - * en_GB.po: Fixed British English translation. - -2008-03-02 Philip Withnall - - * en_GB.po: Updated British English translation. - -2008-03-02 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-03-01 Leonardo Ferreira Fontenelle - - * pt_BR.po: Minor fix in Brazilian Portuguese translation. - -2008-02-29 Matthias Clasen - - * fi.po: Fix syntax of gconf default value translation. - -2008-02-29 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-02-28 Hendrik Richter - - * de.po: Updated German translation. - -2008-02-27 Hendrik Richter - - * de.po: Updated German translation. - -2008-02-25 Inaki Larranaga Murgoitio - - * eu.po: Fixed a message typo. - -2008-02-23 Jonh Wendell - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2008-02-23 Åsmund Skjæveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2008-02-23 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2008-02-20 Claude Paroz - - * fr.po: Updated French translation. - -2008-02-20 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2008-02-20 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2008-02-18 Gil Forcada - - * ca.po: Updated Catalan translation by Joan Duran. - -2008-02-18 Marcel Telka - - * sk.po: Updated Slovak translation by Pavol Šimo. - -2008-02-18 Runa Bhattacharjee - - * kn.po: Added Kannada Translations by Shankar Prasad - * LINGUAGS: Added Kannada (kn) to the list of languages - -2008-02-18 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2008-02-17 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2008-02-17 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2008-02-17 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2008-02-16 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-02-16 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2008-02-16 Arangel Angov - - * mk.po: Updated Macedonian translation. - -2008-02-16 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2008-02-16 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2008-02-15 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-02-14 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-02-14 Pawan Chitrakar - - * ne.po: Updated Nepali Translation. - -2008-02-14 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2008-02-13 Yannig Marchegay - - * oc.po: Updated Occitan translation. - -2008-02-13 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2008-02-12 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-02-11 Petr Kovar - - * cs.po: Updated Czech translation. - -2008-02-11 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-02-11 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-02-10 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-02-10 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-02-10 Luca Ferretti - - * it.po: Updated the wrong version in my latest commit, fix it. - -2008-02-10 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-02-10 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-02-10 Arangel Angov - - * mk.po: Updated Macedonian translation. - -2008-02-10 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2008-02-09 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-02-08 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-02-08 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2008-02-06 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2008-02-06 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2008-02-05 Leonardo Ferreira Fontenelle - - * pt_BR.po: Comprehensive review by Pedro de Medeiros. - -2008-02-05 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-02-05 Arangel Angov - - * mk.po: Updated Macedonian translation. - -2008-02-04 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2008-02-02 Yannig Marchegay - - * oc.po: Updated Occitan translation. - -2008-02-02 Leonardo Ferreira Fontenelle - - * pt_BR.po: Brazilian Portuguese translation updated by Luiz Armesto. - -2008-02-02 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2008-02-01 Baris Cicek - - * tr.po: Updated Turkish translation - -2008-02-01 Amitakhya Phukan - - * LINGUAS: added as to LINGUAS. - * as.po: Updated assamese translations. - -2008-01-31 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2008-01-30 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2008-01-29 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-01-29 Yair Hershkovitz - - * he.po: Updated Hebrew translation by Mark Krapviner. - -2008-01-29 Sebastien Bacher - - * POTFILES.in: - * POTFILES.skip: - don't translate sources which are not distributed - -2008-01-29 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2008-01-28 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-01-27 Stéphane Raimbault - - * fr.po: Updated French translation by Jonathan Ernst, Stéphane - Raimbault and Claude Paroz. - -2008-01-27 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-01-27 Jorge Gonzalez - - * es.po: Updated Spanish translation, fixes bug #511629 - -2008-01-26 Claude Paroz - - * POTFILES.in: Removed non-existent files. - -2008-01-25 Petr Kovar - - * cs.po: Updated Czech translation. - -2008-01-22 Andre Klapper - - * de.po: Sync "beep" translation. - -2008-01-21 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-01-21 Kostas Papadimas - - * el.po: Updated Greek translation. - -2008-01-18 Gil Forcada - - * tr.po: Updated Turkish translation to pass msgfmt -cv. - -2008-01-18 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2008-01-17 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-01-17 Luca Ferretti - - * it.po: Updated Italian translation. - -2008-01-17 Luca Ferretti - - * POTFILES.in: added gnome-mouse-accessibility.c and - gnome-settings-mouse.c; removed libbackground/applier.c - -2008-01-16 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2008-01-15 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-01-14 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2008-01-14 Priit Laes - - * et.po: Translation updated by Ivar Smolin - -2008-01-09 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2008-01-07 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2008-01-06 Eskild Hustvedt - - * nn.po: Updated Norwegian Nynorsk translation. - -2008-01-06 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2008-01-05 Claude Paroz - - * sk.po: Updated Slovak translation on behalf of Peter Tuhársky - . - -2008-01-05 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2008-01-03 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2008-01-03 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2008-01-03 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2007-12-31 Yannig Marchegay - - * oc.po: Updated Occitan translation. - -2007-12-28 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-12-28 Seán de Búrca - - * ga.po: Updated Irish translation. - -2007-12-28 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2007-12-23 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2007-12-22 Leonardo Ferreira Fontenelle - - * pt_BR.po: Brazilian Portuguese translation updated by Luiz Armesto. - -2007-12-22 Leonardo Ferreira Fontenelle - - * pt_BR.po: Brazilian Portuguese translation fixes by Luiz Armesto, - reviewed by Pedro de Medeiros. - -2007-12-22 Luca Ferretti - - * it.po: Backported Italian translation from gnome-2-20 branch - -2007-12-20 Seán de Búrca - - * ga.po: Updated Irish translation. - -2007-12-17 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-12-15 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-12-14 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2007-12-11 Kostas Papadimas - - * el.po: Updated Greek translation - -2007-12-10 Matej Urbančič - - * sl.po: Updated Slovenian Translation. - -2007-12-08 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2007-12-08 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2007-12-07 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-12-06 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-12-06 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-12-03 Ani Peter - - * ml.po: Updated Malayalam Translation - -2007-12-03 Jens Granseuer - - * POTFILES.in: - * POTFILES.skip: update files list (bug #500864) - -2007-11-29 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-11-25 Nickolay V. Shmyrev - - * ru.po: Updated Russian translation - by Vasiliy Faronov - -2007-11-15 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2007-11-13 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-11-12 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-11-12 Matej Urbančič - - * sl.po: Updated Slovenian translation. - -2007-11-11 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-11-07 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-11-06 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-11-06 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2007-11-03 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-11-02 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-11-01 Jorge Gonzalez - - * es/es.po: Updated Spanish translation - -2007-10-31 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-10-27 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-10-25 Matej Urbančič - - * sl.po: Updated Slovenian translation. - -2007-10-25 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2007-10-25 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2007-10-24 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2007-10-23 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2007-10-23 Jorge Gonzalez - - * es.po: Updated Spanish translation. - -2007-10-21 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2007-10-18 Ihar Hrachyshka - - * be@latin.po: Updated Belarusian Latin translation. - -2007-10-16 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-10-08 Priit Laes - - * et.po: Translation update by Ivar Smolin. - -2007-10-08 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-10-02 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-10-02 Alexander Shopov - - * ChangeLog: Fix breakage introduced - by commit [8147] - -2007-09-30 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2007-09-27 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-09-17 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2007-09-17 Gil Forcada - - * ca.po: Updated Catalan translation. - -2007-09-16 Kenneth Nielsen - - * da.po: Updated Danish translation - -2007-09-16 Ihar Hrachyshka - - * be@latin.po: Added Belarusian Latin translation. - -2007-09-16 Luca Ferretti - - * it.po: Updated Italian translation. - -2007-09-16 Takeshi AIHANA - - * ja.po: Updated Japanse translation. - * ChangeLog: Fixed a broken file at r8107. - -2007-09-16 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-09-16 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-09-15 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2007-09-15 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-09-15 Kostas Papadimas - - * el.po: Updated Greek Translation. - -2007-09-15 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-09-15 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-09-15 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-09-14 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2007-09-14 David Lodge - - * en_GB.po: Updated British English translation - -2007-09-13 Djihed Afifi - - * ar.po: Updated Arabic Translation by Anas Husseini. - -2007-09-13 Espen Stefansen - - * nb.po: Updated Norwegian bokmål translation. - -2007-09-13 Gabor Kelemen - - * hu.po: Translation updated. - -2007-09-13 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2007-09-13 Jamil Ahmed - - * bn.po: Updated Bengali Translation. - -2007-09-12 Nickolay V. Shmyrev - - * ru.po: Updated Russian translation. - -2007-09-12 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2007-09-11 Maxim Dziumanenko - - * uk.po: Update Ukrainian translation. - -2007-09-11 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-09-11 Hendrik Richter - - * de.po: Updated German translation. - -2007-09-10 Danilo Šegan - - * sr.po, sr@Latn.po: Updated Serbian trnslation. - -2007-09-10 Vladimer Sichinava - - * ka.po Updated Georgian Transaltion. - -2007-09-10 Stéphane Raimbault - - * fr.po: Updated French translation by Christophe Benz, Stéphane - Raimbault and Claude Paroz. - -2007-09-10 Priit Laes - - * et.po: Updated Estonian translation. - -2007-09-10 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2007-09-10 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2007-09-09 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-09-09 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-09-09 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation - -2007-09-09 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-09-08 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-09-04 Kenneth Nielsen - - * da.po: Updated Danish translation - -2007-09-03 Runa Bhattacharjee - - * bn_IN.po: Updated Bengali India Translation. - -2007-09-03 Changwoo Ryu - - * ko.po: Updated Korean translation by Young-Ho Cha. - -2007-09-03 Hendrik Richter - - * de.po: Updated German translation, by - Thomas Gier - -2007-09-02 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2007-09-02 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2007-08-30 Inaki Larranaga Murgoitio - - * eu.po: Updated and fixed Basque translation. - -2007-08-30 Takeshi AIHANA - - * ja.po: Fixed wrong translations. - -2007-08-29 I. Felix - - * ta.po: Tamil Translation updated by Tirumurthi Vasudevan - -2007-08-28 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-08-28 Ani Peter - - * ml.po: Updated Malayalam Translation - -2007-08-28 Gabor Kelemen - - * hu.po: Translation updated. - -2007-08-27 Funda Wang - - * zh_CN.po: Updated zh_CN translation. - -2007-08-26 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2007-08-26 Gabor Kelemen - - * hu.po: Translation updated. - -2007-08-23 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation - by Luiz Armesto . - -2007-08-23 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2007-08-23 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2007-08-21 Priit Laes - - * et.po: Estonian translation updates by Ivar Smolin - -2007-08-19 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-08-19 Jens Granseuer - - * POTFILES.skip: Fixed paths for appearance data files. Closes bug - #467948. - -2007-08-19 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-08-18 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-08-18 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-08-18 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-08-17 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2007-08-16 Priit Laes - - * et.po: Estonian translation update by Ivar Smolin. - -2007-08-16 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2007-08-15 Hendrik Richter - - * de.po: Updated German translation, fix #444913. - -2007-08-15 Hendrik Richter - - * de.po: intltool-update de - -2007-08-14 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-08-14 I. Felix - - * ta.po: Tamil Translation updated by Tirumurthi Vasudevan - -2007-08-14 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-08-13 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-08-13 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-08-12 Jens Granseuer - - * POTFILES.in: Added missing files. - -2007-08-12 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2007-08-09 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-08-08 Danishka Navin - - * si.po: Added and Updated Sinhala Translation by Danishka Navin. - -2007-08-07 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-08-07 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2007-08-07 Kostas Papadimas - - * el.po: Updated Greek Translation. - -2007-08-06 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-08-06 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2007-08-04 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2007-08-03 Inaki Larranaga Murgoitio - - * eu.po: Updated Basque translation. - -2007-08-03 I. Felix - - * ta.po: Tamil Translation updated by Tirumurthi Vasudevan - -2007-08-03 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-08-02 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-08-02 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-08-01 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-07-31 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-07-30 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-07-30 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-07-29 Jens Granseuer - - * POTFILES.in: - * POTFILES.skip: remove spurious AT desktop entries - -2007-07-27 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-07-26 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2007-07-26 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-07-25 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-07-24 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-07-24 Thomas Wood - - * POTFILES.in: Update for recent appearance re-organisation - -2007-07-24 Priit Laes - - * et.po: Estonian translation update by Ivar Smolin. - -2007-07-21 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-07-18 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2007-07-18 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2007-07-17 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-07-16 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-07-15 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-07-14 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-07-13 Priit Laes - - * et.po: Estonian translation update by Ivar Smolin. - -2007-07-12 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-07-11 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2007-07-11 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2007-07-11 Gabor Kelemen - - * hu.po: Translation updated. - -2007-07-10 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2007-07-09 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-07-06 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-07-04 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-07-03 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-07-02 Nguyễn Thái Ngọc Duy - - * vi.po: Updated Vietnamese translation. - -2007-07-01 Nguyễn Thái Ngọc Duy - - * vi.po: Updated Vietnamese translation. - -2007-06-30 Leonardo Ferreira Fontenelle - - * pt_BR.po: Fixed typo in Brazilian Portuguese translation. - -2007-06-29 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-06-29 Pema geyleg - - * dz.po: Updated dzongkha translation - -2007-06-28 Priit Laes - - * et.po: Estonian translation update by Ivar Smolin. - -2007-06-27 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-06-27 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2007-06-26 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2007-06-25 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-06-24 Jens Granseuer - - * POTFILES.in: Added theme-save.c - -2007-06-24 Gabor Kelemen - - * hu.po: Translation updated. - -2007-06-23 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-06-23 Gabor Kelemen - - * hu.po: Translation updated. - -2007-06-23 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-06-21 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-06-19 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-06-19 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-06-18 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-06-18 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-06-17 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-06-16 Jens Granseuer - - * POTFILES.in: - * POTFILES.skip: updated lists again - -2007-06-15 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-06-13 Pema Geyleg - - * dz.po: Updated dzongkha translation. - -2007-06-11 Jens Granseuer - - * POTFILES.in: - * POTFILES.skip: add back missing desktop.in files removed - in revision 7032, and throw in a few more files for good - measure - -2007-06-11 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation - -2007-06-10 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-06-08 Jorge Gonzalez - - * es.po: Updated spanish translation. - -2007-06-04 Jorge Gonzalez - - * es.po: Updated spanish translation. - -2007-06-04 Jakub Friedl - - * cs.po: Updated Czech translation. - -2007-06-04 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-06-03 Jens Granseuer - - * POTFILES.in: - * POTFILES.skip: Updated files list - -2007-05-30 Priit Laes - - * et.po: Updated Estonian translation by Ivar Smolin . - -2007-05-30 Jakub Friedl - - * cs.po: Updated Czech translation. - -2007-05-29 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-05-28 Gabor Kelemen - - * hu.po: Translation updated. - -2007-05-27 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-05-22 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2007-05-22 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-05-19 Leonardo Ferreira Fontenelle - - * pt_BR.po: Fixes in Brazilian Portuguese translation by Raul Pereira - . - -2007-05-18 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-05-15 David Lodge - - * en_GB.po: Updated British English translation - -2007-05-14 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-05-08 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-05-08 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-05-08 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-05-08 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-05-07 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-05-06 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-05-04 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-04-27 David Lodge - - * en_GB.po: Updated British English translation - -2007-04-26 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2007-04-25 David Lodge - - * en_GB.po: Updated British English translation - -2007-04-23 Daniel Nylander - - * sv.po: Updated Swedish translation. - * POTFILES.in: Added missing files. - -2007-04-23 Jorge Gonzalez - - * es.po: Updated Spanish translation - -2007-04-23 David Lodge - - * en_GB.po: Updated British English translation - -2007-04-21 Leonardo Ferreira Fontenelle - - * pt_BR.po: Fixes in Brazilian Portuguese translation by Washington - Lins and me (Leonardo F. Fontenelle - ). - -2007-04-21 Daniel Nylander - - * sv.po: Updated Swedish translation. - * POTFILES.in: Added missing files. - -2007-04-18 Jakub Friedl - - * cs.po: Updated Czech translation - -2007-04-16 Jakub Friedl - - * cs.po: Fixed Czech sound names - -2007-04-16 Jakub Friedl - - * cs.po: Merged sound names from SUSE's gnome-patch-translation.cs.po - -2007-04-15 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation from Yang Zhang. - -2007-04-14 Djihed Afifi - - * ar.po: Updated Arabic Translation by . - -2007-04-12 Jakub Friedl - - * cs.po: Updated Czech translation. - -2007-04-12 Priit Laes - - * et.po: Updated Estonian translation by Ivar Smolin . - -2007-04-10 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-04-05 Bastien Nocera - - * POTFILES.in: Updated for removed files - -2007-03-29 Duarte Loreto - - * pt.po: Updated and fixed Portuguese translation. - -2007-03-25 Raivis Dejus - - * lv.po: Updated Latvian Translation. - -2007-03-20 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2007-03-19 Pema Geyleg - - * dz.po: Updated Dzongkha Translation. - -2007-03-17 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2007-03-15 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dess? . - -2007-03-11 Goran Rakić - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2007-03-10 Gabor Kelemen - - * hu.po: Translation updated. - -2007-03-10 Leonid Kanter - - * ru.po: Updated Russian translation - -2007-03-10 Vincent van Adrighem - - * nl.po: Translation updated by Tino Meinen. - -2007-03-09 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2007-03-09 Gintautas Miliauskas - - * lt.po: Updated Lithuanian translation. - -2007-03-08 Jakub Friedl - - * cs.po: Updated Czech translation. - -2007-03-07 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-03-06 Hendrik Richter - - * de.po: Updated German translation. - -2007-03-06 Hendrik Richter - - * de.po: Updated German translation, by - Christian Kintner - -2007-03-06 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2007-03-04 Erdal Ronahi - - * ku.po: Updated Kurdish translation - -2007-03-03 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-03-02 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2007-03-01 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2007-02-28 Matic Zgur - - * sl.po: Updated Slovenian translation. - -2007-02-28 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-02-27 Abel Cheung - - * zh_HK.po, zh_TW.po: Updated traditional Chinese translation by - Woodman Tuen . - -2007-02-27 Gintautas Miliauskas - - * lt.po: Updated Lithuanian translation. - -2007-02-26 Jakub Friedl - - * cs.po: Czech translation updated. - -2007-02-25 Priit Laes - - * et.po: Updated Estonian translation by Ivar Smolin . - -2007-02-24 Gabor Kelemen - - * hu.po: Translation updated. - -2007-02-25 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2007-02-23 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-02-23 Nguyễn Thái Ngọc Duy - - * vi.po: Updated Vietnamese translation - -2007-02-23 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-02-22 Stéphane Raimbault - - * fr.po: Updated French translation. - -2007-02-22 Maxim Dziumanenko - - * uk.po: Update Ukrainian translation. - -2007-02-22 Abel Cheung - - * zh_CN.po: Updated simplified Chinese translation on behalf of - Funda Wang. - -2007-02-22 Leonardo Ferreira Fontenelle - - * pt_BR.po: Updated Brazilian Portuguese by Og Maciel - . - -2007-02-21 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-02-20 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-02-18 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2007-02-18 Priit Laes - - * et.po: Updated Estonian translation by Ivar Smolin . - -2007-02-16 David Lodge - - * en_GB.po: Updated English (British) translation - -2007-02-16 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2007-02-16 Djihed Afifi - - * ar.po: Updated Arabic Translation by Djihed Afifi. - -2007-02-16 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-02-15 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2007-02-14 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-02-14 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2007-02-13 Stéphane Raimbault - - * fr.po: Updated French translation. - -2007-02-13 Daniel Nylander - - * sv.po: Updated Swedish translation. - * POTFILES.in: Added missing file. - -2007-02-12 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2007-02-12 Leonid Kanter - - * ru.po: Updated Russian translation - -2007-02-11 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2007-02-11 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-02-10 Leonardo Ferreira Fontenelle - - * pt_BR.po: Updated Brazilian Portuguese translation by Luiz Fernando - S. Armesto . - -2007-02-09 Stéphane Raimbault - - * fr.po: Updated French translation by Jonathan Ernst and Stéphane - Raimbault. - -2007-02-9 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2007-02-09 David Lodge - - * en_GB.po: Updated English (British) translation - -2007-02-09 Ihar Hrachyshka - - * be.po: Updated Belarusian translation. - -2007-02-09 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2007-02-08 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2007-02-08 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-02-07 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2007-02-07 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-02-07 Jordi Mas - - * ca.po: Catalan translation fixes - -2007-02-06 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2007-02-05 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2007-02-02 Stéphane Raimbault - - * fr.po: Updated French translation by Marc Lorber, Robert-André - Mauchin and Stéphane Raimbault. - -2007-02-04 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-02-04 Changwoo Ryu - - * ko.po: Updated Korean translation by Young-Ho Cha. - -2007-02-03 Ihar Hrachyshka - - * be.po: Updated Belarusian translation. - -2007-02-03 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-02-02 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-01-31 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2007-01-31 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2007-01-30 Gabor Kelemen - - * hu.po: Translation updated. - -2007-01-30 Jakub Friedl - - * cs.po: Updated Czech translation. - -2007-01-28 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2007-01-28 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-01-27 Daniel Nylander - - * sv.po: Updated Swedish translation. - * POTFILES.in: Added missing files. - -2007-01-26 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Yavor Doganov - -2007-01-25 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-01-24 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-01-23 David Lodge - - * en_GB.po: Updated English (British) translation - -2007-01-23 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-01-23 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-01-23 Jakub Friedl - - * cs.po: Updated Czech translation. - -2007-01-23 Priit Laes - - * et.po: Updated Estonian translation by Ivar Smolin . - -2007-01-22 Jakub Friedl - - * cs.po: Updated Czech translation. - -2007-01-21 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2007-01-19 Priit Laes - - * et.po: Estonian translation update by Ivar Smolin. - -2007-01-17 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-01-17 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-01-16 Gabor Kelemen - - * hu.po: Translation updated. - -2007-01-15 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2007-01-13 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2007-01-13 Djihed Afifi - - * ar.po: Updated Arabic Translation by Khaled Hosny. - -2007-01-12 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-01-10 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-01-10 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2007-01-09 Jan Arne Petersen - - * POTFILES.in: Add capplets/sound/mixer-support.c. - -2007-01-09 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2007-01-09 Matic Zgur - - * sl.po: Updated Slovenian translation. - -2007-01-09 David Lodge - - * en_GB.po: Updated English (British) translation - -2007-01-08 Matic Zgur - - * sl.po: Updated Slovenian translation. - -2007-01-08 Thomas Wood - - Patch by: Alberto Ruiz - - * POTFILES.in: - - Add support for opening .gtp (application/x-gnome-theme-package) files. - Fixes bug 393697 (Theme packages should have their own mime type.) - -2007-01-08 Jakub Friedl - - * cs.po: Updated Czech translation - -2007-01-08 David Lodge - - * en_GB.po: Updated English (British) translation - -2007-01-07 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2007-01-06 Gabor Kelemen - - * POTFILES.skip: removed bunch of desktop.in files. - -2007-01-06 Gabor Kelemen - - * POTFILES.in: removed libgswitchit files. - -2007-01-06 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2007-01-3 Djihed Afifi - - * ar.po: Updated Arabic Translation by Mohamed Magdy. - -2006-12-29 David Lodge - - * en_GB.po: Updated English (British) translation - -2006-12-29 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-12-28 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2006-12-28 Kjartan Maraas - - * POTFILES.in: Add missing files - * POTFILES.skip: Add missing files - * nb.po: Updated Norwegian bokmål translation. - -2006-12-25 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2006-12-25 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2006-12-24 Djihed Afifi - - * ar.po: Updated Arabic Translation. - -2006-12-20 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-12-19 Sebastien Bacher - - * POTFILES.in: Don't list libgswitchit files, they are not shipped - with the tarball, fixes build from the tarball - -2006-12-19 Raivis Dejus - - * lv.po: Updated Latvian Translation. - -2006-12-19 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-12-18 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-12-18 Kjartan Maraas - - * POTFILES.in: Add files from libgswitchit and libslab - * POTFILES.skip: Remove non-existing file. - * nb.po: Updated Norwegian bokmål translation. - -2006-12-18 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-12-17 Djihed Afifi - - * ar.po: Updated Arabic Translation. - -2006-12-17 Francisco Javier F. Serrador - - * es.po: Updated Spanish tranlation. - -2006-12-16 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-12-16 Matic Zgur - - * sl.po: Updated Slovenian translation. - -2006-12-14 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2006-12-12 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2006-12-05 Vincent van Adrighem - - * nl.po: Translation updated by Tino Meinen. - -2006-12-11 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2006-12-11 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-12-09 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-12-07 Raivis Dejus - - * lv.po: Updated Latvian Translation. - -2006-12-07 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-12-06 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-12-04 Rodrigo Moya - - * POTFILES.in: removed unused files. - -2006-11-19 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-11-16 Francisco Javier F. Serrador - - * es.po: Translation updated. - * POTFILES.in: Fix removed schemas/desktop_gnome_peripherals_keyboard_xkb.schemas - - -2006-11-11 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-10-31 Kjartan Maraas - - * POTFILES.in: fix a broken filename - * nb.po: Update. - -2006-10-30 Satoru SATOH - - * ja.po: Fixed wrong plural form entries. - -2006-10-29 Priit Laes - - * et.po: Translation updated. - -2006-10-16 Luca Ferretti - - * it.po: Updated Italian translation. - -2006-10-15 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-10-15 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-10-04 Jakub Friedl - - * cs.po: Czech translation updated. - -2006-10-02 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-09-28 Priit Laes - - * et.po: Translation updated. - -2006-09-25 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-09-21 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-09-17 Åsmund Skjæveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2006-09-13 Runa Bhattacharjee - - * bn_IN.po: Fixed a Typo. - -2006-09-08 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-09-06 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-09-04 Runa Bhattacharjee - - * bn_IN.po: Updated Bengali India Translation. - -2006-09-03 Lucas Rocha - - * pt_BR.po: Updated Brazilian Portuguese translation - by Leonardo Ferreira Fontenelle - -2006-09-03 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-09-03 Abel Cheung - - * zh_HK.po: Updated Chinese (Hong Kong) translation. - * zh_TW.po: Updated Chinese (Taiwan) translation. - -2006-09-03 Abel Cheung - - * zh_HK.po: Updated Chinese (Hong Kong) translation from - Woodman Tuen . - * zh_TW.po: Updated Chinese (Taiwan) translation from - Woodman Tuen . - -2006-09-03 Ani Peter - - * ml.po: Updated Malayalam Translation - -2006-09-02 Kostas Papadimas - - * el.po: Updated Greek Translation - -2006-09-01 I. Felix - - * ta.po: Updated Tamil Translation. - -2006-09-01 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2006-08-31 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2006-08-31 Rajesh Ranjan - - * hi.po: Updated Hindi Translation. - -2006-08-31 Subhransu Behera - - * or.po: Updated Oriya Translation. - -2006-08-31 Ani Peter - - * ml.po: Updated Malayalam translation - -2006-08-30 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2006-08-30 Subhransu Behera - - * or.po: Updated Oriya Translation. - -2006-08-30 Ani Peter - - * ml.po: Updated Malayalam Translation - -2006-08-30 Rajesh Ranjan - - * hi.po: Updated Hindi Translation. - -2006-08-30 Subhransu Behera - - * or.po: Updated Oriya Translation. - -2006-08-30 Gabor Kelemen - - * hu.po: Translation updated. - -2006-08-29 Gintautas Miliauskas - - * lt.po: Updated Lithuanian translation. - -2006-08-29 Vladimer Sichinava - - * ka.po: Updated Georgian translation. - -2006-08-29 Rajesh Ranjan - - * hi.po: Updated Hindi Translation. - -2006-08-28 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-08-27 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-08-25 Christophe Merlet - - * fr.po: Updated French translation from - Damien Durand . - -2006-08-24 Raivis Dejus - - * lv.po: Updated Latvian translation. - -2006-08-23 Rahul Bhalerao - - * mr.po: Updated Marathi translation - -2006-08-22 Leonid Kanter - - * ru.po: Updated Russian translation - -2006-08-22 Matic Žgur - - * sl.po: Updated Slovenian translation. - -2006-08-21 Subhransu Behera - - * or.po: Added and Updated Oriya Translation. - -2006-08-21 Rahul Bhalerao - - * mr.po: Updated Marathi translation - -2006-08-20 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-08-20 Rahul Bhalerao - - * mr.po: Updated Marathi translation - -2006-08-18 Wouter Bolsterlee - - * nl.po: Translation updated by Wouter Bolsterlee. - -2006-08-17 Satoru SATOH - - * ja.po: Updated Japanese Translation. - -2006-08-16 Matic Žgur - - * sl.po: Updated Slovenian translation. - -2006-08-16 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2006-08-16 Gabor Kelemen - - * hu.po: Translation updated by Mate ORY. - -2006-08-16 Sanlig Badral - - * mn.po: Updated Mongolian translation. - -2006-08-15 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-08-14 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-08-14 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-08-14 Maxim Dziumanenko - - * uk.po: Update Ukrainian translation. - -2006-08-13 Rahul Bhalerao - - * mr.po: Updated Marathi translation - -2006-08-12 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-08-12 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2006-08-11 Ani Peter - - * ml.po: Updated Malayalam translation - -2006-08-11 Hendrik Richter - - * de.po: Updated German translation. - -2006-08-10 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-08-10 Guntupalli Karunakar - - * dz.po: Updated Dzongkha translation by - Dzongkhalinux team, DIT - -2006-08-09 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2006-08-09 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-08-08 Wouter Bolsterlee - - * nl.po: Translation updated by Wouter Bolsterlee. - -2006-08-08 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-08-08 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2006-08-07 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-08-07 Inaki Larranaga - - * eu.po: Updated Basque translation. - -2006-08-07 Jakub Friedl - - * cs.po: Updated Czech translation. - -2006-08-05 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2006-08-04 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2006-08-03 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2006-08-01 Jovan Naumovski - - * mk.po: Updated Macedonian translation. - -2006-07-31 Vincent van Adrighem - - * nl.po: Translation updated by Tino Meinen. - -2006-07-30 Christophe Merlet - - * fr.po: Updated French translation. - -2006-07-30 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2006-07-29 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-07-28 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-07-28 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-07-27 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-07-26 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - * POTFILES.in: Removed unused file - -2006-07-26 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-07-25 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-07-25 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-07-25 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-07-24 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-07-24 Jakub Friedl - - * cs.po: Updated Czech translation. - -2006-07-24 Hendrik Richter - - * de.po: Updated German translation. - -2006-07-23 Christophe Merlet - - * fr.po: Updated French translation from - Samuel Mutel . - -2006-07-23 Hendrik Richter - - * de.po: Updated German translation. - -2006-07-22 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2006-07-22 Satoru SATOH - - * ja.po: Updated Japanese translation. - -2006-07-21 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-07-20 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-07-20 Kostas Papadimas - - * el.po: Updated Greek translation. - -2006-07-18 Guntupalli Karunakar - - * dz.po: Updated Dzongkha translation by - Dzongkhalinux team, DIT - -2006-07-18 Jakub Friedl - - * cs.po: Updated Czech translation. - -2006-07-17 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-07-17 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-07-16 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-07-16 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2006-07-14 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-07-14 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-07-13 Ahmad Riza H Nst - - * id.po: Updated. - -2006-07-12 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-07-11 Sebastien Bacher - - * POTFILES.in: don't list libgswitchit/gswitchit_config.c - -2006-07-03 Runa Bhattacharjee - - * bn_IN.po: Added Bengali India Translation - -2006-07-02 Benoît Dejean - - * fr.po: Updated French translation. - -2006-07-01 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-06-30 Nickolay V. Shmyrev - - * ru.po: Updated Russian translation. - -2006-06-29 Rajesh Ranjan - - * hi.po: Updated Hindi Translation. - -2006-06-28 I. Felix - - * ta.po: Updated Tamil translation. - -2006-06-27 Yair Hershkovitz - - * he.po: Updated Hebrew translation. - -2006-06-27 Jovan Naumovski - - * mk.po: Updated Macedonian Translation. - -2006-06-26 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2006-06-20 Raivis Dejus - - * lv.po: Updated Latvian translation. - -2006-06-19 Jakub Friedl - - * cs.po: Updated Czech translation. - -2006-06-16 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-06-15 Hendrik Richter - - * de.po: Updated German translation. - -2006-06-15 Hendrik Richter - - * de.po: Updated German translation. - -2006-06-15 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2006-06-14 Francisco Javier F. Serrador - - * es.po: Updated Spanish tranlation. - -2006-06-14 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-06-12 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2006-06-06 Jakub Friedl - - * cs.po: Updated Czech translation. - -2006-06-04 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-05-30 Pema Geyleg - - * dz.po: Updated Dzongkha translation. - -2006-05-29 Simos Xenitellis - - * mg.po: Added Malagasy translation by Thierry Randrianiriana. - -2006-05-29 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-05-29 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-05-29 Pema Geyleg - - * dz.po: Updated Dzongkha translation. - -2006-05-29 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - -2006-05-28 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-05-25 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-05-20 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-05-19 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-05-18 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-05-17 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-05-14 Chao-Hsiung Liao - - * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - -2006-05-08 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-05-06 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-05-05 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - * POTFILES.in: Removed obsolete files. - -2006-04-29 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-04-24 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-04-23 Lukas Novotny - - * cs.po: Updated Czech translation. - -2006-04-21 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-04-20 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-04-19 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2006-04-18 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-04-17 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-04-16 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-04-14 Miloslav Trmac - - * cs.po: Updated Czech translation by Petr Tomeš. - -2006-04-14 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-04-14 Daniel Nylander - - * sv.po: Updated Swedish translation. - -2006-04-13 Pema Geyleg - - * dz.po: Updated Dzongkha translation. - -2006-04-10 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-04-06 Wouter Bolsterlee - - * nl.po: Translation updated by Wouter Bolsterlee. - -2006-04-03 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-03-30 Žygimantas Beručka - - * lt.po: Added Lithuanian pangram. - -2006-03-26 Miloslav Trmac - - * cs.po: Updated Czech translation by Petr Tomeš. - -2006-03-25 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-03-24 Gabor Kelemen - - * hu.po: Hungarian translation updated by Mate ORY. - -2006-03-23 Ales Nyakhaychyk - - * be.po: Updated Belarusian translation by Ihar Hrachyshka. - -2006-03-22 Jérémy Ar Floc'h - - * br.po: Added Breton translation. - -2006-03-22 Tommi Vainikainen - - * dz.po: Added Dzongkha translation from Pema Geyleg. - -2006-03-20 Vincent van Adrighem - - * nl.po: Translation updated by Wouter Bolsterlee. - -2006-03-17 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-03-14 Dan Damian - - * ro.po: Updated Romanian translation. - -2006-03-14 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-03-13 Runa Bhattacharjee - - * bn.po: Updated Bengali Translation by Progga - -2006-03-12 Lucas Rocha - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2006-03-12 Miloslav Trmac - - * cs.po: Updated Czech translation by Petr Tomeš. - -2006-03-12 Roozbeh Pournader - - * fa.po: Updated Persian translation by Elnaz Sarbar and Farzaneh - Sarafraz. - -2006-03-11 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-03-11 Danilo Šegan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2006-03-11 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2006-03-10 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-03-10 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-03-09 Hendrik Richter - - * de.po: Updated German translation. - -2006-03-09 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2006-03-08 Ole Laursen - - * da.po: Updated Danish translation. - -2006-03-08 Luca Ferretti - - * it.po: Updated Italian translation. - -2006-03-08 Kjartan Maraas - - * nn.po: Updated Norwegian nynorsk translation. - -2006-03-08 Rhys Jones - - * cy.po: Updated Welsh translation. - -2006-03-08 Gabor Kelemen - - * hu.po: Hungarian translation updated by Mate ORY. - -2006-03-08 Hendrik Brandt - - * de.po: Updated German translation. - -2006-03-07 Daniel Nylander - - * sv.po: Swedish translation updated. - -2006-03-07 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-03-07 Vincent van Adrighem - - * nl.po: Translation updated by Wouter Bolsterlee. - -2006-03-06 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-03-06 Vincent van Adrighem - - * nl.po: Translation updated by Tino Meinen. - -2006-03-06 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2006-02-01 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-03-05 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-03-05 Luca Ferretti - - * it.po: Fixed a typo - -2006-03-05 Leonid Kanter - - * ru.po: Updated Russian translation - -2006-03-05 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2006-03-05 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same. - -2006-03-05 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-03-05 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-03-05 Satoru SATOH - - * ja.po: Updated Japanese Translation. - -2006-03-05 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-03-04 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-03-04 Ilkka Tuohela - - * fi.po: Updated Finnish translation - -2006-03-04 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-03-04 Luca Ferretti - - * it.po: Updated Italian translation. - -2006-03-03 Simos Xenitellis - - * el.po: Updated Greek translation. - -2006-03-03 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2006-03-03 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-03-03 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2006-03-01 Hendrik Richter - - * de.po: Updated German translation. - -2006-03-01 Leonid Kanter - - * ru.po: Updated Russian translation - -2006-03-01 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2006-02-26 Vincent van Adrighem - - * nl.po: Translation updated by Tino Meinen. - -2006-02-26 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-02-25 Rhys Jones - - * cy.po: Updated Welsh translation. - -2006-02-25 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2006-02-24 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-02-24 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2006-02-23 Jakub Friedl - - * cs.po: minor update. - -2006-02-23 Clytie Siddall - - * ka.po: Added Georgian translation by Alexander Didebulidze . - -2006-02-22 Inaki Larranaga - - * eu.po: Updated Basque translation. - -2006-02-21 Kostas Papadimas - - * el.po Updated Greek Translation - -2006-02-21 Slobodan D. Sredojevic - - * sr.po, sr@Latn.po: Updated Serbian translation - -2006-02-21 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-02-20 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-02-19 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same. - -2006-02-19 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2006-02-18 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-02-18 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-02-18 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-02-18 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-02-18 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-02-17 Gabor Kelemen - - * hu.po: Hungarian translation updated by Mate ORY. - -2006-02-17 Kostas Papadimas - - * el.po: Updated Greek Translation. - -2006-02-17 Satoru SATOH - - * ja.po: Updated Japanese translation. - -2006-02-16 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-02-16 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2006-02-15 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2006-02-15 Jakub Friedl - - * cs.po: Minor fix in Czech translation. - -2006-02-15 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-02-14 Hendrik Richter - - * de.po: Updated German translation. - -2006-02-14 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same. - -2006-02-14 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-02-14 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2006-02-13 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-02-12 Ole Laursen - - * da.po: Fixed a couple of bugs in Danish translation. - -2006-02-12 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-02-12 Hendrik Richter - - * de.po: Updated German translation. - -2006-02-12 Ole Laursen - - * da.po: Updated Danish translation. - -2006-02-12 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-02-11 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-02-10 Ilkka Tuohela - - * fi.po: Updated Finnish translation - (käyttäjä_tunnus: -> käyttäjätunnus::) - -2006-02-09 Vincent van Adrighem - - * nl.po: Translation updated by Tino Meinen. - -2006-02-07 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-02-05 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-02-04 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2006-02-03 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same. - -2006-01-31 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2006-01-31 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-01-31 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2006-01-31 Leonid Kanter - - * ru.po: Updated Russian translation - -2006-01-31 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-01-31 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Rostislav Raykov - -2006-01-31 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-31 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-01-30 Slobodan D. Sredojevic - - * sr.po, sr@Latn.po: Updated Serbian translation - -2006-01-30 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-01-30 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-01-29 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-01-29 Nickolay V. Shmyrev - - * ru.po: Updated Russian translation by - Maxim Popov . - -2006-01-29 Gabor Kelemen - - * hu.po: Hungarian translation updated. - -2006-01-29 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-01-29 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-01-29 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2006-01-29 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-29 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-01-28 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-27 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-01-27 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2006-01-27 Kostas Papadimas - - * el.po Updated Greek Translation - -2006-01-27 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-27 Lasse Bang Mikkelsen - - * da.po: Updated Danish translation. - -2006-01-27 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2006-01-27 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-01-26 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2006-01-26 Lasse Bang Mikkelsen - - * da.po: Updated Danish translation. - -2006-01-26 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-01-26 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2006-01-26 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-01-24 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-01-24 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-22 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same - -2006-01-23 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2006-01-23 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-01-23 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-01-22 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-01-22 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2006-01-22 Luca Ferretti - - * it.po: "Backported" Italian translation from stable. - -2006-01-22 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-01-22 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-01-21 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-01-21 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-01-20 Lasse Bang Mikkelsen - - * da.po: Updated Danish translation. - -2006-01-21 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2006-01-20 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2006-01-19 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2006-01-19 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-18 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-01-18 Slobodan D. Sredojevic - - * sr.po, sr@Latn.po: Updated Serbian translation - -2006-01-17 Adam Weinberger - - * POTFILES.in: Added missing files. - * en_CA.po: Updated Canadian English translation. - -2006-01-17 Lasse Bang Mikkelsen - - * da.po: Updated Danish translation. - -2006-01-17 Funda Wang - - * POTFILES.in: Removed obsolete files. - -2006-01-15 Adam Weinberger - - * POTFILES.in: Added missing file. - * en_CA.po: Updated Canadian English translation. - -2006-01-15 Vincent van Adrighem - - * nl.po: Translation updated by Karel Demeyer. - -2006-01-15 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-14 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-01-14 Chao-Hsiung Liao - - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). - * zh_HK.po: Added Traditional Chinese translation(Hong Kong). - -2006-01-14 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-01-13 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-12 Slobodan D. Sredojevic - - * sr.po, sr@Latn.po: Updated Serbian translation - -2006-01-11 Gabor Kelemen - - * hu.po: Hungarian translation updated. - -2006-01-11 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2006-01-11 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-01-11 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-01-11 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-10 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-01-09 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2006-01-09 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2006-01-09 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2006-01-09 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2006-01-07 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2006-01-07 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2006-01-06 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same - -2006-01-06 Ilkka Tuohela - - * fi.po: UPdated Finnish translation. - -2006-01-05 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2006-01-04 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2006-01-04 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-01-04 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2006-01-02 Josep Puigdemont i Casamajó - - * ca.po: Updated Catalan translation. - -2005-12-31 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2005-12-30 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2005-12-29 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-12-12 Christophe Merlet - - * fr.po: Updated French translation. - -2005-12-11 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2005-12-07 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-12-06 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-12-03 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-12-03 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same - -2005-12-02 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-11-28 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2005-11-27 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-11-26 Guilherme de S. Pastore - - * pt_BR.po: Fixed mistakes in Brazilian Portuguese translation. - -2005-11-26 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-11-26 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-11-26 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-11-25 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-11-24 Guilherme de S. Pastore - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2005-11-22 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-11-22 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2005-11-22 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2005-11-22 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-11-21 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-11-21 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2005-11-18 Takeshi AIHANA - - * ja.po: Updated Japanese transaltion. - -2005-11-18 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2005-11-18 Kjartan Maraas - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same - -2005-11-17 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-11-17 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-11-16 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-11-15 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-11-14 Roozbeh Pournader - - * fa.po: Updated Persian translation. - Translator: Meelad Zakaria; Reviewer: Elnaz Sarbar. - -2005-11-14 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2005-11-06 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-11-02 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-11-01 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-10-31 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-10-31 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-10-30 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2005-10-28 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-10-27 Dan Damian - - * ro.po: Updated Romanian translation. - -2005-10-27 Inaki Larranaga - - * eu.po: Updated Basque translation. - -2005-10-27 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-10-25 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-10-23 Adam Weinberger - - * POTFILES.in: Added missing files. - * en_CA.po: Updated Canadian English translation. - -2005-10-21 Guilherme de S. Pastore - - * pt_BR.po: General fixes to the Brazilian - Portuguese translation. - -2005-10-21 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2005-10-21 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2005-10-13 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-10-08 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-10-06 Christian Rose - - * sv.po: Updated Swedish translation. - -2005-10-04 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-09-29 Christian Rose - - * sv.po: Reverted unauthorized changes made by - user 'kloczek'. - -2005-09-28 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2005-09-27 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2005-09-24 Erdal Ronahi - - * ku.po: Added new Kurdish translation. - -2005-09-21 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-09-19 Stanislav Brabec - - * cs.po: Fixed spelling error (#316546). - -2005-09-16 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-09-14 Runa Bhattacharjee - * bn.po: Updated Bengali (bn) Translation by - Progga - -2005-09-09 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-09-07 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-09-07 Christophe Merlet - - * fr.po: Updated French translation. - -2005-09-07 Inaki Larranaga - - * eu.po: Updated Basque translation. - -2005-09-07 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Yavor Doganov - -2005-09-04 Christophe Merlet - - * fr.po: Updated French translation. - -2005-09-03 Danilo Šegan - - * sr.po, sr@Latn.po: Updated. - -2005-09-02 Marcel Telka - - * sk.po: Fixed typo (thanks to Sergej Chodarev). - -2005-09-01 Baris Cicek - - * tr.po: Updated Turkish Translation - -2005-09-01 Rhys Jones - - * cy.po: Updated Welsh translation. - -2005-09-01 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-08-30 Hendrik Richter - - * de.po: Updated German translation. - -2005-08-30 Christophe Merlet - - * fr.po: Updated French translation from - Vincent Untz . - -2005-08-29 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-08-29 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2005-08-29 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2005-08-29 Changwoo Ryu - - * ko.po: Updated Korean translation by Young-Ho Cha. - -2005-08-27 Jordi Mallach - - * ca.po: Updated Catalan translation - by Xavier Conde . - -2005-08-27 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-08-27 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-08-24 Leonid Kanter - - * ru.po: Fixed Russian translation. - -2005-08-24 Nickolay V. Shmyrev - - * ru.po: Updated Russian translation. - -2005-08-24 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-08-24 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-08-23 Gabor Kelemen - - * hu.po: Hungarian translation updated. - -2005-08-23 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2005-08-23 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-08-22 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-08-22 Dan Damian - - * ro.po: Updated Romanian translation by - Sebastian Ivan. - -2005-08-21 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2005-08-19 Jens Seidel - - * de.po: Fixed a typo. - -2005-08-17 Chao-Hsiung Liao - - * zh_TW.po: Updated Traditional Chinese translation. - -2005-08-16 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-08-15 Gabor Kelemen - - * hu.po: Hungarian translation updated. - -2005-08-14 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-08-14 Mohammad DAMT - - * id.po: Updated Indonesian translation. - -2005-08-14 Terance Sola - - * nb.po: Updated Norwegian bokmål translation. - * no.po: Same. - -2005-08-11 Kostas Papadimas - - * el.po Updated Greek Translation - -2005-08-11 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-08-11 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2005-08-10 Mohammad DAMT - - * id.po: Updated Indonesian translation - -2005-08-10 Žygimantas Beručka - - * lt.po: Updated Lithuanian translation by Justina Klingaitė and - myself. - -2005-08-10 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-08-08 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2005-08-07 Terance Sola - - * nb.po: Updated Norwegian bokÃmÃ¥l translation. - * no.po: Same. - -2005-08-07 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2005-08-07 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2005-08-07 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-08-07 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-08-07 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-08-06 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-08-06 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Rostislav Raykov - -2005-08-05 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-08-05 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2002-10-04 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-08-04 Sunil Mohan Adapa - - * te.po: Added Telugu translation done by - Prajasakti Localisation Team - - -2005-08-04 Gabor Kelemen - - * hu.po: Hungarian translation updated. - -2005-08-03 Danilo Å egan - - * sr.po, sr@Latn.po: Updated by Slobo Sredojević. - -2005-08-03 Kjartan Maraas - - * nb.po: Updated Norwegian bokmÃ¥l translation. - * no.po: Same - -2005-08-02 Theppitak Karoonboonyanan - - * th.po: Minor spelling fixes in Thai translation. - -2005-08-01 Vincent van Adrighem - - * nl.po: Translation updated. - -2005-07-31 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2005-07-31 Yair Hershkovitz - - * he.po: Updated Hebrew translation by Yuval Tanai. - -2005-07-31 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2005-07-30 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-07-30 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-07-30 Francisco Javier F. Serrador - - * es.po: Updated spanish translation. - -2005-07-28 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2005-07-28 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-07-28 Terance Sola - - * nb.po: Updated Norwegian BokmÃ¥l translation. - * no.po: Same. - -2005-07-27 Hendrik Brandt - - * de.po: Updated German translation. - -2005-07-27 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-07-27 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2005-07-27 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-07-26 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-07-26 Adam Weinberger - - * POTFILES.skip: Remove missing files. - * en_CA.po: Updated Canadian English translation. - -2005-07-24 Kjartan Maraas - - * nb.po: Updated Norwegian bokmᅵl translation. - * no.po: Same - -2005-07-23 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-07-22 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-07-22 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Rostislav Raykov - -2005-07-22 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2005-07-22 Theppitak Karoonboonyanan - - * th.po: Minor wording adjustments in Thai translation. - -2005-07-21 Priit Laes - - * et.po: Translation updated. - -2005-07-18 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-07-18 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-07-18 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-07-18 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2005-07-17 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-07-17 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-07-17 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-07-16 Kjartan Maraas - - * nb.po: Updated Norwegian translation. - * no.po: Same - -2005-07-16 Clytie Siddall - - * vi.po: Updated Vietnamese translation. - -2005-07-16 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-07-15 Ignacio Casal Quinteiro - - * gl.po: Updated Galician Translation. - -2005-07-14 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-07-13 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-07-11 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-07-10 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-07-10 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-07-10 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-07-10 Theppitak Karoonboonyanan - - * th.po: Fixed plurals in Thai translation. - -2005-07-10 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-07-09 Terance Sola - - * nb.po: Updated Norwegian bokmᅵl translation. - * no.po: Same. - -2005-07-08 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-07-08 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-07-07 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-07-08 Sebastien Bacher - - * POTFILES.in: - * POTFILES.skip: - Update of the list of files to translate. - -2005-07-07 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-07-07 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2004-07-06 Christian Rose - - * gl.po: Updated Galician translation by - Ignacio Casal Quinteiro . - -2005-07-06 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-07-05 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-07-04 Hendrik Richter - - * de.po: Fixed German translation by - Jens Seidel . - -2005-07-04 Roozbeh Pournader - - * fa.po: Updated Persian translation by Masoud Ahmadzadeh - and Meelad Zakaria . - -2005-07-03 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-07-02 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-07-01 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team - -2005-07-01 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2005-06-30 Terance Sola - - * nb.po: Updated Norwegian Bokmaal translation. - * no.po: - -2005-06-28 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-06-27 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-06-27 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-06-26 Christian Rose - - * POTFILES.in: Added missing file entries. - * sv.po: Updated Swedish translation. - -2005-06-26 Christian Rose - - * sv.po: Change in terminology for subpixel antialiasing. - Fixes bug #136545. - -2005-06-22 Abel Cheung - - * zh_TW.po: Fix language team reference. - -2005-06-17 Hendrik Richter - - * de.po: Updated German translation. - -2005-06-14 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-06-13 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-06-10 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2005-06-06 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-06-05 Alessio Frusciante - - * it.po: Fixed a typo in Italian translation. - -2005-06-03 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-06-01 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2005-05-29 Rhys Jones - - * cy.po: Updated Welsh translation. - -2005-05-29 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-05-24 Kjartan Maraas - - * nb.po: Update - * no.po: Update - -2005-05-23 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-05-23 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-05-21 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-05-21 Iaki Larraaga - - * eu.po: Updated Basque translation. - -2005-05-20 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-05-19 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-05-19 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-05-13 Priit Laes - - * et.po: Translation updated. - -2005-05-12 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-05-12 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-05-12 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2005-05-11 Kostas Papadimas - - *el.po Updated Greek Translation - -2005-04-29 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-04-28 Kostas Papadimas - - * el.po: Updated Greek translation - -2005-04-28 Kostas Papadimas - - * el.po: Updated Greek translation - -2005-04-25 Gabor Kelemen - - * hu.po: Hungarian translation updated. - -2005-04-12 Iaki Larraaga - - * eu.po: Updated Basque translation. - -2005-04-06 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2005-03-31 Steve Murphy - - * rw.po: Added Kinyarwanda translation. - -2005-03-29 Adi Attar - - * xh.po: Updated Xhosa translation. - -2005-03-17 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-03-12 Baris Cicek - - * tr.po: Updated Turkish Translation - -2005-03-09 Adi Attar - - * xh.po: Added Xhosa translation. - -2005-03-08 Sebastien Bacher - - * POTFILES.in: - * POTFILES.skip: Fix the tarball build. - -2005-03-07 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team - -2005-03-07 Dan Damian - - * ro.po: Updated Romanian translation. - -2005-03-05 Marcel Telka - - * sk.po: Updated Slovak translation. - -2005-03-04 Christian Rose - - * sv.po: Updated Swedish translation (typos). - -2005-03-03 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dess . - -2005-03-03 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-03-03 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2005-03-02 Dan Damian - - * ro.po: Updated Romanian translation. - -2005-03-01 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dess . - -2005-02-28 Kostas Papadimas - - * el.po: Updated Greek translation. - -2005-02-27 Laszlo Dvornik - - * hu.po: Hungarian translation updated by Gabor Kelemen. - -2005-02-25 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2005-02-23 Leonid Kanter - - * ru.po: Updated Russian translation - -2005-02-23 Ankit Patel - - * gu.po: Updated Gujarati Translation. - -2005-02-21 Hendrik Richter - - * de.po: Updated German translation. - -2005-02-21 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2005-02-21 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-02-20 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2005-02-19 Christophe Merlet - - * fr.po: Updated French translation from - Simon Manlay . - -2005-02-19 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2005-02-18 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2005-02-18 Ilkka Tuohela - - * fi.po: Updated Finnish translation. - -2005-02-18 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2005-02-17 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2005-02-16 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Alexander Shopov - -2005-02-16 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2005-02-16 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2005-02-16 Kjartan Maraas - - * nb.po: Update - * no.po: Update - -2005-02-15 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2005-02-15 Jordi Mallach - - * ca.po: Updated Catalan translation by - Josep Puigdemont i Casamajó . - -2005-02-15 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-02-14 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-02-13 David Lodge - - * en_GB.po: Updated British translation. - -2005-02-13 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2005-02-13 Priit Laes - - * et.po: Translation updated. - -2005-02-13 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-02-12 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-02-12 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-02-11 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-02-11 Frank Arnold - - * de.po: Updated German translation. - -2005-02-11 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-02-11 Kostas Papadimas - - * el.po: Updated Greek translation. - -2005-02-11 Christian Rose - - * POTFILES.in: Added missing file. - * sv.po: Updated Swedish translation. - -2005-02-10 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2005-02-07 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-02-09 Sebastien Bacher - - * POTFILES.in: - * POTFILES.skip: - moved some files to fix the tarball build. - -2005-02-09 Leonid Kanter - - * ru.po: Updated Russian translation - -2005-02-09 Fernando Herrera - - * es.po: Fix an Spanish translation. - -2005-02-09 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2005-02-08 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-02-08 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-02-08 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-02-08 Kjartan Maraas - - * nb.po: Update - * no.po: Update - -2005-02-08 Frank Arnold - - * de.po: Updated German translation. - -2005-02-07 David Lodge - - * en_GB.po: Updated British translation. - -2005-02-07 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-02-07 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-02-07 Frank Arnold - - * de.po: Updated German translation. - -2005-02-06 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-02-06 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-02-06 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-02-06 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2005-02-06 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2005-02-05 Frank Arnold - - * de.po: Updated German translation. - -2005-02-05 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-02-05 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-02-05 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-02-05 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-02-04 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-02-04 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2005-02-04 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-02-04 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-02-03 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2005-02-03 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-02-02 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-02-02 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-02-03 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2005-02-02 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-02-02 Kostas Papadimas - - * el.po: Updated Greek translati - -2005-02-01 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-02-01 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-01-31 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-01-31 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2005-01-30 David Lodge - - * en_GB.po: Updated British translation. - -2005-01-29 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-01-27 Theppitak Karoonboonyanan - - * th.po: Updated Thai translation. - -2005-01-25 Leonid Kanter - - * ru.po: Updated Russian translation - -2005-01-23 Christian Rose - - * POTFILES.in: Added missing file. - * POTFILES.skip: Removed nonexisting entries. - * sv.po: Updated Swedish translation. - -2005-01-23 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dessì . - -2005-01-22 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2005-01-21 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-01-21 Kjartan Maraas - - * nn.po: Update...can you tell that I'm bored now? - -2005-01-21 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-01-20 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-01-20 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-01-20 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-01-19 Frank Arnold - - * de.po: Updated German translation. - -2005-01-19 Kjartan Maraas - - * nb.po: Update - * no.po: Update - -2005-01-18 Priit Laes - - * et.po: Translation updated by Ivar Smolin. - -2005-01-18 Priit Laes - - * et.po: Translation updated by Tõivo LeedjÀrv. - -2005-01-17 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-01-17 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-01-16 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-01-15 Kjartan Maraas - - * POTFILES.skip: Add *.desktop.in files. - -2005-01-15 Pawan Chitrakar - - * ne.po: Updated Nepali translation - -2005-01-15 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-01-14 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2005-01-14 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-01-13 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-01-12 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-01-11 Kjartan Maraas - - * nb.po: Update - * no.po: Update - -2005-01-10 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2005-01-10 Pawan Chitrakar - - * ne.po: Added nepali translation - -2005-01-08 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2005-01-07 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2005-01-06 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2005-01-06 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2005-01-05 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2005-01-06 Kjartan Maraas - - * nb.po: Update - * no.po: Update - -2005-01-03 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-12-30 Kostas Papadimas - - * el.po: Updated Greek translation. - -2004-12-28 Kjartan Maraas - - * nb.po: Update - * no.po: Update - -2004-12-26 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-12-26 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-12-25 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-12-24 Leonid Kanter - - * ru.po: update Russian translation - -2004-12-23 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2004-12-23 Christian Rose - - * sv.po: Updated Swedish translation. - -2004-12-23 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-12-22 Christian Rose - - * POTFILES.skip: Removed no longer existing files. - * POTFILES.in: Added missing files and sorted it. - -2004-12-22 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2004-12-22 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-12-21 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-12-20 Simos Xenitellis - - * el.po: Updated Greek translation. - -2004-12-19 Hendrik Brandt - - * de.po: Updated German translation. - -2004-12-19 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-12-19 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-12-18 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-12-16 Leonid Kanter - - * ru.po: update Russian translation - -2004-12-16 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-12-14 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2004-12-13 David Lodge - - * en_GB.po: Updated British translation. - -2004-12-13 Dwayne Bailey - - * zu.po: Added Zulu translation by - Zuza Software Foundation . - -2004-12-12 Alexander Shopov - - * bg.po: Updated Bulgarian translation - -2004-12-12 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-12-11 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-12-10 Rodney Dawes - - * POTFILES.in: add gnome-wp-item.c to list of translatable files - - Fixes #151425 - -2004-12-07 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-12-06 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2004-12-03 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2004-12-03 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-12-01 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-11-30 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-11-29 Dwayne Bailey - - * nso.po: Updated Northern Sotho translation. - -2004-11-29 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-11-28 Dwayne Bailey - - * nso.po: Added Northern Sotho translation by - Zuza Software Foundation . - -2004-11-28 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-11-28 Alexander Shopov - - * bg.po: Updated Bulgarian translation - -2004-11-27 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-11-27 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-11-26 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-11-26 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-11-25 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-11-24 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-11-22 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-11-21 David Lodge - - * en_GB.po: Updated British translation. - -2004-11-20 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-11-18 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-11-18 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-11-18 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-11-17 Mark McLoughlin - - * POTFILES.in: remove gnomecc-ui.xml - -2004-11-15 Hendrik Richter - - * de.po: Updated German translation. - -2004-11-14 David Lodge - - * en_GB.po: Updated British English translation. - -2004-11-11 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-11-09 Mark McLoughlin - - * POTFILES.in: remove capplets/desktop-links/* - -2004-11-08 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2004-11-04 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-11-04 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-11-03 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-11-01 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-11-01 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-10-31 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-10-31 Hendrik Richter - - * de.po: Updated German translation. - -2004-10-30 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-10-29 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-10-28 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-10-26 Mohammad DAMT - - * id.po: Updated Indonesian translation - -2004-10-22 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-10-22 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-10-22 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-10-21 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-10-20 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-10-18 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-10-17 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-10-17 David Lodge - - * en_GB.po: Updated British English translation. - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-10-14 Leonid Kanter - - * ru.po: Updated Russian translation - -2004-10-13 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-10-14 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-10-13 David Lodge - - * en_GB.po: Updated British English translation. - -2004-10-13 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-10-10 Christophe Merlet - - * fr.po: Updated French translation. - -2004-10-07 Ole Laursen - - * da.po: Fixed a couple of spelling mistakes in the Danish translation. - -2004-10-06 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-09-29 Leonid Kanter - - * ru.po: fixed some problems in Russian translation - -2004-09-25 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-09-25 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-09-21 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dessi . - -2004-09-17 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2004-09-15 Dmitry G. Mastrukov - - * ru.po: Updated Russian translation - from Russian team . - -2004-09-12 Paisa Seeluangsawat - - * th.po: Updated Thai translation. - -2004-09-12 Laszlo Dvornik - - * hu.po: Updated Hungarian translation by Gabor Kelemen. - -2004-09-12 Dafydd Harries - - * cy.po: Updated Welsh translation. - -2004-09-11 Hendrik Richter - - * de.po: Updated German translation. - -2004-09-11 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2004-09-10 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2004-09-09 Ole Laursen - - * da.po: Fixed a string in the Danish translation. - -2004-09-09 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2004-09-09 Baris Cicek - - * tr.po: Updated Turkish Translation - -2004-09-08 Arafat Medini - - * ar.po: Updated Arabic translation - -2004-09-07 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2004-09-07 Laszlo Dvornik - - * hu.po: Updated Hungarian translation. - -2004-09-07 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-09-07 David Lodge - - * en_GB.po: Updated British translation. - -2004-09-07 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-09-06 Mugurel Tudor - - * ro.po: Updated Romanian translation - by Misu Moldovan - -2004-09-06 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-09-06 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-09-06 Kostas Papadimas - - * el.po: Updated Greek translation. - -2004-09-06 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2004-09-06 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-09-06 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2004-09-06 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-09-05 Kjartan Maraas - - * nb.po: Updated - * no.po: Updated - -2004-09-05 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2004-09-05 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-09-05 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-09-04 Mətin Əmirov - - * az.po: Translation updated. - -2004-09-04 Mətin Əmirov - - * az.po: Translation updated. - -2004-09-04 Christian Rose - - * sv.po: Updated Swedish translation. - -2004-09-04 Hendrik Richter - - * de.po: Updated German translation - -2004-09-04 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-09-04 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-09-03 Raphael Higino - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2004-09-03 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2004-09-03 Baris Cicek - - * tr.po: Updated Turkish Translation - -2004-09-03 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-09-03 Dmitry G. Mastrukov - - * ru.po: Updated Russian translation - from Russian team . - -2004-09-02 Hendrik Richter - - * de.po: Updated German translation - -2004-08-31 Runa Bhattacharjee - * bn.po: Updated Bengali (bn) Translation - -2004-08-31 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2004-08-31 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2004-08-30 Kostas Papadimas - - * el.po: Updated Greek translation. - -2004-08-30 Christian Rose - - * sv.po: Updated Swedish translation. - -2004-08-30 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-08-30 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-08-30 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-08-29 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2004-08-29 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-08-29 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-08-29 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-08-28 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation update - -2004-08-28 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-08-28 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-08-25 David Lodge - - * en_GB.po: Updated British translation. - -2004-08-24 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-08-25 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-08-20 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-08-20 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2004-08-18 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2004-08-18 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-08-17 Kjartan Maraas - - * nb.po: Added this. - -2004-08-17 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2004-08-17 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2004-08-16 Christian Rose - - * bs.po: Added Bosnian translation by - Kenan HadÃ…Åžiavdić . - -2004-08-17 Metin Amiroff - - * az.po: Translation updated. - -2004-08-16 Laszlo Dvornik - - * hu.po: Updated Hungarian translation. - -2004-08-15 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-08-14 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-08-14 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2004-08-13 Tommi Vainikainen - - * fi.po: Unified some fields in po headers for Finnish team. - -2004-08-13 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-08-11 Dmitry G. Mastrukov - - * ru.po: Updated Russian translation - from Russian team . - -2004-08-10 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-08-09 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-08-09 David Lodge - - * en_GB.po: Updated British English translation. - -2004-08-09 Martin Willemoes Hansen - - * da.po: Updated Danish translation. - -2004-08-08 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-08-07 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-08-07 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-08-07 Christian Neumair - - * de.po: Updated German translation. - -2004-08-06 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - - * POTFILES.in: Added control-center/GNOME_ControlCenter.server.in. - -2004-08-06 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-08-05 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir "Kaladan" Petkov - -2004-08-04 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2004-08-02 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2004-08-02 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-08-02 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-08-01 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-08-01 David Lodge - - * en_GB.po: Updated British translation. - -2004-08-01 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-07-31 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-08-01 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-07-31 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-07-31 David Lodge - - * en_GB.po: Updated British translation. - -2004-07-31 Kjartan Maraas - - * POTFILES.in: Add missing files from capplets/keyboard - * no.po: Updated Norwegian translation. - -2004-07-31 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-07-31 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2004-07-30 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-07-29 Martin Willemoes Hansen - - * da.po: Reviewed and updated fuzzy messages plus - translated new messages. - -2004-07-29 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Rostislav "zbrox" Raykov - -2004-07-28 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-07-28 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-07-28 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-07-27 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Rostislav "zbrox" Raykov - -2004-07-27 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-07-26 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-07-26 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-07-21 Guntupalli Karunakar - - * hi.po: Updated Hindi translation. - -2004-07-19 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-07-15 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-07-15 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-07-14 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-07-12 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation - -2004-07-12 Gustavo Maciel Dias Vieira - - * pt_BR.po: Updated Brazilian Portuguese translation done by - Guilherme de S. Pastore . - -2004-07-10 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-07-10 Laurent Dhima - - * sq.po: Updated Albanian translation by Elian Myftiu. - -2004-07-10 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir "Kaladan" Petkov - -2004-07-07 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-07-02 Christian Neumair - - * de.po: Updated German translation. - -2004-07-01 Laurent Dhima - - * sq.po: Translation updated by Elian Myftiu. - -2004-06-30 Andras Timar - - * hu.po: Updated Hungarian translation. - -2004-06-29 Laurent Dhima - - * sq.po: Translation updated by Elian Myftiu. - -2004-06-28 Laurent Dhima - - * sq.po: Translation updated by Elian Myftiu. - -2004-06-25 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-06-25 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-06-23 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-06-23 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-06-22 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-06-21 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-06-21 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-06-20 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-06-17 Gustavo Maciel Dias Vieira - - * pt_BR.po: Small translation fix. - -2004-06-17 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-06-16 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-06-11 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-06-11 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2004-06-10 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-06-10 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-06-05 Dinesh Nadarajah - - * ta.po: Updated Tamil Translation - -2004-06-05 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-06-04 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-06-02 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-06-02 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-06-02 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-06-01 Alexander Shopov - - * bg.po: Updated Bulgarian translation by - Vladimir Petkov - -2004-05-30 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2004-05-27 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-05-27 Christophe Merlet - - * fr.po: Updated French translation. - -2004-05-25 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-05-24 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-05-23 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-05-22 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2004-05-20 Alexander Winston - - * en_CA.po: Updated Canadian English translation. - -2004-05-19 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-05-18 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-05-18 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-05-17 Jody Goldberg - - * POTFILES.in : add some files for the new shell - * POTFILES.skip : ditto. - -2004-05-15 Alexander Winston - - * en_CA.po: Updated Canadian English translation. - -2004-05-13 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-05-13 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-05-12 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-05-11 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-05-10 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-04-26 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-04-25 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-04-25 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-04-24 Christophe Merlet - - * fr.po: Updated French translation. - -2004-04-24 Andras Timar - - * hu.po: Updated Hungarian translation. - -2004-04-17 Sebastien Bacher - - * fr.po: Typo fix. - -2004-04-17 Dafydd Harries - - * cy.po: Updated Welsh translation from Rhys Jones. - -2004-04-17 Takeshi AIHANA - - * ja.po: Updated and merged Japanese translation for HEAD. - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-15 Andras Timar - - * hu.po: Updated Hungarian translation. - -2004-04-15 Mətin Əmirov - - * az.po: Translation updated. - -2004-04-15 Theppitak Karoonboonyanan - - * th.po: Fix spellings. - -2004-04-15 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-04-14 Iñaki Larrañaga - - * eu.po: Addded Basque translation. - -2004-04-14 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-04-14 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2004-04-14 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2004-04-13 Danilo Å egan - - * sr.po, sr@Latn.po: Fix minor tyop. - -2004-04-13 Christian Neumair - - * de.po: Updated German translation. Thanks to Sebastian Heinlein. - -2004-04-13 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-04-12 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-04-12 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dessi` . - -2004-04-09 Gareth Owen - - * en_GB.po: Updated British English translation - -2004-04-10 Baris Cicek - - * tr.po: Updated Turkish Translation. - -2004-04-09 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-04-09 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-04-10 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-04-09 Guntupalli Karunakar - - * gu.po: Added Gujurati translation by - Gujarati Team . - -2004-04-09 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-04-09 Christian Neumair - - * de.po: Updated German translation. - -2004-04-09 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2004-04-08 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2004-04-08 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2004-04-08 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-04-08 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-04-08 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-07-07 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation - from Alex Camacho Castilho . - -2004-04-07 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-04-07 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2004-04-07 Christian Neumair - - * de.po: Updated German translation. - -2004-04-06 Christian Rose - - * sv.po: Updated Swedish translation. - -2004-04-06 Mohammad DAMT - - * id.po: Updated Indonesian translation - -2004-04-03 Samúel Jón Gunnarsson - - * is.po: Updated Icelandic translation. - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-31 Christophe Merlet - - * fr.po: Updated French translation. - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-31 Christian Rose - - * af.po: Added Afrikaans translation by - Zuza Software Foundation . - -2004-03-30 Adam Weinberger - - * en_CA.po: Updated Canadian English translation. - -2004-03-29 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2004-03-29 Nikos Charoniakis - - * el.po: Updated Greek translation. - -2004-03-28 Robert Sedak - - * hr.po: Updated Croatian translation. - -2004-03-27 Gustavo Noronha Silva - - * pt_BR.po: - - fixed a small typo provávelmente->provavelmente - -2004-03-24 Guntupalli Karunakar - - * pa.po: Added Punjabi translation by - Amanpreet Singh Alam . - -2004-03-24 Robert Sedak - - * hr.po: Updated Croatian translation. - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-23 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2004-03-22 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2004-03-21 Andras Timar - - * hu.po: Updated Hungarian translation. - -2004-03-21 Alastair McKinstry - - * ga.po: Update Irish translation. - -2004-03-20 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation from - Woodman Tuen . - -2004-03-19 Christophe Merlet - - * fr.po: Updated French translation. - -2004-03-19 Arafat Medini - - * ar.po: Updated Arabic translation. - -2004-03-18 Arafat Medini - - * ar.po: Updated Arabic translation. - -2004-03-18 Mugurel Tudor - - * ro.po: Updated Romanian translation - by Mişu Moldovan - -2004-03-17 Dinesh Nadarajah - - * ta.po: Updated Tamil Translation - -2004-03-17 Dafydd Harries - - * cy.po: Updated Welsh translation from Dafydd Tomos. - -2004-03-16 Gareth Owen - - * en_GB.po: Added British translation - -2004-03-14 Sayamindu Dasgupta - - * bn.po: Updated Bengali translation (done by Progga -) - -2004-03-14 Christian Neumair - - * de.po: Updated German translation. - -2004-03-13 Christophe Merlet - - * fr.po: Updated French translation. - -2004-03-13 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation - -2004-03-12 Arafat Medini - - * ar.po: Updated Arabic translation. - -2004-03-12 Sayamindu Dasgupta - - * bn.po: Updated Bengali translation (done by Progga -) - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-03-09 Gustavo Noronha Silva - - * pt_BR.po: translation update done by - Estêvão Samuel Procópio - -2004-03-10 Vincent van Adrighem - - * nl.po: Translation updated. - -2004-03-09 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dessi`. - -2004-03-09 Takeshi AIHANA - - * ja.po: Fixed translations were lost. - -2004-03-09 Sanlig Badral - * mn.po: Updated Mongolian translation. - -2004-03-09 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-03-08 Alastair McKinstry - - * ga.po: Updated Irish translation. - -2004-03-08 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-03-08 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-03-08 Ales Nyakhaychyk - - * be.po: Updated Belarusian translation. - -2004-03-08 Mətin Əmirov - - * az.po: Translation updated. - -2004-03-07 Alexander Winston - - * en_CA.po: Updated Canadian English translation to "740 - translated messages, 3 fuzzy translations." status. - -2004-03-07 Christophe Merlet - - * POTFILES.in: Updated. - * fr.po: Updated French translation. - -2004-03-06 Mətin Əmirov - - * az.po: Translation updated. - -2004-03-06 Andras Timar - - * hu.po: Updated Hungarian translation. - -2004-03-05 Paisa Seeluangsawat - - * th.po: Updated Thai translation. - -2004-03-04 Funda Wang - - * zh_CN.po: Updated Simplified Chinese translation. - -2004-03-03 Ole Laursen - - * da.po: Updated Danish translation. - -2004-03-03 Artur Flinta - - * pl.po: Updated Polish translation. - -2004-03-02 Kostas Papadimas - - * el.po: Updated Greek translation. - -2004-03-02 Vincent van Adrighem - - * nl.po: Translation updated by Reinout van Schouwen. - -2004-03-01 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-03-01 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-29 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dessi` . - -2004-02-29 Christian Rose - - * sv.po: Updated Swedish translation. - -2004-02-28 Francisco Javier F. Serrador - - * es.po: Updated Spansih translation. - -2004-02-29 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-02-28 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2004-02-28 Christophe Merlet - - * fr.po: Updated French translation. - -2004-02-28 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2004-02-28 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2004-02-28 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-28 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-02-27 Vincent van Adrighem - - * nl.po: Translation updated by Tino Meinen. - -2004-02-27 Christophe Merlet - - * fr.po: Updated French translation. - -2004-02-27 Paisa Seeluangsawat - - * th.po: Updated Thai translation. - -2004-02-26 Vincent van Adrighem - - * nl.po: Translation updated by Kees van den Broek. - -2004-02-26 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-02-24 Alastair McKinstry - - * ga.po: Updated Irish translation. - -2004-02-24 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-02-24 Guntupalli Karunakar - - * hi.po: Updated Hindi translation. - -2004-02-23 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dessi` . - -2004-02-23 Ole Laursen - - * da.po: Updated Danish translation. - -2004-02-22 Hasbullah Bin Pit - - * ms.po: Updated Malay translation. - -2004-02-22 Mətin Əmirov - - * az.po: Updated Azerbaijani translation. - -2004-02-21 Christian Rose - - * en_CA.po: Added Canadian English translation by - Adam Weinberger . - -2004-02-21 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-21 Christian Neumair - - * de.po: Updated German translation. - -2004-02-20 Sanlig Badral - - * mn.po: Updated Mongolian translation. - -2004-02-20 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-20 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-20 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-02-19 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-02-19 Christian Rose - - * sv.po: Updated Swedish translation. - -2004-02-19 Artur Flinta - - * pl.po: Updated Polish translation. - -2004-02-18 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-02-18 Ales Nyakhaychyk - - * be.po: Updated Belarusian translation. - -2004-02-19 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-02-18 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-18 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-02-17 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-17 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-02-17 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-17 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2004-02-17 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-02-16 Christian Rose - - * sv.po: Updated Swedish translation. - -2004-02-16 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-02-16 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-16 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-15 Christian Rose - - * POTFILES.skip: Removed non-existant files. - * sv.po: Updated Swedish translation. - -2004-02-15 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-02-15 Mətin Əmirov - - * az.po: Translation updated. - -2004-02-15 Kostas Papadimas - - * el.po: Updated Greek translation - -2004-02-15 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-02-14 Takeshi AIHANA - - * ja.po: Updated Japanese translation except BUG#134171. - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-13 Christian Neumair - - * de.po: Updated German translation. - -2004-02-12 Francisco Javier F. Serrador - - * es.po: Updated Spansih translation. - -2004-02-12 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-02-11 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-10 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2004-02-10 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-10 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-10 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-10 Kjartan Maraas - - * POTFILES.in: Add gnome-background-properties.glade - * no.po: Updated Norwegian translation. - -2004-02-09 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-02-09 Nikos Charonitakis - - * el.po: Updated Greek translation. - -2004-02-08 Francisco Javier F. Serrador - - * es.po: Updated Spansih translation. - -2004-02-06 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-07 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-02-06 Robert Sedak - - * hr.po: Updated Croatian translation. - -2004-02-06 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-02-05 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2004-02-05 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-02-04 Maxim Dziumanenko - - * uk.po: Updated Ukrainian translation. - -2004-02-03 Alastair McKinstry - - * ga.po: Updated Irish translations. - -2004-02-03 Carlos Perelló Marín - - * POTFILES.in: Removed the localization capplet files, until GNOME 2.7 - -2004-02-02 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-02-02 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-02-01 Ole Laursen - - * da.po: Partially updated Danish translation. - -2004-02-01 Mətin Əmirov - - * az.po: Translation updated. - -2004-02-01 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-02-01 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-01-31 Mətin Əmirov - - * az.po: Translation updated. - -2004-01-30 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-01-29 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2004-01-29 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-01-28 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2004-01-28 Miloslav Trmac - - * cs.po: Fixed Czech translation. - -2004-01-28 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-01-27 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-01-26 Alastair McKinstry - - * ga.po: Updated Irish translation. - -2004-01-24 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-01-24 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-01-23 Christian Neumair - - * de.po: Updated German translation. - -2004-01-23 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-01-23 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-01-22 Kostas Papadimas - - * el.po: Updated Greek translation. - -2004-01-21 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-01-21 Vincent van Adrighem - - * nl.po: Translation updated by Kees van den Broek. - -2004-01-21 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-01-21 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-01-17 Christophe Merlet - - * fr.po: Updated French translation. - -2004-01-18 Christian Neumair - - * de.po: Updated German translation. - -2004-01-15 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-01-15 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2004-01-15 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-01-14 Rodney Dawes - - * sq.po: Update Albanian translation - -2004-01-14 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-01-14 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-01-14 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-01-14 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-01-14 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2004-01-13 Kjartan Maraas - - * POTFILES.in: Update with new files. - * no.po: Update this too. - -2004-01-13 Vincent van Adrighem - - * nl.po: Translation updated by Kees van den Broek. - -2004-01-13 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-01-13 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - - * POTFILES.in: Added missing files. - -2004-01-12 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-01-12 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-01-11 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-01-11 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-01-10 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004.01.09 Arafat Medini - - * ar.po: Updated Arabic translation - -2004-01-09 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-01-10 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2004-01-09 Artur Flinta - - * pl.po: Updated Polish translation by GNOME PL Team. - -2004-01-07 Duarte Loreto - - * pt.po: Updated and revised Portuguese translation. - -2004-01-06 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2004-01-06 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-01-06 Christian Neumair - - * de.po: Updated German translation. - -2004-01-06 Francisco Javier F. Serrador - - * es.po: Updated Spanish tranlation. - -2004-01-04 Hasbullah Bin Pit - - * ms.po: Updated Malay translation. - -2004-01-04 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2004-01-03 Robert Sedak - - * hr.po: Updated Croatian translation. - -2004-01-03 Christophe Merlet - - * fr.po: Updated French translation. - -2004-01-02 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2004-01-02 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2004-01-02 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2004-01-01 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2004-01-01 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-12-30 Christian Neumair - - * de.po: Updated German translation. - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-12-29 Christian Neumair - - * de.po: Updated German translation. - -2003-12-29 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-12-27 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2003-12-23 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-12-21 Danilo Å egan - - * POTFILES.in: Synced with recent name changes. - -2003-12-20 Arafat Medini - - * ar.po: Updated Arabic translation - -2003-12-15 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2003-12-14 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2003-12-14 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - - * POTFILES.in: Added capplets/theme-switcher/gnome-theme-installer.c. - -2003-12-13 Francisco Javier F. Serrador - - * es.po: Updated Spanish translation. - -2003-12-12 Gustavo Maciel Dias Vieira - - * pt_BR.po: Updated Brazilian Portuguese translation done by Tiago - Cardoso Menezes . - -2003-12-12 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-12-10 Francisco Javier F. Serrador - - * es.po: Updated Spanish (es) translation. - -2003-12-08 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-12-05 Paisa Seeluangsawat - - * th.po: Updated Thai (th) translation. - -2003-12-04 Åœygimantas Beručka - - * lt.po: Updated Lithuanian translation. - -2003-12-03 Sanlig Badral - - * mn.po: Updated Mongolian translation. - -2003-12-03 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-11-29 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-11-27 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-11-27 Dmitry G. Mastrukov - - * ru.po: Updated Russian translation - from Russian team . - -2003-11-24 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-11-20 Christophe Merlet - - * fr.po: Updated French translation - Fixes bug #127435. - -2003-11-20 Ole Laursen - - * da.po: Updated Danish translation. - -2003-11-20 Dmitry G. Mastrukov - - * ru.po: Updated Russian translation - from Russian team . - -2003-11-19 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-11-17 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2003-11-14 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-11-12 Kostas Papadimas - - * el.po: Updated Greek translation - -2003-11-10 Åsmund SkjÊveland - - * nn.po: Updated Norwegian Nynorsk translation. - -2003-11-07 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - * is.po: Mark wrong entry as fuzzy (msgfmt check failed). - -2003-11-04 Vincent van Adrighem - - * nl.po: Dutch translation updated by Vincent van Adrighem. - -2003-11-01 Paul Duffy - - * ga.po: Fixed formatting errors. Submitted by -David O'Callaghan - -2003-11-01 KAMAGASAKO Masatoshi - - * ja.po: Updated Japanese translation. - -2003-10-30 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-10-25 Ole Laursen - - * da.po: Fixed a string in Danish translation. - -2003-10-25 Metin Amiroff - - * az.po: Updated Azerbaijani translation. - -2003-10-22 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-10-20 Andras Timar - - * hu.po: Updated Hungarian translation. - -2003-10-19 Christian Rose - - * POTFILES.in: Sorted and added missing file. - * sv.po: Updated Swedish translation. - -2003-10-14 Danilo Å egan - - * sr.po, sr@Latn.po: Cleaned-up Serbian translation. - -2003-10-10 Laurent Dhima - - * sq.po: Updated Albanian translation by - Elian Myftiu . - -2003-10-09 Christian Rose - - * sv.po: Fixed one more embarassing typo. - -2003-10-07 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-10-07 Andras Timar - - * hu.po: Updated Hungarian translation. - -2003-10-04 Andras Timar - - * hu.po: Updated Hungarian translation. - -2003-10-04 Miloslav Trmac - - * cs.po: Fixed Czech translation. - -2003-10-03 Andras Timar - - * hu.po: Updated Hungarian translation. - -2003-09-30 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-09-29 Gustavo Maciel Dias Vieira - - * pt_BR.po: Applied revision by Augusta Marques da Silva - . - -2003-09-23 Christian Rose - - * sv.po: Fixed some embarassing typos. - -2003-09-19 Tõivo LeedjÀrv - - * et.po: Updated Estonian translation. - -2003-09-17 Gediminas Paulauskas - - * lt.po: Updated Lithuanian translation by Zygimantas Berucka. - -2003-09-08 Mugurel Tudor - - * ro.po: Updated Romanian translation by - Misu Moldovan - -2003-09-07 Gustavo Noronha Silva - - * pt_BR.po: updated translation. - -2003-09-06 Nikos Charonitakis - - * el.po: Review of Greek translation. - -2003-09-05 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2003-09-05 Hasbullah Bin Pit - - * ms.po: Updated Malay translation. - -2003-09-05 Guntupalli Karunakar - - * hi.po: Updated Hindi translation. - -2003-09-05 Taneem Ahmed - - * bn.po: Updated Bangla (Bengali) translation. - -2003-09-04 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-09-04 Ivan Stojmirov - - * mk.po: Updated Macedonian translation - -2003-09-03 Pauli Virtanen - - * fi.po: Fixes to Finnish translation. - -2003-09-03 Paul Duffy - - * ga.po: Updated Irish translation - -2003-09-03 Laurent Dhima - - * sq.po: Updated Albanian translation. - -2003-09-02 Mugurel Tudor - - * ro.po: Updated Romanian translation. - -2003-09-02 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-09-02 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dessì - -2003-08-31 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2003-08-29 Nikos Charonitakis - - * el.po: Review of Greek translation. - -2003-08-27 Pablo Gonzalo del Campo - - * es.po: Revision of Spanish translation by -Francisco Javier F. Serrador . - -2003-08-26 Dafydd Harries - - * cy.po: Updated Welsh translation. - -2003-08-27 Vincent van Adrighem - - * nl.po: Dutch translation updated by Kees van den Broek. - -2003-08-25 Duarte Loreto - - * pt.po: Fixed missing accel in Portuguese translation. - -2003-08-24 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2003-08-24 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2003-08-23 Ole Laursen - - * da.po: Fixed a few strings in the Danish translation. - -2003-08-23 Danilo Å egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-08-23 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2003-08-21 Fatih Demir - - * tr.po: Updated Turkish translation by Gorkem Cetin. - -2003-08-20 Samúel Jón Gunnarsson - - * is.po: Added Icelandic translation by - Áki G. Karlsson - -2003-08-19 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2003-08-19 Dafydd Harries - - * cy.po: Updated Welsh translation. - -2003-08-19 Kjartan Maraas - - * no.po: Update Norwegian translation. - -2003-08-18 Guntupalli Karunakar - - * hi.po: Added Hindi translation. - -2003-08-18 Metin Amiroff - - * az.po: Updated Azerbaijani translation. - -2003-08-17 Evandro Fernandes Giovanini - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2003-08-17 Christophe Merlet - - * fr.po: Updated French translation. - -2003-08-17 Laurent Dhima - - * sq.po: Updated Albanian translation. - -2003-08-16 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2003-08-14 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2003-08-14 Danilo Å egan - - * be.po: Updated Belarusian translation by Ales Nyakhaychyk - . - -2003-08-12 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2003-08-11 Paisa Seeluangsawat - - * th.po: Updated Thai translation. - -2003-08-11 Christian Neumair - - * de.po: Updated German translation. - -2003-08-10 Kostas Papadimas - - * el.po: Updated Greek translation. - -2002-08-09 Hasbullah Bin Pit - - * ms.po: Updated Malay translation. - -2003-08-09 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-08-08 Danilo ? egan - - * sr.po, sr@Latn.po: Updated Serbian translation. - -2003-08-08 Dafydd Harries - - * cy.po: Updated Welsh translation. - -2003-08-07 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-08-07 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-08-06 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2003-08-06 Ole Laursen - - * da.po: Updated Danish translation. - -2003-08-06 Metin Amiroff - - * az.po: Updated Azerbaijani translation. - -2003-08-06 Wang Jian - - * zh_CN.po: Updated Simplified Chinese translation by - Funda Wang . - -2003-08-06 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-08-06 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-08-06 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2003-08-04 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2003-08-04 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-08-04 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-08-04 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-08-03 Christian Neumair - - * de.po: Updated German translation. - -2003-08-03 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-08-02 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-08-01 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-08-01 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-08-01 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-31 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-31 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-07-31 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-07-30 Frederic Crozat - - * fr.po: fix comment for at-properties.desktop - -2003-07-28 Christophe Fergeau - - * fr.po: fixed a few typos, a few consistency fixes for menu entries - -2003-07-28 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-07-28 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-07-27 Kostas Papadimas - - * el.po: Updated Greek translation. - -2002-07-26 Hasbullah Bin Pit - - * ms.po: Updated Malay translation. - -2003-07-26 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-07-26 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2003-07-26 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-07-25 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-07-25 Christian Neumair - - * de.po: Updated German translation. - -2003-07-25 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-25 Dafydd Harries - - * cy.po: Updated Welsh translation. - -2003-07-24 Andrew Sobala - - * POTFILES.in: added vfs-methods/themus/apply-font.glade - -2003-07-23 Andrew Sobala - - * POTFILES.in: s/themus-component.c/themus-theme-applier.c/ - -2003-07-22 Kostas Papadimas - - * el.po: Updated Greek translation. - -2003-07-21 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-21 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-07-21 Abel Cheung - - * POTFILES.in: Add capplets/accessibility/at-properties/main.c - -2003-07-20 Dafydd Harries - - * cy.po: Updated Welsh translation. Plugging in gaps of forward port - of Kyfieithu work done against 2.2. - -2003-07-20 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2003-07-19 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-07-19 Christian Neumair - - * de.po: Updated German translation. - -2003-07-19 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2003-07-19 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-07-18 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-18 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-17 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-17 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-07-17 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-07-17 Vincent van Adrighem - - * nl.po: Dutch translation updated by Kees van den Broek. - -2003-07-16 Artur Flinta - - * pl.po: Updated Polish translation. - -2003-07-16 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-07-13 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-07-12 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-07-12 Christian Neumair - - * de.po: Updated German translation. - -2003-07-11 Telsa Gwynne - - * cy.po: Added Welsh translation from Kyfieithu contributors - (http://www.kyfieithu.co.uk/): Owain Green, Gareth Williams - and Steve Griffiths. - -2003-07-08 Alessio Frusciante - - * it.po: Merged drwright translation. - -2003-07-07 Vincent van Adrighem - - * nl.po: Dutch translation updated by Kees van den Broek. - -2003-07-07 Andras Timar - - * hu.po: Updated Hungarian translation. - -2003-07-07 Jody Goldberg - - * Release 2.3.4 - -2003-07-06 Christophe Merlet - - * fr.po: Updated French translation. - -2003-07-04 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-07-04 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-07-04 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-07-04 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-07-02 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-06-30 Pauli Virtanen - - * fi.po: Set translator_credits. - -2003-06-30 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-06-30 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-06-29 Kjartan Maraas - - * no.po: Update Norwegian translation. - -2003-06-28 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-06-28 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-06-28 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2003-06-28 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-06-27 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-06-27 Christian Rose - - * POTFILES.in: Added missing files. - -2003-06-26 Ole Laursen - - * da.po: Updated Danish translation. - -2003-06-26 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-06-26 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-06-26 Abel Cheung - - * POTFILES.in: Add stuff under capplets/accessibility/at-properties/ . - -2003-06-24 Jody Goldberg - - * Release 2.3.3 - -2003-06-24 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-06-23 Danilo ? egan - - * sr.po, sr@Latn.po: Updated Serbian translation by Serbian - team (Prevod.org). - -2003-06-23 Vincent van Adrighem - - * nl.po: Dutch translation updated by Kees van den Broek. - -2003-06-17 Miloslav Trmac - - * cs.po: Minor fixes to Czech translation. - -2003-06-17 Alessio Frusciante - - * it.po: Updated Italian translation by - Alessio Dess??????¬. - -2003-06-15 Taneem Ahmed - - * bn.po: Added Bengali translation by Progga - of Ankur group . - -2003-06-15 Wang Jian - - * zh_CN.po: Updated Simplified Chinese translation by - Funda Wang . - -2003-06-15 Vincent van Adrighem - - * nl.po: Dutch translation updated by Vincent van Adrighem. - -2003-06-13 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-06-13 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2003-06-11 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-06-10 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2003-06-09 Dmitry G. Mastrukov - - * ru.po: Updated Russian translation - from Russian team . - -2003-06-08 Christophe Merlet - - * fr.po: Updated French translation. - -2003-06-04 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-06-04 Abel Cheung - - * ta.po: Fix broken encoding. - -2003-06-04 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2003-06-04 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-06-02 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-06-01 Danilo ? egan - - * sr.po, sr@Latn.po: Updated Serbian translation by Serbian - team (Prevod.org). - -2003-05-30 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2003-05-29 Kostas Papadimas - - * el.po: Updated Greek translation. - -2003-05-29 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-05-29 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-05-26 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-05-24 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2003-05-23 Paul Duffy - - * ga.po: Update Irish translation. - -2003-05-23 Dmitry G. Mastrukov - - * ru.po: updated Russian translation - from Russian team . - -2003-05-23 Abel Cheung - - * *.po: Merged with fontilus translation, except sv.po. - * id.po, th.po: New files. - -2003-05-23 Christian Rose - - * POTFILES.in: Added missing files. - * sv.po: Updated Swedish translation. - -2003-05-22 Danilo ??????…? egan - - * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team - (Prevod.org). - -2003-05-20 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-05-19 Ole Laursen - - * da.po: Updated Danish translation. - -2003-05-19 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2003-05-18 Michal Bukovjan - - * cs.po : Updated Czech translation. - -2003-05-17 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2003-05-16 Laurent Dhima - - * sq.po: Updated Albanian translation. - -2003-05-16 Miloslav Trmac - - * cs.po: Updated Czech translation. - Fixed a typo in Czech translation. - -2003-05-15 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-05-15 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-05-15 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2003-05-14 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-05-14 KAMAGASAKO Masatoshi - - * ja.po: Updated Japanese translation. - -2002-05-14 Hasbullah Bin Pit - - * ms.po: Updated Malay translation. - -2003-05-14 Abel Cheung - - * cs.po, da.po, de.po, el.po, es.po, fr.po, ga.po, ja.po, - ko.po, lv.po, ms.po, nl.po, no.po, pl.po, pt.po, pt_BR.po, - vi.po, zh_TW.po: Merged with themus translations. - * sr.po, sr@Latn.po: New files. - -2003-05-13 Andrew Sobala - - * POTFILES.in: added themus files - -2003-05-13 Christian Rose - - * POTFILES.in: Added missing files. - * sv.po: Updated Swedish translation. - -2003-05-12 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2003-05-11 Christophe Merlet - - * fr.po: Updated French translation. - -2003-05-09 Paul Duffy - - * ga.po: Updated Irish translation. - -2003-05-07 Jody Goldberg - - * Release 2.3.1 - -2003-05-06 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2003-05-05 Dmitry G. Mastrukov - - * be.po: Updated Belarusian translation - from Belarusian team . - -2003-05-03 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-05-03 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2003-05-02 Paul Duffy - - * ga.po: Updated Irish translation. - -2003-05-01 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2004-03-30 Paul Duffy - - * ga.po: Updated Irish translation - - -2003-04-30 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-04-29 Kjartan Maraas - - * POTFILES.in: Add missing files. - * no.po: Update this. - -2003-04-29 Miloslav Trmac - - * cs.po: Updated Czech translation. - - -2004-03-29 Paul Duffy - - * ga.po: Updated Irish translation - -2003-03-21 Guntupalli Karunakar - - * ml.po: Added Malayalam translation by - FSF-India - -2003-03-18 Metin Amiroff - - * az.po: Updated Azerbaijani translation. - -2003-03-10 Roozbeh Pourander - - * fa.po: Added Persian translation. - -2003-02-22 Laurent Dhima - - * sq.po: Added Albanian translation - by Elian Myftiu - -2003-02-21 Dmitry G. Mastrukov - - * be.po: Updated Belarusian translation - from Belarusian team . - -2003-02-13 Dmitry G. Mastrukov - - * be.po: Updated Belarusian translation - from Belarusian team . - -2003-02-13 Gediminas Paulauaskas - - * lt.po: Updated Lithuanian translation by Vaidotas Zemlys. - -2003-02-11 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-02-10 Christophe Merlet - - * fr.po: Updated French translation. - -Tue Feb 4 17:09:18 2003 Jonathan Blandford - - * Release 2.2.0.1 - -2003-02-04 Christian Neumair - - * de.po: Updated German translation. - -2003-02-04 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2003-02-03 Daniel Yacob - - * am.po: Updated Amharic translation. - -2003-02-03 Dmitry G. Mastrukov - - * ru.po: updated Russian translation - from Russian team . - -2003-02-03 Sanlig Badral - - * mn.po: Updated Mongolian translation. - -2003-02-01 Fatih Demir - - * tr.po: Committed updated Turkish translation by Gorkem. - -2003-02-01 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2003-02-01 Christian Neumair - - * de.po: Updated German translation. - -2003-01-26 Christian Rose - - * sv.po: Some fixes for problems catched in translation review. - -2003-01-26 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2003-01-26 T??????ƒ??????µivo Leedj??????ƒ?????¢?????‚?????¬rv - - * et.po: Updated Estonian translation. - -2003-01-26 Kang Jeong-Hee - - * ko.po: Updated Korean translation. - -2003-01-26 Kostas Papadimas - - * el.po: Updated Greek translation. - -2003-01-26 Takeshi AIHANA - - * ja.po: Updated Japanese translation. - -2003-01-26 Christian Rose - - * sv.po: Some fixes for problems catched in translation review. - -2003-01-25 Benjamin Greiner - - * de.po: Proofread German translation. - -2003-01-25 Christophe Fergeau - - * fr.po: Updated French translation. - -2003-01-25 Christian Neumair - - * de.po: Updated German translation. - -2003-01-25 Gustavo Noronha Silva - - * pt_BR.po: translation update. - -2003-01-24 Yuriy Syrota - - * uk.po: Updated Ukrainian translation. - -2003-01-24 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2003-01-23 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2003-01-23 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-01-23 Vincent van Adrighem - - * nl.po: Dutch translation updated by Vincent van Adrighem. - -2003-01-22 Ole Laursen - - * da.po: Updated Danish translation. - -2003-01-22 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2003-01-22 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-01-22 Andras Timar - - * hu.po: Updated Hungarian translation. - -2003-01-22 Marius Andreiana - - * ro.po: updated ( thanks to Mugurel Tudor ) - -2003-01-22 Dmitry G. Mastrukov - - * ru.po: updated Russian translation - from Russian team . - -2003-01-22 Christian Rose - - * mn.po: Added Mongolian translation by - Sanlig Badral . - -2003-01-21 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-01-21 Benjamin Greiner - - * de.po: Updated German translation. - -2003-01-21 Artis Trops - - * lv.po: Updated Latvian translation. - -2003-01-21 Dmitry G. Mastrukov - - * ru.po: updated Russian translation - from Russian team . - -2003-01-21 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2003-01-21 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-01-21 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -Tue Jan 21 01:21:17 2003 Jonathan Blandford - - * Release 2.2.0 - * POTFILES.in: add gnome-theme-save.c and capplet-stock-icons.c - -2003-01-20 Christian Neumair - - * de.po: Updated German translation. - -2003-01-20 Pablo Saratxaga - - * vi.po: Updated Vietnamese file - -2003-01-20 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2003-01-20 Christian Neumair - - * de.po: Updated German translation. - -2003-01-20 Christian Meyer - - * de.po: Removed fuzzy translation. - -2003-01-20 Dmitry G. Mastrukov - - * ru.po: updated Russian translation - from Russian team . - -2003-01-20 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2003-01-19 He Qiangqiang - - * zh_CN.po: Fixed some translation. - -2003-01-18 Fatih Demir - - * tr.po: Committed updated Turkish translation by Gorkem. - -2003-01-18 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2003-01-18 He Qiangqiang - - * zh_CN.po: Updated Simplified Chinese translation by - Funda Wang . - -2003-01-17 Gustavo Noronha Silva - - * pt_BR.po: updated translation. - -2003-01-16 Daniel Yacob - - * am.po: Updated Amharic translation. - -Thu Jan 16 02:41:09 2003 Jonathan Blandford - - * Release 2.1.7 - -2003-01-14 Daniel Yacob - - * am.po: Updated Amharic translation. - -2003-01-13 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-01-12 Anders Carlsson - - * sv.po: Fix a silly. - -2003-01-11 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2003-01-10 Jody Goldberg - - * Release 2.1.6 - -2003-01-09 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2003-01-08 Pablo Gonzalo del Campo - - * es.po: Check some string in Spanish translation. - -2003-01-08 Christian Rose - - * sv.po: Fixes. - -2003-01-08 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2003-01-08 Ole Laursen - - * da.po: Updated Danish translation. - -2003-01-08 Artis Trops - - * lv.po: Updated Latvian translation. - -2003-01-08 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2003-01-08 Andras Timar - - * hu.po: Updated Hungarian translation. - -2003-01-07 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2003-01-07 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-01-07 Daniel Yacob - - * am.po: Updated Amharic translation. - -2003-01-06 Christian Neumair - - * de.po: Updated German translation. - -2003-01-06 Kostas Papadimas - - * el.po: Updated Greek translation. - -2003-01-06 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2003-01-06 Christian Rose - - * sv.po: Updated Swedish translation. - -2003-01-06 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2003-01-05 Pablo Saratxaga - - * vi.po: Updated Vietnamese file - -2003-01-05 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2003-01-05 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2003-01-02 Pablo Saratxaga - - * vi.po,wa.po: Updated Vietnamese and Walloon files - -2002-12-30 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2002-12-27 Christian Neumair - - * de.po: Updated German translation. - -2002-12-27 Pablo Gonzalo del Campo - - * es.po: Updated Spanish translation. - -2002-12-27 Ole Laursen - - * da.po: Updated Danish translation. - -2002-12-26 Artis Trops - - * lv.po: Updated Latvian translation. - -2002-12-22 Artis Trops - - * lv.po: Updated Latvian translation. - -2002-12-20 Gil "Dolfin" Osher - - * he.po: Updated Hebrew translation. - -2002-12-20 Christophe Merlet - - * fr.po: Updated French translation. - -2002-12-19 Andras Timar - - * hu.po: Updated Hungarian translation. - -2002-12-18 Jody Goldberg - - * Release 2.1.5 - -2002-12-17 Christian Rose - - * sv.po: Terminology fix. - -2002-12-17 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-12-17 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2002-12-17 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-12-15 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-12-15 Ole Laursen - - * da.po: Updated Danish translation. - -2002-12-14 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2002-12-11 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-12-09 Kostas Papadimas - - * el.po: Updated Greek translation. - -2002-12-09 Gil Osher - - * he.po: Updated Hebrew translation. - -2002-12-09 Artis Trops - - * lv.po: sync with gnome-2-0 branch. - -2002-12-07 Christian Neumair - - * POTFILES.in: Added capplets/theme-switcher/gnome-theme-details.c. - * de.po: Updated German translation. - -2002-12-07 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2002-12-07 Andras Timar - - * hu.po: Updated Hungarian translation. - -2002-12-07 He Qiangqiang - - * zh_CN.po: sync with gnome-2-0 branch. - -2002-12-06 Andras Timar - - * hu.po: Updated Hungarian translation. - -2002-12-05 Miloslav Trmac - - * cs.po: Updated Czech translation. - -2002-12-05 Christophe Merlet - - * fr.po: Updated French translation. - -2002-12-04 Ole Laursen - - * da.po: Updated Danish translation. - -2002-12-04 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-12-03 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-12-03 Christian Rose - - * sv.po: Updated Swedish translation somewhat. - -2002-12-02 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2002-12-02 Christian Neumair - - * POTFILES.in: Added schemas. - * de.po: Updated German translation. - -2002-12-01 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-11-28 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-11-28 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-11-26 Fatih Demir - - * ta.po: Copy & paste from stable branch, too ;-) - -2002-11-25 Vincent van Adrighem - - * nl.po: Massive copy-paste from stable branch. - -2002-11-26 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-11-25 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-11-25 Yanko Kaneti - - * *.po: Convert all to UTF-8. - -2002-11-23 Jody Goldberg - - * Release 2.1.3 - -2002-11-15 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-11-15 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-11-14 Christian Neumair - - * de.po: Updated German translation. - * POTFILES.in: Changed. - -2002-11-09 Dmitry G. Mastrukov - - * be.po: Updated Belarusian translation - * from Belarusian team . - -2002-11-03 Dmitry G. Mastrukov - - * be.po: Added Belarusian translation - * from Belarusian team . - -2002-11-02 Jody Goldberg - - * Release 2.1.2 - -2002-10-21 Jody Goldberg - - * Release 2.1.1 - -2002-10-21 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-10-18 Andras Timar - - * hu.po: Terminology fixes. - -2002-10-13 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-10-13 Andras Timar - - * hu.po: Yet another small fix. - -2002-10-12 Andras Timar - - * hu.po: One more thing... - -2002-10-12 Andras Timar - - * hu.po: Updated Hungarian translation. - -2002-10-04 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-10-04 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-10-01 Jody Goldberg - - * Release 2.1.0.1 - -2002-09-20 Pablo Saratxaga - - * vi.po: Updated Vietnamese file - -2002-09-20 Marius Andreiana - - * ro.po: small update - -2002-09-14 Pauli Virtanen - - * fi.po: Updated Finnish Translation. - -2002-09-13 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-09-09 Marius Andreiana - - * ro.po: updated ( thanks to Mugurel Tudor ) - -2002-09-04 Gustavo Noronha Silva - - * pt_BR.po: translation update, fixes typos. - -2002-08-21 Jody Goldberg - - * Release 2.1.0 - -2002-08-16 jacob berkman - - * POTFILES.in: remove capplets/file-types/category-names.h - -2002-08-09 Gustavo Noronha Silva - - * pt_BR: translation update. - -2002-08-06 Simos Xenitellis - - * el.po: Updated Greek translation. - -2002-07-30 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-07-30 Fatih Demir - - * tr.po: Committed updated Turkish translation. - -2002-07-22 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2002-07-21 Christophe Merlet - - * fr.po: Updated French translation. - -2002-07-19 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-07-18 Dmitry G. Mastrukov - - * ru.po: updated Russian translation. - -2002-07-17 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-07-17 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-07-17 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-07-15 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-07-15 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-07-15 Dmitry G. Mastrukov - - * ru.po: updated Russian translation. - -2002-07-13 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-07-13 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2002-06-05 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-07-13 Ole Laursen - - * da.po: Updated Danish translation. - -2002-07-12 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-07-11 jacob berkman - - * POTFILES.in: jody please CVS add this file - * POTFILES.in: remove theme-install glade file... - -2002-07-10 Jody Goldberg - - * POTFILES.in : Add theme-install glade file - -2002-07-10 Dmitry G. Mastrukov - - * ru.po: updated Russian translation. - -2002-07-10 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2002-07-09 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-07-08 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-07-06 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-07-05 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-07-04 Christophe Fergeau - - * fr.po: Updated French translation. - -2002-07-04 Manuel Borchers - - * de.po: Updated German translation. - -2002-07-03 Pablo Saratxaga - - * vi.po: Updated Vietnamese file - -2002-06-30 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-06-28 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2002-06-26 Jesus Bravo Alvarez - - * gl.po: Updated Galician translation from - Xabier Garc?????????‚??????­a - -2002-06-25 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-06-24 Yanko Kaneti - - * bg.po: Updated Bulgarian translation. - -2002-06-23 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-06-23 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-06-22 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-06-20 Christophe Merlet - - * fr.po: Updated french translation. - -2002-06-19 jacob berkman - - * POTFILES.in: fixup - -2002-06-19 Jordi Mallach - - * ca.po: Typo fix. - -2002-06-18 Pablo Saratxaga - - * vi.po: Updated Vietnamese file - -2002-06-17 Jody Goldberg - - * Release 2.0.0 - -2002-06-15 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2002-06-13 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - Some entries are taken from Sun translation. - -2002-06-12 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2002-06-13 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2002-06-12 Andrew V. Samoilov - - * uk.po: Updated Ukrainian translation. - -2002-06-10 Ole Laursen - - * da.po: Updated Danish translation. - -2002-06-10 Yanko Kaneti - - * bg.po: Updated Bulgarian translation. - -2002-06-10 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-06-10 Dmitry G. Mastrukov - - * ru.po: updated Russian translation. - -2002-06-10 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-06-10 Pablo Saratxaga - - * vi.po: Updated Vientamese file - -2002-06-10 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-06-10 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-06-10 Jordi Mallach - - * ca.po: Catalan fixes. - -2002-06-09 Carlos Perell?????????‚??????³ Mar?????????‚??????­n - - * es.po: Updated Spanish translation. - -2002-06-09 Dmitry G. Mastrukov - - * ru.po: updated Russian translation. - -2002-06-09 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2002-06-09 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-06-09 Carlos Perell?????????‚??????³ Mar?????????‚??????­n - - * pt_BR.po: Gustavo Noronha Silva - -2002-06-05 Kjartan Maraas - - * POTFILES.in: Also add one file: gnome-settings-keybindings.c - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-06-08 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-06-07 Jordi Mallach - - * ca.po: Updated Catalan translation. - -2002-06-07 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-06-06 Ole Laursen - - * da.po: Updated Danish translation. - -2002-06-06 Yanko Kaneti - - * bg.po: Updated Bulgarian translation. - -2002-06-06 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-06-06 Dmitry G. Mastrukov - - * ru.po: updated Russian translation. - -2002-06-05 Kjartan Maraas - - * POTFILES.in: Remove wm-properties capplet. It's not being shipped - for 2.0.0. Also add one file from libwindow-settings (gnome-wm-manager.c) - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-06-05 Gediminas Paulauskas - - * POTFILES.in: remove mime-type, url-properties and wm-properties - capplets -- they are not built nor distributed. Also remove - session, panel, and cd desktop files. - * POTFILES.skip: add those files here because those capplets are still - in CVS. - -2002-06-05 Christian Rose - - * sv.po: Fixed Swedish translation. - -2002-06-04 Gediminas Paulauskas - - * lt.po: Update Lithuanian translation - -2002-06-04 Pablo Saratxaga - - * vi.po: Updated Vietnamese file - -2002-06-04 Yanko Kaneti - - * bg.po (added): Bulgarian translation by - Borislav Aleksandrov . - -2002-06-04 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-06-04 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-06-04 Jordi Mallach - - * ca.po: Updated Catalan translation. - -Mon Jun 03 20:41:15 2002 George Lebl - - * cs.po: update - -Mon Jun 03 20:25:25 2002 George Lebl - - * cs.po: update - -Mon Jun 03 18:39:53 2002 George Lebl - - * cs.po: update - -2002-06-04 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-06-03 Carlos Perell?????????‚??????³ Mar?????????‚??????­n - - * es.po: Added ' -' to all emails at translation_credits. - -2002-06-03 Carlos Perell?????????‚??????³ Mar?????????‚??????­n - - * es.po: Full translation. - -2002-06-03 Germ??n Poo-Caama?????????‚??????±o - -2002-06-03 Dmitry G. Mastrukov - - * ru.po: updated Russian translation - -2002-06-02 Seth Nickell - - reviewed by: - - * ar.po: - * az.po: - * ca.po: - * cs.po: - * da.po: - * de.po: - * el.po: - * en_GB.po: - * es.po: - * et.po: - * fi.po: - * fr.po: - * ga.po: - * gl.po: - * hr.po: - * hu.po: - * it.po: - * ja.po: - * ko.po: - * lt.po: - * lv.po: - * ms.po: - * nl.po: - * nn.po: - * no.po: - * pl.po: - * pt.po: - * pt_BR.po: - * ro.po: - * ru.po: - * sk.po: - * sl.po: - * sv.po: - * tr.po: - * uk.po: - * vi.po: - * wa.po: - * zh_CN.po: - * zh_TW.po: - -2002-06-02 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2002-06-02 Christian Rose - - * sv.po: Minor fix. - -2002-06-02 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-06-02 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-05-31 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-05-31 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-05-31 Ole Laursen - - * da.po: Fixed a lot of improper strings in Danish translation. - -2002-05-30 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-05-30 Pablo Saratxaga - - * vi.po: Updated Vietnamese file - -2002-05-30 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-05-29 Duarte Loreto - - * pt.po: Updated Portuguese translation - -2002-05-28 Ole Laursen - - * da.po: Updated Danish translation. - -2002-05-27 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-05-27 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-05-27 Dmitry G. Mastrukov - - * ru.po: updated Russian translation - -2002-05-25 Ole Laursen - - * da.po: Updated Danish translation. - -2002-05-24 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-05-22 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-05-21 Pauli Virtanen - - * fi.po: Updated Finnish translation. Fixed crash-inducing html string. - -2002-05-21 Abel Cheung - - * POTFILES.in: Synced with source tree. - * zh_TW.po: Updated traditional Chinese translation. - -2002-05-21 Changwoo Ryu - - * ko.po: Updated Korean translation by Young-Ho Cha - . - -2002-05-20 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2002-05-19 Vlad Harchev - - * ru.po: updated russian translation from Dmitry G. Mastrukov - . - -2002-05-19 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-05-18 Jacob Berkman - - * POTFILES.in: fixup - -2002-05-18 Ole Laursen - - * da.po: Updated Danish translation. - -2002-05-17 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-05-16 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-05-16 Gediminas Paulauskas - - * lt.po: Update Lithuanian translation - -2002-05-15 Jacob Berkman - - * POTFILES.in: fix build again - -2002-05-15 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2002-05-15 Andrew V. Samoilov - - * ru.po: Updated Russian translation. - * uk.po: Updated Ukrainian translation. - -2002-05-14 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-05-14 Vincent van Adrighem - - * nl.po: Updated Dutch translation (by Reinout van Schouwen). - -2002-05-14 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2002-05-13 jacob berkman - - * POTFILES.in: add another windows file - -2002-05-13 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-05-12 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-05-12 Ole Laursen - - * da.po: Updated Danish translation. - -2002-05-11 Seth Nickell - - * POTFILES.in: - - Add the window capplet files. - -2002-05-10 Pablo Saratxaga - - * ca.po: Updated Catalan file - * vi.po: Updated Vietnamese file - -2002-05-07 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-05-06 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-05-04 Duarte Loreto - - * pt.po: Updated Portuguese translation and converted to UTF-8. - -2002-05-02 Vincent van Adrighem - - * nl.po: Updated Dutch translation (Huib Kleinhout) UTF-8. - -2002-05-01 Germ??n Poo-Caama?????????‚??????±o - - * es.po: Updated Spanish translation from - H?????????‚??????©ctor Garc?????????‚??????­a ?????????‚??????lvarez - -2002-04-30 Kjartan Maraas - - * POTFILES.in: added gnome-settings-daemon/* - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-04-30 Kjartan Maraas - - * POTFILES.in: added capplets/common/file-transfer-dialog.c - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-04-29 Pablo Saratxaga - - * vi.po: Added Vietnamese file - * wa.po: Updated Walloon file - -2002-04-29 Kjartan Maraas - - * POTFILES.in: Do not use .glade.h files, but the .glade file directly. - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-04-28 jacob berkman - - * POTFILES.in: fix more theme stuff - -2002-04-27 Jacob Berkman - - * POTFILES.in: remove the theme .desktop.in.in - -2002-04-26 Vincent van Adrighem - - * nl.po: Updated Dutch translation (Ronald Hummelink). - -2002-04-26 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-04-25 Christophe Merlet - - * fr.po: Updated french translation from work of - Mathieu Gauthier-Pilote . - -2002-04-24 Benedikt Roth - - * de.po: Small update for German translation. - -2002-04-24 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-04-24 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-04-23 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-04-22 Christophe Merlet - - * fr.po: Updated french translation. - -2002-04-22 Mark McLoughlin - - * POTFILES.in: add network preferences capplet - files. - -2002-04-23 Abel Cheung - - * zh_TW.po: Recommit an error-free file. - -2002-04-22 Jacob Berkman - - * zh_TW.po: revert last commit as it has collision markers - -2002-04-22 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2002-04-21 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-04-21 Christophe Merlet - - * fr.po: Updated french translation and converted - to UTF-8. - -2002-04-21 Abel Cheung - - * .cvsignore: Added some file(s). - * POTFILES.in: Synced with source tree. - -2002-04-19 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-04-19 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-04-18 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-04-18 Vincent van Adrighem - - * nl.po: Updated Dutch translation by Ronald Hummelink. - -2002-04-16 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-04-15 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-04-15 Valek Filippov - - * ru.po: updated russian translation from Dmitry Mastrukov. - -2002-04-15 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-04-10 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-04-09 Vincent van Adrighem - - * nl.po: Dutch translation updated by Reinout van Schouwen. - -2002-04-09 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-04-09 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2002-04-06 Ole Laursen - - * da.po: Updated Danish translation. - -2002-04-05 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-04-04 jacob berkman - - * POTFILES.in: remove sawfish files - -2002-04-03 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-04-01 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-04-01 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-04-01 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2002-03-31 Christian Rose - - * sv.po: Updated Swedish translation (not completed). - -2002-03-28 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-03-28 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-03-29 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-03-27 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-03-27 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-03-26 jacob berkman - - * POTFILES.in: remove screensaver .desktop file - -2002-03-26 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-03-25 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-03-24 jacob berkman - - * POTFILES.in: revert .directory.in.in change as that breaks the - build - -2002-03-24 Zbigniew Chyla - - * POTFILES.in: - Added capplets/keybindings/gnome-keybinding-properties.glade. - Renamed capplets/desktop-links/*.directory.in.in to *.directory.in - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-03-22 Ole Laursen - - * da.po: Updated Danish translation. - -2002-03-22 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-03-20 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-03-20 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-03-20 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-03-20 Jody Goldberg - - * POTFILES.in : Add accessibility/keyboard - -2002-03-19 Richard Hestilow - - * POTFILES.in: Add activate-settings-daemon.c. - -2002-03-19 Ole Laursen - - * da.po: Updated Danish translation. - -2002-03-18 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation by - Khairulanuar Abd Majid - -2002-03-17 Kjartan Maraas - - * POTFILES.in: Update this some more. - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-03-16 Wang Jian - - * zh_CN.po: Updated Simplified Chinese translation by - He Qiangqiang . - - -2002-03-14 Abel Cheung - - * gl.po, hu.po, it.po, ro.po: Remove obsolete entries that - are duplicates of existing entries (with identical msgid - and msgstr). - -2002-03-13 Valek Filippov - - * ru.po: updated russian translation. - -2002-03-13 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-03-12 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-03-12 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-03-11 Richard Hestilow - - * POTFILES.in: Remove shell .glade, add .xml. - Sorry for the minor string break but the menu is needed - for accessibility. - -2002-03-10 Christian Rose - - * POTFILES.in: Added missing file. - * sv.po: Updated Swedish translation. - -2002-03-09 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-03-09 Christian Rose - - * sv.po: Fixed Swedish translation. - -2002-03-08 Ole Laursen - - * da.po: Updated Danish translation. - -2002-03-07 Vincent van Adrighem - - * nl.po: Updated Dutch translation (Huib Kleinhout). - -2002-03-07 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-03-07 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-03-06 Valek Filippov - - * ru.po: updated russian translation. - -2002-03-05 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-03-05 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2002-03-05 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-03-04 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-03-04 Wang Jian - - * zh_CN.po: Updated Simplified Chinese translation by - He QiangQiang . - -2002-03-03 Christian Rose - - * sv.po: Fixed Swedish translation. - -2002-03-03 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-03-03 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-03-03 Abel Cheung - - * en_GB.po: Remove duplicate entry which is causing - error in status page generation. - -2002-03-02 T?????????‚??????µivo Leedj????????‚??????¢???????‚??????‚???????‚??????¬rv - - * et.po: Updated Estonian translation. - -2002-03-01 Pauli Virtanen - - * fi.po: Updated Finnish translation. - -2002-02-28 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-02-28 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-02-27 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - * POTFILES.in: Added missing file. - -2002-02-27 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-02-27 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-02-27 Christian Rose - - * sv.po: Fixed Swedish translation. - -2002-02-27 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-02-26 Christian Rose - - * sv.po: Updated Swedish translation. - -2002-02-24 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2002-02-23 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-02-23 Ole Laursen - - * da.po: Updated Danish translation. - -2002-02-22 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-02-22 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-02-21 Fatih Demir - - * tr.po: Committed updated Turkish translation by G?????????‚??????¶rkem. - -2002-02-20 Abel Cheung - - * zh_TW.po: Updated traditional Chinese translation. - -2002-02-20 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-02-18 jacob berkman - - * POTFILES.in: remove session .desktop file - -2002-02-18 Gediminas Paulauskas - - * lt.po: Updated Lithuanian translation. - -2002-02-12 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-02-10 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - * POTFILES.in: Added some files. - -2002-02-09 Pauli Virtanen - - * fi.po: Updated Finnish translation and converted it to UTF-8. - -2002-02-09 Vincent van Adrighem - - * nl.po: Updated Dutch translation (by Jan-Willem Harmanny) - -2002-02-07 Abel Cheung - - * POTFILES.in: Remove non-existant libsounds/sound-view.c - -2002-02-07 Changwoo Ryu - - * ko.po: Updated Korean translation. - -2002-02-06 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2002-02-05 Marius Andreiana - - * ro.po: updated and converted to UTF-8 - -2002-02-02 Ole Laursen - - * da.po: Updated Danish translation and converted it to UTF-8. - -2002-01-31 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-01-30 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - * POTFILES.in: Added some files. - -2002-01-30 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-01-28 Seth Nickell - - reviewed by: - - * ChangeLog: - * POTFILES.in: - -2002-01-28 Seth Nickell - - reviewed by: - - * ChangeLog: - * POTFILES.in: - -2002-01-28 Seth Nickell - - reviewed by: - - * POTFILES.in: - -2002-01-28 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2002-01-28 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-01-27 Christian Rose - - * sv.po: Updated and converted to UTF-8. - -2002-01-27 Bradford Hovinen - - * POTFILES.in: Added capplets/file-types/category-names.h - -2002-01-27 Hasbullah Bin Pit - - * ms.po: Updated Malay Translation. - -2002-01-27 Roy-Magne Mo - - * nn.po: Updated Norwegian (nynorsk) translation. - -2002-01-21 Hasbullah Bin Pit - - * ms.po: Added Malay Translation. - -2002-01-19 Duarte Loreto - - * pt.po: Updated Portuguese translation. - -2002-01-14 Bradford Hovinen - - * POTFILES.in: Update - -2001-12-13 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????Â¥l) translation. - -2002-01-09 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2002-01-09 Anders Carlsson - - * POTFILES.in: Remove missing files. - -2002-01-07 Christian Rose - - * POTFILES.in: Sorted and added missing files. - * sv.po: Updated Swedish translation. - -2001-12-26 Vasif Ismailogu MD - - * az.po: updating Azerbaijani translation file - -2001-12-20 Bradford Hovinen - - * POTFILES.in: Update - -2001-12-19 Seth Nickell - - * POTFILES.in: - - Remove gnome-hint-properties.desktop.in - -2001-12-18 Abel Cheung - - * zh_TW.po: Trivial update to traditional Chinese translation, and - converted to UTF-8 encoding. - -2001-12-13 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????¯???????????‚??????“) translation. - * POTFILES.in: Updated this too. - -2001-12-13 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-12-11 H?????????‚??????¯???????????‚??????“tor Garc?????????‚??????¯???????????‚??????“ ?????????‚??????¯???????????‚??????“varez - - * es.po: Updated Spanish Translation. - -2001-12-11 Wang Jian - - * zh_CN.po: Updated Simplified Chinese translation by - He Qiangqiang . - -2001-12-11 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-12-10 Christian Rose - - * sv.po: Updated Swedish translation. - -2001-12-08 Havoc Pennington - - * POTFILES.in: remove applier.c which doesn't exist - -2001-11-30 Christian Rose - - * sv.po: Updated Swedish translation. - -2001-11-12 Ole Laursen - - * da.po: Updated Danish translation. - -2001-11-11 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-11-07 Fatih Demir - - * tr.po: Committed updated Turkish translation by Nilgn. - -2001-11-07 Ole Laursen - - * da.po: Updated Danish translation. - -2001-11-06 Fatih Demir - - * tr.po: Committed updated Turkish translation by Nilgn. - -2001-11-01 Peteris Krisjanis - - * lv.po: Updated Latvian translation by Artis Trops - - -2001-10-26 Stanislav Visnovsky - - * sk.po: More screensaver description translated. - -2001-10-25 Zbigniew Chyla - - * pl.po: Updated Polish translation by - GNOME PL Team . - -2001-10-24 Stanislav Visnovsky - - * sk.po: More screensaver description translated. - -2001-10-23 Wang Jian - - * zh_CN.po: Added Simplified Chinese translation by - He Qiangqiang . - -2001-10-22 Christian Rose - - * sv.po: Updated the Swedish translation somewhat. - -2001-10-20 Pablo Saratxaga - - * az.po: Updated Azeri file - -2001-10-15 Abel Cheung - - * zh_TW.po: Trivial update to traditional Chinese translation, and - reverted to Big5 encoding. (UTF8 is displayed as garbage in main - interface) - -2001-10-14 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-10-13 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????¯???????????‚??????“) translation. - * nn.po: Updated Norwegian (nynorsk) translation. - -2001-10-13 Valek Filippov - - * ru.po: updated russian translation. - -2001-10-07 Artis Trops - - * lv.po: Added Latvian translation. - -2001-10-01 Israel Escalante - - * POTFILES.in: Removed some *.c files that was called and - don't exist. - -2001-10-01 Pablo Saratxaga - - * ca.po: Updated Catalan file - -2001-09-25 Pablo Saratxaga - - * az.po: Updated Azeri file - -2001-09-23 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????¯???????????‚??????“) translation. - * nn.po: Updated Norwegian (nynorsk) translation. - * POTFILES.in: Updated. - -2001-09-22 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-09-17 Carlos Perells Marmn - - * cs.po: Fixed. - -2001-09-09 Wang Jian - - * zh_CN.GB2312.po: Removed. It is not useful. - -2001-09-05 Pablo Saratxaga - - * az.po: Updated Azeri file - -2001-09-05 Abel Cheung - - * zh_TW.po: Slight update of traditional Chinese translation. - -2001-08-22 Gustavo Maciel Dias Vieira - - * pt_BR.po: Updated Brazilian Portuguese translation. - -2001-08-22 Abel Cheung - - * zh_TW.Big5.po: Converted to ... - * zh_TW.po: UTF8 encoded file. - -2001-08-18 Pablo Saratxaga - - * az.po: Updated Azeri file - -2001-08-13 Abel Cheung - - * zh_TW.Big5.po: Update traditional Chinese translation. - -2001-08-12 Pablo Saratxaga - - * ca.po: Updated Catalan file - * wa.po: Updated Walloon file - * el.po,hr.po: removed duplicate lines that made msgfmt/msgmerge fail - -2001-08-10 Valek Filippov - - * ru.po: updated russian translation. - -2001-08-10 Carlos Perells Marmn - - * POTFILES.in: Fixed the screensaver files. - * es.po: Updated Spanish translation. - -2001-08-09 Richard Hestilow - - * Added lots of xml.h files to POTFILES.in. There were - a bunch of xml files already here; this makes me think - I may have done this wrong. - -2001-08-09 Zbigniew Chyla - - * pl.po: Updated Polish translation. - -2001-08-08 Pablo Saratxaga - - * az.po: Updated Azeri file - -2001-08-08 Abel Cheung - - * zh_TW.Big5.po: Reworked traditional Chinese translation. - -2001-08-07 Christophe Merlet - - * fr.po: Updated french translation. - -2001-08-05 Fatih Demir - - * tr.po: Updated Turkish translation by Gvrkem. - -2001-08-02 Marius Andreiana - - * ro.po: updated - -2001-08-01 Christian Meyer - - * de.po: Update for German translation. (thanks mawa!) - -2001-07-30 Ole Laursen - - * da.po: Updated Danish translation. - -2001-07-28 Carlos Perells Marmn - - * es.po: Updated Spanish translation. - -2001-07-28 Pablo Saratxaga - - * az.po: Updated Azeri file - -2001-07-28 Zbigniew Chyla - - * pl.po: Updated Polish translation. - -2001-07-27 Bradford Hovinen - - * RELEASE : 1.5.2 - -2001-07-27 Zbigniew Chyla - - * POTFILES.in: Added control-center/Gnome.directory.in.in. - - * pl.po: Updated Polish translation. - -2001-07-27 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-07-26 Christian Rose - - * sv.po: Modified Swedish translation. Thanks to - Gvran Uddeborg for his review. - -2001-07-27 Jarkko Ranta - - * fi.po: Updated Finnish translation by Pauli Virtanen. - -2001-07-26 Chema Celorio - - * POTFILES.in: remove rollback.c from the POTFILES.in - as rollback is not beeing built - -2001-07-26 Christian Rose - - * sv.po: Updated Swedish translation. - -2001-07-26 Valek Filippov - - * ru.po: updated russian translation. - -2001-07-25 Kjartan Maraas - - * no.po: Updated Norwegian (bokm?????????‚??????¯???????????‚??????“) translation. - * nn.po: Updated Norwegian (nynorsk) translation. - * POTFILES.in: Updated. - -2001-07-25 Christian Rose - - * sv.po: Updated Swedish translation. - -2001-07-21 Ole Laursen - - * da.po: Updated Danish translation. - -2001-07-21 Christian Rose - - * sv.po: Updated Swedish translation. - -2001-07-20 Zbigniew Chyla - - * pl.po: Updated Polish translation. - -2001-07-20 Zbigniew Chyla - - * POTFILES.in: Added capplets/default-applications/interface.c, - capplets/default-applications/default-applications.desktop.in.in. - -2001-07-20 Kjartan Maraas - - * nn.po: Updated Norwegian (nynorsk) translation. - * no.po: Updated Norwegian (bokm?????????‚??????¯???????????‚??????“) translation. - -2001-07-20 Pablo Saratxaga - - * wa.po: Updated Walloon file - -2001-07-20 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-07-20 Chema Celorio - - * RELEASE : 1.5.0 - -2001-07-20 Takayuki KUSANO - - * ja.po: Remove duplicated entry. - -2001-07-19 Chema Celorio - - * POTFILES.in: remove prefs widget.c - -2001-07-19 Carlos Perells Marmn - - * es.po: Updated Spanish translation. - -2001-07-19 Carlos Perells Marmn - - * POTFILES.in: some /s/desktop.in/desktop.in.in/ - -2001-07-19 Chema Celorio - - * POTFILES.in: remove Gnome.in since we use xml tools - -2001-07-18 Kjartan Maraas - - * nn.po: Updated Norwegian (nynorsk) translation. - * no.po: Updated Norwegian (bokm?????????‚??????¯???????????‚??????“) translation. - -2001-07-17 Carlos Perells Marmn - - * *.po: Added the strings from Sawfish .desktop files - -2001-07-17 Bradford Hovinen - - * POTFILES.in: Removed rollback files - Removed capplets/sound/prefs-widget.c - Removed root-manager files - -2001-07-16 Carlos Perells Marmn - - * no.po: Solved some conflicts with my patch. - -2001-07-14 Carlos Perells Marmn - - * POTFILES.in: Updated to reflect the xml-i18n-tools use. - * *.po: Added the .directory && .desktop translations. - * update.*: Removed. - * wa.po: Added. - * es.po: Updated Spanish translation. - -2001-07-15 Kjartan Maraas - - * nn.po: Added Norwegian (nynorsk) translation. - * no.po: Updated Norwegian (bokm?????????‚??????¯???????????‚??????“) translation. - -2001-07-10 Kai Lahmann - - * POTFILES.in: Updated new files (rollback...) - * POTFILES.ignore: removed files that doesn't exist any more - * de.po: Updated German translation - -2001-07-09 Christopher R. Gabriel - - * it.po: Updated italian translation. - -2001-06-25 Pablo Saratxaga - - * az.po: Updated Azeri file - -2001-06-20 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2001-06-07 Christian Rose - - * POTFILES.in: Added missing file. - * sv.po: Updated Swedish translation. - -2001-05-29 Marius Andreiana - - * ro.po: updated - -2001-05-22 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2001-05-21 Pablo Saratxaga - - * ko.po,zh*.po: fixed invalid multibyte - -2001-04-18 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-04-09 Christian Rose - - * sv.po: Updated Swedish translation. - -2001-03-30 Fatih Demir - - * .cvsignore: Ignore the "messages" file. - -2001-03-16 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2001-03-14 Fatih Demir - - * tr.po: Committed updated Turkish translation - by Vedat. - - * ko.po: Committed updated Korean translation. - -2001-03-13 Christian Meyer - - * de.po: Updated German translation. - -2001-03-03 Pablo Saratxaga - - * es.po: Updated Spanish file - -2001-02-23 Stanislav Visnovsky - - * sk.po: Fixed Slovak translation. - -2001-02-21 Fatih Demir - - * ko.po: Committed updated Korean transalation. - -2001-02-19 Almer S. Tigelaar - - * nl.po: Updated Dutch translation. - -2001-02-18 Simos Xenitellis - - * el.po: Updated Greek translation (fixed font). - -2001-02-16 Akira TAGOH - - * ja.po: Updated Japanese translation. - -2001-02-14 Jarkko Ranta - - * fi.po: UPdated Finnish translation by Pauli Virtanen - -2001-02-10 Christian Meyer - - * de.po: Corrections. - -2001-02-09 Christian Meyer - - * de.po: Updated German translation. - -2001-02-09 Valek Filippov - - * ru.po: updated russian translation. - -2001-02-05 Christophe Merlet - - * fr.po: Updated french translation. - -2001-01-29 Christophe Merlet - - * fr.po: Updated french translation. - -2001-01-28 Christian Rose - - * sv.po: Updated Swedish translation. - -2001-01-26 Marius Andreiana - - * ro.po: Updated Romanian translation - -2001-01-26 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2001-01-25 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2001-01-24 jacob berkman - - * POTFILES.in: remove removed files - -2001-01-23 Fatih Demir - - * tr.po: Committed updated Turkish translation - by Irfan Macit. - -2001-01-19 Valek Filippov - - * ru.po: updated russian translation. - -2001-01-20 Fatih Demir - - * ko.po: Committed updated Korean translation. - -2001-01-19 Christophe Merlet - - * fr.po: updated french translation. - * ru.po: updated russian translation from frob. - -2001-01-17 Valek Filippov - - * ru.po: updated russian translation. - -2001-01-16 Fatih Demir - - * tr.po: Committed an updated Turkish - translation. - -2001-01-13 Simos Xenitellis - - * el.po: Partial update of Greek translation. - -2001-01-11 Christophe Merlet - - * fr.po: updated French translation. - -2001-01-09 Valek Filippov - - * ru.po: updated russian translation. - -2001-01-09 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2001-01-04 Christophe Merlet - - * fr.po: updated French translation. - -2001-01-03 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2000-12-29 Kjartan Maraas - - * no.po: Updated Norwegian translation. - * POTFILES.in: Added some missing screensaver descriptions. - -2000-12-27 Christian Rose - - * sv.po: Updated Swedish translation. - -2000-12-22 Kjartan Maraas - - * no.po: Updated Norwegian translation. - * POTFILES.in: Added some missing screensaver descriptions. - -2000-12-21 Valek Filippov - - * ru.po: updated russian translation. - -2000-12-20 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2000-12-19 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2000-12-18 Christian Rose - - * sv.po: Updated Swedish translation. - -2000-12-18 Christopher R. Gabriel - - * it.po: Updated italian translation - -2000-12-18 Valek Filippov - - * ru.po: updated russian translation. - -2000-12-17 Pablo Saratxaga - - * az.po: Updated Azeri file - -2000-12-13 Christophe Merlet - - * fr.po: updated French translation. - -2000-12-12 Stanislav Visnovsky - - * sk.po: Updated Slovak translation. - -2000-12-11 Pablo Saratxaga - - * az.po: Added Azeri file - * fr.po,pl.po: fixed header - * sk.po: copied sk.po from stable branch - -2000-12-05 Simos Xenitellis - - * el.po: Update of Greek translation. - -2000-11-25 Karl Eichwalder - - * de.po: Update. - -2000-11-14 Zbigniew Chyla - - * pl.po: Updated Polish translation - -2000-11-11 Jarkko Ranta - - * fi.po: Updated Finnish Translation - -2000-10-30 Zbigniew Chyla - - * pl.po: Updated Polish translation. - -2000-10-28 Valek Filippov - - * ru.po: updated russian translation. - -2000-10-22 Christian Rose - - * sv.po: Updated Swedish translation. - -2000-10-21 Karl Eichwalder - - * de.po: Update. - -2000-10-16 Stanislav Brabec - - * fr.po: Removed bug. - -2000-10-15 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2000-10-14 Christian Meyer - - * de.po: Updated German translation. - -2000-10-14 Bradford Hovinen - - * POTFILES.in: Added rorschach.xml.h - -2000-10-12 Kjartan Maraas - - * no.po: Updated Norwegian translation. - * POTFILES.in: Updated. - * POTFILES.ignore: Updated this. - -2000-10-11 Stanislav Brabec - - * cs.po: Few updates. - -2000-10-09 Christian Rose - - * sv.po: Updated Swedish translation. - -2000-10-09 Christophe Merlet - - * fr.po: updated French translations. - -2000-10-09 Christian Meyer - - * de.po: Updazed German translation. - -2000-10-08 Bradford Hovinen - - * POTFILES.in: Updated translation files - Added xml.h files - -2000-09-03 Christian Rose - - * POTFILES.in: Removed entries for missing .xml.h files. - -2000-09-26 Christian Meyer - - * de.po: Updated German translation. Some typos were fixed. - -2000-09-25 Kjartan Maraas - - * no.po: Updated Norwegian translation. - * POTFILES.in: Updated. - * POTFILES.ignore: Added this. - -2000-09-11 Ruben Lopez - - * gl.po: Updated Galician translation. - -2000-09-11 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2000-09-10 Bradford Hovinen - - * fr.po: Updated French translations - (courtesy of Christophe Merlet ) - -2000-09-03 Christian Rose - - * sv.po: Updated Swedish translation. - -2000-09-02 Takayuki KUSANO - - * ja.po: Updated Japanese translation. - -2000-08-19 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2000-08-17 Kai Lahmann - - * de.po: Updated German translation - -2000-08-17 Valek Filippov - - * ru.po: updated russian translation. - -2000-08-17 Christopher R. Gabriel - - * it.po: Updated Italian translation. - -2000-08-15 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2000-08-14 Kai Lahmann - - * de.po: Updated German translation - -2000-08-12 Valek Filippov - - * ru.po: updated russian translation. - * POTFILES.in: added new/deleted old files. - -2000-08-02 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -2000-08-02 Takayuki KUSANO - - * ja.po: Updated Japanese translation. - -2000-07-16 Pablo Saratxaga - - * el.po: Updated Greek file - -2000-07-15 Robert Brady - - * en_GB.po: Updated British translation. - -2000-07-13 Valek Filippov - - * de.po: updated translation from Kai Lahmann (kl@linuxfaqs.de). - -2000-06-12 Pauli Virtanen - - * fi.po: finnish update. - -2000-05-22 Fellmann Joaquim - - * fr.po: Updated French translation - -2000-05-20 Valek Filippov - - * ru.po: updated russian translation. - -2000-04-19 Pablo Saratxaga - - * da.po: Updated Danish file - * ca.po: Updated Catalan file - -2000-04-16 Pablo Saratxaga - - * lt.po: Updated Lithuanian file - -2000-04-15 Fatih Demir - - * tr.po : Added it ! - -2000-04-11 Jesus Bravo Alvarez - - * gl.po: Updated Galician translation from stable branch. - -2000-04-07 Pablo Saratxaga - - * lt.po: Updated Lithuanian translation file - -2000-04-05 Pablo Saratxaga - - * es.po: Updated Spanish file - -2000-04-05 Dan Damian - - * ro.po: Updated Romanian translation. - -2000-04-04 Zbigniew Chyla - - * pl.po: Updated translation. - -2000-03-4 Pauli Virtanen - * fi.po: Updated Finnish translation. - -2000-03-31 Spiros Papadimitriou - - * el.po: Updated Greek translation. - -2000-03-29 Pablo Saratxaga - - * lt.po: Added Lithuanian file - * el.po,pl.po: small change to po header, so msgfmt -v works - -2000-03-27 Karl EICHWALDER - - * de.po: Update. - -2000-03-13 Alastair McKinstry - - * ga.po: More translations. - -2000-03-11 Alastair McKinstry - - * ga.po: Updated Irish translation. - -2000-02-27 Christopher R. Gabriel - - * it.po: updated italian translation. - -2000-01-31 Yuan-Chung Cheng - - * zh_CN.GB2312.po: from TurboLinux Chinese Develop Team. - -2000-01-23 Spiros Papadimitriou - - * el.po: Original Greek translation (missing a few msgs). - -2000-01-03 Kjartan Maraas - - * update.sh: A little script that lets people - update the .pot file without makefiles etc. - -1999-12-29 Zbigniew Chyla - - * pl.po: Updated translation. - -1999-11-26 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -1999-11-06 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -1999-11-01 Yuri Syrota - - * gl.po: Updated the galician translation - -1999-10-31 Ruben Lopez - - * gl.po: Updated the galician translation - -1999-10-28 Yuri Syrota - - * uk.po: Added Ukrainian translation. - -1999-10-24 Ruben Lopez - - * gl.po: Added Galician translation. - -1999-10-07 Rodrigo Stulzer Lopes - - * pt_BR.po: Updated. - -1999-10-07 Karl Eichwalder - - * de.po: update. - -1999-10-06 Pablo Saratxaga - - * da.po: updated Danish language file - -1999-10-05 Sergey Panov - - * ru.po: updated Russian language file - -1999-10-05 Pablo Saratxaga - - * es.po: updated spanish language file - -1999-10-05 Sergey Panov - - * ru.po: updated Russian language file - -1999-10-01 Jonathan Blandford - - * da.po: added po file from - -1999-10-01 Pablo Saratxaga - - * es.po: updated spanish language file - * da.po: updated danish language file - * nl.po,pl.po: minor fixes (added some - in nl.po, enabled the - header in pl.po to allow msgfmt -v to give interesting output) - -1999-09-30 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -1999-09-30 Tomas Ogren - - * sv.po: Updated. - -1999-09-30 Rodrigo Stulzer Lopes - - * pt_BR.po: Updated. - -1999-09-29 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -1999-09-29 Yukihiro Nakai - - * ja.po: Update from Itani Eiichiro. - -1999-09-28 Kjartan Maraas - - * ro.po: Added Romainan translation from Dan - Damian . - -1999-09-27 Richard Hult - - * sv.po: Updated Swedish translation. - -1999-09-27 Zbigniew Chyla - - * pl.po: Updated translation. - -1999-09-26 Kjartan Maraas - - * no.po: Updated translation. - -1999-09-26 Anders Carlsson - - * sv.po: Updated swedish translation - -1999-09-24 Rodrigo Stulzer Lopes - - * pt_BR.po: included - -1999-09-22 Vincent Renardias - - * fr.po: Updated for 1.0.40. - -1999-09-21 Karl Eichwalder - - * de.po: Update. - -1999-09-21 Zbigniew Chyla - - * pl.po: Updated translation. - -1999-09-21 Changwoo Ryu - - * ko.po: Updated translation. - -1999-09-20 Karl Eichwalder - - * de.po: Update. - -1999-09-17 Lauris Kaplinski - - * et.po: Added Estonian translation - -1999-09-17 Anders Carlsson - - * sv.po: Updated translation - -1999-09-17 Kjartan Maraas - - * da.po: Updated Danish translation from Kenneth - Christiansen . - -1999-09-13 Kjartan Maraas - - * no.po: Updated translation. - -1999-09-14 Karl Eichwalder - - * de.po: Update. - -1999-09-10 Zbigniew Chyla - - * pl.po: Updated translation. - -1999--09-08 Vincent Renardias - - * Updated fr.po: - before: 283 translated messages, 13 fuzzy translations, 6 untranslated messages. - after: 302 translated messages. - -1999-09-03 Kjartan Maraas - - * no.po: Updated translation. - -1999-09-02 Yukihiro Nakai - - * ja.po: Updated translation from ITANI Eiichiro. - -1999-09-02 Zbigniew Chyla - - * pl.po: Updated translation. - -1999-08-31 Kjartan Maraas - -1999-08-25 Kjartan Maraas - - * no.po: Updated translation. - -1999-08-23 Mikko Rauhala - - * fi.po: updated - -1999-08-19 Pablo Saratxaga - - * ca.po: added catalan language file from - al011097@alumail.uji.es (Vilata Balaguer Ivan) - -1999-08-18 Pablo Saratxaga - - * es.po: updated spanish translation - -1999-08-18 Sergey Panov - - * ru.po: Updated translation(and a lot of work ahead :( ). - -1999-08-16 Kjartan Maraas - - * no.po: Updated translation. - -1999-08-15 Mikko Rauhala - - * fi.po: Updated. - -1999-08-13 Vincent Renardias - - * fr.po: Updated for 1.0.6. - -1999-08-13 Changwoo RYU - - * ko.po: updated translation. - -1999-08-12 Kjartan Maraas - - * no.po: Updated translation. - -1999-08-10 Changwoo Ryu - - * ko.po: Updated translation. - -1999-08-05 Richard Hult - - * sv.po: Updated translation slightly. - -1999-08-05 Anders Carlsson - - * sv.po: Updated translation. - -1999-08-04 Karsten Weiss - - * de.po: Updated translation. - -1999-08-01 Tom Tromey - - * POTFILES.in: Added session-properties/startup-programs.c. - -1999-07-30 Kjartan Maraas - - * no.po: Updated translation. - -1999-07-29 Matthias Warkus - - * de.po: little update - -1999-07-29 Owen Taylor - - * Removed e-conf files from POTFILES.in. People: - *check* that the stuff you add here actually - gets built/distributed. - -1999-07-24 Karsten Weiss - - * de.po: Updated translation. - -1999-07-21 Vincent Renardias - - * fr.po: Updated thanks to Thibaut's patch. - -1999-07-18 Kjartan Maraas - - * no.po: Updated translation. - -1999-07-01 Kjartan Maraas - - * no.po: Updated translation. - -1999-06-26 Mikko Rauhala - - * fi.po: Finnish updates. - -1999-06-23 Yukihiro Nakai - - * ja.po: Japanese translation updated from ITANI EIICHIRO. - -1999-06-16 Nuno Ferreira - - * pt.po: Updated. - -1999-06-04 Kjartan Maraas - - * en_GB.po: added british translation from Robert Brady. - -1999-05-20 Yukihiro Nakai - - * ja.po: Japanese translation updated from ITANI EIICHIRO. - -1999-05-19 Matthias Warkus - - * de.po: Massive update. - -1999-05-12 Shooby Ban - - * hu.po: updated. - -1999-05-05 Raja R Harinath - - * no.po: Add ` -' to translation. - -1999-05-05 Kjartan Maraas - - * no.po: Updated translation. - -1999-05-05 Changwoo Ryu - - * POTFILES.in: Added `capplets/mime-type/mime-data.c', - `capplets/mime-type/mime-mime-info.c', - `capplets/mime-type/mime-type-capplet.c', - `capplets/mime-type/new-mime-window.c'. - -1999-04-28 Ettore Perazzoli - - * it.po: Updated. - - * POTFILES.in: Silly me. Removed e-conf stuff. - -1999-04-15 Yukihiro Nakai - - * ja.po: Updated. - -1999-04-14 Matthias Warkus - - * de.po: Updated. - -1999-04-13 bertrand - - * fr.po: update some french translations - -1999-04-13 Kjartan Maraas - - * no.po: Updated translation. - -1999-04-05 Mikko Rauhala - - * fi.po: Completed and updated translation. - -1999-04-03 Ettore Perazzoli - - * POTFILES.in: Added - `capplets/wm-properties/wm-properties-capplet.c', - `capplets/e-conf/e-conf.c', `capplets/e-conf/e-conf_file.c', - `capplets/e-conf/e-conf_filesel.c'. - -1999-04-02 Ettore Perazzoli - - * it.po: Updated translation. - -1999-03-26 Kjartan Maraas - - * no.po: Updated translation. - -1999-03-16 Nuno Ferreira - - * pt.po: Updated. - -1999-03-14 Shooby Ban - - * hu.po: updated hungarian translations - -1999-02-25 Kjartan Maraas - - * no.po: Updated. - -1999-02-23 Nuno Ferreira - - * pt.po: Updated. - -1999-02-15 Nuno Ferreira - - * pt.po: Updated. - -1999-02-06 Changwoo Ryu - - * POTFILES.in: Added - capplets/gnome-edit-properties/gnome-edit-properties.c. - -1998-12-21 Yukihiro Nakai - - * ja.po: Updated. - -1998-12-19 Changwoo Ryu - - * ko.po: Updated for 0.99. - -1998-12-12 Nuno Ferreira - - * POTFILES.in: Added control-center/capplet-manager.c, - capplets/ui-properties/ui-properties.c, - capplets/url-properties/url-properties.c, - capplets/background-properties/property-background.c - -1998-12-11 Nuno Ferreira - - * pt.po: Updated. - -1998-12-10 Nuno Ferreira - - * .cvsignore: Change gnome-core.pot to control-center.pot. - - * pt.po: Removed the translations from gnome-core. - -1998-12-05 Nuno Ferreira - - * pt.po: Updated. - -1998-11-30 Tuomas Lukka - - * fi.po: updates - -1998-11-24 Tuomas Lukka - - * fi.po: updates - -1998-11-21 Nuno Ferreira - - * POTFILES.in: Added control-center and capplets files. - - * pt.po: Updates. - -1998-11-18 Tuomas Lukka - - * fi.po: make it compile (blush), patch from Richard Hult - -1998-11-16 Tuomas Lukka - - * fi.po: some updates - -1998-10-28 Nuno Ferreira - - * pt.po: Updated. - -1998-10-14 Nuno Ferreira - - * pt.po: Updated. - -1998-10-09 Federico Mena Quintero - - * ja.po: Updated. Thanks to Yukihiro Nakai for the patches. - -1998-09-22 Federico Mena Quintero - - * POTFILES.in: Removed references to applets/freshapp, since it - not being distributed. - Removed references to applets/gkb. - Removed references to applets/slashapp. - Removed references to gemvt. - -1998-09-15 Ville Hautam?????????‚??????¯???????????‚??????“i - - * fi.po: Updated. - -1998-08-21 Nuno Ferreira - - * pt.po: Updated. - -1998-08-19 Martin Baulig - - * de.po: Merged with `gnome-core.pot'. - * es.po: Likewise. - * fr.po: Likewise. - * ga.po: Likewise. - * it.po: Likewise. - * ko.po: Likewise. - * no.po: Likewise. - * pt.po: Likewise. - * sv.po: Likewise. - -1998-08-18 Nuno Ferreira - - * pt.po: Updated. - -1998-08-15 Martin Baulig - - * fi.po: Removed spurious `--2fHTh5uZTiUOsy+g--' - has this - file been corrupted ? - -Sat Aug 15 10:14:38 1998 Tom Tromey - - * sv.po: Removed spurious -. - -1998-08-07 Nuno Ferreira - - * pt.po: Updated. - -1998-08-04 Nuno Ferreira - - * pt.po: Updated. - - * POTFILES.in: Added `desktop-properties/property-screensaver.cc'. - -1998-08-02 Raja R Harinath - - * POTFILES.in: Remove applets/winlist/winlist.c, - gemvt/getopt.c, help-browser/toc.c, help-browser/toc-man.c. - - * ja.po: Add ` -' to msgstr, to match msgid. - -1998-08-01 Raja R Harinath - - * de.po: Merged with `gnome-core.pot'. - * es.po: Likewise. - * fr.po: Likewise. - * ga.po: Likewise. - * it.po: Likewise. - * ko.po: Likewise. - * no.po: Likewise. - * pt.po: Likewise. - * sv.po: Likewise. - -1998-07-25 Nuno Ferreira - - * pt.po: Updated. - - * POTFILES.in: Added `panel/session.c' and organized it. - -1998-07-24 Nuno Ferreira - - * pt.po: Updated. - - * POTFILES.in: Added `gmenu/dialogs.c', `gmenu/edit.c', - `gmenu/gmenu.c', `gmenu/order.c' and `gmenu/tree.c'. - -1998-07-23 Nuno Ferreira - - * POTFILES.in: Added panel/applet.c - - * pt.po: Updated. - -Sun Jul 19 23:47:57 1998 Tom Tromey - - * POTFILES.in: Added session-properties.c. - -1998-06-30 Nuno Ferreira - - * pt.po: Updated. - - * POTFILES.in: Added 'desktop-properties/app-ui.c', - 'desktop-properties/app-bell.c', 'desktop-properties/property-ui.c' - and 'desktop-properties/property-bell.c'. - - -1998-06-26 Nuno Ferreira - - * POTFILES.in: Added 'gnome-terminal/gnome-terminal.c'. - - * pt.po: New file. - -Thu Jun 11 23:38:18 1998 Tom Tromey - - * it.po: Removed spurious -. - -1998-06-04 Federico Mena Quintero - - * POTFILES.in: Removed netwatch as it is not being compiled. - -Sun, 31 May 1998 20:37:24 +0200 Vincent Renardias - - * fr.po: major update + corrected some typos. - -1998-05-23 Carsten Schaar - - * POTFILES.in: Added 'applets/netload/netload.c' and - 'applets/netload/properties.c'. - - * de.po: Updated German translation. - -1998-05-22 Carsten Schaar - - * POTFILES.in: Added 'applets/fish/fish.c' and - 'applets/clock/clock.c'. - - * de.po: Updated German translation. - -Wed Apr 29 14:46:00 1998 Kjartan Maraas - - * no.po: Updated Norwegian translation. - -Tue Mar 17 23:00:33 1998 George Lebl - - * POTFILES.in: fixed the files after the applets move - -1998-03-13 Carsten Schaar - - * de.po: New file. - -Sat Mar 7 12:07:28 1998 Tom Tromey - - * POTFILES.in: Added gsm/main.c and gsm/save-session.c. - -1998-03-04 Raja R Harinath - - * POTFILES.in: Renamed panel/applet-lib.cc to - panel/libapplet/applet-lib.cc. - -Tue, 24 Feb 1998 20:04:09 +0100 Vincent Renardias - - * Added files to POTFILES.in: - desktop-properties/{main,app-mouse,app-keyboard,app-background}.c - panel/{panel_config_global,panel_config,menu,applet-lib}.{c,cc} - panel/logout/logout.c - * Updated fr.po consequently. - * Added translations for desktop-links/*.directory - -Sun, 22 Feb 1998 18:27:32 +0100 Vincent Renardias - - * fr.po: New file. - -Mon Feb 16 08:39:03 KST 1998 Changwoo Ryu - - * ko.po: New file. diff --git a/shell/ChangeLog b/shell/ChangeLog deleted file mode 100644 index fab824dfa..000000000 --- a/shell/ChangeLog +++ /dev/null @@ -1,105 +0,0 @@ -==================== 2.25.90 ==================== - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== -==================== 2.25.1 ==================== - -==================== 2.24.0.1 ==================== - -==================== 2.23.2 ==================== - -2008-02-10 Kjartan Maraas - - * control-center.schemas.in: Add missing full stops in the long - description. - -2007-11-05 Scott Reeves - - * control-center.schemas.in: remove reference to background.desktop - -2007-10-27 Jens Granseuer - - * control-center.schemas.in: remove part of the long description for - cc_actions_list since it was confusig translators (#426229) - -2007-08-29 Rodrigo Moya - - * gnomecc.desktop.in.in: reverted last commit made by mistake. - -2007-05-22 Stanislav Brabec - - * gnomecc.desktop.in.in: Removed superfluous X-SuSE-translate tag. - -2007-04-27 Rodrigo Moya - - * gnomecc.desktop.in.in: renamed Bugzilla product. - -2007-02-12 Scott Reeves - - * control-center.c: Use smaller icons by default, - partial fix for #405078 - -2007-01-30 Jens Granseuer - - * control-center.c: (main): fix typo in usage string (noticed by - Christian Persch, fixes bug #398361) - -2007-01-30 Scott Reeves - - * control-center.c: Fix for inconsistent GenericNames- add a flag - controlling display or not. - https://bugzilla.novell.com/show_bug.cgi?id=185957 - -2007-01-29 Kjartan Maraas - - * control-center.c: (get_actions_list): ANSIfication - of function declaration. - -2007-01-26 Scott Reeves - - * control-center.c: respect the exit_on_close flag - -2007-01-26 Rodrigo Moya - - * control-center.schemas.in: added 'Change theme' and 'Set preferred - applications' to common tasks. - -2007-01-26 Rodrigo Moya - - * control-center.schemas.in: added schemas for the new GConf prefix, - and add common tasks. - - * Makefile.am: install schemas. - -2007-01-26 Rodrigo Moya - - * control-center.c: changed GConf prefix to /apps/... - (handle_static_action_clicked): prevent capplets from being launched - twice. - -2007-01-19 Rodrigo Moya - - * control-center.c (main): program name is gnome-control-center. - -2007-01-18 Rodrigo Moya - - Fixes #394303 - - * control-center.c (main): added new argument to appshelldata_new to - force the app to quit when the window is closed. - -2007-01-17 Thomas Wood - - * gnomecc.desktop.in.in: Remove GNOME part of the Name property, as per - discussion in bug 395129. - -2007-01-11 Thomas Wood - - * control-center.c: (get_actions_list), (main): Applied the shell part - of the patch from bug 382730 (fix build with C89 compilers) - -2006-11-13 Rodrigo Moya - - * gnomecc.desktop.in.in: added missing file. - - * Makefile.am: install .desktop file. diff --git a/typing-break/ChangeLog b/typing-break/ChangeLog deleted file mode 100644 index 043a90dc0..000000000 --- a/typing-break/ChangeLog +++ /dev/null @@ -1,318 +0,0 @@ -==================== 2.25.90 ==================== - -2009-01-31 Jens Granseuer - - Patch by: Maxim Ermilov - - * Makefile.am: - * drw-break-window.c: (drw_break_window_init), (clock_timeout_cb): - play a sound when the display is locked or unlocked (bug #169473) - -==================== 2.25.3 ==================== -==================== 2.25.2 ==================== - -2008-11-20 Jens Granseuer - - Patch by: Maxim Ermilov - - * drw-selection.c: (drw_selection_reset), - (drw_selection_find_existing): use g_object_unref instead of the - deprecated gdk_window_unref (bug #561679) - -==================== 2.25.1 ==================== - -==================== 2.24.0.1 ==================== - -2008-07-02 Jens Granseuer - - Patch by: Andrey Gusev - - * drw-break-window.c: (drw_break_window_init): make the typing break - window modal so it properly locks the screen when apps like firefox - are running in fullscreen mode (bug #441786) - -2008-06-27 Jens Granseuer - - Based on a patch by: Andrey Gusev - - * drwright.c: (break_window_postpone_cb): when postponing a break - don't go right back to warn state, but award some bonus time according - to the already elapsed break time (bug #133295) - -2008-06-15 Jens Granseuer - - Patch by: Andrey Gusev - - * drwright.c: (update_icon), (blink_timeout_cb), - (maybe_change_state), (update_tooltip), (break_window_postpone_cb): - when postponing a voluntary break, go back to the state before taking - the break instead of going to warn state as we do when a regular - break is postponed (bug #134595) - -==================== 2.23.2 ==================== - -2008-03-24 Jens Granseuer - - * drw-break-window.c: (drw_break_window_init): amend previous commit - to use GTK_STOCK_STOP instead of "gtk-stop" - -2008-03-24 Jens Granseuer - - * bar*.png: new Tango-style icons by David Prieto - (bug #523965) - - * drw-break-window.c: (drw_break_window_init): replace custom stop icon - by gtk-stop stock icon - * Makefile.am: - * stop.png: remove - -2008-02-05 Jens Granseuer - - * drwright.c: add a comment for translators (bug #514598) - -2007-06-26 Michael Terry - - * Makefile.am: Update icon cache on uninstall as well as install. - Part of bug #450777. - -2007-06-08 Christian Persch - - * main.c: (main): NULL-terminate the options array. - * ChangeLog: fixed. - -2007-06-05 Christian Persch - - * typing-break/main.c: (main): Use GOption to parse the arguments. Bug - #444399. - -2007-06-05 Ross Burton - - * drw-monitor.c: - * drw-break-window.c: - * drwright.c: - Use the second-accurate timers instead of the millisecond timers, - in an attempt to use less processor time (#443547). - -2007-06-05 Ross Burton - - * main.c: - * Makefile.am: - Don't use libgnome (#443554). Also clean up dist rules. - -2007-02-02 William Jon McCann - - * drw-break-window.c: (drw_break_window_class_init), - (drw_break_window_init), (drw_break_window_finalize), - (drw_break_window_dispose), (drw_break_window_new), - (postpone_sensitize_cb), (clock_timeout_cb), (postpone_cancel_cb), - (postpone_entry_key_press_event_cb), (postpone_clicked_cb): - * drw-break-window.h: - * drw-utils.c: (window_expose_event), (set_pixmap_background), - (drw_setup_background): - * drwright.c: (break_window_map_event_cb), (maybe_change_state), - (create_secondary_break_windows): - Use compositing to display the typing break window when - available. Fixes #363665. - -2007-02-02 Christian Persch - - * main.c: (main): Use specific string as app ID in - gnome_program_init, not PACKAGE. Bug #403708. - -2007-01-09 Vincent Untz - - * main.c: (main): set default window icon and application name - * Makefile.am: install icons - * drwright.c: (popup_about_cb): use gtk_about_dialog_show() - * typing-monitor.png: - * typing-monitor.svn: new - Fix bug #348641, icon by Andreas Nilsson , patch - by Luca Cavalli - -2006-11-15 Kjartan Maraas - - * Makefile.am: Don't redefine GNOMELOCALEDIR. - * drw-break-window.c: (postpone_entry_activate_cb): - Don't use a const char * to allocate and free strings. - -2006-07-25 Vincent Untz - - * eggtrayicon.[ch]: kill - -2006-07-25 Vincent Untz - - Fixes #348640 - - * drwrigth.c (popup_about_cb): use GtkAboutDialog, not GtkDialog. - -2006-07-25 Vincent Untz - - Fixes #348639 - - * Makefile.am: - * drwrigth.c: use GtkStatusIcon instead of libegg. - - * eggtrayicon.c: removed. - -2006-01-09 Rodrigo Moya - - Fixes #326141 - - * drwright.c (popup_preferences_cb): - * egg-spawn.[ch]: - * Makefile.am: kill egg_spawn_* functions, use gdk_spawn_* instead. - -2005-11-27 Richard Hult - - * main.c: (main): Don't display a dialog when the monitor is - already running, that's an old remain from when drwright was a - standalone app. Fixes bug #307425. - - * drw-break-window.c: - * drwright.c: (popup_break_cb): Use stock icon from GTK+ instead - of libgnomeui and use i18n includes from glib. Fixes bug #171664. - -2005-11-14 Kjartan Maraas - - * drw-selection.h: ANSIfy function declaration. - -2005-10-07 Rodrigo Moya - - Fixes #318231 - - * eggtrayicon.[ch]: updated to latest eggtrayicon code, to fix weird - spacing between icons. - -2005-08-18 Rodrigo Moya - - * drw-break-window.c (drw_break_window_dispose): fixed leaked timer. - -2005-02-04 Richard Hult - - * drwright.c: Revert the patch from below since it fixes #134595 - but breaks other things. Keep the tooltip changes though. - - * main.c (main): Update description on how to add notification - area for the new "add to panel" dialog. Patch from uid0@akl.lt, - fixes bug #166057. - -2005-02-03 Richard Hult - - * drwright.c (break_window_postpone_cb), (maybe_change_state), - (popup_break_cb): Go back to the timer value from before the break - if postponing a manual break. Fixes bug #134595, based on patch - from Vinay M R . Modified to use the - right enum type and changed to update the tooltip immendiately - after a break. - -2004-12-25 Kjartan Maraas - - * drw-selection.c: (drw_selection_start): ANSIfication. - * drwright.c: NULL vs. 0 - -2004-10-14 Jody Goldberg - - * Release 2.8.1 - -2004-10-14 Richard Hult - - * drw-break-window.c (drw_break_window_init): Remove unecessary - frame, fixes a bug with the transparent background. - -2004-07-28 Richard Hult - - * drw-break-window.c: Patch from Markus Berg to fix - bug #123141. - - * drwright.c: Remove some cruft. Shorten the warning period a bit. - -2004-05-02 Richard Hult - - * drw-monitor.c Raise the threshold for detecting activity, makes - totem not trigger typing breaks. Fixes bug #121876. - -2004-04-15 Jody Goldberg - - * Release 2.6.1 - -2004-04-01 Jody Goldberg - - * Release 2.6.0.3 - -2004-03-30 Jody Goldberg - - * Release 2.6.0.1 - -2004-03-23 Jody Goldberg - - * Release 2.6.0 - -2004-03-11 Jody Goldberg - - * Release 2.5.4 - -2004-02-17 Richard Hult - - * drw-break-window.c (drw_break_window_init): Don't make the - postpone button focused right away, makes the fix for #126179 a - lot better. - - * drwright.c: Don't create break window if we already have one, - fixes bug #134455. Don't make about box modal, fixes bug #134594. - - * main.c (main): Remove unused variable. - -2004-02-13 Jody Goldberg - - * Release 2.5.3 - -2004-02-01 Richard Hult - - Fixes bug #126179: - - * drw-break-window.c (drw_break_window_init): Add mnemonic to - postpone button. - - * drwright.c (maybe_change_state): Grab keyboard so the mnemonic - actually works. - -2004-01-14 Jody Goldberg - - * Release 2.5.2 - -2003-12-30 Jody Goldberg - - * Release 2.5.1.1 - -2003-12-30 Jody Goldberg - - * Release 2.5.1 - -2003-10-28 Jody Goldberg - - * Release 2.5.0 - -2003-09-30 Danilo Šegan - - * drwright.c (update_tooltip): Use ngettext for plural-forms, - fixes bug #117997. - -2003-08-24 Richard Hult - - * Makefile.am: - * drw-break-window.c: - * drwright.c: Multihead support, fixes bug #119827. - -Thu Jul 31 17:41:45 2003 Jonathan Blandford - - * drwright.c (popup_preferences_cb): add properties dialog, - #118323 - -Thu Jul 31 14:56:41 2003 Jonathan Blandford - - * drwright.c (popup_quit_cb): remove bogus popup_quit code. - -Thu Jul 31 14:56:13 2003 Jonathan Blandford - - * ChangeLog: Started a new ChangeLog for the typing break. -