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-80


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-80-g2618d4d
Date: Fri, 17 Dec 2010 19:58:00 +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  2618d4d2d0a853e6b65497ee0dae1ffa0f0cd0df (commit)
      from  13febfa6c7843a30c10e2c620e9a9fcc09570fe6 (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=2618d4d2d0a853e6b65497ee0dae1ffa0f0cd0df


commit 2618d4d2d0a853e6b65497ee0dae1ffa0f0cd0df
Author: Daniele Forsi <address@hidden>
Date:   Fri Dec 17 20:53:01 2010 +0100

    Add id for Nokia 6500 classic to misc.c only; uses model=series40
    
    Reported in http://savannah.nongnu.org/bugs/?28717

diff --git a/ChangeLog b/ChangeLog
index db95de2..ab3c908 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,11 +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 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
+    o add ids for Nokia 1101, 1110, 2730, 6133, 2330c and 6500c to
+      misc.c only; 1101 is untested, 1110 doesn't support many
+      commands because it's a Series 30; use model=series40 for all
                    (Daniele Forsi, sai on #gnokii, Iain Mac Donald,
-                                     John Lapeyre, Dennis Schridde)
+                              John Lapeyre, Dennis Schridde, Kevin)
     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 2aef84e..bea42a1 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -256,7 +256,8 @@ static gn_phone_model models[] = {
        {"6360",  "NPW-2",      PM_DEFAULT },
        {"6370",  "NHP-2FX",    PM_OLD_DEFAULT },
        {"6385",  "NHP-2AX",    PM_OLD_DEFAULT },
-       {"6500",  "NHM-7",      PM_DEFAULT | PM_NETMONITOR },
+       {"6500",  "NHM-7",      PM_DEFAULT | PM_NETMONITOR }, /* Series 40 5th 
Edition */
+       {"6500c", "RM-265",     PM_DEFAULT_S40_3RD | PM_FULLPBK },
        {"6510",  "NPM-9",      PM_DEFAULT },
        {"6560",  "RH-25",      PM_OLD_DEFAULT },
        {"6585",  "RH-34",      PM_OLD_DEFAULT },

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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