gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-18


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-181-g011656b
Date: Thu, 25 Mar 2010 16:25:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  011656bd5578fe8ad18a00d257faf5be17f11b99 (commit)
      from  ec750f064359adce21e7ec015181610fb0049781 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=011656bd5578fe8ad18a00d257faf5be17f11b99


commit 011656bd5578fe8ad18a00d257faf5be17f11b99
Author: Daniele Forsi <address@hidden>
Date:   Thu Mar 25 17:06:49 2010 +0100

    Delete references to the --long argument of --sendsms which is now ignored
    
    It was deprecated for gnokii 0.6.28 with commit 
e04034e3f580fad3f7b49bf3e5262c006dacf28f

diff --git a/Docs/man/gnokii.1 b/Docs/man/gnokii.1
index 8e28869..2eb1a52 100644
--- a/Docs/man/gnokii.1
+++ b/Docs/man/gnokii.1
@@ -199,7 +199,7 @@ If \-\-delete switch is used, the message is deleted after 
reading.
 deletes SMS messages from specified \fImemory type\fR starting at entry 
\fIstart\fR and ending at \fIend\fR.
 If \fIend\fI is not specified only one location \- \fIstart\fR is deleted.
 .TP 
-.BR "\-\-sendsms \fIdestination\fP [\-\-smsc \fImessage_center_number\fP | 
\-\-smscno \fImessage_center_index\fP] [\-r|\-\-report] [\-8|\-\-8bit] 
[\-C|\-\-class \fIn\fP] [\-v|\-\-validity \fIn\fP] [\-l|\-\-long \fIn\fP] 
[\-i|\-\-imelody] [\-a|\-\-animation \fIfile;file;file;file\fR] [\-o|\-\-concat 
\fIthis;total;serial\fR] [\-w|\-\-wappush \fIurl\fR]"
+.BR "\-\-sendsms \fIdestination\fP [\-\-smsc \fImessage_center_number\fP | 
\-\-smscno \fImessage_center_index\fP] [\-r|\-\-report] [\-8|\-\-8bit] 
[\-C|\-\-class \fIn\fP] [\-v|\-\-validity \fIn\fP] [\-i|\-\-imelody] 
[\-a|\-\-animation \fIfile;file;file;file\fR] [\-o|\-\-concat 
\fIthis;total;serial\fR] [\-w|\-\-wappush \fIurl\fR]"
 sends an SMS message to \fIdestination\fR via \fImessage_center_number\fR or 
SMSC number taken from phone memory from address \fImessage_center_index\fR.
 If this argument is omitted SMSC number is taken from phone memory from 
location 1.
 Message text is taken from STDIN.
@@ -213,8 +213,6 @@ Meaning of other optional parameters:
 .PP 
 \-v | \-\-validity \fIn\fR \- validity in minutes
 .PP 
-\-l | \-\-long \fIn\fR \- send no more then \fIn\fR characters, default is 160
-.PP 
 \-i | \-\-imelody \- send iMelody within SMS
 .PP
 \-a | \-\-animation \fIfile;file;file;file\fR - send animation message
diff --git a/gnokii/gnokii-sms.c b/gnokii/gnokii-sms.c
index 2495f32..19c7696 100644
--- a/gnokii/gnokii-sms.c
+++ b/gnokii/gnokii-sms.c
@@ -65,7 +65,7 @@ void sms_usage(FILE *f)
        fprintf(f, _("SMS options:\n"
                     "          --sendsms destination [--smsc 
message_center_number |\n"
                     "                 --smscno message_center_index] 
[-r|--report] [-8|--8bit]\n"
-                    "                 [-C|--class n] [-v|--validity n] 
[-l|--long n]\n"
+                    "                 [-C|--class n] [-v|--validity n]\n"
                     "                 [-i|--imelody] [-a|--animation 
file;file;file;file]\n"
                     "                 [-o|--concat this;total;serial] 
[-w|--wappush url]\n"
                     "          --savesms [--sender from] [--smsc 
message_center_number |\n"
@@ -92,9 +92,6 @@ int sendsms_usage(FILE *f, int exitval)
                        "                                           center\n"
                        "        --smscno message_center_index      index of 
the message center stored\n"
                        "                                           in the 
phone memory\n"
-                       "        -l n\n"
-                       "        --long n                           send 
message longer than default\n"
-                       "                                           160 
characters\n"
                        "        -r\n"
                        "        --report                           request 
delivery report\n"
                        "        -v n\n"

-----------------------------------------------------------------------

Summary of changes:
 Docs/man/gnokii.1   |    4 +---
 gnokii/gnokii-sms.c |    5 +----
 2 files changed, 2 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]