Skip to content

Commit

Permalink
Brought history, version date constant up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Oct 28, 2024
1 parent 267f92a commit 19ed6aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Defined by this header:
#define PDC_VER_CHANGE 0
#define PDC_VER_YEAR 2024
#define PDC_VER_MONTH 10
#define PDC_VER_DAY 15
#define PDC_VER_DAY 28

#define PDC_STRINGIZE( x) #x
#define PDC_stringize( x) PDC_STRINGIZE( x)
Expand Down
9 changes: 8 additions & 1 deletion docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Generally speaking, this history mentions only the more significant
changes. See the git log for full details.

Current PDCursesMod - 2024 Jun 19
Current PDCursesMod - 2024 Oct 28
=================================

Major new features
------------------

- Added an OS/2 GUI port, provided by chasonr. 23b1fbed61 267f92a2c0

- The ncurses 'menu' library can be compiled and used with PDCursesMod,
and the ncurses program 'demo_menus' built to test it out. (The
'forms' library can be built in 8-bit character mode -- it currently
Expand All @@ -25,6 +27,11 @@ Bug fixes
- In WinGUI, theoretically 'monospaced' fonts were not necessarily
monospaced. Reverted to drawing each character separately. b99fed1acb

- In WinGUI, when redrawing a string of characters, the preceding and
subsequent glyphs were also redrawn. This was apparently needed at
one time to avoid stray pixels, but appears to be unnecessary now.
8466f73e21

- In WinGUI and WinCon, PDC_clearclipboard() would fail if the clipboard
was not open. From Mark Hessling. a071130c95

Expand Down

0 comments on commit 19ed6aa

Please sign in to comment.