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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-104-gcd91399
Date: Sun, 23 Jan 2011 14:33:25 +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  cd91399fc5548a13e2de277338bc11139b9d35a7 (commit)
       via  2fe0130f8a44a4b3da8cdde3dabe8543b6c3597d (commit)
       via  61b3d22a06ab1a5cc99864ad629d3fe84bedd68d (commit)
       via  c6ae1aee99b77a597c30d856f70e1d9a20b8d114 (commit)
       via  d894640edc08d8aafbe9d5cd6c01e4fc3e0db7af (commit)
       via  a094a803fc54a7c5b382236e20ef7648118a9f7d (commit)
       via  3f3ec2d19d8035fd579eb34a778abed7ff417c23 (commit)
      from  7c30b1dd3bd9c22c7a43ee6f1e6ecfa238c12744 (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=cd91399fc5548a13e2de277338bc11139b9d35a7


commit cd91399fc5548a13e2de277338bc11139b9d35a7
Author: Pawel Kot <address@hidden>
Date:   Sun Jan 23 15:28:08 2011 +0100

    0x0f is GN_ERR_NOTSUPPORTED and not GN_ERR_UNHANDLEDFRAME.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index a7b00f2..5ace3bb 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3971,9 +3971,9 @@ static gn_error NK6510_WriteCalendarNote(gn_data *data, 
struct gn_statemachine *
        /* 6510 needs to seek the first free pos to inhabit with next note */
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
-               if (error == GN_ERR_UNHANDLEDFRAME) {
+               if (error == GN_ERR_NOTSUPPORTED) {
                        /*
-                        * GN_ERR_UNHANDLED most likely means 0xf0 frame. 
Experience shows that
+                        * GN_ERR_NOTSUPPORTED most likely means 0xf0 frame. 
Experience shows that
                         * with high probability we have series40 3rd+ Ed phone.
                         */
                        error = NK6510_WriteCalendarNote2(data, state);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=2fe0130f8a44a4b3da8cdde3dabe8543b6c3597d


commit cd91399fc5548a13e2de277338bc11139b9d35a7
Author: Pawel Kot <address@hidden>
Date:   Sun Jan 23 15:28:08 2011 +0100

    0x0f is GN_ERR_NOTSUPPORTED and not GN_ERR_UNHANDLEDFRAME.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index a7b00f2..5ace3bb 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3971,9 +3971,9 @@ static gn_error NK6510_WriteCalendarNote(gn_data *data, 
struct gn_statemachine *
        /* 6510 needs to seek the first free pos to inhabit with next note */
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
-               if (error == GN_ERR_UNHANDLEDFRAME) {
+               if (error == GN_ERR_NOTSUPPORTED) {
                        /*
-                        * GN_ERR_UNHANDLED most likely means 0xf0 frame. 
Experience shows that
+                        * GN_ERR_NOTSUPPORTED most likely means 0xf0 frame. 
Experience shows that
                         * with high probability we have series40 3rd+ Ed phone.
                         */
                        error = NK6510_WriteCalendarNote2(data, state);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=61b3d22a06ab1a5cc99864ad629d3fe84bedd68d


commit cd91399fc5548a13e2de277338bc11139b9d35a7
Author: Pawel Kot <address@hidden>
Date:   Sun Jan 23 15:28:08 2011 +0100

    0x0f is GN_ERR_NOTSUPPORTED and not GN_ERR_UNHANDLEDFRAME.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index a7b00f2..5ace3bb 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3971,9 +3971,9 @@ static gn_error NK6510_WriteCalendarNote(gn_data *data, 
struct gn_statemachine *
        /* 6510 needs to seek the first free pos to inhabit with next note */
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
-               if (error == GN_ERR_UNHANDLEDFRAME) {
+               if (error == GN_ERR_NOTSUPPORTED) {
                        /*
-                        * GN_ERR_UNHANDLED most likely means 0xf0 frame. 
Experience shows that
+                        * GN_ERR_NOTSUPPORTED most likely means 0xf0 frame. 
Experience shows that
                         * with high probability we have series40 3rd+ Ed phone.
                         */
                        error = NK6510_WriteCalendarNote2(data, state);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=c6ae1aee99b77a597c30d856f70e1d9a20b8d114


commit cd91399fc5548a13e2de277338bc11139b9d35a7
Author: Pawel Kot <address@hidden>
Date:   Sun Jan 23 15:28:08 2011 +0100

    0x0f is GN_ERR_NOTSUPPORTED and not GN_ERR_UNHANDLEDFRAME.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index a7b00f2..5ace3bb 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3971,9 +3971,9 @@ static gn_error NK6510_WriteCalendarNote(gn_data *data, 
struct gn_statemachine *
        /* 6510 needs to seek the first free pos to inhabit with next note */
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
-               if (error == GN_ERR_UNHANDLEDFRAME) {
+               if (error == GN_ERR_NOTSUPPORTED) {
                        /*
-                        * GN_ERR_UNHANDLED most likely means 0xf0 frame. 
Experience shows that
+                        * GN_ERR_NOTSUPPORTED most likely means 0xf0 frame. 
Experience shows that
                         * with high probability we have series40 3rd+ Ed phone.
                         */
                        error = NK6510_WriteCalendarNote2(data, state);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=d894640edc08d8aafbe9d5cd6c01e4fc3e0db7af


commit cd91399fc5548a13e2de277338bc11139b9d35a7
Author: Pawel Kot <address@hidden>
Date:   Sun Jan 23 15:28:08 2011 +0100

    0x0f is GN_ERR_NOTSUPPORTED and not GN_ERR_UNHANDLEDFRAME.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index a7b00f2..5ace3bb 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3971,9 +3971,9 @@ static gn_error NK6510_WriteCalendarNote(gn_data *data, 
struct gn_statemachine *
        /* 6510 needs to seek the first free pos to inhabit with next note */
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
-               if (error == GN_ERR_UNHANDLEDFRAME) {
+               if (error == GN_ERR_NOTSUPPORTED) {
                        /*
-                        * GN_ERR_UNHANDLED most likely means 0xf0 frame. 
Experience shows that
+                        * GN_ERR_NOTSUPPORTED most likely means 0xf0 frame. 
Experience shows that
                         * with high probability we have series40 3rd+ Ed phone.
                         */
                        error = NK6510_WriteCalendarNote2(data, state);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=a094a803fc54a7c5b382236e20ef7648118a9f7d


commit cd91399fc5548a13e2de277338bc11139b9d35a7
Author: Pawel Kot <address@hidden>
Date:   Sun Jan 23 15:28:08 2011 +0100

    0x0f is GN_ERR_NOTSUPPORTED and not GN_ERR_UNHANDLEDFRAME.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index a7b00f2..5ace3bb 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3971,9 +3971,9 @@ static gn_error NK6510_WriteCalendarNote(gn_data *data, 
struct gn_statemachine *
        /* 6510 needs to seek the first free pos to inhabit with next note */
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
-               if (error == GN_ERR_UNHANDLEDFRAME) {
+               if (error == GN_ERR_NOTSUPPORTED) {
                        /*
-                        * GN_ERR_UNHANDLED most likely means 0xf0 frame. 
Experience shows that
+                        * GN_ERR_NOTSUPPORTED most likely means 0xf0 frame. 
Experience shows that
                         * with high probability we have series40 3rd+ Ed phone.
                         */
                        error = NK6510_WriteCalendarNote2(data, state);

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=3f3ec2d19d8035fd579eb34a778abed7ff417c23


commit cd91399fc5548a13e2de277338bc11139b9d35a7
Author: Pawel Kot <address@hidden>
Date:   Sun Jan 23 15:28:08 2011 +0100

    0x0f is GN_ERR_NOTSUPPORTED and not GN_ERR_UNHANDLEDFRAME.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index a7b00f2..5ace3bb 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3971,9 +3971,9 @@ static gn_error NK6510_WriteCalendarNote(gn_data *data, 
struct gn_statemachine *
        /* 6510 needs to seek the first free pos to inhabit with next note */
        error = NK6510_FirstCalendarFreePos(data, state);
        if (error != GN_ERR_NONE)
-               if (error == GN_ERR_UNHANDLEDFRAME) {
+               if (error == GN_ERR_NOTSUPPORTED) {
                        /*
-                        * GN_ERR_UNHANDLED most likely means 0xf0 frame. 
Experience shows that
+                        * GN_ERR_NOTSUPPORTED most likely means 0xf0 frame. 
Experience shows that
                         * with high probability we have series40 3rd+ Ed phone.
                         */
                        error = NK6510_WriteCalendarNote2(data, state);

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

Summary of changes:
 ChangeLog                 |    2 +
 common/cfgreader.c        |   83 +++++++++++++++++++++++++++++++++++++++++++++
 common/misc.c             |   32 +++++++++++++++++-
 common/phones/nk6510.c    |   39 +++++++++++++++++----
 include/gnokii-internal.h |    2 +
 include/misc.h            |    1 +
 6 files changed, 150 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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