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_29-74


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-74-g01acdf5
Date: Sun, 12 Dec 2010 17:25:13 +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  01acdf5d58b1910939f0b5a79be8c69325196dd1 (commit)
      from  f167621203b28facef157ba3e71d17ff2f8f673f (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=01acdf5d58b1910939f0b5a79be8c69325196dd1


commit 01acdf5d58b1910939f0b5a79be8c69325196dd1
Author: Daniele Forsi <address@hidden>
Date:   Sun Dec 12 18:18:21 2010 +0100

    Add ids for Nokia 1101 (untested) and Nokia 1110 (Series 30) to misc.c only

diff --git a/ChangeLog b/ChangeLog
index 95b0b83..db95de2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,9 +7,11 @@
     o fix mbox format of --getsms for sent messages; closes
       https://savannah.nongnu.org/bugs/?30050       (Daniele Forsi)
     o fix char_ucs2_encode() function                   (Paweł Kot)
-    o add ids for Nokia 2730, 6133 and 2330c to misc.c only; use
-      model=series40 for all        (Iain Mac Donald, John Lapeyre,
-                                                   Dennis Schridde)
+    o add ids for Nokia 1101, 1110, 2730, 6133 and 2330c to misc.c
+      only; 1101 is untested, 1110 is Series 30 so it doesn't
+      support many commands; use model=series40 for all
+                   (Daniele Forsi, sai on #gnokii, Iain Mac Donald,
+                                     John Lapeyre, Dennis Schridde)
     o fix a problem with a multipart message in default alphabet
       and extended alphabet characters                  (Paweł Kot)
     o make sure that Series40 3rd Ed+ get proper capabilties
diff --git a/common/misc.c b/common/misc.c
index db911ec..2aef84e 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -93,6 +93,8 @@ static gn_phone_model models[] = {
        {"1100",  "RH-18",      PM_OLD_DEFAULT },
        {"1100",  "RH-38",      PM_OLD_DEFAULT },
        {"1100b", "RH-36",      PM_OLD_DEFAULT },
+       {"1101",  "RH-75",      PM_OLD_DEFAULT }, /* Yet another 1100 variant, 
untested */
+       {"1110",  "RH-93",      PM_DEFAULT },     /* Series 30, phone supports 
a very limited command set */
        {"1209",  "RH-105",     PM_OLD_DEFAULT }, /* Series 30, phone supports 
a very limited command set */
        {"1220",  "NKC-1",      PM_OLD_DEFAULT },
        {"1260",  "NKW-1",      PM_OLD_DEFAULT },

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

Summary of changes:
 ChangeLog     |    8 +++++---
 common/misc.c |    2 ++
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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