Compare commits

...

6 Commits

Author SHA1 Message Date
Dianne Skoll
3804ce3fe3 Prep for 03.04.00 release. 2022-02-10 17:15:01 -05:00
Dianne Skoll
0977f1db04 Don't export the 'php' directory. 2022-02-10 10:07:41 -05:00
Dianne Skoll
83c97934c9 Fix typo 2022-02-09 09:43:11 -05:00
Dianne Skoll
44c9d74caa Preserve #include "custom.h" in config.h.in. Patch due to Jochen Sprickerhof 2022-02-09 09:10:47 -05:00
Dianne Skoll
172f56754a Fix groff errors - patch from Jochen Sprickerhof 2022-02-09 08:59:58 -05:00
Dianne Skoll
dc184cc713 Don't fail "make clean" in src - patch from Jochen Sprickerhof. 2022-02-09 08:58:47 -05:00
7 changed files with 13 additions and 7 deletions

3
.gitattributes vendored
View File

@@ -1,4 +1,5 @@
.gitignore export-ignore .gitignore export-ignore
.gitattributes export-ignore .gitattributes export-ignore
remind.php export-ignore remind.php export-ignore
sync-to-dianne-git export-ignore sync-to-dianne-git export-ignore
php export-ignore

View File

@@ -23,7 +23,7 @@ install:
@$(MAKE) -C rem2pdf -f Makefile.top install @$(MAKE) -C rem2pdf -f Makefile.top install
clean: clean:
find . -name '*~' -exec rm {} \; find . -name '*~' -exec rm {} \;
$(MAKE) -C src clean -$(MAKE) -C src clean
-$(MAKE) -C rem2pdf clean -$(MAKE) -C rem2pdf clean
test: test:

1
configure vendored
View File

@@ -2292,6 +2292,7 @@ EOF
ac_config_headers="$ac_config_headers src/config.h" ac_config_headers="$ac_config_headers src/config.h"
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'

View File

@@ -13,6 +13,7 @@ cat <<'EOF'
EOF EOF
AC_CONFIG_HEADER(src/config.h) AC_CONFIG_HEADER(src/config.h)
AH_BOTTOM([#include <custom.h>])
dnl Checks for programs. dnl Checks for programs.
AC_PROG_CC AC_PROG_CC

View File

@@ -1,6 +1,6 @@
CHANGES TO REMIND CHANGES TO REMIND
* VERSION 3.4 Patch 0 - 2022-??-?? * VERSION 3.4 Patch 0 - 2022-02-10
- MAJOR CHANGE: Remind and its helpers (except for rem2ps) fully support - MAJOR CHANGE: Remind and its helpers (except for rem2ps) fully support
UTF-8. If your system locale is a UTF-8 locale and your terminal UTF-8. If your system locale is a UTF-8 locale and your terminal
@@ -42,6 +42,9 @@ CHANGES TO REMIND
- CLEANUP: remind: C source code: Remove various unused or obsolete macros. - CLEANUP: remind: C source code: Remove various unused or obsolete macros.
- BUG FIXES: Minor fixups to groff source and Makefiles courtesy of
Jochen Sprickerhof.
- BUG FIX: Properly support formatting of double-wide characters in the - BUG FIX: Properly support formatting of double-wide characters in the
terminal mode "remind -c" calendar. terminal mode "remind -c" calendar.

View File

@@ -1828,7 +1828,7 @@ quotes \fImust\fR be supplied. This distinguishes date constants
from division or subtraction of integers. Examples: from division or subtraction of integers. Examples:
.PP .PP
.RS .RS
\'1993/02/22', '1992-12-25', '1999/01/01' \(aq1993/02/22', '1992-12-25', '1999/01/01'
.PP .PP
Note that \fBDATE\fR values are \fIprinted\fR Note that \fBDATE\fR values are \fIprinted\fR
without the quotes. Although either '-' or '/' is accepted as a date without the quotes. Although either '-' or '/' is accepted as a date
@@ -1846,7 +1846,7 @@ constants with the addition of an "@HH:MM" part, optionally followed
by "am" or "pm". For example: by "am" or "pm". For example:
.PP .PP
.RS .RS
\'2008-04-05@23:11', '1999/02/03@14:06', '2001-04-07@08:30', '2020-01-01@3:20pm' \(aq2008-04-05@23:11', '1999/02/03@14:06', '2001-04-07@08:30', '2020-01-01@3:20pm'
.PP .PP
\fBDATETIME\fR values are printed without the quotes. Notes about date \fBDATETIME\fR values are printed without the quotes. Notes about date
and time separator characters for \fBDATE\fR and \fBTIME\fR constants apply and time separator characters for \fBDATE\fR and \fBTIME\fR constants apply
@@ -2418,7 +2418,7 @@ Returns the time of "astronomical twilight" on the specified \fIdate\fR. If
.TP .TP
.B ampm(tq_time [,s_am [,s_pm]]) .B ampm(tq_time [,s_am [,s_pm]])
Returns a \fBSTRING\fR that is the result of converting \fItime\fR Returns a \fBSTRING\fR that is the result of converting \fItime\fR
(which is either a \fBTIME\R or a \fBDATETIME\fR object) to "AM/PM" (which is either a \fBTIME\fR or a \fBDATETIME\fR object) to "AM/PM"
format. The optional arguments \fIam\fR and \fIpm\fR are the strings format. The optional arguments \fIam\fR and \fIpm\fR are the strings
to append in the AM and PM case, respectively; they default to "AM" to append in the AM and PM case, respectively; they default to "AM"
and "PM". The function obeys the system variables $DateSep, and "PM". The function obeys the system variables $DateSep,

View File

@@ -68,7 +68,7 @@ and newmoon.png, which are expected to live in C<--imgbase>.
=item --stylesheet I<url.css> =item --stylesheet I<url.css>
Use I<url.css> as the stylesheet. If this option is used, Use I<url.css> as the stylesheet. If this option is used,
I<url.css> is interpreted relative to B<imgbase> I<unless> it start I<url.css> is interpreted relative to B<imgbase> I<unless> it starts
with a "/". with a "/".
=item --nostyle =item --nostyle