diff --git a/ChangeLog b/ChangeLog index e5147673e0..075c05e07f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 7 18:44:17 EDT 1998 Matthew Wilson + + * plug-ins/webbrowser/web-browser.scm: changed the URL for the + Manual + Sun Jun 7 12:39:56 PDT 1998 Manish Singh * plug-ins/libgck/gck/gcktypes.h @@ -13,8 +18,8 @@ Sun Jun 7 11:04:38 1998 Tim Janik * app/commands.h: * app/commands.c: - (tips_dialog_cmd_callback): - (filters_repeat_cmd_callback): + (tips_dialog_cmd_callback): + (filters_repeat_cmd_callback): (tools_select_cmd_callback): make use of the callback_action argument. * app/main.c (main): removed gtk_accelerator_table_set_mod_mask(), @@ -22,8 +27,8 @@ Sun Jun 7 11:04:38 1998 Tim Janik * app/layers_dialog.c: * app/interface.c: - * app/indexed_palette.c: - * app/channels_dialog.c: + * app/indexed_palette.c: + * app/channels_dialog.c: * app/buildmenu.c: conversions for use of GtkAccelGroup. @@ -31,7 +36,7 @@ Sun Jun 7 11:04:38 1998 Tim Janik * app/gradient.c: installed accelerators are locked, because these code portions don't support accelerator saving. - + * ChangeLog: * ChangeLog.pre-1-0: ChangeLog split up. @@ -122,4 +127,3 @@ Thu Jun 4 18:12:14 MEST 1998 Sven Neumann Tue Jun 2 16:40:33 PDT 1998 Manish Singh * Made 1.0.0 release - diff --git a/plug-ins/webbrowser/web-browser.scm b/plug-ins/webbrowser/web-browser.scm index a6369e9997..5aa2002f01 100644 --- a/plug-ins/webbrowser/web-browser.scm +++ b/plug-ins/webbrowser/web-browser.scm @@ -10,12 +10,12 @@ ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 2 of the License, or ; (at your option) any later version. -; +; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. -; +; ; You should have received a copy of the GNU General Public License ; along with this program; if not, write to the Free Software ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. @@ -117,11 +117,11 @@ "Link to http://www.rru.com/~meo/gimp/faq-dev.html") (define (script-fu-bookmark-14) - (script-fu-bookmark "http://www.dtek.chalmers.se/~d95olofs/manual/")) + (script-fu-bookmark "http://manual.gimp.org/")) (bookmark-register "script-fu-bookmark-14" "/Xtns/Web Browser/GIMP Manual" - "Link to http://www.frozenriver.ale.se/") + "Link to http://manual.gimp.org/") (define (script-fu-bookmark-15) (script-fu-bookmark "http://abattoir.cc.ndsu.nodak.edu/~nem/gimp/tuts/")) @@ -136,6 +136,3 @@ (bookmark-register "script-fu-bookmark-16" "/Xtns/Web Browser/GIMP Bugs" "Link to http://www.wilberworks.com/bugs.cgi") - - -