aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* fix crash when user escape the dialog. see bug #46700.Yuedong Du2003-07-241-0/+5
* Ooops, revert changes: wrong branch.Ettore Perazzoli2003-07-241-22/+0
* Create a new EShellWindow and show it.Ettore Perazzoli2003-07-241-0/+22
* Use EVO_MARSHAL_RULEDan Winship2003-07-241-0/+2
* Fix a warningDan Winship2003-07-231-1/+5
* connect to "delete_event" signal with startup_wizard_delete. [#46284]Antonio Xu2003-07-221-0/+5
* use g_signal_connect_after to connect "prepare" signal.Antonio Xu2003-07-221-0/+7
* connect "back" signal to back_finish_func in finish page.Antonio Xu2003-07-211-0/+8
* fix the date on my last commit to keep things in orderDan Winship2003-07-181-1/+1
* free the folder_typeDan Winship2003-07-181-0/+11
* (e_shell_command_rename_folder): DoEttore Perazzoli2003-07-101-0/+6
* add general_map and a reference to it in gconf_remap_list. Should fixChris Toshok2003-06-261-0/+5
* Don't leak parent_path, even on errorDan Winship2003-06-201-0/+5
* Add missing stub/skel to BUILD_SOURCES (bug 44717)Frédéric Crozat2003-06-171-0/+5
* ** For #42691.Not Zed2003-06-111-0/+12
* don't leak nr.name.Larry Ewing2003-06-111-0/+4
* Roll over ChangeLogs.Ettore Perazzoli2003-06-101-15363/+0
* Add Mark Gordon.Ettore Perazzoli2003-05-231-0/+4
* (storage_weak_notify): SetEttore Perazzoli2003-05-201-0/+10
* Removed "forced_upgrade" unused variable. (show_development_warning): PutEttore Perazzoli2003-05-201-1/+21
* Remove some padding which I incorrectly added to the wrong vbox. ThisAnna Marie Dirks2003-05-201-0/+7
* (e_storage_set_view_set_show_checkboxes):Ettore Perazzoli2003-05-181-0/+6
* Protect against the component name having slashes in it.Ettore Perazzoli2003-05-161-0/+8
* #ifdef'ed wombat killing code, depending on whether KILL_PROCESS_CMD isRodrigo Moya2003-05-151-0/+6
* [Patch from Antonio Xu <antonio.xu@sun.com>, #42491]Ettore Perazzoli2003-05-151-0/+7
* release the interface if we got itJP Rosevear2003-05-151-0/+22
* Add a #include to fix a warning.Jeremy Katz2003-05-091-0/+7
* [#42342] New function to update the Send/Receive menu and toolbar itemsEttore Perazzoli2003-05-091-0/+10
* [#36956] Remove the version number from the window title.Ettore Perazzoli2003-05-091-0/+21
* (e_shell_command_add_to_shortcut_bar):Ettore Perazzoli2003-05-081-0/+6
* don't pass NO_SEPARATOR flag as per gtkmessagedialog warningJP Rosevear2003-05-081-0/+5
* grepped changelogs and added all names found. #40391.Not Zed2003-05-051-0/+5
* Don't expand the select-names entry, because we don't want it as tall asDan Winship2003-05-021-0/+6
* (e_shell_folder_selection_dialog_construct): Set the defaultEttore Perazzoli2003-05-011-0/+6
* Fix install of evolutionRodney Dawes2003-04-301-0/+4
* [#41013]Not Zed2003-04-291-0/+24
* Fix up some stuff for the nognome script Fix up nognome script for SunRodney Dawes2003-04-291-0/+5
* Fixes #41916Rodrigo Moya2003-04-291-0/+9
* (main): Add e_proxy_init()Ettore Perazzoli2003-04-291-0/+8
* Comment out the pinging code again since it's only being used byDan Winship2003-04-261-0/+6
* (async_open_cb): Added a missing unref of theEttore Perazzoli2003-04-261-6/+13
* cast to remove warning. (construct): set a physiucal uri on the rootNot Zed2003-04-241-0/+6
* Add appropriate padding to the Evolution Settings window. This is anotherAnna Marie Dirks2003-04-241-0/+11
* *glade/e-folder-list.glade : replaced buttons with stock buttons and addedAnna Marie Dirks2003-04-241-1/+5
* Set the border width of the message dialog to 6. Also corrected theAnna Marie Dirks2003-04-231-0/+13
* this should never happen unless you're really trying, but don't crash ifChris Toshok2003-04-221-0/+6
* (create_folder_directory): Don't signal anEttore Perazzoli2003-04-221-0/+6
* Corrected border with for Delete Folder dialog. Fixes 41036.Anna Marie Dirks2003-04-221-0/+10
* Added appropriate border width to the folder selection dialog. FixesAnna Marie Dirks2003-04-221-0/+8
* Added spacing/padding to first-run dialog. Fixes 41242.Anna Marie Dirks2003-04-221-0/+5
* Misc HIG-related tweaks, mostly spacing and padding related. Fixes 41008.Anna Marie Dirks2003-04-221-0/+9
* Added appropriate spacing/padding to the default folder pages of theAnna Marie Dirks2003-04-221-0/+7
* Fixed padding/spacing/caps of the "Go Offline" dialog. Fixes 41225 andAnna Marie Dirks2003-04-221-0/+5
* [ fixes #21499 ]Rodney Dawes2003-04-191-0/+5
* If the default_type is "foo/bar" and "foo" appears in the list butDan Winship2003-04-181-0/+7
* If the new folder's parent has unresolved children, async_open the parentDan Winship2003-04-181-0/+10
* Turn off debugging. Fixes bug #41469.Jeffrey Stedfast2003-04-181-0/+4
* Increase the default value forEttore Perazzoli2003-04-161-0/+12
* Free the temporary string.Hans Petter Jansson2003-04-161-0/+10
* new boolean flag.Dan Winship2003-04-161-0/+16
* fix the title of the dialogue box. #41304.Not Zed2003-04-151-0/+5
* Update for e_option_menu prototype constificationDan Winship2003-04-101-0/+5
* Add a "--setup-only" flag, to just run e_setup() and exit. (For #40889)Dan Winship2003-04-101-0/+3
* (setup_bonobo_conf_private_directory): Removed.Ettore Perazzoli2003-04-091-0/+6
* Remove the color specs so the druid will use theme colorsDan Winship2003-04-081-0/+7
* (impl_dispose): g_object_weak_unref() the shell here.Ettore Perazzoli2003-04-081-0/+7
* Fix arg types on REMOVED_SHARED_FOLDER signal. #40888Dan Winship2003-04-081-0/+3
* Desensitize the window's top-level container rather than desensitizing theDan Winship2003-04-081-0/+15
* Substitute version number into the evolution binary name in the serverDan Winship2003-04-081-0/+12
* [#40536]Not Zed2003-04-071-0/+9
* (update_window_icon): Get the large version ofEttore Perazzoli2003-04-061-0/+6
* Define RESPONSE_NEW for theEttore Perazzoli2003-04-051-0/+10
* Remove the icon_modes schema.Ettore Perazzoli2003-04-051-0/+14
* added "foldertype" argument to GNOME::Evolution::Importer.Rodrigo Moya2003-04-031-0/+14
* [#40652]Not Zed2003-04-021-0/+5
* [#39467]Not Zed2003-04-021-0/+8
* [#40590]Not Zed2003-04-021-0/+9
* [#40474]Not Zed2003-04-011-0/+10
* (kill_old_wombat): New.Ettore Perazzoli2003-03-291-0/+8
* Renamed from update_dialog_clist, Ported to GtkTreeView.Ettore Perazzoli2003-03-281-0/+9
* Make Radek's surname correct, Doulík, inserted utf8 into the name string.Not Zed2003-03-271-0/+5
* (e_shell_view_construct): Pass "evolution-1.4" asEttore Perazzoli2003-03-271-0/+5
* [Shell part of #7153.]Ettore Perazzoli2003-03-271-0/+14
* Use set_default_size instead of size_request so we allow the user toNot Zed2003-03-261-0/+7
* Fix colors againDan Winship2003-03-261-0/+2
* Update for e_notice move. Likewise Likewise Likewise Likewise LikewiseDan Winship2003-03-251-0/+17
* add a "new_view_xid" arg, so the component has a window id to make use ofDan Winship2003-03-251-0/+18
* (init): grumble-grumble-non-g_new0-using-people-grumbeDan Winship2003-03-221-0/+1
* If we get a second request to open a folder we're already waiting for,Dan Winship2003-03-221-0/+8
* remove unused commandJP Rosevear2003-03-211-0/+4
* *** empty log message ***Michael Zucci2003-03-201-0/+18
* (get_name_from_component_info): Look for theEttore Perazzoli2003-03-201-0/+6
* If you can't get a pixbuf icon for the folder's type, do not crash.Ettore Perazzoli2003-03-201-0/+23
* Add (e_storage_declare_has_subfolders): Rename fromDan Winship2003-03-151-0/+15
* add a Bonobo::Listener to this like the other async interfaces, ratherDan Winship2003-03-151-0/+33
* If the wizard factory returns NULL, we'll get a NIL wizard but noDan Winship2003-03-121-1/+10
* ** reverted the following patch from ettore, this is a gnome 2.2 apiNot Zed2003-03-071-0/+18
* (impl_Shell_selectUserFolder): At least for now,Ettore Perazzoli2003-03-071-0/+6
* (e_shell_folder_name_is_valid): Do not allowEttore Perazzoli2003-03-071-0/+5
* (update_other_users_folder_items_sensitivity):Ettore Perazzoli2003-03-071-0/+16
* (folder_name_entry_changed_callback): New callback to set theEttore Perazzoli2003-03-071-0/+11
* (impl_finalize): UseEttore Perazzoli2003-03-071-0/+9
* (IN): Use G_GNUC_FUNCTION instead ofEttore Perazzoli2003-03-071-0/+6
* [Patch from Not Zed <NotZed@Ximian.com>]Ettore Perazzoli2003-03-071-0/+8
* (import_bonobo_config): Protect from valEttore Perazzoli2003-03-071-0/+6
* Added icon for "/popups/NewPopup/Folder".Ettore Perazzoli2003-03-061-0/+4
* (BUILT_SOURCES): $(IDL_GENERATED), notEttore Perazzoli2003-03-061-0/+7
* only set current folder when the folder_path is different from the currentMike Kestner2003-03-051-0/+5
* Handle p->data as a GdkAtom instead of a GdkAtom *.Ettore Perazzoli2003-03-051-0/+13
* Swap Cancel/OK buttons as per the HIG. Also added proper response_ids.Ettore Perazzoli2003-03-041-0/+5
* (impl_finalize): ProtectEttore Perazzoli2003-03-041-0/+5
* Add e-config-upgrade.hRodney Dawes2003-02-271-0/+4
* make this more robust - only assume it's a folderlistitem node if the nameChris Toshok2003-02-271-0/+6
* Change the type of load_http_images to INT rather than BOOL. Fixes bugJeffrey Stedfast2003-02-271-1/+7
* New routine to attempt to start each available startup wizard in priorityDan Winship2003-02-271-0/+8
* Added a key for /apps/evolution/version - seems the best place to put it.Not Zed2003-02-261-0/+14
* Change this to let the Wizard provide an array of title/icon/controlDan Winship2003-02-251-0/+23
* remove some cvs merge cruftDan Winship2003-02-251-1/+0
* Use g_signal_connect_after to connect to the "prepare" signal to workDan Winship2003-02-251-0/+12
* Doh, forgot to remove the e-gray-bar.h includeRodney Dawes2003-02-251-0/+4
* We don't need e-gray-bar.[ch] anymore Remove these unused files now We areRodney Dawes2003-02-251-0/+11
* (impl_populateFolderContextMenu):Ettore Perazzoli2003-02-241-0/+7
* Update dialog to use stock response IDs.Ettore Perazzoli2003-02-241-0/+5
* fix the conf keys, currently unused.Not Zed2003-02-241-0/+6
* Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-211-0/+6
* (shortcut_item_new): Get the name from the name,Ettore Perazzoli2003-02-191-0/+5
* plug memory leak - free path.Chris Toshok2003-02-171-0/+4
* (segv_redirect): New, SIGSEGV signal handler.Ettore Perazzoli2003-02-141-0/+8
* (DEFAULT_USER_PATH): Look into evolution/$BASE_VERSIONEttore Perazzoli2003-02-121-0/+5
* Suggest people use 1.2.x instead of 1.0.x.Joe Shaw2003-02-121-0/+5
* fix length calculation. (create_folder_directory): remove alloca usage,Larry Ewing2003-02-091-0/+5
* add an activate handler that returns a response OK if the OK responseLarry Ewing2003-02-081-0/+6
* s/PACKAGE/GETTEXT_PACKAGE/ in gettext initDan Winship2003-02-071-0/+5
* use POINTER_STRING_BOOL for activate_shortcut.Michael Zucci2003-02-061-0/+9
* Added NONE,STRING,STRING,STRINGNot Zed2003-02-061-0/+7
* We want to copy whats in the default user dir, not the default user dir.Not Zed2003-02-061-0/+5
* Define EVOLUTION_IMAGES using $(imagesdir). Define EVOLUTION_GLADEDIRDan Winship2003-02-061-0/+31
* s/BonoboXObject/BonoboObject/Dan Winship2003-02-061-0/+3
* s/glade_gnome_init/glade_init/Dan Winship2003-02-061-0/+7
* re-enable. (prepare_importer_page): re-enable importer code.Not Zed2003-02-051-0/+20
* No need for the @true command. ($(IDL_GENERATED_C)): Likewise.Ettore Perazzoli2003-01-291-0/+13
* (Evolution-impl.o): Removed unused rule.Ettore Perazzoli2003-01-291-0/+4
* Make this work with parallel make as well.Ettore Perazzoli2003-01-291-0/+4
* Use a little trick for the IDL compilation so thatEttore Perazzoli2003-01-291-0/+5
* (e_shell_construct): UseEttore Perazzoli2003-01-291-0/+11
* Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-281-0/+99
* (timeout_callback): Pass a the context'sEttore Perazzoli2003-01-281-0/+6
* #if 0'ed out for now, since it seems to cause trouble for localEttore Perazzoli2003-01-281-0/+10
* (get_max_clipped_label_width): UseEttore Perazzoli2003-01-241-0/+6
* Update for new args to e_clipped_label_new().Ettore Perazzoli2003-01-241-0/+9
* [Port fix for #34129 from evolution-1-2-branch, unread count inEttore Perazzoli2003-01-241-0/+13
* Update copyright year.Ettore Perazzoli2003-01-241-0/+4
* Install the shell executable as evolution-$(BASE_VERSION) using anEttore Perazzoli2003-01-231-0/+26
* pass pango_context_get_language (context) to pango_context_get_metrics.Chris Toshok2003-01-181-0/+6
* Make dialog New/Cancel/OK to match HIG.Ettore Perazzoli2003-01-151-0/+14
* Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove theEttore Perazzoli2003-01-151-0/+4
* (EXTRA_DIST): Add $(schema_DATA) here.Ettore Perazzoli2003-01-151-0/+4
* Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-151-0/+4
* s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED)Dan Winship2003-01-141-0/+4
* Don't duplicate the shell object here before passing toEttore Perazzoli2003-01-111-0/+17
* Make this work again.Dan Winship2003-01-111-0/+4
* (e_shell_view_save_defaults): Save the expansionEttore Perazzoli2003-01-111-0/+6
* Make the view save its settings as the default ones if it's the last one.Ettore Perazzoli2003-01-111-0/+8
* Generate the URI list from the popt context fetched from the GnomeProgramEttore Perazzoli2003-01-111-0/+9
* (parse_default_uri): Remove bogus is_default check.Ettore Perazzoli2003-01-111-0/+4
* (set_default_folder_physical_uri_from_path): NewEttore Perazzoli2003-01-111-0/+8
* Set defaults for /apps/evolution/shell/default_folders/... .Ettore Perazzoli2003-01-111-0/+9
* remove cast to GTK_OBJECT, it isn't, nor needed.Not Zed2003-01-101-0/+5
* use pango_layout_get_pixel_size here instead of pango_layout_get_width,Chris Toshok2003-01-101-0/+7
* Properly reset activity_interface to NULL.Ettore Perazzoli2003-01-101-0/+10
* dont unref the pango context, get_context() doesn't create a ref.Not Zed2003-01-091-0/+5
* Images are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-091-0/+8
* (evolution_LDFLAGS): -export-dynamic so customEttore Perazzoli2003-01-091-0/+5
* setup gettextDan Winship2003-01-081-0/+4
* dont double-free storage_lname.Not Zed2003-01-071-0/+5
* remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-061-0/+7
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-0/+233
* Don't #include "e-util/e-html-utils.h" as we don't use it.Jeffrey Stedfast2002-12-171-0/+5
* [ fixes bug #35394 ]Chris Toshok2002-12-141-0/+8
* use "contacts", "contacts/ldap" as the accepted contacts types, so it'llChris Toshok2002-12-061-0/+6
* (component_free): Only invokeEttore Perazzoli2002-12-051-0/+5
* RevertedRodrigo Moya2002-12-021-4/+0
* Included gtkmessagedialog.h.Rodrigo Moya2002-12-021-0/+4
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-0/+30
* e_get_language_list now returns language codes that actually work withDan Winship2002-11-271-0/+9
* Fix <key> -> <applyto> typo.Ettore Perazzoli2002-11-261-0/+4
* (e_shell_offline_sync_all_folders):Ettore Perazzoli2002-11-261-0/+16
* Updated to pass a GSList to e_storage_set_view_set_checkboxes_list()Ettore Perazzoli2002-11-261-0/+22
* (idle_cb): Set displayed_any in the case when we areEttore Perazzoli2002-11-211-0/+7
* (impl_dispose): Save theEttore Perazzoli2002-11-211-0/+6
* use e_shell_ marshallers, and make sure STRING parameters map to *_STRING*Chris Toshok2002-11-201-0/+44
* gnome message box -> gtk message dialog. (prepare_intelligent_page): FixNot Zed2002-11-201-0/+7
* Disabled for now.Ettore Perazzoli2002-11-201-0/+57
* Pass type to bonobo_widget::set_property.Not Zed2002-11-191-0/+5
* re-enable importer wizard.Not Zed2002-11-181-0/+2
* from clicked_cb. (start_import): gtkdialogise.Not Zed2002-11-181-0/+61
* run libglade-convert.Chris Toshok2002-11-181-0/+4
* force the scrolled table to be shown, apparently a bug in libglade2.Chris Toshok2002-11-171-0/+8
* init the corba exception before loading each config page, so previousChris Toshok2002-11-171-0/+6
* Added rule to generate GNOME_Evolution_Shell.server.in fromEttore Perazzoli2002-11-161-0/+10
* (impl_finalize): Fix typo; p -> sp.Ettore Perazzoli2002-11-161-0/+4
* No need to check for priv being NULL here anymore.Ettore Perazzoli2002-11-161-0/+12
* (e_shell_startup_wizard_create): ForEttore Perazzoli2002-11-161-0/+5
* (class_init): Pass the right parentEttore Perazzoli2002-11-151-0/+5
* e-shell-user-creatable-items-handler.c, Changed into a GObject subclassEttore Perazzoli2002-11-151-0/+14
* Ref/sink the GtkTooltips.Ettore Perazzoli2002-11-151-0/+7
* Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify):Ettore Perazzoli2002-11-151-0/+15
* (save_settings_for_views): Removed.Ettore Perazzoli2002-11-151-0/+5
* (impl_dispose): NULL priv->ui_componentEttore Perazzoli2002-11-151-0/+5
* Avoid freeing the servant for now, it looks like something is messed upEttore Perazzoli2002-11-151-0/+24
* Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-0/+99
* Change type of member etd inEttore Perazzoli2002-11-141-0/+6
* Connect finish_func to the "next" signal for now, since GnomeDruid seemsEttore Perazzoli2002-11-141-0/+13
* remove GTK_OBJECT cast and other GTK stuff.Not Zed2002-11-131-0/+7
* need to assign priv here, fixes a crash.Chris Toshok2002-11-121-0/+5
* (impl_dispose): Do unref the config_listener here [IEttore Perazzoli2002-11-121-0/+5
* (impl_finalize): Protect againstEttore Perazzoli2002-11-121-0/+5
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-121-0/+32
* use correctly IDL flags.Rodrigo Moya2002-11-081-0/+4
* guard against multiple calls. fixes a crash whenever a task finishes (theChris Toshok2002-11-081-0/+12
* (e_shell_show_settings): Allow type being NULL.Ettore Perazzoli2002-11-061-0/+4
* (load_folder): Do add folders with an unknownEttore Perazzoli2002-11-061-0/+5
* Set response_id to GTK_RESPONSE_OK. (cancel_button): Likewise, withEttore Perazzoli2002-11-061-0/+9
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-0/+13
* Split finalize/dispose. Likewise. Likewise. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-061-0/+16
* g_object_unref instead of bonobo_object_unref for theEttore Perazzoli2002-11-061-0/+5
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-1/+102
* Removed. (impl_finalize): New. (class_init): Install finalize handler, notEttore Perazzoli2002-11-051-0/+11
* Pass TRUE for arg allow_creation to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-11-051-0/+20
* (e_folder_type_registry_get_handler_for_type): Remove warning forEttore Perazzoli2002-11-041-0/+17
* Replace gtk_signal_emit() with g_signal_emit(). Likewise. Likewise.Ettore Perazzoli2002-11-041-0/+18
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-0/+23
* Converted to Glade2 format. Likewise. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-041-0/+10
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-0/+25
* Updated for libxml2. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-041-0/+7
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-0/+247
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-0/+228
* Increase the width slightly.Ettore Perazzoli2002-10-291-0/+8
* [#31303]Ettore Perazzoli2002-10-261-0/+14
* Set the is_stock flag to TRUE for the summary folder.Ettore Perazzoli2002-10-241-0/+18
* (e_get_activation_failure_msg): If the exception_id is NULL,Ettore Perazzoli2002-10-211-0/+6
* New, implementation for the cancel_discover_shared_folder virtual method.Ettore Perazzoli2002-10-181-0/+44
* Change the selection mode to GTK_SELECTION_BROWSE so there is always aEttore Perazzoli2002-10-081-0/+15
* new function, emit cancelled so the folder selector button will sensitizeChris Toshok2002-10-051-0/+8
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-0/+6
* Calls e_shell_command_remove_shared_folder. (file_verbs): Set upDan Winship2002-10-011-0/+37
* If we return from evolution_shell_client_user_select_folder to find thatDan Winship2002-10-011-0/+7
* (load_folder): Always return TRUE, even in theEttore Perazzoli2002-09-271-0/+5
* set history_id on GnomeFileEntry, to actually get the history.Rodrigo Moya2002-09-261-0/+5
* If one of the allowed types is "type/*", allow anything starting withDan Winship2002-09-261-0/+20