1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Spellutils 0.7+debian (2022-12-02)
- Authorship: Debian-specific release by Boyuan Yang <byang@debian.org>.
- Patch: Incorporate all past Debian patches, mainly about buildsystem.
- Build system: Complete revamp using modern autotools.
- Build system: Completely drop acconfig.h.
- Build system: Drop compatibility patches for non-standard libc.
- Po: Add zh_CN translation.
- Getopt: Dropped, now need external getopt implementation.
Spellutils 0.7 (2000-04-23)
- Newsbody and pospell: added a space when printing the version number (-v).
- Pospell: remove .po file headers (msgstr strings without corresponding
msgid strings) from the spell file.
- Pospell: split strings like "one\ttwo" to "one\t" "two".
- Pospell: remove the word "msgstr" from the spell file.
- Pospell: new option -s to quit if unrecognized items are found in the
.po or spell files.
- Pospell: new option -l to support multilingual .po files.
- lib.c: minor change in write_line().
- Update of documentation and a minor bugfix in the manuals.
Spellutils 0.6 (2000-04-19)
- Pospell and newsbody are packed together in the spellutils package.
- Code specific to message headers moved from lib.c to a new file:
header.c.
- Corrections of bugs in Makefile.am.
- Update of some error texts and the usage texts.
- Update of manuals and README.
- Newsbody: new option -v to print the version number.
=====================
Pospell 0.5 (2000-04-16)
- Now uses GNU gettext and GNU automake.
- Added Danish translation. Feel free to send more .po files.
- New organization of the sources. Files common to pospell and newsbody
can now be used unchanged in both programs.
Pospell 0.4 (2000-04-12)
- Made pospell more tolerant for different formats of the .po file
entries; it didn't work right for entries without comment lines
or if some lines had leading whitespace.
Pospell 0.3 (2000-04-10)
- The new -v option didn't work.
- The example with ispell in Readme changed (added ispell's -x option).
Pospell 0.2 (2000-04-10)
- A new option -v to print the version number.
- Improved documentation.
Pospell 0.1 (2000-04-09)
- The initial version. Made by editing the source of the similar
program Newsbody 0.1.5 by the same author.
=====================
Newsbody 0.1.5 (1999-08-12)
- newsbody.c: Some C compilers are reported not to like preceding
white space in preprocessor lines, so the white space are removed.
- newsbody.c: It seems that getopt() in some systems is declared
in stdlib.h, so include both unistd.h and stdlib.h to be sure.
- Makefile.in: Now all rules are explicit instead of implicit.
Newsbody 0.1.4 (1999-08-09)
- configure.in: Don't compile with the -Wall and -pedantic flags
unless using gcc.
- lib.c: read_header(): Bugfix. next_char was erroneous declared
as char, but should be an int.
Newsbody 0.1.3 (1999-01-30):
- Fixed one more bug: The empty line between header and body would
disappear in some cases.
Newsbody 0.1.2 (1999-01-29):
- Fixed bugs that in some cases could lead to core dumps when
handling multiline headers or signatures: The return value from
read_line() were ignored two places.
Newsbody 0.1.1 (1999-01-17):
- Added a man page.
- Added the `install' target in Makefile
Newsbody 0.1.0 (1999-01-16):
- Almost everything is rewritten. More source files.
More and smaller functions. Prepare for new bugs!
- Header continuation lines are now handled properly
- New command line option -f: the called program reads and writes
the bodyfile on standard input and standard output
- newsfile can be read from standard input and written to standard output
- There is no more a limit on the maximal line length
- %f is expended everywhere in the program arguments
- a literal % in the program arguments can be escaped by %%
newsbody 0.0.4 (1998-05-03):
- Fixed error in usage text
- Bugfix patch from Aaron Schrab <aaron@schrab.com>: An empty line was
inserted in messages without signature if called with -s.
- Ignore case in header names with the `-k header' option
newsbody 0.0.3 (1998-04-28):
- New command line option -h.
newsbody 0.0.2 (1997-08-29):
- New command line option -k
- More uniform error handling
- New functions: my_realloc(), error(), clean_up()
newsbody 0.0.1 (1997-08-13):
newsbody 0.0 (1997-07-19):
|