diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-04-22 19:43:40 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-04-22 19:43:40 +0800 |
commit | 33cf0d42177ccb33bd301c00969356c270626f25 (patch) | |
tree | 6a98ba4dfabf639fa8e322564483a60c221b8fb6 | |
parent | 3c1f7e464dac9bbfc6ef62471869626fdd624d48 (diff) | |
download | gsoc2013-epiphany-33cf0d42177ccb33bd301c00969356c270626f25.tar.gz gsoc2013-epiphany-33cf0d42177ccb33bd301c00969356c270626f25.tar.zst gsoc2013-epiphany-33cf0d42177ccb33bd301c00969356c270626f25.zip |
Document UTF-8 requirement.
2004-04-22 Christian Persch <chpe@cvs.gnome.org>
* HACKING:
Document UTF-8 requirement.
* lib/widgets/ephy-cell-renderer-progress.c:
* lib/widgets/ephy-cell-renderer-progress.h:
* src/bookmarks/ephy-bookmarks-menu.h:
* ChangeLog:
Converted to UTF-8.
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | HACKING | 6 | ||||
-rw-r--r-- | lib/widgets/ephy-cell-renderer-progress.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-cell-renderer-progress.h | 2 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-menu.h | 2 |
5 files changed, 25 insertions, 8 deletions
@@ -1,3 +1,16 @@ +2004-04-22 Christian Persch <chpe@cvs.gnome.org> + + * HACKING: + + Document UTF-8 requirement. + + * lib/widgets/ephy-cell-renderer-progress.c: + * lib/widgets/ephy-cell-renderer-progress.h: + * src/bookmarks/ephy-bookmarks-menu.h: + * ChangeLog: + + Converted to UTF-8. + 2004-04-20 Adam Hooper <adamh@cvs.gnome.org> * doc/reference/tmpl/ephy-glade.sgml: @@ -254,7 +267,7 @@ Remove stray semicolon. Fixes bug #138902. -2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org> +2004-04-02 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: @@ -811,7 +824,7 @@ * configure.in: Added bg to ALL_LINGUAS. -2004-03-09 Åsmund Skjæveland <aasmunds@fys.uio.no> +2004-03-09 Ã…smund Skjæveland <aasmunds@fys.uio.no> * configure.in (HAVE_MOZILLA_PSM): Added nn to ALL_LINGUAS. * po/nn.po: Started Norwegian Nynorsk translation. @@ -1418,13 +1431,13 @@ Sucky but not intrusive hack to make dnd on the address entry work when editing toolbar. A better solution will be found when the toolbar editor will get in gtk. - Based on a patch from Søren Sandmann, bug 132467. + Based on a patch from Søren Sandmann, bug 132467. 2004-02-28 Xan Lopez <xan@gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): - Add missing check for Firebird bookmarks, patch by André Dahlqvist. + Add missing check for Firebird bookmarks, patch by André Dahlqvist. 2004-02-27 Marco Pesenti Gritti <marco@gnome.org> @@ -5,6 +5,7 @@ need to stick to in order to get your patch accepted: - curly brackets are on a new line - please compare with NULL or FALSE isntead of using "!" - callback functions have a suffix _cb +- all files have to be encoded in UTF-8 Comment blocks are written like this: @@ -14,7 +15,10 @@ need to stick to in order to get your patch accepted: When submitting a patch or committing to cvs do not forget to write a Changelog entry. Please put both a description -and a reference to the bug (if there is one). +and a reference to the bug (if there is one). Write your entry +using UTF-8 encoding, and make sure your editor doesn't mangle +the encoding of the ChangeLog file. + Example of an entry: diff --git a/lib/widgets/ephy-cell-renderer-progress.c b/lib/widgets/ephy-cell-renderer-progress.c index ba6474f3d..0d012dce8 100644 --- a/lib/widgets/ephy-cell-renderer-progress.c +++ b/lib/widgets/ephy-cell-renderer-progress.c @@ -1,6 +1,6 @@ /* gtkcellrenderer.c * Copyright (C) 2002 Naba Kumar <kh_naba@users.sourceforge.net> - * heavily modified by Jörgen Scheibengruber <mfcn@gmx.de> + * heavily modified by Jörgen Scheibengruber <mfcn@gmx.de> * heavily modified by Marco Pesenti Gritti <marco@gnome.org> * * This library is free software; you can redistribute it and/or diff --git a/lib/widgets/ephy-cell-renderer-progress.h b/lib/widgets/ephy-cell-renderer-progress.h index b4966251d..356780704 100644 --- a/lib/widgets/ephy-cell-renderer-progress.h +++ b/lib/widgets/ephy-cell-renderer-progress.h @@ -1,6 +1,6 @@ /* cellrenderer.h * Copyright (C) 2002 Naba Kumar <kh_naba@users.sourceforge.net> - * modified by Jörgen Scheibengruber <mfcn@gmx.de> + * modified by Jörgen Scheibengruber <mfcn@gmx.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/bookmarks/ephy-bookmarks-menu.h b/src/bookmarks/ephy-bookmarks-menu.h index ea81ef3bf..a17797923 100644 --- a/src/bookmarks/ephy-bookmarks-menu.h +++ b/src/bookmarks/ephy-bookmarks-menu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Ricardo Fernández Pascual + * Copyright (C) 2002 Ricardo Fernández Pascual * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |