Skip to content

Commit b16c513

Browse files
committed
Update dist content
1 parent 58505a0 commit b16c513

15 files changed

Lines changed: 61 additions & 141 deletions

File tree

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
nuBASIC ChangeLog
22
Please send nuBASIC bug reports to <antonino.calderone@gmail.com>.
33

4-
2017-05-30
4+
2017-07-3
55
- Change license into MIT
6-
- Add GTK version of nuBASIC editor
6+
- Add GTK+2 version of nuBASIC IDE
7+
- Add SetTopmost API
8+
- Add Zoom in/out to IDE
9+
- Add scripts for creating Debian/RPM packages
10+
- Update documentation
711

812
2017-05-14
913
- Update scintilla to 3.74

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ if COMPILE_GTKIDE
1919
SUBDIRS+=miptknzr/lib mipjson/lib ide/gtk
2020
endif
2121

22-
EXTRA_DIST=examples ide/win
22+
EXTRA_DIST=examples ide/win include miptknzr/include mipjson/include ide/gtk/*.h ide/scintilla nubasic.sln nubasic.vcxproj

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ nubasic_SOURCES = config.h main.cc
346346
@COMPILE_TINYVER_FALSE@nubasic_LDADD = -lpthread $(INTI_LIBS) lib/libnubasic.a
347347
@COMPILE_TINYVER_TRUE@nubasic_LDADD = $(INTI_LIBS) lib/libnubasic.a
348348
SUBDIRS = lib $(am__append_1)
349-
EXTRA_DIST = examples ide/win
349+
EXTRA_DIST = examples ide/win include miptknzr/include mipjson/include ide/gtk/*.h ide/scintilla nubasic.sln nubasic.vcxproj
350350
all: config.h
351351
$(MAKE) $(AM_MAKEFLAGS) all-recursive
352352

NEWS

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@ nuBASIC NEWS -- history of user-visible changes.
22
http://www.nubasic.eu/
33
Author - Antonino Calderone - antonino.calderone@gmail.com - (c) 2014-2017
44

5-
Please send nuBASIC / nuBasicEditor bug reports to <acaldmail@gmail.com>.
6-
7-
Win32/64 built with VS2015 needs "Visual C++ Redistributable Packages for Visual Studio 2015"
8-
https://www.microsoft.com/en-us/download/details.aspx?id=48145
5+
Please send nuBASIC and nuBasic IDE bug reports to <antonino.calderone@gmail.com>.
6+
7+
Win32/64 built with VS2017 needs "Visual C++ Redistributable Packages for Visual Studio 2017"
8+
9+
Jul 3, 2017
10+
* Released nuBASIC 1.48 / nuBASIC GTK+ IDE 1.48 for Linux
11+
- Port IDE to Linux/GTK+
12+
- Change license to MIT
13+
- Add editor zoom in-out commands
14+
- Add SetTopmost API
15+
- Update stb_image to 2.15
16+
- Update scintilla to 3.74
917

1018

1119
Jan 22, 2017

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Guess values for system-dependent variables and create Makefiles.
33
# Generated by GNU Autoconf 2.69 for nubasic 1.48.
44
#
5-
# Report bugs to <acaldmail@gmail.com>.
5+
# Report bugs to <antonino.calderone@gmail.com>.
66
#
77
#
88
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,10 +267,10 @@ fi
267267
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
268268
else
269269
$as_echo "$0: Please tell bug-autoconf@gnu.org and
270-
$0: acaldmail@gmail.com about your system, including any
271-
$0: error possibly output before this message. Then install
272-
$0: a modern shell, or manually run the script under such a
273-
$0: shell if you do have one."
270+
$0: antonino.calderone@gmail.com about your system,
271+
$0: including any error possibly output before this
272+
$0: message. Then install a modern shell, or manually run
273+
$0: the script under such a shell if you do have one."
274274
fi
275275
exit 1
276276
fi
@@ -582,7 +582,7 @@ PACKAGE_NAME='nubasic'
582582
PACKAGE_TARNAME='nubasic'
583583
PACKAGE_VERSION='1.48'
584584
PACKAGE_STRING='nubasic 1.48'
585-
PACKAGE_BUGREPORT='acaldmail@gmail.com'
585+
PACKAGE_BUGREPORT='antonino.calderone@gmail.com'
586586
PACKAGE_URL=''
587587

588588
ac_unique_file="main.cc"
@@ -1435,7 +1435,7 @@ Some influential environment variables:
14351435
Use these variables to override the choices made by `configure' or to help
14361436
it to find libraries and programs with nonstandard names/locations.
14371437
1438-
Report bugs to <acaldmail@gmail.com>.
1438+
Report bugs to <antonino.calderone@gmail.com>.
14391439
_ACEOF
14401440
ac_status=$?
14411441
fi
@@ -1695,9 +1695,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
16951695
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
16961696
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
16971697
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698-
( $as_echo "## ---------------------------------- ##
1699-
## Report this to acaldmail@gmail.com ##
1700-
## ---------------------------------- ##"
1698+
( $as_echo "## ------------------------------------------- ##
1699+
## Report this to antonino.calderone@gmail.com ##
1700+
## ------------------------------------------- ##"
17011701
) | sed "s/^/$as_me: WARNING: /" >&2
17021702
;;
17031703
esac
@@ -6547,7 +6547,7 @@ $config_headers
65476547
Configuration commands:
65486548
$config_commands
65496549
6550-
Report bugs to <acaldmail@gmail.com>."
6550+
Report bugs to <antonino.calderone@gmail.com>."
65516551
65526552
_ACEOF
65536553
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([nubasic], [1.48], [acaldmail@gmail.com])
5+
AC_INIT([nubasic], [1.48], [antonino.calderone@gmail.com])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([main.cc])
88
AC_CONFIG_HEADERS([config.h])

ide/gtk/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bin_PROGRAMS = nubasicide
22

3-
nubasicide_SOURCES = config.h \
3+
nubasicide_SOURCES = \
44
nubasicide.cc \
55
ideres.cc
66

ide/gtk/Makefile.in

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,6 @@ AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
136136
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
137137
am__v_CXXLD_0 = @echo " CXXLD " $@;
138138
am__v_CXXLD_1 =
139-
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140-
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141-
AM_V_CC = $(am__v_CC_@AM_V@)
142-
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143-
am__v_CC_0 = @echo " CC " $@;
144-
am__v_CC_1 =
145-
CCLD = $(CC)
146-
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
147-
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
148-
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
149-
am__v_CCLD_0 = @echo " CCLD " $@;
150-
am__v_CCLD_1 =
151139
SOURCES = $(nubasicide_SOURCES)
152140
DIST_SOURCES = $(nubasicide_SOURCES)
153141
am__can_run_installinfo = \
@@ -278,7 +266,7 @@ target_alias = @target_alias@
278266
top_build_prefix = @top_build_prefix@
279267
top_builddir = @top_builddir@
280268
top_srcdir = @top_srcdir@
281-
nubasicide_SOURCES = config.h \
269+
nubasicide_SOURCES = \
282270
nubasicide.cc \
283271
ideres.cc
284272

mipjson/lib/Makefile

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,6 @@ AM_V_CXXLD = $(am__v_CXXLD_$(V))
164164
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
165165
am__v_CXXLD_0 = @echo " CXXLD " $@;
166166
am__v_CXXLD_1 =
167-
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168-
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169-
AM_V_CC = $(am__v_CC_$(V))
170-
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
171-
am__v_CC_0 = @echo " CC " $@;
172-
am__v_CC_1 =
173-
CCLD = $(CC)
174-
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
175-
AM_V_CCLD = $(am__v_CCLD_$(V))
176-
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
177-
am__v_CCLD_0 = @echo " CCLD " $@;
178-
am__v_CCLD_1 =
179167
SOURCES = $(libmipjson_a_SOURCES)
180168
DIST_SOURCES = $(libmipjson_a_SOURCES)
181169
am__can_run_installinfo = \
@@ -204,13 +192,13 @@ ETAGS = etags
204192
CTAGS = ctags
205193
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
206194
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207-
ACLOCAL = ${SHELL} /home/antonino/nubasic/missing aclocal-1.15
195+
ACLOCAL = ${SHELL} /home/antonino/Projects/nubasic-solution/nubasic/missing aclocal-1.15
208196
AMTAR = $${TAR-tar}
209197
AM_DEFAULT_VERBOSITY = 1
210198
AR = ar
211-
AUTOCONF = ${SHELL} /home/antonino/nubasic/missing autoconf
212-
AUTOHEADER = ${SHELL} /home/antonino/nubasic/missing autoheader
213-
AUTOMAKE = ${SHELL} /home/antonino/nubasic/missing automake-1.15
199+
AUTOCONF = ${SHELL} /home/antonino/Projects/nubasic-solution/nubasic/missing autoconf
200+
AUTOHEADER = ${SHELL} /home/antonino/Projects/nubasic-solution/nubasic/missing autoheader
201+
AUTOMAKE = ${SHELL} /home/antonino/Projects/nubasic-solution/nubasic/missing automake-1.15
214202
AWK = mawk
215203
CC = gcc
216204
CCDEPMODE = depmode=gcc3
@@ -238,13 +226,13 @@ LDFLAGS =
238226
LIBOBJS =
239227
LIBS = -lX11
240228
LTLIBOBJS =
241-
MAKEINFO = ${SHELL} /home/antonino/nubasic/missing makeinfo
229+
MAKEINFO = ${SHELL} /home/antonino/Projects/nubasic-solution/nubasic/missing makeinfo
242230
MKDIR_P = /bin/mkdir -p
243231
NUBASICIDE_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2
244232
NUBASICIDE_LIBS = -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
245233
OBJEXT = o
246234
PACKAGE = nubasic
247-
PACKAGE_BUGREPORT = acaldmail@gmail.com
235+
PACKAGE_BUGREPORT = antonino.calderone@gmail.com
248236
PACKAGE_NAME = nubasic
249237
PACKAGE_STRING = nubasic 1.48
250238
PACKAGE_TARNAME = nubasic
@@ -262,10 +250,10 @@ VERSION = 1.48
262250
XMKMF =
263251
XMSG_CHECK = yes
264252
XTERM_CHECK = yes
265-
abs_builddir = /home/antonino/nubasic/mipjson/lib
266-
abs_srcdir = /home/antonino/nubasic/mipjson/lib
267-
abs_top_builddir = /home/antonino/nubasic
268-
abs_top_srcdir = /home/antonino/nubasic
253+
abs_builddir = /home/antonino/Projects/nubasic-solution/nubasic/mipjson/lib
254+
abs_srcdir = /home/antonino/Projects/nubasic-solution/nubasic/mipjson/lib
255+
abs_top_builddir = /home/antonino/Projects/nubasic-solution/nubasic
256+
abs_top_srcdir = /home/antonino/Projects/nubasic-solution/nubasic
269257
ac_ct_CC = gcc
270258
ac_ct_CXX = g++
271259
am__include = include
@@ -285,7 +273,7 @@ host_alias =
285273
htmldir = ${docdir}
286274
includedir = ${prefix}/include
287275
infodir = ${datarootdir}/info
288-
install_sh = ${SHELL} /home/antonino/nubasic/install-sh
276+
install_sh = ${SHELL} /home/antonino/Projects/nubasic-solution/nubasic/install-sh
289277
libdir = ${exec_prefix}/lib
290278
libexecdir = ${exec_prefix}/libexec
291279
localedir = ${datarootdir}/locale
@@ -308,10 +296,6 @@ top_builddir = ../..
308296
top_srcdir = ../..
309297
lib_LIBRARIES = libmipjson.a
310298
libmipjson_a_SOURCES = \
311-
mip_unicode.h \
312-
mip_json_obj.h \
313-
mip_exception.h \
314-
mip_json_parser.h \
315299
mip_json_obj.cc \
316300
mip_json_parser.cc
317301

mipjson/lib/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
lib_LIBRARIES = libmipjson.a
22

33
libmipjson_a_SOURCES = \
4-
mip_unicode.h \
5-
mip_json_obj.h \
6-
mip_exception.h \
7-
mip_json_parser.h \
84
mip_json_obj.cc \
95
mip_json_parser.cc
106

0 commit comments

Comments
 (0)