mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-19 15:54:22 +02:00
Compare commits
122 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e7cfc20ce | |||
| 0c9a35a584 | |||
| 5e333f6162 | |||
| af8b4e6df1 | |||
| 3fa798523a | |||
| 53001f9fbc | |||
| 9cd76eae84 | |||
| c8295b6251 | |||
| 3c95245407 | |||
| 3362c7226c | |||
| 356b562d75 | |||
| 6eebcdc39d | |||
| 5a80d63060 | |||
| c7ca1b4baa | |||
| dc89a6fba9 | |||
| f83fec5563 | |||
| 9c38161430 | |||
| 68f5fe1d10 | |||
| bc7c57e53b | |||
| 88aacb3905 | |||
| a894076bfc | |||
| 82e068fcca | |||
| a119d97539 | |||
| 01afb63a3d | |||
| 54fccabdfe | |||
| ba4d44664f | |||
| d76c5499b5 | |||
| 84e8244e48 | |||
| 92a6115a5c | |||
| b98e336e9e | |||
| ffcd21446e | |||
| af9ca68d99 | |||
| 71db7168a1 | |||
| 54f284c43f | |||
| 0ab93f2dea | |||
| 3d97f87bcd | |||
| dcfa6d8ef8 | |||
| 52dd5332f4 | |||
| 7b5fafe1ab | |||
| 929af71a10 | |||
| abf7c74ff2 | |||
| 5b9d9a67b2 | |||
| 16ca2ade23 | |||
| d3e6c81a3a | |||
| 13ae49d3cd | |||
| 78adc9f61d | |||
| a622d4fad4 | |||
| 6c0e7b4ff5 | |||
| 28e0599380 | |||
| 87445f639c | |||
| af6e159eaa | |||
| bffa28e258 | |||
| 1781f84d84 | |||
| ed6e65182e | |||
| f5cc0ec686 | |||
| a2c818f96c | |||
| 0bbbaaf3d9 | |||
| 1c81d4cae3 | |||
| 56c684087b | |||
| 9500a929ea | |||
| 585d45e4a1 | |||
| 67d1d1366d | |||
| f4018892e8 | |||
| ffd309f89d | |||
| 286babc1bf | |||
| cc3c0040e9 | |||
| b33a1ee98b | |||
| 99706741bb | |||
| df73a74503 | |||
| c747ebebb4 | |||
| 6b412062c2 | |||
| 27b688f82c | |||
| 4c314ff81c | |||
| d2955ec733 | |||
| 480216db9e | |||
| 9dbb0de7e6 | |||
| 9f9ae77895 | |||
| d9796e72e5 | |||
| e0b0d043c6 | |||
| fe4499ab72 | |||
| e50d583659 | |||
| 6b05d772f0 | |||
| 84dd73f023 | |||
| 00dca8b70f | |||
| c4bc145cd9 | |||
| bd614c1cde | |||
| 1446ac0552 | |||
| 26ded447ab | |||
| a4ccb0738e | |||
| 27a1b449bd | |||
| 1443282859 | |||
| 4a2d707654 | |||
| fd2a61928c | |||
| a05d9eefc9 | |||
| 6f230e81bd | |||
| 973019c4c7 | |||
| cb712ad7e7 | |||
| be7c67b6fd | |||
| a933c8bc69 | |||
| 087fbfd8e6 | |||
| ff641d7990 | |||
| 54e788b765 | |||
| 4283feff31 | |||
| 062a84b758 | |||
| d161a8ff1a | |||
| 0df4a79531 | |||
| 1b26e39e2f | |||
| c63c4cf07e | |||
| 586b3565f0 | |||
| 877aaed1a1 | |||
| 57fa1a6099 | |||
| 6cdb12b5a8 | |||
| c73e1b6f97 | |||
| e8c779c785 | |||
| 96e076a13f | |||
| 80d258621a | |||
| ed6d35e418 | |||
| 9dca1840a1 | |||
| f4ec23df90 | |||
| a0536a8141 | |||
| 553899127a | |||
| 73519889c7 |
@@ -40,7 +40,6 @@ proc SetConfigDefaults {} {
|
|||||||
set Config(TIMESEP) ":"
|
set Config(TIMESEP) ":"
|
||||||
set Config(NORTHERN_HEMISPHERE) 1
|
set Config(NORTHERN_HEMISPHERE) 1
|
||||||
set Config(WESTERN_HEMISPHERE) 1
|
set Config(WESTERN_HEMISPHERE) 1
|
||||||
set Config(LANGUAGE) "English"
|
|
||||||
set Config(INST_DIR) "/usr/local/bin"
|
set Config(INST_DIR) "/usr/local/bin"
|
||||||
set Config(MAN_DIR) "/usr/local/share/man"
|
set Config(MAN_DIR) "/usr/local/share/man"
|
||||||
}
|
}
|
||||||
@@ -242,32 +241,6 @@ proc CreateOptionsDialog { w } {
|
|||||||
|
|
||||||
grid configure $w.timelabel -row 2 -column 0 -sticky e
|
grid configure $w.timelabel -row 2 -column 0 -sticky e
|
||||||
grid configure $w.time -row 2 -column 1 -sticky nsew
|
grid configure $w.time -row 2 -column 1 -sticky nsew
|
||||||
|
|
||||||
label $w.langlabel -text "Language: "
|
|
||||||
menubutton $w.lang -text $Config(LANGUAGE) -indicatoron 1 -relief raised \
|
|
||||||
-menu $w.lang.menu
|
|
||||||
menu $w.lang.menu -tearoff 0
|
|
||||||
foreach lang {
|
|
||||||
"Brazilian Portuguese"
|
|
||||||
"Danish"
|
|
||||||
"Dutch"
|
|
||||||
"English"
|
|
||||||
"Finnish"
|
|
||||||
"French"
|
|
||||||
"German"
|
|
||||||
"Italian"
|
|
||||||
"Norwegian"
|
|
||||||
"Polish"
|
|
||||||
"Romanian"
|
|
||||||
"Spanish"
|
|
||||||
"Icelandic"
|
|
||||||
} {
|
|
||||||
$w.lang.menu add command -label $lang -command [list $w.lang configure -text $lang]
|
|
||||||
}
|
|
||||||
|
|
||||||
grid configure $w.langlabel -row 3 -column 0 -sticky e
|
|
||||||
grid configure $w.lang -row 3 -column 1 -sticky nsew
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#***********************************************************************
|
#***********************************************************************
|
||||||
@@ -491,32 +464,16 @@ proc CreateCustomH {} {
|
|||||||
# %RETURNS:
|
# %RETURNS:
|
||||||
# Nothing
|
# Nothing
|
||||||
# %DESCRIPTION:
|
# %DESCRIPTION:
|
||||||
# Runs "make" with appropriate language definitions
|
# Runs "make"
|
||||||
#***********************************************************************
|
#***********************************************************************
|
||||||
proc CallMake {} {
|
proc CallMake {} {
|
||||||
global Options
|
global Options
|
||||||
set lang [$Options.lang cget -text]
|
|
||||||
switch -- $lang {
|
|
||||||
"German" { set lang GERMAN }
|
|
||||||
"Dutch" { set lang DUTCH }
|
|
||||||
"Finnish" { set lang FINNISH }
|
|
||||||
"French" { set lang FRENCH }
|
|
||||||
"Norwegian" { set lang NORWEGIAN }
|
|
||||||
"Danish" { set lang DANISH }
|
|
||||||
"Polish" { set lang POLISH }
|
|
||||||
"Brazilian Portuguese" { set lang BRAZPORT }
|
|
||||||
"Italian" { set lang ITALIAN }
|
|
||||||
"Romanian" { set lang ROMANIAN }
|
|
||||||
"Spanish" { set lang SPANISH }
|
|
||||||
"Icelandic" { set lang ICELANDIC }
|
|
||||||
default { set lang ENGLISH }
|
|
||||||
}
|
|
||||||
set nproc 0
|
set nproc 0
|
||||||
catch { set nproc [exec nproc] }
|
catch { set nproc [exec nproc] }
|
||||||
if { $nproc != 0 } {
|
if { $nproc != 0 } {
|
||||||
RunCommand "make -j $nproc \"LANGDEF=-DLANG=$lang\""
|
RunCommand "make -j $nproc"
|
||||||
} else {
|
} else {
|
||||||
RunCommand "make \"LANGDEF=-DLANG=$lang\""
|
RunCommand "make"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -786,7 +743,6 @@ proc SetConfigFromRemind {} {
|
|||||||
QueryRemind $rem LOCATION {$Location}
|
QueryRemind $rem LOCATION {$Location}
|
||||||
QueryRemind $rem DATESEP {$DateSep}
|
QueryRemind $rem DATESEP {$DateSep}
|
||||||
QueryRemind $rem TIMESEP {$TimeSep}
|
QueryRemind $rem TIMESEP {$TimeSep}
|
||||||
QueryRemind $rem LANGUAGE {language()}
|
|
||||||
|
|
||||||
set $Config(LAT_MIN) [expr abs($Config(LAT_MIN))]
|
set $Config(LAT_MIN) [expr abs($Config(LAT_MIN))]
|
||||||
set $Config(LAT_SEC) [expr abs($Config(LAT_SEC))]
|
set $Config(LAT_SEC) [expr abs($Config(LAT_SEC))]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.71 for remind 05.01.00.
|
# Generated by GNU Autoconf 2.71 for remind 05.02.00.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
|
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
|
||||||
@@ -608,8 +608,8 @@ MAKEFLAGS=
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='remind'
|
PACKAGE_NAME='remind'
|
||||||
PACKAGE_TARNAME='remind'
|
PACKAGE_TARNAME='remind'
|
||||||
PACKAGE_VERSION='05.01.00'
|
PACKAGE_VERSION='05.02.00'
|
||||||
PACKAGE_STRING='remind 05.01.00'
|
PACKAGE_STRING='remind 05.02.00'
|
||||||
PACKAGE_BUGREPORT=''
|
PACKAGE_BUGREPORT=''
|
||||||
PACKAGE_URL='https://dianne.skoll.ca/projects/remind/'
|
PACKAGE_URL='https://dianne.skoll.ca/projects/remind/'
|
||||||
|
|
||||||
@@ -1265,7 +1265,7 @@ if test "$ac_init_help" = "long"; then
|
|||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures remind 05.01.00 to adapt to many kinds of systems.
|
\`configure' configures remind 05.02.00 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@@ -1327,7 +1327,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of remind 05.01.00:";;
|
short | recursive ) echo "Configuration of remind 05.02.00:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@@ -1415,7 +1415,7 @@ fi
|
|||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
remind configure 05.01.00
|
remind configure 05.02.00
|
||||||
generated by GNU Autoconf 2.71
|
generated by GNU Autoconf 2.71
|
||||||
|
|
||||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||||
@@ -1865,7 +1865,7 @@ cat >config.log <<_ACEOF
|
|||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by remind $as_me 05.01.00, which was
|
It was created by remind $as_me 05.02.00, which was
|
||||||
generated by GNU Autoconf 2.71. Invocation command line was
|
generated by GNU Autoconf 2.71. Invocation command line was
|
||||||
|
|
||||||
$ $0$ac_configure_args_raw
|
$ $0$ac_configure_args_raw
|
||||||
@@ -4710,7 +4710,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by remind $as_me 05.01.00, which was
|
This file was extended by remind $as_me 05.02.00, which was
|
||||||
generated by GNU Autoconf 2.71. Invocation command line was
|
generated by GNU Autoconf 2.71. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@@ -4775,7 +4775,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config='$ac_cs_config_escaped'
|
ac_cs_config='$ac_cs_config_escaped'
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
remind config.status 05.01.00
|
remind config.status 05.02.00
|
||||||
configured by $0, generated by GNU Autoconf 2.71,
|
configured by $0, generated by GNU Autoconf 2.71,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT(remind, 05.01.00, , , https://dianne.skoll.ca/projects/remind/)
|
AC_INIT(remind, 05.02.00, , , https://dianne.skoll.ca/projects/remind/)
|
||||||
AC_CONFIG_SRCDIR([src/queue.c])
|
AC_CONFIG_SRCDIR([src/queue.c])
|
||||||
|
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
|
|||||||
@@ -117,7 +117,8 @@
|
|||||||
"NOQUEUE" "OMIT" "OMITFUNC" "ONCE" "POP" "POP-OMIT-CONTEXT" "PRESERVE"
|
"NOQUEUE" "OMIT" "OMITFUNC" "ONCE" "POP" "POP-OMIT-CONTEXT" "PRESERVE"
|
||||||
"PRIORITY" "PS" "PSFILE" "PUSH" "PUSH-OMIT-CONTEXT" "REM" "RUN"
|
"PRIORITY" "PS" "PSFILE" "PUSH" "PUSH-OMIT-CONTEXT" "REM" "RUN"
|
||||||
"SATISFY" "SCAN" "SCANFROM" "SCHED" "SECOND" "SET" "SKIP" "SPECIAL"
|
"SATISFY" "SCAN" "SCANFROM" "SCHED" "SECOND" "SET" "SKIP" "SPECIAL"
|
||||||
"TAG" "THIRD" "THROUGH" "UNSET" "UNTIL" "WARN")
|
"SYSINCLUDE" "TAG" "THIRD" "THROUGH" "TRANSLATE" "TRANS" "UNSET"
|
||||||
|
"UNTIL" "WARN")
|
||||||
#'(lambda (a b) (> (length a) (length b)))))
|
#'(lambda (a b) (> (length a) (length b)))))
|
||||||
|
|
||||||
|
|
||||||
@@ -162,7 +163,7 @@
|
|||||||
|
|
||||||
(defconst remind-builtin-functions
|
(defconst remind-builtin-functions
|
||||||
(sort
|
(sort
|
||||||
(list "abs" "access" "adawn" "adusk" "ampm" "ansicolor" "args" "asc"
|
(list "_" "abs" "access" "adawn" "adusk" "ampm" "ansicolor" "args" "asc"
|
||||||
"baseyr" "char" "choose" "coerce" "columns" "current" "date"
|
"baseyr" "char" "choose" "coerce" "columns" "current" "date"
|
||||||
"datepart" "datetime" "dawn" "day" "daysinmon" "defined" "dosubst"
|
"datepart" "datetime" "dawn" "day" "daysinmon" "defined" "dosubst"
|
||||||
"dusk" "easterdate" "evaltrig" "filedate" "filedatetime" "filedir"
|
"dusk" "easterdate" "evaltrig" "filedate" "filedatetime" "filedir"
|
||||||
@@ -188,21 +189,21 @@
|
|||||||
(defvar remind-conf-command-face 'remind-conf-command-face
|
(defvar remind-conf-command-face 'remind-conf-command-face
|
||||||
"Remind commands.")
|
"Remind commands.")
|
||||||
(defface remind-conf-command-face
|
(defface remind-conf-command-face
|
||||||
'((t :foreground "SeaGreen4" :bold t))
|
'((t :foreground "#FF8080"))
|
||||||
"Font Lock mode face used to highlight commands."
|
"Font Lock mode face used to highlight commands."
|
||||||
:group 'remind-conf)
|
:group 'remind-conf)
|
||||||
|
|
||||||
(defvar remind-conf-keyword-face 'remind-conf-keyword-face
|
(defvar remind-conf-keyword-face 'remind-conf-keyword-face
|
||||||
"Remind keywords.")
|
"Remind keywords.")
|
||||||
(defface remind-conf-keyword-face
|
(defface remind-conf-keyword-face
|
||||||
'((t :foreground "blue violet"))
|
'((t :foreground "#FFFF80"))
|
||||||
"Font Lock mode face used to highlight keywords."
|
"Font Lock mode face used to highlight keywords."
|
||||||
:group 'remind-conf)
|
:group 'remind-conf)
|
||||||
|
|
||||||
(defvar remind-conf-substitutes-face 'remind-conf-substitutes-face
|
(defvar remind-conf-substitutes-face 'remind-conf-substitutes-face
|
||||||
"Remind substitutes.")
|
"Remind substitutes.")
|
||||||
(defface remind-conf-substitutes-face
|
(defface remind-conf-substitutes-face
|
||||||
'((t :foreground "blue2"))
|
'((t :foreground "#8080FF"))
|
||||||
"Font Lock mode face used to highlight substitutes."
|
"Font Lock mode face used to highlight substitutes."
|
||||||
:group 'remind-conf)
|
:group 'remind-conf)
|
||||||
|
|
||||||
@@ -216,7 +217,7 @@
|
|||||||
(defvar remind-conf-variable-face 'remind-conf-variable-face
|
(defvar remind-conf-variable-face 'remind-conf-variable-face
|
||||||
"Remind variable.")
|
"Remind variable.")
|
||||||
(defface remind-conf-variable-face
|
(defface remind-conf-variable-face
|
||||||
'((t :foreground "DeepPink2" :bold t))
|
'((t :foreground "#FF8080" :bold t))
|
||||||
"Font Lock mode face used to highlight commands."
|
"Font Lock mode face used to highlight commands."
|
||||||
:group 'remind-conf)
|
:group 'remind-conf)
|
||||||
|
|
||||||
@@ -237,14 +238,14 @@
|
|||||||
(defvar remind-comment-face 'remind-comment-face
|
(defvar remind-comment-face 'remind-comment-face
|
||||||
"Remind comments.")
|
"Remind comments.")
|
||||||
(defface remind-comment-face
|
(defface remind-comment-face
|
||||||
'((t :foreground "brown"))
|
'((t :foreground "#FF7F24"))
|
||||||
"Font-lock face for highlighting comments."
|
"Font-lock face for highlighting comments."
|
||||||
:group 'remind-conf)
|
:group 'remind-conf)
|
||||||
|
|
||||||
(defvar remind-string-face 'remind-string-face
|
(defvar remind-string-face 'remind-string-face
|
||||||
"Remind strings.")
|
"Remind strings.")
|
||||||
(defface remind-string-face
|
(defface remind-string-face
|
||||||
'((t :foreground "tomato"))
|
'((t :foreground "#FF7FE0"))
|
||||||
"Font lock mode face used to highlight strings."
|
"Font lock mode face used to highlight strings."
|
||||||
:group 'remind-conf)
|
:group 'remind-conf)
|
||||||
|
|
||||||
@@ -296,11 +297,11 @@
|
|||||||
(defconst remind-conf-font-lock-keywords-1
|
(defconst remind-conf-font-lock-keywords-1
|
||||||
(list
|
(list
|
||||||
'("^\s*[\;\#].*$" . remind-comment-face)
|
'("^\s*[\;\#].*$" . remind-comment-face)
|
||||||
|
'("\"[^\"]*\"" . remind-string-face)
|
||||||
'(remind-keywords-matcher . remind-conf-keyword-face)
|
'(remind-keywords-matcher . remind-conf-keyword-face)
|
||||||
'("%[\"_]" . font-lock-warning-face)
|
'("%[\"_]" . font-lock-warning-face)
|
||||||
'("\\(%[a-mops-w]\\)" . remind-conf-substitutes-face)
|
'("\\(%[a-z]\\)" . remind-conf-substitutes-face)
|
||||||
'("\"[^\"]*\"" . remind-string-face))
|
"Minimal font-locking for `remind-conf-mode'."))
|
||||||
"Minimal font-locking for `remind-conf-mode'.")
|
|
||||||
|
|
||||||
(defconst remind-conf-font-lock-keywords-2
|
(defconst remind-conf-font-lock-keywords-2
|
||||||
(append remind-conf-font-lock-keywords-1
|
(append remind-conf-font-lock-keywords-1
|
||||||
|
|||||||
+52
-1
@@ -1,6 +1,57 @@
|
|||||||
CHANGES TO REMIND
|
CHANGES TO REMIND
|
||||||
|
|
||||||
* VERSION 5.1 Patch 0 - 2024-??-??
|
* VERSION 5.2 Patch 0 - ????-??=??
|
||||||
|
|
||||||
|
- MAJOR NEW FEATURE: remind: Add the TRANSLATE command, the _()
|
||||||
|
built-in function and the %(...) substitution sequence. These allow
|
||||||
|
you to localize your reminder files more easily.
|
||||||
|
|
||||||
|
- MAJOR CHANGE: remind: Remind used to support compile-time localization
|
||||||
|
into different languages (French, English, etc.) That compile-time
|
||||||
|
support has been removed and all localization is now done at run-time.
|
||||||
|
|
||||||
|
- NEW FEATURE: remind: In JSON daemon mode (-zj), the front-end can
|
||||||
|
request translation table entries from the Remind daemon, allowing the
|
||||||
|
front-end to localize messages.
|
||||||
|
|
||||||
|
- UPDATE: Update national holidays following update to upstream Python
|
||||||
|
library.
|
||||||
|
|
||||||
|
- MINOR FEATURE: Add standard include/sun.rem file for sunrise/sunset.
|
||||||
|
|
||||||
|
- MINOR FEATURE: The SYSINCLUDE command has been added. The command:
|
||||||
|
|
||||||
|
SYSINCLUDE foo/bar.rem
|
||||||
|
|
||||||
|
is equivalent to:
|
||||||
|
|
||||||
|
INCLUDE [$SysInclude]/foo/bar.rem
|
||||||
|
|
||||||
|
- IMPROVEMENT: remind: Refuse to open subdirectories named "*.rem"
|
||||||
|
under a top-level directory rather than trying and failing with a
|
||||||
|
confusing error.
|
||||||
|
|
||||||
|
- IMPROVEMENT: contrib/remind-conf-mode: Fix a few bugs and choose colors
|
||||||
|
that are easier on the eyes.
|
||||||
|
|
||||||
|
- IMPROVEMENT: remind: Remind used to have three completely separate
|
||||||
|
hash table implementations. They have all been replaced with a single
|
||||||
|
implementation; this new implementation adapts the hash table size based
|
||||||
|
on the number of entries and is dramatically faster than the old code
|
||||||
|
when there are a large number of entries.
|
||||||
|
|
||||||
|
- MINOR FIXES: remind: Fix typos in comments; use memcpy to copy OMIT
|
||||||
|
contexts internally.
|
||||||
|
|
||||||
|
- BUG FIX: Actually allow the documented 9 levels of INCLUDE rather than
|
||||||
|
8.
|
||||||
|
|
||||||
|
* VERSION 5.1 Patch 1 - 2024-11-18
|
||||||
|
|
||||||
|
- BUG FIX: Fix a bug in test-rem that could have caused test failures.
|
||||||
|
Fix courtesy of Jochen Sprickerhof.
|
||||||
|
|
||||||
|
* VERSION 5.1 Patch 0 - 2024-11-18
|
||||||
|
|
||||||
- MAJOR IMPROVEMENT: Include holiday files for many countries and
|
- MAJOR IMPROVEMENT: Include holiday files for many countries and
|
||||||
regions, courtesy of the Python "holidays" project:
|
regions, courtesy of the Python "holidays" project:
|
||||||
|
|||||||
@@ -54,8 +54,8 @@ advance warning of holidays:
|
|||||||
FSET msgsuffix(x) char(8) + dosubst(" is %b.%", $T)
|
FSET msgsuffix(x) char(8) + dosubst(" is %b.%", $T)
|
||||||
|
|
||||||
# Include your holiday files here...
|
# Include your holiday files here...
|
||||||
INCLUDE [$SysInclude]/holidays/us.rem
|
SYSINCLUDE holidays/us.rem
|
||||||
INCLUDE [$SysInclude]/holidays/us/ny.rem
|
SYSINCLUDE holidays/us/ny.rem
|
||||||
|
|
||||||
# Restore old version of msgsuffix and $DefaultDelta
|
# Restore old version of msgsuffix and $DefaultDelta
|
||||||
FRENAME saved_msgsuffix msgsuffix
|
FRENAME saved_msgsuffix msgsuffix
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/ad/
|
# [$SysInclude]/holidays/ad/
|
||||||
|
|
||||||
OMIT 1 January MSG New Year's Day
|
OMIT 1 January MSG New Year's Day
|
||||||
OMIT 6 January MSG Epiphany
|
OMIT 6 January MSG Epiphany
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ad.rem
|
# also include [$SysInclude]/holidays/ad.rem
|
||||||
|
|
||||||
REM Third Saturday in July ADDOMIT SCANFROM -28 MSG Canillo Annual Festival
|
REM Third Saturday in July ADDOMIT SCANFROM -28 MSG Canillo Annual Festival
|
||||||
REM Sunday 16 July ADDOMIT SCANFROM -28 MSG Canillo Annual Festival
|
REM Sunday 16 July ADDOMIT SCANFROM -28 MSG Canillo Annual Festival
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ad.rem
|
# also include [$SysInclude]/holidays/ad.rem
|
||||||
|
|
||||||
OMIT 15 August MSG Encamp Annual Festival
|
OMIT 15 August MSG Encamp Annual Festival
|
||||||
OMIT 16 August MSG Encamp Annual Festival
|
OMIT 16 August MSG Encamp Annual Festival
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ad.rem
|
# also include [$SysInclude]/holidays/ad.rem
|
||||||
|
|
||||||
OMIT 15 August MSG La Massana Annual Festival
|
OMIT 15 August MSG La Massana Annual Festival
|
||||||
OMIT 16 August MSG La Massana Annual Festival
|
OMIT 16 August MSG La Massana Annual Festival
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ad.rem
|
# also include [$SysInclude]/holidays/ad.rem
|
||||||
|
|
||||||
OMIT 15 August MSG Ordino Annual Festival
|
OMIT 15 August MSG Ordino Annual Festival
|
||||||
OMIT 16 August MSG Ordino Annual Festival
|
OMIT 16 August MSG Ordino Annual Festival
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ad.rem
|
# also include [$SysInclude]/holidays/ad.rem
|
||||||
|
|
||||||
REM Friday 23 July ADDOMIT SCANFROM -28 MSG Sant Julià de Lòria Annual Festival
|
REM Friday 23 July ADDOMIT SCANFROM -28 MSG Sant Julià de Lòria Annual Festival
|
||||||
REM Saturday 24 July ADDOMIT SCANFROM -28 MSG Sant Julià de Lòria Annual Festival
|
REM Saturday 24 July ADDOMIT SCANFROM -28 MSG Sant Julià de Lòria Annual Festival
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ad.rem
|
# also include [$SysInclude]/holidays/ad.rem
|
||||||
|
|
||||||
REM First Saturday in August ADDOMIT SCANFROM -28 MSG Andorra la Vella Annual Festival
|
REM First Saturday in August ADDOMIT SCANFROM -28 MSG Andorra la Vella Annual Festival
|
||||||
REM Sunday 2 August ADDOMIT SCANFROM -28 MSG Andorra la Vella Annual Festival
|
REM Sunday 2 August ADDOMIT SCANFROM -28 MSG Andorra la Vella Annual Festival
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ad.rem
|
# also include [$SysInclude]/holidays/ad.rem
|
||||||
|
|
||||||
OMIT 25 July MSG Escaldes-Engordany Annual Festival
|
OMIT 25 July MSG Escaldes-Engordany Annual Festival
|
||||||
OMIT 26 July MSG Escaldes-Engordany Annual Festival
|
OMIT 26 July MSG Escaldes-Engordany Annual Festival
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/at/
|
# [$SysInclude]/holidays/at/
|
||||||
|
|
||||||
OMIT 1 January MSG Neujahr
|
OMIT 1 January MSG Neujahr
|
||||||
OMIT 6 January MSG Heilige Drei Könige
|
OMIT 6 January MSG Heilige Drei Könige
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/at.rem
|
# also include [$SysInclude]/holidays/at.rem
|
||||||
|
|
||||||
|
|
||||||
# Optional holidays
|
# Optional holidays
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/au/
|
# [$SysInclude]/holidays/au/
|
||||||
|
|
||||||
OMIT 1 January MSG New Year's Day
|
OMIT 1 January MSG New Year's Day
|
||||||
OMIT 26 January MSG Australia Day
|
OMIT 26 January MSG Australia Day
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM Second Monday in March ADDOMIT SCANFROM -28 MSG Eight Hours Day
|
REM Second Monday in March ADDOMIT SCANFROM -28 MSG Eight Hours Day
|
||||||
REM Second Monday in June ADDOMIT SCANFROM -28 MSG King's Birthday
|
REM Second Monday in June ADDOMIT SCANFROM -28 MSG King's Birthday
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/au.rem
|
# also include [$SysInclude]/holidays/au.rem
|
||||||
|
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/ba/
|
# [$SysInclude]/holidays/ba/
|
||||||
|
|
||||||
OMIT 1 January MSG Nova godina
|
OMIT 1 January MSG Nova godina
|
||||||
OMIT 2 January MSG Nova godina
|
OMIT 2 January MSG Nova godina
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ba.rem
|
# also include [$SysInclude]/holidays/ba.rem
|
||||||
|
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG Nova godina (preneseno)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG Nova godina (preneseno)
|
||||||
OMIT 6 January MSG Badnji dan (Pravoslavni)
|
OMIT 6 January MSG Badnji dan (Pravoslavni)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ba.rem
|
# also include [$SysInclude]/holidays/ba.rem
|
||||||
|
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG Nova godina (preneseno)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG Nova godina (preneseno)
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG Nova godina (preneseno)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG Nova godina (preneseno)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ba.rem
|
# also include [$SysInclude]/holidays/ba.rem
|
||||||
|
|
||||||
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG Nova godina (preneseno)
|
REM 3 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 6] MSG Nova godina (preneseno)
|
||||||
OMIT 6 January MSG Badnji dan (Pravoslavni)
|
OMIT 6 January MSG Badnji dan (Pravoslavni)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/bo/
|
# [$SysInclude]/holidays/bo/
|
||||||
|
|
||||||
OMIT 1 January MSG Año Nuevo
|
OMIT 1 January MSG Año Nuevo
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG Año Nuevo (observado)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG Año Nuevo (observado)
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 18 November MSG Día del departamento de Beni
|
OMIT 18 November MSG Día del departamento de Beni
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 14 September MSG Día del departamento de Cochabamba
|
OMIT 14 September MSG Día del departamento de Cochabamba
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 25 May MSG Día del departamento de Chuquisaca
|
OMIT 25 May MSG Día del departamento de Chuquisaca
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 16 July MSG Día del departamento de La Paz
|
OMIT 16 July MSG Día del departamento de La Paz
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 11 October MSG Día del departamento de Pando
|
OMIT 11 October MSG Día del departamento de Pando
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)-51] MSG Carnaval de Oruro
|
OMIT [easterdate($Uy)-51] MSG Carnaval de Oruro
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 10 November MSG Día del departamento de Potosí
|
OMIT 10 November MSG Día del departamento de Potosí
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 24 September MSG Día del departamento de Santa Cruz
|
OMIT 24 September MSG Día del departamento de Santa Cruz
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/bo.rem
|
# also include [$SysInclude]/holidays/bo.rem
|
||||||
|
|
||||||
OMIT 15 April MSG La Tablada
|
OMIT 15 April MSG La Tablada
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/br/
|
# [$SysInclude]/holidays/br/
|
||||||
|
|
||||||
OMIT 1 January MSG Confraternização Universal
|
OMIT 1 January MSG Confraternização Universal
|
||||||
OMIT [easterdate($Uy)-2] MSG Sexta-feira Santa
|
OMIT [easterdate($Uy)-2] MSG Sexta-feira Santa
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
REM 23 January ADDOMIT SCANFROM -28 SATISFY [$Tw < 2 || $Tw > 4] MSG Dia do Evangélico
|
REM 23 January ADDOMIT SCANFROM -28 SATISFY [$Tw < 2 || $Tw > 4] MSG Dia do Evangélico
|
||||||
REM Friday 23 January ADDOMIT SCANFROM -23 SATISFY [wkdaynum(date($Ty, 1, 23)) >= 2 && wkdaynum(date($Ty, 1, 23)) <= 4] MSG Dia do Evangélico
|
REM Friday 23 January ADDOMIT SCANFROM -23 SATISFY [wkdaynum(date($Ty, 1, 23)) >= 2 && wkdaynum(date($Ty, 1, 23)) <= 4] MSG Dia do Evangélico
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 24 June MSG São João
|
OMIT 24 June MSG São João
|
||||||
OMIT 29 June MSG São Pedro
|
OMIT 29 June MSG São Pedro
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 5 September MSG Elevação do Amazonas à categoria de província
|
OMIT 5 September MSG Elevação do Amazonas à categoria de província
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 19 March MSG São José
|
OMIT 19 March MSG São José
|
||||||
OMIT 25 July MSG São Tiago
|
OMIT 25 July MSG São Tiago
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 2 July MSG Independência da Bahia
|
OMIT 2 July MSG Independência da Bahia
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 19 March MSG São José
|
OMIT 19 March MSG São José
|
||||||
OMIT 25 March MSG Abolição da escravidão no Ceará
|
OMIT 25 March MSG Abolição da escravidão no Ceará
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 21 April MSG Fundação de Brasília
|
OMIT 21 April MSG Fundação de Brasília
|
||||||
OMIT 30 November MSG Dia do Evangélico
|
OMIT 30 November MSG Dia do Evangélico
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)+8] MSG Nossa Senhora da Penha
|
OMIT [easterdate($Uy)+8] MSG Nossa Senhora da Penha
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 26 July MSG Fundação da cidade de Goiás
|
OMIT 26 July MSG Fundação da cidade de Goiás
|
||||||
OMIT 24 October MSG Pedra fundamental de Goiânia
|
OMIT 24 October MSG Pedra fundamental de Goiânia
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 28 July MSG Adesão do Maranhão à independência do Brasil
|
OMIT 28 July MSG Adesão do Maranhão à independência do Brasil
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 21 April MSG Execução de Tiradentes
|
OMIT 21 April MSG Execução de Tiradentes
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 11 October MSG Criação do Estado
|
OMIT 11 October MSG Criação do Estado
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 15 August MSG Adesão do Grão-Pará à independência do Brasil
|
OMIT 15 August MSG Adesão do Grão-Pará à independência do Brasil
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 5 August MSG Fundação do Estado
|
OMIT 5 August MSG Fundação do Estado
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
REM First Sunday in March ADDOMIT SCANFROM -28 MSG Revolução Pernambucana
|
REM First Sunday in March ADDOMIT SCANFROM -28 MSG Revolução Pernambucana
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 19 October MSG Dia do Piauí
|
OMIT 19 October MSG Dia do Piauí
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 19 December MSG Emancipação do Paraná
|
OMIT 19 December MSG Emancipação do Paraná
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 23 April MSG São Jorge
|
OMIT 23 April MSG São Jorge
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 7 August MSG Dia do Rio Grande do Norte
|
OMIT 7 August MSG Dia do Rio Grande do Norte
|
||||||
OMIT 3 October MSG Mártires de Cunhaú e Uruaçuu
|
OMIT 3 October MSG Mártires de Cunhaú e Uruaçuu
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 4 January MSG Criação do Estado
|
OMIT 4 January MSG Criação do Estado
|
||||||
OMIT 18 June MSG Dia do Evangélico
|
OMIT 18 June MSG Dia do Evangélico
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 5 October MSG Criação do Estado
|
OMIT 5 October MSG Criação do Estado
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 20 September MSG Dia do Gaúcho
|
OMIT 20 September MSG Dia do Gaúcho
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
REM Sunday 11 August ADDOMIT SCANFROM -28 MSG Dia do Estado de Santa Catarina
|
REM Sunday 11 August ADDOMIT SCANFROM -28 MSG Dia do Estado de Santa Catarina
|
||||||
REM Sunday 25 November ADDOMIT SCANFROM -28 MSG Dia de Santa Catarina de Alexandria
|
REM Sunday 25 November ADDOMIT SCANFROM -28 MSG Dia de Santa Catarina de Alexandria
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 8 July MSG Emancipação política de Sergipe
|
OMIT 8 July MSG Emancipação política de Sergipe
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 9 July MSG Revolução Constitucionalista
|
OMIT 9 July MSG Revolução Constitucionalista
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/br.rem
|
# also include [$SysInclude]/holidays/br.rem
|
||||||
|
|
||||||
OMIT 18 March MSG Dia da Autonomia
|
OMIT 18 March MSG Dia da Autonomia
|
||||||
OMIT 8 September MSG Nossa Senhora da Natividade
|
OMIT 8 September MSG Nossa Senhora da Natividade
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/ca/
|
# [$SysInclude]/holidays/ca/
|
||||||
|
|
||||||
OMIT 1 January MSG New Year's Day
|
OMIT 1 January MSG New Year's Day
|
||||||
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
REM 2 January ADDOMIT SCANFROM -28 SATISFY [wkdaynum(date($Ty, 1, 1)) == 0] MSG New Year's Day (observed)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
||||||
REM First Monday in August ADDOMIT SCANFROM -28 MSG British Columbia Day
|
REM First Monday in August ADDOMIT SCANFROM -28 MSG British Columbia Day
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Louis Riel Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Louis Riel Day
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
||||||
REM First Monday in August ADDOMIT SCANFROM -28 MSG New Brunswick Day
|
REM First Monday in August ADDOMIT SCANFROM -28 MSG New Brunswick Day
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
OMIT 1 July MSG Memorial Day
|
OMIT 1 July MSG Memorial Day
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Heritage Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Heritage Day
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
OMIT 21 June MSG National Aboriginal Day
|
OMIT 21 June MSG National Aboriginal Day
|
||||||
REM First Monday in August ADDOMIT SCANFROM -28 MSG Civic Holiday
|
REM First Monday in August ADDOMIT SCANFROM -28 MSG Civic Holiday
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM First Monday in August ADDOMIT SCANFROM -28 MSG Civic Holiday
|
REM First Monday in August ADDOMIT SCANFROM -28 MSG Civic Holiday
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Islander Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Islander Day
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Monday 18 May ADDOMIT SCANFROM -28 MSG National Patriots' Day
|
REM Monday 18 May ADDOMIT SCANFROM -28 MSG National Patriots' Day
|
||||||
OMIT 24 June MSG Saint Jean Baptiste Day
|
OMIT 24 June MSG Saint Jean Baptiste Day
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Family Day
|
||||||
REM First Monday in August ADDOMIT SCANFROM -28 MSG Saskatchewan Day
|
REM First Monday in August ADDOMIT SCANFROM -28 MSG Saskatchewan Day
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ca.rem
|
# also include [$SysInclude]/holidays/ca.rem
|
||||||
|
|
||||||
OMIT 21 June MSG National Aboriginal Day
|
OMIT 21 June MSG National Aboriginal Day
|
||||||
REM Third Monday in August ADDOMIT SCANFROM -28 MSG Discovery Day
|
REM Third Monday in August ADDOMIT SCANFROM -28 MSG Discovery Day
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# For region-specific holidays, you need to include
|
# For region-specific holidays, you need to include
|
||||||
# one of the regional *.rem files in the directory
|
# one of the regional *.rem files in the directory
|
||||||
# [$SysInclude]/ch/
|
# [$SysInclude]/holidays/ch/
|
||||||
|
|
||||||
OMIT 1 January MSG Neujahr
|
OMIT 1 January MSG Neujahr
|
||||||
OMIT [easterdate($Uy)+39] MSG Auffahrt
|
OMIT [easterdate($Uy)+39] MSG Auffahrt
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT 2 January MSG Berchtoldstag
|
OMIT 2 January MSG Berchtoldstag
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT 2 January MSG Berchtoldstag
|
OMIT 2 January MSG Berchtoldstag
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
REM Thursday 1 April ADDOMIT SCANFROM -28 SATISFY [$T != easterdate($Ty)-3] MSG Näfelser Fahrt
|
REM Thursday 1 April ADDOMIT SCANFROM -28 SATISFY [$T != easterdate($Ty)-3] MSG Näfelser Fahrt
|
||||||
REM Thursday 8 April ADDOMIT SCANFROM -28 SATISFY [$T == easterdate($Ty)+4] MSG Näfelser Fahrt
|
REM Thursday 8 April ADDOMIT SCANFROM -28 SATISFY [$T == easterdate($Ty)+4] MSG Näfelser Fahrt
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
OMIT [easterdate($Uy)+1] MSG Ostermontag
|
||||||
OMIT [easterdate($Uy)+50] MSG Pfingstmontag
|
OMIT [easterdate($Uy)+50] MSG Pfingstmontag
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# See important caveats in the file ../README
|
# See important caveats in the file ../README
|
||||||
#
|
#
|
||||||
# If you want the national holidays as well, you must
|
# If you want the national holidays as well, you must
|
||||||
# also include [$SysInclude]/ch.rem
|
# also include [$SysInclude]/holidays/ch.rem
|
||||||
|
|
||||||
OMIT 2 January MSG Berchtoldstag
|
OMIT 2 January MSG Berchtoldstag
|
||||||
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
OMIT [easterdate($Uy)-2] MSG Karfreitag
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user