1
0
Fork 0

- updated version number;

updated Chengelog and NEWS files

- updated autotools scripts.
This commit is contained in:
cage 2022-10-14 14:00:45 +02:00
parent 61a216facb
commit 60e8d2cb6b
5 changed files with 250 additions and 12 deletions

216
ChangeLog
View File

@ -1,3 +1,219 @@
2022-10-14 cage
* src/gemini-viewer.lisp,
* src/ui-goodies.lisp:
- reset the message window's title when opening a post and the message
window is displaying a gemini page;
- removed unused argument.
- [gemini] pushed link into history of visited URL even if the page
hes been gotten from local cache.
2022-10-09 cage
* etc/init.lisp,
* src/gopher/parser.lisp,
* src/ui-goodies.lisp:
- fixed gopher URI parser.
- capured errors signalled by malformed URI, when opening gopher
address.
2022-10-02 cage
* etc/init.lisp,
* src/iri-parser.lisp,
* src/message-window.lisp,
* src/package.lisp,
* src/ui-goodies.lisp:
- added a function to extract and display links extracted from the
contents of a message window;
- fixed 'iri:absolute-url-p'.
2022-10-01 cage
* doc/tinmop.man,
* doc/tinmop.org,
* etc/init.lisp,
* src/api-client.lisp,
* src/gopher-window.lisp,
* src/package.lisp,
* src/thread-window.lisp,
* src/ui-goodies.lisp:
- ensured non mention notifications are excluded in
'api-client:mentions'.
- [gopher] added notification of any error signaled when making a
gopher request.
- [gopher] fixed going back to net history.
- changed function's name: 'gemini-history-back' ->
'net-address-history-back'.
- updated manpage.
2022-09-25 cage
* po/POTFILES.in,
* po/it.po,
* po/tinmop.pot,
* src/gopher-window.lisp,
* src/ui-goodies.lisp:
- [gopher] removed bad characters when printing lines.
- enqueue the procedure to create a gopher window.
- updated italian translation.
2022-09-23 cage
* src/gopher/parser.lisp:
- [gopher] uses type 1 lines as default type for URI.
2022-09-21 cage
* etc/default-theme.conf,
* src/gopher-window.lisp,
* src/gopher/parser.lisp:
- [gopher] added support for index search lines.
2022-09-20 cage
* src/keybindings.lisp:
- prevented a crash adding the gopher keymap to the list of help
window's headers.
2022-09-11 cage
* src/complete.lisp:
- fixed 'complete-uri-matcher', does not take into account string case
difference anymore.
- simplified sorting predicate to complete IRI.
2022-09-10 cage
* etc/init.lisp,
* src/filesystem-utils.lisp,
* src/html-utils.lisp,
* src/mtree-utils.lisp,
* src/package.lisp,
* src/ui-goodies.lisp:
- added command "status-tree->text".
- fixed regression in 'text-utils:parent-dir-path'.
2022-09-06 cage
* etc/init.lisp,
* modules/delete-by-regex.lisp,
* src/modules.lisp,
* src/package.lisp:
- added command 'print-post-id';
- removed importing of alexandria in modules, used local-nickname,
instead.
2022-09-04 cage
* src/gemini-viewer.lisp,
* src/gopher-window.lisp:
- allowed pushing in the address visited queue only gemtext pages and
gopher menu.
2022-08-31 cage
* etc/init.lisp,
* src/gopher-window.lisp,
* src/misc-utils.lisp,
* src/open-message-link-window.lisp,
* src/package.lisp,
* src/program-events.lisp,
* src/ui-goodies.lisp:
- added bookmarking of gopher addresses.
- renamed function.
2022-08-29 cage
* src/gopher/parser.lisp:
- added a new parser just for gopher address; they are not IRI as the
selector part can contains arbitrary characters even that ones that
are not allowed in IRI's path component.
2022-08-28 cage
* etc/default-theme.conf,
* etc/init.lisp,
* modules/expand-abbrev-command-window.lisp,
* src/gemini-viewer.lisp,
* src/gopher-window.lisp,
* src/gopher/client.lisp,
* src/gopher/package.lisp,
* src/gopher/parser.lisp,
* src/keybindings.lisp,
* src/package.lisp,
* src/software-configuration.lisp,
* src/specials.lisp,
* src/ui-goodies.lisp,
* tinmop.asd:
- added a basic gopher implementation.
Merge branch 'gopher-support'
- removed debug code.
- fixed 'ui:open-net-address';
- [module] expanded gopher abbreviation in
'expand-abbrev-command-window.lisp'.
2022-08-25 cage
* src/filesystem-utils.lisp,
* src/gopher/client.lisp,
* src/gopher/package.lisp,
* src/gopher/parser.lisp:
- fixed 'fs:split-path-elements'
- before:
(fs:split-path-elements "/a/b") ;=> ("" "a" "b")
(fs:split-path-elements "/a/b") ;=> ("a" "b")
- [gopher] added 'client:request'.
2022-08-23 cage
* scripts/fetch-post-tree.lisp,
* src/package.lisp,
* src/program-events.lisp,
* src/ui-goodies.lisp:
- added module 'fetch-post-tree.lisp';
- changed the window type from gemini to standard type for printing
the output from a module.
2022-08-21 cage
* src/gemini/package.lisp,
* src/gopher/client.lisp,
* src/gopher/package.lisp,
* src/gopher/parser.lisp,
* tinmop.asd:
- [gopher] implemented a basic parser.
2022-08-19 cage
* ChangeLog,
* NEWS.org,
* src/gemini/client.lisp,
* tinmop.asd:
- [gemini] added missing mandatory argument to function that builds
the redirect URI.
- increased version number;
- updated NEWS and Changelog.
2022-08-19 cage
* src/gemini/client.lisp:

View File

@ -1,3 +1,25 @@
* 2022-10-14 version 0.9.9
- New feature
- This version added support for the gopher protocol.
https://en.wikipedia.org/wiki/Gopher_(protocol)
- added a command to fetch a pleroma thread given a post's ID;
- added a command to get a pleroma post's ID;
- added a command to command to convert a pleroma thread to text.
- Improvements
- [gemini/gopher] searching in URL history does not takes into account the
characters case.
- Bugfix
- prevented crash when opening a post where the user was mentioned
- reset the message window's title when opening a post and the message
window is displaying a gemini page;
- removed unused argument.
- [gemini] pushed link into history of visited URL even if the page
hes been gotten from local cache.
* 2022-08-19 version 0.9.8
- Bugfix

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for tinmop 0.9.5.
# Generated by GNU Autoconf 2.71 for tinmop 0.9.9.
#
# Report bugs to <https://notabug.org/cage/tinmop/>.
#
@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='tinmop'
PACKAGE_TARNAME='tinmop'
PACKAGE_VERSION='0.9.5'
PACKAGE_STRING='tinmop 0.9.5'
PACKAGE_VERSION='0.9.9'
PACKAGE_STRING='tinmop 0.9.9'
PACKAGE_BUGREPORT='https://notabug.org/cage/tinmop/'
PACKAGE_URL=''
@ -1316,7 +1316,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 tinmop 0.9.5 to adapt to many kinds of systems.
\`configure' configures tinmop 0.9.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1387,7 +1387,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of tinmop 0.9.5:";;
short | recursive ) echo "Configuration of tinmop 0.9.9:";;
esac
cat <<\_ACEOF
@ -1491,7 +1491,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
tinmop configure 0.9.5
tinmop configure 0.9.9
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1695,7 +1695,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 tinmop $as_me 0.9.5, which was
It was created by tinmop $as_me 0.9.9, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -2957,7 +2957,7 @@ fi
# Define the identity of the package.
PACKAGE='tinmop'
VERSION='0.9.5'
VERSION='0.9.9'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@ -8327,7 +8327,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 tinmop $as_me 0.9.5, which was
This file was extended by tinmop $as_me 0.9.9, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -8386,7 +8386,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
tinmop config.status 0.9.5
tinmop config.status 0.9.9
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View File

@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program.
dnl If not, see [[http://www.gnu.org/licenses/][http://www.gnu.org/licenses/]].
AC_INIT([tinmop],[0.9.5],[https://notabug.org/cage/tinmop/],[tinmop])
AC_INIT([tinmop],[0.9.9],[https://notabug.org/cage/tinmop/],[tinmop])
AM_INIT_AUTOMAKE([-Wall foreign])

View File

@ -18,7 +18,7 @@
(defsystem :tinmop
:author "cage"
:license "GPLv3"
:version "0.9.8"
:version "0.9.9"
:pathname "src"
:serial t
:bug-tracker "https://notabug.org/cage/tinmop/issues"