Dianne Skoll
|
5fbf1d82e4
|
Remove duplicated line.
|
2024-03-22 11:23:04 -04:00 |
|
Dianne Skoll
|
55eb3ebe95
|
Add multitrig built-in function which is how trig() should originally have been done.
|
2024-03-22 11:21:26 -04:00 |
|
Dianne Skoll
|
2afa3c5558
|
Raise windows after errors so they remain visible.
|
2024-03-21 16:08:18 -04:00 |
|
Dianne Skoll
|
30d9a42db2
|
Remove debugging statement.
|
2024-03-21 12:39:48 -04:00 |
|
Dianne Skoll
|
74d357b84d
|
Use placeholders that are less likely to be used as filenames. :)
|
2024-03-21 12:22:43 -04:00 |
|
Dianne Skoll
|
09c98a93ec
|
Fix month navigation.
|
2024-03-21 12:19:39 -04:00 |
|
Dianne Skoll
|
ed89ab7c04
|
Remove unnecessary code and variable.
|
2024-03-21 12:13:32 -04:00 |
|
Dianne Skoll
|
27c74be02b
|
Don't need to monitor reminder file for changes; reap zombies.
|
2024-03-21 12:11:39 -04:00 |
|
Dianne Skoll
|
8f22ab39dc
|
Apply POSIX-escaping to filenames.
|
2024-03-21 11:46:29 -04:00 |
|
Dianne Skoll
|
795c53f4ce
|
Format queue items better; make them clickable to open an editor.
|
2024-03-21 11:02:07 -04:00 |
|
Dianne Skoll
|
3fd18a9cc0
|
Document clickable errors.
|
2024-03-21 10:45:32 -04:00 |
|
Dianne Skoll
|
a5afb4a87e
|
In the "show errors" text box, fire up the editor when you click on an error if we can figure out the filename and line number.
|
2024-03-20 20:53:19 -04:00 |
|
Dianne Skoll
|
379fc4542d
|
Make errors stand out more obviously.
|
2024-03-20 20:33:46 -04:00 |
|
Dianne Skoll
|
538ef6c8ce
|
Check for both $CalMode and $PsCal
|
2024-03-20 16:32:02 -04:00 |
|
Dianne Skoll
|
95c7e8856c
|
Add standard "moonphases.rem" file with moon phases.
|
2024-03-20 16:28:50 -04:00 |
|
Dianne Skoll
|
95523c8f10
|
Convert cosd() function into a macro.
|
2024-03-19 16:26:07 -04:00 |
|
Dianne Skoll
|
97b53d5e40
|
Fix typo
|
2024-03-18 11:18:46 -04:00 |
|
Dianne Skoll
|
fb688850b1
|
Update release notes.
04.03.03
|
2024-03-18 11:11:16 -04:00 |
|
Dianne Skoll
|
5b1bad2650
|
Document DEL server command and qid value.
|
2024-03-16 15:50:58 -04:00 |
|
Dianne Skoll
|
e5ff132c5e
|
Remove all traces of tk_dialog
|
2024-03-16 15:45:29 -04:00 |
|
Dianne Skoll
|
a0830ad23c
|
Bump version to 04.03.03
|
2024-03-16 15:27:34 -04:00 |
|
Dianne Skoll
|
9290f53466
|
Fix typo
|
2024-03-16 15:24:11 -04:00 |
|
Dianne Skoll
|
e5711032bd
|
Keep reading inotify events until 0.2 seconds elapses between successive events.
|
2024-03-16 15:22:48 -04:00 |
|
Dianne Skoll
|
08e3c1d5a2
|
Use tk_messageBox instead of tk_dialog.
|
2024-03-16 15:22:36 -04:00 |
|
Dianne Skoll
|
29c579a301
|
Refactor some code.
|
2024-03-16 14:01:21 -04:00 |
|
Dianne Skoll
|
61f55bceee
|
Fix "Delete this reminder completely" functionality.
|
2024-03-16 13:56:28 -04:00 |
|
Dianne Skoll
|
6586fae3eb
|
Fix logic bug that would sometimes fail to send a queue update message to controlling process.
|
2024-03-16 13:36:24 -04:00 |
|
Dianne Skoll
|
d5a86f3e4f
|
Actually de-queue and free reminders that expire out of the queue.
|
2024-03-16 13:29:59 -04:00 |
|
Dianne Skoll
|
96551ccaa4
|
Make TkRemind use the "DEL qid" facility to ignore reminders. Fix potential use of freed memory in queue.c
|
2024-03-16 13:25:47 -04:00 |
|
Dianne Skoll
|
c83ee86d10
|
Implement DEL command to removed a queued reminder from the queue in -zj mode.
|
2024-03-16 12:54:30 -04:00 |
|
Dianne Skoll
|
c913306cbd
|
Add "qid" member to JSONQUEUE.
|
2024-03-16 11:17:28 -04:00 |
|
Dianne Skoll
|
03d385df97
|
Add a test for the "-ds" debugging flag.
|
2024-03-13 12:17:49 -04:00 |
|
Dianne Skoll
|
61fcc1b275
|
Add "s" debugging flag to see expression-parsing stack high-water marks.
Reduce default value stack size from 1000 to 100.
|
2024-03-13 12:06:55 -04:00 |
|
Dianne Skoll
|
26977a4ac0
|
Fix a bunch of cppcheck complaints and also update the cppcheck Makefile target.
|
2024-03-11 12:10:03 -04:00 |
|
Dianne Skoll
|
28acd05215
|
Better icon.
|
2024-03-08 14:28:19 -05:00 |
|
Dianne Skoll
|
be4eed8b20
|
Update TkRemind logo to include a white outline.
|
2024-03-07 15:36:31 -05:00 |
|
Dianne Skoll
|
cdb0850373
|
Add a comment to the troff source so it doesn't confuse Emacs syntax highlighting.
|
2024-03-03 14:55:40 -05:00 |
|
Dianne Skoll
|
0d55e04284
|
Make a local OMIT that doesn't specify a weekday name into a syntax error.
|
2024-03-03 14:51:53 -05:00 |
|
Dianne Skoll
|
f4cce54b70
|
Warn if a local OMIT doesn't actually omit any weekdays.
|
2024-03-03 11:00:35 -05:00 |
|
Dianne Skoll
|
2dc6ca44f1
|
Fix typo
04.03.02
|
2024-03-01 09:10:26 -05:00 |
|
Dianne Skoll
|
d1d833f0f3
|
Document fix in commit 1d44577ce9
|
2024-03-01 09:04:09 -05:00 |
|
Dianne Skoll
|
1d44577ce9
|
Exit rather than return if we forked in System().
|
2024-03-01 09:00:36 -05:00 |
|
Dianne Skoll
|
1be7c2d6d7
|
Bump version to 04.03.02 and document fix to install: target.
|
2024-03-01 08:50:00 -05:00 |
|
Dianne Skoll
|
b1f418ee42
|
Install desktop and icon file in correct paths: $prefix/share/applications and $prefix/share/pixmaps
|
2024-03-01 08:45:43 -05:00 |
|
Dianne Skoll
|
72b0bf96fe
|
Update release notes.
04.03.01
|
2024-02-29 20:28:09 -05:00 |
|
Dianne Skoll
|
3388849fa5
|
Fix test bug.
|
2024-02-29 20:27:19 -05:00 |
|
Dianne Skoll
|
dc9650d5fa
|
Fix test bug. SIGH.
|
2024-02-29 20:25:13 -05:00 |
|
Dianne Skoll
|
8eb40ae748
|
Note the bug fix.
04.03.00
|
2024-02-29 15:53:31 -05:00 |
|
Dianne Skoll
|
89184f1d0f
|
Update release notes.
|
2024-02-29 15:52:43 -05:00 |
|
Dianne Skoll
|
e899c790b9
|
Add Catalan translation file, courtesy of Eloi Torrents
|
2024-02-29 15:29:24 -05:00 |
|