Automatically create the ChangeLog file from VCS history

Added a dist-hook rule to create the ChangeLog file from the git log.
This commit is contained in:
Thomas Wood 2009-11-14 15:17:28 +00:00
parent 5c9eaa2909
commit b7ce86ecec
19 changed files with 16 additions and 30247 deletions

6146
ChangeLog

File diff suppressed because it is too large Load diff

View file

@ -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

View file

@ -1,623 +0,0 @@
2009-05-21 Jens Granseuer <jensgr@gmx.net>
Patch by: Vivian Zhang <vivian.zhang@intel.com>
* gnome-about-me.c (main): initialize the GThread subsystem because
the thumbnail factory needs it (bug #583451)
2009-03-12 Bastien Nocera <hadess@hadess.net>
* 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 <phomes@gmail.com>
* eel-gtk-macros.h: Replace deprecated GtkType with GType (bug #572325)
==================== 2.25.90 ====================
2009-02-01 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-about-me.c: (about_me_load_photo), (about_me_update_photo),
(about_me_setup_dialog): fix compiler warnings
2009-02-01 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: define GNOME_DESKTOP_USE_UNSTABLE_API to fix
build
==================== 2.25.3 ====================
2008-12-08 Bastien Nocera <hadess@hadess.net>
* 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 <hadess@hadess.net>
* gnome-about-me-fingerprint.c (enroll_fingerprints):
Add title to enrollment window
==================== 2.25.2 ====================
2008-12-02 Rodrigo Moya <rodrigo@gnome-db.org>
* Makefile.am: add fprintd-marshal.list to EXTRA_DIST.
2008-11-28 Bastien Nocera <hadess@hadess.net>
* gnome-about-me.c (create_fingerprint_button): Fix fingerprint
buttons always being unsensitive with PolicyKit support
2008-11-27 Bastien Nocera <hadess@hadess.net>
* 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 <sandmann@redhat.com>
* 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 <sandmann@redhat.com>
* gnome-about-me.c (main): Remove unused GnomeProgram variable
==================== 2.24.0.1 ====================
==================== 2.23.2 ====================
2008-05-13 Jens Granseuer <jensgr@gmx.net>
Patch by: Laszlo Peter <laca@sun.com>
* gnome-about-me.c: (get_user_login): fix build on Solaris when
_POSIX_PTHREAD_SEMANTICS is defined (bug #532893)
2008-05-08 Jens Granseuer <jensgr@gmx.net>
Patch by: Ben LeMasurier <ben.lemasurier@gmail.com>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-about-me.c: (about_me_setup_dialog):
* gnome-about-me.glade: fix widget tab order (bug #339936)
2008-02-16 Jens Granseuer <jensgr@gmx.net>
* Makefile.am: don't distribute the .desktop.in file
2008-02-12 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-about-me-password.c: (passdlg_spawn_passwd): add a translation
hint
2007-12-06 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.glade: don't mark empty and padding strings for
translation (bug #502087)
2007-11-24 Jens Granseuer <jensgr@gmx.net>
Patch by: Matthias Clasen <mclasen@redhat.com>
* gnome-about-me.glade: remove non-functional Help button (bug #497803)
2007-11-10 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-about-me.c: honour mail address attributes when setting
up Home and Work addresses
2007-07-31 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_image_clicked_cb): use
g_get_user_special_dir() instead of hardcoding ~/Pictures
2007-07-23 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.glade: add a tooltip to the image button to make it
accessible
2007-06-23 Guilherme de S. Pastore <gpastore@gnome.org>
* gnome-about-me-password.c: fix a small typo ("wether" -> "whether")
in the comments.
2007-04-30 Bastien Nocera <hadess@hadess.net>
* 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 <rodrigo@gnome-db.org>
* gnome-about-me.desktop.in.in: renamed Bugzilla product.
2007-04-21 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
Patch by: Kristof Vansant <de_lupus@pandora.be>
* gnome-about-me.c: (about_me_image_clicked_cb): add image filter to
file chooser (closes bug #424958)
2007-03-19 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Bastien Nocera <hadess@hadess.net>
* 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 <jensgr@gmx.net>
Patch by: Andreas Koehler <andi5.py@gmx.net>
* gnome-about-me.glade: use proper shadow type for the address fields
(fixes bug #414061)
2007-02-27 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
Patch by: Diego Escalante Urrelo <diego@aureal.com.pe>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-about-me.c: (about_me_focus_out): fix possible crash
2007-02-07 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <rodrigo@gnome-db.org>
Fixes #376079
Patch by Francisco Javier F. Serrador <serrador@openshine.com>
* gnome-about-me-password.c (passdlg_spawn_passwd): make translatable
strings more generic.
2007-01-08 Rodrigo Moya <rodrigo@gnome-db.org>
Fixes #356076
Patch by Brian Cameron <brian.cameron@sun.com>
* gnome-about-me.c (about_me_update_photo): fixed compilation on Solaris.
2007-01-06 Hiroyuki Ikezoe <poincare@ikezoe.net>
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 <matt.keenan@sun.com>
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 <seb128@debian.org>
* 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 <seb128@debian.org>
* gnome-about-me.desktop.in.in: don't list the Application category,
patch by Vincent Fretin <vincent.fretin@gmail.com> (Closes: #344321)
2006-06-11 Rodrigo Moya <rodrigo@novell.com>
Fixes #344468
* gnome-about-me-password.c: removed redundant headers.
2006-05-26 Sebastien Bacher <seb128@debian.org>
* gnome-about-me.glade: fix label alignment (Closes: #343056)
2006-05-26 Rodrigo Moya <rodrigo@novell.com>
Fixes #324971
* gnome-about-me-password.c (passdlg_spawn_passwd): fixed typo.
2006-01-21 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_foucs_out): fix crash 317315.
2006-01-21 Diego Gonzalez <diego@pemas.net>
* 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 <mclasen@redhat.com>
* gnome-about-me.c: Add a preview to the filechooser used for
selecting an image, using a GnomeThumbnailFactory.
2005-08-16 Diego Gonzalez <diego@pemas.net>
* 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 <olh@suse.de>
* gnome-about-me-password.c (read_everything): use integer to avoid
comparison being always true due to limited range.
2005-08-15 Diego Gonzalez <diego@pemas.net>
* 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 <serrador@cvs.gnome.org>
* gnome-about-me-password.c (update_password): Replace "passwod is
to simple" with "Password is too simple".
2005-08-07 Diego Gonzalez <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <dennis_cranston at yahoo com>
* 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 <diego@pemas.net>
* 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 <seb128@debian.org>
* .cvsignore: new file.
2005-07-13 Diego Gonzalez <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <diego@pemas.net>
* gnome-about-me.png: this file is no longer used.
2005-07-11 Diego Gonzalez <diego@pemas.net>
* e-image-chooser.c: remove gdk_pixbuf_unref calls which are
deprecated and use g_object_unref instead
2005-07-11 Diego Gonzalez <diego@pemas.net>
* gnome-about-me-password.c: fix some string errors
Fixes bug 309951 and bug 309950
2005-07-10 Dennis Cranston <dennis_cranston at yahoo com>
* 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 <seb128@debian.org>
* gnome-about-me.desktop.in: this file is not useful on the CVS.
2005-07-07 Sebastien Bacher <seb128@debian.org>
* gnome-about-me-password.c: (wait_child):
fixed some typo, Clytie Siddall <clytie@riverland.net.au>
(Closes: #302614).
2005-07-05 Diego Gonzalez <diego@pemas.net>
* 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 <diego@pemas.net>
Patch by Jaap A. Haitsma <jaap@haitsma.org>
* 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 <seb128@debian.org>
* 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 <seb128@debian.org>
* Makefile.am: clean the desktop file.
2005-07-05 Sebastien Bacher <seb128@debian.org>
* Makefile.am: fix the list of source files.
2005-06-23 Diego Gonzalez <diego@pemas.net>
* gnome-about-me-password.c (gnome_about_me_password):
Fix another crasher
2005-06-22 Diego Gonzalez <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <olav@bkor.dhs.org>
* gnome-about-me.glade: Remove garbage text. Patch by Benjamin
LeMasurier. Fixes bug #162492.
2005-04-01 Diego Gonzalez <diego@pemas.net>
* 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 <diego@pemas.net>
* Makefile.am: fix tabs
2005-02-09 Sebastien Bacher <seb128@debian.org>
* Makefile.am: build e-util-marshal.c.
2004-12-23 Sebastien Bacher <seb128@debian.org>
* gnome-about-me.glade: fixed a typo (Closes: #162094).

View file

@ -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 <sandmann@redhat.com>
* main.c: Use dbus methods to log out instead of GnomeClient.
Fri Oct 24 18:31:25 2008 Søren Sandmann <sandmann@redhat.com>
* main.c (main): Use capplet_init() instead of gnome_program_init()
==================== 2.24.0.1 ====================
2008-08-23 Jens Granseuer <jensgr@gmx.net>
Patch by: Wang Xin <jedy.wang@sun.com>
* at-properties.desktop.in.in: improve tooltip wording (bug #545256)
2008-06-21 Jens Granseuer <jensgr@gmx.net>
Patch by: Matthias Clasen <mclasen@redhat.com>
* 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 <jensgr@gmx.net>
* main.c: (cb_at_preferences): open the preferred applications dialog
on the a11y page (bug #528196)
2008-04-08 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Matthias Clasen <mclasen@redhat.com>
* main.c: (create_dialog): don't show the "accessible login" button if
gdmsetup is not available (bug #526944)
2008-03-27 Jens Granseuer <jensgr@gmx.net>
Patch by: Patrick Wade <patrick.wade@sun.com>
* 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 <elle.uca@libero.it>
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 <denisw@svn.gnome.org>
* main.c: (cb_keyboard_preferences): Spawn the accessibility
tab of the keyboard capplet instead of at-properties.
2007-11-26 Sebastien Bacher <seb128@ubuntu.com>
* main.c: (at_enable_update): enable the preferred applications button,
patch by Chris Jones (Closes: #499332)
2007-10-07 Luca Ferretti <elle.uca@libero.it>
Fixes #484351
* at-properties.desktop.in.in: don't use 'Preferences' word for
application name.
2007-09-18 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Patrick Wade <patrick.wade@sun.com>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* at-enable-dialog.glade: fix critical warning
2007-04-27 Rodrigo Moya <rodrigo@gnome-db.org>
* at-properties.desktop.in.in: renamed Bugzilla product.
2007-04-26 George Kraft IV <gk4@austin.ibm.com>
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 <jensgr@gmx.net>
Patch by: Kristof Vansant <de_lupus@pandora.be>
* at-enable-dialog.glade: don't require gnome glade lib
2007-02-08 Jens Granseuer <jensgr@gmx.net>
* 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 <william.walker@sun.com>
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 <rodrigo@novell.com>
Fixes #348832
* at-properties,desktop.in.in: Use correct Bugzilla component.
2006-06-06 Sergey Udaltsov <svu@gnome.org>
* Makefile.am: added $(GNOMECC_CAPPLETS_LIBS)
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* at-startup-session.c: Mark at_startup_string_compare() static.
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install the .desktop file in
$(datadir)/applications.
* at-properties.desktop.in: add OnlyShowIn=GNOME;
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
Thu Sep 2 17:06:28 2004 Jonathan Blandford <jrb@redhat.com>
* main.c: (cb_dialog_response): Change to use help docs instead of
the "foo"/"bar" that's there.
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* main.c: (setup_dialog):
Use themed icon for window hint.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2003-11-27 Muktha <muktha.narayan@wipro.com>
* 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 <jody@gnome.org>
* Release 2.5.3
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* 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 <jrb@redhat.com>
* main.c (init_startup_state): remove markup tags from translated
strings, #118801.
2003-07-18 Jonathan Blandford <jrb@gnome.org>
* 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 <dennis_cranston at yahoo com>
* at-enable-dialog.glade: Make close the default button.
2003-07-16 Dennis Cranston <dennis_cranston at yahoo com>
* at-enable-dialog.glade: Adjust widget padding and remove
separator per HIG.
2003-07-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.4
2003-07-01 Daniel Baeyens <daniel.baeyens@hispalinux.es>
* capplets/accessibility/at-properties/at-enable-dialog.glade:
"Assistive" is misspelled.

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,569 +0,0 @@
2009-05-06 Federico Mena Quintero <federico@novell.com>
* 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 <mclasen@redhat.com>
* display-capplet.glade: Make all mnemonics work. (#578572)
2009-03-30 Federico Mena Quintero <federico@novell.com>
* 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 <federico@novell.com>
* 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 <federico@novell.com>
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 <federico@novell.com>
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 <kelemeng@gnome.hu>
* xrandr-capplet.c: Make the strings of the Rotation dialog appear
translated. Bug #574693.
==================== 2.25.92 ====================
2009-02-21 Jens Granseuer <jensgr@gmx.net>
* xrandr-capplet.c: (error_message): GTK_DIALOG_NO_SEPARATOR cannot be
used with GtkMessageDialog
2009-02-19 Federico Mena Quintero <federico@novell.com>
* xrandr-capplet.c (paint_output): Make "on" monitors have black
text, to be consistent with GnomeRRLabeler's little labels.
2009-02-08 Jens Granseuer <jensgr@gmx.net>
* 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 <federico@novell.com>
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 <federico@novell.com>
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 <jensgr@gmx.net>
* 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 <federico@novell.com>
* 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 <federico@novell.com>
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 <federico@novell.com>
* 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 <federico@novell.com>
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 <fpeters@0d.be>
* xrandr-capplet.c: (select_current_output_from_dialog_position):
Declare variable, fix build.
2008-12-15 Federico Mena Quintero <federico@novell.com>
* 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 <federico@novell.com>
* 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 <federico@novell.com>
* 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 <federico@novell.com>
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 <federico@novell.com>
* 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 <federico@novell.com>
* 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 <sandmann@redhat.com>
* 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 <sandmann@redhat.com>
* xrandr-capplet.c: Make use of new clone mode API in
gnome-desktop
2008-10-08 Christian Persch <chpe@gnome.org>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
Patch by: Matt Keenan <matt.keenan@sun.com>
* 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 <jensgr@gmx.net>
Patch by: Bruce Cowan <bugs@bcowan.fastmail.co.uk>
* xrandr-capplet.c: (paint_background): use theme colours for the
background (bug #545117)
2008-08-20 Federico Mena Quintero <federico@novell.com>
* 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 <federico@novell.com>
* 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 <federico@novell.com>
* 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 <jensgr@gmx.net>
* xrandr-capplet.c: (run_application): fail gracefully if we cannot
get a screen
2008-08-08 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* xrandr-capplet.c: (run_application), (main): don't leak the
application or the GladeXML
Tue Aug 5 03:19:23 2008 S?ren Sandmann <sandmann@redhat.com>
* xrandr-capplet.c (paint_output): Draw rotated outputs rotated.
Tue Jul 29 01:35:31 2008 S?ren Sandmann <sandmann@redhat.com>
* xrandr-capplet.c: Add a check box to turn on and off display icon.
Tue Jul 15 18:48:43 2008 S?ren Sandmann <sandmann@redhat.com>
* xrandr-capplet.c: Don't allow dragging when there is only one
connected monitor.
Thu Jul 10 14:46:37 2008 S?ren Sandmann <sandmann@redhat.com>
* main.c: Remove this obsolete file.
* xrandr-capplet.c: Remove debug spew; add translation.
* TODO: Various updates.
2008-06-18 Jens Granseuer <jensgr@gmx.net>
* scrollarea.h: fix cairo include
Tue Jun 17 19:51:03 2008 S?ren Sandmann <sandmann@redhat.com>
* Merge randr-12 to trunk
Tue Jun 17 18:29:46 2008 S?ren Sandmann <sandmann@redhat.com>
* Port to changes in gnome-desktop
2008-06-04 Federico Mena Quintero <federico@novell.com>
* 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 <federico@novell.com>
* 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 <sandmann@redhat.com>
* xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define
* scrollarea.[ch]: Add copyright statement
2008-05-14 Soren Sandmann Pedersen <sandmann@redhat.com>
* *: Check in new RandR 1.2 enabled capplet
==================== 2.23.2 ====================
2008-02-19 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* main.c: (display_rotation_from_text), (create_rotate_menu): readd gettext
macro that accidentally got stripped
2007-10-28 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* main.c: (run_revert_dialog), (main): fix string capitalization
2007-10-27 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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
<jimmac@ximian.com>. Closes bug #375230.
2007-06-26 Michael Terry <mike@mterry.name>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <rodrigo@gnome-db.org>
* display-properties.desktop.in.in: renamed Bugzilla product.
2007-03-23 Jens Granseuer <jensgr@gmx.net>
* main.c: (show_resolution): add 720x576 (PAL) to the list of valid
resolutions. Closes bug #325548.
2007-03-21 Jens Granseuer <jensgr@gmx.net>
* main.c: uppercase the rotation options. Closes bug #410959.
2007-03-01 Jens Granseuer <jensgr@gmx.net>
* main.c: (create_dialog): fix double-free reported by Sandino
Flores-Moreno. Closes bug #413352.
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* main.c: Mark a struct static.
2006-12-08 Kjartan Maraas <kmaraas@gnome.org>
* 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 <brian.cameron@sun.com>
Fixes #356075
* main.c (apply_config, revert_config): make sure we never pass
negative values for the rates.
2006-08-18 Rodrigo Moya <rodrigo@novell.com>
* main.c (create_dialog): free 'resolution' string after using it,
not before. Found by Kjartan Maraas <kmaraas@gnome.org>.
2006-08-07 Rodrigo Moya <rodrigo@novell.com>
Fixes #348838
* display-properties.desktop.in.in: Fixed GNOME Bugzilla fields.
2006-08-07 Sebastien Bacher <seb128@debian.org>
* main.c: (create_rotate_menu): fix build with gcc-2.95,
patch by Jens Granseuer <jensgr@gmx.net> (Closes: #347611)
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* main.c: Mark some functions static.
2005-07-20 Rodrigo Moya <rodrigo@novell.com>
* 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 <seb128@debian.org>
* main.c: (wrap_in_label):
patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
(Closes: #166267).
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications.
* display-properties.desktop.in: add OnlyShowIn=GNOME;
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-06-10 David Sede?o <david@alderia.com>
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 <david@alderia.com>
http://bugzilla.gnome.org/show_bug.cgi?id=137579
* main.c (main) : Put title to the confirmation dialog box
2004-05-11 Jody Goldberg <jody@gnome.org>
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 <jody@gnome.org>
* Release 2.6.1
2004-04-15 Jody Goldberg <jody@gnome.org>
For Alex Larsson :
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119494
* main.c : fix reverting size change
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-03-02 Fernando Herrera <fherrera@onirica.com>
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 <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=135908
* main.c (apply_config) : restart the screensaver

View file

@ -1,859 +0,0 @@
2009-04-02 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-keybinding-properties.glade: fix mnemonics conflict on the
custom shortcut window
==================== 2.25.92 ====================
2009-02-23 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (append_keys_to_tree),
(update_custom_shortcut): for shortcuts without a description simply
show "<Unknown Action>" instead of (unhelpful) parts of its GConf
path (bug #572808)
2009-02-20 Jens Granseuer <jensgr@gmx.net>
* 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 <hadess@hadess.net>
* gnome-keybinding-properties.c (setup_dialog): Make Enter
work as expected in the custom key shortcut edit dialogue
2009-01-28 Bastien Nocera <hadess@hadess.net>
* 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 <hadess@hadess.net>
* 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 <jensgr@gmx.net>
* 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 <mclasen@redhat.com>
* 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 <sandmann@redhat.com>
* gnome-keybinding-properties.c (cb_dialog_response): Make it
compile again.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
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 <jensgr@gmx.net>
* eggcellrendererkeys.c:
* gnome-keybinding-properties.glade: don't use the term "accelerator"
in the UI (bug #547276)
2008-07-26 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Denis Washington <denisw@svn.gnome.org>
* 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 <jensgr@gmx.net>
Patch by: Matthias Clasen <mclasen@redhat.com>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jmccann@redhat.com>
* eggcellrendererkeys.c (egg_cell_renderer_keys_class_init):
Don't use deprecated GTK+ symbol.
==================== 2.23.2 ====================
2008-04-01 Jens Granseuer <jensgr@gmx.net>
* 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 <hadess@hadess.net>
* eggcellrendererkeys.c (grab_key_callback): Fix Esc and Backspace
being bindable when Caps Lock is on (Closes: #524813)
2008-03-31 Bastien Nocera <hadess@hadess.net>
* 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 <jensgr@gmx.net>
* eggaccelerators.c: (egg_accelerator_parse_virtual): sync with
gnome-settings-daemon
2008-03-29 Jens Granseuer <jensgr@gmx.net>
* 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. <Super> works) and replace some custom
functionality with stock GTK
2008-03-15 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-keybinding-properties.c: (append_keys_to_tree_from_file):
remove debugging output
2008-02-02 Luca Ferretti <elle.uca@libero.it>
reviewed by: Jens Granseuer <jensgr@gmx.net>
* 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 <kmaraas@gnome.org>
* Makefile.am: Distcheck fixes.
2007-08-05 Bastien Nocera <hadess@hadess.net>
reviewed by: Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-keybinding-properties.c: (setup_dialog): fix GConf
notification
2007-05-02 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (main): add g_thread_init as
required by glib
2007-05-02 Bastien Nocera <hadess@hadess.net>
* gnome-keybindings.pc.in: Fix keysdir substitution, as
reported by Christian Persch <chpe@svn.gnome.org>
(Closes: #434591)
2007-04-30 Bastien Nocera <hadess@hadess.net>
* 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 <rodrigo@gnome-db.org>
* keybinding.desktop.in.in: renamed Bugzilla product.
2007-04-05 Bastien Nocera <hadess@hadess.net>
* 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 <hadess@hadess.net>
* 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
<fherrera@onirica.com> (Closes: #420796)
2007-03-19 Bastien Nocera <hadess@hadess.net>
* Makefile.am:
* gnome-keybinding-properties.c: (reload_key_entries):
Fix the path from which we'd load the keybindings
2007-02-19 Jens Granseuer <jensgr@gmx.net>
* 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 <mariano@gnome.org>
* gnome-keybinding-properties.c (metacity_key_list): added
gconf:/apps/metacity/global_keybindings/cycle_group
2007-02-07 Mariano Su?rez-Alvarez <mariano@gnome.org>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-keybinding-properties.c: (accel_edited_callback): blacklist
numbers, space, and tab as accels (fixes #359092)
2007-01-31 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <thos@gnome.org>
* keybinding.desktop.in.in: Corrected category entry
2007-01-10 Rodrigo Moya <rodrigo@gnome-db.org>
Fixes #394824
Patch by Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c (key_entry_controlling_key_changed,
setup_dialog, main): fixed leaks.
2007-01-08 Rodrigo Moya <rodrigo@novell.com>
* gnome-keybinding-properties.c (create_dialog, clear_old_model):
moved gtk_scrolled_window_ call back to its correct place.
2007-01-08 Rodrigo Moya <rodrigo@novell.com>
Fixes #128158
Patch by Jens Granseuer <jensgr@gmx.net>
* 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 <gary@lyranthe.org>
Fixes #333576
* gnome-keybinding-properties.c (accel_edited_callback): don't assume
defines are contiguous.
2006-07-23 Sebastien Bacher <seb128@debian.org>
* keybinding.desktop.in.in: don't list the Application category,
patch by Vincent Fretin <vincent.fretin@gmail.com> (Closes: #344321)
2006-04-27 Bastien Nocera <hadess@hadess.net>
* gnome-keybinding-properties.c: remove brightness keybindings, as
they duplicate with gnome-power-manager's (greater) functionality
(Closes: #339857)
2006-01-30 Rodrigo Moya <rodrigo@novell.com>
* actions/acme.h:
* gnome-keybinding-properties.c: reverted commit from 2006-01-11.
2006-01-22 Bastien Nocera <hadess@hadess.net>
* gnome-keybinding-properties.c: (accel_edited_callback):
Refuse to bind letter keys without a modifier (Closes: #86956)
2006-01-11 Sebastien Bacher <seb128@debian.org>
* gnome-keybinding-properties.c:
drop the keysym/keycode binding code, it's an hack and
doesn't work fine, patch by Bastien Nocera <hadess@hadess.net>
(Closes: #133815)
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* 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 <seb128@debian.org>
* eggcellrendererkeys.c: (egg_cell_renderer_keys_start_editing):
patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
(Closes: #166267).
2005-01-13 Sebastien Bacher <seb128@debian.org>
* gnome-keybinding-properties.c: (start_editing_kb_cb),
(setup_dialog): edit the keybinding when "enter" is pressed
(Closes: #127992).
2005-01-02 Sebastien Bacher <seb128@debian.org>
* gnome-keybinding-properties.glade:
patch from Heikki Paajanen <hepaajan@iki.fi> (based on the patch
from Andrew Johnson <acjgenius@earthlink.net>)
to not set "close" as the default button (Closes: #98202).
2004-11-30 Bastien Nocera <hadess@hadess.net>
* eggcellrendererkeys.c: (grab_key_callback): Patch from
Michal Bukovjan <bukovjan@mbox.dkm.cz> to handle backspace in multi-
layout setups correctly (Closes: #154492)
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications
* keybinding.desktop.in: add OnlyShowIn=GNOME;
2004-10-17 Vincent Untz <vincent@vuntz.net>
* gnome-keybinding-properties.c: add the keybinding to launch a
terminal
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-keybinding-properties.c: (setup_dialog):
Use themed icon for WM hint.
2004-07-23 David Sede?o <david@alderia.com>
http://bugzilla.gnome.org/show_bug.cgi?id=148208
* gnome-keybinding-properties.glade: Expand to false to the hbox1
2004-05-09 Jody Goldberg <jody@gnome.org>
For : Michael Terry <mike@mterry.name>
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 <jody@gnome.org>
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 <jody@gnome.org>
* Release 2.6.1
2004-04-15 Jody Goldberg <jody@gnome.org>
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 <jody@gnome.org>
* 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 <jody@gnome.org>
* Release 2.6.0.3
2004-04-01 Jody Goldberg <jody@gnome.org>
* 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 <herzi@gnome-de.org>
* capplets/keybindings/eggcellrendererkeys.c : change the "Type a
new accelerator..." tooltip to a shorter form "<New accelerator...>".
* capplets/keybindings/gnome-keybindings-properties.gladei : add an
explanation on how use the capplet.
This is based upon the work of Emmanuel Pacaud
<emmanuel.pacaud@univ-poitiers.fr>
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-22 Jody Goldberg <jody@gnome.org>
* 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 <jody@gnome.org>
* Release 2.5.4
2004-02-17 Jody Goldberg <jody@gnome.org>
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 <jody@gnome.org>
* Release 2.5.3
2004-02-12 Mark McLoughlin <mark@skynet.ie>
* gnome-keybinding-properties.c: (cb_dialog_response): Update help link
to point to user-guide.xml
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
Tue Nov 18 12:23:26 2003 Jonathan Blandford <jrb@redhat.com>
* 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 <jody@gnome.org>
* Release 2.5.0
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* 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 <jrb@redhat.com>
* 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 <dennis_cranston at yahoo com>
* gnome-keybinding-properties.glade: Minor HIG widget padding
adjustments.
2003-07-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.4
2003-07-03 Kjartan Maraas <kmaraas@gnome.org>
* eggcellrendererkeys.c: (egg_cell_renderer_keys_set_accelerator):
Merge leak fix from stable.
2003-06-24 Jody Goldberg <jody@gnome.org>
* Release 2.3.3
2003-05-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.1
2003-04-30 Kjartan Maraas <set EMAIL_ADDRESS environment variable>
* 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 <jrb@redhat.com>
* Release 2.2.0.1
2003-01-21 Shivram U <shivaram.upadhyayula@wipro.com>
* 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 <jrb@gnome.org>
* Release 2.2.0
Thu Jan 16 02:41:09 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.1.7
Mon Jan 13 15:14:22 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (main): gnome_theme_init() added.
2003-01-10 Jody Goldberg <jody@gnome.org>
* Release 2.1.6
2003-01-03 Havoc Pennington <hp@redhat.com>
* 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 <jody@gnome.org>
* Release 2.1.5
2002-12-04 Havoc Pennington <hp@pobox.com>
* gnome-keybinding-properties.glade: set all the spacings to 12 as
per HIG
2002-12-04 Havoc Pennington <hp@pobox.com>
* gnome-keybinding-properties.c (clear_old_model): create a sort
model for the treeview.
2002-12-03 Havoc Pennington <hp@pobox.com>
* 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 <jody@gnome.org>
* Release 2.1.3
Thu Nov 14 19:01:39 2002 Jonathan Blandford <jrb@gnome.org>
* 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 <jody@gnome.org>
* Release 2.1.2
2002-09-27 Jody Goldberg <jody@gnome.org>
* 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 <jrb@gnome.org>
* gnome-keybinding-properties.c: move to use gnome-theme-info
instead of theme-common.
2002-10-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.1
2002-09-29 Havoc Pennington <hp@pobox.com>
* eggaccelerators.c: update from libegg to get fix from Ralph
Loader for <Super> <Hyper> <Meta> parsing, #93005
2002-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.1.0.1
2002-08-21 Deepa Natarajan <deepa.natarajan@wipro.com>
* gnome-keybinding-properties.c: Added [un]maximize metacity bindings.
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0
Mon Aug 19 17:54:07 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (metacity_key_list): fix bindings
to match metacity.
2002-08-15 Jody Goldberg <jody@gnome.org>
* gnome-keybinding-properties.c : Add a pile of missing metacity
bindings.
2002-08-10 Jody Goldberg <jody@gnome.org>
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 <snickell@stanford.edu>
* gnome-keybinding-properties.glade:
Set border widths correctly so things align nicely.
2002-06-27 Jody Goldberg <jody@gnome.org>
* gnome-keybinding-properties.c (setup_dialog) : fix and move the code
into capplet_set_icon.
2002-06-26 Jody Goldberg <jody@gnome.org>
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 <stephen.bronwe@sun.com>
* 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 <jody@gnome.org>
* Release 2.0.0
2002-05-29 Jody Goldberg <jody@gnome.org>
* gnome-keybinding-properties.c (cb_dialog_response) : fix return type.
2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* 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 <jrb@gnome.org>
* gnome-keybinding-properties.c (main): use APPID instead of
argv[0]
2002-05-24 Jody Goldberg <jody@gnome.org>
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 <jrb@redhat.com>
* gnome-keybinding-properties.c (accel_edited_callback):
handle the new eggcellrendererkeys signal.
Sat May 18 18:25:02 2002 Jonathan Blandford <jrb@gnome.org>
* 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 <jrb@redhat.com>
* 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 <jody@gnome.org>
* gnome-keybinding-properties.glade : Merge in the atk patch.
2002-05-09 Kjartan Maraas <kmaraas@gnome.org>
* gnome-keybindings-properties.c (accel_edited_callback): Mark
a string for translation.
2002-05-06 Anders Carlsson <andersca@gnu.org>
* 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 <jrb@gnome.org>
* gnome-keybinding-properties.c (get_wm_name): g_utf8_validate
doesn't like the '\000' in strings.
2002-05-06 Anders Carlsson <andersca@gnu.org>
* 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 <hp@pobox.com>
* gnome-keybinding-properties.c (append_keys_to_tree): fix
non-use of accessor functions.
Fri Apr 19 20:07:11 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (append_keys_to_tree):
ensure_style before calling size_request.
Thu Apr 18 17:56:12 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (theme_changed_func): handle new
theme-changeing code.
2002-04-11 Jacob Berkman <jacob@ximian.com>
* Makefile.am (EXTRA_DIST): add pixmap
2002-04-10 Seth Nickell <snickell@stanford.edu>
* 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 <jrb@gnome.org>
* 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 <jody@gnome.org>
* 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 <jrb@redhat.com>
* 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 <snickell@stanford.edu>
* keybinding.desktop.in:
Use "keyboard shortcuts" to match the window title

File diff suppressed because it is too large Load diff

View file

@ -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 <sandmann@redhat.com>
* main.c (create_dialog): Remove gnome.h
==================== 2.24.0.1 ====================
==================== 2.23.2 ====================
2007-11-11 Jens Granseuer <jensgr@gmx.net>
* localization.desktop.in.in: use standard preferences-desktop-locale
icon
2007-11-10 Denis Washington <dwashington@gmx.net>
* localization.glade: Tweak the interface slightly and name all
important widgets.
2007-11-10 Jens Granseuer <jensgr@gmx.net>
* localization.desktop.in.in: fix several minor issues in the
desktop file
2007-11-10 Jens Granseuer <jensgr@gmx.net>
* main.c: (create_dialog): don't leak the glade data
2007-11-02 Rodrigo Moya <rodrigo@gnome-db.org>
Started localization capplet.

View file

@ -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 <sandmann@redhat.com>
* gnome-mouse-properties.c (main): Print a newline after the error message
Fri Oct 24 17:50:21 2008 Søren Sandmann <sandmann@redhat.com>
* gnome-mouse-properties.c (main): Use gtk_init_with_args()
instead of gnome_program_init()
==================== 2.24.0.1 ====================
2008-07-08 Matthias Clasen <mclasen@redhat.com>
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 <gerdk@svn.gnome.org>
* gnome-mouse-properties.glade: Decrease lower boundary of dwell
delay to 0.2.
==================== 2.23.2 ====================
2008-04-11 Gerd Kohlberger <gerdk@svn.gnome.org>
* gnome-mouse-properties.c: (create_dialog): Remove unused custom widget.
* gnome-mouse-accessibility.h: Clean up. (Bug #527418)
2008-03-27 Jens Granseuer <jensgr@gmx.net>
Patch by: Patrick Wade <patrick.wade@sun.com>
* 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 <denisw@svn.gnome.org>
* gnome-mouse-properties.c: make the mouse orientation radio
buttons usable with both mouse buttons.
2008-02-08 Luca Ferretti <elle.uca@libero.it>
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 <jensgr@gmx.net>
Patch by: Luca Ferretti <elle.uca@libero.it>
* gnome-mouse-accessibility.c: (populate_gesture_combo): fix HIG
compliance and add some comments for translators (bug #510136)
2008-01-25 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* mouse-left.png:
* mouse-right.png: remove obsolete icons
2008-01-25 Jens Granseuer <jensgr@gmx.net>
* 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 <denisw@svn.gnome.org>
* gnome-mouse-properties.glade:
Add translation context to some labels. (Bug #509417)
2008-01-14 Denis Washington <denisw@svn.gnome.org>
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 <jensgr@gmx.net>
* gnome-mouse-properties.glade: don't mark padding string as
translatable (bug #502087)
2007-07-27 Denis Washington <denisw@svn.gnome.org>
* Makefile.am:
Don't try to install mouse-cursor-*.png as these files are not in mouse/
anymore.
2007-07-27 Denis Washington <denisw@svn.gnome.org>
* cursor-*.pcf:
* mouse-cursor-*.png:
Moved to ../appearance/data/.
2007-07-26 Denis Washington <denisw@svn.gnome.org>
* 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 <jensgr@gmx.net>
* 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 <rodrigo@gnome-db.org>
* gnome-settings-mouse.desktop.in.in: renamed Bugzilla product.
2007-03-18 Jens Granseuer <jensgr@gmx.net>
Patch by: Andreas Koehler <andi5.py@gmx.net>
* gnome-mouse-properties.glade: use automatic instead of always
scrollbar policy for the mouse pointer tab (fixes #345884)
2007-03-05 Jens Granseuer <jensgr@gmx.net>
* 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 <thos@gnome.org>
Patch by: Thomas Zajic <zlatko@gmx.at>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
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 <lucasr.at.mundo@gmail.com>
Fixes #336286
* gnome-mouse-properties.c (main): switched from popt to GOptionContext.
2006-10-16 Rodrigo Moya <rodrigo@novell.com>
Fixes #163690
* gnome-mouse-properties.glade: reordered the widgets for A11Y. Patch
from Sven Herzberg <herzi@gnome-de.org>.
2006-08-16 Sven Herzberg <herzi@gnome-de.org>
* gnome-mouse-properties.c: also display the default theme (though
without a preview for technical reasons); fixes bug #322514
2006-07-24 Sven Herzberg <herzi@gnome-de.org>
* gnome-mouse-properties.c: use ngettext() correctly
2006-07-24 Sven Herzberg <herzi@gnome-de.org>
* gnome-mouse-properties.c: fix the non-xcursor case for solaris;
closes: #319125 (based upon patch from Glynn Foster)
2006-07-23 Sebastien Bacher <seb128@debian.org>
* gnome-settings-mouse.desktop.in.in:
don't list the Application category, list the HardwareSettings one,
patch by Vincent Fretin <vincent.fretin@gmail.com> (Closes: #344321)
2006-06-11 Darren Kenny <darren.kenny@sun.com>
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 <anilkumar.bacheli@wipro.com>
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 <anilkumar.bacheli@wipro.com>
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 <bronson@rinspin.com>
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 <seb128@debian.org>
* gnome-mouse-properties.glade:
make mouse click work with both left/right buttons,
patch by akmal <cowdinosaur@gmail.com> (Fixes: #321225)
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* gnome-mouse-properties.c: (setup_dialog): Mark some code static
and remove some unused code.
2005-10-24 Jens Granseuer <jensgr@gmx.net>
Fixes #318746
* gnome-mouse-properties.c (populate_tree_model): gcc 2.95 compilation
fixes.
2005-09-16 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.c: (populate_tree_model):
fix a crasher when the cursor theme has no icon.
2005-08-31 Rodrigo Moya <rodrigo@novell.com>
* gnome-mouse-properties.c (delay_value_changed_cb): guard against
invalid values from the GtkHScale widget.
2005-08-30 Sven Herzberg <herzi@gnome-de.org>
* gnome-mouse-properties.c: listen to the XCURSOR_PATH environment
variable (Closes: #312534).
2005-08-24 Kjartan Maraas <kmaraas@gnome.org>
* 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 <seb128@debian.org>
* 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 <seb128@debian.org>
* gnome-mouse-properties.c: (cursor_theme_changed):
don't crash if there is no cursor theme installed (Closes: #311599).
2005-07-31 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.c: (delay_value_changed_cb),
(setup_dialog):
update dynamically the double click label (Closes: #166908).
2005-07-31 Sebastien Bacher <seb128@debian.org>
* 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 <herzi@gnome-de.org>
* gnome-mouse-properties.c: fix the without HAVE_XCURSOR build
2005-07-10 Sebastien Bacher <seb128@debian.org>
* 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 <herzi@gnome-de.org> with changes
by Matthias Clasen <mclasen@redhat.com> (Closes: #110670).
2005-01-04 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.glade: fixed a grammar error (Closes: #131521)
2005-01-02 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.glade:
patch from Heikki Paajanen <hepaajan@iki.fi> (based on the patch
from Andrew Johnson <acjgenius@earthlink.net>)
to not set "close" as the default button (Closes: #98202).
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications
* gnome-settings-mouse.desktop.in: add OnlyShowIn=GNOME;
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-mouse-properties.c: (main):
Use themed icon for WM hint.
2004-06-15 Bastien Nocera <hadess@hadess.net>
* .cvsignore: upd
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-02-13 Jody Goldberg <jody@gnome.org>
* Release 2.5.3
2004-02-12 Mark McLoughlin <mark@skynet.ie>
* gnome-mouse-properties.c: (dialog_response_cb): Update help
link to point to user-guide.xml
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
Mon Aug 11 13:53:23 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (delay_value_changed_cb): fix the
double click peditor.
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* 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 <jrb@redhat.com>
* gnome-mouse-properties.c (setup_dialog): remove markup from
translated strings, #118801.
Fri Aug 1 13:06:04 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (create_dialog): add support for
Xcursors.
Thu Jul 24 16:14:33 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (setup_dialog): remove the float_to_int
conversion as the peditor already does that.
2003-07-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.4
2003-06-24 Jody Goldberg <jody@gnome.org>
* Release 2.3.3
2003-05-17 Dennis Cranston <dennis_cranston@yahoo.com>
* 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 "<i><small><b>
Note:</b> Changes to theis setting will not take effect until
you next log in.</small><i>"; and fix widget padding.
2003-05-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.1
2003-04-29 Kjartan Maraas <kmaraas@gnome.org>
* gnome-mouse-properties.c: (read_cursor_font), (setup_dialog):
Plug a couple of leaks.
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
* Release 2.2.0.1
Tue Jan 21 01:15:14 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.2.0
Thu Jan 16 02:41:09 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.1.7
2003-01-10 Jody Goldberg <jody@gnome.org>
* Release 2.1.6
2002-12-18 Jody Goldberg <jody@gnome.org>
* Release 2.1.5
2002-11-23 Jody Goldberg <jody@gnome.org>
* Release 2.1.3
2002-11-02 Jody Goldberg <jody@gnome.org>
* Release 2.1.2
2002-10-25 Rajkumar Sivasamy <rajkumar.siva@wipro.com>
* 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 <jody@gnome.org>
* Release 2.1.1
2002-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.1.0.1
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0
2002-08-19 Ross Burton <ross@burtonini.com>
* mouse.desktop.in: Fix the desktop file so that it validates.
2002-08-08 Seth Nickell <snickell@stanford.edu>
* gnome-mouse-properties.glade:
Fix alignments.
2002-07-16 Jody Goldberg <jody@gnome.org>
* gnome-mouse-properties.c (main) : set icon.
2002-07-10 Jody Goldberg <jody@gnome.org>
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 <jody@gnome.org>
* Release 2.0.0
2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* gnome-mouse-properties.c : Changed the help file link
to get the help document from user-guide.
2002-05-26 Jody Goldberg <jody@gnome.org>
* gnome-mouse-properties.c (dialog_response_cb) : Improve handling of
help failures.
Sun May 26 11:31:34 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-mouse-properties.c (main): use APPID instead of argv[0]
2002-05-22 jacob berkman <jacob@ximian.com>
* *.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 <jrb@redhat.com>
* gnome-mouse-properties.c (event_box_button_press_event): fix
broken double-click test.
Mon May 13 16:53:45 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (main): uncomment accidentally
commented lines. Also, fixed text, #76413
2002-05-13 Jody Goldberg <jody@gnome.org>
* gnome-mouse-properties.glade : Remove separator.
Remove accelerators in tabs.
2002-05-12 Anders Carlsson <andersca@gnu.org>
* 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 <andersca@gnu.org>
* 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 <jody@gnome.org>
* gnome-mouse-properties.c (dialog_button_clicked_cb) : enable help.
(main) : ditto.
2002-05-09 Jody Goldberg <jody@gnome.org>
* gnome-mouse-properties.glade : long forgotten atk patch from Dave.
Sorry.
2002-05-08 Jakub Steiner <jimmac@ximian.com>
* 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 <jrb@gnome.org>
* mouse.desktop.in (Exec): s/gnome2/gnome
2002-03-21 Dave Camp <dave@ximian.com>
* 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 <hestilow@ximian.com>
* gnome-mouse-properties.c (drawing_area_button_press_event):
Check for changeset != NULL before looking in changeset.
2002-03-10 Seth Nickell <snickell@stanford.edu>
* gnome-mouse-properties.c: (main):
Activate the settings daemon if its not already running.
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
* gnome-mouse-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g
Tue Feb 19 23:52:17 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-mouse-properties.c (cursor_font_changed): Hook up cursor code.
Fri Feb 8 01:41:40 2002 Jonathan Blandford <jrb@redhat.com>
* Makefile.am (pixmap_DATA): install cursor images.
2002-02-04 Lauris Kaplinski <lauris@ximian.com>
* 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 <jrb@redhat.com>
* .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 <snickell@stanford.edu>
* mouse.desktop.in:
Add Categories field.
2001-12-20 Bradford Hovinen <hovinen@ximian.com>
* 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 <hpj@ximian.com>
* Makefile.am: Remove rule that prevented install.
2001-12-20 Bradford Hovinen <hovinen@ximian.com>
* mouse.desktop.in.in (Exec): Update
2001-12-19 Bradford Hovinen <hovinen@ximian.com>
* 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 <hovinen@ximian.com>
* mouse-properties-capplet.c (double_click_from_gconf): Single
closed-form formula here
Code reorganization; many changes
2001-10-18 Bradford Hovinen <hovinen@ximian.com>
* mouse-properties-capplet.c (apply_settings): Only swap buttons 1
and 3 in the mapping
2001-10-12 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am: Make OAF file creation generic
2001-09-28 Bradford Hovinen <hovinen@ximian.com>
* 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 <chema@celorio.com>
* 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 <hovinen@ximian.com>
* mouse-properties-capplet.c (apply_settings): Use a CORBA
exception structure
2001-07-31 Chema Celorio <chema@celorio.com>
* Makefile.am (cappletname): add DISTDIR to install-data-local
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
* 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 <chema@celorio.com>
* 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 <chema@celorio.com>
* Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here
2001-07-25 Richard Hestilow <hestilow@ximian.com:
* prefs-widget.c (read_preferences): Swap right and left enable.
(left_handed_selected_cb): Ditto.
(right_handed_selected_cb): Ditto.
2001-07-24 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (pixmap_DATA): Fixed pixmap_DATA line to install
mouse pixmaps
Courtesy Stephen Browne <stephen.browne@sun.com>:
* mouse-properties-capplet.c: bonobo-conf rewrite
(setup_dialog): Use bonobo_peditor_option_radio_construct
2001-07-20 Chema Celorio <chema@celorio.com>
* RELEASE : 1.5.0
2001-07-19 Chema Celorio <chema@celorio.com>
* Makefile.am (cappletname): distcheck love
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (EXTRA_DIST): Added mouse-left.png and mouse-right.png
2001-07-18 Chema Celorio <chema@celorio.com>
* 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 <hovinen@ximian.com>
* Makefile.am (EXTRA_DIST): Changed Applications_DATA to
Applications_in_files
2001-07-17 Jakub Steiner <jimmac@ximian.com>
* mouse-left.png, mouse-right.png: hi-res images
2001-06-27 Richard Hestilow <hestilow@ximian.com:
* ChangeLog added.
* mouse-properties.glade: New GUI by Anna Dirks.
* mouse-left.png, mouse-right.png: Added.
* Makefile.am: Install pixmaps.
* prefs-widget.c (set_pixmap_file): Added function.
(threshold_changed_cb, read_preferences): Call new macro
THRESHOLD_CONVERT, as sensitivity is the reverse of threshold.
(read_preferences, prefs_widget_init): Change "threshold_entry" to
sensitivity_entry.
(prefs_widget_init): Call set_pixmap_file for the new pixmaps.

View file

@ -1,403 +0,0 @@
==================== 2.25.90 ====================
2009-01-19 Luca Ferretti <elle.uca@libero.it>
* gnome-network-properties.desktop.in.in: Update Icon key to
new name too
==================== 2.25.3 ====================
==================== 2.25.2 ====================
2008-11-08 Jens Granseuer <jensgr@gmx.net>
Patch by: Maxim Ermilov <zaspire@rambler.ru>
* 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 <sandmann@redhat.com>
* gnome-network-preferences.c: Use gtk_init() instead of
gnome_program_init().
==================== 2.24.0.1 ====================
2008-09-21 Jens Granseuer <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* 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 <denisw@svn.gnome.org>
* 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 <jensgr@gmx.net>
* gnome-network-preferences.glade: don't mark padding strings as
translatable (bug #514598)
2007-12-11 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* icons/48x48:
* icons/48x48/gnome-network-preferences.png: add 48x48 PNG icon version
by Andreas Nilsson <nisses.mail@home.se> (bug #503035)
2007-07-24 Denis Washington <denisw@svn.gnome.org>
* gnome-network-preferences.c: also use new icon in the window titlebar.
2007-06-29 Jens Granseuer <jensgr@gmx.net>
* 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 <cornelius@vybiral.info> (closes bug #399051)
2007-04-27 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-network-preferences.desktop.in.in: renamed Bugzilla product.
2007-01-31 Jens Granseuer <jensgr@gmx.net>
* 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 <kmaraas@gnome.org>
* gnome-network-preferences.c: (create_listmodel):
Sparse warning fix.
2007-01-06 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-network-preferences.glade: added missing mnemonic.
2007-01-06 Diego Escalante <diego@aureal.com.pe>
Fixes #317097
* gnome-network-preferences.c:
* gnome-network-preferences.glade: added 'Use same proxy for all
protocols' option.
2006-12-08 Kjartan Maraas <kmaraas@gnome.org>
* gnome-network-preferences.c: (cb_add_url):
Fix a warning about unused result from g_slist_append().
2006-08-07 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade:
set "label for" and "labelled by" properties for the capplet,
patch by Willie Walker <william.walker@sun.com> (Closes: #342121)
2006-07-23 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.desktop.in.in: don't list the Application
category, patch by Vincent Fretin <vincent.fretin@gmail.com>
(Closes: #344321)
2006-01-27 Crispin Flowerday <gnome@flowerday.cx>
* gnome-network-preferences.glade: Use 'r' as a mnemoic rather
than 'i' (bug #328884)
2005-07-16 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade: fixed a mnemonic conflict (#155953).
2005-05-22 Sebastien Bacher <seb128@debian.org>
* 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 <olav@bkor.dhs.org>
* gnome-network-preferences.glade:
Make proxy settings HIG compliant. Patch by Jorn Baayen.
Fixes bug #167856
2005-02-04 Shakti Sen <shprasad@novell.com>
* 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 <seb128@debian.org>
* 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 <adriano.delvigna@freedows.com> to add
a proxy exclusion list configuration (Closes: #147666).
2005-01-02 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade:
patch from Heikki Paajanen <hepaajan@iki.fi> (based on the patch
from Andrew Johnson <acjgenius@earthlink.net>)
to not set "close" as the default button (Closes: #98202).
2004-12-15 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.desktop.in.in: changed the tooltip
to respect the HIG.
2004-12-03 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade: use "Preferences" for the window
title (like the other capplets) instead of "Configuration",
bug noticed by Lars Weber <me@lars.in-berlin.de> (Closes: #132391).
2004-11-21 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.c: (cb_http_details_button_clicked):
use the stock_proxy icon for the capplet (Closes: #130624).
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications
* gnome-network-preferences.desktop.in: add OnlyShowIn=GNOME;
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-06-26 Muktha <muktha.narayan@wipro.com>
* gnome-network-preferences.glade: Allow only numeric values in
spin buttons. Fixes #138654.
2004-06-21 David Sede?o <david@alderia.com>
* gnome-network-preferences.glade: Change mnemonic for Username.
Fixes bug #144333
2004-05-18 Padraig O'Briain <padraig.obriain@sun.com>
* gnome-network-preferences.glade: Mark accessible names for
translation. Fixes bug #136291.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-07 Jody Goldberg <jody@gnome.org>
* gnome-network-preferences.c : sync the icon with the desktop file
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-03-05 Padraig O'Briain <padraig.obriain@sun.com>
* gnome-network-preferences.glade: Add accessible names for port
entry fields. Fixes more of bug #126714.
2004-02-13 Jody Goldberg <jody@gnome.org>
* Release 2.5.3
2004-02-12 Mark McLoughlin <mark@skynet.ie>
* 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 <padraig.obriain@sun.com>
* gnome-network-preferences.glade: Move some declarations so that
AtkRelations are defined. Fixes bug #126714.
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
Tue Aug 26 15:00:34 2003 Jonathan Blandford <jrb@redhat.com>
* 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 <dennis_cranston at yahoo com>
* gnome-network-capplet.png: New file.
* Makefile.am, gnome-network-preferences.c: Add the missing
window icon.
2003-07-18 Christian Neumair <chris@gnome-de.org>
* gnome-network-preferences.glade: Some more padding fixes.
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-network-preferences.glade: Minor HIG widget padding
adjustments. Fix a mnemonic conflict.
2003-07-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.4
2003-06-24 Jody Goldberg <jody@gnome.org>
* Release 2.3.3
2003-05-15 Malcolm Tredinnick <malcolm@commsecure.com.au>
* gnome-network-preferences.desktop.in: Use Header
capitalisation for menu items. Fixes bug #112939.
2003-05-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.1
2003-02-05 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>
* 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 <jrb@redhat.com>
* Release 2.2.0.1
Tue Jan 21 01:15:14 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.2.0
Thu Jan 16 02:41:09 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.1.7
2003-01-10 Jody Goldberg <jody@gnome.org>
* Release 2.1.6
2002-12-18 Jody Goldberg <jody@gnome.org>
* Release 2.1.5
2002-11-23 Jody Goldberg <jody@gnome.org>
* Release 2.1.3
2002-11-02 Jody Goldberg <jody@gnome.org>
* Release 2.1.2
2002-10-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.1
2002-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.1.0.1
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0
2002-08-19 Ross Burton <ross@burtonini.com>
* gnome-network-preferences.desktop.in: Fix the desktop file so
that it validates.
2002-08-08 Seth Nickell <snickell@stanford.edu>
* gnome-network-preferences.glade:
Fix alignment.
2002-07-10 Jody Goldberg <jody@gnome.org>
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 <jody@gnome.org>
* Release 2.0.0
2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* gnome-network-preferences.c : Changed the help file link
to get the help document from user-guide.
2002-05-26 Jody Goldberg <jody@gnome.org>
* gnome-network-preferences.c (cb_dialog_response) : Improve handling
of help failures.
Sun May 26 11:45:26 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-network-preferences.c (main): use APPID instead of argv[0]
2002-05-15 Mark McLoughlin <mark@skynet.ie>
* gnome-network-preferences.c (setup_dialog): kill workaround
libglade bug that has since been fixed.
2002-05-08 Jody Goldberg <jody@gnome.org>
* gnome-network-preferences.glade : add help.
* gnome-network-preferences.c (cb_dialog_response) : fix help.

View file

@ -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 <sandmann@redhat.com>
* gnome-window-properties.c: Use gtk_init() instead of
gnome_program_init().
==================== 2.24.0.1 ====================
2008-09-12 Christian Persch <chpe@gnome.org>
* gnome-window-properties.glade: Reduce spacings to HIG-conform
values. Bug #551878.
2008-06-21 Jens Granseuer <jensgr@gmx.net>
Patch by: Matthias Clasen <mclasen@redhat.com>
* 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 <jensgr@gmx.net>
* gnome-window-properties.c: (reload_mouse_modifiers): add a comment
for translators (bug #502087)
2007-04-27 Rodrigo Moya <rodrigo@gnome-db.org>
* window-properties.desktop.in.in: renamed Bugzilla product.
2007-03-23 Priit Laes <amd@store20.com>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* gnome-window-properties.c: (main): don't leak the references to the
glade dialog and GnomeProgram
2007-01-07 Thomas Wood <thos@gnome.org>
Patch by: Elijah Newren <newren@gmail.com>
* gnome-window-properties.c: (try_spawn_config_tool): Avoid markup in
translatable messages. Fixes bug 360449.
2006-07-23 Sebastien Bacher <seb128@debian.org>
* window-properties.desktop.in.in: don't list the Application category,
patch by Vincent Fretin <vincent.fretin@gmail.com> (Closes: #344321)
2006-01-03 Rajan Singh <singh.rajan@wipro.com>
* gnome-window-properties.c: (fill_radio) (reload_mouse_modifiers) :
Added mnemonics.
* gnome-window-properties.glade : Removed the mnemonic.
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* gnome-window-properties.c: (main): Remove unused code.
2005-01-02 Sebastien Bacher <seb128@debian.org>
* gnome-window-properties.glade:
patch from Heikki Paajanen <hepaajan@iki.fi> (based on the patch
from Andrew Johnson <acjgenius@earthlink.net>)
to not set "close" as the default button (Closes: #98202).
2004-12-15 Sebastien Bacher <seb128@debian.org>
* window-properties.desktop.in.in: changed the tooltip to respect
the HIG.
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications
* window-properties.desktop.in: add OnlyShowIn=GNOME;
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-window-properties.c: (main):
Use themed icon for window hint.
2004-07-06 Padraig O'Briain <padraig.obriain@sun.com>
* 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 <jrb@gnome.org>
* 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 <kaushal.kumar@wipro.com>
* gnome-window-properties.c (response_cb): Associate the help
button response with the appropriate callback.
Fixes bug #141391.
2004-05-30 Ole Laursen <olau@hardworking.dk>
* gnome-window-properties.glade: Revamped the internal design and
inserted headings to make the layout cleaner.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-02-13 Jody Goldberg <jody@gnome.org>
* Release 2.5.3
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-window-properties.glade: Patch to fix spacing between
action area and vbox of preferences dialog.
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-window-properties.glade: Make close the default
button.
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-window-properties.glade: Minor HIG widget padding
adjustments.
2003-07-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.4
2003-06-24 Jody Goldberg <jody@gnome.org>
* Release 2.3.3
2003-05-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.1
2003-04-30 Alex Duggan <aldug@astrolinux.com>
* gnome-window-properties.c: use appropriate
window border icon.
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
* Release 2.2.0.1
Tue Jan 21 01:15:14 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.2.0
Thu Jan 16 02:41:09 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.1.7
2003-01-10 Jody Goldberg <jody@gnome.org>
* Release 2.1.6
2002-12-18 Jody Goldberg <jody@gnome.org>
* Release 2.1.5
2002-12-01 Havoc Pennington <hp@pobox.com>
* 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 <jody@gnome.org>
* Release 2.1.3
2002-11-02 Jody Goldberg <jody@gnome.org>
* Release 2.1.2
2002-10-26 Havoc Pennington <hp@pobox.com>
* 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 <snickell@stanford.edu>
* gnome-window-properties.c: (setup_appearance_option_menu):
Fix potential segfault.
2002-10-21 Seth Nickell <snickell@stanford.edu>
* gnome-window-properties.c: (update_gui):
Fix segfault caused by a WM where the settings module
wasn't found.
2002-10-21 Seth Nickell <snickell@stanford.edu>
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 <jody@gnome.org>
* Release 2.1.1
2002-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.1.0.1
2002-08-31 Jacob Berkman <jacob@ximian.com>
* metacity-window-manager.c: include sys/types.h before dirent.h
and string.h
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0
2002-08-19 Ross Burton <ross@burtonini.com>
* window-properties.desktop.in: Fix the desktop file so it
validates.
2002-08-08 jacob berkman <jacob@ximian.com>
* metacity-window-manager.c (_MetacityWindowManagerPrivate): add
padding so that it builds on non-gcc
2002-08-08 Seth Nickell <snickell@stanford.edu>
* 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 <jody@gnome.org>
* Release 2.0.0
2002-06-04 Seth Nickell <snickell@stanford.edu>
* 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 <snickell@stanford.edu>
* 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 <snickell@stanford.edu>
* 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 <kmaraas@gnome.org>
* 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 <jacob@ximian.com>
* Makefile.am (libmetacity_la_SOURCES): remove
gnome-window-manager.h
2002-05-14 Seth Nickell <snickell@stanford.edu>
* 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 <snickell@stanford.edu>
* .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 <snickell@stanford.edu>
* 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 <snickell@stanford.edu>
* 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 <snickell@stanford.edu>
* .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:

View file

@ -1,407 +0,0 @@
2009-03-18 Kostas Papadimas <pkst@gnome.org>
* Makefile.am:
* el/el.po: Added Greek translation by Marios Zindilis.
2009-03-16 Petr Kovar <pknbe@volny.cz>
* 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 <hadess@hadess.net>
* 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 <mariobl@svn.gnome.org>
* de/de.po: Added German translation.
* Makefile.am: Added de to DOC_LINGUAS.
2008-10-21 Jordi Mallach <jordi@sindominio.net>
* 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 <gerdk@svn.gnome.org>
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 <jorgegonz@svn.gnome.org>
* es/es.po: Updated Spanish translation
2008-02-15 Luca Ferretti <elle.uca@libero.it>
* it/it.po:
* Makefile.am:
Added Italian translation.
2008-01-20 Yannig Marchegay <yannig@marchegay.org>
* oc.po: Updated Occitan translation.
2008-01-14 Denis Washington <denisw@svn.gnome.org>
* C/config-mouse.xml:
Remove XML header line.
2008-01-14 Denis Washington <denisw@svn.gnome.org>
* C/config-mouse.xml:
Updated to reflect the changes to the mouse capplet, e.g. the new
Accessibility tab.
2007-12-31 Yannig Marchegay <yannig@marchegay.org>
* oc.po: Updated Occitan translation.
2007-12-26 Duarte Loreto <happyguy_pt@hotmail.com>
* pt/pt.po: Added Portuguese translation by Bruno Queiros
<brunomiguelqueiros@sapo.pt>.
* Makefile.am: Added Portuguese (pt) to DOC_LINGUAS.
2007-08-14 Satoru SATOH <ss@gnome.gr.jp>
* Makefile.am: Added ja to DOC_LINGUAS.
* ja/ja.po: Added Japanese translation.
2008-08-03 Jordi Mas <jmas@softcatala.org>
* Makefile.am: Added ca to DOC_LINGUAS
* pt_BR/pt_BR.po: Added Catalan translation by Joan Duran
2007-07-01 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
* pt_BR/pt_BR.po: Fixed header information.
2007-07-01 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
* Makefile.am: Added pt_BR to DOC_LINGUAS
* pt_BR/pt_BR.po: Added Brazilian Portuguese translation Wendell Silva
<thluxx@gmail.com>.
2007-06-28 Clytie Siddall <clytie@riverland.net.au>
* Makefile.am: Add vi to DOC_LINGUAS
* vi.po: Added Vietnamese translation.
2007-04-23 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es/es.po: Updated Spanish translation
2007-03-12 Maxim Dziumanenko <dziumanenko@gmail.com>
* Makefile.am: Add uk to DOC_LINGUAS
* uk/uk.po: Updated Ukrainian translation.
2007-02-16 David Lodge <dave@cirt.net>
* en_GB/en_GB.po: Added English (British) translation
* Makefile.am: Added en_GB to DOC_LINGUAS
2007-01-25 AP Singh Alam <aalam@users.sf.net>
* pa.po: Moved to pa directory
* Makefile.am: pa is added
2007-01-20 Daniel Nylander <po@danielnylander.se>
* sv/sv.po: Updated Swedish translation.
2006-11-19 Daniel Nylander <po@danielnylander.se>
* sv/sv.po: Updated Swedish translation.
2006-11-19 Christophe Bliard <christophe.bliard@trux.info>
* fr/fr.po: Updated French translation.
2006-11-16 Daniel Nylander <po@danielnylander.se>
* help/sv/sv.po: Updated Swedish translation.
2006-11-15 Kjartan Maraas <kmaraas@gnome.org>
* C/control-center.xml: Fix build.
2006-11-15 Kjartan Maraas <kmaraas@gnome.org>
* C/control-center.xml: Add publisher info.
2006-11-09 Daniel Nylander <po@danielnylander.se>
* sv/sv.po: Updated Swedish translation.
2006-09-03 Daniel Nylander <po@danielnylander.se>
* sv/sv.po: Updated Swedish translation.
2006-09-02 Daniel Nylander <po@danielnylander.se>
* sv/sv.po: Updated Swedish translation.
2006-08-15 Christophe Bliard <christophe.bliard@trux.info>
* fr/fr.po: Initial French translation.
2006-06-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru/ru.po: Initial Russian translation.
2006-06-06 Daniel Nylander <po@danielnylander.se>
* sv/sv.po: Initial Swedish translation.
2006-03-01 Joachim Noreiko <jnoreiko@yahoo.com>
* 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 <a24@umbc.edu>
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 <seb128@debian.org>
* C/config-accessibility-keyboard.xml:
* C/control-center.xml:
fix the make distcheck.
2005-07-27 Sebastien Bacher <seb128@debian.org>
* .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 <rodrigo@novell.com>
* C/config-screensaver.xml: specify the fact that it works with both
xscreensaver and gnome-screensaver.
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-02-13 Jody Goldberg <jody@gnome.org>
* Release 2.5.3
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
2003-07-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.4
2003-06-24 Jody Goldberg <jody@gnome.org>
* Release 2.3.3
2003-05-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.1
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
* Release 2.2.0.1
Tue Jan 21 01:15:14 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.2.0
Thu Jan 16 02:41:09 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.1.7
2003-01-10 Jody Goldberg <jody@gnome.org>
* Release 2.1.6
2002-12-18 Jody Goldberg <jody@gnome.org>
* Release 2.1.5
2002-11-23 Jody Goldberg <jody@gnome.org>
* Release 2.1.3
2002-11-02 Jody Goldberg <jody@gnome.org>
* Release 2.1.2
2002-10-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.1
2002-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.1.0.1
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0
2002-06-17 Jody Goldberg <jody@gnome.org>
* Release 2.0.0
2002-05-16 Jody Goldberg <jody@gnome.org>
* 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 <jody@gnome.org>
* 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 <mrproper@ximian.com>
* 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 <mrproper@ximian.com>
* C/control-center.xml: Enabled theme selector in documentation.
* C/config-themes.xml: Added the theme selector documentation.
2002-03-23 Kevin Breit <mrproper@ximian.com>
* 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 <mrproper@ximian.com>
* 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 <mrproper@ximian.com>
* C/control-center.xml: Updated the file with the latest order and amount of things.
2002-03-17 Kevin Breit <mrproper@ximian.com>
* xmldocs.make: Added to CVS. I am a dummy, didn't add this.
2002-03-14 Kevin Breit <mrproper@ximian.com>
* 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 <mrproper@ximian.com>
* C/config-default-apps.xml: Added this file to CVS.
* C/config-sound.xml: Added this file to CVS.
2002-02-19 Kevin Breit <mrproper@ximian.com>
* 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 <mrproper@ximian.com>
* C/config-behavior.xml: Rewrote this for Gnome 2.
2002-02-11 Kevin Breit <mrproper@ximian.com>
* 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 <mrproper@ximian.com>
* 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 <mrproper@ximian.com>
* 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.

View file

@ -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 <sandmann@redhat.com>
* 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 <sandmann@redhat.com>
* gnome-wm-manager.c (gnome_wm_manager_init): Use glib path
builders instead of the ones in libgnome.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
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 <cosimoc@gnome.org>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
Patch by: Loic Minier <lool+gnome@via.ecp.fr>
* Makefile.am: add GNOMECC_LIBS to linker args. Closes bug #413468.
2007-01-17 Kjartan Maraas <kmaraas@gnome.org>
* 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 <kmaraas@gnome.org>
* gnome-window-manager.c: (gnome_window_manager_class_init):
Remove some unused code.
2005-07-19 Mark McLoughlin <mark@skynet.ie>
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 <kmaraas@gnome.org>
* gnome-wm-manager.c: s/gboolean/guint/ in single bitfield to
quiet warnings from sparse.
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
Mon Jun 21 17:41:23 2004 Jonathan Blandford <jrb@gnome.org>
* gnome-window-manager.c (gnome_wm_settings_copy|free): add copy
and free functions for the WM settings.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-02-13 Jody Goldberg <jody@gnome.org>
* Release 2.5.3
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
2003-07-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.4
2003-06-24 Jody Goldberg <jody@gnome.org>
* Release 2.3.3
2003-05-16 J.H.M. Dassen (Ray) <jdassen@debian.org>
* Makefile.am: Added libgnome_window_settings_la_LIBADD to get complete
inter-library dependency information into the library.
2003-05-07 Jody Goldberg <jody@gnome.org>
* Release 2.3.1
Fri May 2 17:48:07 2003 Jonathan Blandford <jrb@redhat.com>
* metacity-window-manager.c (add_themes_from_dir): better error
checking.
2003-03-30 Andrew Sobala <aes@gnome.org>
* gnome-window-settings-2.0.pc.in:
s/-lwindow-settings/-lgnome-window-settings/
Tue Feb 4 17:09:18 2003 Jonathan Blandford <jrb@redhat.com>
* Release 2.2.0.1
Tue Jan 21 01:15:14 2003 Jonathan Blandford <jrb@gnome.org>
* Release 2.2.0
2003-01-19 Mikael Hallendal <micke@codefactory.se>
* 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 <jrb@gnome.org>
* Release 2.1.7
2003-01-10 Jody Goldberg <jody@gnome.org>
* Release 2.1.6
2003-01-08 Jody Goldberg <jody@gnome.org>
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 <jody@gnome.org>
* Release 2.1.5
2002-11-23 Jody Goldberg <jody@gnome.org>
* Release 2.1.3
2002-11-02 Jody Goldberg <jody@gnome.org>
* Release 2.1.2
Thu Oct 31 17:52:31 2002 Jonathan Blandford <jrb@gnome.org>
* 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 <hp@pobox.com>
* 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 <jody@gnome.org>
* Release 2.1.1
2002-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.1.0.1
2002-08-26 Jody Goldberg <jody@gnome.org>
* gnome-wm-manager.c (gnome_wm_manager_get_current) : handle NULL.
2002-08-21 Jody Goldberg <jody@gnome.org>
* Release 2.1.0
2002-08-08 Seth Nickell <snickell@stanford.edu>
* 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 <jody@gnome.org>
* Release 2.0.0
2002-06-04 Seth Nickell <snickell@stanford.edu>
* 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 <snickell@stanford.edu>
* 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 <snickell@stanford.edu>
* 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 <kmaraas@gnome.org>
* .cvsignore: Add newline
* gnome-wm-manager.c: Added #include <config.h>
2002-06-02 Seth Nickell <snickell@stanford.edu>
* .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 <jacob@ximian.com>
* Makefile.am: don't link against libs, like libbackground does
2002-05-14 Seth Nickell <snickell@stanford.edu>
* .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.

12579
po/ChangeLog

File diff suppressed because it is too large Load diff

View file

@ -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 <kmaraas@gnome.org>
* control-center.schemas.in: Add missing full stops in the long
description.
2007-11-05 Scott Reeves <sreeves@novell.com>
* control-center.schemas.in: remove reference to background.desktop
2007-10-27 Jens Granseuer <jensgr@gmx.net>
* 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 <rodrigo@gnome-db.org>
* gnomecc.desktop.in.in: reverted last commit made by mistake.
2007-05-22 Stanislav Brabec <sbrabec@suse.cz>
* gnomecc.desktop.in.in: Removed superfluous X-SuSE-translate tag.
2007-04-27 Rodrigo Moya <rodrigo@gnome-db.org>
* gnomecc.desktop.in.in: renamed Bugzilla product.
2007-02-12 Scott Reeves <sreeves@novell.com>
* control-center.c: Use smaller icons by default,
partial fix for #405078
2007-01-30 Jens Granseuer <jensgr@gmx.net>
* control-center.c: (main): fix typo in usage string (noticed by
Christian Persch, fixes bug #398361)
2007-01-30 Scott Reeves <sreeves@novell.com>
* 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 <kmaraas@gnome.org>
* control-center.c: (get_actions_list): ANSIfication
of function declaration.
2007-01-26 Scott Reeves <sreeves@novell.com>
* control-center.c: respect the exit_on_close flag
2007-01-26 Rodrigo Moya <rodrigo@gnome-db.org>
* control-center.schemas.in: added 'Change theme' and 'Set preferred
applications' to common tasks.
2007-01-26 Rodrigo Moya <rodrigo@gnome-db.org>
* control-center.schemas.in: added schemas for the new GConf prefix,
and add common tasks.
* Makefile.am: install schemas.
2007-01-26 Rodrigo Moya <rodrigo@gnome-db.org>
* control-center.c: changed GConf prefix to /apps/...
(handle_static_action_clicked): prevent capplets from being launched
twice.
2007-01-19 Rodrigo Moya <rodrigo@gnome-db.org>
* control-center.c (main): program name is gnome-control-center.
2007-01-18 Rodrigo Moya <rodrigo@gnome-db.org>
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 <thos@gnome.org>
* gnomecc.desktop.in.in: Remove GNOME part of the Name property, as per
discussion in bug 395129.
2007-01-11 Thomas Wood <thos@gnome.org>
* 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 <rodrigo@novell.com>
* gnomecc.desktop.in.in: added missing file.
* Makefile.am: install .desktop file.

View file

@ -1,318 +0,0 @@
==================== 2.25.90 ====================
2009-01-31 Jens Granseuer <jensgr@gmx.net>
Patch by: Maxim Ermilov <zaspire@rambler.ru>
* 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 <jensgr@gmx.net>
Patch by: Maxim Ermilov <zaspire@rambler.ru>
* 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 <jensgr@gmx.net>
Patch by: Andrey Gusev <ronne@list.ru>
* 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 <jensgr@gmx.net>
Based on a patch by: Andrey Gusev <ronne@list.ru>
* 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 <jensgr@gmx.net>
Patch by: Andrey Gusev <ronne@list.ru>
* 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 <jensgr@gmx.net>
* 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 <jensgr@gmx.net>
* bar*.png: new Tango-style icons by David Prieto
<frandavid100@gmail.com> (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 <jensgr@gmx.net>
* drwright.c: add a comment for translators (bug #514598)
2007-06-26 Michael Terry <mike@mterry.name>
* Makefile.am: Update icon cache on uninstall as well as install.
Part of bug #450777.
2007-06-08 Christian Persch <chpe@gnome.org>
* main.c: (main): NULL-terminate the options array.
* ChangeLog: fixed.
2007-06-05 Christian Persch <chpe@gnome.org>
* typing-break/main.c: (main): Use GOption to parse the arguments. Bug
#444399.
2007-06-05 Ross Burton <ross@openedhand.com>
* 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 <ross@openedhand.com>
* main.c:
* Makefile.am:
Don't use libgnome (#443554). Also clean up dist rules.
2007-02-02 William Jon McCann <mccann@jhu.edu>
* 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 <chpe@svn.gnome.org>
* main.c: (main): Use specific string as app ID in
gnome_program_init, not PACKAGE. Bug #403708.
2007-01-09 Vincent Untz <vuntz@gnome.org>
* 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 <nisses.mail@home.se>, patch
by Luca Cavalli <luca.cavalli@gmail.com>
2006-11-15 Kjartan Maraas <kmaraas@gnome.org>
* 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 <vuntz@gnome.org>
* eggtrayicon.[ch]: kill
2006-07-25 Vincent Untz <vuntz@gnome.org>
Fixes #348640
* drwrigth.c (popup_about_cb): use GtkAboutDialog, not GtkDialog.
2006-07-25 Vincent Untz <vuntz@gnome.org>
Fixes #348639
* Makefile.am:
* drwrigth.c: use GtkStatusIcon instead of libegg.
* eggtrayicon.c: removed.
2006-01-09 Rodrigo Moya <rodrigo@novell.com>
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 <richard@imendio.com>
* 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 <kmaraas@gnome.org>
* drw-selection.h: ANSIfy function declaration.
2005-10-07 Rodrigo Moya <rodrigo@novell.com>
Fixes #318231
* eggtrayicon.[ch]: updated to latest eggtrayicon code, to fix weird
spacing between icons.
2005-08-18 Rodrigo Moya <rodrigo@novell.com>
* drw-break-window.c (drw_break_window_dispose): fixed leaked timer.
2005-02-04 Richard Hult <richard@imendio.com>
* 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 <richard@imendio.com>
* 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 <vinay.mandyakoppal@wipro.com>. Modified to use the
right enum type and changed to update the tooltip immendiately
after a break.
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* drw-selection.c: (drw_selection_start): ANSIfication.
* drwright.c: NULL vs. 0
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-10-14 Richard Hult <richard@imendio.com>
* drw-break-window.c (drw_break_window_init): Remove unecessary
frame, fixes a bug with the transparent background.
2004-07-28 Richard Hult <richard@imendio.com>
* drw-break-window.c: Patch from Markus Berg <mberg@hp.com> to fix
bug #123141.
* drwright.c: Remove some cruft. Shorten the warning period a bit.
2004-05-02 Richard Hult <richard@imendio.com>
* drw-monitor.c Raise the threshold for detecting activity, makes
totem not trigger typing breaks. Fixes bug #121876.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-02-17 Richard Hult <richard@imendio.com>
* 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 <jody@gnome.org>
* Release 2.5.3
2004-02-01 Richard Hult <richard@imendio.com>
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 <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
2003-09-30 Danilo Šegan <dsegan@gmx.net>
* drwright.c (update_tooltip): Use ngettext for plural-forms,
fixes bug #117997.
2003-08-24 Richard Hult <richard@imendio.com>
* Makefile.am:
* drw-break-window.c:
* drwright.c: Multihead support, fixes bug #119827.
Thu Jul 31 17:41:45 2003 Jonathan Blandford <jrb@redhat.com>
* drwright.c (popup_preferences_cb): add properties dialog,
#118323
Thu Jul 31 14:56:41 2003 Jonathan Blandford <jrb@redhat.com>
* drwright.c (popup_quit_cb): remove bogus popup_quit code.
Thu Jul 31 14:56:13 2003 Jonathan Blandford <jrb@redhat.com>
* ChangeLog: Started a new ChangeLog for the typing break.