-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Antonino Calderone
committed
Dec 22, 2015
1 parent
63b41f2
commit 4c8736e
Showing
9 changed files
with
38 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ nuBASIC ChangeLog | |
Please send nuBASIC bug reports to <[email protected]>. | ||
|
||
2015-12-16 | ||
- Changed icons and commands order of the toolbar | ||
- Bug-fiexd: IDE did not execute old-style programs if first line is special comment "!#" | ||
- Changed icons layout and commands order of the toolbar | ||
- Bug-fix: IDE did not execute old-style programs if first line is special comment "!#" | ||
- Bug-fix: IDE did not clean "Go to procedures" submenu before build new programs | ||
|
||
|
||
2015-12-15 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,13 @@ Please send nuBASIC / nuBasicEditor bug reports to <[email protected]>. | |
Win32/64 built with VS2015 needs "Visual C++ Redistributable Packages for Visual Studio 2015" | ||
https://www.microsoft.com/en-us/download/details.aspx?id=48145 | ||
|
||
Dec 22, 2015 | ||
* Released nuBASIC 1.46 | ||
- Changed icons layout and commands order of the toolbar | ||
- Bug-fix: IDE did not execute old-style programs if first line is special comment "!#" | ||
- Bug-fix: IDE did not clean "Go to procedures" submenu before build new programs | ||
- Improvements and bug-fixes | ||
|
||
|
||
Dec 15, 2015 | ||
* Released nuBASIC 1.45 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for nubasic 1.45. | ||
# Generated by GNU Autoconf 2.69 for nubasic 1.46. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -580,8 +580,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='nubasic' | ||
PACKAGE_TARNAME='nubasic' | ||
PACKAGE_VERSION='1.45' | ||
PACKAGE_STRING='nubasic 1.45' | ||
PACKAGE_VERSION='1.46' | ||
PACKAGE_STRING='nubasic 1.46' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1286,7 +1286,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures nubasic 1.45 to adapt to many kinds of systems. | ||
\`configure' configures nubasic 1.46 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1356,7 +1356,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of nubasic 1.45:";; | ||
short | recursive ) echo "Configuration of nubasic 1.46:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1457,7 +1457,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
nubasic configure 1.45 | ||
nubasic configure 1.46 | ||
generated by GNU Autoconf 2.69 | ||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -1918,7 +1918,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by nubasic $as_me 1.45, which was | ||
It was created by nubasic $as_me 1.46, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -2781,7 +2781,7 @@ fi | |
# Define the identity of the package. | ||
PACKAGE='nubasic' | ||
VERSION='1.45' | ||
VERSION='1.46' | ||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -5933,7 +5933,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by nubasic $as_me 1.45, which was | ||
This file was extended by nubasic $as_me 1.46, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -5999,7 +5999,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
nubasic config.status 1.45 | ||
nubasic config.status 1.46 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([nubasic], [1.45], [[email protected]]) | ||
AC_INIT([nubasic], [1.46], [[email protected]]) | ||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_SRCDIR([nu_expr_function.h]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters