Fixes for SF #732742: compiling errors (1 issue still pending).
[nedit.git] / ChangeLog
bloba4d79cf7b151689ab0ed1d389511c0591952ab96
1 2003-05-04 23:54  yooden
3         * source/macro.c (1.67): Removed some second level leftovers from
4         the old Highlighting API.
6 2003-05-04 13:20  yooden
8         * doc/help.etx (1.46), source/file.c (1.64), source/help_data.h
9         (1.43), source/help_topic.h (1.36), source/menu.c (1.75): Fixes SF
10         #617840: Append Line Feed on Save The buffer now reflects that a
11         line is added on save.
13 2003-05-03 22:45  yooden
15         * doc/help.etx (1.45), source/help_data.h (1.42),
16         source/help_topic.h (1.35), source/macro.c (1.66): Removes old
17         Highlighting Information API; fixes some inconsistencies in the
18         Highlighting Information API; adds deprecated section to macro
19         section in online help.
21 2003-05-03 09:15  edg
23         * util/misc.c (1.54): Made translation table for mouse wheel
24         static, as suggested by Scott.
26 2003-05-02 19:19  edg
28         * source/highlightData.c (1.45), source/nedit.c (1.45),
29         source/search.c (1.56), source/shell.c (1.25), source/smartIndent.c
30         (1.26), source/userCmds.c (1.32), util/fontsel.c (1.25),
31         util/getfiles.c (1.25), util/managedList.c (1.12), util/misc.c
32         (1.53), util/misc.h (1.18): Committed SF #715941: File dialog wheel
33         support (generalized to all scrolled widgets, except main text
34         area, which already had support).
36 2003-05-02 18:25  edg
38         * source/rangeset_fn.h (1.4): Obsolete due to new rangeset API.
40 2003-05-02 18:18  edg
42         * doc/help.etx (1.44), makefiles/Makefile.depend (1.4),
43         source/Makefile.dependencies (1.21), source/help_data.h (1.41),
44         source/help_topic.h (1.34), source/highlightData.c (1.44),
45         source/macro.c (1.65), source/rangeset.c (1.4), source/rangeset.h
46         (1.2), source/rangeset_fn.h (1.3), source/textBuf.c (1.27),
47         source/textBuf.h (1.14), source/textDisp.c (1.50),
48         util/Makefile.dependencies (1.7): Committed patch #628933: New
49         rangeset API. (Including the fix of SF #728988: rangeset_add of
50         empty range works - bad!) Users of range sets will have to update
51         their macros.
53 2003-04-24 17:20  edg
55         * source/menu.c (1.74): Crash fix: setting NEDIT_HOME to /dev/null
56         caused a coredump because the PrevOpen array never got initialized
57         in that case.
59 2003-04-24 11:47  edg
61         * source/nedit.c (1.44), util/DialogF.c (1.27), util/DialogF.h
62         (1.9), util/fileUtils.c (1.30): Various fixes related to SF
63         #488412: doOpen() flaws.
65 2003-04-24 08:57  edg
67         * source/highlightData.c (1.43): Updated LaTeX highlight patterns
68         provided by Joerg (SF #607072: Syntax highlight failure in LaTeX).
70 2003-04-24 08:26  edg
72         * source/menu.c (1.73): Fix for SF #726325: goto_line_number only
73         accepts 1 arg
75 2003-04-18 01:07  n8gray
77         * source/calltips.c (1.5), source/calltips.h (1.2),
78         source/help_data.h (1.40), source/help_topic.h (1.33),
79         source/text.c (1.40), source/text.h (1.15), source/textDisp.c
80         (1.49), source/textDisp.h (1.21), source/textP.h (1.8),
81         doc/help.etx (1.43): Setting "nedit*background: blue" should not
82         change the background of calltips.  This change makes calltips get
83         their colors from nedit*calltipForeground and
84         nedit*calltipBackground.
86 2003-04-17 21:46  n8gray
88         * source/: nedit.c (1.43), nedit.h (1.37), preferences.c (1.88),
89         text.c (1.39): Applied color migration patch.  IMPORTANT:  Remember
90         to move the call to migrateColorResources into the "convert to 5.4"
91         area before releasing 5.4!!!
93 2003-04-17 09:03  edg
95         * source/: macro.c (1.64), smartIndent.c (1.25): Fix for SF
96         #602336: Wrong Initialization Order and SF #628552: Startup
97         sequence. Macro file is now loaded before smart indent macros are
98         processed.
100 2003-04-15 23:03  yooden
102         * source/help.c (1.92): Whitespace only.
104 2003-04-15 20:00  yooden
106         * doc/help.etx (1.42), source/help_data.h (1.39),
107         source/help_topic.h (1.32): Small documentation fixes.
109 2003-04-10 20:28  edg
111         * source/calltips.c (1.4), util/misc.c (1.52), util/misc.h (1.17):
112         Fix for SF #602260: Calltips crashes. Calltip popup shells now
113         inherit the proper visual and color depth.
115 2003-04-10 20:08  tringali
117         * source/help.c (1.91): Help text was allocating colors
118         incorrectly, making help text invisible when running with a
119         non-default Visual.  Don't assume "black" is help text color!
121 2003-04-10 18:47  tringali
123         * source/: text.c (1.38), text.h (1.14), textP.h (1.7), window.c
124         (1.80): Fix upside-down GetPrefTypingHidesPointer dependency -- the
125         window code should be setting into the text widget, instead of the
126         text widget getting it directly from preferences.
128 2003-04-10 18:39  tringali
130         * source/parse.y (1.24): #include <stdlib.h> to avoid warnings on
131         some systems about no malloc proto.
133 2003-04-10 18:37  tringali
135         * util/utils.c (1.20): Don't quit if getpwuid() fails.  It can fail
136         if some nameservices are not responding through no fault of the
137         user.
139 2003-04-10 17:58  edg
141         * source/Makefile.dependencies (1.20): Updated dependencies.
143 2003-04-10 17:37  edg
145         * util/DialogF.c (1.26): Warning fix.
147 2003-04-10 09:39  edg
149         * source/file.c (1.63): Added some missing fclose() calls in
150         IncludeFile().
152 2003-04-09 14:56  edg
154         * source/file.c (1.62): Aaargh. Another few missing commas.
156 2003-04-09 14:53  edg
158         * source/file.c (1.61): Added another few missing commas in DialogF
159         calls.
161 2003-04-09 13:52  edg
163         * source/file.c (1.60): Added missing comma in DialogF call.
165 2003-04-08 23:47  yooden
167         * source/help.c (1.90): Added one missing DialogF() title.
169 2003-04-08 08:54  edg
171         * source/: highlight.c (1.41), menu.c (1.72), preferences.c (1.87),
172         smartIndent.c (1.24): Fixed indentation inconsistencies and dialog
173         title typos.
175 2003-04-07 22:51  yooden
177         * source/file.c (1.59), source/highlight.c (1.40),
178         source/highlightData.c (1.42), source/macro.c (1.63), source/menu.c
179         (1.71), source/preferences.c (1.86), source/search.c (1.55),
180         source/selection.c (1.24), source/shell.c (1.24), source/shift.c
181         (1.14), source/smartIndent.c (1.23), source/tags.c (1.49),
182         source/userCmds.c (1.31), util/DialogF.c (1.25), util/DialogF.h
183         (1.8), util/fileUtils.c (1.29), util/fontsel.c (1.24), util/misc.c
184         (1.51), util/printUtils.c (1.22): The Sore Hands Patch: Added
185         dialog title to DialogF().
187 2003-04-06 00:46  yooden
189         * source/highlightData.c (1.41), source/macro.c (1.62),
190         source/menu.c (1.70), source/preferences.c (1.85),
191         source/smartIndent.c (1.22), source/userCmds.c (1.30),
192         util/printUtils.c (1.21): Some changed dialog titles, error
193         messages and general code beautification.
195 2003-04-03 19:05  jlous
197         * source/file.c (1.58), source/macro.c (1.61), source/nedit.h
198         (1.36), source/preferences.c (1.84), source/window.c (1.79),
199         util/fileUtils.c (1.28), util/fileUtils.h (1.10), util/prefFile.c
200         (1.19): Committing patch 621211, accepting foreign linebreaks in
201         prefs- and macro files.
203 2003-04-03 15:45  edg
205         * source/window.c (1.78): Fix for SF #713780: flickers during macro
206         execution. (Uwe Lehnert)
208 2003-03-26 16:36  edg
210         * source/textDisp.c (1.48): Reverted some of the unnecessary (and
211         seemingly invalid) changes related to the cursor GC introduced in
212         version 1.46. (SF #710124).
214 2003-03-26 10:40  edg
216         * source/textDisp.c (1.47): Yesterday's clipping changes were not
217         ok: the gutter between the line numbers and the text area could be
218         filled with character fragments. Clipping ranges are now adjusted
219         when line numbers are drawn.
221 2003-03-25 18:31  n8gray
223         * source/: textDisp.c (1.46), textDisp.h (1.20): Committing edg's
224         patch to fix usage of shared GCs.
226 2003-03-25 01:33  n8gray
228         * source/textDisp.c (1.45): Fixed line number color problems. 
229         Stupid cut & paste error...
231 2003-03-24 23:56  yooden
233         * source/nedit.c (1.42): Paranoid protection against pathological
234         language settings.
236 2003-03-24 17:05  edg
238         * source/: menu.c (1.69), nedit.h (1.35), window.c (1.77): Fix for
239         SF bug #564782: Show Path in Windows Menu
241 2003-03-24 16:20  tringali
243         * source/nedit.c (1.41): Account for LANG being unset.
245 2003-03-21 18:51  n8gray
247         * source/: textDisp.c (1.44), window.c (1.76): Fixing 2 color
248         problems.  1: Changing line number GC properties affected *all*
249         buffers.  2: New panes used default text area colors instead of
250         their window's.
252 2003-03-21 18:31  tringali
254         * source/: nedit.c (1.40), help.c (1.89): Avoid crash when running
255         under a UTF-8 locale, and display locale in help.
257 2003-03-21 18:22  edg
259         * source/: preferences.c (1.83), smartIndent.c (1.21),
260         smartIndent.h (1.6): Fix for SF bug #439867: Language mode renaming
261         bug.
263 2003-03-20 13:23  edg
265         * makefiles/Makefile.sco (1.5): Typo fix (SF #689808: SCO makefile
266         error).
268 2003-03-20 13:05  edg
270         * util/fontsel.c (1.23): Removed some unused variables (gcc
271         warnings).
273 2003-03-20 13:02  edg
275         * source/: help.c (1.88), highlight.c (1.39), highlight.h (1.10),
276         textDisp.c (1.43): Fix for SF #700823: Nedit crash after highlight
277         Perl-Syntax on OS/390.  Made the syntax highlighting style
278         information independent of the character coding (ASCII or EBCDIC).
280 2003-03-18 10:58  edg
282         * util/managedList.c (1.11): Fix for SF #705495: Crash while
283         Copying Pattern.
285 2003-03-14 22:27  n8gray
287         * doc/help.etx (1.41), source/help_data.h (1.38),
288         source/help_topic.h (1.31), source/preferences.c (1.82): Added a
289         warning label to the color dialog and changed help text to make it
290         more clear that foreground colors only apply when syntax
291         highlighting is disabled.
293 2003-03-13 09:11  n8gray
295         * util/fontsel.c (1.22): Hide the sample when the "Show
296         Proportional Fonts" toggle is toggled and the font selection is
297         cleared.  Also added a prototype for enableSample().
299 2003-03-12 18:33  n8gray
301         * util/fontsel.c (1.21): Tabs -> Spaces
302         
303         If you want a shock, turn on backlighting, set tabs to a slightly
304         off-background color, and edit just about any file in the NEdit
305         project.
307 2003-03-12 18:03  n8gray
309         * util/fontsel.c (1.20): Fixed clearing of sample field when "show
310         proportional fonts" was toggled.  Hide sample text when font
311         selection is invalid.
313 2003-03-07 19:52  n8gray
315         * source/preferences.c (1.81): Made helper function addColorGroup()
316         static.
318 2003-03-07 19:46  n8gray
320         * source/preferences.c (1.80): Using XtSetMappedWhenManaged to
321         show/hide the error labels in the color dialog.  Thanks Scott!
323 2003-03-07 01:50  n8gray
325         * doc/help.etx (1.40), source/help_data.h (1.37),
326         source/help_topic.h (1.30), source/preferences.c (1.79): Duh. 
327         Forgot to save before the last commit.  Also changed docs to
328         reflect new labels in color dialog.
330 2003-03-07 01:34  n8gray
332         * source/preferences.c (1.78): Minor labelsmithing on color dialog.
334 2003-03-07 01:07  n8gray
336         * source/preferences.c (1.77): Using a more reliable hack for
337         showing/hiding the (Invalid!) labels in the color dialog.  To hide
338         it I set its fg color to its bg color.  To unhide it I restore the
339         fg color from its parent.  This way the label's width doesn't
340         change, solving the potential visual bug mentioned in my previous
341         commit.
342         
343         I tried changing the label from a gadget to a widget but the
344         XtMap/UnmapWidget functions still failed.  Oh well, this works ok.
346 2003-03-05 23:50  n8gray
348         * doc/help.etx (1.39), source/help_data.h (1.36),
349         source/help_topic.h (1.29), source/menu.c (1.68), source/nedit.h
350         (1.34), source/preferences.c (1.76), source/preferences.h (1.32),
351         source/textDisp.c (1.42), source/textDisp.h (1.19), source/window.c
352         (1.75), source/window.h (1.12), util/fontsel.c (1.19),
353         util/fontsel.h (1.8): Adding the color dialog and documentation. 
354         Also adds a colored, editable text field to the font browser
355         dialog.
356         
357         There's a potential minor visual bug depending on the user's fonts.
358          I've tried to fix it but can't seem to figure it out.  Search for
359         XXX in preferences.c for details.
361 2003-02-20 17:30  arnef
363         * source/: file.c (1.57), nc.c (1.33), server.c (1.21): Fixed
364         problem with processing of nc command line.
366 2003-02-18 20:17  tringali
368         * util/misc.c (1.50): Set group hint so that recent versions of
369         Sawfish will group windows together.
371 2003-02-17 01:51  n8gray
373         * source/Makefile.common (1.14): Added parse.c target so that build
374         falls back to parse_noyacc.c if neither bison nor yacc can be
375         found. See:
376         http://www.nedit.org/archives/develop/2002-Apr/0512.html for a
377         discussion of this issue.
379 2003-02-15 02:33  yooden
381         * source/file.c (1.56), util/getfiles.c (1.24), util/misc.c (1.49),
382         util/getfiles.h (1.6): Removed GetNewFilename()
384 2003-02-15 01:06  yooden
386         * source/preferences.h (1.31): Removed double function
387         declarations.
389 2003-01-14 22:36  n8gray
391         * source/tags.c (1.48): Added a private lineEmpty function for use
392         when loading calltips files.  Also fixed bug where calltip position
393         modifiers weren't reset when tips were posted by means other than
394         the calltip macro subroutine.
396 2003-01-14 09:50  edg
398         * source/regularExp.c (1.21): Fix for \S, \W, \L, and \D
399         erroneously matching on \0.
401 2003-01-10 15:33  tringali
403         * source/: window.c (1.74), nedit.c (1.39), text.c (1.37): Apply
404         the "frame around text area" patch and associated geometry fixes. 
405         Looks right when the background is light-colored (default), less so
406         if you use a dark background.  Can be disabled with resources if
407         you don't like it.
409 2003-01-10 15:32  tringali
411         * source/file.c (1.55): Fix to prevent file dialog from growing
412         wider than the screen.  This is needed for window managers that do
413         not respect XmNmaxWidth (sawfish, twm, fvwm).
415 2003-01-10 15:29  tringali
417         * util/: getfiles.c (1.23), misc.c (1.48): Prevent the file dialog
418         from getting bigger than screen.  This fix is for window managers
419         that do not respect XmNmaxWidth (sawfish, twm, fvwm).
421 2003-01-07 22:37  tringali
423         * doc/: nedit.doc (1.37), nedit.html (1.31): Remove autogenerated
424         files from CVS to reduce conflicts.  They are now automatically
425         generated by the cron script for the website snapshot.
427 2003-01-06 15:36  edg
429         * source/smartIndent.c (1.20): Bug fix: garbage collection could be
430         triggered during smart indent newline macro (very old copy & paste
431         error).
433 2003-01-02 02:02  yooden
435         * doc/nedit.doc (1.36), doc/nedit.html (1.30), source/help_data.h
436         (1.35), source/help_topic.h (1.28): Updated reference to regex book
437         part two.
439 2003-01-02 01:48  yooden
441         * doc/help.etx (1.38): Updated Reference to Regex book.
443 2003-01-01 15:57  edg
445         * source/smartIndent.c (1.19): Fix for crash bug reported @develop:
446         newline macro inserting a string caused a recursive loop when
447         triggered through smart indent.
449 2002-12-13 17:23  edg
451         * doc/Makefile (1.4): Added targets to regenerate the FAQ and build
452         the FAQ distribution.
454 2002-12-13 17:20  edg
456         * doc/: faq.txt (1.4), faq.xml (1.5): Added a Q&A about the changed
457         binding of KP Enter (execute command line).
459 2002-12-12 17:26  slobasso
461         * source/text.h (1.13): Remove warnings on hpux 10.20 compiler.
463 2002-12-12 17:26  slobasso
465         * source/selection.c (1.23): Cleanup string to int conversion.
467 2002-12-12 17:26  slobasso
469         * source/: search.c (1.54), search.h (1.18): Centralize string to
470         enum conversions for search_type.
472 2002-12-12 17:26  slobasso
474         * source/parse_noyacc.c (1.5): Match changes in parse.y
476 2002-12-12 17:25  slobasso
478         * source/parse.y (1.23): Move string constant code into function
479         InstallStringConstSymbol.
481 2002-12-12 17:25  slobasso
483         * source/nedit.h (1.33): New macro TYPE_INT_STR_SIZE to determine a
484         safe string size for integer-like types.
486 2002-12-12 17:25  slobasso
488         * source/macro.c (1.60): More macro failure macros and new macro
489         call valid_number.  Use of new macro TYPE_INT_STR_SIZE and
490         PERM_ALLOC_STR.  Add optional index to rangeset_defined.
492 2002-12-12 17:25  slobasso
494         * source/interpret.h (1.12): New macro PERM_ALLOC_STR for static
495         strings that look allocated and move StringToNum global for
496         verification code.  New call InstallStringConstSymbol and move
497         DataValue.tag to an enum.
499 2002-12-12 17:25  slobasso
501         * source/interpret.c (1.32): Use of new macro PERM_ALLOC_STR for
502         static strings that look allocated and move StringToNum global for
503         verification code.  New call InstallStringConstSymbol cleanup of
504         macro debug code with new stack dump. Rewrite SwapCode without
505         allocations.  Use of TYPE_INT_STR_SIZE for int string size. Fixes
506         to grabage collection to allow for PERM_ALLOC_STR and catch mod by
507         0 errors.
509 2002-12-12 17:25  slobasso
511         * source/highlightData.c (1.40): New nedit macro call valid_number.
513 2002-12-12 17:25  slobasso
515         * doc/help.etx (1.37), doc/nedit.doc (1.35), doc/nedit.html (1.29),
516         source/help_data.h (1.34): Add optional index to rangeset_defined
517         and new function valid_number.
519 2002-12-11 18:24  tringali
521         * util/misc.c (1.47): Avoid a 5-second hang when posting a dialog
522         with certain window managers (Sawfish)
524 2002-12-10 13:16  edg
526         * source/nc.c (1.32): Dropped support for reading preferences from
527         a .nc file. It was entirely undocumented and probably never used by
528         anyone (and it didn't work anymore since the introduction of the
529         NEDIT_HOME patch).
531 2002-12-10 12:29  edg
533         * source/nc.c (1.31): Fixed a bug in yesterday's bug fix: macro
534         commands could be executed twice when a new server was started.
536 2002-12-09 17:55  edg
538         * source/nedit.c (1.38): Fix for SF #649442: Dangerous shell
539         command. Changed the shortcut for "Execute Command Line" from "KP
540         Enter" to "Ctrl+KP Enter" to avoid accidental execution of
541         arbitrary commands.
543 2002-12-09 17:18  edg
545         * source/nc.c (1.30): Fixed various command line argument passing
546         bugs introduced by the nc -wait patch (-icon, -geometry, -lm, ...
547         were dropped when a new file was opened and/or a new server was
548         started).
550 2002-12-08 09:29  yooden
552         * source/: highlight.c (1.38), highlightData.c (1.39), macro.c
553         (1.59), rangeset.c (1.3), search.c (1.53): Some code cleanup and
554         removal of development artefacts.
556 2002-12-04 12:30  edg
558         * source/macro.c (1.58): Added boundary checks to searchStringMS()
559         to avoid illegal memory accesses when passing a too large or
560         negative starting position to the search_string() macro.
562 2002-12-02 15:59  tringali
564         * Makefile (1.9): Removed "doc" from default target so users
565         without Perl can build.  (We need a "developer only" target or mode
566         to do this right.)
568 2002-11-28 23:22  yooden
570         * source/macro.c (1.57), source/menu.c (1.67), source/preferences.c
571         (1.75), util/prefFile.c (1.18), util/utils.c (1.19), util/utils.h
572         (1.11): Fixes the bug in the preference file name algorithm
573         reported by Scott in develop@.
575 2002-11-22 18:18  tringali
577         * util/misc.c (1.46): Constrain maximum size of dialogs so they
578         aren't bigger than the screen.  (Slightly modified from Eddy's
579         original version.)
581 2002-11-22 17:51  edg
583         * source/window.c (1.73): Minor improvement in the virtual key
584         binding parsing: ignore comment lines.
586 2002-11-19 18:05  edg
588         * source/: highlight.c (1.37), regularExp.c (1.20), search.c
589         (1.52), textBuf.c (1.26), textBuf.h (1.13): Fixes for SF bugs
590         #515120 (changed behaviour of search?) and #429110 (RegEx search
591         bugs at end of buffer) and a cleanup of the SearchWindow function.
593 2002-11-15 12:21  edg
595         * doc/setext (1.10): Minor backward compatibility fix for older
596         Perl version (5.004).
598 2002-11-13 21:59  tringali
600         * source/: help_data.h (1.33), help_topic.h (1.27): - Change help
601         version to 5.4DEV
603 2002-11-13 21:58  tringali
605         * source/: calltips.c (1.3), text.h (1.12), textDisp.c (1.41):
606         Don't #include "textP.h" where we can get away with it.
608 2002-11-13 21:58  tringali
610         * source/help.c (1.87): Clean up #ifdef of HAVE__XMVERSIONSTRING
611         and reorder visual info
613 2002-11-13 21:58  tringali
615         * source/highlightData.c (1.38): - Fix indentation, labels, and
616         mnemonics in highlightData.c
618 2002-11-13 21:57  tringali
620         * source/: nedit.c (1.37), preferences.c (1.74): - Fix defaults
621         fonts to specify iso8859-1, for RH7.3.
623 2002-11-13 17:56  edg
625         * source/: highlightData.c (1.37), regularExp.c (1.19): Implemented
626         the more conventional word boundary semantics for regular
627         expressions and adapted the built-in highlight patterns to the
628         changed semantics (the latter is largely automated).
630 2002-11-12 10:04  ajhood
632         * doc/help.etx (1.36), doc/nedit.doc (1.34), doc/nedit.html (1.28),
633         source/help.c (1.86), source/help_data.h (1.32),
634         source/help_topic.h (1.26): Document default value of
635         nedit.backlightCharTypes Stop *backlightCharTypes in .Xdefaults
636         etc. affecting Help
638 2002-11-08 20:22  edg
640         * source/: comnedit.com (1.9), highlight.c (1.36), highlight.h
641         (1.9), lnknedit.com (1.7), macro.c (1.56), menu.c (1.66), nedit.h
642         (1.32), preferences.c (1.73), preferences.h (1.30), rangeset.c
643         (1.2), rangeset_fn.h (1.2), server_common.c (1.3), text.h (1.11),
644         textDisp.h (1.18): VMS compilation and linking fixes (Michael
645         Smith).
647 2002-11-08 16:53  slobasso
649         * source/macro.c (1.55): Removed unused variables and fixed error
650         macro.
652 2002-10-31 16:08  edg
654         * doc/help.etx (1.35), doc/nc.man (1.6), doc/nedit.doc (1.33),
655         doc/nedit.html (1.27), source/help_data.h (1.31),
656         source/help_topic.h (1.25), source/nc.c (1.29): Fix for invalid
657         atom usage after time-out.  Made the nc time-out configurable
658         (-timeout <seconds> command line option and nc.timeOut X resource)
659         + documentation updates.
661 2002-10-30 11:44  edg
663         * ChangeLog (1.29): Minor correction.
665 2002-10-30 11:42  edg
667         * ChangeLog (1.28): Removed lots of duplicate entries and added
668         lots of missing entries.  (Apparently, a merge has gone wrong a few
669         months ago).
671 2002-10-30 11:11  edg
673         * ChangeLog (1.27): Update.
675 2002-10-29 15:49  edg
677         * source/server.c (1.20): Fix for crash when sending a macro
678         command to the server through nc, while another command is still
679         running. New commands for a window are now rejected when it is
680         already running a macro (beeps).
682 2002-10-26 00:06  yooden
684         * util/: utils.c (1.18), utils.h (1.10): Fixes wrong declaration
685         and documentation, adds missing Copyright line.
687 2002-10-16 17:28  n8gray
689         * source/: preferences.c (1.72), preferences.h (1.29), window.c
690         (1.72): Don't switch to PLAIN mode before closing a window just to
691         force unloading of calltips files -- it's slow!
692         
693         Also fixed a potentially erroneous error message in
694         reapplyLanguageMode.
696 2002-10-15 11:00  ajhood
698         * doc/help.etx (1.34), doc/nedit.doc (1.32), doc/nedit.html (1.26),
699         source/help_data.h (1.30), source/help_topic.h (1.24),
700         source/highlight.c (1.35), source/highlight.h (1.8),
701         source/highlightData.c (1.36), source/highlightData.h (1.10),
702         source/interpret.c (1.31), source/interpret.h (1.11),
703         source/macro.c (1.54), source/preferences.c (1.71),
704         source/preferences.h (1.28), source/textDisp.c (1.40),
705         source/textDisp.h (1.17): Tony's backlight/highlight and SF bug
706         619234 fixes
708 2002-10-14 18:41  n8gray
710         * source/: text.c (1.36), textBuf.c (1.25), textBuf.h (1.12),
711         textDisp.c (1.39), textSel.c (1.11): Committing patch for
712         keyboard-based rectangular selection.
714 2002-10-13 15:53  yooden
716         * doc/help.etx (1.33), doc/nedit.doc (1.31), doc/nedit.html (1.25),
717         source/help_data.h (1.29), source/help_topic.h (1.23): Another tiny
718         doc patch. (Thanks Yury)
720 2002-10-12 13:33  yooden
722         * doc/help.etx (1.32), doc/nedit.doc (1.30), doc/nedit.html (1.24),
723         source/help_data.h (1.28), source/help_topic.h (1.22): Fixes small
724         documentation bug.
726 2002-10-10 22:04  slobasso
728         * source/macro.c (1.53): fix comment typo
730 2002-10-07 19:39  arnef
732         * source/nc.c (1.28): Fix for bug 619231 -  nc hangs after
733         crash/kill Generate a property change event to break a deadlock.
735 2002-10-07 16:19  edg
737         * source/search.c (1.51): Fix for crash bug when search string is
738         too long in search and replace dialogs (triggered when
739         nedit.findReplaceUsesSelection was True and a long selection was
740         made), reported through the discuss list.
742 2002-10-04 23:21  slobasso
744         * source/: macro.c (1.52), tags.c (1.47): remove compiler warnings
746 2002-10-01 23:45  n8gray
748         * doc/help.etx (1.31), doc/nedit.doc (1.29), doc/nedit.html (1.23),
749         source/help_data.h (1.27), source/help_topic.h (1.21): Added
750         documentation for column argument to goto_line_number and the goto
751         line dialog.
753 2002-09-27 12:19  ajhood
755         * source/preferences.c (1.70): set default value for
756         nedit.backlightCharTypes
758 2002-09-26 12:37  ajhood
760         * doc/NEdit.ad (1.3), doc/README.FAQ (1.3), doc/faq-txt-pass2.xsl
761         (1.3), doc/faq-txt.awk (1.3), doc/faq-txt.dtd (1.3),
762         doc/faq-txt.xsl (1.3), doc/faq.dtd (1.3), doc/faq.txt (1.3),
763         doc/faq.xml (1.4), doc/faq.xsl (1.3), doc/help.etx (1.30),
764         doc/nedit.doc (1.28), doc/nedit.html (1.22), doc/setext (1.9),
765         doc/setext-info.txt (1.3), makefiles/Makefile.depend (1.3),
766         source/Makefile.common (1.13), source/help.c (1.85),
767         source/help_data.h (1.26), source/help_topic.h (1.20),
768         source/highlight.c (1.34), source/highlight.h (1.7),
769         source/highlightData.c (1.35), source/highlightData.h (1.9),
770         source/macro.c (1.51), source/menu.c (1.65), source/nedit.h (1.31),
771         source/parse.y (1.22), source/preferences.c (1.69),
772         source/preferences.h (1.27), source/smartIndent.c (1.18),
773         source/tags.c (1.46), source/text.c (1.35), source/text.h (1.10),
774         source/textBuf.c (1.24), source/textBuf.h (1.11), source/textDisp.c
775         (1.38), source/textDisp.h (1.16), source/textP.h (1.6),
776         source/window.c (1.71), source/window.h (1.11),
777         source/windowTitle.c (1.9), util/fileUtils.c (1.27), util/misc.c
778         (1.45), util/printUtils.c (1.20): backlight/rangeset patch from
779         Josef Maier and Tony Balinski, ported to CVS by Andy Hood.
781 2002-09-26 12:04  ajhood
783         * Makefile (1.8): auto-rebuild help.doc, help.html and help_*.h If
784         someone can explain how CVS didn't accept the previous commit tell
785         me.
787 2002-09-26 11:45  ajhood
789         * source/: rangeset.c (1.1), rangeset.h (1.1), rangeset_fn.h (1.1):
790         New files for backlight/rangeset.
792 2002-09-26 10:24  ajhood
794         * doc/Makefile (1.3): auto-rebuild help.doc, help.html and help_*.h
795         if any of the prerequisites change
797 2002-09-26 10:22  ajhood
799         * README (1.30): Add comments on -DHAVE__XMVERSIONSTRING compile
800         option.
802 2002-09-26 10:01  ajhood
804         * makefiles/: Makefile.aix (1.6), Makefile.bsdi (1.4),
805         Makefile.ccur (1.4), Makefile.convex (1.4), Makefile.cygwin (1.5),
806         Makefile.dcosx (1.4), Makefile.dec (1.5), Makefile.freebsd (1.4),
807         Makefile.generic (1.9), Makefile.hpux (1.4), Makefile.linux (1.9),
808         Makefile.lynx (1.5), Makefile.m88k.svr4 (1.4), Makefile.macosx
809         (1.3), Makefile.netbsd (1.4), Makefile.openbsd (1.2), Makefile.os2
810         (1.13), Makefile.osf (1.5), Makefile.qnx (1.2), Makefile.reliant
811         (1.4), Makefile.sco (1.4), Makefile.sgi (1.4), Makefile.solaris
812         (1.8), Makefile.sunos (1.4), Makefile.superux (1.4), Makefile.uhc
813         (1.4), Makefile.ultrix (1.4), Makefile.unicos (1.6),
814         Makefile.unixware (1.5): Add comments on -DHAVE__XMVERSIONSTRING
815         compile option.
817 2002-09-25 10:56  edg
819         * doc/help.etx (1.29), source/file.c (1.54), source/help_data.h
820         (1.25), source/help_topic.h (1.19), source/menu.c (1.64),
821         source/nedit.h (1.30), source/preferences.c (1.68),
822         source/preferences.h (1.26), source/textBuf.c (1.23),
823         source/textBuf.h (1.10), source/window.c (1.70): Committed SF patch
824         #602426: Check for real changes of ext. mod files.  The additional
825         check is on by default, and a mode message appears if comparison
826         takes more than 1 second.
828 2002-09-23 12:06  edg
830         * source/userCmds.c (1.29), util/misc.c (1.44), util/misc.h (1.16):
831         Fix for SF #612558: Macro shortcuts still NumLock sensitive.  Lock
832         and NumLock are now ignored when entering an accelerator.
834 2002-09-23 11:16  edg
836         * util/getfiles.c (1.22): Fix for SF bug #613092: Open file
837         browsing works incorrect.  Keystroke history is now reset after
838         each list refresh.
840 2002-09-18 20:17  arnef
842         * source/search.c (1.50): Fixing error in initial commit of 'nc
843         -wait' patch.  Removing a XtDispatchEvent() that shouldn't have
844         been there.
846 2002-09-17 09:01  edg
848         * source/server_common.c (1.2): Fix for SF bug #610438: Committing
849         patch 403647 causes link fail.  Replaced XGetAtomNames() by a loop
850         using XGetAtomName().
852 2002-09-13 08:28  edg
854         * source/preferences.c (1.67): Fix for SF bug #608693: coredump
855         with -tabs option.  The tab distance is now clipped within its
856         valid range.
858 2002-09-11 18:59  arnef
860         * source/Makefile.common (1.12), source/Makefile.dependencies
861         (1.19), source/file.c (1.53), source/macro.c (1.50), source/nc.c
862         (1.27), source/nedit.h (1.29), source/preferences.c (1.66),
863         source/search.c (1.49), source/selection.c (1.22), source/server.c
864         (1.19), source/server.h (1.5), source/server_common.c (1.1),
865         source/server_common.h (1.1), source/window.c (1.69),
866         util/Makefile.dependencies (1.6): Committing the 'nc -wait' patch
867         (SF #403647).
869 2002-09-10 12:17  ajhood
871         * doc/nedit.doc (1.27), doc/nedit.html (1.21), source/help_data.h
872         (1.24), source/help_topic.h (1.18): I too can forget to do commit
873         the generated files.
875 2002-09-10 12:10  ajhood
877         * doc/help.etx (1.28), source/help.c (1.84): Adds visual info to
878         version [eg Visual: Id 0x23 TrueColor 24 bit (Default)] Allows use
879         of _XmVersionString. Add -DHAVE__XMVERSIONSTRING compile option,
880         and if it doesn't link, you don't have it. (This may be exported by
881         Motif but there is no header to tell you if it is there or not.)
883 2002-09-06 19:21  n8gray
885         * source/calltips.c (1.2): Changing calltip label widget name from
886         "calltipW" back to "calltip" so that resources work as advertised.
888 2002-09-06 19:13  n8gray
890         * doc/help.etx (1.27), doc/nedit.doc (1.26), doc/nedit.html (1.20),
891         source/Makefile.common (1.11), source/Makefile.dependencies (1.18),
892         source/calltips.c (1.1), source/calltips.h (1.1),
893         source/help_data.h (1.23), source/help_topic.h (1.17),
894         source/macro.c (1.49), source/tags.c (1.45), source/tags.h (1.13),
895         source/text.c (1.34), source/textDisp.c (1.37), source/textDisp.h
896         (1.15): New features:     Positioning of calltips can be controlled
897         more precisely using optional     arguments to calltip().  These
898         include "center", "right", "above", and     "strict".  Non-strict,
899         non-anchored calltips will always show up *somewhere*     on-screen
900         even if the cursor is not on-screen.
901         
902         Modifications:     Refactored calltip UI code into calltips.c/.h. 
903         Updated help files,     makefiles, and dependencies.  Cleaned up
904         tags.c/.h somewhat.
906 2002-09-05 23:17  slobasso
908         * source/: interpret.c (1.30), parse.y (1.21), parse_noyacc.c
909         (1.4): made the following work when arrayaExpression is anything
910         that returns an array as the result: for (x in arrayaExpression) {
911         }
913 2002-09-05 23:15  slobasso
915         * source/nedit.c (1.36): fixed Cardinal vs int compare warning.
917 2002-09-05 17:48  tringali
919         * doc/help.etx (1.26), source/nedit.c (1.35), util/misc.c (1.43),
920         util/misc.h (1.15): Acquire default colors and fonts from the
921         environment if using the default visual.
923 2002-09-04 08:40  n8gray
925         * source/: tags.c (1.44), textDisp.c (1.36): Minor cleanup of
926         tags.c (it could use a lot more).
927         
928         Also improved calltips so that they try not to go off the edges of
929         the screen.  Thanks to TK, from whom I stole much code.  Since he
930         stole his tooltip code from me, the circle is complete.  :^)
932 2002-09-04 05:58  n8gray
934         * source/: textDisp.c (1.35), textDisp.h (1.14): Calltips should
935         finally update on any vertical cursor movement!  Plus, non-
936         anchored calltips maintain their X positions on redrawing.  Also, I
937         found out that textD->cursorX/cursorY are *not* a reliable way to
938         get the X/Y positions of the insertion point, so other potential
939         calltips bugs might be fixed.
940         
941         This is one of those nice commits where I've removed almost as many
942         lines as I've added.  :^)
944 2002-09-03 01:10  n8gray
946         * source/: file.c (1.52), nedit.h (1.28), window.c (1.68): This
947         should fix the worst of the problems in file.c.  There are still
948         potential problems if you lose read permission on a file as you're
949         editing it, but I wanted to commit what's done so far.
951 2002-09-02 23:18  n8gray
953         * source/textDisp.c (1.34): Fixing problem where scroll-wheel-down
954         on empty files caused erroneous scrolling.  It was a problem with
955         mixing Cardinal (unsigned) and signed values.  I took the approach
956         of casting cursorVPadding to int before using it, since it's nice
957         to have Xt reject negative values automatically.
959 2002-09-02 08:55  edg
961         * source/textDisp.c (1.33): Fix for crash bug reported through
962         develop@: regex bug using ^.* BufCopyFromBuf() could be called with
963         invalid paramaters in continous wrapping mode.
965 2002-08-31 15:14  yooden
967         * doc/help.etx (1.25), doc/nedit.doc (1.25), doc/nedit.html (1.19),
968         doc/setext (1.8), doc/setext-info.txt (1.2), source/help_data.h
969         (1.22): Another help update, some setext documentation and a minor
970         setext change.
972 2002-08-31 08:48  yooden
974         * source/: help_data.h (1.21), help_topic.h (1.16): Corrected Help,
975         second batch.
977 2002-08-31 08:46  yooden
979         * doc/: help.etx (1.24), nedit.doc (1.24), nedit.html (1.18):
980         Slight correction in help.etx.
982 2002-08-31 07:24  n8gray
984         * doc/help.etx (1.23), doc/nedit.doc (1.23), doc/nedit.html (1.17),
985         source/help_data.h (1.20), source/help_topic.h (1.15),
986         source/text.c (1.33), source/text.h (1.9), source/textDisp.c
987         (1.32), source/textP.h (1.5): Committing the edge-phobic cursor
988         patch, with documentation and without tab-space mixing.  (The new
989         resource is nedit*text.cursorVPadding by the way.)
991 2002-08-31 00:52  slobasso
993         * source/: interpret.c (1.29), interpret.h (1.10), parse.y (1.20):
994         Lots of array code cleanup including fixes for the following
995         formats: x[9][8] = 6 delete x[4][2][] ++x[4] x[3]-- x[4][5] += 7
996         ... and many more.  Also fixed some cases in which array aliasing
997         could occur. Arrays are supposed to have VALUE semantics.
999 2002-08-28 14:14  tringali
1001         * source/preferences.c (1.65): Revive upgrade message to 5.4 file
1002         format
1004 2002-08-27 08:05  edg
1006         * source/textDisp.c (1.31): Fixes for SF #600175: Coredump when
1007         dismissing resized window Array bounds read & write fixes in
1008         calcLineStarts() when number of visible lines becomes zero (only
1009         possible in help windows).  Avoid scrollbar slider size < 1 warning
1010         (which was harmless but annoying).
1012 2002-08-27 05:39  n8gray
1014         * source/: file.c (1.51), undo.c (1.14), undo.h (1.6): Committing
1015         the file deletion notification patch.  I used a specialized message
1016         for ENOACCES but used strerror output along with a suggested cause
1017         (deletion or relocation by another program) in the other cases,
1018         since there are several possible causes of stat() failure.
1019         
1020         I'm committing the patch despite the minor controversy over the
1021         message text because it's better to have some message than none at
1022         all.
1023         
1024         There is still much bogosity in file.c, including another place
1025         where stat() failure causes no warning.
1027 2002-08-23 07:52  n8gray
1029         * source/textBuf.c (1.22): Fixed a miscalculation in
1030         overlayRectInLine that could cause extra letters to be deleted
1031         during rectangular drags over tabs.  See SF bug #557225 "rect. 
1032         selection drag buglet" for a description of the problem.
1034 2002-08-23 00:52  slobasso
1036         * source/interpret.c (1.28): Fixed bug that didn't allow built in
1037         array variables to be iterated with a for loop.
1039 2002-08-22 23:52  slobasso
1041         * source/window.c (1.67): Remove unused variables.
1043 2002-08-22 18:43  slobasso
1045         * source/userCmds.c (1.28): Fix size calculation and escape
1046         characters in menu item names.
1048 2002-08-22 08:40  n8gray
1050         * source/undo.c (1.13): Fixed SF bug #578551 "Scrolling to
1051         searched/altered selection" by adding MakeSelectionVisible() calls
1052         to Undo and Redo.
1054 2002-08-22 08:10  n8gray
1056         * source/window.c (1.66): Nuking trailing whitespace from my last
1057         commit.
1059 2002-08-22 08:05  n8gray
1061         * source/window.c (1.65): MakeSelectionVisible in window.c was not
1062         paying attention to wrapped lines.  To see the problem in an older
1063         version:
1064         
1065         1.  Open a large file and scroll to the center somewhere 2.  Enable
1066         continuous wrapping and resize window so lots of lines wrap 3. 
1067         Select a word and make a mark with Alt+M,a 4.  Page Up or Down for
1068         several screens 5.  Go to the mark with Alt+G,a
1069         
1070         If there are enough wrapped lines between your position and the
1071         mark then the selection and the cursor will be completely
1072         offscreen.
1073         
1074         Also restructured the function so that horizontal scrolling is not
1075         bypassed prematurely.
1077 2002-08-21 13:21  tringali
1079         * source/help.c (1.83): Remove duplicate widgets caused by a bum
1080         merge.
1082 2002-08-21 07:19  n8gray
1084         * source/file.c (1.50): Fixed bug where clicking on the WM's close
1085         button in an unsaved and untitled buffer, answering yes to the
1086         "Save before closing" dialog, then aborting the Save-As dialog led
1087         to the window being closed and the changes being lost.  The
1088         function CloseFileAndWindow wasn't returning FALSE when the Save-As
1089         failed.
1091 2002-08-19 21:41  tringali
1093         * source/preferences.c (1.64): Remove "alpha" versioning - it
1094         wasn't forwards compatabile, and there were no auto-upgrades done
1095         despite the message printed.
1097 2002-08-19 07:22  n8gray
1099         * source/textDisp.c (1.30): Calltips are now redrawn on TextDMoveUp
1100         and TextDMoveDown.  This should help those who end up with cursors
1101         behind calltips when entering multi-line function calls.
1103 2002-08-17 14:28  yooden
1105         * source/window.c (1.64): Removed unused variables.
1107 2002-08-16 14:43  tringali
1109         * source/file.c (1.49): Fix hang caused by posting the "reload"
1110         dialog box on a hidden window (during multi-file replace
1111         validation).
1113 2002-08-15 19:03  n8gray
1115         * source/: file.c (1.48), window.c (1.63): Fixed the flickering
1116         stats line problem (SF bugs 595106, 594838).  Also fixed "save-as
1117         doesn't update the stats line" bug.
1119 2002-08-14 19:20  n8gray
1121         * source/textDisp.c (1.29): Fixed off-by-one error in
1122         expandAllTabs.  Also added check for NULL on its return value in
1123         TextDShowCalltip.
1125 2002-08-14 08:42  n8gray
1127         * source/textDisp.c (1.28): Removed debugging cruft from
1128         TextDShowCalltip.
1130 2002-08-13 22:12  n8gray
1132         * doc/help.etx (1.22), doc/nedit.doc (1.22), doc/nedit.html (1.16),
1133         source/help_data.h (1.19), source/help_topic.h (1.14),
1134         source/text.c (1.32), source/textDisp.c (1.27), source/textDisp.h
1135         (1.13): Added "absolute" argument to line-oriented action routines,
1136         and "wrap" argument to delete_to_start_of_line.
1138 2002-08-12 21:21  tringali
1140         * source/tags.c (1.43), source/window.c (1.62), source/window.h
1141         (1.10), util/misc.c (1.42), util/misc.h (1.14): Post watch cursor
1142         keep screen drawn while loading large tags files.
1144 2002-08-12 15:37  tringali
1146         * source/window.c (1.61): Reimplement I-search button focus
1147         management, so it doesn't have an ugly flash
1149 2002-08-10 23:59  tringali
1151         * source/undo.c (1.12): Added preference for disbling selection
1152         modification during Undo.
1154 2002-08-10 23:58  tringali
1156         * source/text.c (1.31): - Fix bad hardware tab of 4 spaces.  Please
1157         set hardware tabs to 8 for NEdit! - Explicitly remove modifiers on
1158         some virtual bindings to account for system   that map different
1159         modified keys to different bindings (e.g., Ctrl-PgUp =  
1160         osfPageLeft, PgUp = osfPageUp) - Use unions in favor of casts in
1161         XEvents.
1163 2002-08-10 23:54  tringali
1165         * source/highlightData.c (1.34): Use non-capturing parenthesis in C
1166         and C++ patterns where appropriate.
1168 2002-08-10 23:53  tringali
1170         * source/preferences.h (1.25): Added preference to disable
1171         modifying selection on Undo.
1173 2002-08-10 23:52  tringali
1175         * source/preferences.c (1.63): Added preference to disable changing
1176         the selection to match Undo.
1178 2002-08-10 23:51  tringali
1180         * source/server.c (1.18): Use union for XEvents instead of casts.
1182 2002-08-10 23:48  tringali
1184         * source/: interpret.c (1.27), interpret.h (1.9), macro.c (1.48):
1185         Use unions in place of nonportable casts to avoid warnings
1187 2002-08-10 23:45  tringali
1189         * source/help_data.h (1.18): Regenerated from help.etx update (fix
1190         X resource names)
1192 2002-08-10 23:43  tringali
1194         * source/help.c (1.82): More detail for Motif version, and change
1195         button labels on help browser to be more like WinHelp
1197 2002-08-09 20:48  tringali
1199         * util/system.h (1.12): Support for Lynx, MacOS; better x86
1200         reporting
1202 2002-08-09 14:08  tringali
1204         * doc/: help.etx (1.21), nedit.doc (1.21), nedit.html (1.15): Fix
1205         typo in last commit (replace * with @*)
1207 2002-08-09 13:52  tringali
1209         * doc/: help.etx (1.20), nedit.doc (1.20), nedit.html (1.14):
1210         Update incorrect X resources (nedit*text.foo) and upgrade version.
1212 2002-08-09 13:11  tringali
1214         * source/window.c (1.60): Convert // style comment to /* */, so it
1215         compiles again. NEdit is C89, not C++ or C99!
1217 2002-08-08 21:00  n8gray
1219         * doc/help.etx (1.19), doc/nedit.doc (1.19), doc/nedit.html (1.13),
1220         source/help_data.h (1.17), source/help_topic.h (1.13),
1221         source/nedit.h (1.27), source/window.c (1.59): Fixing the
1222         "ever-growing stats line" bug seen under lesstif.  Also, the stats
1223         area code is generally much nicer now, IMHO.
1225 2002-08-02 08:36  n8gray
1227         * doc/help.etx (1.18), doc/nedit.doc (1.18), doc/nedit.html (1.12),
1228         source/help_data.h (1.16), source/help_topic.h (1.12), source/nc.c
1229         (1.26): nc.autoStart now defaults to True.  I've had to explain
1230         that warning message one too many times...
1231         
1232         If anybody finds this offensive, it's easy to revert.  ;^)
1234 2002-08-01 00:53  n8gray
1236         * doc/help.etx (1.17), doc/nedit.doc (1.17), doc/nedit.html (1.11),
1237         source/help_data.h (1.15), source/help_topic.h (1.11),
1238         source/macro.c (1.47): Added optional "copy" argument to
1239         replace_in_string to make it return a copy of the input string if
1240         no replacements were done.
1242 2002-07-31 23:34  slobasso
1244         * source/interpret.c (1.26): made comment more clear
1246 2002-07-31 20:08  edg
1248         * source/highlight.c (1.33): Fix for yesterday's "fix" (which
1249         wasn't entirely waterproof).
1251 2002-07-30 13:54  edg
1253         * source/highlight.c (1.32): Fix for pattern related crash reported
1254         by Joor: I've overlooked a special case in the recent speed
1255         improvements.
1257 2002-07-29 08:05  n8gray
1259         * doc/help.etx (1.16), doc/nedit.doc (1.16), doc/nedit.html (1.10),
1260         source/help_data.h (1.14), source/help_topic.h (1.10): Minor change
1261         to the documentation for nedit.typingHidesPointer X resource.  By
1262         the way, the X resources section of the documentation doesn't seem
1263         to be in any order whatsoever.  Maybe it should be sorted or
1264         grouped into functional groups.
1266 2002-07-29 03:51  n8gray
1268         * source/macro.c (1.46): Applying TK's autoflushing t_print patch
1269         (SF #552760).  I'm not adding a call to isatty, but if anybody
1270         cares enough about the issue they're welcome to do it.  I just want
1271         to make sure the patch isn't forgotten.
1273 2002-07-28 19:25  edg
1275         * source/preferences.c (1.62): Introduced alpha preference file
1276         version numbering (5.4a1, 5.4a2, ...) for development versions.
1278 2002-07-27 08:55  yooden
1280         * source/: highlightData.c (1.33), macro.c (1.45), preferences.c
1281         (1.61), preferences.h (1.24), smartIndent.c (1.17), userCmds.c
1282         (1.27): Removed obsolete function CopyAllocatedString()
1284 2002-07-26 22:19  n8gray
1286         * source/window.c (1.58): Fixed flickering under-shadow on stats
1287         line.  (Thanks to TK Soh for the fix.) Also fixed horrible
1288         tab-space mixing.
1290 2002-07-26 21:39  n8gray
1292         * ChangeLog (1.26), doc/help.etx (1.15), doc/nedit.doc (1.15),
1293         doc/nedit.html (1.9), source/file.c (1.47), source/help_data.h
1294         (1.13), source/help_topic.h (1.9), source/macro.c (1.44),
1295         source/menu.c (1.63), source/nedit.c (1.34), source/nedit.h (1.26),
1296         source/preferences.c (1.60), source/tags.c (1.42), source/tags.h
1297         (1.12), source/text.c (1.30), source/textDisp.c (1.26),
1298         source/textDisp.h (1.12), source/window.c (1.57): This is the big
1299         one.  NEdit is now calltips-enabled!  :-)
1301 2002-07-20 23:18  yooden
1303         * util/fileUtils.c (1.26): Cover different return value of
1304         readlink() for Lynx.
1306 2002-07-20 23:15  yooden
1308         * makefiles/Makefile.lynx (1.4): Avoid annoying warnings about
1309         include files.
1311 2002-07-20 09:37  amai
1313         * util/utils.c (1.17): Fix order of #includes
1315 2002-07-17 20:42  slobasso
1317         * source/menu.c (1.62): Lesstif was causing problems with
1318         accelerators kicking off actions on KeyRelease events rather than
1319         KeyPress events. This should fix key accelerated Mark and Goto Mark
1320         commands.
1322 2002-07-17 15:14  edg
1324         * source/: highlight.c (1.31), highlightData.c (1.32), regularExp.c
1325         (1.18), regularExp.h (1.10): Speed improvements in syntax
1326         highlighting and regex engines.
1328 2002-07-16 11:39  edg
1330         * source/window.c (1.56): Inserted a cast to suppress a warning
1331         with certain compilers.
1333 2002-07-15 14:11  edg
1335         * source/: help.c (1.81), macro.c (1.43), preferences.c (1.59),
1336         regularExp.c (1.17), regularExp.h (1.9), search.c (1.48), search.h
1337         (1.17), tags.c (1.41): Lookbehind regex fix: adding missing
1338         backward search extent information.
1340 2002-07-12 11:44  edg
1342         * source/window.c (1.55), util/misc.c (1.41): Presumed fix for SF
1343         #550870: Nedit quietly exits unexpectedly.  Missing X atoms were
1344         not created, but always used.
1346 2002-07-11 21:18  slobasso
1348         * source/file.c (1.46), source/file.h (1.10), source/help.c (1.80),
1349         source/help.h (1.10), source/highlight.c (1.30), util/DialogF.h
1350         (1.7), util/clearcase.h (1.3), util/fileUtils.h (1.9),
1351         util/fontsel.h (1.7), util/getfiles.h (1.5), util/managedList.h
1352         (1.5), util/misc.h (1.13), util/prefFile.h (1.6), util/printUtils.h
1353         (1.7), util/system.h (1.11), util/utils.c (1.16), util/utils.h
1354         (1.9), util/vmsParam.h (1.4), util/vmsUtils.h (1.5),
1355         source/highlight.h (1.6), source/highlightData.c (1.31),
1356         source/highlightData.h (1.8), source/interpret.c (1.25),
1357         source/interpret.h (1.8), source/macro.c (1.42), source/macro.h
1358         (1.4), source/menu.c (1.61), source/menu.h (1.7), source/nc.c
1359         (1.25), source/nedit.c (1.33), source/nedit.h (1.25),
1360         source/parse.h (1.5), source/parse.y (1.19), source/parse_noyacc.c
1361         (1.3), source/preferences.c (1.58), source/preferences.h (1.23),
1362         source/rbTree.c (1.7), source/rbTree.h (1.3), source/regexConvert.c
1363         (1.8), source/regexConvert.h (1.4), source/regularExp.c (1.16),
1364         source/regularExp.h (1.8), source/search.c (1.47), source/search.h
1365         (1.16), source/selection.c (1.21), source/selection.h (1.5),
1366         source/server.c (1.17), source/server.h (1.4), source/shell.c
1367         (1.23), source/shell.h (1.5), source/shift.c (1.13), source/shift.h
1368         (1.4), source/smartIndent.c (1.16), source/smartIndent.h (1.5),
1369         source/tags.c (1.40), source/tags.h (1.11), source/text.c (1.29),
1370         source/text.h (1.8), source/textBuf.c (1.21), source/textBuf.h
1371         (1.9), source/textDisp.c (1.25), source/textDisp.h (1.11),
1372         source/textDrag.c (1.8), source/textDrag.h (1.3), source/textP.h
1373         (1.4), source/textSel.c (1.10), source/textSel.h (1.3),
1374         source/undo.c (1.11), source/undo.h (1.5), source/userCmds.c
1375         (1.26), source/userCmds.h (1.5), source/window.c (1.54),
1376         source/window.h (1.9), source/windowTitle.c (1.8),
1377         source/windowTitle.h (1.2): more header file cleanup
1379 2002-07-09 14:15  edg
1381         * doc/help.etx (1.14), doc/nedit.doc (1.14), doc/nedit.html (1.8),
1382         source/help_data.h (1.12), source/help_topic.h (1.8),
1383         source/highlight.c (1.29), source/preferences.c (1.57),
1384         source/regularExp.c (1.15), source/regularExp.h (1.7),
1385         source/search.c (1.46): Committed SF patch #530308: look-behind
1386         regular expression matching.
1388 2002-07-05 22:28  uid71894
1390         * doc/help.etx (1.13), source/macro.c (1.41), source/menu.c (1.60),
1391         source/preferences.c (1.56), util/prefFile.c (1.17), util/utils.c
1392         (1.15), util/utils.h (1.8): Moves NEdit's config files in ~/.nedit/
1393         or $NEDIT_HOME.
1395 2002-06-29 13:56  yooden
1397         * source/preferences.c (1.55): Added some comment macros for
1398         default language modes.
1400 2002-06-26 23:39  slobasso
1402         * util/: DialogF.c (1.24), DialogF.h (1.6), clearcase.c (1.4),
1403         clearcase.h (1.2), fileUtils.c (1.25), fileUtils.h (1.8), fontsel.c
1404         (1.18), fontsel.h (1.6), getfiles.c (1.21), getfiles.h (1.4),
1405         managedList.c (1.10), managedList.h (1.4), misc.c (1.40), misc.h
1406         (1.12), prefFile.c (1.16), prefFile.h (1.5), printUtils.c (1.19),
1407         printUtils.h (1.6), system.h (1.10), utils.c (1.14), utils.h (1.7),
1408         vmsParam.h (1.3), vmsUtils.h (1.4): make .h files include their
1409         requirements and move local .h files to top of include list.
1411 2002-06-26 23:37  slobasso
1413         * source/: shell.c (1.22), textDisp.c (1.24): warnings cleanup
1415 2002-06-20 21:32  slobasso
1417         * source/: text.c (1.28), text.h (1.7), textDisp.c (1.23),
1418         textDisp.h (1.10): Added code to handle graphics expose events that
1419         can result from calls to XCopyArea(). Also added code to look for
1420         these events since they can get backlogged in some circumstances.
1421         Removed hack to determine if we were obscured, since this should no
1422         longer be needed.
1424 2002-06-10 16:56  slobasso
1426         * source/tags.c (1.39): fixed merge conflict.
1428 2002-06-08 13:56  tringali
1430         * ChangeLog (1.25), Makefile (1.7), README (1.29), ReleaseNotes
1431         (1.16), doc/help.etx (1.12), doc/nedit.doc (1.13), doc/nedit.html
1432         (1.7), makefiles/Makefile.macosx (1.2), makefiles/Makefile.os2
1433         (1.12), source/Makefile.dependencies (1.17), source/comnedit.com
1434         (1.8), source/file.c (1.45), source/help.c (1.79), source/help.h
1435         (1.9), source/help_data.h (1.11), source/help_topic.h (1.7),
1436         source/highlight.c (1.28), source/highlightData.c (1.30),
1437         source/highlightData.h (1.7), source/lnknedit.com (1.6),
1438         source/nc.c (1.24), source/nedit.c (1.32), source/preferences.c
1439         (1.54), source/preferences.h (1.22), source/server.c (1.16),
1440         source/shell.c (1.21), source/tags.c (1.38), source/window.c
1441         (1.53), source/windowTitle.c (1.7), util/DialogF.c (1.23),
1442         util/comutil.com (1.4), util/fileUtils.c (1.24), util/fontsel.c
1443         (1.17), util/misc.c (1.39), util/prefFile.c (1.15),
1444         util/printUtils.c (1.18), util/utils.c (1.13), util/utils.h (1.6):
1445         Merge 5.3 release branch fixes back to mainline development.
1447 2002-06-01 15:18  tringali
1449         * Makefile (tags: REL-5-3) (BETA-5-3.3): Final changes for 5.3
1451 2002-06-01 13:44  tringali
1453         * doc/nedit.doc, doc/nedit.html, source/help_data.h
1454         (BETA-5-3.[4,4,4]) (utags: REL-5-3): Update version to 5.3 for
1455         final release.
1457 2002-05-16 07:53  edg
1459         * source/preferences.c (tags: REL-5-3) (BETA-5-3.5): Fix for SF
1460         #555364: 5.3RC1 preferences update not complete (provided by Markus
1461         Schwarzenberg).
1463 2002-05-08 16:19  slobasso
1465         * source/menu.c (1.59): Removed many calls to
1466         HidePointerOnKeyedEvent() that shouldn't have been put there.
1468 2002-05-08 15:30  slobasso
1470         * source/menu.c (1.58): verify we have an event before checking the
1471         type
1473 2002-05-07 01:13  n8gray
1475         * source/preferences.c (1.53): nedit.typingHidesPointer resource is
1476         no longer saved in .nedit file, just like other optional X
1477         resources.  (e.g. nedit.shell, nedit.tagFile, etc.)
1479 2002-05-06 15:52  slobasso
1481         * source/menu.c (1.57): Removed a call to HidePointerOnKeyedEvent
1482         in unloadTagsFileMenuCB that caused a crash.
1484 2002-05-03 13:36  amai
1486         * ChangeLog (tags: REL-5-3) (BETA-5-3.2): Update
1488 2002-05-02 00:01  slobasso
1490         * source/shell.c (BETA-5-3.3): Added code to allow substituted
1491         command strings to be arbitrarily long.
1493 2002-05-01 06:36  n8gray
1495         * source/: nedit.h (1.24), window.c (1.52): Committed separate
1496         line/col patch.
1497         
1498         Commit Haiku:     Line and Col on Right     Not Customizable Yet   
1499          Hope There Are No Bugs
1501 2002-04-29 17:16  slobasso
1503         * doc/.cvsignore (1.2): added .version
1505 2002-04-29 08:39  edg
1507         * util/comutil.com (BETA-5-3.1): VMS "makefile" enhancements (Jack
1508         Patteeuw).
1510 2002-04-29 00:35  amai
1512         * .cvsignore (1.1), doc/.cvsignore (1.1), source/.cvsignore (1.3),
1513         util/.cvsignore (1.1): Add/enhance .cvsignore .cvsignore files
1515 2002-04-29 00:28  amai
1517         * source/window.c (1.51): Drop an unused #include
1519 2002-04-26 16:10  slobasso
1521         * source/tags.c (1.37): Removed unused variables and double free.
1523 2002-04-26 16:06  slobasso
1525         * source/tags.c (1.36): Cleanup FindDefinition and how globals are
1526         used. Changes were actually in previous revision, but I
1527         accidentally committed without comment.
1529 2002-04-26 16:04  slobasso
1531         * source/tags.c (1.35): [no log message]
1533 2002-04-24 20:40  edg
1535         * source/: comnedit.com, lnknedit.com (BETA-5-3.[1,1]): VMS
1536         compilation and linking fixes (Jack Patteeuw).
1538 2002-04-23 19:52  edg
1540         * source/nc.c, source/preferences.c, source/window.c,
1541         source/windowTitle.c, util/fileUtils.c (BETA-5-3.[2,4,4,9,1]):
1542         Various VMS compilation & linking fixes. 5.3 now compiles and runs
1543         at least on Alpha OpenVMS V7.2-1 (confirmed by Jack Patteeuw, who
1544         also reported the problems).
1546 2002-04-22 16:37  slobasso
1548         * source/text.c (1.27): fix compiler warning.
1550 2002-04-22 15:24  amai
1552         * ChangeLog (1.24): Update
1554 2002-04-22 15:22  amai
1556         * makefiles/Makefile.macosx (BETA-5-3.2): Fix line endings from
1557         "\\" to "\".  Correct linking order in alternative set of flags
1558         using XFree86 with LessTif
1560 2002-04-19 21:40  slobasso
1562         * doc/help.etx (1.11): Added new feature to hide mouse pointer
1563         while typing.
1565 2002-04-19 16:22  slobasso
1567         * source/: help_data.h (1.10), menu.c (1.56), menu.h (1.6),
1568         preferences.c (1.52), preferences.h (1.21), text.c (1.26), text.h
1569         (1.6), textDisp.c (1.22), textDisp.h (1.9): Added new feature to
1570         hide mouse pointer while typing.
1572 2002-04-16 17:29  edg
1574         * source/nc.c, source/server.c, source/windowTitle.c, util/utils.c,
1575         util/utils.h (BETA-5-3.[1,1,8,1,1]): Renamed GetHostName() to
1576         GetNameOfHost() to avoid linking problems on VMS (the VMS linker is
1577         case-insensitive; GetHostName() conflicts with standard
1578         gethostname()).
1580 2002-04-15 10:46  edg
1582         * source/: file.c, preferences.c, preferences.h (BETA-5-3.[1,3,1]):
1583         Fix for linking problem on VMS: function
1584         GetPrefAlwaysCheckRelativeTagsSpecs had more than 31 characters.
1585         Replaced it by GetPrefAlwaysCheckRelTagsSpecs.
1587 2002-04-13 20:24  edg
1589         * source/window.c (BETA-5-3.3): Minor fix: MakeSelectionVisible()
1590         did not take into account line numbers.  (SF #543178: Line numbers
1591         hide CTRL-M matches).
1593 2002-04-12 18:12  edg
1595         * doc/help.etx, doc/nedit.doc, doc/nedit.html, source/help_data.h
1596         (BETA-5-3.[1,3,3,3]): Documentation fixes (X-resource section).
1598 2002-04-12 18:09  edg
1600         * source/help.c (BETA-5-3.7): Backed out previous change because
1601         affects default width of help windows.  Will consult developers
1602         first.
1604 2002-04-12 17:50  edg
1606         * source/help.c (BETA-5-3.6): Small fix: nedit.helpFont was ignored
1607         when determining initial size of help windows (instead, the value
1608         of the now obsolete nedit*helpText.font resource was used
1609         implicitly).
1611 2002-04-10 09:41  edg
1613         * source/highlight.c (BETA-5-3.4): Crash fix for syntax
1614         highlighting pattern sets containing only pass-2 patterns.
1616 2002-03-28 14:21  edg
1618         * util/printUtils.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Applied
1619         patch submitted with SF bug #536168: printing to KDE print
1620         framework.
1622 2002-03-26 22:32  amai
1624         * makefiles/Makefile.macosx (tags: BETA-5-3-RC1) (BETA-5-3.1): Add
1625         sample linker command using LessTif as posted on discuss@
1627 2002-03-26 13:43  edg
1629         * util/fontsel.c (tags: BETA-5-3-RC1) (BETA-5-3.1): Prevent
1630         possible crash when the Font dialog is destroyed while a modal Font
1631         Selection dialog is up.
1633 2002-03-25 10:02  edg
1635         * source/highlight.c (tags: BETA-5-3-RC1) (BETA-5-3.3): Prevent
1636         buffer overflow in DialogF when reporting a RE compilation error
1637         for a very large RE.
1639 2002-03-23 17:04  edg
1641         * source/shell.c (tags: BETA-5-3-RC1) (BETA-5-3.2): The line
1642         counting algorithm for shell command output dialog is still not
1643         fullproof (it would require emulating word wrapping). Now a
1644         scrollbar is created when there is a risk of underestimating the
1645         number of lines, to make sure that no line ever gets obscured.
1647 2002-03-22 15:54  edg
1649         * source/shell.c (BETA-5-3.1): Fix for shell command output dialog
1650         obscuring final lines under certain conditions (reported at discuss
1651         list).
1653 2002-03-21 08:41  edg
1655         * source/: window.c, tags.c (BETA-5-3.[2,2]) (utags: BETA-5-3-RC1):
1656         Got rid of strdup() call (+related comment in disabled code in
1657         tags.c).
1659 2002-03-21 00:19  amai
1661         * source/highlightData.c (tags: BETA-5-3-RC1) (BETA-5-3.4): SF
1662         Patch [ 531549 ] TCL highlight patterns updated.
1664 2002-03-21 00:15  amai
1666         * makefiles/Makefile.os2 (tags: BETA-5-3-RC1) (BETA-5-3.2): Correct
1667         linker flags for omf/debuggable build
1669 2002-03-20 18:30  edg
1671         * source/highlightData.c (BETA-5-3.3): Double bug fix in X
1672         Resources pattern: context distance violation and missing escapes
1673         and continuation highlights.
1675 2002-03-19 21:39  edg
1677         * source/help.c (tags: BETA-5-3-RC1) (BETA-5-3.5): Replaced
1678         (non-ANSI) snprintf() call by equivalent code.
1680 2002-03-19 18:29  edg
1682         * source/windowTitle.c (tags: BETA-5-3-RC1) (BETA-5-3.7): The
1683         background color copying code for the preview didn't work with all
1684         Motif versions (it even crashed). Now copied the color from the
1685         form iso. a label.  This should work also for Motif 1.2.
1687 2002-03-19 17:42  edg
1689         * Makefile (tags: BETA-5-3-RC1) (BETA-5-3.2): Include nedit.html in
1690         binary distributions.
1692 2002-03-19 17:39  edg
1694         * ChangeLog, doc/nedit.doc, doc/nedit.html, source/help_data.h,
1695         source/help_topic.h (BETA-5-3.[1,2,2,2,2]) (utags: BETA-5-3-RC1):
1696         Final update for 5.3RC1 (hopefully).
1698 2002-03-19 08:51  edg
1700         * source/windowTitle.c (BETA-5-3.6): Changed the preview field's
1701         background color to make it clear that it is read-only.
1703 2002-03-18 23:41  edg
1705         * source/highlight.c (BETA-5-3.2): Fix for SF #531577: Balance
1706         fails before text viewed.  Unparsed parens are parsed with pass-2
1707         patterns when necessary.
1709 2002-03-18 23:15  edg
1711         * source/: help.c, nedit.c (tags: BETA-5-3-RC1) (BETA-5-3.[4,2]):
1712         Committed Markus' latest enhancements (focus related).
1714 2002-03-17 11:21  yooden
1716         * source/windowTitle.c, util/prefFile.c (tags: BETA-5-3-RC1)
1717         (BETA-5-3.[5,1]): Makes the cursor in the Window Title Dialog's
1718         preview field invisible.
1720 2002-03-16 20:40  edg
1722         * source/window.c (BETA-5-3.1): Changed 2 free() calls into XFree
1723         calls().
1725 2002-03-15 14:36  amai
1727         * source/: Makefile.dependencies (tags: BETA-5-3-RC1) (BETA-5-3.1),
1728         Makefile.dependencies (1.16): Update
1730 2002-03-15 08:51  edg
1732         * source/: help.c, help.h (tags: BETA-5-3-RC1), nedit.c
1733         (BETA-5-3.[3,1,1]): Applied patch 526967: single window help with
1734         history (with a minor modification in the mnemonics: P for Previous
1735         iso. Print).
1737 2002-03-14 17:41  amai
1739         * source/textDisp.c (1.21), source/textDrag.c (1.7),
1740         source/textSel.c (1.9), source/undo.c (1.10), source/userCmds.c
1741         (1.25), source/window.c (1.50), source/windowTitle.c (1.6),
1742         util/DialogF.c (1.22), util/clearcase.c (1.3), util/fileUtils.c
1743         (1.23), util/fontsel.c (1.16), util/getfiles.c (1.20),
1744         util/managedList.c (1.9), util/misc.c (1.38), util/prefFile.c
1745         (1.14), util/printUtils.c (1.17), util/utils.c (1.12): Attempt to
1746         complete last commit (add trailing optional #include)
1748 2002-03-14 17:18  amai
1750         * source/: rbTree.c (1.6), regexConvert.c (1.7), regularExp.c
1751         (1.14), search.c (1.45), selection.c (1.20), server.c (1.15),
1752         shell.c (1.20), shift.c (1.12), smartIndent.c (1.15), tags.c
1753         (1.34), text.c (1.25), textBuf.c (1.20): Add an optional #include
1754         at the end of all #includes in each .c source file. Document that
1755         stuff in Makefile.generic
1757 2002-03-14 17:15  amai
1759         * makefiles/Makefile.generic (1.8), source/file.c (1.44),
1760         source/help.c (1.78), source/highlight.c (1.27),
1761         source/highlightData.c (1.29), source/interpret.c (1.24),
1762         source/linkdate.c (1.3), source/macro.c (1.40), source/menu.c
1763         (1.55), source/nc.c (1.23), source/nedit.c (1.31),
1764         source/preferences.c (1.51): Add an optional #include at the end of
1765         all #includes in each .c source file. Document that stuff in
1766         Makefile.generic
1768 2002-03-14 15:33  edg
1770         * source/windowTitle.c (BETA-5-3.4): Removed some toggle button
1771         margin height overrides that caused the mnemonic underscores to
1772         disappear with certain Motif versions.
1774 2002-03-14 01:25  amai
1776         * source/file.c (1.43), source/help.c (1.77), source/highlight.c
1777         (1.26), source/highlightData.c (1.28), source/interpret.c (1.23),
1778         source/linkdate.c (1.2), source/macro.c (1.39), source/menu.c
1779         (1.54), source/nc.c (1.22), source/preferences.c (1.50),
1780         source/rbTree.c (1.5), source/regexConvert.c (1.6),
1781         source/regularExp.c (1.13), source/search.c (1.44),
1782         source/selection.c (1.19), source/server.c (1.14), source/shell.c
1783         (1.19), source/shift.c (1.11), source/smartIndent.c (1.14),
1784         source/tags.c (1.33), source/text.c (1.24), source/textBuf.c
1785         (1.19), source/textDisp.c (1.20), source/textDrag.c (1.6),
1786         source/textSel.c (1.8), source/undo.c (1.9), source/userCmds.c
1787         (1.24), source/window.c (1.49), source/windowTitle.c (1.5),
1788         util/DialogF.c (1.21), util/clearcase.c (1.2), util/fileUtils.c
1789         (1.22), util/fontsel.c (1.15), util/getfiles.c (1.19),
1790         util/managedList.c (1.8), util/misc.c (1.37), util/prefFile.c
1791         (1.13), util/printUtils.c (1.16), util/utils.c (1.11): Optionally
1792         #include "../config.h" anywhere at first place in all(?) .c files
1794 2002-03-13 17:15  edg
1796         * source/help.c (BETA-5-3.2): Leak fix: style buffers were leaked
1797         when help windows were closed or dismissed.
1799 2002-03-13 13:19  edg
1801         * source/highlightData.c (BETA-5-3.2): Minor fix in Tcl patterns:
1802         newlines are allowed in double quoted strings.
1804 2002-03-13 12:05  edg
1806         * source/preferences.c, util/DialogF.c, util/misc.c
1807         (BETA-5-3.[2,1,1]) (utags: BETA-5-3-RC1): Various minor leak fixes.
1809 2002-03-13 12:04  edg
1811         * source/windowTitle.c (BETA-5-3.3): Made the preview field use a
1812         variable width font to avoid obscuring it too easily.
1814 2002-03-12 20:22  edg
1816         * source/preferences.c (BETA-5-3.1): Small leak fix in language
1817         mode detection.
1819 2002-03-12 20:20  edg
1821         * source/: highlight.c, highlightData.c, highlightData.h (tags:
1822         BETA-5-3-RC1) (BETA-5-3.[1,1,1]): Revised syntax-based paren
1823         matching algorithm: relaxes constraints on highlight patterns.
1824         Valid matches should no longer be missed.
1826 2002-03-12 16:59  edg
1828         * source/help.c (BETA-5-3.1): Leak fix: text was leaked when
1829         printed.
1831 2002-03-12 16:22  edg
1833         * source/windowTitle.c (BETA-5-3.2): Removed an XmStringFree() call
1834         that was left behind (and caused a crash).
1836 2002-03-12 16:16  amai
1838         * makefiles/Makefile.os2 (BETA-5-3.1): Reduce stack size of
1839         binaries.
1841 2002-03-12 14:52  edg
1843         * Makefile, README (tags: BETA-5-3-RC1), ReleaseNotes (tags:
1844         BETA-5-3-RC1), doc/nedit.doc, doc/nedit.html, source/help_data.h,
1845         source/help_topic.h (BETA-5-3.[1,2,2,1,1,1,1]): Set version to
1846         5.3RC1.
1848 2002-03-12 09:04  edg
1850         * ReleaseNotes, source/tags.c (BETA-5-3.[1,1]): Applied patch
1851         #520941: FindDefinition function incorrectly reads the X selection
1852         even when an argument has been provided for the find_definition()
1853         action routine.
1855 2002-03-12 00:46  amai
1857         * README (BETA-5-3.1): Small updates on LessTif info
1859 2002-03-11 23:09  tringali
1861         * source/windowTitle.c (BETA-5-3.1): Fix UI so dialog doesn't jump
1862         around.  Also prevent overflow bug in text field.
1864 2002-03-11 22:41  amai
1866         * source/windowTitle.c (1.4): Fix compiler warning
1868 2002-03-11 22:40  amai
1870         * README (1.28): Small updates on LessTif info
1872 2002-03-11 22:18  edg
1874         * doc/nedit.doc (1.12), doc/nedit.html (1.6), source/help_data.h
1875         (1.9), source/help_topic.h (1.6), README (1.27), ReleaseNotes
1876         (1.15): Last update before 5.3 branch.
1878 2002-03-11 22:05  edg
1880         * doc/help.etx (1.10, BETA-5-3-RC1), source/highlight.c (1.25),
1881         source/highlight.h (1.5, BETA-5-3-RC1), source/menu.c (1.53,
1882         BETA-5-3-RC1), source/nedit.h (1.23, BETA-5-3-RC1),
1883         source/preferences.c (1.49), source/preferences.h (1.20,
1884         BETA-5-3-RC1), source/search.c (1.43, BETA-5-3-RC1),
1885         source/window.c (1.48): Applied SF patch #513976: Syntax-based
1886         parenthesis matching.
1888 2002-03-11 18:17  edg
1890         * ChangeLog (1.23), README (1.26), ReleaseNotes (1.14): Update for
1891         5.3.
1893 2002-03-08 10:40  edg
1895         * source/window.c (1.47): Fix for #527319: segfault in
1896         virtKeyBindingsAreInvalid().
1898 2002-03-08 08:43  edg
1900         * source/tags.c (1.32): Fix for #527222: malloc bugs in tags.c
1901         (Nathan Gray).
1903 2002-03-07 20:49  edg
1905         * doc/nedit.doc (1.11), doc/nedit.html (1.5), source/help_data.h
1906         (1.8), source/help_topic.h (1.5): Regenerated.
1908 2002-03-07 20:36  edg
1910         * doc/help.etx (1.9), source/windowTitle.c (1.3): Applied patch
1911         #519092: Customizable window title UI redesign
1913 2002-03-07 17:40  edg
1915         * source/menu.c (1.52): Removed some (unnecessary) statements that
1916         could cause the X server to freeze when the background menu was
1917         popped up while any of the lock keys were on.
1919 2002-03-07 16:42  tringali
1921         * makefiles/Makefile.linux (1.8, BETA-5-3-RC1): Add -lXp.
1923 2002-03-06 22:04  edg
1925         * doc/help.etx (1.8), source/nedit.h (1.22), source/preferences.c
1926         (1.48), source/preferences.h (1.19), source/window.c (1.46): Added
1927         patch #525903: Workaround for invalid virtual key bindings attached
1928         to the root window: invalid bindings are detected and ignored
1929         (behavior can be controlled with a new X-resource).
1931 2002-03-06 14:42  tringali
1933         * makefiles/Makefile.linux (1.7): Force Motif to be pulled in
1934         statically by default.  Linux users tend to upgrade frequently or
1935         move binaries across systems, causing library version skew.
1937 2002-03-04 20:10  amai
1939         * source/tags.c (1.31): Remove unused statements/code lines as
1940         pointed out on develop@
1942 2002-03-02 17:02  yooden
1944         * doc/help.etx (1.7), source/file.c (1.42, BETA-5-3-RC1),
1945         source/menu.c (1.51), source/nedit.h (1.21), source/preferences.c
1946         (1.47), source/preferences.h (1.18): Makes the line feed NEdit
1947         appends on save optional. (SF Bug #495009)
1949 2002-03-01 22:44  slobasso
1951         * source/interpret.c (1.22, BETA-5-3-RC1): properly round pow()
1952         results
1954 2002-03-01 17:13  amai
1956         * ChangeLog (1.22), README (1.25): Update timestamp and ChangeLog
1958 2002-03-01 17:12  amai
1960         * util/fileUtils.c (1.21, BETA-5-3-RC1): Add a UNICOS-specific call
1961         to readlink()
1963 2002-03-01 17:04  amai
1965         * util/fontsel.c (1.14): Replace rint(x) by floor(x+0.5)
1967 2002-03-01 16:04  amai
1969         * makefiles/Makefile.unicos (1.5, BETA-5-3-RC1): Patch from Paolo
1970         Palazzi to compile on UNICOS 10.0.1.0
1972 2002-02-27 14:44  edg
1974         * source/window.c (1.45): Setfont: fixed a bug with the window
1975         getting the wrong width when changing the font size under fvwm (or
1976         any other ICCCM2 compliant window manager). Fix provided by Dominik
1977         Vogt of fvwm.
1979 2002-02-27 11:26  edg
1981         * source/text.c (1.23, BETA-5-3-RC1): Replaced the "None" modifiers
1982         by "~Alt ~Shift ~Ctrl ~Meta", because "None" also excludes lock
1983         keys and prevents PageUp/PageDown from responding when, for
1984         instance, the NumLock key is on (so I didn't mix up my binaries
1985         after all :-).
1987 2002-02-25 17:28  edg
1989         * source/text.c (1.22): Reverted the last change. I've probably
1990         mixed up my NEdit binaries.
1992 2002-02-25 14:29  edg
1994         * source/text.c (1.21): Removed the recently introduced None
1995         modifiers in default key bindings.  They don't seem to be
1996         recognized by all Motif versions, causing the PageUp/PageDown keys
1997         to stop working.
1999 2002-02-25 10:32  edg
2001         * source/textDisp.c (1.19, BETA-5-3-RC1): Fix for SF #522263:
2002         segfault fix (Nathaniel Gray).
2004 2002-02-24 21:16  edg
2006         * source/: textBuf.c (1.18), textBuf.h (1.8) (utags: BETA-5-3-RC1):
2007         Fix for #522038: Internal error when splitting window.  Allowed
2008         more than one pre-delete callback per window (I originally thought
2009         that only one was necessary).
2011 2002-02-23 20:01  edg
2013         * source/window.c (1.44): Avoid temporarily invalid WM size hints.
2014         They seem to amplify the effects of a bug in fvwm2 (SF #496526:
2015         Very wide nedit window with fvwm).
2017 2002-02-21 18:53  tringali
2019         * source/text.c (1.20): Fix broken PageUp and PageDown keys on
2020         systems that bind osfPageLeft to Ctrl-PageUp.
2022 2002-02-20 13:03  amai
2024         * source/help.c (1.76): Make getBuildInfo() to return a static
2025         string.
2027 2002-02-16 14:39  edg
2029         * source/help_data.h (1.7): Regenerated with fixed setext (fixes
2030         some style problems).
2032 2002-02-16 14:37  edg
2034         * doc/setext (1.7, BETA-5-3-RC1): Style transition fixes by Steven
2035         Haehn.
2037 2002-02-15 09:41  edg
2039         * doc/nedit.html (1.4), source/help_data.h (1.6),
2040         source/help_topic.h (1.4): Regenerated with fixed setext.
2042 2002-02-15 09:37  edg
2044         * doc/setext (1.6): Applied bug fixes in help and html generation
2045         (provided by Steven Haehn).
2047 2002-02-14 21:08  edg
2049         * source/preferences.c (1.46): Bumped .nedit file version to 5.3.
2051 2002-02-14 21:04  edg
2053         * README (1.24): Synchronized author list with help.etx.
2055 2002-02-14 20:24  amai
2057         * README (1.23), ReleaseNotes (1.13): Re-arrange some text
2059 2002-02-14 14:28  tringali
2061         * source/preferences.c (1.45): Oops, helvetica fonts aren't italic,
2062         they're oblique.
2064 2002-02-13 23:10  edg
2066         * README (1.22), ReleaseNotes (1.12): Preparation of 5.3 release.
2068 2002-02-13 23:07  edg
2070         * source/nc.c (1.21, BETA-5-3-RC1): Preparation of 5.3 release.
2072 2002-02-13 20:47  tringali
2074         * source/preferences.c (1.44): Change help fonts to be like the
2075         defaults we have in nedit.c to reduce the likelihood of them being
2076         missing or defective.
2078 2002-02-13 20:00  tringali
2080         * util/misc.c (1.36): Fix for [ #478234 ] nedit crash with Xwindows
2081         on 2nd screen
2083 2002-02-13 18:03  edg
2085         * ChangeLog (1.21): Update.
2087 2002-02-13 14:14  edg
2089         * source/textDisp.c (1.18): Fix for SF bug #516920: line numbering
2090         in continuous wrap mode.
2092 2002-02-13 12:30  edg
2094         * doc/nedit.doc (1.10), doc/nedit.html (1.3), source/help_data.h
2095         (1.5), source/help_topic.h (1.3): Regenerated documentation.
2097 2002-02-13 12:27  edg
2099         * doc/setext-info.txt (1.1, BETA-5-3-RC1): Added setext format
2100         documentation provided by Steven Haehn.
2102 2002-02-13 12:12  edg
2104         * doc/help.etx (1.6): Minor fixes.
2106 2002-02-11 21:23  arnef
2108         * source/windowTitle.c (1.2): Fixed reason for crash when window is
2109         destroyed.  Removing leading dashes and spaces Checking for array
2110         out of bounds when creating title.
2112 2002-02-11 10:45  edg
2114         * source/highlightData.c (1.27): Upgraded X Resources highlight
2115         patterns to improve highlighting performance.  SF bug #481290;
2116         patterns provided by Markus Schwarzenberg.
2118 2002-02-08 23:26  tringali
2120         * source/nedit.c (1.30): Yet another attempted fix for 434383:
2121         menus showing up as blocks.
2123 2002-02-07 10:23  edg
2125         * doc/help.etx (1.5): Updates for SF bug #489601: misprint in
2126         help.c.
2128 2002-02-07 10:00  edg
2130         * doc/help.etx (1.4): Fix for SF bug #432203: Error in regex help
2131         for \l and \L.
2133 2002-02-07 09:28  edg
2135         * doc/setext (1.5): Comment on #! interpreter line is not allowed
2136         for every shell.
2138 2002-02-05 22:01  edg
2140         * source/highlight.c (1.24): Fix for SF bug #512961: NEdit LOCKS
2141         UP, and also for a similar bug reported at the discuss mailing list
2142         (Philippe Poilbarbe: Infinite Loop).  Yet another char/unsigned
2143         char mixup problem.
2145 2002-02-05 20:55  edg
2147         * source/regularExp.c (1.12, BETA-5-3-RC1): Fixed a char/unsigned
2148         char comparison problem that caused crashes when patterns contained
2149         characters with ASCII code >= 128.
2151 2002-02-05 18:16  edg
2153         * source/: textBuf.c (1.17), textDisp.c (1.17), textDisp.h (1.8,
2154         BETA-5-3-RC1), window.c (1.43): Bug fix for SF bug #510631: 5.2
2155         segmentation fault on Linux/i386.  Modifying tab distance in
2156         continous wrap mode brought the text display widget in an illegal
2157         state.
2159 2002-02-05 13:15  edg
2161         * source/highlight.c (1.23): Bugfix in color allocation (Thomas
2162         Schuetzkowski).
2164 2002-02-03 16:41  edg
2166         * source/: textBuf.c (1.16), textBuf.h (1.7), textDisp.c (1.16),
2167         textDisp.h (1.7): Patches for SF bug #485415: Continuous wrap
2168         updating bugs.  Continuous wrap mode combined with variable font
2169         sizes resulted in wrong text display calculations.
2171 2002-02-01 15:03  edg
2173         * source/textDisp.c (1.15): Patch for SF bug #510765: Help>Version
2174         scrollbar can get corrupted.  The text display widget used wrong
2175         style information for wrapping calculations when using variable
2176         width fonts.
2178 2002-01-28 10:43  amai
2180         * ChangeLog (1.20), source/help.c (1.75), source/nedit.c (1.29),
2181         source/server.c (1.13, BETA-5-3-RC1), source/tags.c (1.30),
2182         source/textDisp.c (1.14), source/textDrag.c (1.5, BETA-5-3-RC1),
2183         source/undo.c (1.8, BETA-5-3-RC1): Add some explicit #include
2184         <string.h>
2186 2002-01-23 16:54  tringali
2188         * source/help.c (1.74): Change parenthesis style to match the rest
2189         of nedit source code.
2191 2002-01-23 16:53  tringali
2193         * source/textSel.c (1.7, BETA-5-3-RC1): Accept COMPOUND_TEXT
2194         selection requests for compatability with recent versions of
2195         gnome-terminal.
2197 2002-01-17 01:34  amai
2199         * makefiles/Makefile.os2 (1.11): Some small fixes/enhancements
2201 2002-01-15 17:05  tringali
2203         * source/: menu.c (1.50), window.c (1.42): Lower case, Upper case,
2204         and Find Def do not require an NEdit selection.  LC/UC can operate
2205         on the cursor, and Find Def can use an external selection.
2207 2002-01-13 16:01  yooden
2209         * source/: menu.c (1.49), window.c (1.41): Removed four
2210         XtSetSensitive calls that prevent use of 'Open Selected' and 'Find
2211         Selection' on selections that are not NEdit's.
2213 2002-01-12 00:59  amai
2215         * makefiles/Makefile.os2 (1.10), source/nc.c (1.20): Makefile.os2:
2216         update/correct some linker options nc.c: I think I previously
2217         messed up the commandline for EMX&VMS case.  Perhaps not a good
2218         idea to mess around in code which I can't test...
2220 2002-01-11 18:21  amai
2222         * source/nc.c (1.19): Fix for server startup command line on OS/2:
2223         missing flag for START command and fix memory leak.
2225 2002-01-11 13:10  amai
2227         * doc/setext (1.4), source/help_data.h (1.4): Patch from Steven
2228         Haehn to add some static/const to setext output
2230 2002-01-10 12:49  amai
2232         * source/help.c (1.73): Make some funcs/vars static
2234 2002-01-08 16:06  amai
2236         * README (1.21): New timestamp ...  (a test whether the commit
2237         messages get a different subject now)
2239 2002-01-08 14:33  amai
2241         * ChangeLog (1.19), source/menu.c (1.48), source/nedit.h (1.20),
2242         source/window.c (1.40): Make more menu Items sensitive WRT an
2243         existing selection: Cut, Upper, Lower
2245 2002-01-07 10:15  amai
2247         * source/tags.c (1.29): Jump to tags only referenced by line
2248         number.  Fix by M. Schwarzenberg.
2250 2002-01-05 16:52  amai
2252         * source/search.c (1.42): Only set *again menu Items on the first
2253         search ever (not on each)
2255 2002-01-05 16:45  amai
2257         * source/: Makefile.dependencies (1.15), menu.c (1.47), nedit.h
2258         (1.19), search.c (1.41), search.h (1.15, BETA-5-3-RC1), window.c
2259         (1.39): Toggle Menu Item sensitivity, including those from SF Bug [
2260         #486072 ] Selection commands sensitivity incorrect
2262 2002-01-05 02:19  edel
2264         * source/: help_data.h (1.3), help_topic.h (1.2): Regenerated
2265         help_topic.h and help_data.h for change in help.ext
2267 2002-01-05 02:09  edel
2269         * makefiles/Makefile.solaris (1.7, BETA-5-3-RC1): Reverting to 1.5
2270         (I accidentally committed my private mods, sorry).
2272 2002-01-05 01:48  edel
2274         * doc/help.etx (1.3), doc/setext (1.3), makefiles/Makefile.solaris
2275         (1.6), source/help.c (1.72), source/preferences.c (1.43),
2276         source/preferences.h (1.17): Help updates from Steve.  Remove
2277         unused title font resources, add back some missing help text.
2279 2002-01-04 16:39  amai
2281         * ChangeLog (1.18), source/textDisp.c (1.13): Fix ("wrong")
2282         compiler (gcc) warning about two uninitialized variables
2284 2001-12-31 14:34  amai
2286         * source/nc.c (1.18): Fix a problem with calling nedit from nc on
2287         OS/2 which I introduced recently.  Enlarge Preferences.serverCmd
2288         array.
2290 2001-12-24 11:50  amai
2292         * source/macro.c (1.38, BETA-5-3-RC1): Fix by Gilles J. Seguin for
2293         SF Bug [ #480966 ] Composed characters in learned sequence
2295 2001-12-24 09:46  amai
2297         * source/file.c (1.41), source/highlight.c (1.22), source/menu.c
2298         (1.46), util/getfiles.c (1.18, BETA-5-3-RC1): Fix for SF Bug [
2299         #480960 ] No titles in some dialog boxes as sent to develop@ from
2300         T. Haude
2302 2001-12-24 09:26  amai
2304         * ChangeLog (1.17), source/parse_noyacc.c (1.2, BETA-5-3-RC1),
2305         source/window.c (1.38): Update ChangeLog, parse_noyacc.c. Typo in
2306         window.c
2308 2001-12-24 09:18  amai
2310         * source/: interpret.c (1.21), interpret.h (1.7, BETA-5-3-RC1),
2311         parse.y (1.18, BETA-5-3-RC1): Apply SF Patch [ #496413 ]
2312         preliminary patch for #495293 from A. Hood which in turn fixes SF
2313         Bug [ #495293 ] continue outside of loop causes segfault
2315 2001-12-20 15:38  amai
2317         * source/: comnedit.com (1.7, BETA-5-3-RC1), parse.c_noyacc (1.8),
2318         parse_noyacc.c (1.1): Rename our fallback version of the parse.c
2319         code to have a reasonable file extension. Update VMS command file
2320         accordingly
2322 2001-12-19 17:08  tringali
2324         * source/help.c (1.71): Fix incorrect array size that crashes on
2325         platforms where sizeof(char*) != sizeof(int)
2327 2001-12-19 14:51  tringali
2329         * source/: window.c (1.37), nedit.c (1.28): Back out frame around
2330         text patch; doesn't work well with LessTif
2332 2001-12-18 18:53  tringali
2334         * source/: nedit.c (1.27), window.c (1.36): Put frame around text
2335         widget, for consistent look with XmScrolledText Patch courtesy of
2336         C. Rasmussen (If you don't like it, disable it with
2337         *pane*XmFrame.shadowThickness: 0)
2339 2001-12-17 16:28  amai
2341         * source/selection.c (1.18, BETA-5-3-RC1): Fix compilation problem
2343 2001-12-16 04:31  ajhood
2345         * source/selection.c (1.17):  Modified Files:
2346                 selection.c
2347         replacing sprintf lost the path name when opening files
2349 2001-12-14 14:35  edel
2351         * source/help_topic.h (1.1): Separated auto-generated part of
2352         help.h into different file, help_topic.h.
2354 2001-12-14 05:14  edel
2356         * doc/: Makefile (1.2, BETA-5-3-RC1), help.etx (1.2), nedit.doc
2357         (1.9), nedit.html (1.2), setext (1.2): Rearranged styles to put
2358         fixed fonts first, for sizing help text widget.
2360 2001-12-14 05:12  edel
2362         * source/: Makefile.dependencies (1.14), help.c (1.70), help.h
2363         (1.8), help_data.h (1.2): Rearanged help fonts so window is sized
2364         to match fixed-width formatting.  Fixed underlined fonts not
2365         working.
2367 2001-12-13 15:44  amai
2369         * source/tags.c (1.28): Drop // comments from last check-in
2371 2001-12-13 13:31  amai
2373         * ChangeLog (1.16), source/help.h (1.7): Add prototype to help.h to
2374         fix build warning
2376 2001-12-13 13:27  amai
2378         * source/tags.c (1.27), source/tags.h (1.10, BETA-5-3-RC1),
2379         util/fileUtils.c (1.20), util/utils.c (1.10, BETA-5-3-RC1),
2380         util/utils.h (1.5, BETA-5-3-RC1): Apply SF Patch [ #491109 ]
2381         recognize etags TAGS files added from M. Schwarzenberg
2383 2001-12-13 13:14  amai
2385         * source/interpret.c (1.20), source/macro.c (1.37), source/menu.c
2386         (1.45), source/parse.y (1.17), source/preferences.c (1.42),
2387         source/search.c (1.40), source/selection.c (1.16), source/tags.c
2388         (1.26), source/userCmds.c (1.23, BETA-5-3-RC1), util/printUtils.c
2389         (1.15): Fix for SF Bug [ #491943 ] missing (unsigned char) casts
2390         from M. Schwarzenberg
2392 2001-12-12 17:07  edel
2394         * source/help.c (1.69): Fixed hyperlink after search crash, search
2395         memory leak, cleaned up code, added more comments.
2397 2001-12-10 05:11  edel
2399         * source/help_data.h (1.1): Help data generated from
2400         ../doc/help.etx
2402 2001-12-10 05:07  edel
2404         * doc/nedit.html (1.1): Copy of html documentation generated by new
2405         help system
2407 2001-12-10 05:03  edel
2409         * doc/: Makefile (1.1), help.etx (1.1), nedit.doc (1.8), setext
2410         (1.1): New help system!
2412 2001-12-10 04:57  edel
2414         * source/: Makefile.dependencies (1.13), help.c (1.68), help.h
2415         (1.6), highlight.c (1.21), highlight.h (1.4), menu.c (1.44),
2416         preferences.c (1.41), preferences.h (1.16), textDisp.c (1.12): New
2417         help system!
2419 2001-12-07 10:50  amai
2421         * source/file.c (1.40): Close file handle upon various error
2422         conditions to leave the routine w/o success. Also reject block
2423         devices in addition to directories.
2425 2001-12-05 10:16  amai
2427         * source/: nc.c (1.17), nedit.c (1.26): nc: don't use XtWarning
2428         when report invalid commanline argument.  nedit: react properly if
2429         file name on commandline is too long. Now starts up GUI.
2431 2001-12-04 18:03  amai
2433         * ChangeLog (1.15), source/server.c (1.12), util/getfiles.c (1.17):
2434         More checks for ParseFilename()'s return value
2436 2001-12-04 17:50  amai
2438         * source/file.c (1.39), source/menu.c (1.43), source/nc.c (1.16),
2439         source/nedit.c (1.25), source/selection.c (1.15), source/tags.c
2440         (1.25), util/DialogF.c (1.20), util/fileUtils.c (1.19):
2441         ParseFilename() often gets called w/o the caller to ensure that the
2442         arguments are proper.  Let it do some checks and have an useful
2443         return value.
2445 2001-12-04 11:14  amai
2447         * makefiles/Makefile.macosx (1.1): Add Makefile for MacOS X, as
2448         found on our website
2450 2001-12-03 22:21  amai
2452         * source/: help.c (1.67), nedit.c (1.24): Update source timestamp
2453         and add -V to commandline help
2455 2001-12-03 22:18  amai
2457         * source/nc.c (1.15): Resolve a mess of #ifdefs in handling
2458         commandline args.  Implement -V|-version for nc
2460 2001-12-03 16:46  tringali
2462         * source/: Makefile.common (1.10, BETA-5-3-RC1), help.c (1.66),
2463         linkdate.c (1.1, BETA-5-3-RC1): Make build date more accurate by
2464         updating on actual link, not when help.c was last compiled.
2466 2001-12-02 17:58  edg
2468         * source/: textBuf.c (1.15), textSel.c (1.6): Applied SF patch
2469         #487945: Fix for rectangular overstrike paste.
2471 2001-11-30 15:41  tringali
2473         * source/: nedit.c (1.23), window.c (1.35): [487153] Let user
2474         override font of statistics line
2476 2001-11-27 22:53  edg
2478         * source/search.c (1.39): Enhancement to the (multi-file)
2479         replacement dialog: all files are first checked for changes to set
2480         correct sensitivity for the multi-file button and to generate an
2481         up-to-date list of writable files in the multi-file dialog.
2483 2001-11-27 10:47  amai
2485         * source/: help.c (1.65), menu.c (1.42), shell.c (1.18): Patch from
2486         A. Riese SF Patch [ #434451 ] line numbers in shell commands
2488 2001-11-27 09:09  amai
2490         * source/file.c (1.38), source/menu.c (1.41), util/prefFile.c
2491         (1.12), util/utils.c (1.9), util/utils.h (1.4): Introduce
2492         PrependHome() to create all paths of type $HOME/file without
2493         overflow.  Fixes some leaks, other remain ...
2495 2001-11-26 21:40  amai
2497         * util/: fileUtils.c (1.18), utils.c (1.8): Quit if a "safe"
2498         getpw*() call fails. GetUserName() returns a safe, cached result
2500 2001-11-26 17:17  amai
2502         * ChangeLog (1.14), README (1.20), source/help.c (1.64),
2503         source/nc.c (1.14), source/nedit.c (1.22): Apply Patch from M.
2504         Schwarzenberg: SF Patch [ #485610 ] -- open filenames starting with
2505         a dash
2507 2001-11-26 14:54  amai
2509         * util/fileUtils.c (1.17): Try to fix a potential memory
2510         (security?!?) leak in ExpandTile()
2512 2001-11-26 14:17  amai
2514         * util/utils.c (1.7): Cache return value of GetHomeDir() and return
2515         a private reference.  Earlier we did return a string that could be
2516         invalided before it was used!?
2518 2001-11-25 23:03  edg
2520         * source/file.c (1.37): Crash fix: avoid closing windows twice when
2521         user destroys the window of a file that could not be opened instead
2522         of closing the error dialog.
2524 2001-11-25 22:05  edg
2526         * source/textBuf.c (1.14): Small fix: tighter buffer boundary check
2527         when accessing characters.
2529 2001-11-24 11:57  amai
2531         * source/file.c (1.36): Patch from Thorsten Haude for SF Bug [
2532         #484870 ] Double Mnemonic
2534 2001-11-24 11:41  amai
2536         * makefiles/Makefile.qnx (1.1, BETA-5-3-RC1): Add Makefile for QNX
2537         as posted on develop@ mailinglist
2539 2001-11-22 21:01  amai
2541         * source/interpret.c (1.19), source/preferences.c (1.40),
2542         source/textBuf.c (1.13), source/textBuf.h (1.6), util/printUtils.c
2543         (1.14), util/printUtils.h (1.5, BETA-5-3-RC1): Another small const
2544         patch
2546 2001-11-21 16:36  amai
2548         * util/misc.c (1.35): Patch SF [#483505 ] Fix warning on DEC Not
2549         literally, I extended the comment a bit.
2551 2001-11-20 15:53  amai
2553         * README (1.19): Sorry, another "dummy" commit, to check for the
2554         commit messages :-)
2556 2001-11-20 15:36  amai
2558         * ReleaseNotes (1.11): Switch to "5.2+" ...
2560 2001-11-20 15:31  amai
2562         * README (1.18): Start list of 5.2+ features/changes
2564 2001-11-20 13:25  amai
2566         * source/selection.c (1.14), util/system.h (1.9, BETA-5-3-RC1): Add
2567         Intel's icc/ecc to our list of known compilers (and fix a compiler
2568         warning)
2570 2001-11-18 19:53  amai
2572         * ChangeLog (1.13): Update
2574 2001-11-18 19:02  arnef
2576         * source/Makefile.common (1.9), source/Makefile.dependencies
2577         (1.12), source/help.c (1.63), source/help.h (1.5), source/menu.c
2578         (1.40), source/nc.c (1.13), source/preferences.c (1.39),
2579         source/preferences.h (1.15), source/server.c (1.11),
2580         source/window.c (1.34), source/window.h (1.8, BETA-5-3-RC1),
2581         source/windowTitle.c (1.1), source/windowTitle.h (1.1,
2582         BETA-5-3-RC1), util/Makefile.common (1.6, BETA-5-3-RC1),
2583         util/Makefile.dependencies (1.5, BETA-5-3-RC1), util/clearcase.c
2584         (1.1, BETA-5-3-RC1), util/clearcase.h (1.1, BETA-5-3-RC1),
2585         util/fileUtils.c (1.16), util/fileUtils.h (1.7, BETA-5-3-RC1),
2586         util/utils.c (1.6), util/utils.h (1.3): Added Customise Window
2587         Title patch Ref.
2588         http://sourceforge.net/tracker/?func=detail&atid=311005&aid=477875&
2589         group_id=11005
2591 2001-11-16 16:06  tringali
2593         * util/misc.c (1.34): 482504: Bad CapsLock grab on certain keyboard
2594         configurations
2596 2001-11-16 12:47  amai
2598         * source/userCmds.c (1.22): "const patch"
2600 2001-11-16 11:13  amai
2602         * source/: selection.c (1.13), shift.c (1.10, BETA-5-3-RC1): Add
2603         two missing #includes
2605 2001-11-16 11:02  amai
2607         * source/: help.c (1.62), shell.c (1.17), userCmds.c (1.21): Apply
2608         patch SF [ #434451 ] line numbers in shell commands from Axel
2609         Riese.
2611 2001-11-16 10:06  amai
2613         * source/: help.c (1.61), menu.c (1.39), selection.c (1.12),
2614         selection.h (1.4, BETA-5-3-RC1), text.c (1.19), text.h (1.5,
2615         BETA-5-3-RC1), textDisp.c (1.11), textDisp.h (1.6): Apply patch for
2616          SF [ #403435 ] Go to column in "Goto Line Number" dialog (added
2617         some 'consts', missing #include, etc.)
2619 2001-11-16 09:39  amai
2621         * source/: tags.c (1.24), tags.h (1.9), textBuf.c (1.12), textBuf.h
2622         (1.5), userCmds.c (1.20): Another "const patch"
2624 2001-11-15 14:28  amai
2626         * makefiles/Makefile.openbsd (1.1, BETA-5-3-RC1): In principle the
2627         same as Makefile.netbsd, but I arbitrarily chose a Motif 2.1 setup
2628         and added -lXp already
2630 2001-11-13 21:07  amai
2632         * makefiles/Makefile.os2 (1.9): For now we don't have/use
2633         readlink(2) on OS/2
2635 2001-11-13 11:10  amai
2637         * source/: search.c (1.38), search.h (1.14): Add some more 'const's
2638         to public search routines
2640 2001-11-12 14:04  amai
2642         * util/: DialogF.c (1.19), DialogF.h (1.5, BETA-5-3-RC1), misc.c
2643         (1.33), misc.h (1.11, BETA-5-3-RC1): Another small 'const patch'
2645 2001-11-12 13:46  amai
2647         * makefiles/Makefile.generic (1.7, BETA-5-3-RC1), source/tags.c
2648         (1.23), util/fileUtils.c (1.15), util/fileUtils.h (1.6): Revised
2649         version of Patch from Markus Schwarzenberg: SF [ #479589 ] path for
2650         tags files should be resolved I added a catch for systems without
2651         links/readlink(2)
2653 2001-11-10 00:00  slobasso
2655         * source/help.c (1.60): fixed bad eol in string
2657 2001-11-09 23:58  slobasso
2659         * source/highlightData.c (1.26): added in to NEdit macro language
2660         keywords
2662 2001-11-08 16:05  amai
2664         * makefiles/Makefile.generic (1.6), makefiles/Makefile.os2 (1.8),
2665         source/file.c (1.35): Drop WRITES_DOS_TEXT catch finally!
2667 2001-11-08 13:49  amai
2669         * ChangeLog (1.12): Update
2671 2001-11-08 13:47  amai
2673         * README (1.17), source/help.c (1.59): Add timestamp again to
2674         version info. The build date is not necessarily an indicator for
2675         the date of the underlying sources ...
2677 2001-11-08 12:55  edg
2679         * source/search.c (1.37): Fixed a bug for replacements in
2680         rectangular selections: false matches could hide valid ones.
2682 2001-11-07 22:54  edg
2684         * source/preferences.c (1.38): Added a patch for the last remaining
2685         issue of SF bug #230912 (Postscript language mode definition on
2686         VMS), and added a post-5.2 preferences upgrading routine, to be
2687         extended when other preferences are upgraded.
2689 2001-11-05 15:17  tringali
2691         * source/highlightData.c (1.25): Update C/C++ preprocessor patterns
2692         with specific keywords (#include, #define, etc.)
2694 2001-11-02 12:17  edg
2696         * source/file.c (1.34): Changed misleading "Create" button label in
2697         dialogs to "New File" (Thorsten Haude, SF bug #449765).
2699 2001-11-02 12:13  edg
2701         * README (1.16), doc/nedit.doc (1.7), source/help.c (1.58): Minor
2702         documentation updates (Thorsten Haude).
2704 2001-11-01 20:22  edg
2706         * util/fontsel.c (1.13): Removed a debug print statement that was
2707         left behind accidentally.
2709 2001-10-31 17:25  edg
2711         * util/getfiles.c (1.16): Added a VMS-specific check for a Motif
2712         2.x bug workaround (one was added earlier, but it should have been
2713         done at two places).
2715 2001-10-31 16:36  edg
2717         * source/: nedit.c (1.21), preferences.c (1.37): Changed default
2718         font sizes from 12 pixels to 12 points. This should improve
2719         portability.
2721 2001-10-30 21:47  tringali
2723         * source/preferences.c (1.36): Merge post-RC1 changes to mainline
2725 2001-10-27 20:19  edg
2727         * source/: menu.c (1.38), userCmds.c (1.19): Added extra checks to
2728         prevent macro/background menu commands from being executed by the
2729         user while another command is already running (to prevent a crash).
2730         Also added beeps to notify the user in those cases that the
2731         commands are rejected.
2733 2001-10-26 20:17  amai
2735         * makefiles/: Makefile.generic (1.5), Makefile.os2 (1.7): Document
2736         -DWRITES_DOS_TEXT - at least it's used on OS/2!
2738 2001-10-25 15:51  tringali
2740         * source/preferences.c (tags: REL-5-2) (BETA-5-2.6): Compare file
2741         versions as integers to avoid bad float comparisonsCompare file
2742         versions as integers to avoid bad float comparisonsCompare file
2743         versions as integers to avoid bad float comparisonsCompare file
2744         versions as integers to avoid bad float comparisons
2746 2001-10-22 08:50  amai
2748         * source/: tags.c (1.22), tags.h (1.8): Patch for SF [ #473602 ] no
2749         mult. tags selection on 1st find def from Markus Schwarzenberg
2751 2001-10-21 15:13  tringali
2753         * README (1.15), ReleaseNotes (1.10), doc/faq-txt.awk (1.2,
2754         BETA-5-3-RC1), doc/faq-txt.dtd (1.2, BETA-5-3-RC1), doc/faq-txt.xsl
2755         (1.2, BETA-5-3-RC1), doc/faq.dtd (1.2, BETA-5-3-RC1), doc/faq.xml
2756         (1.3, BETA-5-3-RC1), doc/faq.xsl (1.2, BETA-5-3-RC1), doc/nc.man
2757         (1.5, BETA-5-3-RC1), doc/nedit.doc (1.6), doc/nedit.man (1.6,
2758         BETA-5-3-RC1), source/file.c (1.33), source/help.c (1.57),
2759         source/highlight.c (1.20), source/highlightData.c (1.24),
2760         source/nedit.c (1.20), source/preferences.c (1.35), source/search.c
2761         (1.36), source/shell.c (1.16), util/fontsel.c (1.12),
2762         util/fontsel.h (1.5, BETA-5-3-RC1), util/prefFile.c (1.11),
2763         util/system.h (1.8): Merge post-5.2RC1 changes into mainline
2765 2001-10-21 15:09  tringali
2767         * doc/NEdit.ad (1.2, BETA-5-3-RC1), doc/README.FAQ (1.2,
2768         BETA-5-3-RC1), doc/faq-txt-pass2.xsl (1.2, BETA-5-3-RC1),
2769         doc/faq.txt (1.2, BETA-5-3-RC1), makefiles/Makefile.depend (1.2,
2770         BETA-5-3-RC1), makefiles/Makefile.linux (1.6),
2771         makefiles/Makefile.os2 (1.6), makefiles/Makefile.solaris (1.5),
2772         makefiles/Makefile.unixware (1.4, BETA-5-3-RC1): Merge post-5.2RC1
2773         changes into mainline
2775 2001-10-16 14:41  edg
2777         * ChangeLog (tags: REL-5-2) (BETA-5-2.6): Final update for 5.2
2778         release.
2780 2001-10-15 20:10  amai
2782         * source/tags.c (1.21): Latest patch for SF [ #466742 ] Tag not
2783         found
2785 2001-10-15 17:33  slobasso
2787         * source/nc.c (1.12): Patch to allow for multi-line macros to be
2788         passed on nc command line when a nedit server is not already
2789         running.
2791 2001-10-15 17:28  slobasso
2793         * source/: file.c (1.32), file.h (1.9, BETA-5-3-RC1), nedit.c
2794         (1.19), nedit.h (1.18), server.c (1.10): Changed -read behavior to
2795         mimic the Read Only menu option.
2797 2001-10-15 17:24  slobasso
2799         * source/text.c (1.18): Fixes problem where triple clicking to
2800         select a word wrapped line was inconsistent with the subsequent
2801         dragging to extend the selection. The behavior now matches.
2803 2001-10-12 19:34  tringali
2805         * Makefile, source/help.c (BETA-5-2.[1,9]) (utags: REL-5-2): Prep
2806         work for final 5.2 release
2808 2001-10-12 11:54  edg
2810         * README (tags: REL-5-2) (BETA-5-2.5): Minor updates.
2812 2001-10-12 10:36  edg
2814         * README, ReleaseNotes (tags: REL-5-2) (BETA-5-2.[4,2]): Updates in
2815         preparation of the 5.2 release.
2817 2001-10-11 13:19  edg
2819         * source/preferences.c (BETA-5-2.5): Fixed a bug in the 5.2
2820         preferences upgrading routine: new language modes were added, but
2821         the corresponding highlight patterns were not enabled.
2823 2001-10-10 18:32  edg
2825         * source/shell.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug that
2826         could cause NEdit to crash or garble a file when the user modifies
2827         the buffer while the output of an external command is being
2828         inserted.
2830 2001-10-08 07:29  amai
2832         * ChangeLog (BETA-5-2.5), ChangeLog (1.11): Update
2834 2001-10-06 13:09  amai
2836         * ReleaseNotes (BETA-5-2.1): Some very minor changes towards the
2837         release
2839 2001-10-06 11:42  amai
2841         * README, source/help.c (BETA-5-2.[3,8]): "lame attempt" to enfore
2842         a release: drop "RC" and update timestamps!
2844 2001-10-04 11:02  amai
2846         * makefiles/Makefile.solaris (tags: REL-5-2) (BETA-5-2.2): Use
2847         CC=cc.  After all it's the most - since only - standard conforming
2848         setting
2850 2001-10-04 10:16  amai
2852         * source/tags.c (1.20): Patch for SF Bug [ #466742 ] Tag not found.
2853          This is tags-semicolon2.diff as submitted by Markus Schwarzenberg.
2855 2001-10-04 09:44  amai
2857         * README (1.14), source/help.c (1.56): Update timestamps
2859 2001-10-02 17:06  amai
2861         * source/help.c (BETA-5-2.7): Get PrintVersion() work again and
2862         update timestamp
2864 2001-10-02 07:16  amai
2866         * doc/README.FAQ (1.1): file README.FAQ was initially added on
2867         branch BETA-5-2.
2869 2001-10-02 07:16  amai
2871         * doc/faq-txt-pass2.xsl (1.1): file faq-txt-pass2.xsl was initially
2872         added on branch BETA-5-2.
2874 2001-10-02 07:16  amai
2876         * doc/: README.FAQ, faq-txt-pass2.xsl, faq.dtd, faq.txt, faq.xml
2877         (BETA-5-2.[1,1,1,3,5]) (utags: REL-5-2): FAQ updates from Florian
2878         Xhumari (20011001)
2880 2001-10-01 13:34  amai
2882         * source/highlightData.c (tags: REL-5-2) (BETA-5-2.1): minor
2883         pattern fix, bug 455877
2885 2001-10-01 12:42  edg
2887         * source/preferences.c (BETA-5-2.4): Changed the order in which new
2888         5.2 language modes were added to the list during upgrading (they
2889         are now simply appended instead of inserted).
2891 2001-10-01 08:30  edg
2893         * util/prefFile.c (tags: REL-5-2) (BETA-5-2.1): Fixed a bug in the
2894         preferences restoration mechanism (prefFileRead is now properly
2895         set, even if already present in the resource file).
2897 2001-09-30 19:49  edg
2899         * source/preferences.c (BETA-5-2.3): Added a 5.1 to 5.2 preferences
2900         upgrading routine (language modes and highlight styles).
2902 2001-09-27 12:41  edg
2904         * source/file.c (tags: REL-5-2) (BETA-5-2.1): Added comment about
2905         use of tmpnam (Thorsten Haude).
2907 2001-09-26 21:05  amai
2909         * makefiles/Makefile.unixware (tags: REL-5-2) (BETA-5-2.1): Add
2910         -lSM -lICE  to libs as reported on the list as for UnixWare 7.1.1
2912 2001-09-21 09:58  amai
2914         * source/: tags.c (1.19), tags.h (1.7): 'const' patch + fix small
2915         memory leak + protect against memory overflow in Add*TagFile
2917 2001-09-20 19:30  tringali
2919         * doc/nedit.doc (tags: REL-5-2), source/help.c (BETA-5-2.[3,6]): -
2920         Merge slobasso 5.2 doc fixes erronously applies to mainline here
2922 2001-09-20 14:24  tringali
2924         * source/nedit.c (tags: REL-5-2) (BETA-5-2.1): Remove "iso8859" as
2925         some servers do not have this encoding installed.
2927 2001-09-20 11:14  amai
2929         * ChangeLog (1.10): Update
2931 2001-09-20 11:13  amai
2933         * ChangeLog (BETA-5-2.4): Update. Remove info about recent main
2934         trunk
2936 2001-09-19 12:11  amai
2938         * makefiles/: Makefile.linux, Makefile.os2 (BETA-5-2.[1,1]) (utags:
2939         REL-5-2): Document -lXp flag (required when linking against a Motif
2940         2.1 compatible libXm)
2942 2001-09-17 14:06  amai
2944         * source/file.c (1.31), source/regularExp.c (1.11), source/search.h
2945         (1.13), util/printUtils.c (1.13): Still minor cleanup. Make
2946         compiler/lint even more happy
2948 2001-09-14 15:59  edg
2950         * source/highlight.c (tags: REL-5-2) (BETA-5-2.1): Fixes for SF
2951         bugs #459965 and #460859 (they are related), including patch
2952         #460229.
2954 2001-09-13 14:11  tringali
2956         * source/preferences.c (BETA-5-2.2): #458807: Automatically add 5.2
2957         styles if .nedit file is pre-5.2
2959 2001-09-12 20:14  amai
2961         * doc/: faq-txt.awk (tags: REL-5-2), faq-txt.dtd (tags: REL-5-2),
2962         faq-txt.xsl (tags: REL-5-2), faq.txt, faq.xml, faq.xsl (tags:
2963         REL-5-2) (BETA-5-2.[1,1,1,2,4,1]): Update as sent from Florian
2964         Xhumari
2966 2001-09-12 09:45  amai
2968         * ChangeLog (BETA-5-2.3): I forgot to update this file in this beta
2969         branch ...
2971 2001-09-12 09:18  amai
2973         * makefiles/Makefile.depend (tags: REL-5-2) (BETA-5-2.1): Add CVS
2974         info line to output. Makes life even more simple
2976 2001-09-11 11:24  amai
2978         * doc/faq.xml (BETA-5-2.3): Add a non-visible CVS stamp and update
2979         version/time stamp
2981 2001-09-11 10:17  edg
2983         * source/search.c (tags: REL-5-2) (BETA-5-2.1): Fixed a minor
2984         button sensitivity bug (Multiple Files... button was grayed out
2985         after canceling multi-file replace dialog and modifying search
2986         text).
2988 2001-09-10 15:28  amai
2990         * util/system.h (tags: REL-5-2) (BETA-5-2.2): Update/add/fix
2991         compiler info
2993 2001-09-10 13:42  amai
2995         * source/help.c (BETA-5-2.5): Update timestamp
2997 2001-09-10 13:41  amai
2999         * doc/faq.xml (BETA-5-2.2): Some updates WRT LessTif, mostly
3000         cosmetics.
3002 2001-09-07 14:16  amai
3004         * doc/NEdit.ad (1.1): file NEdit.ad was initially added on branch
3005         BETA-5-2.
3007 2001-09-07 14:16  amai
3009         * doc/NEdit.ad (tags: REL-5-2) (BETA-5-2.1): Add a 5.1 app defaults
3010         file - needs to be updated probably.  This contains only
3011         outcommented entries!
3013 2001-09-07 07:46  amai
3015         * doc/nc.man (tags: REL-5-2), doc/nedit.doc, source/help.c
3016         (BETA-5-2.[1,2,4]): Fix typos as reported on the list
3018 2001-09-07 07:39  amai
3020         * source/help.c (BETA-5-2.3): Don't call XmRegisterConverters() for
3021         Motif 2.1, add declaration for 2.0 and add a "helpful" comment on
3022         all that
3024 2001-09-06 09:39  amai
3026         * ChangeLog (1.9), source/help.c (1.55): ChangeLog update and a new
3027         timestamp
3029 2001-09-06 09:37  amai
3031         * source/: Makefile.dependencies (1.11), file.c (1.30), tags.c
3032         (1.18), tags.h (1.6): Add missing #include and add some 'const'. 
3033         Update dependencies
3035 2001-09-05 11:44  amai
3037         * source/: file.c (1.29), help.c (1.54), preferences.c (1.34),
3038         preferences.h (1.14), tags.c (1.17), tags.h (1.5): Patch for SF bug
3039         [ #451997 ] bugs in tags.c/normalizePathname from Markus
3040         Schwarzenberg
3042 2001-09-04 17:55  amai
3044         * doc/nedit.doc, source/help.c (BETA-5-2.[1,2]): Fix typo reported
3045         on the mailinglist
3047 2001-08-31 22:16  amai
3049         * doc/: faq.txt, faq.xml (BETA-5-2.[1,1]): Update FAQ as sent from
3050         Florian Xhumari.  Add plain text version of FAQ
3052 2001-08-31 22:16  amai
3054         * doc/faq.txt (1.1): file faq.txt was initially added on branch
3055         BETA-5-2.
3057 2001-08-30 21:04  tringali
3059         * util/system.h (BETA-5-2.1): Fix for Solaris x86 "unknown"
3061 2001-08-30 20:19  amai
3063         * ChangeLog (BETA-5-2.2): Update
3065 2001-08-30 20:17  amai
3067         * source/preferences.c (BETA-5-2.1): /bin/csh doesn't make sense on
3068         OS/2 - even as a default value only
3070 2001-08-29 15:56  slobasso
3072         * source/help.c (1.53): fixed mispellings
3074 2001-08-29 13:56  amai
3076         * source/regularExp.c (1.10): Fix lint warning: octal constants
3077         shouldn't carry a suffix like 'L'!?
3079 2001-08-29 08:27  amai
3081         * util/: misc.c (1.32), misc.h (1.10): Second attempt to fix a
3082         specific compiler warning and a 'const' addition
3084 2001-08-29 00:01  slobasso
3086         * source/file.c (1.28): moved braces so nedit goto matching works
3088 2001-08-28 23:18  slobasso
3090         * doc/nedit.doc (1.5), source/help.c (1.52): documentation cleanup
3092 2001-08-28 22:24  slobasso
3094         * source/help.c (1.51): Array documentation cleanup.
3096 2001-08-28 11:41  amai
3098         * source/tags.c (1.16): 'const' patch
3100 2001-08-28 11:29  amai
3102         * source/file.c (1.27), source/highlight.c (1.19),
3103         source/interpret.c (1.18), source/macro.c (1.36), source/menu.c
3104         (1.37), source/preferences.c (1.33), source/preferences.h (1.13),
3105         source/tags.c (1.15), source/text.c (1.17), util/misc.c (1.31): Fix
3106         some more lclint warnings: type casts, make some things static (no,
3107         not all unused ones, 'some'), etc.
3109 2001-08-27 18:45  slobasso
3111         * source/macro.c (1.35): fixed static linkage of actionToString to
3112         match declaration
3114 2001-08-27 09:08  amai
3116         * source/nc.c (1.11): startServer() changes: has a return type now;
3117         re-shuffle some code Also make another global var static and
3118         replace a printf() by puts()
3120 2001-08-26 02:28  slobasso
3122         * source/macro.c (1.34): removed unused variable
3124 2001-08-25 15:58  amai
3126         * source/: file.c (1.26), highlightData.c (1.23), highlightData.h
3127         (1.6), preferences.c (1.32), preferences.h (1.12), regexConvert.c
3128         (1.5, BETA-5-3-RC1), regexConvert.h (1.3, BETA-5-3-RC1), server.h
3129         (1.3, BETA-5-3-RC1), shell.c (1.15), shell.h (1.4, BETA-5-3-RC1),
3130         undo.c (1.7), undo.h (1.4, BETA-5-3-RC1): Another 'const' patch
3132 2001-08-25 15:24  amai
3134         * source/: file.c (1.25), file.h (1.8), highlightData.c (1.22),
3135         highlightData.h (1.5), macro.c (1.33), macro.h (1.3, BETA-5-3-RC1),
3136         regularExp.c (1.9), regularExp.h (1.6, BETA-5-3-RC1), search.c
3137         (1.35), search.h (1.12): Another 'const' patch
3139 2001-08-25 12:16  amai
3141         * util/printUtils.c (1.12): The very last signed vs. unsigned
3142         warning on my system ...
3144 2001-08-25 12:09  amai
3146         * source/: highlightData.c (1.21), menu.c (1.36), preferences.c
3147         (1.31), regularExp.c (1.8), shell.c (1.14), userCmds.c (1.18): Fix
3148         a couple of "unsigned vs. int" compiler warnings. Using gcc on OS/2
3149         this warning is now completly wiped out!
3151 2001-08-25 11:55  amai
3153         * util/: DialogF.c (1.18), misc.c (1.30), prefFile.c (1.10): Fix
3154         compiler warnings. Mostly unsigned vs. signed int issues
3156 2001-08-25 11:49  amai
3158         * README (BETA-5-2.2): A couple of fixes, enhancements (see report
3159         on mailinglist)
3161 2001-08-24 18:34  amai
3163         * makefiles/Makefile.solaris (BETA-5-2.1): No debug build by
3164         default. Patch from Thorsten Haude
3166 2001-08-24 08:33  amai
3168         * util/: fontsel.c, fontsel.h, misc.c (BETA-5-2.[2,2,2]) (utags:
3169         REL-5-2): Undo some changes which I erroneously checked in ...
3171 2001-08-24 08:28  amai
3173         * ChangeLog, util/fontsel.c, util/fontsel.h, util/misc.c
3174         (BETA-5-2.[1,1,1,1]): Updated Changelog.  Includes whole history,
3175         including new beta branch.  New options of cvs2cl used, listing
3176         contains now revision/branch info, timestamps are in GMT, etc.
3178 2001-08-24 08:19  amai
3180         * source/macro.c (1.32): Fix warnings, add 'const's, make func
3181         static
3183 2001-08-23 17:57  amai
3185         * source/selection.c (1.11): Try to fix two lint/compiler warnings
3187 2001-08-23 17:42  amai
3189         * source/search.c (1.34): Fix wrong return type in function (in a
3190         "dead" branch)
3192 2001-08-23 14:59  amai
3194         * source/: highlightData.c (1.20), interpret.c (1.17), shift.c
3195         (1.9), smartIndent.c (1.13, BETA-5-3-RC1): Make some more functions
3196         static
3198 2001-08-23 14:39  amai
3200         * util/: misc.c (1.29), misc.h (1.9): Drop 'wrong' prototype for
3201         standard function. Fix a function signature to avoid warnings
3203 2001-08-23 14:11  amai
3205         * util/: fontsel.c (1.11), fontsel.h (1.4): Fix lint warning about
3206         float to integer assignment and add some more 'const's
3208 2001-08-23 13:57  amai
3210         * util/misc.c (1.28): Drop unused #include
3212 2001-08-22 15:41  amai
3214         * README, source/help.c (BETA-5-2.[1,1]): First updates for "RC1"
3216 2001-08-22 15:39  amai
3218         * doc/nedit.man (tags: REL-5-2) (BETA-5-2.1): Update from Joor
3219         Loohuis.
3221 2001-08-21 14:29  tringali
3223         * source/: userCmds.c (1.17), window.c (1.33) (utags: REL-5-2):
3224         #449569: Ensure shell/macro accelerators also have accelerator fix
3226 2001-08-20 20:36  tringali
3228         * source/window.c (1.32): #449569: Avoid startup failure when
3229         window manager grabs the same key as an accelerator
3231 2001-08-18 12:35  amai
3233         * source/Makefile.dependencies (1.10, REL-5-2): Update
3235 2001-08-18 12:24  amai
3237         * source/: help.c (1.50), help.h (1.4, REL-5-2), nedit.c (1.18):
3238         Add a PrintVersion() call to nedit.  Some more 'const' patches :-)
3240 2001-08-18 11:48  jlous
3242         * README (1.13), doc/nedit.man (1.5), source/help.c (1.49): Moved
3243         Thorsten Haude credits from pattern contributor to developer.
3245 2001-08-17 23:02  edg
3247         * README (1.12), makefiles/Makefile.aix (1.5, BETA-5-3-RC1,
3248         REL-5-2), makefiles/Makefile.bsdi (1.3, BETA-5-3-RC1, REL-5-2),
3249         makefiles/Makefile.ccur (1.3, BETA-5-3-RC1, REL-5-2),
3250         makefiles/Makefile.convex (1.3, BETA-5-3-RC1, REL-5-2),
3251         makefiles/Makefile.cygwin (1.4, BETA-5-3-RC1, REL-5-2),
3252         makefiles/Makefile.dcosx (1.3, BETA-5-3-RC1, REL-5-2),
3253         makefiles/Makefile.dec (1.4, BETA-5-3-RC1, REL-5-2),
3254         makefiles/Makefile.freebsd (1.3, BETA-5-3-RC1, REL-5-2),
3255         makefiles/Makefile.generic (1.4, REL-5-2), makefiles/Makefile.hpux
3256         (1.3, BETA-5-3-RC1, REL-5-2), makefiles/Makefile.linux (1.5),
3257         makefiles/Makefile.lynx (1.3, BETA-5-3-RC1, REL-5-2),
3258         makefiles/Makefile.m88k.svr4 (1.3, BETA-5-3-RC1, REL-5-2),
3259         makefiles/Makefile.netbsd (1.3, BETA-5-3-RC1, REL-5-2),
3260         makefiles/Makefile.os2 (1.5), makefiles/Makefile.osf (1.4,
3261         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.reliant (1.3,
3262         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.sco (1.3, BETA-5-3-RC1,
3263         REL-5-2), makefiles/Makefile.sgi (1.3, BETA-5-3-RC1, REL-5-2),
3264         makefiles/Makefile.solaris (1.4), makefiles/Makefile.sunos (1.3,
3265         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.superux (1.3,
3266         BETA-5-3-RC1, REL-5-2), makefiles/Makefile.uhc (1.3, BETA-5-3-RC1,
3267         REL-5-2), makefiles/Makefile.ultrix (1.3, BETA-5-3-RC1, REL-5-2),
3268         makefiles/Makefile.unicos (1.4, REL-5-2),
3269         makefiles/Makefile.unixware (1.3), source/help.c (1.48),
3270         source/preferences.c (1.30): Made the REPLACE_SCOPE compilation
3271         option more visible and changed the default replace scope selection
3272         preference to "Smart".
3274 2001-08-17 21:54  edg
3276         * source/highlight.c (1.18): Added a fix for SF bug #449828.
3278 2001-08-17 14:09  tringali
3280         * source/tags.c (1.14, REL-5-2): Fix for crash in shared tag
3281         allocation on Solaris (compiler bug?)
3283 2001-08-17 11:01  amai
3285         * source/: window.c (1.31), window.h (1.7, REL-5-2): Another
3286         'const' patch
3288 2001-08-17 10:56  amai
3290         * util/: fileUtils.c (1.14), fileUtils.h (1.5) (utags: REL-5-2):
3291         Export two more interfaces. Fix for CompressPathname() to avoid
3292         multiple slashes in path. (Markus Schwarzenberg)
3294 2001-08-16 18:33  slobasso
3296         * source/highlightData.c (1.19): Fixed NEdit macro language
3297         patterns to contain previously added items.
3299 2001-08-16 17:24  amai
3301         * source/highlight.c (1.17): Fix for [ nedit-Bugs-435384 ] circular
3302         patterns reference hangs NEdit
3304 2001-08-16 09:49  amai
3306         * source/highlightData.c (1.18): Patch [ #451485 ] updated Sh Ksh
3307         Bash patterns submitted from Joor Loohuis
3309 2001-08-15 09:16  amai
3311         * source/: Makefile.dependencies (1.9), regexConvert.c (1.4,
3312         REL-5-2): Another source was missing to #include it's own header
3313         for consistency checking!
3315 2001-08-15 09:08  amai
3317         * ChangeLog (1.8): Update (ok, not even a week has passed, but it's
3318         a nice overview ...)
3320 2001-08-15 09:00  amai
3322         * source/preferences.h (1.11, REL-5-2), util/misc.c (1.27),
3323         util/misc.h (1.8, REL-5-2): Have unique value for MAX_ACCEL_LEN
3325 2001-08-15 08:56  amai
3327         * source/Makefile.dependencies (1.8): Update
3329 2001-08-15 08:56  amai
3331         * source/: userCmds.c (1.16), userCmds.h (1.4, BETA-5-3-RC1,
3332         REL-5-2): Source should include it's own headers for consistency
3333         checking.  Add some const to signatures, drop an unused arg from a
3334         static interface.
3336 2001-08-14 15:05  slobasso
3338         * source/rbTree.c (1.4, BETA-5-3-RC1, REL-5-2): fixed comment
3339         spacing
3341 2001-08-14 14:40  slobasso
3343         * source/rbTree.c (1.3): added gnu license
3345 2001-08-14 08:50  jlous
3347         * README (1.11): README credits updated to reflect version dialog
3349 2001-08-14 08:37  jlous
3351         * source/file.c (1.24), source/help.c (1.47), source/highlight.c
3352         (1.16), source/highlightData.c (1.17), source/interpret.c (1.16,
3353         REL-5-2), source/macro.c (1.31, REL-5-2), source/menu.c (1.35,
3354         REL-5-2), source/nc.c (1.10, REL-5-2), source/nedit.c (1.17),
3355         source/preferences.c (1.29), source/search.c (1.33),
3356         source/selection.c (1.10, REL-5-2), source/server.c (1.9, REL-5-2),
3357         source/shell.c (1.13), source/shift.c (1.8, REL-5-2),
3358         source/smartIndent.c (1.12, REL-5-2), source/tags.c (1.13),
3359         source/text.c (1.16, REL-5-2), source/textBuf.c (1.11, REL-5-2),
3360         source/textDisp.c (1.10, REL-5-2), source/textDrag.c (1.4,
3361         REL-5-2), source/textSel.c (1.5, REL-5-2), source/undo.c (1.6,
3362         REL-5-2), source/userCmds.c (1.15), source/window.c (1.30),
3363         util/DialogF.c (1.17, REL-5-2), util/fileUtils.c (1.13),
3364         util/fontsel.c (1.10), util/getfiles.c (1.15, REL-5-2),
3365         util/managedList.c (1.7, BETA-5-3-RC1, REL-5-2), util/misc.c
3366         (1.26), util/prefFile.c (1.9), util/printUtils.c (1.11, REL-5-2),
3367         util/system.h (1.7), util/utils.c (1.5, REL-5-2), util/vmsUtils.c
3368         (1.5, BETA-5-3-RC1, REL-5-2): Fixed license statements to pure GPL
3370 2001-08-13 13:48  tringali
3372         * doc/: nc.man (1.4), nedit.man (1.4): manpage updates from Joor.
3374 2001-08-13 09:55  amai
3376         * doc/nedit.doc (1.4), source/help.c (1.46): Doc patch from
3377         Thorsten Haude posted on Fri Aug 10 2001
3379 2001-08-13 09:51  amai
3381         * doc/nedit.doc (1.3), source/help.c (1.45): Patch from Thorsten
3382         Haude: Document Arrays within nedit.doc and typo fix in help.c
3384 2001-08-12 15:45  amai
3386         * makefiles/Makefile.generic (1.3), source/comnedit.com (1.6,
3387         REL-5-2): Drop last references to NO_FCHMOD #define
3389 2001-08-11 19:51  edg
3391         * source/search.c (1.32): Fixed SF bug #448006: three beeps; one to
3392         many.
3394 2001-08-10 20:36  amai
3396         * source/highlightData.c (1.16): TeX pattern patch from Joerg
3397         Fischer <jf505@yahoo.de>
3399 2001-08-10 14:35  amai
3401         * source/Makefile.dependencies (1.7): Update dependency list
3403 2001-08-09 20:58  tringali
3405         * source/nedit.c (1.16): Fix for wrong menu font [#434383]
3407 2001-08-09 18:47  amai
3409         * util/system.h (1.6): Correct a comment :-)
3411 2001-08-09 18:46  amai
3413         * makefiles/Makefile.os2 (1.4): Drop -DNO_FCHMOD flag
3415 2001-08-09 18:41  slobasso
3417         * source/Makefile.common (1.8, REL-5-2): added parse.c to cleaned
3418         files for make clean
3420 2001-08-09 18:39  slobasso
3422         * source/userCmds.c (1.14): removed attachment possibly causing
3423         window manager loop
3425 2001-08-09 18:03  slobasso
3427         * source/: smartIndent.c (1.11), smartIndent.h (1.4, BETA-5-3-RC1,
3428         REL-5-2), macro.c (1.30): We now keep track if we are in smart
3429         indent macros so garbage collection won't remove things from under
3430         a macro.
3432 2001-08-09 13:34  amai
3434         * source/highlight.c (1.15), source/highlightData.c (1.15),
3435         source/interpret.c (1.15), source/search.c (1.31),
3436         source/selection.c (1.9), source/shell.c (1.12),
3437         source/smartIndent.c (1.10), source/textBuf.c (1.10),
3438         source/textSel.c (1.4), source/userCmds.c (1.13), source/window.c
3439         (1.29), util/managedList.c (1.6): Add lots of missing #include
3440         <string.h>
3442 2001-08-09 08:37  amai
3444         * source/help.c (1.44): Add hardcoded timestamp (month) again
3446 2001-08-09 07:37  amai
3448         * source/.cvsignore (1.2, BETA-5-3-RC1, REL-5-2): Add entry
3450 2001-08-08 22:31  slobasso
3452         * source/file.c (1.23): remove fchmod calls except when under VMS
3454 2001-08-08 18:29  amai
3456         * makefiles/Makefile.os2 (1.3): Update from my private working copy
3458 2001-08-08 08:39  amai
3460         * ChangeLog (1.7): Update (should be done weekly perhaps and could
3461         even be done automatically?)
3463 2001-08-08 08:37  amai
3465         * source/parse.c_noyacc (1.7, REL-5-2): Re-generate from parse.y. 
3466         BTW, yacc from Digital Unix 4.0x is being used
3468 2001-08-08 08:34  amai
3470         * source/parse.y (1.16, REL-5-2): Add an #include <string.h> (there
3471         was no error/warning; somehow we already got this probably)
3473 2001-08-07 23:46  slobasso
3475         * source/Makefile.common (1.7): changed highlightData.c to be
3476         compiled with BIGGER_STRINGS
3478 2001-08-07 01:53  tringali
3480         * ReleaseNotes (1.9), source/highlightData.c (1.14),
3481         source/preferences.c (1.28): #448420: Pattern updates from Joor
3483 2001-08-07 01:12  tringali
3485         * source/nedit.c (1.15): Fix for #448402: nedit quits if unable to
3486         resolve X locale
3488 2001-08-06 21:24  amai
3490         * README (1.10): correction to "Requirements" section
3492 2001-08-06 21:21  amai
3494         * README (1.9): Add "Requirements for building NEdit" section
3496 2001-08-06 20:38  tringali
3498         * doc/nedit.doc (1.2), source/help.c (1.43): Sync help with doc. 
3499         (Updates from Thorsten Haude)
3501 2001-08-04 20:49  tringali
3503         * source/file.c (1.22), source/menu.c (1.34), source/nc.c (1.9),
3504         source/nedit.c (1.14), source/server.c (1.8), source/shell.c
3505         (1.11), source/window.c (1.28), util/misc.c (1.25): Ensure exit
3506         returns a meaningful (succes/fail) status to the user
3508 2001-08-04 20:23  tringali
3510         * util/system.h (1.5): Add info for lots more compilers.
3512 2001-08-03 12:16  amai
3514         * ReleaseNotes (1.8): Small updates
3516 2001-08-02 23:45  tringali
3518         * util/system.h (1.4): Add definitions for MSVC, Sun Workshop, etc.
3520 2001-08-02 22:59  slobasso
3522         * source/macro.c (1.29): Fixed problem where error message is
3523         written if empty learned macro is executed. Also disallowed replay
3524         from executing if a macro is already in progress. This caused a
3525         crash by overflowing the interpreter stack.
3527 2001-08-02 22:54  slobasso
3529         * source/file.c (1.21): added symlink security patch and added mode
3530         parameter to open calls with O_CREAT
3532 2001-08-02 17:26  amai
3534         * source/interpret.c (1.14): Avoid crash when calling
3535         "self_insert()" from macro menu: fill in missing entries from our
3536         fakes key event
3538 2001-08-01 07:41  amai
3540         * ChangeLog (1.6): Update
3542 2001-08-01 07:40  amai
3544         * source/help.c (1.42): Again hardcode a string about the
3545         development version "August 2001".  Build time may be misleading
3546         ...
3548 2001-07-31 23:16  slobasso
3550         * source/macro.c (1.28): fixed problem where closing window while
3551         learning would make it impossible to finish or cancel learing.
3553 2001-07-31 11:58  amai
3555         * source/text.c (1.15): Fix minor warnings
3557 2001-07-31 07:46  amai
3559         * util/managedList.c (1.5): Don't name variables 'index', may be an
3560         interface in BSD-like libc
3562 2001-07-31 07:43  amai
3564         * util/getfiles.c (1.14): Fix lint warning: "getfiles.c", line 716:
3565         warning: args redefinition hides earlier one
3567 2001-07-31 07:40  amai
3569         * util/fontsel.c (1.9): Don't use 'index' as name for variable; may
3570         be a call in a BSD-like libc
3572 2001-07-29 17:51  amai
3574         * source/highlight.c (1.14): Experimental patch to fix "mismatched"
3575         memory handling calls as indicated by "purify". Probably not
3576         complete and should be checked again with purify _now_!
3578 2001-07-28 19:53  tringali
3580         * Makefile (1.6): #442517: add explanatory text how to use make
3582 2001-07-25 18:37  tringali
3584         * source/help.c (1.41): Add more detailed info about Motif (runtime
3585         version number)
3587 2001-07-25 18:36  tringali
3589         * util/system.h (1.3): Use "Digital/Tru64 Unix" in place of OSF/1
3591 2001-07-25 18:36  tringali
3593         * doc/: nc.man (1.3), nedit.man (1.3): Update authors for 5.2
3595 2001-07-25 18:05  slobasso
3597         * util/misc.c (1.24): made changes so that Num_Lock's mod mask is
3598         found rather than assuming Mod3
3600 2001-07-25 14:36  amai
3602         * source/textBuf.c (1.9): Attempt to fix memory leak reported by
3603         Thorsten Haude
3605 2001-07-25 13:03  amai
3607         * util/misc.c (1.23): Try to fix small memory leak reported by
3608         Thorsten Haude
3610 2001-07-25 07:49  amai
3612         * util/system.h (1.2): Add "EMX=OS/2"
3614 2001-07-25 07:39  amai
3616         * source/Makefile.dependencies (1.6), util/Makefile.dependencies
3617         (1.4, REL-5-2): Update dependency lists
3619 2001-07-24 21:55  tringali
3621         * util/system.h (1.1): Add host compliation information to help
3623 2001-07-24 21:54  tringali
3625         * source/: help.c (1.40), tags.c (1.12), tags.h (1.4, REL-5-2): -
3626         Use shared strings for lower memory use with large tags files.  -
3627         Add compilation host information to help, update authors
3629 2001-07-24 19:27  slobasso
3631         * util/misc.c (1.22): Fix array size define to match actual array
3632         size.  Incorrect size could result in infinite loop.
3634 2001-07-18 13:01  amai
3636         * ChangeLog (1.5): Update
3638 2001-07-18 13:00  amai
3640         * source/: search.c (1.30), search.h (1.11, REL-5-2), window.c
3641         (1.27): Shrink two function names to 31 characters length and below
3642         (seems to be a limit on some VMS systems)
3644 2001-07-17 08:19  amai
3646         * doc/faq.xml (1.2): Updated version from  Florian Xhumari as of
3647         http://galleries.free.fr/nedit-faq-01-07-16.tar.gz
3649 2001-07-17 07:31  amai
3651         * source/preferences.c (1.27), util/getfiles.c (1.13),
3652         util/vmsUtils.c (1.4): VMS patches from Blair Phillips
3653         <blair.phillips@airservices.gov.au>:  avoid rint() re-definition,
3654         fix for non-unix file root, case-insensitive match on filename
3655         extensions.
3657 2001-07-16 20:41  amai
3659         * source/lnknedit.com (1.5, BETA-5-3-RC1, REL-5-2): VMS patch from
3660         mark.geary@qwest.com
3662 2001-07-16 14:48  amai
3664         * doc/: nc.man (1.2), nedit.man (1.2): Man page updates from Joor
3665         Loohuis
3667 2001-07-16 11:49  amai
3669         * doc/: faq-txt.awk (1.1), faq-txt.dtd (1.1), faq-txt.xsl (1.1),
3670         faq.dtd (1.1), faq.xml (1.1), faq.xsl (1.1): faq*: add FAQ files
3671         found on our website
3673 2001-07-11 21:35  amai
3675         * source/: parse.c_noyacc (1.6), parse.h (1.4, BETA-5-3-RC1,
3676         REL-5-2), parse.y (1.15): Back out "const" patch for ParseMacro().
3677         Was incomplete, therefore broken
3679 2001-07-11 15:21  amai
3681         * source/: comnedit.com (1.5), file.c (1.20), lnknedit.com (1.4):
3682         VMS patches from  <Mark.Geary@qwest.com> (not literally as for
3683         file.c)
3685 2001-07-11 08:06  amai
3687         * source/parse.c_noyacc (1.5): Update from current parse.y
3689 2001-07-11 08:04  amai
3691         * source/: parse.h (1.3), parse.y (1.14): Add some 'const' to
3692         ParseMacro() signature
3694 2001-07-11 07:55  amai
3696         * util/: comutil.com (1.3, BETA-5-3-RC1, REL-5-2), utils.c (1.4):
3697         VMS patches from Mark.Geary@qwest.com
3699 2001-07-07 09:55  amai
3701         * ChangeLog (1.4): Update
3703 2001-07-07 09:54  amai
3705         * COPYRIGHT (1.1, BETA-5-3-RC1, REL-5-2), README (1.8): Have an
3706         external file for the license terms. README refers to it
3708 2001-07-07 09:48  amai
3710         * nc.man (1.4), nedit.doc (1.6), nedit.man (1.4), doc/nc.man (1.1),
3711         doc/nedit.doc (1.1), doc/nedit.man (1.1): Move doc files to
3712         separate subdirectory
3714 2001-07-04 09:42  uid30962
3716         * README (1.7): Update some references to LessTif
3718 2001-07-04 09:29  uid30962
3720         * ReleaseNotes (1.7): ReleaseNotes: Upddate
3722 2001-07-03 12:53  amai
3724         * source/Makefile.dependencies (1.5): Makefile.dependencies: update
3725         depedency list
3727 2001-07-03 12:13  amai
3729         * source/help.c (1.39): help.c: A new month has come ...
3731 2001-06-23 09:31  amai
3733         * ChangeLog (1.3): ChangeLog: update
3735 2001-06-22 18:27  tringali
3737         * source/: nedit.c (1.13), window.c (1.26): Allow stats line
3738         background color to be set by user [#431891]
3740 2001-06-22 18:25  tringali
3742         * source/macro.c (1.27): Incremental reading from files via J. Lous
3743         [Patch #434465]
3745 2001-06-22 14:32  amai
3747         * source/file.c (1.19): file.c: fail when trying to read in a
3748         directory as a file
3750 2001-06-21 14:54  edel
3752         * source/shell.c (1.10): Fixed shell dialog BadMatch crash on
3753         Solaris 2.5
3755 2001-06-20 15:48  amai
3757         * source/macro.c (1.26): macro.c: replace snprintf() by sprintf(). 
3758          Add #include <string.h>
3760 2001-06-20 08:24  amai
3762         * ChangeLog (1.2): ChangeLog: update
3764 2001-06-19 20:00  slobasso
3766         * source/macro.c (1.25): Added Thorsten's code to put correct key
3767         codes in status bar during recording and macro running.
3769 2001-06-09 18:48  amai
3771         * makefiles/: Makefile.dec (1.3), Makefile.osf (1.3),
3772         Makefile.superux (1.2): Makefile.superux: add CVS Id Makefile.dec
3773         Makefile.osf: briefly comment on the os versions they are supposed 
3774            to work with
3776 2001-06-08 08:14  amai
3778         * source/help.c (1.38): help.c: update timestamp to "June, 2001"
3780 2001-06-07 19:52  amai
3782         * ChangeLog (1.1): ChangeLog: finally add the output of "cvs2cl".  
3783          Needs to be updated regularly ...
3785 2001-06-06 19:24  tringali
3787         * makefiles/Makefile.linux (1.4): 
3788         Remove -DEDITRES, this causes link failure.
3790 2001-06-06 10:00  amai
3792         * util/: DialogF.c (1.16), fontsel.c (1.8), getfiles.c (1.12),
3793         misc.c (1.21), prefFile.c (1.8): *.c: add some explicit #include
3794         <string.h>. Previously  it was done implicitly ...
3796 2001-06-05 12:52  amai
3798         * makefiles/Makefile.linux (1.3): Makefile.linux: drop
3799         -I/-L/usr/lesstif/* flags and add a suitable comment  instead
3801 2001-06-05 08:01  amai
3803         * source/file.c (1.18): file.c: security fix for WriteBackupFile()
3805 2001-06-01 20:09  edel
3807         * makefiles/: Makefile.solaris (1.3), Makefile.superux (1.1): From:
3808         Ian Johnston" <Ian.Johnston@dlr.de>
3810 2001-05-31 08:49  amai
3812         * source/nedit.h (1.17, REL-5-2): nedit.h: add 'extern' to variable
3813         declaration in header    (to avoid problem with multiple
3814         definitions)
3816 2001-05-29 18:21  arnef
3818         * source/menu.c (1.33): Add separator in Preferences/Default
3819         Settings/Customize Menus
3821 2001-05-19 16:09  tringali
3823         * util/misc.c (1.20): Fix bug in mnemonic building- don't build
3824         mnemonics for XK_VoidSymbol.  Fixes various problems with XFree86
3825         servers.
3827 2001-05-17 11:42  arnef
3829         * source/: menu.c (1.32), nedit.h (1.16), preferences.c (1.26),
3830         preferences.h (1.10), window.c (1.25): Adding path to windows menu
3831         file entries
3833 2001-05-15 20:04  amai
3835         * makefiles/Makefile.depend (1.1): Makefile.depend: Makefile used
3836         to generate (internal) the dependency list.                   This
3837         file does not build anything!
3839 2001-05-12 00:48  tringali
3841         * ReleaseNotes (1.6), source/text.c (1.14): - Add support for mouse
3842         wheel scrolling in the main text area.
3844 2001-05-11 19:56  amai
3846         * util/fileUtils.c (1.12): fileUtils.c: really tiny patch for OS/2
3847         only (drive letters ;-)
3849 2001-05-11 08:05  amai
3851         * source/file.c (1.17): file.c: Corrected(!) version of SuSe
3852         security patch for temporary    file security problem within
3853         PrintString().     Tested once for compile/runtime ...
3855 2001-05-05 18:01  arnef
3857         * source/menu.c (1.31): Changing default for sortOpenPrevDefCB
3858         should invalidate all open window's OpenPrev menu
3860 2001-05-04 18:33  arnef
3862         * source/: nedit.h (1.15), search.c (1.29), search.h (1.10),
3863         window.c (1.24): Make the buttons in Find and Replace dialogs
3864         sensitive on the state of 'Search for' field.
3866 2001-05-03 09:42  amai
3868         * source/help.c (1.37): help.c: update timestamp to "May, 2001"
3870 2001-04-25 21:37  edg
3872         * util/DialogF.c (1.15): Added a fix to handle unexpected
3873         destruction of dialogs gracefully.
3875 2001-04-25 19:03  amai
3877         * nedit.doc (1.5): nedit.doc: fix some typos, convert some "nedit"
3878         to "NEdit", drop some comment about pre 1.2 Motif
3880 2001-04-25 17:01  amai
3882         * util/fileUtils.c (1.11): fileUtils.c: forgot one special case
3883         where the "//" patch might to a crash. Next time I should probably
3884         <think> first, <code> later
3886 2001-04-25 16:48  amai
3888         * util/fileUtils.c (1.10): fileUtils.c: fix typo in my
3889         "double-slash patch" from today
3891 2001-04-25 07:52  amai
3893         * util/fileUtils.c (1.9): fileUtils.c: avoid double "//" in path
3894         strings as this may not work out on              non-un*x systems
3896 2001-04-24 21:10  tringali
3898         * util/misc.c (1.19): Fix crash bug in OpenMotif, where asking for
3899         the the Display/Window of a gadget produces a NULL pointer.
3901 2001-04-18 19:12  slobasso
3903         * source/window.c (1.23): needed to save/restore horizontal and
3904         vertical scroll positions when changing hw tab size.
3906 2001-04-18 19:08  slobasso
3908         * util/DialogF.c (1.14): fixed use of int where Cardinal should be
3910 2001-04-18 17:10  slobasso
3912         * source/: help.c (1.36), macro.c (1.24): new $server_name
3913         variable.
3915 2001-04-18 17:02  slobasso
3917         * source/: file.c (1.16), file.h (1.7, REL-5-2), help.c (1.35),
3918         menu.c (1.30), window.c (1.22): added optional parameter to close()
3919         action for save option.
3921 2001-04-18 16:51  slobasso
3923         * util/DialogF.c (1.13): fixed a mistake I introduced while
3924         debugging
3926 2001-04-18 16:12  slobasso
3928         * util/DialogF.c (1.12): cleaned up createMnemonics in an effort to
3929         fix a crash bug. Bug still not fixed.
3931 2001-04-17 23:40  slobasso
3933         * source/help.c (1.34): cleaned up formatting and moved Windows
3934         Menu items into correct area
3936 2001-04-17 20:13  slobasso
3938         * source/window.c (1.21): save and restore insert positions when hw
3939         tab sizes are changed
3941 2001-04-17 18:47  slobasso
3943         * source/macro.c (1.23): cleaned up RedundantActions, adding some
3944         missing items
3946 2001-04-16 23:49  slobasso
3948         * source/: file.c (1.15), nedit.h (1.14): added bit to distinguish
3949         between too much binary data and -read
3951 2001-04-16 23:20  slobasso
3953         * source/: file.c (1.14), file.h (1.6), macro.c (1.22), menu.c
3954         (1.29), nedit.h (1.13), search.c (1.28), selection.c (1.8),
3955         window.c (1.20): readOnly vs lockWrite access fix, now handles the
3956         many other locked possibilities
3958 2001-04-16 16:36  edg
3960         * source/: help.c (1.33), window.c (1.19): Added workarounds for
3961         openmotif bugs [SF bug 231876].
3963 2001-04-16 14:04  amai
3965         * source/textBuf.c (1.8): texBuf.c: try to fix a bug introduced by
3966         a "const" patch.            Pointed out by <arne@forlie.com>
3968 2001-04-14 09:51  amai
3970         * makefiles/Makefile.unicos (1.3), source/preferences.c (1.25),
3971         source/text.c (1.13), source/userCmds.c (1.12): *: applied re-vised
3972         version of patches for UNICOS from    Bill Matson
3973         <wjm@sdc.cs.boeing.com>
3975 2001-04-13 22:58  slobasso
3977         * util/DialogF.c (1.11): fix build problem introduced in previous
3978         change UCHAR_MAX is in limits.h
3980 2001-04-13 17:50  tringali
3982         * ReleaseNotes (1.5), source/file.c (1.13), source/help.c (1.32),
3983         source/highlightData.c (1.13), source/macro.c (1.21),
3984         source/preferences.c (1.24), source/search.c (1.27),
3985         source/smartIndent.c (1.9), source/userCmds.c (1.11),
3986         util/DialogF.c (1.10), util/fontsel.c (1.7), util/getfiles.c
3987         (1.11), util/misc.c (1.18), util/misc.h (1.7), util/printUtils.c
3988         (1.10): - Updated release notes - Added unmodified mnemonics to
3989         confirmation dialogs.  - Fix bug in mnemonics where there could be
3990         two of the same menmonics   on one dialog.
3992 2001-04-13 15:02  slobasso
3994         * source/search.c (1.26): fixed regex search backwards bug if wrap
3995         turned off.
3997 2001-04-12 22:02  edg
3999         * source/: help.c (1.31), macro.c (1.20), menu.c (1.28), nedit.h
4000         (1.12), preferences.c (1.23), search.c (1.25), window.c (1.18),
4001         window.h (1.6): Extended the Show Matching (..) functionality: Off,
4002         Delimiter, and Range.  Original patch was submitted by Thorsten
4003         Haude.
4005 2001-04-12 15:09  amai
4007         * source/menu.c (1.27): menu.c: allow to specify control codes in
4008         hex/dec/oct format         also improve checking of input
4010 2001-04-09 22:12  amai
4012         * util/: misc.c (1.17), misc.h (1.6): misc.c misc.h: another
4013         "const" patch
4015 2001-04-09 21:43  edg
4017         * source/help.c (1.30): Added information about new search
4018         extensions and related stuff.
4020 2001-04-09 21:38  edg
4022         * source/: nedit.h (1.11), search.c (1.24): Minor fixes and
4023         improvements in isearch + beep on search wrap combination.
4025 2001-04-09 18:46  edg
4027         * util/misc.c (1.16): Typo fix in recent accelerator fix.
4029 2001-04-06 13:09  amai
4031         * source/: preferences.c (1.22), preferences.h (1.9):
4032         preferences.*: even more "const" additions
4034 2001-04-06 13:03  amai
4036         * source/: interpret.c (1.13), interpret.h (1.6, REL-5-2):
4037         interpret.*: another "const" patch
4039 2001-04-06 09:49  amai
4041         * source/file.c (1.12), source/file.h (1.5), source/help.c (1.29),
4042         source/highlightData.c (1.12), source/highlightData.h (1.4,
4043         REL-5-2), source/preferences.c (1.21), source/preferences.h (1.8),
4044         source/regularExp.c (1.7, REL-5-2), source/regularExp.h (1.5,
4045         REL-5-2), source/search.c (1.23), source/search.h (1.9),
4046         source/textBuf.c (1.7), source/textBuf.h (1.4, REL-5-2),
4047         util/fileUtils.c (1.8), util/fileUtils.h (1.4), util/printUtils.c
4048         (1.9), util/printUtils.h (1.4, REL-5-2): *.c *.h: big "const"
4049         patch.           Except in textBuf.c it's only a couple of const
4050         additions.           In textBuf.c I had to change a coupl of lines
4051         to get this done -           should be on the safe side of life ...
4053 2001-04-04 19:38  edg
4055         * source/: preferences.c (1.20), search.c (1.22): Minor bug fixes
4056         in search extensions related code.
4058 2001-04-03 22:59  edg
4060         * source/: menu.c (1.26), nedit.h (1.10), preferences.c (1.19),
4061         preferences.h (1.7), search.c (1.21), search.h (1.8): Added "smart"
4062         replace scope behaviour to the replace dialog radio button
4063         alternative, and made it configurable through a preference.
4065 2001-04-03 08:06  amai
4067         * source/help.c (1.28): help.c: the "April" patch ...
4069 2001-04-03 01:42  tringali
4071         * util/misc.c (1.15): Don't allow traversal to insensitive widgets.
4073 2001-04-02 20:52  edg
4075         * source/: highlight.c (1.13), macro.c (1.19), menu.c (1.25),
4076         nedit.h (1.9), preferences.c (1.18), preferences.h (1.6),
4077         regularExp.c (1.6), regularExp.h (1.4), search.c (1.20), search.h
4078         (1.7), window.c (1.17): Introduced additional search modes [Markus
4079         Schwarzenberg].  Added beep on search wrap option [Markus
4080         Schwarzenberg].  Added sticky case sensitivity search preference
4081         [Markus Schwarzenberg].  Replace and find dialog and incremental
4082         search bar layout changes (currently two layout alternatives for
4083         replace dialog, for evaluation purposes).
4085 2001-03-30 17:54  slobasso
4087         * source/highlightData.c (1.11): new global in nedit macro language
4088         $empty_array
4090 2001-03-30 17:48  slobasso
4092         * source/: help.c (1.27), macro.c (1.18): added a new empty array
4093         global
4095 2001-03-27 23:00  slobasso
4097         * source/help.c (1.26): minor formatting fix
4099 2001-03-27 15:37  tringali
4101         * makefiles/Makefile.aix (1.4): Add FUNCPROTO=15 for the IBM X
4102         headers, which require a bitmask in this #define in order to
4103         control function prototypes.
4105 2001-03-26 15:46  slobasso
4107         * source/: interpret.c (1.12), interpret.h (1.5), macro.c (1.17):
4108         minor array code cleanup
4110 2001-03-25 08:42  arnef
4112         * source/tags.c (1.11): Fixed bug #217022
4114 2001-03-23 23:11  slobasso
4116         * source/highlightData.c (1.10): added missing variables to NEdit
4117         macro highlighting data
4119 2001-03-23 14:41  slobasso
4121         * source/undo.c (1.5): undo/redo sets the selection to the changed
4122         text
4124 2001-03-21 21:25  edg
4126         * source/search.c (1.19): Changed the initial default selection for
4127         multi-file replacement dialog to all files instead of none. 
4128         Multi-file replacement dialog now makes sure that at least the
4129         first selected item is visible when displayed.  Removed the #ifdefs
4130         for conditional multi-file replacement functionality.  Minor layout
4131         change for the replace dialog.
4133 2001-03-21 21:20  edg
4135         * source/window.c (1.16): Removed #ifdef for conditional multi-file
4136         replacement functionality.
4138 2001-03-19 16:30  slobasso
4140         * source/: highlight.c (1.12), regexConvert.c (1.3), regularExp.c
4141         (1.5), search.c (1.18), text.c (1.12), textBuf.c (1.6), textDisp.c
4142         (1.9): removing warnings for RH7 linux compiler
4144 2001-03-19 14:43  tringali
4146         * source/: text.c (1.11), nedit.c (1.12): 
4147         
4148         Move toggle overstrike accelerator to Motif standard "Insert", free
4149         up Ctrl+B for other uses.
4151 2001-03-17 06:44  arnef
4153         * source/search.c (1.17): Fixed bug related to
4154         XtGetSelectionValue() and variables going out of scope.  Added
4155         mnemonic to Replace& Find Button.
4157 2001-03-16 22:24  slobasso
4159         * source/menu.c (1.24): fixed menu argument to set_wrap_text
4161 2001-03-16 20:28  amai
4163         * source/: nc.c (1.8), nedit.c (1.11): nc.c nedit.c: wildcard
4164         expansion for non-sh shells on OS/2 (EMX)
4166 2001-03-13 16:48  slobasso
4168         * source/help.c (1.25), source/macro.c (1.16), source/search.c
4169         (1.16), source/selection.c (1.7), source/shell.c (1.9),
4170         source/shift.c (1.7), source/textDisp.c (1.8), util/DialogF.c
4171         (1.9), util/fontsel.c (1.6), util/printUtils.c (1.8): cleanup
4172         warnings under linux compiler
4174 2001-03-12 15:24  slobasso
4176         * source/help.c (1.24): fixed a few minor mistakes.
4178 2001-03-12 15:15  slobasso
4180         * source/: help.c (1.23), macro.c (1.15), menu.c (1.23),
4181         preferences.c (1.17), window.c (1.15), window.h (1.5): added final
4182         window settable prefs through actions and verified all should be
4183         macro recordable.
4185 2001-03-11 02:31  slobasso
4187         * source/: help.c (1.22), menu.c (1.22), nedit.h (1.8): new macro
4188         access to many window settings
4190 2001-03-10 15:36  arnef
4192         * source/: help.c (1.21), menu.c (1.21), nedit.c (1.10), nedit.h
4193         (1.7), preferences.c (1.16), preferences.h (1.5), search.c (1.15),
4194         search.h (1.6): Implemented replace/find functionality, patch no
4195         403934
4197 2001-03-09 22:30  slobasso
4199         * source/help.c (1.20): changed delete() to delete_selection() in
4200         docs
4202 2001-03-09 22:27  slobasso
4204         * source/menu.c (1.20): changed Delete menu item to use
4205         delete_selection action
4207 2001-03-09 22:21  slobasso
4209         * source/parse.y (1.13): added lex hack for delete array[key] vs
4210         delete() abiguity
4212 2001-03-09 16:58  slobasso
4214         * source/: help.c (1.19), macro.c (1.14), menu.c (1.19), text.c
4215         (1.10), text.h (1.4, REL-5-2), textDisp.c (1.7), textDisp.h (1.5,
4216         REL-5-2), window.c (1.14), window.h (1.4): adding new variables for
4217         font width and pane index and size and focus_pane action
4219 2001-03-06 19:49  slobasso
4221         * source/: interpret.c (1.11), rbTree.c (1.2), rbTree.h (1.2,
4222         BETA-5-3-RC1, REL-5-2): added comments, cleaned up a few minor bugs
4223         and added cvs id's to new files
4225 2001-03-06 15:02  slobasso
4227         * source/macro.c (1.13): add comments
4229 2001-03-06 01:00  slobasso
4231         * source/: interpret.c (1.10), parse.y (1.12): code cleanup
4233 2001-03-05 21:39  slobasso
4235         * source/highlightData.c (1.9): bring syntax hilighting up to
4236         latest changes in nedit macro language
4238 2001-03-05 19:26  slobasso
4240         * source/: interpret.c (1.9), macro.c (1.12), parse.y (1.11): fixed
4241         a few warnings and made splitMS compatible with array sub-scripts
4242         end cases, which is what is was designed for
4244 2001-03-05 16:20  amai
4246         * source/: help.c (1.18), parse.y (1.10): help.c: It's "March" now
4247         ...  parse.y: add two yy*() prototypes to make compiler happy
4249 2001-03-05 15:00  slobasso
4251         * source/: Makefile.common (1.6), Makefile.dependencies (1.4),
4252         help.c (1.17), interpret.c (1.8), interpret.h (1.4), macro.c
4253         (1.11), menu.c (1.18), nedit.c (1.9), parse.y (1.9), rbTree.c
4254         (1.1), rbTree.h (1.1), shell.c (1.8), smartIndent.c (1.8),
4255         userCmds.c (1.10): array macro feature
4257 2001-02-26 23:38  edg
4259         * Makefile (1.5), README (1.6), ReleaseNotes (1.4), nc.man (1.3),
4260         nedit.doc (1.4), nedit.man (1.3), makefiles/Makefile.aix (1.3),
4261         makefiles/Makefile.bsdi (1.2), makefiles/Makefile.ccur (1.2),
4262         makefiles/Makefile.convex (1.2), makefiles/Makefile.cygwin (1.3),
4263         makefiles/Makefile.dcosx (1.2), makefiles/Makefile.dec (1.2),
4264         makefiles/Makefile.freebsd (1.2), makefiles/Makefile.generic (1.2),
4265         makefiles/Makefile.hpux (1.2), makefiles/Makefile.linux (1.2),
4266         makefiles/Makefile.lynx (1.2), makefiles/Makefile.m88k.svr4 (1.2),
4267         makefiles/Makefile.netbsd (1.2), makefiles/Makefile.os2 (1.2),
4268         makefiles/Makefile.osf (1.2), makefiles/Makefile.reliant (1.2),
4269         makefiles/Makefile.sco (1.2), makefiles/Makefile.sgi (1.2),
4270         makefiles/Makefile.solaris (1.2), makefiles/Makefile.sunos (1.2),
4271         makefiles/Makefile.uhc (1.2), makefiles/Makefile.ultrix (1.2),
4272         makefiles/Makefile.unicos (1.2), makefiles/Makefile.unixware (1.2),
4273         source/Makefile.common (1.5), source/Makefile.dependencies (1.3),
4274         source/comnedit.com (1.4), source/file.c (1.11), source/file.h
4275         (1.4), source/help.c (1.16), source/help.h (1.3),
4276         source/highlight.c (1.11), source/highlight.h (1.3, REL-5-2),
4277         source/highlightData.c (1.8), source/highlightData.h (1.3),
4278         source/interpret.c (1.7), source/interpret.h (1.3),
4279         source/lnknedit.com (1.3), source/macro.c (1.10), source/macro.h
4280         (1.2, REL-5-2), source/menu.c (1.17), source/menu.h (1.5,
4281         BETA-5-3-RC1, REL-5-2), source/n.bm (1.2, BETA-5-3-RC1, REL-5-2),
4282         source/nc.c (1.7), source/nedit.bm (1.2, BETA-5-3-RC1, REL-5-2),
4283         source/nedit.c (1.8), source/nedit.h (1.6),
4284         source/nedit_options_file.opt (1.2, BETA-5-3-RC1, REL-5-2),
4285         source/parse.c_noyacc (1.4), source/parse.h (1.2), source/parse.y
4286         (1.8), source/preferences.c (1.15), source/preferences.h (1.4),
4287         source/regexConvert.c (1.2), source/regexConvert.h (1.2, REL-5-2),
4288         source/regularExp.c (1.4), source/regularExp.h (1.3),
4289         source/search.c (1.14), source/search.h (1.5), source/selection.c
4290         (1.6), source/selection.h (1.3, REL-5-2), source/server.c (1.7),
4291         source/server.h (1.2, REL-5-2), source/shell.c (1.7),
4292         source/shell.h (1.3, REL-5-2), source/shift.c (1.6), source/shift.h
4293         (1.3, BETA-5-3-RC1, REL-5-2), source/smartIndent.c (1.7),
4294         source/smartIndent.h (1.3), source/tags.c (1.10), source/tags.h
4295         (1.3), source/text.c (1.9), source/text.h (1.3), source/textBuf.c
4296         (1.5), source/textBuf.h (1.3), source/textDisp.c (1.6),
4297         source/textDisp.h (1.4), source/textDrag.c (1.3), source/textDrag.h
4298         (1.2, BETA-5-3-RC1, REL-5-2), source/textP.h (1.3, BETA-5-3-RC1,
4299         REL-5-2), source/textSel.c (1.3), source/textSel.h (1.2,
4300         BETA-5-3-RC1, REL-5-2), source/undo.c (1.4), source/undo.h (1.3,
4301         REL-5-2), source/userCmds.c (1.9), source/userCmds.h (1.3),
4302         source/window.c (1.13), source/window.h (1.3), util/DialogF.c
4303         (1.8), util/DialogF.h (1.4, REL-5-2), util/Makefile.common (1.5,
4304         REL-5-2), util/Makefile.dependencies (1.3), util/comutil.com (1.2),
4305         util/fileUtils.c (1.7), util/fileUtils.h (1.3), util/fontsel.c
4306         (1.5), util/fontsel.h (1.3), util/getfiles.c (1.10),
4307         util/getfiles.h (1.3, BETA-5-3-RC1, REL-5-2), util/managedList.c
4308         (1.4), util/managedList.h (1.3, BETA-5-3-RC1, REL-5-2), util/misc.c
4309         (1.14), util/misc.h (1.5), util/prefFile.c (1.7), util/prefFile.h
4310         (1.4, BETA-5-3-RC1, REL-5-2), util/printUtils.c (1.7),
4311         util/printUtils.h (1.3), util/utils.c (1.3), util/utils.h (1.2,
4312         REL-5-2), util/vmsParam.h (1.2, BETA-5-3-RC1, REL-5-2),
4313         util/vmsUtils.c (1.3), util/vmsUtils.h (1.3, BETA-5-3-RC1,
4314         REL-5-2): Added CVS Ids.
4316 2001-02-25 02:13  edel
4318         * source/parse.y (1.7): Fix conflicts in yacc grammar!
4320 2001-02-22 20:27  edel
4322         * source/highlight.c (1.10): My previous highlighting patch didn't
4323         take in to account styles which fail lookup in the pass1pattern
4324         list (like pass 2 patterns).
4326 2001-02-21 21:39  tringali
4328         * source/highlight.c (1.9): [Patch #101473] Use nearest-color match
4329         when colormap exhausted.
4331 2001-02-21 16:49  edel
4333         * source/highlight.c (1.8): Abutting styles could fool incremental
4334         highlighting into using an unparsable pattern with parseString.
4336 2001-02-20 23:54  slobasso
4338         * source/: help.c (1.15), macro.c (1.9): new preference global
4339         variables added
4341 2001-02-20 15:37  slobasso
4343         * source/menu.c (1.16): fixed bug where forgot to deref nArgs
4344         pointer
4346 2001-02-20 09:58  amai
4348         * Makefile (1.4), README (1.5): README:   change a couple of
4349         "nedit" to "NEdit" Makefile: slightly change comment text (fix
4350         typo, etc.)
4352 2001-02-19 16:39  slobasso
4354         * source/: help.c (1.14), macro.c (1.8), menu.c (1.15): added a new
4355         macro command string_compare() and an action raise_window()
4357 2001-02-19 16:30  slobasso
4359         * source/file.c (1.10): fix issue where reused untitled window is
4360         not given focus when raised.
4362 2001-02-19 10:03  amai
4364         * source/help.c (1.13): help.c: fix some typos and change a couple
4365         of         "nedit" to "NEdit". Actually it is not always        
4366         straightforward to see whether a "nedit" refers to         the
4367         whole product called "NEdit" or to the "nedit" executable ...
4369 2001-02-19 02:02  slobasso
4371         * source/text.c (1.8): fix warnings
4373 2001-02-17 14:03  amai
4375         * source/Makefile.dependencies (1.2), util/Makefile.dependencies
4376         (1.2): */Makefile.dependencies: update WRT new utils.*
4378 2001-02-17 13:59  amai
4380         * source/file.c (1.9), util/utils.c (1.2): file.c utils.c: add
4381         missing #includes
4383 2001-02-17 13:56  amai
4385         * util/: utils.c (1.1), utils.h (1.1): utils.*: new sources for
4386         general purpose, non-GUI stuff like          GetHomeDir()
4388 2001-02-17 13:53  amai
4390         * source/file.c (1.8), source/macro.c (1.7), source/menu.c (1.14),
4391         source/nc.c (1.6), source/server.c (1.6), source/tags.c (1.9),
4392         util/Makefile.common (1.4), util/fileUtils.c (1.6), util/prefFile.c
4393         (1.6): nc.c server.c: move #include <sys/types.h> before other
4394         <sys/*> Makefile.common: prepare for util/utils.c to be checked in
4395         file.c macro.c menu.c tags.c fileUtils.c prefFile.c:    use new
4396         GetCurDir(), GetHomeDir() calls
4398 2001-02-17 01:47  edel
4400         * source/: highlight.c (1.7), parse.y (1.6): 
4401         Empty code blocks are rejected by the macro language.
4403 2001-02-17 00:09  slobasso
4405         * source/interpret.c (1.6): when strings are converted to numbers
4406         and the conversion fails, use 0 rather than junk
4408 2001-02-16 14:58  amai
4410         * ReleaseNotes (1.3), source/tags.c (1.8), util/fileUtils.c (1.5):
4411         ReleaseNotes: add some bugs being addressed *.c: supply fallback if
4412         getcwd() fails      (in one case we used uninitialized memory
4413         earlier!)
4415 2001-02-16 14:25  amai
4417         * source/: Makefile.common (1.4), help.c (1.12): Makefile.common:
4418         nc depends on libNUtil.a! help.c: switch to "February 2001" ...
4420 2001-02-15 16:08  tringali
4422         * ReleaseNotes (1.2): 
4423         Add info about 5.2 features and bugfixes.
4425 2001-02-15 16:07  tringali
4427         * util/misc.c (1.13): 
4428         Fix simulateButtonPress() so it works for gadgets.  (Needed for
4429         DialogF mnemonics.)
4431 2001-02-15 16:06  tringali
4433         * util/DialogF.h (1.3): 
4434         Change dialog_type parameter to int to avoid warnings.
4436 2001-02-15 16:06  tringali
4438         * util/DialogF.c (1.7): 
4439         Automatically create mnemonics for dialog buttons.  Change
4440         dialog_type parameter to int to avoid warnings (comparing unsingned
4441         int for negative isn't exactly useful).
4443 2001-02-15 16:04  tringali
4445         * source/preferences.c (1.14): Default syntax highlighting to on.
4447 2001-02-15 16:04  tringali
4449         * source/nc.c (1.5): 
4450         
4451         - Remove warnings for 64-bit systems.  Extend strlen results to
4452         long and use   %ld as a format specifier.  strlen returns a size_t
4453         which is typically   an unsigned long on 64-bit systems.
4455 2001-02-14 00:34  slobasso
4457         * source/: help.c (1.11), text.c (1.7), textDisp.c (1.5),
4458         textDisp.h (1.3): added extra options to many of the macro actions
4460 2001-02-12 22:37  amai
4462         * source/preferences.c (1.13): preferences.c: patch from Thorsten
4463         Haude to issue a warning                if -import can not find the
4464         specified file
4466 2001-02-12 21:08  slobasso
4468         * source/: help.c (1.10), menu.c (1.13), nedit.h (1.5),
4469         preferences.c (1.12), preferences.h (1.3), search.c (1.13),
4470         search.h (1.4): Added a search wrap option to prefs and made some
4471         more options available to macro actions.
4473 2001-02-09 22:35  tringali
4475         * source/help.c (1.9): Remove obsolete reference to Caps-Lock bug.
4477 2001-02-09 22:34  slobasso
4479         * source/: interpret.c (1.5), interpret.h (1.2), parse.c_noyacc
4480         (1.3), parse.y (1.5): fixed a leak with static strings in the macro
4481         interpreter.
4483 2001-02-09 22:19  slobasso
4485         * source/: menu.c (1.12), text.c (1.6): fixed strCaseCmp() bug
4486         where partial strings would match.
4488 2001-02-09 21:07  amai
4490         * source/userCmds.c (1.8): userCmds.c: try to fix compiler warnings
4492 2001-02-09 09:08  amai
4494         * source/: menu.c (1.11), menu.h (1.4): menu.*: fix a 'pointer vs.
4495         integer constant' problem, by adding a         cast to the
4496         constants #definition
4498 2001-02-08 09:08  amai
4500         * source/Makefile.common (1.3), source/Makefile.dependencies (1.1),
4501         util/Makefile.common (1.3), util/Makefile.dependencies (1.1):
4502         */Makefile.common: include new */Makefile.dependencies: simple
4503         files containing the dependencies for all     objects (i.e. *.o)
4505 2001-02-08 08:52  amai
4507         * source/: menu.c (1.10), menu.h (1.3): menu.c menu.h: - correct my
4508         previous patch: XmNuserData requires XtPointer* arg               
4509         - add some more 'const's
4511 2001-02-06 16:04  amai
4513         * source/search.c (1.12), util/DialogF.c (1.6), util/getfiles.c
4514         (1.9): search.c DialogF.c getfiles.c: Drop #ifdef MOTIF10 sections.
4516 2001-02-06 12:07  amai
4518         * source/menu.c (1.9): menu.c: Fix a 'major' 64bit bug: we were
4519         passing a pointer to int         instead of pointer to pointer.
4520         This fixes the crash with         NEdit/LessTif on alpha when
4521         selecting the Window menu item!!
4523 2001-02-06 10:19  amai
4525         * source/preferences.c (1.11): preferences.c: drop unused #include
4526         <errno.h>
4528 2001-02-06 10:03  amai
4530         * source/interpret.c (1.4), util/prefFile.c (1.5), util/prefFile.h
4531         (1.3): interpret.c prefFile.*: add 'const' to some more functions'
4532         signature
4534 2001-02-06 10:02  amai
4536         * source/: nc.c (1.4), server.c (1.5): server.c nc.c: add checks
4537         whether some system calls succeed (e.g. uname())               
4538         changed signature of getHostName() and getUserName
4540 2001-02-05 19:45  amai
4542         * util/: DialogF.c (1.5), misc.c (1.12), prefFile.c (1.4),
4543         printUtils.c (1.6): DialogF.c misc.c prefFile.c printUtils.c: add
4544         'const' to some     functions' signatures
4546 2001-02-05 17:13  amai
4548         * source/: file.c (1.7), help.c (1.8), highlight.c (1.6),
4549         highlightData.c (1.7): file.c help.c highlight.c highlightData.c:
4550         Replace improper <0> as last argument          in XtVa*() interface
4551         calls by <NULL>
4553 2001-02-02 18:10  tringali
4555         * source/highlight.c (1.5): Replace debugging code of divide by 0
4556         with a more proper assert.  Dividing by zero generated warnings on
4557         lots of compilers.
4559 2001-02-02 14:47  amai
4561         * source/window.c (1.12): window.c: drop declaration of
4562         _XEditResCheckMessages(); should be in           according header  
4563                 Fix compiler warning about boolean expression
4565 2001-02-02 14:00  amai
4567         * Makefile (1.3), README (1.4): Makefile: do not list CVS/ subdir
4568         when running 'make' without argument README:   cosmetics
4569         (re-formatting)           add pointer to makefiles/Makefile.generic
4570         which explains     our current -D compiler options
4572 2001-02-02 13:12  amai
4574         * util/getfiles.c (1.8): getfiles.c: - add 'cont' add some places  
4575                     (as I realized we are already using it, so we don't    
4576                   discuss systems w/o here)             - drop */errno.h
4577         #includes (I couldn't see any usage of it currently)
4579 2001-02-01 23:16  tringali
4581         * makefiles/Makefile.aix (1.2): 
4582         
4583         Fix for bug 130164: force X headers to include full prototype
4584         information.
4586 2001-01-26 22:42  amai
4588         * source/: help.c (1.7), window.c (1.11): help.c: switch to
4589         "January, 2001" window.c: ad cast; should fix SF [Bug #130164 ]
4590         Compiler warning on AIX4.3.2 in                window.c
4592 2001-01-24 15:54  amai
4594         * util/misc.c (1.11), source/highlightData.c (1.6), source/menu.c
4595         (1.8), source/preferences.c (1.10), source/userCmds.c (1.7): *.c:
4596         The XmNnumChildren resource if of type 'Cardinal', not 'int'
4598 2001-01-10 10:42  amai
4600         * source/textBuf.c (1.4): textBuf.c: fix for SF [Bug #115195 ]
4601         textBuf.c:862 warning: '/*' within comment
4603 2001-01-05 21:18  amai
4605         * source/shell.c (1.6): shell.c: change some "Nedit" strings to
4606         "NEdit".           properly end an execl() parameter list by (char
4607         *)0
4609 2000-12-20 14:05  amai
4611         * source/help.c (1.6), source/nedit.c (1.7), source/search.c
4612         (1.11), source/window.c (1.10), util/getfiles.c (1.7): Replace
4613         "Lesstif" by "LessTif" ...  Update timestamp in version info to
4614         "december, 2000"
4616 2000-12-20 13:56  amai
4618         * README (1.3), source/.cvsignore (1.1), source/tags.c (1.7),
4619         util/misc.c (1.10): Add two missing #includes Add a .cvsignore for
4620         the two binaries beign built Update the docs WRT LessTif issues
4622 2000-12-19 21:08  tringali
4624         * nedit.doc (1.3): 
4625         
4626         Removed obsolete references to fnal.gov FTP server.
4628 2000-12-19 21:06  edg
4630         * source/selection.c (1.5): Added a fix for SF bug 126285: segfault
4631         with goto line.
4633 2000-12-15 20:57  edg
4635         * source/text.c (1.5): Fixed a selection highlighting bug (removed
4636         an earlier bogus patch).
4638 2000-12-10 19:35  edg
4640         * source/search.c (1.10): Fixed some (harmless) compiler warnings. 
4641         Added an extra check in the multi-file replacement code to make
4642         sure that the user didn't invalidate the replacement strings when
4643         the dialog isn't modal (bug in several Lesstif versions).
4645 2000-11-30 21:33  edg
4647         * util/getfiles.c (1.6): Implemented a workaround for a Motif 2.x
4648         file selection box bug.
4650 2000-11-30 21:31  edg
4652         * makefiles/Makefile.cygwin (1.2): Minor changes requested by
4653         Christian Denat.
4655 2000-11-23 23:23  edg
4657         * source/: search.c (1.9), search.h (1.3), window.c (1.9): Fixed a
4658         critical bug in the multi-file replace functionality.  Closing
4659         windows while a multi-file replace dialog was up could result in a
4660         crash. The lists are now updated when a window closes.
4662 2000-11-22 23:08  edg
4664         * source/: nedit.h (1.4), search.c (1.8), window.c (1.8): Added
4665         multi-file replace-all functionality.
4667 2000-11-22 21:50  edg
4669         * source/: preferences.c (1.9), search.c (1.7): Added a missing
4670         #include <stdio.h>.
4672 2000-11-07 14:03  edel
4674         * util/misc.c (1.9): Fix glitches in Caps/Num Lock patch
4676 2000-11-06 21:52  edel
4678         * source/: macro.c (1.6), preferences.c (1.8), shift.c (1.5),
4679         text.c (1.4), userCmds.c (1.6), window.c (1.7): Patch for Caps/Num
4680         Lock bug + a few other minor fixes
4682 2000-11-06 21:50  edel
4684         * util/: misc.c (1.8), misc.h (1.4): Patch for Caps/Num Lock Motif
4685         bug
4687 2000-10-06 21:23  edel
4689         * util/misc.c (1.7): Bug fix: BG menu not working with new best
4690         visual code
4692 2000-10-04 03:09  edel
4694         * util/: DialogF.c (1.4), fontsel.c (1.4), getfiles.c (1.5),
4695         managedList.c (1.3), misc.c (1.6), printUtils.c (1.5): For IA-64,
4696         XtVa argument lists must be terminated with NULL rather than 0
4698 2000-10-04 03:07  edel
4700         * source/: macro.c (1.5), menu.c (1.7), preferences.c (1.7),
4701         search.c (1.6), selection.c (1.4), shell.c (1.5), shift.c (1.4),
4702         smartIndent.c (1.6), tags.c (1.6), textDisp.c (1.4), userCmds.c
4703         (1.5), window.c (1.6): For IA-64, XtVa calls must be terminated
4704         w/NULL, rather than 0
4706 2000-09-29 15:48  edel
4708         * util/: fileUtils.c (1.4), misc.c (1.5): Support ClearCase version
4709         extended pathnames (and fix some compiler warns)
4711 2000-09-29 15:38  edel
4713         * source/: file.c (1.6), file.h (1.3), menu.c (1.6), nedit.c (1.6),
4714         preferences.c (1.6), server.c (1.4), shell.c (1.4): Updates from
4715         Max (via Arne), and Arne Førlie: ClearCase version extended paths,
4716         Untitled windows inherit parent path, and avoid reuse of Untitled
4717         windows which are currently running a macro.
4719 2000-09-26 20:28  edel
4721         * source/: file.c (1.5), help.c (1.5), highlightData.c (1.5),
4722         macro.c (1.4), menu.c (1.5), nedit.c (1.5), preferences.c (1.5),
4723         search.c (1.5), smartIndent.c (1.5), tags.c (1.5), userCmds.c
4724         (1.4), window.c (1.5): Allow nedit to use non-default visuals
4726 2000-09-26 20:25  edel
4728         * util/: DialogF.c (1.3), fontsel.c (1.3), getfiles.c (1.4), misc.c
4729         (1.4), misc.h (1.3), printUtils.c (1.4): Allow NEdit to use
4730         non-default visual
4732 2000-09-22 19:41  edel
4734         * util/: fileUtils.c (1.3), getfiles.c (1.3), misc.c (1.3),
4735         prefFile.c (1.3), printUtils.c (1.3): Changes since last posted
4736         development release
4738 2000-09-22 19:34  edel
4740         * source/: file.c (1.4), help.c (1.4), highlight.c (1.4),
4741         highlightData.c (1.4), interpret.c (1.3), macro.c (1.3), menu.c
4742         (1.4), nc.c (1.3), nedit.c (1.4), parse.y (1.4), preferences.c
4743         (1.4), regularExp.c (1.3), search.c (1.4), selection.c (1.3),
4744         server.c (1.3), shell.c (1.3), shift.c (1.3), smartIndent.c (1.4),
4745         tags.c (1.4), text.c (1.3), textBuf.c (1.3), undo.c (1.3),
4746         userCmds.c (1.3), window.c (1.4): Changes since last posted
4747         development release
4749 2000-09-10 18:15  tringali
4751         * makefiles/: Makefile.aix (1.1), Makefile.bsdi (1.1),
4752         Makefile.ccur (1.1), Makefile.convex (1.1), Makefile.cygwin (1.1),
4753         Makefile.dcosx (1.1), Makefile.dec (1.1), Makefile.freebsd (1.1),
4754         Makefile.generic (1.1), Makefile.hpux (1.1), Makefile.linux (1.1),
4755         Makefile.lynx (1.1), Makefile.m88k.svr4 (1.1), Makefile.netbsd
4756         (1.1), Makefile.os2 (1.1), Makefile.osf (1.1), Makefile.reliant
4757         (1.1), Makefile.sco (1.1), Makefile.sgi (1.1), Makefile.solaris
4758         (1.1), Makefile.sunos (1.1), Makefile.uhc (1.1), Makefile.ultrix
4759         (1.1), Makefile.unicos (1.1), Makefile.unixware (1.1) (utags:
4760         REL-5-1-1): 5.1.1 baseline
4762 2000-09-09 22:22  tringali
4764         * source/: comnedit.com (1.3), file.c (1.3), help.c (1.3),
4765         highlight.c (1.3), highlightData.c (1.3), menu.c (1.3), nedit.c
4766         (1.3), nedit.h (1.3), parse.c_noyacc (1.2), parse.y (1.3),
4767         preferences.c (1.3), search.c (1.3), smartIndent.c (1.3), tags.c
4768         (1.3), textDisp.c (1.3), window.c (1.3): 5.2 Development snapshot
4769         as of 5/29/2000
4771 2000-09-09 22:18  tringali
4773         * Makefile (1.2, REL-5-1-1), README (1.2, REL-5-1-1), ReleaseNotes
4774         (1.1, REL-5-1-1), nc.man (1.2, REL-5-1-1), nedit.doc (1.2,
4775         REL-5-1-1), nedit.man (1.2, REL-5-1-1), source/Makefile.common
4776         (1.2, REL-5-1-1), source/Makefile.dec (1.2), source/Makefile.hp
4777         (1.2), source/Makefile.ibm (1.2), source/Makefile.linux (1.2),
4778         source/Makefile.osf (1.2), source/Makefile.sgi (1.2),
4779         source/Makefile.solaris (1.2), source/Makefile.sunos (1.2),
4780         source/Makefile.ultrix (1.2), source/comnedit.com (1.2, REL-5-1-1),
4781         source/file.c (1.2, REL-5-1-1), source/file.h (1.2, REL-5-1-1),
4782         source/help.c (1.2, REL-5-1-1), source/help.h (1.2, REL-5-1-1),
4783         source/highlight.c (1.2, REL-5-1-1), source/highlight.h (1.2,
4784         REL-5-1-1), source/highlightData.c (1.2, REL-5-1-1),
4785         source/highlightData.h (1.2, REL-5-1-1), source/interpret.c (1.2,
4786         REL-5-1-1), source/lnknedit.com (1.2, REL-5-1-1), source/macro.c
4787         (1.2, REL-5-1-1), source/menu.c (1.2, REL-5-1-1), source/menu.h
4788         (1.2, REL-5-1-1), source/nc.c (1.2, REL-5-1-1), source/nedit.c
4789         (1.2, REL-5-1-1), source/nedit.h (1.2, REL-5-1-1), source/parse.y
4790         (1.2, REL-5-1-1), source/preferences.c (1.2, REL-5-1-1),
4791         source/preferences.h (1.2, REL-5-1-1), source/regexConvert.c (1.1,
4792         REL-5-1-1), source/regexConvert.h (1.1, REL-5-1-1),
4793         source/regularExp.c (1.2, REL-5-1-1), source/regularExp.h (1.2,
4794         REL-5-1-1), source/search.c (1.2, REL-5-1-1), source/search.h (1.2,
4795         REL-5-1-1), source/selection.c (1.2, REL-5-1-1), source/selection.h
4796         (1.2, REL-5-1-1), source/server.c (1.2, REL-5-1-1), source/shell.c
4797         (1.2, REL-5-1-1), source/shell.h (1.2, REL-5-1-1), source/shift.c
4798         (1.2, REL-5-1-1), source/shift.h (1.2, REL-5-1-1),
4799         source/smartIndent.c (1.2, REL-5-1-1), source/smartIndent.h (1.2,
4800         REL-5-1-1), source/tags.c (1.2, REL-5-1-1), source/tags.h (1.2,
4801         REL-5-1-1), source/text.c (1.2, REL-5-1-1), source/text.h (1.2,
4802         REL-5-1-1), source/textBuf.c (1.2, REL-5-1-1), source/textBuf.h
4803         (1.2, REL-5-1-1), source/textDisp.c (1.2, REL-5-1-1),
4804         source/textDisp.h (1.2, REL-5-1-1), source/textDrag.c (1.2,
4805         REL-5-1-1), source/textP.h (1.2, REL-5-1-1), source/textSel.c (1.2,
4806         REL-5-1-1), source/undo.c (1.2, REL-5-1-1), source/undo.h (1.2,
4807         REL-5-1-1), source/userCmds.c (1.2, REL-5-1-1), source/userCmds.h
4808         (1.2, REL-5-1-1), source/window.c (1.2, REL-5-1-1), source/window.h
4809         (1.2, REL-5-1-1), util/DialogF.c (1.2, REL-5-1-1), util/DialogF.h
4810         (1.2, REL-5-1-1), util/Makefile.common (1.2, REL-5-1-1),
4811         util/Makefile.dec (1.2), util/Makefile.hp (1.2), util/Makefile.ibm
4812         (1.2), util/Makefile.linux (1.2), util/Makefile.sgi (1.2),
4813         util/Makefile.solaris (1.2), util/Makefile.sunos (1.2),
4814         util/Makefile.ultrix (1.2), util/fileUtils.c (1.2, REL-5-1-1),
4815         util/fileUtils.h (1.2, REL-5-1-1), util/fontsel.c (1.2, REL-5-1-1),
4816         util/fontsel.h (1.2, REL-5-1-1), util/getfiles.c (1.2, REL-5-1-1),
4817         util/getfiles.h (1.2, REL-5-1-1), util/managedList.c (1.2,
4818         REL-5-1-1), util/managedList.h (1.2, REL-5-1-1), util/misc.c (1.2,
4819         REL-5-1-1), util/misc.h (1.2, REL-5-1-1), util/prefFile.c (1.2,
4820         REL-5-1-1), util/prefFile.h (1.2, REL-5-1-1), util/printUtils.c
4821         (1.2, REL-5-1-1), util/printUtils.h (1.2, REL-5-1-1),
4822         util/vmsUtils.c (1.2, REL-5-1-1), util/vmsUtils.h (1.2, REL-5-1-1):
4823         5.1.1 baseline
4825 2000-09-09 22:12  tringali
4827         * Makefile (1.1), README (1.1), nc.man (1.1), nedit.doc (1.1),
4828         nedit.man (1.1), source/Makefile.common (1.1), source/Makefile.dec
4829         (1.1), source/Makefile.hp (1.1), source/Makefile.ibm (1.1),
4830         source/Makefile.linux (1.1), source/Makefile.osf (1.1),
4831         source/Makefile.sgi (1.1), source/Makefile.solaris (1.1),
4832         source/Makefile.sunos (1.1), source/Makefile.ultrix (1.1),
4833         source/comnedit.com (1.1), source/file.c (1.1), source/file.h
4834         (1.1), source/help.c (1.1), source/help.h (1.1), source/highlight.c
4835         (1.1), source/highlight.h (1.1), source/highlightData.c (1.1),
4836         source/highlightData.h (1.1), source/interpret.c (1.1),
4837         source/interpret.h (1.1, REL-5-1-1), source/lnknedit.com (1.1),
4838         source/macro.c (1.1), source/macro.h (1.1, REL-5-1-1),
4839         source/menu.c (1.1), source/menu.h (1.1), source/n.bm (1.1,
4840         REL-5-1-1), source/nc.c (1.1), source/nedit.bm (1.1, REL-5-1-1),
4841         source/nedit.c (1.1), source/nedit.h (1.1),
4842         source/nedit_options_file.opt (1.1, REL-5-1-1),
4843         source/parse.c_noyacc (1.1, REL-5-1-1), source/parse.h (1.1,
4844         REL-5-1-1), source/parse.y (1.1), source/preferences.c (1.1),
4845         source/preferences.h (1.1), source/regularExp.c (1.1),
4846         source/regularExp.h (1.1), source/search.c (1.1), source/search.h
4847         (1.1), source/selection.c (1.1), source/selection.h (1.1),
4848         source/server.c (1.1), source/server.h (1.1, REL-5-1-1),
4849         source/shell.c (1.1), source/shell.h (1.1), source/shift.c (1.1),
4850         source/shift.h (1.1), source/smartIndent.c (1.1),
4851         source/smartIndent.h (1.1), source/tags.c (1.1), source/tags.h
4852         (1.1), source/text.c (1.1), source/text.h (1.1), source/textBuf.c
4853         (1.1), source/textBuf.h (1.1), source/textDisp.c (1.1),
4854         source/textDisp.h (1.1), source/textDrag.c (1.1), source/textDrag.h
4855         (1.1, REL-5-1-1), source/textP.h (1.1), source/textSel.c (1.1),
4856         source/textSel.h (1.1, REL-5-1-1), source/undo.c (1.1),
4857         source/undo.h (1.1), source/userCmds.c (1.1), source/userCmds.h
4858         (1.1), source/window.c (1.1), source/window.h (1.1), util/DialogF.c
4859         (1.1), util/DialogF.h (1.1), util/Makefile.common (1.1),
4860         util/Makefile.dec (1.1), util/Makefile.hp (1.1), util/Makefile.ibm
4861         (1.1), util/Makefile.linux (1.1), util/Makefile.sgi (1.1),
4862         util/Makefile.solaris (1.1), util/Makefile.sunos (1.1),
4863         util/Makefile.ultrix (1.1), util/comutil.com (1.1, REL-5-1-1),
4864         util/fileUtils.c (1.1), util/fileUtils.h (1.1), util/fontsel.c
4865         (1.1), util/fontsel.h (1.1), util/getfiles.c (1.1), util/getfiles.h
4866         (1.1), util/managedList.c (1.1), util/managedList.h (1.1),
4867         util/misc.c (1.1), util/misc.h (1.1), util/prefFile.c (1.1),
4868         util/prefFile.h (1.1), util/printUtils.c (1.1), util/printUtils.h
4869         (1.1), util/vmsParam.h (1.1, REL-5-1-1), util/vmsUtils.c (1.1),
4870         util/vmsUtils.h (1.1) (utags: REL-5-0-2): 5.0.2 baseline