gcalctool r1691 - in trunk: . gcalctool help/C



Author: richb
Date: 2007-10-01 23:02:24 +0100 (Mon, 01 Oct 2007)
New Revision: 1691
ViewCVS link: http://svn.gnome.org/viewcvs/gcalctool?rev=1691&view=rev

Modified:
   trunk/ChangeLog
   trunk/gcalctool/calctool.c
   trunk/gcalctool/calctool.h
   trunk/gcalctool/ce_tokeniser.l
   trunk/gcalctool/display.c
   trunk/gcalctool/functions.c
   trunk/gcalctool/gcalctool.1
   trunk/gcalctool/lr_tokeniser.l
   trunk/help/C/gcalctool.xml
Log:
    * help/C/gcalctool.xml:
      gcalctool/calctool.c:
      gcalctool/display.c:
      gcalctool/calctool.h:
      gcalctool/functions.c:
      gcalctool/lr_tokeniser.l:
      gcalctool/ce_tokeniser.l:
      gcalctool/gcalctool.1:
      Fixed bug #428573 â [doc] Spelling of logical gates.
      The logical operations, And, Not, Or, Xor and Xnor now use uppercase
      letters (AND, NOT, OR, XOR and XNOR) for both the buttons and in the
      display area in arithmetic precedence mode. The gcalctool manual
      pages and the online help have been updated accordingly.

      The XOR operation in non-arithmetic mode was doing a multiplication
      instead.

      The result for the AND example in the online help was incorrect.

      The syntax for using NOT in aritmetic mode is different then for
      non-arithmetic mode. The online help example has been updated to
      show both examples.





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