aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove data/starthere/Makefile from AC_OUTPUT.David Bordoley2003-06-111-1/+0
| | | | | | | | 2003-06-10 David Bordoley <bordoley@msu.edu> * configure.in: Remove data/starthere/Makefile from AC_OUTPUT.
* *** empty log message ***Release070Marco Pesenti Gritti2003-06-071-1/+1
|
* *** empty log message ***Marco Pesenti Gritti2003-06-071-1/+1
|
* update mozilla versionsPiers Cornwell2003-06-031-6/+7
| | | | | | 2003-06-03 Piers Cornwell <piersc@cogs.susx.ac.uk> * configure.in: update mozilla versions
* Added Limburgish translation.Mathieu van Woerkom2003-06-031-1/+1
| | | | | | | | | | 2003-06-03 Mathieu van Woerkom <mathieu@brabants.org> * li.po: Added Limburgish translation. 2003-06-03 Kenneth Rohde Christiansen <kenneth@gnu.org> * configure.in: Added 'li' to ALL_LINGUAS
* Added Vietnamese filePablo Saratxaga2003-05-301-1/+1
|
* Make it build with mozilla cvs. Remove only pages on history clear, theMarco Pesenti Gritti2003-05-281-4/+7
| | | | | | | | | | | | 2003-05-28 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/ephy-history.c: (ephy_history_clear): * embed/mozilla/GlobalHistory.cpp: Make it build with mozilla cvs. Remove only pages on history clear, the sites are automatically removed (fix freeze).
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_save): * embed/ephy-history.c: (ephy_history_save), (hosts_removed_cb), (pages_removed_cb), (unref_empty_host), (page_removed_from_host_cb), (connect_page_removed_from_host), (ephy_history_init), (ephy_history_add_host): * lib/ephy-file-helpers.c: (ephy_file_save_xml): * lib/ephy-file-helpers.h: * lib/ephy-node.c: (callback), (ephy_node_emit_signal), (real_remove_child), (ephy_node_dispose): * lib/ephy-node.h: * lib/ephy-state.c: (ephy_states_save): * lib/widgets/ephy-tree-model-node.c: (root_child_removed_cb): * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save), (bookmarks_removed_cb), (topics_removed_cb): Try to fix node removal problems. I cant repro crashes ... but they are quite hard to reproduce. Use a save_xml helper that is low disk safe. * src/ephy-automation.c: (impl_ephy_automation_loadurl): Use OPEN_PAGE when an url is passed
* configure.in: Added be to ALL_LINGUAS.Dmitry Mastrukov2003-05-221-1/+1
|
* 0.6.1Marco Pesenti Gritti2003-05-191-1/+1
| | | | | | | | | | | | | | | | | 2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: 0.6.1 * embed/find-dialog.c: (dialog_constrain_height): Missing cast. * lib/ephy-start-here.c: Missing header.
* Add Czech translationMiloslav Trmac2003-05-141-1/+1
| | | | Add cs to ALL_LINGUAS in configure.in
* Use AM_CXX_FLAGSEdd Dumbill2003-05-061-4/+9
| | | | | | | | 2003-05-06 Edd Dumbill <edd@usefulinc.com> * configure.in: Use AM_CXX_FLAGS
* Added sr and sr@Latn to ALL_LINGUAS. Added Serbian translation by DaniloChristian Rose2003-05-061-1/+1
| | | | | | | | | 2003-05-05 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. * po/sr.po, po/sr@Latn.po: Added Serbian translation by Danilo Ĺ egan <dsegan@gmx.net>. * po/sv.po: Updated Swedish translation.
* Update for the release.Marco Pesenti Gritti2003-05-031-1/+1
| | | | | | | | | | | | | | | 2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: Update for the release. * lib/egg/egg-editable-toolbar.c: * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: Update.
* Added "ms".Hasbullah Bin Pit2003-04-151-1/+1
| | | | | | 2003-04-14 Hasbullah Bin Pit <sebol@ikhlas.com> * configure.in(ALL_LINGUAS): Added "ms".
* s/galeon/epiphany ;)Marco Pesenti Gritti2003-04-151-2/+2
| | | | | | | | | | | | | | | | | | 2003-04-14 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: s/galeon/epiphany ;) * src/bookmarks/ephy-bookmarks-editor.c: (reset_search_entry), (keyword_node_selected_cb), (search_entry_changed_cb): * src/bookmarks/ephy-topic-action.c: (build_bookmarks_menu), (build_topics_menu), (build_menu), (button_press_cb): Evil bookmarks menu is back in toolbars eeeeek. And no you cant have more than one level ... too bad. Fix search/node selection interaction.
* Update for 0.5.0. Readd evil start script. This sucks :/Marco Pesenti Gritti2003-04-131-1/+3
| | | | | | | | | | | | 2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * TODO: * configure.in: * src/Makefile.am: Update for 0.5.0. Readd evil start script. This sucks :/
* *** empty log message ***Marco Pesenti Gritti2003-04-121-0/+30
|
* Added "pt_BR".Evandro Fernandes Giovanini2003-04-061-1/+1
| | | | | | 2003-04-05 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * configure.in(ALL_LINGUAS): Added "pt_BR".
* Use mozilla-config.h instead of hacks.Marco Pesenti Gritti2003-04-051-0/+27
| | | | | | | | | 2003-04-04 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/mozilla/Makefile.am: Use mozilla-config.h instead of hacks.
* Added help support, help manual and scrollkeeper updatesPatanjali Somayaji2003-03-271-0/+2
| | | | | | | | | | | | | | | | | | | 2003-03-26 Patanjali Somayaji <patanjali@codito.com> Added help support, help manual and scrollkeeper updates * configure.in (help/Makefile and help/C/Makefile for AC_OUTPUT()) * makefile.am (added "help" to SUBDIRS in Makefile.am) * omf.make (added) * xmldocs.make (added) * omf-install/Makefile.am (added) * help/Makefile.am (added) * help/C/epiphany.xml (manual xml added) * help/C/legal.xml (added) * help/C/epiphany-C.omf (omf file added) * help/C/Makefile.am (added) * help/C/figures/ephy-screenshot.png (added) * src/window-commands.c (added handler code to show manual)
* Added "pt" to ALL_LINGUAS.Duarte Loreto2003-03-241-1/+1
| | | | | | 2003-03-23 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added "pt" to ALL_LINGUAS.
* respect aclocal flags. This was easy damnit, if I think how many times IMarco Pesenti Gritti2003-03-181-0/+2
| | | | | | | | | 2003-03-17 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: respect aclocal flags. This was easy damnit, if I think how many times I had to rerun autogen ...
* ko.po addedKang Jeong-Hee2003-03-171-1/+1
|
* Added pl (Polish).Zbigniew Chyla2003-03-171-1/+1
| | | | | | 2003-03-17 Zbigniew Chyla <cyba@gnome.pl> * configure.in (ALL_LINGUAS): Added pl (Polish).
* Added the Greek translationKostas Papadimas2003-03-061-1/+1
|
* configure.in: Added Russian to ALL_LINGUAS.Dmitry Mastrukov2003-03-051-1/+1
|
* Added Catalan filePablo Saratxaga2003-02-221-1/+1
|
* added ja.po to ALL_LINGUAS New Japanese translation.Takayuki KUSANO2003-02-221-1/+1
| | | | | * configure.in: added ja.po to ALL_LINGUAS * po/ja.po: New Japanese translation.
* added fr.po to ALL_LINGUASChristophe Fergeau2003-02-211-1/+1
| | | | | | 2003-02-20 Christophe Fergeau <teuf@users.sourceforge.net> * configure.in: added fr.po to ALL_LINGUAS
* New traditional Chinese translation.Abel Cheung2003-02-171-1/+1
| | | | | | 2003-02-17 Abel Cheung <maddog@linux.org.hk> * zh_TW.po: New traditional Chinese translation.
* Added Turkish translation by ErcinFatih Demir2003-02-111-1/+1
|
* Make nautilus view actually workMarco Pesenti Gritti2003-02-101-1/+1
| | | | | | | | | | | | 2003-02-09 Marco Pesenti Gritti <marco@it.gnome.org> * acconfig.h: * configure.in: * data/GNOME_Epiphany_NautilusView.server.in: * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init): * src/ephy-shell.c: Make nautilus view actually work
* Added es (Spanish) to ALL_LINGUAS.German Poo-Caaman~o2003-02-021-1/+1
| | | | | | 2003-02-02 German Poo-Caaman~o <gpoo@ubiobio.cl> * configure.in: Added es (Spanish) to ALL_LINGUAS.
* Adding Amharic translation.Daniel Yacob2003-01-301-1/+1
|
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-1/+1
| | | | | | 2003-01-20 Marco Pesenti Gritti <marco@it.gnome.org> * Merge eog-menu-api branch
* s/Galeon/Epiphany/Alex Duggan2003-01-141-2/+2
| | | | | | | | | | | | | | | | | | | 2003-01-13 Alex Duggan <aldug@gnome.org> * configure.in: * embed/mozilla/ExternalProtocolService.cpp: * embed/mozilla/ExternalProtocolService.h: * embed/mozilla/FilePicker.h: * embed/mozilla/FtpProtocolHandler.h: * embed/mozilla/IRCProtocolHandler.h: * embed/mozilla/MailtoProtocolHandler.h: * embed/mozilla/PrintingPromptService.h: * embed/mozilla/PromptService.cpp: * embed/mozilla/PromptService.h: * embed/mozilla/StartHereProtocolHandler.h: * idl/EphyAutomation.idl: s/Galeon/Epiphany/
* Added "no".Kjartan Maraas2003-01-131-1/+1
| | | | | | 2003-01-12 Kjartan Maraas <kmaraas@gnome.org> * configure.in (ALL_LINGUAS): Added "no".
* Added da to ALL_LINGUASKenneth Christiansen2003-01-131-1/+1
| | | | | | 2003-01-12 Kenneth Christiansen <kenneth@gnu.org> * configure.in: Added da to ALL_LINGUAS
* *** empty log message ***Marco Pesenti Gritti2003-01-121-1/+1
|
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: * doc/debugging.txt: * embed/ephy-embed-utils.c: (ephy_embed_utils_build_charsets_submenu): * embed/ephy-favicon-cache.c: (ephy_favicon_cache_init): * embed/ephy-history.c: (ephy_history_save): * embed/mozilla/mozilla-embed.cpp: * lib/ephy-autocompletion.c: (ephy_autocompletion_reset), (ephy_autocompletion_get_common_prefix), (ephy_autocompletion_refine_matches), (ephy_autocompletion_update_matches_full), (ephy_autocompletion_sort_by_score), (ephy_autocompletion_data_changed_cb), (acma_grow): * lib/ephy-debug.c: (log_module), (ephy_debug_init), (ephy_profiler_new), (ephy_should_profile), (ephy_profiler_dump), (ephy_profiler_free), (ephy_profiler_start), (ephy_profiler_stop): * lib/ephy-debug.h: * lib/ephy-filesystem-autocompletion.c: (ephy_filesystem_autocompletion_finalize_impl), (gfa_load_directory_cb), (ephy_filesystem_autocompletion_set_current_dir), (ephy_filesystem_autocompletion_set_base_dir): * lib/ephy-start-here.c: * lib/widgets/ephy-autocompletion-window.c: (ephy_autocompletion_window_get_dimensions), (ephy_autocompletion_window_fill_store_chunk), (ephy_autocompletion_window_show), (ephy_autocompletion_window_key_press_cb): * lib/widgets/ephy-location-entry.c: (ephy_location_entry_finalize_impl), (ephy_location_entry_autocompletion_show_alternatives_to), (ephy_location_entry_autocompletion_to), (ephy_location_entry_activate_cb), (ephy_location_entry_autocompletion_sources_changed_cb), (ephy_location_entry_autocompletion_window_url_activated_cb), (ephy_location_entry_autocompletion_window_hidden_cb): * src/bookmarks/ephy-bookmarks-editor.c: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_clean_empty_keywords), (ephy_bookmarks_save), (ephy_bookmarks_find_keyword), (diff_keywords): * src/bookmarks/ephy-keywords-entry.c: (try_to_expand_keyword): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_set_title): * src/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/ephy-nautilus-view.c: (gnv_cmd_set_charset), (if): * src/ephy-navigation-button.c: (ephy_navigation_button_finalize_impl): * src/ephy-shell.c: (ephy_shell_finalize): * src/ephy-tab.c: (ephy_tab_embed_destroy_cb), (ephy_tab_finalize):
* Added de, hu and nl to ALL_LINGUAS.Andras Timar2003-01-121-1/+1
| | | | | | 2003-01-12 Andras Timar <timar@gnome.hu> * configure.in: Added de, hu and nl to ALL_LINGUAS.
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-121-1/+1
| | | | | | | | | | | | | | | | | | | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download): * embed/ephy-history.c: * lib/Makefile.am: * lib/ephy-types.h: * src/bookmarks/ephy-bookmarks.c: * src/ephy-shell.c: (ephy_shell_init): Move root nodes ids to ephy-types. Simple logging facility: EPHY_DEBUG_MODULES= all | filename will enable it. Need to provide a way to disable it and to get rid of the old per file crap.
* Architecture for translatable xml/xsl start page.Marco Pesenti Gritti2003-01-071-0/+1
| | | | | | | | | | | | | | | | | | 2003-01-07 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * data/Makefile.am: * data/start_here.html: * data/starthere/Makefile.am: * data/starthere/index.xml.in: * data/starthere/section.xsl: * embed/mozilla/StartHereProtocolHandler.cpp: * lib/Makefile.am: * lib/widgets/ephy-autocompletion-window.c: (hack_tree_view_move_selection): * po/POTFILES.in: Architecture for translatable xml/xsl start page.
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-051-1/+3
| | | | | | | | | | | | | | | | | | 2003-01-04 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * embed/mozilla/PromptService.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * lib/toolbar/ephy-tbi-zoom.c: (ephy_tbi_zoom_get_widget_impl): * lib/widgets/ephy-notebook.c: (tab_build_label): * src/bookmarks/ephy-bookmarks-editor.c: (build_editing_table), (build_search_box): * src/bookmarks/ephy-new-bookmark.c: (build_editing_table): * src/ephy-window.c: (ephy_window_notebook_switch_page_cb): * src/pdm-dialog.c: (show_cookies_properties): * src/session.c: (crashed_resume_dialog): Remove unnecessary markup from translations.
* Build .in data files from the makefile, not from configure.in. Add aMarco Pesenti Gritti2002-12-311-3/+0
| | | | | | | | | | | | 2002-12-31 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: * data/.cvsignore: * data/Makefile.am: Build .in data files from the makefile, not from configure.in. Add a desktop file. We badly need an icon ;)
* Added "sv" to ALL_LINGUAS. Added more entries. Removed non-existingChristian Rose2002-12-311-1/+1
| | | | | | | | | 2002-12-31 Christian Rose <menthos@menthos.com> * configure.in: Added "sv" to ALL_LINGUAS. * po/.cvsignore: Added more entries. * po/POTFILES.in: Removed non-existing entries and added missing. * po/sv.po: Added Swedish translation.
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+171