File ncurses.changes of Package ncurses
5313
1
-------------------------------------------------------------------
2
Mon Feb 19 10:51:20 UTC 2024 - Dr. Werner Fink <werner@suse.de>
3
4
- Add patch ncurses-6.1-bsc1220061.patch (bsc#1220061, CVE-2023-45918)
5
* Backport from ncurses-6.4-20230615.patch
6
improve checks in convert_string() for corrupt terminfo entry
7
8
-------------------------------------------------------------------
9
Wed Dec 13 10:42:20 UTC 2023 - Dr. Werner Fink <werner@suse.de>
10
11
- Add patch bsc1218014-cve-2023-50495.patch
12
* Fix CVE-2023-50495: segmentation fault via _nc_wrap_entry()
13
(bsc#1218014)
14
15
-------------------------------------------------------------------
16
Tue Dec 12 10:31:48 UTC 2023 - Dr. Werner Fink <werner@suse.de>
17
18
- Add patch boo1201384.patch
19
* Do not fully reset serial lines
20
21
-------------------------------------------------------------------
22
Thu Apr 27 13:32:36 UTC 2023 - Dr. Werner Fink <werner@suse.de>
23
24
- Modify patch ncurses-6.1.dif
25
* Secure writing terminfo entries by setfs[gu]id in s[gu]id
26
(boo#1210434, CVE-2023-29491)
27
* Reading is done since 2000/01/17
28
29
-------------------------------------------------------------------
30
Fri Jul 15 10:57:43 UTC 2022 - Dr. Werner Fink <werner@suse.de>
31
32
- Add patch ncurses-bnc1198627.patch
33
* Fix bsc#1198627: CVE-2022-29458: ncurses: segfaulting OOB read
34
35
-------------------------------------------------------------------
36
Wed Oct 13 09:40:55 UTC 2021 - Dr. Werner Fink <werner@suse.de>
37
38
- Add patch bsc1190793-63ca9e06.patch to fix bsc#1190793 for
39
CVE-2021-39537: ncurses: heap-based buffer overflow in
40
_nc_captoinfo in captoinfo.c
41
42
-------------------------------------------------------------------
43
Tue Oct 15 10:46:40 UTC 2019 - Dr. Werner Fink <werner@suse.de>
44
45
- Add patches
46
CVE-2019-17594.patch for bsc#1154036 -- CVE-2019-17594: heap-based
47
buffer over-read in _nc_find_entry function in tinfo/comp_hash.c
48
CVE-2019-17595.patch for bsc#1154037 -- CVE-2019-17595: heap-based
49
buffer over-read in fmt_entry function in tinfo/comp_hash.c
50
51
-------------------------------------------------------------------
52
Wed Nov 21 11:37:09 UTC 2018 - Dr. Werner Fink <werner@suse.de>
53
54
- Remove screen.xterm from terminfo data base (boo#1103320) as with
55
this screen uses fallback TERM=screen
56
57
-------------------------------------------------------------------
58
Tue Nov 20 10:17:27 UTC 2018 - Dr. Werner Fink <werner@suse.de>
59
60
- Add patch ncurses-5.9-bsc1115929.patch
61
* For bug bsc#1115929 port back null pointer checks to catch e.g.
62
the crash in _nc_parse_entry(), belongs to CVE-2018-19211
63
64
-------------------------------------------------------------------
65
Wed Mar 21 07:46:36 UTC 2018 - werner@suse.de
66
67
- Change baselibs.conf to avoid mixed version requirements (bsc#1082744)
68
69
-------------------------------------------------------------------
70
Mon Mar 19 09:23:35 UTC 2018 - werner@suse.de
71
72
- Add ncurses patch 6.1-20180317
73
+ fix a check in infotocap which may not have detected a problem when
74
it should have.
75
+ add a check in tic for the case where setf/setb are given using
76
different strings, but provide identical results to setaf/setab.
77
+ further improve fix for terminfo.5 (patch by Kir Kolyshkin).
78
+ reorder loop-limit checks in winsnstr() in case the string has no
79
terminating null and only the number of characters is used (patch
80
by Gyorgy Jeney).
81
82
-------------------------------------------------------------------
83
Thu Mar 8 10:06:24 UTC 2018 - werner@suse.de
84
85
- Avoid opaque libraries for Leap 15 and SLES 15
86
- No tests on Leap 15 and SLES 15
87
88
-------------------------------------------------------------------
89
Mon Mar 5 07:48:43 UTC 2018 - werner@suse.de
90
91
- Add ncurses patch 6.1-20180303
92
+ modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
93
avoid expansion of "CUR" in trace.
94
+ improve a few lintian warnings in test-packages.
95
+ modify lib_setup to avoid calling pthread_self() without first
96
verifying that the address is valid, i.e., for weak symbols
97
(report/patch by Werner Fink).
98
+ modify generated terminfo.5 to not use "expand" and related width
99
on the last column of tables, making layout on wide terminals look
100
better (adapted from patch by Kir Kolyshkin).
101
+ add a category to report_offsets, e.g., "w" for wide-character, "t"
102
for threads to make the report more readable. Reorganized the
103
structures reported to make the categories more apparent.
104
+ simplify some ifdef's for extended-colors.
105
+ add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
106
how similar the different tinfo configurations are.
107
- Remove patch ncurses-6.1-weakpthreads.dif now upstream (bsc#1082772)
108
- Make expect build check less fragile on timing
109
110
-------------------------------------------------------------------
111
Fri Mar 2 10:00:20 UTC 2018 - werner@suse.de
112
113
- Switch back to shared libtinfo only but provide an auxiliary shared
114
library libtinfow to avoid a rebuild of third party programs (bsc#1082772)
115
+ Add sanity check if new 32bit API is included in libtinfo
116
117
-------------------------------------------------------------------
118
Thu Mar 1 13:39:02 UTC 2018 - werner@suse.de
119
120
- Add patch ncurses-6.1-weakpthreads.dif
121
+ Be aware that libtinfo/libtinfw is also used without libpthread
122
(boo#1058509)
123
- Use expect to run at least two test for normal and wide character
124
version of newdemo from test suite
125
126
-------------------------------------------------------------------
127
Mon Feb 26 09:10:07 UTC 2018 - werner@suse.de
128
129
- Add ncurses patch 6.1-20180224
130
+ modify _nc_resolve_uses2() to detect incompatible types when merging
131
a "use=" clause of extended capabilities. The problem was seen in a
132
defective terminfo integrated from simpleterm sources in 20171111,
133
compounded by repair in 20180121.
134
+ correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
135
+ fix remaining flash capabilities with trailing mandatory delays -TD
136
+ correct cut/paste in NEWS (report by Sven Joachim).
137
138
-------------------------------------------------------------------
139
Mon Feb 19 12:56:33 UTC 2018 - werner@suse.de
140
141
- Add ncurses patch 6.1-20180217
142
+ remove incorrect free() from 20170617 changes (report by David Macek).
143
+ correct type for "U8" in user_caps.5; it is a number not boolean.
144
+ add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
145
+ improve fix for Debian #882620 by reusing limit2 variable (report
146
Julien Cristau, Sven Joachim).
147
148
-------------------------------------------------------------------
149
Thu Feb 15 13:00:37 UTC 2018 - werner@suse.de
150
151
- Add ncurses patch 6.1-20180210
152
+ modify misc/Makefile.in to install/uninstall explicit list in case
153
the build-directory happens to have no ".pc" files when an uninstall
154
is performed (report by Jeffrey Walton).
155
+ deprecate safe-sprintf, since the vsnprintf function, which does what
156
was needed, was standardized long ago.
157
+ add several development/experimental options to development packages.
158
+ minor reordering of options in configure script to make the threaded
159
and reentrant options distinct from the other extensions which are
160
normally enabled.
161
- Make reentrant libs opaque
162
163
-------------------------------------------------------------------
164
Mon Feb 5 08:15:58 UTC 2018 - werner@suse.de
165
166
- Add ncurses patch 6.1-20180203
167
+ minor fixes to test/*.h to make them idempotent.
168
+ add/use test/parse_rgb.h to show how the "RGB" capability works.
169
+ add a clarification in user_caps.5 regarding "RGB" capability.
170
+ add extended_slk_color{,_sp} symbols to the appropriate
171
package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
172
173
-------------------------------------------------------------------
174
Tue Jan 30 08:53:57 UTC 2018 - werner@suse.de
175
176
- Add ncurses patch 6.1-20180129
177
+ update "VERSION" file, used in shared-library naming.
178
179
-------------------------------------------------------------------
180
Tue Jan 30 07:51:09 UTC 2018 - werner@suse.de
181
182
- Correct include path for wide chraracter header files for ABI 6.1
183
184
-------------------------------------------------------------------
185
Mon Jan 29 10:48:07 UTC 2018 - werner@suse.de
186
187
- Update to ncurses 6.1 (patch 20180127)
188
+ updated release notes
189
+ amend a warning message from tic which should have flagged misuse
190
of "XT" capability in "screen" terminal description.
191
> terminfo changes:
192
+ trim "XT" from screen entry, add comments to explain why it was
193
not suitable -TD
194
+ modify iterm to use xterm+sl-twm building block -TD
195
+ mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
196
konsole's removal in 2008 -TD
197
+ expanded the history section of konsole to explain its flawed
198
imitation of xterm's keyboard -TD
199
+ use xterm+x11mouse in screen.* entries because screen does not yet
200
support xterm's 1006 mode -TD
201
+ add nsterm-build400 for macOS 10.13 -TD
202
+ add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
203
+ update vte to vte-2017 -TD
204
+ add ecma+strikeout to vte-2017 -TD
205
+ add iterm2-direct -TD
206
+ updated teraterm, added teraterm-256color -TD
207
+ add mlterm-direct -TD
208
+ add descriptions for ANSI building-blocks -TD
209
- Modify patch ncurses-5.9-ibm327x.dif
210
- Rename patch ncurses-6.0.dif to new name ncurses-6.1.dif
211
- Modify patch ncurses-6.1.dif
212
213
-------------------------------------------------------------------
214
Mon Jan 22 11:02:30 UTC 2018 - werner@suse.de
215
216
- Add ncurses patch 20180121 pre-release 6.1
217
> terminfo changes:
218
+ add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
219
blocks from xterm #331 -TD
220
+ add xterm+direct, xterm+indirect, xterm-direct entries from xterm
221
#331 -TD
222
+ modify xterm+256color and xterm+256setaf to use correct number of
223
color pairs, for ncurses 6.1 -TD
224
+ add rs1 capability to xterm-256color -TD
225
+ modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
226
match xterm #272, reflecting packager's changes -TD
227
+ remove "boolean" Se, Ss from st-0.7 -TD
228
+ add konsole-direct and st-direct -TD
229
+ remove unsupported "Tc" capability from st-0.7; use st-direct if
230
direct-colors are wanted -TD
231
+ add vte-direct -TD
232
+ add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
233
Pierre Carru)
234
+ use xterm+sm+1006 in xterm-new, vte-2014 -TD
235
+ use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
236
mode does not work with those programs. konsole is debatable -TD
237
+ add "termite" entry (report by Markus Pfeiffer) -TD
238
> merge branch begun April 2, 2017 which provides these features:
239
+ support read/write new binary-format for terminfo which stores
240
numeric capabilities as a signed 32-bit integer. The test programs
241
such as picsmap, ncurses were created or updated during 2017 to use
242
this feature.
243
+ the new format is written by the wide-character configuration of
244
tic when it finds a numeric capability larger than 32767.
245
+ other applications such as infocmp built with the wide-character
246
ncurses library work as expected.
247
+ applications built with the "narrow" (8-bit) configuration will
248
read the new format, but will limit those extended values to 32767.
249
+ in either wide/narrow configuration, the structure defined in
250
term.h still uses signed 16-bit values.
251
+ because it is incompatible with the legacy (mid-1980s) binary format,
252
a new magic value is provided for the "file" program.
253
+ the term.5 manual page is updated to describe this new format.
254
+ the limit on file-size for compiled terminfo is increased in the
255
wide-character configuration to 32768.
256
- Add ncurses patch 20180120
257
+ build-fix in picsmap.c for stdint.h existence.
258
+ add --disable-stripping option to configure scripts.
259
+ modify ncurses-examples to install test-scripts in the data directory.
260
+ work around tool-breakage in Debian 9 and later by invoking
261
gprconfig to specify the C compiler to be used by gnatmake,
262
and conditionally suppressing Library_Options line for static
263
libraries.
264
+ bump the compat level for test-packages to 7, i.e., Debian 5.
265
- Add tack patch 1.08-20170818
266
267
-------------------------------------------------------------------
268
Tue Jan 9 11:11:49 UTC 2018 - werner@suse.de
269
270
- Add ncurses patch 20180106
271
+ fixes for writing extended color pairs in putwin.
272
+ modify test/savescreen.c to add test patterns that exercise 88-,
273
256-, etc., colors.
274
+ modify configure option --with-build-cc, adding clang, c89 and c99
275
as possible default values.
276
+ modify ncurses-examples configure script to use pkg-config for the
277
extra form/menu/panel libraries, to be more consistent with the
278
handling of the curses/ncurses library.
279
+ modify test-packages for mingw to supply "pc" files.
280
+ modify gen-pkgconfig.in to list -lpthread as a private library when
281
configured to access it via weak symbols.
282
+ simplify gen-pkgconfig.in, adding -ltinfo without the special linker
283
checks because some versions of the linker simply hard-code the
284
behavior.
285
+ update URLs for ncurses website to use https.
286
+ modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
287
ncurses-examples are built with a system ncurses that lacks the
288
standard "curses" symbolic link, as done by SuSE. The symbol is
289
needed to make a followup check for the pthread library work, and
290
would be set properly using the options "--with-screen", etc.
291
+ generate misc/*.pc with "all" rule, as done for "sources" rule
292
(report by Jeffrey Walton).
293
294
-------------------------------------------------------------------
295
Sat Jan 8 08:45:51 UTC 2018 - werner@suse.de
296
297
- Add ncurses patch 20171230
298
+ build-fix for ncurses-examples with Fedora27, adding check for
299
reset_color_pairs() -- not yet in Fedora's package.
300
+ consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
301
script when the latter happens to use the C compiler rather than
302
directly using the loader (report by Jeffrey Walton).
303
+ set ABI for upcoming 6.1 release in "*.map" files. While there are
304
some remaining internals to apply, no ABI-related changes are
305
anticipated.
306
+ add configure --with-config-suffix option to work around filename
307
conflict with Redhat packages versus test-packages.
308
- Add ncurses patch 20171223
309
+ modify ncurses-examples to quiet const-warnings when building with
310
PDCurses.
311
+ modify toe to not exit if unable to read a terminal description,
312
e.g., if there is a permission problem.
313
+ minor fix for progs/toe.c, using _nc_free_termtype2.
314
+ assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
315
avoid reusing pointer from previous successful call to tgetent
316
if the latest call is unsuccessful (patch by Michael Schroeder,
317
OpenSuSE #1070450).
318
+ minor fix for test/tracemunch, initialize $awaiting variable.
319
320
-------------------------------------------------------------------
321
Fri Dec 22 11:44:19 UTC 2017 - werner@suse.de
322
323
- Disable memory leak checking (boo#1070450)
324
325
-------------------------------------------------------------------
326
Mon Dec 18 07:22:49 UTC 2017 - werner@suse.de
327
328
- Add ncurses patch 20171216
329
+ repair template in test/package/ncurses-examples.spec (cf: 20171111).
330
+ improve tic's warning about the number of parameters tparm might use
331
for u1-u9 by making a special case for u6.
332
+ improve curs_attr.3x discussion of color pairs.
333
334
-------------------------------------------------------------------
335
Mon Dec 11 08:27:21 UTC 2017 - werner@suse.de
336
337
- Add ncurses patch 20171209
338
+ modify misc/ncurses-config.in to make output with --includedir
339
consistent with --cflags, i.e., when --disable-overwrite option was
340
configured the output should show the subdirectory where headers
341
are.
342
+ modify MKlib_gen.sh to suppress macros when calling an "implemented"
343
function in link_test.c
344
+ updated ftp-url used in test-packages, etc.
345
+ modify order of -pie/-shared options in configure script in case
346
LDFLAGS uses "-pie", working around a defect or limitation in the GNU
347
linker (prompted by patch by Yogesh Prasad, forwarded by Jay Shah).
348
+ add entry in man_db.renames for user_caps.5
349
350
-------------------------------------------------------------------
351
Mon Nov 27 13:32:56 UTC 2017 - werner@suse.de
352
353
- Add ncurses patch 20171125
354
+ modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
355
before initialized.
356
+ add "-a" aspect-ratio option to picsmap.
357
+ add configure check for default path of rgb.txt, used in picsmap.
358
+ modify _nc_write_entry() to truncate too-long filename (report by
359
Hosein Askari, Debian #882620).
360
+ build-fix for ncurses-examples with NetBSD curses:
361
+ it lacks the use_env() function.
362
+ it lacks libpanel; a recent change used the wrong ifdef symbol.
363
+ add a macro for is_linetouched() and adjust the function's return
364
value to make it possible for most applications to check for an
365
error-return (report by Midolikawa H).
366
+ additional manpage cleanup.
367
+ update config.guess, config.sub from
368
http://git.savannah.gnu.org/cgit/config.git
369
370
-------------------------------------------------------------------
371
Mon Nov 20 08:11:58 UTC 2017 - werner@suse.de
372
373
- Add ncurses patch 20171118
374
+ add a note to curs_addch.3x on portability.
375
+ add a note to curs_pad.3x on the origin and portability of pads.
376
+ improve manpage description of getattrs (report by Midolikawa H).
377
+ improve manpage macros (prompted by discussion in Debian #880551.
378
+ reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
379
+ add a "-d" option to picsmap for default-colors.
380
+ modify old terminology entry and a few other terminal emulators to
381
account for xon -TD
382
+ correct sgr string for tmux, which used screen's "standout" code
383
rather than the standard code (patch by Roman Kagan)
384
+ correct sgr/sgr0 strings in a few other cases reported by tic, making
385
those correspond to the non-sgr settings where they differ, but
386
otherwise use ECMA-48 consistently:
387
jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
388
dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
389
st-0.7, vi603, vwmterm -TD
390
+ build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
391
of gcc which did not recognize the diagnostic "push" pragma (patch by
392
Vassili Courzakis).
393
394
-------------------------------------------------------------------
395
Mon Nov 13 08:34:19 UTC 2017 - werner@suse.de
396
397
- Add ncurses patch 20171111
398
+ add "op" to xterm+256setaf -TD
399
+ reviewed terminology 1.0.0 -TD
400
+ reviewed st 0.7 -TD
401
+ suppress debug-package for ncurses-examples rpm build.
402
403
-------------------------------------------------------------------
404
Mon Nov 6 14:12:21 UTC 2017 - werner@suse.de
405
406
- Add ncurses patch 20171104
407
+ check for interrupt in color-pair initialization of dots_curses.c,
408
dots_xcurses.c
409
+ add z/Z zoom feature to test/ncurses.c C/c screens.
410
+ add '<' and '>' commands to test/ncurses.c S/s screens, to better
411
test off-by-ones in the overlap/copywin functions.
412
413
-------------------------------------------------------------------
414
Sun Oct 29 18:19:12 UTC 2017 - werner@suse.de
415
416
- Add ncurses patch 20171028
417
+ improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
418
(report by Midolikawa H).
419
+ fix typo in a few places for "improvements" (patch by Sven Joachim).
420
+ clear the other half of a double-width character on which a line
421
drawing character is drawn.
422
+ make test/ncurses.c "s" test easier to understand which subtests are
423
available; add a "S" wide-character overlap test-screen.
424
+ modify test/ncurses.c C/c tests to allow for extended color pairs.
425
+ add endwin() call in error-returns from test/ncurses.c omitted in
426
recent redesign of its menu (cf: 20170923).
427
+ improve install of hashed-db by removing the ".db" file as done for
428
directory-tree terminal databases.
429
+ repair a few overlooked items in include/ncurses_defs from recent
430
port/refactoring of test-programs (cf: 20170909).
431
+ add test/padview.c, to compare pads with direct updates in view.c
432
433
-------------------------------------------------------------------
434
Sun Oct 22 11:41:09 UTC 2017 - werner@suse.de
435
436
- Add ncurses patch 20171021
437
+ modify test/view.c to expand tabs using the ncurses library rather
438
than in the test-program.
439
+ remove very old SIGWINCH example in test/view.c, just use KEY_RESIZE.
440
+ add -T, -e, -f -m options to "dots" test-programs.
441
+ fix a few typos in usage-messages for test-programs.
442
443
-------------------------------------------------------------------
444
Mon Oct 16 09:59:53 UTC 2017 - werner@suse.de
445
446
- Add ncurses patch 20171014
447
+ minor cleanup to test/view.c:
448
+ eliminate "-n" option by simply reading the whole file.
449
+ implement page up/down commands.
450
+ add check in tput for init/reset operands to ensure those use a
451
terminal.
452
+ improve manual pages which discuss chtype, cchar_t types and the
453
attribute values which can be stored in those types.
454
+ correct array-index when parsing "-T" command-line option in tabs
455
program.
456
+ modify demo_new_pair.c to pass extended pairs to setcchar().
457
+ add test/dots_xcurses.c to illustrate a different approach used for
458
extended colors which can be contrasted with dots_curses.c.
459
+ add a check in tic to note when a description uses non-mandatory
460
delays without xon_xoff. This is not an error, but some descriptions
461
for a terminal emulator may use the combination incorrectly.
462
463
-------------------------------------------------------------------
464
Mon Oct 9 10:51:49 UTC 2017 - werner@suse.de
465
466
- Add ncurses patch 20171007
467
+ modify "-T" option of clear and tput to call use_tioctl() to obtain
468
the operating system's notion of the screensize if possible.
469
+ review/repair some exit-codes for tput, making usage-message exit
470
with 2 rather than 1, and a failure to open terminal 4+errno.
471
+ amend check in tput, tabs and clear to allow those to use the
472
database-only features in cron if a -T option gives a suitable
473
terminal name (report by Lauri Tirkkonen).
474
+ correct an ifdef in test/ncurses.c for systems with soft-keys but
475
not slk_color().
476
+ regenerate man-html documentation.
477
478
-------------------------------------------------------------------
479
Wed Oct 4 07:08:23 UTC 2017 - werner@suse.de
480
481
- Add ncurses patch 20170930
482
+ fix a symbol conflict that made ncurses.c C/c menu not work with
483
Solaris xpg4 curses.
484
+ add refresh() call to dots_mvcur.c, needed to use mvcur() with
485
Solaris xpg4 curses after calling newterm().
486
+ minor fixes for configure script from work on ncurses-examples and
487
tin.
488
+ improve animation in test/xmas.c by adding a time-delay in blinkit().
489
+ modify several test programs to reflect that ncurses honors existing
490
signal handlers in initscr(), while other implementations do not.
491
+ modify bs.c to make it easier to quit.
492
+ change ncurses-examples to use attr_t vs chtype to follow X/Open
493
documentation more closely since Solaris xpg4-curses uses different
494
values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
495
short. Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
496
two sets.
497
498
-------------------------------------------------------------------
499
Mon Sep 25 07:48:39 UTC 2017 - werner@suse.de
500
501
- Add ncurses patch 20170923
502
+ modify menu for test/ncurses.c to fit on 24-line screen.
503
+ build-fix for configure --with-caps=uwin
504
+ add options to test_arrays.c, for selecting termcap vs terminfo, etc.
505
506
-------------------------------------------------------------------
507
Mon Sep 18 15:03:22 UTC 2017 - werner@suse.de
508
509
- Add ncurses patch 20170916
510
+ minor fix to test/filter.c to avoid clearing the command in one case.
511
+ modify filter() to discard clr_eos if back_color_erase is set.
512
513
-------------------------------------------------------------------
514
Mon Sep 18 14:58:55 UTC 2017 - werner@suse.de
515
516
- Do not remove ticw.pc as well as tinfow.pc for wide character
517
ncurses ABI 6 (boo#1056171)
518
519
-------------------------------------------------------------------
520
Mon Sep 11 09:49:02 UTC 2017 - werner@suse.de
521
522
- Add ncurses patch 20170827
523
+ fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
524
- Add ncurses patch 20170902
525
+ amend change for endwin-state for better consistency with the older
526
logic (report/patch by Jeb Rosen, cf: 20170722).
527
+ modify check in fmt_entry() to handle a cancelled reset string
528
(Debian #873746). Make similar fixes in other parts of dump_entry.c
529
and tput.c
530
- Add ncurses patch 20170909
531
+ improve wide-character implementation of myADDNSTR() in frm_driver.c,
532
which was inconsistent with the normal implementation.
533
+ save/restore cursor position in Undo_Justification(), matching
534
behavior of Buffer_To_Window() (report by Leon Winter).
535
+ modify test/knight to provide the "slow" solution for small screens
536
using "R", noting that Warnsdorf's method is easily done with "a".
537
+ modify several test-programs which call use_default_colors() to
538
consistently do this only if "-d" option is given.
539
+ additional changes to test with non-standard variants of curses:
540
+ modify a loop limit in firework.c to work around absense of limit
541
checks in some libraries.
542
+ fill the last row of a window with "?" in firstlast if waddch does
543
not return ERR on the lower-right corner.
544
+ add checks in test/configure for some functions not in 4.3BSD curses.
545
+ fix a regression in test/configure (cf: 20170826).
546
- Split off terminfo-iterm to avoid conflict with package libiterm1
547
548
-------------------------------------------------------------------
549
Sun Aug 27 13:25:52 UTC 2017 - werner@suse.de
550
551
- Add ncurses patch 20170826
552
+ fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
553
+ corrected a warning from tic about keys which are the same, to skip
554
over missing/cancelled values.
555
+ add check in tic for unnecessary use of "2" to denote a shifted
556
special key.
557
+ improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
558
cancelled string capabilities.
559
+ add check in _nc_parse_entry() for invalid entry name, setting the
560
name to "invalid" to avoid problems storing entries.
561
+ add/improve checks in tic's parser to address invalid input
562
+ add a check in comp_scan.c to handle the special case where a
563
nontext file ending with a NUL rather than newline is given to tic
564
as input (Redhat #1484274).
565
+ allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
566
+ add validity checks for "use=" target in _nc_parse_entry (Redhat
567
#1484284).
568
+ check for invalid strings in postprocess_termcap (Redhat #1484285)
569
+ reset secondary pointers on EOF in next_char() (Redhat #1484287).
570
+ guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
571
cancelled strings (Redhat #1484291).
572
+ correct typo in curs_memleaks.3x (Sven Joachim).
573
+ improve test/configure checks for some curses variants not based on
574
X/Open Curses.
575
+ add options for test/configure to disable checks for form, menu and
576
panel libraries.
577
578
-------------------------------------------------------------------
579
Mon Aug 21 05:16:17 UTC 2017 - werner@suse.de
580
581
- Add ncurses patch 20170819
582
+ update "iterm" entry -TD
583
+ add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
584
+ regenerate llib-* files.
585
+ regenerate HTML manpages.
586
+ improve picsmap test-program:
587
+ reduce memory used for tsearch
588
+ add report in log file showing cumulative color coverage.
589
+ add -x option to clear/tput to make the E3 extension optional
590
(cf: 20130622).
591
+ add options -T and -V to clear command for compatibility with tput.
592
+ add usage message to clear command (Debian #371855).
593
+ improve usage messages for tset and tput.
594
+ minor fixes to "RDGB" extension and reset_color_pairs().
595
596
-------------------------------------------------------------------
597
Mon Aug 14 08:25:49 UTC 2017 - werner@suse.de
598
599
- Add ncurses patch 20170812
600
+ improve description of -R option in infocmp manual page (report by
601
Stephane Chazelas).
602
+ add reset_color_pairs() function.
603
+ add user_caps.5 manual page to document the terminfo extensions used
604
by ncurses.
605
+ improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
606
script fixes from work on xterm, lynx and tack.
607
+ modify install-rule for ncurses-examples to put the data files in
608
/usr/share/ncurses-examples
609
+ improve tracemunch, by changing address-parameters of add_wch(),
610
color_content() and pair_content() to dummy parameters.
611
+ minor optimization to _nc_change_pair, to return quickly when the
612
current screen is marked for clearing.
613
+ in-progress changes to improve performance of test/picsmap.c for
614
loading image files.
615
+ modify allocation for SCREEN's color-pair table to start small, grow
616
on demand up to the existing limit.
617
+ add "RGB" extension capability for direct-color support, use this to
618
improve color_content().
619
+ improve picsmap test-program:
620
+ if no palette file is needed, attempt to load one based on $TERM,
621
checking first in the current directory, then by adding ".dat"
622
suffix, and finally in the data-directory, e.g.,
623
/usr/share/ncurses-examples
624
+ add "-l" option for logging
625
+ add "-d" option for debugging
626
+ add "-s" option for stepping automatically through list of images,
627
with time delay.
628
+ use tsearch to improve time for loading color table for images.
629
+ update config.guess, config.sub from
630
http://git.savannah.gnu.org/cgit/config.git
631
632
-------------------------------------------------------------------
633
Mon Jul 31 12:14:36 UTC 2017 - werner@suse.de
634
635
- Add ncurses patch 20170729
636
+ update interix entry using tack and SFU on Windows 7 Ultimate -TD
637
+ use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
638
+ add "rep" to xterm-new, available since 1997/01/26 -TD
639
+ move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
640
Williams) -TD
641
+ add a check in newline_forces_scroll() in case a program moves the
642
cursor outside scrolling margins (report by Robert King).
643
+ improve _nc_tparm_analyze, using that to extend the checks made by
644
tic for reporting inconsistencies between the expected number of
645
parameters for a capability and the actual.
646
+ amend handling of repeat_char capability in EmitRange (adapted from
647
report/patch by Dick Wesseling):
648
+ translate the character to the alternate character set when the
649
alternate character set is enabled.
650
+ do not use repeat_char for characters past 255.
651
+ document "_nc_free_tinfo" in manual page, because it could be used in
652
tack for memory-leak checking.
653
+ add "--without-tack" configure option to refine "--with-progs"
654
configure option. Normally tack is no longer built in-tree, but
655
a few packagers combine it during the build. If term_entry.h is
656
installed, there is no advantage to in-tree builds.
657
+ adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
658
needed for tack 1.08 when built in-tree. Rather than relying upon
659
internal "_nc_" functions, tack now uses the boolean, number and
660
string capability name-arrays provided by ncurses and SVr4 Unix
661
curses. It still uses term_entry.h for the definitions of the
662
extended capability arrays.
663
+ add an overlooked null-pointer check in mvcur changes from 20170722
664
- Modify patch ncurses-5.7-tack.dif and ncurses-6.0.dif to get
665
position independent executables as well
666
667
-------------------------------------------------------------------
668
Mon Jul 24 07:17:59 UTC 2017 - werner@suse.de
669
670
- Add ncurses patch 20170722
671
+ improve test-packages for ncurses-examples and AdaCurses for lintian
672
+ modify logic for endwin-state to be able to detect the case where
673
the screen was never initialized, using that to trigger a flush of
674
ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
675
term-driver configuration.
676
+ add dependency upon ncurses_cfg.h to a few other internal header
677
files to allow each to be compiled separately.
678
+ add dependency upon ncurses_cfg.h to tic's header-files; any program
679
using tic-library will have to supply this file. Legacy tack
680
versions supply this file; ongoing tack development has dropped the
681
dependency upon tic-library and new releases will not be affected.
682
683
-------------------------------------------------------------------
684
Tue Jul 18 06:49:37 UTC 2017 - werner@suse.de
685
686
- Fix build by removing workaround in patch ncurses-5.7-tack.dif
687
which was required since patch 20170415 but had become obsolete
688
with patch 20170715
689
690
-------------------------------------------------------------------
691
Mon Jul 17 08:44:28 UTC 2017 - werner@suse.de
692
693
- Add ncurses patch 20170715
694
+ modify command-line parameters for "convert" used in picsmap to work
695
with ImageMagick 6.8 and newer.
696
+ fix build-problem with tack and ABI-5 (Debian #868328).
697
+ repair termcap-format from tic/infocmp broken in 20170701 fixes
698
(Debian #868266).
699
+ reformat terminfo.src with 20170513 updates.
700
+ improve test-packages to address lintian warnings.
701
702
-------------------------------------------------------------------
703
Mon Jul 10 07:17:16 UTC 2017 - werner@suse.de
704
705
- Add ncurses patch 20170708
706
+ add a note to tic manual page about -W versus -f options.
707
+ correct a limit-check in fixes from 20170701 (report by Sven Joachim).
708
- This also for bug bsc#1047964 and bug bsc#1047965
709
710
-------------------------------------------------------------------
711
Mon Jul 3 07:01:41 UTC 2017 - werner@suse.de
712
713
- Add ncurses patch 20170701 (bsc#1046853, bsc#1046858)
714
+ modify update_getenv() in db_iterator.c to ensure that environment
715
variables which are not initially set will be checked later if an
716
application happens to set them (patch by Guillaume Maudoux).
717
+ remove initialization-check for calling napms() in the term-driver
718
configuration; none is needed.
719
+ add help-screen to test/test_getstr.c and test/test_get_wstr.c
720
+ improve compatibility between different configurations of new_prescr,
721
fixing a case with threaded code and term-driver where c++/demo did
722
not work (cf: 20160213).
723
+ the fixes for Redhat #1464685 obscured a problem subsequently
724
reported in Redhat #1464687; the given test-case was no longer
725
reproducible. Testing without the fixes for the earlier reports
726
showed a problem with buffer overflow in dump_entry.c, which is
727
addressed by reducing the use of a fixed-size buffer.
728
+ add/improve checks in tic's parser to address invalid input
729
(Redhat #1464684, #1464685, #1464686, #1464691).
730
+ alloc_entry.c, add a check for a null-pointer.
731
+ parse_entry.c, add several checks for valid pointers as well as
732
one check to ensure that a single character on a line is not
733
treated as the 2-character termcap short-name.
734
+ fix a memory leak in delscreen() (report by Bai Junq).
735
+ improve tracemunch, showing thread identifiers as names.
736
+ fix a use-after-free in NCursesMenu::~NCursesMenu()
737
+ further amend incorrect calls for memory-leaks from 20170617 changes
738
(report by Allen Hewes).
739
740
-------------------------------------------------------------------
741
Sun Jun 25 07:12:59 UTC 2017 - werner@suse.de
742
743
- Add ncurses patch 20170624
744
+ modify c++/etip.h.in to accommodate deprecation of throw() and
745
throws() in c++17 (prompted by patch by Romain Geissler).
746
+ remove some incorrect calls for memory-leaks from 20170617 changes
747
(report by Allen Hewes).
748
+ add test-programs for termattrs and term_attrs.
749
+ modify _nc_outc_wrapper to use the standard output if the screen was
750
not initialized, rather than returning an error.
751
+ improve checks for low-level terminfo functions when the terminal
752
has not been initialized (Redhat #1345963).
753
+ modify make_hash to allow building with address-sanitizer,
754
assuming that --disable-leaks is configured.
755
+ amend changes for number_format() in 20170506 to avoid undefined
756
behavior when shifting (patch by Emanuele Giaquinta).
757
758
-------------------------------------------------------------------
759
Wed Jun 21 10:24:20 UTC 2017 - werner@suse.de
760
761
- Add ncurses patch 20170617
762
+ fill in some places where TERMTYPE2 vs TERMTYPE was not used
763
(report by Allen Hewes).
764
+ use ExitTerminfo() internally in error-exits for ncurses' setupterm
765
to help with leak checking.
766
+ use ExitProgram() in error-exit from initscr() to help with leak
767
checking.
768
+ review test-programs, adding checks for cases where the terminal
769
cannot be initialized.
770
771
-------------------------------------------------------------------
772
Mon Jun 12 13:11:49 UTC 2017 - werner@suse.de
773
774
- Add ncurses patch 20170610
775
+ add option "-xp" to picsmap.c, to use init_extended_pair().
776
+ make simple performance fixes for picsmap.c
777
+ improve aspect ratio of images read from "convert" in picsmap.c
778
- Add ncurses patch 20170603
779
+ add option to picsmap to use color-palette files, e.g., for mapping
780
to xterm-256color.
781
+ move the data in SCREEN used for the alloc_pair() function to the
782
end, to restore compatibility between ncurses/ncursesw libtinfo
783
(report/patch by Miroslav Lichvar).
784
+ add build-time utility "report_offsets" to help show when the various
785
configurations of tinfo library are compatible or not.
786
- Remove patch ncurses-6.0-crashw.patch as a temporary as now part
787
of patch level 20170603
788
789
-------------------------------------------------------------------
790
Tue May 30 07:29:14 UTC 2017 - werner@suse.de
791
792
- Add patch ncurses-6.0-crashw.patch as a temporary fix which will
793
become part of next patch level: solve binary incompatiblity of
794
libtinfow and libtinfo
795
796
-------------------------------------------------------------------
797
Mon May 29 06:51:13 UTC 2017 - werner@suse.de
798
799
- Add ncurses patch 20170527
800
+ improved test/picsmap.c:
801
+ lookup named colors for xpm files in rgb.txt
802
+ accept blanks in color-keys for xpm files.
803
+ if neither xbm/xpm work, try "convert", which may be available.
804
805
-------------------------------------------------------------------
806
Wed May 24 07:10:12 UTC 2017 - werner@suse.de
807
808
- Fix ncursesw6-config and ncursesw5-config scripts to return -ltinfow
809
as well as the pkg-config files do
810
811
-------------------------------------------------------------------
812
Mon May 22 06:38:10 UTC 2017 - werner@suse.de
813
814
- Add ncurses patch 20170520
815
+ modify test/picsmap.c to read xpm files.
816
+ modify package/debian/* to create documentation packages, so the
817
related files can be checked with lintian.
818
+ fix some typos in manpages (report/patch by Sven Joachim).
819
820
-------------------------------------------------------------------
821
Mon May 15 10:07:56 UTC 2017 - werner@suse.de
822
823
- Add ncurses patch 20170513
824
+ add test/picsmap.c to fill in some testing issues not met by dots.
825
The initial version reads X bitmap (".xbm") files.
826
+ repair logic which forces a repaint where a color-pair's content is
827
changed (cf: 20170311).
828
+ improve tracemunch, showing screenXX pointers as names.
829
830
-------------------------------------------------------------------
831
Fri May 12 06:35:00 UTC 2017 - werner@suse.de
832
833
- Better screen support and workaround about missing terminfo entries
834
might be help on boo#812067 as well as on boo#935736 but may cause
835
boo#940459 (which should be fixed by screen its self!)
836
- New package terminfo-screen which includes some useful but troubling
837
terminfo database entries for screen.
838
839
-------------------------------------------------------------------
840
Wed May 10 12:56:39 UTC 2017 - werner@suse.de
841
842
- Disable the usage of getttynam(3) as under Linux this is not used
843
844
-------------------------------------------------------------------
845
Tue May 9 09:46:16 UTC 2017 - werner@suse.de
846
847
- Add ncurses patch 20170506
848
+ modify tic/infocmp display of numeric values to use hexadecimal when
849
they are "close" to a power of two, making the result more readable.
850
+ improve discussion of portability in curs_mouse.3x
851
+ change line-length for generated html/manpages to 78 columns from 65.
852
+ improve discussion of line-drawing characters in curs_add_wch.3x
853
(prompted by discussion with Lorinczy Zsigmond).
854
+ cleanup formatting of hackguide.html and ncurses-intro.html
855
+ add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
856
857
-------------------------------------------------------------------
858
Tue May 2 14:41:23 UTC 2017 - werner@suse.de
859
860
- Add ncurses patch 20170429
861
+ corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
862
overlooked in 20160528 fixes (report by Alexandre Bury).
863
+ improve a couple of test-program's help-messages.
864
+ corrected loop in rain.c from 20170415 changes.
865
+ modify winnstr and winchnstr to return error if the output pointer is
866
null, as well as adding a null pointer check of the window pointer
867
for better compatibility with other implementations.
868
+ improve discussion of NetBSD curses in scr_dump.5
869
+ modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
870
value to be limited (reports by Darby Payne, Rob Boudreau).
871
+ update config.guess, config.sub from
872
http://git.savannah.gnu.org/cgit/config.git
873
874
-------------------------------------------------------------------
875
Mon Apr 24 08:15:55 UTC 2017 - werner@suse.de
876
877
- Also split libtic into normal and wide version libticw as those
878
libraries are linked with libtinfo respectively libtinfow
879
- The tack tool does require the old _nc_read_entry()
880
881
-------------------------------------------------------------------
882
Mon Apr 24 06:46:05 UTC 2017 - werner@suse.de
883
884
- Add ncurses patch 20170422
885
+ build-fix for termcap-configuration (report by Chi-Hsuan Yen).
886
+ improve terminfo manual page discussion of control- and graphics-
887
characters.
888
+ remove tic warning about "^?" in string capabilities, which was
889
marked as an extension (cf: 20000610, 20110820); however all Unix
890
implementations support this and X/Open Curses does not address it.
891
On the other hand, termcap never did support this feature.
892
+ correct missing comma-separator between string capabilities in
893
icl6402 and m2-nam -TD
894
+ restore rmir/smir in ansi+idc to better match original ansiterm+idc,
895
add alias ansiterm (report by Robert King).
896
+ amend an old check for ambiguous use of "ma" in terminfo versus
897
a termcap use, if the capability is cancelled to treat it as number.
898
+ correct a case in _nc_captoinfo() which read "%%" and emitted "%".
899
+ modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
900
and "%'char'%+%c" to check that the final character is really 'c',
901
avoiding a case in icl6404 which cannot be converted to termcap.
902
+ in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
903
written to termcap, because the BSDs did not implement that.
904
+ in _nc_tic_expand() and _nc_infotocap(), improve string-length check
905
when deciding whether to use "^X" or "\xxx" format for control
906
characters, to make the output of tic/infocmp more predictable.
907
+ limit termcap "%d" width to 2 digits on input, and use "%2" in
908
preference to "%02" on output.
909
+ correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
910
"%3"; the result repeated the last character.
911
+ add man/scr_dump.5 to document screen-dump format.
912
- Add ncurses patch 20170415
913
+ modify several test programs to use new popup_msgs, adapted from
914
help-screen used in test/edit_field.c
915
+ drop two symbols obsoleted in 2004: _nc_check_termtype, and
916
_nc_resolve_uses
917
+ fix some old copyright dates (cf: 20031025).
918
+ build-fixes for test/savescreen.c to work with AIX and HPUX.
919
+ minor fix to configure script, adding a backslash/continuation.
920
+ extend TERMINAL structure for ABI 6 to store numbers internally as
921
integers rather than short, by adding new data for this purpose.
922
+ more fixes for minor memory-leaks in test-programs.
923
924
-------------------------------------------------------------------
925
Thu Apr 13 13:16:58 UTC 2017 - werner@suse.de
926
927
- With one of the latest update patches libtinfo now has become
928
splitted into a normal and wide character version (boo#1033198)
929
930
-------------------------------------------------------------------
931
Mon Apr 10 09:40:23 UTC 2017 - werner@suse.de
932
933
- Add ncurses patch 20170408
934
+ change logic in wins_nwstr() to avoid addressing data past the output
935
of mbstowcs().
936
+ correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
937
+ fix minor memory-leaks in test-programs.
938
+ further improve ifdef in term_entry.h for internal definitions not
939
used by tack.
940
941
-------------------------------------------------------------------
942
Mon Apr 3 08:32:42 UTC 2017 - werner@suse.de
943
944
- Add ncurses patch 20170401
945
+ minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
946
+ add smso for env230, to match sgr -TD
947
+ remove p7/protect from sgr in fbterm -TD
948
+ drop setf/setb from fbterm; setaf/setab are enough -TD
949
+ make xterm-pcolor sgr consistent with other capabilities -TD
950
+ add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
951
(discussion with Nicholas Marriott)
952
+ add test-programs sp_tinfo and extended_color
953
+ modify no-leaks code for lib_cur_term.c to account for the tgetent()
954
cache.
955
+ modify setupterm() to save original tty-modes so that erasechar()
956
works as expected. Also modify _nc_setupscreen() to avoid redundant
957
calls to get original tty-modes.
958
+ modify set_curterm() to update ttytype[] data used by longname().
959
+ modify wattr_set() and wattr_get() to return ERR if win-parameter is
960
null, as documented.
961
+ improve cast used for null-pointer checks in header macros, to
962
reduce compiler warnings.
963
+ modify several functions, using the reserved "opts" parameter to pass
964
color- and pair-values larger than 16-bits:
965
+ getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
966
wattr_set(), wchgat(), wcolor_set().
967
+ Other functions call these with the corresponding altered behavior,
968
including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
969
slk_color_off(), vid_attr().
970
+ add new functions for manipulating color- and pair-values larger
971
than 16-bits. These are extended_color_content(),
972
extended_pair_content(), extended_slk_color(), init_extended_color(),
973
init_extended_pair(), and the corresponding sp-funcs.
974
975
-------------------------------------------------------------------
976
Sun Mar 26 13:54:12 UTC 2017 - werner@suse.de
977
978
- Add ncurses patch 20170325
979
+ fix a memory leak in the window-list when creating multiple screens
980
(reports by Andres Martinelli, Debian #783486).
981
+ reviewed calls from link_test.c, added a few more null-pointer
982
checks.
983
+ add a null-pointer check in ungetmouse, in case mousemask was not
984
called (report by "Kau").
985
+ updated curs_sp_funcs.3x for new functions.
986
987
-------------------------------------------------------------------
988
Mon Mar 20 08:36:28 UTC 2017 - werner@suse.de
989
990
- Add ncurses patch 20170318
991
+ change TERMINAL structure in term.h to make it opaque. Some
992
applications misuse its members, e.g., directly modifying it
993
rather than using def_prog_mode().
994
+ modify utility headers such as tic.h to make it clearer which are
995
externals that are used by tack.
996
+ improve curs_slk.3x in particular its discussion of portability.
997
+ fix cut/paste in legacy_encoding.3x
998
+ add prototype for find_pair() to new_pair.3x (report by Branden
999
Robinson).
1000
+ fix a couple of broken links in generated man-html documentation.
1001
+ regenerate man-html documentation.
1002
- Add tack patch 1.07.20170318
1003
* init.c:
1004
use def_prog_mode() to eliminate two internal details from ncurses
1005
* edit.c, tack.h: accommodate opaque TERMINAL structure in ncurses
1006
* tack.h: update copyright to match version
1007
* config.sub: 2017-02-07
1008
* config.guess: 2017-03-05
1009
1010
-------------------------------------------------------------------
1011
Mon Mar 13 11:21:44 UTC 2017 - werner@suse.de
1012
1013
- Add ncurses patch 20170311
1014
+ modify vt100 rs2 string to reset vt52 mode and scrolling regions
1015
(report/analysis by Robert King) -TD
1016
+ add vt100+4bsd building block, use that for older terminals rather
1017
than "vt100" which is now mostly used as a building block for
1018
terminal emulators -TD
1019
+ correct a few spelling errors in terminfo.src comments -TD
1020
+ add fbterm -TD
1021
+ fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
1022
+ changed internal colorpair_t to a struct, eliminating an internal
1023
8-bit limit on colors
1024
+ add ncurses/new_pair.h
1025
+ add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
1026
free_pair() functions
1027
+ add test/demo_new_pair.c
1028
- Add ncurses patch 20170304
1029
+ improve terminfo manual description of terminfo syntax.
1030
+ clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
1031
+ improve description of endwin() in manual.
1032
+ modify setcchar() and getcchar() to treat negative color-pair as an
1033
error.
1034
+ fix a typo in include/hashed_db.h (Andre Sa).
1035
1036
-------------------------------------------------------------------
1037
Thu Mar 2 13:31:07 UTC 2017 - werner@suse.de
1038
1039
- Add ncurses patch 20170225
1040
+ fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
1041
1042
-------------------------------------------------------------------
1043
Mon Feb 20 11:15:23 UTC 2017 - werner@suse.de
1044
1045
- Add ncurses patch 20170218
1046
+ fix several formatting issues with manual pages.
1047
+ correct read of terminfo entry in which all strings are absent or
1048
explicitly cancelled. Before this fix, the result was that all were
1049
treated as only absent.
1050
+ modify infocmp to suppress mixture of absent/cancelled capabilities
1051
that would only show as "NULL, NULL", unless the -q option is used,
1052
e.g., to show "-, @" or "@, -".
1053
1054
-------------------------------------------------------------------
1055
Mon Feb 13 09:16:11 UTC 2017 - werner@suse.de
1056
1057
- Add ncurses patch 20170212
1058
+ build-fixes for PGI compilers (report by Adam J. Stewart)
1059
+ accept whitespace in sed expression for generating expanded.c
1060
+ modify configure check that g++ compiler warnings are not used.
1061
+ add configure check for -fPIC option needed for shared libraries.
1062
+ let configure --disable-ext-funcs override the default for the
1063
--enable-sp-funcs option.
1064
+ mark some structs in form/menu/panel libraries as potentially opaque
1065
without modifying API/ABI.
1066
+ add configure option --enable-opaque-curses for ncurses library and
1067
similar options for the other libraries.
1068
1069
-------------------------------------------------------------------
1070
Mon Feb 6 11:08:53 UTC 2017 - werner@suse.de
1071
1072
- Add ncurses patch 20170204
1073
+ trim newlines, tabs and escaped newlines from terminfo "paths" passed
1074
to db-iterator.
1075
+ ignore zero-length files in db-iterator; these are useful for
1076
instance to suppress "$HOME/.terminfo" when not wanted.
1077
+ amended "b64:" encoder to work with the terminfo reader.
1078
+ modify terminfo reader to accept "b64:" format using RFC-3548 in
1079
as well as RFC-4648 url/filename-safe format.
1080
+ modify terminfo reader to accept "hex:" format as generated by
1081
"infocmp -0qQ1" (cf: 20150905).
1082
+ adjust authors comment to reflect drop below 1% for SV.
1083
1084
-------------------------------------------------------------------
1085
Fri Feb 3 14:17:59 UTC 2017 - jengelh@inai.de
1086
1087
- Drop authors block from description and ship AUTHORS intead.
1088
- Replace canned summaries and descriptions by
1089
package-specific ones.
1090
- Replace |xargs rm by simpler -delete. Use modern tar options.
1091
1092
-------------------------------------------------------------------
1093
Fri Feb 3 08:00:06 UTC 2017 - werner@suse.de
1094
1095
- Use gzip shell script as GZIP envornment variable becomes obsolescent
1096
- Split of ncurses5-devel from ncurses-devel
1097
- Now ncurses-devel also provides ncurses6-devel
1098
- Also ncurses5-devel requires libncurses5 (boo#1023296)
1099
packages which want to be build with ncurses5-devel may require
1100
pkgconfig(ncurses5) or pkgconfig(ncursesw5) or
1101
/usr/bin/ncurses5-config or /usr/bin/ncursesw5-config
1102
1103
-------------------------------------------------------------------
1104
Mon Jan 30 08:58:50 UTC 2017 - werner@suse.de
1105
1106
- Add ncurses patch 20170128
1107
+ minor comment-fixes to help automate links to bug-urls -TD
1108
+ add dvtm, dvtm-256color -TD
1109
+ add settings corresponding to xterm-keys option to tmux entry to
1110
reflect upcoming change to make that option "on" by default
1111
(patch by Nicholas Marriott).
1112
+ uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
1113
+ add dumb-emacs-ansi -TD
1114
1115
-------------------------------------------------------------------
1116
Sun Jan 22 10:45:18 UTC 2017 - werner@suse.de
1117
1118
- Add ncurses patch 20170121
1119
+ improve discussion of early history of tput program.
1120
+ incorporate A_COLOR mask into COLOR_PAIR(), in case user application
1121
provides an out-of-range pair number (report by Elijah Stone).
1122
+ clarify description in tput manual page regarding support for
1123
termcap names (prompted by FreeBSD #214709).
1124
+ remove a restriction in tput's support for termcap names which
1125
omitted capabilities normally not shown in termcap translations
1126
(cf: 990123).
1127
+ modify configure script for clang as used on FreeBSD, to work around
1128
clang's differences in exit codes vs gcc.
1129
1130
-------------------------------------------------------------------
1131
Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de
1132
1133
- Remove -L option on screen call dues API change, now we depend
1134
on environment variables only.
1135
1136
-------------------------------------------------------------------
1137
Mon Jan 16 09:01:31 UTC 2017 - werner@suse.de
1138
1139
- Add ncurses patch 20170114
1140
+ improve discussion of early history of tset/reset programs.
1141
+ clarify in manual pages that the optional verbose option level is
1142
available only when ncurses is configured for tracing.
1143
+ amend change from 20161231 to avoid writing traces to the standard
1144
error after initializing the trace feature using the environment
1145
variable.
1146
1147
-------------------------------------------------------------------
1148
Mon Jan 9 11:17:00 UTC 2017 - werner@suse.de
1149
1150
- Add ncurses patch 20170107
1151
+ amend changes for tput to reset tty modes to "sane" if the program
1152
is run as "reset", like tset. Likewise, ensure that tset sends
1153
either reset- or init-strings.
1154
+ improve manual page descriptions of tput init/reset and tset/reset,
1155
to make it easier to see how they are similar and different.
1156
+ move a static result from key_name() to _nc_globals
1157
+ modify _nc_get_screensize to allow for use_env() and use_tioctl()
1158
state to be per-screen when sp-funcs are configured, better matching
1159
the behavior when using the term-driver configuration.
1160
+ improve cross-references in manual pages for often used functions
1161
+ move SCREEN field for use_tioctl() data before the ncursesw fields,
1162
and limit that to the sp-funcs configuration to improve termlib
1163
compatibility (cf: 20120714).
1164
+ correct order of initialization for traces in use_env() and
1165
use_tioctl() versus first trace calls.
1166
- Add ncurses patch 20161231
1167
+ fix errata for ncurses-howto (report by Damien Ruscoe).
1168
+ fix a few places in configure/build scripts where DESTDIR and rpath
1169
were combined (report by Thomas Klausner).
1170
+ merge current st description (report by Harry Gindi) -TD
1171
+ modify flash capability for linux and wyse entries to put the delay
1172
between the reverse/normal escapes rather than after -TD
1173
+ modify program tabs to pass the actual tty file descriptor to
1174
setupterm rather than the standard output, making padding work
1175
consistently.
1176
+ explain in clear's manual page that it writes to stdout.
1177
+ add special case for verbose debugging traces of command-line
1178
utilities which write to stderr (cf: 20161126).
1179
+ remove a trace with literal escapes from skip_DECSCNM(), added in
1180
20161203.
1181
+ update config.guess, config.sub from
1182
http://git.savannah.gnu.org/cgit/config.git
1183
- Add ncurses patch 20161224
1184
+ correct parmeters for copywin call in _nc_Synchronize_Attributes()
1185
(patch by Leon Winter).
1186
+ improve color-handling section in terminfo manual page (prompted by
1187
patch by Mihail Konev).
1188
+ modify programs clear, tput and tset to pass the actual tty file
1189
descriptor to setupterm rather than the standard output, making
1190
padding work.
1191
1192
-------------------------------------------------------------------
1193
Mon Dec 19 12:57:51 UTC 2016 - werner@suse.de
1194
1195
- Add ncurses patch 20161217
1196
+ add tput-colorcube demo script.
1197
+ add -r and -s options to tput-initc demo, to match usage in xterm.
1198
+ flush the standard output in _nc_flush for the case where SP is zero,
1199
e.g., when called via putp. This fixes a scenario where "tput flash"
1200
did not work after changes in 20130112.
1201
1202
-------------------------------------------------------------------
1203
Mon Dec 12 12:25:00 UTC 2016 - werner@suse.de
1204
1205
- Add ncurses patch 20161210
1206
+ add configure script option --disable-wattr-macros for use in cases
1207
where one wants to use the same headers for ncurses5/ncurses6
1208
development, by suppressing the wattr* macros which differ due to
1209
the introduction of extended colors (prompted by comments in
1210
Debian #230990, Redhat #1270534).
1211
+ add test/tput-initc to demonstrate tput used to initialize palette
1212
from a data file.
1213
+ modify test/xterm*.dat to use the newer color4/color12 values.
1214
1215
-------------------------------------------------------------------
1216
Mon Dec 5 12:00:01 UTC 2016 - werner@suse.de
1217
1218
- Add ncurses patch 20161203
1219
+ improve discussion of field validation in form_driver.3x manual page.
1220
+ update curs_trace.3x manual page.
1221
1222
-------------------------------------------------------------------
1223
Mon Nov 28 08:37:34 UTC 2016 - werner@suse.de
1224
1225
- Add ncurses patch 20161126
1226
+ modify linux-16color to not mask dim, standout or reverse with the
1227
ncv capability -TD
1228
+ add 0.1sec mandatory delay to flash capabilities using the VT100
1229
reverse-video control -TD
1230
+ omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
1231
entry, to avoid conflict with the user-defined mapping. The reset
1232
feature will use ISO-8859-1 in any case (Mikulas Patocka).
1233
+ improve check in tic for delays by also warning about beep/flash
1234
when a delay is not embedded, or if those use the VT100 reverse
1235
video escape without using a delay.
1236
+ minor fix for syntax-check of delays from 20161119 changes.
1237
+ modify trace() to avoid overwriting existing file (report by Maor
1238
Shwartz).
1239
1240
-------------------------------------------------------------------
1241
Mon Nov 21 08:52:05 UTC 2016 - werner@suse.de
1242
1243
- Add ncurses patch 20161112
1244
+ improve -W option in tic/infocmp:
1245
+ correct order of size-adjustments in wrapped lines
1246
+ if -f option splits line, do not further split it with -W
1247
+ begin a new line when adding "use=" after a wrapped line
1248
- Add ncurses patch 20161119
1249
+ add check in tic for some syntax errors of delays, as well as use of
1250
proportional delays for non-line capabilities.
1251
+ document history of the clear program and the E3 extension, prompted
1252
by various discussions including
1253
http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
1254
1255
-------------------------------------------------------------------
1256
Mon Nov 7 13:40:58 UTC 2016 - werner@suse.de
1257
1258
- Add ncurses patch 20161105
1259
+ fix typo in man/terminfo.tail (Alain Williams).
1260
+ correct program-name in adacurses6-config.1 manual page.
1261
- Add ncurses patch 20161029
1262
+ add new function "unfocus_current_field" (Leon Winter)
1263
1264
-------------------------------------------------------------------
1265
Thu Oct 27 09:51:21 UTC 2016 - werner@suse.de
1266
1267
- Drop patch ncurses-5.9-environment.dif as YaST2 ncurses GUI does
1268
not need it anymore and as well as it causes bug bsc#1000662
1269
1270
-------------------------------------------------------------------
1271
Mon Oct 24 08:44:52 UTC 2016 - werner@suse.de
1272
1273
- Add ncurses patch 20161022
1274
+ modify tset -w (and tput reset) to update the program's copy of the
1275
screensize if it was already set in the system, to improve tabstop
1276
setting which relies upon knowing the actual screensize.
1277
+ add functionality of tset -w to tput, like the "-c" feature this is
1278
not optional in tput.
1279
+ add "clear" as a possible link/alias to tput.
1280
+ improve tput's check for being called as "init" or "reset" to allow
1281
for transformed names.
1282
+ split-out the "clear" function from progs/clear.c, share with
1283
tput to get the same behavior, e.g., the E3 extension.
1284
1285
-------------------------------------------------------------------
1286
Mon Oct 17 08:37:12 UTC 2016 - werner@suse.de
1287
1288
- Add ncurses patch 20161015
1289
+ amend internal use of tputs to consistently use the number of lines
1290
affected, e.g., for insert/delete character operations. While
1291
merging terminfo source early in 1995, several descriptions used the
1292
"*" proportional delay for these operations, prompting a change in
1293
doupdate.
1294
+ regenerate llib-* files.
1295
+ regenerate HTML manpages.
1296
+ fix several formatting issues with manual pages.
1297
1298
-------------------------------------------------------------------
1299
Thu Oct 13 08:34:02 UTC 2016 - werner@suse.de
1300
1301
- Add ncurses patch 20161008
1302
+ adjust size in infocmp/tic to work with strlcpy.
1303
+ fix configure script to record when strlcat is found on OpenBSD.
1304
+ build-fix for "recent" OpenBSD vs baudrate.
1305
1306
-------------------------------------------------------------------
1307
Tue Oct 4 16:38:06 UTC 2016 - werner@suse.de
1308
1309
- Add ncurses patch 20161001
1310
+ add -W option to tic/infocmp to force long strings to wrap. This is
1311
in addition to the -w option which attempts to fit capabilities into
1312
a given line-length.
1313
+ add linux-m1 minitel entries (patch by Alexandre Montaron).
1314
+ correct rs2 string for vt100-nam -TD
1315
- Re-enable block cursor on virtual console
1316
1317
-------------------------------------------------------------------
1318
Mon Sep 26 11:13:35 UTC 2016 - werner@suse.de
1319
1320
- Add ncurses patch 20160924
1321
+ modify _nc_tic_expand to escape comma if it immediately follows a
1322
percent sign, to work with minitel change.
1323
+ updated minitel and viewdata descriptions (Alexandre Montaron).
1324
1325
-------------------------------------------------------------------
1326
Mon Sep 19 06:52:26 UTC 2016 - werner@suse.de
1327
1328
- Add ncurses patch 20160917
1329
+ build-fix for gnat6, which unhelpfully attempts to compile C files.
1330
+ fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
1331
1332
-------------------------------------------------------------------
1333
Mon Sep 12 12:55:25 UTC 2016 - werner@suse.de
1334
1335
- Add ncurses patch 20160910
1336
+ trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
1337
Leon Winter).
1338
+ trim some obsolete/incorrect wording about EINTR from wgetch manual
1339
page (patch by Leon Winter).
1340
+ really correct 20100515 change (patch by Rich Coe).
1341
+ add "--enable-string-hacks" option to test/configure
1342
+ completed string-hacks for "sprintf", etc., including test-programs.
1343
+ make "--enable-string-hacks" work with Debian by checking for the
1344
"bsd" library and its associated "<bsd/string.h>" header.
1345
- Add ncurses patch 20160903
1346
+ correct 20100515 change for weak signals versus sigprocmask (report
1347
by Rich Coe).
1348
+ modify misc/Makefile.in to work around OpenBSD "make" which unlike
1349
all other versions of "make" does not recognize continuation lines
1350
of comments.
1351
+ amend the last change to CF_C_ENV_FLAGS to move only the
1352
preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
1353
leaving the residue in CC. That happens to work for gcc's various
1354
"model" options, but may require tuning for other compilers (report
1355
by Sven Joachim).
1356
- Add ncurses patch 20160827
1357
+ add "v" menu entry to test/ncurses.c to show baudrate and other
1358
values.
1359
+ add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
1360
lib_baudrate.c
1361
+ modify CF_XOPEN_SOURCE macro:
1362
+ add "uclinux" to case for "linux" (patch by Yann E. Morin)
1363
+ modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
1364
(patch by Corinna Vinschen, from changes to tin).
1365
+ improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
1366
as "ccache" (report by Enrico Scholz).
1367
+ update config.guess, config.sub from
1368
http://git.savannah.gnu.org/cgit/config.git
1369
- Add ncurses patch 20160820
1370
+ update tput manual page to reflect changes to manipulate terminal
1371
modes by sharing functions with tset.
1372
+ add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
1373
command, making the two almost the same except for window-size.
1374
+ adapt logic used in dialog "--keep-tite" option for test/filter.c as
1375
"-a" option. When set, test/filter attempts to suppress the
1376
alternate screen.
1377
+ correct a typo in interix entry -TD
1378
- Drop patch ncurses-6.0-signal.dif as now upstream
1379
1380
-------------------------------------------------------------------
1381
Mon Sep 5 00:14:00 UTC 2016 - rcoe@wi.rr.com
1382
1383
- Add patch ncurses-6.0-signal.dif for bnc#995148:
1384
+ redfine sigprocmask macro
1385
+ wrap sigprocmask to call system sigprocmask instead of self
1386
1387
-------------------------------------------------------------------
1388
Mon Aug 15 11:55:32 UTC 2016 - werner@suse.de
1389
1390
- Add ncurses patch 20160813
1391
+ add a dependency upon generated-sources in Ada95/src/Makefile.in to
1392
handle a case of "configure && make install".
1393
+ trim trailing blanks from include/Caps*, to work around a problem
1394
in sed (Debian #818067).
1395
1396
-------------------------------------------------------------------
1397
Mon Aug 8 12:32:57 UTC 2016 - werner@suse.de
1398
1399
- Add ncurses patch 20160806
1400
+ improve CF_GNU_SOURCE configure macro to optionally define
1401
_DEFAULT_SOURCE work around a nuisance in recent glibc releases.
1402
+ move the terminfo-specific parts of tput's "reset" function into
1403
the shared reset_cmd.c, making the two forms of reset use the same
1404
strings.
1405
+ split-out the terminal initialization functions from tset as
1406
progs/reset_cmd.c, as part of changes to merge the reset-feature
1407
with tput.
1408
1409
-------------------------------------------------------------------
1410
Mon Aug 1 11:45:10 UTC 2016 - werner@suse.de
1411
1412
- Add ncurses patch 20160730
1413
+ change tset's initialization to allow it to get settings from the
1414
standard input as well as /dev/tty, to be more effective when
1415
output or error are redirected.
1416
+ improve discussion of history and portability for tset/reset/tput
1417
manual pages.
1418
- Add ncurses patch 20160723
1419
+ improve error message from tset/reset when both stderr/stdout are
1420
redirected to a file or pipe.
1421
+ improve organization of curs_attr.3x, curs_color.3x
1422
- Add ncurses patch 20160709
1423
+ work around Debian's antique/unmaintained version of mawk when
1424
building link_test.
1425
+ improve test/list_keys.c, showing ncurses's convention of modifiers
1426
for special keys, based on xterm.
1427
1428
-------------------------------------------------------------------
1429
Thu Jul 7 08:57:03 UTC 2016 - werner@suse.de
1430
1431
- Add ncurses patch 20160702
1432
+ improve test/list_keys.c, using $TERM if no parameters areg given.
1433
- Add ncurses patch 20160625
1434
+ build-fixes for ncurses "test_progs" rule.
1435
+ amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
1436
work (report by Sven Joachim).
1437
- Add ncurses patch 20160618
1438
+ build-fixes for ncurses-examples with NetBSD curses.
1439
+ improve test/list_keys.c, fixing column-widths and sorting the list
1440
to make it more readable.
1441
1442
-------------------------------------------------------------------
1443
Mon Jun 13 10:09:58 UTC 2016 - werner@suse.de
1444
1445
- Add ncurses patch 20160611
1446
+ revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
1447
+ modify test/ncurses.c a/A screens to make exiting on an escape
1448
character depend on the start of keypad and timeout modes, to allow
1449
better testing of function-keys.
1450
+ modify rs1 for xterm-16color, xterm-88color and xterm-256color to
1451
reset palette using "oc" string as in linux -TD
1452
+ use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
1453
that could be returned -TD
1454
+ added a few capabilities fixed in recent vte -TD
1455
1456
-------------------------------------------------------------------
1457
Mon Jun 6 13:15:39 UTC 2016 - werner@suse.de
1458
1459
- Add ncurses patch 20160528
1460
+ further workaround for PIE/PIC breakage which causes gpm to not link.
1461
+ fix most cppcheck warnings, mostly style, in ncurses library.
1462
- Add ncurses patch 20160604
1463
+ correct logic for -f option in test/demo_terminfo.c
1464
+ add test/list_keys.c
1465
1466
-------------------------------------------------------------------
1467
Tue May 24 07:41:19 UTC 2016 - werner@suse.de
1468
1469
- Add ncurses patch 20160521
1470
+ improved manual page description of tset/reset versus window-size.
1471
+ fixes to work with a slightly broken compiler configuration which
1472
cannot compile "Hello World!" without adding compiler options
1473
(report by Ola x Nilsson):
1474
+ pass appropriate compiler options to the CF_PROG_CC_C_O macro.
1475
+ when separating compiler and options in CF_CC_ENV_FLAGS, ensure
1476
that all options are split-off into CFLAGS or CPPFLAGS
1477
+ restore some -I options removed in 20140726 because they appeared
1478
to be redundant. In fact, they are needed for a compiler that
1479
cannot combine -c and -o options.
1480
1481
-------------------------------------------------------------------
1482
Tue May 17 10:33:40 UTC 2016 - werner@suse.de
1483
1484
- Add ncurses patch 20160514
1485
+ regenerate HTML manpages.
1486
+ improve manual pages for wgetch and wget_wch to point out that they
1487
might return values without names in curses.h (Debian #822426).
1488
+ make linux3.0 entry the default linux entry (Debian #823658) -TD
1489
+ modify linux2.6 entry to improve line-drawing so that the linux3.0
1490
entry can be used in non-UTF-8 mode -TD
1491
+ document return value of use_extended_names (report by Mike Gran).
1492
- Modify patch ncurses-6.0.dif
1493
1494
-------------------------------------------------------------------
1495
Tue May 10 08:29:56 UTC 2016 - werner@suse.de
1496
1497
- Add ncurses patch 20160507
1498
+ amend change to _nc_do_color to restore the early return for the
1499
special case used in _nc_screen_wrap (report by Dick Streefland,
1500
cf: 20151017).
1501
+ modify test/ncurses.c:
1502
+ check return-value of putwin
1503
+ correct ifdef which made the 'g' test's legend not reflect changes
1504
to keypad- and scroll-modes.
1505
+ correct return-value of extended putwin (report by Mike Gran).
1506
1507
-------------------------------------------------------------------
1508
Tue Apr 26 11:39:18 UTC 2016 - werner@suse.de
1509
1510
- Add ncurses patch 20160423
1511
+ modify test/ncurses.c 'd' edit-color menu to optionally read xterm
1512
color palette directly from terminal, as well as handling KEY_RESIZE
1513
and screen-repainting with control/L and control/R.
1514
+ add 'oc' capability to xterm+256color, allowing palette reset for
1515
xterm -TD
1516
1517
-------------------------------------------------------------------
1518
Mon Apr 18 08:34:22 UTC 2016 - werner@suse.de
1519
1520
- Add ncurses patch 20160416
1521
+ add workaround in configure script for inept transition to PIE vs
1522
PIC builds documented in
1523
https://fedoraproject.org/wiki/Changes/Harden_All_Packages
1524
+ add "reset" to list of programs whose names might change in manpages
1525
due to program-transformation configure options.
1526
+ drop long-obsolete "-n" option from tset.
1527
- Add ncurses patch 20160409
1528
+ modify test/blue.c to use Unicode values for card-glyphs when
1529
available, as well as improving the check for CP437 and CP850.
1530
- Add ncurses patch 20160402
1531
+ regenerate HTML manpages.
1532
+ improve manual pages for utilities with respect to POSIX versus
1533
X/Open Curses.
1534
- Add ncurses patch 20160326
1535
+ regenerate HTML manpages.
1536
+ improve test/demo_menus.c, allowing mouse-click on the menu-headers
1537
to switch the active menu. This requires a new extension option
1538
O_MOUSE_MENU to tell the menu driver to put mouse events which do not
1539
apply to the active menu back into the queue so that the application
1540
can handle the event.
1541
- Add ncurses patch 20160319
1542
+ improve description of tgoto parameters (report by Steffen Nurpmeso).
1543
+ amend workaround for Solaris line-drawing to restore a special case
1544
that maps Unicode line-drawing characters into the acsc string for
1545
non-Unicode locales (Debian #816888).
1546
- Add ncurses patch 20160312
1547
+ modified test/filter.c to illustrate an alternative to getnstr, that
1548
polls for input while updating a clock on the right margin as well
1549
as responding to window size-changes.
1550
- Add ncurses patch 20160305
1551
+ omit a redefinition of "inline" when traces are enabled, since this
1552
does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
1553
1554
-------------------------------------------------------------------
1555
Thu Feb 25 13:19:20 UTC 2016 - werner@suse.de
1556
1557
- Add ncurses patch 20160220
1558
+ modify test/configure script to check for pthread dependency of
1559
ncursest or ncursestw library when building ncurses examples, e.g.,
1560
in case weak symbols are used.
1561
+ modify configure macro for shared-library rules to use -Wl,-rpath
1562
rather than -rpath to work around a bug in scons (FreeBSD #178732,
1563
cf: 20061021).
1564
+ double-width multibyte characters were not counted properly in
1565
winsnstr and wins_nwstr (report/example by Eric Pruitt).
1566
+ update config.guess, config.sub from
1567
http://git.savannah.gnu.org/cgit/config.git
1568
1569
-------------------------------------------------------------------
1570
Mon Feb 15 13:53:44 UTC 2016 - werner@suse.de
1571
1572
- Add ncurses patch 20160213
1573
+ amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
1574
in threaded configuration.
1575
+ move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
1576
since they are not part of the suggested ABI6.
1577
1578
-------------------------------------------------------------------
1579
Tue Feb 9 13:51:28 UTC 2016 - werner@suse.de
1580
1581
- Add ncurses patch 20160206
1582
+ define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
1583
+ modify test/ditto.c to allow $XTERM_PROG environment variable to
1584
override "xterm" as the name of the program to run in the threaded
1585
configuration.
1586
1587
-------------------------------------------------------------------
1588
Fri Feb 5 12:27:36 UTC 2016 - werner@suse.de
1589
1590
1591
- Add ncurses patch 20160130
1592
+ improve formatting of man/curs_refresh.3x and man/tset.1 manpages
1593
+ regenerate HTML manpages using newer man2html to eliminate some
1594
unwanted blank lines.
1595
- Add ncurses patch 20160123
1596
+ ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
1597
(report by Corey Minyard).
1598
+ fix some strict compiler-warnings in traces.
1599
- Add ncurses patch 20160116
1600
+ tidy up comments about hardcoded 256color palette (report by
1601
Leonardo Brondani Schenkel) -TD
1602
+ add putty-noapp entry, and amend putty entry to use application mode
1603
for better consistency with xterm (report by Leonardo Brondani
1604
Schenkel) -TD
1605
+ modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
1606
as a whole rather than their multibyte equivalents.
1607
+ minor fix in wadd_wchnstr() to ensure that each cell has nonzero
1608
width.
1609
+ move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
1610
error status when processing Unicode values which are not mapped.
1611
1612
-------------------------------------------------------------------
1613
Fri Jan 8 10:09:31 UTC 2016 - werner@suse.de
1614
1615
- Add ncurses patch 20160102
1616
+ modify ncurses c/C color test-screens to take advantage of wide
1617
screens, reducing the number of lines used for 88- and 256-colors.
1618
+ minor refinement to check versus ncv to ignore two parameters of
1619
SGR 38 and 48 when those come from color-capabilities.
1620
- Add ncurses patch 20151226
1621
+ add check in tic for use of bold, etc., video attributes in the
1622
color capabilities, accounting whether the feature is listed in ncv.
1623
+ add check in tic for conflict between ritm, rmso, rmul versus sgr0.
1624
- Add ncurses patch 20151219
1625
+ add a paragraph to curs_getch.3x discussing key naming (discussion
1626
with James Crippen).
1627
+ amend workaround for Solaris vs line-drawing to take the configure
1628
check into account.
1629
+ add a configure check for wcwidth() versus the ncurses line-drawing
1630
characters, to use in special-casing systems such as Solaris.
1631
- Add ncurses patch 20151212
1632
+ improve CF_XOPEN_CURSES macro used in test/configure, to define as
1633
needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
1634
does not work. Also modified the test program to ensure that if
1635
building with ncurses, that the cchar_t type is checked, since that
1636
normally is since 20111030 ifdef'd depending on this test.
1637
+ improve 20121222 workaround for broken acs, letting Solaris "work"
1638
in spite of its m.isconfigured wcwidth which marks all of the line
1639
drawing characters as double-width.
1640
- Add ncurses patch 20151205
1641
+ update form_cursor.3x, form_post.3x, menu_attributes.3x to list
1642
function names in NAME section (patch by Jason McIntyre).
1643
+ minor fixes to manpage NAME/SYNOPSIS sections to consistently use
1644
rule that either all functions which are prototyped in SYNOPSIS are
1645
listed in the NAME section, or the manual-page name is the sole item
1646
listed in the NAME section. The latter is used to reduce clutter,
1647
e.g., for the top-level library manual pages as well as for certain
1648
feature-pages such as SP-funcs and threading (prompted by patches by
1649
Jason McIntyre).
1650
1651
-------------------------------------------------------------------
1652
Mon Nov 30 09:14:08 UTC 2015 - werner@suse.de
1653
1654
- Add ncurses patch 20151128
1655
+ add missing assignment in lib_getch.c to make notimeout() work
1656
(Debian #805618).
1657
+ add 't' toggle for notimeout() function in test/ncurses.c a/A screens
1658
+ add viewdata terminal description (Alexandre Montaron).
1659
+ fix a case in tic/infocmp for formatting capabilities where a
1660
backslash at the end of a string was mishandled.
1661
+ fix some typos in curs_inopts.3x (Benno Schulenberg).
1662
1663
-------------------------------------------------------------------
1664
Mon Nov 23 13:03:09 UTC 2015 - werner@suse.de
1665
1666
- Add ncurses patch 20151121
1667
+ fix some inconsistencies in the pccon* entries -TD
1668
+ add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
1669
+ add keys f12-f124 to pccon+keys (Tati Chevron).
1670
+ add test/test_sgr.c program to exercise all combinations of sgr.
1671
1672
-------------------------------------------------------------------
1673
Tue Nov 10 13:27:31 UTC 2015 - werner@suse.de
1674
1675
- Add ncurses patch 20151107
1676
+ modify tset's assignment to TERM in its output to reflect the name by
1677
which the terminal description is found, rather than the primary
1678
name. That was an unnecessary part from the initial conversion of
1679
tset from termcap to terminfo. The termcap program in 4.3BSD did
1680
this to avoid using the short 2-character name (report by Rich
1681
Burridge).
1682
+ minor fix to configure script to ensure that rules for resulting.map
1683
are only generated when needed (cf: 20151101).
1684
+ modify configure script to handle the case where tic-library is
1685
renamed, but the --with-debug option is used by itself without
1686
normal or shared libraries (prompted by comment in Debian #803482).
1687
- Add ncurses patch 20151101
1688
+ amend change for pkg-config which allows build of pc-files when no
1689
valid pkg-config library directory was configured to suppress the
1690
actual install if it is not overridden to a valid directory at
1691
install time (cf: 20150822).
1692
+ modify editing script which generates resulting.map to work with the
1693
clang configuration on recent FreeBSD, which gives an error on an
1694
empty "local" section.
1695
+ fix a spurious "(Part)" message in test/ncurses.c b/B tests due
1696
to incorrect attribute-masking.
1697
- Add ncurses patch 20151024
1698
+ modify MKexpanded.c to update the expansion of a temporary filename
1699
to "expanded.c", for use in trace statements.
1700
+ modify layout of b/B tests in test/ncurses.c to allow for additional
1701
annotation on the right margin; some terminals with partial support
1702
did not display well.
1703
+ fix typo in curs_attr.3x (patch by Sven Joachim).
1704
+ fix typo in INSTALL (patch by Tomas Cech).
1705
+ improve configure check for setting WILDCARD_SYMS variable; on ppc64
1706
the variable is in the Data section rather than Text (patch by Michel
1707
Normand).
1708
+ using configure option "--without-fallbacks" incorrectly caused
1709
FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
1710
+ updated minitel entries to fix kel problem with emacs, and add
1711
minitel1b-nb (Alexandre Montaron).
1712
+ reviewed/updated nsterm entry Terminal.app in OSX -TD
1713
+ replace some dead URLs in comments with equivalents from the
1714
Internet Archive -TD
1715
+ update config.guess, config.sub from
1716
http://git.savannah.gnu.org/cgit/config.git
1717
- Add ncurses patch 20151017
1718
+ modify ncurses/Makefile.in to sort keys.list in POSIX locale
1719
(Debian #801864, patch by Esa Peuha).
1720
+ remove an early-return from _nc_do_color, which can interfere with
1721
data needed by bkgd when ncurses is configured with extended colors
1722
(patch by Denis Tikhomirov).
1723
> fixes for OS/2 (patches by KO Myung-Hun)
1724
+ use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
1725
+ support building with libtool on OS/2
1726
+ use stdc++ on OS/2 kLIBC
1727
+ clear cf_XOPEN_SOURCE on OS/2
1728
- Remove patch ncurses-6.0-wildcard_for_ppc64.patch as this change is
1729
now upstream with patch set 20151024
1730
1731
-------------------------------------------------------------------
1732
Sat Oct 31 12:04:22 UTC 2015 - sleep_walker@opensuse.org
1733
1734
- remove hunk from ncurses-6.0.dif modifying configure.in
1735
according to NEWS (20110924) it is not used anymore
1736
- drop ncurses-5.9-overwrite.dif as not neededd
1737
(WITH_OVERWRITE=$with_overwrite is in configure already twice anyway)
1738
- drop ncurses-6.0-avoid-line-markers.dif as not needed
1739
(see ncurses/base/MKlib_gen.sh 69-84)
1740
1741
-------------------------------------------------------------------
1742
Mon Oct 12 09:30:14 UTC 2015 - werner@suse.de
1743
1744
-Add ncurses patch 20151010
1745
+ add configure check for openpty to test/configure script, for ditto.
1746
+ minor fixes to test/view.c in investigating Debian #790847.
1747
+ update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
1748
+ add workaround for breakage of POSIX makefiles by recent binutils
1749
change.
1750
+ improve check for working poll() by using posix_openpt() as a
1751
fallback in case there is no valid terminal on the standard input
1752
(prompted by discussion on bug-ncurses mailing list, Debian #676461).
1753
-Add ncurses patch 20150926
1754
+ change makefile rule for removing resulting.map to distclean rather
1755
than clean.
1756
+ add /lib/terminfo to terminfo-dirs in ".deb" test-package.
1757
+ add note on portability of resizeterm and wresize to manual pages.
1758
- Add ncurses patch 20150919
1759
+ clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
1760
stream.
1761
+ clarify in curs_getch.3x that the keypad mode affects ability to
1762
read KEY_MOUSE codes, but does not affect KEY_RESIZE.
1763
+ add overlooked build-fix needed with Cygwin for separate Ada95
1764
configure script, cf: 20150606 (report by Nicolas Boulenguez)
1765
1766
-------------------------------------------------------------------
1767
Thu Oct 8 10:44:45 CEST 2015 - werner@suse.de
1768
1769
- Sedate the inflexible factory-auto checks
1770
1771
-------------------------------------------------------------------
1772
Wed Oct 7 19:36:38 UTC 2015 - sleep_walker@opensuse.org
1773
1774
- remove macro defined system-wide already
1775
- remove special handling of patch which is no longer present
1776
- move tack replacement code to one spot under comment
1777
- remove duplicate parameters for configure
1778
- fix position of libgpm.so
1779
1780
-------------------------------------------------------------------
1781
Wed Oct 7 12:05:37 UTC 2015 - werner@suse.de
1782
1783
- Simplify bootstrapping of libtinfo and its fallback.c
1784
1785
-------------------------------------------------------------------
1786
Tue Oct 6 11:30:22 UTC 2015 - werner@suse.de
1787
1788
- Add some comments what is done in the spec file as well as
1789
do some modernisation, concretion, and clarification
1790
1791
-------------------------------------------------------------------
1792
Fri Sep 25 09:42:43 UTC 2015 - normand@linux.vnet.ibm.com
1793
1794
- New patch to avoid ppc64 build error, related to bnc#946048
1795
ncurses-6.0-wildcard_for_ppc64.patch
1796
1797
-------------------------------------------------------------------
1798
Mon Sep 14 08:02:36 UTC 2015 - werner@suse.de
1799
1800
- Add ncurses patch 20150912
1801
+ fixes for configure/build using clang on OSX (prompted by report by
1802
William Gallafent).
1803
+ do not redefine "inline" in ncurses_cfg.h; this was originally to
1804
solve a problem with gcc/g++, but is aggravated by clang's misuse
1805
of symbols to pretend it is gcc.
1806
+ add braces to configure script to prevent unwanted add of
1807
"-lstdc++" to the CXXLIBS symbol.
1808
+ improve/update test-program used for checking existence of stdc++
1809
library.
1810
+ if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
1811
1812
-------------------------------------------------------------------
1813
Mon Sep 7 09:02:07 UTC 2015 - werner@suse.de
1814
1815
- Add ncurses patch 20150905
1816
+ add note in curs_addch.3x about line-drawing when it depends upon
1817
UTF-8.
1818
+ add tic -q option for consistency with infocmp, use it to suppress
1819
all comments from the "tic -I" output.
1820
+ modify infocmp -q option to suppress the "Reconstructed from"
1821
header.
1822
+ add infocmp/tic -Q option, which allows one to dump the compiled
1823
form of the terminal entry, in hexadecimal or base64.
1824
1825
-------------------------------------------------------------------
1826
Mon Aug 31 13:13:43 UTC 2015 - werner@suse.de
1827
1828
- Add ncurses patch 20150822
1829
+ sort options in usage message for infocmp, to make it simpler to
1830
see unused letters.
1831
+ update usage message for tic, adding "-0" option.
1832
+ documented differences in ESCDELAY versus AIX's implementation.
1833
+ fix some compiler warnings from ports.
1834
+ modify --with-pkg-config-libdir option to make it possible to install
1835
".pc" files even if pkg-config is not found (adapted by patch by
1836
Joshua Root).
1837
1838
-------------------------------------------------------------------
1839
Mon Aug 17 07:18:34 UTC 2015 - werner@suse.de
1840
1841
- Add ncurses patch 20150815
1842
+ disallow "no" as a possible value for "--with-shlib-version" option,
1843
overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
1844
+ update release notes in INSTALL.
1845
+ regenerate llib-* files to help with review for release notes.
1846
- Modify patch ncurses-5.9-overwrite.dif
1847
1848
-------------------------------------------------------------------
1849
Fri Aug 14 14:26:52 UTC 2015 - werner@suse.de
1850
1851
- Add ncurses patch 20150810
1852
+ workaround for Debian #65617, which was fixed in mawk's upstream
1853
releases in 2009 (report by Sven Joachim). See
1854
http://invisible-island.net/mawk/CHANGES.html#t20090727
1855
- Move infocmp from devel to utils package for ruby readline implementation
1856
1857
-------------------------------------------------------------------
1858
Mon Aug 12 10:11:22 UTC 2015 - werner@suse.de
1859
1860
- Update to official ncurses 6.0
1861
+ based on the patch 20150808
1862
- Port and rename several patches
1863
ncurses-5.9-avoid-line-markers.dif becomes ncurses-6.0-avoid-line-markers.dif
1864
ncurses-5.9.dif becomes ncurses-6.0.dif
1865
- Add ncurses patch 20150808
1866
+ build-fix for Ada95 on older platforms without stdint.h
1867
+ build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
1868
+ update release announcement, summarizing more than 800 changes across
1869
more than 200 snapshots.
1870
+ minor fixes to manpages, etc., to simplify linking from announcement
1871
page.
1872
1873
-------------------------------------------------------------------
1874
Tue Jul 28 12:26:57 UTC 2015 - werner@suse.de
1875
1876
- Add ncurses patch 20150725
1877
+ updated llib-* files.
1878
+ build-fixes for ncurses library "test_progs" rule.
1879
+ use alternate workaround for gcc 5.x feature (adapted from patch by
1880
Mikhail Peselnik).
1881
+ add status line to tmux via xterm+sl (patch by Nicholas Marriott).
1882
+ fixes for st 0.5 from testing with tack -TD
1883
+ review/improve several manual pages to break up wall-of-text:
1884
curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
1885
curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
1886
curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
1887
curs_trace.3x, and curs_window.3x
1888
1889
-------------------------------------------------------------------
1890
Mon Jul 27 12:01:41 UTC 2015 - werner@suse.de
1891
1892
- Rework fixing the pkg-config files
1893
1894
-------------------------------------------------------------------
1895
Mon Jul 20 08:09:33 UTC 2015 - werner@suse.de
1896
1897
- Add ncurses patch 20150719
1898
+ correct an old logic error for %A and %O in tparm (report by "zreed").
1899
+ improve documentation for signal handlers by adding section in the
1900
curs_initscr.3x page.
1901
+ modify logic in make_keys.c to not assume anything about the size
1902
of strnames and strfnames variables, since those may be functions
1903
in the thread- or broken-linker configurations (problem found by
1904
Coverity).
1905
+ modify test/configure script to check for pthreads configuration,
1906
e.g., ncursestw library.
1907
1908
-------------------------------------------------------------------
1909
Mon Jul 13 12:34:48 UTC 2015 - werner@suse.de
1910
1911
- Add ncurses patch 20150711 pre-release
1912
+ modify scripts to build/use test-packages for the pthreads
1913
configuration of ncurses6.
1914
+ add references to ttytype and termcap symbols in demo_terminfo.c and
1915
demo_termcap.c to ensure that when building ncursest.map, etc., that
1916
the corresponding names such as _nc_ttytype are added to the list of
1917
versioned symbols (report by Werner Fink)
1918
+ fix regression from 20150704 (report/patch by Werner Fink).
1919
1920
-------------------------------------------------------------------
1921
Mon Jul 6 13:37:05 UTC 2015 - werner@suse.de
1922
1923
- Add ncurses patch 20150606 pre-release
1924
+ make ABI 6 the default by updates to dist.mk and VERSION, with the
1925
intention that the existing ABI 5 should build as before using the
1926
"--with-abi=5" option.
1927
+ regenerate ada- and man-html documentation.
1928
+ minor fixes to color- and util-manpages.
1929
+ fix a regression in Ada95/gen/Makefile.in, to handle special case of
1930
Cygwin, which uses the broken-linker feature.
1931
+ amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
1932
ncurses package scripts work when present for cross-compiling, as the
1933
lessor of two evils (cf: 20150530).
1934
+ add check in configure script to disallow conflicting options
1935
"--with-termlib" and "--enable-term-driver".
1936
+ move defaults for "--disable-lp64" and "--with-versioned-syms" into
1937
CF_ABI_DEFAULTS macro.
1938
- Add ncurses patch 20150613
1939
+ fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
1940
+ modify script used to generate map/sym files to mark 5.9.20150530 as
1941
the last "5.9" version, and regenerated the files. That makes the
1942
files not use ".current" for the post-5.9 symbols. This also
1943
corrects the label for _nc_sigprocmask used in when weak symbols are
1944
configured for the ncursest/ncursestw libraries (prompted by
1945
discussion with Sven Joachim).
1946
+ fix typo in NEWS (report by Sven Joachim).
1947
- Add ncurses patch 20150627
1948
+ modify configure script to remove deprecated ABI 5 symbols when
1949
building ABI 6.
1950
+ add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
1951
map-files, but marked as deprecated so that they can easily be
1952
suppressed from ABI 6 builds (Debian #788610).
1953
+ comment-out "screen.xterm" entry, and inherit screen.xterm-256color
1954
from xterm-new (report by Richard Birkett) -TD
1955
+ modify read_entry.c to set the error-return to -1 if no terminal
1956
databases were found, as documented for setupterm.
1957
+ add test_setupterm.c to demonstrate normal/error returns from the
1958
setupterm and restartterm functions.
1959
+ amend cleanup change from 20110813 which removed redundant definition
1960
of ret_error, etc., from tinfo_driver.c, to account for the fact that
1961
it should return a bool rather than int (report/analysis by Johannes
1962
Schindelin).
1963
- Add ncurses patch 20150704
1964
+ fix a few problems reported by Coverity.
1965
+ fix comparison against "/usr/include" in misc/gen-pkgconfig.in
1966
(report by Daiki Ueno, Debian #790548, cf: 20141213).
1967
- Add tack patch 1.07.20150606
1968
+ Able to handle ncurses6 in configure
1969
1970
-------------------------------------------------------------------
1971
Mon Jun 1 08:37:16 UTC 2015 - werner@suse.de
1972
1973
- Add ncurses patch 20150530
1974
+ change private type for Event_Mask in Ada95 binding to work when
1975
mmask_t is set to 32-bits.
1976
+ remove spurious "%;" from st entry (report by Daniel Pitts) -TD
1977
+ add vte-2014, update vte to use that -TD
1978
+ modify tic and infocmp to "move" a diagnostic for tparm strings that
1979
have a syntax error to tic's "-c" option (report by Daniel Pitts).
1980
+ fix two problems with configure script macros (Debian #786436,
1981
cf: 20150425, cf: 20100529).
1982
- Add ncurses patch 20150523
1983
+ add 'P' menu item to test/ncurses.c, to show pad in color.
1984
+ improve discussion in curs_color.3x about color rendering (prompted
1985
by comment on Stack Overflow forum):
1986
+ remove screen-bce.mlterm, since mlterm does not do "bce" -TD
1987
+ add several screen.XXX entries to support the respective variations
1988
for 256 colors -TD
1989
+ add putty+fnkeys* building-block entries -TD
1990
+ add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
1991
1992
-------------------------------------------------------------------
1993
Mon May 18 13:55:40 UTC 2015 - werner@suse.de
1994
1995
- Add ncurses patch 20150516
1996
+ amend change to ".pc" files to only use the extra loader flags which
1997
may have rpath options (report by Sven Joachim, cf: 20150502).
1998
+ change versioning for dpkg's in test-packages for Ada95 and
1999
ncurses-examples for consistency with Debian, to work with package
2000
updates.
2001
+ regenerate html manpages.
2002
+ clarify handling of carriage return in waddch manual page; it was
2003
discussed only in the portability section (prompted by comment on
2004
Stack Overflow forum):
2005
2006
-------------------------------------------------------------------
2007
Mon May 11 12:52:13 UTC 2015 - werner@suse.de
2008
2009
- Add ncurses patch 20150509
2010
+ add test-packages for cross-compiling ncurses-examples using the
2011
MinGW test-packages. These are only the Debian packages; RPM later.
2012
+ cleanup format of debian/copyright files
2013
+ add pc-files to the MinGW cross-compiling test-packages.
2014
+ correct a couple of places in gen-pkgconfig.in to handle renaming of
2015
the tinfo library.
2016
2017
-------------------------------------------------------------------
2018
Mon May 4 10:37:01 UTC 2015 - werner@suse.de
2019
2020
- Add ncurses patch 20150502
2021
+ modify the configure script to allow different default values
2022
for ABI 5 versus ABI 6.
2023
+ add wgetch-events to test-packages.
2024
+ add a note on how to build ncurses-examples to test/README.
2025
+ fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
2026
Debian #783486) -TD
2027
+ remove unnecessary ';' from E3 capabilities -TD
2028
+ add tmux entry, derived from screen (patch by Nicholas Marriott).
2029
+ split-out recent change to nsterm-bce as nsterm-build326, and add
2030
nsterm-build342 to reflect changes with successive releases of OSX
2031
(discussion with Leonardo B Schenkel)
2032
+ add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
2033
#783806)
2034
+ add sample "magic" file, to document ext-putwin.
2035
+ modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
2036
generated ".pc" file when ld option "--as-needed" is used, or when
2037
ncurses and tinfo are installed without using rpath (prompted by
2038
discussion with Sylvain Bertrand).
2039
+ modify test-package for ncurses6 to omit rpath feature when installed
2040
in /usr.
2041
+ add OSX's "*.dSYM" to clean-rules in makefiles.
2042
+ make extra-suffix work for OSX configuration, e.g., for shared
2043
libraries.
2044
+ modify Ada95/configure script to work with pkg-config
2045
+ move test-package for ncurses6 to /usr, since filename-conflicts have
2046
been eliminated.
2047
+ corrected build rules for Ada95/gen/generate; it does not depend on
2048
the ncurses library aside from headers.
2049
+ reviewed man pages, fixed a few other spelling errors.
2050
+ fix a typo in curs_util.3x (Sven Joachim).
2051
+ use extra-suffix in some overlooked shared library dependencies
2052
found by 20150425 changes for test-packages.
2053
+ update config.guess, config.sub from
2054
http://git.savannah.gnu.org/cgit/config.git
2055
2056
-------------------------------------------------------------------
2057
Mon Apr 27 09:18:50 UTC 2015 - werner@suse.de
2058
2059
- Add ncurses patch 20150425
2060
+ expanded description of tgetstr's area pointer in manual page
2061
(report by Todd M Lewis).
2062
+ in-progress changes to modify test-packages to use ncursesw6 rather
2063
than ncursesw, with updated configure scripts.
2064
+ modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
2065
check for ".pc" files via pkg-config, but add a linkage check since
2066
frequently pkg-config configurations are broken.
2067
+ modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
2068
rpath option.
2069
+ add 'dim' capability to screen entry (report by Leonardo B Schenkel)
2070
+ add several key definitions to nsterm-bce to match preconfigured
2071
keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
2072
+ fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
2073
+ improve term_variables manual page, adding section on the terminfo
2074
long-name symbols which are defined in the term.h header.
2075
+ fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
2076
2077
-------------------------------------------------------------------
2078
Mon Apr 13 12:00:16 UTC 2015 - werner@suse.de
2079
2080
- Add ncurses patch 20150404
2081
+ improve description of start_color() in the manual.
2082
+ modify several files in ncurses- and progs-directories to allow
2083
const data used in internal tables to be put by the linker into the
2084
readonly text segment.
2085
- Add ncurses patch 20150329
2086
+ correct cut/paste error for "--enable-ext-putwin" that made it the
2087
same as "--enable-ext-colors" (report by Roumen Petrov)
2088
- Add ncurses patch 20150328
2089
+ add "-f" option to test/savescreen.c to help with testing/debugging
2090
the extended putwin/getwin.
2091
+ add logic for writing/reading combining characters in the extended
2092
putwin/getwin.
2093
+ add "--enable-ext-putwin" configure option to turn on the extended
2094
putwin/getwin.
2095
2096
-------------------------------------------------------------------
2097
Mon Mar 9 10:36:15 UTC 2015 - werner@suse.de
2098
2099
- Add ncurses patch 20150307
2100
+ document limitations of getwin in manual page (prompted by discussion
2101
with John S Urban).
2102
+ extend test/savescreen.c to demonstrate that color pair values
2103
and graphic characters can be restored using getwin.
2104
2105
-------------------------------------------------------------------
2106
Tue Mar 3 11:39:24 UTC 2015 - werner@suse.de
2107
2108
- Add ncurses patch 20150228
2109
+ modify win_driver.c to eliminate the constructor, to make it more
2110
usable in an application which may/may not need the console window
2111
(report by Grady Martin).
2112
2113
-------------------------------------------------------------------
2114
Fri Feb 27 09:18:04 UTC 2015 - werner@suse.de
2115
2116
- Add ncurses patch 20150221
2117
+ capture define's related to -D_XOPEN_SOURCE from the configure check
2118
and add those to the *-config and *.pc files, to simplify use for
2119
the wide-character libraries.
2120
+ modify ncurses.spec to accommodate Fedora21's location of pkg-config
2121
directory.
2122
+ correct sense of "--disable-lib-suffixes" configure option (report
2123
by Nicolas Boos, cf: 20140426).
2124
2125
-------------------------------------------------------------------
2126
Mon Feb 16 10:12:17 UTC 2015 - werner@suse.de
2127
2128
- Add ncurses patch 20150214
2129
+ regenerate html manpages using improved man2html from work on xterm.
2130
+ regenerated ".map" and ".sym" files using improved script, accounting
2131
for the "--enable-weak-symbols" configure option (report by Werner
2132
Fink).
2133
2134
-------------------------------------------------------------------
2135
Mon Jan 26 09:44:16 UTC 2015 - werner@suse.de
2136
2137
- Add ncurses patch 20150124
2138
+ add configure check to determine if "local: _*;" can be used in the
2139
".map" files to selectively omit symbols beginning with "_". On at
2140
least recent FreeBSD, the wildcard applies to all "_" symbols.
2141
+ remove obsolete/conflicting rule for ncurses.map from
2142
ncurses/Makefile.in (cf: 20130706).
2143
- Apply symbol versioning only for SUSE version greater that 1320
2144
2145
-------------------------------------------------------------------
2146
Wed Jan 21 15:58:08 UTC 2015 - werner@suse.de
2147
2148
- Now with symbol version control
2149
2150
-------------------------------------------------------------------
2151
Wed Jan 21 13:24:17 UTC 2015 - werner@suse.de
2152
2153
- Add ncurses patch 20150117
2154
+ improve description in INSTALL of the --with-versioned-syms option.
2155
+ add combination of --with-hashed-db and --with-ticlib to
2156
configurations for ".map" files (report by Werner Fink).
2157
2158
-------------------------------------------------------------------
2159
Wed Jan 21 12:22:05 UTC 2015 - rguenther@suse.com
2160
2161
- Add ncurses-5.9-avoid-line-markers.dif to pass -P to the preprocessor
2162
when generating lib_gen.c to avoid breaking the parsing with AWK
2163
of the preprocessor output of GCC 4.9 and up.
2164
2165
-------------------------------------------------------------------
2166
Mon Jan 12 08:49:11 UTC 2015 - werner@suse.de
2167
2168
- Add ncurses patch 20150110
2169
+ add a step to generating ".map" files, to declare any remaining
2170
symbols beginning with "_" as local, at the last version node.
2171
+ improve configure checks for pkg-config, addressing a variant found
2172
with FreeBSD ports.
2173
+ modify win_driver.c to provide characters for special keys, like
2174
ansi.sys, when keypad mode is off, rather than returning nothing at
2175
all (discussion with Eli Zaretskii).
2176
+ add "broken_linker" and "hashed-db" configure options to combinations
2177
use for generating the ".map" and ".sym" files.
2178
+ avoid using "ld" directly when creating shared library, to simplify
2179
cross-compiles. Also drop "-Bsharable" option from shared-library
2180
rules for FreeBSD and DragonFly (FreeBSD #196592).
2181
+ fix a memory leak in form library Free_RegularExpression_Type()
2182
(report by Pavel Balaev).
2183
2184
-------------------------------------------------------------------
2185
Wed Jan 7 14:39:03 UTC 2015 - werner@suse.de
2186
2187
- Add ncurses patch 20150103
2188
+ modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
2189
+ change map files to make _nc_freeall a global, since it may be used
2190
via the Ada95 binding when checking for memory leaks.
2191
+ improve sed script used in 20141220 to account for wide-, threaded-
2192
variations in ABI 6.
2193
- Add ncurses patch 20141227
2194
+ regenerate ".map" files, using step overlooked in 20141213 to use
2195
the same patch-dates across each file to match ncurses.map (report by
2196
Sven Joachim).
2197
- Add ncurses patch 20141221
2198
+ fix an incorrect variable assignment in 20141220 changes (report by
2199
Sven Joachim).
2200
- Add ncurses patch 20141220
2201
+ updated Ada95/configure with macro changes from 20141213
2202
+ tie configure options --with-abi-version and --with-versioned-syms
2203
together, so that ABI 6 libraries have distinct symbol versions from
2204
the ABI 5 libraries.
2205
+ replace obsolete/nonworking link to man2html with current one,
2206
regenerate html-manpages.
2207
2208
-------------------------------------------------------------------
2209
Tue Dec 16 11:14:35 UTC 2014 - werner@suse.de
2210
2211
- Add ncurses patch 20141206
2212
+ updated ".map" files so that each symbol that may be shared across
2213
the different library configurations has the same label. Some
2214
review is needed to ensure these are really compatible.
2215
+ modify MKlib_gen.sh to work around change in development version of
2216
gcc introduced here:
2217
https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
2218
https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
2219
(reports by Marcus Shawcroft, Maohui Lei).
2220
+ improved configure macro CF_SUBDIR_PATH, from lynx changes.
2221
- Add ncurses patch 20141213
2222
+ modify misc/gen-pkgconfig.in to add -I option for include-directory
2223
when using both --prefix and --disable-overwrite (report by Misty
2224
De Meo).
2225
+ add configure option --with-pc-suffix to allow minor renaming of
2226
".pc" files and the corresponding library. Use this in the test
2227
package for ncurses6.
2228
+ modify configure script so that if pkg-config is not installed, it
2229
is still possible to install ".pc" files (report by Misty De Meo).
2230
+ updated ".sym" files, removing symbols which are marked as "local"
2231
in the corresponding ".map" files.
2232
+ updated ".map" files to reflect move of comp_captab and comp_hash
2233
from tic-library to tinfo-library in 20090711 (report by Sven
2234
Joachim).
2235
- Add ncurses patch 20141129
2236
+ improved ".map" files by generating them with a script that builds
2237
ncurses with several related configurations and merges the results.
2238
A further refinement is planned, to make the tic- and tinfo-library
2239
symbols use the same versions across each of the four configurations
2240
which are represented (reports by Sven Joachim, Werner Fink).
2241
2242
-------------------------------------------------------------------
2243
Mon Nov 17 13:13:16 UTC 2014 - werner@suse.de
2244
2245
- Do not use new symbol versioning as some common symbols are missed
2246
- Add ncurses patch 20141115
2247
+ improve description of limits for color values and color pairs in
2248
curs_color.3x (prompted by patch by Tim van der Molen).
2249
+ add VERSION file, using first field in that to record the ABI version
2250
used for configure --with-libtool --disable-libtool-version
2251
+ add configure options for applying the ".map" and ".sym" files to
2252
the ncurses, form, menu and panel libraries.
2253
+ add ".map" and ".sym" files to show exported symbols, e.g., for
2254
symbol-versioning.
2255
- Add ncurses patch 20141101
2256
+ improve strict compiler-warnings by adding a cast in TRACE_RETURN
2257
and making a new TRACE_RETURN1 macro for cases where the cast does
2258
not apply.
2259
2260
-------------------------------------------------------------------
2261
Mon Oct 20 08:44:14 UTC 2014 - werner@suse.de
2262
2263
- Add ncurses patch 20141018
2264
+ reviewed terminology 0.6.1, add function key definitions. None of
2265
the vt100-compatibility issues were improved -TD
2266
+ improve infocmp conversion of extended capabilities to termcap by
2267
correcting the limit check against parametrized[], as well as filling
2268
in a check if the string happens to have parameters, e.g., "xm"
2269
in recent changes.
2270
+ add check for zero/negative dimensions for resizeterm and resize_term
2271
(report by Mike Gran).
2272
2273
-------------------------------------------------------------------
2274
Mon Oct 13 12:15:12 UTC 2014 - werner@suse.de
2275
2276
- Add ncurses patch 20141011
2277
+ add experimental support for xterm's 1005 mouse mode, to use in a
2278
demonstration of its limitations.
2279
+ add experimental support for "%u" format to terminfo.
2280
+ modify test/ncurses.c to also show position reports in 'a' test.
2281
+ minor formatting fixes to _nc_trace_mmask_t, make this function
2282
exported to help with debugging mouse changes.
2283
+ improve behavior of wheel-mice for xterm protocol, noting that there
2284
are only button-presses for buttons "4" and "5", so there is no need
2285
to wait to combine events into double-clicks (report/analysis by
2286
Greg Field).
2287
+ provide examples xterm-1005 and xterm-1006 terminfo entries -TD
2288
+ implement decoder for xterm SGR 1006 mouse mode.
2289
- Adapt patch ncurses-5.9.dif
2290
2291
-------------------------------------------------------------------
2292
Tue Sep 30 14:15:11 UTC 2014 - werner@suse.de
2293
2294
- Add upstream patch 20140927
2295
+ implement curs_set in win_driver.c
2296
+ implement flash in win_driver.c
2297
+ fix an infinite loop in win_driver.c if the command-window loses
2298
focus.
2299
+ improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
2300
win_driver.c by temporarily changing the buffer-size to match the
2301
window-size to eliminate the scrollback. Also enforce a minimum
2302
screen-size of 24x80 in the non-buffered mode.
2303
+ modify generated misc/Makefile to suppress install.data from the
2304
dependencies if the --disable-db-install option is used, compensating
2305
for the top-level makefile changes used to add ncurses*-config in the
2306
20140920 changes (report by Steven Honeyman).
2307
2308
-------------------------------------------------------------------
2309
Tue Sep 23 08:22:42 UTC 2014 - werner@suse.de
2310
2311
- Add ncurses patch 20140920
2312
+ add ncurses*-config to bin-directory of sample package-scripts.
2313
+ add check to ensure that getopt is available; this is a problem in
2314
some older cross-compiler environments.
2315
+ expanded on the description of --disable-overwrite in INSTALL
2316
(prompted by reports by Joakim Tjernlund, Thomas Klausner).
2317
See Gentoo #522586 and NetBSD #49200 for examples.
2318
which relates to the clarified guidelines.
2319
+ remove special logic from CF_INCLUDE_DIRS which adds the directory
2320
for the --includedir from the build (report by Joakim Tjernlund).
2321
+ add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
2322
+ update config.sub from http://git.savannah.gnu.org/cgit/config.git
2323
2324
-------------------------------------------------------------------
2325
Mon Sep 15 09:31:43 UTC 2014 - werner@suse.de
2326
2327
- Add ncurses patch 20140913
2328
+ add a configure check to ignore some of the plethora of non-working
2329
C++ cross-compilers.
2330
+ build-fixes for Ada95 with gnat 4.9
2331
2332
-------------------------------------------------------------------
2333
Mon Sep 1 12:18:19 UTC 2014 - werner@suse.de
2334
2335
- Add ncurses patch 20140831
2336
+ modify test/demo_termcap.c and test/demo_terminfo.c to make their
2337
options more directly comparable, and add "-i" option to specify
2338
a terminal description filename to parse for names to lookup.
2339
2340
-------------------------------------------------------------------
2341
Mon Aug 25 13:48:27 UTC 2014 - werner@suse.de
2342
2343
- Make pkgconfig files work for all current versions that is
2344
abi 5, abi wide 5, abi 6, and abi wide 6
2345
- Change patch ncurses-5.9.dif to enable gen-pkgconfig to do this
2346
2347
-------------------------------------------------------------------
2348
Mon Aug 25 09:50:03 UTC 2014 - werner@suse.de
2349
2350
- Add ncurses patch 20140823
2351
+ fix special case where double-width character overwrites a single-
2352
width character in the first column (report by Egmont Koblinger,
2353
cf: 20050813).
2354
2355
-------------------------------------------------------------------
2356
Fri Aug 22 13:34:00 UTC 2014 - mmarek@suse.cz
2357
2358
- Install pkg-config files into %_libdir
2359
2360
-------------------------------------------------------------------
2361
Fri Aug 22 10:59:18 UTC 2014 - mmarek@suse.cz
2362
2363
- Install pkg-config files
2364
2365
-------------------------------------------------------------------
2366
Mon Aug 18 10:09:40 UTC 2014 - werner@suse.de
2367
2368
- Add ncurses patch 20140816
2369
+ fix colors in ncurses 'b' test which did not work after changing
2370
it to put the test-strings in subwindows (cf: 20140705).
2371
+ merge redundant SEE-ALSO sections in form and menu manpages.
2372
- Add ncurses patch 20140809
2373
+ modify declarations for user-data pointers in C++ binding to use
2374
reinterpret_cast to facilitate converting typed pointers to void*
2375
in user's application (patch by Adam Jiang).
2376
+ regenerated html manpages.
2377
+ add note regarding cause and effect for TERM in ncurses manpage,
2378
having noted clueless verbiage in Terminal.app's "help" file
2379
which reverses cause/effect.
2380
+ remove special fallback definition for NCURSES_ATTR_T, since macros
2381
have resolved type-mismatches using casts (cf: 970412).
2382
+ fixes for win_driver.c:
2383
+ handle repainting on endwin/refresh combination.
2384
+ implement beep().
2385
+ minor cleanup.
2386
- Add ncurses patch 20140802
2387
+ minor portability fixes for MinGW:
2388
+ ensure WINVER is defined in makefiles rather than using headers
2389
+ add check for gnatprep "-T" option
2390
+ work around bug introduced by gcc 4.8.1 in MinGW which breaks
2391
"trace" feature:
2392
http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
2393
+ fix most compiler warnings for Cygwin ncurses-examples.
2394
+ restore "redundant" -I options in test/Makefile.in, since they are
2395
typically needed when building the derived ncurses-examples package
2396
(cf: 20140726).
2397
2398
-------------------------------------------------------------------
2399
Mon Jul 28 11:16:06 UTC 2014 - werner@suse.de
2400
2401
- Add ncurses patch 20140726
2402
+ eliminate some redundant -I options used for building libraries, and
2403
ensure that ${srcdir} is added to the include-options (prompted by
2404
discussion with Paul Gilmartin).
2405
+ modify configure script to work with Minix3.2
2406
+ add form library extension O_DYNAMIC_JUSTIFY option which can be
2407
used to override the different treatment of justification for static
2408
versus dynamic fields (adapted from patch by Leon Winter).
2409
+ add a null pointer check in test/edit_field.c (report/analysis by
2410
Leon Winter, cf: 20130608).
2411
2412
-------------------------------------------------------------------
2413
Mon Jul 14 08:57:10 UTC 2014 - werner@suse.de
2414
2415
- Add ncurses patch 20140712
2416
+ correct Charable() macro check for A_ALTCHARSET in wide-characters.
2417
+ build-fix for position-debug code in tty_update.c, to work with or
2418
without sp-funcs.
2419
- Add ncurses patch 20140705
2420
+ add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
2421
video-attributes and colors with double-width character strings.
2422
2423
-------------------------------------------------------------------
2424
Mon Jun 30 07:09:05 UTC 2014 - werner@suse.de
2425
2426
- Add ncurses patch 20140629
2427
+ correct check in win_driver.c for saving screen contents, e.g., when
2428
NCURSES_CONSOLE2 is set (cf: 20140503).
2429
+ reorganize b/B menu items in ncurses.c, putting the test-strings into
2430
subwindows. This is needed for a planned change to use Unicode
2431
fullwidth characters in the test-screens.
2432
+ correct update to form status for _NEWTOP, broken by fixes for
2433
compiler warnings (patch by Leon Winter, cf: 20120616).
2434
2435
-------------------------------------------------------------------
2436
Tue Jun 24 12:40:25 UTC 2014 - werner@suse.de
2437
2438
- Remove the iterm link to iTerm.app terminal entry as there is already
2439
an iterm entry from an other package
2440
- Add ncurses patch 20140621
2441
+ change shared-library suffix for AIX 5 and 6 to ".so", avoiding
2442
conflict with the static library (report by Ben Lentz).
2443
+ document RPATH_LIST in INSTALLATION file, as part of workarounds for
2444
upgrading an ncurses library using the "--with-shared" option.
2445
+ modify test/ncurses.c c/C tests to cycle through subsets of the
2446
total number of colors, to better illustrate 8/16/88/256-colors by
2447
providing directly comparable screens.
2448
+ add test/dots_curses.c, for comparison with the low-level examples.
2449
2450
-------------------------------------------------------------------
2451
Mon Jun 16 11:21:55 UTC 2014 - werner@suse.de
2452
2453
- Add ncurses patch 20140614
2454
+ fix dereference before null check found by Coverity in tic.c
2455
(cf: 20140524).
2456
+ fix sign-extension bug in read_entry.c which prevented "toe" from
2457
reading empty "screen+italics" entry.
2458
+ modify sgr for screen.xterm-new to support dim capability -TD
2459
+ add dim capability to nsterm+7 -TD
2460
+ cancel dim capability for iterm -TD
2461
+ add dim, invis capabilities to vte-2012 -TD
2462
+ add sitm/ritm to konsole-base and mlterm3 -TD
2463
- Add ncurses patch 20140609
2464
> fix regression in screen terminfo entries (reports by Christian
2465
Ebert, Gabriele Balducci) -TD
2466
+ revert the change to screen; see notes for why this did not work -TD
2467
+ cancel sitm/ritm for entries which extend "screen", to work around
2468
screen's hardcoded behavior for SGR 3 -TD
2469
- Add ncurses patch 20140607
2470
+ separate masking for sgr in vidputs from sitm/ritm, which do not
2471
overlap with sgr functionality.
2472
+ remove unneeded -i option from adacurses-config; put -a in the -I
2473
option for consistency (patch by Pascal Pignard).
2474
+ update xterm-new to patch #305 -TD
2475
+ change format of test-scripts for Debian Ada95 and ncurses-examples
2476
packages to quilted to work around Debian #700177 (cf: 20130907).
2477
+ build fix for form_driver_w.c as part of ncurses-examples package for
2478
older ncurses than 20131207.
2479
+ add Hello World example to adacurses-config manpage.
2480
+ remove unused --enable-pc-files option from Ada95/configure.
2481
+ add --disable-gnat-projects option for testing.
2482
+ revert changes to Ada95 project-files configuration (cf: 20140524).
2483
+ corrected usage message in adacurses-config.
2484
2485
-------------------------------------------------------------------
2486
Mon May 26 08:38:03 UTC 2014 - werner@suse.de
2487
2488
- Add ncurses patch 20140524
2489
+ fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
2490
environment variable.
2491
+ improve discussion of input-echoing in curs_getch.3x
2492
+ clarify discussion in curs_addch.3x of wrapping.
2493
+ modify parametrized.h to make fln non-padded.
2494
+ correct several entries which had termcap-style padding used in
2495
terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
2496
+ correct syntax for padding in some entries: dg211, h19 -TD
2497
+ correct ti924-8 which had confused padding versus octal escapes -TD
2498
+ correct padding in sbi entry -TD
2499
+ fix an old bug in the termcap emulation; "%i" was ignored in tparm()
2500
because the parameters to be incremented were already on the internal
2501
stack (report by Corinna Vinschen).
2502
+ modify tic's "-c" option to take into account the "-C" option to
2503
activate additional checks which compare the results from running
2504
tparm() on the terminfo expressions versus the translated termcap
2505
expressions.
2506
+ modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
2507
cf: 20120324).
2508
> patches by Nicolas Boulenguez:
2509
+ explicit dereferences to suppress some style warnings.
2510
+ when c_varargs_to_ada.c includes its header, use double quotes
2511
instead of <>.
2512
+ samples/ncurses2-util.adb: removed unused with clause. The warning
2513
was removed by an obsolete pragma.
2514
+ replaced Unreferenced pragmas with Warnings (Off). The latter,
2515
available with older GNATs, needs no configure test. This also
2516
replaces 3 untested Unreferenced pragmas.
2517
+ simplified To_C usage in trace handling. Using two parameters allows
2518
some basic formatting, and avoids a warning about security with some
2519
compiler flags.
2520
+ for generated Ada sources, replace many snippets with one pure
2521
package.
2522
+ removed C_Chtype and its conversions.
2523
+ removed C_AttrType and its conversions.
2524
+ removed conversions between int, Item_Option_Set, Menu_Option_Set.
2525
+ removed int, Field_Option_Set, Item_Option_Set conversions.
2526
+ removed C_TraceType, Attribute_Option_Set conversions.
2527
+ replaced C.int with direct use of Eti_Error, now enumerated. As it
2528
was used in a case statement, values were tested by the Ada compiler
2529
to be consecutive anyway.
2530
+ src/Makefile.in: remove duplicate stanza
2531
only consider using a project for shared libraries.
2532
- Add tack patch 1.07.20130713
2533
* init.c: typo
2534
* fun.c, scan.c: fix warnings from clang 3.3 --analyze
2535
* init.c: add error check to setupterm call; ncurses does in fact
2536
allow hardcopy and generic terminal descriptions (Debian #716377).
2537
2538
-------------------------------------------------------------------
2539
Mon May 12 12:06:39 UTC 2014 - werner@suse.de
2540
2541
- Add ncurses patch 20140510
2542
+ cleanup recently introduced compiler warnings for MingW port.
2543
+ workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
2544
which introduces more than one gratuitous incompatibility.
2545
2546
-------------------------------------------------------------------
2547
Mon May 5 10:59:16 UTC 2014 - werner@suse.de
2548
2549
- Add ncurses patch 20140503
2550
+ add vt520ansi terminfo entry (patch by Mike Gran)
2551
+ further improve MinGW support for the scenario where there is an
2552
ANSI-escapes handler such as ansicon running in the console window
2553
(patch by Juergen Pfeifer).
2554
2555
-------------------------------------------------------------------
2556
Mon Apr 28 10:53:21 UTC 2014 - werner@suse.de
2557
2558
- Add ncurses patch 20140426
2559
+ add --disable-lib-suffixes option (adapted from patch by Juergen
2560
Pfeifer).
2561
+ merge some changes from Juergen Pfeifer's work with MSYS2, to
2562
simplify later merging:
2563
+ use NC_ISATTY() macro for isatty() in library
2564
+ add _nc_mingw_isatty() and related functions to windows-driver
2565
+ rename terminal driver entrypoints to simplify grep's
2566
+ remove a check in the sp-funcs flavor of newterm() which allowed only
2567
the first call to newterm() to succeed (report by Thomas Beierlein,
2568
cf: 20090927).
2569
- Add ncurses patch 20140419
2570
+ update config.guess, config.sub from
2571
http://git.savannah.gnu.org/cgit/config.git
2572
2573
-------------------------------------------------------------------
2574
Mon Apr 14 17:01:36 UTC 2014 - werner@suse.de
2575
2576
- Add ncurses patch 20140412
2577
+ modify configure script:
2578
+ drop the -no-gcc option from Intel compiler, from lynx changes.
2579
+ extend the --with-hashed-db configure option to simplify building
2580
with different versions of Berkeley database using FreeBSD ports.
2581
+ improve initialization for MinGW port (patch by Juergen Pfeifer):
2582
2583
-------------------------------------------------------------------
2584
Mon Mar 31 10:13:11 UTC 2014 - werner@suse.de
2585
2586
- Add ncurses patch 20140329
2587
+ add check in tic for mismatch between ccc and initp/initc
2588
+ cancel ccc in putty-256color and konsole-256color for consistency
2589
with the cancelled initc capability (patch by Sven Zuhlsdorf).
2590
+ add xterm+256setaf building block for various terminals which only
2591
get the 256-color feature half-implemented -TD
2592
+ updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
2593
0.4.1 -TD
2594
2595
-------------------------------------------------------------------
2596
Thu Mar 27 13:57:11 UTC 2014 - werner@suse.de
2597
2598
- Make sure that libgpm is always loaded dynamically
2599
2600
-------------------------------------------------------------------
2601
Wed Mar 26 09:04:28 UTC 2014 - werner@suse.de
2602
2603
- Add ncurses patch 20140323
2604
+ fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
2605
- Add ncurses patch 20140322
2606
+ use types from <stdint.h> in sample build-scripts for chtype, etc.
2607
+ modify configure script and curses.h.in to allow the types specified
2608
using --with-chtype and related options to be defined in <stdint.h>
2609
+ add terminology entry -TD
2610
+ add mlterm3 entry, use that as "mlterm" -TD
2611
+ inherit mlterm-256color from mlterm -TD
2612
2613
-------------------------------------------------------------------
2614
Tue Mar 18 17:18:00 UTC 2014 - werner@suse.de
2615
2616
- Add ncurses patch 20140315
2617
+ modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
2618
top-row is adjusted as needed to ensure that the current item is
2619
on the screen (patch by Johann Klammer).
2620
+ add wgetdelay() to retrieve _delay member of WINDOW if it happens to
2621
be opaque, e.g., in the pthread configuration (prompted by patch by
2622
Soren Brinkmann).
2623
2624
-------------------------------------------------------------------
2625
Wed Mar 12 08:53:39 UTC 2014 - werner@suse.de
2626
2627
- Add ncurses patch 20140308
2628
+ modify ifdef in read_entry.c to handle the case where
2629
NCURSES_USE_DATABASE is not defined (patch by Xin Li).
2630
+ add cast in form_driver_w() to fix ARM build (patch by Xin Li).
2631
+ add logic to win_driver.c to save/restore screen contents when not
2632
allocating a console-buffer (cf: 20140215).
2633
2634
-------------------------------------------------------------------
2635
Mon Mar 3 16:21:40 UTC 2014 - werner@suse.de
2636
2637
- Add ncurses patch 20140301
2638
+ clarify error-returns from newwin (report by Ruslan Nabioullin).
2639
- Add ncurses patch 20140222
2640
+ fix some compiler warnings in win_driver.c
2641
+ updated notes for wsvt25 based on tack and vttest -TD
2642
+ add teken entry to show actual properties of FreeBSD's "xterm"
2643
console -TD
2644
- Add ncurses patch 20140215
2645
+ in-progress changes to win_driver.c to implement output without
2646
allocating a console-buffer. This uses a pre-existing environment
2647
variable NCGDB used by Juergen Pfeifer for debugging (prompted by
2648
discussion with Erwin Waterlander regarding Console2, which hangs
2649
when reading in an allocated console-buffer).
2650
+ add -t option to gdc.c, and modify to accept "S" to step through the
2651
scrolling-stages.
2652
+ regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
2653
html emitted by docbook.
2654
- Add ncurses patch 20140209
2655
+ modify CF_XOPEN_SOURCE macro to omit followup check to determine if
2656
_XOPEN_SOURCE can/should be defined. g++ 4.7.2 built on Solaris 10
2657
has some header breakage due to its own predefinition of this symbol
2658
(report by Jean-Pierre Flori, Sage #15796).
2659
2660
-------------------------------------------------------------------
2661
Mon Feb 3 10:11:10 UTC 2014 - werner@suse.de
2662
2663
- Add ncurses patch 20140201
2664
+ add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
2665
which "short" types are for color pairs and which are color values.
2666
+ fix build for s390x, by correcting field bit offsets in generated
2667
representation clauses when int=32 long=64 and endian=big, or at
2668
least on s390x (patch by Nicolas Boulenguez).
2669
+ minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
2670
- Add ncurses patch 20140125
2671
+ remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
2672
not work as is with gcc 4.8 due to fixes using chtype cast made for
2673
new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
2674
by Nicolas Boulenguez).
2675
2676
-------------------------------------------------------------------
2677
Tue Jan 28 18:18:22 UTC 2014 - werner@suse.de
2678
2679
- Add patch ncurses-5.9-ibm327x.dif to make ibm327x not a generic
2680
terminal type but a more dumb one (bnc#859214)
2681
2682
-------------------------------------------------------------------
2683
Mon Jan 20 13:49:00 UTC 2014 - werner@suse.de
2684
2685
- Add ncurses patch 20140118
2686
+ apply includesubdir variable which was introduced in 20130805 to
2687
gen-pkgconfig.in (Debian #735782).
2688
- Correct spec file irarch to make S390(x) fallback terminal types
2689
working on S390(x) (bnc#859214)
2690
2691
-------------------------------------------------------------------
2692
Tue Dec 17 17:40:23 UTC 2013 - werner@suse.de
2693
2694
- Add ncurses patch 20131214
2695
+ modify configure-script/ifdef's to allow OLD_TTY feature to be
2696
suppressed if the type of ospeed is configured using the option
2697
--with-ospeed to not be a short. By default, it is a short for
2698
termcap-compatibility (adapted from suggestion by Christian
2699
Weisgerber).
2700
+ correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
2701
cf: 20061230).
2702
+ fix a few -Wlogical-op warnings.
2703
+ updated llib-l* files.
2704
2705
-------------------------------------------------------------------
2706
Tue Dec 10 14:54:55 UTC 2013 - werner@suse.de
2707
2708
- Add ncurses patch 20131207
2709
+ add form_driver_w() entrypoint to wide-character forms library,
2710
as well as test program form_driver_w (adapted from patch by
2711
Gaute Hope).
2712
2713
-------------------------------------------------------------------
2714
Fri Nov 29 12:55:49 UTC 2013 - werner@suse.de
2715
2716
- Add ncurses patch 20131123
2717
+ minor fix for CF_GCC_WARNINGS to special-case options which are not
2718
recognized by clang.
2719
- Add ncurses patch 20131116
2720
+ add special case to configure script to move _XOPEN_SOURCE_EXTENDED
2721
definition from CPPFLAGS to CFLAGS if it happens to be needed for
2722
Solaris, because g++ errors with that definition (report by
2723
Jean-Pierre Flori, Sage #15268).
2724
+ correct logic in infocmp's -i option which was intended to ignore
2725
strings which correspond to function-keys as candidates for piecing
2726
together initialization- or reset-strings. The problem dates to
2727
1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
2728
gcc 4.8 (report by David Binderman).
2729
+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
2730
checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
2731
+ updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
2732
checks for -Wextra and -Wdeclaration-after-statement into the macro,
2733
and adding checks for -Wignored-qualifiers, -Wlogical-op and -Wvarargs
2734
+ updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
2735
work on cdk.
2736
- Add ncurses patch 20131110
2737
+ minor cleanup of terminfo.tail
2738
2739
-------------------------------------------------------------------
2740
Fri Nov 29 11:57:52 UTC 2013 - werner@suse.de
2741
2742
- On S390(x) use other fallback terminal types, that is have the
2743
ibm327x and vt220 available even if no terminfo-base is installed.
2744
2745
-------------------------------------------------------------------
2746
Wed Nov 6 14:02:38 UTC 2013 - werner@suse.de
2747
2748
- Add ncurses patch 20131102
2749
+ use TS extension to describe xterm's title-escapes -TD
2750
+ modify terminator and nsterm-s to use xterm+sl-twm building block -TD
2751
+ simplify pfkey expression in ansi.sys -TD
2752
2753
-------------------------------------------------------------------
2754
Tue Oct 29 12:47:19 UTC 2013 - werner@suse.de
2755
2756
- Make it build even with new tar command
2757
- Add ncurses patch 20131027
2758
+ correct/simplify ifdef's for cur_term versus broken-linker and
2759
reentrant options (report by Jean-Pierre Flori, cf: 20090530).
2760
+ modify release/version combinations in test build-scripts to make
2761
them more consistent with other packages.
2762
- Add ncurses patch 20131019
2763
+ add nc_mingw.h to installed headers for MinGW port; needed for
2764
compiling ncurses-examples.
2765
+ add rpm-script for testing cross-compile of ncurses-examples.
2766
- Add ncurses patch 20131014
2767
+ fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
2768
- Add ncurses patch 20131012
2769
+ fix a few compiler warnings in progs and test.
2770
+ minor fix to package/debian-mingw/rules, do not strip dll's.
2771
+ minor fixes to configure script for empty $prefix, e.g., when doing
2772
cross-compiles to MinGW.
2773
+ add script for building test-packages of binaries cross-compiled to
2774
MinGW using NSIS.
2775
- Add ncurses patch 20131005
2776
+ minor fixes for ncurses-example package and makefile.
2777
+ add scripts for test-builds of cross-compiler packages for ncurses6
2778
to MinGW.
2779
- Add ncurses patch 20130928
2780
+ some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
2781
it lacks some common functions such as use_env() which is not yet
2782
addressed.
2783
+ build-fix and some compiler warning fixes for ncurses-examples with
2784
OpenBSD 5.3
2785
+ fix a possible null-pointer reference in a trace message from newterm.
2786
+ quiet a few warnings from NetBSD 6.0 namespace pollution by
2787
nonstandard popcount() function in standard strings.h header.
2788
+ ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
2789
+ fix a few overlooked places for --enable-string-hacks option.
2790
2791
-------------------------------------------------------------------
2792
Mon Sep 30 08:47:17 UTC 2013 - werner@suse.de
2793
2794
- Add ncurses patch 20130928
2795
+ fix a possible null-pointer reference in a trace message from newterm.
2796
+ ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
2797
+ fix a few overlooked places for --enable-string-hacks option.
2798
- Add ncurses patch 20130921
2799
+ fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
2800
+ build-fix for --with-shared option for DragonFly and FreeBSD (report
2801
by Rong-En Fan, cf: 20130727).
2802
- Add ncurses patch 20130907
2803
+ revert change to two of the dpkg format files, to work with dpkg
2804
before/after Debian #700177.
2805
+ fix gcc -Wconversion warning in wattr_get() macro.
2806
+ add msys and msysdll to known host/configuration types (patch by
2807
Alexey Pavlov).
2808
+ modify CF_RPATH_HACK configure macro to not rely upon "-u" option
2809
of sort, improving portability.
2810
- Add ncurses patch 20130831
2811
+ modify test/ncurses.c b/B tests to display lines only for the
2812
attributes which a given terminal supports, to make room for an
2813
italics test.
2814
+ completed ncv table in terminfo.tail; it did not list the wide
2815
character codes listed in X/Open Curses issue 7.
2816
+ add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
2817
- Add ncurses patch 20130824
2818
+ fix some gcc 4.8 -Wconversion warnings.
2819
+ change format of dpkg test-scripts to quilted to work around bug
2820
introduced by Debian #700177.
2821
+ discard cached keyname() values if meta() is changed after a value
2822
was cached using (report by Kurban Mallachiev).
2823
- Add ncurses patch 20130816
2824
+ add checks in tic to warn about terminals which lack cursor
2825
addressing, capabilities or having those, are marked as hard_copy or
2826
generic_type.
2827
+ use --without-progs in mingw-ncurses rpm.
2828
+ split out _nc_init_termtype() from alloc_entry.c to use in MinGW
2829
port when tic and other programs are not needed.
2830
- Add ncurses patch 20130805
2831
+ add --disable-db-install configure option, to simplify building
2832
cross-compile support packages.
2833
2834
-------------------------------------------------------------------
2835
Mon Aug 5 14:07:53 UTC 2013 - werner@suse.de
2836
2837
- Add ncurses patch 20130805
2838
+ minor fixes to the --disable-overwrite logic, to ensure that the
2839
configured $(includedir) is not cancelled by the mingwxx-filesystem
2840
rpm macros.
2841
+ add --disable-db-install configure option, to simplify building
2842
cross-compile support packages.
2843
- Add ncurses patch 20130727
2844
+ improve configure macros from ongoing work on cdk, dialog, xterm:
2845
+ CF_ADD_LIB_AFTER - fix a problem with -Wl options
2846
+ CF_RPATH_HACK - add missing result-message
2847
+ CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
2848
dll symbols (which can be overridden) rather than explicit "../".
2849
+ CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
2850
rather than ${LD} to improve rpath support.
2851
+ CF_SHARED_OPTS - add a symbol to denote the temporary files that
2852
are created by the macro, to simplify clean-rules.
2853
+ CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
2854
+ fix a regression in hashed-database support for NetBSD, which uses
2855
the key-size differently from other implementations (cf: 20121229).
2856
- Add ncurses patch 20130720
2857
+ further improvements for setupterm manpage, clarifying the
2858
initialization of cur_term.
2859
- Add ncurses patch 20130713
2860
+ improve manpages for initscr and setupterm.
2861
+ minor compiler-warning fixes
2862
- Add ncurses patch 20130706
2863
+ add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
2864
+ add check for size of wchar_t, use that to suppress a chunk of
2865
wcwidth.h in MinGW port.
2866
+ quiet linker warnings for MinGW cross-compile with dll's using the
2867
--enable-auto-import flag.
2868
+ add ncurses.map rule to ncurses/Makefile to help diagnose symbol
2869
table issues.
2870
- Add ncurses patch 20130622
2871
+ modify the clear program to take into account the E3 extended
2872
capability to clear the terminal's scrollback buffer (patch by
2873
Miroslav Lichvar, Redhat #815790).
2874
+ clarify in resizeterm manpage that LINES and COLS are updated.
2875
+ updated ansi example in terminfo.tail, correct misordered example
2876
of sgr.
2877
+ fix other doclifter warnings for manpages
2878
+ remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
2879
(patch by Eric Raymond).
2880
- Add ncurses patch 20130615
2881
+ minor changes to some configure macros to make them more reusable.
2882
+ fixes for tabs program (prompted by report by Nick Andrik):
2883
+ corrected logic in command-line parsing of -a and -c predefined
2884
tab-lists options.
2885
+ allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
2886
+ make warning messages more consistent with the other utilities by
2887
not printing the full pathname of the program.
2888
+ add -V option for consistency with other utilities.
2889
+ fix off-by-one in columns for tabs program when processing an option
2890
such as "-5" (patch by Nick Andrik).
2891
- Add ncurses patch 20130608
2892
+ add to test/demo_forms.c examples of using the menu-hooks as well
2893
as showing how the menu item user-data can be used to pass a callback
2894
function pointer.
2895
+ add test/dots_termcap.c
2896
+ remove setupterm call from test/demo_termcap.c
2897
+ build-fix if --disable-ext-funcs configure option is used.
2898
+ modified test/edit_field.c and test/demo_forms.c to move the lengths
2899
into a user-data structure, keeping the original string for later
2900
expansion to free-format input/out demo.
2901
+ modified test/demo_forms.c to load data from file.
2902
+ added note to clarify Terminal.app's non-emulation of the various
2903
terminal types listed in the preferences dialog -TD
2904
+ fix regression in error-reporting in lib_setup.c (Debian #711134,
2905
cf: 20121117).
2906
+ build-fix for a case where --enable-broken_linker and
2907
--enable-reentrant options are combined (report by George R Goffe).
2908
- Add ncurses patch 20130525
2909
+ modify mvcur() to distinguish between internal use by the ncurses
2910
library, and external callers, preventing it from reading the content
2911
of the screen which is only nonblank when curses calls have updated
2912
it. This makes test/dots_mvcur.c avoid painting colored cells in
2913
the left margin of the display.
2914
+ minor fix to test/dots_mvcur.c
2915
+ move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
2916
NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
2917
use of these symbols in term_entry.h
2918
- Add ncurses patch 20130518
2919
+ corrected ifdefs in test/testcurs.c to allow comparison of mouse
2920
interface versus pdcurses (cf: 20130316).
2921
+ add pow() to configure-check for math library, needed since
2922
20121208 for test/hanoi (Debian #708056).
2923
+ regenerated html manpages.
2924
+ update doctype used for html documentation.
2925
2926
-------------------------------------------------------------------
2927
Fri Jun 21 13:53:22 UTC 2013 - werner@suse.de
2928
2929
- Add some more terminfo entries to terminfo-base (bnc#826171)
2930
2931
-------------------------------------------------------------------
2932
Mon May 13 12:40:31 UTC 2013 - werner@suse.de
2933
2934
- Make LD_LIBRARY_PATH include %_lib to make sure use and test the
2935
fresh build libraries
2936
2937
-------------------------------------------------------------------
2938
Mon May 13 09:28:09 UTC 2013 - werner@suse.de
2939
2940
- Add ncurses patch 20130511
2941
+ move nsterm-related entries out of "obsolete" section to more
2942
plausible "ansi consoles" -TD
2943
+ additional cleanup of table-of-contents by reordering -TD
2944
+ revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
2945
prevented inserts when video attributes were attached to the data
2946
(cf: 20121215) (Redhat #959534).
2947
- Add ncurses patch 20130504
2948
+ fixes for issues found by Coverity:
2949
+ correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
2950
display when infocmp's -R option is used for HP or AIX subsets.
2951
+ fix dead-code issue with test/movewindow.c
2952
+ improve limited-checking in _nc_read_termtype().
2953
- Add ncurses patch 20130427
2954
+ fix clang 3.2 warning in progs/dump_entry.c
2955
+ drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
2956
- Add ncurses patch 20130413
2957
+ add MinGW to cases where ncurses installs by default into /usr
2958
(prompted by discussion with Daniel Silva Ferreira).
2959
+ add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
2960
+ add a missing 'int' type for main function in configure check for
2961
type of bool variable, to work with clang 3.2 (report by Dmitri
2962
Gribenko).
2963
+ improve configure check for static_cast, to work with clang 3.2
2964
(report by Dmitri Gribenko).
2965
+ re-order rule for demo.o and macros defining header dependencies in
2966
c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
2967
- Add ncurses patch 20130406
2968
+ improve parameter checking in copywin().
2969
+ modify configure script to work around OS X's "libtool" program, to
2970
choose glibtool instead. At the same time, chance the autoconf macro
2971
to look for a "tool" rather than a "prog", to help with potential use
2972
in cross-compiling.
2973
+ separate the rpath usage for c++ library from demo program
2974
(Redhat #911540)
2975
+ update/correct header-dependencies in c++ makefile (report by Werner
2976
Fink).
2977
+ add --with-cxx-shared to dpkg-script, as done for rpm-script.
2978
2979
-------------------------------------------------------------------
2980
Tue Mar 26 12:33:13 UTC 2013 - werner@suse.de
2981
2982
- Add ncurses patch 20130324
2983
+ build-fix for libtool configuration (reports by Daniel Silva Ferreira
2984
and Roumen Petrov).
2985
- Add ncurses patch 20130323
2986
+ build-fix for OS X, to handle changes for --with-cxx-shared feature
2987
(report by Christian Ebert).
2988
+ change initialization for vt220, similar entries for consistency
2989
with cursor-key strings (NetBSD #47674) -TD
2990
+ further improvements to linux-16color (Benjamin Sittler)
2991
- Add ncurses patch 20130316
2992
+ additional fix for tic.c, to allocate missing buffer space.
2993
+ eliminate configure-script warnings for gen-pkgconfig.in
2994
+ correct typo in sgr string for sun-color,
2995
add bold for consistency with sgr,
2996
change smso for consistency with sgr -TD
2997
+ correct typo in sgr string for terminator -TD
2998
+ add blink to the attributes masked by ncv in linux-16color (report
2999
by Benjamin Sittler)
3000
+ improve warning message from post-load checking for missing "%?"
3001
operator by tic/infocmp by showing the entry name and capability.
3002
+ minor formatting improvement to tic/infocmp -f option to ensure
3003
line split after "%;".
3004
+ amend scripting for --with-cxx-shared option to handle the debug
3005
library "libncurses++_g.a" (report by Sven Joachim).
3006
- Add ncurses patch 20130309
3007
+ amend change to toe.c for reading from /dev/zero, to ensure that
3008
there is a buffer for the temporary filename (cf: 20120324).
3009
+ regenerated html manpages.
3010
+ fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
3011
+ updated some autoconf macros:
3012
+ CF_ACVERSION_CHECK, from byacc 1.9 20130304
3013
+ CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
3014
+ add configure option --with-cxx-shared to permit building
3015
libncurses++ as a shared library when using g++, e.g., the same
3016
limitations as libtool but better integrated with the usual build
3017
configuration (Redhat 911540).
3018
+ modify MKkey_defs.sh to filter out build-path which was unnecessarily
3019
shown in curses.h (Debian #689131).
3020
- Add ncurses patch 20130302
3021
+ add section to terminfo manpage discussing user-defined capabilities.
3022
+ update manpage description of NCURSES_NO_SETBUF, explaining why it
3023
is obsolete.
3024
+ add a check in waddch_nosync() to ensure that tab characters are
3025
treated as control characters; some broken locales claim they are
3026
printable.
3027
+ add some traces to the Windows console driver.
3028
+ initialize a temporary array in _nc_mbtowc, needed for some cases
3029
of raw input in MinGW port.
3030
- Make it build even with shared libncurses++ and its demo test program
3031
3032
-------------------------------------------------------------------
3033
Mon Feb 18 12:50:14 UTC 2013 - werner@suse.de
3034
3035
- Add ncurses patch 20130126
3036
+ further fixes to mvcur to pass callback function (cf: 20130112),
3037
needed to make test/dots_mvcur work.
3038
+ reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
3039
help reduce flicker.
3040
+ modify configure script to omit "+b" from linker options for very
3041
old HP-UX systems (report by Dennis Grevenstein)
3042
+ add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
3043
by Dennis Grevenstein).
3044
+ restore memmove/strdup support for antique systems (request by
3045
Dennis Grevenstein).
3046
+ change %l behavior in tparm to push the string length onto the stack
3047
rather than saving the formatted length into the output buffer
3048
(report by Roy Marples, cf: 980620).
3049
- Add ncurses patch 20130202
3050
+ correct initialization in knight.c which let it occasionally make
3051
an incorrect move (cf: 20001028).
3052
+ improve documentation of the terminfo/termcap search path.
3053
- Add ncurses patch 20130209
3054
+ modify test/configure script to make it simpler to override names
3055
of curses-related libraries, to help with linking with pdcurses in
3056
mingw environment.
3057
+ if the --with-terminfo-dirs configure option is not used, there is
3058
no corresponding compiled-in value for that. Fill in "no default
3059
value" for that part of the manpage substitution.
3060
- Add ncurses patch 20130216
3061
+ modify test/testcurs.c to work with mouse for ncurses as it does for
3062
pdcurses.
3063
+ modify test/knight.c to work with mouse for pdcurses as it does for
3064
ncurses.
3065
+ modify internal recursion in wgetch() which handles cooked mode to
3066
check if the call to wgetnstr() returned an error. This can happen
3067
when both nocbreak() and nodelay() are set, for instance (report by
3068
Nils Christopher Brause) (cf: 960418).
3069
+ fixes for issues found by Coverity:
3070
+ add a check for valid position in ClearToEOS()
3071
+ fix in lib_twait.c when --enable-wgetch-events is used, pointer
3072
use after free.
3073
+ improve a limit-check in make_hash.c
3074
+ fix a memory leak in hashed_db.c
3075
- Add ncurses patch 20130218
3076
+ correct ifdef on change to lib_twait.c (report by Werner Fink).
3077
+ update config.guess, config.sub
3078
- Use screen to emulate a terminal to enable the configure script to
3079
use poll(2) system call on stderr file descriptor
3080
3081
-------------------------------------------------------------------
3082
Mon Jan 21 14:47:48 UTC 2013 - werner@suse.de
3083
3084
- Add ncurses patch 5.9.20130119
3085
+ fixes for issues found by Coverity:
3086
+ fix memory leak in safe_sprintf.c
3087
+ add check for return-value in tty_update.c
3088
+ correct initialization for -s option in test/view.c
3089
+ add check for numeric overflow in lib_instr.c
3090
+ improve error-checking in copywin
3091
+ add advice in infocmp manpage for termcap users (Debian #698469).
3092
+ add "-y" option to test/demo_termcap and test/demo_terminfo to
3093
demonstrate behavior with/without extended capabilities.
3094
+ updated termcap manpage to document legacy termcap behavior for
3095
matching capability names.
3096
+ modify name-comparison for tgetstr, etc., to accommodate legacy
3097
applications as well as to improve compatbility with BSD 4.2
3098
termcap implementations (Debian #698299) (cf: 980725).
3099
3100
-------------------------------------------------------------------
3101
Wed Jan 16 13:50:48 UTC 2013 - werner@suse.de
3102
3103
- Add ncurses patch 5.9.20130112
3104
+ correct prototype in manpage for vid_puts.
3105
+ drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
3106
are unused in the current driver model.
3107
+ modify mvcur to use stdout except when called within the ncurses
3108
library.
3109
+ modify vidattr and vid_attr to use stdout as documented in manpage.
3110
+ amend changes made to buffering in 20120825 so that the low-level
3111
putp() call uses stdout rather than ncurses' internal buffering.
3112
The putp_sp() call does the same, for consistency (Redhat #892674).
3113
- Add ncurses patch 5.9.20130105
3114
+ add "-s" option to test/view.c to allow it to start in single-step
3115
mode, reducing size of trace files when it is used for debugging
3116
MinGW changes.
3117
+ revert part of 20121222 change to tinfo_driver.c
3118
+ add experimental logic in win_driver.c to improve optimization of
3119
screen updates. This does not yet work with double-width characters,
3120
so it is ifdef'd out for the moment (prompted by report by Erwin
3121
Waterlander regarding screen flicker).
3122
- Add ncurses patch 5.9.20121229
3123
+ fix coverity warnings regarding copying into fixed-size buffers.
3124
+ add throw-declarations in the c++ binding per Coverity warning.
3125
+ minor changes to new-items for consistent reference to bug-report
3126
numbers.
3127
- Add ncurses patch 5.9.20121222
3128
+ add *.dSYM directories to clean-rule in ncurses directory makefile,
3129
for Mac OS builds.
3130
+ add a configure check for gcc option -no-cpp-precomp, which is not
3131
available in all Mac OS X configurations (report by Andras Salamon,
3132
cf: 20011208).
3133
+ improve 20021221 workaround for broken acs, handling a case where
3134
that ACS_xxx character is not in the acsc string but there is a known
3135
wide-character which can be used.
3136
3137
-------------------------------------------------------------------
3138
Mon Dec 17 10:10:22 UTC 2012 - werner@suse.de
3139
3140
- Add ncurses patch 5.9.20121215
3141
+ fix several warnings from clang 3.1 --analyze, includes correcting
3142
a null-pointer check in _nc_mvcur_resume.
3143
+ correct display of double-width characters with MinGW port (report
3144
by Erwin Waterlander).
3145
+ replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
3146
+ correct check for 8-bit value in _nc_insert_ch().
3147
+ remove dead code in progs/tset.c, test/linedata.h
3148
+ add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
3149
test-programs.
3150
- Add ncurses patch 5.9.20121208
3151
+ modify test/knight.c to show the number of choices possible for
3152
each position in automove option, e.g., to allow user to follow
3153
Warnsdorff's rule to solve the puzzle.
3154
+ remove a few redundant checks.
3155
+ check return value from remove/unlink in tic.
3156
+ fix a null dereference in c++/cursesw.cc
3157
+ fix two instances of uninitialized variables when configuring for the
3158
terminal driver.
3159
+ correct scope of variable used in SetSafeOutcWrapper macro.
3160
+ set umask when calling mkstemp in tic.
3161
+ initialize wbkgrndset() temporary variable when extended-colors are
3162
used.
3163
- Add ncurses patch 5.9.20121201
3164
+ also replace MinGW's wctomb(), fixing a problem with setcchar().
3165
- Add ncurses patch 5.9.20121124
3166
+ correct order of color initialization versus display in some of the
3167
test-programs, e.g., test_addstr.c
3168
- Add tack patch 1.07.20120916
3169
* tack.c: ensure that $TERM is set and is not too large
3170
* edit.c: build-fix for g++
3171
* color.c:
3172
corrected check for ncv (no_color_video), which did not handle
3173
the case when all video attributes should work.
3174
* color.c:
3175
add/use init_palette() and reset_palette() to restore the 0-7
3176
ANSI colors to sane values after running the change-colors tests.
3177
* charset.c: add a test for "eslok" capability
3178
3179
-------------------------------------------------------------------
3180
Mon Nov 19 12:20:40 UTC 2012 - werner@suse.de
3181
3182
- Add ncurses patch 5.9.20121117
3183
> fixes based on Coverity report:
3184
+ add missing braces around FreeAndNull in two places.
3185
+ various fixes in test/ncurses.c
3186
+ improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
3187
+ correct malloc size in progs/infocmp.c
3188
+ guard against negative array indices in test/knight.c
3189
+ fix off-by-one limit check in test/color_name.h
3190
+ add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
3191
test/inchs.c
3192
+ fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
3193
test/clip_printw.c, test/demo_menus.c
3194
+ delete unused windows in test/chgat.c, test/clip_printw.c,
3195
test/insdelln.c, test/newdemo.c on error-return.
3196
- Add ncurses patch 5.9.20121110
3197
+ modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
3198
local -I include options in case someone has set conflicting -I
3199
options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
3200
Vassili Courzakis).
3201
+ modify the ncurses*-config scripts to eliminate relative paths from
3202
the RPATH_LIST variable, e.g., "../lib" as used in installing shared
3203
libraries or executables.
3204
3205
-------------------------------------------------------------------
3206
Mon Nov 5 14:02:30 UTC 2012 - werner@suse.de
3207
3208
- Add ncurses patch 5.9.20121026
3209
+ improve malloc/realloc checking (prompted by discussion in Redhat
3210
#866989).
3211
+ add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
3212
+ updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST. The
3213
first corrects pattern used for Mac OS X's customization of gcc.
3214
- Add ncurses patch 5.9.20121102
3215
+ realign manual pages and fix a long-ago error in curs_addstr.3x
3216
which said that a -1 length parameter would only write as much
3217
as fit onto one line (report by Reuben Thomas).
3218
+ remove obsolete fallback _nc_memmove() for memmove()/bcopy().
3219
+ remove obsolete fallback _nc_strdup() for strdup().
3220
+ cancel any debug-rpm in package/ncurses.spec
3221
+ reviewed vte-2012, reverted most of the change since it was incorrect
3222
based on testing with tack -TD
3223
+ un-cancel the initc in vte-256color, since this was implemented
3224
starting with version 0.20 in 2009 -TD
3225
3226
-------------------------------------------------------------------
3227
Wed Oct 17 12:44:01 UTC 2012 - werner@suse.de
3228
3229
- Add ncurses patch 5.9.20121013
3230
+ add vte-2012, gnome-2012, making these the defaults for vte/gnome
3231
- Add ncurses patch 5.9.20121017
3232
+ fix change to _nc_scroll_optimize(), which incorrectly freed memory
3233
3234
-------------------------------------------------------------------
3235
Mon Oct 8 13:08:00 UTC 2012 - werner@suse.de
3236
3237
- Add ncurses patch 5.9.20121006
3238
+ improve CF_GCC_VERSION to work around Debian's customization of gcc
3239
--version message.
3240
+ improve configure macros as done in byacc:
3241
+ drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
3242
has used that for a while.
3243
+ add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
3244
for experimental use.
3245
+ remove unused configure macros.
3246
+ modify configure script and makefiles to quiet new autoconf warning
3247
for LIBS_TO_MAKE variable.
3248
+ modify configure script to show $PATH_SEPARATOR variable.
3249
+ update config.guess, config.sub
3250
- Add ncurses patch 5.9.20120922
3251
+ modify setupterm to set its copy of TERM to "unknown" if configured
3252
for the terminal driver and TERM was null or empty.
3253
+ modify treatment of TERM variable for MinGW port to allow explicit
3254
use of the windows console driver by checking if $TERM is set to
3255
"#win32con" or an abbreviation of that.
3256
+ undo recent change to fallback definition of vsscanf() to
3257
3258
-------------------------------------------------------------------
3259
Mon Sep 17 12:50:12 UTC 2012 - werner@suse.de
3260
3261
- Add ncurses patch 5.9.20120908
3262
+ add test-screens to test/ncurses to show 256-characters at a time,
3263
to help with mingw port.
3264
- Add ncurses patch 5.9.20120903
3265
+ simplify varargs logic in lib_printw.c; va_copy is no longer needed
3266
there.
3267
+ modifications for mingw port to make wide-character display usable.
3268
- Add ncurses patch 5.9.20120902
3269
+ regenerate configure script (report by Sven Joachim, cf: 20120901).
3270
- Add ncurses patch 5.9.20120901
3271
+ add a null-pointer check in _nc_flush (cf: 20120825).
3272
+ fix a case in _nc_scroll_optimize() where the _oldnums_list array
3273
might not be allocated.
3274
+ improve comparisons in configure.in for unset shell variables.
3275
- Add ncurses patch 5.9.20120826
3276
+ increase size of ncurses' output-buffer, in case of very small
3277
initial screen-sizes.
3278
+ fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
3279
after changes to use --datarootdir (reports by Gabriele Balducci,
3280
Roumen Petrov).
3281
- Add ncurses patch 5.9.20120825
3282
+ change output buffering scheme, using buffer maintained by ncurses
3283
rather than stdio, to avoid problems with SIGTSTP handling (report
3284
by Brian Bloniarz).
3285
- Add ncurses patch 5.9.20120811
3286
+ update autoconf patch to 2.52.20120811, adding --datarootdir
3287
(prompted by discussion with Erwin Waterlander).
3288
+ improve description of --enable-reentrant option in README and the
3289
INSTALL file.
3290
+ add nsterm-256color, make this the default nsterm -TD
3291
+ remove bw from nsterm-bce, per testing with tack -TD
3292
- Add ncurses patch 5.9.20120804
3293
+ update test/configure, adding check for tinfo library.
3294
+ improve limit-checks for the getch fifo (report by Werner Fink).
3295
+ fix a remaining mismatch between $with_echo and the symbols updated
3296
by CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
3297
Sven Joachim, cf: 20120317).
3298
+ modify followup check for pkg-config's library directory in the
3299
--enable-pc-files option to validate syntax (report by Sven Joachim,
3300
cf: 20110716).
3301
3302
-------------------------------------------------------------------
3303
Tue Jul 31 09:57:02 UTC 2012 - werner@suse.de
3304
3305
- Add ncurses patch 5.9.20120728
3306
+ correct path for ncurses_mingw.h in include/headers, in case build
3307
is done outside source-tree (patch by Roumen Petrov).
3308
+ modify some older xterm entries to align with xterm source -TD
3309
+ separate "xterm-old" alias from "xterm-r6" -TD
3310
+ add E3 extended capability to xterm-basic and putty -TD
3311
+ parenthesize parameters of other macros in curses.h -TD
3312
+ parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
3313
in case it happens to be a comma-expression, etc. (patch by Nick
3314
Black).
3315
- Add ncurses patch 5.9.20120721
3316
+ improved form_request_by_name() and menu_request_by_name().
3317
+ eliminate two fixed-size buffers in toe.c
3318
+ extend use_tioctl() to have expected behavior when use_env(FALSE) and
3319
use_tioctl(TRUE) are called.
3320
+ modify ncurses test-program, adding -E and -T options to demonstrate
3321
use_env() versus use_tioctl().
3322
- Add NEWS and README to installed package documentation ((bnc#772916)
3323
3324
-------------------------------------------------------------------
3325
Thu Jul 26 08:06:31 UTC 2012 - werner@suse.de
3326
3327
- Change order of listes authors into the order of relative
3328
contributions made (bnc#772916)
3329
- Add tabs description to description of ncurses-utils (bnc#772916)
3330
3331
-------------------------------------------------------------------
3332
Fri Jul 20 15:12:43 UTC 2012 - werner@suse.de
3333
3334
- Add ncurses patch 5.9.20120714 (bnc#769788)
3335
+ add use_tioctl() function (adapted from patch by Werner Fink,
3336
Novell #769788):
3337
- Set the default for use_tioctl() to TRUE and add a note in the
3338
manual page for this.
3339
3340
-------------------------------------------------------------------
3341
Mon Jul 9 12:51:19 UTC 2012 - werner@suse.de
3342
3343
- Add ncurses patch 5.9.20120707 (bnc#769788)
3344
+ add ncurses_mingw.h to installed headers (prompted by patch by
3345
Juergen Pfeifer).
3346
+ clarify return-codes from wgetch() in response to SIGWINCH (prompted
3347
by Novell #769788).
3348
+ modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
3349
if screensize is unchanged. Modify _nc_update_screensize() to push a
3350
KEY_RESIZE if there was a SIGWINCH, even if it does not call
3351
resizeterm(). These changes eliminate the case where a SIGWINCH is
3352
received, but ERR returned from wgetch or wgetnstr because the screen
3353
dimensions did not change (Novell #769788).
3354
3355
-------------------------------------------------------------------
3356
Tue Jun 26 10:41:46 UTC 2012 - werner@suse.de
3357
3358
- Add ncurses patch 5.9.20120622
3359
+ add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
3360
+ fix caching of environment variables in database-iterator (patch by
3361
Philippe Troin, Redhat #831366).
3362
- Add ncurses patch 5.9.20120616
3363
+ add configure check to distinguish clang from gcc to eliminate
3364
warnings about unused command-line parameters when compiler warnings
3365
are enabled.
3366
+ improve behavior when updating terminfo entries which are hardlinked
3367
by allowing for the possibility that an alias has been repurposed to
3368
a new primary name.
3369
+ fix some strict compiler warnings based on package scripts.
3370
+ further fixes for configure check for working poll (Debian #676461).
3371
- Add ncurses patch 5.9.20120608
3372
+ fix an uninitialized variable in -c/-n logic for infocmp changes
3373
(cf: 20120526).
3374
- Add ncurses patch 5.9.20120602
3375
+ add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
3376
+ add kdch1, etc., to qvt108 -TD
3377
+ add dl1/il1 to some entries based on dl/il values -TD
3378
+ add dl to simpleterm -TD
3379
+ add consistency-checks in tic for insert-line vs delete-line
3380
controls, and insert/delete-char keys
3381
+ correct no-leaks logic in infocmp when doing comparisons, fixing
3382
duplicate free of entries given via the command-line, and freeing
3383
entries loaded from the last-but-one of files specified on the
3384
command-line.
3385
+ add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
3386
analysis by Martin Husemann).
3387
+ add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
3388
Onno van der Linden).
3389
3390
-------------------------------------------------------------------
3391
Wed May 30 11:27:17 UTC 2012 - werner@suse.de
3392
3393
- Add ncurses patch 5.9.20120526
3394
+ extend -c and -n options of infocmp to allow comparing more than two
3395
entries.
3396
+ correct check in infocmp for number of terminal names when more than
3397
two are given.
3398
+ correct typo in curs_threads.3x (report by Yanhui Shen on
3399
freebsd-hackers mailing list).
3400
- Add ncurses patch 5.9.20120512
3401
+ corrected 'op' for bterm (report by Samuel Thibault) -TD
3402
+ modify test/background.c to demonstrate a background character
3403
holding a colored ACS_HLINE. The behavior differs from SVr4 due to
3404
the thick- and double-line extension (cf: 20091003).
3405
+ modify handling of acs characters in PutAttrChar to avoid mapping an
3406
unmapped character to a space with A_ALTCHARSET set.
3407
+ rewrite vt520 entry based on vt420 -TD
3408
- Add ncurses patch 5.9.20120505
3409
+ remove p6 (bold) from opus3n1+ for consistency -TD
3410
+ remove acs stuff from env230 per clues in Ingres termcap -TD
3411
+ modify env230 sgr/sgr0 to match other capabilities -TD
3412
+ modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
3413
+ make sgr for dku7202 agree with other caps -TD
3414
+ make sgr for ibmpc agree with other caps -TD
3415
+ make sgr for tek4107 agree with other caps -TD
3416
+ make sgr for ndr9500 agree with other caps -TD
3417
+ make sgr for sco-ansi agree with other caps -TD
3418
+ make sgr for d410 agree with other caps -TD
3419
+ make sgr for d210 agree with other caps -TD
3420
+ make sgr for d470c, d470c-7b agree with other caps -TD
3421
+ remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
3422
+ fix a back-link in _nc_delink_entry(), which is needed if ncurses is
3423
configured with --enable-termcap and --disable-getcap.
3424
- Add ncurses patch 5.9.20120428
3425
+ fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
3426
+ add eslok flag to dec+sl -TD
3427
+ dec+sl applies to vt320 and up -TD
3428
+ drop wsl width from xterm+sl -TD
3429
+ reuse xterm+sl in putty and nsca-m -TD
3430
+ add ansi+tabs to vt520 -TD
3431
+ add ansi+enq to vt220-vt520 -TD
3432
+ fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
3433
+ added paragraph in keyname manpage telling how extended capabilities
3434
are interpreted as key definitions.
3435
+ modify tic's check of conflicting key definitions to include extended
3436
capability strings in addition to the existing check on predefined
3437
keys.
3438
- Add ncurses patch 5.9.20120421
3439
+ improve cleanup of temporary files in tic using atexit().
3440
+ add msgr to vt420, similar DEC vtXXX entries -TD
3441
+ add several missing vt420 capabilities from vt220 -TD
3442
+ factor out ansi+pp from several entries -TD
3443
+ change xterm+sl and xterm+sl-twm to include only the status-line
3444
capabilities and not "use=xterm", making them more generally useful
3445
as building-blocks -TD
3446
+ add dec+sl building block, as example -TD
3447
- Add ncurses patch 5.9.20120414
3448
+ add consistency check in tic for screen's "XT" capability.
3449
+ add section in terminfo.src summarizing the user-defined capabilities
3450
used in that file -TD
3451
- Add ncurses patch 5.9.20120407
3452
+ fix an inconsistency between tic/infocmp "-x" option; tic omits all
3453
non-standard capabilities, while infocmp was ignoring only the user
3454
definable capabilities.
3455
+ improve special case in tic parsing of description to allow it to be
3456
followed by terminfo capabilities. Previously the description had to
3457
be the last field on an input line to allow tic to distinguish
3458
between termcap and terminfo format while still allowing commas to be
3459
embedded in the description.
3460
+ correct variable name in gen_edit.sh which broke configurability of
3461
the --with-xterm-kbs option.
3462
+ revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
3463
+ further amend 20110910 change, providing for configure-script
3464
override of the "linux" terminfo entry to install and changing the
3465
default for that to "linux2.2" (Debian #665959).
3466
- Add ncurses patch 5.9.20120331
3467
+ update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
3468
+ correct order of use-clauses in st-256color -TD
3469
+ modify configure script to look for gnatgcc if the Ada95 binding
3470
is built, in preference to the default gcc/cc (suggested by
3471
Nicolas Boulenguez).
3472
+ modify configure script to ensure that the same -On option used for
3473
the C compiler in CFLAGS is used for ADAFLAGS rather than simply
3474
using -O3 (suggested by Nicolas Boulenguez)
3475
- Add ncurses patch 5.9.20120324
3476
+ amend an old fix so that next_char() exits properly for empty files,
3477
e.g., from reading /dev/null (cf: 20080804).
3478
+ modify tic so that it can read from the standard input, or from
3479
a character device. Because tic uses seek's, this requires writing
3480
the data to a temporary file first (prompted by remark by Sven
3481
Joachim) (cf: 20000923).
3482
- Add ncurses patch 5.9.20120317
3483
+ correct a check made in lib_napms.c, so that terminfo applications
3484
can again use napms() (cf: 20110604).
3485
+ add a note in tic.h regarding required casts for ABSENT_BOOLEAN
3486
(cf: 20040327).
3487
+ correct scripting for --disable-echo option in test/configure.
3488
+ amend check for missing c++ compiler to work when no error is
3489
reported, and no variables set (cf: 20021206).
3490
+ add/use configure macro CF_DISABLE_ECHO.
3491
3492
-------------------------------------------------------------------
3493
Mon Mar 12 12:17:31 UTC 2012 - werner@suse.de
3494
3495
- Add check_build script to avoid to stumble on gcc exception 32
3496
3497
-------------------------------------------------------------------
3498
Mon Mar 12 10:38:59 UTC 2012 - werner@suse.de
3499
3500
- Add ncurses patch 5.9.20120310
3501
+ fix some strict compiler warnings for abi6 and 64-bits.
3502
+ use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
3503
+ improve a limit-check in infocmp.c (Werner Fink)
3504
3505
-------------------------------------------------------------------
3506
Mon Mar 5 11:33:17 UTC 2012 - werner@suse.de
3507
3508
- Add tack patch 1.07.20120303
3509
+ fix many compilerv warnings
3510
+ update auto configure
3511
+ update copyright date
3512
+ Update configure-script and makefile template to work with this
3513
post-5.9 change, allowing build of tack within the ncurses
3514
source-tree 20110924. The change is prompted by review of
3515
OpenSUSE package by Werner Fink, using a patch from the rpm
3516
source file: ncurses-5.9-tack-tinfo.dif (2011-11-18)
3517
3518
-------------------------------------------------------------------
3519
Mon Mar 5 10:36:49 UTC 2012 - werner@suse.de
3520
3521
- Add ncurses patch 5.9.20120303
3522
+ minor tidying of terminfo.tail, clarify reason for limitation
3523
regarding mapping of \0 to \200
3524
+ minor improvement to _nc_copy_termtype(), using memcpy to replace
3525
loops.
3526
+ fix no-leaks checking in test/demo_termcap.c to account for multiple
3527
calls to setupterm().
3528
+ modified the libgpm change to show previous load as a problem in the
3529
debug-trace.
3530
> merge some patches from OpenSUSE rpm (Werner Fink):
3531
+ ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
3532
+ ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
3533
runtime linker
3534
+ ncurses-5.6-fallback.dif, do not free arrays and strings from static
3535
fallback entries
3536
3537
-------------------------------------------------------------------
3538
Thu Mar 1 14:02:05 UTC 2012 - werner@suse.de
3539
3540
- Add ncurses patch 5.9.20120228
3541
+ fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
3542
3543
-------------------------------------------------------------------
3544
Mon Feb 27 12:14:14 UTC 2012 - werner@suse.de
3545
3546
- Add ncurses patch 5.9.20120225
3547
+ modify configure script to allow creating dll's for MinGW when
3548
cross-compiling.
3549
+ add --enable-string-hacks option to control whether strlcat and
3550
strlcpy may be used. The same issue applies to OpenBSD's warnings
3551
about snprintf, noting that this function is weakly standardized.
3552
+ add configure checks for strlcat, strlcpy and snprintf, to help
3553
reduce bogus warnings with OpenBSD builds.
3554
+ build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
3555
(cf:20111231)
3556
+ update config.guess, config.sub
3557
3558
-------------------------------------------------------------------
3559
Tue Feb 14 18:17:28 UTC 2012 - werner@suse.de
3560
3561
- Add ncurses patch 5.9.20120211
3562
+ make sgr for xterm-pcolor agree with other caps -TD
3563
+ make sgr for att5425 agree with other caps -TD
3564
+ make sgr for att630 agree with other caps -TD
3565
+ make sgr for linux entries agree with other caps -TD
3566
+ make sgr for tvi9065 agree with other caps -TD
3567
+ make sgr for ncr260vt200an agree with other caps -TD
3568
+ make sgr for ncr160vt100pp agree with other caps -TD
3569
+ make sgr for ncr260vt300an agree with other caps -TD
3570
+ make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
3571
+ make sgr for cygwin, cygwinDBG agree with other caps -TD
3572
+ add configure option --with-xterm-kbs to simplify configuration for
3573
Linux versus most other systems.
3574
3575
-------------------------------------------------------------------
3576
Mon Feb 6 16:00:42 UTC 2012 - werner@suse.de
3577
3578
- Add ncurses patch 5.9.20120204
3579
+ improved tic -D option, avoid making target directory and provide
3580
better diagnostics.
3581
3582
-------------------------------------------------------------------
3583
Mon Jan 30 16:13:37 UTC 2012 - werner@suse.de
3584
3585
- Add ncurses patch 5.9.20120128
3586
+ add mach-gnu (Debian #614316, patch by Samuel Thibault)
3587
+ add mach-gnu-color, tweaks to mach-gnu terminfo -TD
3588
+ make sgr for sun-color agree with smso -TD
3589
+ make sgr for prism9 agree with other caps -TD
3590
+ make sgr for icl6404 agree with other caps -TD
3591
+ make sgr for ofcons agree with other caps -TD
3592
+ make sgr for att5410v1, att4415, att620 agree with other caps -TD
3593
+ make sgr for aaa-unk, aaa-rv agree with other caps -TD
3594
+ make sgr for avt-ns agree with other caps -TD
3595
+ amend fix intended to separate fixups for acsc to allow "tic -cv" to
3596
give verbose warnings (cf: 20110730).
3597
+ modify misc/gen-edit.sh to make the location of the tabset directory
3598
consistent with misc/Makefile.in, i.., using ${datadir}/tabset
3599
(Debian #653435, patch by Sven Joachim).
3600
- Add ncurses patch 5.9.20120121
3601
+ add --with-lib-prefix option to allow configuring for old/new flavors
3602
of OS/2 EMX.
3603
+ modify check for gnat version to allow for year, as used in FreeBSD
3604
port.
3605
+ modify check_existence() in db_iterator.c to simply check if the
3606
path is a directory or file, according to the need. Checking for
3607
directory size also gives no usable result with OS/2 (cf: 20120107).
3608
+ support OS/2 kLIBC (patch by KO Myung-Han).
3609
3610
-------------------------------------------------------------------
3611
Mon Jan 16 16:36:44 UTC 2012 - werner@suse.de
3612
3613
- Add ncurses patch 5.9.20120114
3614
* several improvements to test/movewindow.c (prompted by discussion on
3615
Linux Mint forum):
3616
- Add ncurses patch 5.9.20120107
3617
* various improvments for MinGW (Juergen Pfeifer):
3618
- Add ncurses patch 5.9.20111231
3619
* modify toe's report when -a and -s options are combined, to add
3620
a column showing which entries belong to a given database.
3621
* add -s option to toe, to sort its output.
3622
* modify progs/toe.c, simplifying use of db-iterator results to use
3623
caching improvements from 20111001 and 20111126.
3624
* correct generation of pc-files when ticlib or termlib options are
3625
given to rename the corresponding tic- or tinfo-libraries (report
3626
by Sven Joachim).
3627
- Add ncurses patch 5.9.20111224
3628
* document a portability issue with tput, i.e., that scripts which work
3629
with ncurses may fail in other implementations that do no parameter
3630
analysis.
3631
* add putty-sco entry -TD
3632
- Add ncurses patch 5.9.20111217
3633
* review/fix places in manpages where --program-prefix configure option
3634
was not being used.
3635
* add -D option to infocmp, to show the database locations that it
3636
could use.
3637
* fix build for the special case where term-driver, ticlib and termlib
3638
are all enabled. The terminal driver depends on a few features in
3639
the base ncurses library, so tic's dependencies include both ncurses
3640
and termlib.
3641
* fix build work for term-driver when --enable-wgetch-events option is
3642
enabled.
3643
* use <stdint.h> types to fix some questionable casts to void*.
3644
- Add ncurses patch 5.9.20111210
3645
* modify configure script to check if thread library provides
3646
pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
3647
* modify configure script to suppress check to define _XOPEN_SOURCE
3648
for IRIX64, since its header files have a conflict versus
3649
_SGI_SOURCE.
3650
* modify configure script to add ".pc" files for tic- and
3651
tinfo-libraries, which were omitted in recent change (cf: 20111126).
3652
* fix inconsistent checks on $PKG_CONFIG variable in configure script.
3653
3654
-------------------------------------------------------------------
3655
Tue Dec 20 11:05:51 UTC 2011 - coolo@suse.com
3656
3657
- remove call to suse_update_config (very old work around)
3658
3659
-------------------------------------------------------------------
3660
Mon Dec 5 13:33:46 UTC 2011 - werner@suse.de
3661
3662
- Add ncurses patch 5.9.20111203
3663
* modify configure-check for etip.h dependencies, supplying a temporary
3664
copy of ncurses_dll.h since it is a generated file (prompted by
3665
Debian #646977).
3666
* modify CF_CPP_PARAM_INIT "main" function to work with current C++.
3667
3668
-------------------------------------------------------------------
3669
Mon Nov 28 10:23:53 UTC 2011 - werner@suse.de
3670
3671
- Add ncurses patch 5.9.20111126
3672
* correct database iterator's check for duplicate entries
3673
(cf: 20111001).
3674
* modify database iterator to ignore $TERMCAP when it is not an
3675
absolute pathname.
3676
* add -D option to tic, to show the database locations that it could
3677
use.
3678
* improve description of database locations in tic manpage.
3679
* modify the configure script to generate a list of the ".pc" files to
3680
generate, rather than deriving the list from the libraries which have
3681
been built (patch by Mike Frysinger).
3682
* use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
3683
ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
3684
from patch by Mike Frysinger).
3685
3686
3687
-------------------------------------------------------------------
3688
Thu Nov 24 13:32:02 UTC 2011 - werner@suse.de
3689
3690
- Avoid linker script libterminfo.so as bash configure can not
3691
handle this
3692
3693
-------------------------------------------------------------------
3694
Thu Nov 24 12:17:08 UTC 2011 - werner@suse.de
3695
3696
- Use linker scripts to amke sure that libtinfo will be found
3697
even if -ltinfo is missed on the linker command line
3698
3699
-------------------------------------------------------------------
3700
Tue Nov 22 12:03:47 UTC 2011 - werner@suse.de
3701
3702
- Add ncurses patch 5.9.20111119
3703
* remove obsolete/conflicting fallback definition for _POSIX_SOURCE
3704
from curses.priv.h, fixing a regression with IRIX64 and Tru64
3705
(cf: 20110416)
3706
* modify _nc_tic_dir() to ensure that its return-value is nonnull,
3707
i.e., the database iterator was not initialized. This case is needed
3708
to when tic is translating to termcap, rather than loading the
3709
database (cf: 20111001).
3710
3711
-------------------------------------------------------------------
3712
Fri Nov 18 12:00:10 UTC 2011 - werner@suse.de
3713
3714
- Update to tack 1.07-20110626
3715
- Enlarge hash size for run time linker
3716
- Enforce bind references to global function symbols to the
3717
definition within libncurses and libtinfo
3718
3719
-------------------------------------------------------------------
3720
Thu Nov 17 13:16:17 UTC 2011 - werner@suse.de
3721
3722
- Add ncurses patch 5.9.20111112
3723
* add pccon entries for OpenBSD console (Alexei Malinin).
3724
* build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
3725
600 to work around inconsistent ifdef'ing of wcstof between C and
3726
C++ header files.
3727
* modify capconvert script to accept more than exact match on "xterm",
3728
e.g., the "xterm-*" variants, to exclude from the conversion (patch
3729
by Robert Millan).
3730
* fix a typo misc/Makefile.in, used in uninstalling pc-files.
3731
3732
- Add ncurses patch 5.9.20111030
3733
* modify make_db_path() to allow creating "terminfo.db" in the same
3734
directory as an existing "terminfo" directory. This fixes a case
3735
where switching between hashed/filesystem databases would cause the
3736
new hashed database to be installed in the next best location -
3737
root's home directory.
3738
* add variable cf_cv_prog_gnat_correct to those passed to
3739
config.status, fixing a problem with Ada95 builds (cf: 20111022).
3740
* change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
3741
accommodate broken implementations for _XPG6.
3742
* eliminate usage of NULL symbol from etip.h, to reduce header
3743
interdependencies.
3744
* add configure check to decide when to add _XOPEN_SOURCE define to
3745
compiler options, i.e., for Solaris 10 and later (cf: 20100403).
3746
This is a workaround for gcc 4.6, which fails to build the c++
3747
binding if that symbol is defined by the application, due to
3748
incorrectly combining the corresponding feature test macros
3749
(report by Peter Kruse).
3750
3751
- Add ncurses patch 5.9.20111022
3752
* correct logic for discarding mouse events, retaining the partial
3753
events used to build up click, double-click, etc, until needed
3754
(cf: 20110917).
3755
* fix configure script to avoid creating unused Ada95 makefile when
3756
gnat does not work.
3757
* cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
3758
internal functions of libncurses. The external interface of courses
3759
uses bool, which still produces these warnings.
3760
3761
- Add ncurses patch 5.9.20111015
3762
* improve description of --disable-tic-depends option to make it
3763
clear that it may be useful whether or not the --with-termlib
3764
option is also given (report by Sven Joachim).
3765
* amend termcap equivalent for set_pglen_inch to use the X/Open
3766
"YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
3767
* improve manpage for tgetent differences from termcap library.
3768
- Add ncurses patch 5.9.20111008
3769
* moved static data from db_iterator.c to lib_data.c
3770
* modify db_iterator.c for memory-leak checking, fix one leak.
3771
* modify misc/gen-pkgconfig.in to use Requires.private for the parts
3772
of ncurses rather than Requires, as well as Libs.private for the
3773
other library dependencies (prompted by Debian #644728).
3774
3775
- Add ncurses patch 5.9.20111001
3776
* modify tic "-K" option to only set the strict-flag rather than force
3777
source-output. That allows the same flag to control the parser for
3778
input and output of termcap source.
3779
* modify _nc_getent() to ignore backslash at the end of a comment line,
3780
making it consistent with ncurses' parser.
3781
* restore a special-case check for directory needed to make termcap
3782
text files load as if they were databases (cf: 20110924).
3783
* modify tic's resolution/collision checking to attempt to remove the
3784
conflicting alias from the second entry in the pair, which is
3785
normally following in the source file. Also improved the warning
3786
message to make it simpler to see which alias is the problem.
3787
* improve performance of the database iterator by caching search-list.
3788
3789
- Add ncurses patch 5.9.20110925
3790
* add a missing "else" in changes to _nc_read_tic_entry().
3791
3792
- Add ncurses patch 5.9.20110924
3793
* modify _nc_read_tic_entry() so that hashed-database is checked before
3794
filesystem.
3795
* updated CF_CURSES_LIBS check in test/configure script.
3796
* modify configure script and makefiles to split TIC_ARGS and
3797
TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
3798
to help separate searches for tic- and tinfo-libraries (patch by Nick
3799
Alcock aka "Nix").
3800
* build-fix for lib_mouse.c changes (ch: 20110917).
3801
3802
- Add ncurses patch 5.9.20110917
3803
* fix compiler warning for clang 2.9
3804
* improve merging of mouse events (integrated patch by Damien
3805
Guibouret).
3806
* correct mask-check used in lib_mouse for wheel mouse buttons 4/5
3807
(patch by Damien Guibouret).
3808
3809
- Add ncurses patch 5.9.20110910
3810
* modify misc/gen_edit.sh to select a "linux" entry which works with
3811
the current kernel rather than assuming it is always "linux3.0"
3812
(cf: 20110716).
3813
* revert a change to getmouse() which had the undesirable side-effect
3814
of suppressing button-release events (report by Damien Guibouret,
3815
cf: 20100102).
3816
* add xterm+kbs fragment from xterm #272 -TD
3817
* add configure option --with-pkg-config-libdir to provide control over
3818
the actual directory into which pc-files are installed, do not use
3819
the pkg-config environment variables (discussion with Frederic L W
3820
Meunier).
3821
* add link to mailing-list archive in announce.html.in, as done in
3822
FAQ (prompted by question by Andrius Bentkus).
3823
* improve manpage install by adjusting the "#include" examples to
3824
show the ncurses-subdirectory used when --disable-overwrite option
3825
is used.
3826
* install an alias for "curses" to the ncurses manpage, tied to the
3827
--with-curses-h configure option (suggested by Reuben Thomas).
3828
3829
- Add ncurses patch 5.9.20110903
3830
* propagate error-returns from wresize, i.e., the internal
3831
increase_size and decrease_size functions through resize_term (report
3832
by Tim van der Molen, cf: 20020713).
3833
* fix typo in tset manpage (patch by Sven Joachim).
3834
3835
- Add ncurses patch 5.9.20110820
3836
* add a check to ensure that termcap files which might have "^?" do
3837
not use the terminfo interpretation as "\177".
3838
* minor cleanup of X-terminal emulator section of terminfo.src -TD
3839
* add terminator entry -TD
3840
* add simpleterm entry -TD
3841
* improve wattr_get macros by ensuring that if the window pointer is
3842
null, then the attribute and color values returned will be zero
3843
(cf: 20110528).
3844
3845
- Add ncurses patch 5.9.20110813
3846
* add substitution for $RPATH_LIST to misc/ncurses-config.in
3847
* improve performance of tic with hashed-database by caching the
3848
database connection, using atexit() to cleanup.
3849
* modify treatment of 2-character aliases at the beginning of termcap
3850
entries so they are not counted in use-resolution, since these are
3851
guaranteed to be unique. Also ignore these aliases when reporting
3852
the primary name of the entry (cf: 20040501)
3853
* double-check gn (generic) flag in terminal descriptions to
3854
accommodate old/buggy termcap databases which misused that feature.
3855
* minor fixes to _nc_tgetent(), ensure buffer is initialized even on
3856
error-return.
3857
3858
- Add ncurses patch 5.9.20110807
3859
* improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
3860
variable is defined in the makefiles which use it.
3861
* build-fix for DragonFlyBSD's pkgsrc in test/configure script.
3862
* build-fixes for NetBSD 5.1 with termcap support enabled.
3863
* corrected k9 in dg460-ansi, add other features based on manuals -TD
3864
* improve trimming of whitespace at the end of terminfo/termcap output
3865
from tic/infocmp.
3866
* when writing termcap source, ensure that colons in the description
3867
field are translated to a non-delimiter, i.e., "=".
3868
* add "-0" option to tic/infocmp, to make the termcap/terminfo source
3869
use a single line.
3870
* add a null-pointer check when handling the $CC variable.
3871
3872
- Add ncurses patch 5.9.20110730
3873
* modify configure script and makefiles in c++ and progs to allow the
3874
directory used for rpath option to be overridden, e.g., to work
3875
around updates to the variables used by tic during an install.
3876
* add -K option to tic/infocmp, to provide stricter BSD-compatibility
3877
for termcap output.
3878
* add _nc_strict_bsd variable in tic library which controls the
3879
"strict" BSD termcap compatibility from 20110723, plus these
3880
features:
3881
* allow escapes such as "\8" and "\9" when reading termcap
3882
* disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
3883
termcap files, passing through "a", "e", etc.
3884
* expand "\:" as "\072" on output.
3885
* modify _nc_get_token() to reset the token's string value in case
3886
there is a string-typed token lacking the "=" marker.
3887
* fix a few memory leaks in _nc_tgetent.
3888
* fix a few places where reading from a termcap file could refer to
3889
freed memory.
3890
* add an overflow check when converting terminfo/termcap numeric
3891
values, since terminfo stores those in a short, and they must be
3892
positive.
3893
* correct internal variables used for translating to termcap "%>"
3894
feature, and translating from termcap %B to terminfo, needed by
3895
tctest (cf: 19991211).
3896
* amend a minor fix to acsc when loading a termcap file to separate it
3897
from warnings needed for tic (cf: 20040710)
3898
* modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
3899
a termcap file to be handled via TERMINFO_DIRS.
3900
* modify _nc_infotocap() to include non-mandatory padding when
3901
translating to termcap.
3902
* modify _nc_read_termcap_entry(), passing a flag in the case where
3903
getcap is used, to reduce interactive warning messages.
3904
3905
- Add ncurses patch 5.9.20110723
3906
* add a check in start_color() to limit color-pairs to 256 when
3907
extended colors are not supported (patch by David Benjamin).
3908
* modify setcchar to omit no-longer-needed OR'ing of color pair in
3909
the SetAttr() macro (patch by David Benjamin).
3910
* add kich1 to sun terminfo entry (Yuri Pankov)
3911
* use bold rather than reverse for smso in sun-color terminfo entry
3912
(Yuri Pankov).
3913
* improve generation of termcap using tic/infocmp -C option, e.g.,
3914
to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
3915
regarding Schilling's test program):
3916
* translate %02 and %03 to %2 and %3 respectively.
3917
* suppress string capabilities which use %s, not supported by tgoto
3918
* use \040 rather than \s
3919
* expand null characters as \200 rather than \0
3920
* modify configure script to support shared libraries for DragonFlyBSD.
3921
3922
- Add ncurses patch 5.9.20110716
3923
* replace an assert() in _nc_Free_Argument() with a regular null
3924
pointer check (report/analysis by Franjo Ivancic).
3925
* modify configure --enable-pc-files option to take into account the
3926
PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
3927
* add/use xterm+tmux chunk from xterm #271 -TD
3928
* resync xterm-new entry from xterm #271 -TD
3929
* add E3 extended capability to linux-basic (Miroslav Lichvar)
3930
* add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
3931
* add SI/SO change to linux2.6 entry (Debian #515609) -TD
3932
* fix inconsistent tabset path in pcmw (Todd C. Miller).
3933
* remove a backslash which continued comment, obscuring altos3
3934
definition with OpenBSD toolset (Nicholas Marriott).
3935
3936
- Add ncurses patch 5.9.20110702
3937
* add workaround from xterm #271 changes to ensure that compiler flags
3938
are not used in the $CC variable.
3939
* improve support for shared libraries, tested with AIX 5.3, 6.1 and
3940
7.1 with both gcc 4.2.4 and cc.
3941
* modify configure checks for AIX to include release 7.x
3942
* add loader flags/libraries to libtool options so that dynamic loading
3943
works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
3944
at gentoo prefix repository (patch by Michael Haubenwallner).
3945
3946
- Add ncurses patch 5.9.20110626
3947
* move include of nc_termios.h out of term_entry.h, since the latter
3948
is installed, e.g., for tack while the former is not (report by
3949
Sven Joachim).
3950
3951
- Add ncurses patch 5.9.20110625
3952
* improve cleanup() function in lib_tstp.c, using _exit() rather than
3953
exit() and checking for SIGTERM rather than SIGQUIT (prompted by
3954
comments forwarded by Nicholas Marriott).
3955
* reduce name pollution from term.h, moving fallback #define's for
3956
tcgetattr(), etc., to new private header nc_termios.h (report by
3957
Sergio NNX).
3958
* two minor fixes for tracing (patch by Vassili Courzakis).
3959
* improve trace initialization by starting it in use_env() and
3960
ripoffline().
3961
* review old email, add details for some changelog entries.
3962
3963
- Add ncurses patch 5.9.20110611
3964
* update minix entry to minix 3.2 (Thomas Cort).
3965
* fix a strict compiler warning in change to wattr_get (cf: 20110528).
3966
3967
- Add ncurses patch 5.9.20110604
3968
* fixes for MirBSD port:
3969
* set default prefix to /usr.
3970
* add support for shared libraries in configure script.
3971
* use S_ISREG and S_ISDIR consistently, with fallback definitions.
3972
* add a few more checks based on ncurses/link_test.
3973
* modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
3974
3975
- Add ncurses patch 5.9.20110528
3976
* add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
3977
* used ncurses/link_test to check for behavior when the terminal has
3978
not been initialized and when an application passes null pointers
3979
to the library. Added checks to cover this (prompted by Redhat
3980
#707344).
3981
* modify MKlib_gen.sh to make its main() function call each function
3982
with zero parameters, to help find inconsistent checking for null
3983
pointers, etc.
3984
3985
- Add ncurses patch 5.9.20110521
3986
* fix warnings from clang 2.7 "--analyze"
3987
3988
- Add ncurses patch 5.9.20110514
3989
* compiler-warning fixes in panel and progs.
3990
* modify CF_PKG_CONFIG macro, from changes to tin -TD
3991
* modify CF_CURSES_FUNCS configure macro, used in test directory
3992
configure script:
3993
* work around (non-optimizer) bug in gcc 4.2.1 which caused
3994
test-expression to be omitted from executable.
3995
* force the linker to see a link-time expression of a symbol, to
3996
help work around weak-symbol issues.
3997
3998
- Add ncurses patch 5.9.20110507
3999
* update discussion of MKfallback.sh script in INSTALL; normally the
4000
script is used automatically via the configured makefiles. However
4001
there are still occasions when it might be used directly by packagers
4002
(report by Gunter Schaffler).
4003
* modify misc/ncurses-config.in to omit the "-L" option from the
4004
"--libs" output if the library directory is /usr/lib.
4005
* change order of tests for curses.h versus ncurses.h headers in the
4006
configure scripts for Ada95 and test-directories, to look for
4007
ncurses.h, from fixes to tin -TD
4008
* modify ncurses/tinfo/access.c to account for Tandem's root uid
4009
(report by Joachim Schmitz).
4010
4011
- Add ncurses patch 5.9.20110430
4012
* modify rules in Ada95/src/Makefile.in to ensure that the PIC option
4013
is not used when building a static library (report by Nicolas
4014
Boulenguez):
4015
* Ada95 build-fix for big-endian architectures such as sparc. This
4016
undoes one of the fixes from 20110319, which added an "Unused" member
4017
to representation clauses, replacing that with pragmas to suppress
4018
warnings about unused bits (patch by Nicolas Boulenguez):
4019
4020
- Add ncurses patch 5.9.20110423
4021
* add check in test/configure for use_window, use_screen.
4022
* add configure-checks for getopt's variables, which may be declared
4023
as different types on some Unix systems.
4024
* add check in test/configure for some legacy curses types of the
4025
function pointer passed to tputs().
4026
* modify init_pair() to accept -1's for color value after
4027
assume_default_colors() has been called (Debian #337905).
4028
* modify test/background.c, adding commmand-line options to demonstrate
4029
assume_default_colors() and use_default_colors().
4030
4031
- Add ncurses patch 5.9.20110416
4032
* modify configure script/source-code to only define _POSIX_SOURCE if
4033
the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
4034
and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
4035
* update config.guess, config.sub
4036
4037
- Add ncurses patch 5.9.20110409
4038
* fixes to build c++ binding with clang 3.0 (patch by Alexander
4039
Kolesen).
4040
* add check for unctrl.h in test/configure, to work around breakage in
4041
some ncurses packages.
4042
* add "--disable-widec" option to test/configure script.
4043
* add "--with-curses-colr" and "--with-curses-5lib" options to the
4044
test/configure script to address testing with very old machines.
4045
-------------------------------------------------------------------
4046
Thu Nov 17 13:00:34 UTC 2011 - werner@suse.de
4047
4048
- Update to ncurses 5.9
4049
* various build-fixes for the rpm/dpkg scripts.
4050
* add "--enable-rpath-link" option to Ada95/configure, to allow
4051
packages to suppress the rpath feature which is normally used for
4052
the in-tree build of sample programs.
4053
* corrected definition of libdir variable in Ada95/src/Makefile.in,
4054
needed for rpm script.
4055
* add "--with-shared" option to Ada95/configure script, to allow
4056
making the C-language parts of the binding use appropriate compiler
4057
options if building a shared library with gnat.
4058
* portability fixes for Ada95 binding
4059
* update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
4060
CF_X_ATHENA_LIBS.
4061
* add configure check to determine if gnat's project feature supports
4062
libraries, i.e., collections of .ali files.
4063
* make all dereferences in Ada95 samples explicit.
4064
* fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
4065
* add configure check for, ifdef's for math.h which is in a separate
4066
package on Solaris and potentially not installed (report by Petr
4067
Pavlu).
4068
* fixes for Ada95 binding
4069
* change order of -I options from ncurses*-config script when the
4070
--disable-overwrite option was used, so that the subdirectory include
4071
is listed first.
4072
* modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
4073
* modify configure script to provide value for HTML_DIR in
4074
Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
4075
distributed separately (report by Nicolas Boulenguez).
4076
* modify configure script to add -g and/or -O3 to ADAFLAGS if the
4077
CFLAGS for the build has these options.
4078
* amend change from 20070324, to not add 1 to the result of getmaxx
4079
and getmaxy in the Ada binding (report by Nicolas Boulenguez for
4080
thread in comp.lang.ada).
4081
* build-fix Ada95/samples for gnat 4.5
4082
* spelling fixes for Ada95/samples/explain.txt
4083
* fixes for Ada95 binding
4084
4085
-------------------------------------------------------------------
4086
Wed Nov 16 11:08:09 UTC 2011 - werner@suse.de
4087
4088
- Split libncurses(w) into libncurses(w)+libtinfo to be able to
4089
link python against wide libncursesw and libreadline which is
4090
linked with libtinfo only (bnc#729226)
4091
4092
-------------------------------------------------------------------
4093
Fri Sep 30 15:46:17 UTC 2011 - uli@suse.com
4094
4095
- cross-build fixes: use %configure macro, use host's tic/tack
4096
for build, don't ldd tack
4097
4098
-------------------------------------------------------------------
4099
Thu Sep 29 23:14:59 CEST 2011 - dmueller@suse.de
4100
4101
- fix build under qemu for the ARM port
4102
4103
-------------------------------------------------------------------
4104
Tue Mar 8 11:14:14 CET 2011 - werner@suse.de
4105
4106
- Add ncurses patch 5.8.20110307
4107
* revert changes to limit-checks from 20110122 (Debian #616711).
4108
* corrected a minor sign error in a field of Low_Level_Field_Type, to
4109
conform to form.h.
4110
* replaced C_Int by Curses_Bool as return type for some callbacks, see
4111
fieldtype(3FORM).
4112
4113
-------------------------------------------------------------------
4114
Mon Mar 7 11:29:10 CET 2011 - werner@suse.de
4115
4116
- Add ncurses patch 5.8.20110305
4117
* fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
4118
for compiler warnings (report by Nicolas Boulenguez).
4119
4120
-------------------------------------------------------------------
4121
Thu Mar 3 09:48:39 CET 2011 - werner@suse.de
4122
4123
- Update to ncurses 5.8
4124
* change open() in _nc_read_file_entry() to fopen() for consistency
4125
with write_file().
4126
* modify misc/run_tic.in to create parent directory, in case this is
4127
a new install of hashed database.
4128
* add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
4129
* add xterm-utf8 entry as a demo of the U8 feature -TD
4130
* add U8 feature to denote entries for terminal emulators which do not
4131
support VT100 SI/SO when processing UTF-8 encoding -TD
4132
* improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
4133
extended terminfo capability U8 (prompted by mailing list
4134
discussion).
4135
* correct limit-checks in derwin().
4136
* fix a missing "weak" declaration for pthread_kill (patch by Nicholas Alcock).
4137
* improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
4138
by discussion with Kevin Martin).
4139
* document thick- and double-line symbols in curs_add_wch.3x manpage.
4140
* document WACS_xxx constants in curs_add_wch.3x manpage.
4141
* fix typo in man/default_colors.3x (patch by Tim van der Molen).
4142
* fix remaining strict compiler warnings in ncurses library ABI=5,
4143
except those dealing with function pointers, etc.
4144
* modify nc_tparm.h, adding guards against repeated inclusion, and
4145
allowing TPARM_ARG to be overridden.
4146
* suppress ncv in screen entry, allowing underline (patch by Alejandro R Sedeno).
4147
* also suppress ncv in konsole-base -TD
4148
* fixes in wins_nwstr() and related functions to ensure that special
4149
characters, i.e., control characters are handled properly with the
4150
wide-character configuration.
4151
* correct a comparison in wins_nwstr() (Redhat #661506).
4152
* correct help-messages in some of the test-programs, which still
4153
referred to quitting with 'q'.
4154
* add special case to _nc_infotocap() to recognize the setaf/setab
4155
strings from xterm+256color and xterm+88color, and provide a reduced
4156
version which works with termcap.
4157
* fix typo in rmso for tek4106 entry -Goran Weinholt
4158
* repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
4159
for compatibility, but generally deprecating those since the VTE
4160
library is what actually defines the behavior of "gnome", etc.,
4161
since 2003 -TD
4162
* correct parsing of relative tab-stops in tabs program (report by
4163
Philip Ganchev).
4164
* adjust configure script so that "t" is not added to library suffix
4165
when weak-symbols are used, allowing the pthread configuration to
4166
more closely match the non-thread naming (report by Werner Fink).
4167
* modify configure check for tic program, used for fallbacks, to a
4168
warning if not found. This makes it simpler to use additonal
4169
scripts to bootstrap the fallbacks code using tic from the build
4170
tree (report by Werner Fink).
4171
4172
-------------------------------------------------------------------
4173
Tue Dec 21 18:32:15 CET 2010 - werner@suse.de
4174
4175
- Change rxvt-unicode terminfo entry (Thanks darix)
4176
4177
-------------------------------------------------------------------
4178
Tue Oct 12 16:32:10 CEST 2010 - werner@suse.de
4179
4180
- Enforce the correct libraries for tic to generate the fallback.c
4181
4182
-------------------------------------------------------------------
4183
Tue Oct 12 13:53:32 CEST 2010 - werner@suse.de
4184
4185
- Avoid libncursest6 by re-enabling weak symbol for pthread_kill()
4186
- Fix broken manual page terminfo(5) by disabling tbl during install
4187
- Add ncurses*-config manual pages to file list of devel package
4188
4189
-------------------------------------------------------------------
4190
Mon Oct 11 16:09:48 CEST 2010 - werner@suse.de
4191
4192
- Update to test version 5.7.20101009 (bnc#644831 and bnc#540571)
4193
* correct comparison used for setting 16-colors in linux-16color
4194
entry (Novell #644831) -TD
4195
* improve linux-16color entry, using "dim" for color-8 which makes it
4196
gray rather than black like color-0 -TD
4197
* add checks in tic for inconsistent cursor-movement controls, and for
4198
inconsistent printer-controls.
4199
* fill in no-parameter forms of cursor-movement where a parameterized
4200
form is available -TD
4201
* fill in missing cursor controls where the form of the controls is
4202
ANSI -TD
4203
* fix inconsistent punctuation in form_variables manpage (patch by
4204
Sven Joachim).
4205
* add parameterized cursor-controls to linux-basic (report by Dae) -TD
4206
* add "XT" capability to entries for terminals that support both
4207
xterm-style mouse- and title-controls, for "screen" which
4208
special-cases TERM beginning with "xterm" or "rxvt" -TD
4209
* add configure check for pthread_kill(), needed for some old
4210
platforms.
4211
* modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
4212
* add check in terminfo source-reader to provide more informative
4213
message when someone attempts to run tic on a compiled terminal
4214
description (prompted by Debian #593920).
4215
* note in infotocap and captoinfo manpages that they read terminal
4216
descriptions from text-files (Debian #593920).
4217
* improve acsc string for vt52, show arrow keys (patch by Benjamin
4218
Sittler).
4219
* correct a typo in mk-1st.awk (patch by Gabriele Balducci)
4220
(cf: 20100724)
4221
* document tabs "-0" and "-8" options in manpage.
4222
* add a check in tic for missing set_tab if clear_all_tabs given.
4223
* add mlterm+256color entry, for mlterm 3.0.0 -TD
4224
* fix configure script for combining --with-pthread
4225
and --enable-weak-symbols options.
4226
* add configure option --enable-pthreads-eintr to control whether the
4227
new EINTR feature is enabled.
4228
* modify logic in pthread configuration to allow EINTR to interrupt
4229
a read operation in wgetch() (Novell #540571, patch by Werner Fink).
4230
* modify _nc_capcmp() to work with cancelled strings.
4231
* correct translation of "^" in _nc_infotocap(), used to transform
4232
terminfo to termcap strings
4233
* simplify logic in _nc_get_screensize() to make it easier to see how
4234
environment variables may override system- and terminfo-values
4235
(prompted by discussion with Igor Bujna).
4236
* add check if Gpm_Open() returns a -2, e.g., for "xterm". This is
4237
normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
4238
Ensure that Gpm_Close() is called in this case.
4239
* use va_copy() in _nc_printf_string() to avoid conflicting use of
4240
va_list value in _nc_printf_length() (report by Wim Lewis).
4241
* add several screen-bce.XXX entries -TD
4242
* update mrxvt terminfo entry -TD
4243
* modify win_driver.c to support mouse single-clicks.
4244
* correct name for termlib in ncurses*-config, e.g., if it is renamed
4245
to provide a single file for ncurses/ncursesw libraries (patch by
4246
Miroslav Lichvar).
4247
* for term-driver configuration, ensure that the driver pointer is
4248
initialized in setupterm so that terminfo/termcap programs work.
4249
* amend fix for Debian #542031 to ensure that wattrset() returns only
4250
OK or ERR, rather than the attribute value (report by Miroslav
4251
Lichvar).
4252
* reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
4253
_nc_screen_of() compatible between normal/wide libraries again (patch
4254
by Miroslav Lichvar)
4255
* modify win_driver.c to initialize TERMINAL struct so that programs
4256
such as test/lrtest.c and test/ncurses.c which test string
4257
capabilities can run.
4258
4259
-------------------------------------------------------------------
4260
Tue Sep 7 12:54:57 UTC 2010 - aj@suse.de
4261
4262
- BuildRequire gpm-devel
4263
4264
-------------------------------------------------------------------
4265
Wed Jul 14 11:09:22 CEST 2010 - werner@suse.de
4266
4267
- List authors in contribution order
4268
4269
-------------------------------------------------------------------
4270
Fri Jul 2 06:48:39 UTC 2010 - jengelh@medozas.de
4271
4272
- Use %_smp_mflags
4273
4274
-------------------------------------------------------------------
4275
Fri May 7 19:09:22 CEST 2010 - werner@suse.de
4276
4277
- Ad workaround to enforce that the terminal rading thread will
4278
interrupted by SIGWINCH (bnc#540571)
4279
4280
-------------------------------------------------------------------
4281
Fri Jan 15 14:29:20 CET 2010 - werner@suse.de
4282
4283
- Disable experimetal term-driver API as this crash on NULL
4284
pointer function _nc_globals.term_driver
4285
4286
-------------------------------------------------------------------
4287
Tue Jan 12 14:25:27 CET 2010 - werner@suse.de
4288
4289
- Update to test version 5.7.20100109
4290
* add tiparm(), based on review of X/Open Curses Issue 7.
4291
* minor improvement to tic's checking of similar SGR's to allow for the
4292
most common case of SGR 0.
4293
* modify getmouse() to act as its documentation implied, returning on
4294
each call the preceding event until none are left. When no more
4295
events remain, it will return ERR.
4296
* add bterm terminfo entry, based on bogl 0.1.18 -TD
4297
* minor fix to rxvt+pcfkeys terminfo entry -TD
4298
* update minix terminfo entry -TD
4299
* add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
4300
* correct transfer of multicolumn characters in multirow
4301
field_buffer(), which stopped at the end of the first row due to
4302
filling of unused entries in a cchar_t array with nulls.
4303
* updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
4304
* modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character nulls.
4305
* fix case where progs/tput is used while sp-funcs is configure; this
4306
requires save/restore of out-character function from _nc_prescreen
4307
rather than the SCREEN structure (report by Charles Wilson).
4308
* limit hashing for termcap-names to 2-characters (Ubuntu #481740).
4309
* fix a regression in _nc_ripoffline which made test/ncurses.c not show
4310
soft-keys, broken in 20090927 merging.
4311
* update nsterm entries (patch by Benjamin C W Sittler, prompted by
4312
discussion with Fabian Groffen in GenToo #206201).
4313
* add test/xterm-256color.dat
4314
* modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
4315
SIGWINCH, and discard that value, to avoid confusing application
4316
(patch by Eygene Ryabinkin, FreeBSD bin/136223).
4317
* modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
4318
a possibly colon-separated list (Debian #550716).
4319
* fix a sign-extension bug in unget_wch() (report by Mike Gran).
4320
* remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
4321
* add ccc and initc capabilities to xterm-16color -TD
4322
* add linux-16color
4323
* correct initc capability of linux-c-nc end-of-range
4324
* completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
4325
library (some work remains for forms library).
4326
* fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not work.
4327
* add null-pointer checks to other opaque-functions.
4328
* add is_pad() and is_subwin() functions for opaque access to WINDOW
4329
(discussion with Mark Dickinson).
4330
* correct merge to lib_newterm.c, which broke when sp-funcs was enabled.
4331
* build-fix for building outside source-tree (report by Sven Joachim).
4332
* fix Debian lintian warning for man/tabs.1 by making section number
4333
agree with file-suffix (report by Sven Joachim).
4334
* workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
4335
amd64 (Debian #542031).
4336
* modify wgetch() to ensure it checks SIGWINCH when it gets an error
4337
in non-blocking mode (patch by Clemens Ladisch).
4338
* fix configure script option --with-database, which was coded as an
4339
enable-type switch.
4340
* modify lib_addch.c to compensate for removal of wide-character test
4341
from unctrl() in 20090704 (Debian #539735).
4342
* modify _nc_find_type_entry() to use hashing.
4343
* modify length returned by getcchar() to count the trailing null
4344
which is documented in X/Open (cf: 20020427).
4345
* improve performance of tigetstr, etc., by using hashing code from tic.
4346
* minor fixes for memory-leak checking.
4347
* remove wide-character checks from unctrl() (patch by Clemens Ladisch).
4348
* revise wadd_wch() and wecho_wchar() to eliminate dependency on unctrl().
4349
* update llib-lncurses[wt] to use sp-funcs.
4350
* move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
4351
make includes of term.h without curses.h work (report by "Nix").
4352
* fix a regression in lib_tputs.c, from ongoing merges.
4353
* fix an infinite recursion when adding a legacy-coding 8-bit value
4354
using insch() (report by Clemens Ladisch).
4355
* work around antique BSD game's manipulation of stdscr, etc., versus
4356
SCREEN's copy of the pointer (Debian #528411).
4357
* add a cast to wattrset macro to avoid compiler warning when comparing
4358
its result against ERR (adapted from patch by Matt Kraii, Debian #528374).
4359
* add vwmterm terminfo entry (patch by Bryan Christ).
4360
* build fix for _nc_free_and_exit() change in 20090418 (report by Christian Ebert).
4361
* extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
4362
function key definitions from emx-base for consistency -TD
4363
* improve install-rules for pc-files (patch by Miroslav Lichvar).
4364
* make it work with $DESTDIR
4365
* modify init_pair() to allow caller to create extra color pairs beyond
4366
the color_pairs limit, which use default colors (request by Emanuele Giaquinta).
4367
* fix typo "==" where "=" is needed in ncurses-config.in and
4368
gen-pkgconfig.in files (Debian #512161).
4369
* add screen.Eterm terminfo entry (GenToo #124887) -TD
4370
* add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
4371
GenToo #250454).
4372
* add check in mouse-driver to disable connection if GPM returns a
4373
zero, indicating that the connection is closed (Debian #506717,
4374
adapted from patch by Samuel Thibault).
4375
* turn on _XOPEN_CURSES definition in curses.h
4376
* add eterm-color entry (report by Vincent Lefevre) -TD
4377
* add a manpage to discuss memory leaks.
4378
* add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
4379
original to teraterm2.3 -TD
4380
* update "gnome" terminfo to 2.22.3 -TD
4381
* update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
4382
* add "aterm" terminfo -TD
4383
* add "linux2.6.26" terminfo -TD
4384
* add logic to tic for cancelling strings in user-defined capabilities,
4385
overlooked til now.
4386
* add configure option --disable-tic-depends to make explicit whether
4387
tic library depends on ncurses/ncursesw library, amends change from
4388
20080823 (prompted by Debian #501421).
4389
* add environment variable NCURSES_GPM_TERMS to allow override to use
4390
GPM on terminals other than "linux", etc.
4391
* disable GPM mouse support when $TERM does not happen to contain
4392
"linux", since Gpm_Open() no longer limits its assertion to terminals
4393
that it might handle, e.g., within "screen" in xterm.
4394
* fix bug in mouse code for GPM from 20080920 changes (reported in
4395
Debian #500103, also Miroslav Lichvar).
4396
* fix a memory leak when failure to connect to GPM.
4397
* correct check for notimeout() in wgetch() (report on linux.redhat
4398
newsgroup by FurtiveBertie).
4399
* corrected fix for --enable-weak-symbols (report by Frederic L W Meunier).
4400
* add configure check for awk programs unable to handle big-strings,
4401
use that to improve the default for --enable-big-strings option.
4402
* makefile-fixes for --enable-weak-symbols (report by Frederic L W Meunier).
4403
* consistently use NCURSES_BOOL in lib_gen.c
4404
* filter #line's from lib_gen.c
4405
* use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
4406
makes threaded code work on HPUX 11.23
4407
* fix a bug in demo_menus in freeing menus (cf: 20080804).
4408
* modify configure script for the case where tic library is used (and
4409
possibly renamed) to remove its dependency upon ncurses/ncursew
4410
library (patch by Dr Werner Fink).
4411
* add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
4412
Debian #495815) -TD
4413
* add configure option --enable-weak-symbols to turn on new feature.
4414
* add configure-check for availability of weak symbols.
4415
* modify linkage with pthread library to use weak symbols so that
4416
applications not linked to that library will not use the mutexes,
4417
etc. This relies on gcc, and may be platform-specific (patch by Dr Werner Fink).
4418
* add note to INSTALL to document limitation of renaming of tic library
4419
using the --with-ticlib configure option (report by Dr Werner Fink).
4420
* document (in manpage) why tputs does not detect I/O errors (prompted
4421
by comments by Samuel Thibault).
4422
4423
-------------------------------------------------------------------
4424
Sat Dec 12 18:35:30 CET 2009 - jengelh@medozas.de
4425
4426
- add baselibs.conf as a source
4427
4428
-------------------------------------------------------------------
4429
Sun Dec 6 16:40:20 CET 2009 - jengelh@medozas.de
4430
4431
- enable parallel building
4432
4433
-------------------------------------------------------------------
4434
Sat Nov 14 10:58:16 CET 2009 - pbaudis@suse.cz
4435
4436
- Add doc/terminfo.src.bz2 reference to /etc/termcap
4437
- Update patches to apply with fuzz 0
4438
4439
-------------------------------------------------------------------
4440
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
4441
4442
- obsolete old -XXbit packages (bnc#437293)
4443
4444
-------------------------------------------------------------------
4445
Fri Nov 14 18:59:42 CET 2008 - werner@suse.de
4446
4447
- Do not free arrays and strings from static fallback entries (bnc#443683)
4448
4449
-------------------------------------------------------------------
4450
Thu Sep 4 11:55:11 CEST 2008 - werner@suse.de
4451
4452
- Correct order of include paths in ncurses6 case
4453
4454
-------------------------------------------------------------------
4455
Mon Sep 1 14:44:38 CEST 2008 - werner@suse.de
4456
4457
- Provide also termcap.h in /usr/include
4458
4459
-------------------------------------------------------------------
4460
Thu Aug 28 16:00:36 CEST 2008 - ro@suse.de
4461
4462
- require libncurses5 _and_ libncurses6 from ncurses-devel
4463
(avoid having a version with only static libs in the
4464
build environment to prevent static linking fallback)
4465
4466
-------------------------------------------------------------------
4467
Mon Aug 18 16:17:24 CEST 2008 - werner@suse.de
4468
4469
- Use include directories more restrictive that is
4470
* /usr/include/ncurses/*.h for standard version
4471
* /usr/include/ncursesw/*.h for wide version
4472
* /usr/include/ncurses6/ncurses/*.h for ABI 6.0 standard version
4473
* /usr/include/ncurses6/ncursesw/*.h for ABI 6.0 wide version
4474
- Make thread support using weak symbols that is be thread safe
4475
only for applications using the libpthread.
4476
4477
-------------------------------------------------------------------
4478
Thu Aug 14 17:26:53 CEST 2008 - werner@suse.de
4479
4480
- Update to test version 5.6.20080804
4481
* fix memory leaks in test/demo_menus
4482
* build-fixes for gcc 4.3.1
4483
* use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
4484
make those work properly with the "--enable-ext-mouse" configuration
4485
(cf: 20050205).
4486
* improve mlterm and mlterm+pcfkeys terminfo entries -TD
4487
* add null-pointer checks for cur_term in baudrate() and
4488
def_shell_mode(), def_prog_mode()
4489
* fix some memory leaks in delscreen() and wide acs.
4490
* modify test/ditto.c to illustrate multi-threaded use_screen().
4491
* finish changes to wgetch(), making it switch as needed to the
4492
window's actual screen when calling wrefresh() and wgetnstr(). That
4493
allows wgetch() to get used concurrently in different threads with
4494
some minor restrictions, e.g., the application should not delete a
4495
window which is being used in a wgetch().
4496
* simplify mutex's, combining the window- and screen-mutex's.
4497
* modify wgetch() to use the screen which corresponds to its window
4498
parameter rather than relying on SP; some dependent functions still
4499
use SP internally.
4500
* factor out most use of SP in lib_mouse.c, using parameter.
4501
* modify _nc_keypad() to make it switch temporarily as needed to the
4502
screen which must be updated.
4503
* wrap cur_term variable to help make _nc_keymap() thread-safe, and
4504
always set the screen's copy of this variable in set_curterm().
4505
* restore curs_set() state after endwin()/refresh() (report/patch
4506
Miroslav Lichvar)
4507
* corrected manpage description of setcchar()
4508
* fix for adding a non-spacing character at the beginning of a line
4509
* modify screen.* terminfo entries using new screen+fkeys to fix
4510
overridden keys in screen.rxvt (Debian #478094) -TD
4511
* simplify some loops with macros each_screen(), each_window() and
4512
each_ripoff().
4513
* fix typo in form.3x
4514
* add screen.rxvt terminfo entry -TD
4515
* modify tic -f option to format spaces as \s to prevent them from
4516
being lost when that is read back in unformatted strings.
4517
* add locks for copywin(), dupwin(), overlap(), overlay() on their
4518
window parameters.
4519
* add locks for initscr() and newterm() on updates to the SCREEN
4520
pointer.
4521
* finish table in curs_thread.3x manpage.
4522
4523
-------------------------------------------------------------------
4524
Wed May 7 20:20:54 CEST 2008 - coolo@suse.de
4525
4526
- we need to obsolete ncurses 5.6 too, it's 10.3's version
4527
4528
-------------------------------------------------------------------
4529
Tue Apr 22 16:57:32 CEST 2008 - werner@suse.de
4530
4531
- Split ncurses into two separate packages ncurses-utils and
4532
terminfo-base to get the resolvers happy (bnc#381293)
4533
4534
-------------------------------------------------------------------
4535
Sat Apr 19 23:47:19 CEST 2008 - ro@suse.de
4536
4537
- update baselibs.conf
4538
4539
-------------------------------------------------------------------
4540
Fri Apr 11 18:22:32 CEST 2008 - werner@suse.de
4541
4542
- Do not dlopen libgpm if already loaded by runtime linker
4543
4544
-------------------------------------------------------------------
4545
Thu Apr 10 13:39:08 CEST 2008 - lrupp@suse.de
4546
4547
- rename ncurses to libncurses5 in baselibs.conf
4548
4549
-------------------------------------------------------------------
4550
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
4551
4552
- added baselibs.conf file to build xxbit packages
4553
for multilib support
4554
4555
-------------------------------------------------------------------
4556
Thu Apr 10 11:17:20 CEST 2008 - werner@suse.de
4557
4558
- Small change to make the cflags work in ncurses{w,t,tw}-config
4559
4560
-------------------------------------------------------------------
4561
Wed Apr 9 16:43:04 CEST 2008 - werner@suse.de
4562
4563
- Update to test version 5.6.20080405 with the ABI of the upcoming
4564
verion 6.0. This includes already the patch for coverity report.
4565
4566
-------------------------------------------------------------------
4567
Wed Apr 8 19:20:00 CEST 2008 - werner@suse.de
4568
4569
- New sub package libncurses5 including the shared libraries and
4570
the required terminfo and termset data files.
4571
4572
-------------------------------------------------------------------
4573
Mon Dec 10 15:11:36 CET 2007 - werner@suse.de
4574
4575
- Avoid endless loop in case of including the wrapper header
4576
4577
-------------------------------------------------------------------
4578
Wed Dec 5 17:35:53 CET 2007 - werner@suse.de
4579
4580
- Add compatibility header files (bug #337412)
4581
4582
-------------------------------------------------------------------
4583
Mon Oct 29 15:51:12 CET 2007 - pth@suse.de
4584
4585
- Fix configure so that ncurses-config doesn't erroneously
4586
report ncurses.h to reside in /usr/include/ncurses (#337412).
4587
4588
-------------------------------------------------------------------
4589
Wed Sep 5 16:23:03 CEST 2007 - werner@suse.de
4590
4591
- Move libncursesw to /lib or /lib64 (bug #307353)
4592
4593
-------------------------------------------------------------------
4594
Fri May 25 22:54:35 CEST 2007 - dmueller@suse.de
4595
4596
- add %post/un to call ldconfig
4597
4598
-------------------------------------------------------------------
4599
Tue May 15 15:06:22 CEST 2007 - dmueller@suse.de
4600
4601
- move documentation to -devel package and bzip text files
4602
4603
-------------------------------------------------------------------
4604
Tue Mar 20 18:04:44 CET 2007 - rguenther@suse.de
4605
4606
- Remove unused ed BuildRequires.
4607
4608
-------------------------------------------------------------------
4609
Mon Mar 19 12:56:39 CET 2007 - rguenther@suse.de
4610
4611
- Make gpm support via libdl and gpm BuildRequires explicit.
4612
4613
-------------------------------------------------------------------
4614
Wed Jan 31 19:27:11 CET 2007 - werner@suse.de
4615
4616
- Update to 5.6-20070128
4617
- Split of tack a its own sub package to be able to specify the
4618
different licenses of ncurses and tack (bug #231835)
4619
4620
-------------------------------------------------------------------
4621
Fri Nov 17 16:34:56 CET 2006 - werner@suse.de
4622
4623
- Revert broken change for rxvt from patchlevel 20051015 (#221259)
4624
4625
-------------------------------------------------------------------
4626
Wed Nov 15 12:40:21 CET 2006 - werner@suse.de
4627
4628
- Disable experimental xmc-glitch (magic cookie support) for now
4629
because it breaks YaST2 on console/konsole (bug #199256)
4630
4631
-------------------------------------------------------------------
4632
Wed Aug 2 10:49:51 CEST 2006 - rguenther@suse.de
4633
4634
- Removed not required BuildRequires on sharutils.
4635
4636
-------------------------------------------------------------------
4637
Mon Jul 31 11:31:43 CEST 2006 - schwab@suse.de
4638
4639
- Don't make stack executable.
4640
- Remove executable bit from archives.
4641
4642
-------------------------------------------------------------------
4643
Thu May 18 17:43:19 CEST 2006 - werner@suse.de
4644
4645
- Update to 5.5-20060513
4646
- Add rxvt-unicode terminfo entry
4647
4648
-------------------------------------------------------------------
4649
Sun Apr 9 17:38:03 CEST 2006 - werner@suse.de
4650
4651
- Removed enacs from xterm terminfo entry, the reason is that it
4652
would break non latin encodings and the xterm does not need it
4653
(See comment #11 of bug #163715).
4654
4655
-------------------------------------------------------------------
4656
Sat Apr 8 21:19:35 CEST 2006 - werner@suse.de
4657
4658
- Enable the script to get better termcap entries for arious linux
4659
console types (bug #163715)
4660
4661
-------------------------------------------------------------------
4662
Fri Apr 7 19:32:47 CEST 2006 - werner@suse.de
4663
4664
- Add enacs capability to xterm terminfo entry (bug #163715)
4665
- Also add a script to get better termcap entries for
4666
various linux console types, currently unused (bug#163715)
4667
4668
-------------------------------------------------------------------
4669
Wed Mar 1 12:28:53 CET 2006 - werner@suse.de
4670
4671
- Add screen terminfo entry for 256 colors (bug #136684)
4672
4673
-------------------------------------------------------------------
4674
Thu Feb 23 16:23:17 CET 2006 - werner@suse.de
4675
4676
- On 64 bit architectures: be backward compatible and use
4677
unsigned long for chtype (bug #151283)
4678
4679
-------------------------------------------------------------------
4680
Wed Jan 25 21:30:34 CET 2006 - mls@suse.de
4681
4682
- converted neededforbuild to BuildRequires
4683
4684
-------------------------------------------------------------------
4685
Tue Jan 10 15:40:35 CET 2006 - ro@suse.de
4686
4687
- create empty va_list instead of using NULL (not portable)
4688
4689
-------------------------------------------------------------------
4690
Sat Dec 17 10:37:56 CET 2005 - kukuk@suse.de
4691
4692
- Remove /usr/lib/terminfo symlink
4693
4694
-------------------------------------------------------------------
4695
Mon Oct 17 16:40:26 CEST 2005 - werner@suse.de
4696
4697
- New version new bug, fix doubled man alias for tack (bug #127783)
4698
4699
-------------------------------------------------------------------
4700
Thu Oct 13 16:01:33 CEST 2005 - werner@suse.de
4701
4702
- Switch to ncurses version 5.5
4703
- Re-enable curses.h to support both wide and normal characters
4704
4705
-------------------------------------------------------------------
4706
Tue Jul 26 12:32:41 CEST 2005 - werner@suse.de
4707
4708
- Move terminfo entry of mlterm to mlterm 2.9.2, add cvvis, and
4709
add it to the default terminfo entries of ncurses.
4710
4711
-------------------------------------------------------------------
4712
Fri Jul 22 15:14:23 CEST 2005 - werner@suse.de
4713
4714
- Update to patch level 20050716
4715
4716
-------------------------------------------------------------------
4717
Tue Mar 1 03:03:32 CET 2005 - schwab@suse.de
4718
4719
- Fix return value of tigetflag.
4720
4721
-------------------------------------------------------------------
4722
Thu Feb 24 14:41:01 CET 2005 - werner@suse.de
4723
4724
- Re-add the ESC[?1c to the civis for linux terminal (bug #65481)
4725
4726
-------------------------------------------------------------------
4727
Thu Sep 16 18:44:38 CEST 2004 - werner@suse.de
4728
4729
- Add attributes only on first byte of a wide character (#45479)
4730
4731
-------------------------------------------------------------------
4732
Fri Sep 10 15:53:14 CEST 2004 - werner@suse.de
4733
4734
- Make the wide fix smart
4735
4736
-------------------------------------------------------------------
4737
Thu Sep 9 18:20:09 CEST 2004 - werner@suse.de
4738
4739
- Re-enable wide fix for none wide terminals
4740
4741
-------------------------------------------------------------------
4742
Fri Apr 23 17:43:49 CEST 2004 - werner@suse.de
4743
4744
- Fix crash due called weak symbol without check
4745
4746
-------------------------------------------------------------------
4747
Mon Apr 5 19:14:08 CEST 2004 - werner@suse.de
4748
4749
- Be sure that EINTR from signal is correctly delivered to the
4750
reading thread. Use weak symbols to get it work even if not
4751
(p)threaded (bug #37273).
4752
4753
-------------------------------------------------------------------
4754
Fri Apr 2 17:10:35 CEST 2004 - werner@suse.de
4755
4756
- Use weak symbol pthread_setmask instead of sigprocmask if
4757
called by (p)threaded programs like yast2 (bug #37273).
4758
4759
-------------------------------------------------------------------
4760
Thu Feb 19 12:15:50 CET 2004 - werner@suse.de
4761
4762
- Switch to official version of 5.4
4763
4764
-------------------------------------------------------------------
4765
Wed Jan 28 19:16:53 CET 2004 - werner@suse.de
4766
4767
- Fix ACSC list of kterm e.g. for alsamixer
4768
4769
-------------------------------------------------------------------
4770
Fri Jan 16 11:34:28 CET 2004 - werner@suse.de
4771
4772
- Update to 5.3-2004011 aka 5.4
4773
- Strike nasty bug in wide version: now none UTF-8 graphic
4774
characters are usable in any locale again.
4775
- Enable TRACE for debugging builds
4776
4777
-------------------------------------------------------------------
4778
Mon Nov 24 08:43:12 CET 2003 - kukuk@suse.de
4779
4780
- Build as non-root
4781
- Compile with no-execstack
4782
4783
-------------------------------------------------------------------
4784
Tue Jul 29 15:02:12 CEST 2003 - aj@suse.de
4785
4786
- Fix for changed chown behaviour.
4787
4788
-------------------------------------------------------------------
4789
Mon Feb 24 16:31:55 CET 2003 - werner@suse.de
4790
4791
- Fix for ACS handling: YaST uses always correct fonts with UTF-8
4792
4793
-------------------------------------------------------------------
4794
Tue Feb 11 11:09:50 CET 2003 - werner@suse.de
4795
4796
- Set TERM if not set, should help to build ncurses on all hosts
4797
4798
-------------------------------------------------------------------
4799
Mon Feb 10 17:52:58 CET 2003 - werner@suse.de
4800
4801
- Update to patch level 20030201 due fix of mem leaks
4802
4803
-------------------------------------------------------------------
4804
Thu Jan 30 14:05:46 CET 2003 - werner@suse.de
4805
4806
- Fix dynamic file listing for terminfo: also include sym links
4807
4808
-------------------------------------------------------------------
4809
Wed Jan 22 18:09:06 CET 2003 - werner@suse.de
4810
4811
- Fix va handling in printw, disable experimental safe sprintf
4812
builtin (bug #22987)
4813
4814
-------------------------------------------------------------------
4815
Thu Jan 9 16:07:22 CET 2003 - werner@suse.de
4816
4817
- Update to ncurses 5.3 patchlevel 20030105
4818
- Make spec file more handy with automatic file list generation
4819
4820
-------------------------------------------------------------------
4821
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
4822
4823
- removed bogus self-provides
4824
4825
-------------------------------------------------------------------
4826
Wed Aug 14 15:45:46 MEST 2002 - mls@suse.de
4827
4828
- updated screen terminfo entry, added screen-bce and screen-s
4829
4830
-------------------------------------------------------------------
4831
Fri Aug 9 10:29:23 CEST 2002 - kukuk@suse.de
4832
4833
- ncurses-devel should require ncurses [Bug #17543]
4834
4835
-------------------------------------------------------------------
4836
Tue Aug 6 18:04:43 CEST 2002 - werner@suse.de
4837
4838
- Switch to XTerm for XFree86[tm] 4.2.0 (bug #15002)
4839
4840
-------------------------------------------------------------------
4841
Wed Jul 31 20:22:29 CEST 2002 - meissner@suse.de
4842
4843
- disabled -funroll-loops since it triggers a compiler bug on PPC.
4844
4845
-------------------------------------------------------------------
4846
Thu Jul 18 07:22:38 CEST 2002 - kukuk@suse.de
4847
4848
- Remove old /usr/lib compatibility links
4849
4850
-------------------------------------------------------------------
4851
Mon Jul 15 12:21:33 CEST 2002 - werner@suse.de
4852
4853
- Remove ich1 from xterm entry (bug #7857) hopefully most modern
4854
programs uses ncurses
4855
- Add kcbt key for YaST
4856
- remove ncurses 4.2
4857
- Enable ncurses 5.2 with wide character support
4858
4859
-------------------------------------------------------------------
4860
Fri Jun 14 22:25:28 CEST 2002 - olh@suse.de
4861
4862
- do not build ncurses 4.2 on ppc64, it appears in Requires later
4863
4864
-------------------------------------------------------------------
4865
Wed May 22 16:30:35 CEST 2002 - olh@suse.de
4866
4867
- do not package libncurses.4 on ppc64, allow build as non-root
4868
4869
-------------------------------------------------------------------
4870
Sat May 11 21:48:24 CEST 2002 - schwab@suse.de
4871
4872
- Remove ia64 compiler workarounds.
4873
4874
-------------------------------------------------------------------
4875
Wed Apr 17 18:19:08 CEST 2002 - kukuk@suse.de
4876
4877
- Disable old ncurses libraries on x86_64
4878
4879
-------------------------------------------------------------------
4880
Thu Feb 21 13:07:47 CET 2002 - werner@suse.de
4881
4882
- Fix cat&paste error of patch level 20010922
4883
4884
-------------------------------------------------------------------
4885
Mon Feb 11 22:43:34 CET 2002 - ro@suse.de
4886
4887
- tar option for bz2 is "j"
4888
4889
-------------------------------------------------------------------
4890
Wed Feb 6 10:15:27 CET 2002 - coolo@suse.de
4891
4892
- s390x is 64 bit too
4893
4894
-------------------------------------------------------------------
4895
Fri Nov 23 18:08:22 CET 2001 - uli@suse.de
4896
4897
- fixed to build on ARM
4898
4899
-------------------------------------------------------------------
4900
Sun Nov 11 15:47:58 CET 2001 - schwab@suse.de
4901
4902
- Fix last change, use vsscanf instead of vscanf.
4903
4904
-------------------------------------------------------------------
4905
Fri Nov 9 15:05:08 CET 2001 - stepan@suse.de
4906
4907
- fix ncurses 4.2 on gcc3 distributions.
4908
4909
-------------------------------------------------------------------
4910
Thu Oct 4 18:22:34 CEST 2001 - werner@suse.de
4911
4912
- Update to ncurses 5.2 patch level 20011001
4913
4914
-------------------------------------------------------------------
4915
Wed Jun 6 15:51:53 EDT 2001 - bk@suse.de
4916
4917
- fix to compile on s390x (cursesw.cc)
4918
4919
-------------------------------------------------------------------
4920
Tue May 8 20:32:26 CEST 2001 - mfabian@suse.de
4921
4922
- bzip2 sources
4923
4924
-------------------------------------------------------------------
4925
Wed Apr 11 12:06:10 CEST 2001 - schwab@suse.de
4926
4927
- Reenable c++ bindings on ia64, instead use -O0 for c++.
4928
4929
-------------------------------------------------------------------
4930
Thu Mar 22 19:06:45 CET 2001 - ro@suse.de
4931
4932
- added split aliases as provides
4933
4934
-------------------------------------------------------------------
4935
Tue Mar 20 17:45:50 CET 2001 - schwab@suse.de
4936
4937
- Don't build c++ bindings and remove -funroll-loops on ia64 to work
4938
around compiler bug.
4939
4940
-------------------------------------------------------------------
4941
Fri Mar 16 14:52:14 CET 2001 - ro@suse.de
4942
4943
- fix to compile on s390 (cursesw.cc)
4944
4945
-------------------------------------------------------------------
4946
Mon Feb 19 14:16:38 CET 2001 - ro@suse.de
4947
4948
- fixed to compile on gcc-2.96 (include string.h)
4949
4950
-------------------------------------------------------------------
4951
Fri Feb 16 17:17:45 CET 2001 - werner@suse.de
4952
4953
- We don't need include string.h more than once
4954
- Update to patch 20010210
4955
4956
-------------------------------------------------------------------
4957
Thu Feb 15 01:21:55 CET 2001 - stepan@suse.de
4958
4959
- add some includes to compile with newer gcc versions.
4960
4961
-------------------------------------------------------------------
4962
Fri Dec 22 14:42:49 CET 2000 - werner@suse.de
4963
4964
- After a reset xterm should answer ^? on backarrow key
4965
4966
-------------------------------------------------------------------
4967
Thu Dec 7 17:06:20 CET 2000 - werner@suse.de
4968
4969
- Add vt102 to fallback terminal descriptions
4970
- Add xterm-basic only to ncurses
4971
4972
-------------------------------------------------------------------
4973
Tue Nov 14 13:59:46 CET 2000 - werner@suse.de
4974
4975
- Try to solve boot straping without installed ncurses-devel
4976
- Use newest terminfo sources for builtin fallback
4977
- Re-enable ncurses-5.0-to-4.2-panel.patch for ncurses 4.2
4978
- Move /usr/lib/lib*.so to ncurses-devel
4979
4980
-------------------------------------------------------------------
4981
Mon Nov 13 15:59:03 CET 2000 - werner@suse.de
4982
4983
- Update to ncurses 5.2
4984
- Fix replacement of marks within manual pages
4985
- Set type of ospeed to speed_t
4986
- Put development tools, headers and static libs into
4987
their own package ncurses-devel.
4988
4989
-------------------------------------------------------------------
4990
Thu Oct 26 18:50:39 CEST 2000 - kukuk@suse.de
4991
4992
- Rename sharutil to sharutils
4993
4994
-------------------------------------------------------------------
4995
Sun Oct 15 16:47:14 CEST 2000 - schwab@suse.de
4996
4997
- Fix libncurses.so link.
4998
4999
-------------------------------------------------------------------
5000
Tue Oct 10 15:46:40 CEST 2000 - werner@suse.de
5001
5002
- Update to 5.1 due to the better handling of string termination
5003
of terminfo entries (security, strcpy patch therefore).
5004
5005
-------------------------------------------------------------------
5006
Fri Oct 6 19:22:26 CEST 2000 - werner@suse.de
5007
5008
- Move strncpy to strlcpy which appends the terminating NUL
5009
character.
5010
5011
-------------------------------------------------------------------
5012
Mon Oct 2 19:36:35 CEST 2000 - werner@suse.de
5013
5014
- Use strncpy and strncat in lib_mvcur.c instead of the trustful
5015
strcpy and strcat.
5016
5017
-------------------------------------------------------------------
5018
Sun Oct 1 17:40:09 CEST 2000 - kukuk@suse.de
5019
5020
- Fix for compiling with new g++ on ia64
5021
5022
-------------------------------------------------------------------
5023
Sun Oct 1 10:15:03 CEST 2000 - kukuk@suse.de
5024
5025
- Don't use run_cmd.sh to create fallback.c
5026
- Don't build compat ncurses 4.2 on new platforms
5027
- Use rpm 3.0.5 macros for 32/64bit support
5028
5029
-------------------------------------------------------------------
5030
Mon Sep 4 17:37:46 CEST 2000 - werner@suse.de
5031
5032
- Correct documentation path
5033
5034
-------------------------------------------------------------------
5035
Fri Jul 7 16:21:43 CEST 2000 - werner@suse.de
5036
5037
- Make update mechanism compatible with rpm, yast and yast2
5038
5039
-------------------------------------------------------------------
5040
Wed Jun 28 17:34:58 CEST 2000 - werner@suse.de
5041
5042
- Better update mechanism (verified with 6.2, 6.3, 6.4, and 7.0)
5043
- Update to patch level 20000624 due some bug fixes included there
5044
- Fix due bug in lib_screen.c (causes SIGSEGV)
5045
5046
-------------------------------------------------------------------
5047
Mon May 22 18:18:37 CEST 2000 - werner@suse.de
5048
5049
- Use new macros to avoid removing files via symbolic linked
5050
directory which was a real directory. I use here not only
5051
%ghost but also %config(missingok) to avoid the buggy
5052
order of executing %post install script. (There is no
5053
%post remove script).
5054
5055
-------------------------------------------------------------------
5056
Wed May 17 12:46:22 CEST 2000 - werner@suse.de
5057
5058
- One fix more
5059
5060
-------------------------------------------------------------------
5061
Tue May 16 16:02:38 CEST 2000 - werner@suse.de
5062
5063
- Fix the post install script: usr/lib/tabset may empty
5064
5065
-------------------------------------------------------------------
5066
Mon Apr 3 19:19:50 CEST 2000 - bk@suse.de
5067
5068
- added workaround for bad %{suse_update_config -f} handling on i386
5069
message was: suse_update_config: invalid option --
5070
5071
-------------------------------------------------------------------
5072
Sat Apr 1 22:14:59 GMT 2000 - bk@suse.de
5073
5074
- updated %suse_update_config call for s390
5075
5076
-------------------------------------------------------------------
5077
Fri Mar 3 16:02:47 CET 2000 - schwab@suse.de
5078
5079
- Fix for ia64.
5080
- Update config.{guess,sub} from automake
5081
5082
-------------------------------------------------------------------
5083
Thu Mar 2 15:38:58 CET 2000 - werner@suse.de
5084
5085
- Add patch for resize of subwindows relative to their parents
5086
(required for YaST2)
5087
5088
-------------------------------------------------------------------
5089
Mon Feb 28 12:56:22 CET 2000 - werner@suse.de
5090
5091
- Add patch 20000226 which makes 20000219 work perfect
5092
5093
-------------------------------------------------------------------
5094
Fri Feb 25 15:12:05 CET 2000 - werner@suse.de
5095
5096
- Add patch 20000219 which should help on setting default fg/bg
5097
off the most applications
5098
5099
-------------------------------------------------------------------
5100
Fri Feb 18 17:24:08 CET 2000 - werner@suse.de
5101
5102
- Add patches 20000115, 20000122, 20000205, and 20000212
5103
* hopefully this fixes some coloring kludges
5104
- Make $VENDOR work for all Linux architectures
5105
- Fix kvt/gnome entries for SuSE
5106
5107
-------------------------------------------------------------------
5108
Tue Feb 15 13:41:51 CET 2000 - schwab@suse.de
5109
5110
- Update config.{guess,sub} to latest version.
5111
5112
-------------------------------------------------------------------
5113
Thu Feb 3 17:12:11 CET 2000 - ro@suse.de
5114
5115
- use "-O1" for ncurses-4.2 on alpha
5116
5117
-------------------------------------------------------------------
5118
Thu Jan 20 13:21:35 CET 2000 - ro@suse.de
5119
5120
- don't build ncurses-4.2/c++/demo
5121
5122
-------------------------------------------------------------------
5123
Tue Jan 18 16:21:55 CET 2000 - werner@suse.de
5124
5125
- Workaround for all system which uses _SYS_VA_LIST_H (e.g. PPC)
5126
5127
-------------------------------------------------------------------
5128
Mon Jan 17 21:39:33 CET 2000 - werner@suse.de
5129
5130
- Hey here we are: libncurses 5.0
5131
* Use patches 19991030 upto 20000108
5132
* Make arch-suse-linux work
5133
* Use real intrinsic fallback term entries
5134
* Use setfsuid and setfsgid for suid programs (linux issue only)
5135
* Use our xterm standard (should be changed for xterm-4.0)
5136
* Add/update some common term entries
5137
- Hold shared libncurses 4.2 libraries for backward compatibility
5138
and older programs
5139
- Use /usr/share/man/
5140
5141
-------------------------------------------------------------------
5142
Fri Oct 29 16:29:25 CEST 1999 - werner@suse.de
5143
5144
- Remove buggy bool patch, sizeof the type bool should the same in
5145
C++ and C on any architecture. This because libncurses is used
5146
by both type of C++ and C programs. Let configure do its job.
5147
5148
-------------------------------------------------------------------
5149
Fri Oct 15 18:50:24 CEST 1999 - werner@suse.de
5150
5151
- Last minor checks
5152
- Move /usr/lib/terminfo/, /usr/lib/tabset/ to /usr/share/terminfo/,
5153
/usr/share/tabset/ and set a compatibility link.
5154
- Check security fix, seems to work.
5155
5156
-------------------------------------------------------------------
5157
Thu Oct 14 22:53:29 CEST 1999 - werner@suse.de
5158
5159
- Port some patches from debian mainly security issues
5160
- Use newer terminfo.src
5161
- Move some common terminfo entries from terminfo packages
5162
to main packages ncurses
5163
5164
-------------------------------------------------------------------
5165
Wed Oct 13 23:08:31 CEST 1999 - werner@suse.de
5166
5167
- Add panel patch from ncurses 5.0
5168
- Remove kbs=\177 for some terminals like some xterm types and
5169
vt100 to hold it compatible with other UNICES
5170
- Update our xterm settings (with kbs=\177 and kdch1=\E[3~)
5171
- Update the settings for xterm v4.0 but leave default on
5172
our old version which are compatible
5173
- Add some dumb terminal type like switch, patch, net,
5174
network, arpanet, and dialup
5175
5176
-------------------------------------------------------------------
5177
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
5178
5179
- ran old prepare_spec on spec file to switch to new prepare_spec.
5180
5181
-------------------------------------------------------------------
5182
Thu Mar 25 10:40:05 MET 1999 - ro@suse.de
5183
5184
- changed permissions (a+x) for libform,menu,panel
5185
5186
-------------------------------------------------------------------
5187
Mon Mar 22 13:22:14 MET 1999 - florian@suse.de
5188
5189
- add compatibility link from /usr/share/{tabset,terminfo}
5190
5191
-------------------------------------------------------------------
5192
Sun Sep 6 00:34:56 MEST 1998 - ro@suse.de
5193
5194
- fixed neededforbuild
5195
5196
-------------------------------------------------------------------
5197
Wed Jun 3 12:01:35 MEST 1998 - florian@suse.de
5198
5199
- use major 4 for glibc2
5200
5201
-------------------------------------------------------------------
5202
Wed Mar 11 12:20:26 MET 1998 - werner@suse.de
5203
5204
- Defines a xterm-xf86suse entry
5205
* use xterm-xf86-v33 with changes
5206
- Use xterm-xf86suse for xterm
5207
5208
-------------------------------------------------------------------
5209
Mon Mar 9 13:52:24 MET 1998 - bs@suse.de
5210
5211
- set executable bit to libncurses.so.3.0.*
5212
5213
-------------------------------------------------------------------
5214
Mon Mar 2 20:11:44 MET 1998 - florian@suse.de
5215
5216
- update to ncurses 4.2
5217
- use xterm for XFree86 3.3 and not 3.2...
5218
5219
-------------------------------------------------------------------
5220
Mon Mar 2 12:50:19 MET 1998 - florian@suse.de
5221
5222
- mark /etc/termcap as %config
5223
5224
-------------------------------------------------------------------
5225
Fri Feb 20 09:05:10 MET 1998 - werner@suse.de
5226
5227
- redone fixes as to previous version
5228
5229
-------------------------------------------------------------------
5230
Tue Feb 17 13:45:57 MET 1998 - florian@suse.de
5231
5232
- update to ncurses 4.2-beta1
5233
5234
-------------------------------------------------------------------
5235
Thu Jan 29 19:15:51 MET 1998 - werner@suse.de
5236
5237
- add some settings for:
5238
5239
* TERM=linux (cvvis and sgr0 added)
5240
* TERM=xterm (kf21 (shift F11) and kf22 (shift F12) added)
5241
* TERM=rxvt (keypad keys correct defined, mc5 and mc4 added
5242
for printing, smacs and rmacs repaired, sgr added)
5243
5244
-------------------------------------------------------------------
5245
Tue Nov 11 14:30:28 MET 1997 - ro@suse.de
5246
5247
- terminfo builds from same specfile
5248
5249
-------------------------------------------------------------------
5250
Fri Oct 17 14:12:57 MEST 1997 - ro@suse.de
5251
5252
- removed old lib 1.9.7a
5253
ready for autobuild
5254
5255
----------------------------------------------------------------------------
5256
Tue May 27 20:03:59 MEST 1997 - florian@suse.de
5257
5258
5259
- handle wrong TERM-settings for tput
5260
5261
- change xterm-entry in terminfo source file
5262
5263
5264
5265
----------------------------------------------------------------------------
5266
Tue May 20 14:10:37 MEST 1997 - florian@suse.de
5267
5268
5269
- update to version 4.1
5270
5271
5272
----------------------------------------------------------------------------
5273
Wed Apr 30 15:57:14 CEST 1997 - florian@suse.de
5274
5275
5276
- mv /lib/libncurses.so.1.9* /usr/lib/
5277
5278
5279
----------------------------------------------------------------------------
5280
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
5281
5282
5283
- update to new version 970412
5284
5285
5286
----------------------------------------------------------------------------
5287
Tue Nov 12 18:50:03 MET 1996 - werner@suse.de
5288
5289
- Anpassung von terminfo an das XTerm app-defaults
5290
- Einige Fixes in der Intialisierung und Handling
5291
von Escape-Sequenzen des xterms aus XFree86[tm]-3.2
5292
5293
5294
----------------------------------------------------------------------------
5295
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
5296
5297
5298
- update to version 961102
5299
5300
5301
----------------------------------------------------------------------------
5302
Wed Oct 16 17:48:34 MET DST 1996 - florian@suse.de
5303
5304
5305
- Update auf die neuste ncurses-Version.
5306
- 'xterm' ist fuer XFree86 3.1.2G. Falls jemand noch ein altes XFree86
5307
benutzen will, sollte man 'xterm-base' verwenden.
5308
- Falls es Probleme gibt, kann man anstatt /lib/libncurses.so.1.9.9g
5309
auch /lib/libncurses.so.1.9.9e verwenden. (g-Version einfach umbenennen
5310
und ldconfig starten.) Dann sollte man aber keine Programme mehr
5311
kompilieren...
5312
5313