diff options
author | Davyd Madeley <davyd@madeley.id.ai> | 2005-12-13 06:14:44 +0000 |
---|---|---|
committer | Davyd Madeley <davyd@src.gnome.org> | 2005-12-13 06:14:44 +0000 |
commit | 4767a016dfe5102e72a4d4c3fd6a29f8987ab6e6 (patch) | |
tree | c359ee0f0421764901606cb933fd5a4de7b76fb9 | |
parent | 3f27817d3d31e414259d400a20136760c1c0b99a (diff) |
release 2.13.1GNOME_APPLETS_2_13_1
2005-12-13 Davyd Madeley <davyd@madeley.id.ai>
* configure.in:
* NEWS: release 2.13.1
* cpufreq/src/Makefile.am: allow compilation on GLib 2.9/GTK+ 2.8
* po/POTFILES.in: update for files now in libgweather
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 39 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | cpufreq/src/Makefile.am | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 10 |
5 files changed, 55 insertions, 9 deletions
@@ -1,3 +1,12 @@ +2005-12-13 Davyd Madeley <davyd@madeley.id.ai> + + * configure.in: + * NEWS: release 2.13.1 + + * cpufreq/src/Makefile.am: allow compilation on GLib 2.9/GTK+ 2.8 + + * po/POTFILES.in: update for files now in libgweather + 2005-12-11 Philip Langdale <philipl@mail.utexas.edu> * Merged libgweather from GWEATHER_REFACTOR branch. @@ -1,3 +1,42 @@ +Changes in GNOME-Applets 2.13.1 +================================ +"Codename Mobius" + +This is the first development release of GNOME Applets for the GNOME 2.13 +series. + +Changes: + - Split GWeather into the GWeather frontend and libgweather which has the + parsers for weather servers and the preferences. (Philip Langdale) + +Fixes: + - Code cleanup, gcc 2.95 fixes, etc. (Jens Granseuer, Kjartan Marass, + Laszlo Peter, Aurelien Jarno) + - Battery applet text will rotate on side panels (Ryan Lortie) + - Implement a is_suspend_unavailable() hook for vendors to patch (Ryan Lortie) + - Stop drivemount icons exloderizing the applet (Michael Hofmann) + - GSwitchit plugin updates (Sergey Udaltsov) + - French documentation (Christophe Bliard) + - Locations Love (Ryan Lortie, Farzaneh Sarafraz) + - Reduce flicker when positioning the mixer (Ronald S. Bultje) + - Other mixer fixes (Kazuki Shimura, Ronald S. Bultje) + - Fix a major stickynotes crasher (Jaap A. Haitsma) + +Translations: + - zh_TW (Abel Cheung) + - cs (Miloslav Trmac) + - gu (Ankit Patel) + - th (Theppitak Karoonboonyanan) + - es (Francisco Javier F. Serrador) + - gl (Ignacio Casal Quinteiro) + - en_CA (Adam Weinberger) + - bg (Alexander Shopov) + - pt_BR (Guilherme de S. Pastore) + - bn (Mahay Alam Khan) + - nl (Tino Meinen) + - fa (Masoud Ahmadzadeh, Meelad Zakaria) + - ku (Erdal Ronahi) + Changes in GNOME-Applets 2.12.1 ================================ "Lies, Damn Lies and Statistics" diff --git a/configure.in b/configure.in index 3e1a5b121..27a246a49 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(drivemount/drivemount.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gnome-applets, 2.13.0) +AM_INIT_AUTOMAKE(gnome-applets, 2.13.1) AM_MAINTAINER_MODE diff --git a/cpufreq/src/Makefile.am b/cpufreq/src/Makefile.am index 9034024cb..1f810bfc2 100644 --- a/cpufreq/src/Makefile.am +++ b/cpufreq/src/Makefile.am @@ -7,9 +7,7 @@ SUBDIRS = $(selector_SUBDIR) INCLUDES = \ $(GNOME_APPLETS_CFLAGS) \ $(GNOME_VFS_APPLETS_CFLAGS) \ - $(LIBGLADE_CFLAGS) \ - -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \ - -DGNOME_DISABLE_DEPRECATED + $(LIBGLADE_CFLAGS) libexec_PROGRAMS = cpufreq-applet diff --git a/po/POTFILES.in b/po/POTFILES.in index d82dd653a..18ccb7f23 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -56,12 +56,12 @@ gweather/gweather-about.c gweather/gweather-applet.c gweather/gweather-dialog.c gweather/gweather-pref.c -gweather/weather-iwin.c -gweather/weather-metar.c -gweather/weather-wx.c -gweather/gweather.schemas.in gweather/main.c -gweather/weather.c +libgweather/gweather.schemas.in +libgweather/weather.c +libgweather/weather-iwin.c +libgweather/weather-metar.c +libgweather/weather-wx.c libgswitchit/gswitchit_config.c mini-commander/src/GNOME_MiniCommanderApplet.server.in.in mini-commander/src/GNOME_MiniCommanderApplet.xml |