From b6d0c4e778dc166b6c96e9cbe1d64e75bf01c38b Mon Sep 17 00:00:00 2001 From: janneke Date: Tue, 28 Jun 2005 09:44:06 +0000 Subject: [PATCH] * THANKS: Add UTF-8 marker. * Documentation/user/point-and-click.itely (http): Update: use lilypond-invoke-editor. Fix: instruct to use user.js. --- ChangeLog | 7 +++++++ Documentation/user/point-and-click.itely | 16 +++++++++------- THANKS | 14 ++++++++++---- 3 files changed, 26 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66fa9a7e65..437e69dacc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-06-28 Jan Nieuwenhuizen + + * THANKS: Add UTF-8 marker. + + * Documentation/user/point-and-click.itely (http): Update: use + lilypond-invoke-editor. Fix: instruct to use user.js. + 2005-06-27 Graham Percival * ly/titling-init.ly: implements printpagenumber, increases diff --git a/Documentation/user/point-and-click.itely b/Documentation/user/point-and-click.itely index 65fd27643c..c9c89cc572 100644 --- a/Documentation/user/point-and-click.itely +++ b/Documentation/user/point-and-click.itely @@ -31,21 +31,23 @@ urlCommand "firefox -remote 'OpenURL(%s)'" protocol, For Mozilla and Mozilla Firefox, this is done by adding following -lines to the @file{prefs.js}@footnote{On a typical unix system, this -file is found in your home-directory under -@file{.mozilla/firefox/default.trn/prefs.js}.} +lines to the @file{user.js}@footnote{On a typical unix system, this +file exists or must be created in your home-directory as +@file{.mozilla/firefox/default.trn/user.js} or +@file{.firefox/default/xxxxxxxx.xxx/user.js}, +see @uref{http://@/www@/.mozilla@/.org@/support@/firefox@/edit#user,location} +and +@uref{http://@/www@/.mozilla@/.org@/support@/firefox@/edit#profile,profile}.} @ignore mozilla wants us do store this in user.js: -http://www.mozilla.org/support/firefox/edit#user location on different systems: -http://www.mozilla.org/support/firefox/edit#profile @end ignore @example -user_pref("network.protocol-handler.app.textedit", "lilypond-pdfpc-helper"); +user_pref("network.protocol-handler.app.textedit", "lilypond-invoke-editor"); user_pref("network.protocol-handler.warn-external.textedit", false); @end example @@ -64,7 +66,7 @@ emacsclient --no-wait +@var{line}:@var{column} @var{file} @item vim this will invoke @example -gvim --remote +:@var{line}:norm@var{column} @var{file} +gvim --remote +:@var{line}:norm@var{char} @var{file} @end example @item nedit diff --git a/THANKS b/THANKS index 765838ec19..0d007c6070 100644 --- a/THANKS +++ b/THANKS @@ -21,7 +21,7 @@ Erlend Aasland Heikki Junes John Williams Jonatan Liljedahl -Juergen Reuter +Jürgen Reuter Mats Bengtsson Matthias Neeracher Mathieu Giraud @@ -196,7 +196,7 @@ Ferenc Wagner Hans Forbrich John Williams José Luis Cruz -Juergen Reuter +Jürgen Reuter Kieren Richard MacMillan Laurent Martelli Mats Bengtsson @@ -232,7 +232,7 @@ CONTRIBUTORS Mats Bengtsson Heikki Junes -Juergen Reuter +Jürgen Reuter BUG HUNTERS/SUGGESTIONS @@ -273,7 +273,7 @@ CONTRIBUTORS Graham Percival Heikki Junes -Juergen Reuter +Jügen Reuter Kim Shrier Rune Zedeler Werner Lemberg @@ -309,3 +309,9 @@ Stanislav Brabec Thomas Rijniers Werner Lemberg Yotam Medini + + +#Local variables: +#coding: utf-8 +#End: + -- 2.39.5